diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index edf1c59180..cc75e5d878 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -93,7 +93,7 @@ if (is_ajax ()) { } $component['throw_unknown_events'] = - !local_components_is_disable_type_event($id_component, EVENTS_GOING_UNKNOWN); + local_components_is_disable_type_event($id_component, EVENTS_GOING_UNKNOWN); echo io_json_mb_encode ($component); return; diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index c53ec44b7a..0e3f4f78e5 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -411,7 +411,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 e66c6ac809..605f92655d 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -558,7 +558,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 1fe2f1b36f..a743cd1210 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_common.php +++ b/pandora_console/godmode/modules/manage_network_components_form_common.php @@ -152,9 +152,9 @@ $table->data[6][3] = html_print_input_text ('max', $max, '', 5, 15, true) . ' ' $table->data[7][0] = __('Unit'); $table->data[7][1] = html_print_input_text ('unit', $unit, '', 12, 25, true); -$table->data[7][2] = __('Throw unknown events'); +$table->data[7][2] = __('Discard unknown events'); $table->data[7][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[8][0] = __('Critical instructions'). ui_print_help_tip(__("Instructions when the status is critical"), true); $table->data[8][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..6ec240683e 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 74aff8828a..7ef225144e --- 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.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 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../include/functions_api.php:8867 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:07+0100\n" "PO-Revision-Date: 2015-06-29 11:40+0000\n" "Last-Translator: Zarzuelo \n" "Language-Team: Spanish\n" @@ -19,10 +29,539 @@ 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/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/godmode/policies/policies.php:254 +#: ../../enterprise/godmode/policies/policy_collections.php:124 +#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../enterprise/godmode/policies/policy_queue.php:348 +#: ../../enterprise/godmode/agentes/collection_manager.php:108 +#: ../../enterprise/godmode/agentes/collection_manager.php:166 +#: ../../enterprise/operation/services/services.service.php:131 +#: ../../enterprise/operation/services/services.list.php:154 +#: ../../enterprise/operation/services/services.list.php:321 +#: ../../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/extensions/backup/main.php:68 +#: ../../enterprise/extensions/vmware/vmware_view.php:978 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:222 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 +#: ../../enterprise/meta/agentsearch.php:97 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../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/include/functions_reporting_csv.php:797 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../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_delete_modules.php:450 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/agentes/agent_manager.php:307 +#: ../../godmode/agentes/module_manager.php:528 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../operation/integria_incidents/incident.list.php:58 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:98 +#: ../../operation/events/events.build_table.php:144 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:505 +#: ../../operation/snmpconsole/snmp_view.php:821 +#: ../../operation/messages/message_list.php:117 +#: ../../operation/search_agents.php:64 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../operation/search_modules.php:51 +#: ../../operation/servers/recon_view.php:98 +#: ../../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/agentes/status_monitor.php:962 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:500 +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:282 +#: ../../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 ../../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/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:553 +#: ../../mobile/operation/modules.php:603 +#: ../../mobile/operation/modules.php:672 ../../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 +#: ../../include/functions_snmp_browser.php:435 +#: ../../include/functions_reporting_html.php:342 +#: ../../include/functions_reporting_html.php:529 +#: ../../include/functions_reporting_html.php:660 +#: ../../include/functions_reporting_html.php:1143 +#: ../../include/functions_reporting_html.php:1546 +#: ../../include/functions_reporting_html.php:1581 +#: ../../include/functions_reporting_html.php:2080 +#: ../../include/ajax/module.php:731 +#: ../../include/functions_reporting.php:4783 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2420 +#: ../../include/functions_events.php:3297 +msgid "Status" +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../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 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../mobile/operation/agents.php:321 +#: ../../include/functions_events.php:885 +msgid "S." +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../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:1901 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2048 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2056 +#: ../../enterprise/godmode/alerts/alert_events_list.php:424 +#: ../../enterprise/godmode/alerts/alert_events.php:510 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/godmode/policies/policy_modules.php:1044 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/extensions/ipam/ipam_list.php:200 +#: ../../enterprise/dashboard/widgets/top_n.php:129 +#: ../../enterprise/include/functions_services.php:1432 +#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1441 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1636 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1645 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/alerts/alert_list.list.php:598 +#: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_add_action_alerts.php:155 +#: ../../godmode/massive/massive_operations.php:271 +#: ../../godmode/massive/massive_delete_action_alerts.php:164 +#: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/modules/manage_network_components.php:554 +#: ../../godmode/modules/manage_network_templates.php:192 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/users/configure_user.php:619 +#: ../../godmode/events/event_filter.php:113 +#: ../../godmode/snmpconsole/snmp_alert.php:1066 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +#: ../../godmode/snmpconsole/snmp_filters.php:133 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/agentes/module_manager.php:532 +#: ../../godmode/agentes/agent_template.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../operation/integria_incidents/incident.list.php:102 +#: ../../operation/search_alerts.php:48 +#: ../../operation/events/events.build_table.php:253 +#: ../../operation/snmpconsole/snmp_view.php:539 +#: ../../operation/snmpconsole/snmp_view.php:837 +#: ../../operation/incidents/incident.php:343 +#: ../../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/agentes/alerts_status.functions.php:106 +#: ../../operation/agentes/networkmap_list.php:261 +#: ../../extensions/agents_alerts.php:280 +#: ../../mobile/operation/tactical.php:308 +#: ../../include/functions_ui_renders.php:97 +#: ../../include/functions_reporting_html.php:2853 +#: ../../include/functions.php:2298 ../../include/functions_events.php:3391 +msgid "Action" +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../enterprise/godmode/policies/policy_agents.php:380 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +#: ../../mobile/operation/agents.php:323 +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/reporting/reporting_builder.template_editor.php:35 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#: ../../enterprise/extensions/ipam/ipam_action.php:96 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 +#: ../../godmode/alerts/alert_list.php:103 +#: ../../godmode/alerts/alert_special_days.php:93 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:428 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/setup/links.php:41 ../../godmode/setup/news.php:56 +#: ../../godmode/setup/gis.php:45 ../../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/agentes/planned_downtime.editor.php:365 +#: ../../godmode/agentes/configurar_agente.php:595 +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +msgid "Successfully created" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../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/modules/local_components.php:107 +#: ../../enterprise/godmode/modules/local_components.php:239 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 +#: ../../enterprise/extensions/ipam/ipam_action.php:92 +#: ../../enterprise/extensions/ipam/ipam_action.php:100 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2183 +#: ../../godmode/alerts/alert_list.php:103 +#: ../../godmode/alerts/alert_special_days.php:94 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:429 +#: ../../godmode/modules/manage_network_components.php:158 +#: ../../godmode/modules/manage_network_components.php:248 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 +#: ../../godmode/users/configure_user.php:235 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +#: ../../godmode/agentes/configurar_agente.php:244 +#: ../../godmode/agentes/configurar_agente.php:591 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +msgid "Could not be created" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 +#: ../../enterprise/godmode/alerts/alert_events_list.php:94 +#: ../../enterprise/godmode/alerts/alert_events.php:374 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 +#: ../../enterprise/godmode/policies/policy_modules.php:877 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 +#: ../../enterprise/extensions/ipam/ipam_massive.php:41 +#: ../../enterprise/extensions/ipam/ipam_action.php:131 +#: ../../godmode/alerts/alert_special_days.php:134 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/alerts/configure_alert_template.php:441 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/setup/links.php:58 ../../godmode/setup/news.php:87 +#: ../../godmode/setup/gis.php:39 ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/events/event_edit_filter.php:162 +#: ../../godmode/snmpconsole/snmp_alert.php:299 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +#: ../../godmode/agentes/configurar_agente.php:769 +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../include/functions_planned_downtimes.php:125 +msgid "Successfully updated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 +#: ../../enterprise/godmode/alerts/alert_events_list.php:95 +#: ../../enterprise/godmode/alerts/alert_events.php:375 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 +#: ../../enterprise/godmode/policies/policies.php:159 +#: ../../enterprise/godmode/policies/policy_modules.php:878 +#: ../../enterprise/godmode/modules/local_components.php:297 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 +#: ../../enterprise/extensions/ipam/ipam_massive.php:42 +#: ../../enterprise/extensions/ipam/ipam_action.php:128 +#: ../../godmode/alerts/alert_special_days.php:135 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/alert_templates.php:152 +#: ../../godmode/alerts/configure_alert_template.php:442 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/modules/manage_network_components.php:334 +#: ../../godmode/setup/gis.php:41 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/incidents/incident.php:111 +#: ../../include/functions_planned_downtimes.php:122 +msgid "Could not be updated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:149 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:627 +#: ../../godmode/reporting/visual_console_builder.data.php:127 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:178 +msgid "Save" +msgstr "" + +#: ../../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/alerts/configure_alert_rule.php:225 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 +#: ../../enterprise/godmode/policies/policy_modules.php:314 +#: ../../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/modules/manage_inventory_modules_form.php:115 +#: ../../enterprise/godmode/modules/configure_local_component.php:465 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 +#: ../../enterprise/godmode/setup/edit_skin.php:262 +#: ../../enterprise/godmode/setup/setup.php:234 +#: ../../enterprise/godmode/setup/setup.php:327 +#: ../../enterprise/godmode/setup/setup_log_collector.php:55 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 +#: ../../enterprise/godmode/setup/setup_history.php:84 +#: ../../enterprise/godmode/services/services.service.php:366 +#: ../../enterprise/godmode/services/services.elements.php:412 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:120 +#: ../../enterprise/godmode/agentes/inventory_manager.php:204 +#: ../../enterprise/godmode/agentes/inventory_manager.php:266 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 +#: ../../enterprise/godmode/agentes/collection_manager.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:217 +#: ../../enterprise/godmode/agentes/collections.editor.php:130 +#: ../../enterprise/godmode/agentes/collections.editor.php:196 +#: ../../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/operation/agentes/collection_view.php:97 +#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../enterprise/extensions/translate_string.php:306 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/vmware/vmware_view.php:1218 +#: ../../enterprise/extensions/cron/main.php:319 +#: ../../enterprise/extensions/ipam/ipam_network.php:670 +#: ../../enterprise/extensions/ipam/ipam_massive.php:95 +#: ../../enterprise/extensions/ipam/ipam_editor.php:118 +#: ../../enterprise/meta/advanced/metasetup.visual.php:248 +#: ../../enterprise/meta/advanced/metasetup.password.php:146 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 +#: ../../enterprise/meta/advanced/metasetup.setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../enterprise/dashboard/widget.php:180 +#: ../../enterprise/dashboard/main_dashboard.php:309 +#: ../../enterprise/dashboard/main_dashboard.php:315 +#: ../../enterprise/dashboard/main_dashboard.php:322 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1084 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1617 +#: ../../godmode/reporting/visual_console_builder.data.php:131 +#: ../../godmode/reporting/reporting_builder.main.php:38 +#: ../../godmode/reporting/visual_console_builder.elements.php:513 +#: ../../godmode/reporting/graph_builder.main.php:180 +#: ../../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/alerts/configure_alert_special_days.php:97 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/massive/massive_edit_agents.php:454 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:599 +#: ../../godmode/modules/manage_nc_groups_form.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/modules/manage_network_components_form.php:262 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/setup/setup_auth.php:198 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/os.php:57 ../../godmode/setup/os.php:110 +#: ../../godmode/setup/setup_general.php:309 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/performance.php:134 +#: ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 +#: ../../godmode/setup/setup_netflow.php:81 +#: ../../godmode/setup/setup_visuals.php:693 +#: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/users/configure_user.php:587 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/events/event_edit_filter.php:386 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/tag/edit_tag.php:224 +#: ../../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/groups/configure_group.php:204 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/servers/modificar_server.php:53 +#: ../../godmode/servers/recon_script.php:223 +#: ../../godmode/servers/manage_recontask_form.php:380 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/agentes/agent_manager.php:456 +#: ../../godmode/agentes/agent_template.php:248 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/agentes/module_manager_editor.php:475 +#: ../../operation/reporting/reporting_viewer.php:206 +#: ../../operation/integria_incidents/incident.incident.php:117 +#: ../../operation/users/user_edit.php:421 +#: ../../operation/events/events_list.php:629 +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../extensions/net_tools.php:337 +#: ../../extensions/files_repo/files_repo_form.php:88 +#: ../../include/functions_visual_map_editor.php:429 +#: ../../include/functions_events.php:1711 +#: ../../include/functions_events.php:1749 +msgid "Update" +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/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/reporting_builder.template_item.php:1198 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 +#: ../../enterprise/godmode/alerts/alert_events_list.php:422 +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/godmode/policies/policies.php:255 +#: ../../enterprise/godmode/policies/policy_modules.php:1042 +#: ../../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_agents.php:376 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 +#: ../../enterprise/godmode/modules/configure_local_component.php:141 +#: ../../enterprise/godmode/modules/local_components.php:469 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 +#: ../../enterprise/godmode/setup/edit_skin.php:208 +#: ../../enterprise/godmode/setup/setup_skins.php:82 +#: ../../enterprise/godmode/services/services.service.php:233 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:67 +#: ../../enterprise/godmode/agentes/inventory_manager.php:233 +#: ../../enterprise/godmode/agentes/collection_manager.php:105 +#: ../../enterprise/godmode/agentes/collection_manager.php:163 +#: ../../enterprise/operation/services/services.service.php:120 +#: ../../enterprise/operation/services/services.list.php:305 +#: ../../enterprise/operation/agentes/collection_view.php:63 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 +#: ../../enterprise/operation/agentes/policy_view.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:305 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 +#: ../../enterprise/meta/advanced/servers.build_table.php:59 #: ../../enterprise/meta/include/functions_wizard_meta.php:148 #: ../../enterprise/meta/include/functions_wizard_meta.php:359 #: ../../enterprise/meta/include/functions_wizard_meta.php:460 @@ -31,118 +570,295 @@ msgstr "" #: ../../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/meta/include/functions_networkmap_meta.php:157 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:516 +#: ../../enterprise/mobile/include/enterprise.class.php:78 +#: ../../enterprise/dashboard/dashboards.php:87 +#: ../../enterprise/dashboard/main_dashboard.php:317 +#: ../../enterprise/dashboard/main_dashboard.php:336 #: ../../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_reporting.php:1927 +#: ../../enterprise/include/functions_reporting.php:2041 +#: ../../enterprise/include/functions_reporting.php:3217 #: ../../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 +#: ../../enterprise/include/functions_reporting_pdf.php:1328 +#: ../../enterprise/include/functions_reporting_pdf.php:1464 +#: ../../enterprise/include/functions_reporting_pdf.php:2416 #: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:652 +#: ../../godmode/reporting/graph_builder.main.php:101 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/alerts/configure_alert_template.php:734 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_nc_groups_form.php:66 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_components_form_common.php:52 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/modules/manage_nc_groups.php:193 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/netflow/nf_edit.php:118 ../../godmode/users/user_list.php:269 +#: ../../godmode/users/user_list.php:403 +#: ../../godmode/events/event_filter.php:108 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/edit_tag.php:169 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/groups/configure_group.php:114 +#: ../../godmode/groups/configure_modu_group.php:69 +#: ../../godmode/servers/servers.build_table.php:63 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/modificar_server.php:46 +#: ../../godmode/servers/recon_script.php:95 +#: ../../godmode/servers/recon_script.php:348 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/agentes/module_manager_editor_common.php:138 +#: ../../godmode/agentes/module_manager_editor_common.php:596 +#: ../../godmode/agentes/module_manager.php:509 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../operation/search_maps.php:31 +#: ../../operation/netflow/nf_live_view.php:288 +#: ../../operation/gis_maps/gis_map.php:89 +#: ../../operation/agentes/networkmap.php:437 +#: ../../operation/agentes/networkmap_list.php:134 +#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../mobile/operation/networkmaps.php:195 +#: ../../include/functions_filemanager.php:580 +#: ../../include/functions_reporting_html.php:530 +#: ../../include/functions_reporting_html.php:1145 +#: ../../include/functions_reporting_html.php:1573 +#: ../../include/functions_reporting_html.php:3074 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_reporting.php:4784 +#: ../../include/functions_events.php:2023 +#: ../../include/functions_events.php:2073 msgid "Name" msgstr "" -#: ../../enterprise/mobile/include/enterprise.class.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 +#: ../../enterprise/godmode/reporting/graph_template_list.php:126 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 +#: ../../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/policies/policies.php:229 +#: ../../enterprise/godmode/policies/policies.php:257 +#: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/policies/policy_agents.php:358 +#: ../../enterprise/godmode/modules/configure_local_component.php:209 +#: ../../enterprise/godmode/modules/local_components.php:389 +#: ../../enterprise/godmode/modules/local_components.php:471 +#: ../../enterprise/godmode/services/services.service.php:239 +#: ../../enterprise/godmode/agentes/collections.php:183 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 +#: ../../enterprise/operation/log/log_viewer.php:197 +#: ../../enterprise/operation/services/services.service.php:123 +#: ../../enterprise/operation/services/services.list.php:162 +#: ../../enterprise/operation/services/services.list.php:314 +#: ../../enterprise/operation/inventory/inventory.php:164 +#: ../../enterprise/operation/agentes/ver_agente.php:50 +#: ../../enterprise/operation/agentes/ver_agente.php:71 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268 +#: ../../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/meta/include/functions_wizard_meta.php:153 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 +#: ../../enterprise/meta/include/functions_events_meta.php:67 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:91 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:158 +#: ../../enterprise/meta/agentsearch.php:95 +#: ../../enterprise/dashboard/widgets/top_n.php:306 +#: ../../enterprise/dashboard/widgets/tree_view.php:44 +#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../enterprise/dashboard/dashboards.php:89 +#: ../../enterprise/dashboard/main_dashboard.php:311 +#: ../../enterprise/dashboard/main_dashboard.php:338 +#: ../../enterprise/include/functions_alert_event.php:926 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 +#: ../../enterprise/include/functions_reporting_pdf.php:2311 +#: ../../enterprise/include/functions_reporting_pdf.php:2361 +#: ../../general/ui/agents_list.php:69 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:866 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/reporting/graph_builder.main.php:114 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/alerts/alert_special_days.php:164 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/alerts/configure_alert_template.php:738 +#: ../../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_action_alerts.php:136 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_edit_agents.php:205 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_delete_action_alerts.php:138 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/modules/manage_network_components.php:463 +#: ../../godmode/modules/manage_network_components.php:552 +#: ../../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_form_common.php:99 +#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 +#: ../../godmode/setup/gis.php:63 ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/users/user_list.php:227 +#: ../../godmode/users/configure_user.php:617 +#: ../../godmode/events/event_filter.php:109 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/events/event_edit_filter.php:215 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/snmpconsole/snmp_alert.php:556 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:300 +#: ../../godmode/agentes/agent_manager.php:243 +#: ../../godmode/agentes/planned_downtime.list.php:393 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/configurar_agente.php:338 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/modificar_agente.php:458 +#: ../../operation/search_maps.php:32 +#: ../../operation/integria_incidents/incident.list.php:61 +#: ../../operation/integria_incidents/incident.list.php:95 +#: ../../operation/integria_incidents/incident.incident.php:87 +#: ../../operation/netflow/nf_live_view.php:291 +#: ../../operation/users/user_edit.php:453 +#: ../../operation/events/sound_events.php:76 +#: ../../operation/events/events_list.php:539 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/incidents/incident.php:339 +#: ../../operation/agentes/status_monitor.php:280 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:492 +#: ../../operation/agentes/ver_agente.php:635 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/exportdata.php:226 +#: ../../operation/agentes/networkmap.php:448 +#: ../../operation/agentes/networkmap_list.php:136 +#: ../../operation/agentes/networkmap_list.php:170 +#: ../../extensions/agents_alerts.php:74 +#: ../../extensions/agents_modules.php:82 +#: ../../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 ../../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/modules.php:128 +#: ../../mobile/operation/modules.php:132 +#: ../../mobile/operation/modules.php:203 +#: ../../mobile/operation/modules.php:204 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 +#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 +#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 +#: ../../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 +#: ../../include/functions_reporting_html.php:1542 +#: ../../include/functions_reporting_html.php:1577 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:303 +#: ../../include/functions_visual_map_editor.php:577 +#: ../../include/functions_groups.php:745 +#: ../../include/functions_visual_map.php:2331 +#: ../../include/functions_graph.php:5255 +#: ../../include/functions_networkmap.php:1748 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2442 +#: ../../include/functions_events.php:3334 +msgid "Group" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../enterprise/godmode/reporting/graph_template_list.php:125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 +#: ../../enterprise/godmode/alerts/alert_events.php:501 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../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 +#: ../../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/modules/manage_inventory_modules.php:155 +#: ../../enterprise/godmode/setup/edit_skin.php:231 +#: ../../enterprise/godmode/setup/setup_skins.php:119 +#: ../../enterprise/godmode/services/services.service.php:236 +#: ../../enterprise/godmode/services/services.elements.php:374 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 +#: ../../enterprise/godmode/agentes/inventory_manager.php:234 +#: ../../enterprise/godmode/agentes/collections.php:184 +#: ../../enterprise/godmode/agentes/collection_manager.php:107 +#: ../../enterprise/godmode/agentes/collection_manager.php:165 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.list.php:310 +#: ../../enterprise/operation/agentes/ver_agente.php:58 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/extensions/backup/main.php:65 +#: ../../enterprise/extensions/backup/main.php:160 +#: ../../enterprise/extensions/cron/functions.php:37 +#: ../../enterprise/extensions/ipam/ipam_network.php:143 +#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_list.php:160 #: ../../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 +871,189 @@ 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/mobile/include/enterprise.class.php:79 +#: ../../enterprise/include/functions_update_manager.php:171 #: ../../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 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.item_editor.php:683 +#: ../../godmode/reporting/graph_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/alerts/alert_special_days.php:163 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/alerts/configure_alert_template.php:750 +#: ../../godmode/massive/massive_edit_agents.php:303 +#: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:447 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components.php:551 +#: ../../godmode/modules/manage_network_templates_form.php:148 +#: ../../godmode/modules/manage_network_templates_form.php:199 +#: ../../godmode/modules/manage_network_templates.php:191 +#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/users/user_list.php:277 +#: ../../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 +#: ../../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/groups/group_list.php:337 +#: ../../godmode/groups/configure_group.php:170 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/recon_script.php:107 +#: ../../godmode/servers/recon_script.php:154 +#: ../../godmode/servers/recon_script.php:349 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/agentes/module_manager_editor_common.php:319 +#: ../../godmode/agentes/agent_manager.php:275 +#: ../../godmode/agentes/module_manager.php:527 +#: ../../godmode/agentes/agent_template.php:225 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/agentes/modificar_agente.php:462 +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:326 #: ../../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/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:513 +#: ../../operation/search_graphs.php:34 ../../operation/search_reports.php:39 +#: ../../operation/agentes/estado_agente.php:476 +#: ../../operation/agentes/estado_generalagente.php:172 #: ../../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 -#: ../../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/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/groups/group_list.php:337 -#: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 -#: ../../godmode/massive/massive_edit_plugins.php:451 -#: ../../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/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 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../mobile/operation/agent.php:158 +#: ../../mobile/operation/tactical.php:312 +#: ../../include/functions_snmp_browser.php:415 +#: ../../include/functions_reporting_html.php:1545 +#: ../../include/functions_reporting_html.php:1578 +#: ../../include/functions_reporting_html.php:2362 +#: ../../include/functions_reporting_html.php:3075 +#: ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:499 ../../include/ajax/module.php:730 +#: ../../include/functions_events.php:1815 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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +msgid "Cleanup sucessfully" 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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +msgid "Cleanup error" 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" +#: ../../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/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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 +msgid "Wizard template" 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" +#: ../../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:4736 +#: ../../enterprise/include/functions_reporting.php:4760 +#: ../../enterprise/include/functions_reporting.php:4814 +#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:149 +msgid "Templates" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:194 -msgid "Slides mode" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:199 -msgid "Previous Dashboard" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:204 -msgid "Next Dashboard" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:209 -msgid "Play" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:214 -msgid "Pause" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:218 -msgid "Next slide in" -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 -msgid "Refresh" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:253 -msgid "Save the actual layout design" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:344 -msgid "Number Cells" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:349 -msgid "Update cells" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:351 -msgid "Name of dashboard" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:354 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../godmode/reporting/reporting_builder.php:557 -msgid "Private" -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 -#: ../../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_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 -#: ../../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 -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" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:387 -msgid "Private dashboard" -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" -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" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:400 -#: ../../godmode/reporting/visual_console_builder.editor.php:140 -msgid "Loading in progress" -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 -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/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 -#: ../../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/godmode/reporting/graph_template_wizard.php:138 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:347 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:366 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:377 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 +#: ../../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.global.php:59 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 @@ -1019,153 +1065,117 @@ 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/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/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.template_item.php:1693 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 +#: ../../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/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/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/alerts/alert_events_list.php:595 +#: ../../enterprise/godmode/alerts/alert_events.php:468 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 +#: ../../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_tags_edit_policy.php:89 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 +#: ../../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_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_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/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 -#: ../../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_wizard.snmp_interfaces_explorer.php:325 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:760 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:921 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:937 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:953 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:969 -#: ../../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/netflow/nf_edit_form.php:226 -#: ../../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/massive/massive_add_tags.php:169 -#: ../../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/modules/manage_network_components_form_plugin.php:24 -#: ../../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 +#: ../../enterprise/godmode/policies/policy_agents.php:223 +#: ../../enterprise/godmode/policies/policy_agents.php:648 +#: ../../enterprise/godmode/policies/policy_alerts.php:459 +#: ../../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/setup/setup.php:341 +#: ../../enterprise/godmode/setup/setup.php:347 +#: ../../enterprise/godmode/setup/setup.php:355 +#: ../../enterprise/godmode/setup/setup.php:361 +#: ../../enterprise/godmode/servers/manage_export_form.php:73 +#: ../../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/operation/agentes/ver_agente.php:36 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 +#: ../../enterprise/extensions/ipam/ipam_network.php:635 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 +#: ../../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/event/custom_events.php:211 +#: ../../enterprise/meta/event/custom_events.php:222 +#: ../../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/dashboard/widgets/top_n.php:398 +#: ../../enterprise/dashboard/widgets/service_map.php:39 +#: ../../enterprise/dashboard/dashboard_replicate.php:173 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1009 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1050 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1060 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1362 #: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:426 #: ../../godmode/reporting/visual_console_builder.wizard.php:156 #: ../../godmode/reporting/visual_console_builder.wizard.php:253 #: ../../godmode/reporting/visual_console_builder.wizard.php:261 @@ -1175,1124 +1185,153 @@ msgstr "" #: ../../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/reporting/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/alerts/alert_list.list.php:601 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/alerts/configure_alert_template.php:577 +#: ../../godmode/massive/massive_add_action_alerts.php:258 +#: ../../godmode/massive/massive_add_alerts.php:193 +#: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:242 +#: ../../godmode/massive/massive_edit_agents.php:297 +#: ../../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_edit_plugins.php:284 +#: ../../godmode/massive/massive_delete_tags.php:226 +#: ../../godmode/massive/massive_delete_tags.php:253 +#: ../../godmode/massive/massive_delete_tags.php:289 +#: ../../godmode/massive/massive_edit_modules.php:318 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/massive/massive_edit_modules.php:544 +#: ../../godmode/massive/massive_edit_modules.php:605 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:749 +#: ../../godmode/massive/massive_edit_modules.php:750 +#: ../../godmode/massive/massive_edit_modules.php:751 +#: ../../godmode/massive/massive_edit_modules.php:752 +#: ../../godmode/massive/massive_edit_modules.php:930 +#: ../../godmode/modules/manage_nc_groups_form.php:71 +#: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../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/setup/setup_general.php:143 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/setup/setup_visuals.php:260 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../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/events/event_edit_filter.php:407 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:902 +#: ../../godmode/groups/configure_group.php:182 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/servers/manage_recontask_form.php:265 +#: ../../godmode/agentes/module_manager_editor_common.php:392 +#: ../../godmode/agentes/module_manager_editor_common.php:572 +#: ../../godmode/agentes/module_manager_editor_common.php:730 +#: ../../godmode/agentes/module_manager_editor_common.php:736 +#: ../../godmode/agentes/module_manager_editor_common.php:745 +#: ../../godmode/agentes/module_manager_editor_common.php:751 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:729 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1013 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1029 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1044 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1050 +#: ../../godmode/agentes/agent_manager.php:272 +#: ../../godmode/agentes/agent_manager.php:368 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +#: ../../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 +#: ../../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/netflow/nf_live_view.php:381 +#: ../../operation/users/user_edit.php:347 +#: ../../operation/events/events_list.php:274 +#: ../../operation/events/events_list.php:875 +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:722 +#: ../../operation/agentes/ver_agente.php:761 +#: ../../operation/agentes/ver_agente.php:804 +#: ../../operation/agentes/ver_agente.php:814 +#: ../../mobile/operation/events.php:587 ../../include/functions_html.php:315 +#: ../../include/functions_html.php:479 +#: ../../include/functions_visual_map_editor.php:248 +#: ../../include/functions_visual_map_editor.php:320 +#: ../../include/functions_visual_map_editor.php:495 +#: ../../include/functions.php:907 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/functions_events.php:1703 +#: ../../include/functions_events.php:1710 msgid "None" msgstr "" -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -msgid "Replicate Dashboard" -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?" -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" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:29 -msgid "Show a map of the monitored network" -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" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:37 -msgid "No overlap" -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" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../include/functions_config.php:442 -#: ../../godmode/setup/setup_visuals.php:232 -msgid "Font size" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "8" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:46 -msgid "9" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "10" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:48 -msgid "11" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:49 -msgid "12" -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 -msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." -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/maps_made_by_user.php:32 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:560 -#: ../../operation/agentes/networkmap.php:467 -msgid "Layout" -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 -#: ../../enterprise/operation/agentes/agent_inventory.php:69 -#: ../../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/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:152 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 +#: ../../enterprise/godmode/policies/policy_agents.php:232 +#: ../../enterprise/godmode/policies/policy_agents.php:249 +#: ../../enterprise/meta/event/custom_events.php:149 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +#: ../../operation/events/events_list.php:222 +msgid "Filter group" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 +#: ../../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.php:127 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 +#: ../../enterprise/godmode/policies/policy_agents.php:369 +#: ../../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/modules/local_components.php:426 +#: ../../enterprise/godmode/modules/local_components.php:436 +#: ../../enterprise/godmode/modules/local_components.php:450 #: ../../enterprise/godmode/setup/setup_acl.php:84 #: ../../enterprise/godmode/setup/setup_acl.php:89 #: ../../enterprise/godmode/setup/setup_acl.php:94 @@ -2300,716 +1339,1487 @@ 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 +#: ../../enterprise/godmode/setup/setup_acl.php:391 +#: ../../enterprise/operation/log/log_viewer.php:194 +#: ../../enterprise/operation/log/log_viewer.php:212 +#: ../../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:176 +#: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/extensions/ipam/ipam_network.php:305 +#: ../../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.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../enterprise/meta/include/functions_users_meta.php:79 +#: ../../enterprise/meta/include/functions_users_meta.php:89 +#: ../../enterprise/meta/include/functions_wizard_meta.php:251 +#: ../../enterprise/meta/include/functions_html_meta.php:51 +#: ../../enterprise/meta/include/functions_agents_meta.php:1053 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +#: ../../enterprise/dashboard/widgets/tree_view.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:65 +#: ../../enterprise/dashboard/widgets/events_list.php:52 +#: ../../enterprise/include/functions_metaconsole.php:610 +#: ../../enterprise/include/functions_metaconsole.php:611 +#: ../../enterprise/include/functions_metaconsole.php:1215 +#: ../../general/subselect_data_module.php:42 #: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:884 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1000 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 +#: ../../godmode/reporting/visual_console_builder.wizard.php:206 +#: ../../godmode/reporting/visual_console_builder.wizard.php:211 #: ../../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/alerts/alert_list.php:264 +#: ../../godmode/alerts/alert_list.php:318 +#: ../../godmode/alerts/alert_list.php:331 +#: ../../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/alerts/alert_templates.php:255 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../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/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_edit_modules.php:252 +#: ../../godmode/massive/massive_edit_modules.php:280 +#: ../../godmode/massive/massive_edit_modules.php:302 +#: ../../godmode/massive/massive_edit_modules.php:331 +#: ../../godmode/modules/manage_network_components.php:499 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:226 +#: ../../godmode/events/event_edit_filter.php:230 +#: ../../godmode/events/event_edit_filter.php:366 ../../operation/tree.php:130 +#: ../../operation/tree.php:155 ../../operation/events/events_list.php:445 +#: ../../operation/events/events_list.php:449 +#: ../../operation/events/events_list.php:457 +#: ../../operation/events/events_list.php:556 +#: ../../operation/events/events_list.php:559 +#: ../../operation/events/events.build_query.php:118 +#: ../../operation/events/events.build_table.php:492 +#: ../../operation/events/events_rss.php:110 +#: ../../operation/events/export_csv.php:54 +#: ../../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/gis_maps/render_view.php:145 +#: ../../operation/agentes/status_monitor.php:295 +#: ../../operation/agentes/status_monitor.php:312 +#: ../../operation/agentes/status_monitor.php:322 +#: ../../operation/agentes/status_monitor.php:341 +#: ../../operation/agentes/status_monitor.php:384 +#: ../../operation/agentes/status_monitor.php:446 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../operation/agentes/estado_monitores.php:428 +#: ../../operation/agentes/estado_monitores.php:447 +#: ../../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/networkmap.php:474 +#: ../../operation/agentes/networkmap_list.php:185 +#: ../../extensions/agents_modules.php:78 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../mobile/operation/events.php:624 ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 ../../mobile/operation/agents.php:32 +#: ../../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/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../include/functions_modules.php:2417 +#: ../../include/functions_modules.php:2418 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 ../../include/functions.php:904 +#: ../../include/functions.php:1127 ../../include/functions_graph.php:2635 +#: ../../include/functions_reporting.php:1514 +#: ../../include/functions_events.php:3116 +#: ../../include/functions_events.php:3629 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 +#: ../../enterprise/godmode/policies/policy_agents.php:267 +#: ../../enterprise/godmode/policies/policy_agents.php:275 +msgid "Filter agent" 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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 +msgid "Agents available" 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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 +msgid "Select all" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_status.php:24 -msgid "Maps status" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 +msgid "Agents to apply" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_status.php:26 -msgid "General and quick visual maps report" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 +msgid "Add agents to template" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_status.php:28 -#: ../../operation/search_results.php:123 -msgid "Maps" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 +msgid "Undo agents to template" 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" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430 +msgid "Apply template" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_status.php:76 -#: ../../godmode/massive/massive_edit_agents.php:387 -msgid "Bad" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 +#: ../../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/dashboard/widgets/top_n.php:31 -#: ../../include/functions_reporting.php:810 -msgid "Top N" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:396 +#: ../../enterprise/godmode/reporting/graph_template_list.php:146 +#: ../../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/reporting_builder.template_wizard.php:759 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 +#: ../../enterprise/godmode/alerts/alert_events_list.php:643 +#: ../../enterprise/godmode/alerts/alert_events_list.php:756 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 +#: ../../enterprise/godmode/policies/policies.php:378 +#: ../../enterprise/godmode/policies/policies.php:388 +#: ../../enterprise/godmode/policies/policies.php:406 +#: ../../enterprise/godmode/policies/policy_modules.php:1090 +#: ../../enterprise/godmode/policies/policy_modules.php:1097 +#: ../../enterprise/godmode/policies/policy_modules.php:1126 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/policies/policy_agents.php:226 +#: ../../enterprise/godmode/policies/policy_agents.php:325 +#: ../../enterprise/godmode/policies/policy_agents.php:469 +#: ../../enterprise/godmode/policies/policy_agents.php:522 +#: ../../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_alerts.php:411 +#: ../../enterprise/godmode/modules/local_components.php:518 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 +#: ../../enterprise/godmode/setup/setup_skins.php:136 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 +#: ../../enterprise/godmode/agentes/inventory_manager.php:261 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 +#: ../../enterprise/extensions/backup/main.php:177 +#: ../../enterprise/meta/advanced/policymanager.queue.php:330 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/dashboard/dashboard_replicate.php:187 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../enterprise/include/functions_services.php:1701 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/alerts/alert_special_days.php:220 +#: ../../godmode/alerts/alert_list.list.php:816 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_add_action_alerts.php:179 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_delete_agents.php:134 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_delete_action_alerts.php:185 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/modules/manage_network_components.php:600 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_nc_groups.php:219 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 ../../godmode/setup/links.php:150 +#: ../../godmode/setup/news.php:267 ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/db/db_audit.php:107 +#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 +#: ../../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/events/event_filter.php:146 ../../godmode/tag/tag.php:273 +#: ../../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/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/servers/plugin.php:782 +#: ../../godmode/agentes/module_manager_editor_common.php:148 +#: ../../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/agent_template.php:246 +#: ../../godmode/agentes/planned_downtime.editor.php:847 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/modificar_agente.php:589 +#: ../../operation/users/user_edit.php:709 +#: ../../operation/events/events.php:768 +#: ../../operation/events/events.build_table.php:760 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/messages/message_list.php:187 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../operation/agentes/networkmap_list.php:229 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +#: ../../include/functions_events.php:1766 +msgid "Are you sure?" 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 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:419 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:778 msgid "" -"Please could you fill the widget data previous to filling the list items." +"This will be delete all reports created in previous template applications. " +"Do you want to continue?" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 +msgid "Advance Options" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 +#: ../../enterprise/meta/advanced/metasetup.visual.php:214 +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../godmode/setup/setup_visuals.php:516 +#: ../../include/functions_config.php:599 +msgid "Font family" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 +#: ../../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/policies/policy_external_alerts.php:199 +#: ../../enterprise/godmode/policies/policy_alerts.php:304 +#: ../../enterprise/operation/agentes/policy_view.php:253 +#: ../../enterprise/meta/advanced/metasetup.visual.php:215 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 +#: ../../enterprise/dashboard/main_dashboard.php:109 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/massive/massive_edit_agents.php:385 +#: ../../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:519 +#: ../../godmode/setup/setup_visuals.php:531 +#: ../../godmode/users/configure_user.php:448 +#: ../../godmode/events/event_edit_filter.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:357 +#: ../../operation/users/user_edit.php:268 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/users/user_edit.php:278 +#: ../../operation/users/user_edit.php:300 +#: ../../operation/events/events_list.php:464 +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../extensions/agents_alerts.php:312 ../../include/functions_ui.php:895 +msgid "Default" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/include/functions_meta.php:1147 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:523 +#: ../../include/functions_config.php:459 +#: ../../include/functions_config.php:602 +msgid "Custom logo" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 +#: ../../enterprise/meta/advanced/metasetup.visual.php:219 +#: ../../godmode/setup/setup_visuals.php:525 +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/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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 +#: ../../enterprise/meta/advanced/metasetup.visual.php:227 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../godmode/setup/setup_visuals.php:543 +#: ../../include/functions_config.php:605 +msgid "Header" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 +#: ../../enterprise/meta/advanced/metasetup.visual.php:231 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../godmode/setup/setup_visuals.php:548 +#: ../../include/functions_config.php:608 +msgid "First page" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:275 -msgid "Selection module one by one" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 +#: ../../enterprise/meta/advanced/metasetup.visual.php:238 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../godmode/setup/setup_visuals.php:556 +#: ../../include/functions_config.php:611 +msgid "Footer" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:286 -msgid "Selection several modules" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/godmode/reporting/graph_template_list.php:86 +#: ../../enterprise/godmode/reporting/graph_template_list.php:106 +#: ../../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/alerts/alert_events_rules.php:281 +#: ../../enterprise/godmode/alerts/alert_events_list.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:204 +#: ../../enterprise/godmode/policies/policies.php:174 +#: ../../enterprise/godmode/modules/local_components.php:318 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 +#: ../../enterprise/extensions/ipam/ipam_action.php:64 +#: ../../enterprise/dashboard/dashboards.php:50 +#: ../../enterprise/dashboard/main_dashboard.php:74 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/alerts/alert_list.php:144 +#: ../../godmode/alerts/alert_list.php:186 +#: ../../godmode/alerts/alert_special_days.php:151 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../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_network_components.php:360 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/setup/links.php:69 ../../godmode/setup/news.php:97 +#: ../../godmode/setup/gis.php:57 ../../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/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/users/configure_user.php:412 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +#: ../../godmode/snmpconsole/snmp_alert.php:459 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/agentes/planned_downtime.list.php:107 +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/events/events.php:499 +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/incidents/incident.php:66 +#: ../../extensions/files_repo.php:166 +msgid "Successfully deleted" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:314 -msgid "Regex for to filter modules" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 +#: ../../enterprise/godmode/alerts/alert_events_list.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:205 +#: ../../enterprise/godmode/policies/policies.php:175 +#: ../../enterprise/godmode/policies/policy_modules.php:936 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 +#: ../../enterprise/godmode/policies/policy_collections.php:69 +#: ../../enterprise/godmode/policies/policy_agents.php:91 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 +#: ../../enterprise/godmode/policies/policy_alerts.php:165 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/modules/local_components.php:319 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 +#: ../../enterprise/extensions/ipam/ipam_action.php:61 +#: ../../enterprise/dashboard/dashboards.php:51 +#: ../../enterprise/dashboard/main_dashboard.php:75 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/alerts/alert_list.php:144 +#: ../../godmode/alerts/alert_list.php:186 +#: ../../godmode/alerts/alert_special_days.php:152 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../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:361 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +#: ../../godmode/users/configure_user.php:413 +#: ../../operation/events/events.php:500 +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/incidents/incident.php:67 +#: ../../extensions/files_repo.php:166 +msgid "Could not be deleted" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:323 -msgid "Filter modules" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../enterprise/godmode/alerts/alert_events_list.php:420 +#: ../../enterprise/extensions/ipam/ipam_network.php:269 +#: ../../godmode/reporting/reporting_builder.list_items.php:306 +#: ../../godmode/reporting/reporting_builder.list_items.php:501 +msgid "Sort" 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/godmode/reporting/reporting_builder.template_list_item.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 +#: ../../enterprise/godmode/policies/policy_modules.php:1043 +#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../enterprise/godmode/services/services.elements.php:329 +#: ../../enterprise/operation/agentes/ver_agente.php:30 +#: ../../enterprise/operation/agentes/policy_view.php:306 +#: ../../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:624 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:173 +#: ../../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/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/modules/manage_network_components.php:550 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components_form_common.php:67 +#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/agentes/module_manager_editor_common.php:164 +#: ../../godmode/agentes/module_manager.php:118 +#: ../../godmode/agentes/module_manager.php:521 +#: ../../godmode/agentes/agent_template.php:224 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../operation/netflow/nf_live_view.php:251 +#: ../../operation/events/sound_events.php:78 +#: ../../operation/events/events.php:74 ../../operation/search_modules.php:49 +#: ../../operation/agentes/ver_agente.php:754 +#: ../../operation/agentes/networkmap_list.php:135 +#: ../../operation/agentes/networkmap_list.php:179 +#: ../../operation/agentes/networkmap_list.php:263 +#: ../../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 +#: ../../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 +#: ../../include/functions_snmp_browser.php:410 +#: ../../include/functions_reporting_html.php:531 +#: ../../include/functions_reporting_html.php:1146 +#: ../../include/functions_reporting_html.php:1574 +#: ../../include/functions_reporting_html.php:2361 +#: ../../include/functions_visual_map_editor.php:367 +#: ../../include/functions_visual_map_editor.php:386 +#: ../../include/ajax/module.php:724 +#: ../../include/functions_reporting.php:4785 +#: ../../include/functions_events.php:888 +#: ../../include/functions_events.php:2372 +msgid "Type" +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:231 +#: ../../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/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/policies/policy_linking.php:120 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/godmode/services/services.elements.php:326 +#: ../../enterprise/godmode/services/services.elements.php:335 +#: ../../enterprise/operation/log/log_viewer.php:193 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 +#: ../../enterprise/extensions/ipam/ipam_network.php:537 +#: ../../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/include/functions_wizard_meta.php:3237 +#: ../../enterprise/meta/agentsearch.php:92 +#: ../../enterprise/dashboard/widgets/top_n.php:126 +#: ../../enterprise/dashboard/widgets/module_icon.php:52 +#: ../../enterprise/dashboard/widgets/module_table_value.php:49 +#: ../../enterprise/dashboard/widgets/single_graph.php:50 +#: ../../enterprise/dashboard/widgets/module_status.php:52 +#: ../../enterprise/dashboard/widgets/module_value.php:52 +#: ../../enterprise/include/functions_services.php:1442 +#: ../../enterprise/include/functions_alert_event.php:923 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2268 +#: ../../enterprise/include/functions_log.php:332 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1648 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:890 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1435 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1634 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1641 +#: ../../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/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/reporting_builder.list_items.php:290 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:581 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../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/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/agentes/module_manager_editor_common.php:657 +#: ../../godmode/agentes/module_manager_editor_prediction.php:115 +#: ../../godmode/agentes/planned_downtime.list.php:171 +#: ../../operation/search_alerts.php:39 +#: ../../operation/events/events.build_table.php:36 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../operation/search_modules.php:42 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:929 +#: ../../operation/agentes/estado_agente.php:471 +#: ../../operation/agentes/ver_agente.php:766 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/agents_alerts.php:344 ../../extensions/insert_data.php:147 +#: ../../extensions/module_groups.php:41 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/events.php:510 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:309 +#: ../../mobile/operation/modules.php:454 +#: ../../mobile/operation/alerts.php:266 +#: ../../include/functions_reporting_html.php:337 +#: ../../include/functions_reporting_html.php:453 +#: ../../include/functions_reporting_html.php:532 +#: ../../include/functions_reporting_html.php:986 +#: ../../include/functions_reporting_html.php:1375 +#: ../../include/functions_reporting_html.php:1714 +#: ../../include/functions_reporting_html.php:1855 +#: ../../include/functions_reporting_html.php:1893 +#: ../../include/functions_reporting_html.php:2136 +#: ../../include/functions_reporting_html.php:2290 +#: ../../include/functions_reporting_html.php:2501 +#: ../../include/functions_visual_map_editor.php:257 +#: ../../include/functions_graph.php:5044 +#: ../../include/functions_reporting.php:4786 +msgid "Agent" +msgstr "" + +#: ../../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: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/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +#: ../../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 +#: ../../enterprise/godmode/services/services.elements.php:325 +#: ../../enterprise/godmode/services/services.elements.php:351 +#: ../../enterprise/godmode/agentes/inventory_manager.php:149 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 +#: ../../enterprise/operation/inventory/inventory.php:169 +#: ../../enterprise/operation/agentes/agent_inventory.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:194 +#: ../../enterprise/extensions/check_acls.php:121 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 +#: ../../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_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_status.php:63 +#: ../../enterprise/dashboard/widgets/module_status.php:69 +#: ../../enterprise/dashboard/widgets/module_value.php:63 +#: ../../enterprise/dashboard/widgets/module_value.php:69 +#: ../../enterprise/include/functions_services.php:1492 +#: ../../enterprise/include/functions_alert_event.php:924 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:944 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1436 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1635 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1642 +#: ../../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/graph_builder.graph_editor.php:85 +#: ../../godmode/reporting/reporting_builder.list_items.php:295 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/servers/plugin.php:67 +#: ../../godmode/agentes/module_manager_editor_common.php:639 +#: ../../godmode/agentes/module_manager_editor_common.php:658 +#: ../../godmode/agentes/module_manager_editor_prediction.php:140 +#: ../../godmode/agentes/planned_downtime.list.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:838 +#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 +#: ../../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/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/agents_alerts.php:279 ../../extensions/insert_data.php:158 +#: ../../extensions/module_groups.php:43 ../../mobile/operation/alerts.php:268 +#: ../../include/functions_reporting_html.php:338 +#: ../../include/functions_reporting_html.php:454 +#: ../../include/functions_reporting_html.php:987 +#: ../../include/functions_reporting_html.php:1376 +#: ../../include/functions_reporting_html.php:1414 +#: ../../include/functions_reporting_html.php:1721 +#: ../../include/functions_reporting_html.php:1856 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../include/functions_treeview.php:66 +#: ../../include/functions_graph.php:5160 +msgid "Module" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 +#: ../../enterprise/dashboard/widgets/top_n.php:59 +#: ../../enterprise/dashboard/widgets/custom_graph.php:36 +#: ../../enterprise/dashboard/widgets/single_graph.php:72 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:704 +#: ../../godmode/reporting/reporting_builder.item_editor.php:746 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/graph_builder.main.php:145 +#: ../../godmode/reporting/visual_console_builder.wizard.php:142 +#: ../../godmode/reporting/reporting_builder.list_items.php:301 +#: ../../godmode/agentes/module_manager_editor_prediction.php:155 +#: ../../include/functions_visual_map_editor.php:405 +msgid "Period" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 +#: ../../enterprise/dashboard/main_dashboard.php:196 +#: ../../enterprise/dashboard/main_dashboard.php:252 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/update_manager/update_manager.php:35 +#: ../../extensions/net_tools.php:331 +msgid "Options" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/policies/policies.php:258 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/modules/local_components.php:472 +#: ../../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/alerts/alert_list.list.php:412 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/servers/servers.build_table.php:75 +#: ../../godmode/servers/plugin.php:739 +#: ../../operation/gis_maps/gis_map.php:94 +msgid "Op." +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_list_item.php:349 +#: ../../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.php:357 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 +#: ../../enterprise/godmode/alerts/alert_events_list.php:634 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 +#: ../../enterprise/godmode/agentes/collections.editor.php:178 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303 +#: ../../enterprise/extensions/cron/main.php:262 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 +#: ../../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/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/functions_networkmap_enterprise.php:608 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1098 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/users/user_list.php:469 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../godmode/servers/servers.build_table.php:155 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/modificar_agente.php:523 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../operation/search_reports.php:52 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/agentes/status_monitor.php:1111 +#: ../../operation/agentes/estado_agente.php:555 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../include/functions_groups.php:2166 ../../include/ajax/module.php:841 +msgid "Edit" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 +#: ../../enterprise/godmode/reporting/graph_template_list.php:158 +#: ../../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/reporting/reporting_builder.template.php:373 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 +#: ../../enterprise/godmode/alerts/alert_events_list.php:568 +#: ../../enterprise/godmode/alerts/alert_events_list.php:646 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/policies/policies.php:392 +#: ../../enterprise/godmode/policies/policy_modules.php:1108 +#: ../../enterprise/godmode/policies/policy_modules.php:1132 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 +#: ../../enterprise/godmode/policies/policy_agents.php:477 +#: ../../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_alerts.php:422 +#: ../../enterprise/godmode/policies/policy_plugins.php:83 +#: ../../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/setup/setup_acl.php:153 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 +#: ../../enterprise/godmode/agentes/inventory_manager.php:262 +#: ../../enterprise/godmode/agentes/plugins_manager.php:112 +#: ../../enterprise/godmode/agentes/plugins_manager.php:171 +#: ../../enterprise/operation/services/services.list.php:462 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 +#: ../../enterprise/extensions/backup/main.php:137 +#: ../../enterprise/extensions/cron/main.php:265 +#: ../../enterprise/meta/advanced/servers.build_table.php:132 +#: ../../enterprise/meta/advanced/metasetup.visual.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/meta/advanced/policymanager.queue.php:312 +#: ../../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/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/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/dashboard/dashboards.php:91 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../enterprise/dashboard/main_dashboard.php:299 +#: ../../enterprise/include/functions_networkmap_enterprise.php:612 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/reporting/visual_console_builder.elements.php:515 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../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/alerts/alert_special_days.php:165 +#: ../../godmode/alerts/alert_list.list.php:701 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/massive/massive_delete_alerts.php:237 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_agents.php:136 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_action_alerts.php:187 +#: ../../godmode/modules/manage_network_components.php:601 +#: ../../godmode/modules/manage_network_components.php:613 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../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/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/setup/links.php:137 ../../godmode/setup/news.php:225 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/setup_visuals.php:647 +#: ../../godmode/setup/setup_visuals.php:678 +#: ../../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/db/db_refine.php:119 ../../godmode/users/user_list.php:471 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:168 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/snmpconsole/snmp_alert.php:1095 +#: ../../godmode/snmpconsole/snmp_alert.php:1124 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/servers/servers.build_table.php:168 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/agentes/module_manager_editor_common.php:660 +#: ../../godmode/agentes/module_manager.php:533 +#: ../../godmode/agentes/module_manager.php:745 +#: ../../godmode/agentes/module_manager.php:762 +#: ../../godmode/agentes/agent_template.php:246 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/planned_downtime.editor.php:797 +#: ../../godmode/agentes/planned_downtime.editor.php:802 +#: ../../godmode/agentes/planned_downtime.editor.php:850 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 +#: ../../operation/integria_incidents/incident.files.php:46 +#: ../../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_list.php:124 +#: ../../operation/messages/message_list.php:188 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:210 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../operation/agentes/networkmap_list.php:138 +#: ../../operation/agentes/networkmap_list.php:229 +#: ../../operation/agentes/networkmap_list.php:253 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../include/functions_groups.php:2173 +msgid "Delete" +msgstr "" + +#: ../../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/modules/module_list.php:57 +#: ../../godmode/setup/os.builder.php:39 +#: ../../godmode/groups/group_list.php:335 +#: ../../godmode/groups/configure_group.php:117 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:576 +#: ../../include/functions_visual_map.php:2335 +msgid "Icon" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/meta/screens/screens.visualmap.php:149 +#: ../../enterprise/meta/screens/screens.visualmap.php:165 +#: ../../godmode/reporting/visual_console_builder.php:666 +#: ../../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 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/agentes/configurar_agente.php:256 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:536 +#: ../../operation/visual_console/render_view.php:130 +#: ../../operation/agentes/estado_agente.php:552 +msgid "View" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 +#: ../../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:85 +#: ../../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/meta/general/main_header.php:172 +#: ../../enterprise/dashboard/widgets/service_map.php:79 +#: ../../enterprise/include/functions_groups.php:61 +#: ../../general/firts_task/service_list.php:25 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +#: ../../operation/agentes/ver_agente.php:1054 +msgid "Services" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104 +msgid "Available" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106 +#: ../../include/graphs/export_data.php:76 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +msgid "Selected" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113 +msgid "Push the selected services into the list" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118 +msgid "Remove the services from the list" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 +#: ../../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/alerts/alert_events_list.php:608 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 +#: ../../enterprise/godmode/policies/policy_collections.php:196 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_alerts.php:474 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/policies/policy_plugins.php:65 +#: ../../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/godmode/servers/manage_export_form.php:122 +#: ../../enterprise/godmode/agentes/inventory_manager.php:208 +#: ../../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/agentes/plugins_manager.php:93 +#: ../../enterprise/meta/advanced/metasetup.visual.php:154 +#: ../../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:346 +#: ../../godmode/reporting/visual_console_builder.wizard.php:324 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/alerts/alert_list.list.php:623 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:673 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/events/event_edit_filter.php:337 +#: ../../godmode/events/event_edit_filter.php:352 +#: ../../godmode/snmpconsole/snmp_alert.php:1199 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/manage_recontask_form.php:384 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../operation/integria_incidents/incident.files.php:29 +#: ../../operation/integria_incidents/incident.workunits.php:35 +#: ../../operation/events/events_list.php:328 +#: ../../operation/events/events_list.php:355 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../extensions/files_repo/files_repo_form.php:94 +msgid "Add" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172 +msgid "Icon preview" +msgstr "" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238 +msgid "The services list is empty" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 +#: ../../include/functions_reports.php:588 +msgid "Top n" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 +#: ../../enterprise/include/functions_reporting_csv.php:265 +#: ../../include/functions_reports.php:578 +#: ../../include/functions_reporting.php:1608 +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/alerts/configure_alert_template.php:148 +#: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 +#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +#: ../../include/functions_reports.php:574 ../../include/ajax/events.php:299 +#: ../../include/functions_reporting.php:4031 +msgid "General" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +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:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 +msgid "Elements to apply" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 +#: ../../godmode/reporting/reporting_builder.item_editor.php:718 +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:1244 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3018 +#: ../../godmode/reporting/reporting_builder.item_editor.php:719 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2893 +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:170 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 +#: ../../enterprise/godmode/policies/policies.php:256 +#: ../../enterprise/godmode/policies/policies.php:357 +#: ../../enterprise/godmode/policies/policy.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:282 +#: ../../enterprise/godmode/policies/policy_agents.php:340 +#: ../../enterprise/godmode/policies/policy_queue.php:375 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 +#: ../../enterprise/operation/services/services.service_map.php:125 +#: ../../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/meta/monitoring/wizard/wizard.php:228 +#: ../../enterprise/meta/monitoring/group_view.php:98 +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/dashboard/widgets/service_map.php:93 +#: ../../enterprise/include/functions_policies.php:3271 +#: ../../enterprise/include/functions_reporting.php:4058 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../godmode/reporting/reporting_builder.item_editor.php:990 +#: ../../godmode/reporting/visual_console_builder.wizard.php:240 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/reporting_builder.list_items.php:161 +#: ../../godmode/reporting/reporting_builder.list_items.php:186 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_delete_agents.php:123 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_edit_modules.php:339 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../operation/search_results.php:73 +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../operation/agentes/networkmap.php:475 +#: ../../extensions/agents_alerts.php:177 +#: ../../extensions/agents_modules.php:195 ../../mobile/operation/home.php:58 +#: ../../mobile/operation/agents.php:158 +#: ../../mobile/include/functions_web.php:22 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:1063 +#: ../../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 +#: ../../include/ajax/networkmap.ajax.php:64 +#: ../../include/ajax/networkmap.ajax.php:92 +msgid "Agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 +#: ../../enterprise/godmode/policies/policies.php:341 +#: ../../enterprise/godmode/policies/policy_modules.php:339 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 +#: ../../enterprise/operation/services/services.service_map.php:130 #: ../../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.agent.php:64 #: ../../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/meta/monitoring/wizard/wizard.php:225 +#: ../../enterprise/meta/monitoring/group_view.php:99 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#: ../../enterprise/meta/include/functions_wizard_meta.php:305 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 +#: ../../enterprise/meta/agentsearch.php:96 +#: ../../enterprise/dashboard/widgets/top_n.php:332 +#: ../../enterprise/dashboard/widgets/tree_view.php:37 +#: ../../enterprise/dashboard/widgets/service_map.php:98 #: ../../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.item_editor.php:1006 +#: ../../godmode/reporting/visual_console_builder.wizard.php:251 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 #: ../../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 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_edit_modules.php:307 +#: ../../godmode/db/db_refine.php:95 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:836 +#: ../../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.wmi_explorer.php:311 +#: ../../godmode/agentes/configurar_agente.php:277 +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../godmode/agentes/modificar_agente.php:528 ../../operation/tree.php:73 +#: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 +#: ../../operation/agentes/estado_agente.php:497 +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 +#: ../../operation/agentes/exportdata.php:266 +#: ../../extensions/agents_modules.php:195 ../../mobile/operation/home.php:64 +#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:326 +#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agent.php:205 +#: ../../mobile/operation/modules.php:186 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:2502 +#: ../../include/functions_reports.php:556 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reports.php:560 +#: ../../include/functions_reports.php:562 +#: ../../include/functions_reports.php:564 +#: ../../include/functions_reports.php:566 +#: ../../include/functions_reports.php:568 +#: ../../include/ajax/networkmap.ajax.php:71 msgid "Modules" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:349 -#: ../../godmode/modules/manage_network_templates_form.php:224 -msgid "Add modules" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 +#: ../../enterprise/godmode/policies/policy_queue.php:342 +#: ../../enterprise/godmode/policies/policy_queue.php:376 +#: ../../enterprise/meta/advanced/policymanager.queue.php:216 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/dashboard/widgets/top_n.php:128 +#: ../../enterprise/dashboard/widgets/top_n.php:337 +#: ../../enterprise/include/functions_reporting_pdf.php:804 +#: ../../enterprise/include/functions_reporting_pdf.php:897 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1643 +#: ../../godmode/extensions.php:153 ../../extensions/net_tools.php:118 +#: ../../extensions/api_checker.php:132 +#: ../../include/functions_reporting_html.php:988 +#: ../../include/functions_reporting_html.php:1858 +#: ../../include/functions_menu.php:574 +msgid "Operation" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:440 -msgid "Successful added modules" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +msgid "Sum" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:444 -msgid "Unsuccessful added modules" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 +#: ../../include/functions_reporting.php:4259 +msgid "Rate" 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/godmode/reporting/reporting_builder.global.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1299 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1580 #: ../../enterprise/meta/include/functions_wizard_meta.php:836 #: ../../enterprise/meta/include/functions_wizard_meta.php:845 #: ../../enterprise/meta/include/functions_wizard_meta.php:922 @@ -3022,300 +2832,2061 @@ msgstr "" #: ../../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 +#: ../../enterprise/dashboard/widgets/top_n.php:472 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../godmode/reporting/reporting_builder.item_editor.php:779 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 #: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:729 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1141 +#: ../../include/graphs/functions_pchart.php:204 +#: ../../include/graphs/functions_pchart.php:1129 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1399 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:829 +#: ../../include/functions_ui.php:1988 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1578 +#: ../../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/dashboard/widgets/top_n.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../godmode/reporting/reporting_builder.item_editor.php:777 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1193 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:198 +#: ../../include/graphs/functions_pchart.php:1131 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1397 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 #: ../../include/functions_reporting.php:826 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1143 -msgid "Avg" +#: ../../include/functions_ui.php:1988 +msgid "Max" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:920 -msgid "Insuficient data" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 +#: ../../godmode/snmpconsole/snmp_alert.php:1213 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../operation/events/events.build_table.php:756 +#: ../../operation/agentes/networkmap_list.php:257 +msgid "Delete selected" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1548 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 +msgid "Group by agent" msgstr "" -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/dashboard/widgets/top_n.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1163 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" msgstr "" -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 +#: ../../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:1166 +msgid "Ascending" msgstr "" -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 +#: ../../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:1169 +msgid "Descending" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 +#: ../../enterprise/dashboard/widgets/top_n.php:73 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1172 +msgid "By agent name" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 +#: ../../enterprise/dashboard/widgets/top_n.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 +msgid "Quantity (n)" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 +#: ../../enterprise/dashboard/widgets/top_n.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1190 +#: ../../operation/agentes/ver_agente.php:1044 +msgid "Display" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 +#: ../../enterprise/operation/services/services.service.php:128 +#: ../../enterprise/operation/services/services.list.php:320 +#: ../../enterprise/include/functions_reporting_pdf.php:745 +#: ../../enterprise/include/functions_reporting_pdf.php:806 +#: ../../enterprise/include/functions_reporting_pdf.php:898 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1221 +#: ../../godmode/reporting/visual_console_builder.wizard.php:194 +#: ../../godmode/alerts/configure_alert_template.php:594 +#: ../../godmode/massive/massive_edit_modules.php:493 +#: ../../godmode/setup/setup_visuals.php:630 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/agentes/module_manager_editor_common.php:598 +#: ../../include/functions_snmp_browser.php:406 +#: ../../include/functions_reporting_html.php:455 +#: ../../include/functions_reporting_html.php:989 +#: ../../include/functions_reporting_html.php:1860 +#: ../../include/functions_reporting_html.php:2363 +#: ../../include/functions_graph.php:5163 +msgid "Value" msgstr "" -#: ../../enterprise/meta/agentsearch.php:79 -msgid "Search results for" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1230 +msgid "Condition" msgstr "" -#: ../../enterprise/meta/agentsearch.php:91 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1610 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 +#: ../../include/functions_reporting.php:1627 +msgid "Everything" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 +msgid ">=" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1614 +msgid "<" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 +#: ../../enterprise/extensions/backup/main.php:114 +#: ../../enterprise/dashboard/widgets/maps_status.php:74 +#: ../../enterprise/include/functions_services.php:1753 +#: ../../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/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:852 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +#: ../../include/functions_reporting_html.php:369 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:1512 +#: ../../include/functions_db.php:1138 +msgid "OK" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 +#: ../../enterprise/include/functions_reporting_pdf.php:2104 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1243 +#: ../../include/functions_reporting_html.php:1518 +msgid "Not OK" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1265 +msgid "Show graph" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +msgid "Show resume" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +msgid "" +"Show a resume table with max, min, average of total modules on the report " +"bottom" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 +msgid "Advance Reporting" +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 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../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/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +#: ../../godmode/agentes/planned_downtime.list.php:108 +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +msgid "Not deleted. Error deleting data" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:124 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 +#: ../../godmode/alerts/alert_list.list.php:58 +msgid "Template name" +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:389 +msgid "Create template" +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/mysql_builder.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:528 +#: ../../include/functions_reporting.php:3650 +msgid "SQL" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89 +#: ../../enterprise/include/functions_reporting.php:35 +msgid "Wizard SLA" +msgstr "" + +#: ../../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:537 +#: ../../include/functions_reporting.php:466 +msgid "S.L.A." +msgstr "" + +#: ../../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:540 +msgid "Monthly S.L.A." +msgstr "" + +#: ../../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:544 +msgid "Services S.L.A." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 +#: ../../include/functions_visual_map_editor.php:428 +#: ../../include/functions_visual_map_editor.php:436 +msgid "Cancel" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 +msgid "SLA min value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:200 +msgid "SLA min Value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 +msgid "SLA max value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204 +msgid "SLA max Value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 +msgid "SLA Limit %" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208 +msgid "SLA Limit Value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "Hide not init agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +msgid "SLA items sorted by fulfillment value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1305 +#: ../../godmode/reporting/reporting_builder.item_editor.php:785 +msgid "Only display wrong SLAs" +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:149 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 +#: ../../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 +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/graph_template_item_editor.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 +#: ../../enterprise/godmode/setup/setup_auth.php:166 +#: ../../enterprise/godmode/setup/setup_auth.php:297 +#: ../../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/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.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.setup.php:137 +#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 +#: ../../general/login_identification_wizard.php:188 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:226 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../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:395 +#: ../../godmode/massive/massive_edit_modules.php:440 +#: ../../godmode/massive/massive_edit_modules.php:459 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:565 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../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_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/performance.php:104 +#: ../../godmode/setup/performance.php:111 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../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:415 +#: ../../godmode/setup/setup_visuals.php:421 +#: ../../godmode/setup/setup_visuals.php:431 +#: ../../godmode/setup/setup_visuals.php:564 +#: ../../godmode/setup/setup_visuals.php:591 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/agentes/agent_manager.php:378 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../operation/netflow/nf_live_view.php:265 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/snmpconsole/snmp_view.php:436 +msgid "Yes" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 +#: ../../enterprise/godmode/setup/setup_auth.php:169 +#: ../../enterprise/godmode/setup/setup_auth.php:298 +#: ../../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/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.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.setup.php:138 +#: ../../enterprise/meta/advanced/metasetup.setup.php:189 +#: ../../enterprise/meta/advanced/metasetup.performance.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 +#: ../../general/login_identification_wizard.php:185 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:231 +#: ../../godmode/reporting/visual_console_builder.wizard.php:272 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../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:396 +#: ../../godmode/massive/massive_edit_modules.php:441 +#: ../../godmode/massive/massive_edit_modules.php:460 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:566 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../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_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/news.php:264 +#: ../../godmode/setup/performance.php:105 +#: ../../godmode/setup/performance.php:112 +#: ../../godmode/setup/performance.php:119 +#: ../../godmode/setup/setup_ehorus.php:56 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../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:416 +#: ../../godmode/setup/setup_visuals.php:423 +#: ../../godmode/setup/setup_visuals.php:435 +#: ../../godmode/setup/setup_visuals.php:568 +#: ../../godmode/setup/setup_visuals.php:595 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/agentes/agent_manager.php:381 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../operation/netflow/nf_live_view.php:266 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +#: ../../include/functions_events.php:2380 +#: ../../include/functions_events.php:2387 +msgid "No" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/reporting/reporting_builder.php:1989 +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:615 +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/reporting_builder.item_editor.php:692 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../godmode/reporting/visual_console_builder.wizard.php:257 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:575 +#: ../../include/functions_visual_map.php:2327 +msgid "Label" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1277 +#: ../../godmode/reporting/reporting_builder.item_editor.php:764 +msgid "Projection period" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:774 +msgid "Data range" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 +#: ../../godmode/reporting/reporting_builder.item_editor.php:794 +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:801 +#: ../../godmode/alerts/alert_special_days.php:196 +#: ../../godmode/alerts/configure_alert_special_days.php:78 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../include/functions_html.php:840 +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:807 +#: ../../godmode/alerts/alert_special_days.php:199 +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../include/functions_html.php:841 +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:813 +#: ../../godmode/alerts/alert_special_days.php:202 +#: ../../godmode/alerts/configure_alert_special_days.php:80 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../include/functions_html.php:842 +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:819 +#: ../../godmode/alerts/alert_special_days.php:205 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../include/functions_html.php:843 +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:825 +#: ../../godmode/alerts/alert_special_days.php:208 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../include/functions_html.php:844 +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:831 +#: ../../godmode/alerts/alert_special_days.php:211 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../include/functions_html.php:845 +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:837 +#: ../../godmode/alerts/alert_special_days.php:214 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../include/functions_html.php:839 +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:845 +#: ../../godmode/alerts/configure_alert_template.php:535 +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:854 +#: ../../godmode/alerts/configure_alert_template.php:539 +msgid "Time to" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 +#: ../../enterprise/extensions/csv_import/main.php:75 +#: ../../enterprise/meta/advanced/policymanager.queue.php:255 #: ../../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 +#: ../../enterprise/meta/agentsearch.php:91 +#: ../../enterprise/include/functions_reporting.php:1926 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1130 #: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 +#: ../../godmode/agentes/agent_manager.php:264 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../operation/events/events_list.php:442 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/servers/recon_view.php:173 +#: ../../include/functions_events.php:3292 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" +#: ../../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:1133 +msgid "Select server" 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" +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 +#: ../../enterprise/godmode/modules/configure_local_component.php:203 +#: ../../enterprise/operation/agentes/ver_agente.php:33 +#: ../../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:879 +#: ../../godmode/massive/massive_edit_modules.php:498 +#: ../../godmode/modules/manage_network_components_form_common.php:93 +#: ../../godmode/agentes/module_manager_editor_common.php:231 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/ver_agente.php:758 +#: ../../operation/agentes/estado_monitores.php:444 +#: ../../operation/agentes/networkmap.php:459 +#: ../../extensions/agents_modules.php:76 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_graph.php:5066 +#: ../../include/functions_events.php:2080 +msgid "Module group" 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/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:1043 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:377 +#: ../../include/functions_visual_map_editor.php:234 +#: ../../include/functions_visual_map_editor.php:244 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +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/dashboard/widgets/post.php:25 +#: ../../enterprise/include/functions_netflow_pdf.php:208 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 +#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:632 +#: ../../include/functions_reports.php:596 +#: ../../include/functions_reporting.php:3630 +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:1142 +msgid "Serialized header" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1142 +msgid "The separator character is |" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1112 +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:1536 +#: ../../enterprise/dashboard/widgets/url.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1147 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +msgid "URL" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +msgid "Field separator" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +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:1155 +msgid "Line separator" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1155 +msgid "" +"Separator in different lines (composed by fields) of the serialized text " +"chain" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 +#: ../../enterprise/dashboard/widgets/top_n.php:477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1197 +#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:740 +#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 +#: ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1401 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:834 +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:1213 +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:1217 +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:1632 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1273 +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:1274 +msgid "Show the main address of agent." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1295 +msgid "Event filter" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1298 +msgid "No Validated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:572 +#: ../../operation/snmpconsole/snmp_view.php:823 +#: ../../include/functions_graph.php:2768 +#: ../../include/functions_events.php:882 +#: ../../include/functions_events.php:1724 +#: ../../include/functions_events.php:1730 +#: ../../include/functions_events.php:1734 +#: ../../include/functions_events.php:1739 +#: ../../include/functions_events.php:2928 +#: ../../include/functions_events.php:2936 +msgid "Validated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 +#: ../../enterprise/godmode/services/services.service.php:259 +#: ../../enterprise/godmode/services/services.elements.php:401 +#: ../../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/meta/monitoring/group_view.php:154 +#: ../../enterprise/meta/monitoring/tactical.php:278 +#: ../../enterprise/meta/include/functions_wizard_meta.php:844 +#: ../../enterprise/meta/include/functions_wizard_meta.php:930 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1131 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1148 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 +#: ../../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/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 +#: ../../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:2359 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1302 +#: ../../godmode/massive/massive_copy_modules.php:79 +#: ../../godmode/massive/massive_copy_modules.php:192 +#: ../../godmode/massive/massive_edit_agents.php:216 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../godmode/massive/massive_delete_agents.php:115 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:326 +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:146 +#: ../../operation/agentes/status_monitor.php:289 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../operation/agentes/estado_monitores.php:429 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/tactical.php:150 +#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41 +#: ../../include/functions_reporting_html.php:1076 +#: ../../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 ../../include/functions.php:877 +#: ../../include/functions.php:1079 ../../include/functions.php:1080 +#: ../../include/functions.php:1082 ../../include/functions.php:1118 +#: ../../include/functions_graph.php:1949 +#: ../../include/functions_graph.php:3053 +#: ../../include/functions_graph.php:3054 +#: ../../include/functions_graph.php:4948 +#: ../../include/functions_events.php:1485 ../../include/functions_ui.php:1988 +msgid "Critical" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 +#: ../../enterprise/godmode/services/services.service.php:263 +#: ../../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/meta/monitoring/group_view.php:153 +#: ../../enterprise/meta/monitoring/tactical.php:279 +#: ../../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/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 +#: ../../enterprise/include/functions_services.php:1267 +#: ../../enterprise/include/functions_reporting_pdf.php:678 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1304 +#: ../../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_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:325 +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../godmode/servers/manage_recontask_form.php:188 +#: ../../operation/tree.php:132 ../../operation/tree.php:157 +#: ../../operation/tree.php:288 ../../operation/netflow/nf_live_view.php:264 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../operation/agentes/status_monitor.php:288 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../operation/agentes/estado_monitores.php:433 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/tactical.php:151 +#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40 +#: ../../include/functions_reporting_html.php:1078 +#: ../../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 ../../include/functions.php:874 +#: ../../include/functions.php:1077 ../../include/functions.php:1080 +#: ../../include/functions.php:1115 ../../include/functions_graph.php:1950 +#: ../../include/functions_graph.php:3045 +#: ../../include/functions_graph.php:3046 +#: ../../include/functions_graph.php:4945 +#: ../../include/functions_events.php:1482 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:1988 +msgid "Warning" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1325 +msgid "Event graphs" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 +msgid "By agent" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 +msgid "By user validator" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1677 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1341 +msgid "By criticity" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1347 +msgid "Validated vs unvalidated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1686 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 +msgid "Show in two columns" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1697 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1366 +msgid "Show in landscape" +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:1838 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 +#: ../../enterprise/extensions/ipam/ipam_network.php:281 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1389 +#: ../../godmode/events/event_edit_filter.php:238 +#: ../../godmode/snmpconsole/snmp_alert.php:893 +#: ../../operation/events/events_list.php:401 +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../mobile/operation/events.php:642 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/modules.php:254 +#: ../../mobile/operation/alerts.php:188 +msgid "Free search" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1859 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1404 +#: ../../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:1407 +#: ../../include/functions_visual_map_editor.php:587 +msgid "Update item" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1438 +msgid "SLA Min. (value)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1899 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1439 +msgid "SLA Max. (value)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1900 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1440 +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:981 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1574 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1609 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1770 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1798 +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 "" + +#: ../../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/operation/log/log_viewer.php:310 +#: ../../enterprise/operation/log/log_viewer.php:322 +#: ../../enterprise/extensions/cron/main.php:339 +#: ../../enterprise/dashboard/widgets/tree_view.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1814 +#: ../../godmode/alerts/configure_alert_template.php:1061 +#: ../../godmode/setup/news.php:297 +#: ../../godmode/agentes/planned_downtime.editor.php:1168 +#: ../../operation/tree.php:391 +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/reporting/graph_viewer.php:264 +#: ../../operation/netflow/nf_live_view.php:605 +#: ../../operation/events/events_list.php:1495 +#: ../../operation/agentes/estado_monitores.php:382 +#: ../../operation/agentes/stat_win.php:492 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../extensions/insert_data.php:194 +msgid "Choose time" +msgstr "" + +#: ../../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/operation/log/log_viewer.php:311 +#: ../../enterprise/operation/log/log_viewer.php:323 +#: ../../enterprise/extensions/cron/main.php:340 +#: ../../enterprise/dashboard/widgets/tree_view.php:317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1815 +#: ../../godmode/alerts/configure_alert_template.php:1062 +#: ../../godmode/setup/news.php:298 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +#: ../../operation/tree.php:392 +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/reporting/graph_viewer.php:265 +#: ../../operation/netflow/nf_live_view.php:606 +#: ../../operation/events/events_list.php:1496 +#: ../../operation/agentes/estado_monitores.php:383 +#: ../../operation/agentes/stat_win.php:493 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../extensions/insert_data.php:195 +msgid "Time" +msgstr "" + +#: ../../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/operation/log/log_viewer.php:312 +#: ../../enterprise/operation/log/log_viewer.php:324 +#: ../../enterprise/extensions/cron/main.php:341 +#: ../../enterprise/dashboard/widgets/tree_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1816 +#: ../../godmode/alerts/configure_alert_template.php:1063 +#: ../../godmode/setup/news.php:299 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +#: ../../operation/tree.php:393 +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/reporting/graph_viewer.php:266 +#: ../../operation/netflow/nf_live_view.php:607 +#: ../../operation/events/events_list.php:1497 +#: ../../operation/agentes/estado_monitores.php:384 +#: ../../operation/agentes/stat_win.php:494 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:852 +msgid "Hour" +msgstr "" + +#: ../../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/operation/log/log_viewer.php:313 +#: ../../enterprise/operation/log/log_viewer.php:325 +#: ../../enterprise/extensions/cron/main.php:342 +#: ../../enterprise/dashboard/widgets/tree_view.php:319 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1817 +#: ../../godmode/alerts/configure_alert_template.php:1064 +#: ../../godmode/setup/news.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +#: ../../operation/tree.php:394 +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/netflow/nf_live_view.php:608 +#: ../../operation/events/events_list.php:1498 +#: ../../operation/agentes/estado_monitores.php:385 +#: ../../operation/agentes/stat_win.php:495 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:853 +msgid "Minute" +msgstr "" + +#: ../../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/operation/log/log_viewer.php:314 +#: ../../enterprise/operation/log/log_viewer.php:326 +#: ../../enterprise/extensions/cron/main.php:343 +#: ../../enterprise/dashboard/widgets/tree_view.php:320 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1818 +#: ../../godmode/alerts/configure_alert_template.php:1065 +#: ../../godmode/setup/news.php:301 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +#: ../../operation/tree.php:395 +#: ../../operation/reporting/reporting_viewer.php:261 +#: ../../operation/reporting/reporting_viewer.php:281 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/netflow/nf_live_view.php:609 +#: ../../operation/events/events_list.php:1499 +#: ../../operation/agentes/estado_monitores.php:386 +#: ../../operation/agentes/stat_win.php:496 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../extensions/insert_data.php:198 +msgid "Second" +msgstr "" + +#: ../../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/operation/log/log_viewer.php:315 +#: ../../enterprise/operation/log/log_viewer.php:327 +#: ../../enterprise/operation/agentes/agent_inventory.php:89 +#: ../../enterprise/extensions/cron/main.php:344 +#: ../../enterprise/dashboard/widgets/tree_view.php:321 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1819 +#: ../../godmode/alerts/configure_alert_template.php:1066 +#: ../../godmode/setup/news.php:302 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +#: ../../operation/tree.php:396 +#: ../../operation/reporting/reporting_viewer.php:262 +#: ../../operation/reporting/reporting_viewer.php:282 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/netflow/nf_live_view.php:610 +#: ../../operation/events/events_list.php:1500 +#: ../../operation/agentes/estado_monitores.php:387 +#: ../../operation/agentes/stat_win.php:497 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../extensions/insert_data.php:199 ../../include/functions.php:436 +#: ../../include/functions.php:570 +msgid "Now" +msgstr "" + +#: ../../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/operation/log/log_viewer.php:316 +#: ../../enterprise/operation/log/log_viewer.php:328 +#: ../../enterprise/extensions/cron/main.php:345 +#: ../../enterprise/dashboard/widgets/tree_view.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1820 +#: ../../godmode/alerts/configure_alert_template.php:1067 +#: ../../godmode/setup/news.php:303 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +#: ../../operation/tree.php:397 +#: ../../operation/reporting/reporting_viewer.php:263 +#: ../../operation/reporting/reporting_viewer.php:283 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/netflow/nf_live_view.php:611 +#: ../../operation/events/events_list.php:1501 +#: ../../operation/agentes/estado_monitores.php:388 +#: ../../operation/agentes/stat_win.php:498 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../extensions/insert_data.php:200 ../../mobile/include/ui.class.php:571 +#: ../../mobile/include/ui.class.php:610 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../include/functions_snmp_browser.php:441 +msgid "Close" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/events/event_edit_filter.php:155 +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:353 +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:181 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 +#: ../../enterprise/godmode/agentes/inventory_manager.php:176 +#: ../../enterprise/dashboard/widgets/top_n.php:61 +#: ../../godmode/setup/performance.php:91 +#: ../../operation/gis_maps/render_view.php:139 +#: ../../include/functions_netflow.php:1049 +#: ../../include/functions_netflow.php:1082 ../../include/functions.php:2014 +#: ../../include/functions.php:2579 ../../include/ajax/module.php:120 +msgid "1 hour" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 +#: ../../enterprise/godmode/agentes/inventory_manager.php:177 +#: ../../enterprise/dashboard/widgets/top_n.php:62 +#: ../../operation/gis_maps/render_view.php:140 +#: ../../include/functions_netflow.php:1050 +#: ../../include/functions_netflow.php:1083 +msgid "2 hours" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 +msgid "3 hours" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 +#: ../../enterprise/godmode/agentes/inventory_manager.php:178 +#: ../../include/ajax/module.php:121 +msgid "6 hours" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 +#: ../../enterprise/godmode/agentes/inventory_manager.php:179 +#: ../../enterprise/dashboard/widgets/top_n.php:64 +#: ../../godmode/setup/performance.php:92 +#: ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:122 +msgid "12 hours" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/dashboard/widgets/top_n.php:65 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 ../../include/functions.php:2017 +#: ../../include/ajax/module.php:123 +msgid "1 day" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 +#: ../../enterprise/godmode/agentes/inventory_manager.php:181 +#: ../../godmode/setup/performance.php:94 +#: ../../include/functions_netflow.php:1054 +#: ../../include/functions_netflow.php:1087 +msgid "2 days" +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:96 +#: ../../include/functions_netflow.php:1057 +msgid "Last week" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 +#: ../../enterprise/godmode/agentes/inventory_manager.php:183 +#: ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2019 +#: ../../include/ajax/module.php:125 +msgid "15 days" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:98 +#: ../../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/functions_netflow.php:1061 ../../include/ajax/module.php:128 +msgid "6 months" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../include/functions.php:2023 ../../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/graph_template_editor.php:208 +#: ../../enterprise/dashboard/widgets/custom_graph.php:39 +#: ../../godmode/reporting/graph_builder.main.php:155 +#: ../../godmode/setup/setup_visuals.php:441 +#: ../../operation/reporting/graph_viewer.php:214 +msgid "Area" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 +#: ../../enterprise/dashboard/widgets/custom_graph.php:40 +#: ../../godmode/reporting/graph_builder.main.php:156 +#: ../../operation/reporting/graph_viewer.php:215 +msgid "Stacked area" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 +#: ../../enterprise/dashboard/widgets/custom_graph.php:41 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/reporting/graph_builder.main.php:157 +#: ../../godmode/setup/setup_visuals.php:444 +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:579 +msgid "Line" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 +#: ../../enterprise/dashboard/widgets/custom_graph.php:42 +#: ../../godmode/reporting/graph_builder.main.php:158 +#: ../../operation/reporting/graph_viewer.php:217 +msgid "Stacked line" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 +#: ../../enterprise/meta/event/custom_events.php:38 +#: ../../godmode/users/configure_profile.php:275 ../../operation/menu.php:268 +msgid "View events" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 +#: ../../enterprise/godmode/alerts/alert_events_list.php:671 +#: ../../enterprise/godmode/policies/policies.php:426 +#: ../../enterprise/godmode/policies/policy_modules.php:319 +#: ../../enterprise/godmode/policies/configure_policy.php:90 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +#: ../../enterprise/godmode/modules/configure_local_component.php:469 +#: ../../enterprise/godmode/modules/local_components.php:539 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/setup/edit_skin.php:270 +#: ../../enterprise/godmode/services/services.service.php:361 +#: ../../enterprise/godmode/services/services.elements.php:417 +#: ../../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/servers/manage_export.php:125 +#: ../../enterprise/godmode/servers/manage_export.php:157 +#: ../../enterprise/godmode/agentes/collections.php:235 +#: ../../enterprise/godmode/agentes/collections.editor.php:117 +#: ../../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/extensions/backup/main.php:167 +#: ../../enterprise/extensions/cron/main.php:323 +#: ../../enterprise/extensions/ipam/ipam_editor.php:121 +#: ../../enterprise/extensions/ipam/ipam_list.php:257 +#: ../../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/reporting_builder.item_editor.php:1095 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/alerts/alert_special_days.php:235 +#: ../../godmode/alerts/alert_list.list.php:733 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/configure_alert_special_days.php:101 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/modules/manage_nc_groups_form.php:83 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/modules/manage_nc_groups.php:244 +#: ../../godmode/modules/manage_network_components_form.php:267 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/setup/links.php:117 ../../godmode/setup/os.php:52 +#: ../../godmode/setup/os.php:76 ../../godmode/setup/news.php:204 +#: ../../godmode/setup/gis.php:93 ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/users/configure_user.php:581 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/events/event_edit_filter.php:390 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/tag/edit_tag.php:232 +#: ../../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/groups/configure_group.php:208 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/servers/manage_recontask.php:389 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/agentes/agent_manager.php:462 +#: ../../godmode/agentes/module_manager.php:123 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/module_manager_editor.php:490 +#: ../../operation/integria_incidents/incident.incident.php:126 +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/agentes/networkmap_list.php:252 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:437 +msgid "Create" +msgstr "" + +#: ../../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/godmode/policies/policy_modules.php:291 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:555 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:403 +#: ../../godmode/agentes/agent_manager.php:395 +#: ../../godmode/agentes/module_manager_editor.php:465 +#: ../../operation/events/events_list.php:579 +#: ../../include/functions_visual_map_editor.php:450 +msgid "Advanced options" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 +#: ../../enterprise/include/functions_reporting.php:4772 +#: ../../enterprise/include/functions_reporting.php:4822 +#: ../../godmode/reporting/reporting_builder.php:1927 +#: ../../operation/reporting/reporting_viewer.php:90 +msgid "Item editor" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 +#: ../../godmode/reporting/reporting_builder.php:1924 +#: ../../operation/reporting/reporting_viewer.php:86 +msgid "List items" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 +msgid "List templates" +msgstr "" + +#: ../../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:1888 +#: ../../godmode/reporting/reporting_builder.php:1893 +#: ../../godmode/reporting/reporting_builder.php:1897 +#: ../../godmode/reporting/reporting_builder.php:1959 +#: ../../godmode/reporting/reporting_builder.php:1964 +#: ../../godmode/reporting/reporting_builder.php:1967 +#: ../../godmode/reporting/graphs.php:75 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../operation/reporting/reporting_viewer.php:128 +#: ../../operation/reporting/graph_viewer.php:163 +#: ../../operation/reporting/graph_viewer.php:314 ../../operation/menu.php:229 +msgid "Reporting" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 +#: ../../enterprise/godmode/policies/policies.php:180 +#: ../../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/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:287 +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 +#: ../../godmode/reporting/reporting_builder.php:534 +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../operation/search_reports.php:40 +msgid "HTML" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 +#: ../../godmode/reporting/reporting_builder.php:535 +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../operation/search_reports.php:41 +msgid "XML" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 +#: ../../enterprise/operation/reporting/custom_reporting.php:17 +msgid "PDF" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 +#: ../../enterprise/operation/reporting/custom_reporting.php:19 +msgid "JSON" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 +#: ../../enterprise/operation/reporting/custom_reporting.php:21 +#: ../../operation/agentes/exportdata.php:322 +#: ../../extensions/insert_data.php:169 +msgid "CSV" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +msgid "Operations" +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:346 +#: ../../enterprise/operation/reporting/custom_reporting.php:49 +msgid "Export to PDF" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 +#: ../../enterprise/operation/reporting/custom_reporting.php:53 +msgid "Export to JSON" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 +#: ../../enterprise/operation/reporting/custom_reporting.php:58 +#: ../../enterprise/operation/log/log_viewer.php:239 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../include/graphs/functions_flot.php:248 +msgid "Export to CSV" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 +#: ../../enterprise/godmode/policies/policy_modules.php:1094 +#: ../../enterprise/godmode/modules/local_components.php:513 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:597 +#: ../../godmode/agentes/module_manager.php:707 +msgid "Duplicate" +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:449 +#: ../../operation/events/events_list.php:481 +#: ../../operation/agentes/datos_agente.php:189 +#: ../../include/ajax/module.php:148 +msgid "Timestamp from:" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 +#: ../../operation/events/events_list.php:484 +#: ../../operation/agentes/datos_agente.php:195 +#: ../../include/ajax/module.php:156 +msgid "Timestamp to:" +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.wizard.php:70 +#: ../../enterprise/meta/general/main_header.php:114 +#: ../../enterprise/meta/general/logon_ok.php:38 +#: ../../enterprise/meta/screens/screens.visualmap.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 +#: ../../enterprise/include/functions_reporting.php:32 +#: ../../enterprise/include/functions_reporting.php:4742 +#: ../../enterprise/include/functions_reporting.php:4764 +#: ../../godmode/reporting/visual_console_builder.php:660 +#: ../../godmode/reporting/visual_console_builder.wizard.php:311 +#: ../../operation/visual_console/render_view.php:123 +msgid "Wizard" +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/reporting/reporting_builder.wizard.php:245 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1204 +#: ../../operation/agentes/stat_win.php:370 +#: ../../mobile/operation/module_graph.php:420 +msgid "Time compare (Overlapped)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 +#: ../../enterprise/include/functions_massive.php:15 +#: ../../godmode/reporting/visual_console_builder.php:465 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../godmode/massive/massive_edit_modules.php:1005 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 +#: ../../include/functions_visual_map.php:1317 +msgid "No modules selected" +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:271 +#: ../../enterprise/include/functions_reporting_csv.php:872 +#: ../../enterprise/include/functions_reporting_csv.php:876 +#: ../../godmode/reporting/reporting_builder.php:532 +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../operation/search_reports.php:38 +msgid "Report name" +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:308 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 +#: ../../operation/agentes/group_view.php:249 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +msgid "Filter tag" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 +#: ../../enterprise/godmode/alerts/alert_events_list.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:45 +msgid "List event alerts" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:50 +msgid "Builder event alert" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +#: ../../enterprise/godmode/alerts/alert_events.php:58 +msgid "List event rules" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 #: ../../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/policies.php:345 #: ../../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 +#: ../../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.php:226 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 +#: ../../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/agentsearch.php:98 +#: ../../enterprise/include/functions_policies.php:3224 +#: ../../enterprise/include/functions_reporting_pdf.php:706 +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/alerts/alert_list.php:302 #: ../../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 @@ -3327,1685 +4898,2674 @@ msgstr "" #: ../../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/alerts/configure_alert_special_days.php:52 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../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_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/massive/massive_copy_modules.php:153 #: ../../godmode/groups/group_list.php:336 #: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/agentes/configurar_agente.php:287 +#: ../../godmode/agentes/modificar_agente.php:532 ../../godmode/menu.php:141 +#: ../../operation/search_results.php:93 ../../operation/search_agents.php:65 +#: ../../operation/agentes/estado_agente.php:503 +#: ../../operation/agentes/ver_agente.php:921 +#: ../../operation/agentes/ver_agente.php:1160 +#: ../../extensions/agents_alerts.php:253 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:323 ../../mobile/operation/agent.php:219 +#: ../../mobile/operation/alerts.php:154 +#: ../../mobile/include/functions_web.php:25 +#: ../../include/functions_reporting_html.php:1109 +#: ../../include/functions_reporting_html.php:2511 +#: ../../include/functions_treeview.php:321 +#: ../../include/functions_reports.php:602 +#: ../../include/functions_reports.php:604 +#: ../../include/functions_reports.php:607 +#: ../../include/functions_graph.php:730 +#: ../../include/functions_graph.php:3699 +#: ../../include/functions_graph.php:4377 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" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +msgid "Configure event rule" msgstr "" -#: ../../enterprise/meta/agentsearch.php:191 -msgid "There are no agents included in this group" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +msgid "User comment" 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" +#: ../../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/meta/index.php:250 ../../index.php:244 -msgid "The code shouldn't be empty" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +#: ../../operation/events/events.php:73 +msgid "Event" msgstr "" -#: ../../enterprise/meta/index.php:262 ../../index.php:256 -msgid "Expired login" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 +msgid "Window" msgstr "" -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:264 ../../index.php:270 -msgid "Login error" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 +#: ../../enterprise/include/functions_reporting_pdf.php:1183 +#: ../../enterprise/include/functions_reporting_pdf.php:1463 +#: ../../operation/snmpconsole/snmp_view.php:518 +#: ../../include/functions_reporting_html.php:664 +#: ../../include/functions_reporting_html.php:1144 +msgid "Count" msgstr "" -#: ../../enterprise/meta/index.php:499 ../../enterprise/meta/index.php:510 -#: ../../index.php:668 -msgid "Sorry! I can't find the page!" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +#: ../../include/class/Tree.class.php:1566 +msgid "Module alerts" msgstr "" -#: ../../enterprise/meta/include/functions_agents_meta.php:970 -#: ../../enterprise/meta/include/functions_agents_meta.php:981 -msgid "Agents movement" +#: ../../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/operation/services/services.list.php:155 +#: ../../enterprise/operation/services/services.list.php:172 +#: ../../enterprise/dashboard/widgets/events_list.php:31 +#: ../../godmode/reporting/visual_console_builder.wizard.php:329 +#: ../../godmode/massive/massive_add_action_alerts.php:146 +#: ../../godmode/users/configure_user.php:689 +#: ../../godmode/events/event_edit_filter.php:286 +#: ../../godmode/servers/manage_recontask.php:336 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/agentes/planned_downtime.list.php:154 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../operation/integria_incidents/incident.list.php:33 +#: ../../operation/events/events_list.php:435 +#: ../../include/functions_html.php:858 ../../include/functions_html.php:859 +#: ../../include/functions_html.php:860 ../../include/functions_html.php:861 +#: ../../include/functions_html.php:862 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_visual_map_editor.php:612 +#: ../../include/ajax/visual_console_builder.ajax.php:672 +msgid "Any" msgstr "" -#: ../../enterprise/meta/include/functions_agents_meta.php:975 -#: ../../enterprise/meta/include/functions_agents_meta.php:984 -msgid "Group management" +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 +#: ../../enterprise/meta/include/functions_events_meta.php:85 +#: ../../enterprise/dashboard/widgets/events_list.php:54 +#: ../../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 +#: ../../godmode/events/event_filter.php:112 +#: ../../godmode/events/event_edit_filter.php:228 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../operation/events/events_list.php:558 +#: ../../operation/events/events.build_table.php:211 +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../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 +#: ../../include/functions_reporting_html.php:533 +#: ../../include/functions_reporting_html.php:663 +#: ../../include/functions_reporting_html.php:1147 +#: ../../include/functions_reporting.php:4787 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:885 +#: ../../include/functions_events.php:2392 +#: ../../include/functions_events.php:3356 +msgid "Severity" 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/alerts/configure_alert_rule.php:167 #: ../../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/godmode/setup/setup_auth.php:102 +#: ../../enterprise/godmode/setup/setup_auth.php:134 +#: ../../enterprise/godmode/servers/manage_export_form.php:97 +#: ../../enterprise/extensions/vmware/main.php:225 +#: ../../enterprise/extensions/cron/main.php:187 #: ../../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 +#: ../../enterprise/meta/general/login_page.php:70 +#: ../../enterprise/meta/general/login_page.php:91 +#: ../../enterprise/meta/include/functions_meta.php:849 +#: ../../enterprise/meta/include/functions_meta.php:902 +#: ../../enterprise/meta/include/functions_meta.php:955 +#: ../../enterprise/meta/include/functions_wizard_meta.php:398 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 +#: ../../enterprise/meta/include/functions_events_meta.php:64 +#: ../../general/login_page.php:135 ../../general/login_page.php:160 +#: ../../general/logon_ok.php:220 ../../general/logon_ok.php:417 +#: ../../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 -#: ../../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 +#: ../../operation/integria_incidents/incident.tracking.php:22 +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:568 +#: ../../operation/search_users.php:68 ../../extensions/users_connected.php:77 +#: ../../extensions/api_checker.php:114 ../../extensions/ssh_gateway.php:59 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 +#: ../../include/functions_reporting_html.php:2851 +#: ../../include/functions.php:2297 ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3324 +#: ../../include/functions_events.php:3705 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 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 +#: ../../enterprise/meta/include/functions_events_meta.php:76 +#: ../../enterprise/dashboard/widgets/events_list.php:36 +#: ../../enterprise/include/functions_reporting_pdf.php:1181 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1311 +#: ../../godmode/events/event_filter.php:110 +#: ../../godmode/events/event_edit_filter.php:224 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../operation/events/events_list.php:552 +#: ../../operation/events/events.build_table.php:191 +#: ../../include/functions_reporting_html.php:662 #: ../../include/functions_events.php:41 -#: ../../godmode/events/custom_events.php:92 -#: ../../godmode/events/custom_events.php:160 -msgid "Agent module" +#: ../../include/functions_events.php:3339 +msgid "Event type" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +msgid "Event rules" 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 +#: ../../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 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/include/functions_events_meta.php:91 +#: ../../enterprise/dashboard/widgets/tree_view.php:35 +#: ../../enterprise/dashboard/widgets/events_list.php:62 +#: ../../enterprise/include/functions_reporting_pdf.php:2366 +#: ../../general/firts_task/tags.php:25 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/massive/massive_edit_modules.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:184 +#: ../../godmode/users/configure_user.php:618 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/tag/edit_tag.php:57 ../../operation/tree.php:49 +#: ../../operation/users/user_edit.php:454 +#: ../../operation/events/events.build_table.php:223 +#: ../../operation/agentes/status_monitor.php:328 +#: ../../operation/agentes/status_monitor.php:331 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../mobile/operation/events.php:514 +#: ../../include/functions_reporting_html.php:1582 +#: ../../include/functions_treeview.php:164 #: ../../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" +#: ../../include/functions_events.php:2451 +#: ../../include/functions_events.php:3366 +msgid "Tags" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 +msgid "Error creating rule" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 +msgid "Successfully created rule" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 +msgid "Error updating rule" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 +msgid "Successfully updating rule" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 +msgid "Error updating rule operators" 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" +#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 +msgid "Successfully update rule operators" msgstr "" -#: ../../enterprise/meta/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +msgid "Error processing action" +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:440 +#: ../../enterprise/godmode/alerts/alert_events_list.php:486 +msgid "Move up" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 +#: ../../enterprise/godmode/alerts/alert_events_list.php:498 +msgid "Move down" +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/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:123 +#: ../../enterprise/meta/general/main_header.php:268 +msgid "Event alerts" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:186 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +#: ../../godmode/alerts/alert_list.php:169 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/massive/massive_add_tags.php:88 +#: ../../operation/incidents/incident_detail.php:67 +msgid "Successfully added" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:187 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +#: ../../godmode/alerts/alert_list.php:169 +#: ../../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_alerts.php:113 +#: ../../godmode/massive/massive_add_tags.php:89 +#: ../../operation/incidents/incident_detail.php:68 +msgid "Could not be added" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:221 +#: ../../enterprise/godmode/policies/policy_modules.php:372 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 +#: ../../godmode/alerts/alert_list.php:203 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/agentes/configurar_agente.php:1457 +#: ../../godmode/agentes/modificar_agente.php:111 +#: ../../include/ajax/alert_list.ajax.php:79 +msgid "Successfully enabled" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:222 +#: ../../enterprise/godmode/policies/policy_modules.php:372 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 +#: ../../godmode/alerts/alert_list.php:203 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/agentes/configurar_agente.php:1457 +#: ../../godmode/agentes/modificar_agente.php:111 +#: ../../include/ajax/alert_list.ajax.php:81 +msgid "Could not be enabled" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:238 +#: ../../enterprise/godmode/policies/policy_modules.php:386 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 +#: ../../godmode/alerts/alert_list.php:220 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/agentes/modificar_agente.php:125 +#: ../../include/ajax/alert_list.ajax.php:90 +msgid "Successfully disabled" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:239 +#: ../../enterprise/godmode/policies/policy_modules.php:386 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 +#: ../../godmode/alerts/alert_list.php:220 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/agentes/modificar_agente.php:125 +#: ../../include/ajax/alert_list.ajax.php:92 +msgid "Could not be disabled" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../godmode/alerts/alert_list.php:237 +#: ../../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:237 +#: ../../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:254 +#: ../../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:254 +#: ../../godmode/massive/massive_standby_alerts.php:78 +msgid "Could not be set off standby" +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:364 +#: ../../enterprise/godmode/alerts/alert_events_list.php:368 +#: ../../enterprise/godmode/policies/policy_collections.php:182 +#: ../../enterprise/godmode/policies/policy_agents.php:365 +#: ../../enterprise/godmode/policies/policy_agents.php:370 +#: ../../enterprise/godmode/modules/local_components.php:438 +#: ../../enterprise/godmode/modules/local_components.php:452 +#: ../../enterprise/godmode/agentes/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:50 +#: ../../enterprise/operation/log/log_viewer.php:170 +#: ../../enterprise/operation/log/log_viewer.php:238 +#: ../../enterprise/operation/services/services.list.php:143 +#: ../../enterprise/operation/services/services.list.php:182 +#: ../../enterprise/operation/inventory/inventory.php:179 +#: ../../enterprise/operation/inventory/inventory.php:219 +#: ../../enterprise/operation/agentes/agent_inventory.php:90 +#: ../../enterprise/operation/agentes/agent_inventory.php:95 +#: ../../enterprise/extensions/translate_string.php:265 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 +#: ../../enterprise/meta/general/main_header.php:491 +#: ../../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/agentsearch.php:68 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/modules/manage_network_components.php:508 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/agentes/modificar_agente.php:159 +#: ../../godmode/agentes/modificar_agente.php:163 +#: ../../operation/search_results.php:160 +#: ../../operation/integria_incidents/incident.list.php:76 +#: ../../operation/incidents/incident.php:294 +#: ../../operation/agentes/status_monitor.php:324 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../include/functions_snmp_browser.php:556 +msgid "Search" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/modules/local_components.php:445 +#: ../../enterprise/meta/advanced/policymanager.queue.php:244 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 +#: ../../enterprise/meta/agentsearch.php:71 +#: ../../godmode/reporting/reporting_builder.list_items.php:205 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/modules/manage_network_components.php:516 +#: ../../godmode/users/user_list.php:243 ../../godmode/tag/tag.php:176 +#: ../../godmode/tag/tag.php:281 ../../operation/tree.php:184 +#: ../../operation/events/events_list.php:637 +#: ../../operation/agentes/alerts_status.php:390 +#: ../../operation/agentes/status_monitor.php:516 +msgid "Show Options" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +#: ../../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/setup/setup_skins.php:120 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../enterprise/godmode/agentes/inventory_manager.php:237 +#: ../../enterprise/godmode/agentes/collections.php:185 +#: ../../enterprise/operation/services/services.list.php:327 +#: ../../enterprise/extensions/backup/main.php:69 +#: ../../enterprise/extensions/cron/main.php:193 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 #: ../../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 +#: ../../enterprise/meta/include/functions_alerts_meta.php:111 +#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/include/functions_reporting_pdf.php:1043 +#: ../../enterprise/include/functions_reporting_pdf.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1132 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_list.builder.php:83 #: ../../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/category/category.php:111 +#: ../../godmode/events/event_responses.list.php:57 +#: ../../godmode/tag/tag.php:205 ../../godmode/groups/group_list.php:338 +#: ../../godmode/agentes/planned_downtime.editor.php:760 #: ../../godmode/agentes/fields_manager.php:97 -#: ../../godmode/groups/group_list.php:338 ../../godmode/tag/tag.php:205 +#: ../../godmode/agentes/modificar_agente.php:463 ../../godmode/menu.php:151 +#: ../../extensions/module_groups.php:84 +#: ../../include/functions_filemanager.php:583 +#: ../../include/functions_reporting_html.php:1378 +#: ../../include/functions_reporting_html.php:1416 +#: ../../include/functions_reporting_html.php:1452 +#: ../../include/functions_treeview.php:329 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +msgid "Ac." msgstr "" -#: ../../enterprise/meta/include/functions_components_meta.php:48 -#: ../../enterprise/meta/include/functions_components_meta.php:66 -#: ../../godmode/menu.php:43 -msgid "Component groups" +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +#: ../../enterprise/godmode/alerts/alert_events_list.php:676 +#: ../../enterprise/extensions/vmware/main.php:181 +#: ../../enterprise/extensions/vmware/main.php:188 +#: ../../enterprise/meta/advanced/license_meta.php:103 +#: ../../enterprise/load_enterprise.php:1 ../../godmode/setup/license.php:98 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:810 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../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 +#: ../../mobile/operation/events.php:528 +msgid "Validate" 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +msgid "Val." msgstr "" -#: ../../enterprise/meta/include/functions_components_meta.php:56 -#: ../../enterprise/meta/include/functions_components_meta.php:72 -#: ../../godmode/menu.php:98 -msgid "Network components" +#: ../../enterprise/godmode/alerts/alert_events_list.php:536 +msgid "No associated actions" msgstr "" -#: ../../enterprise/meta/include/functions_components_meta.php:60 -#: ../../enterprise/meta/include/functions_components_meta.php:75 -msgid "Plugin management" +#: ../../enterprise/godmode/alerts/alert_events_list.php:551 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 +#: ../../enterprise/godmode/policies/policy_alerts.php:328 +#: ../../godmode/alerts/alert_list.list.php:523 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../include/functions_alerts.php:558 +msgid "Always" msgstr "" -#: ../../enterprise/meta/include/functions_components_meta.php:81 -msgid "Create plugin" +#: ../../enterprise/godmode/alerts/alert_events_list.php:553 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 +#: ../../enterprise/godmode/policies/policy_alerts.php:330 +#: ../../godmode/alerts/alert_list.list.php:525 +msgid "On" msgstr "" -#: ../../enterprise/meta/include/functions_components_meta.php:84 -msgid "Edit plugin" +#: ../../enterprise/godmode/alerts/alert_events_list.php:557 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 +#: ../../enterprise/godmode/policies/policy_alerts.php:334 +#: ../../godmode/alerts/alert_list.list.php:529 +msgid "Until" 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:559 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_alerts.php:336 +#: ../../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/alerts/alert_list.list.php:531 +#: ../../godmode/alerts/alert_list.list.php:535 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:143 +#: ../../operation/reporting/reporting_viewer.php:199 +#: ../../operation/agentes/gis_view.php:181 +msgid "From" 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:560 +#: ../../enterprise/godmode/alerts/alert_events_list.php:601 +#: ../../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/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/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../operation/reporting/reporting_viewer.php:203 +#: ../../include/functions_reporting.php:8570 +msgid "to" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:179 -#: ../../enterprise/meta/include/functions_wizard_meta.php:407 -#: ../../enterprise/meta/include/functions_wizard_meta.php:476 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1366 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1456 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 -#: ../../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 -#: ../../godmode/massive/massive_edit_agents.php:345 -#: ../../godmode/massive/massive_edit_modules.php:444 -msgid "Disabled" +#: ../../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:538 +#: ../../godmode/alerts/alert_list.list.php:616 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../include/functions_reporting_html.php:1576 +#: ../../include/functions_reporting_html.php:2364 +msgid "Threshold" 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:584 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 +#: ../../enterprise/godmode/policies/policy_alerts.php:588 +#: ../../godmode/alerts/alert_list.list.php:694 +#: ../../godmode/alerts/alert_list.list.php:698 +#: ../../godmode/alerts/alert_list.list.php:832 +#: ../../godmode/snmpconsole/snmp_alert.php:1121 +msgid "Add action" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" +#: ../../enterprise/godmode/alerts/alert_events_list.php:599 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 +#: ../../enterprise/godmode/policies/policy_alerts.php:465 +#: ../../godmode/alerts/alert_list.list.php:606 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../godmode/massive/massive_add_action_alerts.php:159 +msgid "Number of alerts match from" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" +#: ../../enterprise/godmode/alerts/alert_events_list.php:617 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../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:633 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../operation/events/sound_events.php:79 +#: ../../operation/snmpconsole/snmp_view.php:643 +#: ../../operation/agentes/group_view.php:174 +#: ../../extensions/agents_alerts.php:323 +#: ../../mobile/operation/alerts.php:253 +#: ../../include/functions_agents.php:2089 +#: ../../include/functions_agents.php:2101 ../../include/functions.php:1033 +#: ../../include/functions_reporting.php:6402 +#: ../../include/functions_events.php:1145 +#: ../../include/functions_events.php:1418 ../../include/functions_ui.php:908 +msgid "Alert fired" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" +#: ../../enterprise/godmode/alerts/alert_events_list.php:618 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:633 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../extensions/agents_alerts.php:323 +#: ../../mobile/operation/alerts.php:253 ../../include/functions_ui.php:908 +msgid "times" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" +#: ../../enterprise/godmode/alerts/alert_events_list.php:622 +#: ../../enterprise/operation/agentes/policy_view.php:269 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 +#: ../../godmode/alerts/alert_list.list.php:637 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../extensions/agents_alerts.php:327 +#: ../../mobile/operation/alerts.php:257 +#: ../../include/functions_reporting.php:6408 +#: ../../include/functions_ui.php:912 +msgid "Alert disabled" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -msgid "Latency" +#: ../../enterprise/godmode/alerts/alert_events_list.php:626 +#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../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:641 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../operation/snmpconsole/snmp_view.php:646 +#: ../../extensions/agents_alerts.php:331 +#: ../../mobile/operation/alerts.php:261 +#: ../../include/functions_agents.php:2092 +#: ../../include/functions_agents.php:2104 +#: ../../include/functions_reporting.php:6347 +#: ../../include/functions_ui.php:916 +msgid "Alert not fired" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:470 -msgid "Response" +#: ../../enterprise/godmode/alerts/alert_events_list.php:640 +msgid "View associated rules" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:472 -msgid "Check type" +#: ../../enterprise/godmode/alerts/alert_events_list.php:657 +msgid "There are no defined events alerts" 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:707 +#: ../../enterprise/godmode/policies/policy_alerts.php:548 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:160 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:775 +#: ../../godmode/users/user_list.php:464 ../../godmode/extensions.php:285 +#: ../../include/functions.php:2569 +msgid "Disable" 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" +#: ../../enterprise/godmode/alerts/alert_events_list.php:715 +#: ../../enterprise/godmode/policies/policy_alerts.php:556 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:147 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../godmode/users/user_list.php:467 ../../godmode/extensions.php:281 +msgid "Enable" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -msgid "String to check" +#: ../../enterprise/godmode/alerts/alert_events_list.php:724 +#: ../../enterprise/godmode/policies/policy_alerts.php:565 +#: ../../godmode/alerts/alert_list.list.php:793 +msgid "Set off standby" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:526 -msgid "Add check" +#: ../../enterprise/godmode/alerts/alert_events_list.php:733 +#: ../../enterprise/godmode/policies/policy_alerts.php:574 +#: ../../godmode/alerts/alert_list.list.php:802 +msgid "Set standby" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:534 -msgid "Delete check" +#: ../../enterprise/godmode/alerts/alert_events.php:71 +msgid "Configure event alert" 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" +#: ../../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:660 +msgid "Step" 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" +#: ../../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/meta/include/functions_wizard_meta.php:554 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:79 -msgid "Check the correct structure of the WebCheck" +#: ../../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/meta/include/functions_wizard_meta.php:561 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:123 -msgid "First line must be \"task_begin\"" +#: ../../enterprise/godmode/alerts/alert_events.php:347 +msgid "Could not be created, please fill alert name" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:562 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:124 -msgid "Webchecks configuration is empty" +#: ../../enterprise/godmode/alerts/alert_events.php:430 +#: ../../godmode/alerts/configure_alert_template.php:516 +msgid "Days of week" 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\"" +#: ../../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/alerts/alert_view.php:208 +#: ../../godmode/alerts/configure_alert_template.php:517 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../include/functions.php:911 ../../include/functions_reporting.php:8582 +msgid "Mon" 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'." +#: ../../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/alerts/alert_view.php:209 +#: ../../godmode/alerts/configure_alert_template.php:519 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +#: ../../include/functions.php:913 ../../include/functions_reporting.php:8586 +msgid "Tue" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:566 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 -msgid "Web checks are built correctly" +#: ../../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/alerts/alert_view.php:210 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +#: ../../include/functions.php:915 ../../include/functions_reporting.php:8590 +msgid "Wed" 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" +#: ../../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/alerts/alert_view.php:211 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../include/functions.php:917 ../../include/functions_reporting.php:8594 +msgid "Thu" 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" +#: ../../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/alerts/alert_view.php:212 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../include/functions.php:919 ../../include/functions_reporting.php:8598 +msgid "Fri" 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" +#: ../../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/alerts/alert_view.php:213 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +#: ../../include/functions.php:921 ../../include/functions_reporting.php:8602 +msgid "Sat" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:829 -#: ../../enterprise/meta/include/functions_wizard_meta.php:914 -#: ../../extensions/api_checker.php:162 -msgid "Credentials" +#: ../../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/alerts/alert_view.php:214 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../include/functions.php:923 ../../include/functions_reporting.php:8606 +msgid "Sun" 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" +#: ../../enterprise/godmode/alerts/alert_events.php:453 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/alert_templates.php:89 +#: ../../godmode/alerts/configure_alert_template.php:545 +#: ../../godmode/snmpconsole/snmp_alert.php:813 +msgid "Time threshold" msgstr "" +#: ../../enterprise/godmode/alerts/alert_events.php:457 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 +#: ../../godmode/alerts/configure_alert_template.php:549 +#: ../../godmode/snmpconsole/snmp_alert.php:805 +msgid "Min. number of alerts" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:460 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 +#: ../../godmode/alerts/configure_alert_template.php:552 +#: ../../godmode/snmpconsole/snmp_alert.php:808 +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_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:671 +#, php-format +msgid "Field %s" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:505 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/alerts/configure_alert_template.php:754 +#: ../../godmode/snmpconsole/snmp_alert.php:835 +#: ../../godmode/snmpconsole/snmp_alert.php:900 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../operation/integria_incidents/incident.list.php:97 +#: ../../operation/integria_incidents/incident.incident.php:90 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../operation/agentes/estado_generalagente.php:408 +#: ../../include/functions_reporting_html.php:2139 +#: ../../include/functions_events.php:2178 +msgid "Priority" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:513 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/policies/policy_alerts.php:509 +#: ../../enterprise/godmode/policies/policy_alerts.php:513 +#: ../../enterprise/meta/advanced/synchronizing.user.php:529 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../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 +#: ../../general/header.php:204 ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/alerts/configure_alert_template.php:584 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_edit_modules.php:255 +#: ../../godmode/massive/massive_edit_modules.php:309 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +#: ../../extensions/insert_data.php:163 +msgid "Select" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:517 +#: ../../godmode/alerts/configure_alert_action.php:101 +#: ../../godmode/alerts/alert_list.builder.php:109 +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.php:548 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../general/login_identification_wizard.php:157 +#: ../../godmode/alerts/configure_alert_template.php:801 +msgid "Finish" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:552 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 +#: ../../enterprise/dashboard/full_dashboard.php:204 +#: ../../godmode/alerts/configure_alert_template.php:808 +#: ../../godmode/alerts/configure_alert_template.php:812 +msgid "Next" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_operations.php:27 +#: ../../enterprise/godmode/menu.php:40 +msgid "Satellite operations" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_operations.php:47 +#: ../../enterprise/godmode/menu.php:28 +msgid "SNMP operations" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_operations.php:67 +#: ../../enterprise/godmode/menu.php:17 +msgid "Policies operations" +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:394 +#: ../../godmode/massive/massive_edit_modules.php:439 +#: ../../godmode/massive/massive_edit_modules.php:454 +#: ../../godmode/massive/massive_edit_modules.php:458 +#: ../../godmode/massive/massive_edit_modules.php:476 +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/massive/massive_edit_modules.php:517 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:546 +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:583 +msgid "No change" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:725 +msgid "Cold start (0)" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:728 +msgid "Warm start (1)" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:731 +msgid "Link down (2)" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:734 +msgid "Link up (3)" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:737 +msgid "Authentication failure (4)" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../godmode/groups/configure_group.php:176 +#: ../../operation/integria_incidents/incident_statistics.php:58 +#: ../../operation/users/user_edit.php:306 +#: ../../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/gis_maps/render_view.php:149 +#: ../../extensions/api_checker.php:152 ../../include/functions_graph.php:2357 +#: ../../include/functions_graph.php:2507 +#: ../../include/functions_graph.php:2548 +#: ../../include/functions_graph.php:2589 +#: ../../include/functions_graph.php:2645 +#: ../../include/functions_graph.php:2701 +#: ../../include/functions_graph.php:2755 +#: ../../include/functions_graph.php:2928 +#: ../../include/functions_graph.php:3068 +#: ../../include/functions_graph.php:3124 +#: ../../include/functions_graph.php:4075 +msgid "Other" +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:217 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 +msgid "" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Custom OIDs/Datas." +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 +#: ../../godmode/snmpconsole/snmp_alert.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:897 +#: ../../operation/snmpconsole/snmp_view.php:420 +msgid "Trap type" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 +#: ../../enterprise/godmode/policies/policy_linking.php:68 +#: ../../enterprise/godmode/policies/policies.php:239 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +#: ../../enterprise/godmode/setup/setup_acl.php:133 +#: ../../enterprise/godmode/setup/setup_skins.php:91 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 +#: ../../enterprise/operation/services/services.list.php:272 +#: ../../enterprise/operation/services/services.list.php:278 +#: ../../enterprise/extensions/ipam/ipam_network.php:328 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:662 +#: ../../godmode/reporting/reporting_builder.list_items.php:173 +#: ../../godmode/reporting/reporting_builder.list_items.php:196 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/netflow/nf_item_list.php:148 ../../godmode/tag/tag.php:161 +#: ../../godmode/snmpconsole/snmp_alert.php:908 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/agentes/module_manager.php:49 ../../operation/tree.php:147 +#: ../../operation/netflow/nf_live_view.php:302 +#: ../../operation/incidents/incident.php:230 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/agentes/estado_monitores.php:453 +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/networkmap_list.php:190 +msgid "Filter" +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:243 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:282 +#: ../../extensions/realtime_graphs.php:108 +#: ../../include/functions_snmp_browser.php:401 +msgid "OID" +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 +#: ../../godmode/snmpconsole/snmp_alert.php:551 +#: ../../godmode/snmpconsole/snmp_alert.php:1047 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../operation/snmpconsole/snmp_view.php:509 +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:275 +#: ../../enterprise/meta/advanced/metasetup.visual.php:145 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/setup/setup_visuals.php:664 +#: ../../godmode/snmpconsole/snmp_alert.php:832 +#: ../../extensions/agents_alerts.php:81 +#: ../../extensions/agents_modules.php:89 ../../include/functions_html.php:719 +#: ../../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 ../../include/functions.php:430 +#: ../../include/functions.php:564 +msgid "seconds" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:860 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/functions_visual_map_editor.php:464 +msgid "Position" +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:83 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 +#: ../../enterprise/godmode/policies/policy_queue.php:331 +#: ../../enterprise/godmode/policies/policy_queue.php:374 +#: ../../enterprise/godmode/agentes/inventory_manager.php:231 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/plugins_manager.php:110 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/policy_view.php:48 +#: ../../enterprise/extensions/resource_exportation/functions.php:17 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/meta/advanced/policymanager.sync.php:306 +#: ../../enterprise/include/functions_policies.php:3751 +#: ../../godmode/alerts/alert_view.php:123 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../operation/agentes/status_monitor.php:927 +#: ../../operation/agentes/ver_agente.php:1178 +#: ../../include/ajax/module.php:721 +msgid "Policy" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +msgid "Tags unused" +msgstr "" + +#: ../../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 +#: ../../enterprise/godmode/agentes/collection_manager.php:167 +#: ../../godmode/events/event_edit_filter.php:345 +#: ../../godmode/events/event_edit_filter.php:360 +#: ../../operation/events/events_list.php:330 +#: ../../operation/events/events_list.php:357 +msgid "Remove" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +msgid "Tags 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_add_alerts_policy.php:102 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 +#: ../../enterprise/godmode/policies/policy_alerts.php:507 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_delete_alerts.php:206 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../extensions/module_groups.php:46 +msgid "Alert template" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 +#: ../../include/functions_alerts.php:548 +msgid "Regular expression" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 +msgid "Modules agents in policy" +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_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:215 +msgid "Filter module" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_alerts.php:226 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_edit_modules.php:343 +msgid "When select agents" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:228 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:346 +msgid "Show common modules" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:228 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:347 +msgid "Show all modules" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 +#: ../../enterprise/godmode/modules/configure_local_component.php:218 +#: ../../godmode/massive/massive_edit_modules.php:356 +#: ../../godmode/modules/manage_network_components_form_common.php:106 +#: ../../godmode/agentes/module_manager_editor_common.php:240 +#: ../../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:219 +#: ../../enterprise/godmode/modules/configure_local_component.php:234 +#: ../../enterprise/dashboard/widgets/top_n.php:78 +#: ../../godmode/alerts/configure_alert_template.php:612 +#: ../../godmode/massive/massive_edit_modules.php:360 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:494 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +#: ../../godmode/modules/manage_network_components_form_common.php:120 +#: ../../include/functions_reporting_html.php:2396 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_graph.php:4031 +#: ../../include/functions_alerts.php:551 +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:222 +#: ../../enterprise/godmode/modules/configure_local_component.php:237 +#: ../../enterprise/dashboard/widgets/top_n.php:77 +#: ../../godmode/alerts/configure_alert_template.php:617 +#: ../../godmode/massive/massive_edit_modules.php:369 +#: ../../godmode/massive/massive_edit_modules.php:415 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_common.php:110 +#: ../../godmode/modules/manage_network_components_form_common.php:123 +#: ../../godmode/agentes/module_manager_editor_common.php:248 +#: ../../godmode/agentes/module_manager_editor_common.php:267 +#: ../../include/functions_reporting_html.php:2397 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_graph.php:4031 +#: ../../include/functions_alerts.php:550 +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:225 +#: ../../enterprise/godmode/modules/configure_local_component.php:240 +#: ../../godmode/massive/massive_edit_modules.php:378 +#: ../../godmode/massive/massive_edit_modules.php:424 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +#: ../../godmode/modules/manage_network_components_form_common.php:126 +#: ../../godmode/agentes/module_manager_editor_common.php:253 +#: ../../godmode/agentes/module_manager_editor_common.php:272 +#: ../../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:233 +#: ../../godmode/massive/massive_edit_modules.php:402 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/agentes/module_manager_editor_common.php:260 +#: ../../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_edit_modules_satellite.php:354 +#: ../../enterprise/godmode/policies/policy_queue.php:378 +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +msgid "Finished" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 +#: ../../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/dashboard/widgets/service_map.php:86 +#: ../../enterprise/load_enterprise.php:1 +#: ../../godmode/massive/massive_edit_agents.php:386 +#: ../../operation/gis_maps/render_view.php:148 +#: ../../include/functions_config.php:511 +#: ../../include/functions_config.php:1497 +msgid "Ok" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 +#: ../../enterprise/godmode/policies/policy_queue.php:377 +#: ../../enterprise/extensions/ipam/ipam_network.php:151 +#: ../../enterprise/extensions/ipam/ipam_network.php:167 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +msgid "Progress" +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_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:182 +msgid "SNMP Alerts to be deleted" +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_modules.php:436 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 +#: ../../enterprise/godmode/policies/policy_collections.php:37 +#: ../../enterprise/godmode/policies/policy_agents.php:80 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 +#: ../../enterprise/godmode/policies/policy_alerts.php:60 +#: ../../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:122 +#: ../../enterprise/godmode/policies/policies.php:333 +#: ../../enterprise/include/functions_policies.php:3244 +msgid "Linking" +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 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +#: ../../godmode/agentes/modificar_agente.php:155 +#: ../../operation/agentes/estado_agente.php:175 +msgid "Recursion" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:235 +#: ../../enterprise/godmode/policies/policy_collections.php:176 +#: ../../enterprise/godmode/agentes/collections.php:169 +#: ../../enterprise/godmode/agentes/collection_manager.php:44 +#: ../../enterprise/extensions/translate_string.php:254 +#: ../../enterprise/extensions/translate_string.php:255 +#: ../../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/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:337 +#: ../../enterprise/godmode/policies/policy_collections.php:29 +#: ../../enterprise/godmode/policies/policy_collections.php:173 +#: ../../enterprise/godmode/agentes/collections.editor.php:50 +#: ../../enterprise/godmode/agentes/collections.data.php:42 +#: ../../enterprise/godmode/menu.php:49 +#: ../../enterprise/include/functions_policies.php:3253 +#: ../../general/firts_task/collections.php:25 +msgid "Collections" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:349 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 +#: ../../enterprise/include/functions_policies.php:3234 +msgid "External alerts" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:353 +#: ../../enterprise/godmode/policies/policy.php:46 +#: ../../enterprise/include/functions_policies.php:3262 +msgid "Queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:382 +#: ../../enterprise/godmode/policies/policy_modules.php:1172 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 +#: ../../enterprise/dashboard/dashboards.php:90 +#: ../../enterprise/dashboard/dashboards.php:124 +#: ../../godmode/reporting/map_builder.php:214 +#: ../../godmode/alerts/alert_actions.php:342 +#: ../../godmode/massive/massive_copy_modules.php:224 +msgid "Copy" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:397 +msgid "A policy with agents cannot be deleted. Purge it first" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:403 +msgid "Deleting all policy agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:406 +msgid "All the policy agents will be deleted" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:410 +msgid "Delete all agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:21 +#: ../../enterprise/godmode/policies/policy_modules.php:1226 +#: ../../godmode/agentes/module_manager_editor_common.php:396 +msgid "Not needed" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:212 +msgid "" +"If you change this description, you must change into the text of Data " +"configuration." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:270 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 +msgid "Edit module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:276 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 +msgid "Add module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:301 +msgid "Module macros" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:398 +msgid "Could not be added module(s). You must select a policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:426 +#, php-format +msgid "Successfully added module(s) (%s/%s) to policy %s" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:428 +#, php-format +msgid "Could not be added module(s) (%s/%s) to policy %s" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:669 +#: ../../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:670 +msgid "Could not be added module." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:891 +msgid "" +"The module type in Data configuration is empty, take from combo box of form." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:894 +msgid "" +"The module name in Data configuration is empty, take from text field of form." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:921 +#: ../../enterprise/godmode/policies/policy_modules.php:935 +#: ../../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:925 +msgid "Could not be added to deleted all modules." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:940 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 +#: ../../enterprise/godmode/policies/policy_collections.php:73 +#: ../../enterprise/godmode/policies/policy_agents.php:95 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 +#: ../../enterprise/godmode/policies/policy_alerts.php:169 +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +msgid "Successfully reverted deletion" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:941 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 +#: ../../enterprise/godmode/policies/policy_collections.php:74 +#: ../../enterprise/godmode/policies/policy_agents.php:96 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 +#: ../../enterprise/godmode/policies/policy_alerts.php:170 +#: ../../enterprise/godmode/policies/policy_plugins.php:43 +msgid "Could not be reverted" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:982 +#: ../../godmode/agentes/configurar_agente.php:1414 +#, php-format +msgid "copy of %s" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:994 +#: ../../godmode/agentes/configurar_agente.php:1424 +#, php-format +msgid "copy of %s (%d)" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1011 +msgid "Successfully duplicate the module." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1012 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 +msgid "Could not be duplicated" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1071 +msgid "Local component" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1080 +#: ../../enterprise/godmode/policies/policy_modules.php:1081 +#: ../../godmode/agentes/module_manager.php:695 +msgid "Enable module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1086 +#: ../../enterprise/godmode/policies/policy_modules.php:1087 +#: ../../godmode/agentes/module_manager.php:700 +msgid "Disable module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1103 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/policies/policy_agents.php:473 +#: ../../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:1137 +msgid "There are no defined modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1148 +#: ../../enterprise/operation/log/log_viewer.php:246 +#: ../../enterprise/operation/log/log_viewer.php:252 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +#: ../../general/ui/agents_list.php:121 +#: ../../godmode/massive/massive_copy_modules.php:164 +#: ../../operation/reporting/reporting_viewer.php:237 +#: ../../extensions/system_info.php:495 +msgid "Loading" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1154 +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1155 +msgid "Copy selected modules to policy: " +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1195 +#: ../../godmode/agentes/module_manager_editor.php:515 +msgid "No module name provided" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1196 +#: ../../godmode/agentes/module_manager_editor.php:516 +msgid "No target IP provided" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1197 +#: ../../godmode/agentes/module_manager_editor.php:517 +msgid "No SNMP OID provided" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1292 +msgid "Variable" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1332 +msgid "Are you sure to copy modules into policy?\\n" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1352 +msgid "Please select any module to copy" +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:169 +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../godmode/agentes/configurar_agente.php:511 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/events/events_rss.php:185 +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:535 +#: ../../operation/snmpconsole/snmp_view.php:829 +#: ../../operation/agentes/estado_monitores.php:430 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:978 +#: ../../include/functions_events.php:3350 +msgid "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/godmode/policies/configure_policy.php:38 +#: ../../enterprise/include/functions_policies.php:3197 +#: ../../godmode/agentes/configurar_agente.php:268 +#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:217 +#: ../../godmode/menu.php:224 ../../operation/gis_maps/render_view.php:116 +#: ../../operation/agentes/estado_agente.php:135 +msgid "Setup" +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: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 "" + +#: ../../enterprise/godmode/policies/policy_collections.php:161 +#: ../../enterprise/godmode/policies/policy_collections.php:213 +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/policy_view.php:164 +msgid "Outdate" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:54 +#: ../../enterprise/godmode/agentes/configurar_agente.php:49 +#: ../../enterprise/include/functions_policies.php:3280 +#: ../../godmode/agentes/configurar_agente.php:504 +msgid "Agent plugins" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:110 +#: ../../enterprise/godmode/policies/policy.php:133 +#: ../../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:113 +#: ../../enterprise/godmode/policies/policy.php:134 +#: ../../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:116 +#: ../../enterprise/godmode/policies/policy.php:137 +#: ../../enterprise/meta/advanced/policymanager.apply.php:135 +msgid "Duplicated or incompatible operation in the queue" +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:242 +#: ../../enterprise/godmode/policies/policy_agents.php:258 +#: ../../enterprise/godmode/policies/policy_agents.php:362 +#: ../../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_add_action_alerts.php:139 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_delete_alerts.php:215 +#: ../../godmode/massive/massive_edit_agents.php:208 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_edit_modules.php:284 +#: ../../godmode/massive/massive_delete_action_alerts.php:141 +#: ../../godmode/massive/massive_standby_alerts.php:139 +msgid "Group recursion" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:284 +msgid "Agents in Policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:321 +msgid "Add agents to policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:327 +msgid "Delete agents from policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:367 +msgid "Applied" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Not applied" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../godmode/massive/massive_edit_agents.php:349 +#: ../../godmode/servers/servers.build_table.php:161 +#: ../../godmode/agentes/agent_manager.php:314 +#: ../../godmode/agentes/configurar_agente.php:416 +#: ../../godmode/agentes/configurar_agente.php:526 +#: ../../operation/agentes/estado_generalagente.php:293 +msgid "Remote configuration" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../enterprise/operation/agentes/policy_view.php:304 +msgid "R." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:379 +msgid "Unlinked modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:379 +msgid "U." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +#: ../../enterprise/godmode/policies/policy_queue.php:415 +#: ../../enterprise/meta/advanced/policymanager.queue.php:306 +#: ../../enterprise/meta/advanced/policymanager.apply.php:215 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 +#: ../../include/functions_visual_map_editor.php:334 +msgid "Apply" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/operation/agentes/policy_view.php:50 +msgid "Last application" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:382 +msgid "Add to delete queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:382 +#: ../../godmode/agentes/module_manager.php:533 +msgid "D." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:427 +#: ../../godmode/agentes/agent_manager.php:188 +msgid "This agent can be remotely configured" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:432 +msgid "This agent can not be remotely configured" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:456 +#: ../../enterprise/godmode/policies/policy_queue.php:176 +msgid "Add to apply queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:487 +#: ../../enterprise/operation/agentes/policy_view.php:62 +msgid "Policy applied" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:491 +msgid "Need apply" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:499 +msgid "Applying policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:505 +msgid "Deleting from policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:519 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_alerts.php:83 +#: ../../godmode/massive/massive_edit_agents.php:90 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../include/functions_visual_map.php:1233 +#: ../../include/functions_visual_map.php:1466 +msgid "No agents selected" +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: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 +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/snmpconsole/snmp_alert.php:913 +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/agentes/graphs.php:163 +msgid "Toggle filter(s)" +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: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:470 +#: ../../enterprise/extensions/ipam/ipam_network.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:236 +#: ../../enterprise/dashboard/widgets/top_n.php:286 +#: ../../enterprise/dashboard/main_dashboard.php:220 +#: ../../enterprise/include/functions_networkmap_enterprise.php:615 +#: ../../general/login_page.php:46 ../../general/login_page.php:199 +#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/visual_console/public_console.php:112 +#: ../../operation/visual_console/render_view.php:173 +#: ../../operation/servers/recon_view.php:49 +#: ../../operation/agentes/networkmap.php:584 +#: ../../extensions/agents_alerts.php:79 +#: ../../extensions/agents_modules.php:87 ../../include/ajax/module.php:782 +msgid "Refresh" +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/policy_inventory_modules.php:47 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/menu.php:59 +#: ../../enterprise/include/functions_policies.php:3215 +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/modules/manage_inventory_modules.php:92 +#: ../../enterprise/godmode/agentes/inventory_manager.php:108 +msgid "Successfully updated inventory module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 +#: ../../enterprise/godmode/agentes/inventory_manager.php:111 +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:188 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 +#: ../../enterprise/godmode/modules/configure_local_component.php:215 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:80 +#: ../../enterprise/godmode/agentes/inventory_manager.php:174 +#: ../../enterprise/godmode/agentes/inventory_manager.php:236 +#: ../../enterprise/extensions/ipam/ipam_network.php:125 +#: ../../enterprise/extensions/ipam/ipam_list.php:162 +#: ../../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/meta/agentsearch.php:94 +#: ../../enterprise/include/functions_reporting_pdf.php:2363 +#: ../../godmode/massive/massive_edit_agents.php:283 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/modules/manage_network_components_form_common.php:102 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:247 +#: ../../godmode/agentes/module_manager_editor_common.php:342 +#: ../../godmode/agentes/module_manager_editor_common.php:368 +#: ../../godmode/agentes/agent_manager.php:246 +#: ../../godmode/agentes/module_manager.php:524 +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 +#: ../../operation/search_modules.php:50 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/agentes/status_monitor.php:955 +#: ../../operation/agentes/estado_agente.php:487 +#: ../../operation/agentes/estado_generalagente.php:201 +#: ../../mobile/operation/modules.php:497 +#: ../../mobile/operation/modules.php:500 +#: ../../mobile/operation/modules.php:501 +#: ../../mobile/operation/modules.php:673 +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:493 +msgid "Interval" +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:198 +#: ../../enterprise/godmode/agentes/inventory_manager.php:184 +#: ../../include/functions_netflow.php:1091 ../../include/functions.php:2020 +#: ../../include/ajax/module.php:126 +msgid "1 month" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 +#: ../../enterprise/godmode/agentes/inventory_manager.php:188 +#: ../../godmode/massive/massive_edit_modules.php:506 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +msgid "Username" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 +#: ../../enterprise/godmode/setup/setup_auth.php:76 +#: ../../enterprise/godmode/setup/setup_auth.php:108 +#: ../../enterprise/godmode/setup/setup_auth.php:140 +#: ../../enterprise/godmode/servers/manage_export_form.php:101 +#: ../../enterprise/godmode/agentes/inventory_manager.php:191 +#: ../../enterprise/extensions/vmware/main.php:230 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/meta/general/login_page.php:95 +#: ../../enterprise/meta/include/functions_meta.php:859 +#: ../../enterprise/meta/include/functions_meta.php:912 +#: ../../enterprise/meta/include/functions_meta.php:965 +#: ../../enterprise/meta/include/functions_wizard_meta.php:402 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 +#: ../../enterprise/include/functions_setup.php:30 +#: ../../enterprise/include/functions_setup.php:59 +#: ../../general/login_page.php:141 ../../general/login_page.php:165 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 +#: ../../extensions/api_checker.php:119 +#: ../../mobile/include/user.class.php:252 +#: ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 +msgid "Password" +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_alerts.php:239 +#: ../../enterprise/godmode/policies/policy_alerts.php:438 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../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_list.builder.php:113 +#: ../../godmode/alerts/alert_view.php:75 ../../operation/search_alerts.php:45 +#: ../../operation/servers/recon_view.php:101 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../extensions/agents_alerts.php:344 +#: ../../mobile/operation/alerts.php:270 +#: ../../include/functions_reporting_html.php:1377 +#: ../../include/functions_reporting_html.php:1415 +#: ../../include/functions_reporting_html.php:1451 +#: ../../include/functions_treeview.php:328 +#: ../../include/functions_treeview.php:369 +msgid "Template" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:511 +msgid "Policy module" +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: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:203 +msgid "Plugins" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_plugins.php:111 +msgid "There are no defined plugins" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/local_components.php:89 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/meta/general/main_header.php:258 +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Module management" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 +#: ../../enterprise/operation/log/log_viewer.php:155 +#: ../../enterprise/extensions/backup/main.php:57 +#: ../../godmode/setup/setup_general.php:186 +#: ../../godmode/netflow/nf_edit.php:43 +#: ../../operation/netflow/nf_live_view.php:111 +msgid "Not supported in Windows systems" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 +#: ../../enterprise/godmode/agentes/inventory_manager.php:129 +msgid "Inventory module error" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 +#: ../../enterprise/godmode/modules/configure_local_component.php:160 +#: ../../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/extensions/ipam/ipam_network.php:538 +#: ../../enterprise/meta/agentsearch.php:93 +#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../godmode/massive/massive_edit_agents.php:287 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:286 +#: ../../godmode/agentes/agent_manager.php:252 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/agentes/modificar_agente.php:454 ../../operation/tree.php:55 +#: ../../operation/tree.php:94 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 ../../operation/gis_maps/ajax.php:276 +#: ../../operation/agentes/estado_agente.php:482 +#: ../../operation/agentes/estado_generalagente.php:128 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:315 +#: ../../include/functions_reporting_html.php:1543 +#: ../../include/functions_events.php:2038 +msgid "OS" +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_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_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:759 +#: ../../godmode/modules/manage_network_components_form_common.php:56 +msgid "Wizard level" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:149 +#: ../../enterprise/meta/advanced/metasetup.setup.php:107 +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:676 +#: ../../godmode/alerts/configure_alert_template.php:690 +#: ../../godmode/alerts/configure_alert_template.php:762 +#: ../../godmode/modules/manage_network_components_form_common.php:57 +#: ../../godmode/users/configure_user.php:529 +msgid "Basic" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:150 +#: ../../enterprise/meta/general/main_header.php:237 +#: ../../enterprise/meta/general/main_header.php:308 +#: ../../enterprise/meta/general/logon_ok.php:64 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:680 +#: ../../godmode/alerts/configure_alert_template.php:694 +#: ../../godmode/alerts/configure_alert_template.php:763 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/users/configure_user.php:530 +#: ../../operation/netflow/nf_live_view.php:305 +msgid "Advanced" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:168 +#: ../../godmode/massive/massive_edit_modules.php:561 +#: ../../godmode/modules/manage_network_components_form_common.php:155 +#: ../../godmode/agentes/module_manager_editor_common.php:414 +msgid "Discard unknown events" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:228 +#: ../../enterprise/godmode/modules/configure_local_component.php:243 #: ../../enterprise/meta/include/functions_wizard_meta.php:840 #: ../../enterprise/meta/include/functions_wizard_meta.php:849 #: ../../enterprise/meta/include/functions_wizard_meta.php:926 @@ -5019,3660 +7579,3383 @@ msgstr "" #: ../../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/massive/massive_edit_modules.php:388 +#: ../../godmode/massive/massive_edit_modules.php:434 #: ../../godmode/modules/manage_network_components_form_common.php:116 #: ../../godmode/modules/manage_network_components_form_common.php:129 +#: ../../godmode/agentes/module_manager_editor_common.php:258 +#: ../../godmode/agentes/module_manager_editor_common.php:277 msgid "Inverse interval" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:844 -#: ../../enterprise/meta/include/functions_wizard_meta.php:930 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1131 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 -#: ../../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 -#: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_delete_modules.php:455 -#: ../../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 -msgid "Critical" +#: ../../enterprise/godmode/modules/configure_local_component.php:246 +#: ../../godmode/massive/massive_edit_modules.php:523 +#: ../../godmode/modules/manage_network_components_form_common.php:132 +#: ../../godmode/agentes/module_manager_editor_common.php:281 +msgid "FF threshold" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:248 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:526 +#: ../../godmode/modules/manage_network_components_form_common.php:134 +#: ../../godmode/agentes/module_manager_editor_common.php:284 +msgid "All state changing" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:251 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:527 +#: ../../godmode/modules/manage_network_components_form_common.php:137 +#: ../../godmode/agentes/module_manager_editor_common.php:287 +msgid "Each state changing" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:951 -msgid "Web configuration" +#: ../../enterprise/godmode/modules/configure_local_component.php:252 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/modules/manage_network_components_form_common.php:138 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +msgid "To normal" 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: " +#: ../../enterprise/godmode/modules/configure_local_component.php:254 +#: ../../godmode/massive/massive_edit_modules.php:529 +#: ../../godmode/modules/manage_network_components_form_common.php:140 +#: ../../godmode/agentes/module_manager_editor_common.php:291 +msgid "To warning" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 -msgid " Inverse interval " +#: ../../enterprise/godmode/modules/configure_local_component.php:256 +#: ../../godmode/massive/massive_edit_modules.php:530 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:294 +msgid "To critical" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 -msgid "Alerts in module" +#: ../../enterprise/godmode/modules/configure_local_component.php:260 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +#: ../../godmode/agentes/module_manager_editor_common.php:297 +#: ../../include/functions_reporting.php:2221 +msgid "Historical data" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 -#: ../../include/functions_reporting_html.php:2041 -msgid "Alert description" +#: ../../enterprise/godmode/modules/configure_local_component.php:263 +#: ../../godmode/massive/massive_edit_modules.php:534 +#: ../../godmode/agentes/module_manager_editor_common.php:425 +msgid "FF timeout" 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:265 +#: ../../godmode/massive/massive_edit_modules.php:535 +#: ../../godmode/agentes/module_manager_editor_common.php:431 msgid "" -"There was an error creating the alerts, the operation has been cancelled" +"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/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." +#: ../../enterprise/godmode/modules/configure_local_component.php:266 +#: ../../enterprise/godmode/setup/edit_skin.php:248 +#: ../../enterprise/godmode/setup/setup.php:99 +#: ../../enterprise/extensions/vmware/functions.php:20 +#: ../../enterprise/meta/include/functions_wizard_meta.php:179 +#: ../../enterprise/meta/include/functions_wizard_meta.php:407 +#: ../../enterprise/meta/include/functions_wizard_meta.php:476 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1366 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1456 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 +#: ../../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/include/functions_reporting_pdf.php:2343 +#: ../../godmode/alerts/alert_view.php:516 +#: ../../godmode/alerts/configure_alert_template.php:650 +#: ../../godmode/massive/massive_edit_agents.php:345 +#: ../../godmode/massive/massive_edit_modules.php:455 +#: ../../godmode/agentes/module_manager_editor_common.php:161 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +#: ../../godmode/agentes/agent_manager.php:308 +#: ../../godmode/agentes/modificar_agente.php:516 +#: ../../operation/search_agents.php:90 +#: ../../operation/agentes/estado_generalagente.php:80 +#: ../../operation/agentes/estado_generalagente.php:295 +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../mobile/operation/agent.php:122 ../../mobile/operation/alerts.php:40 +#: ../../include/functions_reporting_html.php:1558 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:463 +#: ../../include/functions_groups.php:2158 +#: ../../include/functions_reporting.php:3376 +msgid "Disabled" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:266 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +msgid "This value can be set only in the async modules." msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 -#: ../../enterprise/extensions/csv_import/main.php:41 -#, php-format -msgid "Could not create agent %s" +#: ../../enterprise/godmode/modules/configure_local_component.php:268 +#: ../../enterprise/include/functions_reporting_csv.php:598 +#: ../../enterprise/include/functions_reporting_csv.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:621 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +#: ../../godmode/agentes/module_manager_editor_common.php:382 +#: ../../include/functions_reports.php:561 +#: ../../include/functions_graph.php:690 +#: ../../include/functions_graph.php:3691 +#: ../../include/functions_reporting.php:3477 +msgid "Min. Value" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 -msgid "Agent successfully added" +#: ../../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/meta/include/functions_wizard_meta.php:2052 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 -#, php-format -msgid "%s Modules created" +#: ../../enterprise/godmode/modules/configure_local_component.php:273 +#: ../../enterprise/include/functions_reporting_csv.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:650 +#: ../../enterprise/include/functions_reporting_csv.php:657 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +#: ../../godmode/agentes/module_manager_editor_common.php:386 +#: ../../include/functions_reports.php:559 +#: ../../include/functions_graph.php:688 +#: ../../include/functions_graph.php:3690 +#: ../../include/functions_reporting.php:3474 +msgid "Max. Value" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 -#, php-format -msgid "Could not update agent %s" +#: ../../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/meta/include/functions_wizard_meta.php:2094 -msgid "Agent successfully updated" +#: ../../enterprise/godmode/modules/configure_local_component.php:275 +#: ../../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/massive/massive_edit_modules.php:518 +#: ../../godmode/modules/manage_network_components_form_common.php:152 +#: ../../godmode/agentes/module_manager_editor_common.php:329 +#: ../../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:1580 +msgid "Unit" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 -#, php-format -msgid "%s Modules deleted" +#: ../../enterprise/godmode/modules/configure_local_component.php:280 +#: ../../godmode/massive/massive_edit_modules.php:463 +#: ../../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 +#: ../../godmode/agentes/module_manager_editor_common.php:375 +msgid "Post process" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 +#: ../../enterprise/godmode/modules/configure_local_component.php:290 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 +#: ../../godmode/setup/setup.php:138 +#: ../../godmode/agentes/planned_downtime.list.php:396 +#: ../../godmode/menu.php:132 ../../include/functions_reports.php:632 +#: ../../include/functions_reports.php:634 +msgid "Configuration" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/meta/include/functions_wizard_meta.php:548 +msgid "Load basic" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:296 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +msgid "Load a basic structure on data configuration" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:302 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../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/modules/configure_local_component.php:303 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +msgid "Check the correct structure of the data configuration" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:306 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 +msgid "First line must be \"module_begin\"" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:307 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 +msgid "Data configuration is empty" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:308 +#: ../../enterprise/godmode/modules/configure_local_component.php:312 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 +msgid "Last line must be \"module_end\"" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:309 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 msgid "" -"There was an error creating the alerts, the operation has been cancelled ." +"Name is missed. Please add a line with \"module_name yourmodulename\" to " +"data configuration" 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:310 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 msgid "" -"There was an error updating the alerts, the operation has been cancelled" +"Type is missed. Please add a line with \"module_type yourmoduletype\" to " +"data configuration" 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." +#: ../../enterprise/godmode/modules/configure_local_component.php:311 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 +msgid "Type is wrong. Please set a correct type" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 -msgid "Manage agent modules" +#: ../../enterprise/godmode/modules/configure_local_component.php:313 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 +#: ../../enterprise/meta/include/functions_wizard_meta.php:565 +msgid "There is a line with a unknown token 'token_fail'." 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:314 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 +msgid "Error in the syntax, please check the data configuration." 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:315 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 +msgid "Data configuration are built correctly" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:323 +#: ../../godmode/massive/massive_edit_modules.php:569 +#: ../../godmode/modules/manage_network_components_form_common.php:159 +#: ../../godmode/agentes/module_manager_editor_common.php:535 +msgid "Critical instructions" msgstr "" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 -#: ../../godmode/alerts/alert_templates.php:62 -msgid "Everyday" +#: ../../enterprise/godmode/modules/configure_local_component.php:324 +#: ../../godmode/massive/massive_edit_modules.php:569 +#: ../../godmode/modules/manage_network_components_form_common.php:159 +#: ../../godmode/agentes/module_manager_editor_common.php:536 +msgid "Instructions when the status is critical" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:329 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:163 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Warning instructions" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:330 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:163 +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "Instructions when the status is warning" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:335 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:545 +msgid "Unknown instructions" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:336 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:545 +msgid "Instructions when the status is unknown" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:345 +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/modules/manage_network_components_form_common.php:174 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +msgid "Category" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:366 +#: ../../godmode/modules/manage_network_components_form_common.php:196 +#: ../../godmode/agentes/module_manager_editor_common.php:441 +msgid "Tags available" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:373 +#: ../../godmode/modules/manage_network_components_form_common.php:203 +#: ../../godmode/agentes/module_manager_editor_common.php:503 +msgid "Add tags to module" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../godmode/modules/manage_network_components_form_common.php:204 +#: ../../godmode/agentes/module_manager_editor_common.php:504 +msgid "Delete tags to module" msgstr "" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Every" +#: ../../enterprise/godmode/modules/configure_local_component.php:377 +#: ../../godmode/modules/manage_network_components_form_common.php:206 +#: ../../godmode/agentes/module_manager_editor_common.php:506 +msgid "Tags selected" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:389 +msgid "Macros" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:425 +#: ../../godmode/servers/recon_script.php:161 +#: ../../godmode/servers/plugin.php:451 +msgid "Default value" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:431 +#: ../../enterprise/meta/general/login_page.php:36 +#: ../../godmode/servers/recon_script.php:183 +#: ../../godmode/servers/plugin.php:473 ../../include/functions_ui.php:1067 +msgid "Help" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:441 +#: ../../godmode/servers/recon_script.php:199 +#: ../../godmode/servers/plugin.php:491 +msgid "Add macro" 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" +#: ../../enterprise/godmode/modules/configure_local_component.php:449 +#: ../../godmode/servers/recon_script.php:206 +#: ../../godmode/servers/plugin.php:506 +msgid "Delete macro" 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" +#: ../../enterprise/godmode/modules/local_components.php:89 +msgid "Local component management" 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" +#: ../../enterprise/godmode/modules/local_components.php:106 +#: ../../godmode/alerts/configure_alert_template.php:118 +#: ../../godmode/modules/manage_network_components.php:156 +#, php-format +msgid "Successfully created from %s" 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" +#: ../../enterprise/godmode/modules/local_components.php:245 +#: ../../godmode/modules/manage_network_components.php:253 +#: ../../godmode/servers/recon_script.php:320 +msgid "Created successfully" msgstr "" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/godmode/modules/local_components.php:303 +#: ../../godmode/modules/manage_network_components.php:340 +#: ../../godmode/servers/recon_script.php:274 +msgid "Updated successfully" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:343 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 +#: ../../godmode/modules/manage_network_components.php:387 +#: ../../godmode/modules/manage_network_templates.php:85 +#: ../../godmode/modules/manage_nc_groups.php:154 +msgid "Successfully multiple deleted" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:344 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 +#: ../../godmode/modules/manage_network_components.php:388 +#: ../../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/local_components.php:428 +#: ../../godmode/modules/manage_network_components.php:500 +msgid "Free Search" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:429 +msgid "Search by name, description or data, list matches." +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:106 +#: ../../enterprise/godmode/agentes/inventory_manager.php:69 +msgid "Successfully deleted inventory module" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 +#: ../../enterprise/godmode/agentes/inventory_manager.php:72 +msgid "Error deleting inventory module" +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/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:171 +msgid "Error creating skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:176 +msgid "Successfully created skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:216 +#: ../../enterprise/godmode/setup/setup_skins.php:118 +msgid "Relative path" +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_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:64 +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/godmode/setup/setup_auth.php:128 +#: ../../enterprise/godmode/setup/setup_history.php:59 +#: ../../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:650 +msgid "Database name" +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 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 +#: ../../enterprise/dashboard/widgets/tree_view.php:34 +#: ../../enterprise/dashboard/widgets/events_list.php:57 +#: ../../enterprise/dashboard/widgets/groups_status.php:28 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 +#: ../../godmode/reporting/visual_console_builder.wizard.php:217 +#: ../../operation/tree.php:61 ../../operation/agentes/networkmap.php:476 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 +#: ../../mobile/include/functions_web.php:26 +#: ../../include/ajax/networkmap.ajax.php:57 +msgid "Groups" +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 +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.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:90 +#: ../../godmode/events/event_edit_filter.php:288 +#: ../../operation/events/events_list.php:570 +msgid "All events" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:96 +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:98 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 #: ../../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 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/include/functions_reporting_pdf.php:2340 +#: ../../godmode/alerts/configure_alert_template.php:650 #: ../../operation/agentes/estado_generalagente.php:298 -#: ../../godmode/alerts/configure_alert_template.php:648 +#: ../../include/functions_reporting_html.php:1555 +#: ../../include/functions_groups.php:2158 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" +#: ../../enterprise/godmode/setup/setup.php:105 +msgid "Metaconsole DB engine" 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" +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "MySQL" 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" +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "Oracle" 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" +#: ../../enterprise/godmode/setup/setup.php:112 +msgid "Metaconsole DB host" 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" +#: ../../enterprise/godmode/setup/setup.php:119 +msgid "Metaconsole DB name" 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)" +#: ../../enterprise/godmode/setup/setup.php:126 +msgid "Metaconsole DB user" msgstr "" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -#: ../../operation/agentes/estado_generalagente.php:314 -msgid "There is no GIS data." +#: ../../enterprise/godmode/setup/setup.php:133 +msgid "Metaconsole DB password" 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" +#: ../../enterprise/godmode/setup/setup.php:140 +msgid "Metaconsole DB port" 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" +#: ../../enterprise/godmode/setup/setup.php:147 +#: ../../include/functions_config.php:230 +msgid "Show events list in local console (read only)" 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" +#: ../../enterprise/godmode/setup/setup.php:156 +#: ../../include/functions_config.php:251 +msgid "Inventory changes blacklist" 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 +#: ../../enterprise/godmode/setup/setup.php:156 msgid "" -"Click here, enter " -"the generated license key and click on Validate." +"The inventory modules included in the changes blacklist will not generate " +"events when change." 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" +#: ../../enterprise/godmode/setup/setup.php:187 +msgid "Out of black list" 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" +#: ../../enterprise/godmode/setup/setup.php:189 +msgid "In black list" msgstr "" -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -msgid "Only database" +#: ../../enterprise/godmode/setup/setup.php:195 +msgid "Push selected modules into blacklist" 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" +#: ../../enterprise/godmode/setup/setup.php:199 +msgid "Pop selected modules out of blacklist" msgstr "" -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" +#: ../../enterprise/godmode/setup/setup.php:212 +#: ../../include/functions_config.php:247 +msgid "Activate Log Collector" 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" +#: ../../enterprise/godmode/setup/setup.php:225 +msgid "Enterprise options" 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" +#: ../../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/meta/advanced/servers.build_table.php:33 -#: ../../godmode/servers/servers.build_table.php:37 -msgid "There are no servers configured into the database" +#: ../../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/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" +#: ../../enterprise/godmode/setup/setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:85 +msgid " Caracters" msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Lag" +#: ../../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/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Avg. Delay(sec)/Modules delayed" +#: ../../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/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "T/Q" +#: ../../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/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "Threads / Queued modules currently" +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +msgid "Set 0 if never expire." 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" +#: ../../enterprise/godmode/setup/setup.php:272 +#: ../../enterprise/meta/advanced/metasetup.password.php:102 +msgid " Days" 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." +#: ../../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/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:97 -msgid "This is a master server" +#: ../../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/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" +#: ../../enterprise/godmode/setup/setup.php:281 +#: ../../enterprise/meta/advanced/metasetup.password.php:113 +msgid " Minutes" msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:168 +#: ../../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 "" -"Modules run by this server will stop working. Do you want to continue?" +"Rules applied to the management of passwords. This policy applies to all " +"users except the administrator." msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:154 -#: ../../godmode/servers/servers.build_table.php:189 -msgid "Tactical server information" +#: ../../enterprise/godmode/setup/setup_log_collector.php:44 +msgid "Log storage directory" msgstr "" -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" +#: ../../enterprise/godmode/setup/setup_log_collector.php:45 +msgid "Directory where log data will be stored." msgstr "" -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" +#: ../../enterprise/godmode/setup/setup_log_collector.php:47 +#: ../../include/functions_config.php:638 +msgid "Log max lifetime" msgstr "" -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" +#: ../../enterprise/godmode/setup/setup_log_collector.php:48 +msgid "Sets the maximum lifetime for log data in days." msgstr "" -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" +#: ../../enterprise/godmode/setup/setup_acl.php:40 +msgid "Enterprise ACL setup" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:83 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:126 -msgid "Could not be create, duplicated server name." +#: ../../enterprise/godmode/setup/setup_acl.php:72 +#: ../../enterprise/godmode/setup/setup_acl.php:316 +#: ../../enterprise/extensions/cron/functions.php:188 +#: ../../include/functions_html.php:643 ../../include/functions_html.php:644 +#: ../../include/functions_html.php:762 ../../include/functions_html.php:763 +msgid "Custom" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:109 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../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:149 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/users/configure_user.php:616 +#: ../../godmode/users/configure_profile.php:242 +#: ../../operation/users/user_edit.php:452 +msgid "Profile name" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:294 +#: ../../enterprise/godmode/setup/setup_acl.php:307 +#: ../../include/functions_graph.php:2564 +#: ../../include/functions_graph.php:2579 +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.visual.php:56 +#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../enterprise/meta/advanced/metasetup.setup.php:85 #: ../../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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 msgid "Successfully update" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:110 #: ../../enterprise/godmode/setup/setup_metaconsole.php:77 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:114 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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 msgid "Pandora FMS Metaconsole item edition" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:253 +#: ../../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/meta/advanced/metasetup.consoles.php:255 #: ../../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/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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:337 msgid "Console URL" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -msgid "" -"Complete path to Pandora console without last \"/\" character. Example " +#: ../../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/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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:338 msgid "DB Host" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 #: ../../enterprise/godmode/setup/setup_metaconsole.php:192 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 msgid "DB Name" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 #: ../../enterprise/godmode/setup/setup_metaconsole.php:197 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 msgid "DB User" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 #: ../../enterprise/godmode/setup/setup_metaconsole.php:201 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 msgid "DB Password" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 #: ../../enterprise/godmode/setup/setup_metaconsole.php:206 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:285 msgid "Console User" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 #: ../../enterprise/godmode/setup/setup_metaconsole.php:210 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 msgid "Console Password" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:321 #: ../../enterprise/godmode/setup/setup_metaconsole.php:244 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 msgid "DB" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:322 #: ../../enterprise/godmode/setup/setup_metaconsole.php:245 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:331 msgid "API" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:323 #: ../../enterprise/godmode/setup/setup_metaconsole.php:246 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:332 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/godmode/setup/setup_metaconsole.php:250 #: ../../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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 +#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 +#: ../../operation/search_users.php:63 msgid "Admin" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:409 -msgid "There aren't server added to metaconsole" +#: ../../enterprise/godmode/setup/setup_history.php:45 +#: ../../include/functions_config.php:642 +msgid "Enable history database" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " +#: ../../enterprise/godmode/setup/setup_history.php:49 +msgid "Enable event history" 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 +#: ../../enterprise/godmode/setup/setup_history.php:49 msgid "" -"Error creating/updating the followings elements groups/profiles/user " -"profiles (%d/%d/%d)" +"Event history is ONLY used for event reports, is not used in graphs or event " +"viewer." msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:483 -#, php-format +#: ../../enterprise/godmode/setup/setup_history.php:53 +#: ../../include/functions_config.php:646 +msgid "Host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:56 +#: ../../enterprise/godmode/servers/manage_export_form.php:105 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:740 +#: ../../godmode/agentes/module_manager_editor_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../include/functions_config.php:648 +msgid "Port" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:62 +#: ../../include/functions_config.php:652 +msgid "Database user" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:65 +#: ../../include/functions_config.php:654 +msgid "Database password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:68 +#: ../../enterprise/extensions/ipam/ipam_editor.php:95 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:656 +msgid "Days" +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 "" -"The followings elements groups/profiles/user profiles were created/updated " -"sucessfully (%d/%d/%d)" +"Data size of mechanism used to transfer data (similar to a data buffer.)" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:501 -msgid "Synchronizing Users" +#: ../../enterprise/godmode/setup/setup_history.php:74 +#: ../../include/functions_config.php:662 +msgid "Delay" 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" +#: ../../enterprise/godmode/setup/setup_history.php:74 +msgid "Time interval between data transfer." msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:523 -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 -msgid "Target" +#: ../../enterprise/godmode/setup/setup_history.php:77 +msgid "Event days" 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" +#: ../../enterprise/godmode/setup/setup_history.php:77 +msgid "Number of days before events is transfered to history database." msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile mode" +#: ../../enterprise/godmode/setup/setup_skins.php:71 +msgid "Error deleting skin" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile synchronization mode." +#: ../../enterprise/godmode/setup/setup_skins.php:74 +msgid "Successfully deleted skin" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:534 -msgid "New profile" +#: ../../enterprise/godmode/setup/setup_skins.php:117 +msgid "Skin name" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:536 -msgid "" -"The selected user profile will be added to the selected users into the target" +#: ../../enterprise/godmode/setup/setup_skins.php:143 +msgid "There are no defined skins" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:537 -msgid "Copy profile" +#: ../../enterprise/godmode/setup/setup_skins.php:148 +msgid "Create skin" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:539 -msgid "" -"The target user profiles will be replaced with the source user profiles" +#: ../../enterprise/godmode/services/services.service.php:54 +#: ../../enterprise/operation/services/services.list.php:486 +msgid "Create Service" msgstr "" -#: ../../enterprise/meta/advanced/synchronizing.user.php:555 -#: ../../godmode/menu.php:67 ../../godmode/users/profile_list.php:302 -msgid "Profiles" +#: ../../enterprise/godmode/services/services.service.php:62 +msgid "Service created successfully" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" +#: ../../enterprise/godmode/services/services.service.php:63 +msgid "Error creating service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:106 -msgid "General setup" +#: ../../enterprise/godmode/services/services.service.php:85 +msgid "No name and description specified for the service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:109 -msgid "Passwords setup" +#: ../../enterprise/godmode/services/services.service.php:90 +msgid "No name specified for the service" 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" +#: ../../enterprise/godmode/services/services.service.php:95 +msgid "No description specified for the service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:115 -msgid "Visual setup" +#: ../../enterprise/godmode/services/services.service.php:109 +msgid "Error updating service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:118 -msgid "Performance setup" +#: ../../enterprise/godmode/services/services.service.php:113 +msgid "Service updated successfully" 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" +#: ../../enterprise/godmode/services/services.service.php:126 +#: ../../enterprise/godmode/services/services.service.php:153 +#: ../../enterprise/operation/services/services.service.php:37 +#: ../../enterprise/operation/services/services.service_map.php:44 +msgid "Not found" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:124 -msgid "Strings translation" +#: ../../enterprise/godmode/services/services.service.php:130 +msgid "New Service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:95 -#: ../../enterprise/meta/advanced/metasetup.php:127 -msgid "Offline Update Manager" +#: ../../enterprise/godmode/services/services.service.php:170 +#: ../../enterprise/godmode/services/services.elements.php:96 +#: ../../enterprise/operation/services/services.service.php:54 +#: ../../enterprise/operation/services/services.service_map.php:63 +msgid "Config Service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:102 -msgid "Consoles setup" +#: ../../enterprise/godmode/services/services.service.php:175 +#: ../../enterprise/godmode/services/services.elements.php:102 +#: ../../enterprise/operation/services/services.service.php:59 +#: ../../enterprise/operation/services/services.service_map.php:69 +msgid "Config Elements" 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" +#: ../../enterprise/godmode/services/services.service.php:182 +#: ../../enterprise/godmode/services/services.elements.php:110 +#: ../../enterprise/operation/services/services.service.php:67 +#: ../../enterprise/operation/services/services.service_map.php:77 +msgid "View Service" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.password.php:73 -msgid "Passwords" +#: ../../enterprise/godmode/services/services.service.php:188 +#: ../../enterprise/godmode/services/services.elements.php:117 +#: ../../enterprise/operation/services/services.service.php:73 +#: ../../enterprise/operation/services/services.service_map.php:83 +msgid "Service map" 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 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/meta/general/main_header.php:82 +#: ../../enterprise/meta/general/logon_ok.php:56 ../../operation/menu.php:101 msgid "Monitoring" msgstr "" -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1745 -msgid "Topology" +#: ../../enterprise/godmode/services/services.service.php:218 +msgid "No Services or concrete action" 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" +#: ../../enterprise/godmode/services/services.service.php:229 +msgid "General Data" msgstr "" -#: ../../enterprise/meta/general/noaccess.php:17 -msgid "Back to login" +#: ../../enterprise/godmode/services/services.service.php:242 +#: ../../enterprise/operation/services/services.list.php:171 +#: ../../godmode/alerts/alert_view.php:423 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:236 +msgid "Mode" 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" +#: ../../enterprise/godmode/services/services.service.php:244 +#: ../../enterprise/operation/services/services.list.php:168 +#: ../../enterprise/extensions/ipam/ipam_network.php:127 +#: ../../enterprise/extensions/ipam/ipam_list.php:217 +#: ../../godmode/servers/manage_recontask.php:343 +#: ../../godmode/servers/manage_recontask_form.php:250 +msgid "Manual" msgstr "" -#: ../../enterprise/meta/general/noaccess.php:28 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../general/noaccess.php:31 -msgid "No access" +#: ../../enterprise/godmode/services/services.service.php:245 +msgid "You should set the weights manually" msgstr "" -#: ../../enterprise/meta/general/noaccess.php:33 +#: ../../enterprise/godmode/services/services.service.php:247 +#: ../../enterprise/operation/services/services.list.php:169 +#: ../../include/ajax/events.php:481 +msgid "Auto" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:248 +msgid "The weights have default values" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:250 +#: ../../enterprise/operation/services/services.list.php:170 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:582 +#: ../../enterprise/dashboard/widgets/network_map.php:40 +#: ../../operation/agentes/networkmap.php:509 +msgid "Simple" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:251 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" +"Only the elements configured as 'critical element' are used to calculate the " +"service status" msgstr "" -#: ../../enterprise/meta/general/main_header.php:84 -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -msgid "Tree view" +#: ../../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/meta/general/main_header.php:94 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" +#: ../../enterprise/godmode/services/services.service.php:271 +msgid "Agent to store data" msgstr "" -#: ../../enterprise/meta/general/main_header.php:99 -#: ../../operation/agentes/alerts_status.php:129 -msgid "Alerts view" +#: ../../enterprise/godmode/services/services.service.php:294 +msgid "S.L.A. interval" msgstr "" -#: ../../enterprise/meta/general/main_header.php:104 -msgid "Monitors view" +#: ../../enterprise/godmode/services/services.service.php:299 +msgid "S.L.A. limit" msgstr "" -#: ../../enterprise/meta/general/main_header.php:140 -msgid "Create new report" +#: ../../enterprise/godmode/services/services.service.php:301 +msgid "Please set limit between 0 to 100." msgstr "" -#: ../../enterprise/meta/general/main_header.php:153 -msgid "Report templates" +#: ../../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/meta/general/main_header.php:160 -#: ../../enterprise/include/functions_reporting.php:64 -msgid "Templates wizard" +#: ../../enterprise/godmode/services/services.service.php:323 +msgid "Warning Service alert" 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" +#: ../../enterprise/godmode/services/services.service.php:334 +msgid "Critical Service alert" msgstr "" -#: ../../enterprise/meta/general/main_header.php:181 -#: ../../mobile/operation/home.php:98 -msgid "Networkmap" +#: ../../enterprise/godmode/services/services.service.php:352 +msgid "SLA critical service alert" 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" +#: ../../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:133 +#: ../../enterprise/include/functions_services.php:1688 +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:327 +#: ../../enterprise/godmode/services/services.elements.php:368 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 +#: ../../enterprise/dashboard/widgets/service_map.php:46 +#: ../../enterprise/include/functions_services.php:1458 +#: ../../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/include/functions_visual_map.php:415 +#: ../../enterprise/include/functions_reporting.php:3084 +#: ../../enterprise/include/functions_reporting.php:3385 +#: ../../enterprise/include/functions_reporting_pdf.php:2034 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "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/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 +#: ../../enterprise/operation/menu.php:125 +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +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 "Uploaded %s/%s traps" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:247 +msgid "Fail uploaded file" +msgstr "" + +#: ../../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 "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 +msgid "Load MIB" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:262 +msgid "Upload MIB" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:41 +#: ../../enterprise/godmode/servers/manage_export_form.php:56 +#: ../../enterprise/godmode/menu.php:116 +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:84 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 +#: ../../enterprise/extensions/ipam/ipam_network.php:535 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +#: ../../operation/agentes/ver_agente.php:770 +msgid "Address" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:88 +msgid "Transfer mode" +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:162 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 +#: ../../godmode/agentes/agent_manager.php:330 +msgid "Delete remote configuration file" +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_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/agentes/module_manager.php:16 +msgid "Create a new web Server 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:172 +#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:523 +msgid "Target" +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:232 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../operation/agentes/status_monitor.php:927 +#: ../../include/ajax/module.php:721 +msgid "P." +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:270 +#: ../../enterprise/operation/services/services.list.php:448 +#: ../../enterprise/extensions/ipam/ipam_network.php:154 +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../operation/agentes/estado_generalagente.php:620 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 ../../include/ajax/module.php:779 +#: ../../include/functions_ui.php:821 +msgid "Force" +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/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 +#: ../../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:250 ../../include/functions_reports.php:636 +#: ../../include/functions_reports.php:638 +#: ../../include/functions_reports.php:640 +#: ../../include/functions_reports.php:642 +#: ../../include/functions_reports.php:644 msgid "Netflow" msgstr "" -#: ../../enterprise/meta/general/main_header.php:204 -msgid "Live view" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +msgid "Group filter" 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" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:99 +msgid "Fixed value" msgstr "" -#: ../../enterprise/meta/general/main_header.php:247 -msgid "Agent management" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104 +msgid "Add module to operation as add" 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" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:105 +msgid "Add module to operations as deduct" msgstr "" -#: ../../enterprise/meta/general/main_header.php:257 -msgid "Alert management" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:106 +msgid "Add module to operations as multiplicate " 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" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107 +msgid "Add module to operations as divide" msgstr "" -#: ../../enterprise/meta/general/main_header.php:267 -msgid "Tag management" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 +msgid "Remove selected modules" msgstr "" -#: ../../enterprise/meta/general/main_header.php:272 -msgid "Policy management" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113 +msgid "Add module to average operation" msgstr "" -#: ../../enterprise/meta/general/main_header.php:277 -msgid "Category management" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114 +msgid "Remove selected modules from operations stack" msgstr "" -#: ../../enterprise/meta/general/main_header.php:282 -msgid "Server management" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129 +msgid "Move down selected modules" msgstr "" -#: ../../enterprise/meta/general/main_header.php:287 -#: ../../godmode/menu.php:267 -msgid "License" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:130 +msgid "Move up selected modules" msgstr "" -#: ../../enterprise/meta/general/main_header.php:292 -msgid "Metasetup" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:158 +msgid "Select Service" 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" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:169 +msgid "Netflow filter" msgstr "" -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../general/header.php:113 -msgid "Down" +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:178 +msgid "Select filter" msgstr "" -#: ../../enterprise/meta/general/main_header.php:339 -#: ../../general/header.php:117 -msgid "servers down" +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:32 +#: ../../operation/agentes/status_monitor.php:378 +msgid "Web server module" msgstr "" -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:121 -msgid "Ready" +#: ../../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/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" +#: ../../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/meta/general/main_header.php:368 -#: ../../general/header.php:192 -msgid "Configure autorefresh" +#: ../../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/meta/general/main_header.php:385 -#: ../../enterprise/meta/general/main_header.php:395 -#: ../../general/header.php:219 -msgid "Disabled autorefresh" +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 +msgid "Requests" msgstr "" -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 +#: ../../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: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/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:181 +#: ../../enterprise/operation/agentes/ver_agente.php:190 +#: ../../enterprise/include/functions_groups.php:75 +#: ../../godmode/agentes/configurar_agente.php:496 +#: ../../operation/agentes/ver_agente.php:1166 +msgid "Collection" +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/collections.php:217 +#: ../../enterprise/extensions/vmware/main.php:275 +msgid "Apply changes" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:222 +#: ../../enterprise/godmode/agentes/collections.php:223 +#: ../../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 +#: ../../enterprise/godmode/agentes/collections.data.php:344 +#: ../../enterprise/godmode/agentes/collections.data.php:345 +#: ../../enterprise/operation/agentes/collection_view.php:105 +#: ../../enterprise/operation/agentes/collection_view.php:106 +msgid "The collection directory does not exist." +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:207 +#: ../../godmode/agentes/agent_manager.php:333 msgid "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
" +"Delete this conf file implies that for restore you must reactive remote " +"config in the local agent." msgstr "" -#: ../../enterprise/meta/general/footer.php:26 +#: ../../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:336 +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/collection_manager.php:37 +#: ../../enterprise/operation/agentes/collection_view.php:47 +msgid "This agent have not a remote configuration, please set it." +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:121 +#: ../../enterprise/godmode/agentes/collection_manager.php:204 +#: ../../enterprise/operation/agentes/collection_view.php:90 +#: ../../enterprise/operation/agentes/policy_view.php:154 +msgid "Show files" +msgstr "" + +#: ../../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 +#: ../../enterprise/godmode/agentes/collections.data.php:339 +#: ../../enterprise/godmode/agentes/collections.data.php:340 +msgid "Need to regenerate" +msgstr "" + +#: ../../enterprise/godmode/agentes/collection_manager.php:164 +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:132 +msgid "Dir" +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/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 +#: ../../godmode/db/db_refine.php:83 +#: ../../operation/agentes/exportdata.php:235 +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/collections.editor.php:39 +#: ../../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/operation/agentes/policy_view.php:308 +#: ../../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 +#: ../../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 +#: ../../operation/search_modules.php:53 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:976 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/gis_view.php:194 +#: ../../extensions/insert_data.php:164 ../../extensions/insert_data.php:165 +#: ../../mobile/operation/modules.php:551 +#: ../../mobile/operation/modules.php:605 +#: ../../mobile/operation/modules.php:675 +#: ../../include/functions_netflow.php:310 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1249 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:1253 +#: ../../include/ajax/module.php:735 ../../include/functions_graph.php:3192 +#: ../../include/functions_reporting.php:2229 +#: ../../include/functions_reporting.php:2263 +msgid "Data" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:46 +#: ../../enterprise/godmode/agentes/collections.editor.php:350 +#: ../../enterprise/godmode/agentes/collections.editor.php:375 +#: ../../enterprise/godmode/agentes/collections.data.php:104 +#: ../../enterprise/godmode/agentes/collections.data.php:214 +#: ../../enterprise/godmode/agentes/collections.data.php:254 +#: ../../enterprise/include/functions_collection.php:129 +#: ../../operation/integria_incidents/incident.php:66 +#: ../../operation/agentes/ver_agente.php:1059 +msgid "Files" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:55 +#: ../../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 +msgid "Manager configuration > Edit " +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/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: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: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:712 +msgid "Description:" +msgstr "" + +#: ../../enterprise/godmode/agentes/configurar_agente.php:33 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 +#: ../../enterprise/operation/inventory/inventory.php:112 +#: ../../enterprise/operation/agentes/ver_agente.php:174 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/include/functions_reporting_csv.php:179 +#: ../../godmode/agentes/configurar_agente.php:500 +#: ../../operation/agentes/ver_agente.php:1163 +#: ../../include/functions_reports.php:621 +#: ../../include/functions_reports.php:622 +#: ../../include/functions_reports.php:624 +#: ../../include/functions_reporting.php:1444 +msgid "Inventory" +msgstr "" + +#: ../../enterprise/godmode/menu.php:51 ../../enterprise/godmode/menu.php:136 +msgid "Duplicate config" +msgstr "" + +#: ../../enterprise/godmode/menu.php:68 +#: ../../enterprise/meta/include/functions_components_meta.php:52 +#: ../../enterprise/meta/include/functions_components_meta.php:69 +msgid "Local components" +msgstr "" + +#: ../../enterprise/godmode/menu.php:76 +msgid "Manage policies" +msgstr "" + +#: ../../enterprise/godmode/menu.php:95 +#: ../../enterprise/include/functions_setup.php:33 +#: ../../enterprise/include/functions_setup.php:63 +#: ../../operation/agentes/datos_agente.php:172 +msgid "History database" +msgstr "" + +#: ../../enterprise/godmode/menu.php:102 +msgid "Enterprise ACL Setup" +msgstr "" + +#: ../../enterprise/godmode/menu.php:109 +msgid "Skins" +msgstr "" + +#: ../../enterprise/godmode/menu.php:130 +msgid "Log Collector" +msgstr "" + +#: ../../enterprise/godmode/menu.php:143 +msgid "Password policy" +msgstr "" + +#: ../../enterprise/godmode/menu.php:149 +#: ../../enterprise/include/functions_setup.php:27 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +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:24 +#: ../../enterprise/operation/reporting/custom_reporting.php:77 +#: ../../enterprise/extensions/cron/main.php:220 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../godmode/tag/tag.php:203 ../../godmode/tag/edit_tag.php:195 +#: ../../operation/search_users.php:44 +msgid "Email" +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/log/log_viewer.php:150 +#: ../../enterprise/operation/menu.php:134 +msgid "Log viewer" +msgstr "" + +#: ../../enterprise/operation/log/log_viewer.php:205 +#: ../../enterprise/meta/advanced/synchronizing.component.php:310 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 +#: ../../enterprise/meta/advanced/synchronizing.user.php:508 +#: ../../enterprise/meta/advanced/synchronizing.group.php:147 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#: ../../enterprise/meta/advanced/synchronizing.os.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../operation/events/events.build_table.php:229 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/incidents/incident.php:341 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2151 +#: ../../include/functions_events.php:2266 +#: ../../include/functions_events.php:3371 +msgid "Source" +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: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 +#: ../../operation/netflow/nf_live_view.php:237 +msgid "Date format in Pandora is year/month/day" +msgstr "" + +#: ../../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:846 +#: ../../godmode/reporting/reporting_builder.item_editor.php:855 +#: ../../godmode/alerts/configure_alert_template.php:536 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../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 +#: ../../operation/netflow/nf_live_view.php:239 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "" + +#: ../../enterprise/operation/log/log_viewer.php:223 +#: ../../enterprise/include/functions_netflow_pdf.php:163 +#: ../../operation/agentes/exportdata.php:310 +msgid "End date" +msgstr "" + +#: ../../enterprise/operation/log/log_viewer.php:350 +msgid "The start date cannot be greater than the end date" +msgstr "" + +#: ../../enterprise/operation/log/log_viewer.php:428 +#: ../../enterprise/operation/inventory/inventory.php:253 +#: ../../enterprise/operation/agentes/agent_inventory.php:242 +#: ../../godmode/reporting/reporting_builder.php:727 +#: ../../include/functions_reporting.php:1485 +msgid "No data found." +msgstr "" + +#: ../../enterprise/operation/policies/networkmap.policies.php:64 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 +#: ../../enterprise/include/functions_networkmap_enterprise.php:74 +#: ../../operation/agentes/networkmap.topology.php:73 +#: ../../operation/agentes/networkmap.dinamic.php:85 +#: ../../operation/agentes/networkmap.groups.php:68 +#: ../../mobile/operation/networkmap.php:110 +#: ../../mobile/operation/networkmap.php:129 +#: ../../mobile/operation/networkmap.php:146 +msgid "Pandora FMS" +msgstr "" + +#: ../../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:691 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:748 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:769 +#: ../../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 +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 +msgid "Map could not be generated" +msgstr "" + +#: ../../enterprise/operation/policies/networkmap.policies.php:71 +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:693 +#: ../../general/ui/agents_list.php:127 +#: ../../operation/agentes/networkmap.topology.php:81 +#: ../../operation/agentes/networkmap.groups.php:76 +msgid "No agents found" +msgstr "" + +#: ../../enterprise/operation/policies/networkmap.policies.php:128 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:761 +#: ../../enterprise/dashboard/widgets/network_map.php:25 +#: ../../operation/agentes/networkmap.topology.php:155 +#: ../../operation/agentes/networkmap.groups.php:147 +#: ../../operation/agentes/networkmap.php:410 +#: ../../operation/agentes/networkmap_list.php:80 ../../operation/menu.php:111 +msgid "Network 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:132 +#: ../../enterprise/operation/services/services.list.php:322 +#: ../../include/functions_reports.php:536 +#: ../../include/functions_reports.php:539 +#: ../../include/functions_reports.php:543 +msgid "SLA" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:134 +#: ../../enterprise/operation/services/services.list.php:323 +#: ../../enterprise/dashboard/widgets/custom_graph.php:33 +#: ../../operation/search_modules.php:52 +#: ../../operation/agentes/status_monitor.php:970 +#: ../../extensions/realtime_graphs.php:72 +#: ../../include/functions_visual_map_editor.php:56 +#: ../../include/ajax/module.php:736 ../../include/functions_events.php:2108 +msgid "Graph" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:135 +#: ../../enterprise/operation/services/services.list.php:324 +#: ../../enterprise/extensions/ipam/ipam_list.php:188 +#: ../../operation/agentes/group_view.php:61 +#: ../../operation/agentes/tactical.php:46 +#: ../../extensions/agents_alerts.php:55 +#: ../../extensions/agents_modules.php:56 +msgid "Last update" +msgstr "" + +#: ../../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/operation/agentes/networkmap_enterprise.view.php:585 +#: ../../enterprise/extensions/cron/functions.php:190 +#: ../../enterprise/meta/monitoring/group_view.php:146 +#: ../../enterprise/meta/monitoring/group_view.php:150 +#: ../../enterprise/meta/monitoring/tactical.php:281 +#: ../../enterprise/dashboard/widgets/tree_view.php:56 +#: ../../enterprise/dashboard/widgets/tree_view.php:69 +#: ../../enterprise/dashboard/widgets/tree_view.php:216 +#: ../../enterprise/dashboard/widgets/events_list.php:185 +#: ../../enterprise/dashboard/widgets/service_map.php:87 +#: ../../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/include/functions_reporting_csv.php:819 +#: ../../enterprise/include/functions_reporting_csv.php:848 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 ../../operation/agentes/status_monitor.php:290 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../operation/agentes/estado_monitores.php:434 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/tactical.php:153 +#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42 +#: ../../include/graphs/functions_flot.php:432 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_reporting_html.php:363 +#: ../../include/functions_reporting_html.php:390 +#: ../../include/functions_reporting_html.php:1059 +#: ../../include/functions_reporting_html.php:1080 +#: ../../include/functions_reporting_html.php:1505 +#: ../../include/functions_reporting_html.php:1667 +#: ../../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 +#: ../../include/functions_visual_map.php:1159 +#: ../../include/functions_visual_map.php:1178 +#: ../../include/functions_visual_map.php:1191 +#: ../../include/functions_visual_map.php:1204 +#: ../../include/functions_reports.php:426 ../../include/functions.php:1030 +#: ../../include/ajax/module.php:799 ../../include/functions_graph.php:753 +#: ../../include/functions_graph.php:1952 +#: ../../include/functions_graph.php:3716 +#: ../../include/functions_alerts.php:574 +#: ../../include/functions_reporting.php:3016 +#: ../../include/functions_reporting.php:3214 +#: ../../include/functions_reporting.php:3867 +#: ../../include/functions_reporting.php:3868 +#: ../../include/functions_reporting.php:3869 +#: ../../include/functions_reporting.php:3870 +#: ../../include/functions_reporting.php:3871 +#: ../../include/functions_reporting.php:3872 +#: ../../include/functions_events.php:1406 +#: ../../include/functions_events.php:2749 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 +msgid "Unknown" +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.service_map.php:106 +#: ../../enterprise/dashboard/widgets/service_map.php:49 +#: ../../enterprise/dashboard/widgets/service_map.php:74 +#: ../../godmode/snmpconsole/snmp_alert.php:1225 +#: ../../operation/snmpconsole/snmp_view.php:843 +#: ../../extensions/agents_modules.php:359 +#: ../../extensions/module_groups.php:296 +#: ../../include/functions_reporting_html.php:947 +msgid "Legend" +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:267 +#: ../../enterprise/operation/services/services.list.php:274 +msgid "No services defined." +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:437 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 +msgid "Config" +msgstr "" + +#: ../../enterprise/operation/inventory/inventory.php:223 +#: ../../enterprise/operation/agentes/agent_inventory.php:70 +#: ../../enterprise/extensions/backup/main.php:66 +#: ../../enterprise/include/functions_log.php:332 +#: ../../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_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:252 +#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 +#: ../../godmode/admin_access_logs.php:190 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1025 +#: ../../godmode/alerts/alert_special_days.php:161 +#: ../../godmode/alerts/configure_alert_special_days.php:63 +#: ../../operation/reporting/graph_viewer.php:192 +#: ../../operation/integria_incidents/incident.tracking.php:23 +#: ../../operation/netflow/nf_live_view.php:231 +#: ../../operation/events/events.build_table.php:567 +#: ../../extensions/users_connected.php:79 +#: ../../extensions/insert_data.php:166 +#: ../../mobile/operation/tactical.php:310 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:1253 +#: ../../include/functions_reporting_html.php:1267 +#: ../../include/functions_reporting_html.php:2854 +#: ../../include/functions.php:2299 ../../include/functions_reporting.php:2229 +#: ../../include/functions_reporting.php:2262 +#: ../../include/functions_events.php:3704 +msgid "Date" +msgstr "" + +#: ../../enterprise/operation/inventory/inventory.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1036 +#: ../../include/functions_graph.php:736 ../../include/functions_graph.php:740 +#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 +#: ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1395 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +msgid "Last" +msgstr "" + +#: ../../enterprise/operation/inventory/inventory.php:266 +msgid "Export this list to CSV" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342 +msgid "Success be updated." +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 +#: ../../enterprise/extensions/ipam/ipam_action.php:190 +msgid "Could not 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:1030 +msgid "(Adopt) " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 +#: ../../operation/agentes/status_monitor.php:1040 +msgid "(Unlinked) (Adopt) " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 +#: ../../operation/agentes/status_monitor.php:1044 +msgid "(Unlinked) " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617 +msgid "Policy: " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:625 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647 +#: ../../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:1636 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../operation/search_modules.php:117 +#: ../../operation/search_modules.php:137 +#: ../../operation/agentes/status_monitor.php:1151 +#: ../../operation/agentes/status_monitor.php:1155 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../mobile/operation/modules.php:469 +#: ../../mobile/operation/modules.php:487 +#: ../../include/functions_modules.php:1849 +#: ../../include/functions_modules.php:1869 +#: ../../include/class/Tree.class.php:1462 +msgid "CRITICAL" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652 +#: ../../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:1640 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../operation/search_modules.php:121 +#: ../../operation/search_modules.php:144 +#: ../../operation/agentes/status_monitor.php:1161 +#: ../../operation/agentes/status_monitor.php:1165 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../mobile/operation/modules.php:473 +#: ../../mobile/operation/modules.php:492 +#: ../../include/functions_modules.php:1853 +#: ../../include/functions_modules.php:1873 +#: ../../include/class/Tree.class.php:1469 +msgid "WARNING" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642 +#: ../../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:1632 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../operation/search_modules.php:113 +#: ../../operation/search_modules.php:130 +#: ../../operation/agentes/status_monitor.php:1141 +#: ../../operation/agentes/status_monitor.php:1145 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../mobile/operation/modules.php:465 +#: ../../mobile/operation/modules.php:482 +#: ../../include/functions_modules.php:1857 +#: ../../include/functions_modules.php:1865 +#: ../../include/class/Tree.class.php:1488 +msgid "NORMAL" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 +#: ../../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:1647 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../enterprise/include/functions_services.php:1668 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:136 +#: ../../operation/search_modules.php:143 +#: ../../operation/agentes/status_monitor.php:1175 +#: ../../operation/agentes/status_monitor.php:1180 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1192 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1204 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +#: ../../include/functions_modules.php:1864 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/class/Tree.class.php:1474 +msgid "UNKNOWN" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:136 +#: ../../operation/search_modules.php:143 +#: ../../operation/agentes/status_monitor.php:1175 +#: ../../operation/agentes/status_monitor.php:1180 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1192 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1204 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +#: ../../include/functions_modules.php:1864 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +msgid "Last status" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666 +#: ../../enterprise/extensions/vmware/vmware_manager.php:202 +msgid "Status: " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:723 +msgid "Data: " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:726 +#: ../../operation/agentes/estado_generalagente.php:553 +msgid "Last contact: " +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1085 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 +msgid "Networkmap enterprise" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1087 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 +msgid "Not found networkmap." +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1115 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +#: ../../operation/snmpconsole/snmp_browser.php:84 +#: ../../operation/agentes/networkmap.php:301 +msgid "Normal screen" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1124 +#: ../../operation/events/events.php:320 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/snmpconsole/snmp_browser.php:88 +#: ../../operation/agentes/networkmap.php:314 +#: ../../extensions/agents_alerts.php:118 +#: ../../extensions/agents_modules.php:130 +msgid "Full screen" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1130 +msgid "List of networkmap Enterprise" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1134 #, php-format -msgid "® Ártica soluciones Pandora FMS %s - Build %s" +msgid "Networkmap enterprise - %s" msgstr "" -#: ../../enterprise/meta/general/footer.php:27 ../../general/footer.php:32 -msgid "Page generated at" +#: ../../enterprise/operation/agentes/agent_inventory.php:56 +msgid "This agent has not modules inventory" msgstr "" -#: ../../enterprise/meta/general/login_page.php:27 -msgid "Go to pandorafms.com" +#: ../../enterprise/operation/agentes/agent_inventory.php:160 +#: ../../enterprise/operation/agentes/agent_inventory.php:161 +msgid "Diff view" 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/operation/agentes/agent_inventory.php:230 +#: ../../enterprise/meta/monitoring/group_view.php:145 +#: ../../enterprise/dashboard/widgets/tree_view.php:196 #: ../../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 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:165 #: ../../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 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1072 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" +#: ../../enterprise/operation/agentes/ver_agente.php:70 +#: ../../operation/agentes/ver_agente.php:634 +msgid "Main IP" 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/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" +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../enterprise/operation/agentes/policy_view.php:309 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../enterprise/meta/agentsearch.php:99 +#: ../../godmode/users/user_list.php:272 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219 +#: ../../operation/gis_maps/ajax.php:321 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/ver_agente.php:644 +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/search_users.php:47 ../../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 +#: ../../include/functions_treeview.php:514 ../../include/ajax/module.php:737 +#: ../../include/functions_events.php:2043 +msgid "Last contact" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" +#: ../../enterprise/operation/agentes/ver_agente.php:76 +#: ../../operation/agentes/ver_agente.php:645 +#: ../../include/functions_events.php:2048 +msgid "Last remote contact" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:272 -msgid "Report of state" +#: ../../enterprise/operation/agentes/ver_agente.php:113 +#: ../../operation/agentes/ver_agente.php:685 +msgid "Monitors down" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:301 -msgid "Report of events" -msgstr "" - -#: ../../enterprise/meta/monitoring/tactical.php:306 -msgid "Info of state in events" -msgstr "" - -#: ../../enterprise/meta/monitoring/tactical.php:322 -msgid "More events" -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 "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../godmode/alerts/configure_alert_template.php:774 -msgid "Finish" -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:1716 -msgid "New" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -msgid "Please, select a module" -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: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 "" - -#: ../../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: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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -#: ../../godmode/menu.php:33 -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 -#: ../../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 "" - -#: ../../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 "" - -#: ../../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:280 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -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.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 +#: ../../enterprise/operation/agentes/ver_agente.php:152 +#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 +#: ../../operation/agentes/ver_agente.php:721 +#: ../../mobile/operation/groups.php:161 +#: ../../include/functions_reporting_html.php:2186 #: ../../include/functions_reporting_html.php:2195 -#: ../../include/functions_reporting_html.php:2335 -msgid "Monitor" +#: ../../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 +msgid "Alerts fired" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 -msgid "Web check" +#: ../../enterprise/operation/agentes/ver_agente.php:208 +#: ../../enterprise/meta/advanced/policymanager.apply.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:39 +#: ../../enterprise/include/functions_groups.php:32 +#: ../../operation/tree.php:80 ../../include/ajax/networkmap.ajax.php:50 +msgid "Policies" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" +#: ../../enterprise/operation/agentes/collection_view.php:54 +msgid "No collection assigned to this agent" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 -msgid "Step by step wizard" +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 +msgid "Succesfully created" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 -msgid "Click Create to continue" +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 +msgid "Succesfully updated" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 -msgid "Please, set a name" +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 +msgid "Succesfully duplicate" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 -msgid "Please, set an interval" +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 +msgid "Succesfully deleted" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:267 +msgid "" +"The default display will depend on the definition and topology detected by " +"Pandora." 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" +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 +#: ../../include/functions_reporting_html.php:2745 +msgid "Nodes" +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/networkmap_enterprise.php:390 +#: ../../enterprise/meta/screens/screens.networkmap.php:44 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 +msgid "Create networkmap" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:37 +msgid "This agent has no policy assigned" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../include/functions_events.php:882 +msgid "V." +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:902 +#: ../../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 +#: ../../include/functions.php:2028 +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:193 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../godmode/alerts/alert_list.list.php:138 +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.functions.php:103 +msgid "Standby" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:197 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 +#: ../../godmode/alerts/alert_view.php:79 +#: ../../godmode/snmpconsole/snmp_alert.php:1063 +#: ../../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 +#: ../../include/functions_reporting_html.php:2365 +#: ../../include/functions_treeview.php:371 +msgid "Last fired" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:202 +msgid "Show Alert" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:221 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 +#: ../../godmode/alerts/alert_list.list.php:140 +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:813 +msgid "Standby on" +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: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/networkmap_enterprise.popup.php:64 +msgid "Details of node:" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 +msgid "Source data" +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 +#: ../../godmode/menu.php:200 ../../include/functions_groups.php:92 +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 +#: ../../godmode/reporting/visual_console_builder.wizard.php:150 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../include/functions_visual_map_editor.php:315 +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/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/mobile/operation/dashboard.php:115 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 +#: ../../godmode/reporting/visual_console_builder.wizard.php:334 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/events.php:797 ../../mobile/operation/agents.php:380 +#: ../../mobile/operation/agent.php:272 +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/modules.php:623 +#: ../../mobile/operation/module_graph.php:469 +msgid "Loading..." +msgstr "" + +#: ../../enterprise/operation/menu.php:85 +#: ../../enterprise/extensions/vmware/vmware_view.php:1070 +#: ../../enterprise/extensions/vmware/vmware_view.php:1089 +#: ../../enterprise/mobile/operation/dashboard.php:227 +#: ../../operation/users/user_edit.php:308 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "" + +#: ../../enterprise/operation/menu.php:91 +msgid "Main dashboard" +msgstr "" + +#: ../../enterprise/operation/menu.php:93 +msgid "Copy Dashboard" +msgstr "" + +#: ../../enterprise/operation/menu.php:106 +msgid "Network console" +msgstr "" + +#: ../../enterprise/operation/menu.php:117 +msgid "Custom SQL" msgstr "" #: ../../enterprise/extensions/translate_string.php:165 @@ -8680,50 +10963,553 @@ msgstr "" msgid "Translate string" msgstr "" -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" +#: ../../enterprise/extensions/translate_string.php:250 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 +#: ../../godmode/users/configure_user.php:446 +#: ../../operation/users/user_edit.php:276 +msgid "Language" +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/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/main.php:53 +msgid "Pandora database backup utility" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:67 +#: ../../godmode/events/event_responses.editor.php:97 +#: ../../operation/integria_incidents/incident.files.php:45 +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../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:411 +#: ../../include/functions_visual_map_editor.php:475 +msgid "Size" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:397 +#: ../../godmode/agentes/planned_downtime.list.php:446 +msgid "Running" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:119 +msgid "Lost" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:126 +#: ../../extensions/system_info.php:466 +#: ../../extensions/files_repo/files_repo_list.php:94 +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/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:298 +#: ../../enterprise/extensions/ipam.php:300 #: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 msgid "Operation view" msgstr "" #: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:282 +#: ../../enterprise/extensions/ipam.php:284 msgid "Subnetworks calculator" msgstr "" #: ../../enterprise/extensions/ipam.php:189 -#: ../../enterprise/extensions/ipam/ipam_list.php:98 +#: ../../enterprise/extensions/ipam/ipam_list.php:230 msgid "Manage addresses" msgstr "" #: ../../enterprise/extensions/ipam.php:197 -#: ../../godmode/massive/massive_operations.php:207 +#: ../../godmode/massive/massive_operations.php:215 msgid "Massive operations" msgstr "" #: ../../enterprise/extensions/ipam.php:205 -#: ../../enterprise/extensions/ipam/ipam_list.php:101 +#: ../../enterprise/extensions/ipam/ipam_list.php:233 msgid "Addresses view" msgstr "" #: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:225 -#: ../../enterprise/extensions/ipam.php:290 +#: ../../enterprise/extensions/ipam.php:226 +#: ../../enterprise/extensions/ipam.php:292 #: ../../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 +#: ../../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/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:146 +#: ../../godmode/setup/setup_visuals.php:665 +#: ../../include/functions_html.php:720 ../../include/functions.php:434 +#: ../../include/functions.php:568 +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/module_manager_editor_prediction.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:533 +msgid "Weekly" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:157 +#: ../../godmode/agentes/module_manager_editor_prediction.php:158 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +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:1064 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/dashboard/widgets/network_map.php:35 +#: ../../operation/gis_maps/render_view.php:154 +msgid "Map" +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:563 +#: ../../operation/agentes/networkmap.php:537 +msgid "Font" +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/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:252 +#: ../../enterprise/extensions/cron/main.php:189 +#: ../../enterprise/extensions/cron/main.php:295 +msgid "Scheduled" +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:44 +#: ../../enterprise/extensions/cron/main.php:224 +#: ../../godmode/servers/manage_recontask_form.php:233 +msgid "Custom script" +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:361 +#: ../../enterprise/extensions/cron/main.php:219 +#: ../../enterprise/extensions/cron/main.php:236 +#: ../../enterprise/extensions/cron/main.php:250 +#: ../../enterprise/dashboard/widgets/reports.php:27 +#: ../../enterprise/dashboard/widgets/reports.php:43 +#: ../../extensions/resource_exportation.php:348 +msgid "Report" +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/cron/main.php:39 +#: ../../enterprise/extensions/cron.php:115 +#: ../../enterprise/extensions/cron.php:121 +msgid "Cron jobs" +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 "" +"This extension relies on a proper setup of cron, the time-based scheduling " +"service" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:157 +msgid "Please, add the following line to your crontab file" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:163 +msgid "Last execution" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:170 +msgid "Cron extension is running" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:179 +msgid "Scheduled jobs" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:188 +#: ../../enterprise/extensions/cron/main.php:286 +msgid "Task" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:190 +msgid "First_execution" +msgstr "" + +#: ../../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 "" + +#: ../../enterprise/extensions/cron/main.php:192 +msgid "Last run" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:203 +msgid "Force run" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:237 +#: ../../enterprise/extensions/cron/main.php:251 +msgid "Path" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:260 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 +#: ../../enterprise/extensions/ipam/ipam_list.php:223 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 +#: ../../godmode/db/db_main.php:183 +#: ../../godmode/snmpconsole/snmp_alert.php:1111 +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../operation/agentes/estado_generalagente.php:211 +#: ../../include/functions_treeview.php:507 ../../include/functions_ui.php:449 +msgid "Never" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:298 +msgid "First execution" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:303 +#: ../../godmode/events/event_responses.editor.php:111 +#: ../../include/functions_events.php:1822 +msgid "Parameters" +msgstr "" + #: ../../enterprise/extensions/check_acls.php:16 msgid "ACL users for this agent" msgstr "" @@ -8754,8 +11540,8 @@ msgstr "" #: ../../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 "" @@ -8772,8 +11558,8 @@ 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 +#: ../../enterprise/extensions/check_acls.php:131 +#: ../../godmode/users/profile_list.php:312 ../../godmode/menu.php:83 msgid "Users management" msgstr "" @@ -8835,7 +11621,7 @@ msgstr "" msgid "There are no defined users" msgstr "" -#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:81 +#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:76 msgid "Module tags" msgstr "" @@ -8851,767 +11637,214 @@ msgstr "" msgid "Check ACL" msgstr "" -#: ../../enterprise/extensions/cron/main.php:37 -#: ../../enterprise/extensions/cron.php:114 -msgid "Cron jobs" +#: ../../enterprise/extensions/vmware.php:46 +msgid "VMware" 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 exists 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" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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: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 "" - -#: ../../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: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 +#: ../../enterprise/extensions/csv_import/main.php:40 #, php-format -msgid "Created group %s" +msgid "Created agent %s" msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:41 +#: ../../enterprise/extensions/csv_import/main.php:41 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 #, php-format -msgid "Could not create group %s" +msgid "Could not create agent %s" msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:46 -#: ../../enterprise/extensions/csv_import/main.php:46 -msgid "File processed" +#: ../../enterprise/extensions/resource_exportation/functions.php:19 +#: ../../operation/agentes/exportdata.php:332 +#: ../../extensions/resource_exportation.php:350 +#: ../../extensions/resource_exportation.php:353 +msgid "Export" msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:56 -#: ../../enterprise/extensions/csv_import/main.php:56 -msgid "CSV format" +#: ../../enterprise/extensions/csv_import_group.php:27 +msgid "CSV import group" 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" +#: ../../enterprise/extensions/backup.php:63 +msgid "Backup" msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:72 -#: ../../enterprise/extensions/csv_import/main.php:72 -msgid "Upload file" +#: ../../enterprise/extensions/csv_import.php:27 +msgid "CSV import" msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:75 -#: ../../enterprise/extensions/csv_import/main.php:79 -msgid "Separator" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 +msgid "There is not an available IP." msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:79 -#: ../../enterprise/extensions/csv_import/main.php:83 -msgid "Upload CSV file" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 +msgid "Next available IP Address is:" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 +#: ../../enterprise/extensions/ipam/ipam_network.php:543 +#: ../../enterprise/extensions/ipam/ipam_network.php:654 +#: ../../enterprise/extensions/ipam/ipam_massive.php:69 +#: ../../general/logon_ok.php:225 ../../general/logon_ok.php:422 +#: ../../godmode/admin_access_logs.php:192 +#: ../../godmode/users/configure_user.php:482 +#: ../../godmode/servers/manage_recontask_form.php:354 +#: ../../operation/users/user_edit.php:397 +#: ../../mobile/operation/events.php:518 +#: ../../include/functions_reporting_html.php:2856 +#: ../../include/functions.php:2301 ../../include/ajax/events.php:302 +msgid "Comments" +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:157 +#: ../../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_excel.php:116 +msgid "Hostname" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 +#: ../../enterprise/extensions/ipam/ipam_network.php:559 +#: ../../enterprise/extensions/ipam/ipam_network.php:594 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:1123 +#: ../../enterprise/include/functions_services.php:1012 +#: ../../enterprise/include/functions_services.php:1219 +#: ../../enterprise/include/functions_services.php:1750 +#: ../../enterprise/include/functions_visual_map.php:274 +#: ../../enterprise/include/functions_reporting.php:1250 +#: ../../enterprise/include/functions_reporting.php:3103 +#: ../../enterprise/include/functions_reporting.php:3435 +#: ../../enterprise/include/functions_servicemap.php:263 +#: ../../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/alerts/alert_view.php:113 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/agentes/planned_downtime.list.php:477 +#: ../../operation/snmpconsole/snmp_view.php:599 +#: ../../operation/snmpconsole/snmp_view.php:618 +#: ../../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 +#: ../../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 +#: ../../mobile/operation/agent.php:149 ../../mobile/operation/agent.php:160 +#: ../../include/functions_reporting_html.php:361 +#: ../../include/functions_reporting_html.php:388 +#: ../../include/functions_reporting_html.php:2429 +#: ../../include/functions_reporting_html.php:2467 +#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:339 ../../include/functions.php:944 +#: ../../include/functions.php:950 ../../include/functions.php:953 +#: ../../include/functions_events.php:1783 +#: ../../include/functions_events.php:1951 +#: ../../include/functions_events.php:2018 +#: ../../include/functions_events.php:2034 +#: ../../include/functions_events.php:2044 +#: ../../include/functions_events.php:2049 +#: ../../include/functions_events.php:2067 +#: ../../include/functions_events.php:2146 +#: ../../include/functions_events.php:2200 +#: ../../include/functions_events.php:2212 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_events.php:2246 +#: ../../include/functions_events.php:2261 +#: ../../include/functions_events.php:2271 +#: ../../include/functions_events.php:2360 +#: ../../include/functions_events.php:2437 +#: ../../include/functions_events.php:2459 +#: ../../include/functions_events.php:2469 ../../include/functions_ui.php:1994 +#: ../../include/functions_ui.php:2004 ../../include/functions_db.php:156 +msgid "N/A" +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:191 +#: ../../enterprise/extensions/ipam/ipam_network.php:231 +#: ../../enterprise/extensions/ipam/ipam_network.php:540 +#: ../../enterprise/extensions/ipam/ipam_massive.php:77 +msgid "Managed" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 +#: ../../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 +msgid "Reserved" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 +#: ../../operation/integria_incidents/incident.list.php:99 +#: ../../include/ajax/events.php:300 +msgid "Details" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 +#: ../../extensions/system_info.php:475 +msgid "Created" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 +#: ../../enterprise/meta/advanced/servers.build_table.php:67 +#: ../../godmode/servers/servers.build_table.php:71 +#: ../../godmode/agentes/agent_incidents.php:90 +#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/incidents/incident.php:340 +msgid "Updated" +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: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/ipam_network.php:104 @@ -9622,44 +11855,21 @@ msgstr "" 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 +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +#: ../../enterprise/extensions/ipam/ipam_list.php:161 #: ../../godmode/events/event_responses.editor.php:93 +#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 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_view.php:71 #: ../../operation/snmpconsole/snmp_statistics.php:61 #: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/menu.php:270 ../../operation/menu.php:364 msgid "Statistics" msgstr "" @@ -9669,7 +11879,7 @@ msgstr "" #: ../../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 "" @@ -9678,48 +11888,24 @@ msgstr "" 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 +#: ../../enterprise/include/functions_reporting_pdf.php:2313 #: ../../godmode/admin_access_logs.php:69 #: ../../godmode/admin_access_logs.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:545 +#: ../../godmode/reporting/visual_console_builder.elements.php:555 +#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 +#: ../../include/functions_reporting_html.php:1338 +#: ../../include/functions_reporting_html.php:1544 +#: ../../include/functions_visual_map_editor.php:613 msgid "IP" msgstr "" @@ -9731,14 +11917,6 @@ msgstr "" 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 "" @@ -9760,21 +11938,6 @@ msgstr "" 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 "" @@ -9823,29 +11986,26 @@ msgstr "" 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" +#: ../../enterprise/extensions/ipam/ipam_network.php:539 +#: ../../enterprise/extensions/ipam/ipam_massive.php:76 +#: ../../enterprise/meta/general/main_header.php:123 +#: ../../enterprise/meta/general/logon_ok.php:43 +#: ../../enterprise/meta/monitoring/tactical.php:312 +#: ../../enterprise/dashboard/widgets/events_list.php:26 +#: ../../enterprise/include/functions_reporting_pdf.php:722 +#: ../../godmode/menu.php:180 ../../operation/events/events.php:411 +#: ../../operation/events/events.php:420 ../../operation/events/events.php:437 +#: ../../operation/menu.php:262 ../../mobile/operation/home.php:44 +#: ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +#: ../../include/functions_reporting_html.php:1122 +#: ../../include/functions_reports.php:613 +#: ../../include/functions_reports.php:615 +#: ../../include/functions_reports.php:617 +#: ../../include/functions_graph.php:726 +#: ../../include/functions_graph.php:3695 +#: ../../include/functions_graph.php:4373 +msgid "Events" msgstr "" #: ../../enterprise/extensions/ipam/ipam_network.php:574 @@ -9872,275 +12032,72 @@ msgstr "" 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" +#: ../../enterprise/extensions/ipam/ipam_massive.php:68 +msgid "Addresses" 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 +#: ../../enterprise/extensions/ipam/ipam_editor.php:35 msgid "Network not found" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:58 -#: ../../operation/incidents/incident.php:257 +#: ../../enterprise/extensions/ipam/ipam_editor.php:60 +#: ../../operation/incidents/incident.php:262 msgid "All users" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -#: ../../enterprise/extensions/ipam/ipam_list.php:60 +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 #: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../operation/servers/recon_view.php:95 +#: ../../enterprise/extensions/ipam/ipam_list.php:148 +#: ../../godmode/servers/manage_recontask.php:288 #: ../../godmode/servers/manage_recontask_form.php:241 -#: ../../godmode/servers/manage_recontask.php:287 +#: ../../operation/servers/recon_view.php:95 msgid "Network" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 msgid "Format: IP/Mask" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +#: ../../enterprise/extensions/ipam/ipam_editor.php:71 msgid "Examples" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 +#: ../../enterprise/extensions/ipam/ipam_editor.php:80 +#: ../../general/firts_task/recon_view.php:25 +#: ../../godmode/servers/manage_recontask_form.php:221 +#: ../../include/functions_servers.php:378 +msgid "Recon server" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 msgid "For example: Central Data Center" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 msgid "Scan interval" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 msgid "0 for manually scan" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 msgid "Operator users" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../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 "" -#: ../../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" +#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/extensions.php:144 ../../extensions/realtime_graphs.php:111 +#: ../../include/functions_snmp_browser.php:513 +msgid "Version" msgstr "" #: ../../enterprise/extensions/ipam/ipam_calculator.php:43 @@ -10219,95 +12176,51 @@ msgstr "" msgid "Hosts/Net" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 +msgid "Export to Excel" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 +msgid "Assign next free IP" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 +msgid "Next available IP" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" +#: ../../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_ajax.php:167 -msgid "Operating system" +#: ../../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_ajax.php:177 -msgid "This agent has other IPs" +#: ../../enterprise/extensions/ipam/ipam_action.php:194 +msgid "Successfully updated." msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" +#: ../../enterprise/extensions/ipam/ipam_action.php:198 +#: ../../include/functions_reporting.php:1423 +msgid "No changes found." msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -#: ../../include/ajax/events.php:299 -#: ../../operation/integria_incidents/incident.list.php:99 -msgid "Details" +#: ../../enterprise/extensions/ipam/ipam_list.php:133 +msgid "No networks found" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 -#: ../../extensions/system_info.php:475 -msgid "Created" +#: ../../enterprise/extensions/ipam/ipam_list.php:175 +msgid "IPs" msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 -msgid "Edited" +#: ../../enterprise/extensions/ipam/ipam_list.php:239 +msgid "Edit network" 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" +#: ../../enterprise/extensions/ipam/ipam_list.php:243 +msgid "Delete network" msgstr "" #: ../../enterprise/extensions/resource_registration/functions.php:37 @@ -10317,8 +12230,7 @@ msgstr "" #: ../../enterprise/extensions/resource_registration/functions.php:44 #, php-format -msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." +msgid "Warning create '%s' policy, the name exist, the policy have a name %s." msgstr "" #: ../../enterprise/extensions/resource_registration/functions.php:51 @@ -10335,78 +12247,82 @@ msgstr "" msgid "Error create '%s' policy." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:102 -#, php-format -msgid "Success add '%s' agent." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:103 -#, php-format -msgid "Error add '%s' agent." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:125 +#: ../../enterprise/extensions/resource_registration/functions.php:131 #, php-format msgid "Success add '%s' collection." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:126 +#: ../../enterprise/extensions/resource_registration/functions.php:132 #, php-format msgid "Error add '%s' collection." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:137 +#: ../../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:209 -#: ../../enterprise/extensions/resource_registration/functions.php:239 -#: ../../enterprise/extensions/resource_registration/functions.php:296 -#: ../../enterprise/extensions/resource_registration/functions.php:328 +#: ../../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:368 +#: ../../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:369 +#: ../../enterprise/extensions/resource_registration/functions.php:418 #, php-format msgid "Error add '%s' module." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:379 +#: ../../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:387 +#: ../../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:399 +#: ../../enterprise/extensions/resource_registration/functions.php:448 #, php-format msgid "Success add '%s' alert." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:400 +#: ../../enterprise/extensions/resource_registration/functions.php:449 #, php-format msgid "Error add '%s' alert." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:416 +#: ../../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:428 +#: ../../enterprise/extensions/resource_registration/functions.php:477 #, php-format msgid "Success add '%s' action." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:429 +#: ../../enterprise/extensions/resource_registration/functions.php:478 #: ../../extensions/resource_registration.php:328 #: ../../extensions/resource_registration.php:349 #: ../../extensions/resource_registration.php:359 @@ -10414,147 +12330,4117 @@ msgstr "" msgid "Error add '%s' action." msgstr "" -#: ../../enterprise/include/functions_alert_event.php:925 -msgid "Module alert" +#: ../../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/include/functions_inventory.php:54 -#: ../../enterprise/include/functions_inventory.php:493 -msgid "No changes found" +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:68 +msgid "Lag" msgstr "" -#: ../../enterprise/include/functions_inventory.php:80 -msgid "Get CSV file" +#: ../../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:92 +#: ../../godmode/servers/servers.build_table.php:98 +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:111 +#: ../../godmode/servers/servers.build_table.php:116 +msgid "of" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:169 +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:190 +msgid "Tactical server information" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:50 +#: ../../enterprise/meta/advanced/metasetup.password.php:47 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.performance.php:47 +#: ../../enterprise/meta/advanced/metasetup.auth.php:47 +#, php-format +msgid "Could not be update: Error in %s" +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:604 +#: ../../include/functions_config.php:408 +msgid "Date format string" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:82 +#: ../../godmode/setup/setup_visuals.php:605 +msgid "Example" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:95 +#: ../../enterprise/meta/include/functions_meta.php:988 +#: ../../godmode/setup/setup_visuals.php:617 +#: ../../include/functions_config.php:410 +msgid "Timestamp or time comparation" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:96 +#: ../../godmode/setup/setup_visuals.php:618 +msgid "Comparation in rollover" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:98 +#: ../../godmode/setup/setup_visuals.php:620 +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:412 +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:414 +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:416 +msgid "Graph color (max)" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:118 +#: ../../enterprise/meta/include/functions_meta.php:1028 +#: ../../include/functions_config.php:432 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:122 +#: ../../enterprise/meta/include/functions_meta.php:1038 +#: ../../godmode/setup/setup_visuals.php:396 +#: ../../include/functions_config.php:434 +msgid "Value to interface graphics" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:126 +#: ../../enterprise/meta/include/functions_meta.php:1051 +#: ../../godmode/setup/setup_visuals.php:61 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/events/event_edit_filter.php:265 +#: ../../operation/users/user_edit.php:259 +#: ../../operation/events/events_list.php:458 +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../include/functions_config.php:443 +msgid "Block size for pagination" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:131 +#: ../../enterprise/meta/include/functions_meta.php:1061 +#: ../../godmode/setup/setup_visuals.php:414 +#: ../../include/functions_config.php:445 +msgid "Use round corners" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:137 +#: ../../enterprise/meta/include/functions_meta.php:1071 +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../godmode/users/configure_user.php:512 +#: ../../operation/users/user_edit.php:272 +#: ../../include/functions_config.php:455 +msgid "Interactive charts" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:137 +#: ../../godmode/setup/setup_visuals.php:420 +#: ../../godmode/users/configure_user.php:512 +#: ../../operation/users/user_edit.php:272 +msgid "Whether to use Javascript or static PNG graphs" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:141 +#: ../../enterprise/meta/include/functions_meta.php:1081 +msgid "Metaconsole elements" +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:147 +#: ../../godmode/setup/setup_visuals.php:666 +#: ../../include/functions_html.php:721 ../../include/functions.php:435 +#: ../../include/functions.php:569 +msgid "hours" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:148 +#: ../../godmode/setup/setup_visuals.php:667 ../../godmode/db/db_main.php:82 +#: ../../godmode/db/db_main.php:88 ../../include/functions_html.php:722 +#: ../../include/functions.php:431 ../../include/functions.php:565 +msgid "days" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:149 +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_html.php:724 ../../include/functions.php:432 +#: ../../include/functions.php:566 +msgid "months" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:150 +#: ../../godmode/setup/setup_visuals.php:669 +#: ../../include/functions_html.php:725 ../../include/functions.php:433 +#: ../../include/functions.php:567 +msgid "years" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:151 +#: ../../godmode/setup/setup_visuals.php:670 +msgid "Add new custom value to intervals" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:157 +#: ../../enterprise/meta/include/functions_meta.php:1131 +#: ../../godmode/setup/setup_visuals.php:676 +#: ../../include/functions_config.php:588 +msgid "Delete interval" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:169 +#: ../../godmode/setup/setup_visuals.php:470 +msgid "Custom report front page" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:169 +#: ../../godmode/setup/setup_visuals.php:472 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:173 +#: ../../enterprise/meta/include/functions_meta.php:1091 +#: ../../godmode/setup/setup_visuals.php:588 +msgid "Show only the group name" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:175 +#: ../../godmode/setup/setup_visuals.php:590 +#: ../../include/functions_config.php:504 +msgid "Show the group name instead the group icon." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:184 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../godmode/setup/setup_visuals.php:84 +#: ../../include/functions_config.php:510 +msgid "Display data of proc modules in other format" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:193 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:512 +msgid "Display text proc modules have state is ok" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:196 +#: ../../enterprise/meta/include/functions_meta.php:1177 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:514 +msgid "Display text when proc modules have state critical" +msgstr "" + +#: ../../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 +#: ../../enterprise/meta/include/functions_meta.php:1137 +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../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 +#: ../../godmode/setup/setup_visuals.php:516 +#: ../../godmode/setup/setup_visuals.php:522 +#: ../../godmode/setup/setup_visuals.php:535 +#: ../../godmode/setup/setup_visuals.php:543 +#: ../../godmode/setup/setup_visuals.php:548 +#: ../../godmode/setup/setup_visuals.php:556 +#: ../../include/functions_config.php:596 +#: ../../include/functions_config.php:599 +#: ../../include/functions_config.php:602 +#: ../../include/functions_config.php:605 +#: ../../include/functions_config.php:608 +#: ../../include/functions_config.php:611 +msgid "Custom report front" +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:289 +#: ../../enterprise/meta/advanced/synchronizing.user.php:489 +#: ../../enterprise/meta/advanced/synchronizing.user.php:569 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 +#: ../../enterprise/meta/advanced/policymanager.sync.php:238 +#: ../../enterprise/meta/include/functions_meta.php:99 +#: ../../enterprise/meta/include/functions_meta.php:201 +#: ../../enterprise/meta/include/functions_meta.php:303 +#: ../../enterprise/meta/include/functions_groups_meta.php:130 +#, php-format +msgid "Error connecting to %s" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:303 +msgid "Synchronizing Components" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 +#: ../../enterprise/meta/advanced/synchronizing.user.php:509 +#: ../../enterprise/meta/advanced/synchronizing.group.php:148 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 +#: ../../enterprise/meta/advanced/policymanager.sync.php:296 +#: ../../enterprise/meta/advanced/synchronizing.os.php:92 +msgid "This metaconsole" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:320 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 +#: ../../enterprise/meta/advanced/synchronizing.group.php:157 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../enterprise/meta/advanced/synchronizing.os.php:101 +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:327 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 +#: ../../enterprise/meta/advanced/synchronizing.user.php:578 +#: ../../enterprise/meta/advanced/synchronizing.group.php:164 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 +#: ../../enterprise/meta/advanced/policymanager.sync.php:315 +#: ../../enterprise/meta/advanced/synchronizing.os.php:108 +msgid "Sync" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.password.php:73 +msgid "Passwords" +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: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/policymanager.php:35 +#: ../../enterprise/meta/advanced/agents_setup.php:35 +#: ../../enterprise/meta/advanced/synchronizing.php:33 +#: ../../enterprise/meta/general/logon_ok.php:15 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 +#: ../../enterprise/meta/monitoring/group_view.php:32 +#: ../../enterprise/meta/monitoring/tactical.php:35 +#: ../../enterprise/meta/index.php:496 +#: ../../enterprise/meta/agentsearch.php:26 +#: ../../godmode/netflow/nf_edit_form.php:65 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../operation/netflow/nf_live_view.php:131 +#: ../../operation/agentes/ver_agente.php:909 +msgid "Main" +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/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:239 +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:290 +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/policymanager.queue.php:352 +msgid "Empty queue." +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 +#: ../../godmode/massive/massive_add_profiles.php:90 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../operation/search_results.php:83 +#: ../../include/functions_reporting.php:5716 +msgid "Users" +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.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/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/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/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/metasetup.setup.php:119 +#: ../../enterprise/meta/include/functions_meta.php:358 +#: ../../general/login_required.php:81 +#: ../../godmode/setup/setup_general.php:52 +#: ../../include/functions_config.php:129 +msgid "Language code for Pandora" +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:130 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 +#: ../../enterprise/include/functions_reporting_pdf.php:1389 +#: ../../enterprise/include/functions_reporting_pdf.php:1527 +#: ../../godmode/setup/setup_general.php:66 +#: ../../operation/events/events.php:79 +#: ../../operation/events/events_rss.php:178 +#: ../../mobile/operation/events.php:111 +#: ../../include/functions_reporting_html.php:580 +#: ../../include/functions_reporting_html.php:1190 +#: ../../include/functions.php:1040 ../../include/functions_graph.php:2021 +#: ../../include/functions_graph.php:2685 +#: ../../include/functions_graph.php:3109 +#: ../../include/functions_graph.php:3112 +#: ../../include/functions_reporting.php:4848 +#: ../../include/functions_reporting.php:5087 +#: ../../include/functions_events.php:975 +#: ../../include/functions_events.php:1433 +msgid "System" +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:148 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Africa" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "America" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Antarctica" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:151 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Arctic" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Asia" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Atlantic" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Australia" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:155 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Europe" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Indian" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:157 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Pacific" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:158 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "UTC" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:177 +#: ../../enterprise/meta/include/functions_meta.php:408 +#: ../../general/login_required.php:106 +#: ../../godmode/setup/setup_general.php:211 +#: ../../include/functions_config.php:166 +msgid "Timezone setup" +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:628 +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/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:203 +#: ../../godmode/menu.php:189 ../../mobile/include/functions_web.php:27 +msgid "Servers" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:73 +#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 +#: ../../godmode/menu.php:242 +msgid "Performance" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:78 +#: ../../enterprise/meta/include/functions_meta.php:1191 +#: ../../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:1201 +msgid "Active events history" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:87 +#: ../../enterprise/meta/include/functions_meta.php:1211 +#: ../../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:1221 +#: ../../godmode/setup/performance.php:100 +#: ../../include/functions_config.php:391 +msgid "Default hours for event view" +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/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/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 +#: ../../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: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 +#: ../../operation/tree.php:103 +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 "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.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:175 +#: ../../operation/events/events.php:791 +msgid "Successfully delete" +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/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.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/general/noaccess.php:17 +msgid "Back to login" +msgstr "" + +#: ../../enterprise/meta/general/noaccess.php:24 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +#: ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/groups.php:53 ../../mobile/operation/events.php:430 +#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agent.php:66 +#: ../../mobile/operation/networkmap.php:78 +#: ../../mobile/operation/tactical.php:71 +#: ../../mobile/operation/modules.php:173 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/module_graph.php:269 +#: ../../mobile/operation/alerts.php:141 +#: ../../mobile/operation/networkmaps.php:99 ../../mobile/index.php:240 +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/noaccess2.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/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:88 +#: ../../operation/tree.php:87 ../../operation/menu.php:46 +msgid "Tree view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:93 +#: ../../enterprise/meta/monitoring/tactical.php:60 +#: ../../enterprise/dashboard/widgets/tactical.php:27 +#: ../../enterprise/dashboard/widgets/tactical.php:29 +#: ../../operation/users/user_edit.php:304 +#: ../../operation/agentes/tactical.php:55 ../../operation/menu.php:40 +#: ../../mobile/operation/home.php:38 ../../mobile/operation/tactical.php:84 +msgid "Tactical view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:98 +#: ../../operation/agentes/networkmap.php:389 +msgid "Groups view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:103 +#: ../../operation/agentes/alerts_status.php:135 +msgid "Alerts view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:108 +msgid "Monitors view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:136 +#: ../../enterprise/meta/general/main_header.php:151 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../operation/search_results.php:113 +#: ../../include/functions_groups.php:120 +msgid "Reports" +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:180 +#: ../../enterprise/meta/general/logon_ok.php:60 +#: ../../enterprise/meta/screens/screens.php:35 +msgid "Screens" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:187 +msgid "Networkmap" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:194 +#: ../../enterprise/include/functions_enterprise.php:292 +#: ../../general/firts_task/map_builder.php:29 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +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/user_list.php:113 ../../godmode/users/user_list.php:121 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../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:265 +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/main_header.php:360 +#: ../../enterprise/meta/general/main_header.php:368 +#: ../../general/header.php:114 ../../general/header.php:122 +msgid "All systems" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:360 +#: ../../general/header.php:114 +msgid "Down" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:364 +#: ../../general/header.php:118 +msgid "servers down" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:368 +#: ../../general/header.php:122 +msgid "Ready" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:378 +#: ../../general/header.php:280 ../../mobile/operation/home.php:118 +#: ../../mobile/include/functions_web.php:33 +#: ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/user.class.php:286 +msgid "Logout" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:393 +#: ../../general/header.php:195 +msgid "Configure autorefresh" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:410 +#: ../../enterprise/meta/general/main_header.php:420 +#: ../../general/header.php:222 +msgid "Disabled autorefresh" +msgstr "" + +#: ../../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 +#: ../../general/header.php:285 ../../general/header.php:287 +#: ../../operation/menu.php:328 +msgid "Edit my user" +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_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84 +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:79 +#: ../../enterprise/meta/general/login_page.php:98 +#: ../../general/login_page.php:168 ../../mobile/include/user.class.php:256 +msgid "Login" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:85 +#: ../../general/login_page.php:152 +msgid "Login with SAML" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:105 +msgid "Monitor all your systems with a single tool" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:113 +#: ../../general/login_page.php:224 +msgid "Build" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:117 +#: ../../enterprise/meta/general/login_page.php:126 +#: ../../general/login_page.php:237 +msgid "Login failed" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:139 +msgid "Login off" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:144 +#: ../../general/login_page.php:176 ../../mobile/include/user.class.php:221 +msgid "" +"Your session is over. Please close your browser window to close this Pandora " +"session." +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/logon_ok.php:32 +msgid "Network traffic" +msgstr "" + +#: ../../enterprise/meta/general/logon_ok.php:62 +#: ../../include/functions_networkmap.php:1747 +msgid "Topology" +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/event/custom_events.php:43 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/netflow/nf_edit.php:167 +#: ../../godmode/events/event_filter.php:177 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +msgid "Create filter" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:48 +#: ../../godmode/events/events.php:48 ../../godmode/menu.php:175 +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 +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 +#: ../../godmode/agentes/agent_manager.php:437 ../../godmode/menu.php:36 +#: ../../operation/agentes/ver_agente.php:989 +#: ../../operation/agentes/ver_agente.php:1172 +#: ../../include/functions_events.php:2053 +msgid "Custom fields" +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/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:169 +#: ../../godmode/reporting/visual_console_builder.php:663 +#: ../../operation/visual_console/render_view.php:126 +msgid "Builder" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:177 +#: ../../godmode/reporting/visual_console_builder.php:650 +#: ../../operation/visual_console/render_view.php:113 +msgid "List elements" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:181 +#: ../../enterprise/meta/screens/screens.visualmap.php:206 +#: ../../godmode/reporting/reporting_builder.php:1921 +#: ../../godmode/reporting/reporting_builder.php:1949 +#: ../../godmode/reporting/visual_console_builder.php:647 +#: ../../godmode/reporting/graph_builder.php:199 +#: ../../godmode/reporting/reporting_builder.main.php:51 +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/reporting/graph_viewer.php:136 +#: ../../operation/visual_console/render_view.php:110 +msgid "Main data" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:188 +#: ../../godmode/reporting/visual_console_builder.php:644 +#: ../../operation/visual_console/render_view.php:105 +#: ../../operation/gis_maps/render_view.php:125 +msgid "Show link to public Visual Console" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:196 +#: ../../godmode/reporting/visual_console_builder.php:641 +#: ../../operation/visual_console/render_view.php:96 +msgid "Visual consoles list" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:208 +#: ../../godmode/reporting/visual_console_builder.php:672 +msgid "New visual console" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:216 +#: ../../enterprise/meta/screens/screens.visualmap.php:220 +#: ../../operation/users/user_edit.php:301 ../../operation/menu.php:122 +#: ../../extensions/resource_exportation.php:351 +msgid "Visual console" +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.agent.php:65 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 +#: ../../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.update_agent.php:49 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 +msgid "Can't connect to Pandora FMS instance" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 +#: ../../enterprise/dashboard/full_dashboard.php:228 +#: ../../include/functions_graph.php:796 +#: ../../include/functions_graph.php:3776 +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_delete_modules.php:405 +#: ../../godmode/massive/massive_edit_modules.php:248 +msgid "Module type" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 +#: ../../mobile/include/functions_web.php:23 +#: ../../include/functions_reporting_html.php:2291 +#: ../../include/functions_reporting_html.php:2431 +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.agent.php:75 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 +#: ../../godmode/agentes/modificar_agente.php:608 +#: ../../operation/snmpconsole/snmp_view.php:582 +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../operation/agentes/estado_agente.php:598 +#: ../../operation/agentes/estado_agente.php:618 +msgid "Create agent" +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/Name address" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "" + +#: ../../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:242 +#: ../../operation/events/events_list.php:403 +msgid "Agent search" +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/visualmap.php:103 +#: ../../mobile/operation/groups.php:69 ../../mobile/operation/events.php:568 +#: ../../mobile/operation/agents.php:162 ../../mobile/operation/agent.php:108 +#: ../../mobile/operation/networkmap.php:98 +#: ../../mobile/operation/tactical.php:88 +#: ../../mobile/operation/modules.php:190 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/module_graph.php:370 +#: ../../mobile/operation/module_graph.php:379 +#: ../../mobile/operation/alerts.php:158 +#: ../../mobile/operation/networkmaps.php:116 +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/alerts/alert_list.php:299 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/users/configure_profile.php:268 +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.php:92 +msgid "The alert you are trying to add is already in the list of alerts" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 +#: ../../operation/integria_incidents/incident.php:141 +#: ../../operation/incidents/incident_detail.php:120 +msgid "No description available" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../include/functions_events.php:1724 +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:3595 +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:348 +#: ../../godmode/agentes/module_manager_editor_common.php:351 +#, php-format +msgid "Agent interval x %s" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:33 +msgid "Group View" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:46 +#: ../../operation/users/user_edit.php:303 +#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:43 +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:147 +#: ../../enterprise/meta/monitoring/group_view.php:151 +#: ../../enterprise/meta/monitoring/tactical.php:282 +#: ../../enterprise/dashboard/widgets/tree_view.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:70 +#: ../../enterprise/dashboard/widgets/tree_view.php:221 +#: ../../enterprise/include/functions_reporting_pdf.php:680 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:329 +#: ../../operation/tree.php:135 ../../operation/tree.php:160 +#: ../../operation/tree.php:298 ../../operation/agentes/status_monitor.php:292 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../operation/agentes/group_view.php:167 +#: ../../operation/agentes/tactical.php:154 +#: ../../mobile/operation/modules.php:44 +#: ../../include/functions_reporting_html.php:1082 +#: ../../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 +#: ../../include/functions_graph.php:1955 +msgid "Not init" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:148 +msgid "critical" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:152 +#: ../../enterprise/meta/monitoring/tactical.php:280 +#: ../../enterprise/dashboard/widgets/tree_view.php:53 +#: ../../enterprise/dashboard/widgets/tree_view.php:66 +#: ../../enterprise/dashboard/widgets/tree_view.php:226 +#: ../../enterprise/include/functions_services.php:1258 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../godmode/massive/massive_copy_modules.php:77 +#: ../../godmode/massive/massive_copy_modules.php:190 +#: ../../godmode/massive/massive_edit_agents.php:214 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../godmode/massive/massive_delete_agents.php:113 +#: ../../godmode/massive/massive_edit_modules.php:295 +#: ../../godmode/massive/massive_edit_modules.php:324 +#: ../../godmode/netflow/nf_edit_form.php:207 ../../operation/tree.php:131 +#: ../../operation/tree.php:156 ../../operation/tree.php:303 +#: ../../operation/netflow/nf_live_view.php:304 +#: ../../operation/agentes/status_monitor.php:287 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../operation/agentes/estado_monitores.php:431 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/tactical.php:152 +#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39 +#: ../../include/functions_reporting_html.php:1074 +#: ../../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 ../../include/functions.php:871 +#: ../../include/functions.php:1075 ../../include/functions.php:1082 +#: ../../include/functions.php:1112 ../../include/functions_graph.php:1951 +#: ../../include/functions_graph.php:3037 +#: ../../include/functions_graph.php:3038 +#: ../../include/functions_graph.php:4942 +#: ../../include/functions_events.php:1479 +msgid "Normal" +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/include/functions_ui_meta.php:54 +#: ../../include/functions_ui.php:1294 +msgid "the Flexible Monitoring System" +msgstr "" + +#: ../../enterprise/meta/include/functions_ui_meta.php:786 +#: ../../enterprise/dashboard/main_dashboard.php:361 +#: ../../enterprise/dashboard/main_dashboard.php:434 +#: ../../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 +#: ../../operation/users/user_edit.php:606 +#: ../../operation/users/user_edit.php:671 +#: ../../operation/agentes/networkmap_list.php:377 +#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 +#: ../../include/functions.php:1041 +#: ../../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_events.php:1163 +#: ../../include/functions_events.php:1436 ../../include/functions_ui.php:228 +msgid "Error" +msgstr "" + +#: ../../enterprise/meta/include/functions_users_meta.php:172 +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../godmode/users/user_list.php:117 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/configure_profile.php:45 +#: ../../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:672 +#: ../../godmode/setup/setup_auth.php:124 +#: ../../operation/users/user_edit.php:360 +#: ../../operation/users/user_edit.php:363 +#: ../../include/functions_config.php:359 +msgid "Double authentication" +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:1231 +#: ../../godmode/setup/performance.php:110 +#: ../../include/functions_config.php:397 +msgid "Use agent access graph" +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:1936 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../godmode/agentes/agent_manager.php:201 +#: ../../operation/gis_maps/ajax.php:269 +#: ../../include/functions_reporting_html.php:1718 +#: ../../include/functions_treeview.php:487 +#: ../../include/functions_events.php:2033 +msgid "IP Address" +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: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:171 +msgid "Credentials" +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:2137 +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: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: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_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_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:1586 +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_reporting_html.php:661 +#: ../../include/functions_reporting_html.php:2081 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:892 +#: ../../include/functions_events.php:2343 +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:2310 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../godmode/agentes/agent_manager.php:154 +#: ../../godmode/agentes/modificar_agente.php:449 +#: ../../operation/events/events.build_table.php:161 +#: ../../mobile/operation/modules.php:453 +#: ../../mobile/operation/modules.php:671 +#: ../../include/functions_reporting_html.php:1541 +#: ../../include/functions_treeview.php:467 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:895 +#: ../../include/functions_events.php:3313 +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_pdf.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1333 +#: ../../enterprise/include/functions_reporting_pdf.php:1468 +#: ../../enterprise/include/functions_reporting_csv.php:224 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +#: ../../operation/integria_incidents/incident.files.php:43 +#: ../../operation/events/events.php:89 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/snmpconsole/snmp_view.php:531 +#: ../../operation/messages/message_list.php:123 +#: ../../operation/search_modules.php:54 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:983 +#: ../../operation/agentes/estado_generalagente.php:403 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../mobile/operation/events.php:473 +#: ../../mobile/operation/modules.php:505 +#: ../../mobile/operation/modules.php:674 +#: ../../include/functions_netflow.php:287 +#: ../../include/functions_reporting_html.php:535 +#: ../../include/functions_reporting_html.php:665 +#: ../../include/functions_reporting_html.php:1149 +#: ../../include/functions_reporting_html.php:2083 +#: ../../include/ajax/events.php:466 +#: ../../include/functions_reporting.php:4789 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:899 +#: ../../include/functions_events.php:2348 +#: ../../include/functions_events.php:3319 +msgid "Timestamp" +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:88 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:569 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1756 +#: ../../include/functions_events.php:3361 +#: ../../include/functions_events.php:3706 +msgid "Comment" +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:2256 +msgid "Extra id" +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:100 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../operation/integria_incidents/incident.list.php:101 +#: ../../operation/events/events.build_table.php:179 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/incidents/incident.php:342 +#: ../../mobile/operation/events.php:477 ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2358 +#: ../../include/functions_events.php:3329 +msgid "Owner" +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:103 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +#: ../../operation/events/events.build_table.php:241 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3381 +msgid "ACK Timestamp" +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +#: ../../operation/events/events.build_table.php:247 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2195 +#: ../../include/functions_events.php:2207 +#: ../../include/functions_events.php:2219 +#: ../../include/functions_events.php:2231 +#: ../../include/functions_events.php:2236 +#: ../../include/functions_events.php:2241 +#: ../../include/functions_events.php:2245 +#: ../../include/functions_events.php:3386 +msgid "Instructions" +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:900 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../mobile/operation/alerts.php:45 +msgid "Standby off" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/agent_fields.php:28 +#: ../../include/functions_treeview.php:440 +msgid "There was a problem loading agent" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 +#: ../../operation/agentes/estado_generalagente.php:269 +#: ../../mobile/operation/agent.php:151 +#: ../../include/functions_treeview.php:483 +msgid "Other IP addresses" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 +#: ../../operation/gis_maps/ajax.php:315 +#: ../../operation/agentes/estado_generalagente.php:160 +#: ../../include/functions_treeview.php:554 +msgid "Agent Version" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 +#: ../../operation/agentes/estado_generalagente.php:311 +#: ../../include/functions_treeview.php:571 +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 +#: ../../godmode/agentes/agent_manager.php:386 +#: ../../operation/agentes/ver_agente.php:978 +#: ../../operation/agentes/ver_agente.php:1184 +#: ../../operation/agentes/estado_generalagente.php:330 +#: ../../include/functions_treeview.php:580 +msgid "Url address" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../operation/gis_maps/ajax.php:332 +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../include/functions_treeview.php:514 +msgid "Remote" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 +#: ../../operation/agentes/estado_generalagente.php:339 +#: ../../include/functions_treeview.php:588 +msgid "Timezone Offset" +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:1180 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../operation/agentes/agent_fields.php:45 +#: ../../include/functions_treeview.php:603 +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: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:1277 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/massive/massive_edit_agents.php:267 +#: ../../godmode/modules/manage_nc_groups_form.php:69 +#: ../../godmode/groups/configure_group.php:132 +#: ../../godmode/agentes/agent_manager.php:233 +#: ../../operation/agentes/ver_agente.php:802 +#: ../../operation/agentes/estado_generalagente.php:279 +#: ../../include/functions_visual_map_editor.php:492 +msgid "Parent" +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:2357 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_components.php:549 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/agentes/agent_template.php:223 +#: ../../operation/agentes/status_monitor.php:320 +#: ../../operation/agentes/status_monitor.php:942 +#: ../../mobile/operation/modules.php:447 +#: ../../mobile/operation/modules.php:670 ../../include/ajax/module.php:727 +msgid "Module name" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/agentes/module_manager_editor_common.php:233 +#: ../../operation/agentes/status_monitor.php:300 +#: ../../include/functions_treeview.php:118 +#: ../../include/functions_graph.php:5019 +msgid "Not assigned" +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:150 +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_alerts_meta.php:115 +#: ../../enterprise/meta/include/functions_alerts_meta.php:131 +#: ../../godmode/menu.php:153 +msgid "Commands" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 +#: ../../operation/agentes/networkmap.php:168 +#: ../../operation/agentes/networkmap_list.php:100 +msgid "Network map deleted successfully" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 +#: ../../operation/agentes/networkmap.php:169 +#: ../../operation/agentes/networkmap_list.php:101 +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: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:208 +msgid "Save in group" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:526 +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +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/status_monitor.php:329 +#: ../../operation/agentes/status_monitor.php:332 +#: ../../operation/agentes/alerts_status.functions.php:86 +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:560 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 +#: ../../operation/agentes/networkmap.php:467 +msgid "Layout" +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: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:875 +#, php-format +msgid "Cannot connect to %s Pandora to generate networkmap." +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/index.php:239 ../../mobile/include/user.class.php:171 +#: ../../include/ajax/double_auth.ajax.php:489 ../../index.php:240 +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:721 +msgid "Sorry! I can't find the page!" +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/mobile/operation/home.php:34 +#: ../../enterprise/dashboard/dashboards.php:31 +#: ../../enterprise/dashboard/main_dashboard.php:290 +msgid "Dashboards" +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 "" + +#: ../../enterprise/dashboard/widgets/top_n.php:31 +#: ../../include/functions_reporting.php:818 +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:4031 +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:114 +#: ../../enterprise/dashboard/widgets/top_n.php:297 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 +msgid "avg" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:115 +#: ../../enterprise/dashboard/widgets/top_n.php:298 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1622 +msgid "max" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:116 +#: ../../enterprise/dashboard/widgets/top_n.php:299 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1623 +msgid "min" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:117 +#: ../../enterprise/dashboard/widgets/top_n.php:300 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1624 +msgid "sum" +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:463 +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_reporting_pdf.php:1596 +#: ../../enterprise/include/functions_reporting_pdf.php:2008 +#: ../../include/functions_reporting_html.php:1784 +#: ../../include/functions_reporting_html.php:1920 +#: ../../include/functions_reporting.php:875 +#: ../../include/functions_reporting.php:1702 +msgid "There are no Agent/Modules defined" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:529 +#: ../../include/functions_reporting.php:928 +msgid "Insuficient data" +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:86 +#: ../../enterprise/dashboard/widgets/module_table_value.php:71 +#: ../../enterprise/dashboard/widgets/module_value.php:74 +msgid "Text size of value in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:89 +#: ../../enterprise/dashboard/widgets/module_status.php:86 +#: ../../enterprise/dashboard/widgets/module_value.php:77 +msgid "Text size of label in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:92 +#: ../../enterprise/dashboard/widgets/module_status.php:89 +msgid "Size of icon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:27 +msgid "Show a defined custom graph" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:43 +#: ../../godmode/reporting/graph_builder.main.php:159 +#: ../../operation/reporting/graph_viewer.php:218 +msgid "Bullet chart" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:44 +#: ../../godmode/reporting/graph_builder.main.php:160 +#: ../../operation/reporting/graph_viewer.php:219 +msgid "Gauge" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:45 +#: ../../operation/reporting/graph_viewer.php:220 +msgid "Horizontal Bars" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:46 +#: ../../operation/reporting/graph_viewer.php:221 +msgid "Vertical Bars" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:47 +#: ../../godmode/reporting/graph_builder.main.php:163 +#: ../../operation/reporting/graph_viewer.php:222 +msgid "Pie" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:72 +msgid "You don't have access" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:24 +msgid "Show the tree view" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:36 +#: ../../godmode/menu.php:49 ../../operation/tree.php:67 +#: ../../extensions/module_groups.php:325 +msgid "Module groups" +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/tree_view.php:187 #: ../../enterprise/include/functions_inventory.php:165 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 #: ../../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" +#: ../../enterprise/dashboard/widgets/tree_view.php:194 +#: ../../enterprise/include/functions_reporting_csv.php:331 +#: ../../godmode/db/db_main.php:99 ../../operation/tree.php:271 +#: ../../mobile/operation/groups.php:125 +#: ../../include/functions_reporting_html.php:2725 +#: ../../include/functions_reporting.php:5660 +msgid "Total agents" 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" +#: ../../enterprise/dashboard/widgets/tree_view.php:195 +#: ../../enterprise/include/functions_reporting_csv.php:333 +#: ../../operation/tree.php:272 +msgid "Total modules" 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 +#: ../../enterprise/dashboard/widgets/tree_view.php:199 +#: ../../enterprise/dashboard/widgets/tree_view.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:201 +#: ../../enterprise/include/functions_reporting_csv.php:340 +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 ../../include/functions_graph.php:1874 +#: ../../include/functions_reporting.php:5505 +#: ../../include/functions_reporting.php:5526 +msgid "Fired alerts" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:204 +#: ../../operation/tree.php:281 +msgid "Critical agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:205 +#: ../../enterprise/include/functions_reporting_csv.php:335 +#: ../../operation/tree.php:282 ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:209 +#: ../../operation/tree.php:286 +msgid "Warning agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:210 +#: ../../enterprise/include/functions_reporting_csv.php:336 +#: ../../operation/tree.php:287 ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:214 +#: ../../operation/tree.php:291 +msgid "Unknown agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:215 +#: ../../enterprise/include/functions_reporting_csv.php:337 +#: ../../operation/tree.php:292 ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:219 +#: ../../operation/tree.php:296 +msgid "Not init agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:220 +#: ../../enterprise/include/functions_reporting_csv.php:338 +#: ../../operation/tree.php:297 ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:224 +#: ../../operation/tree.php:301 +msgid "Normal agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:225 +#: ../../enterprise/include/functions_reporting_csv.php:334 +#: ../../operation/tree.php:302 ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:282 +#: ../../operation/tree.php:357 +#: ../../operation/agentes/status_monitor.php:1521 +#: ../../operation/agentes/estado_monitores.php:348 +msgid "Module: " +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:28 +msgid "Latest events list" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:34 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/events/event_edit_filter.php:222 +#: ../../operation/events/events_list.php:555 +#: ../../operation/agentes/status_monitor.php:291 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1081 +#: ../../include/functions_events.php:1442 +msgid "Not normal" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:38 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +#: ../../godmode/events/event_edit_filter.php:270 +#: ../../operation/events/events_list.php:567 +#: ../../mobile/operation/events.php:647 +msgid "Max. hours old" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:39 +msgid "Limit" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:46 +#: ../../godmode/events/event_filter.php:111 +#: ../../godmode/events/event_edit_filter.php:234 +#: ../../operation/events/events_list.php:564 +msgid "Event status" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:47 +#: ../../include/functions_events.php:1509 +#: ../../include/functions_events.php:1528 +msgid "All event" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:48 +#: ../../include/functions_events.php:1511 +#: ../../include/functions_events.php:1534 +msgid "Only validated" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:49 +msgid "Only pending" +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/post.php:23 +msgid "Panel with a message" +msgstr "" + +#: ../../enterprise/dashboard/widgets/post.php:26 +msgid "My Post" +msgstr "" + +#: ../../enterprise/dashboard/widgets/post.php:36 +#: ../../enterprise/dashboard/widgets/tactical.php:63 +#: ../../enterprise/dashboard/widgets/tactical.php:71 +#: ../../enterprise/dashboard/widgets/url.php:55 +msgid "Please, configure this widget before use" +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/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/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:74 +msgid "Separator of data" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:76 +msgid "Carriage Return" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:77 +msgid "Vertical Bar" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:78 +msgid "Semicolon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:79 +msgid "Colon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:80 +msgid "Commas" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:81 +msgid "Blank" +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: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:171 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 +#: ../../include/functions_reporting_html.php:2190 +#: ../../include/functions_reporting_html.php:2268 +#: ../../include/functions_graph.php:1883 +#: ../../include/functions_graph.php:1963 +#: ../../include/functions_graph.php:2036 +#: ../../include/functions_graph.php:2783 +#: ../../include/functions_graph.php:3232 +#: ../../include/functions_reporting.php:1085 +#: ../../include/functions_reporting.php:1241 +#: ../../include/functions_reporting.php:1265 +#: ../../include/functions_reporting.php:1290 +#: ../../include/functions_reporting.php:1316 +#: ../../include/functions_reporting.php:1971 +#: ../../include/functions_reporting.php:2151 +#: ../../include/functions_reporting.php:2175 +#: ../../include/functions_reporting.php:2199 +msgid "other" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../include/functions_reporting_html.php:2727 +#: ../../include/functions_reporting.php:5669 +msgid "Monitor checks" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:39 +#: ../../include/functions_reporting.php:8497 +msgid "Server performance" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:44 +#: ../../include/functions_reporting_html.php:1951 +#: ../../include/functions_reporting_html.php:2045 +msgid "Summary" +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_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/url.php:23 +msgid "Show the URL content" +msgstr "" + +#: ../../enterprise/dashboard/widgets/url.php:26 +msgid "My URL" +msgstr "" + +#: ../../enterprise/dashboard/widgets/url.php:73 +msgid "Invalid URL" +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/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:29 +#: ../../operation/search_results.php:123 +msgid "Maps" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_status.php:77 +#: ../../godmode/massive/massive_edit_agents.php:387 +msgid "Bad" +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/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/reports.php:29 +msgid "Show a report made by user" +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/network_map.php:29 +msgid "Show a map of the monitored network" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:37 +msgid "No overlap" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:43 +#: ../../godmode/setup/setup_visuals.php:288 +#: ../../include/functions_config.php:453 +msgid "Font size" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:45 +msgid "8" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:46 +msgid "9" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:47 +msgid "10" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:48 +msgid "11" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:49 +msgid "12" +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/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/incidents/incident.php:238 +#: ../../operation/agentes/status_monitor.php:315 +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:187 +msgid "Replicate Dashboard" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:60 +#: ../../operation/integria_incidents/incident.incident.php:82 +#: ../../operation/agentes/estado_generalagente.php:398 +msgid "Title" +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:326 +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/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:304 +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 +msgid "No slides selected" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:141 +msgid "Exit fullscreen" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:195 +msgid "Change every" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:216 +msgid "Stop" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:222 +msgid "Pause" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:244 +msgid "Refresh every" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:252 +#: ../../enterprise/dashboard/main_dashboard.php:216 +msgid "Slides mode" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:280 +#: ../../enterprise/dashboard/main_dashboard.php:465 +#: ../../godmode/setup/setup_ehorus.php:107 +msgid "Start" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:343 +#: ../../enterprise/dashboard/main_dashboard.php:501 +msgid "Slides" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:355 +msgid "Until next" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:53 +msgid "Could not create dashboard" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:57 +msgid "Dashboard successfuly created" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:186 +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/reporting/graph_viewer.php:150 +#: ../../operation/visual_console/render_view.php:136 +#: ../../operation/gis_maps/render_view.php:108 +#: ../../extensions/agents_alerts.php:91 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/matrix_events.php:31 +msgid "Full screen mode" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:191 +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/reporting/graph_viewer.php:155 +#: ../../operation/events/events.php:443 +#: ../../operation/visual_console/render_view.php:164 +#: ../../operation/gis_maps/render_view.php:112 +#: ../../extensions/agents_alerts.php:96 +#: ../../extensions/agents_modules.php:106 +msgid "Back to normal mode" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:201 +msgid "Save the actual layout design" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:302 +msgid "Create new" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:313 +#: ../../enterprise/dashboard/main_dashboard.php:342 +msgid "Private dashboard" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:354 +#: ../../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:355 +#: ../../godmode/reporting/visual_console_builder.editor.php:141 +msgid "Loading in progress" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:362 +msgid "Error: there are cells not empty." +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:428 +msgid "Add widget" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:433 +msgid "Add new widget" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:435 +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:439 +msgid "There are unsaved changes" +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:144 -#: ../../include/functions_update_manager.php:328 -#: ../../include/functions_update_manager.php:331 +#: ../../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:147 -#: ../../enterprise/include/functions_update_manager.php:249 +#: ../../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:161 +#: ../../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:166 +#: ../../enterprise/include/functions_update_manager.php:168 msgid "Version number:" msgstr "" -#: ../../enterprise/include/functions_update_manager.php:167 +#: ../../enterprise/include/functions_update_manager.php:169 #: ../../enterprise/include/functions_networkmap_enterprise.php:607 msgid "Show details" msgstr "" -#: ../../enterprise/include/functions_update_manager.php:174 -#: ../../include/functions_update_manager.php:350 +#: ../../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:189 -#: ../../include/functions_update_manager.php:353 +#: ../../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:244 -#: ../../include/ajax/update_manager.ajax.php:390 +#: ../../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:259 -#: ../../include/ajax/update_manager.ajax.php:398 +#: ../../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:290 +#: ../../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:307 +#: ../../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:351 -#: ../../include/ajax/update_manager.ajax.php:469 +#: ../../enterprise/include/functions_update_manager.php:384 +#: ../../include/ajax/update_manager.ajax.php:471 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 +#: ../../enterprise/include/functions_update_manager.php:462 +#: ../../enterprise/include/functions_update_manager.php:466 +#: ../../enterprise/include/functions_update_manager.php:493 +#: ../../include/functions_update_manager.php:128 +#: ../../include/functions_update_manager.php:132 +#: ../../include/functions_update_manager.php:158 +#: ../../include/ajax/update_manager.ajax.php:169 +#: ../../include/ajax/update_manager.ajax.php:173 +#: ../../include/ajax/update_manager.ajax.php:200 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 +#: ../../enterprise/include/functions_update_manager.php:471 +#: ../../enterprise/include/functions_update_manager.php:487 +#: ../../include/functions_update_manager.php:136 +#: ../../include/functions_update_manager.php:152 +#: ../../include/ajax/update_manager.ajax.php:177 +#: ../../include/ajax/update_manager.ajax.php:194 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 +#: ../../enterprise/include/functions_update_manager.php:508 +#: ../../include/functions_update_manager.php:173 +#: ../../include/ajax/update_manager.ajax.php:215 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 +#: ../../enterprise/include/functions_update_manager.php:515 +#: ../../include/functions_update_manager.php:180 +#: ../../include/ajax/update_manager.ajax.php:222 msgid "The package does not exist" msgstr "" -#: ../../enterprise/include/functions_update_manager.php:488 -#: ../../include/functions_update_manager.php:183 +#: ../../enterprise/include/functions_update_manager.php:524 +#: ../../include/functions_update_manager.php:189 #: ../../include/ajax/update_manager.ajax.php:499 msgid "The package is installed." 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:1578 +#: ../../operation/search_modules.php:207 +#: ../../operation/agentes/status_monitor.php:1354 +#: ../../operation/agentes/status_monitor.php:1360 +#: ../../include/functions_ui.php:3657 +msgid "Snapshot view" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1702 +msgid "Delete service element" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1756 +msgid "FAIL" +msgstr "" + #: ../../enterprise/include/functions_login.php:22 msgid "You must change password" msgstr "" @@ -10627,106 +16513,139 @@ msgstr "" 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" +#: ../../enterprise/include/functions_policies.php:456 +#: ../../enterprise/include/functions_policies.php:471 +#: ../../include/functions_alerts.php:382 +msgid "copy" 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" +#: ../../enterprise/include/functions_policies.php:3029 +msgid "Policy linkation" msgstr "" -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" +#: ../../enterprise/include/functions_policies.php:3034 +msgid "Module linked" msgstr "" -#: ../../enterprise/include/functions_setup.php:80 -msgid "Auto provisioning into Metaconsole" +#: ../../enterprise/include/functions_policies.php:3036 +#: ../../enterprise/include/functions_policies.php:3046 +msgid "Unlink from policy" msgstr "" -#: ../../enterprise/include/functions_setup.php:90 -msgid "URL Metaconsole Api" +#: ../../enterprise/include/functions_policies.php:3039 +msgid "Module unlinked" msgstr "" -#: ../../enterprise/include/functions_setup.php:95 -msgid "Api pass" +#: ../../enterprise/include/functions_policies.php:3041 +#: ../../enterprise/include/functions_policies.php:3051 +msgid "Relink to policy" msgstr "" -#: ../../enterprise/include/functions_setup.php:99 -msgid "Meta user" +#: ../../enterprise/include/functions_policies.php:3044 +msgid "Module pending to link" msgstr "" -#: ../../enterprise/include/functions_setup.php:103 -msgid "Meta pass" +#: ../../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_setup.php:107 -msgid "Metaconsole APi Online" +#: ../../enterprise/include/functions_policies.php:3049 +msgid "Module pending to unlink" msgstr "" -#: ../../enterprise/include/functions_setup.php:109 -#: ../../enterprise/include/functions_setup.php:139 -msgid "Please click in the dot to re-check" +#: ../../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_setup.php:115 -msgid "Pandora user" +#: ../../enterprise/include/functions_policies.php:3743 +msgid "Create a new policy map" msgstr "" -#: ../../enterprise/include/functions_setup.php:116 -msgid "Normally the admin user" +#: ../../enterprise/include/functions_policies.php:4052 +#: ../../extensions/resource_registration.php:836 +msgid "Error, please install the PHP libXML in the system." msgstr "" -#: ../../enterprise/include/functions_setup.php:120 -msgid "Pandora pass" +#: ../../enterprise/include/functions_policies.php:4062 +#, php-format +msgid "" +"This extension makes registration of policies enterprise.
You can get " +"more policies in our Public Resource Library" msgstr "" -#: ../../enterprise/include/functions_setup.php:124 -msgid "Public url console" +#: ../../enterprise/include/functions_policies.php:4068 +#: ../../extensions/resource_registration.php:856 +msgid "Group filter: " msgstr "" -#: ../../enterprise/include/functions_setup.php:125 -msgid "Without the index.php such as http://domain/pandora_url" +#: ../../enterprise/include/functions_policies.php:4072 +#: ../../operation/incidents/incident_detail.php:518 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/extension_uploader.php:85 +#: ../../extensions/resource_registration.php:860 +msgid "Upload" msgstr "" -#: ../../enterprise/include/functions_setup.php:131 -msgid "Register your node in metaconsole" +#: ../../enterprise/include/functions_local_components.php:142 +msgid "Empty configuration" msgstr "" -#: ../../enterprise/include/functions_setup.php:133 -msgid "Register the node" +#: ../../enterprise/include/functions_local_components.php:146 +msgid "Empty OS" msgstr "" -#: ../../enterprise/include/functions_setup.php:138 -msgid "Status your node in metaconsole" +#: ../../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_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" +#: ../../enterprise/include/functions_visual_map.php:179 +#: ../../enterprise/include/functions_visual_map.php:232 +msgid "Crit:" 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" +#: ../../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_backup.php:135 @@ -10819,1346 +16738,406 @@ msgstr "" 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" +#: ../../enterprise/include/functions_alert_event.php:925 +msgid "Module alert" msgstr "" -#: ../../enterprise/include/functions_policies.php:3029 -msgid "Policy linkation" +#: ../../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_policies.php:3034 -msgid "Module linked" +#: ../../enterprise/include/functions_netflow_pdf.php:56 +#: ../../enterprise/include/functions_reporting_pdf.php:2186 +msgid "Contents" msgstr "" -#: ../../enterprise/include/functions_policies.php:3036 -#: ../../enterprise/include/functions_policies.php:3046 -msgid "Unlink from policy" +#: ../../enterprise/include/functions_netflow_pdf.php:157 +#: ../../enterprise/include/functions_reporting_pdf.php:2159 +#: ../../enterprise/include/functions_reporting_csv.php:874 +#: ../../enterprise/include/functions_reporting_csv.php:878 +msgid "Generated" msgstr "" -#: ../../enterprise/include/functions_policies.php:3039 -msgid "Module unlinked" +#: ../../enterprise/include/functions_metaconsole.php:789 +msgid "Group does not exist. Agent " msgstr "" -#: ../../enterprise/include/functions_policies.php:3041 -#: ../../enterprise/include/functions_policies.php:3051 -msgid "Relink to policy" +#: ../../enterprise/include/functions_metaconsole.php:795 +msgid "Created group in destination DB" msgstr "" -#: ../../enterprise/include/functions_policies.php:3044 -msgid "Module pending to link" +#: ../../enterprise/include/functions_metaconsole.php:799 +msgid "Error creating group. Agent " msgstr "" -#: ../../enterprise/include/functions_policies.php:3044 -#: ../../godmode/agentes/module_manager_editor.php:344 -msgid "Module will be linked in the next application" +#: ../../enterprise/include/functions_metaconsole.php:805 +msgid "Group already exists in destination DB" msgstr "" -#: ../../enterprise/include/functions_policies.php:3049 -msgid "Module pending to unlink" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:43 +msgid "Error accesing to API, auth error." msgstr "" -#: ../../enterprise/include/functions_policies.php:3049 -#: ../../godmode/agentes/module_manager_editor.php:352 -msgid "Module will be unlinked in the next application" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:47 +msgid "Error accesing to API." 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" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:51 +msgid "Error could not resolve the host." 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" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:62 +msgid "Database credentials not found" msgstr "" -#: ../../enterprise/include/functions_policies.php:3234 -#: ../../enterprise/godmode/policies/policies.php:347 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -msgid "External alerts" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:66 +msgid "Error connecting to the specified host" msgstr "" -#: ../../enterprise/include/functions_policies.php:3244 -#: ../../enterprise/godmode/policies/policy_linking.php:122 -#: ../../enterprise/godmode/policies/policies.php:331 -msgid "Linking" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:70 +msgid "Connected to the host, but cannot found the specified database" 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" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:81 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:105 +msgid "Server connection failed" msgstr "" -#: ../../enterprise/include/functions_policies.php:3262 -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/godmode/policies/policies.php:351 -msgid "Queue" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:85 +msgid "" +"\"Translate string\" extension is missed in the server. This extension is " +"mandatory to be configured on metaconsole." 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" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:89 +msgid "" +"Server name doesnt match. Check the node server name and configure the same " +"one on metasetup" msgstr "" -#: ../../enterprise/include/functions_policies.php:3743 -msgid "Create a new policy map" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:100 +msgid "Last event replication" msgstr "" -#: ../../enterprise/include/functions_reporting.php:34 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:88 -msgid "Wizard SLA" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:114 +msgid "Agent cache activated" msgstr "" -#: ../../enterprise/include/functions_reporting.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 -msgid "Global" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:118 +msgid "Agent cache failed" msgstr "" -#: ../../enterprise/include/functions_reporting.php:40 +#: ../../enterprise/include/ajax/dashboard.ajax.php:292 +msgid "Only one service map widget is supported at this moment" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:37 +#: ../../enterprise/include/functions_setup.php:68 +msgid "Log collector" +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_reporting.php:41 msgid "Advance options" msgstr "" -#: ../../enterprise/include/functions_reporting.php:58 +#: ../../enterprise/include/functions_reporting.php:59 msgid "Templates list" msgstr "" -#: ../../enterprise/include/functions_reporting.php:84 +#: ../../enterprise/include/functions_reporting.php:85 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 +#: ../../enterprise/include/functions_reporting.php:601 +#: ../../enterprise/include/functions_reporting_csv.php:123 +#: ../../include/functions_reports.php:592 +#: ../../include/functions_reporting.php:3740 msgid "Availability" msgstr "" -#: ../../enterprise/include/functions_reporting.php:581 +#: ../../enterprise/include/functions_reporting.php:602 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 +#: ../../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:1129 -#: ../../enterprise/include/functions_reporting.php:1608 -#: ../../enterprise/include/functions_reporting.php:1748 -#: ../../enterprise/include/functions_reporting_pdf.php:1674 +#: ../../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: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 +#: ../../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:2043 +#: ../../include/functions_graph.php:2090 msgid "Out of limits" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1153 -#: ../../enterprise/include/functions_reporting_pdf.php:1699 +#: ../../enterprise/include/functions_reporting.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1747 msgid "January" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1156 -#: ../../enterprise/include/functions_reporting_pdf.php:1702 +#: ../../enterprise/include/functions_reporting.php:1187 +#: ../../enterprise/include/functions_reporting_pdf.php:1750 msgid "February" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1159 -#: ../../enterprise/include/functions_reporting_pdf.php:1705 +#: ../../enterprise/include/functions_reporting.php:1190 +#: ../../enterprise/include/functions_reporting_pdf.php:1753 msgid "March" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1162 -#: ../../enterprise/include/functions_reporting_pdf.php:1708 +#: ../../enterprise/include/functions_reporting.php:1193 +#: ../../enterprise/include/functions_reporting_pdf.php:1756 msgid "April" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1165 -#: ../../enterprise/include/functions_reporting_pdf.php:1711 +#: ../../enterprise/include/functions_reporting.php:1196 +#: ../../enterprise/include/functions_reporting_pdf.php:1759 msgid "May" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1168 -#: ../../enterprise/include/functions_reporting_pdf.php:1714 +#: ../../enterprise/include/functions_reporting.php:1199 +#: ../../enterprise/include/functions_reporting_pdf.php:1762 msgid "June" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1171 -#: ../../enterprise/include/functions_reporting_pdf.php:1717 +#: ../../enterprise/include/functions_reporting.php:1202 +#: ../../enterprise/include/functions_reporting_pdf.php:1765 msgid "July" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1174 -#: ../../enterprise/include/functions_reporting_pdf.php:1720 +#: ../../enterprise/include/functions_reporting.php:1205 +#: ../../enterprise/include/functions_reporting_pdf.php:1768 msgid "August" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1723 +#: ../../enterprise/include/functions_reporting.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1771 msgid "September" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1180 -#: ../../enterprise/include/functions_reporting_pdf.php:1726 +#: ../../enterprise/include/functions_reporting.php:1211 +#: ../../enterprise/include/functions_reporting_pdf.php:1774 msgid "October" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1183 -#: ../../enterprise/include/functions_reporting_pdf.php:1729 +#: ../../enterprise/include/functions_reporting.php:1214 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 msgid "November" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1186 -#: ../../enterprise/include/functions_reporting_pdf.php:1732 +#: ../../enterprise/include/functions_reporting.php:1217 +#: ../../enterprise/include/functions_reporting_pdf.php:1780 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 +#: ../../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: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 +#: ../../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: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 +#: ../../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: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 +#: ../../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 +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../include/functions_config.php:513 +#: ../../include/functions_config.php:1500 +#: ../../include/functions_reporting_html.php:375 +#: ../../include/functions_reporting_html.php:402 msgid "Fail" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1237 -#: ../../enterprise/include/functions_reporting.php:1792 -#: ../../enterprise/include/functions_reporting_pdf.php:1782 +#: ../../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:1290 -#: ../../enterprise/include/functions_reporting_pdf.php:1840 +#: ../../enterprise/include/functions_reporting.php:1321 +#: ../../enterprise/include/functions_reporting_pdf.php:1888 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 +#: ../../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: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 +#: ../../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:500 msgid "There are no SLAs defined" msgstr "" -#: ../../enterprise/include/functions_reporting.php:1526 -#: ../../include/functions_reporting.php:617 +#: ../../enterprise/include/functions_reporting.php:1557 +#: ../../include/functions_reporting.php:625 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 +#: ../../enterprise/include/functions_reporting.php:1817 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 +#: ../../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:3072 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 +#: ../../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:3076 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 +#: ../../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:3077 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 +#: ../../enterprise/include/functions_reporting.php:1965 +#: ../../enterprise/include/functions_reporting.php:2076 +#: ../../enterprise/include/functions_reporting.php:3252 +#: ../../include/functions_reporting.php:8579 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 +#: ../../enterprise/include/functions_reporting.php:1999 +#: ../../enterprise/include/functions_reporting.php:2110 +#: ../../enterprise/include/functions_reporting.php:3286 +#: ../../include/functions_reporting.php:8613 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 +#: ../../enterprise/include/functions_reporting.php:2000 +#: ../../enterprise/include/functions_reporting.php:2111 +#: ../../enterprise/include/functions_reporting.php:3287 +#: ../../include/functions_reporting.php:8614 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 +#: ../../enterprise/include/functions_reporting.php:2001 +#: ../../enterprise/include/functions_reporting.php:2112 +#: ../../enterprise/include/functions_reporting.php:3288 +#: ../../include/functions_reporting.php:8615 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 +#: ../../enterprise/include/functions_reporting.php:2138 +#: ../../enterprise/include/functions_reporting.php:3314 +#: ../../enterprise/include/functions_reporting_pdf.php:2458 +#: ../../include/functions_reporting_html.php:3118 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 +#: ../../enterprise/include/functions_reporting.php:2139 +#: ../../enterprise/include/functions_reporting.php:3315 +#: ../../enterprise/include/functions_reporting_pdf.php:2459 +#: ../../include/functions_reporting_html.php:3119 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 +#: ../../enterprise/include/functions_reporting.php:2697 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 +#: ../../enterprise/include/functions_reporting.php:3967 +#: ../../enterprise/include/functions_reporting.php:4395 #, php-format msgid "Graph agents(%s) - %s" msgstr "" -#: ../../enterprise/include/functions_reporting.php:4690 -#: ../../enterprise/include/functions_reporting.php:4740 +#: ../../enterprise/include/functions_reporting.php:4356 +#, php-format +msgid "Graph agent(%s) - %s" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:4768 +#: ../../enterprise/include/functions_reporting.php:4818 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 +#: ../../enterprise/include/functions_reporting.php:4832 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 -#: ../../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 "" - -#: ../../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" +#: ../../enterprise/include/functions_log.php:332 +msgid "Lines" msgstr "" #: ../../enterprise/include/functions_networkmap_enterprise.php:605 @@ -12313,14564 +17292,1978 @@ msgstr "" msgid "Add fictional point" msgstr "" -#: ../../enterprise/include/functions_metaconsole.php:784 -msgid "Group does not exist. Agent " +#: ../../enterprise/include/functions_inventory.php:54 +#: ../../enterprise/include/functions_inventory.php:493 +msgid "No changes found" msgstr "" -#: ../../enterprise/include/functions_metaconsole.php:790 -msgid "Created group in destination DB" +#: ../../enterprise/include/functions_inventory.php:80 +msgid "Get CSV file" msgstr "" -#: ../../enterprise/include/functions_metaconsole.php:794 -msgid "Error creating group. Agent " +#: ../../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_metaconsole.php:800 -msgid "Group already exists in destination DB" +#: ../../enterprise/include/functions_inventory.php:516 +#: ../../enterprise/include/functions_inventory.php:581 +#: ../../enterprise/include/functions_reporting_pdf.php:482 +#: ../../include/functions_filemanager.php:385 +#: ../../include/functions_reporting_html.php:750 +msgid "Deleted" msgstr "" -#: ../../enterprise/include/functions_collection.php:42 +#: ../../enterprise/include/functions_license.php:49 +msgid "Client" +msgstr "" + +#: ../../enterprise/include/functions_license.php:49 +msgid "Trial" +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_reporting_pdf.php:601 +#: ../../include/functions_reporting_html.php:898 #, php-format -msgid "Fail create the directory: %s" +msgid "%s in %s : NORMAL" 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 -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 +#: ../../enterprise/include/functions_reporting_pdf.php:609 +#: ../../include/functions_reporting_html.php:906 #, php-format -msgid "Networkmap enterprise - %s" +msgid "%s in %s : CRITICAL" 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 +#: ../../enterprise/include/functions_reporting_pdf.php:617 +#: ../../include/functions_reporting_html.php:914 #, php-format -msgid "Uploaded %s/%s traps" +msgid "%s in %s : WARNING" msgstr "" -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:191 +#: ../../enterprise/include/functions_reporting_pdf.php:625 +#: ../../include/functions_reporting_html.php:922 #, php-format -msgid "Fail uploaded %s/%s traps" +msgid "%s in %s : UNKNOWN" 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 +#: ../../enterprise/include/functions_reporting_pdf.php:633 +#: ../../include/functions_reporting_html.php:930 #, php-format -msgid "Field %s" +msgid "%s in %s : ALERTS FIRED" 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" +#: ../../enterprise/include/functions_reporting_pdf.php:702 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../include/functions_reporting_html.php:1103 +msgid "Defined" msgstr "" -#: ../../enterprise/godmode/alerts/alert_events.php:523 -msgid "Please Read" +#: ../../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 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:831 +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../mobile/operation/alerts.php:38 +#: ../../include/functions_reporting_html.php:1105 +#: ../../include/functions_reporting_html.php:1379 +#: ../../include/functions_reporting_html.php:1417 +#: ../../include/functions_reporting_html.php:1453 +msgid "Fired" 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 +#: ../../enterprise/include/functions_reporting_pdf.php:718 +#: ../../include/functions_reporting_html.php:1118 #, php-format -msgid "Successfully deleted alerts (%s / %s)" +msgid "Last %s" msgstr "" -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#: ../../godmode/snmpconsole/snmp_alert.php:488 +#: ../../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:1030 +#: ../../include/functions_reporting_html.php:1939 +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:1031 +#: ../../include/functions_reporting_html.php:1800 +#: ../../include/functions_reporting_html.php:1940 +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:1032 +#: ../../include/functions_reporting_html.php:1799 +#: ../../include/functions_reporting_html.php:1942 +msgid "Max Value" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1204 +#: ../../enterprise/include/functions_reporting_pdf.php:1352 +#: ../../enterprise/include/functions_reporting_pdf.php:1487 +#: ../../operation/events/events.build_table.php:297 +#: ../../mobile/operation/events.php:247 +#: ../../include/functions_reporting_html.php:550 +#: ../../include/functions_reporting_html.php:683 +#: ../../include/functions_reporting_html.php:1164 +#: ../../include/ajax/events.php:447 +#: ../../include/functions_reporting.php:4818 +#: ../../include/functions_reporting.php:4932 +#: ../../include/functions_reporting.php:5061 +#: ../../include/functions_events.php:915 +#: ../../include/functions_events.php:2407 +#: ../../include/functions_events.php:3434 +msgid "New event" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1356 +#: ../../enterprise/include/functions_reporting_pdf.php:1491 +#: ../../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 +#: ../../operation/events/events.build_table.php:301 +#: ../../mobile/operation/events.php:251 +#: ../../include/functions_reporting_html.php:554 +#: ../../include/functions_reporting_html.php:687 +#: ../../include/functions_reporting_html.php:1168 +#: ../../include/ajax/events.php:451 +#: ../../include/functions_reporting.php:4822 +#: ../../include/functions_reporting.php:4936 +#: ../../include/functions_reporting.php:5065 +#: ../../include/functions_events.php:919 +#: ../../include/functions_events.php:2411 +#: ../../include/functions_events.php:3438 +msgid "Event validated" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1212 +#: ../../enterprise/include/functions_reporting_pdf.php:1360 +#: ../../enterprise/include/functions_reporting_pdf.php:1495 +#: ../../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 +#: ../../operation/events/events.build_table.php:305 +#: ../../mobile/operation/events.php:255 +#: ../../include/functions_reporting_html.php:558 +#: ../../include/functions_reporting_html.php:691 +#: ../../include/functions_reporting_html.php:1172 +#: ../../include/ajax/events.php:455 +#: ../../include/functions_reporting.php:4826 +#: ../../include/functions_reporting.php:4940 +#: ../../include/functions_reporting.php:5069 +#: ../../include/functions_events.php:923 +#: ../../include/functions_events.php:2415 +#: ../../include/functions_events.php:3442 +msgid "Event in process" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1332 +#: ../../enterprise/include/functions_reporting_pdf.php:1467 +#: ../../include/functions_reporting_html.php:534 +#: ../../include/functions_reporting_html.php:1148 +#: ../../include/functions_reporting.php:4788 +msgid "Val. by" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1384 +#: ../../include/functions_reporting_html.php:577 +#: ../../include/functions_reporting.php:4845 +#: ../../include/functions_events.php:2660 +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:1221 +#: ../../include/functions_reporting_html.php:2817 +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:1209 +msgid "Events validated by user" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1572 +#: ../../operation/events/event_statistics.php:65 +#: ../../include/functions_reporting_html.php:1233 +msgid "Amount events validated" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1941 +#: ../../include/functions_reporting_html.php:1723 +msgid "# Checks" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1942 +#: ../../include/functions_reporting_html.php:1724 +msgid "# Failed" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1943 +#: ../../include/functions_reporting_html.php:1725 +msgid "% Fail" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1944 +#: ../../include/functions_reporting_html.php:1726 +msgid "Time available" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1945 +#: ../../include/functions_reporting_html.php:1727 +msgid "Time unavailable" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1946 +#: ../../include/functions_reporting_html.php:1728 +msgid "% Ok" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2162 +msgid "Report date" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2167 +#: ../../operation/reporting/reporting_viewer.php:202 +msgid "Items period before" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2250 +#: ../../enterprise/include/functions_reporting_pdf.php:2288 +#: ../../godmode/agentes/planned_downtime.list.php:145 +#: ../../operation/agentes/gis_view.php:182 +msgid "To" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2256 +#: ../../enterprise/include/functions_reporting_pdf.php:2294 +#: ../../operation/agentes/ver_agente.php:1157 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:2639 +#: ../../include/functions_treeview.php:256 +msgid "Last data" +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_reporting_csv.php:167 +#: ../../include/functions_reporting.php:1381 +msgid "Inventory Changes" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:191 +#: ../../include/functions_reports.php:550 +msgid "Prediction date" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:208 +#: ../../include/functions_reporting.php:3240 +msgid "Projection Graph" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:238 +msgid "Serialized data " +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:292 +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../include/functions_reporting.php:837 #, php-format -msgid "Unsuccessfully deleted alerts (%s / %s)" +msgid "Top %d" 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." +#: ../../enterprise/include/functions_reporting_csv.php:318 +#: ../../include/functions_reporting.php:2032 +msgid "Group Report" 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" +#: ../../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/godmode/massive/massive_delete_alerts_snmp.php:182 -msgid "SNMP Alerts to be deleted" +#: ../../enterprise/include/functions_reporting_csv.php:332 +msgid "Uknown agents" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" +#: ../../enterprise/include/functions_reporting_csv.php:339 +#: ../../include/functions_reporting.php:5492 +msgid "Defined alerts" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:79 -msgid "Bulk alerts policy delete" +#: ../../enterprise/include/functions_reporting_csv.php:341 +msgid "Last 8 hours events" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:80 -msgid "Bulk tags module policy edit" +#: ../../enterprise/include/functions_reporting_csv.php:344 +#: ../../include/functions_reports.php:576 +msgid "Group report" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:81 -msgid "Bulk modules policy tags edit" +#: ../../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:532 +#: ../../include/functions_reporting.php:3486 +msgid "MTTR" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:89 -msgid "Bulk alert SNMP delete" +#: ../../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:530 +#: ../../include/functions_reporting.php:3489 +msgid "MTBF" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:90 -msgid "Bulk alert SNMP edit" +#: ../../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:528 +#: ../../include/functions_reporting.php:3492 +msgid "TTO" msgstr "" -#: ../../enterprise/godmode/massive/massive_operations.php:98 -msgid "Bulk Satellite modules edit" +#: ../../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:526 +#: ../../include/functions_reporting.php:3495 +msgid "TTRT" 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" +#: ../../enterprise/include/functions_reporting_csv.php:543 +msgid "Illegal query or any other error" msgstr "" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 -#, php-format -msgid "Successfully updated alerts (%s / %s)" +#: ../../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:567 +#: ../../include/functions_reporting.php:3483 +#: ../../include/functions_reporting.php:4249 +msgid "Summatory" msgstr "" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 -#, php-format -msgid "Unsuccessfully updated alerts (%s / %s)" +#: ../../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:3480 +msgid "AVG. Value" msgstr "" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 -msgid "SNMP Alerts to be edit" +#: ../../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:2983 +msgid "Monitor Report" msgstr "" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -#: ../../godmode/snmpconsole/snmp_alert.php:542 -msgid "Custom Value/OID" +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% OK" 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" +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% Wrong" msgstr "" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -#: ../../godmode/snmpconsole/snmp_alert.php:568 -msgid "Single value" +#: ../../enterprise/include/functions_reporting_csv.php:742 +msgid "Simple Graph" msgstr "" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -#: ../../godmode/snmpconsole/snmp_alert.php:827 -msgid "Other value" +#: ../../enterprise/include/functions_reporting_csv.php:797 +msgid "% Limit" 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" +#: ../../enterprise/include/functions_reporting_csv.php:903 +#: ../../include/functions.php:215 +msgid "." 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" -msgstr "" - -#: ../../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 "" - -#: ../../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 -#: ../../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 "" - -#: ../../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 +#: ../../enterprise/load_enterprise.php:1 msgid "Invalid licence." msgstr "" -#: ../../enterprise/load_enterprise.php:316 +#: ../../enterprise/load_enterprise.php:1 msgid "Please contact Artica at info@artica.es for a valid licence." msgstr "" -#: ../../enterprise/load_enterprise.php:318 +#: ../../enterprise/load_enterprise.php:1 msgid "Or disable Pandora FMS enterprise" msgstr "" -#: ../../enterprise/load_enterprise.php:405 -#: ../../enterprise/load_enterprise.php:619 +#: ../../enterprise/load_enterprise.php:1 msgid "Request new licence" msgstr "" -#: ../../enterprise/load_enterprise.php:480 +#: ../../enterprise/load_enterprise.php:1 #, php-format msgid "" "License out of limits

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

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

You can not get updates until you renew the license." msgstr "" -#: ../../enterprise/load_enterprise.php:503 +#: ../../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:" +"Enterprise directory in the console.

Or contact Artica at info@artica." +"es for a valid license:" msgstr "" -#: ../../enterprise/load_enterprise.php:507 +#: ../../enterprise/load_enterprise.php:1 msgid "Please contact Artica at info@artica.es to renew the license." msgstr "" -#: ../../enterprise/load_enterprise.php:616 +#: ../../enterprise/load_enterprise.php:1 msgid "Renew" msgstr "" -#: ../../enterprise/load_enterprise.php:702 +#: ../../enterprise/load_enterprise.php:1 msgid "Activate license" msgstr "" -#: ../../enterprise/load_enterprise.php:703 +#: ../../enterprise/load_enterprise.php:1 msgid "Your request key is:" msgstr "" -#: ../../enterprise/load_enterprise.php:705 +#: ../../enterprise/load_enterprise.php:1 #, php-format msgid "" "You can activate it manually here or " "automatically filling the form below:" msgstr "" -#: ../../enterprise/load_enterprise.php:710 +#: ../../enterprise/load_enterprise.php:1 msgid "Auth Key:" msgstr "" -#: ../../enterprise/load_enterprise.php:717 -#: ../../enterprise/load_enterprise.php:733 +#: ../../enterprise/load_enterprise.php:1 msgid "Online validation" msgstr "" -#: ../../enterprise/load_enterprise.php:726 +#: ../../enterprise/load_enterprise.php:1 msgid "ERROR:" msgstr "" -#: ../../enterprise/load_enterprise.php:726 +#: ../../enterprise/load_enterprise.php:1 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 +#: ../../general/links_menu.php:20 ../../godmode/menu.php:284 +#: ../../godmode/menu.php:394 +msgid "Links" +msgstr "" + +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "" + +#: ../../general/noaccess2.php:36 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" +"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 "" -#: ../../mobile/include/user.class.php:153 -#: ../../mobile/include/user.class.php:171 -#: ../../mobile/include/user.class.php:178 -msgid "Double authentication failed" +#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 +#: ../../general/pandora_help.php:95 +msgid "Pandora FMS help system" msgstr "" -#: ../../mobile/include/user.class.php:154 -msgid "Secret code not found" +#: ../../general/pandora_help.php:73 +msgid "Help system error" msgstr "" -#: ../../mobile/include/user.class.php:155 -msgid "Please contact the administrator to reset your double authentication" +#: ../../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 "" -#: ../../mobile/include/user.class.php:179 -msgid "There was an error checking the code" +#: ../../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 "" -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" msgstr "" -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" msgstr "" -#: ../../mobile/include/user.class.php:220 -msgid "Login out" +#: ../../general/login_help_dialog.php:69 +msgid "Forums" msgstr "" -#: ../../mobile/include/user.class.php:238 -msgid "user" +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" msgstr "" -#: ../../mobile/include/user.class.php:245 -msgid "password" +#: ../../general/login_help_dialog.php:86 +msgid "Click here to don't show again this message" msgstr "" -#: ../../mobile/include/user.class.php:295 -#: ../../mobile/include/user.class.php:296 ../../general/login_page.php:143 +#: ../../general/login_required.php:64 +#: ../../general/login_identification_wizard.php:180 +msgid "Pandora FMS instance identification wizard" +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: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/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/recon_view.php:21 +msgid "There are no recon task defined yet." +msgstr "" + +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" +msgstr "" + +#: ../../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 "" + +#: ../../general/firts_task/collections.php:21 +msgid "There are no collections defined yet." +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/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/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/snmp_filters.php:21 +msgid "There are no SNMP filter defined yet." +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 +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 "" + +#: ../../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/incidents.php:23 +msgid "There are no incidents defined yet." +msgstr "" + +#: ../../general/firts_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:393 +#: ../../godmode/agentes/configurar_agente.php:523 +#: ../../operation/integria_incidents/incident.php:43 +#: ../../operation/integria_incidents/incident.php:54 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/agentes/ver_agente.php:965 ../../operation/menu.php:353 +msgid "Incidents" +msgstr "" + +#: ../../general/firts_task/incidents.php:31 +#: ../../general/firts_task/incidents.php:40 +msgid "Create Incidents" +msgstr "" + +#: ../../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 "" + +#: ../../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/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/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: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/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/shortcut_bar.php:165 +msgid "Press here to activate shortcut bar" +msgstr "" + +#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 +#: ../../include/functions_reporting_html.php:2779 +#: ../../include/functions_reporting_html.php:2796 +msgid "Critical events" +msgstr "" + +#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 +msgid "Incidents opened" +msgstr "" + +#: ../../general/shortcut_bar.php:217 +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "" + +#: ../../general/shortcut_bar.php:222 +msgid "Create new message" +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:174 +msgid "Logged out" +msgstr "" + +#: ../../general/login_page.php:186 ../../mobile/include/user.class.php:301 +#: ../../mobile/include/user.class.php:302 msgid "Authenticator code" msgstr "" -#: ../../mobile/include/user.class.php:300 ../../general/login_page.php:149 +#: ../../general/login_page.php:192 ../../mobile/include/user.class.php:306 msgid "Check code" msgstr "" -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 ../../general/footer.php:30 +#: ../../general/login_page.php:200 +msgid "View details" +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/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:224 ../../general/logon_ok.php:421 +#: ../../godmode/admin_access_logs.php:191 +#: ../../operation/snmpconsole/snmp_statistics.php:140 +#: ../../mobile/operation/tactical.php:311 +#: ../../include/functions_reporting_html.php:2855 +msgid "Source IP" +msgstr "" + +#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 +msgid "This is your last activity in Pandora FMS console" +msgstr "" + +#: ../../general/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "" + +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "" + +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "" + +#: ../../general/header.php:147 +#: ../../operation/visual_console/public_console.php:130 +msgid "QR code of the page" +msgstr "" + +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "" + +#: ../../general/header.php:243 +msgid "System alerts detected - Please fix as soon as possible" +msgstr "" + +#: ../../general/header.php:258 +#, php-format +msgid "You have %d warning(s)" +msgstr "" + +#: ../../general/header.php:269 +msgid "There are not warnings" +msgstr "" + +#: ../../general/header.php:296 +msgid "New chat message" +msgstr "" + +#: ../../general/header.php:305 +msgid "Message overview" +msgstr "" + +#: ../../general/header.php:306 +#, php-format +msgid "You have %d unread message(s)" +msgstr "" + +#: ../../general/footer.php:30 ../../mobile/include/functions_web.php:81 +#: ../../mobile/include/ui.class.php:257 #, 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" +#: ../../general/logon_failed.php:21 ../../operation/users/user_edit.php:603 +#: ../../operation/users/user_edit.php:668 +#: ../../operation/users/user_edit.php:739 +#: ../../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 "" -#: ../../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 -msgid "Events (24h)" -msgstr "" - -#: ../../mobile/operation/agent.php:205 -#, php-format -msgid "Last %s Events" -msgstr "" - -#: ../../mobile/operation/networkmaps.php:112 -#: ../../mobile/operation/home.php:72 -msgid "Networkmaps" -msgstr "" - -#: ../../mobile/operation/networkmaps.php:120 -#, php-format -msgid "Filter Networkmaps by %s" -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" -msgstr "" - -#: ../../mobile/operation/networkmaps.php:202 -#: ../../mobile/operation/networkmap.php:164 -msgid "No networkmaps" -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)" -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" -msgstr "" - -#: ../../mobile/operation/networkmaps.php:229 -#: ../../mobile/operation/events.php:1098 -#, php-format -msgid "Type: %s" -msgstr "" - -#: ../../mobile/operation/module_graph.php:366 -#: ../../mobile/operation/module_graph.php:375 -#, php-format -msgid "PandoraFMS: %s" -msgstr "" - -#: ../../mobile/operation/module_graph.php:389 -#, php-format -msgid "Options for %s : %s" -msgstr "" - -#: ../../mobile/operation/module_graph.php:396 -msgid "Show Alerts" -msgstr "" - -#: ../../mobile/operation/module_graph.php:404 -msgid "Show Events" -msgstr "" - -#: ../../mobile/operation/module_graph.php:412 -#: ../../operation/agentes/stat_win.php:373 -msgid "Time compare (Separated)" -msgstr "" - -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:379 -msgid "Show unknown graph" -msgstr "" - -#: ../../mobile/operation/module_graph.php:436 -msgid "Avg Only" -msgstr "" - -#: ../../mobile/operation/module_graph.php:441 -msgid "Time range (hours)" -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" -msgstr "" - -#: ../../mobile/operation/module_graph.php:461 -msgid "Update graph" -msgstr "" - -#: ../../mobile/operation/module_graph.php:470 -msgid "Error get the graph" -msgstr "" - -#: ../../mobile/operation/modules.php:194 -#, php-format -msgid "Filter Modules by %s" -msgstr "" - -#: ../../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 "" - -#: ../../mobile/operation/modules.php:473 -msgid "Interval." -msgstr "" - -#: ../../mobile/operation/modules.php:479 -msgid "Last update." -msgstr "" - -#: ../../mobile/operation/modules.php:558 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" -msgstr "" - -#: ../../mobile/operation/modules.php:692 -#, php-format -msgid "Module group: %s" -msgstr "" - -#: ../../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 "" - -#: ../../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 -msgid "Source IP" -msgstr "" - -#: ../../mobile/operation/home.php:78 ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -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" -msgstr "" - -#: ../../mobile/operation/home.php:104 -msgid "Visualmap" -msgstr "" - -#: ../../mobile/operation/home.php:161 ../../operation/search_results.php:63 -msgid "Global search" -msgstr "" - -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -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" -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" -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/events.php:107 -#: ../../operation/events/events.build_table.php:61 -msgid "Event Name" -msgstr "" - -#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378 -#: ../../mobile/operation/events.php:585 ../../mobile/operation/events.php:586 -msgid "Preset Filters" -msgstr "" - -#: ../../mobile/operation/events.php:438 -msgid "ERROR: Event detail" -msgstr "" - -#: ../../mobile/operation/events.php:440 -msgid "Error connecting to DB pandora." -msgstr "" - -#: ../../mobile/operation/events.php:453 -msgid "Event detail" -msgstr "" - -#: ../../mobile/operation/events.php:464 -#: ../../include/functions_events.php:2328 -#: ../../operation/events/events.build_table.php:55 -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 -#: ../../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 "" - -#: ../../mobile/operation/events.php:492 -#: ../../include/functions_events.php:2416 -msgid "Acknowledged by" -msgstr "" - -#: ../../mobile/operation/events.php:501 -#: ../../include/functions_visual_map_editor.php:573 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -msgid "Module Graph" -msgstr "" - -#: ../../mobile/operation/events.php:536 -msgid "Sucessful validate" -msgstr "" - -#: ../../mobile/operation/events.php:538 -msgid "Fail validate" -msgstr "" - -#: ../../mobile/operation/events.php:570 -#, php-format -msgid "Filter Events by %s" -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" -msgstr "" - -#: ../../mobile/operation/events.php:1066 -#, php-format -msgid "Filter: %s" -msgstr "" - -#: ../../mobile/operation/events.php:1079 -#, php-format -msgid "Severity: %s" -msgstr "" - -#: ../../mobile/operation/events.php:1106 -#, php-format -msgid "Free search: %s" -msgstr "" - -#: ../../mobile/operation/events.php:1110 -#, php-format -msgid "Hours: %s" -msgstr "" - -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "" - -#: ../../mobile/operation/agents.php:166 -#, php-format -msgid "Filter Agents by %s" -msgstr "" - -#: ../../mobile/operation/agents.php:333 -msgid "No agents" -msgstr "" - -#: ../../extensions/resource_registration.php:40 -#, php-format -msgid "Success add '%s' item in report '%s'." -msgstr "" - -#: ../../extensions/resource_registration.php:41 -#, php-format -msgid "Error create '%s' item in report '%s'." -msgstr "" - -#: ../../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 +#: ../../general/logon_failed.php:33 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." +"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 "" -#: ../../extensions/resource_registration.php:98 -#, php-format -msgid "Success create '%s' report." +#: ../../general/login_identification_wizard.php:142 +msgid "The Pandora FMS community wizard" msgstr "" -#: ../../extensions/resource_registration.php:99 -#, php-format -msgid "Error create '%s' report." +#: ../../general/login_identification_wizard.php:147 +msgid "Stay up to date with the Pandora FMS community" 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 +#: ../../general/login_identification_wizard.php:151 msgid "" -"Error create '%s' visual map, the name exist and there aren't free name." +"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 "" -#: ../../extensions/resource_registration.php:420 -#, php-format +#: ../../general/login_identification_wizard.php:152 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." +"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 "" -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 -#, php-format -msgid "Success create item for agent '%s' visual map." +#: ../../general/login_identification_wizard.php:161 +msgid "Return" msgstr "" -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 -#, php-format -msgid "Error create item for agent '%s' visual map." +#: ../../general/login_identification_wizard.php:165 +msgid "Join the Pandora FMS community" msgstr "" -#: ../../extensions/resource_registration.php:776 -#, php-format -msgid "Success create '%s' component." +#: ../../general/login_identification_wizard.php:167 +#: ../../operation/users/user_edit.php:382 +msgid "Subscribe to our newsletter" msgstr "" -#: ../../extensions/resource_registration.php:777 -#, php-format -msgid "Error create '%s' component." +#: ../../general/login_identification_wizard.php:172 +msgid "Required" msgstr "" -#: ../../extensions/resource_registration.php:833 -#: ../../extensions/resource_registration.php:873 -msgid "Resource registration" +#: ../../general/login_identification_wizard.php:182 +msgid "Do you want to continue without any 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 +#: ../../general/alert_enterprise.php:90 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." +"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 "" -#: ../../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" +#: ../../general/alert_enterprise.php:101 +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 "" -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" +#: ../../general/alert_enterprise.php:104 +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 "" -#: ../../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" +#: ../../general/alert_enterprise.php:107 +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 "" -#: ../../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" +#: ../../general/alert_enterprise.php:115 +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 "" -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" +#: ../../general/alert_enterprise.php:118 +msgid "" +"Update Manager is one of the most advanced features of Pandora FMS " +"Enterprise version, for more information visit http://pandorafms.com." msgstr "" -#: ../../extensions/files_repo/functions_files_repo.php:233 -msgid "There was an error creating the file" +#: ../../general/alert_enterprise.php:121 +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 "" -#: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174 -msgid "Cannot find file" +#: ../../general/alert_enterprise.php:128 +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 "" -#: ../../extensions/pandora_logs.php:40 -msgid "The preview file is imposible." +#: ../../general/alert_enterprise.php:135 +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 "" -#: ../../extensions/pandora_logs.php:44 -msgid "File is too large (> 500KB)" +#: ../../general/alert_enterprise.php:138 +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 "" -#: ../../extensions/pandora_logs.php:72 -msgid "System logfile viewer" +#: ../../general/alert_enterprise.php:141 +msgid "These options are only effective on the Enterprise version." msgstr "" -#: ../../extensions/pandora_logs.php:74 +#: ../../general/alert_enterprise.php:144 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" +"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 "" -#: ../../extensions/net_tools.php:96 -msgid "The agent hasn't got IP" +#: ../../general/alert_enterprise.php:147 +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 "" -#: ../../extensions/net_tools.php:120 +#: ../../general/alert_enterprise.php:150 msgid "" -"You can set the command path in the menu Administration -> Extensions -" -"> Config Network Tools" +"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 "" -#: ../../extensions/net_tools.php:123 -msgid "Traceroute" +#: ../../general/alert_enterprise.php:153 +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 "" -#: ../../extensions/net_tools.php:124 -msgid "Ping host & Latency" +#: ../../general/alert_enterprise.php:156 +msgid "" +"This system has too much events in the database. Checkout database purge " +"options. Checkout the Enterprise Version for a professional supported system." msgstr "" -#: ../../extensions/net_tools.php:125 -msgid "SNMP Interface status" +#: ../../general/alert_enterprise.php:159 +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 "" -#: ../../extensions/net_tools.php:126 -msgid "Basic TCP Port Scan" +#: ../../godmode/admin_access_logs.php:33 +msgid "Pandora audit" msgstr "" -#: ../../extensions/net_tools.php:127 -msgid "DiG/Whois Lookup" +#: ../../godmode/admin_access_logs.php:33 +msgid "Review Logs" msgstr "" -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1793 -#: ../../operation/extensions.php:64 -#: ../../operation/agentes/networkmap_list.php:266 -msgid "Execute" +#: ../../godmode/admin_access_logs.php:303 +msgid "Export to CSV " msgstr "" -#: ../../extensions/net_tools.php:162 -msgid "Traceroute executable does not exist." +#: ../../godmode/reporting/visual_console_builder.data.php:91 +msgid "Create visual console" msgstr "" -#: ../../extensions/net_tools.php:165 -msgid "Traceroute to " +#: ../../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 "" -#: ../../extensions/net_tools.php:174 -msgid "Ping executable does not exist." +#: ../../godmode/reporting/visual_console_builder.data.php:124 +msgid "Background image" msgstr "" -#: ../../extensions/net_tools.php:177 -#, php-format -msgid "Ping to %s" +#: ../../godmode/reporting/reporting_builder.php:80 +msgid "" +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" msgstr "" -#: ../../extensions/net_tools.php:186 -msgid "Nmap executable does not exist." +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" msgstr "" -#: ../../extensions/net_tools.php:189 -msgid "Basic TCP Scan on " +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1866 +#: ../../godmode/reporting/reporting_builder.php:1918 +msgid "Reports list" msgstr "" -#: ../../extensions/net_tools.php:196 -msgid "Domain and IP information for " +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1875 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/reporting_viewer.php:130 +#: ../../operation/menu.php:236 +msgid "Custom reporting" msgstr "" -#: ../../extensions/net_tools.php:200 -msgid "Dig executable does not exist." +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " msgstr "" -#: ../../extensions/net_tools.php:210 -msgid "Whois executable does not exist." +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." msgstr "" -#: ../../extensions/net_tools.php:219 -msgid "SNMP information for " +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" msgstr "" -#: ../../extensions/net_tools.php:223 -msgid "SNMPget executable does not exist." +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" msgstr "" -#: ../../extensions/net_tools.php:226 -msgid "Uptime" +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" msgstr "" -#: ../../extensions/net_tools.php:230 -msgid "Device info" +#: ../../godmode/reporting/reporting_builder.php:1936 +#: ../../operation/reporting/reporting_viewer.php:98 +msgid "View report" msgstr "" -#: ../../extensions/net_tools.php:238 -msgid "Interface" +#: ../../godmode/reporting/reporting_builder.php:1989 +msgid "Unsuccessfull action

" msgstr "" -#: ../../extensions/net_tools.php:259 ../../extensions/net_tools.php:333 -msgid "Config Network Tools" +#: ../../godmode/reporting/graphs.php:75 +#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:243 +msgid "Custom graphs" msgstr "" -#: ../../extensions/net_tools.php:280 ../../extensions/net_tools.php:281 -msgid "Set the paths." +#: ../../godmode/reporting/graphs.php:152 +#: ../../operation/reporting/graph_viewer.php:325 +#: ../../operation/search_graphs.php:33 +msgid "Graph name" msgstr "" -#: ../../extensions/net_tools.php:300 -msgid "Traceroute path" +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" msgstr "" -#: ../../extensions/net_tools.php:301 -msgid "If it is empty, Pandora searchs the traceroute system." +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" msgstr "" -#: ../../extensions/net_tools.php:304 -msgid "Ping path" +#: ../../godmode/reporting/visual_console_builder.php:150 +msgid "This file isn't image" msgstr "" -#: ../../extensions/net_tools.php:305 -msgid "If it is empty, Pandora searchs the ping system." +#: ../../godmode/reporting/visual_console_builder.php:151 +msgid "This file isn't image." msgstr "" -#: ../../extensions/net_tools.php:308 -msgid "Nmap path" +#: ../../godmode/reporting/visual_console_builder.php:155 +#: ../../godmode/reporting/visual_console_builder.php:156 +msgid "File already are exists." msgstr "" -#: ../../extensions/net_tools.php:309 -msgid "If it is empty, Pandora searchs the nmap system." +#: ../../godmode/reporting/visual_console_builder.php:162 +#: ../../godmode/reporting/visual_console_builder.php:163 +msgid "The file have not image extension." msgstr "" -#: ../../extensions/net_tools.php:312 -msgid "Dig path" +#: ../../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 "" -#: ../../extensions/net_tools.php:313 -msgid "If it is empty, Pandora searchs the dig system." +#: ../../godmode/reporting/visual_console_builder.php:213 +msgid "Successfully update." msgstr "" -#: ../../extensions/net_tools.php:316 -msgid "Snmpget path" +#: ../../godmode/reporting/visual_console_builder.php:225 +msgid "Could not be update." msgstr "" -#: ../../extensions/net_tools.php:317 -msgid "If it is empty, Pandora searchs the snmpget system." +#: ../../godmode/reporting/visual_console_builder.php:291 +msgid "Successfully multiple delete." msgstr "" -#: ../../extensions/dbmanager.php:107 -msgid "Database interface" +#: ../../godmode/reporting/visual_console_builder.php:292 +msgid "Unsuccessfull multiple delete." msgstr "" -#: ../../extensions/dbmanager.php:122 -msgid "Execute SQL" +#: ../../godmode/reporting/visual_console_builder.php:371 +msgid "Successfully delete." msgstr "" -#: ../../extensions/dbmanager.php:166 -msgid "DB interface" +#: ../../godmode/reporting/visual_console_builder.php:655 +#: ../../operation/visual_console/render_view.php:118 +msgid "Services wizard" msgstr "" -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" +#: ../../godmode/reporting/graph_builder.php:202 +#: ../../operation/reporting/graph_viewer.php:139 +msgid "Graph editor" msgstr "" -#: ../../extensions/module_groups.php:168 -msgid "Combined table of agent group and module group" +#: ../../godmode/reporting/graph_builder.php:205 +#: ../../operation/reporting/graph_viewer.php:145 +msgid "View graph" 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" +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Graph builder" msgstr "" -#: ../../extensions/module_groups.php:297 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." +#: ../../godmode/reporting/graph_builder.php:237 +msgid "Graph stored successfully" 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" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "There was a problem storing Graph" 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" +#: ../../godmode/reporting/graph_builder.php:240 +#: ../../godmode/agentes/configurar_agente.php:1279 +msgid "Module added successfully" msgstr "" -#: ../../extensions/module_groups.php:300 -msgid "" -"Green cell when the module group and agent have all modules in OK status" +#: ../../godmode/reporting/graph_builder.php:240 +msgid "There was a problem adding Module" 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" +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Update the graph" msgstr "" -#: ../../extensions/module_groups.php:302 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Bad update the graph" msgstr "" -#: ../../extensions/module_groups.php:307 -msgid "There are no defined groups or module groups" +#: ../../godmode/reporting/graph_builder.php:246 +msgid "Graph deleted successfully" msgstr "" -#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:53 -msgid "Module groups" +#: ../../godmode/reporting/graph_builder.php:246 +msgid "There was a problem deleting Graph" msgstr "" -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:126 -msgid "Users connected" +#: ../../godmode/reporting/reporting_builder.main.php:85 +msgid "Only the group can view the report" msgstr "" -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" +#: ../../godmode/reporting/reporting_builder.main.php:86 +msgid "The next group can edit the report" msgstr "" -#: ../../extensions/plugin_registration.php:26 -#: ../../extensions/plugin_registration.php:33 -msgid "Plugin registration" +#: ../../godmode/reporting/reporting_builder.main.php:87 +msgid "Only the user and admin user can edit the report" msgstr "" -#: ../../extensions/plugin_registration.php:30 -msgid "Plugin Registration" +#: ../../godmode/reporting/reporting_builder.main.php:89 +msgid "Write Access" msgstr "" -#: ../../extensions/plugin_registration.php:35 +#: ../../godmode/reporting/reporting_builder.main.php:90 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" -msgstr "" - -#: ../../extensions/ssh_gateway.php:52 -msgid "You need to specify a user and a host address" -msgstr "" - -#: ../../extensions/ssh_gateway.php:57 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 -msgid "Host address" -msgstr "" - -#: ../../extensions/ssh_gateway.php:59 -#, php-format -msgid "For security reasons the following characters are not allowed: %s" -msgstr "" - -#: ../../extensions/ssh_gateway.php:60 -msgid "Connect" -msgstr "" - -#: ../../extensions/ssh_gateway.php:63 -msgid "Port (use 0 for default)" -msgstr "" - -#: ../../extensions/ssh_gateway.php:65 -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_modules.php:89 -#: ../../extensions/agents_alerts.php:81 ../../include/functions.php:2539 -#: ../../operation/gis_maps/render_view.php:126 -msgid "1 minute" -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" -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" -msgstr "" - -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:129 -msgid "10 minutes" -msgstr "" - -#: ../../extensions/agents_modules.php:119 -#: ../../include/functions_reports.php:580 -msgid "Agents/Modules" -msgstr "" - -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1555 -msgid "There are no agents with modules" -msgstr "" - -#: ../../extensions/agents_modules.php:211 -msgid "Previous modules" -msgstr "" - -#: ../../extensions/agents_modules.php:249 -msgid "More modules" -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" -msgstr "" - -#: ../../extensions/realtime_graphs.php:29 -#: ../../extensions/realtime_graphs.php:136 -msgid "Realtime graphs" -msgstr "" - -#: ../../extensions/realtime_graphs.php:61 -msgid "Pandora Server CPU" -msgstr "" - -#: ../../extensions/realtime_graphs.php:62 -msgid "Pandora Server Pending packets" -msgstr "" - -#: ../../extensions/realtime_graphs.php:63 -msgid "Pandora Server Disk IO Wait" -msgstr "" - -#: ../../extensions/realtime_graphs.php:64 -msgid "Pandora Server Apache load" -msgstr "" - -#: ../../extensions/realtime_graphs.php:65 -msgid "Pandora Server MySQL load" -msgstr "" - -#: ../../extensions/realtime_graphs.php:66 -msgid "Pandora Server load" -msgstr "" - -#: ../../extensions/realtime_graphs.php:67 -msgid "SNMP Interface throughput" -msgstr "" - -#: ../../extensions/realtime_graphs.php:79 -msgid "Refresh interval" -msgstr "" - -#: ../../extensions/realtime_graphs.php:80 -msgid "Incremental" -msgstr "" - -#: ../../extensions/realtime_graphs.php:81 -msgid "Clear graph" -msgstr "" - -#: ../../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 "" - -#: ../../extensions/realtime_graphs.php:97 -#: ../../include/functions_snmp_browser.php:508 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 -msgid "Community" -msgstr "" - -#: ../../extensions/realtime_graphs.php:112 -#: ../../godmode/agentes/module_manager_editor_network.php:120 -msgid "SNMP walk" -msgstr "" - -#: ../../extensions/realtime_graphs.php:125 -#: ../../godmode/agentes/module_manager_editor_network.php:30 -msgid "Use this OID" -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:414 ../../extensions/system_info.php:807 -msgid "System Info" -msgstr "" - -#: ../../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 "" - -#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430 -#: ../../extensions/system_info.php:503 -msgid "Pandora Diagnostic info" -msgstr "" - -#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 -#: ../../extensions/system_info.php:509 -msgid "System info" -msgstr "" - -#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 -#: ../../extensions/system_info.php:513 -msgid "Log Info" -msgstr "" - -#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 -msgid "Number lines of log" -msgstr "" - -#: ../../extensions/system_info.php:494 -msgid "Generate file" -msgstr "" - -#: ../../extensions/system_info.php:547 -msgid "At least one option must be selected" -msgstr "" - -#: ../../extensions/agents_alerts.php:108 -msgid "Agents/Alerts" -msgstr "" - -#: ../../extensions/agents_alerts.php:155 -msgid "There are no agents with alerts" -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" -msgstr "" - -#: ../../extensions/agents_alerts.php:183 -msgid "Previous templates" -msgstr "" - -#: ../../extensions/agents_alerts.php:221 -msgid "More templates" -msgstr "" - -#: ../../extensions/agents_alerts.php:346 -msgid "Agents/Alerts view" -msgstr "" - -#: ../../extensions/matrix_events.php:29 -msgid "Matrix events" -msgstr "" - -#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 -msgid "DB Status" -msgstr "" - -#: ../../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 "" - -#: ../../extensions/db_status.php:58 -msgid "At the moment the checks is for MySQL/MariaDB." -msgstr "" - -#: ../../extensions/db_status.php:63 -msgid "DB settings" -msgstr "" - -#: ../../extensions/db_status.php:67 -msgid "DB User with privileges" -msgstr "" - -#: ../../extensions/db_status.php:69 -msgid "DB Password for this user" -msgstr "" - -#: ../../extensions/db_status.php:73 -msgid "DB Hostname" -msgstr "" - -#: ../../extensions/db_status.php:75 -msgid "DB Name (temporal for testing)" -msgstr "" - -#: ../../extensions/db_status.php:83 -msgid "Execute Test" -msgstr "" - -#: ../../extensions/db_status.php:110 -msgid "Unsuccessful connected to the DB" -msgstr "" - -#: ../../extensions/db_status.php:117 -msgid "Unsuccessful created the testing DB" -msgstr "" - -#: ../../extensions/db_status.php:128 -msgid "Unsuccessful installed tables into the testing DB" -msgstr "" - -#: ../../extensions/db_status.php:139 -msgid "Unsuccessful installed enterprise tables into the testing DB" -msgstr "" - -#: ../../extensions/db_status.php:190 -msgid "Successful the DB Pandora has all tables" -msgstr "" - -#: ../../extensions/db_status.php:191 -#, php-format -msgid "" -"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" -msgstr "" - -#: ../../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 "" - -#: ../../extensions/db_status.php:255 -#, php-format -msgid "Unsuccessful the table %s has not the field %s" -msgstr "" - -#: ../../extensions/db_status.php:275 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted the type with %s." -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../extensions/db_status.php:311 -msgid "Please check the SQL file for to know the kind of key needed." -msgstr "" - -#: ../../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 "" - -#: ../../extensions/db_status.php:318 -msgid "" -"Please check the SQL file for to know the kind of default value needed." -msgstr "" - -#: ../../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 "" - -#: ../../extensions/db_status.php:325 -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" -msgstr "" - -#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 -msgid "Files repository manager" -msgstr "" - -#: ../../extensions/files_repo.php:133 ../../include/functions.php:2147 -#: ../../include/functions.php:2150 -msgid "The file exceeds the maximum size" -msgstr "" - -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" -msgstr "" - -#: ../../extensions/resource_exportation.php:55 -#: ../../extensions/resource_exportation.php:334 -msgid "Resource exportation" -msgstr "" - -#: ../../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 "" - -#: ../../extensions/insert_data.php:54 -msgid "Insert data" -msgstr "" - -#: ../../extensions/insert_data.php:83 -msgid "You haven't privileges for insert data in the agent." -msgstr "" - -#: ../../extensions/insert_data.php:119 -#, php-format -msgid "Can't save agent (%s), module (%s) data xml." -msgstr "" - -#: ../../extensions/insert_data.php:126 -#, php-format -msgid "Save agent (%s), module (%s) data xml." -msgstr "" - -#: ../../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/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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists. 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 exists. 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 exists. 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 exists." -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 exists." -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 exists. Set it to " -"'AES' or 'DES'. " -msgstr "" - -#: ../../include/functions_api.php:3045 -msgid "" -"Error creating SNMP component. snmp3_sec_level doesn't exists. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" - -#: ../../include/functions_api.php:3051 -msgid "" -"Error creating SNMP component. snmp3_auth_method doesn't exists. 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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -msgstr "" - -#: ../../include/functions_api.php:3740 -msgid "Error assigning module to template. Id_module doesn't exists." -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 exists." -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 "and this modules are doesn't exists or not applicable a this 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 doesn't exists: " -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists. Set it to " -"'AES' or 'DES'. " -msgstr "" - -#: ../../include/functions_api.php:5323 -msgid "" -"Error updating SNMP module. snmp3_sec_level doesn't exists. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" - -#: ../../include/functions_api.php:5330 -msgid "" -"Error updating SNMP module. snmp3_auth_method doesn't exists. 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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 exists." -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 -#, 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" -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 -#, php-format -msgid "Directory %s doesn't exist!" -msgstr "" - -#: ../../include/functions_filemanager.php:559 -#: ../../godmode/servers/plugin.php:175 -#: ../../godmode/setup/file_manager.php:63 -#, php-format -msgid "Index of %s" -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 -#, php-format -msgid "Error connecting to database %s at %s." -msgstr "" - -#: ../../include/functions_db.php:1067 ../../godmode/menu.php:301 -#: ../../godmode/db/db_refine.php:33 -msgid "Database debug" -msgstr "" - -#: ../../include/functions_db.php:1083 -msgid "SQL sentence" -msgstr "" - -#: ../../include/functions_db.php:1085 -msgid "Rows" -msgstr "" - -#: ../../include/functions_db.php:1086 -msgid "Saved" -msgstr "" - -#: ../../include/functions_db.php:1087 -msgid "Time (ms)" -msgstr "" - -#: ../../include/functions_update_manager.php:198 -msgid "There is a unknown error." -msgstr "" - -#: ../../include/functions_update_manager.php:393 -msgid "Failed extracting the package to temp directory." -msgstr "" - -#: ../../include/functions_update_manager.php:420 -msgid "Failed the copying of the files." -msgstr "" - -#: ../../include/functions_update_manager.php:436 -msgid "Package extracted successfully." -msgstr "" - -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" -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:378 -#: ../../godmode/servers/manage_recontask_form.php:221 -#: ../../general/firts_task/recon_view.php:25 -msgid "Recon 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 "" - -#: ../../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 -msgid "" -"You can not delete the last group in Pandora. A common installation must has " -"almost one group." -msgstr "" - -#: ../../include/functions_ui.php:226 -msgid "Information" -msgstr "" - -#: ../../include/functions_ui.php:368 -msgid "Request successfully processed" -msgstr "" - -#: ../../include/functions_ui.php:371 -msgid "Error processing request" -msgstr "" - -#: ../../include/functions_ui.php:509 -msgid "" -"Is possible that this view uses part of information which your user has not " -"access" -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 " -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 " -msgstr "" - -#: ../../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 "" - -#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:147 -msgid "" -"The alert would fire when the value doesn't match " -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../include/functions_ui.php:1016 -msgid "The alert would fire when the value is over " -msgstr "" - -#: ../../include/functions_ui.php:1021 -msgid "The alert would fire when the value is under " -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" -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" -msgstr "" - -#: ../../include/functions_ui.php:1609 ../../include/functions_ui.php:1643 -#, php-format -msgid "Total items: %s" -msgstr "" - -#: ../../include/functions_ui.php:1950 -msgid "Unknown type" -msgstr "" - -#: ../../include/functions_ui.php:2749 -msgid "Type at least two characters to search." -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" +"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 "" -#: ../../include/functions_netflow.php:1078 -msgid "5 mins" +#: ../../godmode/reporting/reporting_builder.main.php:110 +msgid "Non interactive report" 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" +#: ../../godmode/reporting/reporting_builder.item_editor.php:643 +msgid "Not valid" msgstr "" +#: ../../godmode/reporting/reporting_builder.item_editor.php:733 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:97 +#: ../../operation/netflow/nf_live_view.php:245 #: ../../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" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1084 +msgid "Target server" msgstr "" -#: ../../include/functions_netflow.php:1365 -msgid "Received" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1117 +#: ../../include/functions_reports.php:585 +msgid "SQL query" 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 -msgid "Critical events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2687 -#: ../../include/functions_reporting_html.php:2704 -msgid "Warning events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2691 -#: ../../include/functions_reporting_html.php:2708 -msgid "OK events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2712 -msgid "Unknown events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2735 -msgid "Important Events by Criticity" -msgstr "" - -#: ../../include/functions_reporting_html.php:2761 -msgid "Last activity in Pandora FMS console" -msgstr "" - -#: ../../include/functions_reporting_html.php:2837 -msgid "Events info (1hr.)" -msgstr "" - -#: ../../include/functions_events.php:865 -#: ../../operation/agentes/tactical.php:192 -msgid "Latest events" -msgstr "" - -#: ../../include/functions_events.php:1000 -msgid "Events -by module-" -msgstr "" - -#: ../../include/functions_events.php:1010 -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -msgid "Event graph" -msgstr "" - -#: ../../include/functions_events.php:1015 -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -msgid "Event graph by agent" -msgstr "" - -#: ../../include/functions_events.php:1120 -msgid "Going to unknown" -msgstr "" - -#: ../../include/functions_events.php:1126 -msgid "Alert manually validated" -msgstr "" - -#: ../../include/functions_events.php:1129 -msgid "Going from critical to warning" -msgstr "" - -#: ../../include/functions_events.php:1133 -msgid "Going down to critical state" -msgstr "" - -#: ../../include/functions_events.php:1137 -msgid "Going up to normal state" -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 -#, php-format -msgid "Invalid custom data: %s" -msgstr "" - -#: ../../include/functions_events.php:2340 -msgid "First event" -msgstr "" - -#: ../../include/functions_events.php:2340 -msgid "Last event" -msgstr "" - -#: ../../include/functions_events.php:2454 -msgid "ID extra" -msgstr "" - -#: ../../include/functions_events.php:2505 -#: ../../include/functions_events.php:2551 -msgid "There are no comments" -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" -msgstr "" - -#: ../../include/ajax/networkmap.ajax.php:74 -#: ../../include/ajax/networkmap.ajax.php:94 -msgid "Map summary" -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: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 "" - -#: ../../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 "" - -#: ../../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/module.php:130 -msgid "3 years" -msgstr "" - -#: ../../include/ajax/module.php:134 -#: ../../operation/agentes/datos_agente.php:185 -msgid "Choose a time from now" -msgstr "" - -#: ../../include/ajax/module.php:146 -#: ../../operation/agentes/datos_agente.php:188 -msgid "Specify time range" -msgstr "" - -#: ../../include/ajax/module.php:307 -#: ../../operation/agentes/datos_agente.php:286 -#: ../../godmode/agentes/module_manager.php:482 -msgid "No available data to show" -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" -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." -msgstr "" - -#: ../../include/ajax/module.php:713 -#: ../../operation/agentes/status_monitor.php:961 -#: ../../godmode/agentes/module_manager.php:524 -msgid "Warn" -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" -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" -msgstr "" - -#: ../../include/ajax/module.php:1016 -msgid "Any monitors aren't with this filter." -msgstr "" - -#: ../../include/ajax/module.php:1019 -msgid "This agent doesn't have any active monitors." -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/events.php:300 -msgid "Agent fields" -msgstr "" - -#: ../../include/ajax/events.php:308 -msgid "Custom data" -msgstr "" - -#: ../../include/ajax/events.php:376 -msgid "Error adding comment" -msgstr "" - -#: ../../include/ajax/events.php:377 -msgid "Comment added successfully" -msgstr "" - -#: ../../include/ajax/events.php:378 -msgid "Error changing event status" -msgstr "" - -#: ../../include/ajax/events.php:379 -msgid "Event status changed successfully" -msgstr "" - -#: ../../include/ajax/events.php:380 -msgid "Error changing event owner" -msgstr "" - -#: ../../include/ajax/events.php:381 -msgid "Event owner changed successfully" -msgstr "" - -#: ../../include/graphs/functions_flot.php:213 -msgid "Cancel zoom" -msgstr "" - -#: ../../include/graphs/functions_flot.php:215 -msgid "Warning and Critical thresholds" -msgstr "" - -#: ../../include/graphs/functions_flot.php:218 -msgid "Overview graph" -msgstr "" - -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" -msgstr "" - -#: ../../include/functions_config.php:99 -msgid "Failed updated: User did not login." -msgstr "" - -#: ../../include/functions_config.php:107 -msgid "Failed updated: User is not admin." -msgstr "" - -#: ../../include/functions_config.php:136 -#: ../../godmode/setup/setup_general.php:56 -msgid "Remote config directory" -msgstr "" - -#: ../../include/functions_config.php:143 -#: ../../godmode/setup/setup_general.php:69 -msgid "Automatic check for updates" -msgstr "" - -#: ../../include/functions_config.php:153 -#: ../../godmode/setup/setup_general.php:93 -msgid "Enable GIS features in Pandora Console" -msgstr "" - -#: ../../include/functions_config.php:155 -#: ../../godmode/setup/setup_general.php:97 -msgid "Enable Integria incidents in Pandora Console" -msgstr "" - -#: ../../include/functions_config.php:157 -#: ../../godmode/setup/setup_general.php:169 -msgid "Integria inventory" -msgstr "" - -#: ../../include/functions_config.php:159 -#: ../../godmode/setup/setup_general.php:149 -msgid "Integria API password" -msgstr "" - -#: ../../include/functions_config.php:161 -#: ../../godmode/setup/setup_general.php:140 -msgid "Integria URL" -msgstr "" - -#: ../../include/functions_config.php:163 -#: ../../godmode/setup/setup_general.php:173 -msgid "Enable Netflow" -msgstr "" - -#: ../../include/functions_config.php:170 -#: ../../godmode/setup/setup_general.php:213 -msgid "Sound for Alert fired" -msgstr "" - -#: ../../include/functions_config.php:172 -#: ../../godmode/setup/setup_general.php:218 -msgid "Sound for Monitor critical" -msgstr "" - -#: ../../include/functions_config.php:174 -#: ../../godmode/setup/setup_general.php:223 -msgid "Sound for Monitor warning" -msgstr "" - -#: ../../include/functions_config.php:185 -msgid "License information" -msgstr "" - -#: ../../include/functions_config.php:191 -#: ../../godmode/setup/setup_general.php:232 -msgid "Referer security" -msgstr "" - -#: ../../include/functions_config.php:193 -#: ../../godmode/setup/setup_general.php:240 -msgid "Event storm protection" -msgstr "" - -#: ../../include/functions_config.php:195 -#: ../../godmode/setup/setup_general.php:249 -msgid "Command Snapshot" -msgstr "" - -#: ../../include/functions_config.php:197 -#: ../../godmode/setup/setup_general.php:254 -msgid "Server logs directory" -msgstr "" - -#: ../../include/functions_config.php:199 -#: ../../godmode/setup/setup_general.php:263 -msgid "Tutorial mode" -msgstr "" - -#: ../../include/functions_config.php:201 -#: ../../godmode/setup/setup_general.php:270 -msgid "Allow create planned downtimes in the past" -msgstr "" - -#: ../../include/functions_config.php:203 -#: ../../godmode/setup/setup_general.php:275 -msgid "Limit parameters massive" -msgstr "" - -#: ../../include/functions_config.php:228 -msgid "Replication DB engine" -msgstr "" - -#: ../../include/functions_config.php:230 -msgid "Replication DB host" -msgstr "" - -#: ../../include/functions_config.php:232 -msgid "Replication DB database" -msgstr "" - -#: ../../include/functions_config.php:234 -msgid "Replication DB user" -msgstr "" - -#: ../../include/functions_config.php:236 -msgid "Replication DB password" -msgstr "" - -#: ../../include/functions_config.php:238 -msgid "Replication DB port" -msgstr "" - -#: ../../include/functions_config.php:366 -#: ../../godmode/setup/performance.php:50 -msgid "Max. days before delete traps" -msgstr "" - -#: ../../include/functions_config.php:368 -#: ../../godmode/setup/performance.php:56 -msgid "Max. days before delete string data" -msgstr "" - -#: ../../include/functions_config.php:372 -#: ../../godmode/setup/performance.php:59 -msgid "Max. days before delete GIS data" -msgstr "" - -#: ../../include/functions_config.php:374 -#: ../../godmode/setup/performance.php:62 -msgid "Max. days before purge" -msgstr "" - -#: ../../include/functions_config.php:376 -#: ../../godmode/setup/performance.php:68 -msgid "Max. days before delete unknown modules" -msgstr "" - -#: ../../include/functions_config.php:378 -#: ../../godmode/setup/performance.php:65 -msgid "Max. days before compact data" -msgstr "" - -#: ../../include/functions_config.php:380 -#: ../../godmode/setup/performance.php:80 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "" - -#: ../../include/functions_config.php:384 -#: ../../godmode/setup/performance.php:97 -msgid "Use realtime statistics" -msgstr "" - -#: ../../include/functions_config.php:386 -#: ../../godmode/setup/performance.php:101 -msgid "Batch statistics period (secs)" -msgstr "" - -#: ../../include/functions_config.php:390 -#: ../../godmode/setup/performance.php:108 -msgid "Max. recommended number of files in attachment directory" -msgstr "" - -#: ../../include/functions_config.php:392 -#: ../../godmode/setup/performance.php:111 -msgid "Delete not init modules" -msgstr "" - -#: ../../include/functions_config.php:409 -#: ../../godmode/setup/setup_visuals.php:308 -msgid "Graph color #4" -msgstr "" - -#: ../../include/functions_config.php:411 -#: ../../godmode/setup/setup_visuals.php:312 -msgid "Graph color #5" -msgstr "" - -#: ../../include/functions_config.php:413 -#: ../../godmode/setup/setup_visuals.php:316 -msgid "Graph color #6" -msgstr "" - -#: ../../include/functions_config.php:415 -#: ../../godmode/setup/setup_visuals.php:320 -msgid "Graph color #7" -msgstr "" - -#: ../../include/functions_config.php:417 -#: ../../godmode/setup/setup_visuals.php:324 -msgid "Graph color #8" -msgstr "" - -#: ../../include/functions_config.php:419 -#: ../../godmode/setup/setup_visuals.php:328 -msgid "Graph color #9" -msgstr "" - -#: ../../include/functions_config.php:421 -#: ../../godmode/setup/setup_visuals.php:332 -msgid "Graph color #10" -msgstr "" - -#: ../../include/functions_config.php:430 -#: ../../godmode/setup/setup_visuals.php:117 -msgid "Style template" -msgstr "" - -#: ../../include/functions_config.php:436 -msgid "Show QR code header" -msgstr "" - -#: ../../include/functions_config.php:438 -#: ../../godmode/setup/setup_visuals.php:122 -msgid "Status icon set" -msgstr "" - -#: ../../include/functions_config.php:440 -#: ../../godmode/setup/setup_visuals.php:225 -msgid "Font path" -msgstr "" - -#: ../../include/functions_config.php:448 -#: ../../godmode/setup/setup_visuals.php:132 -msgid "Login background" -msgstr "" - -#: ../../include/functions_config.php:450 -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Default interval for refresh on Visual Console" -msgstr "" - -#: ../../include/functions_config.php:452 -#: ../../godmode/setup/setup_visuals.php:400 -msgid "Default line thickness for the Visual Console" -msgstr "" - -#: ../../include/functions_config.php:454 -#: ../../include/functions_config.php:456 -#: ../../godmode/setup/setup_visuals.php:255 -msgid "Agent size text" -msgstr "" - -#: ../../include/functions_config.php:458 -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Module size text" -msgstr "" - -#: ../../include/functions_config.php:460 -#: ../../include/functions_config.php:462 -#: ../../godmode/setup/setup_visuals.php:271 -msgid "Description size text" -msgstr "" - -#: ../../include/functions_config.php:464 -#: ../../godmode/setup/setup_visuals.php:275 -msgid "Item title size text" -msgstr "" - -#: ../../include/functions_config.php:466 -#: ../../godmode/setup/setup_visuals.php:189 -msgid "GIS Labels" -msgstr "" - -#: ../../include/functions_config.php:468 -#: ../../godmode/setup/setup_visuals.php:201 -msgid "Default icon in GIS" -msgstr "" - -#: ../../include/functions_config.php:470 -#: ../../godmode/setup/setup_visuals.php:170 -msgid "Autohidden menu" -msgstr "" - -#: ../../include/functions_config.php:472 -#: ../../godmode/setup/setup_visuals.php:154 -msgid "Fixed header" -msgstr "" - -#: ../../include/functions_config.php:474 -#: ../../godmode/setup/setup_visuals.php:162 -msgid "Fixed menu" -msgstr "" - -#: ../../include/functions_config.php:476 -msgid "Paginate module" -msgstr "" - -#: ../../include/functions_config.php:478 -#: ../../godmode/setup/setup_visuals.php:509 -msgid "Custom graphviz directory" -msgstr "" - -#: ../../include/functions_config.php:480 -#: ../../godmode/setup/setup_visuals.php:516 -msgid "Networkmap max width" -msgstr "" - -#: ../../include/functions_config.php:482 -#: ../../godmode/setup/setup_visuals.php:364 -msgid "Shortened module graph data" -msgstr "" - -#: ../../include/functions_config.php:486 -#: ../../godmode/setup/setup_visuals.php:344 -msgid "Default line thickness for the Custom Graph." -msgstr "" - -#: ../../include/functions_config.php:488 -msgid "Default type of module charts." -msgstr "" - -#: ../../include/functions_config.php:513 -msgid "Add the custom post process" -msgstr "" - -#: ../../include/functions_config.php:520 -msgid "Delete the custom post process" -msgstr "" - -#: ../../include/functions_config.php:593 -#: ../../godmode/setup/setup_netflow.php:41 -msgid "Data storage path" -msgstr "" - -#: ../../include/functions_config.php:595 -#: ../../godmode/setup/setup_netflow.php:45 -msgid "Daemon interval" -msgstr "" - -#: ../../include/functions_config.php:597 -#: ../../godmode/setup/setup_netflow.php:49 -msgid "Daemon binary path" -msgstr "" - -#: ../../include/functions_config.php:599 -#: ../../godmode/setup/setup_netflow.php:52 -msgid "Nfdump binary path" -msgstr "" - -#: ../../include/functions_config.php:601 -#: ../../godmode/setup/setup_netflow.php:55 -msgid "Nfexpire binary path" -msgstr "" - -#: ../../include/functions_config.php:603 -#: ../../godmode/setup/setup_netflow.php:58 -msgid "Maximum chart resolution" -msgstr "" - -#: ../../include/functions_config.php:607 -#: ../../include/functions_config.php:613 -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Netflow max lifetime" -msgstr "" - -#: ../../include/functions_config.php:609 -#: ../../godmode/setup/setup_netflow.php:68 -msgid "Name resolution for IP address" -msgstr "" - -#: ../../include/functions_config.php:647 -#, php-format -msgid "Failed updated: the next values cannot update: %s" -msgstr "" - -#: ../../include/functions_config.php:1451 -msgid "Default password for \"Admin\" user has not been changed." -msgstr "" - -#: ../../include/functions_config.php:1452 -msgid "" -"Please change the default password because is a common vulnerability " -"reported." -msgstr "" - -#: ../../include/functions_config.php:1458 -msgid "You can not get updates until you renew the license." -msgstr "" - -#: ../../include/functions_config.php:1459 -msgid "This license has expired." -msgstr "" - -#: ../../include/functions_config.php:1464 -msgid "" -"Please check that the web server has write rights on the " -"{HOMEDIR}/attachment directory" -msgstr "" - -#: ../../include/functions_config.php:1477 -msgid "Remote configuration directory is not readble for the console" -msgstr "" - -#: ../../include/functions_config.php:1483 -#: ../../include/functions_config.php:1490 -msgid "Remote configuration directory is not writtable for the console" -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" -msgstr "" - -#: ../../include/functions_config.php:1501 -msgid "files" -msgstr "" - -#: ../../include/functions_config.php:1502 -msgid "Too much files in your tempora/attachment directory" -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" -msgstr "" - -#: ../../include/functions_config.php:1520 -msgid "Database maintance problem" -msgstr "" - -#: ../../include/functions_config.php:1526 -msgid "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" -msgstr "" - -#: ../../include/functions_config.php:1527 -msgid "Default font doesnt exist" -msgstr "" - -#: ../../include/functions_config.php:1532 -msgid "You need to restart server after altering this configuration setting." -msgstr "" - -#: ../../include/functions_config.php:1533 -msgid "" -"Event storm protection is activated. No events will be generated during this " -"mode." -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" -msgstr "" - -#: ../../include/functions_config.php:1541 -msgid "Developer mode is enabled" -msgstr "" - -#: ../../include/functions_config.php:1550 -msgid "Error first setup Open update" -msgstr "" - -#: ../../include/functions_config.php:1556 -msgid "" -"There is a new update available. Please go to Administration:Setup:Update Manager for more details." -msgstr "" - -#: ../../include/functions_config.php:1557 -msgid "New update of Pandora Console" -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)" -msgstr "" - -#: ../../include/functions_config.php:1572 -msgid "PHP safe mode is enabled. Some features may not properly work." -msgstr "" - -#: ../../include/functions_config.php:1577 -#, php-format -msgid "Recommended value is %s" -msgstr "" - -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -msgid "Unlimited" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "Recommended value is: %s" -msgstr "" - -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "%s or greater" -msgstr "" - -#: ../../include/functions_config.php:1599 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator" -msgstr "" - -#: ../../include/functions_config.php:1605 -msgid "" -"Variable disable_functions containts functions system() or exec(), in PHP " -"configuration file (php.ini)" -msgstr "" - -#: ../../include/functions_config.php:1606 -msgid "Problems with disable functions in PHP.INI" -msgstr "" - -#: ../../include/get_file.php:45 -msgid "Security error. Please contact the administrator." -msgstr "" - -#: ../../include/get_file.php:55 -msgid "File is missing in disk storage. Please contact the administrator." -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/class/Tree.class.php:1468 -msgid "NO DATA" -msgstr "" - -#: ../../extras/pandora_diag.php:90 -msgid "Pandora FMS Diagnostic tool" -msgstr "" - -#: ../../extras/pandora_diag.php:93 -msgid "Item" -msgstr "" - -#: ../../extras/pandora_diag.php:94 -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 -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:141 -msgid "Incident created" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:128 -msgid "There was a problem creating incident" -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: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.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:42 -msgid "Add workunit" -msgstr "" - -#: ../../operation/integria_incidents/incident.workunits.php:60 -msgid "said" -msgstr "" - -#: ../../operation/integria_incidents/incident.workunits.php:61 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Hours" -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: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 "" - -#: ../../operation/integria_incidents/incident.list.php:98 -msgid "Started" -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/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "" - -#: ../../operation/events/events.build_table.php:104 -msgid "Agent Module" -msgstr "" - -#: ../../operation/events/events.build_table.php:141 -msgid "Extra ID" -msgstr "" - -#: ../../operation/events/events.build_table.php:569 -msgid "Validate event" -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" -msgstr "" - -#: ../../operation/events/events.build_table.php:592 -#: ../../operation/snmpconsole/snmp_view.php:658 -msgid "Show more" -msgstr "" - -#: ../../operation/events/events.build_table.php:646 -msgid "Validate selected" -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 -msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" -msgstr "" - -#: ../../operation/events/events.php:320 -#: ../../operation/users/user_edit.php:293 ../../godmode/events/events.php:36 -msgid "Event list" -msgstr "" - -#: ../../operation/events/events.php:325 -msgid "History event list" -msgstr "" - -#: ../../operation/events/events.php:330 -msgid "RSS Events" -msgstr "" - -#: ../../operation/events/events.php:335 -msgid "Marquee display" -msgstr "" - -#: ../../operation/events/events.php:340 -msgid "Export to CSV file" -msgstr "" - -#: ../../operation/events/events.php:344 ../../operation/events/events.php:383 -msgid "Sound events" -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" -msgstr "" - -#: ../../operation/events/events.php:387 -msgid "History" -msgstr "" - -#: ../../operation/events/events.php:423 -msgid "Main event view" -msgstr "" - -#: ../../operation/events/events.php:441 -msgid "No events selected" -msgstr "" - -#: ../../operation/events/events.php:467 -msgid "Successfully validated" -msgstr "" - -#: ../../operation/events/events.php:468 ../../operation/events/events.php:745 -#: ../../operation/events/events.php:897 -msgid "Could not be validated" -msgstr "" - -#: ../../operation/events/events.php:472 -msgid "Successfully set in process" -msgstr "" - -#: ../../operation/events/events.php:473 -msgid "Could not be set in process" -msgstr "" - -#: ../../operation/events/events.php:780 -msgid "Error deleting event" -msgstr "" - -#: ../../operation/events/sound_events.php:62 -msgid "Sound console" -msgstr "" - -#: ../../operation/users/user_edit.php:86 -#: ../../godmode/users/configure_user.php:90 -msgid "User detail editor" -msgstr "" - -#: ../../operation/users/user_edit.php:144 -#: ../../operation/users/user_edit.php:151 -msgid "Password successfully updated" -msgstr "" - -#: ../../operation/users/user_edit.php:145 -#: ../../operation/users/user_edit.php:152 -#, php-format -msgid "Error updating passwords: %s" -msgstr "" - -#: ../../operation/users/user_edit.php:157 -msgid "" -"Passwords didn't match or other problem encountered while updating passwords" -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 -#, 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/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 -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 "" - -#: ../../operation/snmpconsole/snmp_view.php:425 -msgid "Group by Enterprise String/IP" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:457 -#: ../../operation/snmpconsole/snmp_statistics.php:116 -msgid "There are no SNMP traps in database" -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" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:513 -msgid "Trap subtype" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:578 -#: ../../operation/snmpconsole/snmp_statistics.php:156 -msgid "View agent details" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:670 -msgid "Variable bindings:" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:683 -msgid "See more details" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:696 -msgid "Enterprise String:" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:734 -msgid "Trap type:" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:762 -msgid "Count:" -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/reporting/reporting_builder.item_editor.php:1185 #: ../../godmode/netflow/nf_item_list.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 +#: ../../operation/netflow/nf_live_view.php:254 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" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1236 +msgid "Greater or equal (>=)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:267 -msgid "IP address resolution" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 +msgid "Less or equal (<=)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:267 -#: ../../godmode/setup/setup_netflow.php:69 -msgid "Resolve the IP addresses to get their hostnames." +#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 +msgid "Less (<)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:317 -msgid "Select a filter" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1239 +msgid "Greater (>)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "Dst Ip" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1240 +msgid "Equal (=)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1241 +msgid "Not equal (!=)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1449 +msgid "Please save the SLA for start to add items in this list." +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1621 +msgid "rate" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1644 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" +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." msgstr "" -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "Src Ip" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1658 +msgid "Please save the report to start adding items into the list." msgstr "" -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:178 +msgid "Image" +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:504 +msgid "Map linked" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:571 +msgid "Static Graph" +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 +#: ../../mobile/operation/events.php:506 +#: ../../include/functions_visual_map_editor.php:573 +msgid "Module Graph" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +#: ../../include/functions_visual_map_editor.php:574 +#: ../../include/functions_visual_map.php:2323 +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_editor.php:62 +#: ../../include/functions_visual_map_editor.php:578 +#: ../../include/functions_visual_map.php:2306 +msgid "Box" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:610 +msgid "Edit label" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.editor.php:146 +msgid "Saving in progress" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.editor.php:151 +msgid "Deletion in progress" +msgstr "" + +#: ../../godmode/reporting/graph_builder.main.php:149 +msgid "Type of graph" +msgstr "" + +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Horizontal bars" +msgstr "" + +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Vertical bars" +msgstr "" + +#: ../../godmode/reporting/graph_builder.main.php:167 +#: ../../operation/reporting/graph_viewer.php:227 +msgid "Equalize maximum thresholds" +msgstr "" + +#: ../../godmode/reporting/graph_builder.main.php:168 +#: ../../operation/reporting/graph_viewer.php:228 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" +"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/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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:572 +msgid "Percentile Item" 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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +#: ../../mobile/operation/home.php:78 +#: ../../include/functions_visual_map_editor.php:231 +#: ../../include/functions_visual_map.php:2310 +msgid "Module graph" 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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +#: ../../include/functions_visual_map_editor.php:57 +msgid "Simple value" 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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../godmode/netflow/nf_edit_form.php:225 -msgid "Aggregate by" +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Ip Address" +#: ../../godmode/reporting/visual_console_builder.wizard.php:153 +#: ../../include/functions_visual_map_editor.php:317 +msgid "Min value" msgstr "" -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Ip Address" +#: ../../godmode/reporting/visual_console_builder.wizard.php:154 +#: ../../godmode/reporting/visual_console_builder.wizard.php:167 +#: ../../include/functions_visual_map_editor.php:318 +#: ../../include/functions_visual_map_editor.php:360 +msgid "Max value" msgstr "" -#: ../../operation/netflow/nf_live_view.php:384 -#: ../../godmode/netflow/nf_edit_form.php:230 -msgid "Output format" +#: ../../godmode/reporting/visual_console_builder.wizard.php:155 +#: ../../include/functions_visual_map_editor.php:319 +msgid "Avg value" msgstr "" -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes per second" +#: ../../godmode/reporting/visual_console_builder.wizard.php:161 +msgid "Width (px)" msgstr "" -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes" +#: ../../godmode/reporting/visual_console_builder.wizard.php:175 +msgid "Percentile" msgstr "" -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes" +#: ../../godmode/reporting/visual_console_builder.wizard.php:180 +msgid "Bubble" msgstr "" -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes per second" +#: ../../godmode/reporting/visual_console_builder.wizard.php:187 +#: ../../include/functions_visual_map_editor.php:376 +#: ../../include/functions_visual_map_editor.php:395 +msgid "Value to show" msgstr "" -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes per second" +#: ../../godmode/reporting/visual_console_builder.wizard.php:189 +msgid "Percent" msgstr "" -#: ../../operation/netflow/nf_live_view.php:396 -msgid "Draw" +#: ../../godmode/reporting/visual_console_builder.wizard.php:224 +msgid "One item per agent" msgstr "" -#: ../../operation/netflow/nf_live_view.php:400 -msgid "Save as new filter" +#: ../../godmode/reporting/visual_console_builder.wizard.php:258 +#: ../../godmode/reporting/visual_console_builder.wizard.php:561 +msgid "Agent - Module" msgstr "" -#: ../../operation/netflow/nf_live_view.php:401 -msgid "Update current filter" +#: ../../godmode/reporting/visual_console_builder.wizard.php:267 +msgid "Enable link agent" msgstr "" -#: ../../operation/netflow/nf_live_view.php:415 -msgid "No filter selected" +#: ../../godmode/reporting/visual_console_builder.wizard.php:279 +msgid "Set Parent" msgstr "" -#: ../../operation/visual_console/render_view.php:117 -#: ../../godmode/reporting/visual_console_builder.php:654 -msgid "Services wizard" +#: ../../godmode/reporting/visual_console_builder.wizard.php:281 +msgid "Item created in the visualmap" msgstr "" -#: ../../operation/visual_console/render_view.php:174 -#: ../../operation/visual_console/public_console.php:97 -msgid "Autorefresh time" +#: ../../godmode/reporting/visual_console_builder.wizard.php:282 +msgid "Use the agents relationship (from selected agents)" 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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:285 +msgid "Item in the map" msgstr "" -#: ../../operation/visual_console/public_console.php:114 -#: ../../general/header.php:144 -msgid "QR code of the page" +#: ../../godmode/reporting/visual_console_builder.wizard.php:288 +msgid "The parent relationships in Pandora will be drawn in the map." msgstr "" -#: ../../operation/tree.php:88 -#, php-format -msgid "Sort the agents by %s" +#: ../../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 "" -#: ../../operation/tree.php:91 -msgid "tags" +#: ../../godmode/reporting/visual_console_builder.wizard.php:482 +msgid "Please select any module or modules." msgstr "" -#: ../../operation/tree.php:97 -msgid "groups" +#: ../../godmode/reporting/map_builder.php:187 +#: ../../godmode/reporting/map_builder.php:197 +msgid "Not copied. Error copying data" 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 -msgid "Module templates" -msgstr "" - -#: ../../godmode/menu.php:110 -msgid "Bulk operations" -msgstr "" - -#: ../../godmode/menu.php:115 ../../godmode/massive/massive_operations.php:165 -msgid "Agents operations" -msgstr "" - -#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:170 -msgid "Modules operations" -msgstr "" - -#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:175 -msgid "Plugins operations" -msgstr "" - -#: ../../godmode/menu.php:119 ../../godmode/massive/massive_operations.php:160 -msgid "Users operations" -msgstr "" - -#: ../../godmode/menu.php:121 ../../godmode/massive/massive_operations.php:155 -msgid "Alerts operations" -msgstr "" - -#: ../../godmode/menu.php:137 -msgid "List of Alerts" -msgstr "" - -#: ../../godmode/menu.php:159 ../../godmode/menu.php:160 -#: ../../godmode/alerts/alert_special_days.php:43 -msgid "Special days list" -msgstr "" - -#: ../../godmode/menu.php:179 -msgid "Event filters" -msgstr "" - -#: ../../godmode/menu.php:183 -msgid "Custom events" -msgstr "" - -#: ../../godmode/menu.php:199 -msgid "Manage servers" -msgstr "" - -#: ../../godmode/menu.php:209 -#: ../../godmode/servers/manage_recontask_form.php:269 -msgid "Recon script" -msgstr "" - -#: ../../godmode/menu.php:233 -msgid "General Setup" -msgstr "" - -#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:121 -msgid "Visual styles" -msgstr "" - -#: ../../godmode/menu.php:261 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" -msgstr "" - -#: ../../godmode/menu.php:265 ../../godmode/setup/os.php:139 -msgid "Edit OS" -msgstr "" - -#: ../../godmode/menu.php:276 -msgid "Admin tools" -msgstr "" - -#: ../../godmode/menu.php:282 -msgid "System audit log" -msgstr "" - -#: ../../godmode/menu.php:284 ../../godmode/menu.php:409 -#: ../../general/links_menu.php:20 -msgid "Links" -msgstr "" - -#: ../../godmode/menu.php:286 -msgid "Update manager" -msgstr "" - -#: ../../godmode/menu.php:294 -msgid "DB maintenance" -msgstr "" - -#: ../../godmode/menu.php:299 -msgid "DB information" -msgstr "" - -#: ../../godmode/menu.php:300 ../../godmode/db/db_purge.php:38 -msgid "Database purge" -msgstr "" - -#: ../../godmode/menu.php:302 -msgid "Database audit" -msgstr "" - -#: ../../godmode/menu.php:303 -msgid "Database event" -msgstr "" - -#: ../../godmode/menu.php:307 -msgid "Diagnostic info" -msgstr "" - -#: ../../godmode/menu.php:310 -msgid "Site news" -msgstr "" - -#: ../../godmode/menu.php:316 ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" -msgstr "" - -#: ../../godmode/menu.php:327 -msgid "Extension manager" -msgstr "" - -#: ../../godmode/extensions.php:146 -msgid "Godmode Function" -msgstr "" - -#: ../../godmode/extensions.php:147 -msgid "Godmode Menu" -msgstr "" - -#: ../../godmode/extensions.php:148 -msgid "Operation Menu" -msgstr "" - -#: ../../godmode/extensions.php:149 -msgid "Operation Function" -msgstr "" - -#: ../../godmode/extensions.php:150 -msgid "Login Function" -msgstr "" - -#: ../../godmode/extensions.php:151 -msgid "Agent operation tab" -msgstr "" - -#: ../../godmode/extensions.php:152 -msgid "Agent godmode tab" -msgstr "" - -#: ../../godmode/events/event_filter.php:154 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -msgstr "" - -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" -msgstr "" - -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" -msgstr "" - -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" -msgstr "" - -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" -msgstr "" - -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" -msgstr "" - -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" -msgstr "" - -#: ../../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/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 "" - -#: ../../godmode/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "" - -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "" - -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "" - -#: ../../godmode/events/custom_events.php:133 -msgid "Default event fields will be loaded. Do you want to continue?" -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 -msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" -msgstr "" - -#: ../../godmode/events/event_edit_filter.php:273 -msgid "Choose between the users who have validated an event. " -msgstr "" - -#: ../../godmode/users/configure_user.php:144 -#: ../../godmode/users/user_list.php:493 -msgid "" -"The current authentication scheme doesn't support creating users from " -"Pandora FMS" -msgstr "" - -#: ../../godmode/users/configure_user.php:180 -msgid "User ID cannot be empty" -msgstr "" - -#: ../../godmode/users/configure_user.php:187 -msgid "Passwords cannot be empty" -msgstr "" - -#: ../../godmode/users/configure_user.php:194 -msgid "Passwords didn't match" -msgstr "" - -#: ../../godmode/users/configure_user.php:243 -msgid "" -"Strict ACL is not recommended for admin users because performance could be " -"affected." -msgstr "" - -#: ../../godmode/users/configure_user.php:301 -#: ../../godmode/users/configure_user.php:311 -#: ../../godmode/users/configure_user.php:339 -#: ../../godmode/users/configure_user.php:345 -#: ../../godmode/users/configure_user.php:373 -msgid "Error updating user info (no change?)" -msgstr "" - -#: ../../godmode/users/configure_user.php:315 -msgid "Passwords does not match" -msgstr "" - -#: ../../godmode/users/configure_user.php:363 -msgid "" -"Strict ACL is not recommended for this user. Performance could be affected." -msgstr "" - -#: ../../godmode/users/configure_user.php:395 -msgid "Profile added successfully" -msgstr "" - -#: ../../godmode/users/configure_user.php:396 -msgid "Profile cannot be added" -msgstr "" - -#: ../../godmode/users/configure_user.php:422 -msgid "Update User" -msgstr "" - -#: ../../godmode/users/configure_user.php:425 -msgid "Create User" -msgstr "" - -#: ../../godmode/users/configure_user.php:461 -msgid "Global Profile" -msgstr "" - -#: ../../godmode/users/configure_user.php:466 -msgid "" -"This user has permissions to manage all. An admin user should not requiere " -"additional group permissions, except for using Enterprise ACL." -msgstr "" - -#: ../../godmode/users/configure_user.php:471 -msgid "" -"This user has separated permissions to view data in his group agents, create " -"incidents belong to his groups, add notes in another incidents, create " -"personal assignments or reviews and other tasks, on different profiles" -msgstr "" - -#: ../../godmode/users/configure_user.php:513 -msgid "Use global conf" -msgstr "" - -#: ../../godmode/users/configure_user.php:528 -msgid "Metaconsole access" -msgstr "" - -#: ../../godmode/users/configure_user.php:536 -msgid "Not Login" -msgstr "" - -#: ../../godmode/users/configure_user.php:537 -msgid "The user with not login set only can access to API." -msgstr "" - -#: ../../godmode/users/configure_user.php:540 -msgid "Strict ACL" -msgstr "" - -#: ../../godmode/users/configure_user.php:541 -msgid "" -"With this option enabled, the user will can access to accurate information. " -"It is not recommended for admin users because performance could be affected" -msgstr "" - -#: ../../godmode/users/configure_user.php:547 -msgid "Enable agents managment" -msgstr "" - -#: ../../godmode/users/configure_user.php:554 -msgid "Assigned node" -msgstr "" - -#: ../../godmode/users/configure_user.php:554 -msgid "Server where the agents created of this user will be placed" -msgstr "" - -#: ../../godmode/users/configure_user.php:566 -msgid "Enable node access" -msgstr "" - -#: ../../godmode/users/configure_user.php:566 -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." -msgstr "" - -#: ../../godmode/users/profile_list.php:226 -msgid "There was a problem updating this profile" -msgstr "" - -#: ../../godmode/users/profile_list.php:230 -msgid "Profile name cannot be empty" -msgstr "" - -#: ../../godmode/users/profile_list.php:282 -#: ../../godmode/users/profile_list.php:286 -msgid "There was a problem creating this profile" -msgstr "" - -#: ../../godmode/users/profile_list.php:320 -msgid "Network maps reading" -msgstr "" - -#: ../../godmode/users/profile_list.php:321 -msgid "Network maps writing" -msgstr "" - -#: ../../godmode/users/profile_list.php:322 -msgid "Network maps management" -msgstr "" - -#: ../../godmode/users/profile_list.php:323 -msgid "Visual console reading" -msgstr "" - -#: ../../godmode/users/profile_list.php:324 -msgid "Visual console writing" -msgstr "" - -#: ../../godmode/users/profile_list.php:325 -msgid "Visual console management" -msgstr "" - -#: ../../godmode/users/profile_list.php:398 -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 -#, 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" +#: ../../godmode/reporting/reporting_builder.list_items.php:312 +#: ../../include/functions_custom_graphs.php:212 +msgid "No items." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:101 -msgid "Map could not be created" +#: ../../godmode/reporting/reporting_builder.list_items.php:487 +#: ../../godmode/reporting/reporting_builder.list_items.php:492 +msgid "Sort items" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:192 -msgid "Map successfully update" +#: ../../godmode/reporting/reporting_builder.list_items.php:494 +msgid "Sort selected items from position: " msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:193 -msgid "Map could not be updated" +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move before to" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:209 -msgid "View GIS" +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move after to" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Map Name" +#: ../../godmode/reporting/reporting_builder.list_items.php:518 +#: ../../godmode/reporting/reporting_builder.list_items.php:523 +msgid "Delete items" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Descriptive name for the map" +#: ../../godmode/reporting/reporting_builder.list_items.php:525 +msgid "Delete selected items from position: " msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:338 -msgid "Add Map connection" +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete above to" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:338 +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete below to" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:555 msgid "" -"At least one map connection must be defined, it will be possible to change " -"between the connections in the map" +"Are you sure to sort the items into the report?\\nThis action change the " +"sorting of items into data base." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:356 -msgid "Group that owns the map" +#: ../../godmode/reporting/reporting_builder.list_items.php:576 +msgid "Please select any item to order" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom" +#: ../../godmode/reporting/reporting_builder.list_items.php:606 +msgid "Are you sure to delete the items into the report?\\n" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom level when opening the map" +#: ../../godmode/reporting/reporting_builder.list_items.php:628 +msgid "Please select any item to delete" 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 -msgid "" -"Each layer can show agents from one group or the agents added to that layer " -"or both." -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "List of layers" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "It is possible to edit, delete and reorder the layers." -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:389 -msgid "New layer" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:397 -msgid "Layer name" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:399 -msgid "Visible" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:403 -msgid "Show agents from group" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:415 -msgid "Add agent" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:431 -msgid "List of Agents to be shown in the layer" -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" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:457 -msgid "Update map" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:658 -#: ../../godmode/gis_maps/configure_gis_map.php:714 -msgid "Update Layer" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:780 -msgid "Do you want to use the default data from the connection?" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "The connection" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "just added previously." -msgstr "" - -#: ../../godmode/alerts/alert_commands.php:242 -msgid "Alert commands" -msgstr "" - -#: ../../godmode/alerts/alert_commands.php:365 -msgid "No alert commands configured" -msgstr "" - -#: ../../godmode/alerts/configure_alert_special_days.php:52 -msgid "Configure special day" -msgstr "" - -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 -msgid "Same day of the week" -msgstr "" - -#: ../../godmode/alerts/configure_alert_command.php:42 -msgid "Configure alert command" -msgstr "" - -#: ../../godmode/alerts/configure_alert_command.php:127 -msgid "Update Command" -msgstr "" - -#: ../../godmode/alerts/configure_alert_command.php:130 -#: ../../godmode/alerts/configure_alert_action.php:136 -msgid "Create Command" -msgstr "" - -#: ../../godmode/alerts/configure_alert_command.php:160 -#, php-format -msgid "Field %s description" -msgstr "" - -#: ../../godmode/alerts/configure_alert_command.php:175 -#, php-format -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 +#: ../../godmode/alerts/alert_list.php:79 msgid "Already added" msgstr "" -#: ../../godmode/alerts/alert_list.php:284 +#: ../../godmode/alerts/alert_list.php:286 #: ../../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 +#: ../../godmode/alerts/alert_list.php:290 msgid "Builder alert" msgstr "" -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/category/category.php:58 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +#: ../../operation/events/events.php:396 +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/agentes/networkmap.php:289 +#: ../../include/functions_html.php:656 ../../include/functions_html.php:657 +#: ../../include/functions_html.php:777 ../../include/functions_html.php:778 +msgid "List" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:117 +#: ../../godmode/alerts/alert_special_days.php:43 ../../godmode/menu.php:155 +#: ../../godmode/menu.php:156 +msgid "Special days list" +msgstr "" + +#: ../../godmode/alerts/alert_special_days.php:162 +#: ../../godmode/alerts/configure_alert_special_days.php:76 +msgid "Same day of the week" +msgstr "" + +#: ../../godmode/alerts/alert_special_days.php:230 +msgid "No special days configured" +msgstr "" + +#: ../../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:163 +#: ../../operation/agentes/alerts_status.php:396 +msgid "Alert control filter" +msgstr "" + +#: ../../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:550 msgid "Delete action" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:696 +#: ../../godmode/alerts/alert_list.list.php:709 msgid "View alert advanced details" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:720 msgid "No alerts defined" msgstr "" @@ -26883,6 +19276,23 @@ msgstr "" msgid "Update Action" msgstr "" +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +msgid "Command" +msgstr "" + +#: ../../godmode/alerts/configure_alert_action.php:136 +#: ../../godmode/alerts/configure_alert_command.php:130 +msgid "Create Command" +msgstr "" + #: ../../godmode/alerts/configure_alert_action.php:148 #: ../../godmode/alerts/alert_view.php:420 msgid "Firing" @@ -26895,10 +19305,119 @@ 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 +#: ../../godmode/servers/plugin.php:381 msgid "Command preview" msgstr "" +#: ../../godmode/alerts/alert_list.builder.php:78 +msgid "Latest value" +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:94 +#: ../../godmode/alerts/configure_alert_template.php:556 +msgid "Default action" +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:131 +#: ../../godmode/alerts/configure_alert_template.php:495 +msgid "Create Template" +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:144 +msgid "Add alert" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +#: ../../include/functions_events.php:2145 +msgid "Alert details" +msgstr "" + +#: ../../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/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:831 +#: ../../include/functions_ui.php:999 +msgid "The alert would fire when the value matches " +msgstr "" + +#: ../../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/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:833 +#: ../../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:834 +#: ../../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:835 +#: ../../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:837 +msgid "The alert would fire when the value is below " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:174 +#: ../../godmode/alerts/configure_alert_template.php:838 +msgid "The alert would fire when the value is above " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:179 +#: ../../godmode/alerts/configure_alert_template.php:841 +msgid "The alert would fire when the module value changes" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:182 +#: ../../godmode/alerts/configure_alert_template.php:842 +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:839 +#: ../../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:840 +#: ../../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:843 +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:532 +msgid "Use special days list" +msgstr "" + #: ../../godmode/alerts/alert_view.php:310 msgid "Number of alerts" msgstr "" @@ -26926,11 +19445,24 @@ msgstr "" msgid "Recovering" msgstr "" +#: ../../godmode/alerts/alert_view.php:438 +#: ../../godmode/alerts/alert_view.php:532 +#: ../../godmode/alerts/configure_alert_template.php:657 +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" msgstr "" +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +#: ../../godmode/agentes/fields_manager.php:95 +#: ../../operation/agentes/custom_fields.php:59 +msgid "Field" +msgstr "" + #: ../../godmode/alerts/alert_view.php:442 #: ../../godmode/alerts/alert_view.php:531 msgid "Fields configured on the command associated to the action" @@ -26999,14 +19531,6 @@ msgstr "" msgid "Fields used on execution when the alert is recovered" msgstr "" -#: ../../godmode/alerts/alert_list.builder.php:78 -msgid "Latest value" -msgstr "" - -#: ../../godmode/alerts/alert_list.builder.php:141 -msgid "Add alert" -msgstr "" - #: ../../godmode/alerts/alert_actions.php:66 #: ../../godmode/alerts/alert_actions.php:92 #: ../../godmode/alerts/alert_actions.php:110 @@ -27023,2146 +19547,1227 @@ msgstr "" msgid "No alert actions configured" msgstr "" -#: ../../godmode/agentes/agent_incidents.php:67 -msgid "No incidents associated to this agent" +#: ../../godmode/alerts/configure_alert_special_days.php:52 +msgid "Configure special day" 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_commands.php:249 +msgid "Alert commands" msgstr "" -#: ../../godmode/agentes/agent_manager.php:158 -msgid "QR Code Agent view" +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/groups/group_list.php:334 +#: ../../godmode/agentes/module_manager_editor_common.php:145 +#: ../../godmode/agentes/agent_manager.php:162 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/agent_incidents.php:85 +#: ../../operation/integria_incidents/incident.list.php:93 +#: ../../operation/events/events.build_table.php:133 +#: ../../operation/incidents/incident.php:335 +#: ../../extensions/api_checker.php:137 +#: ../../include/functions_events.php:3288 +msgid "ID" msgstr "" -#: ../../godmode/agentes/agent_manager.php:191 -msgid "You can remotely edit this agent configuration" +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" msgstr "" -#: ../../godmode/agentes/agent_manager.php:198 -msgid "Delete agent" +#: ../../godmode/alerts/configure_alert_command.php:42 +msgid "Configure alert command" msgstr "" -#: ../../godmode/agentes/agent_manager.php:227 -msgid "Only it is show when
the agent is saved." +#: ../../godmode/alerts/configure_alert_command.php:127 +msgid "Update Command" +msgstr "" + +#: ../../godmode/alerts/configure_alert_command.php:160 +#, php-format +msgid "Field %s description" +msgstr "" + +#: ../../godmode/alerts/configure_alert_command.php:175 +#, php-format +msgid "Field %s values" +msgstr "" + +#: ../../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 +#: ../../extensions/agents_alerts.php:177 +msgid "Alert templates" +msgstr "" + +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "" + +#: ../../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/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:649 +msgid "Alert recovery" +msgstr "" + +#: ../../godmode/alerts/configure_alert_template.php:658 +msgid "Recovery fields" +msgstr "" + +#: ../../godmode/alerts/configure_alert_template.php:761 +msgid "No wizard" +msgstr "" + +#: ../../godmode/alerts/configure_alert_template.php:832 +#, php-format +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "" + +#: ../../godmode/alerts/configure_alert_template.php:836 +msgid "" +"The alert would fire when the value is not between and " +msgstr "" + +#: ../../godmode/alerts/configure_alert_template.php:844 +msgid "" +"The alert template cannot have the same value for min and max thresholds." +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:424 +#: ../../godmode/massive/massive_add_action_alerts.php:204 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_delete_alerts.php:265 +#: ../../godmode/massive/massive_edit_agents.php:487 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_delete_agents.php:159 +#: ../../godmode/massive/massive_edit_modules.php:633 +msgid "" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." +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_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_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert 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_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/agentes/agent_manager.php:241 #: ../../godmode/massive/massive_edit_agents.php:275 +#: ../../godmode/agentes/agent_manager.php:241 msgid "Cascade protection" 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 +#: ../../godmode/groups/configure_group.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:324 +#: ../../godmode/agentes/agent_manager.php:293 msgid "Custom ID" msgstr "" -#: ../../godmode/agentes/agent_manager.php:300 #: ../../godmode/massive/massive_edit_agents.php:337 +#: ../../godmode/agentes/agent_manager.php:297 msgid "Module definition" msgstr "" -#: ../../godmode/agentes/agent_manager.php:302 #: ../../godmode/massive/massive_edit_agents.php:339 +#: ../../godmode/agentes/agent_manager.php:299 msgid "Learning mode" msgstr "" -#: ../../godmode/agentes/agent_manager.php:305 #: ../../godmode/massive/massive_edit_agents.php:340 +#: ../../godmode/agentes/agent_manager.php:302 msgid "Normal mode" msgstr "" -#: ../../godmode/agentes/agent_manager.php:313 #: ../../godmode/massive/massive_edit_agents.php:346 +#: ../../godmode/agentes/agent_manager.php:310 msgid "Active" msgstr "" -#: ../../godmode/agentes/agent_manager.php:320 -#: ../../godmode/agentes/agent_manager.php:342 +#: ../../godmode/massive/massive_edit_agents.php:352 +msgid "Delete available remote configurations" +msgstr "" + #: ../../godmode/massive/massive_edit_agents.php:356 +#: ../../godmode/agentes/agent_manager.php:317 +#: ../../godmode/agentes/agent_manager.php:339 msgid "Not available" msgstr "" -#: ../../godmode/agentes/agent_manager.php:351 #: ../../godmode/massive/massive_edit_agents.php:382 +#: ../../godmode/agentes/agent_manager.php:348 msgid "Agent icon" msgstr "" -#: ../../godmode/agentes/agent_manager.php:351 -msgid "Agent icon for GIS Maps." +#: ../../godmode/massive/massive_edit_agents.php:384 +msgid "Without status" msgstr "" -#: ../../godmode/agentes/agent_manager.php:380 -#: ../../godmode/agentes/agent_conf_gis.php:78 #: ../../godmode/massive/massive_edit_agents.php:391 +#: ../../godmode/agentes/agent_manager.php:377 +#: ../../godmode/agentes/agent_conf_gis.php:78 msgid "Ignore new GIS data:" msgstr "" -#: ../../godmode/agentes/agent_manager.php:395 +#: ../../godmode/massive/massive_edit_agents.php:397 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/agentes/module_manager_editor_common.php:528 +#: ../../godmode/agentes/agent_manager.php:390 +#: ../../godmode/agentes/module_manager.php:589 +#: ../../godmode/agentes/planned_downtime.list.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/agentes/modificar_agente.php:498 +#: ../../operation/agentes/estado_agente.php:547 +#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../mobile/operation/agent.php:125 +#: ../../include/class/Tree.class.php:1784 ../../include/ajax/module.php:849 +msgid "Quiet" +msgstr "" + #: ../../godmode/massive/massive_edit_agents.php:398 +#: ../../godmode/agentes/agent_manager.php:392 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" +#: ../../godmode/massive/massive_edit_agents.php:427 +#: ../../godmode/agentes/agent_manager.php:415 +msgid "This field allows url insertion using the BBCode's url tag" msgstr "" -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Success deleted agent." +#: ../../godmode/massive/massive_edit_agents.php:429 +#: ../../godmode/agentes/agent_manager.php:417 +msgid "The format is: [url='url to navigate']'text to show'[/url]" msgstr "" -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Could not be deleted." +#: ../../godmode/massive/massive_edit_agents.php:431 +#: ../../godmode/agentes/agent_manager.php:419 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" msgstr "" -#: ../../godmode/agentes/modificar_agente.php:94 -msgid "Maybe the files conf or md5 could not be deleted" +#: ../../godmode/massive/massive_delete_modules.php:56 +msgid "No module selected" 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/massive/massive_delete_modules.php:230 msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." +"There was an error deleting the modules, the operation has been cancelled" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:375 -msgid "Any value below this number is discarted." +#: ../../godmode/massive/massive_delete_modules.php:396 +#: ../../godmode/massive/massive_edit_modules.php:238 +msgid "Selection mode" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:377 -msgid "Any value over this number is discarted." +#: ../../godmode/massive/massive_delete_modules.php:397 +#: ../../godmode/massive/massive_edit_modules.php:239 +msgid "Select modules first" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:380 -#: ../../godmode/massive/massive_edit_modules.php:501 -msgid "Export target" +#: ../../godmode/massive/massive_delete_modules.php:399 +#: ../../godmode/massive/massive_edit_modules.php:241 +msgid "Select agents first" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:390 +#: ../../godmode/massive/massive_delete_modules.php:414 +#: ../../godmode/massive/massive_edit_modules.php:257 +msgid "Select all modules of this type" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:443 +#: ../../godmode/massive/massive_edit_modules.php:286 +msgid "Select all modules of this group" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:464 +#: ../../godmode/massive/massive_edit_modules.php:292 +msgid "Module Status" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:483 +#: ../../godmode/massive/massive_edit_modules.php:310 +msgid "When select modules" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:486 +#: ../../godmode/massive/massive_edit_modules.php:313 +msgid "Show common agents" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:487 +#: ../../godmode/massive/massive_edit_modules.php:314 +msgid "Show all agents" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:347 +msgid "Show unknown and not init modules" +msgstr "" + +#: ../../godmode/massive/massive_delete_agents.php:57 +#, php-format msgid "" -"In case you use an Export server you can link this module and export data to " -"one these." +"There was an error deleting the agent, the operation has been cancelled " +"Could not delete agent %s" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:409 -#: ../../godmode/massive/massive_edit_modules.php:521 -msgid "FF interval" +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" 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/massive/massive_operations.php:36 +msgid "Bulk alert add" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:507 -msgid "Tags from policy" +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:520 -msgid "The module still stores data but the alerts and events will be stop" +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Cron" +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" 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/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:544 -#: ../../godmode/massive/massive_edit_modules.php:575 -msgid "Timeout" +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" 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." +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:547 -msgid "Retries" +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:548 -msgid "Number of retries that the module will attempt to run." +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:587 -#: ../../godmode/agentes/module_manager_editor.php:467 -msgid "Custom macros" +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:619 -msgid "Add relationship" +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Changes" +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Activate this to prevent the relation from being updated or deleted" +#: ../../godmode/massive/massive_operations.php:59 +msgid "Bulk module copy" 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" +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk plugin edit" msgstr "" -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 -msgid "Successfully modules created" +#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122 +msgid "Alerts operations" msgstr "" -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "Some required fields are missed" +#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120 +msgid "Users operations" msgstr "" -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "name" +#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116 +msgid "Agents operations" msgstr "" -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 -msgid "Processing error" +#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117 +msgid "Modules operations" 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" +#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118 +msgid "Plugins operations" 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/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_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:287 +#: ../../godmode/modules/manage_network_components_form_plugin.php:22 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 +#: ../../extensions/plugin_registration.php:418 +msgid "Plugin" +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_tags.php:107 +msgid "No tag selected" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:321 +msgid "Agent Status" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:467 +msgid "SMNP community" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 +#: ../../godmode/agentes/module_manager_editor_network.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../extensions/realtime_graphs.php:94 +#: ../../include/functions_snmp_browser.php:506 +msgid "Target IP" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:474 #: ../../godmode/modules/manage_network_components_form_network.php:40 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:751 +#: ../../godmode/agentes/module_manager_editor_network.php:102 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 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 -#, php-format -msgid "Check if the process %s is running or not" -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 -msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" -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 -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:539 -msgid "WARNING: There are malformed planned downtimes" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "Do you want to migrate automatically the malformed items?" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_network.php:58 -msgid "Network server module" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_network.php:112 -msgid "SNMP OID" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_network.php:130 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_network.php:136 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_network.php:177 +#: ../../godmode/massive/massive_edit_modules.php:477 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:764 #: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:470 -#: ../../godmode/massive/massive_edit_modules.php:474 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 +#: ../../include/functions_snmp_browser.php:530 +msgid "Auth user" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:480 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:766 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 +#: ../../include/functions_snmp_browser.php:532 +msgid "Auth password" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:481 +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/module_manager_editor_network.php:199 msgid "The pass length must be eight character minimum." msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:440 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" +#: ../../godmode/massive/massive_edit_modules.php:483 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:770 +#: ../../godmode/agentes/module_manager_editor_network.php:197 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 +#: ../../include/functions_snmp_browser.php:536 +msgid "Privacy method" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../include/functions_snmp_browser.php:537 +msgid "DES" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:441 -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" +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../include/functions_snmp_browser.php:537 +msgid "AES" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:469 -msgid "Module relations" +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/modules/manage_network_components_form_network.php:67 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../include/functions_snmp_browser.php:538 +msgid "Privacy pass" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:518 -msgid "No module to predict" +#: ../../godmode/massive/massive_edit_modules.php:487 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:775 +#: ../../godmode/agentes/module_manager_editor_network.php:207 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../include/functions_snmp_browser.php:541 +msgid "Auth method" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "No plug-in provided" +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../include/functions_snmp_browser.php:542 +msgid "MD5" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:542 -msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../include/functions_snmp_browser.php:542 +msgid "SHA" msgstr "" -#: ../../godmode/agentes/module_manager.php:70 -msgid "Create a new data server module" +#: ../../godmode/massive/massive_edit_modules.php:489 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:777 +#: ../../godmode/agentes/module_manager_editor_network.php:209 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 +#: ../../include/functions_snmp_browser.php:543 +msgid "Security level" msgstr "" -#: ../../godmode/agentes/module_manager.php:72 -msgid "Create a new network server module" +#: ../../godmode/massive/massive_edit_modules.php:490 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:778 +#: ../../godmode/agentes/module_manager_editor_network.php:210 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../include/functions_snmp_browser.php:544 +msgid "Not auth and not privacy method" msgstr "" -#: ../../godmode/agentes/module_manager.php:74 -msgid "Create a new plugin server module" +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and not privacy method" msgstr "" -#: ../../godmode/agentes/module_manager.php:76 -msgid "Create a new WMI server module" +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and privacy method" msgstr "" -#: ../../godmode/agentes/module_manager.php:78 -msgid "Create a new prediction server module" +#: ../../godmode/massive/massive_edit_modules.php:512 +#: ../../godmode/agentes/module_manager_editor_common.php:390 +msgid "Export target" msgstr "" -#: ../../godmode/agentes/module_manager.php:134 -msgid "Get more modules in Pandora FMS Library" +#: ../../godmode/massive/massive_edit_modules.php:532 +#: ../../godmode/agentes/module_manager_editor_common.php:419 +msgid "FF interval" msgstr "" -#: ../../godmode/agentes/module_manager.php:161 -msgid "Nice try buddy" +#: ../../godmode/massive/massive_edit_modules.php:533 +#: ../../godmode/agentes/module_manager_editor_common.php:422 +msgid "Module execution flip flop time interval (in secs)." msgstr "" -#: ../../godmode/agentes/module_manager.php:258 -#, php-format -msgid "There was a problem deleting %s modules, none deleted." +#: ../../godmode/massive/massive_edit_modules.php:551 +msgid "Policy linking status" msgstr "" -#: ../../godmode/agentes/module_manager.php:263 -msgid "All Modules deleted succesfully" +#: ../../godmode/massive/massive_edit_modules.php:551 +msgid "This field only has sense in modules adopted by a policy." msgstr "" -#: ../../godmode/agentes/module_manager.php:267 -#, php-format -msgid "There was a problem only deleted %s modules of %s total." +#: ../../godmode/massive/massive_edit_modules.php:552 +msgid "Linked" msgstr "" -#: ../../godmode/agentes/module_manager.php:710 -msgid "Normalize" +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/agentes/module_manager.php:635 +#: ../../godmode/agentes/module_manager.php:639 +#: ../../include/ajax/module.php:821 ../../include/ajax/module.php:825 +msgid "Unlinked" msgstr "" -#: ../../godmode/agentes/module_manager.php:716 -msgid "Normalize (Disabled)" +#: ../../godmode/massive/massive_edit_modules.php:582 +msgid "The module still store data but the alerts and events will be stop" msgstr "" -#: ../../godmode/agentes/module_manager.php:730 -msgid "Create network component (Disabled)" +#: ../../godmode/massive/massive_edit_modules.php:586 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +msgid "Timeout" 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/massive/massive_edit_modules.php:590 +#: ../../godmode/agentes/module_manager_editor_common.php:563 +msgid "Seconds that agent will wait for the execution of the module." msgstr "" -#: ../../godmode/agentes/configurar_agente.php:360 -msgid "Agent wizard" +#: ../../godmode/massive/massive_delete_profiles.php:61 +msgid "Not deleted. You must select an existing user" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:372 -#: ../../godmode/agentes/configurar_agente.php:534 -msgid "SNMP Interfaces wizard" +#: ../../godmode/massive/massive_delete_profiles.php:87 +msgid "Profiles deleted successfully" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:377 -#: ../../godmode/agentes/configurar_agente.php:537 -msgid "WMI Wizard" +#: ../../godmode/massive/massive_delete_profiles.php:88 +msgid "Profiles cannot be deleted" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:545 -msgid "SNMP explorer" +#: ../../godmode/massive/massive_delete_action_alerts.php:56 +msgid "Could not be deleted. No agents selected" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:560 -msgid "Agent manager" +#: ../../godmode/massive/massive_delete_action_alerts.php:72 +msgid "Could not be deleted. No alerts selected" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:583 -#: ../../godmode/servers/modificar_server.php:134 -msgid "Conf file deleted successfully" +#: ../../godmode/massive/massive_delete_action_alerts.php:111 +msgid "Could not be deleted. No action selected" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:584 -#: ../../godmode/servers/modificar_server.php:135 -msgid "Could not delete conf file" +#: ../../godmode/massive/massive_standby_alerts.php:154 +msgid "Not standby alerts" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:621 -#: ../../godmode/agentes/configurar_agente.php:626 -msgid "No data to normalize" +#: ../../godmode/massive/massive_standby_alerts.php:165 +#: ../../godmode/massive/massive_standby_alerts.php:169 +msgid "Set standby selected alerts" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:630 -#, php-format -msgid "Deleted data above %f" +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Standby alerts" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:631 -#, php-format -msgid "Error normalizing module %s" +#: ../../godmode/modules/module_list.php:28 +msgid "Defined modules" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:751 -msgid "There was a problem updating the agent" +#: ../../godmode/modules/module_list.php:50 +msgid "Problem modifying module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:791 -msgid "There was a problem loading the agent" +#: ../../godmode/modules/module_list.php:52 +msgid "Module updated successfully" 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 +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 msgid "WMI query" msgstr "" -#: ../../godmode/agentes/module_manager_editor_wmi.php:67 #: ../../godmode/modules/manage_network_components_form_wmi.php:34 +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 msgid "Key string" msgstr "" -#: ../../godmode/agentes/module_manager_editor_wmi.php:70 #: ../../godmode/modules/manage_network_components_form_wmi.php:40 +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 msgid "Field number" msgstr "" -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +msgid "Namespace" msgstr "" -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" +#: ../../godmode/modules/manage_nc_groups_form.php:53 +msgid "Update Group Component" msgstr "" -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" +#: ../../godmode/modules/manage_nc_groups_form.php:56 +msgid "Create Group Component" msgstr "" -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" +#: ../../godmode/modules/manage_network_components_form_network.php:47 +msgid "SNMP Enterprise String" msgstr "" -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" +#: ../../godmode/modules/manage_network_components_form_network.php:50 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 +#: ../../godmode/agentes/module_manager_editor_network.php:89 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 +msgid "SNMP community" msgstr "" -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" +#: ../../godmode/modules/manage_network_components_form_network.php:90 +#: ../../godmode/agentes/module_manager_editor_network.php:141 +msgid "TCP send" msgstr "" -#: ../../godmode/servers/plugin.php:216 -msgid "Plugin creation" +#: ../../godmode/modules/manage_network_components_form_network.php:97 +#: ../../godmode/agentes/module_manager_editor_network.php:147 +msgid "TCP receive" msgstr "" -#: ../../godmode/servers/plugin.php:219 -msgid "Plugin update" +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" msgstr "" -#: ../../godmode/servers/plugin.php:249 -msgid "Plugin type" +#: ../../godmode/modules/manage_network_components.php:501 +msgid "Search by name, description, tcp send or tcp rcv, list matches." msgstr "" -#: ../../godmode/servers/plugin.php:250 ../../godmode/servers/plugin.php:709 -msgid "Standard" +#: ../../godmode/modules/manage_network_components.php:553 +msgid "Max/Min" msgstr "" -#: ../../godmode/servers/plugin.php:251 ../../godmode/servers/plugin.php:711 -msgid "Nagios" +#: ../../godmode/modules/manage_network_components.php:579 +msgid "Network module" msgstr "" -#: ../../godmode/servers/plugin.php:256 -msgid "Max. timeout" +#: ../../godmode/modules/manage_network_components.php:583 +msgid "WMI module" msgstr "" -#: ../../godmode/servers/plugin.php:256 -msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" +#: ../../godmode/modules/manage_network_components.php:587 +msgid "Plug-in module" msgstr "" -#: ../../godmode/servers/plugin.php:256 -msgid "" -"If you set a 0 seconds timeout, the server plugin timeout will be used" +#: ../../godmode/modules/manage_network_components.php:618 +msgid "There are no defined network components" msgstr "" -#: ../../godmode/servers/plugin.php:312 -msgid "Plugin command" +#: ../../godmode/modules/manage_network_components.php:625 +msgid "Create a new network component" msgstr "" -#: ../../godmode/servers/plugin.php:323 -msgid "Plug-in parameters" +#: ../../godmode/modules/manage_network_components.php:626 +msgid "Create a new plugin component" msgstr "" -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" +#: ../../godmode/modules/manage_network_components.php:627 +msgid "Create a new WMI component" msgstr "" -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "This field will show up as dots like a password" +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" msgstr "" -#: ../../godmode/servers/plugin.php:474 ../../godmode/servers/plugin.php:481 -msgid "Parameters macros" +#: ../../godmode/modules/manage_network_templates_form.php:54 +msgid "Successfully deleted module from profile" msgstr "" -#: ../../godmode/servers/plugin.php:514 -msgid "Plugins registered in Pandora FMS" +#: ../../godmode/modules/manage_network_templates_form.php:55 +msgid "Error deleting module from profile" msgstr "" -#: ../../godmode/servers/plugin.php:519 -msgid "You need to create your own plugins with Windows compatibility" +#: ../../godmode/modules/manage_network_templates_form.php:70 +msgid "Successfully added module to profile" msgstr "" -#: ../../godmode/servers/plugin.php:579 -msgid "Problem updating plugin" +#: ../../godmode/modules/manage_network_templates_form.php:71 +msgid "Error adding module to profile" msgstr "" -#: ../../godmode/servers/plugin.php:582 -msgid "Plugin updated successfully" +#: ../../godmode/modules/manage_network_templates_form.php:94 +msgid "Successfully updated network profile" msgstr "" -#: ../../godmode/servers/plugin.php:637 -msgid "Problem creating plugin" +#: ../../godmode/modules/manage_network_templates_form.php:95 +msgid "Error updating network profile" msgstr "" -#: ../../godmode/servers/plugin.php:640 -msgid "Plugin created successfully" +#: ../../godmode/modules/manage_network_templates_form.php:110 +msgid "Successfully added network profile" msgstr "" -#: ../../godmode/servers/plugin.php:650 -msgid "Problem deleting plugin" +#: ../../godmode/modules/manage_network_templates_form.php:111 +msgid "Error adding network profile" msgstr "" -#: ../../godmode/servers/plugin.php:653 -msgid "Plugin deleted successfully" +#: ../../godmode/modules/manage_network_templates_form.php:116 +msgid "Cannot create a template without name" msgstr "" -#: ../../godmode/servers/plugin.php:732 -msgid "All the modules that are using this plugin will be deleted" +#: ../../godmode/modules/manage_network_templates_form.php:184 +msgid "No modules for this profile" msgstr "" -#: ../../godmode/servers/plugin.php:739 -msgid "There are no plugins in the system" +#: ../../godmode/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" msgstr "" -#: ../../godmode/servers/plugin.php:751 -#, php-format -msgid "List of modules and components created by \"%s\" " +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" msgstr "" -#: ../../godmode/servers/plugin.php:859 ../../godmode/servers/plugin.php:875 -msgid "Some modules or components are using the plugin" +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" 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" +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" msgstr "" -#: ../../godmode/servers/plugin.php:862 -msgid "Are you sure you want to perform this action?" +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" msgstr "" -#: ../../godmode/servers/plugin.php:876 -msgid "Are you sure you want to unlock this item?" +#: ../../godmode/modules/manage_nc_groups.php:58 +msgid "Could not be created. Blank name" msgstr "" -#: ../../godmode/servers/plugin.php:896 -msgid "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." +#: ../../godmode/modules/manage_nc_groups.php:99 +#: ../../godmode/setup/news.php:88 ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/events/event_edit_filter.php:163 +msgid "Not updated. Error updating data" msgstr "" -#: ../../godmode/servers/plugin.php:902 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" +#: ../../godmode/modules/manage_nc_groups.php:237 +msgid "There are no defined component groups" msgstr "" -#: ../../godmode/servers/manage_recontask_form.php:188 -msgid "" -"By default, in Windows, Pandora FMS only support Standard network sweep, not " -"custom scripts" +#: ../../godmode/modules/manage_network_components_form.php:241 +msgid "Update Network Component" 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" +#: ../../godmode/modules/manage_network_components_form.php:244 +msgid "Create Network Component" 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 +#: ../../godmode/update_manager/update_manager.php:39 msgid "Offline update manager" msgstr "" -#: ../../godmode/update_manager/update_manager.php:36 +#: ../../godmode/update_manager/update_manager.php:43 msgid "Online update manager" msgstr "" -#: ../../godmode/update_manager/update_manager.php:41 +#: ../../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:44 +#: ../../godmode/update_manager/update_manager.php:58 msgid "Update manager » Offline" msgstr "" -#: ../../godmode/update_manager/update_manager.php:47 +#: ../../godmode/update_manager/update_manager.php:61 msgid "Update manager » Online" msgstr "" -#: ../../godmode/update_manager/update_manager.offline.php:29 -msgid "Drop the package here or" +#: ../../godmode/update_manager/update_manager.php:64 +msgid "Update manager » Messages" msgstr "" -#: ../../godmode/update_manager/update_manager.offline.php:30 -msgid "browse it" +#: ../../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.offline.php:31 -msgid "The package has been uploaded successfully." +#: ../../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.offline.php:32 +#: ../../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 "" -"Remember that this package will override the actual Pandora FMS files and it " -"is recommended to do a backup before continue with the update." +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" msgstr "" -#: ../../godmode/update_manager/update_manager.offline.php:33 -msgid "Click on the file below to begin." +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +msgid "Mark as not read" msgstr "" -#: ../../godmode/update_manager/update_manager.offline.php:34 -msgid "Updating" +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +msgid "Mark as read" msgstr "" -#: ../../godmode/update_manager/update_manager.offline.php:35 -msgid "Package updated successfully." +#: ../../godmode/update_manager/update_manager.messages.php:136 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +#: ../../operation/messages/message_list.php:122 +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +msgid "Subject" msgstr "" -#: ../../godmode/update_manager/update_manager.offline.php:36 -msgid "" -"If there are any database change, it will be applied on the next login." +#: ../../godmode/update_manager/update_manager.messages.php:186 +msgid "There is not any update manager messages." 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 +#: ../../godmode/update_manager/update_manager.online.php:45 #, 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 +#: ../../godmode/update_manager/update_manager.online.php:52 #, 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 +#: ../../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/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." +#: ../../godmode/update_manager/update_manager.online.php:74 +msgid "The last version of package installed is:" 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 +#: ../../godmode/update_manager/update_manager.online.php:79 msgid "Checking for the newest package." msgstr "" -#: ../../godmode/update_manager/update_manager.online.php:75 +#: ../../godmode/update_manager/update_manager.online.php:83 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 -msgid "Database maintenance" +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" msgstr "" -#: ../../godmode/db/db_info.php:32 -msgid "Database information" +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" msgstr "" -#: ../../godmode/db/db_info.php:34 -msgid "Module data received" +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." msgstr "" -#: ../../godmode/db/db_refine.php:42 -msgid "Maximum is equal to minimum" -msgstr "" - -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" -msgstr "" - -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" -msgstr "" - -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" -msgstr "" - -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" -msgstr "" - -#: ../../godmode/db/db_refine.php:105 -msgid "Purge data out of these limits" -msgstr "" - -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 -msgid "Minimum" -msgstr "" - -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -msgid "Maximum" -msgstr "" - -#: ../../godmode/db/db_purge.php:43 -msgid "Get data from agent" -msgstr "" - -#: ../../godmode/db/db_purge.php:75 -#, php-format -msgid "Purge task launched for agent %s :: Data older than %s" -msgstr "" - -#: ../../godmode/db/db_purge.php:78 +#: ../../godmode/update_manager/update_manager.offline.php:40 msgid "" -"Please be patient. This operation can take a long time depending on the " -"amount of modules." +"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/db/db_purge.php:92 -#, php-format -msgid "Deleting records for module %s" +#: ../../godmode/update_manager/update_manager.offline.php:41 +msgid "Click on the file below to begin." msgstr "" -#: ../../godmode/db/db_purge.php:140 -#, php-format -msgid "Total errors: %s" +#: ../../godmode/update_manager/update_manager.offline.php:42 +msgid "Updating" msgstr "" -#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 -#, php-format -msgid "Total records deleted: %s" +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." msgstr "" -#: ../../godmode/db/db_purge.php:149 -msgid "Deleting records for all agents" +#: ../../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/db/db_purge.php:166 -msgid "Choose agent" +#: ../../godmode/update_manager/update_manager.offline.php:45 +msgid "Package not updated." msgstr "" -#: ../../godmode/db/db_purge.php:172 -msgid "Select the agent you want information about" +#: ../../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/db/db_purge.php:174 -msgid "Get data" +#: ../../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/db/db_purge.php:175 -msgid "Click here to get the data from the agent specified in the select box" +#: ../../godmode/category/edit_category.php:57 +msgid "Editor" msgstr "" -#: ../../godmode/db/db_purge.php:179 -#, php-format -msgid "Information on agent %s in the database" +#: ../../godmode/category/edit_category.php:76 +msgid "Error updating category" msgstr "" -#: ../../godmode/db/db_purge.php:182 -msgid "Information on all agents in the database" +#: ../../godmode/category/edit_category.php:80 +msgid "Successfully updated category" msgstr "" -#: ../../godmode/db/db_purge.php:317 -msgid "Packets less than three months old" +#: ../../godmode/category/edit_category.php:99 +msgid "Error creating category" msgstr "" -#: ../../godmode/db/db_purge.php:319 -msgid "Packets less than one month old" +#: ../../godmode/category/edit_category.php:105 +msgid "Successfully created category" msgstr "" -#: ../../godmode/db/db_purge.php:321 -msgid "Packets less than two weeks old" +#: ../../godmode/category/edit_category.php:137 +msgid "Update category" msgstr "" -#: ../../godmode/db/db_purge.php:323 -msgid "Packets less than one week old" +#: ../../godmode/category/edit_category.php:146 +#: ../../godmode/category/category.php:150 +msgid "Create category" msgstr "" -#: ../../godmode/db/db_purge.php:325 -msgid "Packets less than three days old" +#: ../../godmode/category/category.php:72 +msgid "Error deleting category" msgstr "" -#: ../../godmode/db/db_purge.php:327 -msgid "Packets less than one day old" +#: ../../godmode/category/category.php:76 +msgid "Successfully deleted category" msgstr "" -#: ../../godmode/db/db_purge.php:329 -msgid "Total number of packets" +#: ../../godmode/category/category.php:110 +msgid "Category name" 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 "" - -#: ../../godmode/db/db_purge.php:341 -msgid "Purge data over 1 month" -msgstr "" - -#: ../../godmode/db/db_purge.php:342 -msgid "Purge data over 2 weeks" -msgstr "" - -#: ../../godmode/db/db_purge.php:343 -msgid "Purge data over 1 week" -msgstr "" - -#: ../../godmode/db/db_purge.php:344 -msgid "Purge data over 3 days" -msgstr "" - -#: ../../godmode/db/db_purge.php:345 -msgid "Purge data over 1 day" -msgstr "" - -#: ../../godmode/db/db_purge.php:346 -msgid "All data until now" -msgstr "" - -#: ../../godmode/db/db_purge.php:350 -msgid "Purge" -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:62 ../../godmode/db/db_audit.php:81 -msgid "Records" -msgstr "" - -#: ../../godmode/db/db_event.php:64 ../../godmode/db/db_audit.php:84 -msgid "First date" -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_event.php:92 ../../godmode/db/db_audit.php:107 -msgid "Do it!" -msgstr "" - -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" -msgstr "" - -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" -msgstr "" - -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" -msgstr "" - -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" -msgstr "" - -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" -msgstr "" - -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" -msgstr "" - -#: ../../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_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:88 -msgid "Latest date" -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/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 -msgid "" -"Maximum number of points that a netflow area chart will display. The higher " -"the resolution the performance. Values between 50 and 100 are recommended." -msgstr "" - -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Sets the maximum lifetime for netflow data in days." -msgstr "" - -#: ../../godmode/setup/os.list.php:69 -msgid "There are no defined operating systems" -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/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/category/category.php:141 +msgid "No categories found" msgstr "" #: ../../godmode/setup/gis_step_2.php:39 @@ -29299,6 +20904,21 @@ msgstr "" msgid "This selects what to change by clicking on the map" msgstr "" +#: ../../godmode/setup/gis_step_2.php:296 +#: ../../operation/agentes/gis_view.php:179 +msgid "Latitude" +msgstr "" + +#: ../../godmode/setup/gis_step_2.php:300 +#: ../../operation/agentes/gis_view.php:178 +msgid "Longitude" +msgstr "" + +#: ../../godmode/setup/gis_step_2.php:304 +#: ../../operation/agentes/gis_view.php:180 +msgid "Altitude" +msgstr "" + #: ../../godmode/setup/gis_step_2.php:353 #: ../../godmode/setup/gis_step_2.php:446 msgid "Center" @@ -29308,129 +20928,461 @@ msgstr "" msgid "Refresh preview map" msgstr "" -#: ../../godmode/setup/setup.php:137 +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "" + +#: ../../godmode/setup/file_manager.php:63 +#: ../../godmode/servers/plugin.php:224 +#: ../../include/functions_filemanager.php:561 +#, php-format +msgid "Index of %s" +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:125 +msgid "" +"If this option is enabled, the users can use double authentication with " +"their accounts" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:137 +msgid "Session timeout (mins)" +msgstr "" + +#: ../../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/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "" + +#: ../../godmode/setup/os.list.php:81 +msgid "Create OS" +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:86 ../../godmode/setup/news.php:130 +msgid "Name error" +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/setup.php:90 ../../godmode/setup/setup.php:125 +#: ../../godmode/menu.php:245 +msgid "Visual styles" +msgstr "" + +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +#: ../../godmode/menu.php:255 ../../operation/agentes/ver_agente.php:1032 +#: ../../operation/agentes/ver_agente.php:1187 +msgid "eHorus" +msgstr "" + +#: ../../godmode/setup/setup.php:145 msgid "Correct update the setup options" msgstr "" +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "" + +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "" + +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "" + +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "" + +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "" + +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "" + +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" +msgstr "" + +#: ../../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:263 +msgid "Edit OS" +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:360 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/news.php:28 +msgid "Site news management" msgstr "" -#: ../../godmode/setup/performance.php:47 +#: ../../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:222 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../operation/agentes/estado_generalagente.php:393 +msgid "Author" +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/performance.php:49 msgid "" "If the compaction or purge of the data is more frequent than the events " "deletion, anomalies in module graphs could appear" msgstr "" -#: ../../godmode/setup/performance.php:62 +#: ../../godmode/setup/performance.php:52 +#: ../../include/functions_config.php:373 +msgid "Max. days before delete traps" +msgstr "" + +#: ../../godmode/setup/performance.php:58 +#: ../../include/functions_config.php:375 +msgid "Max. days before delete string data" +msgstr "" + +#: ../../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 "" "Configure a purge period more frequent than a compact data period has no " "sense" msgstr "" -#: ../../godmode/setup/performance.php:80 +#: ../../godmode/setup/performance.php:67 +#: ../../include/functions_config.php:385 +msgid "Max. days before compact data" +msgstr "" + +#: ../../godmode/setup/performance.php:70 +#: ../../include/functions_config.php:383 +msgid "Max. days before delete unknown modules" +msgstr "" + +#: ../../godmode/setup/performance.php:82 +msgid "Item limit for realtime reports" +msgstr "" + +#: ../../godmode/setup/performance.php:82 +msgid "" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." +msgstr "" + +#: ../../godmode/setup/performance.php:86 +#: ../../include/functions_config.php:389 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "" + +#: ../../godmode/setup/performance.php:86 msgid "Data will be compacted in intervals of the specified length." msgstr "" -#: ../../godmode/setup/performance.php:87 +#: ../../godmode/setup/performance.php:93 msgid "Last day" msgstr "" -#: ../../godmode/setup/performance.php:89 +#: ../../godmode/setup/performance.php:95 msgid "10 days" msgstr "" -#: ../../godmode/setup/performance.php:91 +#: ../../godmode/setup/performance.php:97 msgid "2 weeks" msgstr "" -#: ../../godmode/setup/performance.php:101 +#: ../../godmode/setup/performance.php:103 +#: ../../include/functions_config.php:393 +msgid "Use realtime statistics" +msgstr "" + +#: ../../godmode/setup/performance.php:107 +#: ../../include/functions_config.php:395 +msgid "Batch statistics period (secs)" +msgstr "" + +#: ../../godmode/setup/performance.php:107 msgid "" "If realtime statistics are disabled, statistics interval resfresh will be " "set here." msgstr "" -#: ../../godmode/setup/performance.php:108 +#: ../../godmode/setup/performance.php:114 +#: ../../include/functions_config.php:399 +msgid "Max. recommended number of files in attachment directory" +msgstr "" + +#: ../../godmode/setup/performance.php:114 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 " @@ -29438,35 +21390,198 @@ msgid "" msgstr "" #: ../../godmode/setup/performance.php:117 +#: ../../include/functions_config.php:401 +msgid "Delete not init modules" +msgstr "" + +#: ../../godmode/setup/performance.php:123 msgid "Database maintenance options" msgstr "" -#: ../../godmode/setup/setup_auth.php:57 -msgid "Local Pandora FMS" +#: ../../godmode/setup/performance.php:129 +#: ../../include/functions_graph.php:2992 +msgid "Others" msgstr "" -#: ../../godmode/setup/setup_auth.php:57 -msgid "ldap" +#: ../../godmode/setup/setup_ehorus.php:54 +#: ../../include/functions_config.php:666 +msgid "Enable eHorus" msgstr "" -#: ../../godmode/setup/setup_auth.php:69 +#: ../../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 "" -"Enable this option if you want to fallback to local authentication when " -"remote (ldap etc...) authentication failed." +"Time in seconds to set the maximum time of the requests to the eHorus API" msgstr "" -#: ../../godmode/setup/setup_auth.php:202 +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "0 to disable" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:106 +msgid "Test" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:122 +msgid "Remote Management System" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Custom field eHorusID created" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Error creating custom field" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:133 +msgid "eHorus has his own agent identifiers" +msgstr "" + +#: ../../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 "" -"If this option is enabled, the users can use double authentication with " -"their accounts" +"Possibly the eHorus id will have to be filled in by hand for every agent" msgstr "" -#: ../../godmode/setup/setup_auth.php:214 -msgid "Session timeout (mins)" +#: ../../godmode/setup/setup_ehorus.php:140 +msgid "The custom field does not exists already" msgstr "" -#: ../../godmode/setup/setup_auth.php:215 -msgid "This is defined in minutes" +#: ../../godmode/setup/setup_ehorus.php:154 +msgid "eHorus API" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:186 +msgid "Connection timeout" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:187 +msgid "Empty user or password" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:188 +msgid "User not found" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:189 +msgid "Invalid password" +msgstr "" + +#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:259 +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_netflow.php:41 +#: ../../include/functions_config.php:616 +msgid "Data storage path" +msgstr "" + +#: ../../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:618 +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:620 +msgid "Daemon binary path" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:52 +#: ../../include/functions_config.php:622 +msgid "Nfdump binary path" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:55 +#: ../../include/functions_config.php:624 +msgid "Nfexpire binary path" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:58 +#: ../../include/functions_config.php:626 +msgid "Maximum chart resolution" +msgstr "" + +#: ../../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." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:65 +#: ../../include/functions_config.php:630 +#: ../../include/functions_config.php:636 +msgid "Netflow max lifetime" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Sets the maximum lifetime for netflow data in days." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:68 +#: ../../include/functions_config.php:632 +msgid "Name resolution for IP address" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:69 +#: ../../operation/netflow/nf_live_view.php:267 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../operation/netflow/nf_live_view.php:264 +msgid "IP address resolution can take a lot of time" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:74 +#: ../../include/functions_config.php:468 +msgid "Default interval for refresh on Visual Console" msgstr "" #: ../../godmode/setup/setup_visuals.php:75 @@ -29478,1100 +21593,1383 @@ 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:441 +msgid "Style template" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:135 +#: ../../include/functions_config.php:449 +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:466 +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:492 +msgid "Fixed header" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:218 +#: ../../include/functions_config.php:494 +msgid "Fixed menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:226 +#: ../../include/functions_config.php:488 +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:484 +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:486 +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:451 +msgid "Font path" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:311 +#: ../../include/functions_config.php:472 +#: ../../include/functions_config.php:474 +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:476 +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:478 +#: ../../include/functions_config.php:480 +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:482 +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:418 +msgid "Graph color #4" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:368 +#: ../../include/functions_config.php:420 +msgid "Graph color #5" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:372 +#: ../../include/functions_config.php:422 +msgid "Graph color #6" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:376 +#: ../../include/functions_config.php:424 +msgid "Graph color #7" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:380 +#: ../../include/functions_config.php:426 +msgid "Graph color #8" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:384 +#: ../../include/functions_config.php:428 +msgid "Graph color #9" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:388 +#: ../../include/functions_config.php:430 +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:405 +#: ../../include/functions_config.php:436 +msgid "Data precision for reports" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:409 +#: ../../include/functions_config.php:506 +msgid "Default line thickness for the Custom Graph." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:429 +#: ../../include/functions_config.php:502 +msgid "Shortened module graph data" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:430 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:440 msgid "Type of module charts" msgstr "" -#: ../../godmode/setup/setup_visuals.php:385 +#: ../../godmode/setup/setup_visuals.php:450 msgid "Charts configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:400 +#: ../../godmode/setup/setup_visuals.php:465 +#: ../../include/functions_config.php:470 +msgid "Default line thickness for the Visual Console" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:465 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:563 msgid "Show QR Code icon in the header" msgstr "" -#: ../../godmode/setup/setup_visuals.php:510 +#: ../../godmode/setup/setup_visuals.php:574 +#: ../../include/functions_config.php:498 +msgid "Custom graphviz directory" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:575 msgid "Custom directory where the graphviz binaries are stored." msgstr "" -#: ../../godmode/setup/setup_visuals.php:563 +#: ../../godmode/setup/setup_visuals.php:581 +#: ../../include/functions_config.php:500 +msgid "Networkmap max width" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:628 msgid "Custom values post process" msgstr "" -#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:642 msgid "Delete custom values" msgstr "" -#: ../../godmode/setup/setup_visuals.php:597 +#: ../../godmode/setup/setup_visuals.php:662 msgid "Interval values" msgstr "" -#: ../../godmode/setup/setup_visuals.php:622 +#: ../../godmode/setup/setup_visuals.php:687 msgid "Other configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:803 +#: ../../godmode/setup/setup_visuals.php:869 +#: ../../godmode/setup/setup_visuals.php:909 msgid "Logo preview" msgstr "" -#: ../../godmode/setup/setup_visuals.php:843 +#: ../../godmode/setup/setup_visuals.php:949 msgid "Background preview" msgstr "" -#: ../../godmode/setup/setup_visuals.php:887 +#: ../../godmode/setup/setup_visuals.php:993 msgid "Gis icons preview" msgstr "" -#: ../../godmode/setup/setup_visuals.php:942 +#: ../../godmode/setup/setup_visuals.php:1048 msgid "Status set preview" msgstr "" -#: ../../godmode/setup/gis.php:62 -msgid "Map connection name" +#: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/events/events.php:42 +msgid "Filter list" msgstr "" -#: ../../godmode/setup/gis.php:83 -msgid "Do you wan delete this connection?" +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" msgstr "" -#: ../../godmode/massive/massive_delete_agents.php:57 +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "" + +#: ../../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 +#: ../../godmode/menu.php:56 +msgid "Netflow filters" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../operation/events/events_list.php:211 +#: ../../operation/events/events_list.php:242 +msgid "Update filter" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../operation/netflow/nf_live_view.php:331 +msgid "Dst Ip" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../operation/netflow/nf_live_view.php:331 +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 "" + +#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../operation/netflow/nf_live_view.php:340 +msgid "Src Ip" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../operation/netflow/nf_live_view.php:340 +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 "" + +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Dst Port" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../operation/netflow/nf_live_view.php:352 +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 "" + +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Src Port" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../operation/netflow/nf_live_view.php:361 +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 "" + +#: ../../godmode/netflow/nf_edit_form.php:225 +#: ../../operation/netflow/nf_live_view.php:379 +msgid "Aggregate by" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../include/functions_netflow.php:1657 +msgid "Protocol" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Src Ip Address" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Dst Ip Address" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:230 +#: ../../operation/netflow/nf_live_view.php:384 +msgid "Output format" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Kilobytes" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Megabytes" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Kilobytes per second" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Megabytes per second" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:39 +#: ../../operation/reporting/reporting_viewer.php:77 +msgid "Report list" +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:162 +#: ../../godmode/events/event_filter.php:158 +msgid "There are no defined filters" +msgstr "" + +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "" + +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "" + +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "" + +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "" + +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "" + +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:8474 +msgid "Total events" +msgstr "" + +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "" + +#: ../../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_audit.php:19 ../../godmode/db/db_purge.php:37 +#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_event.php:21 +#: ../../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_purge.php:335 +#: ../../godmode/db/db_event.php:73 +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_purge.php:38 ../../godmode/menu.php:302 +msgid "Database purge" +msgstr "" + +#: ../../godmode/db/db_purge.php:43 +msgid "Get data from agent" +msgstr "" + +#: ../../godmode/db/db_purge.php:75 #, php-format -msgid "" -"There was an error deleting the agent, the operation has been cancelled " -"Could not delete agent %s" +msgid "Purge task launched for agent %s :: Data older than %s" msgstr "" -#: ../../godmode/massive/massive_delete_agents.php:63 +#: ../../godmode/db/db_purge.php:78 +msgid "" +"Please be patient. This operation can take a long time depending on the " +"amount of modules." +msgstr "" + +#: ../../godmode/db/db_purge.php:92 #, php-format -msgid "Successfully deleted (%s)" +msgid "Deleting records for module %s" 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" -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 -msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." -msgstr "" - -#: ../../godmode/massive/massive_delete_alerts.php:78 -#: ../../godmode/massive/massive_add_alerts.php:78 -msgid "No alert selected" -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_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_delete_modules.php:396 -#: ../../godmode/massive/massive_edit_modules.php:238 -msgid "Selection mode" -msgstr "" - -#: ../../godmode/massive/massive_delete_modules.php:397 -#: ../../godmode/massive/massive_edit_modules.php:239 -msgid "Select modules first" -msgstr "" - -#: ../../godmode/massive/massive_delete_modules.php:399 -#: ../../godmode/massive/massive_edit_modules.php:241 -msgid "Select agents first" -msgstr "" - -#: ../../godmode/massive/massive_delete_modules.php:414 -#: ../../godmode/massive/massive_edit_modules.php:257 -msgid "Select all modules of this type" -msgstr "" - -#: ../../godmode/massive/massive_delete_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:286 -msgid "Select all modules of this group" -msgstr "" - -#: ../../godmode/massive/massive_delete_modules.php:471 -#: ../../godmode/massive/massive_edit_modules.php:297 -msgid "When select modules" -msgstr "" - -#: ../../godmode/massive/massive_delete_modules.php:474 -#: ../../godmode/massive/massive_edit_modules.php:300 -msgid "Show common agents" -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 +#: ../../godmode/db/db_purge.php:140 #, php-format -msgid "%d modules updated" +msgid "Total errors: %s" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:272 -msgid "There are not registered plugins" +#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 +#, php-format +msgid "Total records deleted: %s" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:421 -msgid "Invalid plugin data" +#: ../../godmode/db/db_purge.php:149 +msgid "Deleting records for all agents" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:528 -msgid "Clear" +#: ../../godmode/db/db_purge.php:166 +msgid "Choose agent" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:556 -msgid "Invalid macros array" +#: ../../godmode/db/db_purge.php:167 +#: ../../operation/incidents/incident.php:279 +msgid "All agents" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:581 -msgid "Multiple values" +#: ../../godmode/db/db_purge.php:172 +msgid "Select the agent you want information about" 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" +#: ../../godmode/db/db_purge.php:174 +msgid "Get data" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:629 -msgid "Invalid agent element" +#: ../../godmode/db/db_purge.php:175 +msgid "Click here to get the data from the agent specified in the select box" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:640 -msgid "Invalid modules array" +#: ../../godmode/db/db_purge.php:179 +#, php-format +msgid "Information on agent %s in the database" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:668 -msgid "Invalid module element" +#: ../../godmode/db/db_purge.php:182 +msgid "Information on all agents in the database" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:876 -msgid "There are no modules using this plugin" +#: ../../godmode/db/db_purge.php:317 +msgid "Packets less than three months old" msgstr "" -#: ../../godmode/massive/massive_edit_plugins.php:955 -msgid "There was a problem loading the module plugin macros data" +#: ../../godmode/db/db_purge.php:319 +msgid "Packets less than one month old" msgstr "" -#: ../../godmode/massive/massive_add_tags.php:43 -msgid "No tags selected" +#: ../../godmode/db/db_purge.php:321 +msgid "Packets less than two weeks old" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:95 -msgid "No values changed" +#: ../../godmode/db/db_purge.php:323 +msgid "Packets less than one week old" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:124 -msgid "Configuration files deleted successfully" +#: ../../godmode/db/db_purge.php:325 +msgid "Packets less than three days old" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:125 -msgid "Configuration files cannot be deleted" +#: ../../godmode/db/db_purge.php:327 +msgid "Packets less than one day old" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:183 -msgid "Agents updated successfully" +#: ../../godmode/db/db_purge.php:329 +msgid "Total number of packets" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:184 -msgid "Agents cannot be updated" +#: ../../godmode/db/db_purge.php:340 +msgid "Purge data over 3 months" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Delete available remote configurations" +#: ../../godmode/db/db_purge.php:341 +msgid "Purge data over 1 month" msgstr "" -#: ../../godmode/massive/massive_edit_agents.php:384 -msgid "Without status" +#: ../../godmode/db/db_purge.php:342 +msgid "Purge data over 2 weeks" msgstr "" -#: ../../godmode/massive/massive_delete_tags.php:107 -msgid "No tag selected" +#: ../../godmode/db/db_purge.php:343 +msgid "Purge data over 1 week" msgstr "" -#: ../../godmode/massive/massive_add_profiles.php:72 -msgid "Profiles added successfully" +#: ../../godmode/db/db_purge.php:344 +msgid "Purge data over 3 days" msgstr "" -#: ../../godmode/massive/massive_add_profiles.php:73 -msgid "Profiles cannot be added" +#: ../../godmode/db/db_purge.php:345 +msgid "Purge data over 1 day" msgstr "" -#: ../../godmode/massive/massive_add_action_alerts.php:85 -msgid "No alerts selected" +#: ../../godmode/db/db_purge.php:346 +msgid "All data until now" msgstr "" -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "No action selected" +#: ../../godmode/db/db_purge.php:350 +msgid "Purge" msgstr "" -#: ../../godmode/massive/massive_add_action_alerts.php:142 -#: ../../godmode/massive/massive_delete_action_alerts.php:145 -msgid "Agents with templates" +#: ../../godmode/db/db_info.php:32 +msgid "Database information" msgstr "" -#: ../../godmode/massive/massive_edit_modules.php:456 -msgid "SMNP community" +#: ../../godmode/db/db_info.php:34 +msgid "Module data received" msgstr "" -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "Policy linking status" +#: ../../godmode/db/db_event.php:22 +msgid "Event database cleanup" msgstr "" -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "This field only has sense in modules adopted by a policy." +#: ../../godmode/db/db_event.php:40 +msgid "Successfully deleted old events" msgstr "" -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Linked" +#: ../../godmode/db/db_event.php:43 +msgid "Error deleting old events" msgstr "" -#: ../../godmode/massive/massive_edit_modules.php:571 -msgid "The module still store data but the alerts and events will be stop" +#: ../../godmode/db/db_event.php:67 +msgid "Latest data" msgstr "" -#: ../../godmode/massive/massive_operations.php:36 -msgid "Bulk alert add" +#: ../../godmode/db/db_event.php:81 +msgid "Purge event data over 90 days" msgstr "" -#: ../../godmode/massive/massive_operations.php:37 -msgid "Bulk alert delete" +#: ../../godmode/db/db_event.php:82 +msgid "Purge event data over 30 days" msgstr "" -#: ../../godmode/massive/massive_operations.php:38 -msgid "Bulk alert actions add" +#: ../../godmode/db/db_event.php:83 +msgid "Purge event data over 14 days" msgstr "" -#: ../../godmode/massive/massive_operations.php:39 -msgid "Bulk alert actions delete" +#: ../../godmode/db/db_event.php:84 +msgid "Purge event data over 7 days" msgstr "" -#: ../../godmode/massive/massive_operations.php:40 -msgid "Bulk alert enable/disable" +#: ../../godmode/db/db_event.php:85 +msgid "Purge event data over 3 days" msgstr "" -#: ../../godmode/massive/massive_operations.php:41 -msgid "Bulk alert setting standby" +#: ../../godmode/db/db_event.php:86 +msgid "Purge event data over 1 day" msgstr "" -#: ../../godmode/massive/massive_operations.php:44 -msgid "Bulk agent edit" +#: ../../godmode/db/db_event.php:87 +msgid "Purge all event data" msgstr "" -#: ../../godmode/massive/massive_operations.php:45 -msgid "Bulk agent delete" +#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:303 +#: ../../include/functions_db.php:1108 +msgid "Database debug" msgstr "" -#: ../../godmode/massive/massive_operations.php:49 -msgid "Bulk profile add" +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" msgstr "" -#: ../../godmode/massive/massive_operations.php:50 -msgid "Bulk profile delete" +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" msgstr "" -#: ../../godmode/massive/massive_operations.php:57 -msgid "Bulk module delete" +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" msgstr "" -#: ../../godmode/massive/massive_operations.php:58 -msgid "Bulk module edit" +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" msgstr "" -#: ../../godmode/massive/massive_operations.php:59 -msgid "Bulk module copy" +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" msgstr "" -#: ../../godmode/massive/massive_operations.php:62 -msgid "Bulk plugin edit" +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" msgstr "" -#: ../../godmode/massive/massive_operations.php:231 -msgid "Please wait..." +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" msgstr "" -#: ../../godmode/massive/massive_operations.php:268 -msgid "The blank fields will not be updated" +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" msgstr "" -#: ../../godmode/massive/massive_delete_action_alerts.php:56 -msgid "Could not be deleted. No agents selected" +#: ../../godmode/users/user_list.php:121 +msgid "Users defined in Pandora" msgstr "" -#: ../../godmode/massive/massive_delete_action_alerts.php:72 -msgid "Could not be deleted. No alerts selected" +#: ../../godmode/users/user_list.php:143 +#, php-format +msgid "Deleted user %s" msgstr "" -#: ../../godmode/massive/massive_delete_action_alerts.php:111 -msgid "Could not be deleted. No action selected" +#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 +msgid "There was a problem deleting the user" msgstr "" -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -msgid "Enabled alerts" +#: ../../godmode/users/user_list.php:163 +#, php-format +msgid "Deleted user %s from metaconsole" msgstr "" -#: ../../godmode/massive/massive_enable_disable_alerts.php:165 -msgid "Disable selected alerts" +#: ../../godmode/users/user_list.php:172 +#, php-format +msgid "Deleted user %s from %s" msgstr "" -#: ../../godmode/massive/massive_enable_disable_alerts.php:169 -msgid "Enable selected alerts" +#: ../../godmode/users/user_list.php:175 +#, php-format +msgid "Successfully deleted from %s" msgstr "" -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Disabled alerts" +#: ../../godmode/users/user_list.php:176 +#, php-format +msgid "There was a problem deleting the user from %s" msgstr "" -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" +#: ../../godmode/users/user_list.php:189 +#: ../../godmode/users/profile_list.php:88 +msgid "There was a problem deleting the profile" msgstr "" -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" msgstr "" -#: ../../godmode/modules/manage_nc_groups.php:237 -msgid "There are no defined component groups" +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" msgstr "" -#: ../../godmode/modules/manage_network_components.php:42 -msgid "Network component management" +#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 +msgid "Search by username, fullname or email" msgstr "" -#: ../../godmode/modules/manage_network_components.php:492 -msgid "Search by name, description, tcp send or tcp rcv, list matches." +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" msgstr "" -#: ../../godmode/modules/manage_network_components.php:544 -msgid "Max/Min" +#: ../../godmode/users/user_list.php:266 +#: ../../godmode/users/configure_user.php:438 +#: ../../operation/users/user_edit.php:205 +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/search_users.php:38 +#: ../../include/functions_reporting_html.php:2082 +msgid "User ID" msgstr "" -#: ../../godmode/modules/manage_network_components.php:570 -msgid "Network module" +#: ../../godmode/users/user_list.php:276 ../../operation/search_users.php:50 +msgid "Profile" msgstr "" -#: ../../godmode/modules/manage_network_components.php:574 -msgid "WMI module" +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" msgstr "" -#: ../../godmode/modules/manage_network_components.php:578 -msgid "Plug-in module" +#: ../../godmode/users/user_list.php:407 +#: ../../godmode/users/configure_user.php:474 +#: ../../operation/users/user_edit.php:229 +msgid "E-mail" msgstr "" -#: ../../godmode/modules/manage_network_components.php:609 -msgid "There are no defined network components" +#: ../../godmode/users/user_list.php:414 +#: ../../godmode/users/configure_user.php:465 +#: ../../operation/search_users.php:64 +msgid "Administrator" msgstr "" -#: ../../godmode/modules/manage_network_components.php:616 -msgid "Create a new network component" +#: ../../godmode/users/user_list.php:458 ../../operation/search_users.php:82 +msgid "The user doesn't have any assigned profile/group" msgstr "" -#: ../../godmode/modules/manage_network_components.php:617 -msgid "Create a new plugin component" +#: ../../godmode/users/user_list.php:471 +msgid "Deleting User" msgstr "" -#: ../../godmode/modules/manage_network_components.php:618 -msgid "Create a new WMI component" +#: ../../godmode/users/user_list.php:473 +msgid "Delete from all consoles" msgstr "" -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module template management" +#: ../../godmode/users/user_list.php:473 +#, php-format +msgid "Deleting User %s from all consoles" msgstr "" -#: ../../godmode/modules/manage_network_templates.php:52 -msgid "Template successfully deleted" +#: ../../godmode/users/user_list.php:489 +msgid "Create user" 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/users/user_list.php:493 +#: ../../godmode/users/configure_user.php:144 msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" +"The current authentication scheme doesn't support creating users from " +"Pandora FMS" msgstr "" -#: ../../godmode/reporting/visual_console_builder.data.php:124 -msgid "Background image" +#: ../../godmode/users/configure_user.php:90 +#: ../../operation/users/user_edit.php:86 +msgid "User detail editor" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:487 -#: ../../godmode/reporting/reporting_builder.list_items.php:492 -msgid "Sort items" +#: ../../godmode/users/configure_user.php:180 +msgid "User ID cannot be empty" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:494 -msgid "Sort selected items from position: " +#: ../../godmode/users/configure_user.php:187 +msgid "Passwords cannot be empty" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move before to" +#: ../../godmode/users/configure_user.php:194 +msgid "Passwords didn't match" 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/users/configure_user.php:243 msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." +"Strict ACL is not recommended for admin users because performance could be " +"affected." msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:576 -msgid "Please select any item to order" +#: ../../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 +#: ../../operation/users/user_edit.php:177 +#: ../../operation/users/user_edit.php:185 +msgid "User info successfully updated" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:606 -msgid "Are you sure to delete the items into the report?\\n" +#: ../../godmode/users/configure_user.php:301 +#: ../../godmode/users/configure_user.php:311 +#: ../../godmode/users/configure_user.php:339 +#: ../../godmode/users/configure_user.php:345 +#: ../../godmode/users/configure_user.php:373 +msgid "Error updating user info (no change?)" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:628 -msgid "Please select any item to delete" +#: ../../godmode/users/configure_user.php:315 +msgid "Passwords does not match" 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/users/configure_user.php:363 msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." +"Strict ACL is not recommended for this user. Performance could be affected." msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1575 -msgid "Please save the report to start adding items into the list." +#: ../../godmode/users/configure_user.php:395 +msgid "Profile added successfully" msgstr "" -#: ../../godmode/reporting/map_builder.php:187 -#: ../../godmode/reporting/map_builder.php:197 -msgid "Not copied. Error copying data" +#: ../../godmode/users/configure_user.php:396 +msgid "Profile cannot be added" msgstr "" -#: ../../godmode/reporting/map_builder.php:255 -#: ../../general/firts_task/map_builder.php:24 -msgid "There are no visual console defined yet." +#: ../../godmode/users/configure_user.php:422 +msgid "Update User" msgstr "" -#: ../../godmode/reporting/graphs.php:144 -msgid "Number of Graphs" +#: ../../godmode/users/configure_user.php:425 +msgid "Create User" msgstr "" -#: ../../godmode/reporting/graphs.php:198 -msgid "Create graph" +#: ../../godmode/users/configure_user.php:442 +#: ../../operation/users/user_edit.php:207 +msgid "Full (display) name" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:77 +#: ../../godmode/users/configure_user.php:454 +#: ../../operation/users/user_edit.php:242 +msgid "Password confirmation" +msgstr "" + +#: ../../godmode/users/configure_user.php:461 +msgid "Global Profile" +msgstr "" + +#: ../../godmode/users/configure_user.php:466 msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" +"This user has permissions to manage all. An admin user should not requiere " +"additional group permissions, except for using Enterprise ACL." msgstr "" -#: ../../godmode/reporting/reporting_builder.php:78 -msgid "An error has ocurred" +#: ../../godmode/users/configure_user.php:470 +#: ../../operation/search_users.php:69 +msgid "Standard User" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:332 -#: ../../godmode/reporting/reporting_builder.php:1771 -#: ../../godmode/reporting/reporting_builder.php:1823 -msgid "Reports list" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Free text for search: " -msgstr "" - -#: ../../godmode/reporting/reporting_builder.php:437 -msgid "Search by report name or description, list matches." -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/users/configure_user.php:471 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 user has separated permissions to view data in his group agents, create " +"incidents belong to his groups, add notes in another incidents, create " +"personal assignments or reviews and other tasks, on different profiles" msgstr "" -#: ../../godmode/reporting/reporting_builder.main.php:110 -msgid "Non interactive report" +#: ../../godmode/users/configure_user.php:478 +#: ../../operation/users/user_edit.php:231 +msgid "Phone number" msgstr "" -#: ../../godmode/tag/edit_tag.php:52 ../../godmode/tag/tag.php:100 -msgid "List tags" +#: ../../godmode/users/configure_user.php:506 +#: ../../godmode/groups/configure_group.php:181 +#: ../../operation/users/user_edit.php:346 +msgid "Skin" msgstr "" -#: ../../godmode/tag/edit_tag.php:63 ../../godmode/tag/tag.php:110 -msgid "Tags configuration" +#: ../../godmode/users/configure_user.php:513 +msgid "Use global conf" msgstr "" -#: ../../godmode/tag/edit_tag.php:87 -msgid "Error updating tag" +#: ../../godmode/users/configure_user.php:528 +msgid "Metaconsole access" msgstr "" -#: ../../godmode/tag/edit_tag.php:91 -msgid "Successfully updated tag" +#: ../../godmode/users/configure_user.php:536 +msgid "Not Login" msgstr "" -#: ../../godmode/tag/edit_tag.php:117 -msgid "Error creating tag" +#: ../../godmode/users/configure_user.php:537 +msgid "The user with not login set only can access to API." msgstr "" -#: ../../godmode/tag/edit_tag.php:123 -msgid "Successfully created tag" +#: ../../godmode/users/configure_user.php:540 +msgid "Strict ACL" msgstr "" -#: ../../godmode/tag/edit_tag.php:156 -msgid "Update Tag" +#: ../../godmode/users/configure_user.php:541 +msgid "" +"With this option enabled, the user will can access to accurate information. " +"It is not recommended for admin users because performance could be affected" msgstr "" -#: ../../godmode/tag/edit_tag.php:159 -msgid "Create Tag" +#: ../../godmode/users/configure_user.php:547 +msgid "Enable agents managment" msgstr "" -#: ../../godmode/tag/edit_tag.php:182 -msgid "Hyperlink to help information that has to exist previously." +#: ../../godmode/users/configure_user.php:554 +msgid "Assigned node" msgstr "" -#: ../../godmode/tag/edit_tag.php:192 -msgid "Associated Email direction to use later in alerts associated to Tags." +#: ../../godmode/users/configure_user.php:554 +msgid "Server where the agents created of this user will be placed" msgstr "" -#: ../../godmode/tag/edit_tag.php:202 -msgid "Associated phone number to use later in alerts associated to Tags." +#: ../../godmode/users/configure_user.php:566 +msgid "Enable node access" +msgstr "" + +#: ../../godmode/users/configure_user.php:566 +msgid "With this option enabled, the user will can access to nodes console" +msgstr "" + +#: ../../godmode/users/configure_user.php:597 +#: ../../godmode/users/configure_user.php:606 +#: ../../operation/users/user_edit.php:428 +#: ../../operation/users/user_edit.php:435 +msgid "Profiles/Groups assigned to this user" +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:283 +#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 +#: ../../operation/events/events.php:356 +msgid "Manage 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/profile_list.php:80 +msgid "" +"Unsucessful delete profile. Because the profile is used by some admin users." +msgstr "" + +#: ../../godmode/users/profile_list.php:226 +msgid "There was a problem updating this profile" +msgstr "" + +#: ../../godmode/users/profile_list.php:230 +msgid "Profile name cannot be empty" +msgstr "" + +#: ../../godmode/users/profile_list.php:282 +#: ../../godmode/users/profile_list.php:286 +msgid "There was a problem creating this profile" +msgstr "" + +#: ../../godmode/users/profile_list.php:320 +msgid "Network maps reading" +msgstr "" + +#: ../../godmode/users/profile_list.php:321 +msgid "Network maps writing" +msgstr "" + +#: ../../godmode/users/profile_list.php:322 +msgid "Network maps management" +msgstr "" + +#: ../../godmode/users/profile_list.php:323 +msgid "Visual console reading" +msgstr "" + +#: ../../godmode/users/profile_list.php:324 +msgid "Visual console writing" +msgstr "" + +#: ../../godmode/users/profile_list.php:325 +msgid "Visual console management" +msgstr "" + +#: ../../godmode/users/profile_list.php:398 +msgid "There are no defined profiles" +msgstr "" + +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "" + +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "" + +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "" + +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "" + +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "" + +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "" + +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "" + +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:192 +msgid "Update Filter" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:195 +msgid "Create Filter" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:204 +#: ../../operation/events/events_list.php:217 +msgid "Filter name" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:209 +msgid "" +"This group will be use to restrict the visibility of this filter with ACLs" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:274 +#: ../../operation/events/events_list.php:425 +msgid "User ack." +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:275 +msgid "Choose between the users who have validated an event. " +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:289 +#: ../../operation/events/events_list.php:571 +msgid "Group events" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:290 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1034 +#: ../../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 +#: ../../operation/events/events_list.php:569 +#: ../../mobile/operation/events.php:485 +#: ../../include/functions_events.php:2377 +msgid "Repeated" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:334 +#: ../../operation/events/events_list.php:495 +#: ../../operation/events/events_list.php:509 +msgid "Events with following tags" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:349 +#: ../../operation/events/events_list.php:501 +#: ../../operation/events/events_list.php:515 +msgid "Events without following tags" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:363 +#: ../../operation/events/events_list.php:456 +msgid "Alert events" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:367 +#: ../../operation/events/events_list.php:457 +msgid "Filter alert events" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:368 +#: ../../operation/events/events_list.php:457 +msgid "Only alert events" +msgstr "" + +#: ../../godmode/events/event_edit_filter.php:373 +#: ../../operation/events/events_list.php:437 +msgid "Module search" +msgstr "" + +#: ../../godmode/events/events.php:37 ../../operation/users/user_edit.php:302 +#: ../../operation/events/events.php:325 +msgid "Event list" +msgstr "" + +#: ../../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/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "" + +#: ../../godmode/events/custom_events.php:133 +msgid "Default event fields will be loaded. Do you want to continue?" msgstr "" #: ../../godmode/tag/tag.php:80 @@ -30582,6 +22980,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 +23027,9298 @@ 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 "" + +#: ../../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 +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +msgid "SNMP Console" +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:536 +#: ../../godmode/snmpconsole/snmp_alert.php:1051 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../operation/snmpconsole/snmp_view.php:513 +msgid "Enterprise String" +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 "" -"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." +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Variable bindings/Datas." msgstr "" -#: ../../general/firts_task/network_map.php:23 -msgid "There are no network map defined yet." +#: ../../godmode/snmpconsole/snmp_alert.php:913 +msgid "Alert SNMP control filter" msgstr "" -#: ../../general/firts_task/network_map.php:30 -msgid "Network Map" +#: ../../godmode/snmpconsole/snmp_alert.php:1006 +msgid "There are no SNMP alerts" msgstr "" -#: ../../general/firts_task/network_map.php:33 -#: ../../general/firts_task/network_map.php:49 -msgid "Create Network Map" +#: ../../godmode/snmpconsole/snmp_alert.php:1054 +msgid "Custom Value/Enterprise String" msgstr "" -#: ../../general/firts_task/network_map.php:34 +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +#: ../../include/functions_reporting_html.php:2138 +#: ../../include/functions_reporting_html.php:2366 +#: ../../include/functions_treeview.php:370 +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/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 "" -"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" +"This field contains a substring, could be part of a IP address, a numeric " +"OID, or a plain substring" msgstr "" -#: ../../general/firts_task/network_map.php:38 -msgid "Topology Map" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" msgstr "" -#: ../../general/firts_task/network_map.php:39 -msgid "Group Map" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" msgstr "" -#: ../../general/firts_task/network_map.php:40 -msgid "Radial Map (User without strict user)" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" msgstr "" -#: ../../general/firts_task/network_map.php:41 -msgid "Dinamic Map" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#, php-format +msgid "Could not be generated: %s" msgstr "" -#: ../../general/firts_task/network_map.php:42 -msgid "Policy Map (Only Enterprise version)" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 +#: ../../extensions/ssh_gateway.php:57 +msgid "Host address" msgstr "" -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 -msgid "There are no custom fields defined yet." +#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 +#: ../../extensions/realtime_graphs.php:97 +#: ../../include/functions_snmp_browser.php:508 +msgid "Community" msgstr "" -#: ../../general/firts_task/custom_fields.php:28 -msgid "Custom Fields" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 +msgid "SNMP Type" msgstr "" -#: ../../general/firts_task/custom_fields.php:31 -#: ../../general/firts_task/custom_fields.php:35 -msgid "Create Custom Fields" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 +msgid "Generate trap" msgstr "" -#: ../../general/firts_task/custom_fields.php:32 +#: ../../godmode/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:75 +#: ../../godmode/groups/group_list.php:208 +msgid "Group successfully created" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:78 +#: ../../godmode/groups/group_list.php:211 +msgid "There was a problem creating group" +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:106 +#: ../../godmode/groups/group_list.php:263 +msgid "Group successfully updated" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:109 +#: ../../godmode/groups/group_list.php:266 +msgid "There was a problem modifying group" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:136 +#: ../../godmode/groups/group_list.php:298 +msgid "There was a problem deleting group" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:138 +#: ../../godmode/groups/group_list.php:295 +msgid "Group successfully deleted" +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/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: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:291 +#, php-format +msgid "The group is not empty. It is use in %s." +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 "" -"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'. " +"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 "" -#: ../../general/firts_task/collections.php:21 -msgid "There are no collections defined yet." +#: ../../godmode/groups/configure_modu_group.php:32 +msgid "Module group management" msgstr "" -#: ../../general/firts_task/collections.php:28 -#: ../../general/firts_task/collections.php:37 -msgid "Create Collections" +#: ../../godmode/gis_maps/configure_gis_map.php:111 +msgid "Map successfully created" msgstr "" -#: ../../general/firts_task/collections.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:112 +msgid "Map could not be created" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:201 +msgid "Map successfully update" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:202 +msgid "Map could not be updated" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:214 +#: ../../operation/gis_maps/gis_map.php:29 +msgid "GIS Maps list" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:219 +msgid "View GIS" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:222 +msgid "GIS Maps builder" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Map Name" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Descriptive name for the map" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "Add Map connection" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 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. " +"At least one map connection must be defined, it will be possible to change " +"between the connections in the map" msgstr "" -#: ../../general/firts_task/service_list.php:21 -msgid "There are no services defined yet." +#: ../../godmode/gis_maps/configure_gis_map.php:366 +msgid "Group that owns the map" msgstr "" -#: ../../general/firts_task/service_list.php:28 -#: ../../general/firts_task/service_list.php:36 -msgid "Create Services" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom" msgstr "" -#: ../../general/firts_task/service_list.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom level when opening the map" +msgstr "" + +#: ../../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 "" -"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." +"Each layer can show agents from one group or the agents added to that layer " +"or both." msgstr "" -#: ../../general/firts_task/snmp_filters.php:21 -msgid "There are no SNMP filter defined yet." +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "List of layers" msgstr "" -#: ../../general/firts_task/snmp_filters.php:25 -msgid "SNMP Filter" +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "It is possible to edit, delete and reorder the layers." msgstr "" -#: ../../general/firts_task/snmp_filters.php:28 -#: ../../general/firts_task/snmp_filters.php:35 -msgid "Create SNMP Filter" +#: ../../godmode/gis_maps/configure_gis_map.php:399 +msgid "New layer" msgstr "" -#: ../../general/firts_task/snmp_filters.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:407 +msgid "Layer name" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:409 +msgid "Visible" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:413 +msgid "Show agents from group" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:425 +msgid "Add agent" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:441 +msgid "List of Agents to be shown in the layer" +msgstr "" + +#: ../../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/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +#: ../../operation/agentes/networkmap.php:360 +msgid "Save map" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:467 +msgid "Update map" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:668 +#: ../../godmode/gis_maps/configure_gis_map.php:724 +msgid "Update Layer" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:790 +msgid "Do you want to use the default data from the connection?" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "The connection" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "just added previously." +msgstr "" + +#: ../../godmode/servers/servers.build_table.php:143 +msgid "Reset module status and fired alert counts" +msgstr "" + +#: ../../godmode/servers/servers.build_table.php:149 +msgid "Claim back SNMP modules" +msgstr "" + +#: ../../godmode/servers/manage_recontask.php:43 +#: ../../godmode/servers/manage_recontask_form.php:181 +#: ../../include/functions_menu.php:473 +msgid "Manage recontask" +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:288 +#: ../../godmode/servers/manage_recontask_form.php:306 +#: ../../godmode/agentes/agent_incidents.php:87 +#: ../../operation/integria_incidents/incident.list.php:94 +#: ../../operation/incidents/incident_detail.php:244 +#: ../../operation/incidents/incident.php:337 +#: ../../operation/agentes/ver_agente.php:1181 +msgid "Incident" +msgstr "" + +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:294 +msgid "Ports" +msgstr "" + +#: ../../godmode/servers/manage_recontask.php:311 +#: ../../operation/servers/recon_view.php:145 +msgid "Network 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/servers/modificar_server.php:134 +#: ../../godmode/agentes/configurar_agente.php:583 +msgid "Conf file deleted successfully" +msgstr "" + +#: ../../godmode/servers/modificar_server.php:135 +#: ../../godmode/agentes/configurar_agente.php:584 +msgid "Could not delete conf file" +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:174 +#: ../../godmode/servers/plugin.php:464 +msgid "Hide value" +msgstr "" + +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +msgid "This field will show up as dots like a password" +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:188 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. " +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" msgstr "" -#: ../../general/firts_task/tags.php:21 -msgid "There are no tags defined yet." +#: ../../godmode/servers/manage_recontask_form.php:217 +#: ../../operation/servers/recon_view.php:89 +msgid "Task name" msgstr "" -#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 -msgid "Create Tags" -msgstr "" - -#: ../../general/firts_task/tags.php:29 +#: ../../godmode/servers/manage_recontask_form.php:223 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 must select a Recon Server for the Task, otherwise the Recon Task will " +"never run" msgstr "" -#: ../../general/firts_task/fields_manager.php:25 -msgid "Fields Manager" +#: ../../godmode/servers/manage_recontask_form.php:231 +msgid "Network sweep" msgstr "" -#: ../../general/firts_task/fields_manager.php:28 -msgid "Create Fields Manager" +#: ../../godmode/servers/manage_recontask_form.php:248 +msgid "Manual interval means that it will be executed only On-demand" msgstr "" -#: ../../general/firts_task/fields_manager.php:29 +#: ../../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:269 +#: ../../godmode/menu.php:206 +msgid "Recon script" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:297 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'. " +"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 "" -#: ../../general/firts_task/fields_manager.php:32 -msgid "Create Fields " +#: ../../godmode/servers/manage_recontask_form.php:308 +msgid "Choose if the discovery of a new system creates an incident or not." msgstr "" -#: ../../general/firts_task/map_builder.php:32 -#: ../../general/firts_task/map_builder.php:40 -msgid "Create Visual Console" +#: ../../godmode/servers/manage_recontask_form.php:311 +msgid "SNMP Default community" msgstr "" -#: ../../general/firts_task/map_builder.php:33 +#: ../../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 "" -"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'. " +"Maximum number of parent hosts that will be created if parent detection is " +"enabled." msgstr "" -#: ../../general/firts_task/incidents.php:23 -msgid "There are no incidents defined yet." +#: ../../godmode/servers/plugin.php:53 +msgid "Network Components" msgstr "" -#: ../../general/firts_task/incidents.php:31 -#: ../../general/firts_task/incidents.php:40 -msgid "Create Incidents" +#: ../../godmode/servers/plugin.php:266 +msgid "Plugin creation" msgstr "" -#: ../../general/firts_task/incidents.php:32 +#: ../../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 "" -"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 value only will be applied if is minor than the server general " +"configuration plugin timeout" msgstr "" -#: ../../general/firts_task/planned_downtime.php:21 -msgid "There are no planned downtime defined yet." +#: ../../godmode/servers/plugin.php:306 +msgid "If you set a 0 seconds timeout, the server plugin timeout will be used" msgstr "" -#: ../../general/firts_task/planned_downtime.php:28 -#: ../../general/firts_task/planned_downtime.php:34 -msgid "Create Planned Downtime" +#: ../../godmode/servers/plugin.php:362 +msgid "Plugin command" msgstr "" -#: ../../general/firts_task/planned_downtime.php:29 +#: ../../godmode/servers/plugin.php:373 +msgid "Plug-in parameters" +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 "" -"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. " +"The modules or components should be updated manually or using the bulk " +"operations for plugins after this change" msgstr "" -#: ../../general/firts_task/custom_graphs.php:23 -msgid "There are no custom graphs defined yet." +#: ../../godmode/servers/plugin.php:912 +msgid "Are you sure you want to perform this action?" msgstr "" -#: ../../general/firts_task/custom_graphs.php:28 -msgid "Custom Graphs" +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" 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 +#: ../../godmode/servers/plugin.php:946 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." +"The plugin command cannot be updated because some modules or components are " +"using the plugin." msgstr "" -#: ../../general/logon_failed.php:33 +#: ../../godmode/servers/plugin.php:952 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 plugin macros cannot be updated because some modules or components are " +"using the plugin" msgstr "" -#: ../../general/logon_ok.php:32 -msgid "Welcome to Pandora FMS Web Console" +#: ../../godmode/agentes/module_manager_editor_common.php:68 +msgid "Using module component" msgstr "" -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 -msgid "Pandora FMS Overview" +#: ../../godmode/agentes/module_manager_editor_common.php:245 +#: ../../godmode/agentes/module_manager_editor_common.php:264 +msgid "Min. " 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/pandora_help.php:24 ../../general/pandora_help.php:68 -#: ../../general/pandora_help.php:95 -msgid "Pandora FMS help system" -msgstr "" - -#: ../../general/pandora_help.php:73 -msgid "Help system error" -msgstr "" - -#: ../../general/pandora_help.php:78 +#: ../../godmode/agentes/module_manager_editor_common.php:361 +#: ../../godmode/agentes/module_manager.php:679 msgid "" -"Pandora FMS help system has been called with a help reference that currently " -"don't exist. There is no help content to show." +"The policy modules of data type will only update their intervals when policy " +"is applied." msgstr "" -#: ../../general/noaccess.php:26 -msgid "Access to this page is restricted" +#: ../../godmode/agentes/module_manager_editor_common.php:385 +msgid "Any value below this number is discarted." msgstr "" -#: ../../general/noaccess.php:36 +#: ../../godmode/agentes/module_manager_editor_common.php:387 +msgid "Any value over this number is discarted." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:400 +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:517 +msgid "Tags from policy" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:530 +msgid "The module still stores data but the alerts and events will be stop" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:550 +#: ../../godmode/agentes/module_manager_editor_common.php:556 +msgid "Cron" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:551 +#: ../../godmode/agentes/module_manager_editor_common.php:557 +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:565 +msgid "Retries" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:566 +msgid "Number of retries that the module will attempt to run." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:608 +#: ../../godmode/agentes/module_manager_editor.php:467 +msgid "Custom macros" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:641 +msgid "Add relationship" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Changes" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Activate this to prevent the relation from being updated or deleted" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:32 +#: ../../operation/agentes/status_monitor.php:374 +msgid "WMI server module" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 +msgid "The SNMP remote plugin doesnt seem to be installed" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 +msgid "It is necessary to use some features" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 +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:300 +msgid "Remote system doesnt support host SNMP information" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:345 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 +msgid "No agent selected or the agent does not exist" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:556 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:627 +msgid "Disk use information" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:698 +#, php-format +msgid "%s modules created succesfully" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:708 +#, php-format +msgid "Error creating %s modules" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:713 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#, php-format +msgid "%s modules already exist" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 +msgid "Modules created succesfully" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:772 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 +msgid "privacy pass" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 +msgid "SNMP Walk" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +msgid "If the device is a network device, try with the SNMP Interfaces wizard" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:824 +msgid "Devices" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:825 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +#: ../../operation/agentes/ver_agente.php:1049 +msgid "Processes" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:826 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +msgid "Free space on disk" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:827 +msgid "Temperature sensors" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:828 +msgid "Other SNMP data" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:830 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +msgid "Wizard mode" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:849 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:886 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:888 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:890 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:892 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:895 +#: ../../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 "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:897 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +msgid "Remove from modules list" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:907 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +msgid "Create modules" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:964 +msgid "Device" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 +msgid "Temperature" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1059 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +msgid "Modules list is empty" +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:165 +#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:49 +msgid "Agent detail" +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:348 +msgid "Agent icon for GIS Maps." +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 "There was a problem deleting %s modules, none deleted." +msgstr "" + +#: ../../godmode/agentes/module_manager.php:264 +msgid "All Modules deleted succesfully" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:268 +#, php-format +msgid "There was a problem only deleted %s modules of %s total." +msgstr "" + +#: ../../godmode/agentes/module_manager.php:487 +#: ../../operation/agentes/datos_agente.php:286 +#: ../../include/ajax/module.php:331 +msgid "No available data to show" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:529 +#: ../../operation/agentes/status_monitor.php:973 +#: ../../include/ajax/module.php:734 +msgid "Warn" +msgstr "" + +#: ../../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 "" + +#: ../../godmode/agentes/module_manager.php:715 +msgid "Normalize" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:721 +msgid "Normalize (Disabled)" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:730 +#: ../../include/functions_snmp_browser.php:475 +msgid "Create network component" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:735 +msgid "Create network component (Disabled)" +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/agent_template.php:258 +#: ../../mobile/operation/modules.php:585 +msgid "No modules" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_network.php:27 +#: ../../include/functions_snmp_browser.php:603 +msgid "Search matches" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_network.php:30 +#: ../../extensions/realtime_graphs.php:125 +msgid "Use this OID" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_network.php:64 +#: ../../operation/agentes/status_monitor.php:370 +msgid "Network server module" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_network.php:122 +msgid "SNMP OID" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_network.php:131 +#: ../../extensions/realtime_graphs.php:112 +msgid "SNMP walk" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +#: ../../operation/agentes/status_monitor.php:376 +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/planned_downtime.export_csv.php:199 +#: ../../godmode/agentes/planned_downtime.list.php:358 +msgid "No planned downtime" +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:40 +#: ../../operation/agentes/gis_view.php:55 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:50 +#: ../../operation/agentes/gis_view.php:86 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php: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.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: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_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:392 +msgid "Unable to do SNMP walk" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 +msgid "Interfaces" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_plugin.php:47 +#: ../../operation/agentes/status_monitor.php:372 +msgid "Plugin server module" +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/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +#: ../../operation/agentes/custom_fields.php:61 +msgid "Display on front" +msgstr "" + +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +#: ../../operation/agentes/custom_fields.php:62 +msgid "" +"The fields with display on front enabled will be displayed into the agent " +"details" +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:2650 +msgid "From:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:517 +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:2651 +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/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, php-format +msgid "%s disk space modules created succesfully" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 +#, php-format +msgid "Error creating %s disk space modules" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 +#, php-format +msgid "%s modules created from components succesfully" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 +#, php-format +msgid "Error creating %s modules from components" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_data.php:17 +#: ../../operation/agentes/status_monitor.php:368 +msgid "Data server module" +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/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:440 +#, php-format +msgid "DEBUG: Invalid module type specified in %s:%s" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:441 +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:469 +msgid "Module relations" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:518 +msgid "No module to predict" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:519 +msgid "No plug-in provided" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:542 +msgid "" +"Error, The field name and name in module_name in data configuration are " +"different." +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" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:297 ../../godmode/menu.php:101 +msgid "Module templates" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:349 +#: ../../operation/agentes/ver_agente.php:951 +msgid "GIS data" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:360 +msgid "Agent wizard" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:367 +#: ../../godmode/agentes/configurar_agente.php:531 +msgid "SNMP Wizard" +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:519 +#: ../../operation/agentes/ver_agente.php:1169 +msgid "Gis" +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: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: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:1500 +#: ../../include/functions_api.php:6984 +msgid "Save by Pandora Console" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1515 +#: ../../include/functions_api.php:6985 +msgid "Update by Pandora Console" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1528 +#: ../../include/functions_api.php:6986 +msgid "Insert by Pandora Console" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1582 +#: ../../godmode/agentes/configurar_agente.php:1592 +msgid "Invalid tab specified" +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:453 +msgid "Remote agent configuration" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:453 +msgid "R" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:551 +msgid "Edit remote config" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:578 +msgid "Enable agent" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:583 +msgid "Disable agent" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:600 +#: ../../operation/agentes/estado_agente.php:614 +#: ../../operation/agentes/group_view.php:430 +msgid "There are no defined agents" +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:158 ../../include/functions_menu.php:512 +msgid "SNMP alerts" +msgstr "" + +#: ../../godmode/menu.php:168 +msgid "Event filters" +msgstr "" + +#: ../../godmode/menu.php:173 +msgid "Custom events" +msgstr "" + +#: ../../godmode/menu.php:195 +msgid "Manage servers" +msgstr "" + +#: ../../godmode/menu.php:230 +msgid "General Setup" +msgstr "" + +#: ../../godmode/menu.php:274 +msgid "Admin tools" +msgstr "" + +#: ../../godmode/menu.php:282 +msgid "System audit log" +msgstr "" + +#: ../../godmode/menu.php:286 +msgid "Diagnostic info" +msgstr "" + +#: ../../godmode/menu.php:288 +msgid "Site news" +msgstr "" + +#: ../../godmode/menu.php:295 +msgid "DB maintenance" +msgstr "" + +#: ../../godmode/menu.php:301 +msgid "DB information" +msgstr "" + +#: ../../godmode/menu.php:304 +msgid "Database audit" +msgstr "" + +#: ../../godmode/menu.php:305 +msgid "Database event" +msgstr "" + +#: ../../godmode/menu.php:387 +msgid "Extension manager" +msgstr "" + +#: ../../godmode/menu.php:413 +msgid "Update manager" +msgstr "" + +#: ../../godmode/menu.php:418 +msgid "Update Manager offline" +msgstr "" + +#: ../../godmode/menu.php:420 +msgid "Update Manager online" +msgstr "" + +#: ../../godmode/menu.php:422 +msgid "Update Manager options" +msgstr "" + +#: ../../godmode/menu.php:435 ../../operation/messages/message_list.php:43 +#: ../../operation/messages/message_edit.php:46 ../../operation/menu.php:372 +msgid "Messages" +msgstr "" + +#: ../../godmode/extensions.php:27 +msgid "Defined extensions" +msgstr "" + +#: ../../godmode/extensions.php:32 +msgid "There are no extensions defined" +msgstr "" + +#: ../../godmode/extensions.php:143 +#: ../../operation/integria_incidents/incident.files.php:23 +#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525 +#: ../../extensions/files_repo/files_repo_form.php:84 +msgid "File" +msgstr "" + +#: ../../godmode/extensions.php:146 +msgid "Godmode Function" +msgstr "" + +#: ../../godmode/extensions.php:147 +msgid "Godmode Menu" +msgstr "" + +#: ../../godmode/extensions.php:148 +msgid "Operation Menu" +msgstr "" + +#: ../../godmode/extensions.php:149 +msgid "Operation Function" +msgstr "" + +#: ../../godmode/extensions.php:150 +msgid "Login Function" +msgstr "" + +#: ../../godmode/extensions.php:151 +msgid "Agent operation tab" +msgstr "" + +#: ../../godmode/extensions.php:152 +msgid "Agent godmode tab" +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:163 +#: ../../include/functions_reporting_html.php:2017 +msgid "Module status" +msgstr "" + +#: ../../operation/tree.php:165 +msgid "Search module" +msgstr "" + +#: ../../operation/tree.php:189 +msgid "Tree search" +msgstr "" + +#: ../../operation/search_results.php:63 ../../mobile/operation/home.php:135 +msgid "Global search" +msgstr "" + +#: ../../operation/search_results.php:103 +#: ../../operation/agentes/ver_agente.php:1001 +#: ../../operation/agentes/ver_agente.php:1175 +#: ../../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:519 +msgid "Graphs" +msgstr "" + +#: ../../operation/search_results.php:143 +msgid "Helps" +msgstr "" + +#: ../../operation/reporting/custom_reporting.php:32 +#: ../../operation/reporting/graph_viewer.php:341 +msgid "There are no defined reportings" +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 "" + +#: ../../operation/reporting/reporting_viewer.php:317 +#: ../../operation/reporting/graph_viewer.php:307 +msgid "Invalid date selected" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:181 +msgid "No data." +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:204 +#: ../../operation/agentes/graphs.php:136 +#: ../../operation/agentes/stat_win.php:325 +#: ../../operation/agentes/interface_traffic_graph_win.php:232 +msgid "Time range" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:213 +#: ../../operation/reporting/graph_viewer.php:236 +msgid "Graph defined" +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:314 +msgid "Custom graph viewer" +msgstr "" + +#: ../../operation/search_maps.php:22 ../../operation/search_alerts.php:27 +#: ../../operation/search_agents.php:33 ../../operation/search_graphs.php:24 +#: ../../operation/search_modules.php:26 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 +msgid "Zero results found" +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:98 +msgid "Started" +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:132 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Hours" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:132 +#: ../../operation/integria_incidents/incident.php:62 +msgid "Workunits" +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_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.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:509 +msgid "Filename" +msgstr "" + +#: ../../operation/integria_incidents/incident.files.php:66 +msgid "Delete file" +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.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: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: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:2191 +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.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:42 +msgid "Add workunit" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:60 +msgid "said" +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:267 +msgid "IP address resolution" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/events/events_list.php:189 +#: ../../operation/events/events_list.php:273 +#: ../../operation/events/events_list.php:275 +#: ../../operation/events/events_list.php:600 +msgid "Load filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:317 +msgid "Select a filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../include/functions_netflow.php:1637 +#: ../../include/functions_config.php:433 +#: ../../include/functions_config.php:1444 +msgid "Bytes" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Bytes 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/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/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/users/user_edit.php:154 +#: ../../operation/users/user_edit.php:161 +msgid "Password successfully updated" +msgstr "" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:162 +#, php-format +msgid "Error updating passwords: %s" +msgstr "" + +#: ../../operation/users/user_edit.php:167 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" +msgstr "" + +#: ../../operation/users/user_edit.php:178 +#: ../../operation/users/user_edit.php:186 +msgid "Error updating user info" +msgstr "" + +#: ../../operation/users/user_edit.php:196 +msgid "Edit my User" +msgstr "" + +#: ../../operation/users/user_edit.php:240 +msgid "New Password" +msgstr "" + +#: ../../operation/users/user_edit.php:250 +msgid "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" +msgstr "" + +#: ../../operation/users/user_edit.php:259 +msgid "If checkbox is clicked then block size global configuration is used" +msgstr "" + +#: ../../operation/users/user_edit.php:295 +msgid "Shortcut bar" +msgstr "" + +#: ../../operation/users/user_edit.php:295 +msgid "" +"This will activate a shortcut bar with alerts, events, messages... " +"information" +msgstr "" + +#: ../../operation/users/user_edit.php:298 +msgid "Home screen" +msgstr "" + +#: ../../operation/users/user_edit.php:298 +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/agentes/alerts_status.php:132 ../../operation/menu.php:57 +msgid "Alert detail" +msgstr "" + +#: ../../operation/users/user_edit.php:371 +msgid "Show information" +msgstr "" + +#: ../../operation/users/user_edit.php:377 +msgid "Newsletter Subscribed" +msgstr "" + +#: ../../operation/users/user_edit.php:379 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "" + +#: ../../operation/users/user_edit.php:385 +msgid "Newsletter Reminder" +msgstr "" + +#: ../../operation/users/user_edit.php:418 +msgid "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" +msgstr "" + +#: ../../operation/users/user_edit.php:489 +msgid "This user doesn't have any assigned profile/group." +msgstr "" + +#: ../../operation/users/user_edit.php:610 +#: ../../operation/users/user_edit.php:675 +#: ../../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:620 +msgid "Double autentication information" +msgstr "" + +#: ../../operation/users/user_edit.php:683 +#: ../../operation/users/user_edit.php:759 +msgid "Double autentication activation" +msgstr "" + +#: ../../operation/users/user_edit.php:709 +msgid "The double authentication will be deactivated" +msgstr "" + +#: ../../operation/users/user_edit.php:710 +msgid "Deactivate" +msgstr "" + +#: ../../operation/users/user_edit.php:742 +msgid "The double autentication was deactivated successfully" +msgstr "" + +#: ../../operation/users/user_edit.php:745 +#: ../../operation/users/user_edit.php:749 +msgid "There was an error deactivating the double autentication" +msgstr "" + +#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:299 +msgid "Sound Events" +msgstr "" + +#: ../../operation/events/sound_events.php:67 +msgid "Sound console" +msgstr "" + +#: ../../operation/events/sound_events.php:80 +#: ../../include/functions_reporting.php:5569 +msgid "Monitor critical" +msgstr "" + +#: ../../operation/events/sound_events.php:81 +#: ../../include/functions_reporting.php:5573 +msgid "Monitor warning" +msgstr "" + +#: ../../operation/events/events_list.php:183 +#: ../../operation/events/events_list.php:607 +msgid "No filter loaded" +msgstr "" + +#: ../../operation/events/events_list.php:185 +#: ../../operation/events/events_list.php:612 +msgid "Filter loaded" +msgstr "" + +#: ../../operation/events/events_list.php:187 +#: ../../operation/events/events_list.php:250 +#: ../../operation/events/events_list.php:596 +msgid "Save filter" +msgstr "" + +#: ../../operation/events/events_list.php:210 +msgid "New filter" +msgstr "" + +#: ../../operation/events/events_list.php:220 +msgid "Save in Group" +msgstr "" + +#: ../../operation/events/events_list.php:237 +msgid "Overwrite filter" +msgstr "" + +#: ../../operation/events/events_list.php:469 +msgid "Date from" +msgstr "" + +#: ../../operation/events/events_list.php:475 +msgid "Date to" +msgstr "" + +#: ../../operation/events/events_list.php:572 +msgid "Group agents" +msgstr "" + +#: ../../operation/events/events_list.php:602 +msgid "Show events graph" +msgstr "" + +#: ../../operation/events/events_list.php:639 +msgid "Event control filter" +msgstr "" + +#: ../../operation/events/events_list.php:643 +msgid "Error creating filter." +msgstr "" + +#: ../../operation/events/events_list.php:644 +msgid "Error creating filter is duplicated." +msgstr "" + +#: ../../operation/events/events_list.php:645 +msgid "Filter created." +msgstr "" + +#: ../../operation/events/events_list.php:647 +msgid "Filter updated." +msgstr "" + +#: ../../operation/events/events_list.php:648 +msgid "Error updating filter." +msgstr "" + +#: ../../operation/events/events_list.php:1003 +msgid "Filter name cannot be left blank" +msgstr "" + +#: ../../operation/events/events_list.php:1070 +#: ../../operation/events/events_list.php:1154 +msgid "none" +msgstr "" + +#: ../../operation/events/events_list.php:1476 +msgid "Events generated -by agent-" +msgstr "" + +#: ../../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:392 +msgid "History" +msgstr "" + +#: ../../operation/events/events.php:430 ../../operation/menu.php:311 +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:696 ../../operation/events/events.php:700 +#: ../../operation/events/events.php:870 ../../operation/events/events.php:874 +#: ../../operation/events/events.build_table.php:678 +#: ../../include/functions_events.php:3815 +msgid "Is not allowed delete events in process" +msgstr "" + +#: ../../operation/events/events.php:794 +msgid "Error deleting event" +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 +#: ../../mobile/operation/events.php:790 +#: ../../include/functions_reporting_html.php:3034 +#: ../../include/functions_reporting.php:1200 +#: ../../include/functions_reporting.php:1362 +#: ../../include/functions_events.php:852 +#: ../../include/functions_events.php:856 +msgid "No events" +msgstr "" + +#: ../../operation/events/events.build_table.php:149 +#: ../../mobile/operation/events.php:469 +#: ../../include/functions_events.php:2338 +#: ../../include/functions_events.php:3302 +msgid "Event ID" +msgstr "" + +#: ../../operation/events/events.build_table.php:155 +#: ../../mobile/operation/events.php:108 +#: ../../include/functions_events.php:3307 +msgid "Event Name" +msgstr "" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3345 +msgid "Agent Module" +msgstr "" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3376 +msgid "Extra ID" +msgstr "" + +#: ../../operation/events/events.build_table.php:663 +#: ../../include/functions_events.php:3800 +msgid "Validate event" +msgstr "" + +#: ../../operation/events/events.build_table.php:673 +#: ../../include/functions_events.php:1764 +#: ../../include/functions_events.php:1766 +#: ../../include/functions_events.php:3810 +msgid "Delete event" +msgstr "" + +#: ../../operation/events/events.build_table.php:686 +#: ../../operation/snmpconsole/snmp_view.php:668 +#: ../../include/functions_events.php:3823 +msgid "Show more" +msgstr "" + +#: ../../operation/events/events.build_table.php:740 +msgid "Validate selected" +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:93 +msgid "SNMP" +msgstr "" + +#: ../../operation/events/event_statistics.php:37 +#: ../../operation/agentes/tactical.php:208 +#: ../../include/functions_events.php:1012 +msgid "Event graph" +msgstr "" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "" + +#: ../../operation/events/event_statistics.php:61 +#: ../../operation/agentes/tactical.php:214 +#: ../../include/functions_events.php:1017 +msgid "Event graph by agent" +msgstr "" + +#: ../../operation/visual_console/public_console.php:153 +#: ../../operation/visual_console/render_view.php:230 +msgid "Until refresh" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:834 +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:568 +#: ../../operation/snmpconsole/snmp_view.php:826 +#: ../../include/functions_events.php:2931 +#: ../../include/functions_events.php:2936 +msgid "Not validated" +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:421 +msgid "Search by trap type" +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:523 +msgid "Trap subtype" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:588 +#: ../../operation/snmpconsole/snmp_statistics.php:156 +msgid "View agent details" +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: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_mib_uploader.php:30 +#: ../../operation/menu.php:84 +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_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_browser.php:90 +msgid "SNMP Browser" +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:214 +#: ../../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:87 +msgid "You have" +msgstr "" + +#: ../../operation/messages/message_list.php:80 +msgid "sent message(s)" +msgstr "" + +#: ../../operation/messages/message_list.php:87 +msgid "unread message(s)" +msgstr "" + +#: ../../operation/messages/message_list.php:93 +msgid "There are no messages." +msgstr "" + +#: ../../operation/messages/message_list.php:119 +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +msgid "Destination" +msgstr "" + +#: ../../operation/messages/message_list.php:121 +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +msgid "Sender" +msgstr "" + +#: ../../operation/messages/message_list.php:132 +msgid "Click to read" +msgstr "" + +#: ../../operation/messages/message_list.php:137 +msgid "Mark as unread" +msgstr "" + +#: ../../operation/messages/message_list.php:144 +#: ../../operation/messages/message_list.php:149 +msgid "Message unread - click to read" +msgstr "" + +#: ../../operation/messages/message_list.php:176 +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 +#, 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/search_agents.php:109 +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/agentes/ver_agente.php:895 +msgid "Manage" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:179 +msgid "GIS Maps" +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:222 +#: ../../operation/agentes/gis_view.php:186 +msgid "Manual placement" +msgstr "" + +#: ../../operation/gis_maps/ajax.php:258 +msgid "Default position of map." +msgstr "" + +#: ../../operation/gis_maps/render_view.php:132 +#: ../../include/functions.php:2570 +msgid "5 seconds" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:133 +#: ../../include/functions.php:2571 +msgid "10 seconds" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:134 +#: ../../include/functions.php:2573 +msgid "30 seconds" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:135 +#: ../../extensions/agents_alerts.php:82 +#: ../../extensions/agents_modules.php:90 ../../include/functions.php:2574 +msgid "1 minute" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:136 +#: ../../extensions/agents_alerts.php:83 +#: ../../extensions/agents_modules.php:91 ../../include/functions.php:2575 +msgid "2 minutes" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:137 +#: ../../extensions/agents_alerts.php:84 +#: ../../extensions/agents_modules.php:92 ../../include/functions.php:2576 +#: ../../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:142 +msgid "Refresh: " +msgstr "" + +#: ../../operation/gis_maps/render_view.php:151 +msgid "Show agents by state: " +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:238 +#: ../../operation/incidents/incident.php:411 +msgid "Create incident" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:261 +#: ../../operation/servers/recon_view.php:107 +msgid "Updated 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:506 +msgid "Add attachment" +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: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:277 +msgid "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/search_modules.php:109 +#: ../../operation/agentes/status_monitor.php:1136 +#: ../../mobile/operation/modules.php:461 +#: ../../include/functions_modules.php:1845 +msgid "NOT INIT" +msgstr "" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +msgid "Done" +msgstr "" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +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:599 +msgid "No alerts found" +msgstr "" + +#: ../../operation/agentes/status_events.php:31 +#: ../../operation/agentes/status_events.php:32 +msgid "Latest events for this agent" +msgstr "" + +#: ../../operation/agentes/exportdata.excel.php:67 +#: ../../operation/agentes/exportdata.php:82 +#: ../../operation/agentes/exportdata.csv.php:68 +msgid "Invalid time specified" +msgstr "" + +#: ../../operation/agentes/exportdata.excel.php:164 +#: ../../operation/agentes/exportdata.php:209 +#: ../../operation/agentes/exportdata.csv.php:181 +msgid "No modules specified" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:54 +msgid "Monitor detail" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:294 +msgid "Monitor status" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:337 +#: ../../operation/agentes/alerts_status.functions.php:91 +msgid "No tags" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:382 +#: ../../operation/agentes/status_monitor.php:948 +msgid "Server type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:393 +msgid "Data type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:512 +msgid "Advanced Options" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:522 +#: ../../operation/agentes/agent_fields.php:38 +msgid "Agent custom fields" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:935 +msgid "Data Type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:1434 +msgid "This group doesn't have any monitor" +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/ver_agente.php:811 +msgid "Sons" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1019 +msgid "Log Viewer" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1039 +msgid "Terminal" +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:132 +#: ../../operation/agentes/stat_win.php:301 +#: ../../operation/agentes/exportdata.php:301 +#: ../../operation/agentes/interface_traffic_graph_win.php:225 +#: ../../mobile/operation/module_graph.php:454 +msgid "Begin date" +msgstr "" + +#: ../../operation/agentes/graphs.php:140 +#: ../../operation/agentes/stat_win.php:332 +msgid "Show events" +msgstr "" + +#: ../../operation/agentes/graphs.php:142 +#: ../../operation/agentes/stat_win.php:349 +msgid "Show alerts" +msgstr "" + +#: ../../operation/agentes/graphs.php:143 +msgid "the combined graph does not show the alerts into this graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:145 +msgid "Show as one combined graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:147 +msgid "one combined graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:150 +msgid "several graphs for each module" +msgstr "" + +#: ../../operation/agentes/graphs.php:157 +msgid "Save as custom graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:163 +msgid "Filter graphs" +msgstr "" + +#: ../../operation/agentes/graphs.php:210 +msgid "There was an error loading the graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:243 +msgid "Save custom graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:264 +msgid "Custom graph create from the tab graphs in the agent." +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:148 +#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 +msgid "IP address" +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:257 +#: ../../include/functions_treeview.php:626 +msgid "Agent access rate (24h)" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:389 +msgid "Active incident on this agent" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:449 +#: ../../include/functions_treeview.php:708 +msgid "Interface information" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:478 +#: ../../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 +#: ../../mobile/operation/agent.php:188 +#: ../../include/functions_treeview.php:634 +msgid "Events (24h)" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:618 +msgid "Refresh data" +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:426 +msgid "Status:" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:432 +msgid "Not Normal" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:440 +#: ../../operation/agentes/networkmap.php:453 +msgid "Free text for search (*):" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:441 +msgid "Search by module name, list matches." +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:454 +msgid "Reset" +msgstr "" + +#: ../../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:255 +#: ../../operation/agentes/interface_traffic_graph_win.php:200 +msgid "Pandora FMS Graph configuration menu" +msgstr "" + +#: ../../operation/agentes/stat_win.php:257 +#: ../../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:284 +#: ../../operation/agentes/interface_traffic_graph_win.php:219 +msgid "Refresh time" +msgstr "" + +#: ../../operation/agentes/stat_win.php:292 +msgid "Avg. Only" +msgstr "" + +#: ../../operation/agentes/stat_win.php:307 +msgid "Begin time" +msgstr "" + +#: ../../operation/agentes/stat_win.php:313 +#: ../../operation/agentes/interface_traffic_graph_win.php:244 +msgid "Zoom factor" +msgstr "" + +#: ../../operation/agentes/stat_win.php:343 +msgid "" +"Show events is disabled because this Pandora node is set the event " +"replication." +msgstr "" + +#: ../../operation/agentes/stat_win.php:355 +msgid "Show event graph" +msgstr "" + +#: ../../operation/agentes/stat_win.php:364 +#: ../../operation/agentes/interface_traffic_graph_win.php:238 +msgid "Show percentil 95º" +msgstr "" + +#: ../../operation/agentes/stat_win.php:376 +#: ../../mobile/operation/module_graph.php:412 +msgid "Time compare (Separated)" +msgstr "" + +#: ../../operation/agentes/stat_win.php:382 +#: ../../mobile/operation/module_graph.php:428 +msgid "Show unknown graph" +msgstr "" + +#: ../../operation/agentes/stat_win.php:407 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +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: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:202 +#: ../../operation/agentes/alerts_status.functions.php:97 +msgid "Free text for search" +msgstr "" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "" + +#: ../../operation/agentes/group_view.php:170 +msgid "Not Init" +msgstr "" + +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" +msgstr "" + +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "" + +#: ../../operation/agentes/alerts_status.functions.php:99 +msgid "Filter by agent name, module name, template name or action name" +msgstr "" + +#: ../../operation/agentes/alerts_status.functions.php:109 +msgid "No actions" +msgstr "" + +#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:398 +msgid "Export data" +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:321 +#: ../../include/functions_netflow.php:1031 +msgid "Data table" +msgstr "" + +#: ../../operation/agentes/exportdata.php:323 +msgid "MS Excel" +msgstr "" + +#: ../../operation/agentes/exportdata.php:324 +msgid "Average per hour/day" +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/custom_fields.php:52 +msgid "No fields defined" +msgstr "" + +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" +msgstr "" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" +msgstr "" + +#: ../../operation/agentes/ehorus.php:80 +msgid "There was an error retrieving an authorization token" +msgstr "" + +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +msgid "There was an error processing the response" +msgstr "" + +#: ../../operation/agentes/ehorus.php:116 +msgid "There was an error retrieving the agent data" +msgstr "" + +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" +msgstr "" + +#: ../../operation/agentes/ehorus.php:136 +msgid "Launch" +msgstr "" + +#: ../../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/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: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: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/tactical.php:135 +msgid "Report of State" +msgstr "" + +#: ../../operation/agentes/tactical.php:193 +#: ../../include/functions_events.php:867 +msgid "Latest events" +msgstr "" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "" + +#: ../../operation/agentes/networkmap_list.php:266 +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1801 +msgid "Execute" +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/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: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/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/menu.php:32 +msgid "Views" +msgstr "" + +#: ../../operation/menu.php:65 +msgid "Netflow Live View" +msgstr "" + +#: ../../operation/menu.php:79 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "" + +#: ../../operation/menu.php:80 +msgid "SNMP browser" +msgstr "" + +#: ../../operation/menu.php:87 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "" + +#: ../../operation/menu.php:88 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "" + +#: ../../operation/menu.php:184 +msgid "List of Gis maps" +msgstr "" + +#: ../../operation/menu.php:218 +msgid "Topology maps" +msgstr "" + +#: ../../operation/menu.php:280 +msgid "RSS" +msgstr "" + +#: ../../operation/menu.php:285 +msgid "Marquee" +msgstr "" + +#: ../../operation/menu.php:291 +msgid "CSV File" +msgstr "" + +#: ../../operation/menu.php:321 +msgid "Workspace" +msgstr "" + +#: ../../operation/menu.php:334 +msgid "WebChat" +msgstr "" + +#: ../../operation/menu.php:363 +msgid "List of Incidents" +msgstr "" + +#: ../../operation/menu.php:378 +msgid "Messages List" +msgstr "" + +#: ../../operation/menu.php:379 +msgid "New message" +msgstr "" + +#: ../../operation/menu.php:404 +msgid "Scheduled downtime" +msgstr "" + +#: ../../operation/menu.php:409 +msgid "Recon view" +msgstr "" + +#: ../../operation/menu.php:484 +msgid "Tools" +msgstr "" + +#: ../../extensions/dbmanager.php:107 +msgid "Database interface" +msgstr "" + +#: ../../extensions/dbmanager.php:122 +msgid "Execute SQL" +msgstr "" + +#: ../../extensions/dbmanager.php:166 +msgid "DB interface" +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:414 ../../extensions/system_info.php:807 +msgid "System Info" +msgstr "" + +#: ../../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 "" + +#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430 +#: ../../extensions/system_info.php:503 +msgid "Pandora Diagnostic info" +msgstr "" + +#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 +#: ../../extensions/system_info.php:509 +msgid "System info" +msgstr "" + +#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 +#: ../../extensions/system_info.php:513 +msgid "Log Info" +msgstr "" + +#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 +msgid "Number lines of log" +msgstr "" + +#: ../../extensions/system_info.php:494 +msgid "Generate file" +msgstr "" + +#: ../../extensions/system_info.php:547 +msgid "At least one option must be selected" +msgstr "" + +#: ../../extensions/net_tools.php:96 +msgid "The agent hasn't got IP" +msgstr "" + +#: ../../extensions/net_tools.php:120 +msgid "" +"You can set the command path in the menu Administration -> Extensions -" +"> Config Network Tools" +msgstr "" + +#: ../../extensions/net_tools.php:123 +msgid "Traceroute" +msgstr "" + +#: ../../extensions/net_tools.php:124 +msgid "Ping host & Latency" +msgstr "" + +#: ../../extensions/net_tools.php:125 +msgid "SNMP Interface status" +msgstr "" + +#: ../../extensions/net_tools.php:126 +msgid "Basic TCP Port Scan" +msgstr "" + +#: ../../extensions/net_tools.php:127 +msgid "DiG/Whois Lookup" +msgstr "" + +#: ../../extensions/net_tools.php:162 +msgid "Traceroute executable does not exist." +msgstr "" + +#: ../../extensions/net_tools.php:165 +msgid "Traceroute to " +msgstr "" + +#: ../../extensions/net_tools.php:174 +msgid "Ping executable does not exist." +msgstr "" + +#: ../../extensions/net_tools.php:177 +#, php-format +msgid "Ping to %s" +msgstr "" + +#: ../../extensions/net_tools.php:186 +msgid "Nmap executable does not exist." +msgstr "" + +#: ../../extensions/net_tools.php:189 +msgid "Basic TCP Scan on " +msgstr "" + +#: ../../extensions/net_tools.php:196 +msgid "Domain and IP information for " +msgstr "" + +#: ../../extensions/net_tools.php:200 +msgid "Dig executable does not exist." +msgstr "" + +#: ../../extensions/net_tools.php:210 +msgid "Whois executable does not exist." +msgstr "" + +#: ../../extensions/net_tools.php:219 +msgid "SNMP information for " +msgstr "" + +#: ../../extensions/net_tools.php:223 +msgid "SNMPget executable does not exist." +msgstr "" + +#: ../../extensions/net_tools.php:226 +msgid "Uptime" +msgstr "" + +#: ../../extensions/net_tools.php:230 +msgid "Device info" +msgstr "" + +#: ../../extensions/net_tools.php:238 +msgid "Interface" +msgstr "" + +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:342 +msgid "Config Network Tools" +msgstr "" + +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 +msgid "Set the paths." +msgstr "" + +#: ../../extensions/net_tools.php:309 +msgid "Traceroute path" +msgstr "" + +#: ../../extensions/net_tools.php:310 +msgid "If it is empty, Pandora searchs the traceroute system." +msgstr "" + +#: ../../extensions/net_tools.php:313 +msgid "Ping path" +msgstr "" + +#: ../../extensions/net_tools.php:314 +msgid "If it is empty, Pandora searchs the ping system." +msgstr "" + +#: ../../extensions/net_tools.php:317 +msgid "Nmap path" +msgstr "" + +#: ../../extensions/net_tools.php:318 +msgid "If it is empty, Pandora searchs the nmap system." +msgstr "" + +#: ../../extensions/net_tools.php:321 +msgid "Dig path" +msgstr "" + +#: ../../extensions/net_tools.php:322 +msgid "If it is empty, Pandora searchs the dig system." +msgstr "" + +#: ../../extensions/net_tools.php:325 +msgid "Snmpget path" +msgstr "" + +#: ../../extensions/net_tools.php:326 +msgid "If it is empty, Pandora searchs the snmpget system." +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 +msgid "Registered successfully" +msgstr "" + +#: ../../extensions/plugin_registration.php:428 +msgid "Register plugin" +msgstr "" + +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "" + +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "" + +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "" + +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "" + +#: ../../extensions/agents_alerts.php:347 +msgid "Agents/Alerts view" +msgstr "" + +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "" + +#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 +msgid "Files repository manager" +msgstr "" + +#: ../../extensions/files_repo.php:133 ../../include/functions.php:2182 +#: ../../include/functions.php:2185 +msgid "The file exceeds the maximum size" +msgstr "" + +#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 +msgid "Files repository" +msgstr "" + +#: ../../extensions/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" +msgstr "" + +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" +msgstr "" + +#: ../../extensions/insert_data.php:54 +msgid "Insert data" +msgstr "" + +#: ../../extensions/insert_data.php:83 +msgid "You haven't privileges for insert data in the agent." +msgstr "" + +#: ../../extensions/insert_data.php:119 +#, php-format +msgid "Can't save agent (%s), module (%s) data xml." +msgstr "" + +#: ../../extensions/insert_data.php:126 +#, php-format +msgid "Save agent (%s), module (%s) data xml." +msgstr "" + +#: ../../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/insert_data.php:241 +msgid "Insert Data" +msgstr "" + +#: ../../extensions/agents_modules.php:120 +#: ../../include/graphs/functions_pchart.php:1137 +#: ../../include/functions_reports.php:581 +msgid "Agents/Modules" +msgstr "" + +#: ../../extensions/agents_modules.php:187 +#: ../../include/functions_reporting.php:1565 +msgid "There are no agents with modules" +msgstr "" + +#: ../../extensions/agents_modules.php:212 +msgid "Previous modules" +msgstr "" + +#: ../../extensions/agents_modules.php:250 +msgid "More modules" +msgstr "" + +#: ../../extensions/agents_modules.php:360 +#: ../../include/functions_reporting_html.php:948 +msgid "Orange cell when the module has fired alerts" +msgstr "" + +#: ../../extensions/agents_modules.php:361 +#: ../../include/functions_reporting_html.php:949 +msgid "Red cell when the module has a critical status" +msgstr "" + +#: ../../extensions/agents_modules.php:362 +#: ../../include/functions_reporting_html.php:950 +msgid "Yellow cell when the module has a warning status" +msgstr "" + +#: ../../extensions/agents_modules.php:363 +#: ../../include/functions_reporting_html.php:951 +msgid "Green cell when the module has a normal status" +msgstr "" + +#: ../../extensions/agents_modules.php:364 +#: ../../include/functions_reporting_html.php:952 +msgid "Grey cell when the module has an unknown status" +msgstr "" + +#: ../../extensions/agents_modules.php:406 +msgid "Agents/Modules view" +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/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: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: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:1125 +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/ssh_gateway.php:52 +msgid "You need to specify a user and a host address" +msgstr "" + +#: ../../extensions/ssh_gateway.php:59 +#, php-format +msgid "For security reasons the following characters are not allowed: %s" +msgstr "" + +#: ../../extensions/ssh_gateway.php:60 +msgid "Connect" +msgstr "" + +#: ../../extensions/ssh_gateway.php:63 +msgid "Port (use 0 for default)" +msgstr "" + +#: ../../extensions/ssh_gateway.php:65 +msgid "Connect mode" +msgstr "" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +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 "" + +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:334 +msgid "Resource exportation" +msgstr "" + +#: ../../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 "" + +#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 +msgid "DB Status" +msgstr "" + +#: ../../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 "" + +#: ../../extensions/db_status.php:58 +msgid "At the moment the checks is for MySQL/MariaDB." +msgstr "" + +#: ../../extensions/db_status.php:63 +msgid "DB settings" +msgstr "" + +#: ../../extensions/db_status.php:67 +msgid "DB User with privileges" +msgstr "" + +#: ../../extensions/db_status.php:69 +msgid "DB Password for this user" +msgstr "" + +#: ../../extensions/db_status.php:73 +msgid "DB Hostname" +msgstr "" + +#: ../../extensions/db_status.php:75 +msgid "DB Name (temporal for testing)" +msgstr "" + +#: ../../extensions/db_status.php:83 +msgid "Execute Test" +msgstr "" + +#: ../../extensions/db_status.php:110 +msgid "Unsuccessful connected to the DB" +msgstr "" + +#: ../../extensions/db_status.php:117 +msgid "Unsuccessful created the testing DB" +msgstr "" + +#: ../../extensions/db_status.php:128 +msgid "Unsuccessful installed tables into the testing DB" +msgstr "" + +#: ../../extensions/db_status.php:139 +msgid "Unsuccessful installed enterprise tables into the testing DB" +msgstr "" + +#: ../../extensions/db_status.php:190 +msgid "Successful the DB Pandora has all tables" +msgstr "" + +#: ../../extensions/db_status.php:191 +#, php-format +msgid "" +"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" +msgstr "" + +#: ../../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 "" + +#: ../../extensions/db_status.php:255 +#, php-format +msgid "Unsuccessful the table %s has not the field %s" +msgstr "" + +#: ../../extensions/db_status.php:275 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted the type with %s." +msgstr "" + +#: ../../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 "" + +#: ../../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 "" + +#: ../../extensions/db_status.php:311 +msgid "Please check the SQL file for to know the kind of key needed." +msgstr "" + +#: ../../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 "" + +#: ../../extensions/db_status.php:318 +msgid "Please check the SQL file for to know the kind of default value needed." +msgstr "" + +#: ../../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 "" + +#: ../../extensions/db_status.php:325 +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/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/matrix_events.php:29 +msgid "Matrix events" +msgstr "" + +#: ../../extensions/realtime_graphs.php:29 +#: ../../extensions/realtime_graphs.php:136 +msgid "Realtime graphs" +msgstr "" + +#: ../../extensions/realtime_graphs.php:61 +msgid "Pandora Server CPU" +msgstr "" + +#: ../../extensions/realtime_graphs.php:62 +msgid "Pandora Server Pending packets" +msgstr "" + +#: ../../extensions/realtime_graphs.php:63 +msgid "Pandora Server Disk IO Wait" +msgstr "" + +#: ../../extensions/realtime_graphs.php:64 +msgid "Pandora Server Apache load" +msgstr "" + +#: ../../extensions/realtime_graphs.php:65 +msgid "Pandora Server MySQL load" +msgstr "" + +#: ../../extensions/realtime_graphs.php:66 +msgid "Pandora Server load" +msgstr "" + +#: ../../extensions/realtime_graphs.php:67 +msgid "SNMP Interface throughput" +msgstr "" + +#: ../../extensions/realtime_graphs.php:79 +msgid "Refresh interval" +msgstr "" + +#: ../../extensions/realtime_graphs.php:80 +msgid "Incremental" +msgstr "" + +#: ../../extensions/realtime_graphs.php:81 +msgid "Clear graph" +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/functions_files_repo.php:29 +#: ../../extensions/files_repo/functions_files_repo.php:40 +#: ../../include/functions_config.php:1663 +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/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" +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:581 +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/resource_registration.php:40 +#, php-format +msgid "Success add '%s' item in report '%s'." +msgstr "" + +#: ../../extensions/resource_registration.php:41 +#, php-format +msgid "Error create '%s' item in report '%s'." +msgstr "" + +#: ../../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: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: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/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 "" + +#: ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/groups.php:54 ../../mobile/operation/events.php:431 +#: ../../mobile/operation/agents.php:146 ../../mobile/operation/agent.php:67 +#: ../../mobile/operation/networkmap.php:79 +#: ../../mobile/operation/tactical.php:72 +#: ../../mobile/operation/modules.php:174 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/alerts.php:142 +#: ../../mobile/operation/networkmaps.php:100 ../../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" +#: ../../mobile/operation/groups.php:129 +#: ../../include/functions_reporting_html.php:2688 +msgid "Agents not init" msgstr "" -#: ../../general/login_page.php:40 -msgid "Go to Login" +#: ../../mobile/operation/groups.php:133 +#: ../../include/functions_reporting_html.php:2670 +msgid "Agents critical" msgstr "" -#: ../../general/login_page.php:131 -msgid "Logged out" +#: ../../mobile/operation/groups.php:137 +#: ../../include/functions_reporting_html.php:2682 +#: ../../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 +msgid "Agents unknown" msgstr "" -#: ../../general/login_page.php:157 -msgid "View details" +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" msgstr "" -#: ../../general/login_page.php:218 -msgid "" -"Pandora FMS frontend is built on advanced, modern technologies and does not " -"support old browsers." +#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 +#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 +msgid "Preset Filters" 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." +#: ../../mobile/operation/events.php:443 +msgid "ERROR: Event detail" msgstr "" -#: ../../general/login_page.php:282 -msgid "Why is it recommended to upgrade the web browser?" +#: ../../mobile/operation/events.php:445 +msgid "Error connecting to DB pandora." 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." +#: ../../mobile/operation/events.php:458 +msgid "Event detail" msgstr "" -#: ../../general/login_page.php:296 -msgid "Continue despite this warning" +#: ../../mobile/operation/events.php:497 +#: ../../include/functions_events.php:2426 +msgid "Acknowledged by" msgstr "" -#: ../../general/header.php:89 ../../general/header.php:91 -msgid "Enter keywords to search" +#: ../../mobile/operation/events.php:541 +msgid "Sucessful validate" msgstr "" -#: ../../general/header.php:139 ../../general/header.php:140 -msgid "QR Code of the page" +#: ../../mobile/operation/events.php:543 +msgid "Fail validate" msgstr "" -#: ../../general/header.php:240 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "" - -#: ../../general/header.php:251 +#: ../../mobile/operation/events.php:575 #, php-format -msgid "You have %d warning(s)" +msgid "Filter Events by %s" msgstr "" -#: ../../general/header.php:257 -msgid "There are not warnings" +#: ../../mobile/operation/events.php:659 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/modules.php:261 +#: ../../mobile/operation/alerts.php:213 +#: ../../mobile/operation/networkmaps.php:150 +msgid "Apply Filter" msgstr "" -#: ../../general/header.php:283 -msgid "New chat message" +#: ../../mobile/operation/events.php:1070 +#: ../../mobile/operation/agents.php:462 +#: ../../mobile/operation/modules.php:704 +#: ../../mobile/operation/alerts.php:306 +#: ../../mobile/operation/networkmaps.php:216 +msgid "(Default)" msgstr "" -#: ../../general/header.php:292 -msgid "Message overview" -msgstr "" - -#: ../../general/header.php:293 +#: ../../mobile/operation/events.php:1076 #, php-format -msgid "You have %d unread message(s)" +msgid "Filter: %s" msgstr "" -#: ../../general/header.php:297 -msgid "Blank characters are used as AND conditions" +#: ../../mobile/operation/events.php:1089 +#, php-format +msgid "Severity: %s" msgstr "" -#: ../../general/login_help_dialog.php:42 +#: ../../mobile/operation/events.php:1096 +#: ../../mobile/operation/agents.php:468 +#: ../../mobile/operation/modules.php:711 +#: ../../mobile/operation/alerts.php:316 +#: ../../mobile/operation/networkmaps.php:222 +#, php-format +msgid "Group: %s" +msgstr "" + +#: ../../mobile/operation/events.php:1108 +#: ../../mobile/operation/networkmaps.php:229 +#, php-format +msgid "Type: %s" +msgstr "" + +#: ../../mobile/operation/events.php:1112 +#: ../../mobile/operation/agents.php:472 +#: ../../mobile/operation/modules.php:723 +#: ../../mobile/operation/alerts.php:320 +#, php-format +msgid "Status: %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/operation/agents.php:166 +#, php-format +msgid "Filter Agents by %s" +msgstr "" + +#: ../../mobile/operation/agents.php:369 +msgid "No agents" +msgstr "" + +#: ../../mobile/operation/agents.php:476 +#: ../../mobile/operation/modules.php:727 +#: ../../mobile/operation/alerts.php:324 +#, php-format +msgid "Free Search: %s" +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/networkmap.php:164 +#: ../../mobile/operation/networkmaps.php:202 +msgid "No networkmaps" +msgstr "" + +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "" + +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "" + +#: ../../mobile/operation/modules.php:500 +msgid "Interval." +msgstr "" + +#: ../../mobile/operation/modules.php:506 +msgid "Last update." +msgstr "" + +#: ../../mobile/operation/modules.php:719 +#, php-format +msgid "Module group: %s" +msgstr "" + +#: ../../mobile/operation/modules.php:732 +#, php-format +msgid "Tag: %s" +msgstr "" + +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" +msgstr "" + +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" +msgstr "" + +#: ../../mobile/operation/module_graph.php:366 +#: ../../mobile/operation/module_graph.php:375 +#, php-format +msgid "PandoraFMS: %s" +msgstr "" + +#: ../../mobile/operation/module_graph.php:389 +#, php-format +msgid "Options for %s : %s" +msgstr "" + +#: ../../mobile/operation/module_graph.php:396 +msgid "Show Alerts" +msgstr "" + +#: ../../mobile/operation/module_graph.php:404 +msgid "Show Events" +msgstr "" + +#: ../../mobile/operation/module_graph.php:436 +msgid "Avg Only" +msgstr "" + +#: ../../mobile/operation/module_graph.php:441 +msgid "Time range (hours)" +msgstr "" + +#: ../../mobile/operation/module_graph.php:461 +msgid "Update graph" +msgstr "" + +#: ../../mobile/operation/module_graph.php:470 +msgid "Error get the graph" +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/networkmaps.php:112 +msgid "Networkmaps" +msgstr "" + +#: ../../mobile/operation/networkmaps.php:120 +#, php-format +msgid "Filter Networkmaps by %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 "" + +#: ../../extras/pandora_diag.php:90 +msgid "Pandora FMS Diagnostic tool" +msgstr "" + +#: ../../extras/pandora_diag.php:93 +msgid "Item" +msgstr "" + +#: ../../extras/pandora_diag.php:94 +msgid "Data value" +msgstr "" + +#: ../../include/functions_html.php:723 +msgid "weeks" +msgstr "" + +#: ../../include/functions_html.php:854 +msgid "Month day" +msgstr "" + +#: ../../include/functions_html.php:855 ../../include/functions_graph.php:2323 +msgid "Month" +msgstr "" + +#: ../../include/functions_html.php:856 +msgid "Week day" +msgstr "" + +#: ../../include/functions_html.php:2148 +msgid "Type at least two characters to search the module." +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/graphs/functions_pchart.php:201 +#: ../../include/graphs/functions_pchart.php:1130 +msgid "Actual" +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:240 +msgid "Cancel zoom" +msgstr "" + +#: ../../include/graphs/functions_flot.php:242 +msgid "Warning and Critical thresholds" +msgstr "" + +#: ../../include/graphs/functions_flot.php:245 +msgid "Overview graph" +msgstr "" + +#: ../../include/graphs/functions_flot.php:563 +#: ../../include/functions_treeview.php:252 +msgid "No data" +msgstr "" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +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 "" -"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!" +"File size seems to be too large. Please check your php.ini configuration or " +"contact with the administrator" msgstr "" -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" +#: ../../include/functions_filemanager.php:254 +msgid "Error creating file" msgstr "" -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" +#: ../../include/functions_filemanager.php:267 +#: ../../include/functions_filemanager.php:362 +msgid "Error creating file with empty name" msgstr "" -#: ../../general/login_help_dialog.php:69 -msgid "Forums" +#: ../../include/functions_filemanager.php:312 +msgid "Attach error" msgstr "" -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" +#: ../../include/functions_filemanager.php:357 +msgid "Directory created" msgstr "" -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" +#: ../../include/functions_filemanager.php:550 +#, php-format +msgid "Directory %s doesn't exist!" msgstr "" -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" +#: ../../include/functions_filemanager.php:565 +msgid "Index of images" msgstr "" -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" +#: ../../include/functions_filemanager.php:603 +msgid "Parent directory" msgstr "" -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" +#: ../../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_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:1060 ../../include/ajax/module.php:127 +msgid "3 months" +msgstr "" + +#: ../../include/functions_netflow.php:1062 +msgid "Last year" +msgstr "" + +#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:130 +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:1090 ../../include/functions.php:2018 +#: ../../include/ajax/module.php:124 +msgid "1 week" +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_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/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/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/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/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/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/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_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_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/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/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/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/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/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/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/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/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/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/functions_agents.php:664 +msgid "" +"There was an error copying the agent configuration, the copy has been " +"cancelled" +msgstr "" + +#: ../../include/functions_agents.php:2113 +#: ../../include/functions_agents.php:2138 +#: ../../include/functions_agents.php:2163 +msgid "No Monitors" +msgstr "" + +#: ../../include/functions_agents.php:2117 +#: ../../include/functions_agents.php:2142 +#: ../../include/functions_agents.php:2167 +#: ../../include/functions_reporting.php:6383 +msgid "At least one module in CRITICAL status" +msgstr "" + +#: ../../include/functions_agents.php:2121 +#: ../../include/functions_agents.php:2146 +#: ../../include/functions_agents.php:2171 +#: ../../include/functions_reporting.php:6387 +msgid "At least one module in WARNING status" +msgstr "" + +#: ../../include/functions_agents.php:2125 +#: ../../include/functions_agents.php:2150 +#: ../../include/functions_agents.php:2175 +#: ../../include/functions_reporting.php:6391 +msgid "At least one module is in UKNOWN status" +msgstr "" + +#: ../../include/functions_agents.php:2129 +#: ../../include/functions_agents.php:2154 +#: ../../include/functions_agents.php:2179 +#: ../../include/functions_reporting.php:6395 +msgid "All Monitors OK" +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 "Item limit for realtime reports)" +msgstr "" + +#: ../../include/functions_config.php:447 +msgid "Show QR code header" +msgstr "" + +#: ../../include/functions_config.php:461 +msgid "Custom logo login" +msgstr "" + +#: ../../include/functions_config.php:490 +msgid "Fixed graph" +msgstr "" + +#: ../../include/functions_config.php:496 +msgid "Paginate module" +msgstr "" + +#: ../../include/functions_config.php:508 +msgid "Default type of module charts." +msgstr "" + +#: ../../include/functions_config.php:517 +msgid "Display lateral menus with left click" +msgstr "" + +#: ../../include/functions_config.php:536 +msgid "Add the custom post process" +msgstr "" + +#: ../../include/functions_config.php:543 +msgid "Delete the custom post process" +msgstr "" + +#: ../../include/functions_config.php:644 +msgid "Enable history event" +msgstr "" + +#: ../../include/functions_config.php:658 +msgid "Event Days" +msgstr "" + +#: ../../include/functions_config.php:668 +msgid "eHorus user" +msgstr "" + +#: ../../include/functions_config.php:670 +msgid "eHorus password" +msgstr "" + +#: ../../include/functions_config.php:672 +msgid "eHorus API hostname" +msgstr "" + +#: ../../include/functions_config.php:674 +msgid "eHorus API port" +msgstr "" + +#: ../../include/functions_config.php:676 +msgid "eHorus request timeout" +msgstr "" + +#: ../../include/functions_config.php:678 +msgid "eHorus id custom field" +msgstr "" + +#: ../../include/functions_config.php:690 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "" + +#: ../../include/functions_config.php:1629 +msgid "" +"Click here to start the registration " +"process" +msgstr "" + +#: ../../include/functions_config.php:1630 +msgid "This instance is not registered in the Update manager" +msgstr "" + +#: ../../include/functions_config.php:1637 +msgid "" +"Click here to start the newsletter " +"subscription process" +msgstr "" + +#: ../../include/functions_config.php:1638 +msgid "Not subscribed to the newsletter" +msgstr "" + +#: ../../include/functions_config.php:1649 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "" + +#: ../../include/functions_config.php:1650 +msgid "" +"Please change the default password because is a common vulnerability " +"reported." +msgstr "" + +#: ../../include/functions_config.php:1656 +msgid "You can not get updates until you renew the license." +msgstr "" + +#: ../../include/functions_config.php:1657 +msgid "This license has expired." +msgstr "" + +#: ../../include/functions_config.php:1662 +msgid "" +"Please check that the web server has write rights on the {HOMEDIR}/" +"attachment directory" +msgstr "" + +#: ../../include/functions_config.php:1675 +msgid "Remote configuration directory is not readble for the console" +msgstr "" + +#: ../../include/functions_config.php:1681 +#: ../../include/functions_config.php:1688 +msgid "Remote configuration directory is not writtable for the console" +msgstr "" + +#: ../../include/functions_config.php:1699 +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:1699 +msgid "files" +msgstr "" + +#: ../../include/functions_config.php:1700 +msgid "Too much files in your tempora/attachment directory" +msgstr "" + +#: ../../include/functions_config.php:1717 +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:1718 +msgid "Database maintance problem" +msgstr "" + +#: ../../include/functions_config.php:1724 +msgid "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" +msgstr "" + +#: ../../include/functions_config.php:1725 +msgid "Default font doesnt exist" +msgstr "" + +#: ../../include/functions_config.php:1730 +msgid "You need to restart server after altering this configuration setting." +msgstr "" + +#: ../../include/functions_config.php:1731 +msgid "" +"Event storm protection is activated. No events will be generated during this " +"mode." +msgstr "" + +#: ../../include/functions_config.php:1738 +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:1739 +msgid "Developer mode is enabled" +msgstr "" + +#: ../../include/functions_config.php:1748 +msgid "Error first setup Open update" +msgstr "" + +#: ../../include/functions_config.php:1754 +msgid "" +"There is a new update available. Please go to Administration:Setup:Update Manager for more details." +msgstr "" + +#: ../../include/functions_config.php:1755 +msgid "New update of Pandora Console" +msgstr "" + +#: ../../include/functions_config.php:1769 +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:1770 +msgid "PHP safe mode is enabled. Some features may not properly work." +msgstr "" + +#: ../../include/functions_config.php:1775 +#, php-format +msgid "Recommended value is %s" +msgstr "" + +#: ../../include/functions_config.php:1775 +#: ../../include/functions_config.php:1781 +msgid "Unlimited" +msgstr "" + +#: ../../include/functions_config.php:1775 +#: ../../include/functions_config.php:1781 +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1804 +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:1776 +#: ../../include/functions_config.php:1782 +#: ../../include/functions_config.php:1790 +#: ../../include/functions_config.php:1798 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "" + +#: ../../include/functions_config.php:1781 +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1797 +#, php-format +msgid "Recommended value is: %s" +msgstr "" + +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1797 +#, php-format +msgid "%s or greater" +msgstr "" + +#: ../../include/functions_config.php:1797 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" + +#: ../../include/functions_config.php:1803 +msgid "" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" +msgstr "" + +#: ../../include/functions_config.php:1804 +msgid "Problems with disable functions in PHP.INI" +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:1086 +#: ../../include/functions_reporting_html.php:2528 +msgid "Monitors" +msgstr "" + +#: ../../include/functions_reporting_html.php:1322 +#, php-format +msgid "Agent '%s'" +msgstr "" + +#: ../../include/functions_reporting_html.php:1336 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "" + +#: ../../include/functions_reporting_html.php:1339 +msgid "Mac" +msgstr "" + +#: ../../include/functions_reporting_html.php:1340 +msgid "Actual status" +msgstr "" + +#: ../../include/functions_reporting_html.php:1568 +msgid "Empty modules" +msgstr "" + +#: ../../include/functions_reporting_html.php:1575 +msgid "Warning
Critical" +msgstr "" + +#: ../../include/functions_reporting_html.php:1798 +msgid "Agent max value" +msgstr "" + +#: ../../include/functions_reporting_html.php:1801 +msgid "Agent min" +msgstr "" + +#: ../../include/functions_reporting_html.php:1802 +msgid "Agent min Value" +msgstr "" + +#: ../../include/functions_reporting_html.php:2018 +#: ../../include/functions_reporting.php:5432 +#: ../../include/functions_reporting.php:5454 +msgid "Alert level" +msgstr "" + +#: ../../include/functions_reporting_html.php:2187 +msgid "Alerts not fired" +msgstr "" + +#: ../../include/functions_reporting_html.php:2196 +msgid "Total alerts monitored" +msgstr "" + +#: ../../include/functions_reporting_html.php:2247 +msgid "Total monitors" +msgstr "" + +#: ../../include/functions_reporting_html.php:2248 +msgid "Monitors down on period" +msgstr "" + +#: ../../include/functions_reporting_html.php:2264 +msgid "Monitors OK" +msgstr "" + +#: ../../include/functions_reporting_html.php:2265 +msgid "Monitors BAD" +msgstr "" + +#: ../../include/functions_reporting_html.php:2339 +#, php-format +msgid "Agents in group: %s" +msgstr "" + +#: ../../include/functions_reporting_html.php:2432 +msgid "Last failure" +msgstr "" + +#: ../../include/functions_reporting_html.php:2496 +msgid "N/A(*)" +msgstr "" + +#: ../../include/functions_reporting_html.php:2673 +msgid "Agents warning" +msgstr "" + +#: ../../include/functions_reporting_html.php:2679 +msgid "Agents ok" +msgstr "" + +#: ../../include/functions_reporting_html.php:2699 +#: ../../include/functions_reporting_html.php:2708 +msgid "Agents by status" +msgstr "" + +#: ../../include/functions_reporting_html.php:2732 +#: ../../include/functions_reporting.php:5683 +msgid "Total agents and monitors" +msgstr "" + +#: ../../include/functions_reporting_html.php:2752 +#: ../../include/functions_reporting_html.php:2761 +msgid "Node overview" +msgstr "" + +#: ../../include/functions_reporting_html.php:2783 +#: ../../include/functions_reporting_html.php:2800 +msgid "Warning events" +msgstr "" + +#: ../../include/functions_reporting_html.php:2787 +#: ../../include/functions_reporting_html.php:2804 +msgid "OK events" +msgstr "" + +#: ../../include/functions_reporting_html.php:2791 +#: ../../include/functions_reporting_html.php:2808 +msgid "Unknown events" +msgstr "" + +#: ../../include/functions_reporting_html.php:2831 +msgid "Important Events by Criticity" +msgstr "" + +#: ../../include/functions_reporting_html.php:2857 +msgid "Last activity in Pandora FMS console" +msgstr "" + +#: ../../include/functions_reporting_html.php:2933 +msgid "Events info (1hr.)" +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: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:477 +msgid "For use the original image file size, set 0 width and 0 height." +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_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_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_visual_map.php:903 +msgid "Last value: " +msgstr "" + +#: ../../include/functions_visual_map.php:1291 +msgid "Agent successfully added to layout" +msgstr "" + +#: ../../include/functions_visual_map.php:1438 +msgid "Modules successfully added to layout" +msgstr "" + +#: ../../include/functions_visual_map.php:1638 +msgid "Agents successfully added to layout" +msgstr "" + +#: ../../include/functions_visual_map.php:1979 +msgid "Cannot load the visualmap" +msgstr "" + +#: ../../include/functions_visual_map.php:2314 +msgid "Percentile bar" +msgstr "" + +#: ../../include/functions_visual_map.php:2318 +msgid "Static graph" +msgstr "" + +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:4323 +#: ../../include/functions_reporting.php:4419 +msgid "Simple graph" +msgstr "" + +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3137 +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:520 +msgid "Automatic combined Graph" +msgstr "" + +#: ../../include/functions_reports.php:525 +#: ../../include/functions_reports.php:527 +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reports.php:531 +msgid "ITIL" +msgstr "" + +#: ../../include/functions_reports.php:549 +#: ../../include/functions_reports.php:551 +msgid "Forecasting" +msgstr "" + +#: ../../include/functions_reports.php:552 +msgid "Projection graph" +msgstr "" + +#: ../../include/functions_reports.php:557 +#: ../../include/functions_graph.php:689 +#: ../../include/functions_graph.php:3690 +msgid "Avg. Value" +msgstr "" + +#: ../../include/functions_reports.php:563 +msgid "Monitor report" +msgstr "" + +#: ../../include/functions_reports.php:565 +msgid "Serialize data" +msgstr "" + +#: ../../include/functions_reports.php:569 +msgid "Historical Data" +msgstr "" + +#: ../../include/functions_reports.php:573 +#: ../../include/functions_reports.php:575 +#: ../../include/functions_reports.php:577 +#: ../../include/functions_reports.php:580 +#: ../../include/functions_reports.php:584 +#: ../../include/functions_reports.php:587 +#: ../../include/functions_reports.php:589 +#: ../../include/functions_reports.php:591 +msgid "Grouped" +msgstr "" + +#: ../../include/functions_reports.php:590 +msgid "Network interfaces" +msgstr "" + +#: ../../include/functions_reports.php:595 +#: ../../include/functions_reports.php:597 +msgid "Text/HTML " +msgstr "" + +#: ../../include/functions_reports.php:598 +msgid "Import text from URL" +msgstr "" + +#: ../../include/functions_reports.php:603 +msgid "Alert report module" +msgstr "" + +#: ../../include/functions_reports.php:605 +msgid "Alert report agent" +msgstr "" + +#: ../../include/functions_reports.php:608 +msgid "Alert report group" +msgstr "" + +#: ../../include/functions_reports.php:614 +msgid "Event report agent" +msgstr "" + +#: ../../include/functions_reports.php:616 +msgid "Event report module" +msgstr "" + +#: ../../include/functions_reports.php:618 +msgid "Event report group" +msgstr "" + +#: ../../include/functions_reports.php:625 +msgid "Inventory changes" +msgstr "" + +#: ../../include/functions_reports.php:633 +#: ../../include/functions_reporting.php:3326 +msgid "Agent configuration" +msgstr "" + +#: ../../include/functions_reports.php:635 +#: ../../include/functions_reporting.php:2391 +msgid "Group configuration" +msgstr "" + +#: ../../include/functions_reports.php:637 +msgid "Netflow area chart" +msgstr "" + +#: ../../include/functions_reports.php:639 +msgid "Netflow pie chart" +msgstr "" + +#: ../../include/functions_reports.php:641 +msgid "Netflow data table" +msgstr "" + +#: ../../include/functions_reports.php:643 +msgid "Netflow statistics table" +msgstr "" + +#: ../../include/functions_reports.php:645 +msgid "Netflow summary table" +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:902 +msgid "Does not exist agent with this name." +msgstr "" + +#: ../../include/functions_api.php:904 +msgid "Does not exist module with this name." +msgstr "" + +#: ../../include/functions_api.php:1279 ../../include/functions_api.php:5785 +msgid "Correct Delete" +msgstr "" + +#: ../../include/functions_api.php:1825 +msgid "Error in creation network module. Agent name doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:1831 +msgid "" +"Error in creation network module. Id_module_type is not correct for network " +"modules." +msgstr "" + +#: ../../include/functions_api.php:1886 +msgid "Error in creation network module." +msgstr "" + +#: ../../include/functions_api.php:1919 +msgid "Error updating network module. Module name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:1927 +msgid "Error updating network module. Id_module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:1942 +msgid "Error updating network module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:1949 +msgid "Error updating network module. Id_agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:1999 +msgid "Network module updated." +msgstr "" + +#: ../../include/functions_api.php:2028 +msgid "Error in creation plugin module. Id_plugin cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2035 +msgid "Error in creation plugin module. Agent name doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2095 +msgid "Error in creation plugin module." +msgstr "" + +#: ../../include/functions_api.php:2126 +msgid "Error updating plugin module. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2133 +msgid "Error updating plugin module. Id_module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2145 +msgid "Error updating plugin module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:2152 +msgid "Error updating plugin module. Id_agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2211 +msgid "Plugin module updated." +msgstr "" + +#: ../../include/functions_api.php:2240 +msgid "Error in creation data module. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2247 +msgid "Error in creation data module. Agent name doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2298 ../../include/functions_api.php:2364 +msgid "Error in creation data module." +msgstr "" + +#: ../../include/functions_api.php:2332 +msgid "Error in creation synthetic module. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2339 +msgid "Error in creation synthetic module. Agent name doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2476 +msgid "Synthetic module created ID: " +msgstr "" + +#: ../../include/functions_api.php:2507 +msgid "Error updating data module. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2514 +msgid "Error updating data module. Id_module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2526 +msgid "Error updating data module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:2533 +msgid "Error updating data module. Id_agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2579 +msgid "Data module updated." +msgstr "" + +#: ../../include/functions_api.php:2616 +msgid "Error in creation SNMP module. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2621 +msgid "" +"Error in creation SNMP module. Invalid id_module_type for a SNMP module." +msgstr "" + +#: ../../include/functions_api.php:2628 +msgid "Error in creation SNMP module. Agent name doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2643 ../../include/functions_api.php:2806 +#: ../../include/functions_api.php:5263 +msgid "" +"Error in creation SNMP module. snmp3_priv_method doesn't exists. Set it to " +"'AES' or 'DES'. " +msgstr "" + +#: ../../include/functions_api.php:2648 ../../include/functions_api.php:2815 +#: ../../include/functions_api.php:5268 +msgid "" +"Error in creation SNMP module. snmp3_sec_level doesn't exists. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" + +#: ../../include/functions_api.php:2653 ../../include/functions_api.php:2821 +#: ../../include/functions_api.php:5273 +msgid "" +"Error in creation SNMP module. snmp3_auth_method doesn't exists. Set it to " +"'MD5' or 'SHA'. " +msgstr "" + +#: ../../include/functions_api.php:2737 +msgid "Error in creation SNMP module." +msgstr "" + +#: ../../include/functions_api.php:2770 +msgid "Error updating SNMP module. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2777 +msgid "Error updating SNMP module. Id_module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2789 +msgid "Error updating SNMP module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:2796 +msgid "Error updating snmp module. Id_agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:2906 +msgid "SNMP module updated." +msgstr "" + +#: ../../include/functions_api.php:2934 +msgid "" +"Error creating network component. Network component name cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:2939 +msgid "" +"Error creating network component. Incorrect value for Network component type " +"field." +msgstr "" + +#: ../../include/functions_api.php:2944 +msgid "" +"Error creating network component. Network component group cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:2980 +msgid "" +"Error creating network component. This network component already exists." +msgstr "" + +#: ../../include/functions_api.php:3019 +msgid "" +"Error creating plugin component. Plugin component name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3024 +msgid "Error creating plugin component. Incorrect value for Id plugin." +msgstr "" + +#: ../../include/functions_api.php:3029 +msgid "" +"Error creating plugin component. Plugin component group cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3069 +msgid "Error creating plugin component. This plugin component already exists." +msgstr "" + +#: ../../include/functions_api.php:3107 +msgid "" +"Error creating SNMP component. SNMP component name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3112 +msgid "" +"Error creating SNMP component. Incorrect value for Snmp component type field." +msgstr "" + +#: ../../include/functions_api.php:3117 +msgid "" +"Error creating SNMP component. Snmp component group cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3129 +msgid "" +"Error creating SNMP component. snmp3_priv_method doesn't exists. Set it to " +"'AES' or 'DES'. " +msgstr "" + +#: ../../include/functions_api.php:3138 +msgid "" +"Error creating SNMP component. snmp3_sec_level doesn't exists. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" + +#: ../../include/functions_api.php:3144 +msgid "" +"Error creating SNMP component. snmp3_auth_method doesn't exists. Set it to " +"'MD5' or 'SHA'. " +msgstr "" + +#: ../../include/functions_api.php:3219 +msgid "Error creating SNMP component. This SNMP component already exists." +msgstr "" + +#: ../../include/functions_api.php:3256 +msgid "" +"Error creating local component. Local component name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3262 +msgid "" +"Error creating local component. Local component group cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3286 +msgid "Error creating local component." +msgstr "" + +#: ../../include/functions_api.php:3292 +msgid "Error creating local component. This local component already exists." +msgstr "" + +#: ../../include/functions_api.php:3325 +msgid "" +"Error getting module value from all agents. Module name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3333 +msgid "Error getting module value from all agents. Module name doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3378 +msgid "Error creating alert template. Template name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3450 +msgid "Error creating alert template." +msgstr "" + +#: ../../include/functions_api.php:3481 +msgid "Error updating alert template. Id_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3489 +msgid "Error updating alert template. Id_template doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3515 +msgid "Error updating alert template." +msgstr "" + +#: ../../include/functions_api.php:3520 +msgid "Correct updating of alert template" +msgstr "" + +#: ../../include/functions_api.php:3544 +msgid "Error deleting alert template. Id_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3553 +msgid "Error deleting alert template." +msgstr "" + +#: ../../include/functions_api.php:3557 +msgid "Correct deleting of alert template." +msgstr "" + +#: ../../include/functions_api.php:3594 +msgid "Error getting all alert templates." +msgstr "" + +#: ../../include/functions_api.php:3626 +msgid "Error getting alert template. Id_template doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3643 +msgid "Error getting alert template." +msgstr "" + +#: ../../include/functions_api.php:3682 +msgid "Error getting module groups." +msgstr "" + +#: ../../include/functions_api.php:3727 +msgid "Error getting plugins." +msgstr "" + +#: ../../include/functions_api.php:3750 +msgid "Error creating module from network component. Agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3757 +msgid "" +"Error creating module from network component. Network component doesn't " +"exists." +msgstr "" + +#: ../../include/functions_api.php:3775 +msgid "Error creating module from network component. Error creating module." +msgstr "" + +#: ../../include/functions_api.php:3802 +msgid "Error assigning module to template. Id_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3808 +msgid "Error assigning module to template. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3814 +msgid "Error assigning module to template. Id_agent cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3822 +msgid "Error assigning module to template. Id_template doensn't exists." +msgstr "" + +#: ../../include/functions_api.php:3832 +msgid "Error assigning module to template. Id_agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3839 +msgid "Error assigning module to template. Id_module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3847 +msgid "Error assigning module to template." +msgstr "" + +#: ../../include/functions_api.php:3873 +msgid "" +"Error deleting module template. Id_module_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3880 +msgid "Error deleting module template. Id_module_template doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:3888 ../../include/functions_api.php:3947 +msgid "Error deleting module template." +msgstr "" + +#: ../../include/functions_api.php:3891 ../../include/functions_api.php:3950 +msgid "Correct deleting of module template." +msgstr "" + +#: ../../include/functions_api.php:4027 +msgid "Error validate all alerts. Failed " +msgstr "" + +#: ../../include/functions_api.php:4030 +msgid "Correct validating of all alerts." +msgstr "" + +#: ../../include/functions_api.php:4057 +msgid "Error validating all alert policies." +msgstr "" + +#: ../../include/functions_api.php:4115 +msgid "Error validate all policy alerts. Failed " +msgstr "" + +#: ../../include/functions_api.php:4118 +msgid "Correct validating of all policy alerts." +msgstr "" + +#: ../../include/functions_api.php:4141 +msgid "Error stopping downtime. Id_downtime cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4157 +msgid "Downtime stopped." +msgstr "" + +#: ../../include/functions_api.php:4472 +msgid "and this modules are doesn't exists or not applicable a this agents: " +msgstr "" + +#: ../../include/functions_api.php:4474 +msgid "and this agents are generate problems: " +msgstr "" + +#: ../../include/functions_api.php:4476 +msgid "and this agents with ids are doesn't exists: " +msgstr "" + +#: ../../include/functions_api.php:4503 +msgid "Error adding agent to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4508 +msgid "Error adding agent to policy. Id_agent cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4516 +msgid "Error adding agent to policy. Id_agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:4524 +msgid "Error adding agent to policy." +msgstr "" + +#: ../../include/functions_api.php:4532 +msgid "Error adding agent to policy. The agent is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:4567 +msgid "Error adding data module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4572 +msgid "Error adding data module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4580 +msgid "Error adding data module to policy." +msgstr "" + +#: ../../include/functions_api.php:4616 +msgid "" +"Error adding data module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:4656 +msgid "Error updating data module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4661 +msgid "" +"Error updating data module in policy. Id_policy_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4669 +msgid "Error updating data module in policy. Module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:4675 +msgid "Error updating data module in policy. Module type is not network type." +msgstr "" + +#: ../../include/functions_api.php:4704 +msgid "Data policy module updated." +msgstr "" + +#: ../../include/functions_api.php:4733 +msgid "Error adding network module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4739 +msgid "" +"Error adding network module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4745 +msgid "" +"Error adding network module to policy. Id_module_type is not correct for " +"network modules." +msgstr "" + +#: ../../include/functions_api.php:4755 +msgid "Error adding network module to policy." +msgstr "" + +#: ../../include/functions_api.php:4793 +msgid "" +"Error adding network module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:4831 +msgid "" +"Error updating network module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4837 +msgid "" +"Error updating network module in policy. Id_policy_module cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:4846 +msgid "Error updating network module in policy. Module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:4852 +msgid "" +"Error updating network module in policy. Module type is not network type." +msgstr "" + +#: ../../include/functions_api.php:4878 +msgid "Network policy module updated." +msgstr "" + +#: ../../include/functions_api.php:4905 +msgid "Error adding plugin module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4910 +msgid "Error adding plugin module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4915 +msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4923 +msgid "Error adding plugin module to policy." +msgstr "" + +#: ../../include/functions_api.php:4966 +msgid "" +"Error adding plugin module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:5005 +msgid "Error updating plugin module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5011 +msgid "" +"Error updating plugin module in policy. Id_policy_module cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:5020 +msgid "Error updating plugin module in policy. Module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:5026 +msgid "" +"Error updating plugin module in policy. Module type is not network type." +msgstr "" + +#: ../../include/functions_api.php:5058 +msgid "Plugin policy module updated." +msgstr "" + +#: ../../include/functions_api.php:5233 +msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5238 +msgid "Error adding SNMP module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5246 +msgid "Error adding SNMP module to policy." +msgstr "" + +#: ../../include/functions_api.php:5251 +msgid "" +"Error adding SNMP module to policy. Id_module_type is not correct for SNMP " +"modules." +msgstr "" + +#: ../../include/functions_api.php:5345 +msgid "" +"Error adding SNMP module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:5384 +msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5389 +msgid "" +"Error updating SNMP module in policy. Id_policy_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5397 +msgid "Error updating SNMP module in policy. Module doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:5402 +msgid "Error updating SNMP module in policy. Module type is not SNMP type." +msgstr "" + +#: ../../include/functions_api.php:5412 +msgid "" +"Error updating SNMP module. snmp3_priv_method doesn't exists. Set it to " +"'AES' or 'DES'. " +msgstr "" + +#: ../../include/functions_api.php:5422 +msgid "" +"Error updating SNMP module. snmp3_sec_level doesn't exists. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" + +#: ../../include/functions_api.php:5429 +msgid "" +"Error updating SNMP module. snmp3_auth_method doesn't exists. Set it to " +"'MD5' or 'SHA'. " +msgstr "" + +#: ../../include/functions_api.php:5469 +msgid "SNMP policy module updated." +msgstr "" + +#: ../../include/functions_api.php:5492 +msgid "Error applying policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5505 ../../include/functions_api.php:5530 +msgid "Error applying policy." +msgstr "" + +#: ../../include/functions_api.php:5517 +msgid "Error applying policy. This policy is already pending to apply." +msgstr "" + +#: ../../include/functions_api.php:5575 +msgid "Error applying all policies." +msgstr "" + +#: ../../include/functions_api.php:5627 +msgid "Error in group creation. Group_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5633 +msgid "Error in group creation. Icon_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5646 ../../include/functions_api.php:5823 +msgid "Error in group creation. Id_parent_group doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:5674 +msgid "Error in group creation." +msgstr "" + +#: ../../include/functions_api.php:5811 +msgid "Error in netflow filter creation. Filter name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5816 +msgid "Error in netflow filter creation. Group id cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5829 +msgid "Error in netflow filter creation. Filter cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5834 +msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5839 +msgid "Error in netflow filter creation. Output_format cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5857 +msgid "Error in netflow filter creation." +msgstr "" + +#: ../../include/functions_api.php:5996 +msgid "Create user." +msgstr "" + +#: ../../include/functions_api.php:6035 +msgid "Error updating user. Id_user cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:6043 +msgid "Error updating user. Id_user doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:6059 +msgid "Error updating user. Password info incorrect." +msgstr "" + +#: ../../include/functions_api.php:6067 +msgid "Updated user." +msgstr "" + +#: ../../include/functions_api.php:6098 +msgid "Error enable/disable user. Id_user cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:6105 +msgid "Error enable/disable user. Enable/disable value cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:6111 +msgid "Error enable/disable user. The user doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:6120 +msgid "Error in user enabling/disabling." +msgstr "" + +#: ../../include/functions_api.php:6125 +msgid "Enabled user." +msgstr "" + +#: ../../include/functions_api.php:6129 +msgid "Disabled user." +msgstr "" + +#: ../../include/functions_api.php:7595 +msgid "Delete user." +msgstr "" + +#: ../../include/functions_api.php:7624 +msgid "Add user profile." +msgstr "" + +#: ../../include/functions_api.php:7657 +msgid "Delete user profile." +msgstr "" + +#: ../../include/functions_api.php:7755 +msgid "Correct module disable" +msgstr "" + +#: ../../include/functions_api.php:7758 +msgid "Error disabling module" +msgstr "" + +#: ../../include/functions_api.php:7784 +msgid "Correct module enable" +msgstr "" + +#: ../../include/functions_api.php:7787 +msgid "Error enabling module" +msgstr "" + +#: ../../include/functions_api.php:8326 +msgid "Error adding event comment." +msgstr "" + +#: ../../include/functions_api.php:8565 +msgid "Error enable/disable agent. Id_agent cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8572 +msgid "Error enable/disable agent. Enable/disable value cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8578 +msgid "Error enable/disable agent. The agent doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:8589 +msgid "Error in agent enabling/disabling." +msgstr "" + +#: ../../include/functions_api.php:8595 +msgid "Enabled agent." +msgstr "" + +#: ../../include/functions_api.php:8600 +msgid "Disabled agent." +msgstr "" + +#: ../../include/functions_api.php:8696 +msgid "Error getting special_days." +msgstr "" + +#: ../../include/functions_api.php:8731 +msgid "Error creating special day. Specified day already exists." +msgstr "" + +#: ../../include/functions_api.php:8736 +msgid "Error creating special day. Invalid date format." +msgstr "" + +#: ../../include/functions_api.php:8748 +msgid "Error in creation special day." +msgstr "" + +#: ../../include/functions_api.php:8781 +msgid "Error updating special day. Id cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8788 +msgid "Error updating special day. Id doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:8793 +msgid "Error updating special day. Invalid date format." +msgstr "" + +#: ../../include/functions_api.php:8827 +msgid "Error deleting special day. Id cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8834 +msgid "Error deleting special day. Id doesn't exists." +msgstr "" + +#: ../../include/functions_api.php:8841 +msgid "Error in deletion special day." +msgstr "" + +#: ../../include/functions_tags.php:585 +msgid "Click here to open a popup window with URL tag" +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/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:282 +msgid "Fail the group synchronizing" +msgstr "" + +#: ../../include/auth/mysql.php:288 +msgid "Fail the tag synchronizing" +msgstr "" + +#: ../../include/auth/mysql.php:301 +msgid "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" +msgstr "" + +#: ../../include/auth/mysql.php:313 +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_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.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_graph.php:2539 +#: ../../include/functions_graph.php:3029 +#: ../../include/functions_graph.php:3030 +#: ../../include/functions_graph.php:4936 +#: ../../include/functions_events.php:1473 +msgid "Maintenance" +msgstr "" + +#: ../../include/functions.php:868 ../../include/functions.php:1074 +#: ../../include/functions.php:1109 ../../include/functions_graph.php:3033 +#: ../../include/functions_graph.php:3034 +#: ../../include/functions_graph.php:4939 +#: ../../include/functions_events.php:1476 +msgid "Informational" +msgstr "" + +#: ../../include/functions.php:880 ../../include/functions.php:1076 +#: ../../include/functions.php:1121 ../../include/functions_graph.php:3041 +#: ../../include/functions_graph.php:3042 +#: ../../include/functions_graph.php:4951 +msgid "Minor" +msgstr "" + +#: ../../include/functions.php:883 ../../include/functions.php:1078 +#: ../../include/functions.php:1124 ../../include/functions_graph.php:3049 +#: ../../include/functions_graph.php:3050 +#: ../../include/functions_graph.php:4954 +msgid "Major" +msgstr "" + +#: ../../include/functions.php:1027 ../../include/functions_events.php:1409 +msgid "Monitor Critical" +msgstr "" + +#: ../../include/functions.php:1028 ../../include/functions_events.php:1412 +msgid "Monitor Warning" +msgstr "" + +#: ../../include/functions.php:1029 ../../include/functions_events.php:1415 +msgid "Monitor Normal" +msgstr "" + +#: ../../include/functions.php:1031 +msgid "Monitor Unknown" +msgstr "" + +#: ../../include/functions.php:1034 ../../include/functions_events.php:1125 +#: ../../include/functions_events.php:1421 +msgid "Alert recovered" +msgstr "" + +#: ../../include/functions.php:1035 ../../include/functions_events.php:1160 +#: ../../include/functions_events.php:1424 +msgid "Alert ceased" +msgstr "" + +#: ../../include/functions.php:1036 ../../include/functions_events.php:1427 +msgid "Alert manual validation" +msgstr "" + +#: ../../include/functions.php:1038 +msgid "Agent created" +msgstr "" + +#: ../../include/functions.php:1039 ../../include/functions_events.php:1430 +msgid "Recon host detected" +msgstr "" + +#: ../../include/functions.php:1042 ../../include/functions_events.php:1157 +#: ../../include/functions_events.php:1439 +msgid "Configuration change" +msgstr "" + +#: ../../include/functions.php:2007 +msgid "custom" +msgstr "" + +#: ../../include/functions.php:2012 ../../include/functions.php:2013 +#, php-format +msgid "%s minutes" +msgstr "" + +#: ../../include/functions.php:2015 ../../include/functions.php:2016 +#, php-format +msgid "%s hours" +msgstr "" + +#: ../../include/functions.php:2021 ../../include/functions.php:2022 +#, php-format +msgid "%s months" +msgstr "" + +#: ../../include/functions.php:2024 ../../include/functions.php:2025 +#, php-format +msgid "%s years" +msgstr "" + +#: ../../include/functions.php:2028 +msgid "Default values will be used" +msgstr "" + +#: ../../include/functions.php:2188 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ../../include/functions.php:2194 +msgid "Missing a temporary folder" +msgstr "" + +#: ../../include/functions.php:2197 +msgid "Failed to write file to disk" +msgstr "" + +#: ../../include/functions.php:2200 +msgid "File upload stopped by extension" +msgstr "" + +#: ../../include/functions.php:2204 +msgid "Unknown upload error" +msgstr "" + +#: ../../include/functions.php:2300 +msgid "Source ID" +msgstr "" + +#: ../../include/functions.php:2307 +msgid "No data found to export" +msgstr "" + +#: ../../include/functions.php:2572 +msgid "15 seconds" +msgstr "" + +#: ../../include/functions.php:2577 +msgid "15 minutes" +msgstr "" + +#: ../../include/functions.php:2578 ../../include/ajax/module.php:119 +msgid "30 minutes" +msgstr "" + +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:54 +#: ../../include/functions_graph.php:2534 +msgid "Informative" +msgstr "" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +#: ../../include/functions_graph.php:2535 +msgid "Low" +msgstr "" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +#: ../../include/functions_graph.php:2536 +msgid "Medium" +msgstr "" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_graph.php:2537 +msgid "Serious" +msgstr "" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +#: ../../include/functions_graph.php:2538 +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/class/Tree.class.php:1480 +msgid "NO DATA" +msgstr "" + +#: ../../include/ajax/networkmap.ajax.php:74 +#: ../../include/ajax/networkmap.ajax.php:94 +msgid "Map summary" +msgstr "" + +#: ../../include/ajax/visual_console_builder.ajax.php:177 +#: ../../include/functions_graph.php:4918 +msgid "No data to show" +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/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/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/module.php:131 +msgid "3 years" +msgstr "" + +#: ../../include/ajax/module.php:1070 +msgid "Any monitors aren't with this filter." +msgstr "" + +#: ../../include/ajax/module.php:1073 +msgid "This agent doesn't have any active monitors." +msgstr "" + +#: ../../include/functions_graph.php:691 +msgid "Units. Value" +msgstr "" + +#: ../../include/functions_graph.php:761 +#: ../../include/functions_graph.php:1628 +#, php-format +msgid "Percentile %dº" +msgstr "" + +#: ../../include/functions_graph.php:1208 +#, php-format +msgid "%s" +msgstr "" + +#: ../../include/functions_graph.php:1628 +msgid " of module " +msgstr "" + +#: ../../include/functions_graph.php:1874 +msgid "Not fired alerts" +msgstr "" + +#: ../../include/functions_graph.php:2321 +msgid "Today" +msgstr "" + +#: ../../include/functions_graph.php:2322 +msgid "Week" +msgstr "" + +#: ../../include/functions_graph.php:2324 +#: ../../include/functions_graph.php:2325 +msgid "Months" +msgstr "" + +#: ../../include/functions_graph.php:2347 +msgid "History db" +msgstr "" + +#: ../../include/functions_graph.php:2561 +#: ../../include/functions_graph.php:2573 +msgid "Open incident" +msgstr "" + +#: ../../include/functions_graph.php:2562 +#: ../../include/functions_graph.php:2575 +msgid "Closed incident" +msgstr "" + +#: ../../include/functions_graph.php:2563 +#: ../../include/functions_graph.php:2577 +msgid "Outdated" +msgstr "" + +#: ../../include/functions_graph.php:2905 +#: ../../include/functions_graph.php:2956 +#: ../../include/functions_events.php:1148 +msgid "SYSTEM" +msgstr "" + +#: ../../include/functions_graph.php:3691 +msgid "Units" +msgstr "" + +#: ../../include/functions_graph.php:5288 +msgid "Main node" +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_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_reporting.php:1161 +msgid "Event Report Group" +msgstr "" + +#: ../../include/functions_reporting.php:1337 +msgid "Event Report Module" +msgstr "" + +#: ../../include/functions_reporting.php:1508 +msgid "Agent/Modules" +msgstr "" + +#: ../../include/functions_reporting.php:1626 +msgid "Exception - Everything" +msgstr "" + +#: ../../include/functions_reporting.php:1631 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1633 +#, php-format +msgid "Modules over or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1637 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1639 +#, php-format +msgid "Modules under or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1643 +#, php-format +msgid "Exception - Modules under %s" +msgstr "" + +#: ../../include/functions_reporting.php:1645 +#, php-format +msgid "Modules under %s" +msgstr "" + +#: ../../include/functions_reporting.php:1649 +#, php-format +msgid "Exception - Modules over %s" +msgstr "" + +#: ../../include/functions_reporting.php:1651 +#, php-format +msgid "Modules over %s" +msgstr "" + +#: ../../include/functions_reporting.php:1655 +#, php-format +msgid "Exception - Equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1657 +#, php-format +msgid "Equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1661 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1663 +#, php-format +msgid "Not equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1667 +msgid "Exception - Modules at normal status" +msgstr "" + +#: ../../include/functions_reporting.php:1668 +msgid "Modules at normal status" +msgstr "" + +#: ../../include/functions_reporting.php:1672 +msgid "Exception - Modules at critical or warning status" +msgstr "" + +#: ../../include/functions_reporting.php:1673 +msgid "Modules at critical or warning status" +msgstr "" + +#: ../../include/functions_reporting.php:1858 +msgid "There are no Modules under those conditions." +msgstr "" + +#: ../../include/functions_reporting.php:1861 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "" + +#: ../../include/functions_reporting.php:1864 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "" + +#: ../../include/functions_reporting.php:1867 +#, php-format +msgid "There are no Modules less %s." +msgstr "" + +#: ../../include/functions_reporting.php:1870 +#, php-format +msgid "There are no Modules over %s." +msgstr "" + +#: ../../include/functions_reporting.php:1873 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1876 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1879 +msgid "There are no Modules normal status" +msgstr "" + +#: ../../include/functions_reporting.php:1882 +msgid "There are no Modules at critial or warning status" +msgstr "" + +#: ../../include/functions_reporting.php:2084 +msgid "Event Report Agent" +msgstr "" + +#: ../../include/functions_reporting.php:2278 +msgid "Database Serialized" +msgstr "" + +#: ../../include/functions_reporting.php:2467 +msgid "Network interfaces report" +msgstr "" + +#: ../../include/functions_reporting.php:2486 +msgid "The group has no agents or none of the agents has any network interface" +msgstr "" + +#: ../../include/functions_reporting.php:2536 +msgid "bytes/s" +msgstr "" + +#: ../../include/functions_reporting.php:2565 +msgid "Alert Report Group" +msgstr "" + +#: ../../include/functions_reporting.php:2687 +msgid "Alert Report Agent" +msgstr "" + +#: ../../include/functions_reporting.php:2795 +msgid "Alert Report Module" +msgstr "" + +#: ../../include/functions_reporting.php:2930 +msgid "SQL Graph Vertical Bars" +msgstr "" + +#: ../../include/functions_reporting.php:2933 +msgid "SQL Graph Horizontal Bars" +msgstr "" + +#: ../../include/functions_reporting.php:2936 +msgid "SQL Graph Pie" +msgstr "" + +#: ../../include/functions_reporting.php:3062 +msgid "Netflow Area" +msgstr "" + +#: ../../include/functions_reporting.php:3065 +msgid "Netflow Pie" +msgstr "" + +#: ../../include/functions_reporting.php:3068 +msgid "Netflow Data" +msgstr "" + +#: ../../include/functions_reporting.php:3071 +msgid "Netflow Statistics" +msgstr "" + +#: ../../include/functions_reporting.php:3074 +msgid "Netflow Summary" +msgstr "" + +#: ../../include/functions_reporting.php:3198 +msgid "Prediction Date" +msgstr "" + +#: ../../include/functions_reporting.php:3721 +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:3837 +msgid "No Address" +msgstr "" + +#: ../../include/functions_reporting.php:4252 +msgid "Minimal" +msgstr "" + +#: ../../include/functions_reporting.php:4255 +msgid "Maximun" +msgstr "" + +#: ../../include/functions_reporting.php:4803 +#: ../../include/functions_reporting.php:4917 +#: ../../include/functions_reporting.php:5046 +msgid "Maximum of events shown" +msgstr "" + +#: ../../include/functions_reporting.php:5408 +#: ../../include/functions_reporting.php:5445 +msgid "Server health" +msgstr "" + +#: ../../include/functions_reporting.php:5408 +#, php-format +msgid "%d Downed servers" +msgstr "" + +#: ../../include/functions_reporting.php:5416 +#: ../../include/functions_reporting.php:5448 +msgid "Monitor health" +msgstr "" + +#: ../../include/functions_reporting.php:5416 +#, php-format +msgid "%d Not Normal monitors" +msgstr "" + +#: ../../include/functions_reporting.php:5418 +#: ../../include/functions_reporting.php:5449 +msgid "of monitors up" +msgstr "" + +#: ../../include/functions_reporting.php:5424 +#: ../../include/functions_reporting.php:5451 +msgid "Module sanity" +msgstr "" + +#: ../../include/functions_reporting.php:5424 +#, php-format +msgid "%d Not inited monitors" +msgstr "" + +#: ../../include/functions_reporting.php:5426 +#: ../../include/functions_reporting.php:5452 +msgid "of total modules inited" +msgstr "" + +#: ../../include/functions_reporting.php:5432 +#: ../../include/functions_reporting.php:6443 +#: ../../include/functions_reporting.php:6452 +#, php-format +msgid "%d Fired alerts" +msgstr "" + +#: ../../include/functions_reporting.php:5434 +#: ../../include/functions_reporting.php:5455 +msgid "of defined alerts not fired" +msgstr "" + +#: ../../include/functions_reporting.php:5514 +msgid "Defined and fired alerts" +msgstr "" + +#: ../../include/functions_reporting.php:5580 +msgid "Monitor normal" +msgstr "" + +#: ../../include/functions_reporting.php:5584 +msgid "Monitor unknown" +msgstr "" + +#: ../../include/functions_reporting.php:5591 +msgid "Monitor not init" +msgstr "" + +#: ../../include/functions_reporting.php:5615 +#: ../../include/functions_reporting.php:5626 +msgid "Monitors by status" +msgstr "" + +#: ../../include/functions_reporting.php:5706 +msgid "Defined users" +msgstr "" + +#: ../../include/functions_reporting.php:6344 +msgid "Agent without data" +msgstr "" + +#: ../../include/functions_reporting.php:6431 +#: ../../include/functions_reporting.php:6438 +#, php-format +msgid "%d Total modules" +msgstr "" + +#: ../../include/functions_reporting.php:6432 +#: ../../include/functions_reporting.php:6439 +#, php-format +msgid "%d Normal modules" +msgstr "" + +#: ../../include/functions_reporting.php:6433 +#: ../../include/functions_reporting.php:6440 +#, php-format +msgid "%d Critical modules" +msgstr "" + +#: ../../include/functions_reporting.php:6434 +#: ../../include/functions_reporting.php:6441 +#, php-format +msgid "%d Warning modules" +msgstr "" + +#: ../../include/functions_reporting.php:6435 +#: ../../include/functions_reporting.php:6442 +#, php-format +msgid "%d Unknown modules" +msgstr "" + +#: ../../include/functions_reporting.php:6446 +#, php-format +msgid "%d Total agents" +msgstr "" + +#: ../../include/functions_reporting.php:6447 +#, php-format +msgid "%d Normal agents" +msgstr "" + +#: ../../include/functions_reporting.php:6448 +#, php-format +msgid "%d Critical agents" +msgstr "" + +#: ../../include/functions_reporting.php:6449 +#, php-format +msgid "%d Warning agents" +msgstr "" + +#: ../../include/functions_reporting.php:6450 +#, php-format +msgid "%d Unknown agents" +msgstr "" + +#: ../../include/functions_reporting.php:6451 +#, php-format +msgid "%d not init agents" +msgstr "" + +#: ../../include/functions_reporting.php:8326 +msgid "Total running modules" +msgstr "" + +#: ../../include/functions_reporting.php:8329 +#: ../../include/functions_reporting.php:8345 +#: ../../include/functions_reporting.php:8361 +#: ../../include/functions_reporting.php:8384 +#: ../../include/functions_reporting.php:8403 +#: ../../include/functions_reporting.php:8415 +#: ../../include/functions_reporting.php:8427 +#: ../../include/functions_reporting.php:8443 +msgid "Ratio" +msgstr "" + +#: ../../include/functions_reporting.php:8329 +#: ../../include/functions_reporting.php:8345 +#: ../../include/functions_reporting.php:8361 +#: ../../include/functions_reporting.php:8384 +#: ../../include/functions_reporting.php:8403 +#: ../../include/functions_reporting.php:8415 +#: ../../include/functions_reporting.php:8427 +#: ../../include/functions_reporting.php:8443 +msgid "Modules by second" +msgstr "" + +#: ../../include/functions_reporting.php:8341 +msgid "Local modules" +msgstr "" + +#: ../../include/functions_reporting.php:8352 +msgid "Remote modules" +msgstr "" + +#: ../../include/functions_reporting.php:8376 +msgid "Network modules" +msgstr "" + +#: ../../include/functions_reporting.php:8399 +msgid "Plugin modules" +msgstr "" + +#: ../../include/functions_reporting.php:8411 +msgid "Prediction modules" +msgstr "" + +#: ../../include/functions_reporting.php:8423 +msgid "WMI modules" +msgstr "" + +#: ../../include/functions_reporting.php:8435 +msgid "Web modules" +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 "" + +#: ../../include/functions_networkmap.php:1721 +msgid "Create a new topology map" +msgstr "" + +#: ../../include/functions_networkmap.php:1722 +msgid "Create a new group map" +msgstr "" + +#: ../../include/functions_networkmap.php:1723 +msgid "Create a new dynamic map" +msgstr "" + +#: ../../include/functions_networkmap.php:1725 +msgid "Create a new radial dynamic map" +msgstr "" + +#: ../../include/functions_networkmap.php:1749 +msgid "Dynamic" +msgstr "" + +#: ../../include/functions_networkmap.php:1751 +msgid "Radial dynamic" +msgstr "" + +#: ../../include/functions_events.php:1002 +msgid "Events -by module-" +msgstr "" + +#: ../../include/functions_events.php:1122 +msgid "Going to unknown" +msgstr "" + +#: ../../include/functions_events.php:1128 +msgid "Alert manually validated" +msgstr "" + +#: ../../include/functions_events.php:1131 +msgid "Going from critical to warning" +msgstr "" + +#: ../../include/functions_events.php:1135 +msgid "Going down to critical state" +msgstr "" + +#: ../../include/functions_events.php:1139 +msgid "Going up to normal state" +msgstr "" + +#: ../../include/functions_events.php:1142 +msgid "Going down from normal to warning" +msgstr "" + +#: ../../include/functions_events.php:1151 +msgid "Recon server detected a new host" +msgstr "" + +#: ../../include/functions_events.php:1154 +msgid "New agent created" +msgstr "" + +#: ../../include/functions_events.php:1167 +msgid "Unknown type:" +msgstr "" + +#: ../../include/functions_events.php:1510 +#: ../../include/functions_events.php:1531 +msgid "Only new" +msgstr "" + +#: ../../include/functions_events.php:1512 +#: ../../include/functions_events.php:1537 +msgid "Only in process" +msgstr "" + +#: ../../include/functions_events.php:1513 +#: ../../include/functions_events.php:1540 +msgid "Only not validated" +msgstr "" + +#: ../../include/functions_events.php:1584 +msgid "Agent address" +msgstr "" + +#: ../../include/functions_events.php:1585 +msgid "Agent id" +msgstr "" + +#: ../../include/functions_events.php:1587 +msgid "Module Agent address" +msgstr "" + +#: ../../include/functions_events.php:1679 +msgid "Change owner" +msgstr "" + +#: ../../include/functions_events.php:1718 +msgid "Change status" +msgstr "" + +#: ../../include/functions_events.php:1724 +#: ../../include/functions_events.php:1730 +msgid "In process" +msgstr "" + +#: ../../include/functions_events.php:1757 +#: ../../include/functions_events.php:2569 +msgid "Add comment" +msgstr "" + +#: ../../include/functions_events.php:1776 +msgid "Custom responses" +msgstr "" + +#: ../../include/functions_events.php:1978 +msgid "There was an error connecting to the node" +msgstr "" + +#: ../../include/functions_events.php:2017 +msgid "Agent details" +msgstr "" + +#: ../../include/functions_events.php:2054 +msgid "View custom fields" +msgstr "" + +#: ../../include/functions_events.php:2066 +msgid "Module details" +msgstr "" + +#: ../../include/functions_events.php:2083 +msgid "No assigned" +msgstr "" + +#: ../../include/functions_events.php:2156 +#: ../../include/functions_events.php:2160 +msgid "Go to data overview" +msgstr "" + +#: ../../include/functions_events.php:2303 +#, php-format +msgid "Invalid custom data: %s" +msgstr "" + +#: ../../include/functions_events.php:2350 +msgid "First event" +msgstr "" + +#: ../../include/functions_events.php:2350 +msgid "Last event" +msgstr "" + +#: ../../include/functions_events.php:2464 +msgid "ID extra" +msgstr "" + +#: ../../include/functions_events.php:2515 +#: ../../include/functions_events.php:2561 +msgid "There are no comments" +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_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_db.php:75 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "" + +#: ../../include/functions_db.php:1124 +msgid "SQL sentence" +msgstr "" + +#: ../../include/functions_db.php:1126 +msgid "Rows" +msgstr "" + +#: ../../include/functions_db.php:1127 +msgid "Saved" +msgstr "" + +#: ../../include/functions_db.php:1128 +msgid "Time (ms)" 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 e99b40cef5..658025b736 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 01e7a28c63..9256faff2f --- 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.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 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../include/functions_api.php:8867 msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-11-03 10:13+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 05:07+0100\n" "PO-Revision-Date: 2016-09-05 14:37+0000\n" "Last-Translator: artu30 \n" "Language-Team: English (United Kingdom) \n" @@ -17,2873 +27,36 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-03 11:04+0000\n" "X-Generator: Launchpad (build 18246)\n" -#: ../../general/links_menu.php:20 ../../godmode/menu.php:284 -#: ../../godmode/menu.php:394 -msgid "Links" -msgstr "Links" - -#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../enterprise/meta/general/noaccess.php:24 -#: ../../mobile/operation/modules.php:173 ../../mobile/operation/groups.php:53 -#: ../../mobile/operation/tactical.php:71 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agent.php:66 -#: ../../mobile/operation/events.php:430 -#: ../../mobile/operation/module_graph.php:269 ../../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/logon_failed.php:21 ../../operation/users/user_edit.php:595 -#: ../../operation/users/user_edit.php:660 -#: ../../operation/users/user_edit.php:731 -#: ../../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" - -#: ../../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/login_required.php:64 -#: ../../general/login_identification_wizard.php:180 -msgid "Pandora FMS instance identification wizard" -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 "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 -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/alert_enterprise.php:90 -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:101 -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:104 -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:107 -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:115 -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:118 -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:121 -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:128 -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:135 -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:138 -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:141 -msgid "These options are only effective on the Enterprise version." -msgstr "" - -#: ../../general/alert_enterprise.php:144 -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:147 -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:150 -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:153 -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:156 -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:159 -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/subselect_data_module.php:42 -#: ../../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/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_agents_meta.php:1053 -#: ../../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_html_meta.php:51 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:65 -#: ../../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:176 -#: ../../enterprise/operation/log/log_viewer.php:194 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/godmode/setup/setup_acl.php:84 -#: ../../enterprise/godmode/setup/setup_acl.php:89 -#: ../../enterprise/godmode/setup/setup_acl.php:94 -#: ../../enterprise/godmode/setup/setup_acl.php:300 -#: ../../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:391 -#: ../../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.wizard.php:127 -#: ../../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.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 -#: ../../enterprise/godmode/policies/policy_agents.php:369 -#: ../../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/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/include/functions_metaconsole.php:610 -#: ../../enterprise/include/functions_metaconsole.php:611 -#: ../../enterprise/include/functions_metaconsole.php:1215 -#: ../../extensions/agents_modules.php:77 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../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/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../mobile/operation/agents.php:32 ../../mobile/operation/events.php:624 -#: ../../mobile/operation/events.php:634 -#: ../../mobile/operation/events.php:1082 -#: ../../mobile/operation/events.php:1101 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 -#: ../../operation/events/events.build_table.php:492 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/events_list.php:445 -#: ../../operation/events/events_list.php:449 -#: ../../operation/events/events_list.php:457 -#: ../../operation/events/events_list.php:556 -#: ../../operation/events/events_list.php:559 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/events/events.build_query.php:118 -#: ../../operation/agentes/networkmap.php:474 -#: ../../operation/agentes/status_monitor.php:295 -#: ../../operation/agentes/status_monitor.php:312 -#: ../../operation/agentes/status_monitor.php:322 -#: ../../operation/agentes/status_monitor.php:341 -#: ../../operation/agentes/status_monitor.php:384 -#: ../../operation/agentes/status_monitor.php:446 -#: ../../operation/agentes/networkmap_list.php:185 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/estado_monitores.php:428 -#: ../../operation/agentes/estado_monitores.php:447 -#: ../../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/snmpconsole/snmp_view.php:384 -#: ../../operation/snmpconsole/snmp_view.php:401 -#: ../../operation/snmpconsole/snmp_view.php:406 -#: ../../operation/snmpconsole/snmp_view.php:545 -#: ../../operation/gis_maps/render_view.php:145 -#: ../../godmode/setup/gis_step_2.php:154 -#: ../../godmode/modules/manage_network_templates_form.php:267 -#: ../../godmode/modules/manage_network_components.php:499 -#: ../../godmode/events/event_edit_filter.php:226 -#: ../../godmode/events/event_edit_filter.php:230 -#: ../../godmode/events/event_edit_filter.php:366 -#: ../../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/alerts/alert_list.php:264 -#: ../../godmode/alerts/alert_list.php:318 -#: ../../godmode/alerts/alert_list.php:331 -#: ../../godmode/alerts/alert_templates.php:255 -#: ../../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/visual_console_builder.wizard.php:206 -#: ../../godmode/reporting/visual_console_builder.wizard.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:880 -#: ../../godmode/reporting/reporting_builder.item_editor.php:996 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_edit_modules.php:252 -#: ../../godmode/massive/massive_edit_modules.php:280 -#: ../../godmode/massive/massive_edit_modules.php:320 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../include/functions_reporting.php:1514 -#: ../../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_modules.php:2417 -#: ../../include/functions_modules.php:2418 -#: ../../include/functions_events.php:3109 -#: ../../include/functions_events.php:3622 -#: ../../include/functions_groups.php:616 -#: ../../include/functions_groups.php:2359 -#: ../../include/functions_graph.php:2620 -msgid "All" -msgstr "All" - -#: ../../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 -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 "" -"Pandora FMS' help wizard has been asked for a reference that currently " -"doesn't exist. There is no help content available for this topic." - -#: ../../general/footer.php:30 ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Build %s" - -#: ../../general/footer.php:32 ../../enterprise/meta/general/footer.php:27 -msgid "Page generated at" -msgstr "Page generated as" - -#: ../../general/header.php:74 -msgid "Blank characters are used as AND conditions" -msgstr "Blank characters are used as AND conditions" - -#: ../../general/header.php:89 ../../general/header.php:91 -msgid "Enter keywords to search" -msgstr "Enter keywords to search" - -#: ../../general/header.php:113 ../../general/header.php:121 -#: ../../enterprise/meta/general/main_header.php:360 -#: ../../enterprise/meta/general/main_header.php:368 -msgid "All systems" -msgstr "All systems" - -#: ../../general/header.php:113 -#: ../../enterprise/meta/general/main_header.php:360 -msgid "Down" -msgstr "Down" - -#: ../../general/header.php:117 -#: ../../enterprise/meta/general/main_header.php:364 -msgid "servers down" -msgstr "servers down" - -#: ../../general/header.php:121 -#: ../../enterprise/meta/general/main_header.php:368 -msgid "Ready" -msgstr "Ready" - -#: ../../general/header.php:141 ../../general/header.php:142 -msgid "QR Code of the page" -msgstr "Page QR Code" - -#: ../../general/header.php:146 -#: ../../operation/visual_console/public_console.php:130 -msgid "QR code of the page" -msgstr "Page QR Code" - -#: ../../general/header.php:168 ../../general/header.php:169 -#: ../../include/functions_clippy.php:128 -msgid "Pandora FMS assistant" -msgstr "Pandora FMS assistant" - -#: ../../general/header.php:194 -#: ../../enterprise/meta/general/main_header.php:393 -msgid "Configure autorefresh" -msgstr "Configure autorefresh" - -#: ../../general/header.php:203 -#: ../../enterprise/meta/general/main_header.php:397 -#: ../../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/meta/advanced/synchronizing.user.php:529 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../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 -#: ../../extensions/insert_data.php:163 -#: ../../godmode/alerts/configure_alert_template.php:584 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:125 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_edit_modules.php:255 -#: ../../godmode/massive/massive_edit_modules.php:296 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:469 -#: ../../godmode/gis_maps/configure_gis_map.php:588 -msgid "Select" -msgstr "Select" - -#: ../../general/header.php:221 -#: ../../enterprise/meta/general/main_header.php:410 -#: ../../enterprise/meta/general/main_header.php:420 -msgid "Disabled autorefresh" -msgstr "Disable autorefresh" - -#: ../../general/header.php:242 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "System alerts detected - Please fix them as soon as possible" - -#: ../../general/header.php:257 -#, php-format -msgid "You have %d warning(s)" -msgstr "You have %d warning(s)" - -#: ../../general/header.php:268 -msgid "There are not warnings" -msgstr "There are no warnings" - -#: ../../general/header.php:279 -#: ../../enterprise/meta/general/main_header.php:378 -#: ../../mobile/operation/home.php:118 ../../mobile/include/user.class.php:286 -#: ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 -msgid "Logout" -msgstr "Logout" - -#: ../../general/header.php:284 ../../general/header.php:286 -#: ../../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 -#: ../../operation/menu.php:328 -msgid "Edit my user" -msgstr "Edit my user" - -#: ../../general/header.php:295 -msgid "New chat message" -msgstr "New chat message" - -#: ../../general/header.php:304 -msgid "Message overview" -msgstr "Message overview" - -#: ../../general/header.php:305 -#, php-format -msgid "You have %d unread message(s)" -msgstr "You have %d unread message(s)" - -#: ../../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/meta/monitoring/wizard/wizard.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../godmode/alerts/configure_alert_template.php:801 -msgid "Finish" -msgstr "Finish" - -#: ../../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:167 -#: ../../operation/users/user_edit.php:374 -msgid "Subscribe to our newsletter" -msgstr "" - -#: ../../general/login_identification_wizard.php:170 -#: ../../general/login_identification_wizard.php:171 -#: ../../enterprise/extensions/cron/main.php:220 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:77 -#: ../../operation/search_users.php:44 ../../godmode/tag/tag.php:203 -#: ../../godmode/tag/edit_tag.php:195 -msgid "Email" -msgstr "E-mail" - -#: ../../general/login_identification_wizard.php:172 -msgid "Required" -msgstr "" - -#: ../../general/login_identification_wizard.php:182 -msgid "Do you want to continue without any registration" -msgstr "" - -#: ../../general/login_identification_wizard.php:185 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 -#: ../../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.setup.php:138 -#: ../../enterprise/meta/advanced/metasetup.setup.php:189 -#: ../../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/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/godmode/setup/setup_auth.php:64 -#: ../../enterprise/godmode/setup/setup_auth.php:311 -#: ../../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/reporting/graph_template_item_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 -#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 -#: ../../operation/netflow/nf_live_view.php:266 -#: ../../operation/snmpconsole/snmp_view.php:439 -#: ../../operation/users/user_edit.php:270 -#: ../../godmode/setup/performance.php:103 -#: ../../godmode/setup/performance.php:110 -#: ../../godmode/setup/performance.php:117 -#: ../../godmode/setup/setup_auth.php:72 ../../godmode/setup/setup_auth.php:80 -#: ../../godmode/setup/setup_auth.php:188 -#: ../../godmode/setup/setup_auth.php:226 -#: ../../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/news.php:264 -#: ../../godmode/setup/setup_ehorus.php:56 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 -#: ../../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:416 -#: ../../godmode/setup/setup_visuals.php:423 -#: ../../godmode/setup/setup_visuals.php:435 -#: ../../godmode/setup/setup_visuals.php:568 -#: ../../godmode/setup/setup_visuals.php:595 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/agentes/agent_conf_gis.php:80 -#: ../../godmode/agentes/agent_manager.php:381 -#: ../../godmode/reporting/reporting_builder.php:639 -#: ../../godmode/reporting/reporting_builder.main.php:115 -#: ../../godmode/reporting/visual_console_builder.wizard.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:272 -#: ../../godmode/update_manager/update_manager.setup.php:125 -#: ../../godmode/users/configure_user.php:513 -#: ../../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/servers/manage_recontask.php:332 -#: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../include/functions_events.php:2373 -#: ../../include/functions_events.php:2380 -msgid "No" -msgstr "No" - -#: ../../general/login_identification_wizard.php:188 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 -#: ../../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.setup.php:137 -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -#: ../../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/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/godmode/setup/setup_auth.php:61 -#: ../../enterprise/godmode/setup/setup_auth.php:310 -#: ../../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/reporting/graph_template_item_editor.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 -#: ../../operation/netflow/nf_live_view.php:265 -#: ../../operation/snmpconsole/snmp_view.php:436 -#: ../../operation/users/user_edit.php:270 -#: ../../godmode/setup/performance.php:102 -#: ../../godmode/setup/performance.php:109 -#: ../../godmode/setup/performance.php:116 -#: ../../godmode/setup/setup_auth.php:71 ../../godmode/setup/setup_auth.php:79 -#: ../../godmode/setup/setup_auth.php:187 -#: ../../godmode/setup/setup_auth.php:223 -#: ../../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_ehorus.php:55 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../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:415 -#: ../../godmode/setup/setup_visuals.php:421 -#: ../../godmode/setup/setup_visuals.php:431 -#: ../../godmode/setup/setup_visuals.php:564 -#: ../../godmode/setup/setup_visuals.php:591 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/agentes/agent_conf_gis.php:79 -#: ../../godmode/agentes/agent_manager.php:378 -#: ../../godmode/reporting/reporting_builder.php:637 -#: ../../godmode/reporting/reporting_builder.main.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:226 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/update_manager/update_manager.setup.php:124 -#: ../../godmode/users/configure_user.php:513 -#: ../../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/servers/manage_recontask.php:332 -#: ../../godmode/servers/manage_recontask_form.php:305 -msgid "Yes" -msgstr "Yes" - -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" -msgstr "Press here to activate the shortcut bar" - -#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 -#: ../../enterprise/operation/agentes/ver_agente.php:152 -#: ../../mobile/operation/groups.php:161 -#: ../../operation/agentes/ver_agente.php:639 -#: ../../include/functions_reporting_html.php:2186 -#: ../../include/functions_reporting_html.php:2195 -#: ../../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 -msgid "Alerts fired" -msgstr "Alerts fired" - -#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 -#: ../../include/functions_reporting_html.php:2779 -#: ../../include/functions_reporting_html.php:2796 -msgid "Critical events" -msgstr "Critical events" - -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" -msgstr "Incidents opened" - -#: ../../general/shortcut_bar.php:217 -#: ../../godmode/users/configure_profile.php:290 -msgid "View reports" -msgstr "View reports" - -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" -msgstr "Create new message" - -#: ../../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:220 ../../general/logon_ok.php:417 -#: ../../general/login_page.php:135 ../../general/login_page.php:160 -#: ../../enterprise/meta/general/login_page.php:70 -#: ../../enterprise/meta/general/login_page.php:91 -#: ../../enterprise/meta/include/functions_wizard_meta.php:398 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_meta.php:849 -#: ../../enterprise/meta/include/functions_meta.php:902 -#: ../../enterprise/meta/include/functions_meta.php:955 -#: ../../enterprise/extensions/cron/main.php:187 -#: ../../enterprise/extensions/vmware/main.php:227 -#: ../../enterprise/extensions/check_acls.php:42 -#: ../../enterprise/extensions/check_acls.php:120 -#: ../../enterprise/godmode/setup/setup_auth.php:372 -#: ../../enterprise/godmode/setup/setup_auth.php:439 -#: ../../enterprise/godmode/setup/setup_auth.php:491 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../extensions/users_connected.php:77 -#: ../../extensions/api_checker.php:114 ../../extensions/ssh_gateway.php:59 -#: ../../mobile/operation/tactical.php:309 -#: ../../mobile/include/user.class.php:245 ../../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 -#: ../../godmode/setup/setup_ehorus.php:73 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 ../../include/functions.php:2297 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:3317 -#: ../../include/functions_events.php:3698 -#: ../../include/functions_reporting_html.php:2851 -#: ../../include/functions_config.php:332 -#: ../../include/functions_config.php:343 -#: ../../include/functions_config.php:353 -msgid "User" -msgstr "User" - -#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 -#: ../../enterprise/extensions/ipam/ipam_list.php:200 -#: ../../enterprise/dashboard/widgets/top_n.php:132 -#: ../../enterprise/operation/agentes/policy_view.php:196 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/graph_template_list.php:130 -#: ../../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/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_modules.php:1044 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../extensions/agents_alerts.php:279 -#: ../../mobile/operation/tactical.php:308 -#: ../../operation/incidents/incident.php:343 -#: ../../operation/integria_incidents/incident.list.php:102 -#: ../../operation/search_alerts.php:48 -#: ../../operation/events/events.build_table.php:253 -#: ../../operation/agentes/networkmap_list.php:261 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../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/snmpconsole/snmp_view.php:539 -#: ../../operation/snmpconsole/snmp_view.php:837 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_network_templates.php:192 -#: ../../godmode/modules/manage_network_components.php:554 -#: ../../godmode/events/event_filter.php:113 -#: ../../godmode/alerts/alert_list.list.php:598 -#: ../../godmode/alerts/alert_view.php:417 -#: ../../godmode/agentes/planned_downtime.editor.php:839 -#: ../../godmode/agentes/agent_template.php:226 -#: ../../godmode/agentes/module_manager.php:532 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1423 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1618 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1627 -#: ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/snmpconsole/snmp_alert.php:1066 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/users/configure_user.php:619 -#: ../../godmode/massive/massive_add_action_alerts.php:155 -#: ../../godmode/massive/massive_standby_alerts.php:163 -#: ../../godmode/massive/massive_delete_action_alerts.php:164 -#: ../../godmode/massive/massive_enable_disable_alerts.php:163 -#: ../../godmode/massive/massive_operations.php:271 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../include/functions_ui_renders.php:97 ../../include/functions.php:2298 -#: ../../include/functions_events.php:3384 -#: ../../include/functions_reporting_html.php:2853 -msgid "Action" -msgstr "Action" - -#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 -#: ../../enterprise/extensions/backup/main.php:66 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:223 -#: ../../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 -#: ../../enterprise/include/functions_reporting_csv.php:198 -#: ../../enterprise/include/functions_reporting_csv.php:252 -#: ../../extensions/users_connected.php:79 -#: ../../extensions/insert_data.php:166 -#: ../../mobile/operation/tactical.php:310 -#: ../../operation/integria_incidents/incident.tracking.php:23 -#: ../../operation/events/events.build_table.php:567 -#: ../../operation/reporting/graph_viewer.php:192 -#: ../../operation/netflow/nf_live_view.php:231 -#: ../../godmode/alerts/configure_alert_special_days.php:63 -#: ../../godmode/alerts/alert_special_days.php:161 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1021 -#: ../../godmode/admin_access_logs.php:190 -#: ../../include/functions_reporting.php:2229 -#: ../../include/functions_reporting.php:2262 ../../include/functions.php:2299 -#: ../../include/functions_events.php:3697 -#: ../../include/functions_reporting_html.php:1246 -#: ../../include/functions_reporting_html.php:1250 -#: ../../include/functions_reporting_html.php:1253 -#: ../../include/functions_reporting_html.php:1267 -#: ../../include/functions_reporting_html.php:2854 -msgid "Date" -msgstr "Date" - -#: ../../general/logon_ok.php:224 ../../general/logon_ok.php:421 -#: ../../mobile/operation/tactical.php:311 -#: ../../operation/snmpconsole/snmp_statistics.php:140 -#: ../../godmode/admin_access_logs.php:191 -#: ../../include/functions_reporting_html.php:2855 -msgid "Source IP" -msgstr "Source IP" - -#: ../../general/logon_ok.php:225 ../../general/logon_ok.php:422 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../mobile/operation/events.php:518 -#: ../../operation/users/user_edit.php:389 -#: ../../godmode/admin_access_logs.php:192 -#: ../../godmode/users/configure_user.php:482 -#: ../../godmode/servers/manage_recontask_form.php:354 -#: ../../include/functions.php:2301 ../../include/ajax/events.php:302 -#: ../../include/functions_reporting_html.php:2856 -msgid "Comments" -msgstr "Comments" - -#: ../../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/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:46 ../../general/login_page.php:199 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/dashboard/main_dashboard.php:219 -#: ../../enterprise/dashboard/widgets/top_n.php:289 -#: ../../enterprise/godmode/policies/policy_queue.php:470 -#: ../../enterprise/include/functions_networkmap_enterprise.php:615 -#: ../../extensions/agents_modules.php:86 -#: ../../extensions/agents_alerts.php:78 -#: ../../operation/agentes/networkmap.php:584 -#: ../../operation/reporting/graph_viewer.php:244 -#: ../../operation/visual_console/public_console.php:112 -#: ../../operation/visual_console/render_view.php:173 -#: ../../operation/servers/recon_view.php:49 ../../include/ajax/module.php:757 -msgid "Refresh" -msgstr "Refresh" - -#: ../../general/login_page.php:82 -msgid "Docs" -msgstr "" - -#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 -#: ../../enterprise/meta/general/login_page.php:30 -msgid "Support" -msgstr "Support" - -#: ../../general/login_page.php:141 ../../general/login_page.php:165 -#: ../../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/extensions/vmware/main.php:232 -#: ../../enterprise/godmode/setup/setup_auth.php:379 -#: ../../enterprise/godmode/setup/setup_auth.php:446 -#: ../../enterprise/godmode/setup/setup_auth.php:498 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../extensions/api_checker.php:119 -#: ../../mobile/include/user.class.php:252 -#: ../../godmode/setup/setup_ehorus.php:79 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 -#: ../../godmode/agentes/module_manager_editor_wmi.php:57 -#: ../../godmode/users/configure_user.php:451 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../include/functions_config.php:334 -#: ../../include/functions_config.php:345 -#: ../../include/functions_config.php:355 -msgid "Password" -msgstr "Password" - -#: ../../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 "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 "" -"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." - -#: ../../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 "" -"Pandora FMS' frontend is built with advanced, modern technologies and " -"doesn't support older browsers." - -#: ../../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 "" -"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:325 -msgid "Why is it recommended to upgrade the web browser?" -msgstr "Why is it recommendable to upgrade your browser?" - -#: ../../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." - -#: ../../general/login_page.php:339 -msgid "Continue despite this warning" -msgstr "Continue despite this warning" - -#: ../../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: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/ui/agents_list.php:69 -#: ../../enterprise/meta/agentsearch.php:95 -#: ../../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/include/functions_wizard_meta.php:153 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/meta/include/functions_events_meta.php:67 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:91 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:158 -#: ../../enterprise/dashboard/dashboards.php:89 -#: ../../enterprise/dashboard/main_dashboard.php:310 -#: ../../enterprise/dashboard/main_dashboard.php:337 -#: ../../enterprise/dashboard/widgets/top_n.php:309 -#: ../../enterprise/dashboard/widgets/tree_view.php:44 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 -#: ../../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/services/services.list.php:162 -#: ../../enterprise/operation/services/services.list.php:314 -#: ../../enterprise/operation/services/services.service.php:123 -#: ../../enterprise/operation/inventory/inventory.php:164 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../enterprise/godmode/modules/local_components.php:389 -#: ../../enterprise/godmode/modules/local_components.php:471 -#: ../../enterprise/godmode/modules/configure_local_component.php:209 -#: ../../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_rules.php:409 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 -#: ../../enterprise/godmode/agentes/collections.php:183 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/services/services.service.php:239 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:257 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policy_agents.php:358 -#: ../../enterprise/include/functions_reporting_pdf.php:2311 -#: ../../enterprise/include/functions_reporting_pdf.php:2361 -#: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 -#: ../../extensions/agents_modules.php:81 -#: ../../extensions/agents_alerts.php:73 -#: ../../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/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/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:316 -#: ../../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 -#: ../../operation/incidents/incident.php:339 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../operation/integria_incidents/incident.incident.php:87 -#: ../../operation/integria_incidents/incident.list.php:61 -#: ../../operation/integria_incidents/incident.list.php:95 -#: ../../operation/search_maps.php:32 -#: ../../operation/events/events.build_table.php:185 -#: ../../operation/events/events_list.php:539 -#: ../../operation/events/sound_events.php:76 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/agentes/networkmap.php:448 -#: ../../operation/agentes/status_monitor.php:280 -#: ../../operation/agentes/ver_agente.php:553 -#: ../../operation/agentes/networkmap_list.php:136 -#: ../../operation/agentes/networkmap_list.php:170 -#: ../../operation/agentes/estado_generalagente.php:246 -#: ../../operation/agentes/exportdata.php:226 -#: ../../operation/agentes/estado_agente.php:167 -#: ../../operation/agentes/estado_agente.php:492 -#: ../../operation/agentes/group_view.php:163 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/netflow/nf_live_view.php:291 -#: ../../operation/users/user_edit.php:445 -#: ../../operation/gis_maps/ajax.php:309 -#: ../../operation/gis_maps/gis_map.php:90 ../../godmode/setup/gis.php:63 -#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 -#: ../../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_form_common.php:99 -#: ../../godmode/modules/manage_network_components.php:463 -#: ../../godmode/modules/manage_network_components.php:552 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/events/event_edit_filter.php:215 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/configure_alert_template.php:738 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/alerts/alert_special_days.php:164 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/agentes/agent_manager.php:243 -#: ../../godmode/agentes/configurar_agente.php:338 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/agentes/modificar_agente.php:458 -#: ../../godmode/agentes/planned_downtime.editor.php:480 -#: ../../godmode/agentes/planned_downtime.editor.php:754 -#: ../../godmode/agentes/planned_downtime.list.php:393 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/reporting/reporting_builder.php:431 -#: ../../godmode/reporting/reporting_builder.php:561 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/reporting/graphs.php:155 -#: ../../godmode/reporting/graph_builder.main.php:114 -#: ../../godmode/reporting/reporting_builder.item_editor.php:862 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/netflow/nf_edit.php:119 -#: ../../godmode/snmpconsole/snmp_alert.php:556 -#: ../../godmode/users/configure_user.php:617 -#: ../../godmode/users/user_list.php:227 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_edit_agents.php:205 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/massive/massive_add_action_alerts.php:136 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_delete_action_alerts.php:138 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:300 -#: ../../godmode/gis_maps/configure_gis_map.php:366 -#: ../../include/functions_networkmap.php:1748 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:303 -#: ../../include/functions_visual_map_editor.php:577 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2435 -#: ../../include/functions_events.php:3327 -#: ../../include/functions_reporting_html.php:1542 -#: ../../include/functions_reporting_html.php:1577 -#: ../../include/functions_visual_map.php:2327 -#: ../../include/functions_groups.php:745 -#: ../../include/functions_graph.php:5240 -msgid "Group" -msgstr "Group" - -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -#: ../../enterprise/meta/general/main_header.php:491 -#: ../../enterprise/meta/agentsearch.php:68 -#: ../../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/extensions/translate_string.php:265 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/services/services.list.php:143 -#: ../../enterprise/operation/services/services.list.php:182 -#: ../../enterprise/operation/inventory/inventory.php:179 -#: ../../enterprise/operation/inventory/inventory.php:219 -#: ../../enterprise/operation/log/log_viewer.php:170 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:452 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/agentes/collections.php:173 -#: ../../enterprise/godmode/policies/policy_agents.php:365 -#: ../../enterprise/godmode/policies/policy_agents.php:370 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../operation/incidents/incident.php:294 -#: ../../operation/integria_incidents/incident.list.php:76 -#: ../../operation/agentes/status_monitor.php:324 -#: ../../operation/agentes/estado_agente.php:180 -#: ../../operation/agentes/estado_agente.php:198 -#: ../../operation/search_results.php:160 -#: ../../godmode/modules/manage_network_components.php:508 -#: ../../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:141 -#: ../../godmode/agentes/planned_downtime.list.php:177 -#: ../../godmode/agentes/module_manager.php:45 -#: ../../godmode/reporting/reporting_builder.php:439 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../include/functions_snmp_browser.php:556 -msgid "Search" -msgstr "Search" - -#: ../../general/ui/agents_list.php:121 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:246 -#: ../../enterprise/operation/log/log_viewer.php:252 -#: ../../enterprise/godmode/policies/policy_modules.php:1148 -#: ../../extensions/system_info.php:495 -#: ../../operation/reporting/reporting_viewer.php:237 -#: ../../godmode/massive/massive_copy_modules.php:164 -msgid "Loading" -msgstr "Loading" - -#: ../../general/ui/agents_list.php:127 -#: ../../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.groups.php:76 -#: ../../operation/agentes/networkmap.topology.php:81 -msgid "No agents found" -msgstr "No agents found" - -#: ../../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/incidents.php:23 -msgid "There are no incidents defined yet." -msgstr "There are no incidents defined yet." - -#: ../../general/firts_task/incidents.php:28 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/integria_incidents/incident.php:43 -#: ../../operation/integria_incidents/incident.php:54 -#: ../../operation/agentes/ver_agente.php:883 ../../operation/menu.php:353 -#: ../../godmode/agentes/configurar_agente.php:393 -#: ../../godmode/agentes/configurar_agente.php:523 -msgid "Incidents" -msgstr "Incidents" - -#: ../../general/firts_task/incidents.php:31 -#: ../../general/firts_task/incidents.php:40 -msgid "Create Incidents" -msgstr "Create Incidents" - -#: ../../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 "" -"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" - -#: ../../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.editor.php:43 -#: ../../godmode/agentes/planned_downtime.list.php:54 -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/service_list.php:21 -msgid "There are no services defined yet." -msgstr "There are no services defined yet." - -#: ../../general/firts_task/service_list.php:25 -#: ../../enterprise/meta/general/main_header.php:172 -#: ../../enterprise/dashboard/widgets/service_map.php:79 -#: ../../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/services/services.service.php:84 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 -#: ../../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:85 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../operation/agentes/ver_agente.php:972 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 -msgid "Services" -msgstr "Services" - -#: ../../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/recon_view.php:21 -msgid "There are no recon task defined yet." -msgstr "There are no recon task defined yet." - -#: ../../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" - -#: ../../general/firts_task/recon_view.php:28 -#: ../../general/firts_task/recon_view.php:35 -msgid "Create Recon Task" -msgstr "Create Recon Task" - -#: ../../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 "" -"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/tags.php:21 -msgid "There are no tags defined yet." -msgstr "There are no tags defined yet." - -#: ../../general/firts_task/tags.php:25 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/dashboard/widgets/tree_view.php:35 -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -#: ../../enterprise/godmode/modules/configure_local_component.php:354 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/include/functions_reporting_pdf.php:2366 -#: ../../mobile/operation/events.php:514 ../../operation/tree.php:49 -#: ../../operation/events/events.build_table.php:223 -#: ../../operation/agentes/status_monitor.php:328 -#: ../../operation/agentes/status_monitor.php:331 -#: ../../operation/agentes/group_view.php:163 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/users/user_edit.php:446 ../../godmode/tag/edit_tag.php:57 -#: ../../godmode/modules/manage_network_components_form_common.php:184 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/users/configure_user.php:618 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:531 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../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:1582 -msgid "Tags" -msgstr "Tags" - -#: ../../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/fields_manager.php:21 -#: ../../general/firts_task/custom_fields.php:23 -msgid "There are no custom fields defined yet." -msgstr "There are no custom fields defined yet." - -#: ../../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/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/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/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/policies/policies.php:337 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../enterprise/godmode/menu.php:49 -#: ../../enterprise/include/functions_policies.php:3253 -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/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/snmp_filters.php:21 -msgid "There are no SNMP filter defined yet." -msgstr "There are no SNMP filter defined yet." - -#: ../../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 -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 "" -"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. " - -#: ../../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'. " - -#: ../../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 -#: ../../enterprise/meta/advanced/license_meta.php:103 -#: ../../enterprise/extensions/vmware/main.php:182 -#: ../../enterprise/extensions/vmware/main.php:189 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../mobile/operation/events.php:528 -#: ../../operation/agentes/alerts_status.php:434 -#: ../../operation/agentes/alerts_status.php:474 -#: ../../operation/agentes/alerts_status.php:507 -#: ../../operation/agentes/alerts_status.php:540 -#: ../../operation/agentes/alerts_status.php:585 -#: ../../operation/snmpconsole/snmp_view.php:653 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:838 -#: ../../godmode/setup/license.php:98 -msgid "Validate" -msgstr "Validate" - -#: ../../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 -#: ../../enterprise/dashboard/widgets/service_map.php:86 -#: ../../enterprise/operation/services/services.service_map.php:118 -#: ../../enterprise/operation/services/services.list.php:149 -#: ../../enterprise/operation/services/services.list.php:378 -#: ../../enterprise/operation/services/services.service.php:168 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 -#: ../../operation/gis_maps/render_view.php:148 -#: ../../godmode/massive/massive_edit_agents.php:386 -#: ../../include/functions_config.php:511 -#: ../../include/functions_config.php:1485 -msgid "Ok" -msgstr "Ok" - -#: ../../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/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/main_header.php:82 -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/operation/services/services.list.php:40 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../operation/menu.php:101 -msgid "Monitoring" -msgstr "Monitoring" - -#: ../../enterprise/meta/general/main_header.php:88 -#: ../../operation/tree.php:87 ../../operation/menu.php:46 -msgid "Tree view" -msgstr "Tree view" - -#: ../../enterprise/meta/general/main_header.php:93 -#: ../../enterprise/meta/monitoring/tactical.php:60 -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../mobile/operation/tactical.php:84 ../../mobile/operation/home.php:38 -#: ../../operation/agentes/tactical.php:54 -#: ../../operation/users/user_edit.php:304 ../../operation/menu.php:40 -msgid "Tactical view" -msgstr "Tactical view" - -#: ../../enterprise/meta/general/main_header.php:98 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" -msgstr "Group view" - -#: ../../enterprise/meta/general/main_header.php:103 -#: ../../operation/agentes/alerts_status.php:135 -msgid "Alerts view" -msgstr "Alerts view" - -#: ../../enterprise/meta/general/main_header.php:108 -msgid "Monitors view" -msgstr "Monitors view" - -#: ../../enterprise/meta/general/main_header.php:114 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:70 -#: ../../enterprise/include/functions_reporting.php:32 -#: ../../enterprise/include/functions_reporting.php:4742 -#: ../../enterprise/include/functions_reporting.php:4764 -#: ../../operation/visual_console/render_view.php:123 -#: ../../godmode/reporting/visual_console_builder.wizard.php:311 -#: ../../godmode/reporting/visual_console_builder.php:660 -msgid "Wizard" -msgstr "Wizard" - -#: ../../enterprise/meta/general/main_header.php:123 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/monitoring/tactical.php:312 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/include/functions_reporting_pdf.php:722 -#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 -#: ../../mobile/include/functions_web.php:24 -#: ../../operation/events/events.php:411 ../../operation/events/events.php:420 -#: ../../operation/events/events.php:437 ../../operation/menu.php:262 -#: ../../godmode/menu.php:180 ../../include/functions_reporting_html.php:1122 -#: ../../include/functions_reports.php:613 -#: ../../include/functions_reports.php:615 -#: ../../include/functions_reports.php:617 -#: ../../include/functions_graph.php:726 -#: ../../include/functions_graph.php:3680 -#: ../../include/functions_graph.php:4358 -msgid "Events" -msgstr "Events" - -#: ../../enterprise/meta/general/main_header.php:136 -#: ../../enterprise/meta/general/main_header.php:151 -#: ../../enterprise/mobile/include/functions_web.php:15 -#: ../../operation/search_results.php:113 -#: ../../include/functions_groups.php:120 -msgid "Reports" -msgstr "Reports" - -#: ../../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:180 -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/screens/screens.php:35 -msgid "Screens" -msgstr "Screens" - -#: ../../enterprise/meta/general/main_header.php:187 -msgid "Networkmap" -msgstr "Network map" - -#: ../../enterprise/meta/general/main_header.php:204 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 -#: ../../enterprise/include/functions_enterprise.php:289 -#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 -#: ../../godmode/menu.php:250 ../../include/functions_reports.php:636 -#: ../../include/functions_reports.php:638 -#: ../../include/functions_reports.php:640 -#: ../../include/functions_reports.php:642 -#: ../../include/functions_reports.php:644 -msgid "Netflow" -msgstr "Netflow" - -#: ../../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/events/events.php:65 ../../godmode/events/events.php:80 -#: ../../godmode/reporting/reporting_builder.list_items.php:178 -msgid "Filters" -msgstr "Filters" - -#: ../../enterprise/meta/general/main_header.php:237 -#: ../../enterprise/meta/general/main_header.php:308 -#: ../../enterprise/meta/general/logon_ok.php:64 -#: ../../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/modules/manage_network_components_form_common.php:58 -#: ../../godmode/alerts/configure_alert_template.php:680 -#: ../../godmode/alerts/configure_alert_template.php:694 -#: ../../godmode/alerts/configure_alert_template.php:763 -#: ../../godmode/alerts/alert_commands.php:152 -#: ../../godmode/alerts/alert_commands.php:162 -#: ../../godmode/netflow/nf_edit_form.php:208 -#: ../../godmode/users/configure_user.php:530 -msgid "Advanced" -msgstr "Advanced" - -#: ../../enterprise/meta/general/main_header.php:243 -#: ../../enterprise/meta/advanced/synchronizing.php:35 -msgid "Synchronizing" -msgstr "Synchronising" - -#: ../../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/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -#: ../../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 -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:258 -#: ../../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/module_list.php:28 -#: ../../godmode/modules/manage_network_templates_form.php:32 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_components.php:50 -msgid "Module management" -msgstr "Module management" - -#: ../../enterprise/meta/general/main_header.php:263 -msgid "Alert management" -msgstr "Alert management" - -#: ../../enterprise/meta/general/main_header.php:268 -#: ../../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:123 -msgid "Event alerts" -msgstr "Event alerts" - -#: ../../enterprise/meta/general/main_header.php:273 -msgid "Component management" -msgstr "" - -#: ../../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:265 -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/logon_ok.php:15 -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/index.php:496 -#: ../../operation/agentes/ver_agente.php:827 -#: ../../operation/netflow/nf_live_view.php:131 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_edit.php:47 -#: ../../godmode/netflow/nf_item_list.php:57 -msgid "Main" -msgstr "Main" - -#: ../../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/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../operation/reporting/reporting_viewer.php:128 -#: ../../operation/reporting/graph_viewer.php:163 -#: ../../operation/reporting/graph_viewer.php:314 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/menu.php:229 -#: ../../godmode/reporting/reporting_builder.php:359 -#: ../../godmode/reporting/reporting_builder.php:364 -#: ../../godmode/reporting/reporting_builder.php:368 -#: ../../godmode/reporting/reporting_builder.php:1885 -#: ../../godmode/reporting/reporting_builder.php:1890 -#: ../../godmode/reporting/reporting_builder.php:1894 -#: ../../godmode/reporting/reporting_builder.php:1956 -#: ../../godmode/reporting/reporting_builder.php:1961 -#: ../../godmode/reporting/reporting_builder.php:1964 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/graphs.php:75 -msgid "Reporting" -msgstr "Reporting" - -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1747 -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:36 -#: ../../enterprise/godmode/modules/configure_local_component.php:431 -#: ../../godmode/servers/plugin.php:473 -#: ../../godmode/servers/recon_script.php:183 -#: ../../include/functions_ui.php:1066 -msgid "Help" -msgstr "Help" - -#: ../../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 "" -"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:171 -msgid "" -"Mozilla Firefox or Google Chrome browsers." -msgstr "" -"Mozilla Firefox or Google Chrome browsers." - -#: ../../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 "" -"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/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:242 -msgid "Agent search" -msgstr "Agent search" - -#: ../../enterprise/meta/agentsearch.php:71 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 -#: ../../enterprise/meta/advanced/policymanager.queue.php:244 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 -#: ../../enterprise/godmode/modules/local_components.php:445 -#: ../../enterprise/godmode/alerts/alert_events_list.php:382 -#: ../../operation/tree.php:184 ../../operation/events/events_list.php:637 -#: ../../operation/agentes/status_monitor.php:516 -#: ../../operation/agentes/alerts_status.php:390 ../../godmode/tag/tag.php:176 -#: ../../godmode/tag/tag.php:281 -#: ../../godmode/modules/manage_network_components.php:516 -#: ../../godmode/alerts/alert_templates.php:268 -#: ../../godmode/reporting/reporting_builder.list_items.php:205 -#: ../../godmode/users/user_list.php:243 -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/advanced/policymanager.queue.php:255 -#: ../../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/extensions/csv_import/main.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 -#: ../../enterprise/include/functions_reporting.php:1926 -#: ../../operation/events/events.build_table.php:139 -#: ../../operation/events/events_list.php:442 -#: ../../operation/servers/recon_view.php:173 -#: ../../godmode/agentes/agent_manager.php:264 -#: ../../godmode/agentes/module_manager.php:518 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1126 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../include/functions_events.php:3285 -msgid "Server" -msgstr "Server" - -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../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/include/functions_wizard_meta.php:3237 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/dashboard/widgets/module_icon.php:52 -#: ../../enterprise/dashboard/widgets/module_status.php:52 -#: ../../enterprise/dashboard/widgets/module_value.php:52 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/dashboard/widgets/module_table_value.php:49 -#: ../../enterprise/dashboard/widgets/single_graph.php:50 -#: ../../enterprise/operation/inventory/inventory.php:206 -#: ../../enterprise/operation/log/log_viewer.php:193 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../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/services/services.elements.php:326 -#: ../../enterprise/godmode/services/services.elements.php:335 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../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_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2268 -#: ../../enterprise/include/functions_log.php:332 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../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_networkmap_enterprise.php:1648 -#: ../../extensions/module_groups.php:41 -#: ../../extensions/agents_alerts.php:343 ../../extensions/insert_data.php:147 -#: ../../mobile/operation/modules.php:454 ../../mobile/operation/home.php:72 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 -#: ../../mobile/operation/agents.php:309 ../../mobile/operation/events.php:510 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_modules.php:42 ../../operation/search_alerts.php:39 -#: ../../operation/events/events.build_table.php:36 -#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:929 -#: ../../operation/agentes/ver_agente.php:684 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/estado_agente.php:471 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/alerts_status.php:425 -#: ../../operation/agentes/alerts_status.php:498 -#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 -#: ../../godmode/alerts/alert_list.list.php:379 -#: ../../godmode/alerts/alert_list.list.php:581 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/agentes/module_manager_editor_common.php:657 -#: ../../godmode/agentes/module_manager_editor_prediction.php:115 -#: ../../godmode/agentes/planned_downtime.list.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:290 -#: ../../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/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/reporting_builder.item_editor.php:886 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1417 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1616 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1623 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../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/servers/plugin.php:66 -#: ../../godmode/gis_maps/configure_gis_map.php:420 -#: ../../include/functions_reporting.php:4786 -#: ../../include/functions_visual_map_editor.php:257 -#: ../../include/functions_reporting_html.php:337 -#: ../../include/functions_reporting_html.php:453 -#: ../../include/functions_reporting_html.php:532 -#: ../../include/functions_reporting_html.php:986 -#: ../../include/functions_reporting_html.php:1375 -#: ../../include/functions_reporting_html.php:1714 -#: ../../include/functions_reporting_html.php:1855 -#: ../../include/functions_reporting_html.php:1893 -#: ../../include/functions_reporting_html.php:2136 -#: ../../include/functions_reporting_html.php:2290 -#: ../../include/functions_reporting_html.php:2501 -#: ../../include/functions_graph.php:5029 -msgid "Agent" -msgstr "Agent" - -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/dashboard/widgets/tree_view.php:38 -#: ../../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:315 -#: ../../operation/tree.php:55 ../../operation/tree.php:94 -#: ../../operation/search_agents.php:45 ../../operation/search_agents.php:53 -#: ../../operation/agentes/estado_generalagente.php:128 -#: ../../operation/agentes/estado_agente.php:482 -#: ../../operation/gis_maps/ajax.php:276 -#: ../../godmode/agentes/agent_manager.php:252 -#: ../../godmode/agentes/modificar_agente.php:454 -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/massive/massive_edit_agents.php:287 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:286 -#: ../../include/functions_events.php:2031 -#: ../../include/functions_reporting_html.php:1543 -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_list.php:162 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/godmode/modules/configure_local_component.php:215 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/include/functions_reporting_pdf.php:2363 -#: ../../mobile/operation/modules.php:497 -#: ../../mobile/operation/modules.php:500 -#: ../../mobile/operation/modules.php:501 -#: ../../mobile/operation/modules.php:679 -#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 -#: ../../operation/search_agents.php:56 -#: ../../operation/agentes/status_monitor.php:955 -#: ../../operation/agentes/estado_generalagente.php:201 -#: ../../operation/agentes/estado_agente.php:487 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../operation/servers/recon_view.php:92 -#: ../../godmode/modules/manage_network_components_form_common.php:102 -#: ../../godmode/agentes/agent_manager.php:246 -#: ../../godmode/agentes/module_manager_editor_common.php:342 -#: ../../godmode/agentes/module_manager_editor_common.php:368 -#: ../../godmode/agentes/module_manager.php:524 -#: ../../godmode/massive/massive_edit_agents.php:283 -#: ../../godmode/massive/massive_edit_modules.php:441 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:247 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:426 -#: ../../include/functions_reporting_html.php:1579 -msgid "Interval" -msgstr "Interval" - -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../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/group_view.php:99 -#: ../../enterprise/meta/monitoring/group_view.php:137 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -#: ../../enterprise/dashboard/widgets/service_map.php:98 -#: ../../enterprise/dashboard/widgets/top_n.php:335 -#: ../../enterprise/dashboard/widgets/tree_view.php:37 -#: ../../enterprise/operation/services/services.service_map.php:130 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 -#: ../../enterprise/godmode/policies/policies.php:341 -#: ../../enterprise/godmode/policies/policy_modules.php:339 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:683 -#: ../../enterprise/include/functions_policies.php:3206 -#: ../../extensions/agents_modules.php:194 -#: ../../mobile/operation/modules.php:186 ../../mobile/operation/home.php:64 -#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:326 -#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agent.php:205 -#: ../../operation/tree.php:73 ../../operation/search_agents.php:63 -#: ../../operation/agentes/exportdata.php:266 -#: ../../operation/agentes/estado_agente.php:497 -#: ../../operation/agentes/group_view.php:120 -#: ../../operation/agentes/group_view.php:158 -#: ../../operation/agentes/graphs.php:123 -#: ../../operation/search_results.php:133 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:836 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 -#: ../../godmode/agentes/configurar_agente.php:277 -#: ../../godmode/agentes/configurar_agente.php:508 -#: ../../godmode/agentes/modificar_agente.php:528 -#: ../../godmode/agentes/planned_downtime.editor.php:757 -#: ../../godmode/agentes/planned_downtime.editor.php:830 -#: ../../godmode/reporting/reporting_builder.list_items.php:163 -#: ../../godmode/reporting/reporting_builder.list_items.php:189 -#: ../../godmode/reporting/visual_console_builder.wizard.php:251 -#: ../../godmode/reporting/graph_builder.graph_editor.php:148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1002 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:294 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_delete_modules.php:467 -#: ../../godmode/servers/servers.build_table.php:67 -#: ../../godmode/db/db_refine.php:95 ../../include/ajax/networkmap.ajax.php:71 -#: ../../include/functions_reporting_html.php:834 -#: ../../include/functions_reporting_html.php:2502 -#: ../../include/functions_reports.php:556 -#: ../../include/functions_reports.php:558 -#: ../../include/functions_reports.php:560 -#: ../../include/functions_reports.php:562 -#: ../../include/functions_reports.php:564 -#: ../../include/functions_reports.php:566 -#: ../../include/functions_reports.php:568 -msgid "Modules" -msgstr "Modules" - -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/extensions/backup/main.php:68 -#: ../../enterprise/extensions/vmware/vmware_view.php:980 -#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/godmode/policies/policies.php:254 +#: ../../enterprise/godmode/policies/policy_collections.php:124 +#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../enterprise/godmode/policies/policy_queue.php:348 +#: ../../enterprise/godmode/agentes/collection_manager.php:108 +#: ../../enterprise/godmode/agentes/collection_manager.php:166 +#: ../../enterprise/operation/services/services.service.php:131 +#: ../../enterprise/operation/services/services.list.php:154 +#: ../../enterprise/operation/services/services.list.php:321 #: ../../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.list.php:154 -#: ../../enterprise/operation/services/services.list.php:321 -#: ../../enterprise/operation/services/services.service.php:131 -#: ../../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:254 -#: ../../enterprise/godmode/policies/policy_agents.php:378 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/extensions/backup/main.php:68 +#: ../../enterprise/extensions/vmware/vmware_view.php:978 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:222 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 +#: ../../enterprise/meta/agentsearch.php:97 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../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 @@ -2892,13 +65,50 @@ msgstr "Modules" #: ../../enterprise/include/functions_reporting_pdf.php:2037 #: ../../enterprise/include/functions_reporting_pdf.php:2315 #: ../../enterprise/include/functions_reporting_pdf.php:2365 -#: ../../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_csv.php:797 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:281 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../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_delete_modules.php:450 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/agentes/agent_manager.php:307 +#: ../../godmode/agentes/module_manager.php:528 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../operation/integria_incidents/incident.list.php:58 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:98 +#: ../../operation/events/events.build_table.php:144 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:505 +#: ../../operation/snmpconsole/snmp_view.php:821 +#: ../../operation/messages/message_list.php:117 +#: ../../operation/search_agents.php:64 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../operation/search_modules.php:51 +#: ../../operation/servers/recon_view.php:98 +#: ../../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/agentes/status_monitor.php:962 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:500 +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:282 +#: ../../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 ../../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/modules.php:119 #: ../../mobile/operation/modules.php:120 #: ../../mobile/operation/modules.php:212 @@ -2910,61 +120,12 @@ msgstr "Modules" #: ../../mobile/operation/modules.php:480 #: ../../mobile/operation/modules.php:485 #: ../../mobile/operation/modules.php:490 -#: ../../mobile/operation/modules.php:552 -#: ../../mobile/operation/modules.php:559 -#: ../../mobile/operation/modules.php:609 -#: ../../mobile/operation/modules.php:678 ../../mobile/operation/alerts.php:75 +#: ../../mobile/operation/modules.php:553 +#: ../../mobile/operation/modules.php:603 +#: ../../mobile/operation/modules.php:672 ../../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 -#: ../../operation/incidents/incident.php:240 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../operation/integria_incidents/incident.incident.php:98 -#: ../../operation/integria_incidents/incident.list.php:58 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/search_modules.php:51 -#: ../../operation/messages/message_list.php:117 -#: ../../operation/events/events.build_table.php:144 -#: ../../operation/search_agents.php:64 -#: ../../operation/agentes/status_monitor.php:962 -#: ../../operation/agentes/estado_agente.php:193 -#: ../../operation/agentes/estado_agente.php:500 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:430 -#: ../../operation/agentes/alerts_status.php:470 -#: ../../operation/agentes/alerts_status.php:503 -#: ../../operation/agentes/alerts_status.php:536 -#: ../../operation/snmpconsole/snmp_view.php:404 -#: ../../operation/snmpconsole/snmp_view.php:505 -#: ../../operation/snmpconsole/snmp_view.php:821 -#: ../../operation/servers/recon_view.php:98 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/alerts/alert_list.list.php:411 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/agentes/agent_manager.php:307 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/module_manager.php:528 -#: ../../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_delete_agents.php:119 -#: ../../godmode/massive/massive_edit_modules.php:310 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../include/functions_reporting.php:4783 -#: ../../include/ajax/module.php:707 #: ../../include/functions_snmp_browser.php:435 -#: ../../include/functions_events.php:39 -#: ../../include/functions_events.php:2413 -#: ../../include/functions_events.php:3290 #: ../../include/functions_reporting_html.php:342 #: ../../include/functions_reporting_html.php:529 #: ../../include/functions_reporting_html.php:660 @@ -2972,2107 +133,434 @@ msgstr "Modules" #: ../../include/functions_reporting_html.php:1546 #: ../../include/functions_reporting_html.php:1581 #: ../../include/functions_reporting_html.php:2080 +#: ../../include/ajax/module.php:731 +#: ../../include/functions_reporting.php:4783 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2420 +#: ../../include/functions_events.php:3297 msgid "Status" msgstr "Status" -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../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/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_rules.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/services/services.service.php:312 -#: ../../enterprise/godmode/policies/policies.php:345 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../enterprise/include/functions_reporting_pdf.php:706 -#: ../../enterprise/include/functions_policies.php:3224 -#: ../../extensions/agents_alerts.php:252 -#: ../../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 -#: ../../operation/search_agents.php:65 -#: ../../operation/agentes/ver_agente.php:839 -#: ../../operation/agentes/ver_agente.php:1078 -#: ../../operation/agentes/estado_agente.php:503 -#: ../../operation/search_results.php:93 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../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:299 -#: ../../godmode/alerts/alert_list.php:302 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/configure_alert_special_days.php:52 -#: ../../godmode/alerts/alert_special_days.php:43 -#: ../../godmode/alerts/alert_commands.php:249 -#: ../../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/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/agentes/configurar_agente.php:287 -#: ../../godmode/agentes/modificar_agente.php:532 -#: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/massive/massive_copy_modules.php:153 -#: ../../godmode/menu.php:141 ../../include/functions_treeview.php:284 -#: ../../include/functions_reporting_html.php:1109 -#: ../../include/functions_reporting_html.php:2511 -#: ../../include/functions_reports.php:602 -#: ../../include/functions_reports.php:604 -#: ../../include/functions_reports.php:607 -#: ../../include/functions_graph.php:730 -#: ../../include/functions_graph.php:3684 -#: ../../include/functions_graph.php:4362 -msgid "Alerts" -msgstr "Alerts" +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../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 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../mobile/operation/agents.php:321 +#: ../../include/functions_events.php:885 +msgid "S." +msgstr "S." -#: ../../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/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 -#: ../../operation/search_users.php:47 ../../operation/search_agents.php:66 -#: ../../operation/agentes/ver_agente.php:562 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/agentes/estado_agente.php:506 -#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 -#: ../../godmode/agentes/planned_downtime.editor.php:756 -#: ../../godmode/users/user_list.php:272 ../../include/ajax/module.php:713 -#: ../../include/functions_treeview.php:447 -#: ../../include/functions_events.php:2036 -msgid "Last contact" -msgstr "Last contact" +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../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:1901 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2048 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2056 +#: ../../enterprise/godmode/alerts/alert_events_list.php:424 +#: ../../enterprise/godmode/alerts/alert_events.php:510 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/godmode/policies/policy_modules.php:1044 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/extensions/ipam/ipam_list.php:200 +#: ../../enterprise/dashboard/widgets/top_n.php:129 +#: ../../enterprise/include/functions_services.php:1432 +#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1441 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1636 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1645 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/alerts/alert_list.list.php:598 +#: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_add_action_alerts.php:155 +#: ../../godmode/massive/massive_operations.php:271 +#: ../../godmode/massive/massive_delete_action_alerts.php:164 +#: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/modules/manage_network_components.php:554 +#: ../../godmode/modules/manage_network_templates.php:192 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/users/configure_user.php:619 +#: ../../godmode/events/event_filter.php:113 +#: ../../godmode/snmpconsole/snmp_alert.php:1066 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +#: ../../godmode/snmpconsole/snmp_filters.php:133 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/agentes/module_manager.php:532 +#: ../../godmode/agentes/agent_template.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../operation/integria_incidents/incident.list.php:102 +#: ../../operation/search_alerts.php:48 +#: ../../operation/events/events.build_table.php:253 +#: ../../operation/snmpconsole/snmp_view.php:539 +#: ../../operation/snmpconsole/snmp_view.php:837 +#: ../../operation/incidents/incident.php:343 +#: ../../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/agentes/alerts_status.functions.php:106 +#: ../../operation/agentes/networkmap_list.php:261 +#: ../../extensions/agents_alerts.php:280 +#: ../../mobile/operation/tactical.php:308 +#: ../../include/functions_ui_renders.php:97 +#: ../../include/functions_reporting_html.php:2853 +#: ../../include/functions.php:2298 ../../include/functions_events.php:3391 +msgid "Action" +msgstr "Action" -#: ../../enterprise/meta/agentsearch.php:193 -msgid "There are no agents included in this group" -msgstr "There are no agents included in this group" +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../enterprise/godmode/policies/policy_agents.php:380 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +#: ../../mobile/operation/agents.php:323 +msgid "A." +msgstr "A." -#: ../../enterprise/meta/event/custom_events.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../operation/menu.php:268 ../../godmode/users/configure_profile.php:275 -msgid "View events" -msgstr "View events" +#: ../../enterprise/godmode/admin_access_logs.php:42 +msgid "Show extended info" +msgstr "Show extended info" -#: ../../enterprise/meta/event/custom_events.php:43 -#: ../../godmode/events/event_filter.php:177 -#: ../../godmode/netflow/nf_edit_form.php:182 -#: ../../godmode/netflow/nf_edit.php:167 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -msgid "Create filter" -msgstr "Create new filter" +#: ../../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/meta/event/custom_events.php:48 -#: ../../godmode/events/events.php:48 ../../godmode/menu.php:175 -msgid "Event responses" -msgstr "Event responses" +#: ../../enterprise/godmode/admin_access_logs.php:71 +msgid "Security check is ok." +msgstr "Security check is ok." -#: ../../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 -#: ../../operation/agentes/ver_agente.php:907 -#: ../../operation/agentes/ver_agente.php:1090 -#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 -#: ../../godmode/events/events.php:69 -#: ../../godmode/agentes/agent_manager.php:437 -#: ../../godmode/massive/massive_edit_agents.php:446 ../../godmode/menu.php:36 -#: ../../include/functions_events.php:2046 -msgid "Custom fields" -msgstr "Custom fields" +#: ../../enterprise/godmode/admin_access_logs.php:78 +msgid "Security check is fail." +msgstr "Security check failed" -#: ../../enterprise/meta/event/custom_events.php:73 -#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306 -msgid "Responses" -msgstr "Responses" +#: ../../enterprise/godmode/admin_access_logs.php:115 +msgid "Extended info:" +msgstr "Extended info:" -#: ../../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/godmode/reporting/reporting_builder.template_editor.php:35 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#: ../../enterprise/extensions/ipam/ipam_action.php:96 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 +#: ../../godmode/alerts/alert_list.php:103 +#: ../../godmode/alerts/alert_special_days.php:93 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:428 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/setup/links.php:41 ../../godmode/setup/news.php:56 +#: ../../godmode/setup/gis.php:45 ../../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/agentes/planned_downtime.editor.php:365 +#: ../../godmode/agentes/configurar_agente.php:595 +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +msgid "Successfully created" +msgstr "Successfully created" -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" -msgstr "Update successful." +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../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/modules/local_components.php:107 +#: ../../enterprise/godmode/modules/local_components.php:239 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 +#: ../../enterprise/extensions/ipam/ipam_action.php:92 +#: ../../enterprise/extensions/ipam/ipam_action.php:100 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2183 +#: ../../godmode/alerts/alert_list.php:103 +#: ../../godmode/alerts/alert_special_days.php:94 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:429 +#: ../../godmode/modules/manage_network_components.php:158 +#: ../../godmode/modules/manage_network_components.php:248 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 +#: ../../godmode/users/configure_user.php:235 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +#: ../../godmode/agentes/configurar_agente.php:244 +#: ../../godmode/agentes/configurar_agente.php:591 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +msgid "Could not be created" +msgstr "Could not be created" -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "Update unsuccessful." +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 +#: ../../enterprise/godmode/alerts/alert_events_list.php:94 +#: ../../enterprise/godmode/alerts/alert_events.php:374 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 +#: ../../enterprise/godmode/policies/policy_modules.php:877 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 +#: ../../enterprise/extensions/ipam/ipam_massive.php:41 +#: ../../enterprise/extensions/ipam/ipam_action.php:131 +#: ../../godmode/alerts/alert_special_days.php:134 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/alerts/configure_alert_template.php:441 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/setup/links.php:58 ../../godmode/setup/news.php:87 +#: ../../godmode/setup/gis.php:39 ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/events/event_edit_filter.php:162 +#: ../../godmode/snmpconsole/snmp_alert.php:299 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +#: ../../godmode/agentes/configurar_agente.php:769 +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../include/functions_planned_downtimes.php:125 +msgid "Successfully updated" +msgstr "Successfully updated" -#: ../../enterprise/meta/event/custom_events.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 -#: ../../enterprise/godmode/policies/policy_agents.php:232 -#: ../../enterprise/godmode/policies/policy_agents.php:249 -#: ../../operation/events/events_list.php:222 -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -msgid "Filter group" -msgstr "Filter group" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 +#: ../../enterprise/godmode/alerts/alert_events_list.php:95 +#: ../../enterprise/godmode/alerts/alert_events.php:375 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 +#: ../../enterprise/godmode/policies/policies.php:159 +#: ../../enterprise/godmode/policies/policy_modules.php:878 +#: ../../enterprise/godmode/modules/local_components.php:297 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 +#: ../../enterprise/extensions/ipam/ipam_massive.php:42 +#: ../../enterprise/extensions/ipam/ipam_action.php:128 +#: ../../godmode/alerts/alert_special_days.php:135 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/alert_templates.php:152 +#: ../../godmode/alerts/configure_alert_template.php:442 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/modules/manage_network_components.php:334 +#: ../../godmode/setup/gis.php:41 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/incidents/incident.php:111 +#: ../../include/functions_planned_downtimes.php:122 +msgid "Could not be updated" +msgstr "Could not be updated" -#: ../../enterprise/meta/event/custom_events.php:154 -msgid "Fields" -msgstr "Fields" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:149 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:627 +#: ../../godmode/reporting/visual_console_builder.data.php:127 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:178 +msgid "Save" +msgstr "Save" -#: ../../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/event/custom_events.php:197 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 -#: ../../enterprise/meta/advanced/metasetup.setup.php:258 -#: ../../enterprise/meta/advanced/metasetup.visual.php:248 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/cron/main.php:319 -#: ../../enterprise/extensions/vmware/vmware_view.php:1219 -#: ../../enterprise/extensions/ipam/ipam_editor.php:118 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/dashboard/widget.php:180 -#: ../../enterprise/dashboard/main_dashboard.php:308 -#: ../../enterprise/dashboard/main_dashboard.php:314 -#: ../../enterprise/dashboard/main_dashboard.php:321 -#: ../../enterprise/operation/agentes/collection_view.php:97 -#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../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/alerts/configure_alert_rule.php:225 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 +#: ../../enterprise/godmode/policies/policy_modules.php:314 +#: ../../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/modules/manage_inventory_modules_form.php:115 +#: ../../enterprise/godmode/modules/configure_local_component.php:465 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 #: ../../enterprise/godmode/setup/edit_skin.php:262 #: ../../enterprise/godmode/setup/setup.php:234 #: ../../enterprise/godmode/setup/setup.php:327 #: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/setup_history.php:77 #: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../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/alerts/configure_alert_rule.php:225 -#: ../../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:217 +#: ../../enterprise/godmode/setup/setup_history.php:84 +#: ../../enterprise/godmode/services/services.service.php:366 +#: ../../enterprise/godmode/services/services.elements.php:412 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:120 #: ../../enterprise/godmode/agentes/inventory_manager.php:204 #: ../../enterprise/godmode/agentes/inventory_manager.php:266 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 +#: ../../enterprise/godmode/agentes/collection_manager.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:217 +#: ../../enterprise/godmode/agentes/collections.editor.php:130 +#: ../../enterprise/godmode/agentes/collections.editor.php:196 #: ../../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/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../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/services/services.service.php:366 -#: ../../enterprise/godmode/services/services.elements.php:412 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:314 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/operation/agentes/collection_view.php:97 +#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../enterprise/extensions/translate_string.php:306 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/vmware/vmware_view.php:1218 +#: ../../enterprise/extensions/cron/main.php:319 +#: ../../enterprise/extensions/ipam/ipam_network.php:670 +#: ../../enterprise/extensions/ipam/ipam_massive.php:95 +#: ../../enterprise/extensions/ipam/ipam_editor.php:118 +#: ../../enterprise/meta/advanced/metasetup.visual.php:248 +#: ../../enterprise/meta/advanced/metasetup.password.php:146 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 +#: ../../enterprise/meta/advanced/metasetup.setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../enterprise/dashboard/widget.php:180 +#: ../../enterprise/dashboard/main_dashboard.php:309 +#: ../../enterprise/dashboard/main_dashboard.php:315 +#: ../../enterprise/dashboard/main_dashboard.php:322 #: ../../enterprise/include/functions_networkmap_enterprise.php:1084 #: ../../enterprise/include/functions_networkmap_enterprise.php:1617 -#: ../../extensions/net_tools.php:337 -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../operation/integria_incidents/incident.incident.php:117 -#: ../../operation/events/events_list.php:629 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/reporting/reporting_viewer.php:206 -#: ../../operation/snmpconsole/snmp_view.php:450 -#: ../../operation/users/user_edit.php:413 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/setup/performance.php:132 -#: ../../godmode/setup/setup_auth.php:253 -#: ../../godmode/setup/setup_general.php:309 ../../godmode/setup/links.php:120 -#: ../../godmode/setup/news.php:207 ../../godmode/setup/setup_ehorus.php:57 -#: ../../godmode/setup/setup_ehorus.php:158 -#: ../../godmode/setup/setup_netflow.php:81 -#: ../../godmode/setup/setup_visuals.php:693 ../../godmode/setup/os.php:57 -#: ../../godmode/setup/os.php:110 ../../godmode/tag/edit_tag.php:224 -#: ../../godmode/modules/manage_network_components_form.php:262 -#: ../../godmode/modules/manage_network_templates_form.php:154 -#: ../../godmode/modules/manage_nc_groups_form.php:79 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:386 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/alerts/alert_list.list.php:147 -#: ../../godmode/alerts/alert_list.list.php:155 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/configure_alert_special_days.php:97 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/agent_manager.php:456 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/agentes/module_manager_editor.php:475 -#: ../../godmode/agentes/planned_downtime.editor.php:624 -#: ../../godmode/agentes/agent_template.php:248 -#: ../../godmode/agentes/planned_downtime.list.php:466 -#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/reporting/visual_console_builder.data.php:131 #: ../../godmode/reporting/reporting_builder.main.php:38 #: ../../godmode/reporting/visual_console_builder.elements.php:513 #: ../../godmode/reporting/graph_builder.main.php:180 -#: ../../godmode/reporting/visual_console_builder.data.php:131 -#: ../../godmode/groups/configure_modu_group.php:83 -#: ../../godmode/groups/configure_group.php:204 +#: ../../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/alerts/configure_alert_special_days.php:97 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/massive/massive_edit_agents.php:454 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:599 +#: ../../godmode/modules/manage_nc_groups_form.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/modules/manage_network_components_form.php:262 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/setup/setup_auth.php:198 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/os.php:57 ../../godmode/setup/os.php:110 +#: ../../godmode/setup/setup_general.php:309 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/performance.php:134 +#: ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 +#: ../../godmode/setup/setup_netflow.php:81 +#: ../../godmode/setup/setup_visuals.php:693 #: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/users/configure_user.php:587 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/events/event_edit_filter.php:386 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/tag/edit_tag.php:224 #: ../../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/update_manager/update_manager.setup.php:132 -#: ../../godmode/users/configure_user.php:587 -#: ../../godmode/users/configure_profile.php:381 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/massive/massive_edit_agents.php:454 -#: ../../godmode/massive/massive_edit_modules.php:588 -#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/groups/configure_group.php:204 +#: ../../godmode/groups/configure_modu_group.php:83 #: ../../godmode/servers/modificar_server.php:53 #: ../../godmode/servers/recon_script.php:223 #: ../../godmode/servers/manage_recontask_form.php:380 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/agentes/agent_manager.php:456 +#: ../../godmode/agentes/agent_template.php:248 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/agentes/module_manager_editor.php:475 +#: ../../operation/reporting/reporting_viewer.php:206 +#: ../../operation/integria_incidents/incident.incident.php:117 +#: ../../operation/users/user_edit.php:421 +#: ../../operation/events/events_list.php:629 +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../extensions/net_tools.php:337 +#: ../../extensions/files_repo/files_repo_form.php:88 #: ../../include/functions_visual_map_editor.php:429 -#: ../../include/functions_events.php:1704 -#: ../../include/functions_events.php:1742 +#: ../../include/functions_events.php:1711 +#: ../../include/functions_events.php:1749 msgid "Update" msgstr "Update" -#: ../../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/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../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/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/dashboard/dashboard_replicate.php:173 -#: ../../enterprise/dashboard/widgets/service_map.php:39 -#: ../../enterprise/dashboard/widgets/top_n.php:401 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 -#: ../../enterprise/operation/agentes/ver_agente.php:36 -#: ../../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/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/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/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/reporting/reporting_builder.template_item.php:1693 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467 -#: ../../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.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/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.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/graph_template_wizard.php:138 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:347 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:366 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:377 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 -#: ../../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/policies/policy_agents.php:223 -#: ../../enterprise/godmode/policies/policy_agents.php:648 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../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_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../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_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_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../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_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../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 -#: ../../mobile/operation/events.php:587 -#: ../../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:274 -#: ../../operation/events/events_list.php:875 -#: ../../operation/agentes/ver_agente.php:679 -#: ../../operation/agentes/ver_agente.php:722 -#: ../../operation/agentes/ver_agente.php:732 -#: ../../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:347 -#: ../../godmode/setup/setup_general.php:143 -#: ../../godmode/setup/setup_visuals.php:260 -#: ../../godmode/setup/os.builder.php:40 -#: ../../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/modules/manage_nc_groups_form.php:71 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../godmode/modules/manage_network_components_form_plugin.php:24 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:407 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/alert_list.list.php:601 -#: ../../godmode/alerts/configure_alert_template.php:577 -#: ../../godmode/alerts/alert_list.builder.php:136 -#: ../../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/agentes/agent_wizard.snmp_explorer.php:729 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1013 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1029 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1044 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1050 -#: ../../godmode/agentes/agent_manager.php:272 -#: ../../godmode/agentes/agent_manager.php:368 -#: ../../godmode/agentes/module_manager_editor_plugin.php:52 -#: ../../godmode/agentes/module_manager_editor_common.php:392 -#: ../../godmode/agentes/module_manager_editor_common.php:572 -#: ../../godmode/agentes/module_manager_editor_common.php:730 -#: ../../godmode/agentes/module_manager_editor_common.php:736 -#: ../../godmode/agentes/module_manager_editor_common.php:745 -#: ../../godmode/agentes/module_manager_editor_common.php:751 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 -#: ../../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/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.elements.php:426 -#: ../../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:1005 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1056 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1081 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1344 -#: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:902 -#: ../../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/massive/massive_edit_plugins.php:284 -#: ../../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_delete_alerts.php:242 -#: ../../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:912 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_add_tags.php:169 -#: ../../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:663 -#: ../../godmode/servers/manage_recontask_form.php:265 -#: ../../godmode/gis_maps/configure_gis_map.php:414 -#: ../../include/functions.php:907 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../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:1696 -#: ../../include/functions_events.php:1703 -#: ../../include/functions_html.php:315 ../../include/functions_html.php:478 -msgid "None" -msgstr "None" - -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" -msgstr "Tactical View" - -#: ../../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 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 -#: ../../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/dashboard/widgets/service_map.php:84 -#: ../../enterprise/dashboard/widgets/tree_view.php:55 -#: ../../enterprise/dashboard/widgets/tree_view.php:68 -#: ../../enterprise/dashboard/widgets/tree_view.php:206 -#: ../../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/operation/services/services.service.php:126 -#: ../../enterprise/operation/services/services.service.php:174 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 -#: ../../enterprise/godmode/services/services.service.php:259 -#: ../../enterprise/godmode/services/services.elements.php:401 -#: ../../enterprise/include/functions_reporting_pdf.php:677 -#: ../../enterprise/include/functions_reporting_pdf.php:2359 -#: ../../enterprise/include/functions_services.php:1264 -#: ../../enterprise/include/functions_services.php:1423 -#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 -#: ../../operation/tree.php:133 ../../operation/tree.php:158 -#: ../../operation/tree.php:283 ../../operation/agentes/tactical.php:149 -#: ../../operation/agentes/status_monitor.php:289 -#: ../../operation/agentes/estado_agente.php:188 -#: ../../operation/agentes/group_view.php:167 -#: ../../operation/agentes/group_view.php:172 -#: ../../operation/agentes/estado_monitores.php:429 -#: ../../operation/gis_maps/render_view.php:146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1298 -#: ../../godmode/massive/massive_copy_modules.php:79 -#: ../../godmode/massive/massive_copy_modules.php:192 -#: ../../godmode/massive/massive_edit_agents.php:216 -#: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_edit_modules.php:315 -#: ../../godmode/massive/massive_delete_modules.php:455 -#: ../../include/functions.php:877 ../../include/functions.php:1079 -#: ../../include/functions.php:1080 ../../include/functions.php:1082 -#: ../../include/functions.php:1118 ../../include/functions_ui.php:1987 -#: ../../include/functions_events.php:1478 -#: ../../include/functions_reporting_html.php:1076 -#: ../../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 -#: ../../include/functions_graph.php:1934 -#: ../../include/functions_graph.php:3038 -#: ../../include/functions_graph.php:3039 -#: ../../include/functions_graph.php:4933 -msgid "Critical" -msgstr "Critical" - -#: ../../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/dashboard/widgets/service_map.php:85 -#: ../../enterprise/dashboard/widgets/tree_view.php:54 -#: ../../enterprise/dashboard/widgets/tree_view.php:67 -#: ../../enterprise/dashboard/widgets/tree_view.php:211 -#: ../../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/operation/services/services.service.php:127 -#: ../../enterprise/operation/services/services.service.php:179 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 -#: ../../enterprise/godmode/services/services.service.php:263 -#: ../../enterprise/include/functions_reporting_pdf.php:678 -#: ../../enterprise/include/functions_reporting_pdf.php:2359 -#: ../../enterprise/include/functions_services.php:1267 -#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 -#: ../../operation/tree.php:132 ../../operation/tree.php:157 -#: ../../operation/tree.php:288 ../../operation/agentes/tactical.php:150 -#: ../../operation/agentes/status_monitor.php:288 -#: ../../operation/agentes/estado_agente.php:187 -#: ../../operation/agentes/group_view.php:171 -#: ../../operation/agentes/estado_monitores.php:433 -#: ../../operation/netflow/nf_live_view.php:264 -#: ../../operation/gis_maps/render_view.php:147 -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 -#: ../../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_delete_agents.php:114 -#: ../../godmode/massive/massive_edit_modules.php:314 -#: ../../godmode/massive/massive_delete_modules.php:454 -#: ../../godmode/servers/manage_recontask_form.php:188 -#: ../../include/functions.php:874 ../../include/functions.php:1077 -#: ../../include/functions.php:1080 ../../include/functions.php:1115 -#: ../../include/functions_ui.php:234 ../../include/functions_ui.php:1987 -#: ../../include/functions_events.php:1475 -#: ../../include/functions_reporting_html.php:1078 -#: ../../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 -#: ../../include/functions_graph.php:1935 -#: ../../include/functions_graph.php:3030 -#: ../../include/functions_graph.php:3031 -#: ../../include/functions_graph.php:4930 -msgid "Warning" -msgstr "Warning" - -#: ../../enterprise/meta/monitoring/tactical.php:280 -#: ../../enterprise/meta/monitoring/group_view.php:152 -#: ../../enterprise/dashboard/widgets/tree_view.php:53 -#: ../../enterprise/dashboard/widgets/tree_view.php:66 -#: ../../enterprise/dashboard/widgets/tree_view.php:226 -#: ../../enterprise/include/functions_reporting_pdf.php:676 -#: ../../enterprise/include/functions_services.php:1258 -#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 -#: ../../operation/tree.php:131 ../../operation/tree.php:156 -#: ../../operation/tree.php:303 ../../operation/agentes/tactical.php:151 -#: ../../operation/agentes/status_monitor.php:287 -#: ../../operation/agentes/estado_agente.php:186 -#: ../../operation/agentes/group_view.php:170 -#: ../../operation/agentes/estado_monitores.php:431 -#: ../../operation/netflow/nf_live_view.php:304 -#: ../../godmode/netflow/nf_edit_form.php:207 -#: ../../godmode/massive/massive_copy_modules.php:77 -#: ../../godmode/massive/massive_copy_modules.php:190 -#: ../../godmode/massive/massive_edit_agents.php:214 -#: ../../godmode/massive/massive_delete_agents.php:113 -#: ../../godmode/massive/massive_edit_modules.php:313 -#: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../include/functions.php:871 ../../include/functions.php:1075 -#: ../../include/functions.php:1082 ../../include/functions.php:1112 -#: ../../include/functions_events.php:1472 -#: ../../include/functions_reporting_html.php:1074 -#: ../../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 -#: ../../include/functions_graph.php:1936 -#: ../../include/functions_graph.php:3022 -#: ../../include/functions_graph.php:3023 -#: ../../include/functions_graph.php:4927 -msgid "Normal" -msgstr "Normal" - -#: ../../enterprise/meta/monitoring/tactical.php:281 -#: ../../enterprise/meta/monitoring/group_view.php:146 -#: ../../enterprise/meta/monitoring/group_view.php:150 -#: ../../enterprise/extensions/cron/functions.php:190 -#: ../../enterprise/dashboard/widgets/service_map.php:87 -#: ../../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/operation/agentes/networkmap_enterprise.view.php:585 -#: ../../enterprise/operation/services/services.service_map.php:119 -#: ../../enterprise/operation/services/services.list.php:152 -#: ../../enterprise/operation/services/services.list.php:394 -#: ../../enterprise/operation/services/services.service.php:184 -#: ../../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/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_csv.php:819 -#: ../../enterprise/include/functions_reporting_csv.php:848 -#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 -#: ../../operation/tree.php:134 ../../operation/tree.php:159 -#: ../../operation/tree.php:293 ../../operation/agentes/tactical.php:152 -#: ../../operation/agentes/status_monitor.php:290 -#: ../../operation/agentes/estado_agente.php:189 -#: ../../operation/agentes/group_view.php:165 -#: ../../operation/agentes/group_view.php:168 -#: ../../operation/agentes/estado_monitores.php:434 -#: ../../godmode/alerts/alert_list.builder.php:209 -#: ../../godmode/massive/massive_copy_modules.php:80 -#: ../../godmode/massive/massive_copy_modules.php:193 -#: ../../godmode/massive/massive_edit_agents.php:217 -#: ../../godmode/massive/massive_delete_agents.php:116 -#: ../../godmode/massive/massive_edit_modules.php:316 -#: ../../godmode/massive/massive_delete_modules.php:456 -#: ../../include/functions_reporting.php:3016 -#: ../../include/functions_reporting.php:3214 -#: ../../include/functions_reporting.php:3867 -#: ../../include/functions_reporting.php:3868 -#: ../../include/functions_reporting.php:3869 -#: ../../include/functions_reporting.php:3870 -#: ../../include/functions_reporting.php:3871 -#: ../../include/functions_reporting.php:3872 ../../include/functions.php:1030 -#: ../../include/ajax/module.php:772 -#: ../../include/graphs/functions_flot.php:425 -#: ../../include/functions_ui.php:449 ../../include/functions_ui.php:450 -#: ../../include/functions_filemanager.php:706 -#: ../../include/functions_events.php:1399 -#: ../../include/functions_events.php:2742 -#: ../../include/functions_reporting_html.php:363 -#: ../../include/functions_reporting_html.php:390 -#: ../../include/functions_reporting_html.php:1059 -#: ../../include/functions_reporting_html.php:1080 -#: ../../include/functions_reporting_html.php:1505 -#: ../../include/functions_reporting_html.php:1667 -#: ../../include/functions_reports.php:426 -#: ../../include/functions_visual_map.php:1156 -#: ../../include/functions_visual_map.php:1174 -#: ../../include/functions_visual_map.php:1187 -#: ../../include/functions_visual_map.php:1200 -#: ../../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 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_graph.php:753 -#: ../../include/functions_graph.php:1937 -#: ../../include/functions_graph.php:3701 -msgid "Unknown" -msgstr "Unknown" - -#: ../../enterprise/meta/monitoring/tactical.php:282 -#: ../../enterprise/meta/monitoring/group_view.php:147 -#: ../../enterprise/meta/monitoring/group_view.php:151 -#: ../../enterprise/dashboard/widgets/tree_view.php:57 -#: ../../enterprise/dashboard/widgets/tree_view.php:70 -#: ../../enterprise/dashboard/widgets/tree_view.php:221 -#: ../../enterprise/include/functions_reporting_pdf.php:680 -#: ../../mobile/operation/modules.php:44 ../../operation/tree.php:135 -#: ../../operation/tree.php:160 ../../operation/tree.php:298 -#: ../../operation/agentes/tactical.php:153 -#: ../../operation/agentes/status_monitor.php:292 -#: ../../operation/agentes/estado_agente.php:191 -#: ../../operation/agentes/group_view.php:166 -#: ../../godmode/massive/massive_copy_modules.php:82 -#: ../../godmode/massive/massive_copy_modules.php:195 -#: ../../godmode/massive/massive_edit_agents.php:219 -#: ../../godmode/massive/massive_delete_agents.php:118 -#: ../../godmode/massive/massive_edit_modules.php:318 -#: ../../godmode/massive/massive_delete_modules.php:458 -#: ../../include/functions_reporting_html.php:1082 -#: ../../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 -#: ../../include/functions_graph.php:1940 -msgid "Not init" -msgstr "Not initialized" - -#: ../../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/wizard/wizard.php:90 -#: ../../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/meta/monitoring/wizard/wizard.module.local.php:183 -#: ../../enterprise/dashboard/full_dashboard.php:204 -#: ../../enterprise/godmode/alerts/alert_events.php:552 -#: ../../godmode/alerts/configure_alert_template.php:808 -#: ../../godmode/alerts/configure_alert_template.php:812 -msgid "Next" -msgstr "Next" - -#: ../../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:93 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 -#: ../../operation/incidents/incident_detail.php:120 -#: ../../operation/integria_incidents/incident.php:141 -msgid "No description available" -msgstr "No description available" - -#: ../../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 -#: ../../enterprise/operation/agentes/policy_view.php:146 -#: ../../enterprise/operation/agentes/policy_view.php:210 -#: ../../enterprise/operation/agentes/policy_view.php:442 -#: ../../godmode/modules/manage_network_components_form_wmi.php:58 -#: ../../godmode/modules/manage_network_components_form_network.php:82 -#: ../../godmode/modules/manage_network_components_form_plugin.php:29 -#: ../../godmode/alerts/configure_alert_template.php:902 -#: ../../godmode/alerts/alert_list.builder.php:212 -#: ../../include/functions.php:2028 -msgid "Empty" -msgstr "Empty" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 -#: ../../include/functions_events.php:1717 -msgid "New" -msgstr "New" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../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/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/extensions/backup/main.php:69 -#: ../../enterprise/extensions/cron/main.php:193 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/operation/services/services.list.php:327 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/agentes/collections.php:185 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/include/functions_reporting_pdf.php:1043 -#: ../../enterprise/include/functions_reporting_pdf.php:1087 -#: ../../enterprise/include/functions_reporting_pdf.php:1132 -#: ../../extensions/module_groups.php:84 -#: ../../godmode/category/category.php:111 ../../godmode/tag/tag.php:205 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../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/agentes/fields_manager.php:97 -#: ../../godmode/agentes/modificar_agente.php:463 -#: ../../godmode/agentes/planned_downtime.editor.php:760 -#: ../../godmode/groups/group_list.php:338 ../../godmode/menu.php:151 -#: ../../include/functions_treeview.php:292 -#: ../../include/functions_filemanager.php:583 -#: ../../include/functions_reporting_html.php:1378 -#: ../../include/functions_reporting_html.php:1416 -#: ../../include/functions_reporting_html.php:1452 -msgid "Actions" -msgstr "Actions" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:220 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/dashboard/main_dashboard.php:108 -#: ../../enterprise/operation/agentes/policy_view.php:253 -#: ../../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/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../extensions/agents_alerts.php:311 -#: ../../operation/events/events_list.php:464 -#: ../../operation/snmpconsole/snmp_view.php:395 -#: ../../operation/users/user_edit.php:268 -#: ../../operation/users/user_edit.php:270 -#: ../../operation/users/user_edit.php:278 -#: ../../operation/users/user_edit.php:300 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../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:519 -#: ../../godmode/setup/setup_visuals.php:531 -#: ../../godmode/events/event_edit_filter.php:267 -#: ../../godmode/alerts/alert_list.list.php:504 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/agentes/module_manager_editor_common.php:357 -#: ../../godmode/users/configure_user.php:448 -#: ../../godmode/massive/massive_edit_agents.php:385 -#: ../../include/functions_ui.php:894 -msgid "Default" -msgstr "Default" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/extensions/backup/main.php:177 -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -#: ../../enterprise/dashboard/dashboards.php:129 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/operation/services/services.list.php:461 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/modules/local_components.php:518 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../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/manage_config_remote.php:210 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_list.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:396 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 -#: ../../enterprise/godmode/policies/policies.php:378 -#: ../../enterprise/godmode/policies/policies.php:388 -#: ../../enterprise/godmode/policies/policies.php:406 -#: ../../enterprise/godmode/policies/policy_agents.php:226 -#: ../../enterprise/godmode/policies/policy_agents.php:325 -#: ../../enterprise/godmode/policies/policy_agents.php:469 -#: ../../enterprise/godmode/policies/policy_agents.php:522 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_modules.php:1090 -#: ../../enterprise/godmode/policies/policy_modules.php:1097 -#: ../../enterprise/godmode/policies/policy_modules.php:1126 -#: ../../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_external_alerts.php:246 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 -#: ../../enterprise/include/functions_services.php:1701 -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../operation/messages/message_list.php:187 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/events/events.build_table.php:760 -#: ../../operation/events/events.php:768 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/snmpconsole/snmp_view.php:658 -#: ../../operation/snmpconsole/snmp_view.php:664 -#: ../../operation/snmpconsole/snmp_view.php:815 -#: ../../operation/users/user_edit.php:701 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 ../../godmode/setup/links.php:150 -#: ../../godmode/setup/news.php:267 ../../godmode/tag/tag.php:273 -#: ../../godmode/modules/manage_nc_groups.php:219 -#: ../../godmode/modules/manage_network_templates.php:209 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/modules/manage_network_components.php:600 -#: ../../godmode/events/event_filter.php:146 -#: ../../godmode/alerts/alert_list.list.php:816 -#: ../../godmode/alerts/alert_special_days.php:220 -#: ../../godmode/alerts/alert_commands.php:361 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/alerts/alert_templates.php:341 -#: ../../godmode/agentes/agent_manager.php:198 -#: ../../godmode/agentes/module_manager_editor_common.php:148 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/modificar_agente.php:589 -#: ../../godmode/agentes/planned_downtime.editor.php:847 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../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/reporting/reporting_builder.php:703 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/reporting/graphs.php:190 -#: ../../godmode/groups/modu_group_list.php:198 -#: ../../godmode/groups/modu_group_list.php:200 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../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/users/profile_list.php:390 -#: ../../godmode/users/configure_user.php:660 -#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_add_action_alerts.php:179 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/massive/massive_delete_action_alerts.php:185 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_delete_agents.php:134 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_operations.php:247 -#: ../../godmode/massive/massive_operations.php:256 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_modules.php:499 -#: ../../godmode/servers/plugin.php:782 ../../godmode/db/db_audit.php:107 -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 -#: ../../include/functions_filemanager.php:740 -#: ../../include/functions_events.php:1759 -#: ../../include/functions_groups.php:2173 -msgid "Are you sure?" -msgstr "Are you sure?" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -#: ../../godmode/reporting/graph_builder.graph_editor.php:185 -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: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:3595 -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:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../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.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../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:348 -#: ../../godmode/agentes/module_manager_editor_common.php:351 -#, php-format -msgid "Agent interval x %s" -msgstr "Agent interval x %s" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/meta/monitoring/group_view.php:98 -#: ../../enterprise/meta/monitoring/group_view.php:136 -#: ../../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/dashboard/widgets/service_map.php:93 -#: ../../enterprise/operation/services/services.service_map.php:125 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policies.php:256 -#: ../../enterprise/godmode/policies/policies.php:357 -#: ../../enterprise/godmode/policies/policy_agents.php:282 -#: ../../enterprise/godmode/policies/policy_agents.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:664 -#: ../../enterprise/include/functions_reporting.php:4058 -#: ../../enterprise/include/functions_policies.php:3271 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 -#: ../../extensions/agents_modules.php:194 -#: ../../extensions/agents_alerts.php:176 ../../mobile/operation/home.php:58 -#: ../../mobile/operation/agents.php:158 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/agentes/networkmap.php:475 -#: ../../operation/agentes/group_view.php:119 -#: ../../operation/agentes/group_view.php:157 -#: ../../operation/search_results.php:73 -#: ../../godmode/alerts/alert_list.list.php:71 -#: ../../godmode/reporting/reporting_builder.list_items.php:161 -#: ../../godmode/reporting/reporting_builder.list_items.php:186 -#: ../../godmode/reporting/visual_console_builder.wizard.php:240 -#: ../../godmode/reporting/graph_builder.graph_editor.php:146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:986 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_delete_agents.php:123 -#: ../../godmode/massive/massive_edit_modules.php:328 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_delete_modules.php:484 -#: ../../include/ajax/networkmap.ajax.php:64 -#: ../../include/ajax/networkmap.ajax.php:92 -#: ../../include/functions_reporting_html.php:834 -#: ../../include/functions_reporting_html.php:1063 -#: ../../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 -msgid "Agents" -msgstr "Agents" - -#: ../../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/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/godmode/modules/configure_local_component.php:290 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 -#: ../../godmode/setup/setup.php:138 -#: ../../godmode/agentes/planned_downtime.list.php:396 -#: ../../godmode/menu.php:132 ../../include/functions_reports.php:632 -#: ../../include/functions_reports.php:634 -msgid "Configuration" -msgstr "Configuration" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -msgid "Advanced configuration" -msgstr "Advanced configuration" - -#: ../../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 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../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.web.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -msgid "Create module" -msgstr "Create module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/godmode/policies/policy_modules.php:270 -msgid "Edit module" -msgstr "Edit module" - -#: ../../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 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/dashboard/full_dashboard.php:228 -#: ../../include/functions_graph.php:796 -#: ../../include/functions_graph.php:3761 -msgid "Previous" -msgstr "Previous" - -#: ../../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:196 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -msgid "Invalid characters founded in module name" -msgstr "Invalid characters found in module 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:75 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -#: ../../operation/agentes/estado_agente.php:598 -#: ../../operation/agentes/estado_agente.php:618 -#: ../../operation/snmpconsole/snmp_view.php:582 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../godmode/agentes/modificar_agente.php:608 -msgid "Create agent" -msgstr "Create agent" - -#: ../../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/Name address" -msgstr "" - -#: ../../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:90 -#: ../../enterprise/mobile/operation/dashboard.php:233 -#: ../../mobile/operation/modules.php:190 ../../mobile/operation/groups.php:69 -#: ../../mobile/operation/tactical.php:88 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/alerts.php:158 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../mobile/operation/agents.php:162 ../../mobile/operation/agent.php:108 -#: ../../mobile/operation/events.php:568 -#: ../../mobile/operation/module_graph.php:370 -#: ../../mobile/operation/module_graph.php:379 -msgid "Back" -msgstr "Back" - -#: ../../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/extensions/cron/main.php:262 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../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/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 -#: ../../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/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/include/functions_networkmap_enterprise.php:608 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../operation/search_reports.php:52 -#: ../../operation/agentes/status_monitor.php:1111 -#: ../../operation/agentes/estado_agente.php:555 -#: ../../operation/servers/recon_view.php:110 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/agentes/modificar_agente.php:523 -#: ../../godmode/agentes/planned_downtime.list.php:401 -#: ../../godmode/reporting/reporting_builder.php:698 -#: ../../godmode/reporting/reporting_builder.list_items.php:424 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1094 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/users/user_list.php:469 ../../godmode/servers/plugin.php:157 -#: ../../godmode/servers/plugin.php:781 -#: ../../godmode/servers/servers.build_table.php:155 -#: ../../include/ajax/module.php:814 ../../include/functions_groups.php:2166 -msgid "Edit" -msgstr "Edit" - -#: ../../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:159 -#: ../../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_wizard_meta.php:294 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../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/extensions/backup/main.php:137 -#: ../../enterprise/extensions/cron/main.php:265 -#: ../../enterprise/dashboard/dashboards.php:91 -#: ../../enterprise/dashboard/dashboards.php:129 -#: ../../enterprise/dashboard/main_dashboard.php:298 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/operation/services/services.list.php:462 -#: ../../enterprise/godmode/setup/setup_acl.php:153 -#: ../../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/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/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/graph_template_list.php:158 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 -#: ../../enterprise/godmode/policies/policies.php:392 -#: ../../enterprise/godmode/policies/policy_agents.php:477 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_plugins.php:83 -#: ../../enterprise/godmode/policies/policy_modules.php:1108 -#: ../../enterprise/godmode/policies/policy_modules.php:1132 -#: ../../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_external_alerts.php:257 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/include/functions_networkmap_enterprise.php:612 -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../operation/integria_incidents/incident.files.php:46 -#: ../../operation/messages/message_list.php:124 -#: ../../operation/messages/message_list.php:188 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:210 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/agentes/networkmap_list.php:138 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/agentes/networkmap_list.php:253 -#: ../../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/gis_maps/gis_map.php:165 ../../godmode/setup/gis.php:64 -#: ../../godmode/setup/links.php:137 ../../godmode/setup/news.php:225 -#: ../../godmode/setup/setup_visuals.php:647 -#: ../../godmode/setup/setup_visuals.php:678 -#: ../../godmode/modules/manage_nc_groups.php:221 -#: ../../godmode/modules/manage_nc_groups.php:232 -#: ../../godmode/modules/manage_network_templates_form.php:219 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/modules/manage_network_templates.php:227 -#: ../../godmode/modules/manage_network_components.php:601 -#: ../../godmode/modules/manage_network_components.php:613 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/events/event_filter.php:148 -#: ../../godmode/events/event_filter.php:168 -#: ../../godmode/alerts/alert_list.list.php:701 -#: ../../godmode/alerts/alert_special_days.php:165 -#: ../../godmode/alerts/alert_commands.php:333 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/alerts/alert_templates.php:344 -#: ../../godmode/agentes/module_manager_editor_common.php:660 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/planned_downtime.editor.php:797 -#: ../../godmode/agentes/planned_downtime.editor.php:802 -#: ../../godmode/agentes/planned_downtime.editor.php:850 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/planned_downtime.list.php:402 -#: ../../godmode/agentes/planned_downtime.list.php:470 -#: ../../godmode/agentes/module_manager.php:533 -#: ../../godmode/agentes/module_manager.php:745 -#: ../../godmode/agentes/module_manager.php:762 -#: ../../godmode/reporting/reporting_builder.php:707 -#: ../../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/map_builder.php:215 -#: ../../godmode/reporting/visual_console_builder.elements.php:515 -#: ../../godmode/reporting/graph_builder.graph_editor.php:88 -#: ../../godmode/reporting/graph_builder.graph_editor.php:127 -#: ../../godmode/reporting/graphs.php:191 -#: ../../godmode/reporting/graphs.php:204 -#: ../../godmode/groups/modu_group_list.php:184 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/snmpconsole/snmp_alert.php:1095 -#: ../../godmode/snmpconsole/snmp_alert.php:1124 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/update_manager/update_manager.messages.php:91 -#: ../../godmode/update_manager/update_manager.messages.php:165 -#: ../../godmode/users/user_list.php:471 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/massive/massive_delete_alerts.php:237 -#: ../../godmode/massive/massive_delete_action_alerts.php:187 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_agents.php:136 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/servers/servers.build_table.php:168 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/db/db_refine.php:119 ../../godmode/extensions.php:280 -#: ../../godmode/extensions.php:284 ../../include/functions_groups.php:2173 -msgid "Delete" -msgstr "Delete" - -#: ../../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/alerts/alert_list.php:299 -#: ../../godmode/alerts/alert_list.php:302 -#: ../../godmode/users/configure_profile.php:268 -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.create_module.php:144 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 -#: ../../godmode/massive/massive_edit_modules.php:248 -#: ../../godmode/massive/massive_delete_modules.php:405 -msgid "Module type" -msgstr "Module type" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -#: ../../mobile/include/functions_web.php:23 -#: ../../include/functions_reporting_html.php:2291 -#: ../../include/functions_reporting_html.php:2431 -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:157 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/godmode/modules/configure_local_component.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 -#: ../../extensions/agents_modules.php:75 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../operation/agentes/networkmap.php:459 -#: ../../operation/agentes/status_monitor.php:299 -#: ../../operation/agentes/ver_agente.php:676 -#: ../../operation/agentes/estado_monitores.php:444 -#: ../../godmode/modules/manage_network_components_form_common.php:93 -#: ../../godmode/agentes/module_manager_editor_common.php:231 -#: ../../godmode/reporting/reporting_builder.item_editor.php:875 -#: ../../godmode/massive/massive_edit_modules.php:487 -#: ../../include/functions_treeview.php:123 -#: ../../include/functions_events.php:2073 -#: ../../include/functions_graph.php:5051 -msgid "Module group" -msgstr "Module group" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 -#: ../../enterprise/extensions/check_acls.php:121 -#: ../../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_value.php:63 -#: ../../enterprise/dashboard/widgets/module_value.php:69 -#: ../../enterprise/dashboard/widgets/top_n.php:130 -#: ../../enterprise/dashboard/widgets/top_n.php:313 -#: ../../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/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/inventory/inventory.php:169 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../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/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: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/services/services.elements.php:325 -#: ../../enterprise/godmode/services/services.elements.php:351 -#: ../../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 -#: ../../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_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2269 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../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 -#: ../../extensions/module_groups.php:43 -#: ../../extensions/agents_alerts.php:278 ../../extensions/insert_data.php:158 -#: ../../mobile/operation/alerts.php:268 ../../operation/search_modules.php:35 -#: ../../operation/search_alerts.php:42 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/alerts_status.php:426 -#: ../../operation/agentes/alerts_status.php:466 -#: ../../operation/agentes/alerts_status.php:499 -#: ../../operation/agentes/alerts_status.php:532 -#: ../../godmode/alerts/alert_list.list.php:393 -#: ../../godmode/alerts/alert_list.list.php:590 -#: ../../godmode/alerts/alert_view.php:71 -#: ../../godmode/alerts/alert_list.builder.php:71 -#: ../../godmode/agentes/module_manager_editor_common.php:639 -#: ../../godmode/agentes/module_manager_editor_common.php:658 -#: ../../godmode/agentes/planned_downtime.editor.php:838 -#: ../../godmode/agentes/module_manager_editor_prediction.php:140 -#: ../../godmode/agentes/planned_downtime.list.php:175 -#: ../../godmode/reporting/reporting_builder.list_items.php:295 -#: ../../godmode/reporting/visual_console_builder.wizard.php:259 -#: ../../godmode/reporting/visual_console_builder.wizard.php:566 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:940 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1418 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1624 -#: ../../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/servers/plugin.php:67 ../../include/functions_treeview.php:66 -#: ../../include/functions_visual_map_editor.php:290 -#: ../../include/functions_reporting_html.php:338 -#: ../../include/functions_reporting_html.php:454 -#: ../../include/functions_reporting_html.php:987 -#: ../../include/functions_reporting_html.php:1376 -#: ../../include/functions_reporting_html.php:1414 -#: ../../include/functions_reporting_html.php:1721 -#: ../../include/functions_reporting_html.php:1856 -#: ../../include/functions_graph.php:5145 -msgid "Module" -msgstr "Module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" -msgstr "Module description" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 -#: ../../enterprise/dashboard/main_dashboard.php:195 -#: ../../enterprise/dashboard/main_dashboard.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../extensions/net_tools.php:331 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/update_manager/update_manager.php:35 -msgid "Options" -msgstr "Options" - -#: ../../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:275 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/extensions/backup/main.php:167 -#: ../../enterprise/extensions/cron/main.php:323 -#: ../../enterprise/extensions/ipam/ipam_list.php:257 -#: ../../enterprise/extensions/ipam/ipam_editor.php:121 -#: ../../enterprise/godmode/setup/edit_skin.php:270 -#: ../../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/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.editor.php:117 -#: ../../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.php:235 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/services/services.service.php:361 -#: ../../enterprise/godmode/services/services.elements.php:417 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:329 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 -#: ../../enterprise/godmode/policies/policies.php:426 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policy_modules.php:319 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../operation/integria_incidents/incident.incident.php:126 -#: ../../operation/agentes/networkmap_list.php:252 -#: ../../operation/gis_maps/gis_map.php:182 -#: ../../godmode/category/edit_category.php:174 ../../godmode/setup/gis.php:93 -#: ../../godmode/setup/links.php:117 ../../godmode/setup/news.php:204 -#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76 -#: ../../godmode/tag/edit_tag.php:232 -#: ../../godmode/modules/manage_nc_groups.php:244 -#: ../../godmode/modules/manage_network_components_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:157 -#: ../../godmode/modules/manage_network_templates.php:237 -#: ../../godmode/modules/manage_nc_groups_form.php:83 -#: ../../godmode/modules/manage_network_components.php:629 -#: ../../godmode/events/event_edit_filter.php:390 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/alert_list.list.php:733 -#: ../../godmode/alerts/alert_list.php:302 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/configure_alert_special_days.php:101 -#: ../../godmode/alerts/alert_special_days.php:235 -#: ../../godmode/alerts/alert_commands.php:377 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/alerts/alert_templates.php:363 -#: ../../godmode/agentes/agent_manager.php:462 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/agentes/module_manager_editor.php:490 -#: ../../godmode/agentes/planned_downtime.list.php:366 -#: ../../godmode/agentes/planned_downtime.list.php:516 -#: ../../godmode/agentes/module_manager.php:123 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/reporting/graph_builder.main.php:183 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1091 -#: ../../godmode/groups/configure_modu_group.php:87 -#: ../../godmode/groups/configure_group.php:208 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../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/users/profile_list.php:404 -#: ../../godmode/users/configure_user.php:581 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/servers/plugin.php:542 -#: ../../godmode/servers/recon_script.php:220 -#: ../../godmode/servers/manage_recontask.php:389 -#: ../../include/functions_visual_map_editor.php:437 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:654 -msgid "Create" -msgstr "Create" - -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "Group View" - -#: ../../enterprise/meta/monitoring/group_view.php:46 -#: ../../operation/agentes/group_view.php:69 -#: ../../operation/users/user_edit.php:303 ../../operation/menu.php:43 -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 -msgid "This data doesn't show in realtime" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:144 -msgid "Group or Tag" -msgstr "Group or Tag" - -#: ../../enterprise/meta/monitoring/group_view.php:145 -#: ../../enterprise/dashboard/widgets/tree_view.php:196 -#: ../../enterprise/operation/agentes/agent_inventory.php:230 -#: ../../enterprise/include/functions_inventory.php:322 -#: ../../enterprise/include/functions_reporting_pdf.php:660 -#: ../../enterprise/include/functions_reporting_pdf.php:675 -#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:164 -#: ../../operation/agentes/gis_view.php:194 ../../godmode/db/db_audit.php:80 -#: ../../godmode/db/db_event.php:61 -#: ../../include/functions_reporting_html.php:1057 -#: ../../include/functions_reporting_html.php:1072 -msgid "Total" -msgstr "Total" - -#: ../../enterprise/meta/monitoring/group_view.php:148 -msgid "critical" -msgstr "" - -#: ../../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 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../extensions/agents_alerts.php:322 -#: ../../mobile/operation/alerts.php:253 -#: ../../operation/events/sound_events.php:79 -#: ../../operation/agentes/group_view.php:173 -#: ../../operation/snmpconsole/snmp_view.php:643 -#: ../../godmode/alerts/alert_list.list.php:633 -#: ../../godmode/alerts/alert_view.php:85 -#: ../../include/functions_reporting.php:6400 ../../include/functions.php:1033 -#: ../../include/functions_ui.php:907 ../../include/functions_events.php:1144 -#: ../../include/functions_events.php:1411 -#: ../../include/functions_agents.php:2087 -#: ../../include/functions_agents.php:2099 -msgid "Alert fired" -msgstr "Alert fired" - -#: ../../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/advanced/synchronizing.module_groups.php:91 -#: ../../enterprise/meta/advanced/policymanager.sync.php:295 -#: ../../enterprise/meta/advanced/synchronizing.os.php:91 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.user.php:508 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/operation/log/log_viewer.php:205 -#: ../../enterprise/include/functions_log.php:332 -#: ../../operation/incidents/incident.php:341 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../operation/events/events.build_table.php:229 -#: ../../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 -#: ../../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/meta/advanced/synchronizing.module_groups.php:92 -#: ../../enterprise/meta/advanced/policymanager.sync.php:296 -#: ../../enterprise/meta/advanced/synchronizing.os.php:92 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.user.php:509 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -msgid "This metaconsole" -msgstr "This meta-console" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../enterprise/meta/advanced/synchronizing.os.php:101 -#: ../../enterprise/meta/advanced/synchronizing.component.php:320 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 -#: ../../enterprise/meta/advanced/synchronizing.group.php:157 -#: ../../godmode/massive/massive_copy_modules.php:168 -msgid "Targets" -msgstr "Targets" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 -#: ../../enterprise/meta/advanced/policymanager.sync.php:315 -#: ../../enterprise/meta/advanced/synchronizing.os.php:108 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -msgid "Sync" -msgstr "Sync" - -#: ../../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.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#, php-format -msgid "Could not be update: Error in %s" -msgstr "Could not be updated : Error in %s" - -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 -#: ../../enterprise/meta/advanced/metasetup.setup.php:85 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -msgid "Successfully update" -msgstr "Update successful." - -#: ../../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/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/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/reporting_builder.template_item.php:1198 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 +#: ../../enterprise/godmode/alerts/alert_events_list.php:422 +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/godmode/policies/policies.php:255 +#: ../../enterprise/godmode/policies/policy_modules.php:1042 +#: ../../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_agents.php:376 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 +#: ../../enterprise/godmode/modules/configure_local_component.php:141 +#: ../../enterprise/godmode/modules/local_components.php:469 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 +#: ../../enterprise/godmode/setup/edit_skin.php:208 +#: ../../enterprise/godmode/setup/setup_skins.php:82 +#: ../../enterprise/godmode/services/services.service.php:233 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:67 +#: ../../enterprise/godmode/agentes/inventory_manager.php:233 +#: ../../enterprise/godmode/agentes/collection_manager.php:105 +#: ../../enterprise/godmode/agentes/collection_manager.php:163 +#: ../../enterprise/operation/services/services.service.php:120 +#: ../../enterprise/operation/services/services.list.php:305 +#: ../../enterprise/operation/agentes/collection_view.php:63 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 +#: ../../enterprise/operation/agentes/policy_view.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:305 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 #: ../../enterprise/meta/advanced/servers.build_table.php:59 #: ../../enterprise/meta/include/functions_wizard_meta.php:148 #: ../../enterprise/meta/include/functions_wizard_meta.php:359 @@ -5084,2178 +572,293 @@ msgstr "There are no servers registered on the database" #: ../../enterprise/meta/include/functions_wizard_meta.php:1625 #: ../../enterprise/meta/include/functions_networkmap_meta.php:157 #: ../../enterprise/meta/include/functions_networkmap_meta.php:516 -#: ../../enterprise/dashboard/dashboards.php:87 -#: ../../enterprise/dashboard/main_dashboard.php:316 -#: ../../enterprise/dashboard/main_dashboard.php:335 #: ../../enterprise/mobile/include/enterprise.class.php:78 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 -#: ../../enterprise/operation/services/services.list.php:305 -#: ../../enterprise/operation/services/services.service.php:120 -#: ../../enterprise/godmode/setup/edit_skin.php:208 -#: ../../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/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1198 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/services/services.service.php:233 -#: ../../enterprise/godmode/policies/policies.php:255 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policy_agents.php:376 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_modules.php:1042 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../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:317 +#: ../../enterprise/dashboard/main_dashboard.php:336 +#: ../../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_services.php:1413 #: ../../enterprise/include/functions_networkmap_enterprise.php:1078 #: ../../enterprise/include/functions_networkmap_enterprise.php:1562 #: ../../enterprise/include/functions_networkmap_enterprise.php:1702 -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../operation/search_users.php:41 ../../operation/search_maps.php:31 -#: ../../operation/search_helps.php:36 -#: ../../operation/agentes/networkmap.php:437 -#: ../../operation/agentes/networkmap_list.php:134 -#: ../../operation/netflow/nf_live_view.php:288 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 -#: ../../godmode/tag/tag.php:156 ../../godmode/tag/edit_tag.php:169 -#: ../../godmode/modules/manage_nc_groups.php:193 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/modules/manage_network_templates_form.php:144 -#: ../../godmode/modules/manage_network_templates.php:190 -#: ../../godmode/modules/manage_nc_groups_form.php:66 -#: ../../godmode/modules/manage_network_components_form_common.php:52 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/configure_alert_template.php:734 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/alert_commands.php:330 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/alerts/alert_templates.php:298 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/agentes/module_manager_editor_common.php:138 -#: ../../godmode/agentes/module_manager_editor_common.php:596 -#: ../../godmode/agentes/planned_downtime.editor.php:478 -#: ../../godmode/agentes/planned_downtime.editor.php:753 -#: ../../godmode/agentes/module_manager.php:509 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../enterprise/include/functions_reporting_pdf.php:1328 +#: ../../enterprise/include/functions_reporting_pdf.php:1464 +#: ../../enterprise/include/functions_reporting_pdf.php:2416 #: ../../godmode/reporting/reporting_builder.main.php:65 #: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:652 #: ../../godmode/reporting/graph_builder.main.php:101 -#: ../../godmode/reporting/reporting_builder.item_editor.php:648 -#: ../../godmode/groups/configure_modu_group.php:69 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/groups/configure_group.php:114 -#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/alerts/configure_alert_template.php:734 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_nc_groups_form.php:66 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_components_form_common.php:52 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/modules/manage_nc_groups.php:193 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 #: ../../godmode/netflow/nf_edit_form.php:189 #: ../../godmode/netflow/nf_edit.php:118 ../../godmode/users/user_list.php:269 -#: ../../godmode/users/user_list.php:403 ../../godmode/servers/plugin.php:293 -#: ../../godmode/servers/plugin.php:735 +#: ../../godmode/users/user_list.php:403 +#: ../../godmode/events/event_filter.php:108 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/edit_tag.php:169 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/groups/configure_group.php:114 +#: ../../godmode/groups/configure_modu_group.php:69 #: ../../godmode/servers/servers.build_table.php:63 +#: ../../godmode/servers/manage_recontask.php:288 #: ../../godmode/servers/modificar_server.php:46 #: ../../godmode/servers/recon_script.php:95 #: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../include/functions_reporting.php:4784 -#: ../../include/functions_treeview.php:79 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/agentes/module_manager_editor_common.php:138 +#: ../../godmode/agentes/module_manager_editor_common.php:596 +#: ../../godmode/agentes/module_manager.php:509 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../operation/search_maps.php:31 +#: ../../operation/netflow/nf_live_view.php:288 +#: ../../operation/gis_maps/gis_map.php:89 +#: ../../operation/agentes/networkmap.php:437 +#: ../../operation/agentes/networkmap_list.php:134 +#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../mobile/operation/networkmaps.php:195 #: ../../include/functions_filemanager.php:580 -#: ../../include/functions_events.php:2016 -#: ../../include/functions_events.php:2066 #: ../../include/functions_reporting_html.php:530 #: ../../include/functions_reporting_html.php:1145 #: ../../include/functions_reporting_html.php:1573 #: ../../include/functions_reporting_html.php:3074 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_reporting.php:4784 +#: ../../include/functions_events.php:2023 +#: ../../include/functions_events.php:2073 msgid "Name" msgstr "Name" -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/operation/agentes/policy_view.php:306 -#: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/godmode/modules/configure_local_component.php:176 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 -#: ../../enterprise/godmode/services/services.elements.php:329 -#: ../../enterprise/godmode/policies/policy_modules.php:1043 -#: ../../enterprise/include/functions_reporting_pdf.php:1329 -#: ../../enterprise/include/functions_reporting_pdf.php:1465 -#: ../../enterprise/include/functions_reporting_pdf.php:2358 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../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/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../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 ../../operation/search_modules.php:49 -#: ../../operation/events/sound_events.php:78 -#: ../../operation/events/events.php:74 -#: ../../operation/agentes/ver_agente.php:672 -#: ../../operation/agentes/networkmap_list.php:135 -#: ../../operation/agentes/networkmap_list.php:179 -#: ../../operation/agentes/networkmap_list.php:263 -#: ../../operation/netflow/nf_live_view.php:251 -#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 -#: ../../godmode/modules/manage_network_templates_form.php:197 -#: ../../godmode/modules/manage_network_components_form_common.php:67 -#: ../../godmode/modules/manage_network_components.php:550 -#: ../../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:164 -#: ../../godmode/agentes/planned_downtime.editor.php:485 -#: ../../godmode/agentes/agent_template.php:224 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/agentes/module_manager.php:118 -#: ../../godmode/agentes/module_manager.php:521 -#: ../../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:620 -#: ../../godmode/servers/plugin.php:736 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../include/functions_reporting.php:4785 -#: ../../include/ajax/module.php:700 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../include/functions_visual_map_editor.php:386 -#: ../../include/functions_snmp_browser.php:410 -#: ../../include/functions_events.php:887 -#: ../../include/functions_events.php:2365 -#: ../../include/functions_reporting_html.php:531 -#: ../../include/functions_reporting_html.php:1146 -#: ../../include/functions_reporting_html.php:1574 -#: ../../include/functions_reporting_html.php:2361 -msgid "Type" -msgstr "Type" - -#: ../../enterprise/meta/advanced/servers.build_table.php:62 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../extensions/realtime_graphs.php:111 -#: ../../godmode/servers/servers.build_table.php:66 -#: ../../godmode/extensions.php:144 -#: ../../include/functions_snmp_browser.php:513 -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/incidents/incident.php:340 -#: ../../operation/integria_incidents/incident.list.php:98 -#: ../../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/modules/local_components.php:472 -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 -#: ../../enterprise/godmode/policies/policies.php:258 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../operation/gis_maps/gis_map.php:94 -#: ../../godmode/alerts/alert_list.list.php:412 -#: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/reporting/reporting_builder.php:567 -#: ../../godmode/reporting/reporting_builder.php:687 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/reporting/graphs.php:163 -#: ../../godmode/users/profile_list.php:327 -#: ../../godmode/users/user_list.php:278 ../../godmode/servers/plugin.php:739 -#: ../../godmode/servers/servers.build_table.php:75 -msgid "Op." -msgstr "Op." - -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:98 -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:111 -#: ../../godmode/servers/servers.build_table.php:116 -msgid "of" -msgstr "of" - -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:169 -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:190 -msgid "Tactical server information" -msgstr "Tactical server information" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:238 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:489 -#: ../../enterprise/meta/advanced/synchronizing.user.php:569 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/include/functions_meta.php:201 -#: ../../enterprise/meta/include/functions_meta.php:303 -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#, php-format -msgid "Error connecting to %s" -msgstr "Error connecting to %s" - -#: ../../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:306 -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:110 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/include/functions_policies.php:3751 -#: ../../operation/agentes/status_monitor.php:927 -#: ../../operation/agentes/ver_agente.php:1096 -#: ../../operation/agentes/alerts_status.php:412 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../godmode/alerts/alert_view.php:123 -#: ../../godmode/agentes/module_manager.php:515 -#: ../../include/ajax/module.php:697 -msgid "Policy" -msgstr "Policy" - -#: ../../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:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../enterprise/meta/advanced/license_meta.php:82 -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71 -#: ../../godmode/setup/license.php:74 ../../godmode/setup/license.php:77 -#: ../../godmode/setup/license.php:80 -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 "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 "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.translate_string.php:132 -#: ../../enterprise/extensions/translate_string.php:250 -#: ../../operation/users/user_edit.php:276 -#: ../../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/collection_manager.php:44 -#: ../../enterprise/godmode/agentes/collections.php:169 -#: ../../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/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.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/component_management.php:56 -#: ../../include/functions_menu.php:477 -msgid "Tags management" -msgstr "Tags management" - -#: ../../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/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/metasetup.password.php:73 -msgid "Passwords" -msgstr "Passwords" - -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/meta/include/functions_meta.php:499 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../include/functions_config.php:258 -msgid "Enable password policy" -msgstr "Enable password policy" - -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/meta/include/functions_meta.php:509 -#: ../../enterprise/godmode/setup/setup.php:257 -#: ../../include/functions_config.php:261 -msgid "Min. size password" -msgstr "Min. password size" - -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -#: ../../enterprise/godmode/setup/setup.php:258 -msgid " Caracters" -msgstr " Characters" - -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/meta/include/functions_meta.php:519 -#: ../../enterprise/godmode/setup/setup.php:261 -#: ../../include/functions_config.php:271 -msgid "Password must have numbers" -msgstr "The password must include numbers" - -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/meta/include/functions_meta.php:529 -#: ../../enterprise/godmode/setup/setup.php:266 -#: ../../include/functions_config.php:273 -msgid "Password must have symbols" -msgstr "The password must include symbols." - -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/meta/include/functions_meta.php:539 -#: ../../enterprise/godmode/setup/setup.php:271 -#: ../../include/functions_config.php:263 -msgid "Password expiration" -msgstr "Password expiration" - -#: ../../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:106 -#: ../../enterprise/meta/include/functions_meta.php:549 -#: ../../enterprise/godmode/setup/setup.php:275 -#: ../../include/functions_config.php:265 -msgid "Force change password on first login" -msgstr "Force password change on first login" - -#: ../../enterprise/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/meta/include/functions_meta.php:559 -#: ../../enterprise/godmode/setup/setup.php:280 -#: ../../include/functions_config.php:267 -msgid "User blocked if login fails" -msgstr "Block user if login fails" - -#: ../../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/meta/include/functions_meta.php:569 -#: ../../enterprise/godmode/setup/setup.php:284 -#: ../../include/functions_config.php:269 -msgid "Number of failed login attempts" -msgstr "Number of failed login attempts" - -#: ../../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/metasetup.password.php:122 -#: ../../enterprise/meta/include/functions_meta.php:486 -#: ../../enterprise/godmode/setup/setup.php:289 -#: ../../include/functions_config.php:275 -msgid "Apply password policy to admin users" -msgstr "Apply password policy to admin users" - -#: ../../enterprise/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/meta/include/functions_meta.php:579 -#: ../../enterprise/godmode/setup/setup.php:294 -#: ../../include/functions_config.php:277 -msgid "Enable password history" -msgstr "Enable password history" - -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/meta/include/functions_meta.php:589 -#: ../../enterprise/godmode/setup/setup.php:299 -#: ../../include/functions_config.php:279 -msgid "Compare previous password" -msgstr "Compare to previous password" - -#: ../../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:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -msgid "Could not be update" -msgstr "Could not be updated." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 -#: ../../enterprise/extensions/cron/main.php:79 -#: ../../enterprise/extensions/cron/main.php:133 -#: ../../enterprise/extensions/ipam/ipam_action.php:96 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/news.php:56 -#: ../../godmode/modules/manage_nc_groups.php:73 -#: ../../godmode/alerts/configure_alert_template.php:428 -#: ../../godmode/alerts/alert_list.php:103 -#: ../../godmode/alerts/alert_special_days.php:93 -#: ../../godmode/alerts/alert_commands.php:293 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/agentes/configurar_agente.php:595 -#: ../../godmode/agentes/planned_downtime.editor.php:365 -#: ../../godmode/snmpconsole/snmp_alert.php:231 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/users/profile_list.php:241 -#: ../../godmode/users/configure_user.php:234 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -msgid "Successfully created" -msgstr "Successfully created" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 -#: ../../enterprise/extensions/ipam/ipam_action.php:92 -#: ../../enterprise/extensions/ipam/ipam_action.php:100 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:239 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../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/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../godmode/setup/gis.php:47 ../../godmode/setup/news.php:57 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:158 -#: ../../godmode/modules/manage_network_components.php:248 -#: ../../godmode/alerts/configure_alert_template.php:119 -#: ../../godmode/alerts/configure_alert_template.php:429 -#: ../../godmode/alerts/alert_list.php:103 -#: ../../godmode/alerts/alert_special_days.php:94 -#: ../../godmode/alerts/alert_commands.php:294 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 -#: ../../godmode/agentes/configurar_agente.php:244 -#: ../../godmode/agentes/configurar_agente.php:591 -#: ../../godmode/agentes/planned_downtime.editor.php:356 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2165 -#: ../../godmode/users/configure_user.php:235 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -msgid "Could not be created" -msgstr "Could not be created" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:175 -#: ../../operation/events/events.php:791 -msgid "Successfully delete" -msgstr "Successfully deleted" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:176 -msgid "Could not be delete" -msgstr "Could not be deleted." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/policies/policy_modules.php:372 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../godmode/alerts/alert_list.php:203 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/users/user_list.php:208 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../include/ajax/alert_list.ajax.php:79 -msgid "Successfully enabled" -msgstr "Successfully enabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/policies/policy_modules.php:372 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../godmode/alerts/alert_list.php:203 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../include/ajax/alert_list.ajax.php:81 -msgid "Could not be enabled" -msgstr "Could not be enabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/policies/policy_modules.php:386 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../godmode/alerts/alert_list.php:220 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/users/user_list.php:203 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../include/ajax/alert_list.ajax.php:90 -msgid "Successfully disabled" -msgstr "Successfully disabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/policies/policy_modules.php:386 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../godmode/alerts/alert_list.php:220 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../include/ajax/alert_list.ajax.php:92 -msgid "Could not be disabled" -msgstr "Could not be disabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 -#: ../../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:256 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:335 -#: ../../enterprise/meta/include/functions_events_meta.php:109 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 -#: ../../godmode/events/custom_events.php:122 -#: ../../godmode/events/custom_events.php:170 -#: ../../include/functions_events.php:52 -msgid "Server name" -msgstr "Server name" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "Auth token" -msgstr "Auth token" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 -#: ../../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:264 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:337 -#: ../../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: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:267 -#: ../../enterprise/meta/advanced/metasetup.setup.php:237 -#: ../../enterprise/meta/include/functions_meta.php:438 -#: ../../enterprise/meta/include/functions_meta.php:448 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../godmode/setup/setup_general.php:98 -#: ../../include/functions_config.php:150 -msgid "API password" -msgstr "API password" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:338 -#: ../../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:273 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -msgid "DB Name" -msgstr "DB Name" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -msgid "DB User" -msgstr "DB User" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -msgid "DB Password" -msgstr "DB Password" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:282 -msgid "DB port" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:285 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -msgid "Console User" -msgstr "Console User" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -msgid "Console Password" -msgstr "Console Password" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:430 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 -#: ../../enterprise/dashboard/main_dashboard.php:345 -#: ../../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/godmode/alerts/alert_events_list.php:608 -#: ../../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/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:93 -#: ../../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/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../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_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../operation/integria_incidents/incident.files.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:35 -#: ../../operation/events/events_list.php:328 -#: ../../operation/events/events_list.php:355 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:673 -#: ../../godmode/modules/manage_network_templates_form.php:308 -#: ../../godmode/events/event_edit_filter.php:337 -#: ../../godmode/events/event_edit_filter.php:352 -#: ../../godmode/alerts/alert_list.list.php:623 -#: ../../godmode/agentes/planned_downtime.editor.php:628 -#: ../../godmode/agentes/planned_downtime.editor.php:724 -#: ../../godmode/agentes/planned_downtime.editor.php:863 -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -#: ../../godmode/reporting/graph_builder.graph_editor.php:163 -#: ../../godmode/snmpconsole/snmp_alert.php:1199 -#: ../../godmode/users/configure_profile.php:375 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/servers/plugin.php:796 -#: ../../godmode/servers/recon_script.php:383 -#: ../../godmode/servers/manage_recontask_form.php:384 -msgid "Add" -msgstr "Add" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -msgid "DB" -msgstr "DB" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:331 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -msgid "API" -msgstr "API" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:332 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -msgid "Compatibility" -msgstr "Compatibility" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../include/functions_config.php:221 -msgid "Events replication" -msgstr "Event replication" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:334 -msgid "Agent cache" -msgstr "Agent cache" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 -#: ../../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:383 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:1123 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../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 -#: ../../enterprise/include/functions_reporting.php:1250 -#: ../../enterprise/include/functions_reporting.php:3103 -#: ../../enterprise/include/functions_reporting.php:3435 -#: ../../enterprise/include/functions_servicemap.php:263 -#: ../../enterprise/include/functions_visual_map.php:274 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1750 -#: ../../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 -#: ../../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 -#: ../../godmode/modules/manage_network_components.php:567 -#: ../../godmode/alerts/alert_view.php:113 -#: ../../godmode/agentes/planned_downtime.list.php:477 -#: ../../include/functions_db.php:156 ../../include/functions.php:944 -#: ../../include/functions.php:950 ../../include/functions.php:953 -#: ../../include/functions_treeview.php:157 -#: ../../include/functions_treeview.php:302 -#: ../../include/functions_ui.php:1993 ../../include/functions_ui.php:2003 -#: ../../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_reporting_html.php:361 -#: ../../include/functions_reporting_html.php:388 -#: ../../include/functions_reporting_html.php:2429 -#: ../../include/functions_reporting_html.php:2467 -msgid "N/A" -msgstr "N/A" - -#: ../../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/metasetup.setup.php:107 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../godmode/modules/manage_network_components_form_common.php:57 -#: ../../godmode/alerts/configure_alert_template.php:676 -#: ../../godmode/alerts/configure_alert_template.php:690 -#: ../../godmode/alerts/configure_alert_template.php:762 -#: ../../godmode/alerts/alert_commands.php:149 -#: ../../godmode/alerts/alert_commands.php:159 -#: ../../godmode/users/configure_user.php:529 -msgid "Basic" -msgstr "Basic" - -#: ../../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:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/include/functions_reporting_pdf.php:1389 -#: ../../enterprise/include/functions_reporting_pdf.php:1527 -#: ../../mobile/operation/events.php:111 -#: ../../operation/events/events_rss.php:178 -#: ../../operation/events/events.php:79 -#: ../../godmode/setup/setup_general.php:66 -#: ../../include/functions_reporting.php:4848 -#: ../../include/functions_reporting.php:5087 ../../include/functions.php:1040 -#: ../../include/functions_events.php:974 -#: ../../include/functions_events.php:1426 -#: ../../include/functions_reporting_html.php:580 -#: ../../include/functions_reporting_html.php:1190 -#: ../../include/functions_graph.php:2006 -#: ../../include/functions_graph.php:2670 -#: ../../include/functions_graph.php:3094 -#: ../../include/functions_graph.php:3097 -msgid "System" -msgstr "System" - -#: ../../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:628 -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.php:37 -msgid "Propagation" -msgstr "Propagation" - -#: ../../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:604 -#: ../../include/functions_config.php:408 -msgid "Date format string" -msgstr "Date format string" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -#: ../../godmode/setup/setup_visuals.php:605 -msgid "Example" -msgstr "Example" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:95 -#: ../../enterprise/meta/include/functions_meta.php:988 -#: ../../godmode/setup/setup_visuals.php:617 -#: ../../include/functions_config.php:410 -msgid "Timestamp or time comparation" -msgstr "Timestamp or time comparison" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:96 -#: ../../godmode/setup/setup_visuals.php:618 -msgid "Comparation in rollover" -msgstr "Rollover comparison" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:98 -#: ../../godmode/setup/setup_visuals.php:620 -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:412 -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:414 -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:416 -msgid "Graph color (max)" -msgstr "Graph colour (max)" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:118 -#: ../../enterprise/meta/include/functions_meta.php:1028 -#: ../../include/functions_config.php:432 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "Graphic resolution (1-low, 5-high)" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../enterprise/meta/include/functions_meta.php:1038 -#: ../../godmode/setup/setup_visuals.php:396 -#: ../../include/functions_config.php:434 -msgid "Value to interface graphics" -msgstr "Value to interface graphics" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../enterprise/meta/include/functions_meta.php:1051 -#: ../../operation/events/events_list.php:458 -#: ../../operation/snmpconsole/snmp_view.php:388 -#: ../../operation/users/user_edit.php:259 -#: ../../godmode/setup/setup_visuals.php:61 -#: ../../godmode/events/event_edit_filter.php:265 -#: ../../godmode/users/configure_user.php:516 -#: ../../include/functions_config.php:443 -msgid "Block size for pagination" -msgstr "Block size for pagination" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:131 -#: ../../enterprise/meta/include/functions_meta.php:1061 -#: ../../godmode/setup/setup_visuals.php:414 -#: ../../include/functions_config.php:445 -msgid "Use round corners" -msgstr "Use round corners" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../enterprise/meta/include/functions_meta.php:1071 -#: ../../operation/users/user_edit.php:272 -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../godmode/users/configure_user.php:512 -#: ../../include/functions_config.php:455 -msgid "Interactive charts" -msgstr "Interactive charts" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../operation/users/user_edit.php:272 -#: ../../godmode/setup/setup_visuals.php:420 -#: ../../godmode/users/configure_user.php:512 -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 -#: ../../enterprise/meta/include/functions_meta.php:1081 -msgid "Metaconsole elements" -msgstr "Metaconsole elements" - -#: ../../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 -#: ../../godmode/setup/setup_visuals.php:664 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/snmpconsole/snmp_alert.php:832 -#: ../../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 ../../include/functions.php:430 -#: ../../include/functions.php:564 ../../include/functions_html.php:725 -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 -#: ../../godmode/setup/setup_visuals.php:665 ../../include/functions.php:434 -#: ../../include/functions.php:568 ../../include/functions_html.php:726 -msgid "minutes" -msgstr "minutes" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:147 -#: ../../godmode/setup/setup_visuals.php:666 ../../include/functions.php:435 -#: ../../include/functions.php:569 ../../include/functions_html.php:727 -msgid "hours" -msgstr "hours" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:148 -#: ../../godmode/setup/setup_visuals.php:667 ../../godmode/db/db_main.php:82 -#: ../../godmode/db/db_main.php:88 ../../include/functions.php:431 -#: ../../include/functions.php:565 ../../include/functions_html.php:728 -msgid "days" -msgstr "days" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../godmode/setup/setup_visuals.php:668 ../../include/functions.php:432 -#: ../../include/functions.php:566 ../../include/functions_html.php:730 -msgid "months" -msgstr "months" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:150 -#: ../../godmode/setup/setup_visuals.php:669 ../../include/functions.php:433 -#: ../../include/functions.php:567 ../../include/functions_html.php:731 -msgid "years" -msgstr "years" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:151 -#: ../../godmode/setup/setup_visuals.php:670 -msgid "Add new custom value to intervals" -msgstr "Add new custom value to intervals" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:157 -#: ../../enterprise/meta/include/functions_meta.php:1131 -#: ../../godmode/setup/setup_visuals.php:676 -#: ../../include/functions_config.php:588 -msgid "Delete interval" -msgstr "Delete interval" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:470 -msgid "Custom report front page" -msgstr "Front page for custom reports" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:472 -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:173 -#: ../../enterprise/meta/include/functions_meta.php:1091 -#: ../../godmode/setup/setup_visuals.php:588 -msgid "Show only the group name" -msgstr "Show only the group's name" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../godmode/setup/setup_visuals.php:590 -#: ../../include/functions_config.php:504 -msgid "Show the group name instead the group icon." -msgstr "Show group name instead of group icon" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:184 -#: ../../enterprise/meta/include/functions_meta.php:1167 -#: ../../godmode/setup/setup_visuals.php:84 -#: ../../include/functions_config.php:510 -msgid "Display data of proc modules in other format" -msgstr "Display data of proc modules in other format" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:193 -#: ../../enterprise/meta/include/functions_meta.php:1172 -#: ../../godmode/setup/setup_visuals.php:94 -#: ../../include/functions_config.php:512 -msgid "Display text proc modules have state is ok" -msgstr "Display text proc modules have state is ok" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:196 -#: ../../enterprise/meta/include/functions_meta.php:1177 -#: ../../godmode/setup/setup_visuals.php:98 -#: ../../include/functions_config.php:514 -msgid "Display text when proc modules have state critical" -msgstr "Display text when proc modules" - -#: ../../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 -#: ../../enterprise/meta/include/functions_meta.php:1137 -#: ../../enterprise/meta/include/functions_meta.php:1142 -#: ../../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 -#: ../../godmode/setup/setup_visuals.php:516 -#: ../../godmode/setup/setup_visuals.php:522 -#: ../../godmode/setup/setup_visuals.php:535 -#: ../../godmode/setup/setup_visuals.php:543 -#: ../../godmode/setup/setup_visuals.php:548 -#: ../../godmode/setup/setup_visuals.php:556 -#: ../../include/functions_config.php:596 -#: ../../include/functions_config.php:599 -#: ../../include/functions_config.php:602 -#: ../../include/functions_config.php:605 -#: ../../include/functions_config.php:608 -#: ../../include/functions_config.php:611 -msgid "Custom report front" -msgstr "Front side custom report" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/meta/include/functions_meta.php:1142 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../godmode/setup/setup_visuals.php:516 -#: ../../include/functions_config.php:599 -msgid "Font family" -msgstr "Font family" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/meta/include/functions_meta.php:1147 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../godmode/setup/setup_visuals.php:165 -#: ../../godmode/setup/setup_visuals.php:523 -#: ../../include/functions_config.php:459 -#: ../../include/functions_config.php:602 -msgid "Custom logo" -msgstr "Custom logo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:219 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../godmode/setup/setup_visuals.php:525 -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.visual.php:227 -#: ../../enterprise/meta/include/functions_meta.php:1152 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../godmode/setup/setup_visuals.php:543 -#: ../../include/functions_config.php:605 -msgid "Header" -msgstr "Header" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/meta/include/functions_meta.php:1157 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../godmode/setup/setup_visuals.php:548 -#: ../../include/functions_config.php:608 -msgid "First page" -msgstr "First page" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../enterprise/meta/include/functions_meta.php:1162 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../godmode/setup/setup_visuals.php:556 -#: ../../include/functions_config.php:611 -msgid "Footer" -msgstr "Footer" - -#: ../../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:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -#: ../../enterprise/dashboard/widgets/top_n.php:131 -#: ../../enterprise/dashboard/widgets/top_n.php:340 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1625 -#: ../../godmode/extensions.php:153 ../../include/functions_menu.php:574 -#: ../../include/functions_reporting_html.php:988 -#: ../../include/functions_reporting_html.php:1858 -msgid "Operation" -msgstr "Operation" - -#: ../../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:228 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/operation/services/services.list.php:272 -#: ../../enterprise/operation/services/services.list.php:278 -#: ../../enterprise/godmode/setup/setup_acl.php:133 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../operation/incidents/incident.php:230 ../../operation/tree.php:147 -#: ../../operation/agentes/networkmap_list.php:190 -#: ../../operation/agentes/graphs.php:159 -#: ../../operation/agentes/estado_monitores.php:453 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/alerts_status.functions.php:126 -#: ../../operation/netflow/nf_live_view.php:302 ../../godmode/tag/tag.php:161 -#: ../../godmode/modules/manage_network_templates_form.php:242 -#: ../../godmode/modules/manage_network_templates_form.php:298 -#: ../../godmode/agentes/module_manager.php:49 -#: ../../godmode/reporting/reporting_builder.list_items.php:173 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.item_editor.php:658 -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/snmpconsole/snmp_alert.php:908 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -msgid "Filter" -msgstr "Filter" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -#: ../../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 -#: ../../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/policies/policy_queue.php:378 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -msgid "Finished" -msgstr "Finished" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 -#: ../../enterprise/godmode/policies/policy_agents.php:380 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../include/functions_visual_map_editor.php:334 -msgid "Apply" -msgstr "Apply" - -#: ../../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/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.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 -#: ../../operation/search_results.php:83 -#: ../../godmode/massive/massive_add_profiles.php:90 -#: ../../godmode/massive/massive_delete_profiles.php:104 -#: ../../include/functions_reporting.php:5714 -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: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 -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -#: ../../godmode/users/profile_list.php:302 ../../godmode/menu.php:91 -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/setup/setup.php:82 ../../godmode/setup/setup.php:116 -#: ../../godmode/menu.php:239 -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:290 -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.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 -msgid "OS synchronization" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:84 -#: ../../enterprise/meta/advanced/synchronizing.php:109 -msgid "Module Groups synchronization" -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 "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/dashboard/widgets/tree_view.php:39 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../operation/tree.php:80 ../../include/ajax/networkmap.ajax.php:50 -msgid "Policies" -msgstr "Policies" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -#: ../../mobile/include/functions_web.php:27 -#: ../../godmode/reporting/visual_console_builder.wizard.php:203 -#: ../../godmode/menu.php:189 -msgid "Servers" -msgstr "Servers" - -#: ../../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/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/metasetup.performance.php:73 -#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 -#: ../../godmode/menu.php:242 -msgid "Performance" -msgstr "Performance" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../enterprise/meta/include/functions_meta.php:1191 -#: ../../godmode/setup/performance.php:47 -#: ../../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:1201 -msgid "Active events history" -msgstr "Active events history" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../enterprise/meta/include/functions_meta.php:1211 -#: ../../godmode/setup/performance.php:53 -#: ../../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:1221 -#: ../../godmode/setup/performance.php:98 -#: ../../include/functions_config.php:391 -msgid "Default hours for event view" -msgstr "Default hours for event view" - -#: ../../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:552 -#: ../../operation/visual_console/render_view.php:130 -#: ../../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 -#: ../../godmode/agentes/configurar_agente.php:256 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:536 -#: ../../godmode/reporting/visual_console_builder.php:666 -#: ../../godmode/servers/manage_recontask.php:32 -msgid "View" -msgstr "View" - -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -#: ../../operation/visual_console/render_view.php:126 -#: ../../godmode/reporting/visual_console_builder.php:663 -msgid "Builder" -msgstr "Builder" - -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -#: ../../operation/visual_console/render_view.php:113 -#: ../../godmode/reporting/visual_console_builder.php:650 -msgid "List elements" -msgstr "List elements" - -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../operation/reporting/graph_viewer.php:136 -#: ../../operation/visual_console/render_view.php:110 -#: ../../godmode/reporting/reporting_builder.php:1918 -#: ../../godmode/reporting/reporting_builder.php:1946 -#: ../../godmode/reporting/reporting_builder.main.php:51 -#: ../../godmode/reporting/graph_builder.php:199 -#: ../../godmode/reporting/visual_console_builder.php:647 -msgid "Main data" -msgstr "Main data" - -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -#: ../../operation/visual_console/render_view.php:105 -#: ../../operation/gis_maps/render_view.php:125 -#: ../../godmode/reporting/visual_console_builder.php:644 -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:96 -#: ../../godmode/reporting/visual_console_builder.php:641 -msgid "Visual consoles list" -msgstr "Visual consoles list" - -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -#: ../../godmode/reporting/visual_console_builder.php:672 -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/users/user_edit.php:301 ../../operation/menu.php:122 -msgid "Visual console" -msgstr "Visual console" - -#: ../../enterprise/meta/screens/screens.networkmap.php:44 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:390 -msgid "Create networkmap" -msgstr "Create networkmap" - -#: ../../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/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:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -#: ../../enterprise/godmode/menu.php:68 -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/godmode/reporting/reporting_builder.template_editor.php:114 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 +#: ../../enterprise/godmode/reporting/graph_template_list.php:126 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 +#: ../../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/policies/policies.php:229 +#: ../../enterprise/godmode/policies/policies.php:257 +#: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/policies/policy_agents.php:358 +#: ../../enterprise/godmode/modules/configure_local_component.php:209 +#: ../../enterprise/godmode/modules/local_components.php:389 +#: ../../enterprise/godmode/modules/local_components.php:471 +#: ../../enterprise/godmode/services/services.service.php:239 +#: ../../enterprise/godmode/agentes/collections.php:183 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 +#: ../../enterprise/operation/log/log_viewer.php:197 +#: ../../enterprise/operation/services/services.service.php:123 +#: ../../enterprise/operation/services/services.list.php:162 +#: ../../enterprise/operation/services/services.list.php:314 +#: ../../enterprise/operation/inventory/inventory.php:164 +#: ../../enterprise/operation/agentes/ver_agente.php:50 +#: ../../enterprise/operation/agentes/ver_agente.php:71 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268 +#: ../../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/meta/include/functions_wizard_meta.php:153 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 +#: ../../enterprise/meta/include/functions_events_meta.php:67 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:91 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:158 +#: ../../enterprise/meta/agentsearch.php:95 +#: ../../enterprise/dashboard/widgets/top_n.php:306 +#: ../../enterprise/dashboard/widgets/tree_view.php:44 +#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../enterprise/dashboard/dashboards.php:89 +#: ../../enterprise/dashboard/main_dashboard.php:311 +#: ../../enterprise/dashboard/main_dashboard.php:338 +#: ../../enterprise/include/functions_alert_event.php:926 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 +#: ../../enterprise/include/functions_reporting_pdf.php:2311 +#: ../../enterprise/include/functions_reporting_pdf.php:2361 +#: ../../general/ui/agents_list.php:69 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:866 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/reporting/graph_builder.main.php:114 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/alerts/alert_special_days.php:164 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/alerts/configure_alert_template.php:738 +#: ../../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_action_alerts.php:136 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_edit_agents.php:205 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_delete_action_alerts.php:138 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/modules/manage_network_components.php:463 +#: ../../godmode/modules/manage_network_components.php:552 +#: ../../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_form_common.php:99 +#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 +#: ../../godmode/setup/gis.php:63 ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/users/user_list.php:227 +#: ../../godmode/users/configure_user.php:617 +#: ../../godmode/events/event_filter.php:109 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/events/event_edit_filter.php:215 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/snmpconsole/snmp_alert.php:556 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:300 +#: ../../godmode/agentes/agent_manager.php:243 +#: ../../godmode/agentes/planned_downtime.list.php:393 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/configurar_agente.php:338 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/modificar_agente.php:458 +#: ../../operation/search_maps.php:32 +#: ../../operation/integria_incidents/incident.list.php:61 +#: ../../operation/integria_incidents/incident.list.php:95 +#: ../../operation/integria_incidents/incident.incident.php:87 +#: ../../operation/netflow/nf_live_view.php:291 +#: ../../operation/users/user_edit.php:453 +#: ../../operation/events/sound_events.php:76 +#: ../../operation/events/events_list.php:539 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/incidents/incident.php:339 +#: ../../operation/agentes/status_monitor.php:280 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:492 +#: ../../operation/agentes/ver_agente.php:635 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/exportdata.php:226 +#: ../../operation/agentes/networkmap.php:448 +#: ../../operation/agentes/networkmap_list.php:136 +#: ../../operation/agentes/networkmap_list.php:170 +#: ../../extensions/agents_alerts.php:74 +#: ../../extensions/agents_modules.php:82 +#: ../../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 ../../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/modules.php:128 +#: ../../mobile/operation/modules.php:132 +#: ../../mobile/operation/modules.php:203 +#: ../../mobile/operation/modules.php:204 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 +#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 +#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 +#: ../../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 +#: ../../include/functions_reporting_html.php:1542 +#: ../../include/functions_reporting_html.php:1577 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:303 +#: ../../include/functions_visual_map_editor.php:577 +#: ../../include/functions_groups.php:745 +#: ../../include/functions_visual_map.php:2331 +#: ../../include/functions_graph.php:5255 +#: ../../include/functions_networkmap.php:1748 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2442 +#: ../../include/functions_events.php:3334 +msgid "Group" +msgstr "Group" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../enterprise/godmode/reporting/graph_template_list.php:125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 +#: ../../enterprise/godmode/alerts/alert_events.php:501 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../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 +#: ../../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/modules/manage_inventory_modules.php:155 +#: ../../enterprise/godmode/setup/edit_skin.php:231 +#: ../../enterprise/godmode/setup/setup_skins.php:119 +#: ../../enterprise/godmode/services/services.service.php:236 +#: ../../enterprise/godmode/services/services.elements.php:374 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 +#: ../../enterprise/godmode/agentes/inventory_manager.php:234 +#: ../../enterprise/godmode/agentes/collections.php:184 +#: ../../enterprise/godmode/agentes/collection_manager.php:107 +#: ../../enterprise/godmode/agentes/collection_manager.php:165 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.list.php:310 +#: ../../enterprise/operation/agentes/ver_agente.php:58 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/extensions/backup/main.php:65 +#: ../../enterprise/extensions/backup/main.php:160 +#: ../../enterprise/extensions/cron/functions.php:37 +#: ../../enterprise/extensions/ipam/ipam_network.php:143 +#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_list.php:160 #: ../../enterprise/meta/include/functions_wizard_meta.php:158 #: ../../enterprise/meta/include/functions_wizard_meta.php:369 #: ../../enterprise/meta/include/functions_wizard_meta.php:465 @@ -7268,53 +871,17 @@ msgstr "Edit plugin" #: ../../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/backup/main.php:65 -#: ../../enterprise/extensions/backup/main.php:160 -#: ../../enterprise/extensions/cron/functions.php:37 -#: ../../enterprise/extensions/ipam/ipam_list.php:160 -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 #: ../../enterprise/mobile/include/enterprise.class.php:79 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/operation/services/services.list.php:310 -#: ../../enterprise/operation/services/services.service.php:121 -#: ../../enterprise/godmode/setup/edit_skin.php:231 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../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/alerts/alert_events.php:501 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/agentes/collections.php:184 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/reporting/graph_template_list.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../enterprise/godmode/services/services.service.php:236 -#: ../../enterprise/godmode/services/services.elements.php:374 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../enterprise/include/functions_update_manager.php:171 +#: ../../enterprise/include/functions_services.php:1414 +#: ../../enterprise/include/functions_netflow_pdf.php:166 +#: ../../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_reporting.php:1928 -#: ../../enterprise/include/functions_reporting.php:2042 -#: ../../enterprise/include/functions_reporting.php:3218 -#: ../../enterprise/include/functions_update_manager.php:171 -#: ../../enterprise/include/functions_netflow_pdf.php:166 #: ../../enterprise/include/functions_reporting_csv.php:131 #: ../../enterprise/include/functions_reporting_csv.php:134 #: ../../enterprise/include/functions_reporting_csv.php:216 @@ -7364,304 +931,1903 @@ msgstr "Edit plugin" #: ../../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 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../mobile/operation/tactical.php:312 -#: ../../mobile/operation/agent.php:158 ../../operation/search_users.php:53 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:513 -#: ../../operation/search_reports.php:39 -#: ../../operation/integria_incidents/incident.incident.php:105 -#: ../../operation/integria_incidents/incident.files.php:25 -#: ../../operation/integria_incidents/incident.files.php:44 -#: ../../operation/integria_incidents/incident.workunits.php:31 -#: ../../operation/integria_incidents/incident.tracking.php:21 -#: ../../operation/search_graphs.php:34 ../../operation/events/events.php:93 -#: ../../operation/agentes/estado_generalagente.php:172 -#: ../../operation/agentes/estado_agente.php:476 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/reporting/graph_viewer.php:326 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../operation/gis_maps/ajax.php:302 ../../godmode/setup/os.list.php:35 -#: ../../godmode/setup/os.builder.php:36 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 ../../godmode/tag/edit_tag.php:177 -#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.item_editor.php:683 +#: ../../godmode/reporting/graph_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/alerts/alert_special_days.php:163 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/alerts/configure_alert_template.php:750 +#: ../../godmode/massive/massive_edit_agents.php:303 +#: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:447 #: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components.php:551 #: ../../godmode/modules/manage_network_templates_form.php:148 #: ../../godmode/modules/manage_network_templates_form.php:199 #: ../../godmode/modules/manage_network_templates.php:191 -#: ../../godmode/modules/manage_network_components.php:551 +#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/users/user_list.php:277 #: ../../godmode/events/event_responses.list.php:55 #: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/alerts/configure_alert_template.php:750 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/configure_alert_special_days.php:87 -#: ../../godmode/alerts/alert_special_days.php:163 -#: ../../godmode/alerts/alert_commands.php:332 -#: ../../godmode/alerts/alert_templates.php:47 -#: ../../godmode/agentes/agent_manager.php:275 -#: ../../godmode/agentes/module_manager_editor_common.php:319 -#: ../../godmode/agentes/modificar_agente.php:462 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/agent_template.php:225 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/agentes/module_manager.php:527 -#: ../../godmode/reporting/reporting_builder.php:533 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/reporting/graphs.php:153 -#: ../../godmode/reporting/graph_builder.main.php:121 -#: ../../godmode/reporting/reporting_builder.item_editor.php:679 -#: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/groups/group_list.php:337 -#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/tag.php:200 +#: ../../godmode/tag/edit_tag.php:177 #: ../../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/users/user_list.php:277 -#: ../../godmode/massive/massive_edit_plugins.php:451 -#: ../../godmode/massive/massive_edit_agents.php:303 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/groups/group_list.php:337 +#: ../../godmode/groups/configure_group.php:170 #: ../../godmode/servers/modificar_server.php:48 #: ../../godmode/servers/recon_script.php:107 #: ../../godmode/servers/recon_script.php:154 #: ../../godmode/servers/recon_script.php:349 -#: ../../include/ajax/module.php:706 ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:432 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/agentes/module_manager_editor_common.php:319 +#: ../../godmode/agentes/agent_manager.php:275 +#: ../../godmode/agentes/module_manager.php:527 +#: ../../godmode/agentes/agent_template.php:225 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/agentes/modificar_agente.php:462 +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:326 +#: ../../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/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:513 +#: ../../operation/search_graphs.php:34 ../../operation/search_reports.php:39 +#: ../../operation/agentes/estado_agente.php:476 +#: ../../operation/agentes/estado_generalagente.php:172 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/search_users.php:53 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../mobile/operation/agent.php:158 +#: ../../mobile/operation/tactical.php:312 #: ../../include/functions_snmp_browser.php:415 -#: ../../include/functions_events.php:1808 #: ../../include/functions_reporting_html.php:1545 #: ../../include/functions_reporting_html.php:1578 #: ../../include/functions_reporting_html.php:2362 #: ../../include/functions_reporting_html.php:3075 +#: ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:499 ../../include/ajax/module.php:730 +#: ../../include/functions_events.php:1815 msgid "Description" msgstr "Description" -#: ../../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 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../godmode/agentes/agent_manager.php:201 -#: ../../godmode/servers/modificar_server.php:47 -#: ../../include/functions_treeview.php:420 -#: ../../include/functions_events.php:2026 -#: ../../include/functions_reporting_html.php:1718 -msgid "IP Address" -msgstr "IP Address" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +msgid "Cleanup sucessfully" +msgstr "Cleanup sucessful." -#: ../../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/godmode/modules/configure_local_component.php:302 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../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/reporting/graph_template_wizard.php:67 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +msgid "Cleanup error" +msgstr "Cleanup error" -#: ../../enterprise/meta/include/functions_wizard_meta.php:179 -#: ../../enterprise/meta/include/functions_wizard_meta.php:407 -#: ../../enterprise/meta/include/functions_wizard_meta.php:476 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1366 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1456 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 -#: ../../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/godmode/setup/edit_skin.php:248 -#: ../../enterprise/godmode/setup/setup.php:99 -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../enterprise/include/functions_reporting_pdf.php:2343 -#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:122 -#: ../../operation/search_agents.php:90 -#: ../../operation/agentes/estado_generalagente.php:80 -#: ../../operation/agentes/estado_generalagente.php:295 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../godmode/alerts/configure_alert_template.php:650 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/agentes/agent_manager.php:308 -#: ../../godmode/agentes/module_manager_editor_common.php:161 -#: ../../godmode/agentes/module_manager_editor_common.php:434 -#: ../../godmode/agentes/modificar_agente.php:516 -#: ../../godmode/massive/massive_edit_agents.php:345 -#: ../../godmode/massive/massive_edit_modules.php:444 -#: ../../include/functions_reporting.php:3376 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:396 -#: ../../include/functions_reporting_html.php:1558 -#: ../../include/functions_groups.php:2158 -msgid "Disabled" -msgstr "Disabled" +#: ../../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:4736 +#: ../../enterprise/include/functions_reporting.php:4760 +#: ../../enterprise/include/functions_reporting.php:4814 +#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:149 +msgid "Templates" +msgstr "Templates" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:138 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:347 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:366 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:377 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 +#: ../../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.global.php:59 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467 +#: ../../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_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.template_item.php:1693 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 +#: ../../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/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/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/alerts/alert_events_list.php:595 +#: ../../enterprise/godmode/alerts/alert_events.php:468 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 +#: ../../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_tags_edit_policy.php:89 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 +#: ../../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_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_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/policies/policy_external_alerts.php:273 +#: ../../enterprise/godmode/policies/policy_agents.php:223 +#: ../../enterprise/godmode/policies/policy_agents.php:648 +#: ../../enterprise/godmode/policies/policy_alerts.php:459 +#: ../../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/setup/setup.php:341 +#: ../../enterprise/godmode/setup/setup.php:347 +#: ../../enterprise/godmode/setup/setup.php:355 +#: ../../enterprise/godmode/setup/setup.php:361 +#: ../../enterprise/godmode/servers/manage_export_form.php:73 +#: ../../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/operation/agentes/ver_agente.php:36 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 +#: ../../enterprise/extensions/ipam/ipam_network.php:635 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 +#: ../../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/event/custom_events.php:211 +#: ../../enterprise/meta/event/custom_events.php:222 +#: ../../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/dashboard/widgets/top_n.php:398 +#: ../../enterprise/dashboard/widgets/service_map.php:39 +#: ../../enterprise/dashboard/dashboard_replicate.php:173 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1009 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1050 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1060 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1362 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:426 +#: ../../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/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/alerts/alert_list.list.php:601 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/alerts/configure_alert_template.php:577 +#: ../../godmode/massive/massive_add_action_alerts.php:258 +#: ../../godmode/massive/massive_add_alerts.php:193 +#: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:242 +#: ../../godmode/massive/massive_edit_agents.php:297 +#: ../../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_edit_plugins.php:284 +#: ../../godmode/massive/massive_delete_tags.php:226 +#: ../../godmode/massive/massive_delete_tags.php:253 +#: ../../godmode/massive/massive_delete_tags.php:289 +#: ../../godmode/massive/massive_edit_modules.php:318 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/massive/massive_edit_modules.php:544 +#: ../../godmode/massive/massive_edit_modules.php:605 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:749 +#: ../../godmode/massive/massive_edit_modules.php:750 +#: ../../godmode/massive/massive_edit_modules.php:751 +#: ../../godmode/massive/massive_edit_modules.php:752 +#: ../../godmode/massive/massive_edit_modules.php:930 +#: ../../godmode/modules/manage_nc_groups_form.php:71 +#: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../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/setup/setup_general.php:143 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/setup/setup_visuals.php:260 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../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/events/event_edit_filter.php:407 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:902 +#: ../../godmode/groups/configure_group.php:182 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/servers/manage_recontask_form.php:265 +#: ../../godmode/agentes/module_manager_editor_common.php:392 +#: ../../godmode/agentes/module_manager_editor_common.php:572 +#: ../../godmode/agentes/module_manager_editor_common.php:730 +#: ../../godmode/agentes/module_manager_editor_common.php:736 +#: ../../godmode/agentes/module_manager_editor_common.php:745 +#: ../../godmode/agentes/module_manager_editor_common.php:751 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:729 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1013 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1029 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1044 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1050 +#: ../../godmode/agentes/agent_manager.php:272 +#: ../../godmode/agentes/agent_manager.php:368 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +#: ../../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 +#: ../../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/netflow/nf_live_view.php:381 +#: ../../operation/users/user_edit.php:347 +#: ../../operation/events/events_list.php:274 +#: ../../operation/events/events_list.php:875 +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:722 +#: ../../operation/agentes/ver_agente.php:761 +#: ../../operation/agentes/ver_agente.php:804 +#: ../../operation/agentes/ver_agente.php:814 +#: ../../mobile/operation/events.php:587 ../../include/functions_html.php:315 +#: ../../include/functions_html.php:479 +#: ../../include/functions_visual_map_editor.php:248 +#: ../../include/functions_visual_map_editor.php:320 +#: ../../include/functions_visual_map_editor.php:495 +#: ../../include/functions.php:907 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/functions_events.php:1703 +#: ../../include/functions_events.php:1710 +msgid "None" +msgstr "None" + +#: ../../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:152 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 +#: ../../enterprise/godmode/policies/policy_agents.php:232 +#: ../../enterprise/godmode/policies/policy_agents.php:249 +#: ../../enterprise/meta/event/custom_events.php:149 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +#: ../../operation/events/events_list.php:222 +msgid "Filter group" +msgstr "Filter group" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 +#: ../../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.php:127 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 +#: ../../enterprise/godmode/policies/policy_agents.php:369 +#: ../../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/modules/local_components.php:426 +#: ../../enterprise/godmode/modules/local_components.php:436 +#: ../../enterprise/godmode/modules/local_components.php:450 +#: ../../enterprise/godmode/setup/setup_acl.php:84 +#: ../../enterprise/godmode/setup/setup_acl.php:89 +#: ../../enterprise/godmode/setup/setup_acl.php:94 +#: ../../enterprise/godmode/setup/setup_acl.php:300 +#: ../../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:391 +#: ../../enterprise/operation/log/log_viewer.php:194 +#: ../../enterprise/operation/log/log_viewer.php:212 +#: ../../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:176 +#: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/extensions/ipam/ipam_network.php:305 +#: ../../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.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../enterprise/meta/include/functions_users_meta.php:79 +#: ../../enterprise/meta/include/functions_users_meta.php:89 +#: ../../enterprise/meta/include/functions_wizard_meta.php:251 +#: ../../enterprise/meta/include/functions_html_meta.php:51 +#: ../../enterprise/meta/include/functions_agents_meta.php:1053 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +#: ../../enterprise/dashboard/widgets/tree_view.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:65 +#: ../../enterprise/dashboard/widgets/events_list.php:52 +#: ../../enterprise/include/functions_metaconsole.php:610 +#: ../../enterprise/include/functions_metaconsole.php:611 +#: ../../enterprise/include/functions_metaconsole.php:1215 +#: ../../general/subselect_data_module.php:42 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/reporting/reporting_builder.item_editor.php:884 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1000 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 +#: ../../godmode/reporting/visual_console_builder.wizard.php:206 +#: ../../godmode/reporting/visual_console_builder.wizard.php:211 +#: ../../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/alerts/alert_list.php:264 +#: ../../godmode/alerts/alert_list.php:318 +#: ../../godmode/alerts/alert_list.php:331 +#: ../../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/alerts/alert_templates.php:255 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../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/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_edit_modules.php:252 +#: ../../godmode/massive/massive_edit_modules.php:280 +#: ../../godmode/massive/massive_edit_modules.php:302 +#: ../../godmode/massive/massive_edit_modules.php:331 +#: ../../godmode/modules/manage_network_components.php:499 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:226 +#: ../../godmode/events/event_edit_filter.php:230 +#: ../../godmode/events/event_edit_filter.php:366 ../../operation/tree.php:130 +#: ../../operation/tree.php:155 ../../operation/events/events_list.php:445 +#: ../../operation/events/events_list.php:449 +#: ../../operation/events/events_list.php:457 +#: ../../operation/events/events_list.php:556 +#: ../../operation/events/events_list.php:559 +#: ../../operation/events/events.build_query.php:118 +#: ../../operation/events/events.build_table.php:492 +#: ../../operation/events/events_rss.php:110 +#: ../../operation/events/export_csv.php:54 +#: ../../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/gis_maps/render_view.php:145 +#: ../../operation/agentes/status_monitor.php:295 +#: ../../operation/agentes/status_monitor.php:312 +#: ../../operation/agentes/status_monitor.php:322 +#: ../../operation/agentes/status_monitor.php:341 +#: ../../operation/agentes/status_monitor.php:384 +#: ../../operation/agentes/status_monitor.php:446 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../operation/agentes/estado_monitores.php:428 +#: ../../operation/agentes/estado_monitores.php:447 +#: ../../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/networkmap.php:474 +#: ../../operation/agentes/networkmap_list.php:185 +#: ../../extensions/agents_modules.php:78 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../mobile/operation/events.php:624 ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 ../../mobile/operation/agents.php:32 +#: ../../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/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../include/functions_modules.php:2417 +#: ../../include/functions_modules.php:2418 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 ../../include/functions.php:904 +#: ../../include/functions.php:1127 ../../include/functions_graph.php:2635 +#: ../../include/functions_reporting.php:1514 +#: ../../include/functions_events.php:3116 +#: ../../include/functions_events.php:3629 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 +msgid "All" +msgstr "All" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 +#: ../../enterprise/godmode/policies/policy_agents.php:267 +#: ../../enterprise/godmode/policies/policy_agents.php:275 +msgid "Filter agent" +msgstr "Filter agent" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 +msgid "Agents available" +msgstr "Agents available" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 +#: ../../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/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 +msgid "Agents to apply" +msgstr "Agents to apply" + +#: ../../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:392 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 +#: ../../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:396 +#: ../../enterprise/godmode/reporting/graph_template_list.php:146 +#: ../../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/reporting_builder.template_wizard.php:759 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 +#: ../../enterprise/godmode/alerts/alert_events_list.php:643 +#: ../../enterprise/godmode/alerts/alert_events_list.php:756 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 +#: ../../enterprise/godmode/policies/policies.php:378 +#: ../../enterprise/godmode/policies/policies.php:388 +#: ../../enterprise/godmode/policies/policies.php:406 +#: ../../enterprise/godmode/policies/policy_modules.php:1090 +#: ../../enterprise/godmode/policies/policy_modules.php:1097 +#: ../../enterprise/godmode/policies/policy_modules.php:1126 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/policies/policy_agents.php:226 +#: ../../enterprise/godmode/policies/policy_agents.php:325 +#: ../../enterprise/godmode/policies/policy_agents.php:469 +#: ../../enterprise/godmode/policies/policy_agents.php:522 +#: ../../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_alerts.php:411 +#: ../../enterprise/godmode/modules/local_components.php:518 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 +#: ../../enterprise/godmode/setup/setup_skins.php:136 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 +#: ../../enterprise/godmode/agentes/inventory_manager.php:261 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 +#: ../../enterprise/extensions/backup/main.php:177 +#: ../../enterprise/meta/advanced/policymanager.queue.php:330 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/dashboard/dashboard_replicate.php:187 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../enterprise/include/functions_services.php:1701 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/alerts/alert_special_days.php:220 +#: ../../godmode/alerts/alert_list.list.php:816 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_add_action_alerts.php:179 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_delete_agents.php:134 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_delete_action_alerts.php:185 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/modules/manage_network_components.php:600 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_nc_groups.php:219 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 ../../godmode/setup/links.php:150 +#: ../../godmode/setup/news.php:267 ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/db/db_audit.php:107 +#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 +#: ../../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/events/event_filter.php:146 ../../godmode/tag/tag.php:273 +#: ../../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/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/servers/plugin.php:782 +#: ../../godmode/agentes/module_manager_editor_common.php:148 +#: ../../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/agent_template.php:246 +#: ../../godmode/agentes/planned_downtime.editor.php:847 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/modificar_agente.php:589 +#: ../../operation/users/user_edit.php:709 +#: ../../operation/events/events.php:768 +#: ../../operation/events/events.build_table.php:760 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/messages/message_list.php:187 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../operation/agentes/networkmap_list.php:229 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +#: ../../include/functions_events.php:1766 +msgid "Are you sure?" +msgstr "Are you sure?" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:419 +#: ../../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_advanced.php:105 +msgid "Advance Options" +msgstr "Advance Options" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 +#: ../../enterprise/meta/advanced/metasetup.visual.php:214 +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../godmode/setup/setup_visuals.php:516 +#: ../../include/functions_config.php:599 +msgid "Font family" +msgstr "Font family" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 +#: ../../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/policies/policy_external_alerts.php:199 +#: ../../enterprise/godmode/policies/policy_alerts.php:304 +#: ../../enterprise/operation/agentes/policy_view.php:253 +#: ../../enterprise/meta/advanced/metasetup.visual.php:215 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 +#: ../../enterprise/dashboard/main_dashboard.php:109 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/massive/massive_edit_agents.php:385 +#: ../../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:519 +#: ../../godmode/setup/setup_visuals.php:531 +#: ../../godmode/users/configure_user.php:448 +#: ../../godmode/events/event_edit_filter.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:357 +#: ../../operation/users/user_edit.php:268 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/users/user_edit.php:278 +#: ../../operation/users/user_edit.php:300 +#: ../../operation/events/events_list.php:464 +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../extensions/agents_alerts.php:312 ../../include/functions_ui.php:895 +msgid "Default" +msgstr "Default" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/include/functions_meta.php:1147 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:523 +#: ../../include/functions_config.php:459 +#: ../../include/functions_config.php:602 +msgid "Custom logo" +msgstr "Custom logo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 +#: ../../enterprise/meta/advanced/metasetup.visual.php:219 +#: ../../godmode/setup/setup_visuals.php:525 +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.template_advanced.php:129 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 +#: ../../enterprise/meta/advanced/metasetup.visual.php:227 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../godmode/setup/setup_visuals.php:543 +#: ../../include/functions_config.php:605 +msgid "Header" +msgstr "Header" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 +#: ../../enterprise/meta/advanced/metasetup.visual.php:231 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../godmode/setup/setup_visuals.php:548 +#: ../../include/functions_config.php:608 +msgid "First page" +msgstr "First page" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 +#: ../../enterprise/meta/advanced/metasetup.visual.php:238 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../godmode/setup/setup_visuals.php:556 +#: ../../include/functions_config.php:611 +msgid "Footer" +msgstr "Footer" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/godmode/reporting/graph_template_list.php:86 +#: ../../enterprise/godmode/reporting/graph_template_list.php:106 +#: ../../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/alerts/alert_events_rules.php:281 +#: ../../enterprise/godmode/alerts/alert_events_list.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:204 +#: ../../enterprise/godmode/policies/policies.php:174 +#: ../../enterprise/godmode/modules/local_components.php:318 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 +#: ../../enterprise/extensions/ipam/ipam_action.php:64 +#: ../../enterprise/dashboard/dashboards.php:50 +#: ../../enterprise/dashboard/main_dashboard.php:74 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/alerts/alert_list.php:144 +#: ../../godmode/alerts/alert_list.php:186 +#: ../../godmode/alerts/alert_special_days.php:151 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../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_network_components.php:360 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/setup/links.php:69 ../../godmode/setup/news.php:97 +#: ../../godmode/setup/gis.php:57 ../../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/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/users/configure_user.php:412 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +#: ../../godmode/snmpconsole/snmp_alert.php:459 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/agentes/planned_downtime.list.php:107 +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/events/events.php:499 +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/incidents/incident.php:66 +#: ../../extensions/files_repo.php:166 +msgid "Successfully deleted" +msgstr "Successfully deleted" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 +#: ../../enterprise/godmode/alerts/alert_events_list.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:205 +#: ../../enterprise/godmode/policies/policies.php:175 +#: ../../enterprise/godmode/policies/policy_modules.php:936 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 +#: ../../enterprise/godmode/policies/policy_collections.php:69 +#: ../../enterprise/godmode/policies/policy_agents.php:91 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 +#: ../../enterprise/godmode/policies/policy_alerts.php:165 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/modules/local_components.php:319 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 +#: ../../enterprise/extensions/ipam/ipam_action.php:61 +#: ../../enterprise/dashboard/dashboards.php:51 +#: ../../enterprise/dashboard/main_dashboard.php:75 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/alerts/alert_list.php:144 +#: ../../godmode/alerts/alert_list.php:186 +#: ../../godmode/alerts/alert_special_days.php:152 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../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:361 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +#: ../../godmode/users/configure_user.php:413 +#: ../../operation/events/events.php:500 +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/incidents/incident.php:67 +#: ../../extensions/files_repo.php:166 +msgid "Could not be deleted" +msgstr "Could not be deleted" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../enterprise/godmode/alerts/alert_events_list.php:420 +#: ../../enterprise/extensions/ipam/ipam_network.php:269 +#: ../../godmode/reporting/reporting_builder.list_items.php:306 +#: ../../godmode/reporting/reporting_builder.list_items.php:501 +msgid "Sort" +msgstr "Sort" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 +#: ../../enterprise/godmode/policies/policy_modules.php:1043 +#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../enterprise/godmode/services/services.elements.php:329 +#: ../../enterprise/operation/agentes/ver_agente.php:30 +#: ../../enterprise/operation/agentes/policy_view.php:306 +#: ../../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:624 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:173 +#: ../../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/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/modules/manage_network_components.php:550 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components_form_common.php:67 +#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/agentes/module_manager_editor_common.php:164 +#: ../../godmode/agentes/module_manager.php:118 +#: ../../godmode/agentes/module_manager.php:521 +#: ../../godmode/agentes/agent_template.php:224 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../operation/netflow/nf_live_view.php:251 +#: ../../operation/events/sound_events.php:78 +#: ../../operation/events/events.php:74 ../../operation/search_modules.php:49 +#: ../../operation/agentes/ver_agente.php:754 +#: ../../operation/agentes/networkmap_list.php:135 +#: ../../operation/agentes/networkmap_list.php:179 +#: ../../operation/agentes/networkmap_list.php:263 +#: ../../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 +#: ../../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 +#: ../../include/functions_snmp_browser.php:410 +#: ../../include/functions_reporting_html.php:531 +#: ../../include/functions_reporting_html.php:1146 +#: ../../include/functions_reporting_html.php:1574 +#: ../../include/functions_reporting_html.php:2361 +#: ../../include/functions_visual_map_editor.php:367 +#: ../../include/functions_visual_map_editor.php:386 +#: ../../include/ajax/module.php:724 +#: ../../include/functions_reporting.php:4785 +#: ../../include/functions_events.php:888 +#: ../../include/functions_events.php:2372 +msgid "Type" +msgstr "Type" + +#: ../../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:231 +#: ../../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/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/policies/policy_linking.php:120 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/godmode/services/services.elements.php:326 +#: ../../enterprise/godmode/services/services.elements.php:335 +#: ../../enterprise/operation/log/log_viewer.php:193 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 +#: ../../enterprise/extensions/ipam/ipam_network.php:537 +#: ../../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/include/functions_wizard_meta.php:3237 +#: ../../enterprise/meta/agentsearch.php:92 +#: ../../enterprise/dashboard/widgets/top_n.php:126 +#: ../../enterprise/dashboard/widgets/module_icon.php:52 +#: ../../enterprise/dashboard/widgets/module_table_value.php:49 +#: ../../enterprise/dashboard/widgets/single_graph.php:50 +#: ../../enterprise/dashboard/widgets/module_status.php:52 +#: ../../enterprise/dashboard/widgets/module_value.php:52 +#: ../../enterprise/include/functions_services.php:1442 +#: ../../enterprise/include/functions_alert_event.php:923 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2268 +#: ../../enterprise/include/functions_log.php:332 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1648 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:890 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1435 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1634 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1641 +#: ../../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/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/reporting_builder.list_items.php:290 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:581 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../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/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/agentes/module_manager_editor_common.php:657 +#: ../../godmode/agentes/module_manager_editor_prediction.php:115 +#: ../../godmode/agentes/planned_downtime.list.php:171 +#: ../../operation/search_alerts.php:39 +#: ../../operation/events/events.build_table.php:36 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../operation/search_modules.php:42 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:929 +#: ../../operation/agentes/estado_agente.php:471 +#: ../../operation/agentes/ver_agente.php:766 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/agents_alerts.php:344 ../../extensions/insert_data.php:147 +#: ../../extensions/module_groups.php:41 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/events.php:510 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:309 +#: ../../mobile/operation/modules.php:454 +#: ../../mobile/operation/alerts.php:266 +#: ../../include/functions_reporting_html.php:337 +#: ../../include/functions_reporting_html.php:453 +#: ../../include/functions_reporting_html.php:532 +#: ../../include/functions_reporting_html.php:986 +#: ../../include/functions_reporting_html.php:1375 +#: ../../include/functions_reporting_html.php:1714 +#: ../../include/functions_reporting_html.php:1855 +#: ../../include/functions_reporting_html.php:1893 +#: ../../include/functions_reporting_html.php:2136 +#: ../../include/functions_reporting_html.php:2290 +#: ../../include/functions_reporting_html.php:2501 +#: ../../include/functions_visual_map_editor.php:257 +#: ../../include/functions_graph.php:5044 +#: ../../include/functions_reporting.php:4786 +msgid "Agent" +msgstr "Agent" + +#: ../../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: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/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +#: ../../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 +#: ../../enterprise/godmode/services/services.elements.php:325 +#: ../../enterprise/godmode/services/services.elements.php:351 +#: ../../enterprise/godmode/agentes/inventory_manager.php:149 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 +#: ../../enterprise/operation/inventory/inventory.php:169 +#: ../../enterprise/operation/agentes/agent_inventory.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:194 +#: ../../enterprise/extensions/check_acls.php:121 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 +#: ../../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_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_status.php:63 +#: ../../enterprise/dashboard/widgets/module_status.php:69 +#: ../../enterprise/dashboard/widgets/module_value.php:63 +#: ../../enterprise/dashboard/widgets/module_value.php:69 +#: ../../enterprise/include/functions_services.php:1492 +#: ../../enterprise/include/functions_alert_event.php:924 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:944 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1436 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1635 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1642 +#: ../../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/graph_builder.graph_editor.php:85 +#: ../../godmode/reporting/reporting_builder.list_items.php:295 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/servers/plugin.php:67 +#: ../../godmode/agentes/module_manager_editor_common.php:639 +#: ../../godmode/agentes/module_manager_editor_common.php:658 +#: ../../godmode/agentes/module_manager_editor_prediction.php:140 +#: ../../godmode/agentes/planned_downtime.list.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:838 +#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 +#: ../../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/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/agents_alerts.php:279 ../../extensions/insert_data.php:158 +#: ../../extensions/module_groups.php:43 ../../mobile/operation/alerts.php:268 +#: ../../include/functions_reporting_html.php:338 +#: ../../include/functions_reporting_html.php:454 +#: ../../include/functions_reporting_html.php:987 +#: ../../include/functions_reporting_html.php:1376 +#: ../../include/functions_reporting_html.php:1414 +#: ../../include/functions_reporting_html.php:1721 +#: ../../include/functions_reporting_html.php:1856 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../include/functions_treeview.php:66 +#: ../../include/functions_graph.php:5160 +msgid "Module" +msgstr "Module" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 +#: ../../enterprise/dashboard/widgets/top_n.php:59 +#: ../../enterprise/dashboard/widgets/custom_graph.php:36 +#: ../../enterprise/dashboard/widgets/single_graph.php:72 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:704 +#: ../../godmode/reporting/reporting_builder.item_editor.php:746 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/graph_builder.main.php:145 +#: ../../godmode/reporting/visual_console_builder.wizard.php:142 +#: ../../godmode/reporting/reporting_builder.list_items.php:301 +#: ../../godmode/agentes/module_manager_editor_prediction.php:155 +#: ../../include/functions_visual_map_editor.php:405 +msgid "Period" +msgstr "Periodicity" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 +#: ../../enterprise/dashboard/main_dashboard.php:196 +#: ../../enterprise/dashboard/main_dashboard.php:252 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/update_manager/update_manager.php:35 +#: ../../extensions/net_tools.php:331 +msgid "Options" +msgstr "Options" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/policies/policies.php:258 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/modules/local_components.php:472 +#: ../../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/alerts/alert_list.list.php:412 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/servers/servers.build_table.php:75 +#: ../../godmode/servers/plugin.php:739 +#: ../../operation/gis_maps/gis_map.php:94 +msgid "Op." +msgstr "Op." + +#: ../../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_list_item.php:349 +#: ../../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.php:357 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 +#: ../../enterprise/godmode/alerts/alert_events_list.php:634 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 +#: ../../enterprise/godmode/agentes/collections.editor.php:178 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303 +#: ../../enterprise/extensions/cron/main.php:262 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 +#: ../../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/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/functions_networkmap_enterprise.php:608 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1098 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/users/user_list.php:469 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../godmode/servers/servers.build_table.php:155 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/modificar_agente.php:523 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../operation/search_reports.php:52 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/agentes/status_monitor.php:1111 +#: ../../operation/agentes/estado_agente.php:555 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../include/functions_groups.php:2166 ../../include/ajax/module.php:841 +msgid "Edit" +msgstr "Edit" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 +#: ../../enterprise/godmode/reporting/graph_template_list.php:158 +#: ../../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/reporting/reporting_builder.template.php:373 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 +#: ../../enterprise/godmode/alerts/alert_events_list.php:568 +#: ../../enterprise/godmode/alerts/alert_events_list.php:646 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/policies/policies.php:392 +#: ../../enterprise/godmode/policies/policy_modules.php:1108 +#: ../../enterprise/godmode/policies/policy_modules.php:1132 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 +#: ../../enterprise/godmode/policies/policy_agents.php:477 +#: ../../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_alerts.php:422 +#: ../../enterprise/godmode/policies/policy_plugins.php:83 +#: ../../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/setup/setup_acl.php:153 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 +#: ../../enterprise/godmode/agentes/inventory_manager.php:262 +#: ../../enterprise/godmode/agentes/plugins_manager.php:112 +#: ../../enterprise/godmode/agentes/plugins_manager.php:171 +#: ../../enterprise/operation/services/services.list.php:462 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 +#: ../../enterprise/extensions/backup/main.php:137 +#: ../../enterprise/extensions/cron/main.php:265 +#: ../../enterprise/meta/advanced/servers.build_table.php:132 +#: ../../enterprise/meta/advanced/metasetup.visual.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/meta/advanced/policymanager.queue.php:312 +#: ../../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/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/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/dashboard/dashboards.php:91 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../enterprise/dashboard/main_dashboard.php:299 +#: ../../enterprise/include/functions_networkmap_enterprise.php:612 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/reporting/visual_console_builder.elements.php:515 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../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/alerts/alert_special_days.php:165 +#: ../../godmode/alerts/alert_list.list.php:701 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/massive/massive_delete_alerts.php:237 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_agents.php:136 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_action_alerts.php:187 +#: ../../godmode/modules/manage_network_components.php:601 +#: ../../godmode/modules/manage_network_components.php:613 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../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/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/setup/links.php:137 ../../godmode/setup/news.php:225 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/setup_visuals.php:647 +#: ../../godmode/setup/setup_visuals.php:678 +#: ../../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/db/db_refine.php:119 ../../godmode/users/user_list.php:471 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:168 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/snmpconsole/snmp_alert.php:1095 +#: ../../godmode/snmpconsole/snmp_alert.php:1124 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/servers/servers.build_table.php:168 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/agentes/module_manager_editor_common.php:660 +#: ../../godmode/agentes/module_manager.php:533 +#: ../../godmode/agentes/module_manager.php:745 +#: ../../godmode/agentes/module_manager.php:762 +#: ../../godmode/agentes/agent_template.php:246 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/planned_downtime.editor.php:797 +#: ../../godmode/agentes/planned_downtime.editor.php:802 +#: ../../godmode/agentes/planned_downtime.editor.php:850 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 +#: ../../operation/integria_incidents/incident.files.php:46 +#: ../../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_list.php:124 +#: ../../operation/messages/message_list.php:188 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:210 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../operation/agentes/networkmap_list.php:138 +#: ../../operation/agentes/networkmap_list.php:229 +#: ../../operation/agentes/networkmap_list.php:253 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../include/functions_groups.php:2173 +msgid "Delete" +msgstr "Delete" + +#: ../../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/modules/module_list.php:57 +#: ../../godmode/setup/os.builder.php:39 +#: ../../godmode/groups/group_list.php:335 +#: ../../godmode/groups/configure_group.php:117 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:576 +#: ../../include/functions_visual_map.php:2335 +msgid "Icon" +msgstr "Icon" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/meta/screens/screens.visualmap.php:149 +#: ../../enterprise/meta/screens/screens.visualmap.php:165 +#: ../../godmode/reporting/visual_console_builder.php:666 +#: ../../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 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/agentes/configurar_agente.php:256 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:536 +#: ../../operation/visual_console/render_view.php:130 +#: ../../operation/agentes/estado_agente.php:552 +msgid "View" +msgstr "View" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 +#: ../../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:85 +#: ../../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/meta/general/main_header.php:172 +#: ../../enterprise/dashboard/widgets/service_map.php:79 +#: ../../enterprise/include/functions_groups.php:61 +#: ../../general/firts_task/service_list.php:25 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +#: ../../operation/agentes/ver_agente.php:1054 +msgid "Services" +msgstr "Services" + +#: ../../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:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +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:133 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 +#: ../../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/alerts/alert_events_list.php:608 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 +#: ../../enterprise/godmode/policies/policy_collections.php:196 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_alerts.php:474 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/policies/policy_plugins.php:65 +#: ../../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/godmode/servers/manage_export_form.php:122 +#: ../../enterprise/godmode/agentes/inventory_manager.php:208 +#: ../../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/agentes/plugins_manager.php:93 +#: ../../enterprise/meta/advanced/metasetup.visual.php:154 +#: ../../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:346 +#: ../../godmode/reporting/visual_console_builder.wizard.php:324 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/alerts/alert_list.list.php:623 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:673 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/events/event_edit_filter.php:337 +#: ../../godmode/events/event_edit_filter.php:352 +#: ../../godmode/snmpconsole/snmp_alert.php:1199 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/manage_recontask_form.php:384 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../operation/integria_incidents/incident.files.php:29 +#: ../../operation/integria_incidents/incident.workunits.php:35 +#: ../../operation/events/events_list.php:328 +#: ../../operation/events/events_list.php:355 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../extensions/files_repo/files_repo_form.php:94 +msgid "Add" +msgstr "Add" + +#: ../../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.global.php:44 +#: ../../include/functions_reports.php:588 +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:578 +#: ../../include/functions_reporting.php:1608 +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/godmode/alerts/alert_events.php:97 -#: ../../enterprise/godmode/alerts/alert_events.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 #: ../../enterprise/include/functions_reporting_csv.php:358 -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 #: ../../godmode/alerts/configure_alert_template.php:148 #: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 #: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +#: ../../include/functions_reports.php:574 ../../include/ajax/events.php:299 #: ../../include/functions_reporting.php:4031 -#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:574 msgid "General" msgstr "General" -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" -msgstr "Components" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "Only table" -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" -msgstr "Agent modules" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "Chart & graph" -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" -msgstr "Add selected modules to agent" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "Only graph" -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" -msgstr "Undo changes" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 +#: ../../enterprise/include/functions_reporting.php:38 +msgid "Global" +msgstr "Global" -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -msgid "Latency" -msgstr "Latency" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 +msgid "Elements to apply" +msgstr "Elements to apply" -#: ../../enterprise/meta/include/functions_wizard_meta.php:470 -msgid "Response" -msgstr "Response" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 +#: ../../godmode/reporting/reporting_builder.item_editor.php:718 +msgid "Last value" +msgstr "Last value" -#: ../../enterprise/meta/include/functions_wizard_meta.php:472 -msgid "Check type" -msgstr "Check type" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3018 +#: ../../godmode/reporting/reporting_builder.item_editor.php:719 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2893 +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/meta/include/functions_wizard_meta.php:489 -#: ../../enterprise/meta/include/functions_wizard_meta.php:540 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:54 -#: ../../enterprise/include/functions_enterprise.php:295 -msgid "Web checks" -msgstr "Web Checks" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 +#: ../../enterprise/godmode/policies/policies.php:256 +#: ../../enterprise/godmode/policies/policies.php:357 +#: ../../enterprise/godmode/policies/policy.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:282 +#: ../../enterprise/godmode/policies/policy_agents.php:340 +#: ../../enterprise/godmode/policies/policy_queue.php:375 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 +#: ../../enterprise/operation/services/services.service_map.php:125 +#: ../../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/meta/monitoring/wizard/wizard.php:228 +#: ../../enterprise/meta/monitoring/group_view.php:98 +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/dashboard/widgets/service_map.php:93 +#: ../../enterprise/include/functions_policies.php:3271 +#: ../../enterprise/include/functions_reporting.php:4058 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../godmode/reporting/reporting_builder.item_editor.php:990 +#: ../../godmode/reporting/visual_console_builder.wizard.php:240 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/reporting_builder.list_items.php:161 +#: ../../godmode/reporting/reporting_builder.list_items.php:186 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_delete_agents.php:123 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_edit_modules.php:339 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../operation/search_results.php:73 +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../operation/agentes/networkmap.php:475 +#: ../../extensions/agents_alerts.php:177 +#: ../../extensions/agents_modules.php:195 ../../mobile/operation/home.php:58 +#: ../../mobile/operation/agents.php:158 +#: ../../mobile/include/functions_web.php:22 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:1063 +#: ../../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 +#: ../../include/ajax/networkmap.ajax.php:64 +#: ../../include/ajax/networkmap.ajax.php:92 +msgid "Agents" +msgstr "Agents" -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -msgid "String to check" -msgstr "String to check" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 +#: ../../enterprise/godmode/policies/policies.php:341 +#: ../../enterprise/godmode/policies/policy_modules.php:339 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 +#: ../../enterprise/operation/services/services.service_map.php:130 +#: ../../enterprise/meta/advanced/servers.build_table.php:63 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 +#: ../../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/group_view.php:99 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#: ../../enterprise/meta/include/functions_wizard_meta.php:305 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 +#: ../../enterprise/meta/agentsearch.php:96 +#: ../../enterprise/dashboard/widgets/top_n.php:332 +#: ../../enterprise/dashboard/widgets/tree_view.php:37 +#: ../../enterprise/dashboard/widgets/service_map.php:98 +#: ../../enterprise/include/functions_policies.php:3206 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:683 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1006 +#: ../../godmode/reporting/visual_console_builder.wizard.php:251 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_edit_modules.php:307 +#: ../../godmode/db/db_refine.php:95 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:836 +#: ../../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.wmi_explorer.php:311 +#: ../../godmode/agentes/configurar_agente.php:277 +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../godmode/agentes/modificar_agente.php:528 ../../operation/tree.php:73 +#: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 +#: ../../operation/agentes/estado_agente.php:497 +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 +#: ../../operation/agentes/exportdata.php:266 +#: ../../extensions/agents_modules.php:195 ../../mobile/operation/home.php:64 +#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:326 +#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agent.php:205 +#: ../../mobile/operation/modules.php:186 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:2502 +#: ../../include/functions_reports.php:556 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reports.php:560 +#: ../../include/functions_reports.php:562 +#: ../../include/functions_reports.php:564 +#: ../../include/functions_reports.php:566 +#: ../../include/functions_reports.php:568 +#: ../../include/ajax/networkmap.ajax.php:71 +msgid "Modules" +msgstr "Modules" -#: ../../enterprise/meta/include/functions_wizard_meta.php:526 -msgid "Add check" -msgstr "Add check" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 +#: ../../enterprise/godmode/policies/policy_queue.php:342 +#: ../../enterprise/godmode/policies/policy_queue.php:376 +#: ../../enterprise/meta/advanced/policymanager.queue.php:216 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/dashboard/widgets/top_n.php:128 +#: ../../enterprise/dashboard/widgets/top_n.php:337 +#: ../../enterprise/include/functions_reporting_pdf.php:804 +#: ../../enterprise/include/functions_reporting_pdf.php:897 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1643 +#: ../../godmode/extensions.php:153 ../../extensions/net_tools.php:118 +#: ../../extensions/api_checker.php:132 +#: ../../include/functions_reporting_html.php:988 +#: ../../include/functions_reporting_html.php:1858 +#: ../../include/functions_menu.php:574 +msgid "Operation" +msgstr "Operation" -#: ../../enterprise/meta/include/functions_wizard_meta.php:534 -msgid "Delete check" -msgstr "Delete check" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +msgid "Sum" +msgstr "Sum" -#: ../../enterprise/meta/include/functions_wizard_meta.php:548 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -msgid "Load basic" -msgstr "Load basic" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:550 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:78 -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:82 -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:126 -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:127 -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:128 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:129 -msgid "Last line must be \"task_end\"" -msgstr "Last line must be \"task_end\"" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:565 -#: ../../enterprise/godmode/modules/configure_local_component.php:313 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -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:132 -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/godmode/modules/configure_local_component.php:275 -#: ../../enterprise/include/functions_reporting_pdf.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:152 -#: ../../godmode/agentes/module_manager_editor_common.php:329 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../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:1580 -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:171 -msgid "Credentials" -msgstr "Credentials" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 +#: ../../include/functions_reporting.php:4259 +msgid "Rate" +msgstr "Rate" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1299 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1580 #: ../../enterprise/meta/include/functions_wizard_meta.php:836 #: ../../enterprise/meta/include/functions_wizard_meta.php:845 #: ../../enterprise/meta/include/functions_wizard_meta.php:922 @@ -7674,30 +2840,30 @@ msgstr "Credentials" #: ../../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/dashboard/widgets/top_n.php:475 -#: ../../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/dashboard/widgets/top_n.php:472 #: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../godmode/reporting/reporting_builder.item_editor.php:779 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 #: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:775 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 -#: ../../include/functions_reporting.php:829 #: ../../include/graphs/functions_pchart.php:204 #: ../../include/graphs/functions_pchart.php:1129 -#: ../../include/functions_ui.php:1987 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1371 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1399 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:829 +#: ../../include/functions_ui.php:1988 msgid "Min" msgstr "Min." +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1578 #: ../../enterprise/meta/include/functions_wizard_meta.php:838 #: ../../enterprise/meta/include/functions_wizard_meta.php:847 #: ../../enterprise/meta/include/functions_wizard_meta.php:924 @@ -7710,30 +2876,4752 @@ msgstr "Min." #: ../../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/dashboard/widgets/top_n.php:472 -#: ../../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/dashboard/widgets/top_n.php:469 #: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../godmode/reporting/reporting_builder.item_editor.php:777 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1193 #: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:773 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1189 -#: ../../include/functions_reporting.php:826 #: ../../include/graphs/functions_pchart.php:198 #: ../../include/graphs/functions_pchart.php:1131 -#: ../../include/functions_ui.php:1987 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1369 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1397 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:826 +#: ../../include/functions_ui.php:1988 msgid "Max" msgstr "Max." +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 +#: ../../godmode/snmpconsole/snmp_alert.php:1213 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../operation/events/events.build_table.php:756 +#: ../../operation/agentes/networkmap_list.php:257 +msgid "Delete selected" +msgstr "Delete selected items" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1548 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 +msgid "Group by agent" +msgstr "Group by agent" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/dashboard/widgets/top_n.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1163 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "Order" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 +#: ../../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:1166 +msgid "Ascending" +msgstr "Ascending" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 +#: ../../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:1169 +msgid "Descending" +msgstr "Descending" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 +#: ../../enterprise/dashboard/widgets/top_n.php:73 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1172 +msgid "By agent name" +msgstr "By agent name" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 +#: ../../enterprise/dashboard/widgets/top_n.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 +msgid "Quantity (n)" +msgstr "Quantity (n)" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 +#: ../../enterprise/dashboard/widgets/top_n.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1190 +#: ../../operation/agentes/ver_agente.php:1044 +msgid "Display" +msgstr "Display" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 +#: ../../enterprise/operation/services/services.service.php:128 +#: ../../enterprise/operation/services/services.list.php:320 +#: ../../enterprise/include/functions_reporting_pdf.php:745 +#: ../../enterprise/include/functions_reporting_pdf.php:806 +#: ../../enterprise/include/functions_reporting_pdf.php:898 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1221 +#: ../../godmode/reporting/visual_console_builder.wizard.php:194 +#: ../../godmode/alerts/configure_alert_template.php:594 +#: ../../godmode/massive/massive_edit_modules.php:493 +#: ../../godmode/setup/setup_visuals.php:630 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/agentes/module_manager_editor_common.php:598 +#: ../../include/functions_snmp_browser.php:406 +#: ../../include/functions_reporting_html.php:455 +#: ../../include/functions_reporting_html.php:989 +#: ../../include/functions_reporting_html.php:1860 +#: ../../include/functions_reporting_html.php:2363 +#: ../../include/functions_graph.php:5163 +msgid "Value" +msgstr "Value" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1230 +msgid "Condition" +msgstr "Condition" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1610 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 +#: ../../include/functions_reporting.php:1627 +msgid "Everything" +msgstr "Everything" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 +msgid ">=" +msgstr ">=" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1614 +msgid "<" +msgstr "<" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 +#: ../../enterprise/extensions/backup/main.php:114 +#: ../../enterprise/dashboard/widgets/maps_status.php:74 +#: ../../enterprise/include/functions_services.php:1753 +#: ../../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/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:852 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +#: ../../include/functions_reporting_html.php:369 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:1512 +#: ../../include/functions_db.php:1138 +msgid "OK" +msgstr "OK" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 +#: ../../enterprise/include/functions_reporting_pdf.php:2104 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1243 +#: ../../include/functions_reporting_html.php:1518 +msgid "Not OK" +msgstr "Not OK" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1265 +msgid "Show graph" +msgstr "Show graph" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +msgid "Show resume" +msgstr "Show summary" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +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.advanced.php:68 +msgid "Advance Reporting" +msgstr "Advance Reporting" + +#: ../../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 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../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/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +#: ../../godmode/agentes/planned_downtime.list.php:108 +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +msgid "Not deleted. Error deleting data" +msgstr "Could not be deleted. Error deleting data." + +#: ../../enterprise/godmode/reporting/graph_template_list.php:124 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 +#: ../../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/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:389 +msgid "Create template" +msgstr "Create 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:3650 +msgid "SQL" +msgstr "SQL" + +#: ../../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:537 +#: ../../include/functions_reporting.php:466 +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:540 +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:544 +msgid "Services S.L.A." +msgstr "SLA services" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 +#: ../../include/functions_visual_map_editor.php:428 +#: ../../include/functions_visual_map_editor.php:436 +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.wizard_sla.php:211 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "Hide not init agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +msgid "SLA items sorted by fulfillment value" +msgstr "SLA items sorted by fulfillment value" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1305 +#: ../../godmode/reporting/reporting_builder.item_editor.php:785 +msgid "Only display wrong SLAs" +msgstr "Only display wrong SLAs" + +#: ../../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:149 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 +#: ../../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 +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/graph_template_item_editor.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 +#: ../../enterprise/godmode/setup/setup_auth.php:166 +#: ../../enterprise/godmode/setup/setup_auth.php:297 +#: ../../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/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.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.setup.php:137 +#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 +#: ../../general/login_identification_wizard.php:188 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:226 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../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:395 +#: ../../godmode/massive/massive_edit_modules.php:440 +#: ../../godmode/massive/massive_edit_modules.php:459 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:565 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../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_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/performance.php:104 +#: ../../godmode/setup/performance.php:111 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../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:415 +#: ../../godmode/setup/setup_visuals.php:421 +#: ../../godmode/setup/setup_visuals.php:431 +#: ../../godmode/setup/setup_visuals.php:564 +#: ../../godmode/setup/setup_visuals.php:591 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/agentes/agent_manager.php:378 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../operation/netflow/nf_live_view.php:265 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/snmpconsole/snmp_view.php:436 +msgid "Yes" +msgstr "Yes" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 +#: ../../enterprise/godmode/setup/setup_auth.php:169 +#: ../../enterprise/godmode/setup/setup_auth.php:298 +#: ../../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/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.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.setup.php:138 +#: ../../enterprise/meta/advanced/metasetup.setup.php:189 +#: ../../enterprise/meta/advanced/metasetup.performance.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 +#: ../../general/login_identification_wizard.php:185 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:231 +#: ../../godmode/reporting/visual_console_builder.wizard.php:272 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../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:396 +#: ../../godmode/massive/massive_edit_modules.php:441 +#: ../../godmode/massive/massive_edit_modules.php:460 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:566 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../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_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/news.php:264 +#: ../../godmode/setup/performance.php:105 +#: ../../godmode/setup/performance.php:112 +#: ../../godmode/setup/performance.php:119 +#: ../../godmode/setup/setup_ehorus.php:56 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../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:416 +#: ../../godmode/setup/setup_visuals.php:423 +#: ../../godmode/setup/setup_visuals.php:435 +#: ../../godmode/setup/setup_visuals.php:568 +#: ../../godmode/setup/setup_visuals.php:595 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/agentes/agent_manager.php:381 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../operation/netflow/nf_live_view.php:266 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +#: ../../include/functions_events.php:2380 +#: ../../include/functions_events.php:2387 +msgid "No" +msgstr "No" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/reporting/reporting_builder.php:1989 +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:615 +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/reporting_builder.item_editor.php:692 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../godmode/reporting/visual_console_builder.wizard.php:257 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:575 +#: ../../include/functions_visual_map.php:2327 +msgid "Label" +msgstr "Label" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1277 +#: ../../godmode/reporting/reporting_builder.item_editor.php:764 +msgid "Projection period" +msgstr "Projected period" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:774 +msgid "Data range" +msgstr "Data range" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 +#: ../../godmode/reporting/reporting_builder.item_editor.php:794 +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:801 +#: ../../godmode/alerts/alert_special_days.php:196 +#: ../../godmode/alerts/configure_alert_special_days.php:78 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../include/functions_html.php:840 +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:807 +#: ../../godmode/alerts/alert_special_days.php:199 +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../include/functions_html.php:841 +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:813 +#: ../../godmode/alerts/alert_special_days.php:202 +#: ../../godmode/alerts/configure_alert_special_days.php:80 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../include/functions_html.php:842 +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:819 +#: ../../godmode/alerts/alert_special_days.php:205 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../include/functions_html.php:843 +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:825 +#: ../../godmode/alerts/alert_special_days.php:208 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../include/functions_html.php:844 +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:831 +#: ../../godmode/alerts/alert_special_days.php:211 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../include/functions_html.php:845 +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:837 +#: ../../godmode/alerts/alert_special_days.php:214 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../include/functions_html.php:839 +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:845 +#: ../../godmode/alerts/configure_alert_template.php:535 +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:854 +#: ../../godmode/alerts/configure_alert_template.php:539 +msgid "Time to" +msgstr "Set end time" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 +#: ../../enterprise/extensions/csv_import/main.php:75 +#: ../../enterprise/meta/advanced/policymanager.queue.php:255 +#: ../../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/agentsearch.php:91 +#: ../../enterprise/include/functions_reporting.php:1926 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1130 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../godmode/agentes/agent_manager.php:264 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../operation/events/events_list.php:442 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/servers/recon_view.php:173 +#: ../../include/functions_events.php:3292 +msgid "Server" +msgstr "Server" + +#: ../../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:1133 +msgid "Select server" +msgstr "Select server" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 +#: ../../enterprise/godmode/modules/configure_local_component.php:203 +#: ../../enterprise/operation/agentes/ver_agente.php:33 +#: ../../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:879 +#: ../../godmode/massive/massive_edit_modules.php:498 +#: ../../godmode/modules/manage_network_components_form_common.php:93 +#: ../../godmode/agentes/module_manager_editor_common.php:231 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/ver_agente.php:758 +#: ../../operation/agentes/estado_monitores.php:444 +#: ../../operation/agentes/networkmap.php:459 +#: ../../extensions/agents_modules.php:76 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_graph.php:5066 +#: ../../include/functions_events.php:2080 +msgid "Module group" +msgstr "Module group" + +#: ../../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:1043 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:377 +#: ../../include/functions_visual_map_editor.php:234 +#: ../../include/functions_visual_map_editor.php:244 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +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/dashboard/widgets/post.php:25 +#: ../../enterprise/include/functions_netflow_pdf.php:208 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 +#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:632 +#: ../../include/functions_reports.php:596 +#: ../../include/functions_reporting.php:3630 +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:1142 +msgid "Serialized header" +msgstr "Serialised header" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1142 +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:1112 +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:1536 +#: ../../enterprise/dashboard/widgets/url.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1147 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +msgid "URL" +msgstr "URL" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +msgid "Field separator" +msgstr "Field separator" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +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:1155 +msgid "Line separator" +msgstr "Line break" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1155 +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:1582 +#: ../../enterprise/dashboard/widgets/top_n.php:477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1197 +#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:740 +#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 +#: ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1401 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:834 +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:1213 +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:1217 +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:1632 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1273 +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:1274 +msgid "Show the main address of agent." +msgstr "Show the agent's main address." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1295 +msgid "Event filter" +msgstr "Event filter" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1298 +msgid "No Validated" +msgstr "Not validated" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:572 +#: ../../operation/snmpconsole/snmp_view.php:823 +#: ../../include/functions_graph.php:2768 +#: ../../include/functions_events.php:882 +#: ../../include/functions_events.php:1724 +#: ../../include/functions_events.php:1730 +#: ../../include/functions_events.php:1734 +#: ../../include/functions_events.php:1739 +#: ../../include/functions_events.php:2928 +#: ../../include/functions_events.php:2936 +msgid "Validated" +msgstr "Validated" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 +#: ../../enterprise/godmode/services/services.service.php:259 +#: ../../enterprise/godmode/services/services.elements.php:401 +#: ../../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/meta/monitoring/group_view.php:154 +#: ../../enterprise/meta/monitoring/tactical.php:278 +#: ../../enterprise/meta/include/functions_wizard_meta.php:844 +#: ../../enterprise/meta/include/functions_wizard_meta.php:930 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1131 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1148 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 +#: ../../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/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 +#: ../../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:2359 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1302 +#: ../../godmode/massive/massive_copy_modules.php:79 +#: ../../godmode/massive/massive_copy_modules.php:192 +#: ../../godmode/massive/massive_edit_agents.php:216 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../godmode/massive/massive_delete_agents.php:115 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:326 +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:146 +#: ../../operation/agentes/status_monitor.php:289 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../operation/agentes/estado_monitores.php:429 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/tactical.php:150 +#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41 +#: ../../include/functions_reporting_html.php:1076 +#: ../../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 ../../include/functions.php:877 +#: ../../include/functions.php:1079 ../../include/functions.php:1080 +#: ../../include/functions.php:1082 ../../include/functions.php:1118 +#: ../../include/functions_graph.php:1949 +#: ../../include/functions_graph.php:3053 +#: ../../include/functions_graph.php:3054 +#: ../../include/functions_graph.php:4948 +#: ../../include/functions_events.php:1485 ../../include/functions_ui.php:1988 +msgid "Critical" +msgstr "Critical" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 +#: ../../enterprise/godmode/services/services.service.php:263 +#: ../../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/meta/monitoring/group_view.php:153 +#: ../../enterprise/meta/monitoring/tactical.php:279 +#: ../../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/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 +#: ../../enterprise/include/functions_services.php:1267 +#: ../../enterprise/include/functions_reporting_pdf.php:678 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1304 +#: ../../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_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:325 +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../godmode/servers/manage_recontask_form.php:188 +#: ../../operation/tree.php:132 ../../operation/tree.php:157 +#: ../../operation/tree.php:288 ../../operation/netflow/nf_live_view.php:264 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../operation/agentes/status_monitor.php:288 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../operation/agentes/estado_monitores.php:433 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/tactical.php:151 +#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40 +#: ../../include/functions_reporting_html.php:1078 +#: ../../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 ../../include/functions.php:874 +#: ../../include/functions.php:1077 ../../include/functions.php:1080 +#: ../../include/functions.php:1115 ../../include/functions_graph.php:1950 +#: ../../include/functions_graph.php:3045 +#: ../../include/functions_graph.php:3046 +#: ../../include/functions_graph.php:4945 +#: ../../include/functions_events.php:1482 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:1988 +msgid "Warning" +msgstr "Warning" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1325 +msgid "Event graphs" +msgstr "Event graphs" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 +msgid "By agent" +msgstr "By agent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 +msgid "By user validator" +msgstr "By user validation" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1677 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1341 +msgid "By criticity" +msgstr "By priority" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1347 +msgid "Validated vs unvalidated" +msgstr "Validated vs unvalidated" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1686 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 +msgid "Show in two columns" +msgstr "Show in two columns" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1697 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1366 +msgid "Show in landscape" +msgstr "Show in landscape" + +#: ../../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:1838 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 +#: ../../enterprise/extensions/ipam/ipam_network.php:281 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1389 +#: ../../godmode/events/event_edit_filter.php:238 +#: ../../godmode/snmpconsole/snmp_alert.php:893 +#: ../../operation/events/events_list.php:401 +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../mobile/operation/events.php:642 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/modules.php:254 +#: ../../mobile/operation/alerts.php:188 +msgid "Free search" +msgstr "Free search" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1859 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1404 +#: ../../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:1407 +#: ../../include/functions_visual_map_editor.php:587 +msgid "Update item" +msgstr "Update item" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1438 +msgid "SLA Min. (value)" +msgstr "SLA Min. (value)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1899 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1439 +msgid "SLA Max. (value)" +msgstr "SLA Max. (value)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1900 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1440 +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:981 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1574 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1609 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1770 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1798 +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_item.php:2232 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 +#: ../../enterprise/godmode/alerts/alert_events.php:577 +#: ../../enterprise/operation/log/log_viewer.php:310 +#: ../../enterprise/operation/log/log_viewer.php:322 +#: ../../enterprise/extensions/cron/main.php:339 +#: ../../enterprise/dashboard/widgets/tree_view.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1814 +#: ../../godmode/alerts/configure_alert_template.php:1061 +#: ../../godmode/setup/news.php:297 +#: ../../godmode/agentes/planned_downtime.editor.php:1168 +#: ../../operation/tree.php:391 +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/reporting/graph_viewer.php:264 +#: ../../operation/netflow/nf_live_view.php:605 +#: ../../operation/events/events_list.php:1495 +#: ../../operation/agentes/estado_monitores.php:382 +#: ../../operation/agentes/stat_win.php:492 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../extensions/insert_data.php:194 +msgid "Choose time" +msgstr "Choose time" + +#: ../../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/operation/log/log_viewer.php:311 +#: ../../enterprise/operation/log/log_viewer.php:323 +#: ../../enterprise/extensions/cron/main.php:340 +#: ../../enterprise/dashboard/widgets/tree_view.php:317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1815 +#: ../../godmode/alerts/configure_alert_template.php:1062 +#: ../../godmode/setup/news.php:298 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +#: ../../operation/tree.php:392 +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/reporting/graph_viewer.php:265 +#: ../../operation/netflow/nf_live_view.php:606 +#: ../../operation/events/events_list.php:1496 +#: ../../operation/agentes/estado_monitores.php:383 +#: ../../operation/agentes/stat_win.php:493 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../extensions/insert_data.php:195 +msgid "Time" +msgstr "Time" + +#: ../../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/operation/log/log_viewer.php:312 +#: ../../enterprise/operation/log/log_viewer.php:324 +#: ../../enterprise/extensions/cron/main.php:341 +#: ../../enterprise/dashboard/widgets/tree_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1816 +#: ../../godmode/alerts/configure_alert_template.php:1063 +#: ../../godmode/setup/news.php:299 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +#: ../../operation/tree.php:393 +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/reporting/graph_viewer.php:266 +#: ../../operation/netflow/nf_live_view.php:607 +#: ../../operation/events/events_list.php:1497 +#: ../../operation/agentes/estado_monitores.php:384 +#: ../../operation/agentes/stat_win.php:494 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:852 +msgid "Hour" +msgstr "Hour" + +#: ../../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/operation/log/log_viewer.php:313 +#: ../../enterprise/operation/log/log_viewer.php:325 +#: ../../enterprise/extensions/cron/main.php:342 +#: ../../enterprise/dashboard/widgets/tree_view.php:319 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1817 +#: ../../godmode/alerts/configure_alert_template.php:1064 +#: ../../godmode/setup/news.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +#: ../../operation/tree.php:394 +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/netflow/nf_live_view.php:608 +#: ../../operation/events/events_list.php:1498 +#: ../../operation/agentes/estado_monitores.php:385 +#: ../../operation/agentes/stat_win.php:495 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:853 +msgid "Minute" +msgstr "Minute" + +#: ../../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/operation/log/log_viewer.php:314 +#: ../../enterprise/operation/log/log_viewer.php:326 +#: ../../enterprise/extensions/cron/main.php:343 +#: ../../enterprise/dashboard/widgets/tree_view.php:320 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1818 +#: ../../godmode/alerts/configure_alert_template.php:1065 +#: ../../godmode/setup/news.php:301 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +#: ../../operation/tree.php:395 +#: ../../operation/reporting/reporting_viewer.php:261 +#: ../../operation/reporting/reporting_viewer.php:281 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/netflow/nf_live_view.php:609 +#: ../../operation/events/events_list.php:1499 +#: ../../operation/agentes/estado_monitores.php:386 +#: ../../operation/agentes/stat_win.php:496 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../extensions/insert_data.php:198 +msgid "Second" +msgstr "Second" + +#: ../../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/operation/log/log_viewer.php:315 +#: ../../enterprise/operation/log/log_viewer.php:327 +#: ../../enterprise/operation/agentes/agent_inventory.php:89 +#: ../../enterprise/extensions/cron/main.php:344 +#: ../../enterprise/dashboard/widgets/tree_view.php:321 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1819 +#: ../../godmode/alerts/configure_alert_template.php:1066 +#: ../../godmode/setup/news.php:302 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +#: ../../operation/tree.php:396 +#: ../../operation/reporting/reporting_viewer.php:262 +#: ../../operation/reporting/reporting_viewer.php:282 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/netflow/nf_live_view.php:610 +#: ../../operation/events/events_list.php:1500 +#: ../../operation/agentes/estado_monitores.php:387 +#: ../../operation/agentes/stat_win.php:497 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../extensions/insert_data.php:199 ../../include/functions.php:436 +#: ../../include/functions.php:570 +msgid "Now" +msgstr "Now" + +#: ../../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/operation/log/log_viewer.php:316 +#: ../../enterprise/operation/log/log_viewer.php:328 +#: ../../enterprise/extensions/cron/main.php:345 +#: ../../enterprise/dashboard/widgets/tree_view.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1820 +#: ../../godmode/alerts/configure_alert_template.php:1067 +#: ../../godmode/setup/news.php:303 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +#: ../../operation/tree.php:397 +#: ../../operation/reporting/reporting_viewer.php:263 +#: ../../operation/reporting/reporting_viewer.php:283 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/netflow/nf_live_view.php:611 +#: ../../operation/events/events_list.php:1501 +#: ../../operation/agentes/estado_monitores.php:388 +#: ../../operation/agentes/stat_win.php:498 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../extensions/insert_data.php:200 ../../mobile/include/ui.class.php:571 +#: ../../mobile/include/ui.class.php:610 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../include/functions_snmp_browser.php:441 +msgid "Close" +msgstr "Close" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/events/event_edit_filter.php:155 +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:353 +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:181 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 +#: ../../enterprise/godmode/agentes/inventory_manager.php:176 +#: ../../enterprise/dashboard/widgets/top_n.php:61 +#: ../../godmode/setup/performance.php:91 +#: ../../operation/gis_maps/render_view.php:139 +#: ../../include/functions_netflow.php:1049 +#: ../../include/functions_netflow.php:1082 ../../include/functions.php:2014 +#: ../../include/functions.php:2579 ../../include/ajax/module.php:120 +msgid "1 hour" +msgstr "1 hour" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 +#: ../../enterprise/godmode/agentes/inventory_manager.php:177 +#: ../../enterprise/dashboard/widgets/top_n.php:62 +#: ../../operation/gis_maps/render_view.php:140 +#: ../../include/functions_netflow.php:1050 +#: ../../include/functions_netflow.php:1083 +msgid "2 hours" +msgstr "2 hours" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 +msgid "3 hours" +msgstr "3 hours" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 +#: ../../enterprise/godmode/agentes/inventory_manager.php:178 +#: ../../include/ajax/module.php:121 +msgid "6 hours" +msgstr "6 hours" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 +#: ../../enterprise/godmode/agentes/inventory_manager.php:179 +#: ../../enterprise/dashboard/widgets/top_n.php:64 +#: ../../godmode/setup/performance.php:92 +#: ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:122 +msgid "12 hours" +msgstr "12 hours" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/dashboard/widgets/top_n.php:65 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 ../../include/functions.php:2017 +#: ../../include/ajax/module.php:123 +msgid "1 day" +msgstr "1 day" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 +#: ../../enterprise/godmode/agentes/inventory_manager.php:181 +#: ../../godmode/setup/performance.php:94 +#: ../../include/functions_netflow.php:1054 +#: ../../include/functions_netflow.php:1087 +msgid "2 days" +msgstr "2 days" + +#: ../../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:96 +#: ../../include/functions_netflow.php:1057 +msgid "Last week" +msgstr "Last week" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 +#: ../../enterprise/godmode/agentes/inventory_manager.php:183 +#: ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2019 +#: ../../include/ajax/module.php:125 +msgid "15 days" +msgstr "15 days" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:98 +#: ../../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/functions_netflow.php:1061 ../../include/ajax/module.php:128 +msgid "6 months" +msgstr "6 months" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../include/functions.php:2023 ../../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/graph_template_editor.php:208 +#: ../../enterprise/dashboard/widgets/custom_graph.php:39 +#: ../../godmode/reporting/graph_builder.main.php:155 +#: ../../godmode/setup/setup_visuals.php:441 +#: ../../operation/reporting/graph_viewer.php:214 +msgid "Area" +msgstr "Area" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 +#: ../../enterprise/dashboard/widgets/custom_graph.php:40 +#: ../../godmode/reporting/graph_builder.main.php:156 +#: ../../operation/reporting/graph_viewer.php:215 +msgid "Stacked area" +msgstr "Stacked area" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 +#: ../../enterprise/dashboard/widgets/custom_graph.php:41 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/reporting/graph_builder.main.php:157 +#: ../../godmode/setup/setup_visuals.php:444 +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:579 +msgid "Line" +msgstr "Line" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 +#: ../../enterprise/dashboard/widgets/custom_graph.php:42 +#: ../../godmode/reporting/graph_builder.main.php:158 +#: ../../operation/reporting/graph_viewer.php:217 +msgid "Stacked line" +msgstr "Stacked line" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 +#: ../../enterprise/meta/event/custom_events.php:38 +#: ../../godmode/users/configure_profile.php:275 ../../operation/menu.php:268 +msgid "View events" +msgstr "View events" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 +#: ../../enterprise/godmode/alerts/alert_events_list.php:671 +#: ../../enterprise/godmode/policies/policies.php:426 +#: ../../enterprise/godmode/policies/policy_modules.php:319 +#: ../../enterprise/godmode/policies/configure_policy.php:90 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +#: ../../enterprise/godmode/modules/configure_local_component.php:469 +#: ../../enterprise/godmode/modules/local_components.php:539 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/setup/edit_skin.php:270 +#: ../../enterprise/godmode/services/services.service.php:361 +#: ../../enterprise/godmode/services/services.elements.php:417 +#: ../../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/servers/manage_export.php:125 +#: ../../enterprise/godmode/servers/manage_export.php:157 +#: ../../enterprise/godmode/agentes/collections.php:235 +#: ../../enterprise/godmode/agentes/collections.editor.php:117 +#: ../../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/extensions/backup/main.php:167 +#: ../../enterprise/extensions/cron/main.php:323 +#: ../../enterprise/extensions/ipam/ipam_editor.php:121 +#: ../../enterprise/extensions/ipam/ipam_list.php:257 +#: ../../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/reporting_builder.item_editor.php:1095 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/alerts/alert_special_days.php:235 +#: ../../godmode/alerts/alert_list.list.php:733 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/configure_alert_special_days.php:101 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/modules/manage_nc_groups_form.php:83 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/modules/manage_nc_groups.php:244 +#: ../../godmode/modules/manage_network_components_form.php:267 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/setup/links.php:117 ../../godmode/setup/os.php:52 +#: ../../godmode/setup/os.php:76 ../../godmode/setup/news.php:204 +#: ../../godmode/setup/gis.php:93 ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/users/configure_user.php:581 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/events/event_edit_filter.php:390 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/tag/edit_tag.php:232 +#: ../../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/groups/configure_group.php:208 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/servers/manage_recontask.php:389 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/agentes/agent_manager.php:462 +#: ../../godmode/agentes/module_manager.php:123 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/module_manager_editor.php:490 +#: ../../operation/integria_incidents/incident.incident.php:126 +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/agentes/networkmap_list.php:252 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:437 +msgid "Create" +msgstr "Create" + +#: ../../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/godmode/policies/policy_modules.php:291 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:555 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:403 +#: ../../godmode/agentes/agent_manager.php:395 +#: ../../godmode/agentes/module_manager_editor.php:465 +#: ../../operation/events/events_list.php:579 +#: ../../include/functions_visual_map_editor.php:450 +msgid "Advanced options" +msgstr "Advanced options" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 +#: ../../enterprise/include/functions_reporting.php:4772 +#: ../../enterprise/include/functions_reporting.php:4822 +#: ../../godmode/reporting/reporting_builder.php:1927 +#: ../../operation/reporting/reporting_viewer.php:90 +msgid "Item editor" +msgstr "Item editor" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 +#: ../../godmode/reporting/reporting_builder.php:1924 +#: ../../operation/reporting/reporting_viewer.php:86 +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: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:1888 +#: ../../godmode/reporting/reporting_builder.php:1893 +#: ../../godmode/reporting/reporting_builder.php:1897 +#: ../../godmode/reporting/reporting_builder.php:1959 +#: ../../godmode/reporting/reporting_builder.php:1964 +#: ../../godmode/reporting/reporting_builder.php:1967 +#: ../../godmode/reporting/graphs.php:75 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../operation/reporting/reporting_viewer.php:128 +#: ../../operation/reporting/graph_viewer.php:163 +#: ../../operation/reporting/graph_viewer.php:314 ../../operation/menu.php:229 +msgid "Reporting" +msgstr "Reporting" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 +#: ../../enterprise/godmode/policies/policies.php:180 +#: ../../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/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:287 +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "Private" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 +#: ../../godmode/reporting/reporting_builder.php:534 +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../operation/search_reports.php:40 +msgid "HTML" +msgstr "HTML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 +#: ../../godmode/reporting/reporting_builder.php:535 +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../operation/search_reports.php:41 +msgid "XML" +msgstr "XML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 +#: ../../enterprise/operation/reporting/custom_reporting.php:17 +msgid "PDF" +msgstr "PDF" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 +#: ../../enterprise/operation/reporting/custom_reporting.php:19 +msgid "JSON" +msgstr "JSON" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 +#: ../../enterprise/operation/reporting/custom_reporting.php:21 +#: ../../operation/agentes/exportdata.php:322 +#: ../../extensions/insert_data.php:169 +msgid "CSV" +msgstr "CSV" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +msgid "Operations" +msgstr "Operations" + +#: ../../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:346 +#: ../../enterprise/operation/reporting/custom_reporting.php:49 +msgid "Export to PDF" +msgstr "Export to PDF" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 +#: ../../enterprise/operation/reporting/custom_reporting.php:53 +msgid "Export to JSON" +msgstr "Export to JSON" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 +#: ../../enterprise/operation/reporting/custom_reporting.php:58 +#: ../../enterprise/operation/log/log_viewer.php:239 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../include/graphs/functions_flot.php:248 +msgid "Export to CSV" +msgstr "Export to CSV" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 +#: ../../enterprise/godmode/policies/policy_modules.php:1094 +#: ../../enterprise/godmode/modules/local_components.php:513 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:597 +#: ../../godmode/agentes/module_manager.php:707 +msgid "Duplicate" +msgstr "Duplicate" + +#: ../../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:449 +#: ../../operation/events/events_list.php:481 +#: ../../operation/agentes/datos_agente.php:189 +#: ../../include/ajax/module.php:148 +msgid "Timestamp from:" +msgstr "Timestamp from:" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 +#: ../../operation/events/events_list.php:484 +#: ../../operation/agentes/datos_agente.php:195 +#: ../../include/ajax/module.php:156 +msgid "Timestamp to:" +msgstr "Timestamp to:" + +#: ../../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.wizard.php:70 +#: ../../enterprise/meta/general/main_header.php:114 +#: ../../enterprise/meta/general/logon_ok.php:38 +#: ../../enterprise/meta/screens/screens.visualmap.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 +#: ../../enterprise/include/functions_reporting.php:32 +#: ../../enterprise/include/functions_reporting.php:4742 +#: ../../enterprise/include/functions_reporting.php:4764 +#: ../../godmode/reporting/visual_console_builder.php:660 +#: ../../godmode/reporting/visual_console_builder.wizard.php:311 +#: ../../operation/visual_console/render_view.php:123 +msgid "Wizard" +msgstr "Wizard" + +#: ../../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/reporting/reporting_builder.wizard.php:245 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1204 +#: ../../operation/agentes/stat_win.php:370 +#: ../../mobile/operation/module_graph.php:420 +msgid "Time compare (Overlapped)" +msgstr "Time comparison (overlapped)" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 +#: ../../enterprise/include/functions_massive.php:15 +#: ../../godmode/reporting/visual_console_builder.php:465 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../godmode/massive/massive_edit_modules.php:1005 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 +#: ../../include/functions_visual_map.php:1317 +msgid "No modules selected" +msgstr "No modules selected" + +#: ../../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:271 +#: ../../enterprise/include/functions_reporting_csv.php:872 +#: ../../enterprise/include/functions_reporting_csv.php:876 +#: ../../godmode/reporting/reporting_builder.php:532 +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../operation/search_reports.php:38 +msgid "Report name" +msgstr "Report name" + +#: ../../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:308 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 +#: ../../operation/agentes/group_view.php:249 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "Tag" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +msgid "Filter tag" +msgstr "Filter tag" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 +#: ../../enterprise/godmode/alerts/alert_events_list.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:45 +msgid "List event alerts" +msgstr "List event alerts" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:50 +msgid "Builder event alert" +msgstr "Builder event alert" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +#: ../../enterprise/godmode/alerts/alert_events.php:58 +msgid "List event rules" +msgstr "List event rules" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +#: ../../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/policies/policies.php:345 +#: ../../enterprise/godmode/policies/policy_alerts.php:32 +#: ../../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.php:226 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 +#: ../../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/agentsearch.php:98 +#: ../../enterprise/include/functions_policies.php:3224 +#: ../../enterprise/include/functions_reporting_pdf.php:706 +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/alerts/alert_special_days.php:43 +#: ../../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/alerts/configure_alert_special_days.php:52 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../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_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:161 +#: ../../godmode/agentes/configurar_agente.php:287 +#: ../../godmode/agentes/modificar_agente.php:532 ../../godmode/menu.php:141 +#: ../../operation/search_results.php:93 ../../operation/search_agents.php:65 +#: ../../operation/agentes/estado_agente.php:503 +#: ../../operation/agentes/ver_agente.php:921 +#: ../../operation/agentes/ver_agente.php:1160 +#: ../../extensions/agents_alerts.php:253 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:323 ../../mobile/operation/agent.php:219 +#: ../../mobile/operation/alerts.php:154 +#: ../../mobile/include/functions_web.php:25 +#: ../../include/functions_reporting_html.php:1109 +#: ../../include/functions_reporting_html.php:2511 +#: ../../include/functions_treeview.php:321 +#: ../../include/functions_reports.php:602 +#: ../../include/functions_reports.php:604 +#: ../../include/functions_reports.php:607 +#: ../../include/functions_graph.php:730 +#: ../../include/functions_graph.php:3699 +#: ../../include/functions_graph.php:4377 +msgid "Alerts" +msgstr "Alerts" + +#: ../../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:143 +#: ../../enterprise/include/functions_reporting_pdf.php:1183 +#: ../../enterprise/include/functions_reporting_pdf.php:1463 +#: ../../operation/snmpconsole/snmp_view.php:518 +#: ../../include/functions_reporting_html.php:664 +#: ../../include/functions_reporting_html.php:1144 +msgid "Count" +msgstr "Count" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +#: ../../include/class/Tree.class.php:1566 +msgid "Module alerts" +msgstr "Module alerts" + +#: ../../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/operation/services/services.list.php:155 +#: ../../enterprise/operation/services/services.list.php:172 +#: ../../enterprise/dashboard/widgets/events_list.php:31 +#: ../../godmode/reporting/visual_console_builder.wizard.php:329 +#: ../../godmode/massive/massive_add_action_alerts.php:146 +#: ../../godmode/users/configure_user.php:689 +#: ../../godmode/events/event_edit_filter.php:286 +#: ../../godmode/servers/manage_recontask.php:336 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/agentes/planned_downtime.list.php:154 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../operation/integria_incidents/incident.list.php:33 +#: ../../operation/events/events_list.php:435 +#: ../../include/functions_html.php:858 ../../include/functions_html.php:859 +#: ../../include/functions_html.php:860 ../../include/functions_html.php:861 +#: ../../include/functions_html.php:862 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_visual_map_editor.php:612 +#: ../../include/ajax/visual_console_builder.ajax.php:672 +msgid "Any" +msgstr "Any" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 +#: ../../enterprise/meta/include/functions_events_meta.php:85 +#: ../../enterprise/dashboard/widgets/events_list.php:54 +#: ../../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 +#: ../../godmode/events/event_filter.php:112 +#: ../../godmode/events/event_edit_filter.php:228 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../operation/events/events_list.php:558 +#: ../../operation/events/events.build_table.php:211 +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../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 +#: ../../include/functions_reporting_html.php:533 +#: ../../include/functions_reporting_html.php:663 +#: ../../include/functions_reporting_html.php:1147 +#: ../../include/functions_reporting.php:4787 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:885 +#: ../../include/functions_events.php:2392 +#: ../../include/functions_events.php:3356 +msgid "Severity" +msgstr "Severity" + +#: ../../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/godmode/servers/manage_export_form.php:97 +#: ../../enterprise/extensions/vmware/main.php:225 +#: ../../enterprise/extensions/cron/main.php:187 +#: ../../enterprise/extensions/check_acls.php:42 +#: ../../enterprise/extensions/check_acls.php:120 +#: ../../enterprise/meta/general/login_page.php:70 +#: ../../enterprise/meta/general/login_page.php:91 +#: ../../enterprise/meta/include/functions_meta.php:849 +#: ../../enterprise/meta/include/functions_meta.php:902 +#: ../../enterprise/meta/include/functions_meta.php:955 +#: ../../enterprise/meta/include/functions_wizard_meta.php:398 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 +#: ../../enterprise/meta/include/functions_events_meta.php:64 +#: ../../general/login_page.php:135 ../../general/login_page.php:160 +#: ../../general/logon_ok.php:220 ../../general/logon_ok.php:417 +#: ../../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 +#: ../../operation/integria_incidents/incident.tracking.php:22 +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:568 +#: ../../operation/search_users.php:68 ../../extensions/users_connected.php:77 +#: ../../extensions/api_checker.php:114 ../../extensions/ssh_gateway.php:59 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 +#: ../../include/functions_reporting_html.php:2851 +#: ../../include/functions.php:2297 ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3324 +#: ../../include/functions_events.php:3705 +msgid "User" +msgstr "User" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 +#: ../../enterprise/meta/include/functions_events_meta.php:76 +#: ../../enterprise/dashboard/widgets/events_list.php:36 +#: ../../enterprise/include/functions_reporting_pdf.php:1181 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1311 +#: ../../godmode/events/event_filter.php:110 +#: ../../godmode/events/event_edit_filter.php:224 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../operation/events/events_list.php:552 +#: ../../operation/events/events.build_table.php:191 +#: ../../include/functions_reporting_html.php:662 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3339 +msgid "Event type" +msgstr "Event type" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +msgid "Event rules" +msgstr "Event rules" + +#: ../../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 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/include/functions_events_meta.php:91 +#: ../../enterprise/dashboard/widgets/tree_view.php:35 +#: ../../enterprise/dashboard/widgets/events_list.php:62 +#: ../../enterprise/include/functions_reporting_pdf.php:2366 +#: ../../general/firts_task/tags.php:25 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/massive/massive_edit_modules.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:184 +#: ../../godmode/users/configure_user.php:618 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/tag/edit_tag.php:57 ../../operation/tree.php:49 +#: ../../operation/users/user_edit.php:454 +#: ../../operation/events/events.build_table.php:223 +#: ../../operation/agentes/status_monitor.php:328 +#: ../../operation/agentes/status_monitor.php:331 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../mobile/operation/events.php:514 +#: ../../include/functions_reporting_html.php:1582 +#: ../../include/functions_treeview.php:164 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2451 +#: ../../include/functions_events.php:3366 +msgid "Tags" +msgstr "Tags" + +#: ../../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:357 +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "Action successfully processed" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +msgid "Error processing action" +msgstr "Error processing action" + +#: ../../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:440 +#: ../../enterprise/godmode/alerts/alert_events_list.php:486 +msgid "Move up" +msgstr "Move up" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 +#: ../../enterprise/godmode/alerts/alert_events_list.php:498 +msgid "Move down" +msgstr "Move down" + +#: ../../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/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:123 +#: ../../enterprise/meta/general/main_header.php:268 +msgid "Event alerts" +msgstr "Event alerts" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:186 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +#: ../../godmode/alerts/alert_list.php:169 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/massive/massive_add_tags.php:88 +#: ../../operation/incidents/incident_detail.php:67 +msgid "Successfully added" +msgstr "Successfully added" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:187 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +#: ../../godmode/alerts/alert_list.php:169 +#: ../../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_alerts.php:113 +#: ../../godmode/massive/massive_add_tags.php:89 +#: ../../operation/incidents/incident_detail.php:68 +msgid "Could not be added" +msgstr "Could not be added" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:221 +#: ../../enterprise/godmode/policies/policy_modules.php:372 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 +#: ../../godmode/alerts/alert_list.php:203 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/agentes/configurar_agente.php:1457 +#: ../../godmode/agentes/modificar_agente.php:111 +#: ../../include/ajax/alert_list.ajax.php:79 +msgid "Successfully enabled" +msgstr "Successfully enabled" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:222 +#: ../../enterprise/godmode/policies/policy_modules.php:372 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 +#: ../../godmode/alerts/alert_list.php:203 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/agentes/configurar_agente.php:1457 +#: ../../godmode/agentes/modificar_agente.php:111 +#: ../../include/ajax/alert_list.ajax.php:81 +msgid "Could not be enabled" +msgstr "Could not be enabled" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:238 +#: ../../enterprise/godmode/policies/policy_modules.php:386 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 +#: ../../godmode/alerts/alert_list.php:220 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/agentes/modificar_agente.php:125 +#: ../../include/ajax/alert_list.ajax.php:90 +msgid "Successfully disabled" +msgstr "Successfully disabled" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:239 +#: ../../enterprise/godmode/policies/policy_modules.php:386 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 +#: ../../godmode/alerts/alert_list.php:220 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/agentes/modificar_agente.php:125 +#: ../../include/ajax/alert_list.ajax.php:92 +msgid "Could not be disabled" +msgstr "Could not be disabled" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../godmode/alerts/alert_list.php:237 +#: ../../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:237 +#: ../../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:254 +#: ../../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:254 +#: ../../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: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:364 +#: ../../enterprise/godmode/alerts/alert_events_list.php:368 +#: ../../enterprise/godmode/policies/policy_collections.php:182 +#: ../../enterprise/godmode/policies/policy_agents.php:365 +#: ../../enterprise/godmode/policies/policy_agents.php:370 +#: ../../enterprise/godmode/modules/local_components.php:438 +#: ../../enterprise/godmode/modules/local_components.php:452 +#: ../../enterprise/godmode/agentes/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:50 +#: ../../enterprise/operation/log/log_viewer.php:170 +#: ../../enterprise/operation/log/log_viewer.php:238 +#: ../../enterprise/operation/services/services.list.php:143 +#: ../../enterprise/operation/services/services.list.php:182 +#: ../../enterprise/operation/inventory/inventory.php:179 +#: ../../enterprise/operation/inventory/inventory.php:219 +#: ../../enterprise/operation/agentes/agent_inventory.php:90 +#: ../../enterprise/operation/agentes/agent_inventory.php:95 +#: ../../enterprise/extensions/translate_string.php:265 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 +#: ../../enterprise/meta/general/main_header.php:491 +#: ../../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/agentsearch.php:68 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/modules/manage_network_components.php:508 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/agentes/modificar_agente.php:159 +#: ../../godmode/agentes/modificar_agente.php:163 +#: ../../operation/search_results.php:160 +#: ../../operation/integria_incidents/incident.list.php:76 +#: ../../operation/incidents/incident.php:294 +#: ../../operation/agentes/status_monitor.php:324 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../include/functions_snmp_browser.php:556 +msgid "Search" +msgstr "Search" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/modules/local_components.php:445 +#: ../../enterprise/meta/advanced/policymanager.queue.php:244 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 +#: ../../enterprise/meta/agentsearch.php:71 +#: ../../godmode/reporting/reporting_builder.list_items.php:205 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/modules/manage_network_components.php:516 +#: ../../godmode/users/user_list.php:243 ../../godmode/tag/tag.php:176 +#: ../../godmode/tag/tag.php:281 ../../operation/tree.php:184 +#: ../../operation/events/events_list.php:637 +#: ../../operation/agentes/alerts_status.php:390 +#: ../../operation/agentes/status_monitor.php:516 +msgid "Show Options" +msgstr "Show Options" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +#: ../../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/setup/setup_skins.php:120 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../enterprise/godmode/agentes/inventory_manager.php:237 +#: ../../enterprise/godmode/agentes/collections.php:185 +#: ../../enterprise/operation/services/services.list.php:327 +#: ../../enterprise/extensions/backup/main.php:69 +#: ../../enterprise/extensions/cron/main.php:193 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 +#: ../../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/include/functions_alerts_meta.php:111 +#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/include/functions_reporting_pdf.php:1043 +#: ../../enterprise/include/functions_reporting_pdf.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1132 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_list.builder.php:83 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/category/category.php:111 +#: ../../godmode/events/event_responses.list.php:57 +#: ../../godmode/tag/tag.php:205 ../../godmode/groups/group_list.php:338 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/agentes/fields_manager.php:97 +#: ../../godmode/agentes/modificar_agente.php:463 ../../godmode/menu.php:151 +#: ../../extensions/module_groups.php:84 +#: ../../include/functions_filemanager.php:583 +#: ../../include/functions_reporting_html.php:1378 +#: ../../include/functions_reporting_html.php:1416 +#: ../../include/functions_reporting_html.php:1452 +#: ../../include/functions_treeview.php:329 +msgid "Actions" +msgstr "Actions" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +msgid "Ac." +msgstr "Ac." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +#: ../../enterprise/godmode/alerts/alert_events_list.php:676 +#: ../../enterprise/extensions/vmware/main.php:181 +#: ../../enterprise/extensions/vmware/main.php:188 +#: ../../enterprise/meta/advanced/license_meta.php:103 +#: ../../enterprise/load_enterprise.php:1 ../../godmode/setup/license.php:98 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:810 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../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 +#: ../../mobile/operation/events.php:528 +msgid "Validate" +msgstr "Validate" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +msgid "Val." +msgstr "Val." + +#: ../../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_external_alerts.php:214 +#: ../../enterprise/godmode/policies/policy_alerts.php:328 +#: ../../godmode/alerts/alert_list.list.php:523 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../include/functions_alerts.php:558 +msgid "Always" +msgstr "Always" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:553 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 +#: ../../enterprise/godmode/policies/policy_alerts.php:330 +#: ../../godmode/alerts/alert_list.list.php:525 +msgid "On" +msgstr "On" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:557 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 +#: ../../enterprise/godmode/policies/policy_alerts.php:334 +#: ../../godmode/alerts/alert_list.list.php:529 +msgid "Until" +msgstr "Until" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:559 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_alerts.php:336 +#: ../../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/alerts/alert_list.list.php:531 +#: ../../godmode/alerts/alert_list.list.php:535 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:143 +#: ../../operation/reporting/reporting_viewer.php:199 +#: ../../operation/agentes/gis_view.php:181 +msgid "From" +msgstr "From" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:560 +#: ../../enterprise/godmode/alerts/alert_events_list.php:601 +#: ../../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/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/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../operation/reporting/reporting_viewer.php:203 +#: ../../include/functions_reporting.php:8570 +msgid "to" +msgstr "to" + +#: ../../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:538 +#: ../../godmode/alerts/alert_list.list.php:616 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../include/functions_reporting_html.php:1576 +#: ../../include/functions_reporting_html.php:2364 +msgid "Threshold" +msgstr "Threshold" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:584 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 +#: ../../enterprise/godmode/policies/policy_alerts.php:588 +#: ../../godmode/alerts/alert_list.list.php:694 +#: ../../godmode/alerts/alert_list.list.php:698 +#: ../../godmode/alerts/alert_list.list.php:832 +#: ../../godmode/snmpconsole/snmp_alert.php:1121 +msgid "Add action" +msgstr "Add action" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:599 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 +#: ../../enterprise/godmode/policies/policy_alerts.php:465 +#: ../../godmode/alerts/alert_list.list.php:606 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../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:617 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../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:633 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../operation/events/sound_events.php:79 +#: ../../operation/snmpconsole/snmp_view.php:643 +#: ../../operation/agentes/group_view.php:174 +#: ../../extensions/agents_alerts.php:323 +#: ../../mobile/operation/alerts.php:253 +#: ../../include/functions_agents.php:2089 +#: ../../include/functions_agents.php:2101 ../../include/functions.php:1033 +#: ../../include/functions_reporting.php:6402 +#: ../../include/functions_events.php:1145 +#: ../../include/functions_events.php:1418 ../../include/functions_ui.php:908 +msgid "Alert fired" +msgstr "Alert fired" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:618 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:633 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../extensions/agents_alerts.php:323 +#: ../../mobile/operation/alerts.php:253 ../../include/functions_ui.php:908 +msgid "times" +msgstr "amount of times alert was fired" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:622 +#: ../../enterprise/operation/agentes/policy_view.php:269 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 +#: ../../godmode/alerts/alert_list.list.php:637 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../extensions/agents_alerts.php:327 +#: ../../mobile/operation/alerts.php:257 +#: ../../include/functions_reporting.php:6408 +#: ../../include/functions_ui.php:912 +msgid "Alert disabled" +msgstr "Alert disabled" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:626 +#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../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:641 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../operation/snmpconsole/snmp_view.php:646 +#: ../../extensions/agents_alerts.php:331 +#: ../../mobile/operation/alerts.php:261 +#: ../../include/functions_agents.php:2092 +#: ../../include/functions_agents.php:2104 +#: ../../include/functions_reporting.php:6347 +#: ../../include/functions_ui.php:916 +msgid "Alert not fired" +msgstr "Alert not fired" + +#: ../../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/policies/policy_alerts.php:548 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:160 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:775 +#: ../../godmode/users/user_list.php:464 ../../godmode/extensions.php:285 +#: ../../include/functions.php:2569 +msgid "Disable" +msgstr "Disable" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:715 +#: ../../enterprise/godmode/policies/policy_alerts.php:556 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:147 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../godmode/users/user_list.php:467 ../../godmode/extensions.php:281 +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:793 +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:802 +msgid "Set standby" +msgstr "Set standby" + +#: ../../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:660 +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:431 +#: ../../enterprise/include/functions_reporting.php:1968 +#: ../../enterprise/include/functions_reporting.php:2079 +#: ../../enterprise/include/functions_reporting.php:3255 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/configure_alert_template.php:517 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../include/functions.php:911 ../../include/functions_reporting.php:8582 +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/alerts/alert_view.php:209 +#: ../../godmode/alerts/configure_alert_template.php:519 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +#: ../../include/functions.php:913 ../../include/functions_reporting.php:8586 +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/alerts/alert_view.php:210 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +#: ../../include/functions.php:915 ../../include/functions_reporting.php:8590 +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/alerts/alert_view.php:211 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../include/functions.php:917 ../../include/functions_reporting.php:8594 +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/alerts/alert_view.php:212 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../include/functions.php:919 ../../include/functions_reporting.php:8598 +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/alerts/alert_view.php:213 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +#: ../../include/functions.php:921 ../../include/functions_reporting.php:8602 +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/alerts/alert_view.php:214 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../include/functions.php:923 ../../include/functions_reporting.php:8606 +msgid "Sun" +msgstr "Sun" + +#: ../../enterprise/godmode/alerts/alert_events.php:453 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/alert_templates.php:89 +#: ../../godmode/alerts/configure_alert_template.php:545 +#: ../../godmode/snmpconsole/snmp_alert.php:813 +msgid "Time threshold" +msgstr "Time threshold" + +#: ../../enterprise/godmode/alerts/alert_events.php:457 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 +#: ../../godmode/alerts/configure_alert_template.php:549 +#: ../../godmode/snmpconsole/snmp_alert.php:805 +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/alerts/configure_alert_template.php:552 +#: ../../godmode/snmpconsole/snmp_alert.php:808 +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_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:671 +#, php-format +msgid "Field %s" +msgstr "Field %s" + +#: ../../enterprise/godmode/alerts/alert_events.php:505 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/alerts/configure_alert_template.php:754 +#: ../../godmode/snmpconsole/snmp_alert.php:835 +#: ../../godmode/snmpconsole/snmp_alert.php:900 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../operation/integria_incidents/incident.list.php:97 +#: ../../operation/integria_incidents/incident.incident.php:90 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../operation/agentes/estado_generalagente.php:408 +#: ../../include/functions_reporting_html.php:2139 +#: ../../include/functions_events.php:2178 +msgid "Priority" +msgstr "Priority" + +#: ../../enterprise/godmode/alerts/alert_events.php:513 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/policies/policy_alerts.php:509 +#: ../../enterprise/godmode/policies/policy_alerts.php:513 +#: ../../enterprise/meta/advanced/synchronizing.user.php:529 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../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 +#: ../../general/header.php:204 ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/alerts/configure_alert_template.php:584 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_edit_modules.php:255 +#: ../../godmode/massive/massive_edit_modules.php:309 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +#: ../../extensions/insert_data.php:163 +msgid "Select" +msgstr "Select" + +#: ../../enterprise/godmode/alerts/alert_events.php:517 +#: ../../godmode/alerts/configure_alert_action.php:101 +#: ../../godmode/alerts/alert_list.builder.php:109 +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:548 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../general/login_identification_wizard.php:157 +#: ../../godmode/alerts/configure_alert_template.php:801 +msgid "Finish" +msgstr "Finish" + +#: ../../enterprise/godmode/alerts/alert_events.php:552 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 +#: ../../enterprise/dashboard/full_dashboard.php:204 +#: ../../godmode/alerts/configure_alert_template.php:808 +#: ../../godmode/alerts/configure_alert_template.php:812 +msgid "Next" +msgstr "Next" + +#: ../../enterprise/godmode/massive/massive_operations.php:27 +#: ../../enterprise/godmode/menu.php:40 +msgid "Satellite operations" +msgstr "Satellite Operations" + +#: ../../enterprise/godmode/massive/massive_operations.php:47 +#: ../../enterprise/godmode/menu.php:28 +msgid "SNMP operations" +msgstr "SNMP operations" + +#: ../../enterprise/godmode/massive/massive_operations.php:67 +#: ../../enterprise/godmode/menu.php:17 +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_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:394 +#: ../../godmode/massive/massive_edit_modules.php:439 +#: ../../godmode/massive/massive_edit_modules.php:454 +#: ../../godmode/massive/massive_edit_modules.php:458 +#: ../../godmode/massive/massive_edit_modules.php:476 +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/massive/massive_edit_modules.php:517 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:546 +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:583 +msgid "No change" +msgstr "No change" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:725 +msgid "Cold start (0)" +msgstr "Cold start (0)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:728 +msgid "Warm start (1)" +msgstr "Warm start (1)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:731 +msgid "Link down (2)" +msgstr "Link down (2)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:734 +msgid "Link up (3)" +msgstr "Link up (3)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:737 +msgid "Authentication failure (4)" +msgstr "Authentication failure (4)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../godmode/groups/configure_group.php:176 +#: ../../operation/integria_incidents/incident_statistics.php:58 +#: ../../operation/users/user_edit.php:306 +#: ../../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/gis_maps/render_view.php:149 +#: ../../extensions/api_checker.php:152 ../../include/functions_graph.php:2357 +#: ../../include/functions_graph.php:2507 +#: ../../include/functions_graph.php:2548 +#: ../../include/functions_graph.php:2589 +#: ../../include/functions_graph.php:2645 +#: ../../include/functions_graph.php:2701 +#: ../../include/functions_graph.php:2755 +#: ../../include/functions_graph.php:2928 +#: ../../include/functions_graph.php:3068 +#: ../../include/functions_graph.php:3124 +#: ../../include/functions_graph.php:4075 +msgid "Other" +msgstr "Other" + +#: ../../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:217 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 +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_modify_alerts_snmp.php:220 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 +#: ../../godmode/snmpconsole/snmp_alert.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:897 +#: ../../operation/snmpconsole/snmp_view.php:420 +msgid "Trap type" +msgstr "Trap type" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 +#: ../../enterprise/godmode/policies/policy_linking.php:68 +#: ../../enterprise/godmode/policies/policies.php:239 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +#: ../../enterprise/godmode/setup/setup_acl.php:133 +#: ../../enterprise/godmode/setup/setup_skins.php:91 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 +#: ../../enterprise/operation/services/services.list.php:272 +#: ../../enterprise/operation/services/services.list.php:278 +#: ../../enterprise/extensions/ipam/ipam_network.php:328 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:662 +#: ../../godmode/reporting/reporting_builder.list_items.php:173 +#: ../../godmode/reporting/reporting_builder.list_items.php:196 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/netflow/nf_item_list.php:148 ../../godmode/tag/tag.php:161 +#: ../../godmode/snmpconsole/snmp_alert.php:908 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/agentes/module_manager.php:49 ../../operation/tree.php:147 +#: ../../operation/netflow/nf_live_view.php:302 +#: ../../operation/incidents/incident.php:230 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/agentes/estado_monitores.php:453 +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/networkmap_list.php:190 +msgid "Filter" +msgstr "Filter" + +#: ../../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:243 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:282 +#: ../../extensions/realtime_graphs.php:108 +#: ../../include/functions_snmp_browser.php:401 +msgid "OID" +msgstr "OID" + +#: ../../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 +#: ../../godmode/snmpconsole/snmp_alert.php:551 +#: ../../godmode/snmpconsole/snmp_alert.php:1047 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../operation/snmpconsole/snmp_view.php:509 +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:275 +#: ../../enterprise/meta/advanced/metasetup.visual.php:145 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/setup/setup_visuals.php:664 +#: ../../godmode/snmpconsole/snmp_alert.php:832 +#: ../../extensions/agents_alerts.php:81 +#: ../../extensions/agents_modules.php:89 ../../include/functions_html.php:719 +#: ../../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 ../../include/functions.php:430 +#: ../../include/functions.php:564 +msgid "seconds" +msgstr "seconds" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:860 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/functions_visual_map_editor.php:464 +msgid "Position" +msgstr "Position" + +#: ../../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:83 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 +#: ../../enterprise/godmode/policies/policy_queue.php:331 +#: ../../enterprise/godmode/policies/policy_queue.php:374 +#: ../../enterprise/godmode/agentes/inventory_manager.php:231 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/plugins_manager.php:110 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/policy_view.php:48 +#: ../../enterprise/extensions/resource_exportation/functions.php:17 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/meta/advanced/policymanager.sync.php:306 +#: ../../enterprise/include/functions_policies.php:3751 +#: ../../godmode/alerts/alert_view.php:123 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../operation/agentes/status_monitor.php:927 +#: ../../operation/agentes/ver_agente.php:1178 +#: ../../include/ajax/module.php:721 +msgid "Policy" +msgstr "Policy" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +msgid "Tags unused" +msgstr "Tags unused" + +#: ../../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 +#: ../../enterprise/godmode/agentes/collection_manager.php:167 +#: ../../godmode/events/event_edit_filter.php:345 +#: ../../godmode/events/event_edit_filter.php:360 +#: ../../operation/events/events_list.php:330 +#: ../../operation/events/events_list.php:357 +msgid "Remove" +msgstr "Remove" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +msgid "Tags used" +msgstr "Tags 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_add_alerts_policy.php:102 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 +#: ../../enterprise/godmode/policies/policy_alerts.php:507 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_delete_alerts.php:206 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../extensions/module_groups.php:46 +msgid "Alert template" +msgstr "Alert template" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 +#: ../../include/functions_alerts.php:548 +msgid "Regular expression" +msgstr "Regular expression" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 +msgid "Modules agents in policy" +msgstr "Module agents in policy" + +#: ../../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_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:215 +msgid "Filter module" +msgstr "Filter Module" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_alerts.php:226 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_edit_modules.php:343 +msgid "When select agents" +msgstr "When selecting agents" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:228 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:346 +msgid "Show common modules" +msgstr "Show common modules" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:228 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:347 +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 +#: ../../godmode/massive/massive_edit_modules.php:356 +#: ../../godmode/modules/manage_network_components_form_common.php:106 +#: ../../godmode/agentes/module_manager_editor_common.php:240 +#: ../../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:219 +#: ../../enterprise/godmode/modules/configure_local_component.php:234 +#: ../../enterprise/dashboard/widgets/top_n.php:78 +#: ../../godmode/alerts/configure_alert_template.php:612 +#: ../../godmode/massive/massive_edit_modules.php:360 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:494 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +#: ../../godmode/modules/manage_network_components_form_common.php:120 +#: ../../include/functions_reporting_html.php:2396 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_graph.php:4031 +#: ../../include/functions_alerts.php:551 +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:222 +#: ../../enterprise/godmode/modules/configure_local_component.php:237 +#: ../../enterprise/dashboard/widgets/top_n.php:77 +#: ../../godmode/alerts/configure_alert_template.php:617 +#: ../../godmode/massive/massive_edit_modules.php:369 +#: ../../godmode/massive/massive_edit_modules.php:415 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_common.php:110 +#: ../../godmode/modules/manage_network_components_form_common.php:123 +#: ../../godmode/agentes/module_manager_editor_common.php:248 +#: ../../godmode/agentes/module_manager_editor_common.php:267 +#: ../../include/functions_reporting_html.php:2397 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_graph.php:4031 +#: ../../include/functions_alerts.php:550 +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:225 +#: ../../enterprise/godmode/modules/configure_local_component.php:240 +#: ../../godmode/massive/massive_edit_modules.php:378 +#: ../../godmode/massive/massive_edit_modules.php:424 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +#: ../../godmode/modules/manage_network_components_form_common.php:126 +#: ../../godmode/agentes/module_manager_editor_common.php:253 +#: ../../godmode/agentes/module_manager_editor_common.php:272 +#: ../../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:233 +#: ../../godmode/massive/massive_edit_modules.php:402 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/agentes/module_manager_editor_common.php:260 +#: ../../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_edit_modules_satellite.php:354 +#: ../../enterprise/godmode/policies/policy_queue.php:378 +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +msgid "Finished" +msgstr "Finished" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 +#: ../../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/dashboard/widgets/service_map.php:86 +#: ../../enterprise/load_enterprise.php:1 +#: ../../godmode/massive/massive_edit_agents.php:386 +#: ../../operation/gis_maps/render_view.php:148 +#: ../../include/functions_config.php:511 +#: ../../include/functions_config.php:1497 +msgid "Ok" +msgstr "Ok" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 +#: ../../enterprise/godmode/policies/policy_queue.php:377 +#: ../../enterprise/extensions/ipam/ipam_network.php:151 +#: ../../enterprise/extensions/ipam/ipam_network.php:167 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +msgid "Progress" +msgstr "Progress" + +#: ../../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_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:182 +msgid "SNMP Alerts to be deleted" +msgstr "SNMP alerts to be deleted" + +#: ../../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_modules.php:436 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 +#: ../../enterprise/godmode/policies/policy_collections.php:37 +#: ../../enterprise/godmode/policies/policy_agents.php:80 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 +#: ../../enterprise/godmode/policies/policy_alerts.php:60 +#: ../../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:122 +#: ../../enterprise/godmode/policies/policies.php:333 +#: ../../enterprise/include/functions_policies.php:3244 +msgid "Linking" +msgstr "Linking" + +#: ../../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 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +#: ../../godmode/agentes/modificar_agente.php:155 +#: ../../operation/agentes/estado_agente.php:175 +msgid "Recursion" +msgstr "Recursion" + +#: ../../enterprise/godmode/policies/policies.php:235 +#: ../../enterprise/godmode/policies/policy_collections.php:176 +#: ../../enterprise/godmode/agentes/collections.php:169 +#: ../../enterprise/godmode/agentes/collection_manager.php:44 +#: ../../enterprise/extensions/translate_string.php:254 +#: ../../enterprise/extensions/translate_string.php:255 +#: ../../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/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:337 +#: ../../enterprise/godmode/policies/policy_collections.php:29 +#: ../../enterprise/godmode/policies/policy_collections.php:173 +#: ../../enterprise/godmode/agentes/collections.editor.php:50 +#: ../../enterprise/godmode/agentes/collections.data.php:42 +#: ../../enterprise/godmode/menu.php:49 +#: ../../enterprise/include/functions_policies.php:3253 +#: ../../general/firts_task/collections.php:25 +msgid "Collections" +msgstr "Collections" + +#: ../../enterprise/godmode/policies/policies.php:349 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 +#: ../../enterprise/include/functions_policies.php:3234 +msgid "External alerts" +msgstr "External alerts" + +#: ../../enterprise/godmode/policies/policies.php:353 +#: ../../enterprise/godmode/policies/policy.php:46 +#: ../../enterprise/include/functions_policies.php:3262 +msgid "Queue" +msgstr "Queue" + +#: ../../enterprise/godmode/policies/policies.php:382 +#: ../../enterprise/godmode/policies/policy_modules.php:1172 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 +#: ../../enterprise/dashboard/dashboards.php:90 +#: ../../enterprise/dashboard/dashboards.php:124 +#: ../../godmode/reporting/map_builder.php:214 +#: ../../godmode/alerts/alert_actions.php:342 +#: ../../godmode/massive/massive_copy_modules.php:224 +msgid "Copy" +msgstr "Copy" + +#: ../../enterprise/godmode/policies/policies.php:397 +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:403 +msgid "Deleting all policy agents" +msgstr "Deleting all policy agents" + +#: ../../enterprise/godmode/policies/policies.php:406 +msgid "All the policy agents will be deleted" +msgstr "All the policy agents will be deleted." + +#: ../../enterprise/godmode/policies/policies.php:410 +msgid "Delete all agents" +msgstr "Delete all agents" + +#: ../../enterprise/godmode/policies/policy_modules.php:21 +#: ../../enterprise/godmode/policies/policy_modules.php:1226 +#: ../../godmode/agentes/module_manager_editor_common.php:396 +msgid "Not needed" +msgstr "Not needed" + +#: ../../enterprise/godmode/policies/policy_modules.php:212 +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:270 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 +msgid "Edit module" +msgstr "Edit module" + +#: ../../enterprise/godmode/policies/policy_modules.php:276 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 +msgid "Add module" +msgstr "Add module" + +#: ../../enterprise/godmode/policies/policy_modules.php:301 +msgid "Module macros" +msgstr "Module macros" + +#: ../../enterprise/godmode/policies/policy_modules.php:398 +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:426 +#, 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:428 +#, 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:669 +#: ../../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:670 +msgid "Could not be added module." +msgstr "Module could not be added." + +#: ../../enterprise/godmode/policies/policy_modules.php:891 +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:894 +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:921 +#: ../../enterprise/godmode/policies/policy_modules.php:935 +#: ../../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:925 +msgid "Could not be added to deleted all modules." +msgstr "Could not be added to deleted all modules." + +#: ../../enterprise/godmode/policies/policy_modules.php:940 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 +#: ../../enterprise/godmode/policies/policy_collections.php:73 +#: ../../enterprise/godmode/policies/policy_agents.php:95 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 +#: ../../enterprise/godmode/policies/policy_alerts.php:169 +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +msgid "Successfully reverted deletion" +msgstr "Reverting deletion successful." + +#: ../../enterprise/godmode/policies/policy_modules.php:941 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 +#: ../../enterprise/godmode/policies/policy_collections.php:74 +#: ../../enterprise/godmode/policies/policy_agents.php:96 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 +#: ../../enterprise/godmode/policies/policy_alerts.php:170 +#: ../../enterprise/godmode/policies/policy_plugins.php:43 +msgid "Could not be reverted" +msgstr "Could not be reverted." + +#: ../../enterprise/godmode/policies/policy_modules.php:982 +#: ../../godmode/agentes/configurar_agente.php:1414 +#, php-format +msgid "copy of %s" +msgstr "copy of %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:994 +#: ../../godmode/agentes/configurar_agente.php:1424 +#, php-format +msgid "copy of %s (%d)" +msgstr "copy of %s (%d)" + +#: ../../enterprise/godmode/policies/policy_modules.php:1011 +msgid "Successfully duplicate the module." +msgstr "Duplication of the module successful." + +#: ../../enterprise/godmode/policies/policy_modules.php:1012 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 +msgid "Could not be duplicated" +msgstr "Could not be duplicated" + +#: ../../enterprise/godmode/policies/policy_modules.php:1071 +msgid "Local component" +msgstr "Local component" + +#: ../../enterprise/godmode/policies/policy_modules.php:1080 +#: ../../enterprise/godmode/policies/policy_modules.php:1081 +#: ../../godmode/agentes/module_manager.php:695 +msgid "Enable module" +msgstr "Enable module" + +#: ../../enterprise/godmode/policies/policy_modules.php:1086 +#: ../../enterprise/godmode/policies/policy_modules.php:1087 +#: ../../godmode/agentes/module_manager.php:700 +msgid "Disable module" +msgstr "Disable module" + +#: ../../enterprise/godmode/policies/policy_modules.php:1103 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/policies/policy_agents.php:473 +#: ../../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:1137 +msgid "There are no defined modules" +msgstr "There are no defined modules" + +#: ../../enterprise/godmode/policies/policy_modules.php:1148 +#: ../../enterprise/operation/log/log_viewer.php:246 +#: ../../enterprise/operation/log/log_viewer.php:252 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +#: ../../general/ui/agents_list.php:121 +#: ../../godmode/massive/massive_copy_modules.php:164 +#: ../../operation/reporting/reporting_viewer.php:237 +#: ../../extensions/system_info.php:495 +msgid "Loading" +msgstr "Loading" + +#: ../../enterprise/godmode/policies/policy_modules.php:1154 +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "Copy modules" + +#: ../../enterprise/godmode/policies/policy_modules.php:1155 +msgid "Copy selected modules to policy: " +msgstr "Copy selected modules to policy : " + +#: ../../enterprise/godmode/policies/policy_modules.php:1195 +#: ../../godmode/agentes/module_manager_editor.php:515 +msgid "No module name provided" +msgstr "No module name provided" + +#: ../../enterprise/godmode/policies/policy_modules.php:1196 +#: ../../godmode/agentes/module_manager_editor.php:516 +msgid "No target IP provided" +msgstr "No target IP provided" + +#: ../../enterprise/godmode/policies/policy_modules.php:1197 +#: ../../godmode/agentes/module_manager_editor.php:517 +msgid "No SNMP OID provided" +msgstr "No SNMP OID provided" + +#: ../../enterprise/godmode/policies/policy_modules.php:1292 +msgid "Variable" +msgstr "Variable" + +#: ../../enterprise/godmode/policies/policy_modules.php:1332 +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:1352 +msgid "Please select any module to copy" +msgstr "Please select any module to copy" + +#: ../../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:169 +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../godmode/agentes/configurar_agente.php:511 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/events/events_rss.php:185 +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:535 +#: ../../operation/snmpconsole/snmp_view.php:829 +#: ../../operation/agentes/estado_monitores.php:430 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:978 +#: ../../include/functions_events.php:3350 +msgid "Alert" +msgstr "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/godmode/policies/configure_policy.php:38 +#: ../../enterprise/include/functions_policies.php:3197 +#: ../../godmode/agentes/configurar_agente.php:268 +#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:217 +#: ../../godmode/menu.php:224 ../../operation/gis_maps/render_view.php:116 +#: ../../operation/agentes/estado_agente.php:135 +msgid "Setup" +msgstr "Setup" + +#: ../../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: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_collections.php:161 +#: ../../enterprise/godmode/policies/policy_collections.php:213 +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/policy_view.php:164 +msgid "Outdate" +msgstr "Outdated" + +#: ../../enterprise/godmode/policies/policy.php:54 +#: ../../enterprise/godmode/agentes/configurar_agente.php:49 +#: ../../enterprise/include/functions_policies.php:3280 +#: ../../godmode/agentes/configurar_agente.php:504 +msgid "Agent plugins" +msgstr "Agent plugins" + +#: ../../enterprise/godmode/policies/policy.php:110 +#: ../../enterprise/godmode/policies/policy.php:133 +#: ../../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:113 +#: ../../enterprise/godmode/policies/policy.php:134 +#: ../../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:116 +#: ../../enterprise/godmode/policies/policy.php:137 +#: ../../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/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:242 +#: ../../enterprise/godmode/policies/policy_agents.php:258 +#: ../../enterprise/godmode/policies/policy_agents.php:362 +#: ../../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_add_action_alerts.php:139 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_delete_alerts.php:215 +#: ../../godmode/massive/massive_edit_agents.php:208 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_edit_modules.php:284 +#: ../../godmode/massive/massive_delete_action_alerts.php:141 +#: ../../godmode/massive/massive_standby_alerts.php:139 +msgid "Group recursion" +msgstr "Group recursion" + +#: ../../enterprise/godmode/policies/policy_agents.php:284 +msgid "Agents in Policy" +msgstr "Agents in Policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:321 +msgid "Add agents to policy" +msgstr "Add agents to policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:327 +msgid "Delete agents from policy" +msgstr "Delete agents from policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:367 +msgid "Applied" +msgstr "Applied" + +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Not applied" +msgstr "Not applied" + +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../godmode/massive/massive_edit_agents.php:349 +#: ../../godmode/servers/servers.build_table.php:161 +#: ../../godmode/agentes/agent_manager.php:314 +#: ../../godmode/agentes/configurar_agente.php:416 +#: ../../godmode/agentes/configurar_agente.php:526 +#: ../../operation/agentes/estado_generalagente.php:293 +msgid "Remote configuration" +msgstr "Remote configuration" + +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../enterprise/operation/agentes/policy_view.php:304 +msgid "R." +msgstr "R." + +#: ../../enterprise/godmode/policies/policy_agents.php:379 +msgid "Unlinked modules" +msgstr "Unlinked modules" + +#: ../../enterprise/godmode/policies/policy_agents.php:379 +msgid "U." +msgstr "U." + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +#: ../../enterprise/godmode/policies/policy_queue.php:415 +#: ../../enterprise/meta/advanced/policymanager.queue.php:306 +#: ../../enterprise/meta/advanced/policymanager.apply.php:215 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 +#: ../../include/functions_visual_map_editor.php:334 +msgid "Apply" +msgstr "Apply" + +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/operation/agentes/policy_view.php:50 +msgid "Last application" +msgstr "Last application" + +#: ../../enterprise/godmode/policies/policy_agents.php:382 +msgid "Add to delete queue" +msgstr "Add to delete queue" + +#: ../../enterprise/godmode/policies/policy_agents.php:382 +#: ../../godmode/agentes/module_manager.php:533 +msgid "D." +msgstr "D." + +#: ../../enterprise/godmode/policies/policy_agents.php:427 +#: ../../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:432 +msgid "This agent can not be remotely configured" +msgstr "This agent can not be remotely configured." + +#: ../../enterprise/godmode/policies/policy_agents.php:456 +#: ../../enterprise/godmode/policies/policy_queue.php:176 +msgid "Add to apply queue" +msgstr "Add to apply queue" + +#: ../../enterprise/godmode/policies/policy_agents.php:487 +#: ../../enterprise/operation/agentes/policy_view.php:62 +msgid "Policy applied" +msgstr "Policy applied" + +#: ../../enterprise/godmode/policies/policy_agents.php:491 +msgid "Need apply" +msgstr "Need apply" + +#: ../../enterprise/godmode/policies/policy_agents.php:499 +msgid "Applying policy" +msgstr "Applying policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:505 +msgid "Deleting from policy" +msgstr "Deleting from policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:519 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_alerts.php:83 +#: ../../godmode/massive/massive_edit_agents.php:90 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../include/functions_visual_map.php:1233 +#: ../../include/functions_visual_map.php:1466 +msgid "No agents selected" +msgstr "No agents selected" + +#: ../../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: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 +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/snmpconsole/snmp_alert.php:913 +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/agentes/graphs.php:163 +msgid "Toggle filter(s)" +msgstr "Toggle filter(s)" + +#: ../../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: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:470 +#: ../../enterprise/extensions/ipam/ipam_network.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:236 +#: ../../enterprise/dashboard/widgets/top_n.php:286 +#: ../../enterprise/dashboard/main_dashboard.php:220 +#: ../../enterprise/include/functions_networkmap_enterprise.php:615 +#: ../../general/login_page.php:46 ../../general/login_page.php:199 +#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/visual_console/public_console.php:112 +#: ../../operation/visual_console/render_view.php:173 +#: ../../operation/servers/recon_view.php:49 +#: ../../operation/agentes/networkmap.php:584 +#: ../../extensions/agents_alerts.php:79 +#: ../../extensions/agents_modules.php:87 ../../include/ajax/module.php:782 +msgid "Refresh" +msgstr "Refresh" + +#: ../../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 +msgid "Apply all" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:493 +msgid "Delete all" +msgstr "Delete all" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/menu.php:59 +#: ../../enterprise/include/functions_policies.php:3215 +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/modules/manage_inventory_modules.php:92 +#: ../../enterprise/godmode/agentes/inventory_manager.php:108 +msgid "Successfully updated inventory module" +msgstr "Successfully updated inventory module" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 +#: ../../enterprise/godmode/agentes/inventory_manager.php:111 +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:188 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 +#: ../../enterprise/godmode/modules/configure_local_component.php:215 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:80 +#: ../../enterprise/godmode/agentes/inventory_manager.php:174 +#: ../../enterprise/godmode/agentes/inventory_manager.php:236 +#: ../../enterprise/extensions/ipam/ipam_network.php:125 +#: ../../enterprise/extensions/ipam/ipam_list.php:162 +#: ../../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/meta/agentsearch.php:94 +#: ../../enterprise/include/functions_reporting_pdf.php:2363 +#: ../../godmode/massive/massive_edit_agents.php:283 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/modules/manage_network_components_form_common.php:102 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:247 +#: ../../godmode/agentes/module_manager_editor_common.php:342 +#: ../../godmode/agentes/module_manager_editor_common.php:368 +#: ../../godmode/agentes/agent_manager.php:246 +#: ../../godmode/agentes/module_manager.php:524 +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 +#: ../../operation/search_modules.php:50 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/agentes/status_monitor.php:955 +#: ../../operation/agentes/estado_agente.php:487 +#: ../../operation/agentes/estado_generalagente.php:201 +#: ../../mobile/operation/modules.php:497 +#: ../../mobile/operation/modules.php:500 +#: ../../mobile/operation/modules.php:501 +#: ../../mobile/operation/modules.php:673 +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:493 +msgid "Interval" +msgstr "Interval" + +#: ../../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:198 +#: ../../enterprise/godmode/agentes/inventory_manager.php:184 +#: ../../include/functions_netflow.php:1091 ../../include/functions.php:2020 +#: ../../include/ajax/module.php:126 +msgid "1 month" +msgstr "1 month" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 +#: ../../enterprise/godmode/agentes/inventory_manager.php:188 +#: ../../godmode/massive/massive_edit_modules.php:506 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +msgid "Username" +msgstr "Username" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 +#: ../../enterprise/godmode/setup/setup_auth.php:76 +#: ../../enterprise/godmode/setup/setup_auth.php:108 +#: ../../enterprise/godmode/setup/setup_auth.php:140 +#: ../../enterprise/godmode/servers/manage_export_form.php:101 +#: ../../enterprise/godmode/agentes/inventory_manager.php:191 +#: ../../enterprise/extensions/vmware/main.php:230 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/meta/general/login_page.php:95 +#: ../../enterprise/meta/include/functions_meta.php:859 +#: ../../enterprise/meta/include/functions_meta.php:912 +#: ../../enterprise/meta/include/functions_meta.php:965 +#: ../../enterprise/meta/include/functions_wizard_meta.php:402 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 +#: ../../enterprise/include/functions_setup.php:30 +#: ../../enterprise/include/functions_setup.php:59 +#: ../../general/login_page.php:141 ../../general/login_page.php:165 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 +#: ../../extensions/api_checker.php:119 +#: ../../mobile/include/user.class.php:252 +#: ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 +msgid "Password" +msgstr "Password" + +#: ../../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_alerts.php:239 +#: ../../enterprise/godmode/policies/policy_alerts.php:438 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../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_list.builder.php:113 +#: ../../godmode/alerts/alert_view.php:75 ../../operation/search_alerts.php:45 +#: ../../operation/servers/recon_view.php:101 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../extensions/agents_alerts.php:344 +#: ../../mobile/operation/alerts.php:270 +#: ../../include/functions_reporting_html.php:1377 +#: ../../include/functions_reporting_html.php:1415 +#: ../../include/functions_reporting_html.php:1451 +#: ../../include/functions_treeview.php:328 +#: ../../include/functions_treeview.php:369 +msgid "Template" +msgstr "Template" + +#: ../../enterprise/godmode/policies/policy_alerts.php:511 +msgid "Policy module" +msgstr "Policy module" + +#: ../../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:203 +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/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/local_components.php:89 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/meta/general/main_header.php:258 +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Module management" +msgstr "Module management" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 +#: ../../enterprise/operation/log/log_viewer.php:155 +#: ../../enterprise/extensions/backup/main.php:57 +#: ../../godmode/setup/setup_general.php:186 +#: ../../godmode/netflow/nf_edit.php:43 +#: ../../operation/netflow/nf_live_view.php:111 +msgid "Not supported in Windows systems" +msgstr "Not supported for Windows systems" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 +#: ../../enterprise/godmode/agentes/inventory_manager.php:129 +msgid "Inventory module error" +msgstr "Inventory module error" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 +#: ../../enterprise/godmode/modules/configure_local_component.php:160 +#: ../../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/extensions/ipam/ipam_network.php:538 +#: ../../enterprise/meta/agentsearch.php:93 +#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../godmode/massive/massive_edit_agents.php:287 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:286 +#: ../../godmode/agentes/agent_manager.php:252 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/agentes/modificar_agente.php:454 ../../operation/tree.php:55 +#: ../../operation/tree.php:94 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 ../../operation/gis_maps/ajax.php:276 +#: ../../operation/agentes/estado_agente.php:482 +#: ../../operation/agentes/estado_generalagente.php:128 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:315 +#: ../../include/functions_reporting_html.php:1543 +#: ../../include/functions_events.php:2038 +msgid "OS" +msgstr "OS" + +#: ../../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_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_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:759 +#: ../../godmode/modules/manage_network_components_form_common.php:56 +msgid "Wizard level" +msgstr "Wizard level" + +#: ../../enterprise/godmode/modules/configure_local_component.php:149 +#: ../../enterprise/meta/advanced/metasetup.setup.php:107 +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:676 +#: ../../godmode/alerts/configure_alert_template.php:690 +#: ../../godmode/alerts/configure_alert_template.php:762 +#: ../../godmode/modules/manage_network_components_form_common.php:57 +#: ../../godmode/users/configure_user.php:529 +msgid "Basic" +msgstr "Basic" + +#: ../../enterprise/godmode/modules/configure_local_component.php:150 +#: ../../enterprise/meta/general/main_header.php:237 +#: ../../enterprise/meta/general/main_header.php:308 +#: ../../enterprise/meta/general/logon_ok.php:64 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:680 +#: ../../godmode/alerts/configure_alert_template.php:694 +#: ../../godmode/alerts/configure_alert_template.php:763 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/users/configure_user.php:530 +#: ../../operation/netflow/nf_live_view.php:305 +msgid "Advanced" +msgstr "Advanced" + +#: ../../enterprise/godmode/modules/configure_local_component.php:168 +#: ../../godmode/massive/massive_edit_modules.php:561 +#: ../../godmode/modules/manage_network_components_form_common.php:155 +#: ../../godmode/agentes/module_manager_editor_common.php:414 +#, fuzzy +msgid "Discard unknown events" +msgstr "Discard unknown events" + +#: ../../enterprise/godmode/modules/configure_local_component.php:228 +#: ../../enterprise/godmode/modules/configure_local_component.php:243 #: ../../enterprise/meta/include/functions_wizard_meta.php:840 #: ../../enterprise/meta/include/functions_wizard_meta.php:849 #: ../../enterprise/meta/include/functions_wizard_meta.php:926 @@ -7747,1414 +7635,3530 @@ msgstr "Max." #: ../../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/massive/massive_edit_modules.php:388 +#: ../../godmode/massive/massive_edit_modules.php:434 #: ../../godmode/modules/manage_network_components_form_common.php:116 #: ../../godmode/modules/manage_network_components_form_common.php:129 #: ../../godmode/agentes/module_manager_editor_common.php:258 #: ../../godmode/agentes/module_manager_editor_common.php:277 -#: ../../godmode/massive/massive_edit_modules.php:377 -#: ../../godmode/massive/massive_edit_modules.php:423 msgid "Inverse interval" msgstr "Inverse interval" -#: ../../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/godmode/modules/configure_local_component.php:246 +#: ../../godmode/massive/massive_edit_modules.php:523 +#: ../../godmode/modules/manage_network_components_form_common.php:132 +#: ../../godmode/agentes/module_manager_editor_common.php:281 +msgid "FF threshold" +msgstr "FF threshold" -#: ../../enterprise/meta/include/functions_wizard_meta.php:946 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:98 -msgid "Proxy URL" -msgstr "Proxy URL" +#: ../../enterprise/godmode/modules/configure_local_component.php:248 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:526 +#: ../../godmode/modules/manage_network_components_form_common.php:134 +#: ../../godmode/agentes/module_manager_editor_common.php:284 +msgid "All state changing" +msgstr "Change all statuses" -#: ../../enterprise/meta/include/functions_wizard_meta.php:951 -msgid "Web configuration" -msgstr "Web configuration" +#: ../../enterprise/godmode/modules/configure_local_component.php:251 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:527 +#: ../../godmode/modules/manage_network_components_form_common.php:137 +#: ../../godmode/agentes/module_manager_editor_common.php:287 +msgid "Each state changing" +msgstr "Change each status" -#: ../../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/godmode/modules/configure_local_component.php:252 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/modules/manage_network_components_form_common.php:138 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +msgid "To normal" +msgstr "To 'normal'" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 -msgid " Inverse interval " -msgstr " Inverse interval " +#: ../../enterprise/godmode/modules/configure_local_component.php:254 +#: ../../godmode/massive/massive_edit_modules.php:529 +#: ../../godmode/modules/manage_network_components_form_common.php:140 +#: ../../godmode/agentes/module_manager_editor_common.php:291 +msgid "To warning" +msgstr "To 'warning'" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 -msgid "Alerts in module" -msgstr "Alerts in module" +#: ../../enterprise/godmode/modules/configure_local_component.php:256 +#: ../../godmode/massive/massive_edit_modules.php:530 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:294 +msgid "To critical" +msgstr "To 'critical'" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 -#: ../../include/functions_reporting_html.php:2137 -msgid "Alert description" -msgstr "Alert description" +#: ../../enterprise/godmode/modules/configure_local_component.php:260 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +#: ../../godmode/agentes/module_manager_editor_common.php:297 +#: ../../include/functions_reporting.php:2221 +msgid "Historical data" +msgstr "Historical data" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 -msgid "Checks" -msgstr "Checks" +#: ../../enterprise/godmode/modules/configure_local_component.php:263 +#: ../../godmode/massive/massive_edit_modules.php:534 +#: ../../godmode/agentes/module_manager_editor_common.php:425 +msgid "FF timeout" +msgstr "FlipFlop timeout" -#: ../../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 +#: ../../enterprise/godmode/modules/configure_local_component.php:265 +#: ../../godmode/massive/massive_edit_modules.php:535 +#: ../../godmode/agentes/module_manager_editor_common.php:431 msgid "" -"There was an error creating the alerts, the operation has been cancelled" +"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 "" -"There was an error creating the alerts, the operation has been cancelled" +"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/meta/include/functions_wizard_meta.php:1904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 -#: ../../enterprise/godmode/policies/policy_modules.php:669 -msgid "Successfully added module." -msgstr "Module successfully added." - -#: ../../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/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 -#: ../../operation/incidents/incident.php:246 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../operation/integria_incidents/incident.incident.php:90 -#: ../../operation/integria_incidents/incident.list.php:97 -#: ../../operation/agentes/estado_generalagente.php:408 -#: ../../godmode/alerts/alert_list.list.php:127 -#: ../../godmode/alerts/configure_alert_template.php:754 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/agentes/agent_incidents.php:88 -#: ../../godmode/snmpconsole/snmp_alert.php:835 -#: ../../godmode/snmpconsole/snmp_alert.php:900 -#: ../../include/functions_events.php:2171 -#: ../../include/functions_reporting_html.php:2139 -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/godmode/reporting/reporting_builder.template_item.php:1321 -#: ../../enterprise/include/functions_reporting_pdf.php:1707 -#: ../../enterprise/include/functions_reporting.php:1145 -#: ../../enterprise/include/functions_reporting.php:1401 -#: ../../enterprise/include/functions_reporting.php:1835 -#: ../../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:797 -#: ../../include/functions_html.php:846 -msgid "Monday" -msgstr "Monday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1327 -#: ../../enterprise/include/functions_reporting_pdf.php:1708 -#: ../../enterprise/include/functions_reporting.php:1146 -#: ../../enterprise/include/functions_reporting.php:1402 -#: ../../enterprise/include/functions_reporting.php:1836 -#: ../../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:803 -#: ../../include/functions_html.php:847 -msgid "Tuesday" -msgstr "Tuesday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1333 -#: ../../enterprise/include/functions_reporting_pdf.php:1709 -#: ../../enterprise/include/functions_reporting.php:1147 -#: ../../enterprise/include/functions_reporting.php:1403 -#: ../../enterprise/include/functions_reporting.php:1837 -#: ../../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:809 -#: ../../include/functions_html.php:848 -msgid "Wednesday" -msgstr "Wednesday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1339 -#: ../../enterprise/include/functions_reporting_pdf.php:1710 -#: ../../enterprise/include/functions_reporting.php:1148 -#: ../../enterprise/include/functions_reporting.php:1404 -#: ../../enterprise/include/functions_reporting.php:1838 -#: ../../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:815 -#: ../../include/functions_html.php:849 -msgid "Thursday" -msgstr "Thursday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1345 -#: ../../enterprise/include/functions_reporting_pdf.php:1711 -#: ../../enterprise/include/functions_reporting.php:1149 -#: ../../enterprise/include/functions_reporting.php:1405 -#: ../../enterprise/include/functions_reporting.php:1839 -#: ../../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:821 -#: ../../include/functions_html.php:850 -msgid "Friday" -msgstr "Friday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1351 -#: ../../enterprise/include/functions_reporting_pdf.php:1712 -#: ../../enterprise/include/functions_reporting.php:1150 -#: ../../enterprise/include/functions_reporting.php:1406 -#: ../../enterprise/include/functions_reporting.php:1840 -#: ../../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:827 -#: ../../include/functions_html.php:851 -msgid "Saturday" -msgstr "Saturday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1357 -#: ../../enterprise/include/functions_reporting_pdf.php:1713 -#: ../../enterprise/include/functions_reporting.php:1151 -#: ../../enterprise/include/functions_reporting.php:1407 -#: ../../enterprise/include/functions_reporting.php:1841 -#: ../../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:833 -#: ../../include/functions_html.php:845 -msgid "Sunday" -msgstr "Sunday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../enterprise/extensions/ipam/ipam_editor.php:95 -#: ../../enterprise/godmode/setup/setup_history.php:64 -#: ../../godmode/alerts/alert_templates.php:73 -#: ../../include/functions_config.php:654 -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: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:143 -#: ../../enterprise/godmode/alerts/alert_events.php:453 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 -#: ../../godmode/alerts/configure_alert_template.php:545 -#: ../../godmode/alerts/alert_view.php:306 -#: ../../godmode/alerts/alert_templates.php:89 -#: ../../godmode/snmpconsole/snmp_alert.php:813 -msgid "Time threshold" -msgstr "Time threshold" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/include/functions_reporting_pdf.php:2213 -#: ../../enterprise/include/functions_reporting_pdf.php:2249 -#: ../../enterprise/include/functions_reporting_pdf.php:2287 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:199 -#: ../../godmode/alerts/alert_list.list.php:531 -#: ../../godmode/alerts/alert_list.list.php:535 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../godmode/agentes/planned_downtime.list.php:143 -msgid "From" -msgstr "From" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -#: ../../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_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/include/functions_reporting.php:1959 -#: ../../enterprise/include/functions_reporting.php:2070 -#: ../../enterprise/include/functions_reporting.php:3246 -#: ../../operation/reporting/reporting_viewer.php:203 -#: ../../godmode/alerts/alert_list.list.php:532 -#: ../../godmode/alerts/alert_list.list.php:610 -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../godmode/alerts/alert_templates.php:96 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -#: ../../include/functions_reporting.php:8561 -msgid "to" -msgstr "to" - -#: ../../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 -#: ../../extensions/agents_alerts.php:330 -#: ../../mobile/operation/alerts.php:261 -#: ../../operation/snmpconsole/snmp_view.php:646 -#: ../../godmode/alerts/alert_list.list.php:641 -#: ../../godmode/alerts/alert_view.php:93 -#: ../../include/functions_reporting.php:6345 -#: ../../include/functions_ui.php:915 ../../include/functions_agents.php:2090 -#: ../../include/functions_agents.php:2102 -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 -#: ../../extensions/agents_alerts.php:322 -#: ../../mobile/operation/alerts.php:253 -#: ../../godmode/alerts/alert_list.list.php:633 -#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:907 -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 -#: ../../extensions/agents_alerts.php:326 -#: ../../mobile/operation/alerts.php:257 -#: ../../godmode/alerts/alert_list.list.php:637 -#: ../../godmode/alerts/alert_view.php:89 -#: ../../include/functions_reporting.php:6406 -#: ../../include/functions_ui.php:911 -msgid "Alert disabled" -msgstr "Alert disabled" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 -#: ../../enterprise/extensions/ipam/ipam_network.php:542 -#: ../../enterprise/extensions/ipam/ipam_massive.php:79 -#: ../../enterprise/godmode/setup/setup.php:98 -#: ../../enterprise/include/functions_reporting_pdf.php:2340 -#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../enterprise/godmode/modules/configure_local_component.php:266 +#: ../../enterprise/godmode/setup/edit_skin.php:248 +#: ../../enterprise/godmode/setup/setup.php:99 +#: ../../enterprise/extensions/vmware/functions.php:20 +#: ../../enterprise/meta/include/functions_wizard_meta.php:179 +#: ../../enterprise/meta/include/functions_wizard_meta.php:407 +#: ../../enterprise/meta/include/functions_wizard_meta.php:476 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1366 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1456 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 +#: ../../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/include/functions_reporting_pdf.php:2343 +#: ../../godmode/alerts/alert_view.php:516 #: ../../godmode/alerts/configure_alert_template.php:650 -#: ../../include/functions_reporting_html.php:1555 +#: ../../godmode/massive/massive_edit_agents.php:345 +#: ../../godmode/massive/massive_edit_modules.php:455 +#: ../../godmode/agentes/module_manager_editor_common.php:161 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +#: ../../godmode/agentes/agent_manager.php:308 +#: ../../godmode/agentes/modificar_agente.php:516 +#: ../../operation/search_agents.php:90 +#: ../../operation/agentes/estado_generalagente.php:80 +#: ../../operation/agentes/estado_generalagente.php:295 +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../mobile/operation/agent.php:122 ../../mobile/operation/alerts.php:40 +#: ../../include/functions_reporting_html.php:1558 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:463 #: ../../include/functions_groups.php:2158 -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 -#: ../../operation/agentes/alerts_status.functions.php:80 -#: ../../godmode/alerts/alert_list.list.php:140 -#: ../../include/functions_ui.php:813 -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:141 -msgid "Standby off" -msgstr "Standby off" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../include/functions_treeview.php:373 -msgid "There was a problem loading agent" -msgstr "There was a problem loading agent" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/meta/include/functions_events_meta.php:61 -#: ../../enterprise/include/functions_inventory.php:64 -#: ../../enterprise/include/functions_reporting_pdf.php:2310 -#: ../../mobile/operation/modules.php:453 -#: ../../mobile/operation/modules.php:677 -#: ../../operation/events/events.build_table.php:161 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../godmode/agentes/agent_manager.php:154 -#: ../../godmode/agentes/modificar_agente.php:449 -#: ../../include/functions_treeview.php:400 -#: ../../include/functions_events.php:36 -#: ../../include/functions_events.php:894 -#: ../../include/functions_events.php:3306 -#: ../../include/functions_reporting_html.php:1541 -msgid "Agent name" -msgstr "Agent name" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -#: ../../mobile/operation/agent.php:151 -#: ../../operation/agentes/estado_generalagente.php:269 -#: ../../include/functions_treeview.php:416 -msgid "Other IP addresses" -msgstr "Other IP addresses" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -#: ../../operation/agentes/estado_generalagente.php:160 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../include/functions_treeview.php:487 -msgid "Agent Version" -msgstr "Agent Version" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -#: ../../operation/agentes/estado_generalagente.php:311 -#: ../../include/functions_treeview.php:504 -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 -#: ../../operation/agentes/ver_agente.php:896 -#: ../../operation/agentes/ver_agente.php:1102 -#: ../../operation/agentes/estado_generalagente.php:330 -#: ../../godmode/agentes/agent_manager.php:386 -#: ../../include/functions_treeview.php:513 -msgid "Url address" -msgstr "URL address" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../include/functions_treeview.php:447 -msgid "Remote" -msgstr "Remote" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 -#: ../../enterprise/extensions/cron/main.php:260 -#: ../../enterprise/extensions/ipam/ipam_list.php:223 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 -#: ../../operation/agentes/estado_generalagente.php:211 -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 -#: ../../godmode/snmpconsole/snmp_alert.php:1111 -#: ../../godmode/db/db_main.php:183 ../../include/functions_treeview.php:440 -#: ../../include/functions_ui.php:449 -msgid "Never" -msgstr "Never" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -#: ../../operation/agentes/estado_generalagente.php:339 -#: ../../include/functions_treeview.php:521 -msgid "Timezone Offset" -msgstr "Timezone Offset" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -#: ../../include/functions_treeview.php:455 -msgid "Next agent contact" -msgstr "Next agent contact" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:355 -#: ../../include/functions_treeview.php:536 -msgid "Custom field" -msgstr "Custom field" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -#: ../../operation/agentes/agent_fields.php:48 -#: ../../operation/agentes/custom_fields.php:87 -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/main.php:88 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../include/functions_filemanager.php:638 -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: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_modu_group.php:51 -#: ../../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 -#: ../../operation/agentes/ver_agente.php:720 -#: ../../operation/agentes/estado_generalagente.php:279 -#: ../../godmode/modules/manage_nc_groups_form.php:69 -#: ../../godmode/agentes/agent_manager.php:233 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -#: ../../godmode/groups/configure_group.php:132 -#: ../../godmode/massive/massive_edit_agents.php:267 -#: ../../include/functions_visual_map_editor.php:492 -msgid "Parent" -msgstr "Parent" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 -#: ../../enterprise/dashboard/widgets/module_icon.php:84 -#: ../../enterprise/dashboard/widgets/module_status.php:84 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 -#: ../../godmode/setup/os.builder.php:39 -#: ../../godmode/modules/module_list.php:57 -#: ../../godmode/reporting/visual_console_builder.elements.php:183 -#: ../../godmode/groups/configure_group.php:117 -#: ../../godmode/groups/group_list.php:335 -#: ../../include/functions_visual_map_editor.php:60 -#: ../../include/functions_visual_map_editor.php:576 -#: ../../include/functions_visual_map.php:2331 -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:2357 -#: ../../mobile/operation/modules.php:447 -#: ../../mobile/operation/modules.php:676 -#: ../../operation/agentes/status_monitor.php:320 -#: ../../operation/agentes/status_monitor.php:942 -#: ../../godmode/modules/manage_network_templates_form.php:196 -#: ../../godmode/modules/manage_network_components.php:549 -#: ../../godmode/alerts/alert_list.list.php:86 -#: ../../godmode/agentes/agent_template.php:223 -#: ../../include/ajax/module.php:703 -msgid "Module name" -msgstr "Module name" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -#: ../../operation/agentes/status_monitor.php:300 -#: ../../godmode/agentes/module_manager_editor_common.php:233 -#: ../../godmode/massive/massive_edit_modules.php:490 -#: ../../include/functions_treeview.php:118 -#: ../../include/functions_graph.php:5004 -msgid "Not assigned" -msgstr "Not assigned" - -#: ../../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:150 -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:285 -#: ../../godmode/alerts/alert_list.list.php:58 -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:103 -#: ../../operation/agentes/alerts_status.php:416 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../godmode/alerts/alert_list.list.php:138 -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 -#: ../../operation/agentes/alerts_status.php:429 -#: ../../operation/agentes/alerts_status.php:469 -#: ../../operation/agentes/alerts_status.php:502 -#: ../../operation/agentes/alerts_status.php:535 -#: ../../godmode/alerts/alert_view.php:79 -#: ../../godmode/snmpconsole/snmp_alert.php:1063 -#: ../../include/functions_reporting_html.php:2365 -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: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_ui_meta.php:54 -#: ../../include/functions_ui.php:1293 -msgid "the Flexible Monitoring System" -msgstr "the Flexible Monitoring System" - -#: ../../enterprise/meta/include/functions_ui_meta.php:786 -#: ../../enterprise/dashboard/main_dashboard.php:360 -#: ../../enterprise/dashboard/main_dashboard.php:433 -#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 -#: ../../operation/agentes/networkmap_list.php:377 -#: ../../operation/users/user_edit.php:598 -#: ../../operation/users/user_edit.php:663 -#: ../../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/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 ../../include/functions_events.php:1162 -#: ../../include/functions_events.php:1429 -msgid "Error" -msgstr "Error" - -#: ../../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:2081 -msgid "Event name" -msgstr "Event 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_pdf.php:1184 -#: ../../enterprise/include/functions_reporting_pdf.php:1333 -#: ../../enterprise/include/functions_reporting_pdf.php:1468 -#: ../../enterprise/include/functions_reporting_csv.php:224 -#: ../../enterprise/include/functions_reporting_csv.php:754 -#: ../../mobile/operation/modules.php:505 -#: ../../mobile/operation/modules.php:680 -#: ../../mobile/operation/events.php:473 -#: ../../operation/integria_incidents/incident.files.php:43 -#: ../../operation/search_modules.php:54 -#: ../../operation/messages/message_list.php:123 -#: ../../operation/events/events.build_table.php:167 -#: ../../operation/events/events.php:89 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:983 -#: ../../operation/agentes/estado_generalagente.php:403 -#: ../../operation/agentes/exportdata.php:99 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/snmpconsole/snmp_view.php:531 -#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 -#: ../../godmode/events/custom_events.php:158 -#: ../../include/functions_netflow.php:287 -#: ../../include/functions_reporting.php:4789 -#: ../../include/ajax/events.php:466 ../../include/functions_events.php:40 -#: ../../include/functions_events.php:898 -#: ../../include/functions_events.php:2341 -#: ../../include/functions_events.php:3312 -#: ../../include/functions_reporting_html.php:535 -#: ../../include/functions_reporting_html.php:665 -#: ../../include/functions_reporting_html.php:1149 -#: ../../include/functions_reporting_html.php:2083 -msgid "Timestamp" -msgstr "Timestamp" - -#: ../../enterprise/meta/include/functions_events_meta.php:76 -#: ../../enterprise/dashboard/widgets/events_list.php:36 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 -#: ../../enterprise/include/functions_reporting_pdf.php:1181 -#: ../../operation/events/events.build_table.php:191 -#: ../../operation/events/events_list.php:552 -#: ../../godmode/events/custom_events.php:89 -#: ../../godmode/events/custom_events.php:159 -#: ../../godmode/events/event_filter.php:110 -#: ../../godmode/events/event_edit_filter.php:224 -#: ../../include/functions_events.php:41 -#: ../../include/functions_events.php:3332 -#: ../../include/functions_reporting_html.php:662 -msgid "Event type" -msgstr "Event type" - -#: ../../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:82 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../operation/events/events.build_table.php:204 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/agentes/estado_monitores.php:430 -#: ../../operation/snmpconsole/snmp_view.php:382 -#: ../../operation/snmpconsole/snmp_view.php:535 -#: ../../operation/snmpconsole/snmp_view.php:829 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../godmode/agentes/configurar_agente.php:511 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:977 -#: ../../include/functions_events.php:3343 -msgid "Alert" -msgstr "Alert" - -#: ../../enterprise/meta/include/functions_events_meta.php:85 -#: ../../enterprise/dashboard/widgets/events_list.php:54 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 -#: ../../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/include/functions_reporting.php:1325 -#: ../../enterprise/include/functions_reporting.php:1816 -#: ../../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 -#: ../../operation/events/events.build_table.php:211 -#: ../../operation/events/events_list.php:558 -#: ../../operation/snmpconsole/snmp_view.php:399 -#: ../../godmode/events/custom_events.php:98 -#: ../../godmode/events/custom_events.php:162 -#: ../../godmode/events/event_filter.php:112 -#: ../../godmode/events/event_edit_filter.php:228 -#: ../../include/functions_reporting.php:4787 -#: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:884 -#: ../../include/functions_events.php:2385 -#: ../../include/functions_events.php:3349 -#: ../../include/functions_reporting_html.php:533 -#: ../../include/functions_reporting_html.php:663 -#: ../../include/functions_reporting_html.php:1147 -msgid "Severity" -msgstr "Severity" - -#: ../../enterprise/meta/include/functions_events_meta.php:88 -#: ../../operation/events/events.build_table.php:217 -#: ../../operation/events/events.build_table.php:569 -#: ../../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" - -#: ../../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_events_meta.php:100 -#: ../../mobile/operation/events.php:477 -#: ../../operation/incidents/incident.php:342 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../operation/integria_incidents/incident.list.php:101 -#: ../../operation/events/events.build_table.php:179 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../godmode/agentes/agent_incidents.php:92 -#: ../../include/functions_events.php:49 -#: ../../include/functions_events.php:2351 -#: ../../include/functions_events.php:3322 -msgid "Owner" -msgstr "Owner" - -#: ../../enterprise/meta/include/functions_events_meta.php:103 -#: ../../operation/events/events.build_table.php:241 -#: ../../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" - -#: ../../enterprise/meta/include/functions_events_meta.php:106 -#: ../../operation/events/events.build_table.php:247 -#: ../../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" - -#: ../../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:63 -#: ../../include/functions_config.php:285 -msgid "Authentication method" -msgstr "Authentication method" - -#: ../../enterprise/meta/include/functions_meta.php:612 -#: ../../godmode/setup/setup_auth.php:69 -#: ../../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:78 -#: ../../include/functions_config.php:287 -msgid "Autocreate remote users" -msgstr "Autocreate remote users" - -#: ../../enterprise/meta/include/functions_meta.php:632 -#: ../../godmode/setup/setup_auth.php:105 -#: ../../include/functions_config.php:289 -msgid "Autocreate profile" -msgstr "Autocreate profile" - -#: ../../enterprise/meta/include/functions_meta.php:642 -#: ../../godmode/setup/setup_auth.php:111 -#: ../../include/functions_config.php:291 -msgid "Autocreate profile group" -msgstr "Autocreate profile group" - -#: ../../enterprise/meta/include/functions_meta.php:652 -#: ../../godmode/setup/setup_auth.php:118 -#: ../../include/functions_config.php:293 -msgid "Autocreate profile tags" -msgstr "Autocreate profile tags" - -#: ../../enterprise/meta/include/functions_meta.php:662 -#: ../../godmode/setup/setup_auth.php:86 -#: ../../include/functions_config.php:295 -msgid "Autocreate blacklist" -msgstr "Autocreate blacklist" - -#: ../../enterprise/meta/include/functions_meta.php:672 -#: ../../operation/users/user_edit.php:358 -#: ../../godmode/setup/setup_auth.php:221 -#: ../../include/functions_config.php:359 -msgid "Double authentication" -msgstr "Double authentication" - -#: ../../enterprise/meta/include/functions_meta.php:682 -#: ../../include/functions_config.php:361 -msgid "Session timeout" -msgstr "Session timeout" - -#: ../../enterprise/meta/include/functions_meta.php:694 -#: ../../enterprise/godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:298 -msgid "Active directory server" -msgstr "Active directory server" - -#: ../../enterprise/meta/include/functions_meta.php:704 -#: ../../enterprise/godmode/setup/setup_auth.php:302 -#: ../../include/functions_config.php:300 -msgid "Active directory port" -msgstr "Active directory port" - -#: ../../enterprise/meta/include/functions_meta.php:714 -#: ../../enterprise/meta/include/functions_meta.php:786 -#: ../../enterprise/godmode/setup/setup_auth.php:309 -#: ../../godmode/setup/setup_auth.php:186 -#: ../../include/functions_config.php:302 -#: ../../include/functions_config.php:317 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../enterprise/meta/include/functions_meta.php:724 -#: ../../enterprise/godmode/setup/setup_auth.php:59 -#: ../../include/functions_config.php:304 -msgid "Advance Config AD" -msgstr "Advance Config AD" - -#: ../../enterprise/meta/include/functions_meta.php:734 -#: ../../enterprise/godmode/setup/setup_auth.php:317 -#: ../../include/functions_config.php:306 -msgid "Domain" -msgstr "Domain" - -#: ../../enterprise/meta/include/functions_meta.php:744 -#: ../../enterprise/godmode/setup/setup_auth.php:79 -#: ../../include/functions_config.php:308 -msgid "Advanced Permisions AD" -msgstr "Advanced Permisions AD" - -#: ../../enterprise/meta/include/functions_meta.php:756 -#: ../../godmode/setup/setup_auth.php:164 -#: ../../include/functions_config.php:311 -msgid "LDAP server" -msgstr "LDAP server" - -#: ../../enterprise/meta/include/functions_meta.php:766 -#: ../../godmode/setup/setup_auth.php:171 -#: ../../include/functions_config.php:313 -msgid "LDAP port" -msgstr "LDAP port" - -#: ../../enterprise/meta/include/functions_meta.php:776 -#: ../../godmode/setup/setup_auth.php:179 -#: ../../include/functions_config.php:315 -msgid "LDAP version" -msgstr "LDAP version" - -#: ../../enterprise/meta/include/functions_meta.php:796 -#: ../../godmode/setup/setup_auth.php:194 -#: ../../include/functions_config.php:319 -msgid "Base DN" -msgstr "Base DN" - -#: ../../enterprise/meta/include/functions_meta.php:806 -#: ../../godmode/setup/setup_auth.php:201 -#: ../../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" - +#: ../../include/functions_reporting.php:3376 +msgid "Disabled" +msgstr "Disabled" + +#: ../../enterprise/godmode/modules/configure_local_component.php:266 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +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 +#: ../../enterprise/include/functions_reporting_csv.php:598 +#: ../../enterprise/include/functions_reporting_csv.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:621 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +#: ../../godmode/agentes/module_manager_editor_common.php:382 +#: ../../include/functions_reports.php:561 +#: ../../include/functions_graph.php:690 +#: ../../include/functions_graph.php:3691 +#: ../../include/functions_reporting.php:3477 +msgid "Min. Value" +msgstr "Min. Value" + +#: ../../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 +#: ../../enterprise/include/functions_reporting_csv.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:650 +#: ../../enterprise/include/functions_reporting_csv.php:657 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +#: ../../godmode/agentes/module_manager_editor_common.php:386 +#: ../../include/functions_reports.php:559 +#: ../../include/functions_graph.php:688 +#: ../../include/functions_graph.php:3690 +#: ../../include/functions_reporting.php:3474 +msgid "Max. Value" +msgstr "Max. Value" + +#: ../../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:275 +#: ../../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/massive/massive_edit_modules.php:518 +#: ../../godmode/modules/manage_network_components_form_common.php:152 +#: ../../godmode/agentes/module_manager_editor_common.php:329 +#: ../../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:1580 +msgid "Unit" +msgstr "Unit" + +#: ../../enterprise/godmode/modules/configure_local_component.php:280 +#: ../../godmode/massive/massive_edit_modules.php:463 +#: ../../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 +#: ../../godmode/agentes/module_manager_editor_common.php:375 +msgid "Post process" +msgstr "Post process" + +#: ../../enterprise/godmode/modules/configure_local_component.php:290 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 +#: ../../godmode/setup/setup.php:138 +#: ../../godmode/agentes/planned_downtime.list.php:396 +#: ../../godmode/menu.php:132 ../../include/functions_reports.php:632 +#: ../../include/functions_reports.php:634 +msgid "Configuration" +msgstr "Configuration" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/meta/include/functions_wizard_meta.php:548 +msgid "Load basic" +msgstr "Load basic" + +#: ../../enterprise/godmode/modules/configure_local_component.php:296 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +msgid "Load a basic structure on data configuration" +msgstr "Load a basic structure on data configuration" + +#: ../../enterprise/godmode/modules/configure_local_component.php:302 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../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/modules/configure_local_component.php:303 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +msgid "Check the correct structure of the data configuration" +msgstr "Check the correct structure of the data configuration" + +#: ../../enterprise/godmode/modules/configure_local_component.php:306 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 +msgid "First line must be \"module_begin\"" +msgstr "First line must be \"module_begin\"" + +#: ../../enterprise/godmode/modules/configure_local_component.php:307 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 +msgid "Data configuration is empty" +msgstr "Data configuration is empty" + +#: ../../enterprise/godmode/modules/configure_local_component.php:308 +#: ../../enterprise/godmode/modules/configure_local_component.php:312 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 +msgid "Last line must be \"module_end\"" +msgstr "Last line must be \"module_end\"" + +#: ../../enterprise/godmode/modules/configure_local_component.php:309 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 +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/modules/configure_local_component.php:310 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 +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/modules/configure_local_component.php:311 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 +msgid "Type is wrong. Please set a correct type" +msgstr "Type is wrong. Please set a correct type" + +#: ../../enterprise/godmode/modules/configure_local_component.php:313 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 +#: ../../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/modules/configure_local_component.php:314 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 +msgid "Error in the syntax, please check the data configuration." +msgstr "Error in the syntax, please check the data configuration." + +#: ../../enterprise/godmode/modules/configure_local_component.php:315 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 +msgid "Data configuration are built correctly" +msgstr "Data configuration are built correctly" + +#: ../../enterprise/godmode/modules/configure_local_component.php:323 +#: ../../godmode/massive/massive_edit_modules.php:569 +#: ../../godmode/modules/manage_network_components_form_common.php:159 +#: ../../godmode/agentes/module_manager_editor_common.php:535 +msgid "Critical instructions" +msgstr "Critical instructions" + +#: ../../enterprise/godmode/modules/configure_local_component.php:324 +#: ../../godmode/massive/massive_edit_modules.php:569 +#: ../../godmode/modules/manage_network_components_form_common.php:159 +#: ../../godmode/agentes/module_manager_editor_common.php:536 +msgid "Instructions when the status is critical" +msgstr "Instructions when status is critical" + +#: ../../enterprise/godmode/modules/configure_local_component.php:329 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:163 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Warning instructions" +msgstr "Warning instructions" + +#: ../../enterprise/godmode/modules/configure_local_component.php:330 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:163 +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "Instructions when the status is warning" +msgstr "Instructions when warning status is active" + +#: ../../enterprise/godmode/modules/configure_local_component.php:335 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:545 +msgid "Unknown instructions" +msgstr "Unknown instructions" + +#: ../../enterprise/godmode/modules/configure_local_component.php:336 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:545 +msgid "Instructions when the status is unknown" +msgstr "Instructions when status is unknown" + +#: ../../enterprise/godmode/modules/configure_local_component.php:345 +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/modules/manage_network_components_form_common.php:174 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +msgid "Category" +msgstr "Category" + +#: ../../enterprise/godmode/modules/configure_local_component.php:366 +#: ../../godmode/modules/manage_network_components_form_common.php:196 +#: ../../godmode/agentes/module_manager_editor_common.php:441 +msgid "Tags available" +msgstr "Tags available" + +#: ../../enterprise/godmode/modules/configure_local_component.php:373 +#: ../../godmode/modules/manage_network_components_form_common.php:203 +#: ../../godmode/agentes/module_manager_editor_common.php:503 +msgid "Add tags to module" +msgstr "Add tags to module" + +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../godmode/modules/manage_network_components_form_common.php:204 +#: ../../godmode/agentes/module_manager_editor_common.php:504 +msgid "Delete tags to module" +msgstr "Delete tags from module" + +#: ../../enterprise/godmode/modules/configure_local_component.php:377 +#: ../../godmode/modules/manage_network_components_form_common.php:206 +#: ../../godmode/agentes/module_manager_editor_common.php:506 +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/recon_script.php:161 +#: ../../godmode/servers/plugin.php:451 +msgid "Default value" +msgstr "Default value" + +#: ../../enterprise/godmode/modules/configure_local_component.php:431 +#: ../../enterprise/meta/general/login_page.php:36 +#: ../../godmode/servers/recon_script.php:183 +#: ../../godmode/servers/plugin.php:473 ../../include/functions_ui.php:1067 +msgid "Help" +msgstr "Help" + +#: ../../enterprise/godmode/modules/configure_local_component.php:441 +#: ../../godmode/servers/recon_script.php:199 +#: ../../godmode/servers/plugin.php:491 +msgid "Add macro" +msgstr "Add macro" + +#: ../../enterprise/godmode/modules/configure_local_component.php:449 +#: ../../godmode/servers/recon_script.php:206 +#: ../../godmode/servers/plugin.php:506 +msgid "Delete macro" +msgstr "Delete macro" + +#: ../../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:156 +#, php-format +msgid "Successfully created from %s" +msgstr "Successfully created from %s" + +#: ../../enterprise/godmode/modules/local_components.php:245 +#: ../../godmode/modules/manage_network_components.php:253 +#: ../../godmode/servers/recon_script.php:320 +msgid "Created successfully" +msgstr "Created successfully" + +#: ../../enterprise/godmode/modules/local_components.php:303 +#: ../../godmode/modules/manage_network_components.php:340 +#: ../../godmode/servers/recon_script.php:274 +msgid "Updated successfully" +msgstr "Updated successfully" + +#: ../../enterprise/godmode/modules/local_components.php:343 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 +#: ../../godmode/modules/manage_network_components.php:387 +#: ../../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/local_components.php:344 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 +#: ../../godmode/modules/manage_network_components.php:388 +#: ../../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/local_components.php:428 +#: ../../godmode/modules/manage_network_components.php:500 +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/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:106 +#: ../../enterprise/godmode/agentes/inventory_manager.php:69 +msgid "Successfully deleted inventory module" +msgstr "Successfully deleted inventory module" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 +#: ../../enterprise/godmode/agentes/inventory_manager.php:72 +msgid "Error deleting inventory module" +msgstr "Error deleting inventory module" + +#: ../../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/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: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:216 +#: ../../enterprise/godmode/setup/setup_skins.php:118 +msgid "Relative path" +msgstr "Relative path" + +#: ../../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_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 -#: ../../enterprise/godmode/setup/setup_auth.php:358 -#: ../../enterprise/godmode/setup/setup_auth.php:425 -#: ../../enterprise/godmode/setup/setup_auth.php:477 #: ../../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:64 +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/godmode/setup/setup_auth.php:128 +#: ../../enterprise/godmode/setup/setup_history.php:59 #: ../../enterprise/meta/include/functions_meta.php:839 #: ../../enterprise/meta/include/functions_meta.php:892 #: ../../enterprise/meta/include/functions_meta.php:945 -#: ../../enterprise/godmode/setup/setup_auth.php:365 -#: ../../enterprise/godmode/setup/setup_auth.php:432 -#: ../../enterprise/godmode/setup/setup_auth.php:484 -#: ../../enterprise/godmode/setup/setup_history.php:55 #: ../../include/functions_config.php:330 #: ../../include/functions_config.php:341 #: ../../include/functions_config.php:351 -#: ../../include/functions_config.php:648 +#: ../../include/functions_config.php:650 msgid "Database name" msgstr "Database name" +#: ../../enterprise/godmode/setup/setup_auth.php:84 #: ../../enterprise/meta/include/functions_meta.php:872 -#: ../../enterprise/godmode/setup/setup_auth.php:418 #: ../../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 -#: ../../enterprise/godmode/setup/setup_auth.php:470 #: ../../include/functions_config.php:347 msgid "Integria host" msgstr "Integria host" -#: ../../enterprise/meta/include/functions_meta.php:1231 -#: ../../godmode/setup/performance.php:108 -#: ../../include/functions_config.php:397 -msgid "Use agent access graph" -msgstr "Use agent access graph" +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "SimpleSAML path" +msgstr "" -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 -#: ../../enterprise/include/functions_reporting.php:81 -#: ../../enterprise/include/functions_reporting.php:4736 -#: ../../enterprise/include/functions_reporting.php:4760 -#: ../../enterprise/include/functions_reporting.php:4814 -#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:149 -msgid "Templates" -msgstr "Templates" +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "" +"Select the path where SimpleSAML has been installed (by default '/opt/')" +msgstr "" -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -#: ../../godmode/menu.php:153 -msgid "Commands" -msgstr "Commands" +#: ../../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/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -#: ../../godmode/users/profile_list.php:49 -#: ../../godmode/users/configure_user.php:86 -#: ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/user_list.php:117 ../../godmode/menu.php:85 -msgid "Profile management" -msgstr "Profile management" +#: ../../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/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "User synchronization" +#: ../../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/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "Group synchronization" +#: ../../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/meta/include/functions_groups_meta.php:77 -#, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "(Error Duplicate ID (%d) ) " +#: ../../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/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "Different parent" +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 +#: ../../enterprise/dashboard/widgets/tree_view.php:34 +#: ../../enterprise/dashboard/widgets/events_list.php:57 +#: ../../enterprise/dashboard/widgets/groups_status.php:28 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 +#: ../../godmode/reporting/visual_console_builder.wizard.php:217 +#: ../../operation/tree.php:61 ../../operation/agentes/networkmap.php:476 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 +#: ../../mobile/include/functions_web.php:26 +#: ../../include/ajax/networkmap.ajax.php:57 +msgid "Groups" +msgstr "Groups" -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "Different name" +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +msgid "AD Groups" +msgstr "" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 -#: ../../operation/agentes/networkmap.php:168 -#: ../../operation/agentes/networkmap_list.php:100 -msgid "Network map deleted successfully" -msgstr "Network map deleted successfully" +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +msgid "OP" +msgstr "" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 -#: ../../operation/agentes/networkmap.php:169 -#: ../../operation/agentes/networkmap_list.php:101 -msgid "Could not delete network map" -msgstr "Couldn't delete the network map" +#: ../../enterprise/godmode/setup/setup_auth.php:236 +msgid "Select profile" +msgstr "" -#: ../../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/godmode/setup/setup_auth.php:245 +msgid "Add new permissions" +msgstr "" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 -msgid "Networkmap list" -msgstr "Networkmap list" +#: ../../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/meta/include/functions_networkmap_meta.php:425 -msgid "Successful update the networkmap." -msgstr "Updating of the the network map successful." +#: ../../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/meta/include/functions_networkmap_meta.php:426 -msgid "Unsuccessful update the networkmap." -msgstr "Updating of the the network map unsuccessful." +#: ../../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/meta/include/functions_networkmap_meta.php:438 -msgid "Unnamed " -msgstr "Unnamed " +#: ../../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/meta/include/functions_networkmap_meta.php:519 -#: ../../godmode/events/event_edit_filter.php:208 -msgid "Save in group" -msgstr "Save in group" +#: ../../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/meta/include/functions_networkmap_meta.php:526 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 -#: ../../godmode/agentes/planned_downtime.editor.php:708 -msgid "Filter by group" -msgstr "Filter by group" +#: ../../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/meta/include/functions_networkmap_meta.php:529 -msgid "Filter by tag" -msgstr "Filter by tag" +#: ../../enterprise/godmode/setup/setup_auth.php:303 +#: ../../enterprise/meta/include/functions_meta.php:734 +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "Domain" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -#: ../../operation/agentes/status_monitor.php:329 -#: ../../operation/agentes/status_monitor.php:332 -#: ../../operation/agentes/alerts_status.functions.php:86 -msgid "Only it is show tags in use." -msgstr "Show only tags in use" +#: ../../enterprise/godmode/setup/setup_auth.php:383 +msgid "You must select a profile from the list of profiles." +msgstr "" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:535 -msgid "Filter by agents" -msgstr "Filter by agents" +#: ../../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/meta/include/functions_networkmap_meta.php:545 -msgid "Filter by modules" -msgstr "Filter by modules" +#: ../../enterprise/godmode/setup/setup.php:38 +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "Use Enterprise ACL System" -#: ../../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:291 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../operation/events/events_list.php:579 -#: ../../godmode/agentes/agent_manager.php:395 -#: ../../godmode/agentes/module_manager_editor.php:465 -#: ../../godmode/massive/massive_edit_agents.php:403 -#: ../../godmode/massive/massive_add_action_alerts.php:157 -#: ../../include/functions_visual_map_editor.php:450 -msgid "Advanced options" -msgstr "Advanced options" +#: ../../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/meta/include/functions_networkmap_meta.php:560 -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -#: ../../operation/agentes/networkmap.php:467 -msgid "Layout" -msgstr "Layout" +#: ../../enterprise/godmode/setup/setup.php:47 +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "Collection size" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:563 -#: ../../enterprise/extensions/vmware/vmware_view.php:1199 -#: ../../operation/agentes/networkmap.php:537 -msgid "Font" -msgstr "Font" +#: ../../enterprise/godmode/setup/setup.php:48 +msgid " Bytes" +msgstr " Bytes" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:570 -msgid "Show modules" -msgstr "Show modules" +#: ../../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/meta/include/functions_networkmap_meta.php:576 -#: ../../operation/agentes/networkmap.php:515 -msgid "Regenerate" -msgstr "Regenerate" +#: ../../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:90 +#: ../../godmode/events/event_edit_filter.php:288 +#: ../../operation/events/events_list.php:570 +msgid "All events" +msgstr "All 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:98 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 +#: ../../enterprise/extensions/ipam/ipam_network.php:542 +#: ../../enterprise/extensions/ipam/ipam_massive.php:79 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/include/functions_reporting_pdf.php:2340 +#: ../../godmode/alerts/configure_alert_template.php:650 +#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../include/functions_reporting_html.php:1555 +#: ../../include/functions_groups.php:2158 +msgid "Enabled" +msgstr "Enabled" + +#: ../../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_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:638 +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/setup_acl.php:40 +msgid "Enterprise ACL setup" +msgstr "Enterprise ACL setup" + +#: ../../enterprise/godmode/setup/setup_acl.php:72 +#: ../../enterprise/godmode/setup/setup_acl.php:316 +#: ../../enterprise/extensions/cron/functions.php:188 +#: ../../include/functions_html.php:643 ../../include/functions_html.php:644 +#: ../../include/functions_html.php:762 ../../include/functions_html.php:763 +msgid "Custom" +msgstr "Custom" + +#: ../../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:149 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/users/configure_user.php:616 +#: ../../godmode/users/configure_profile.php:242 +#: ../../operation/users/user_edit.php:452 +msgid "Profile name" +msgstr "Profile name" + +#: ../../enterprise/godmode/setup/setup_acl.php:294 +#: ../../enterprise/godmode/setup/setup_acl.php:307 +#: ../../include/functions_graph.php:2564 +#: ../../include/functions_graph.php:2579 +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.visual.php:56 +#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../enterprise/meta/advanced/metasetup.setup.php:85 +#: ../../enterprise/meta/advanced/metasetup.performance.php:53 +#: ../../enterprise/meta/advanced/metasetup.auth.php:53 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 +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_metaconsole.php:250 +#: ../../enterprise/extensions/check_acls.php:61 +#: ../../enterprise/extensions/check_acls.php:141 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 +#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 +#: ../../operation/search_users.php:63 +msgid "Admin" +msgstr "Admin" + +#: ../../enterprise/godmode/setup/setup_history.php:45 +#: ../../include/functions_config.php:642 +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:646 +msgid "Host" +msgstr "Host" + +#: ../../enterprise/godmode/setup/setup_history.php:56 +#: ../../enterprise/godmode/servers/manage_export_form.php:105 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:740 +#: ../../godmode/agentes/module_manager_editor_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../include/functions_config.php:648 +msgid "Port" +msgstr "Port" + +#: ../../enterprise/godmode/setup/setup_history.php:62 +#: ../../include/functions_config.php:652 +msgid "Database user" +msgstr "Database user" + +#: ../../enterprise/godmode/setup/setup_history.php:65 +#: ../../include/functions_config.php:654 +msgid "Database password" +msgstr "Database password" + +#: ../../enterprise/godmode/setup/setup_history.php:68 +#: ../../enterprise/extensions/ipam/ipam_editor.php:95 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:656 +msgid "Days" +msgstr "Days" + +#: ../../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:662 +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_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/services/services.service.php:54 +#: ../../enterprise/operation/services/services.list.php:486 +msgid "Create Service" +msgstr "Create Service" + +#: ../../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:126 +#: ../../enterprise/godmode/services/services.service.php:153 +#: ../../enterprise/operation/services/services.service.php:37 +#: ../../enterprise/operation/services/services.service_map.php:44 +msgid "Not found" +msgstr "Not found" + +#: ../../enterprise/godmode/services/services.service.php:130 +msgid "New Service" +msgstr "New Service" + +#: ../../enterprise/godmode/services/services.service.php:170 +#: ../../enterprise/godmode/services/services.elements.php:96 +#: ../../enterprise/operation/services/services.service.php:54 +#: ../../enterprise/operation/services/services.service_map.php:63 +msgid "Config Service" +msgstr "Config Service" + +#: ../../enterprise/godmode/services/services.service.php:175 +#: ../../enterprise/godmode/services/services.elements.php:102 +#: ../../enterprise/operation/services/services.service.php:59 +#: ../../enterprise/operation/services/services.service_map.php:69 +msgid "Config Elements" +msgstr "Config Elements" + +#: ../../enterprise/godmode/services/services.service.php:182 +#: ../../enterprise/godmode/services/services.elements.php:110 +#: ../../enterprise/operation/services/services.service.php:67 +#: ../../enterprise/operation/services/services.service_map.php:77 +msgid "View Service" +msgstr "View Service" + +#: ../../enterprise/godmode/services/services.service.php:188 +#: ../../enterprise/godmode/services/services.elements.php:117 +#: ../../enterprise/operation/services/services.service.php:73 +#: ../../enterprise/operation/services/services.service_map.php:83 +msgid "Service map" +msgstr "Service map" + +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/meta/general/main_header.php:82 +#: ../../enterprise/meta/general/logon_ok.php:56 ../../operation/menu.php:101 +msgid "Monitoring" +msgstr "Monitoring" + +#: ../../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:242 +#: ../../enterprise/operation/services/services.list.php:171 +#: ../../godmode/alerts/alert_view.php:423 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:236 +msgid "Mode" +msgstr "Mode" + +#: ../../enterprise/godmode/services/services.service.php:244 +#: ../../enterprise/operation/services/services.list.php:168 +#: ../../enterprise/extensions/ipam/ipam_network.php:127 +#: ../../enterprise/extensions/ipam/ipam_list.php:217 +#: ../../godmode/servers/manage_recontask.php:343 +#: ../../godmode/servers/manage_recontask_form.php:250 +msgid "Manual" +msgstr "Manual" + +#: ../../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:247 +#: ../../enterprise/operation/services/services.list.php:169 +#: ../../include/ajax/events.php:481 +msgid "Auto" +msgstr "Auto" + +#: ../../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:250 +#: ../../enterprise/operation/services/services.list.php:170 #: ../../enterprise/meta/include/functions_networkmap_meta.php:582 #: ../../enterprise/dashboard/widgets/network_map.php:40 -#: ../../enterprise/operation/services/services.list.php:170 -#: ../../enterprise/godmode/services/services.service.php:250 #: ../../operation/agentes/networkmap.php:509 msgid "Simple" msgstr "Simple" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:585 -msgid "Show modulegroup" -msgstr "Show module group" +#: ../../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/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/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/meta/include/functions_networkmap_meta.php:597 -#: ../../operation/agentes/networkmap.php:557 -msgid "Distance between nodes" -msgstr "Distance between nodes" +#: ../../enterprise/godmode/services/services.service.php:271 +msgid "Agent to store data" +msgstr "Agent to store data" -#: ../../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/godmode/services/services.service.php:294 +msgid "S.L.A. interval" +msgstr "S.L.A. interval" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:614 -msgid "Show children Metaconsole" -msgstr "Show children Metaconsole" +#: ../../enterprise/godmode/services/services.service.php:299 +msgid "S.L.A. limit" +msgstr "S.L.A. limit" -#: ../../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:235 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/reporting/reporting_builder.main.php:32 -#: ../../godmode/reporting/visual_console_builder.data.php:127 -msgid "Save" -msgstr "Save" +#: ../../enterprise/godmode/services/services.service.php:301 +msgid "Please set limit between 0 to 100." +msgstr "Please set limit between 0 to 100." -#: ../../enterprise/meta/include/functions_networkmap_meta.php:660 -#: ../../operation/agentes/networkmap.php:588 -msgid "Map options" -msgstr "Map options" +#: ../../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/meta/include/functions_networkmap_meta.php:665 -msgid "There is no group selected" -msgstr "There is no group selected" +#: ../../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:123 +#: ../../enterprise/godmode/services/services.elements.php:128 +#: ../../operation/search_maps.php:33 +msgid "Elements" +msgstr "Elements" + +#: ../../enterprise/godmode/services/services.elements.php:133 +#: ../../enterprise/include/functions_services.php:1688 +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:327 +#: ../../enterprise/godmode/services/services.elements.php:368 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 +#: ../../enterprise/dashboard/widgets/service_map.php:46 +#: ../../enterprise/include/functions_services.php:1458 +#: ../../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/include/functions_visual_map.php:415 +#: ../../enterprise/include/functions_reporting.php:3084 +#: ../../enterprise/include/functions_reporting.php:3385 +#: ../../enterprise/include/functions_reporting_pdf.php:2034 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" +msgstr "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/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 +#: ../../enterprise/operation/menu.php:125 +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "SNMP trap editor" + +#: ../../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/servers/manage_export.php:41 +#: ../../enterprise/godmode/servers/manage_export_form.php:56 +#: ../../enterprise/godmode/menu.php:116 +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:84 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 +#: ../../enterprise/extensions/ipam/ipam_network.php:535 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +#: ../../operation/agentes/ver_agente.php:770 +msgid "Address" +msgstr "Address" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:88 +msgid "Transfer mode" +msgstr "Transfer mode" + +#: ../../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:162 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 +#: ../../godmode/agentes/agent_manager.php:330 +msgid "Delete remote configuration file" +msgstr "Delete remote configuration file" + +#: ../../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_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/agentes/module_manager.php:16 +msgid "Create a new web Server module" +msgstr "Create a new webserver 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:172 +#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:523 +msgid "Target" +msgstr "Target" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:232 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../operation/agentes/status_monitor.php:927 +#: ../../include/ajax/module.php:721 +msgid "P." +msgstr "P." + +#: ../../enterprise/godmode/agentes/inventory_manager.php:270 +#: ../../enterprise/operation/services/services.list.php:448 +#: ../../enterprise/extensions/ipam/ipam_network.php:154 +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../operation/agentes/estado_generalagente.php:620 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 ../../include/ajax/module.php:779 +#: ../../include/functions_ui.php:821 +msgid "Force" +msgstr "Force" + +#: ../../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:250 ../../include/functions_reports.php:636 +#: ../../include/functions_reports.php:638 +#: ../../include/functions_reports.php:640 +#: ../../include/functions_reports.php:642 +#: ../../include/functions_reports.php:644 +msgid "Netflow" +msgstr "Netflow" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 +#: ../../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/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:32 +#: ../../operation/agentes/status_monitor.php:378 +msgid "Web server module" +msgstr "Web server 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: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: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: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 "Web checks are built correctly" + +#: ../../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:181 +#: ../../enterprise/operation/agentes/ver_agente.php:190 +#: ../../enterprise/include/functions_groups.php:75 +#: ../../godmode/agentes/configurar_agente.php:496 +#: ../../operation/agentes/ver_agente.php:1166 +msgid "Collection" +msgstr "Collection" + +#: ../../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/collections.php:217 +#: ../../enterprise/extensions/vmware/main.php:275 +msgid "Apply changes" +msgstr "Apply changes" + +#: ../../enterprise/godmode/agentes/collections.php:222 +#: ../../enterprise/godmode/agentes/collections.php:223 +#: ../../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 +#: ../../enterprise/godmode/agentes/collections.data.php:344 +#: ../../enterprise/godmode/agentes/collections.data.php:345 +#: ../../enterprise/operation/agentes/collection_view.php:105 +#: ../../enterprise/operation/agentes/collection_view.php:106 +msgid "The collection directory does not exist." +msgstr "The collection directory does not exist." + +#: ../../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:207 +#: ../../godmode/agentes/agent_manager.php:333 +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/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:336 +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/collection_manager.php:37 +#: ../../enterprise/operation/agentes/collection_view.php:47 +msgid "This agent have not a remote configuration, please set it." +msgstr "This agent has no remote configuration, please set it." + +#: ../../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:121 +#: ../../enterprise/godmode/agentes/collection_manager.php:204 +#: ../../enterprise/operation/agentes/collection_view.php:90 +#: ../../enterprise/operation/agentes/policy_view.php:154 +msgid "Show files" +msgstr "Show files" + +#: ../../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 +#: ../../enterprise/godmode/agentes/collections.data.php:339 +#: ../../enterprise/godmode/agentes/collections.data.php:340 +msgid "Need to regenerate" +msgstr "Need to regenerate" + +#: ../../enterprise/godmode/agentes/collection_manager.php:164 +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:132 +msgid "Dir" +msgstr "Dir" + +#: ../../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/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 +#: ../../godmode/db/db_refine.php:83 +#: ../../operation/agentes/exportdata.php:235 +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/collections.editor.php:39 +#: ../../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/operation/agentes/policy_view.php:308 +#: ../../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 +#: ../../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 +#: ../../operation/search_modules.php:53 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:976 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/gis_view.php:194 +#: ../../extensions/insert_data.php:164 ../../extensions/insert_data.php:165 +#: ../../mobile/operation/modules.php:551 +#: ../../mobile/operation/modules.php:605 +#: ../../mobile/operation/modules.php:675 +#: ../../include/functions_netflow.php:310 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1249 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:1253 +#: ../../include/ajax/module.php:735 ../../include/functions_graph.php:3192 +#: ../../include/functions_reporting.php:2229 +#: ../../include/functions_reporting.php:2263 +msgid "Data" +msgstr "Data" + +#: ../../enterprise/godmode/agentes/collections.editor.php:46 +#: ../../enterprise/godmode/agentes/collections.editor.php:350 +#: ../../enterprise/godmode/agentes/collections.editor.php:375 +#: ../../enterprise/godmode/agentes/collections.data.php:104 +#: ../../enterprise/godmode/agentes/collections.data.php:214 +#: ../../enterprise/godmode/agentes/collections.data.php:254 +#: ../../enterprise/include/functions_collection.php:129 +#: ../../operation/integria_incidents/incident.php:66 +#: ../../operation/agentes/ver_agente.php:1059 +msgid "Files" +msgstr "Files" + +#: ../../enterprise/godmode/agentes/collections.editor.php:55 +#: ../../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 +msgid "Manager configuration > Edit " +msgstr "Manager configuration > Edit " + +#: ../../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/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: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: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:712 +msgid "Description:" +msgstr "Description:" + +#: ../../enterprise/godmode/agentes/configurar_agente.php:33 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 +#: ../../enterprise/operation/inventory/inventory.php:112 +#: ../../enterprise/operation/agentes/ver_agente.php:174 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/include/functions_reporting_csv.php:179 +#: ../../godmode/agentes/configurar_agente.php:500 +#: ../../operation/agentes/ver_agente.php:1163 +#: ../../include/functions_reports.php:621 +#: ../../include/functions_reports.php:622 +#: ../../include/functions_reports.php:624 +#: ../../include/functions_reporting.php:1444 +msgid "Inventory" +msgstr "Inventory" + +#: ../../enterprise/godmode/menu.php:51 ../../enterprise/godmode/menu.php:136 +msgid "Duplicate config" +msgstr "Duplicate config" + +#: ../../enterprise/godmode/menu.php:68 +#: ../../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:76 +msgid "Manage policies" +msgstr "Manage policies" + +#: ../../enterprise/godmode/menu.php:95 +#: ../../enterprise/include/functions_setup.php:33 +#: ../../enterprise/include/functions_setup.php:63 +#: ../../operation/agentes/datos_agente.php:172 +msgid "History database" +msgstr "Historical database" + +#: ../../enterprise/godmode/menu.php:102 +msgid "Enterprise ACL Setup" +msgstr "Enterprise ACL Setup" + +#: ../../enterprise/godmode/menu.php:109 +msgid "Skins" +msgstr "Skins" + +#: ../../enterprise/godmode/menu.php:130 +msgid "Log Collector" +msgstr "Log Collector" + +#: ../../enterprise/godmode/menu.php:143 +msgid "Password policy" +msgstr "Password policy" + +#: ../../enterprise/godmode/menu.php:149 +#: ../../enterprise/include/functions_setup.php:27 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../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:24 +#: ../../enterprise/operation/reporting/custom_reporting.php:77 +#: ../../enterprise/extensions/cron/main.php:220 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../godmode/tag/tag.php:203 ../../godmode/tag/edit_tag.php:195 +#: ../../operation/search_users.php:44 +msgid "Email" +msgstr "E-mail" + +#: ../../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/log/log_viewer.php:150 +#: ../../enterprise/operation/menu.php:134 +msgid "Log viewer" +msgstr "Log viewer" + +#: ../../enterprise/operation/log/log_viewer.php:205 +#: ../../enterprise/meta/advanced/synchronizing.component.php:310 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 +#: ../../enterprise/meta/advanced/synchronizing.user.php:508 +#: ../../enterprise/meta/advanced/synchronizing.group.php:147 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#: ../../enterprise/meta/advanced/synchronizing.os.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../operation/events/events.build_table.php:229 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/incidents/incident.php:341 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2151 +#: ../../include/functions_events.php:2266 +#: ../../include/functions_events.php:3371 +msgid "Source" +msgstr "Source" + +#: ../../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: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 +#: ../../operation/netflow/nf_live_view.php:237 +msgid "Date format in Pandora is year/month/day" +msgstr "Date format for Pandora FMS is YY/MM/DD" + +#: ../../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:846 +#: ../../godmode/reporting/reporting_builder.item_editor.php:855 +#: ../../godmode/alerts/configure_alert_template.php:536 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../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 +#: ../../operation/netflow/nf_live_view.php:239 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "Watch format in Pandora FMS is hours (24h):minutes:seconds" + +#: ../../enterprise/operation/log/log_viewer.php:223 +#: ../../enterprise/include/functions_netflow_pdf.php:163 +#: ../../operation/agentes/exportdata.php:310 +msgid "End date" +msgstr "End 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/operation/log/log_viewer.php:428 +#: ../../enterprise/operation/inventory/inventory.php:253 +#: ../../enterprise/operation/agentes/agent_inventory.php:242 +#: ../../godmode/reporting/reporting_builder.php:727 +#: ../../include/functions_reporting.php:1485 +msgid "No data found." +msgstr "No data found." -#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 #: ../../enterprise/operation/policies/networkmap.policies.php:64 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 #: ../../enterprise/include/functions_networkmap_enterprise.php:74 +#: ../../operation/agentes/networkmap.topology.php:73 +#: ../../operation/agentes/networkmap.dinamic.php:85 +#: ../../operation/agentes/networkmap.groups.php:68 #: ../../mobile/operation/networkmap.php:110 #: ../../mobile/operation/networkmap.php:129 #: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.groups.php:68 -#: ../../operation/agentes/networkmap.dinamic.php:85 -#: ../../operation/agentes/networkmap.topology.php:73 msgid "Pandora FMS" msgstr "Pandora FMS" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:691 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:748 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:769 -#: ../../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.groups.php:75 -#: ../../operation/agentes/networkmap.groups.php:134 -#: ../../operation/agentes/networkmap.groups.php:152 +#: ../../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:691 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:748 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:769 #: ../../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 +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 msgid "Map could not be generated" msgstr "Map could not be generated" +#: ../../enterprise/operation/policies/networkmap.policies.php:71 +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:693 +#: ../../general/ui/agents_list.php:127 +#: ../../operation/agentes/networkmap.topology.php:81 +#: ../../operation/agentes/networkmap.groups.php:76 +msgid "No agents found" +msgstr "No agents found" + +#: ../../enterprise/operation/policies/networkmap.policies.php:128 #: ../../enterprise/meta/include/functions_networkmap_meta.php:761 #: ../../enterprise/dashboard/widgets/network_map.php:25 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -#: ../../operation/agentes/networkmap.php:410 -#: ../../operation/agentes/networkmap.groups.php:147 -#: ../../operation/agentes/networkmap_list.php:80 #: ../../operation/agentes/networkmap.topology.php:155 -#: ../../operation/menu.php:111 +#: ../../operation/agentes/networkmap.groups.php:147 +#: ../../operation/agentes/networkmap.php:410 +#: ../../operation/agentes/networkmap_list.php:80 ../../operation/menu.php:111 msgid "Network map" msgstr "Network map" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:875 +#: ../../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:132 +#: ../../enterprise/operation/services/services.list.php:322 +#: ../../include/functions_reports.php:536 +#: ../../include/functions_reports.php:539 +#: ../../include/functions_reports.php:543 +msgid "SLA" +msgstr "SLA" + +#: ../../enterprise/operation/services/services.service.php:134 +#: ../../enterprise/operation/services/services.list.php:323 +#: ../../enterprise/dashboard/widgets/custom_graph.php:33 +#: ../../operation/search_modules.php:52 +#: ../../operation/agentes/status_monitor.php:970 +#: ../../extensions/realtime_graphs.php:72 +#: ../../include/functions_visual_map_editor.php:56 +#: ../../include/ajax/module.php:736 ../../include/functions_events.php:2108 +msgid "Graph" +msgstr "Graph" + +#: ../../enterprise/operation/services/services.service.php:135 +#: ../../enterprise/operation/services/services.list.php:324 +#: ../../enterprise/extensions/ipam/ipam_list.php:188 +#: ../../operation/agentes/group_view.php:61 +#: ../../operation/agentes/tactical.php:46 +#: ../../extensions/agents_alerts.php:55 +#: ../../extensions/agents_modules.php:56 +msgid "Last update" +msgstr "Latest update" + +#: ../../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/operation/agentes/networkmap_enterprise.view.php:585 +#: ../../enterprise/extensions/cron/functions.php:190 +#: ../../enterprise/meta/monitoring/group_view.php:146 +#: ../../enterprise/meta/monitoring/group_view.php:150 +#: ../../enterprise/meta/monitoring/tactical.php:281 +#: ../../enterprise/dashboard/widgets/tree_view.php:56 +#: ../../enterprise/dashboard/widgets/tree_view.php:69 +#: ../../enterprise/dashboard/widgets/tree_view.php:216 +#: ../../enterprise/dashboard/widgets/events_list.php:185 +#: ../../enterprise/dashboard/widgets/service_map.php:87 +#: ../../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/include/functions_reporting_csv.php:819 +#: ../../enterprise/include/functions_reporting_csv.php:848 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 ../../operation/agentes/status_monitor.php:290 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../operation/agentes/estado_monitores.php:434 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/tactical.php:153 +#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42 +#: ../../include/graphs/functions_flot.php:432 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_reporting_html.php:363 +#: ../../include/functions_reporting_html.php:390 +#: ../../include/functions_reporting_html.php:1059 +#: ../../include/functions_reporting_html.php:1080 +#: ../../include/functions_reporting_html.php:1505 +#: ../../include/functions_reporting_html.php:1667 +#: ../../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 +#: ../../include/functions_visual_map.php:1159 +#: ../../include/functions_visual_map.php:1178 +#: ../../include/functions_visual_map.php:1191 +#: ../../include/functions_visual_map.php:1204 +#: ../../include/functions_reports.php:426 ../../include/functions.php:1030 +#: ../../include/ajax/module.php:799 ../../include/functions_graph.php:753 +#: ../../include/functions_graph.php:1952 +#: ../../include/functions_graph.php:3716 +#: ../../include/functions_alerts.php:574 +#: ../../include/functions_reporting.php:3016 +#: ../../include/functions_reporting.php:3214 +#: ../../include/functions_reporting.php:3867 +#: ../../include/functions_reporting.php:3868 +#: ../../include/functions_reporting.php:3869 +#: ../../include/functions_reporting.php:3870 +#: ../../include/functions_reporting.php:3871 +#: ../../include/functions_reporting.php:3872 +#: ../../include/functions_events.php:1406 +#: ../../include/functions_events.php:2749 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 +msgid "Unknown" +msgstr "Unknown" + +#: ../../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.service_map.php:106 +#: ../../enterprise/dashboard/widgets/service_map.php:49 +#: ../../enterprise/dashboard/widgets/service_map.php:74 +#: ../../godmode/snmpconsole/snmp_alert.php:1225 +#: ../../operation/snmpconsole/snmp_view.php:843 +#: ../../extensions/agents_modules.php:359 +#: ../../extensions/module_groups.php:296 +#: ../../include/functions_reporting_html.php:947 +msgid "Legend" +msgstr "Graph Key" + +#: ../../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:267 +#: ../../enterprise/operation/services/services.list.php:274 +msgid "No services defined." +msgstr "No services defined." + +#: ../../enterprise/operation/services/services.list.php:437 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 +msgid "Config" +msgstr "Config" + +#: ../../enterprise/operation/inventory/inventory.php:223 +#: ../../enterprise/operation/agentes/agent_inventory.php:70 +#: ../../enterprise/extensions/backup/main.php:66 +#: ../../enterprise/include/functions_log.php:332 +#: ../../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_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:252 +#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 +#: ../../godmode/admin_access_logs.php:190 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1025 +#: ../../godmode/alerts/alert_special_days.php:161 +#: ../../godmode/alerts/configure_alert_special_days.php:63 +#: ../../operation/reporting/graph_viewer.php:192 +#: ../../operation/integria_incidents/incident.tracking.php:23 +#: ../../operation/netflow/nf_live_view.php:231 +#: ../../operation/events/events.build_table.php:567 +#: ../../extensions/users_connected.php:79 +#: ../../extensions/insert_data.php:166 +#: ../../mobile/operation/tactical.php:310 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:1253 +#: ../../include/functions_reporting_html.php:1267 +#: ../../include/functions_reporting_html.php:2854 +#: ../../include/functions.php:2299 ../../include/functions_reporting.php:2229 +#: ../../include/functions_reporting.php:2262 +#: ../../include/functions_events.php:3704 +msgid "Date" +msgstr "Date" + +#: ../../enterprise/operation/inventory/inventory.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1036 +#: ../../include/functions_graph.php:736 ../../include/functions_graph.php:740 +#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 +#: ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1395 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +msgid "Last" +msgstr "Last" + +#: ../../enterprise/operation/inventory/inventory.php:266 +msgid "Export this list to CSV" +msgstr "Export this list to CSV" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342 +msgid "Success be updated." +msgstr "Updating successful." + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 +#: ../../enterprise/extensions/ipam/ipam_action.php:190 +msgid "Could not be updated." +msgstr "Could not be updated." + +#: ../../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:1030 +msgid "(Adopt) " +msgstr "(Adopted) " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 +#: ../../operation/agentes/status_monitor.php:1040 +msgid "(Unlinked) (Adopt) " +msgstr "(Unlinked) (Adopted) " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 +#: ../../operation/agentes/status_monitor.php:1044 +msgid "(Unlinked) " +msgstr "(Unlinked) " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617 +msgid "Policy: " +msgstr "Policy : " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:625 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647 +#: ../../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:1636 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../operation/search_modules.php:117 +#: ../../operation/search_modules.php:137 +#: ../../operation/agentes/status_monitor.php:1151 +#: ../../operation/agentes/status_monitor.php:1155 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../mobile/operation/modules.php:469 +#: ../../mobile/operation/modules.php:487 +#: ../../include/functions_modules.php:1849 +#: ../../include/functions_modules.php:1869 +#: ../../include/class/Tree.class.php:1462 +msgid "CRITICAL" +msgstr "CRITICAL" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652 +#: ../../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:1640 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../operation/search_modules.php:121 +#: ../../operation/search_modules.php:144 +#: ../../operation/agentes/status_monitor.php:1161 +#: ../../operation/agentes/status_monitor.php:1165 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../mobile/operation/modules.php:473 +#: ../../mobile/operation/modules.php:492 +#: ../../include/functions_modules.php:1853 +#: ../../include/functions_modules.php:1873 +#: ../../include/class/Tree.class.php:1469 +msgid "WARNING" +msgstr "WARNING" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642 +#: ../../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:1632 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../operation/search_modules.php:113 +#: ../../operation/search_modules.php:130 +#: ../../operation/agentes/status_monitor.php:1141 +#: ../../operation/agentes/status_monitor.php:1145 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../mobile/operation/modules.php:465 +#: ../../mobile/operation/modules.php:482 +#: ../../include/functions_modules.php:1857 +#: ../../include/functions_modules.php:1865 +#: ../../include/class/Tree.class.php:1488 +msgid "NORMAL" +msgstr "NORMAL" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 +#: ../../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:1647 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../enterprise/include/functions_services.php:1668 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:136 +#: ../../operation/search_modules.php:143 +#: ../../operation/agentes/status_monitor.php:1175 +#: ../../operation/agentes/status_monitor.php:1180 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1192 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1204 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +#: ../../include/functions_modules.php:1864 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/class/Tree.class.php:1474 +msgid "UNKNOWN" +msgstr "UNKNOWN" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:136 +#: ../../operation/search_modules.php:143 +#: ../../operation/agentes/status_monitor.php:1175 +#: ../../operation/agentes/status_monitor.php:1180 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1192 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1204 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +#: ../../include/functions_modules.php:1864 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +msgid "Last status" +msgstr "Last status" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666 +#: ../../enterprise/extensions/vmware/vmware_manager.php:202 +msgid "Status: " +msgstr "Status : " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:723 +msgid "Data: " +msgstr "Data : " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:726 +#: ../../operation/agentes/estado_generalagente.php:553 +msgid "Last contact: " +msgstr "Last contact : " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1085 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 +msgid "Networkmap enterprise" +msgstr "Enterprise network map" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1087 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 +msgid "Not found networkmap." +msgstr "Network map not found." + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1115 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +#: ../../operation/snmpconsole/snmp_browser.php:84 +#: ../../operation/agentes/networkmap.php:301 +msgid "Normal screen" +msgstr "Normal screen" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1124 +#: ../../operation/events/events.php:320 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/snmpconsole/snmp_browser.php:88 +#: ../../operation/agentes/networkmap.php:314 +#: ../../extensions/agents_alerts.php:118 +#: ../../extensions/agents_modules.php:130 +msgid "Full screen" +msgstr "Full screen" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1130 +msgid "List of networkmap Enterprise" +msgstr "List of networkmap Enterprise" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1134 #, php-format -msgid "Cannot connect to %s Pandora to generate networkmap." -msgstr "Cannot connect to %s Pandora to generate network map." +msgid "Networkmap enterprise - %s" +msgstr "Enterprise network map - %s" -#: ../../enterprise/meta/index.php:239 ../../mobile/include/user.class.php:171 -#: ../../include/ajax/double_auth.ajax.php:489 ../../index.php:240 -msgid "Invalid code" -msgstr "Invalid code" +#: ../../enterprise/operation/agentes/agent_inventory.php:56 +msgid "This agent has not modules inventory" +msgstr "This agent has not modules inventory" -#: ../../enterprise/meta/index.php:250 ../../index.php:251 -msgid "The code shouldn't be empty" -msgstr "The code shouldn't be empty" +#: ../../enterprise/operation/agentes/agent_inventory.php:160 +#: ../../enterprise/operation/agentes/agent_inventory.php:161 +msgid "Diff view" +msgstr "Diff view" -#: ../../enterprise/meta/index.php:262 ../../index.php:263 -msgid "Expired login" -msgstr "Expired login" +#: ../../enterprise/operation/agentes/agent_inventory.php:230 +#: ../../enterprise/meta/monitoring/group_view.php:145 +#: ../../enterprise/dashboard/widgets/tree_view.php:196 +#: ../../enterprise/include/functions_inventory.php:322 +#: ../../enterprise/include/functions_reporting_pdf.php:660 +#: ../../enterprise/include/functions_reporting_pdf.php:675 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:165 +#: ../../operation/agentes/gis_view.php:194 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1072 +msgid "Total" +msgstr "Total" -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:271 ../../index.php:277 -msgid "Login error" -msgstr "Login error" +#: ../../enterprise/operation/agentes/ver_agente.php:70 +#: ../../operation/agentes/ver_agente.php:634 +msgid "Main IP" +msgstr "Main IP" -#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534 -#: ../../index.php:721 -msgid "Sorry! I can't find the page!" -msgstr "Sorry! I can't find the page!" +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../enterprise/operation/agentes/policy_view.php:309 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../enterprise/meta/agentsearch.php:99 +#: ../../godmode/users/user_list.php:272 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219 +#: ../../operation/gis_maps/ajax.php:321 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/ver_agente.php:644 +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/search_users.php:47 ../../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 +#: ../../include/functions_treeview.php:514 ../../include/ajax/module.php:737 +#: ../../include/functions_events.php:2043 +msgid "Last contact" +msgstr "Last contact" + +#: ../../enterprise/operation/agentes/ver_agente.php:76 +#: ../../operation/agentes/ver_agente.php:645 +#: ../../include/functions_events.php:2048 +msgid "Last remote contact" +msgstr "Last remote contact" + +#: ../../enterprise/operation/agentes/ver_agente.php:113 +#: ../../operation/agentes/ver_agente.php:685 +msgid "Monitors down" +msgstr "Monitors down" + +#: ../../enterprise/operation/agentes/ver_agente.php:152 +#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 +#: ../../operation/agentes/ver_agente.php:721 +#: ../../mobile/operation/groups.php:161 +#: ../../include/functions_reporting_html.php:2186 +#: ../../include/functions_reporting_html.php:2195 +#: ../../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 +msgid "Alerts fired" +msgstr "Alerts fired" + +#: ../../enterprise/operation/agentes/ver_agente.php:208 +#: ../../enterprise/meta/advanced/policymanager.apply.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:39 +#: ../../enterprise/include/functions_groups.php:32 +#: ../../operation/tree.php:80 ../../include/ajax/networkmap.ajax.php:50 +msgid "Policies" +msgstr "Policies" + +#: ../../enterprise/operation/agentes/collection_view.php:54 +msgid "No collection assigned to this agent" +msgstr "No collection assigned to this agent" + +#: ../../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:249 +msgid "Succesfully deleted" +msgstr "Successfully deleted" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:267 +msgid "" +"The default display will depend on the definition and topology detected by " +"Pandora." +msgstr "" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 +#: ../../include/functions_reporting_html.php:2745 +msgid "Nodes" +msgstr "Nodes" + +#: ../../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/networkmap_enterprise.php:390 +#: ../../enterprise/meta/screens/screens.networkmap.php:44 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 +msgid "Create networkmap" +msgstr "Create networkmap" + +#: ../../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:51 +#: ../../include/functions_events.php:882 +msgid "V." +msgstr "V." + +#: ../../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:902 +#: ../../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 +#: ../../include/functions.php:2028 +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:193 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../godmode/alerts/alert_list.list.php:138 +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.functions.php:103 +msgid "Standby" +msgstr "Stand by" + +#: ../../enterprise/operation/agentes/policy_view.php:197 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 +#: ../../godmode/alerts/alert_view.php:79 +#: ../../godmode/snmpconsole/snmp_alert.php:1063 +#: ../../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 +#: ../../include/functions_reporting_html.php:2365 +#: ../../include/functions_treeview.php:371 +msgid "Last fired" +msgstr "Last fired" + +#: ../../enterprise/operation/agentes/policy_view.php:202 +msgid "Show Alert" +msgstr "Show Alert" + +#: ../../enterprise/operation/agentes/policy_view.php:221 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 +#: ../../godmode/alerts/alert_list.list.php:140 +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:813 +msgid "Standby on" +msgstr "Standby on" + +#: ../../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: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/networkmap_enterprise.popup.php:64 +msgid "Details of node:" +msgstr "Details of node :" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 +msgid "Source data" +msgstr "Source data" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 +#: ../../godmode/menu.php:200 ../../include/functions_groups.php:92 +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 +#: ../../godmode/reporting/visual_console_builder.wizard.php:150 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../include/functions_visual_map_editor.php:315 +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/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/mobile/operation/dashboard.php:115 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 +#: ../../godmode/reporting/visual_console_builder.wizard.php:334 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/events.php:797 ../../mobile/operation/agents.php:380 +#: ../../mobile/operation/agent.php:272 +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/modules.php:623 +#: ../../mobile/operation/module_graph.php:469 +msgid "Loading..." +msgstr "Loading..." + +#: ../../enterprise/operation/menu.php:85 +#: ../../enterprise/extensions/vmware/vmware_view.php:1070 +#: ../../enterprise/extensions/vmware/vmware_view.php:1089 +#: ../../enterprise/mobile/operation/dashboard.php:227 +#: ../../operation/users/user_edit.php:308 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../enterprise/operation/menu.php:91 +msgid "Main dashboard" +msgstr "Main dashboard" + +#: ../../enterprise/operation/menu.php:93 +msgid "Copy Dashboard" +msgstr "Copy dashboard" + +#: ../../enterprise/operation/menu.php:106 +msgid "Network console" +msgstr "Network console" + +#: ../../enterprise/operation/menu.php:117 +msgid "Custom SQL" +msgstr "Custom SQL" #: ../../enterprise/extensions/translate_string.php:165 #: ../../enterprise/extensions/translate_string.php:326 msgid "Translate string" msgstr "Translate string" -#: ../../enterprise/extensions/csv_import/main.php:40 -#, php-format -msgid "Created agent %s" -msgstr "Created agent %s" +#: ../../enterprise/extensions/translate_string.php:250 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 +#: ../../godmode/users/configure_user.php:446 +#: ../../operation/users/user_edit.php:276 +msgid "Language" +msgstr "Language" + +#: ../../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/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/main.php:46 #: ../../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/main.php:56 #: ../../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/main.php:57 #: ../../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/main.php:72 #: ../../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/main.php:79 #: ../../enterprise/extensions/csv_import_group/main.php:75 +#: ../../enterprise/extensions/csv_import/main.php:79 msgid "Separator" msgstr "Separator" -#: ../../enterprise/extensions/csv_import/main.php:83 #: ../../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/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:155 -#: ../../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/setup/setup_general.php:186 -#: ../../godmode/netflow/nf_edit.php:43 -msgid "Not supported in Windows systems" -msgstr "Not supported for Windows systems" - #: ../../enterprise/extensions/backup/main.php:67 -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../operation/integria_incidents/incident.files.php:45 #: ../../godmode/events/event_responses.editor.php:97 +#: ../../operation/integria_incidents/incident.files.php:45 +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../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:411 #: ../../include/functions_visual_map_editor.php:475 -#: ../../include/functions_filemanager.php:582 msgid "Size" msgstr "Size" @@ -9164,37 +11168,13 @@ msgstr "Size" msgid "Running" msgstr "Running" -#: ../../enterprise/extensions/backup/main.php:114 -#: ../../enterprise/dashboard/widgets/maps_status.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../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/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_csv.php:823 -#: ../../enterprise/include/functions_reporting_csv.php:852 -#: ../../enterprise/include/functions_services.php:1753 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 -#: ../../include/functions_db.php:1138 -#: ../../include/functions_reporting_html.php:369 -#: ../../include/functions_reporting_html.php:396 -#: ../../include/functions_reporting_html.php:1512 -msgid "OK" -msgstr "OK" - #: ../../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 +#: ../../extensions/files_repo/files_repo_list.php:94 msgid "Download" msgstr "Download" @@ -9206,6 +11186,265 @@ msgstr "Backups list" msgid "Create backup" msgstr "Create backup" +#: ../../enterprise/extensions/ipam.php:159 +#: ../../enterprise/extensions/ipam.php:300 +#: ../../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: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:213 +#: ../../enterprise/extensions/ipam.php:226 +#: ../../enterprise/extensions/ipam.php:292 +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +msgid "Administration view" +msgstr "Management 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/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:146 +#: ../../godmode/setup/setup_visuals.php:665 +#: ../../include/functions_html.php:720 ../../include/functions.php:434 +#: ../../include/functions.php:568 +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/module_manager_editor_prediction.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:533 +msgid "Weekly" +msgstr "Weekly" + +#: ../../enterprise/extensions/vmware/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:157 +#: ../../godmode/agentes/module_manager_editor_prediction.php:158 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +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:1064 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/dashboard/widgets/network_map.php:35 +#: ../../operation/gis_maps/render_view.php:154 +msgid "Map" +msgstr "Map" + +#: ../../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:563 +#: ../../operation/agentes/networkmap.php:537 +msgid "Font" +msgstr "Font" + +#: ../../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/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" +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:252 +#: ../../enterprise/extensions/cron/main.php:189 +#: ../../enterprise/extensions/cron/main.php:295 +msgid "Scheduled" +msgstr "Scheduled" + #: ../../enterprise/extensions/cron/functions.php:17 #: ../../enterprise/extensions/cron/functions.php:27 #: ../../enterprise/extensions/cron/functions.php:48 @@ -9255,44 +11494,6 @@ msgstr "Backup Pandora database" 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/planned_downtime.editor.php:533 -#: ../../godmode/agentes/module_manager_editor_prediction.php:157 -msgid "Weekly" -msgstr "Weekly" - -#: ../../enterprise/extensions/cron/functions.php:157 -#: ../../enterprise/extensions/vmware/functions.php:27 -#: ../../godmode/agentes/planned_downtime.editor.php:534 -#: ../../godmode/agentes/module_manager_editor_prediction.php:158 -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:649 ../../include/functions_html.php:650 -#: ../../include/functions_html.php:768 ../../include/functions_html.php:769 -msgid "Custom" -msgstr "Custom" - #: ../../enterprise/extensions/cron/functions.php:361 #: ../../enterprise/extensions/cron/main.php:219 #: ../../enterprise/extensions/cron/main.php:236 @@ -9378,12 +11579,6 @@ msgstr "Scheduled jobs" msgid "Task" msgstr "Task" -#: ../../enterprise/extensions/cron/main.php:189 -#: ../../enterprise/extensions/cron/main.php:295 -#: ../../enterprise/extensions/vmware/main.php:255 -msgid "Scheduled" -msgstr "Scheduled" - #: ../../enterprise/extensions/cron/main.php:190 msgid "First_execution" msgstr "First_execution" @@ -9409,552 +11604,28 @@ msgstr "Force run" msgid "Path" msgstr "Path" +#: ../../enterprise/extensions/cron/main.php:260 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 +#: ../../enterprise/extensions/ipam/ipam_list.php:223 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 +#: ../../godmode/db/db_main.php:183 +#: ../../godmode/snmpconsole/snmp_alert.php:1111 +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../operation/agentes/estado_generalagente.php:211 +#: ../../include/functions_treeview.php:507 ../../include/functions_ui.php:449 +msgid "Never" +msgstr "Never" + #: ../../enterprise/extensions/cron/main.php:298 msgid "First execution" msgstr "First execution" -#: ../../enterprise/extensions/cron/main.php:300 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../enterprise/operation/log/log_viewer.php:226 -#: ../../operation/netflow/nf_live_view.php:237 -#: ../../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" - -#: ../../enterprise/extensions/cron/main.php:302 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../enterprise/operation/log/log_viewer.php:228 -#: ../../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:512 -#: ../../godmode/agentes/planned_downtime.editor.php:523 -#: ../../godmode/agentes/planned_downtime.editor.php:591 -#: ../../godmode/agentes/planned_downtime.editor.php:599 -#: ../../godmode/reporting/reporting_builder.item_editor.php:842 -#: ../../godmode/reporting/reporting_builder.item_editor.php:851 -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:303 #: ../../godmode/events/event_responses.editor.php:111 -#: ../../include/functions_events.php:1815 +#: ../../include/functions_events.php:1822 msgid "Parameters" msgstr "Parameters" -#: ../../enterprise/extensions/cron/main.php:339 -#: ../../enterprise/dashboard/widgets/tree_view.php:316 -#: ../../enterprise/operation/log/log_viewer.php:310 -#: ../../enterprise/operation/log/log_viewer.php:322 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2232 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 -#: ../../extensions/insert_data.php:194 ../../operation/tree.php:391 -#: ../../operation/events/events_list.php:1495 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/stat_win.php:492 -#: ../../operation/agentes/estado_monitores.php:382 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../operation/reporting/graph_viewer.php:264 -#: ../../operation/netflow/nf_live_view.php:605 -#: ../../godmode/setup/news.php:297 -#: ../../godmode/alerts/configure_alert_template.php:1061 -#: ../../godmode/agentes/planned_downtime.editor.php:1168 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1796 -msgid "Choose time" -msgstr "Choose time" - -#: ../../enterprise/extensions/cron/main.php:340 -#: ../../enterprise/dashboard/widgets/tree_view.php:317 -#: ../../enterprise/operation/log/log_viewer.php:311 -#: ../../enterprise/operation/log/log_viewer.php:323 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 -#: ../../extensions/insert_data.php:195 ../../operation/tree.php:392 -#: ../../operation/events/events_list.php:1496 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/stat_win.php:493 -#: ../../operation/agentes/estado_monitores.php:383 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../operation/reporting/graph_viewer.php:265 -#: ../../operation/netflow/nf_live_view.php:606 -#: ../../godmode/setup/news.php:298 -#: ../../godmode/alerts/configure_alert_template.php:1062 -#: ../../godmode/agentes/planned_downtime.editor.php:1169 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1797 -msgid "Time" -msgstr "Time" - -#: ../../enterprise/extensions/cron/main.php:341 -#: ../../enterprise/dashboard/widgets/tree_view.php:318 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/operation/log/log_viewer.php:324 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2234 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 -#: ../../extensions/insert_data.php:196 ../../operation/tree.php:393 -#: ../../operation/events/events_list.php:1497 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/stat_win.php:494 -#: ../../operation/agentes/estado_monitores.php:384 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../operation/reporting/graph_viewer.php:266 -#: ../../operation/netflow/nf_live_view.php:607 -#: ../../godmode/setup/news.php:299 -#: ../../godmode/alerts/configure_alert_template.php:1063 -#: ../../godmode/agentes/planned_downtime.editor.php:1170 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1798 -#: ../../include/functions_html.php:858 -msgid "Hour" -msgstr "Hour" - -#: ../../enterprise/extensions/cron/main.php:342 -#: ../../enterprise/dashboard/widgets/tree_view.php:319 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/operation/log/log_viewer.php:325 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2235 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 -#: ../../extensions/insert_data.php:197 ../../operation/tree.php:394 -#: ../../operation/events/events_list.php:1498 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/stat_win.php:495 -#: ../../operation/agentes/estado_monitores.php:385 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../operation/reporting/graph_viewer.php:267 -#: ../../operation/netflow/nf_live_view.php:608 -#: ../../godmode/setup/news.php:300 -#: ../../godmode/alerts/configure_alert_template.php:1064 -#: ../../godmode/agentes/planned_downtime.editor.php:1171 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1799 -#: ../../include/functions_html.php:859 -msgid "Minute" -msgstr "Minute" - -#: ../../enterprise/extensions/cron/main.php:343 -#: ../../enterprise/dashboard/widgets/tree_view.php:320 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/operation/log/log_viewer.php:326 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2236 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 -#: ../../extensions/insert_data.php:198 ../../operation/tree.php:395 -#: ../../operation/events/events_list.php:1499 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/stat_win.php:496 -#: ../../operation/agentes/estado_monitores.php:386 -#: ../../operation/reporting/reporting_viewer.php:261 -#: ../../operation/reporting/reporting_viewer.php:281 -#: ../../operation/reporting/graph_viewer.php:268 -#: ../../operation/netflow/nf_live_view.php:609 -#: ../../godmode/setup/news.php:301 -#: ../../godmode/alerts/configure_alert_template.php:1065 -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1800 -msgid "Second" -msgstr "Second" - -#: ../../enterprise/extensions/cron/main.php:344 -#: ../../enterprise/dashboard/widgets/tree_view.php:321 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/operation/log/log_viewer.php:327 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2237 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 -#: ../../extensions/insert_data.php:199 ../../operation/tree.php:396 -#: ../../operation/events/events_list.php:1500 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/stat_win.php:497 -#: ../../operation/agentes/estado_monitores.php:387 -#: ../../operation/reporting/reporting_viewer.php:262 -#: ../../operation/reporting/reporting_viewer.php:282 -#: ../../operation/reporting/graph_viewer.php:269 -#: ../../operation/netflow/nf_live_view.php:610 -#: ../../godmode/setup/news.php:302 -#: ../../godmode/alerts/configure_alert_template.php:1066 -#: ../../godmode/agentes/planned_downtime.editor.php:1173 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1801 -#: ../../include/functions.php:436 ../../include/functions.php:570 -msgid "Now" -msgstr "Now" - -#: ../../enterprise/extensions/cron/main.php:345 -#: ../../enterprise/dashboard/widgets/tree_view.php:322 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/operation/log/log_viewer.php:328 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2238 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 -#: ../../extensions/insert_data.php:200 ../../mobile/include/ui.class.php:571 -#: ../../mobile/include/ui.class.php:610 ../../operation/tree.php:397 -#: ../../operation/events/events_list.php:1501 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/stat_win.php:498 -#: ../../operation/agentes/estado_monitores.php:388 -#: ../../operation/reporting/reporting_viewer.php:263 -#: ../../operation/reporting/reporting_viewer.php:283 -#: ../../operation/reporting/graph_viewer.php:270 -#: ../../operation/netflow/nf_live_view.php:611 -#: ../../godmode/setup/news.php:303 -#: ../../godmode/alerts/configure_alert_template.php:1067 -#: ../../godmode/agentes/planned_downtime.editor.php:1174 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1802 -#: ../../include/functions_snmp_browser.php:441 -#: ../../include/functions_filemanager.php:619 -#: ../../include/functions_filemanager.php:640 -#: ../../include/functions_filemanager.php:656 -msgid "Close" -msgstr "Close" - -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "VMware" - -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "Backup" - -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "CSV import" - -#: ../../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/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_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/vmware_view.php:622 -#: ../../enterprise/extensions/vmware/vmware_view.php:1018 -msgid "Top 5 VMs CPU Usage" -msgstr "Top 5 VMs CPU Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:629 -#: ../../enterprise/extensions/vmware/vmware_view.php:1025 -msgid "Top 5 VMs Memory Usage" -msgstr "Top 5 VMs Memory Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:638 -#: ../../enterprise/extensions/vmware/vmware_view.php:1034 -msgid "Top 5 VMs Disk Usage" -msgstr "Top 5 VMs Disc Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:645 -#: ../../enterprise/extensions/vmware/vmware_view.php:1041 -msgid "Top 5 VMs Network Usage" -msgstr "Top 5 VMs Network Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:688 -msgid "Host ESX" -msgstr "Host ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:907 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1632 -#: ../../enterprise/include/functions_services.php:1655 -#: ../../mobile/operation/modules.php:465 -#: ../../mobile/operation/modules.php:482 -#: ../../operation/search_modules.php:113 -#: ../../operation/search_modules.php:130 -#: ../../operation/agentes/status_monitor.php:1141 -#: ../../operation/agentes/status_monitor.php:1145 -#: ../../operation/agentes/status_monitor.php:1176 -#: ../../operation/agentes/status_monitor.php:1181 -#: ../../include/class/Tree.class.php:1488 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1865 -msgid "NORMAL" -msgstr "NORMAL" - -#: ../../enterprise/extensions/vmware/vmware_view.php:911 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1636 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../mobile/operation/modules.php:469 -#: ../../mobile/operation/modules.php:487 -#: ../../operation/search_modules.php:117 -#: ../../operation/search_modules.php:137 -#: ../../operation/agentes/status_monitor.php:1151 -#: ../../operation/agentes/status_monitor.php:1155 -#: ../../operation/agentes/status_monitor.php:1188 -#: ../../operation/agentes/status_monitor.php:1193 -#: ../../include/class/Tree.class.php:1462 -#: ../../include/functions_modules.php:1849 -#: ../../include/functions_modules.php:1869 -msgid "CRITICAL" -msgstr "CRITICAL" - -#: ../../enterprise/extensions/vmware/vmware_view.php:916 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1640 -#: ../../enterprise/include/functions_services.php:1664 -#: ../../mobile/operation/modules.php:473 -#: ../../mobile/operation/modules.php:492 -#: ../../operation/search_modules.php:121 -#: ../../operation/search_modules.php:144 -#: ../../operation/agentes/status_monitor.php:1161 -#: ../../operation/agentes/status_monitor.php:1165 -#: ../../operation/agentes/status_monitor.php:1200 -#: ../../operation/agentes/status_monitor.php:1205 -#: ../../include/class/Tree.class.php:1469 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1873 -msgid "WARNING" -msgstr "WARNING" - -#: ../../enterprise/extensions/vmware/vmware_view.php:920 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1647 -#: ../../enterprise/include/functions_services.php:1655 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/include/functions_services.php:1664 -#: ../../enterprise/include/functions_services.php:1668 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:486 -#: ../../mobile/operation/modules.php:491 -#: ../../operation/search_modules.php:129 -#: ../../operation/search_modules.php:136 -#: ../../operation/search_modules.php:143 -#: ../../operation/agentes/status_monitor.php:1175 -#: ../../operation/agentes/status_monitor.php:1180 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1192 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1204 -#: ../../include/class/Tree.class.php:1474 -#: ../../include/functions_modules.php:1864 -#: ../../include/functions_modules.php:1868 -#: ../../include/functions_modules.php:1872 -msgid "UNKNOWN" -msgstr "UNKNOWN" - -#: ../../enterprise/extensions/vmware/vmware_view.php:931 -msgid "CPU Usage" -msgstr "CPU Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:941 -msgid "Memory Usage" -msgstr "Memory Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:951 -msgid "Disk I/O Rate" -msgstr "Disc I/O Rate" - -#: ../../enterprise/extensions/vmware/vmware_view.php:961 -msgid "Network Usage" -msgstr "Network Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1066 -#: ../../enterprise/extensions/vmware/vmware_view.php:1087 -#: ../../enterprise/dashboard/widgets/network_map.php:35 -#: ../../operation/gis_maps/render_view.php:154 -msgid "Map" -msgstr "Map" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1072 -#: ../../enterprise/extensions/vmware/vmware_view.php:1091 -#: ../../enterprise/mobile/operation/dashboard.php:229 -#: ../../enterprise/operation/menu.php:85 -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:308 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1078 -msgid "ESX Detail" -msgstr "ESX Detail" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1096 -msgid "ESX details" -msgstr "ESX details" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1107 -msgid "VMware view" -msgstr "VMware view" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1189 -msgid "Show Datastores" -msgstr "Show Datastores" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1192 -msgid "Show ESX" -msgstr "Show ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1195 -msgid "Show VM" -msgstr "Show VM" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1213 -#: ../../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/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:180 -msgid "Config Path" -msgstr "Config Path" - -#: ../../enterprise/extensions/vmware/main.php:187 -msgid "Plugin Path" -msgstr "Plugin Path" - -#: ../../enterprise/extensions/vmware/main.php:210 -msgid "Config parameters" -msgstr "Config parameters" - -#: ../../enterprise/extensions/vmware/main.php:217 -msgid "V-Center IP" -msgstr "V-Center IP" - -#: ../../enterprise/extensions/vmware/main.php:222 -msgid "Datacenter Name" -msgstr "Datacenter Name" - -#: ../../enterprise/extensions/vmware/main.php:245 -msgid "Plugin execution" -msgstr "Plugin execution" - -#: ../../enterprise/extensions/vmware/main.php:246 -msgid "" -"To enable the plugin execution, this extension needs the Cron jobs extension " -"installed.\n" -"\tKeep in mind that the Cron jobs execution period will be the less real " -"execution period, so if you want to run the plugin every\n" -"\t5 minutes, for example, the Cron jobs script should be configured in the " -"cron to run every 5 minutes or less" -msgstr "" -"To enable the plugin execution, this extension needs the Cron jobs extension " -"installed.\n" -"\tKeep in mind that the Cron jobs execution period will be the less real " -"execution period, so if you want to run the plugin every\n" -"\t5 minutes, for example, the Cron jobs script should be configured in the " -"cron to run every 5 minutes or less" - -#: ../../enterprise/extensions/vmware/main.php:278 -#: ../../enterprise/godmode/agentes/collections.php:217 -msgid "Apply changes" -msgstr "Apply changes" - -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:300 -#: ../../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: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:213 -#: ../../enterprise/extensions/ipam.php:226 -#: ../../enterprise/extensions/ipam.php:292 -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -msgid "Administration view" -msgstr "Management 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/check_acls.php:16 msgid "ACL users for this agent" msgstr "ACL users for this agent" @@ -10082,16 +11753,602 @@ msgstr "Only admin users can see this section." msgid "Check ACL" msgstr "Check ACL" +#: ../../enterprise/extensions/vmware.php:46 +msgid "VMware" +msgstr "VMware" + +#: ../../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/resource_exportation/functions.php:19 +#: ../../operation/agentes/exportdata.php:332 +#: ../../extensions/resource_exportation.php:350 +#: ../../extensions/resource_exportation.php:353 +msgid "Export" +msgstr "Export" + +#: ../../enterprise/extensions/csv_import_group.php:27 +msgid "CSV import group" +msgstr "CSV import group" + +#: ../../enterprise/extensions/backup.php:63 +msgid "Backup" +msgstr "Backup" + +#: ../../enterprise/extensions/csv_import.php:27 +msgid "CSV import" +msgstr "CSV import" + +#: ../../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:93 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 +#: ../../enterprise/extensions/ipam/ipam_network.php:543 +#: ../../enterprise/extensions/ipam/ipam_network.php:654 +#: ../../enterprise/extensions/ipam/ipam_massive.php:69 +#: ../../general/logon_ok.php:225 ../../general/logon_ok.php:422 +#: ../../godmode/admin_access_logs.php:192 +#: ../../godmode/users/configure_user.php:482 +#: ../../godmode/servers/manage_recontask_form.php:354 +#: ../../operation/users/user_edit.php:397 +#: ../../mobile/operation/events.php:518 +#: ../../include/functions_reporting_html.php:2856 +#: ../../include/functions.php:2301 ../../include/ajax/events.php:302 +msgid "Comments" +msgstr "Comments" + +#: ../../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:157 +#: ../../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_excel.php:116 +msgid "Hostname" +msgstr "Hostname" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 +#: ../../enterprise/extensions/ipam/ipam_network.php:559 +#: ../../enterprise/extensions/ipam/ipam_network.php:594 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:1123 +#: ../../enterprise/include/functions_services.php:1012 +#: ../../enterprise/include/functions_services.php:1219 +#: ../../enterprise/include/functions_services.php:1750 +#: ../../enterprise/include/functions_visual_map.php:274 +#: ../../enterprise/include/functions_reporting.php:1250 +#: ../../enterprise/include/functions_reporting.php:3103 +#: ../../enterprise/include/functions_reporting.php:3435 +#: ../../enterprise/include/functions_servicemap.php:263 +#: ../../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/alerts/alert_view.php:113 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/agentes/planned_downtime.list.php:477 +#: ../../operation/snmpconsole/snmp_view.php:599 +#: ../../operation/snmpconsole/snmp_view.php:618 +#: ../../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 +#: ../../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 +#: ../../mobile/operation/agent.php:149 ../../mobile/operation/agent.php:160 +#: ../../include/functions_reporting_html.php:361 +#: ../../include/functions_reporting_html.php:388 +#: ../../include/functions_reporting_html.php:2429 +#: ../../include/functions_reporting_html.php:2467 +#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:339 ../../include/functions.php:944 +#: ../../include/functions.php:950 ../../include/functions.php:953 +#: ../../include/functions_events.php:1783 +#: ../../include/functions_events.php:1951 +#: ../../include/functions_events.php:2018 +#: ../../include/functions_events.php:2034 +#: ../../include/functions_events.php:2044 +#: ../../include/functions_events.php:2049 +#: ../../include/functions_events.php:2067 +#: ../../include/functions_events.php:2146 +#: ../../include/functions_events.php:2200 +#: ../../include/functions_events.php:2212 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_events.php:2246 +#: ../../include/functions_events.php:2261 +#: ../../include/functions_events.php:2271 +#: ../../include/functions_events.php:2360 +#: ../../include/functions_events.php:2437 +#: ../../include/functions_events.php:2459 +#: ../../include/functions_events.php:2469 ../../include/functions_ui.php:1994 +#: ../../include/functions_ui.php:2004 ../../include/functions_db.php:156 +msgid "N/A" +msgstr "N/A" + +#: ../../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:191 +#: ../../enterprise/extensions/ipam/ipam_network.php:231 +#: ../../enterprise/extensions/ipam/ipam_network.php:540 +#: ../../enterprise/extensions/ipam/ipam_massive.php:77 +msgid "Managed" +msgstr "Managed" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 +#: ../../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 +msgid "Reserved" +msgstr "Reserved" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 +#: ../../operation/integria_incidents/incident.list.php:99 +#: ../../include/ajax/events.php:300 +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:221 +#: ../../enterprise/meta/advanced/servers.build_table.php:67 +#: ../../godmode/servers/servers.build_table.php:71 +#: ../../godmode/agentes/agent_incidents.php:90 +#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/incidents/incident.php:340 +msgid "Updated" +msgstr "Updated" + +#: ../../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: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/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:140 +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +#: ../../enterprise/extensions/ipam/ipam_list.php:161 +#: ../../godmode/events/event_responses.editor.php:93 +#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 +msgid "Location" +msgstr "Location" + +#: ../../enterprise/extensions/ipam/ipam_network.php:171 +#: ../../operation/integria_incidents/incident_statistics.php:29 +#: ../../operation/events/event_statistics.php:32 +#: ../../operation/snmpconsole/snmp_view.php:71 +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/menu.php:270 ../../operation/menu.php:364 +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: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:233 +msgid "Not managed" +msgstr "Unmanaged" + +#: ../../enterprise/extensions/ipam/ipam_network.php:239 +msgid "Not Reserved" +msgstr "Not Reserved" + +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +#: ../../enterprise/include/functions_reporting_pdf.php:2313 +#: ../../godmode/admin_access_logs.php:69 +#: ../../godmode/admin_access_logs.php:70 +#: ../../godmode/reporting/visual_console_builder.elements.php:555 +#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 +#: ../../include/functions_reporting_html.php:1338 +#: ../../include/functions_reporting_html.php:1544 +#: ../../include/functions_visual_map_editor.php:613 +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 +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:539 +#: ../../enterprise/extensions/ipam/ipam_massive.php:76 +#: ../../enterprise/meta/general/main_header.php:123 +#: ../../enterprise/meta/general/logon_ok.php:43 +#: ../../enterprise/meta/monitoring/tactical.php:312 +#: ../../enterprise/dashboard/widgets/events_list.php:26 +#: ../../enterprise/include/functions_reporting_pdf.php:722 +#: ../../godmode/menu.php:180 ../../operation/events/events.php:411 +#: ../../operation/events/events.php:420 ../../operation/events/events.php:437 +#: ../../operation/menu.php:262 ../../mobile/operation/home.php:44 +#: ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +#: ../../include/functions_reporting_html.php:1122 +#: ../../include/functions_reports.php:613 +#: ../../include/functions_reports.php:615 +#: ../../include/functions_reports.php:617 +#: ../../include/functions_graph.php:726 +#: ../../include/functions_graph.php:3695 +#: ../../include/functions_graph.php:4373 +msgid "Events" +msgstr "Events" + +#: ../../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_editor.php:35 +msgid "Network not found" +msgstr "Network not found" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:60 +#: ../../operation/incidents/incident.php:262 +msgid "All users" +msgstr "All users" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 +#: ../../enterprise/extensions/ipam/ipam_list.php:148 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:241 +#: ../../operation/servers/recon_view.php:95 +msgid "Network" +msgstr "Network" + +#: ../../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:80 +#: ../../general/firts_task/recon_view.php:25 +#: ../../godmode/servers/manage_recontask_form.php:221 +#: ../../include/functions_servers.php:378 +msgid "Recon server" +msgstr "Recon server" + +#: ../../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:98 +msgid "Operator users" +msgstr "Operator users" + +#: ../../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 "" +"The list of users can manage the networks in the IPAM. Only the admin users " +"can manage networks and edit the networks." + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/extensions.php:144 ../../extensions/realtime_graphs.php:111 +#: ../../include/functions_snmp_browser.php:513 +msgid "Version" +msgstr "Version" + +#: ../../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/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_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:1423 +msgid "No changes found." +msgstr "No changes found." + +#: ../../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/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." +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." +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." @@ -10193,728 +12450,3716 @@ msgstr "Success in adding '%s' action." msgid "Error add '%s' action." msgstr "Error adding '%s' action" -#: ../../enterprise/extensions/ipam/ipam_action.php:61 -#: ../../enterprise/dashboard/dashboards.php:51 -#: ../../enterprise/dashboard/main_dashboard.php:74 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/godmode/modules/local_components.php:319 -#: ../../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/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_agents.php:91 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:936 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../extensions/files_repo.php:166 -#: ../../operation/incidents/incident.php:67 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/events/events.php:500 -#: ../../operation/snmpconsole/snmp_view.php:98 -#: ../../operation/gis_maps/gis_map.php:75 ../../godmode/setup/gis.php:55 -#: ../../godmode/setup/news.php:98 -#: ../../godmode/modules/manage_network_components.php:361 -#: ../../godmode/alerts/alert_list.php:144 -#: ../../godmode/alerts/alert_list.php:186 -#: ../../godmode/alerts/alert_special_days.php:152 -#: ../../godmode/alerts/alert_commands.php:320 -#: ../../godmode/alerts/alert_actions.php:333 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/reporting/reporting_builder.php:413 -#: ../../godmode/users/configure_user.php:413 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_action_alerts.php:106 -msgid "Could not be deleted" -msgstr "Could not be deleted" +#: ../../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/extensions/ipam/ipam_action.php:64 -#: ../../enterprise/dashboard/dashboards.php:50 -#: ../../enterprise/dashboard/main_dashboard.php:73 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/godmode/modules/local_components.php:318 -#: ../../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/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/graph_template_list.php:86 -#: ../../enterprise/godmode/reporting/graph_template_list.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../extensions/files_repo.php:166 -#: ../../operation/incidents/incident.php:66 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/events/events.php:499 -#: ../../operation/reporting/graph_viewer.php:34 -#: ../../operation/reporting/graph_viewer.php:41 -#: ../../operation/snmpconsole/snmp_view.php:97 -#: ../../operation/gis_maps/gis_map.php:74 ../../godmode/setup/gis.php:57 -#: ../../godmode/setup/links.php:69 ../../godmode/setup/news.php:97 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:360 -#: ../../godmode/events/event_filter.php:56 -#: ../../godmode/events/event_filter.php:77 -#: ../../godmode/alerts/alert_list.php:144 -#: ../../godmode/alerts/alert_list.php:186 -#: ../../godmode/alerts/alert_special_days.php:151 -#: ../../godmode/alerts/alert_commands.php:319 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/alerts/alert_templates.php:224 -#: ../../godmode/agentes/planned_downtime.list.php:107 -#: ../../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/netflow/nf_edit.php:76 -#: ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/snmpconsole/snmp_alert.php:459 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/users/configure_user.php:412 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_action_alerts.php:105 -#: ../../godmode/massive/massive_delete_modules.php:236 -msgid "Successfully deleted" +#: ../../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:92 +#: ../../godmode/servers/servers.build_table.php:98 +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:111 +#: ../../godmode/servers/servers.build_table.php:116 +msgid "of" +msgstr "of" + +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:169 +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:190 +msgid "Tactical server information" +msgstr "Tactical server information" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:50 +#: ../../enterprise/meta/advanced/metasetup.password.php:47 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.performance.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.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:604 +#: ../../include/functions_config.php:408 +msgid "Date format string" +msgstr "Date format string" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:82 +#: ../../godmode/setup/setup_visuals.php:605 +msgid "Example" +msgstr "Example" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:95 +#: ../../enterprise/meta/include/functions_meta.php:988 +#: ../../godmode/setup/setup_visuals.php:617 +#: ../../include/functions_config.php:410 +msgid "Timestamp or time comparation" +msgstr "Timestamp or time comparison" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:96 +#: ../../godmode/setup/setup_visuals.php:618 +msgid "Comparation in rollover" +msgstr "Rollover comparison" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:98 +#: ../../godmode/setup/setup_visuals.php:620 +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:412 +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:414 +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:416 +msgid "Graph color (max)" +msgstr "Graph colour (max)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:118 +#: ../../enterprise/meta/include/functions_meta.php:1028 +#: ../../include/functions_config.php:432 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "Graphic resolution (1-low, 5-high)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:122 +#: ../../enterprise/meta/include/functions_meta.php:1038 +#: ../../godmode/setup/setup_visuals.php:396 +#: ../../include/functions_config.php:434 +msgid "Value to interface graphics" +msgstr "Value to interface graphics" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:126 +#: ../../enterprise/meta/include/functions_meta.php:1051 +#: ../../godmode/setup/setup_visuals.php:61 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/events/event_edit_filter.php:265 +#: ../../operation/users/user_edit.php:259 +#: ../../operation/events/events_list.php:458 +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../include/functions_config.php:443 +msgid "Block size for pagination" +msgstr "Block size for pagination" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:131 +#: ../../enterprise/meta/include/functions_meta.php:1061 +#: ../../godmode/setup/setup_visuals.php:414 +#: ../../include/functions_config.php:445 +msgid "Use round corners" +msgstr "Use round corners" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:137 +#: ../../enterprise/meta/include/functions_meta.php:1071 +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../godmode/users/configure_user.php:512 +#: ../../operation/users/user_edit.php:272 +#: ../../include/functions_config.php:455 +msgid "Interactive charts" +msgstr "Interactive charts" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:137 +#: ../../godmode/setup/setup_visuals.php:420 +#: ../../godmode/users/configure_user.php:512 +#: ../../operation/users/user_edit.php:272 +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 +#: ../../enterprise/meta/include/functions_meta.php:1081 +msgid "Metaconsole elements" +msgstr "Metaconsole elements" + +#: ../../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:147 +#: ../../godmode/setup/setup_visuals.php:666 +#: ../../include/functions_html.php:721 ../../include/functions.php:435 +#: ../../include/functions.php:569 +msgid "hours" +msgstr "hours" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:148 +#: ../../godmode/setup/setup_visuals.php:667 ../../godmode/db/db_main.php:82 +#: ../../godmode/db/db_main.php:88 ../../include/functions_html.php:722 +#: ../../include/functions.php:431 ../../include/functions.php:565 +msgid "days" +msgstr "days" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:149 +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_html.php:724 ../../include/functions.php:432 +#: ../../include/functions.php:566 +msgid "months" +msgstr "months" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:150 +#: ../../godmode/setup/setup_visuals.php:669 +#: ../../include/functions_html.php:725 ../../include/functions.php:433 +#: ../../include/functions.php:567 +msgid "years" +msgstr "years" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:151 +#: ../../godmode/setup/setup_visuals.php:670 +msgid "Add new custom value to intervals" +msgstr "Add new custom value to intervals" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:157 +#: ../../enterprise/meta/include/functions_meta.php:1131 +#: ../../godmode/setup/setup_visuals.php:676 +#: ../../include/functions_config.php:588 +msgid "Delete interval" +msgstr "Delete interval" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:169 +#: ../../godmode/setup/setup_visuals.php:470 +msgid "Custom report front page" +msgstr "Front page for custom reports" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:169 +#: ../../godmode/setup/setup_visuals.php:472 +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:173 +#: ../../enterprise/meta/include/functions_meta.php:1091 +#: ../../godmode/setup/setup_visuals.php:588 +msgid "Show only the group name" +msgstr "Show only the group's name" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:175 +#: ../../godmode/setup/setup_visuals.php:590 +#: ../../include/functions_config.php:504 +msgid "Show the group name instead the group icon." +msgstr "Show group name instead of group icon" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:184 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../godmode/setup/setup_visuals.php:84 +#: ../../include/functions_config.php:510 +msgid "Display data of proc modules in other format" +msgstr "Display data of proc modules in other format" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:193 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:512 +msgid "Display text proc modules have state is ok" +msgstr "Display text proc modules have state is ok" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:196 +#: ../../enterprise/meta/include/functions_meta.php:1177 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:514 +msgid "Display text when proc modules have state critical" +msgstr "Display text when proc modules" + +#: ../../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 +#: ../../enterprise/meta/include/functions_meta.php:1137 +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../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 +#: ../../godmode/setup/setup_visuals.php:516 +#: ../../godmode/setup/setup_visuals.php:522 +#: ../../godmode/setup/setup_visuals.php:535 +#: ../../godmode/setup/setup_visuals.php:543 +#: ../../godmode/setup/setup_visuals.php:548 +#: ../../godmode/setup/setup_visuals.php:556 +#: ../../include/functions_config.php:596 +#: ../../include/functions_config.php:599 +#: ../../include/functions_config.php:602 +#: ../../include/functions_config.php:605 +#: ../../include/functions_config.php:608 +#: ../../include/functions_config.php:611 +msgid "Custom report front" +msgstr "Front side custom report" + +#: ../../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:289 +#: ../../enterprise/meta/advanced/synchronizing.user.php:489 +#: ../../enterprise/meta/advanced/synchronizing.user.php:569 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 +#: ../../enterprise/meta/advanced/policymanager.sync.php:238 +#: ../../enterprise/meta/include/functions_meta.php:99 +#: ../../enterprise/meta/include/functions_meta.php:201 +#: ../../enterprise/meta/include/functions_meta.php:303 +#: ../../enterprise/meta/include/functions_groups_meta.php:130 +#, php-format +msgid "Error connecting to %s" +msgstr "Error connecting to %s" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:303 +msgid "Synchronizing Components" +msgstr "Synchronizing Components" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 +#: ../../enterprise/meta/advanced/synchronizing.user.php:509 +#: ../../enterprise/meta/advanced/synchronizing.group.php:148 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 +#: ../../enterprise/meta/advanced/policymanager.sync.php:296 +#: ../../enterprise/meta/advanced/synchronizing.os.php:92 +msgid "This metaconsole" +msgstr "This meta-console" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:320 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 +#: ../../enterprise/meta/advanced/synchronizing.group.php:157 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../enterprise/meta/advanced/synchronizing.os.php:101 +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "Targets" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:327 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 +#: ../../enterprise/meta/advanced/synchronizing.user.php:578 +#: ../../enterprise/meta/advanced/synchronizing.group.php:164 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 +#: ../../enterprise/meta/advanced/policymanager.sync.php:315 +#: ../../enterprise/meta/advanced/synchronizing.os.php:108 +msgid "Sync" +msgstr "Sync" + +#: ../../enterprise/meta/advanced/metasetup.password.php:73 +msgid "Passwords" +msgstr "Passwords" + +#: ../../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: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/policymanager.php:35 +#: ../../enterprise/meta/advanced/agents_setup.php:35 +#: ../../enterprise/meta/advanced/synchronizing.php:33 +#: ../../enterprise/meta/general/logon_ok.php:15 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 +#: ../../enterprise/meta/monitoring/group_view.php:32 +#: ../../enterprise/meta/monitoring/tactical.php:35 +#: ../../enterprise/meta/index.php:496 +#: ../../enterprise/meta/agentsearch.php:26 +#: ../../godmode/netflow/nf_edit_form.php:65 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../operation/netflow/nf_live_view.php:131 +#: ../../operation/agentes/ver_agente.php:909 +msgid "Main" +msgstr "Main" + +#: ../../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/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:239 +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:290 +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/policymanager.queue.php:352 +msgid "Empty queue." +msgstr "Empty queue." + +#: ../../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 +#: ../../godmode/massive/massive_add_profiles.php:90 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../operation/search_results.php:83 +#: ../../include/functions_reporting.php:5716 +msgid "Users" +msgstr "Users" + +#: ../../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.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/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/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/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/metasetup.setup.php:119 +#: ../../enterprise/meta/include/functions_meta.php:358 +#: ../../general/login_required.php:81 +#: ../../godmode/setup/setup_general.php:52 +#: ../../include/functions_config.php:129 +msgid "Language code for Pandora" +msgstr "Pandora FMS Language settings" + +#: ../../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:130 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 +#: ../../enterprise/include/functions_reporting_pdf.php:1389 +#: ../../enterprise/include/functions_reporting_pdf.php:1527 +#: ../../godmode/setup/setup_general.php:66 +#: ../../operation/events/events.php:79 +#: ../../operation/events/events_rss.php:178 +#: ../../mobile/operation/events.php:111 +#: ../../include/functions_reporting_html.php:580 +#: ../../include/functions_reporting_html.php:1190 +#: ../../include/functions.php:1040 ../../include/functions_graph.php:2021 +#: ../../include/functions_graph.php:2685 +#: ../../include/functions_graph.php:3109 +#: ../../include/functions_graph.php:3112 +#: ../../include/functions_reporting.php:4848 +#: ../../include/functions_reporting.php:5087 +#: ../../include/functions_events.php:975 +#: ../../include/functions_events.php:1433 +msgid "System" +msgstr "System" + +#: ../../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:148 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Africa" +msgstr "Africa" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "America" +msgstr "America" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Antarctica" +msgstr "Antarctica" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:151 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Arctic" +msgstr "Arctic" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Asia" +msgstr "Asia" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Atlantic" +msgstr "Atlantic" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Australia" +msgstr "Australia" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:155 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Europe" +msgstr "Europe" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Indian" +msgstr "Indian" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:157 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Pacific" +msgstr "Pacific" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:158 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "UTC" +msgstr "UTC" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:177 +#: ../../enterprise/meta/include/functions_meta.php:408 +#: ../../general/login_required.php:106 +#: ../../godmode/setup/setup_general.php:211 +#: ../../include/functions_config.php:166 +msgid "Timezone setup" +msgstr "Timezone setup" + +#: ../../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:628 +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/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:203 +#: ../../godmode/menu.php:189 ../../mobile/include/functions_web.php:27 +msgid "Servers" +msgstr "Servers" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:73 +#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 +#: ../../godmode/menu.php:242 +msgid "Performance" +msgstr "Performance" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:78 +#: ../../enterprise/meta/include/functions_meta.php:1191 +#: ../../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:1201 +msgid "Active events history" +msgstr "Active events history" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:87 +#: ../../enterprise/meta/include/functions_meta.php:1211 +#: ../../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:1221 +#: ../../godmode/setup/performance.php:100 +#: ../../include/functions_config.php:391 +msgid "Default hours for event view" +msgstr "Default hours for event view" + +#: ../../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 +msgid "Module groups Management" +msgstr "" + +#: ../../enterprise/meta/advanced/component_management.php:64 +msgid "OS Management" +msgstr "" + +#: ../../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/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 +#: ../../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: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 +#: ../../operation/tree.php:103 +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 "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 "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.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:175 +#: ../../operation/events/events.php:791 +msgid "Successfully delete" msgstr "Successfully deleted" -#: ../../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/meta/advanced/metasetup.consoles.php:176 +msgid "Could not be delete" +msgstr "Could not be deleted." -#: ../../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:128 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -#: ../../enterprise/godmode/modules/local_components.php:297 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../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:878 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../operation/incidents/incident.php:111 -#: ../../operation/snmpconsole/snmp_view.php:117 -#: ../../godmode/setup/gis.php:41 -#: ../../godmode/modules/manage_network_components.php:334 -#: ../../godmode/alerts/configure_alert_template.php:442 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/alert_special_days.php:135 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../include/functions_planned_downtimes.php:122 -msgid "Could not be updated" -msgstr "Could not be updated" - -#: ../../enterprise/extensions/ipam/ipam_action.php:131 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/policies/policy_modules.php:877 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 -#: ../../operation/incidents/incident.php:110 -#: ../../operation/snmpconsole/snmp_view.php:116 -#: ../../godmode/setup/gis.php:39 ../../godmode/setup/links.php:58 -#: ../../godmode/setup/news.php:87 -#: ../../godmode/modules/manage_nc_groups.php:98 -#: ../../godmode/events/event_edit_filter.php:162 -#: ../../godmode/alerts/configure_alert_template.php:441 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/alert_special_days.php:134 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/alerts/alert_templates.php:151 -#: ../../godmode/agentes/configurar_agente.php:769 -#: ../../godmode/agentes/planned_downtime.editor.php:368 -#: ../../godmode/netflow/nf_edit_form.php:131 -#: ../../godmode/snmpconsole/snmp_alert.php:299 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/users/profile_list.php:223 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../include/functions_planned_downtimes.php:125 -msgid "Successfully updated" -msgstr "Successfully updated" - -#: ../../enterprise/extensions/ipam/ipam_action.php:190 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 -msgid "Could not be updated." -msgstr "Could not be updated." - -#: ../../enterprise/extensions/ipam/ipam_action.php:194 -msgid "Successfully updated." -msgstr "Successfully updated." - -#: ../../enterprise/extensions/ipam/ipam_action.php:198 -#: ../../include/functions_reporting.php:1423 -msgid "No changes found." -msgstr "No changes found." - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../operation/agentes/ver_agente.php:688 -msgid "Address" -msgstr "Address" - -#: ../../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:136 -#: ../../enterprise/extensions/ipam/ipam_list.php:148 -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -#: ../../operation/servers/recon_view.php:95 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:241 -msgid "Network" -msgstr "Network" - -#: ../../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_list.php:133 -msgid "No networks found" -msgstr "No networks found" - -#: ../../enterprise/extensions/ipam/ipam_list.php:161 -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -#: ../../enterprise/extensions/ipam/ipam_network.php:140 -#: ../../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_list.php:175 -msgid "IPs" -msgstr "IPs" - -#: ../../enterprise/extensions/ipam/ipam_list.php:188 -#: ../../enterprise/operation/services/services.list.php:324 -#: ../../enterprise/operation/services/services.service.php:135 -#: ../../extensions/agents_modules.php:56 -#: ../../extensions/agents_alerts.php:55 -#: ../../operation/agentes/tactical.php:46 -#: ../../operation/agentes/group_view.php:61 -msgid "Last update" -msgstr "Latest update" - -#: ../../enterprise/extensions/ipam/ipam_list.php:217 -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/operation/services/services.list.php:168 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../godmode/servers/manage_recontask.php:343 -#: ../../godmode/servers/manage_recontask_form.php:250 -msgid "Manual" -msgstr "Manual" - -#: ../../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/ipam/ipam_editor.php:35 -msgid "Network not found" -msgstr "Network not found" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:60 -#: ../../operation/incidents/incident.php:262 -msgid "All users" -msgstr "All users" - -#: ../../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:98 -msgid "Operator users" -msgstr "Operator users" - -#: ../../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." +#: ../../enterprise/meta/advanced/metasetup.consoles.php:265 +msgid "Complete path to Pandora console without last \"/\" character. Example " msgstr "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." +"Complete path to Pandora console without last \"/\" character. Example " -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." -msgstr "There is not an available IP." +#: ../../enterprise/meta/advanced/metasetup.consoles.php:282 +msgid "DB port" +msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" -msgstr "Next available IP Address is:" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:334 +msgid "Agent cache" +msgstr "Agent cache" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" -msgstr "Reserve this IP now" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:418 +msgid "There aren't server added to metaconsole" +msgstr "There are no servers added to metaconsole." -#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" -msgstr "Manage this IP now" +#: ../../enterprise/meta/advanced/synchronizing.php:35 +#: ../../enterprise/meta/general/main_header.php:243 +msgid "Synchronizing" +msgstr "Synchronising" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 -#: ../../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_excel.php:116 -msgid "Hostname" -msgstr "Hostname" +#: ../../enterprise/meta/advanced/synchronizing.php:60 +#: ../../enterprise/meta/advanced/synchronizing.php:91 +msgid "Users synchronization" +msgstr "Users synchronisation" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 -msgid "Operating system" -msgstr "Operating system" +#: ../../enterprise/meta/advanced/synchronizing.php:64 +#: ../../enterprise/meta/advanced/synchronizing.php:94 +msgid "Groups synchronization" +msgstr "Groups synchronisation" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 -msgid "This agent has other IPs" -msgstr "This agent has other IPs" +#: ../../enterprise/meta/advanced/synchronizing.php:68 +#: ../../enterprise/meta/advanced/synchronizing.php:97 +msgid "Alerts synchronization" +msgstr "Alerts synchronisation" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" -msgstr "Generate events" +#: ../../enterprise/meta/advanced/synchronizing.php:72 +#: ../../enterprise/meta/advanced/synchronizing.php:100 +msgid "Components synchronization" +msgstr "Components synchronization" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 -#: ../../enterprise/extensions/ipam/ipam_network.php:231 -#: ../../enterprise/extensions/ipam/ipam_network.php:540 -#: ../../enterprise/extensions/ipam/ipam_massive.php:77 -msgid "Managed" -msgstr "Managed" +#: ../../enterprise/meta/advanced/synchronizing.php:76 +#: ../../enterprise/meta/advanced/synchronizing.php:103 +msgid "Tags synchronization" +msgstr "Tags synchronisation" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 -#: ../../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 -msgid "Reserved" -msgstr "Reserved" +#: ../../enterprise/meta/advanced/synchronizing.php:80 +#: ../../enterprise/meta/advanced/synchronizing.php:106 +msgid "OS synchronization" +msgstr "" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -#: ../../operation/integria_incidents/incident.list.php:99 -#: ../../include/ajax/events.php:300 -msgid "Details" -msgstr "Details" +#: ../../enterprise/meta/advanced/synchronizing.php:84 +#: ../../enterprise/meta/advanced/synchronizing.php:109 +msgid "Module Groups synchronization" +msgstr "" -#: ../../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:158 +#: ../../enterprise/meta/advanced/synchronizing.os.php:69 #, 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/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:154 -#: ../../enterprise/operation/services/services.list.php:448 -#: ../../enterprise/godmode/agentes/inventory_manager.php:270 -#: ../../operation/agentes/estado_generalagente.php:619 -#: ../../operation/agentes/group_view.php:162 -#: ../../operation/agentes/group_view.php:215 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -#: ../../include/ajax/module.php:754 ../../include/functions_ui.php:821 -#: ../../include/functions_groups.php:771 -#: ../../include/functions_groups.php:964 -msgid "Force" -msgstr "Force" - -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/integria_incidents/incident_statistics.php:29 -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/snmpconsole/snmp_view.php:71 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/menu.php:270 ../../operation/menu.php:364 -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: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:233 -msgid "Not managed" -msgstr "Unmanaged" - -#: ../../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:2313 -#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 -#: ../../godmode/reporting/visual_console_builder.elements.php:555 -#: ../../godmode/admin_access_logs.php:69 -#: ../../godmode/admin_access_logs.php:70 -#: ../../include/functions_visual_map_editor.php:613 -#: ../../include/functions_reporting_html.php:1338 -#: ../../include/functions_reporting_html.php:1544 -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 -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/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 -#: ../../mobile/operation/modules.php:254 -#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 -#: ../../mobile/operation/events.php:642 -#: ../../operation/events/events_list.php:401 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../godmode/events/event_edit_filter.php:238 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1371 -#: ../../godmode/snmpconsole/snmp_alert.php:893 -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: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/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/csv_import_group.php:27 -msgid "CSV import group" -msgstr "CSV import group" - -#: ../../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/dashboard/widget.php:60 -#: ../../operation/integria_incidents/incident.incident.php:82 -#: ../../operation/agentes/estado_generalagente.php:398 -msgid "Title" -msgstr "Title" - -#: ../../enterprise/dashboard/widget.php:62 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -#: ../../godmode/reporting/visual_console_builder.data.php:121 -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:326 -msgid "Background" -msgstr "Background" - -#: ../../enterprise/dashboard/widget.php:65 -msgid "Empty for a transparent background color or CSS compatible value" +msgid "Error creating/updating %s/%s OS" msgstr "" -#: ../../enterprise/dashboard/widget.php:294 -msgid "Configure widget" -msgstr "Configure widget" +#: ../../enterprise/meta/advanced/synchronizing.os.php:72 +#, php-format +msgid "Created/Updated %s/%s OS" +msgstr "" -#: ../../enterprise/dashboard/widget.php:299 -msgid "Delete widget" -msgstr "Delete widget" +#: ../../enterprise/meta/advanced/synchronizing.os.php:84 +msgid "Synchronizing OS" +msgstr "" -#: ../../enterprise/dashboard/widget.php:320 -msgid "Config widget" -msgstr "Config widget" +#: ../../enterprise/meta/general/noaccess.php:17 +msgid "Back to login" +msgstr "Back to login" -#: ../../enterprise/dashboard/widget.php:330 -msgid "Please configure this widget before usage" +#: ../../enterprise/meta/general/noaccess.php:24 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +#: ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/groups.php:53 ../../mobile/operation/events.php:430 +#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agent.php:66 +#: ../../mobile/operation/networkmap.php:78 +#: ../../mobile/operation/tactical.php:71 +#: ../../mobile/operation/modules.php:173 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/module_graph.php:269 +#: ../../mobile/operation/alerts.php:141 +#: ../../mobile/operation/networkmaps.php:99 ../../mobile/index.php:240 +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/noaccess2.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/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/main_header.php:88 +#: ../../operation/tree.php:87 ../../operation/menu.php:46 +msgid "Tree view" +msgstr "Tree view" + +#: ../../enterprise/meta/general/main_header.php:93 +#: ../../enterprise/meta/monitoring/tactical.php:60 +#: ../../enterprise/dashboard/widgets/tactical.php:27 +#: ../../enterprise/dashboard/widgets/tactical.php:29 +#: ../../operation/users/user_edit.php:304 +#: ../../operation/agentes/tactical.php:55 ../../operation/menu.php:40 +#: ../../mobile/operation/home.php:38 ../../mobile/operation/tactical.php:84 +msgid "Tactical view" +msgstr "Tactical view" + +#: ../../enterprise/meta/general/main_header.php:98 +#: ../../operation/agentes/networkmap.php:389 +msgid "Groups view" +msgstr "Group view" + +#: ../../enterprise/meta/general/main_header.php:103 +#: ../../operation/agentes/alerts_status.php:135 +msgid "Alerts view" +msgstr "Alerts view" + +#: ../../enterprise/meta/general/main_header.php:108 +msgid "Monitors view" +msgstr "Monitors view" + +#: ../../enterprise/meta/general/main_header.php:136 +#: ../../enterprise/meta/general/main_header.php:151 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../operation/search_results.php:113 +#: ../../include/functions_groups.php:120 +msgid "Reports" +msgstr "Reports" + +#: ../../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:180 +#: ../../enterprise/meta/general/logon_ok.php:60 +#: ../../enterprise/meta/screens/screens.php:35 +msgid "Screens" +msgstr "Screens" + +#: ../../enterprise/meta/general/main_header.php:187 +msgid "Networkmap" +msgstr "Network map" + +#: ../../enterprise/meta/general/main_header.php:194 +#: ../../enterprise/include/functions_enterprise.php:292 +#: ../../general/firts_task/map_builder.php:29 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "Visual Console" + +#: ../../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/user_list.php:113 ../../godmode/users/user_list.php:121 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../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 +msgid "Component management" +msgstr "" + +#: ../../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:265 +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/main_header.php:360 +#: ../../enterprise/meta/general/main_header.php:368 +#: ../../general/header.php:114 ../../general/header.php:122 +msgid "All systems" +msgstr "All systems" + +#: ../../enterprise/meta/general/main_header.php:360 +#: ../../general/header.php:114 +msgid "Down" +msgstr "Down" + +#: ../../enterprise/meta/general/main_header.php:364 +#: ../../general/header.php:118 +msgid "servers down" +msgstr "servers down" + +#: ../../enterprise/meta/general/main_header.php:368 +#: ../../general/header.php:122 +msgid "Ready" +msgstr "Ready" + +#: ../../enterprise/meta/general/main_header.php:378 +#: ../../general/header.php:280 ../../mobile/operation/home.php:118 +#: ../../mobile/include/functions_web.php:33 +#: ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/user.class.php:286 +msgid "Logout" +msgstr "Logout" + +#: ../../enterprise/meta/general/main_header.php:393 +#: ../../general/header.php:195 +msgid "Configure autorefresh" +msgstr "Configure autorefresh" + +#: ../../enterprise/meta/general/main_header.php:410 +#: ../../enterprise/meta/general/main_header.php:420 +#: ../../general/header.php:222 +msgid "Disabled autorefresh" +msgstr "Disable autorefresh" + +#: ../../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 +#: ../../general/header.php:285 ../../general/header.php:287 +#: ../../operation/menu.php:328 +msgid "Edit my user" +msgstr "Edit my user" + +#: ../../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_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84 +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:79 +#: ../../enterprise/meta/general/login_page.php:98 +#: ../../general/login_page.php:168 ../../mobile/include/user.class.php:256 +msgid "Login" +msgstr "Login" + +#: ../../enterprise/meta/general/login_page.php:85 +#: ../../general/login_page.php:152 +msgid "Login with SAML" +msgstr "" + +#: ../../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:113 +#: ../../general/login_page.php:224 +msgid "Build" +msgstr "Build" + +#: ../../enterprise/meta/general/login_page.php:117 +#: ../../enterprise/meta/general/login_page.php:126 +#: ../../general/login_page.php:237 +msgid "Login failed" +msgstr "Login failed" + +#: ../../enterprise/meta/general/login_page.php:139 +msgid "Login off" +msgstr "Login off" + +#: ../../enterprise/meta/general/login_page.php:144 +#: ../../general/login_page.php:176 ../../mobile/include/user.class.php:221 +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:170 +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:171 +msgid "" +"Mozilla Firefox or Google Chrome browsers." +msgstr "" +"Mozilla Firefox or Google Chrome browsers." + +#: ../../enterprise/meta/general/logon_ok.php:32 +msgid "Network traffic" +msgstr "Network traffic" + +#: ../../enterprise/meta/general/logon_ok.php:62 +#: ../../include/functions_networkmap.php:1747 +msgid "Topology" +msgstr "Topology" + +#: ../../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/event/custom_events.php:43 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/netflow/nf_edit.php:167 +#: ../../godmode/events/event_filter.php:177 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +msgid "Create filter" +msgstr "Create new filter" + +#: ../../enterprise/meta/event/custom_events.php:48 +#: ../../godmode/events/events.php:48 ../../godmode/menu.php:175 +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 +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 +#: ../../godmode/agentes/agent_manager.php:437 ../../godmode/menu.php:36 +#: ../../operation/agentes/ver_agente.php:989 +#: ../../operation/agentes/ver_agente.php:1172 +#: ../../include/functions_events.php:2053 +msgid "Custom fields" +msgstr "Custom fields" + +#: ../../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/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:169 +#: ../../godmode/reporting/visual_console_builder.php:663 +#: ../../operation/visual_console/render_view.php:126 +msgid "Builder" +msgstr "Builder" + +#: ../../enterprise/meta/screens/screens.visualmap.php:177 +#: ../../godmode/reporting/visual_console_builder.php:650 +#: ../../operation/visual_console/render_view.php:113 +msgid "List elements" +msgstr "List elements" + +#: ../../enterprise/meta/screens/screens.visualmap.php:181 +#: ../../enterprise/meta/screens/screens.visualmap.php:206 +#: ../../godmode/reporting/reporting_builder.php:1921 +#: ../../godmode/reporting/reporting_builder.php:1949 +#: ../../godmode/reporting/visual_console_builder.php:647 +#: ../../godmode/reporting/graph_builder.php:199 +#: ../../godmode/reporting/reporting_builder.main.php:51 +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/reporting/graph_viewer.php:136 +#: ../../operation/visual_console/render_view.php:110 +msgid "Main data" +msgstr "Main data" + +#: ../../enterprise/meta/screens/screens.visualmap.php:188 +#: ../../godmode/reporting/visual_console_builder.php:644 +#: ../../operation/visual_console/render_view.php:105 +#: ../../operation/gis_maps/render_view.php:125 +msgid "Show link to public Visual Console" +msgstr "Show link to public Visual Console" + +#: ../../enterprise/meta/screens/screens.visualmap.php:196 +#: ../../godmode/reporting/visual_console_builder.php:641 +#: ../../operation/visual_console/render_view.php:96 +msgid "Visual consoles list" +msgstr "Visual consoles list" + +#: ../../enterprise/meta/screens/screens.visualmap.php:208 +#: ../../godmode/reporting/visual_console_builder.php:672 +msgid "New visual console" +msgstr "New visual console" + +#: ../../enterprise/meta/screens/screens.visualmap.php:216 +#: ../../enterprise/meta/screens/screens.visualmap.php:220 +#: ../../operation/users/user_edit.php:301 ../../operation/menu.php:122 +#: ../../extensions/resource_exportation.php:351 +msgid "Visual console" +msgstr "Visual console" + +#: ../../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.agent.php:65 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 +#: ../../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.update_agent.php:49 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 +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.agent.php:160 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 +#: ../../enterprise/dashboard/full_dashboard.php:228 +#: ../../include/functions_graph.php:796 +#: ../../include/functions_graph.php:3776 +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_delete_modules.php:405 +#: ../../godmode/massive/massive_edit_modules.php:248 +msgid "Module type" +msgstr "Module type" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 +#: ../../mobile/include/functions_web.php:23 +#: ../../include/functions_reporting_html.php:2291 +#: ../../include/functions_reporting_html.php:2431 +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.agent.php:75 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 +#: ../../godmode/agentes/modificar_agente.php:608 +#: ../../operation/snmpconsole/snmp_view.php:582 +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../operation/agentes/estado_agente.php:598 +#: ../../operation/agentes/estado_agente.php:618 +msgid "Create agent" +msgstr "Create agent" + +#: ../../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/Name address" +msgstr "" + +#: ../../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: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:242 +#: ../../operation/events/events_list.php:403 +msgid "Agent search" +msgstr "Agent search" + +#: ../../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/visualmap.php:103 +#: ../../mobile/operation/groups.php:69 ../../mobile/operation/events.php:568 +#: ../../mobile/operation/agents.php:162 ../../mobile/operation/agent.php:108 +#: ../../mobile/operation/networkmap.php:98 +#: ../../mobile/operation/tactical.php:88 +#: ../../mobile/operation/modules.php:190 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/module_graph.php:370 +#: ../../mobile/operation/module_graph.php:379 +#: ../../mobile/operation/alerts.php:158 +#: ../../mobile/operation/networkmaps.php:116 +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/alerts/alert_list.php:299 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/users/configure_profile.php:268 +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.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:93 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 +#: ../../operation/integria_incidents/incident.php:141 +#: ../../operation/incidents/incident_detail.php:120 +msgid "No description available" +msgstr "No description available" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../include/functions_events.php:1724 +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:3595 +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:348 +#: ../../godmode/agentes/module_manager_editor_common.php:351 +#, php-format +msgid "Agent interval x %s" +msgstr "Agent interval x %s" + +#: ../../enterprise/meta/monitoring/group_view.php:33 +msgid "Group View" +msgstr "Group View" + +#: ../../enterprise/meta/monitoring/group_view.php:46 +#: ../../operation/users/user_edit.php:303 +#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:43 +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 +msgid "This data doesn't show in realtime" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:144 +msgid "Group or Tag" +msgstr "Group or Tag" + +#: ../../enterprise/meta/monitoring/group_view.php:147 +#: ../../enterprise/meta/monitoring/group_view.php:151 +#: ../../enterprise/meta/monitoring/tactical.php:282 +#: ../../enterprise/dashboard/widgets/tree_view.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:70 +#: ../../enterprise/dashboard/widgets/tree_view.php:221 +#: ../../enterprise/include/functions_reporting_pdf.php:680 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:329 +#: ../../operation/tree.php:135 ../../operation/tree.php:160 +#: ../../operation/tree.php:298 ../../operation/agentes/status_monitor.php:292 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../operation/agentes/group_view.php:167 +#: ../../operation/agentes/tactical.php:154 +#: ../../mobile/operation/modules.php:44 +#: ../../include/functions_reporting_html.php:1082 +#: ../../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 +#: ../../include/functions_graph.php:1955 +msgid "Not init" +msgstr "Not initialized" + +#: ../../enterprise/meta/monitoring/group_view.php:148 +msgid "critical" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:152 +#: ../../enterprise/meta/monitoring/tactical.php:280 +#: ../../enterprise/dashboard/widgets/tree_view.php:53 +#: ../../enterprise/dashboard/widgets/tree_view.php:66 +#: ../../enterprise/dashboard/widgets/tree_view.php:226 +#: ../../enterprise/include/functions_services.php:1258 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../godmode/massive/massive_copy_modules.php:77 +#: ../../godmode/massive/massive_copy_modules.php:190 +#: ../../godmode/massive/massive_edit_agents.php:214 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../godmode/massive/massive_delete_agents.php:113 +#: ../../godmode/massive/massive_edit_modules.php:295 +#: ../../godmode/massive/massive_edit_modules.php:324 +#: ../../godmode/netflow/nf_edit_form.php:207 ../../operation/tree.php:131 +#: ../../operation/tree.php:156 ../../operation/tree.php:303 +#: ../../operation/netflow/nf_live_view.php:304 +#: ../../operation/agentes/status_monitor.php:287 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../operation/agentes/estado_monitores.php:431 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/tactical.php:152 +#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39 +#: ../../include/functions_reporting_html.php:1074 +#: ../../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 ../../include/functions.php:871 +#: ../../include/functions.php:1075 ../../include/functions.php:1082 +#: ../../include/functions.php:1112 ../../include/functions_graph.php:1951 +#: ../../include/functions_graph.php:3037 +#: ../../include/functions_graph.php:3038 +#: ../../include/functions_graph.php:4942 +#: ../../include/functions_events.php:1479 +msgid "Normal" +msgstr "Normal" + +#: ../../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/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_ui_meta.php:786 +#: ../../enterprise/dashboard/main_dashboard.php:361 +#: ../../enterprise/dashboard/main_dashboard.php:434 +#: ../../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 +#: ../../operation/users/user_edit.php:606 +#: ../../operation/users/user_edit.php:671 +#: ../../operation/agentes/networkmap_list.php:377 +#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 +#: ../../include/functions.php:1041 +#: ../../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_events.php:1163 +#: ../../include/functions_events.php:1436 ../../include/functions_ui.php:228 +msgid "Error" +msgstr "Error" + +#: ../../enterprise/meta/include/functions_users_meta.php:172 +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../godmode/users/user_list.php:117 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/configure_profile.php:45 +#: ../../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:672 +#: ../../godmode/setup/setup_auth.php:124 +#: ../../operation/users/user_edit.php:360 +#: ../../operation/users/user_edit.php:363 +#: ../../include/functions_config.php:359 +msgid "Double authentication" +msgstr "Double authentication" + +#: ../../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:1231 +#: ../../godmode/setup/performance.php:110 +#: ../../include/functions_config.php:397 +msgid "Use agent access graph" +msgstr "Use agent access graph" + +#: ../../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/servers/modificar_server.php:47 +#: ../../godmode/agentes/agent_manager.php:201 +#: ../../operation/gis_maps/ajax.php:269 +#: ../../include/functions_reporting_html.php:1718 +#: ../../include/functions_treeview.php:487 +#: ../../include/functions_events.php:2033 +msgid "IP Address" +msgstr "IP Address" + +#: ../../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: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:171 +msgid "Credentials" +msgstr "Credentials" + +#: ../../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:2137 +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: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: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/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_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:1586 +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_reporting_html.php:661 +#: ../../include/functions_reporting_html.php:2081 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:892 +#: ../../include/functions_events.php:2343 +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:2310 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../godmode/agentes/agent_manager.php:154 +#: ../../godmode/agentes/modificar_agente.php:449 +#: ../../operation/events/events.build_table.php:161 +#: ../../mobile/operation/modules.php:453 +#: ../../mobile/operation/modules.php:671 +#: ../../include/functions_reporting_html.php:1541 +#: ../../include/functions_treeview.php:467 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:895 +#: ../../include/functions_events.php:3313 +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_pdf.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1333 +#: ../../enterprise/include/functions_reporting_pdf.php:1468 +#: ../../enterprise/include/functions_reporting_csv.php:224 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +#: ../../operation/integria_incidents/incident.files.php:43 +#: ../../operation/events/events.php:89 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/snmpconsole/snmp_view.php:531 +#: ../../operation/messages/message_list.php:123 +#: ../../operation/search_modules.php:54 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:983 +#: ../../operation/agentes/estado_generalagente.php:403 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../mobile/operation/events.php:473 +#: ../../mobile/operation/modules.php:505 +#: ../../mobile/operation/modules.php:674 +#: ../../include/functions_netflow.php:287 +#: ../../include/functions_reporting_html.php:535 +#: ../../include/functions_reporting_html.php:665 +#: ../../include/functions_reporting_html.php:1149 +#: ../../include/functions_reporting_html.php:2083 +#: ../../include/ajax/events.php:466 +#: ../../include/functions_reporting.php:4789 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:899 +#: ../../include/functions_events.php:2348 +#: ../../include/functions_events.php:3319 +msgid "Timestamp" +msgstr "Timestamp" + +#: ../../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:88 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:569 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1756 +#: ../../include/functions_events.php:3361 +#: ../../include/functions_events.php:3706 +msgid "Comment" +msgstr "Comment" + +#: ../../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:2256 +msgid "Extra id" +msgstr "Extra ID" + +#: ../../enterprise/meta/include/functions_events_meta.php:100 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../operation/integria_incidents/incident.list.php:101 +#: ../../operation/events/events.build_table.php:179 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/incidents/incident.php:342 +#: ../../mobile/operation/events.php:477 ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2358 +#: ../../include/functions_events.php:3329 +msgid "Owner" +msgstr "Owner" + +#: ../../enterprise/meta/include/functions_events_meta.php:103 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +#: ../../operation/events/events.build_table.php:241 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3381 +msgid "ACK Timestamp" +msgstr "ACK Timestamp" + +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +#: ../../operation/events/events.build_table.php:247 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2195 +#: ../../include/functions_events.php:2207 +#: ../../include/functions_events.php:2219 +#: ../../include/functions_events.php:2231 +#: ../../include/functions_events.php:2236 +#: ../../include/functions_events.php:2241 +#: ../../include/functions_events.php:2245 +#: ../../include/functions_events.php:3386 +msgid "Instructions" +msgstr "Instructions" + +#: ../../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:900 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../mobile/operation/alerts.php:45 +msgid "Standby off" +msgstr "Standby off" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/agent_fields.php:28 +#: ../../include/functions_treeview.php:440 +msgid "There was a problem loading agent" +msgstr "There was a problem loading agent" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 +#: ../../operation/agentes/estado_generalagente.php:269 +#: ../../mobile/operation/agent.php:151 +#: ../../include/functions_treeview.php:483 +msgid "Other IP addresses" +msgstr "Other IP addresses" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 +#: ../../operation/gis_maps/ajax.php:315 +#: ../../operation/agentes/estado_generalagente.php:160 +#: ../../include/functions_treeview.php:554 +msgid "Agent Version" +msgstr "Agent Version" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 +#: ../../operation/agentes/estado_generalagente.php:311 +#: ../../include/functions_treeview.php:571 +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 +#: ../../godmode/agentes/agent_manager.php:386 +#: ../../operation/agentes/ver_agente.php:978 +#: ../../operation/agentes/ver_agente.php:1184 +#: ../../operation/agentes/estado_generalagente.php:330 +#: ../../include/functions_treeview.php:580 +msgid "Url address" +msgstr "URL address" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../operation/gis_maps/ajax.php:332 +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../include/functions_treeview.php:514 +msgid "Remote" +msgstr "Remote" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 +#: ../../operation/agentes/estado_generalagente.php:339 +#: ../../include/functions_treeview.php:588 +msgid "Timezone Offset" +msgstr "Timezone Offset" + +#: ../../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:1180 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../operation/agentes/agent_fields.php:45 +#: ../../include/functions_treeview.php:603 +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: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:1277 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/massive/massive_edit_agents.php:267 +#: ../../godmode/modules/manage_nc_groups_form.php:69 +#: ../../godmode/groups/configure_group.php:132 +#: ../../godmode/agentes/agent_manager.php:233 +#: ../../operation/agentes/ver_agente.php:802 +#: ../../operation/agentes/estado_generalagente.php:279 +#: ../../include/functions_visual_map_editor.php:492 +msgid "Parent" +msgstr "Parent" + +#: ../../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:2357 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_components.php:549 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/agentes/agent_template.php:223 +#: ../../operation/agentes/status_monitor.php:320 +#: ../../operation/agentes/status_monitor.php:942 +#: ../../mobile/operation/modules.php:447 +#: ../../mobile/operation/modules.php:670 ../../include/ajax/module.php:727 +msgid "Module name" +msgstr "Module name" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/agentes/module_manager_editor_common.php:233 +#: ../../operation/agentes/status_monitor.php:300 +#: ../../include/functions_treeview.php:118 +#: ../../include/functions_graph.php:5019 +msgid "Not assigned" +msgstr "Not assigned" + +#: ../../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:150 +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_alerts_meta.php:115 +#: ../../enterprise/meta/include/functions_alerts_meta.php:131 +#: ../../godmode/menu.php:153 +msgid "Commands" +msgstr "Commands" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 +#: ../../operation/agentes/networkmap.php:168 +#: ../../operation/agentes/networkmap_list.php:100 +msgid "Network map deleted successfully" +msgstr "Network map deleted successfully" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 +#: ../../operation/agentes/networkmap.php:169 +#: ../../operation/agentes/networkmap_list.php:101 +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: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:208 +msgid "Save in group" +msgstr "Save in group" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:526 +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +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/status_monitor.php:329 +#: ../../operation/agentes/status_monitor.php:332 +#: ../../operation/agentes/alerts_status.functions.php:86 +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:560 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 +#: ../../operation/agentes/networkmap.php:467 +msgid "Layout" +msgstr "Layout" + +#: ../../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: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:875 +#, 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_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/index.php:239 ../../mobile/include/user.class.php:171 +#: ../../include/ajax/double_auth.ajax.php:489 ../../index.php:240 +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:721 +msgid "Sorry! I can't find the page!" +msgstr "Sorry! I can't find the page!" + +#: ../../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/mobile/operation/home.php:34 +#: ../../enterprise/dashboard/dashboards.php:31 +#: ../../enterprise/dashboard/main_dashboard.php:290 +msgid "Dashboards" +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 "" + +#: ../../enterprise/dashboard/widgets/top_n.php:31 +#: ../../include/functions_reporting.php:818 +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:4031 +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:114 +#: ../../enterprise/dashboard/widgets/top_n.php:297 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 +msgid "avg" +msgstr "avg" + +#: ../../enterprise/dashboard/widgets/top_n.php:115 +#: ../../enterprise/dashboard/widgets/top_n.php:298 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1622 +msgid "max" +msgstr "max" + +#: ../../enterprise/dashboard/widgets/top_n.php:116 +#: ../../enterprise/dashboard/widgets/top_n.php:299 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1623 +msgid "min" +msgstr "min" + +#: ../../enterprise/dashboard/widgets/top_n.php:117 +#: ../../enterprise/dashboard/widgets/top_n.php:300 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1624 +msgid "sum" +msgstr "sum" + +#: ../../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:463 +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_reporting_pdf.php:1596 +#: ../../enterprise/include/functions_reporting_pdf.php:2008 +#: ../../include/functions_reporting_html.php:1784 +#: ../../include/functions_reporting_html.php:1920 +#: ../../include/functions_reporting.php:875 +#: ../../include/functions_reporting.php:1702 +msgid "There are no Agent/Modules defined" +msgstr "There are no Agent/Modules defined" + +#: ../../enterprise/dashboard/widgets/top_n.php:529 +#: ../../include/functions_reporting.php:928 +msgid "Insuficient data" +msgstr "Insufficient data" + +#: ../../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:86 +#: ../../enterprise/dashboard/widgets/module_table_value.php:71 +#: ../../enterprise/dashboard/widgets/module_value.php:74 +msgid "Text size of value in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:89 +#: ../../enterprise/dashboard/widgets/module_status.php:86 +#: ../../enterprise/dashboard/widgets/module_value.php:77 +msgid "Text size of label in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:92 +#: ../../enterprise/dashboard/widgets/module_status.php:89 +msgid "Size of icon" +msgstr "" + +#: ../../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:43 +#: ../../godmode/reporting/graph_builder.main.php:159 +#: ../../operation/reporting/graph_viewer.php:218 +msgid "Bullet chart" +msgstr "Bullet chart" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:44 +#: ../../godmode/reporting/graph_builder.main.php:160 +#: ../../operation/reporting/graph_viewer.php:219 +msgid "Gauge" +msgstr "Gauge" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:45 +#: ../../operation/reporting/graph_viewer.php:220 +msgid "Horizontal Bars" +msgstr "Horizontal Bars" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:46 +#: ../../operation/reporting/graph_viewer.php:221 +msgid "Vertical Bars" +msgstr "Vertical Bars" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:47 +#: ../../godmode/reporting/graph_builder.main.php:163 +#: ../../operation/reporting/graph_viewer.php:222 +msgid "Pie" +msgstr "Pie chart" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:72 +msgid "You don't have access" +msgstr "You don't have access" + +#: ../../enterprise/dashboard/widgets/tree_view.php:24 +msgid "Show the tree view" +msgstr "Show the tree view" + +#: ../../enterprise/dashboard/widgets/tree_view.php:36 +#: ../../godmode/menu.php:49 ../../operation/tree.php:67 +#: ../../extensions/module_groups.php:325 +msgid "Module groups" +msgstr "Module groups" + +#: ../../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 "" +"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/tree_view.php:187 +#: ../../enterprise/include/functions_inventory.php:165 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +#: ../../operation/tree.php:264 +msgid "No data found" +msgstr "No data found" + +#: ../../enterprise/dashboard/widgets/tree_view.php:194 +#: ../../enterprise/include/functions_reporting_csv.php:331 +#: ../../godmode/db/db_main.php:99 ../../operation/tree.php:271 +#: ../../mobile/operation/groups.php:125 +#: ../../include/functions_reporting_html.php:2725 +#: ../../include/functions_reporting.php:5660 +msgid "Total agents" +msgstr "Total amount of agents" + +#: ../../enterprise/dashboard/widgets/tree_view.php:195 +#: ../../enterprise/include/functions_reporting_csv.php:333 +#: ../../operation/tree.php:272 +msgid "Total modules" +msgstr "Total modules" + +#: ../../enterprise/dashboard/widgets/tree_view.php:199 +#: ../../enterprise/dashboard/widgets/tree_view.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:201 +#: ../../enterprise/include/functions_reporting_csv.php:340 +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 ../../include/functions_graph.php:1874 +#: ../../include/functions_reporting.php:5505 +#: ../../include/functions_reporting.php:5526 +msgid "Fired alerts" +msgstr "Triggered alerts" + +#: ../../enterprise/dashboard/widgets/tree_view.php:204 +#: ../../operation/tree.php:281 +msgid "Critical agents" +msgstr "Critical agents" + +#: ../../enterprise/dashboard/widgets/tree_view.php:205 +#: ../../enterprise/include/functions_reporting_csv.php:335 +#: ../../operation/tree.php:282 ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "Modules in critical status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:209 +#: ../../operation/tree.php:286 +msgid "Warning agents" +msgstr "Agents in 'Warning' status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:210 +#: ../../enterprise/include/functions_reporting_csv.php:336 +#: ../../operation/tree.php:287 ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "Modules in warning status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:214 +#: ../../operation/tree.php:291 +msgid "Unknown agents" +msgstr "Agents in 'Unknown' status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:215 +#: ../../enterprise/include/functions_reporting_csv.php:337 +#: ../../operation/tree.php:292 ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "Unknown modules" + +#: ../../enterprise/dashboard/widgets/tree_view.php:219 +#: ../../operation/tree.php:296 +msgid "Not init agents" +msgstr "Uninitialised agents" + +#: ../../enterprise/dashboard/widgets/tree_view.php:220 +#: ../../enterprise/include/functions_reporting_csv.php:338 +#: ../../operation/tree.php:297 ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "Modules in uninitialised status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:224 +#: ../../operation/tree.php:301 +msgid "Normal agents" +msgstr "Agents in 'Normal' status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:225 +#: ../../enterprise/include/functions_reporting_csv.php:334 +#: ../../operation/tree.php:302 ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "Modules in normal status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:282 +#: ../../operation/tree.php:357 +#: ../../operation/agentes/status_monitor.php:1521 +#: ../../operation/agentes/estado_monitores.php:348 +msgid "Module: " +msgstr "Module: " + +#: ../../enterprise/dashboard/widgets/events_list.php:28 +msgid "Latest events list" +msgstr "Latest events list" + +#: ../../enterprise/dashboard/widgets/events_list.php:34 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/events/event_edit_filter.php:222 +#: ../../operation/events/events_list.php:555 +#: ../../operation/agentes/status_monitor.php:291 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1081 +#: ../../include/functions_events.php:1442 +msgid "Not normal" +msgstr "Not normal" + +#: ../../enterprise/dashboard/widgets/events_list.php:38 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +#: ../../godmode/events/event_edit_filter.php:270 +#: ../../operation/events/events_list.php:567 +#: ../../mobile/operation/events.php:647 +msgid "Max. hours old" +msgstr "Max. hours old" + +#: ../../enterprise/dashboard/widgets/events_list.php:39 +msgid "Limit" +msgstr "Limit" + +#: ../../enterprise/dashboard/widgets/events_list.php:46 +#: ../../godmode/events/event_filter.php:111 +#: ../../godmode/events/event_edit_filter.php:234 +#: ../../operation/events/events_list.php:564 +msgid "Event status" +msgstr "Event status" + +#: ../../enterprise/dashboard/widgets/events_list.php:47 +#: ../../include/functions_events.php:1509 +#: ../../include/functions_events.php:1528 +msgid "All event" +msgstr "All events" + +#: ../../enterprise/dashboard/widgets/events_list.php:48 +#: ../../include/functions_events.php:1511 +#: ../../include/functions_events.php:1534 +msgid "Only validated" +msgstr "Only validated events" + +#: ../../enterprise/dashboard/widgets/events_list.php:49 +msgid "Only pending" +msgstr "Only pending" + +#: ../../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/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/post.php:36 +#: ../../enterprise/dashboard/widgets/tactical.php:63 +#: ../../enterprise/dashboard/widgets/tactical.php:71 +#: ../../enterprise/dashboard/widgets/url.php:55 +msgid "Please, configure this widget before use" msgstr "Please configure this widget before usage" -#: ../../enterprise/dashboard/widget.php:333 -msgid "Widget cannot be loaded" -msgstr "Cannot load widget." +#: ../../enterprise/dashboard/widgets/groups_status.php:24 +msgid "Groups status" +msgstr "Groups status" -#: ../../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/widgets/groups_status.php:26 +msgid "General and quick group status report" +msgstr "General and quick group status report" -#: ../../enterprise/dashboard/widget.php:422 -msgid "" -"If propagate acl is activated, this group will include its child groups" +#: ../../enterprise/dashboard/widgets/example.php:23 +msgid "Welcome message to Pandora FMS" +msgstr "Welcome message to 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 "Message" + +#: ../../enterprise/dashboard/widgets/example.php:26 +msgid "Welcome" +msgstr "Welcome" + +#: ../../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 +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/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:74 +msgid "Separator of data" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:76 +msgid "Carriage Return" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:77 +msgid "Vertical Bar" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:78 +msgid "Semicolon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:79 +msgid "Colon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:80 +msgid "Commas" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:81 +msgid "Blank" +msgstr "" + +#: ../../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: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:171 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 +#: ../../include/functions_reporting_html.php:2190 +#: ../../include/functions_reporting_html.php:2268 +#: ../../include/functions_graph.php:1883 +#: ../../include/functions_graph.php:1963 +#: ../../include/functions_graph.php:2036 +#: ../../include/functions_graph.php:2783 +#: ../../include/functions_graph.php:3232 +#: ../../include/functions_reporting.php:1085 +#: ../../include/functions_reporting.php:1241 +#: ../../include/functions_reporting.php:1265 +#: ../../include/functions_reporting.php:1290 +#: ../../include/functions_reporting.php:1316 +#: ../../include/functions_reporting.php:1971 +#: ../../include/functions_reporting.php:2151 +#: ../../include/functions_reporting.php:2175 +#: ../../include/functions_reporting.php:2199 +msgid "other" +msgstr "other" + +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../include/functions_reporting_html.php:2727 +#: ../../include/functions_reporting.php:5669 +msgid "Monitor checks" +msgstr "Monitor checks" + +#: ../../enterprise/dashboard/widgets/tactical.php:39 +#: ../../include/functions_reporting.php:8497 +msgid "Server performance" +msgstr "Server performance" + +#: ../../enterprise/dashboard/widgets/tactical.php:44 +#: ../../include/functions_reporting_html.php:1951 +#: ../../include/functions_reporting_html.php:2045 +msgid "Summary" +msgstr "Summary" + +#: ../../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_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/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:73 +msgid "Invalid URL" +msgstr "Invalid URL" + +#: ../../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/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:29 +#: ../../operation/search_results.php:123 +msgid "Maps" +msgstr "Maps" + +#: ../../enterprise/dashboard/widgets/maps_status.php:77 +#: ../../godmode/massive/massive_edit_agents.php:387 +msgid "Bad" +msgstr "Bad" + +#: ../../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/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/reports.php:29 +msgid "Show a report made by user" +msgstr "Show a report made by user" + +#: ../../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/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:37 +msgid "No overlap" +msgstr "No overlap" + +#: ../../enterprise/dashboard/widgets/network_map.php:43 +#: ../../godmode/setup/setup_visuals.php:288 +#: ../../include/functions_config.php:453 +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/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/dashboard_replicate.php:32 msgid "Dashboard replicate" @@ -10956,10 +16201,50 @@ msgstr "Group Dashboards" msgid "Replicate Dashboard" msgstr "Replicate Dashboard" -#: ../../enterprise/dashboard/dashboards.php:31 -#: ../../enterprise/dashboard/main_dashboard.php:289 -#: ../../enterprise/mobile/operation/home.php:34 -msgid "Dashboards" +#: ../../enterprise/dashboard/widget.php:60 +#: ../../operation/integria_incidents/incident.incident.php:82 +#: ../../operation/agentes/estado_generalagente.php:398 +msgid "Title" +msgstr "Title" + +#: ../../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:326 +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/dashboard/dashboards.php:58 @@ -10971,22 +16256,10 @@ msgid "Could not be duplicate" msgstr "" #: ../../enterprise/dashboard/dashboards.php:88 -#: ../../enterprise/dashboard/main_dashboard.php:303 +#: ../../enterprise/dashboard/main_dashboard.php:304 msgid "Cells" msgstr "" -#: ../../enterprise/dashboard/dashboards.php:90 -#: ../../enterprise/dashboard/dashboards.php:124 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 -#: ../../enterprise/godmode/policies/policies.php:382 -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/reporting/map_builder.php:214 -#: ../../godmode/massive/massive_copy_modules.php:224 -msgid "Copy" -msgstr "Copy" - #: ../../enterprise/dashboard/dashboards.php:100 msgid "There are no dashboards defined." msgstr "" @@ -11000,99 +16273,6 @@ msgstr "" msgid "New networkmap" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:52 -msgid "Could not create dashboard" -msgstr "Could not create dashboard." - -#: ../../enterprise/dashboard/main_dashboard.php:56 -msgid "Dashboard successfuly created" -msgstr "Dashboard successfuly created." - -#: ../../enterprise/dashboard/main_dashboard.php:185 -#: ../../extensions/agents_modules.php:100 -#: ../../extensions/matrix_events.php:31 ../../extensions/agents_alerts.php:90 -#: ../../operation/reporting/reporting_viewer.php:103 -#: ../../operation/reporting/graph_viewer.php:150 -#: ../../operation/visual_console/render_view.php:136 -#: ../../operation/gis_maps/render_view.php:108 -msgid "Full screen mode" -msgstr "Full screen mode" - -#: ../../enterprise/dashboard/main_dashboard.php:190 -#: ../../extensions/agents_modules.php:105 -#: ../../extensions/agents_alerts.php:95 ../../operation/events/events.php:443 -#: ../../operation/reporting/reporting_viewer.php:108 -#: ../../operation/reporting/graph_viewer.php:155 -#: ../../operation/visual_console/render_view.php:164 -#: ../../operation/gis_maps/render_view.php:112 -msgid "Back to normal mode" -msgstr "Return to windowed mode" - -#: ../../enterprise/dashboard/main_dashboard.php:200 -msgid "Save the actual layout design" -msgstr "Save actual layout design" - -#: ../../enterprise/dashboard/main_dashboard.php:215 -#: ../../enterprise/dashboard/full_dashboard.php:252 -msgid "Slides mode" -msgstr "Slides mode" - -#: ../../enterprise/dashboard/main_dashboard.php:301 -msgid "Create new" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:312 -#: ../../enterprise/dashboard/main_dashboard.php:341 -msgid "Private dashboard" -msgstr "Private dashboard" - -#: ../../enterprise/dashboard/main_dashboard.php:353 -#: ../../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:354 -#: ../../godmode/reporting/visual_console_builder.editor.php:141 -msgid "Loading in progress" -msgstr "Loading in progress" - -#: ../../enterprise/dashboard/main_dashboard.php:361 -msgid "Error: there are cells not empty." -msgstr "Error: there are cells not empty." - -#: ../../enterprise/dashboard/main_dashboard.php:427 -msgid "Add widget" -msgstr "Add widget" - -#: ../../enterprise/dashboard/main_dashboard.php:432 -msgid "Add new widget" -msgstr "Add new widget" - -#: ../../enterprise/dashboard/main_dashboard.php:434 -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:438 -msgid "There are unsaved changes" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:464 -#: ../../enterprise/dashboard/full_dashboard.php:280 -#: ../../godmode/setup/setup_ehorus.php:107 -msgid "Start" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:500 -#: ../../enterprise/dashboard/full_dashboard.php:343 -msgid "Slides" -msgstr "" - #: ../../enterprise/dashboard/full_dashboard.php:47 msgid "No slides selected" msgstr "" @@ -11117,6872 +16297,105 @@ msgstr "Pause" msgid "Refresh every" msgstr "" +#: ../../enterprise/dashboard/full_dashboard.php:252 +#: ../../enterprise/dashboard/main_dashboard.php:216 +msgid "Slides mode" +msgstr "Slides mode" + +#: ../../enterprise/dashboard/full_dashboard.php:280 +#: ../../enterprise/dashboard/main_dashboard.php:465 +#: ../../godmode/setup/setup_ehorus.php:107 +msgid "Start" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:343 +#: ../../enterprise/dashboard/main_dashboard.php:501 +msgid "Slides" +msgstr "" + #: ../../enterprise/dashboard/full_dashboard.php:355 msgid "Until next" msgstr "" -#: ../../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/main_dashboard.php:53 +msgid "Could not create dashboard" +msgstr "Could not create dashboard." -#: ../../enterprise/dashboard/widgets/network_map.php:37 -msgid "No overlap" -msgstr "No overlap" +#: ../../enterprise/dashboard/main_dashboard.php:57 +msgid "Dashboard successfuly created" +msgstr "Dashboard successfuly created." -#: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../godmode/setup/setup_visuals.php:288 -#: ../../include/functions_config.php:453 -msgid "Font size" -msgstr "Font size" +#: ../../enterprise/dashboard/main_dashboard.php:186 +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/reporting/graph_viewer.php:150 +#: ../../operation/visual_console/render_view.php:136 +#: ../../operation/gis_maps/render_view.php:108 +#: ../../extensions/agents_alerts.php:91 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/matrix_events.php:31 +msgid "Full screen mode" +msgstr "Full screen mode" -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "8" -msgstr "8" +#: ../../enterprise/dashboard/main_dashboard.php:191 +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/reporting/graph_viewer.php:155 +#: ../../operation/events/events.php:443 +#: ../../operation/visual_console/render_view.php:164 +#: ../../operation/gis_maps/render_view.php:112 +#: ../../extensions/agents_alerts.php:96 +#: ../../extensions/agents_modules.php:106 +msgid "Back to normal mode" +msgstr "Return to windowed mode" -#: ../../enterprise/dashboard/widgets/network_map.php:46 -msgid "9" -msgstr "9" +#: ../../enterprise/dashboard/main_dashboard.php:201 +msgid "Save the actual layout design" +msgstr "Save actual layout design" -#: ../../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:1536 -#: ../../extensions/api_checker.php:201 ../../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:1143 -msgid "URL" -msgstr "URL" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "My URL" - -#: ../../enterprise/dashboard/widgets/url.php:49 -#: ../../enterprise/dashboard/widgets/tactical.php:63 -#: ../../enterprise/dashboard/widgets/tactical.php:71 -#: ../../enterprise/dashboard/widgets/post.php:36 -msgid "Please, configure this widget before use" -msgstr "Please configure this widget before usage" - -#: ../../enterprise/dashboard/widgets/url.php:67 -msgid "Invalid URL" -msgstr "Invalid URL" - -#: ../../enterprise/dashboard/widgets/service_map.php:22 -#: ../../enterprise/operation/services/services.service_map.php:90 -#: ../../enterprise/operation/services/services.service_map.php:95 -#: ../../enterprise/operation/services/services.service.php:80 -msgid "Service Map" -msgstr "Service Map" - -#: ../../enterprise/dashboard/widgets/service_map.php:24 -msgid "Show a service map" +#: ../../enterprise/dashboard/main_dashboard.php:302 +msgid "Create new" msgstr "" -#: ../../enterprise/dashboard/widgets/service_map.php:46 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 -#: ../../enterprise/godmode/services/services.elements.php:327 -#: ../../enterprise/godmode/services/services.elements.php:368 -#: ../../enterprise/include/functions_reporting_pdf.php:2034 -#: ../../enterprise/include/functions_reporting.php:3084 -#: ../../enterprise/include/functions_reporting.php:3385 -#: ../../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/include/functions_visual_map.php:415 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1419 -msgid "Service" -msgstr "Service" - -#: ../../enterprise/dashboard/widgets/service_map.php:49 -#: ../../enterprise/dashboard/widgets/service_map.php:74 -#: ../../enterprise/operation/services/services.service_map.php:106 -#: ../../extensions/agents_modules.php:358 -#: ../../extensions/module_groups.php:296 -#: ../../operation/snmpconsole/snmp_view.php:843 -#: ../../godmode/snmpconsole/snmp_alert.php:1225 -#: ../../include/functions_reporting_html.php:947 -msgid "Legend" -msgstr "Graph Key" - -#: ../../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/tactical.php:32 -#: ../../include/functions_reporting.php:5668 -#: ../../include/functions_reporting_html.php:2727 -msgid "Monitor checks" -msgstr "Monitor checks" - -#: ../../enterprise/dashboard/widgets/tactical.php:39 -#: ../../include/functions_reporting.php:8488 -msgid "Server performance" -msgstr "Server performance" - -#: ../../enterprise/dashboard/widgets/tactical.php:44 -#: ../../include/functions_reporting_html.php:1951 -#: ../../include/functions_reporting_html.php:2045 -msgid "Summary" -msgstr "Summary" - -#: ../../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:49 -#: ../../enterprise/dashboard/widgets/module_status.php:49 -#: ../../enterprise/dashboard/widgets/module_value.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1217 -#: ../../godmode/reporting/visual_console_builder.wizard.php:257 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/graph_builder.graph_editor.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:688 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:575 -#: ../../include/functions_visual_map.php:2323 -msgid "Label" -msgstr "Label" - -#: ../../enterprise/dashboard/widgets/module_icon.php:86 -#: ../../enterprise/dashboard/widgets/module_status.php:86 -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/dashboard/widgets/module_value.php:74 -#: ../../enterprise/dashboard/widgets/top_n.php:62 -#: ../../enterprise/dashboard/widgets/module_table_value.php:71 -#: ../../enterprise/dashboard/widgets/single_graph.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 -#: ../../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 -#: ../../godmode/agentes/module_manager_editor_prediction.php:155 -#: ../../godmode/reporting/reporting_builder.list_items.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:142 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/graph_builder.main.php:145 -#: ../../godmode/reporting/reporting_builder.item_editor.php:700 -#: ../../godmode/reporting/reporting_builder.item_editor.php:742 -#: ../../include/functions_visual_map_editor.php:405 -msgid "Period" -msgstr "Periodicity" - -#: ../../enterprise/dashboard/widgets/module_icon.php:88 -#: ../../enterprise/dashboard/widgets/module_value.php:76 -#: ../../enterprise/dashboard/widgets/module_table_value.php:73 -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/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/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/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:33 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../mobile/operation/events.php:647 -#: ../../operation/events/events_list.php:567 -#: ../../godmode/events/event_edit_filter.php:270 -#: ../../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_module.php:35 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/tree_view.php:34 -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 -#: ../../mobile/include/functions_web.php:26 ../../operation/tree.php:61 -#: ../../operation/agentes/networkmap.php:476 -#: ../../godmode/reporting/visual_console_builder.wizard.php:217 -#: ../../include/ajax/networkmap.ajax.php:57 -msgid "Groups" -msgstr "Groups" - -#: ../../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:1085 -#: ../../include/functions_reporting.php:1241 -#: ../../include/functions_reporting.php:1265 -#: ../../include/functions_reporting.php:1290 -#: ../../include/functions_reporting.php:1316 -#: ../../include/functions_reporting.php:1971 -#: ../../include/functions_reporting.php:2151 -#: ../../include/functions_reporting.php:2175 -#: ../../include/functions_reporting.php:2199 -#: ../../include/functions_reporting_html.php:2190 -#: ../../include/functions_reporting_html.php:2268 -#: ../../include/functions_graph.php:1868 -#: ../../include/functions_graph.php:1948 -#: ../../include/functions_graph.php:2021 -#: ../../include/functions_graph.php:2768 -#: ../../include/functions_graph.php:3217 -msgid "other" -msgstr "other" - -#: ../../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:155 -#: ../../enterprise/operation/services/services.list.php:172 -#: ../../enterprise/godmode/setup/setup_auth.php:138 -#: ../../enterprise/godmode/setup/setup_acl.php:131 -#: ../../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 -#: ../../operation/integria_incidents/incident.list.php:33 -#: ../../operation/events/events_list.php:435 -#: ../../godmode/setup/setup_auth.php:119 -#: ../../godmode/events/event_edit_filter.php:286 -#: ../../godmode/agentes/planned_downtime.editor.php:713 -#: ../../godmode/agentes/planned_downtime.list.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:329 -#: ../../godmode/users/configure_user.php:689 -#: ../../godmode/massive/massive_add_action_alerts.php:146 -#: ../../godmode/servers/manage_recontask.php:336 -#: ../../godmode/servers/manage_recontask_form.php:291 -#: ../../include/ajax/visual_console_builder.ajax.php:670 -#: ../../include/functions_visual_map_editor.php:292 -#: ../../include/functions_visual_map_editor.php:612 -#: ../../include/functions_html.php:864 ../../include/functions_html.php:865 -#: ../../include/functions_html.php:866 ../../include/functions_html.php:867 -#: ../../include/functions_html.php:868 -msgid "Any" -msgstr "Any" - -#: ../../enterprise/dashboard/widgets/events_list.php:34 -#: ../../mobile/operation/modules.php:43 -#: ../../operation/events/events_list.php:555 -#: ../../operation/agentes/status_monitor.php:291 -#: ../../operation/agentes/estado_agente.php:190 -#: ../../godmode/events/event_edit_filter.php:222 -#: ../../godmode/massive/massive_copy_modules.php:81 -#: ../../godmode/massive/massive_copy_modules.php:194 -#: ../../godmode/massive/massive_edit_agents.php:218 -#: ../../godmode/massive/massive_delete_agents.php:117 -#: ../../godmode/massive/massive_edit_modules.php:317 -#: ../../godmode/massive/massive_delete_modules.php:457 -#: ../../include/functions.php:1081 ../../include/functions_events.php:1435 -msgid "Not normal" -msgstr "Not normal" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "Limit" - -#: ../../enterprise/dashboard/widgets/events_list.php:46 -#: ../../operation/events/events_list.php:564 -#: ../../godmode/events/event_filter.php:111 -#: ../../godmode/events/event_edit_filter.php:234 -msgid "Event status" -msgstr "Event status" - -#: ../../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/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:29 -#: ../../operation/search_results.php:123 -msgid "Maps" -msgstr "Maps" - -#: ../../enterprise/dashboard/widgets/maps_status.php:77 -#: ../../godmode/massive/massive_edit_agents.php:387 -msgid "Bad" -msgstr "Bad" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1483 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.elements.php:377 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1039 -#: ../../include/functions_visual_map_editor.php:234 -#: ../../include/functions_visual_map_editor.php:244 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -msgid "Custom graph" -msgstr "Custom graph" - -#: ../../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:33 -#: ../../enterprise/operation/services/services.list.php:323 -#: ../../enterprise/operation/services/services.service.php:134 -#: ../../extensions/realtime_graphs.php:72 -#: ../../operation/search_modules.php:52 -#: ../../operation/agentes/status_monitor.php:970 -#: ../../include/ajax/module.php:712 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../include/functions_events.php:2101 -msgid "Graph" -msgstr "Graph" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../operation/reporting/graph_viewer.php:214 -#: ../../godmode/setup/setup_visuals.php:441 -#: ../../godmode/reporting/graph_builder.main.php:155 -msgid "Area" -msgstr "Area" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -#: ../../operation/reporting/graph_viewer.php:215 -#: ../../godmode/reporting/graph_builder.main.php:156 -msgid "Stacked area" -msgstr "Stacked area" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../operation/reporting/graph_viewer.php:216 -#: ../../godmode/setup/setup_visuals.php:444 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/reporting/graph_builder.main.php:157 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:579 -msgid "Line" -msgstr "Line" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -#: ../../operation/reporting/graph_viewer.php:217 -#: ../../godmode/reporting/graph_builder.main.php:158 -msgid "Stacked line" -msgstr "Stacked line" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -#: ../../operation/reporting/graph_viewer.php:218 -#: ../../godmode/reporting/graph_builder.main.php:159 -msgid "Bullet chart" -msgstr "Bullet chart" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -#: ../../operation/reporting/graph_viewer.php:219 -#: ../../godmode/reporting/graph_builder.main.php:160 -msgid "Gauge" -msgstr "Gauge" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:45 -#: ../../operation/reporting/graph_viewer.php:220 -msgid "Horizontal Bars" -msgstr "Horizontal Bars" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -#: ../../operation/reporting/graph_viewer.php:221 -msgid "Vertical Bars" -msgstr "Vertical Bars" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:47 -#: ../../operation/reporting/graph_viewer.php:222 -#: ../../godmode/reporting/graph_builder.main.php:163 -msgid "Pie" -msgstr "Pie chart" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "Stacked" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:72 -msgid "You don't have access" -msgstr "You don't have access" - -#: ../../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/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/maps_made_by_user.php:63 -#: ../../enterprise/mobile/operation/dashboard.php:117 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -#: ../../mobile/operation/modules.php:629 -#: ../../mobile/operation/tactical.php:215 -#: ../../mobile/operation/visualmap.php:118 -#: ../../mobile/operation/agents.php:380 ../../mobile/operation/agent.php:272 -#: ../../mobile/operation/events.php:797 -#: ../../mobile/operation/module_graph.php:469 -#: ../../godmode/reporting/visual_console_builder.wizard.php:334 -msgid "Loading..." -msgstr "Loading..." - -#: ../../enterprise/dashboard/widgets/top_n.php:31 -#: ../../include/functions_reporting.php:818 -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 -#: ../../operation/gis_maps/render_view.php:139 -#: ../../godmode/setup/performance.php:89 -#: ../../include/functions_netflow.php:1049 -#: ../../include/functions_netflow.php:1082 ../../include/functions.php:2014 -#: ../../include/functions.php:2579 ../../include/ajax/module.php:118 -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 -#: ../../operation/gis_maps/render_view.php:140 -#: ../../include/functions_netflow.php:1050 -#: ../../include/functions_netflow.php:1083 -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 -#: ../../godmode/setup/performance.php:90 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:120 -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_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 ../../include/functions.php:2017 -#: ../../include/ajax/module.php:121 -msgid "1 day" -msgstr "1 day" - -#: ../../enterprise/dashboard/widgets/top_n.php:70 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1176 -msgid "Quantity (n)" -msgstr "Quantity (n)" - -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1343 -#: ../../godmode/netflow/nf_item_list.php:147 -msgid "Order" -msgstr "Order" - -#: ../../enterprise/dashboard/widgets/top_n.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:187 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1162 -msgid "Ascending" -msgstr "Ascending" - -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:189 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1165 -msgid "Descending" -msgstr "Descending" - -#: ../../enterprise/dashboard/widgets/top_n.php:76 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1168 -msgid "By agent name" -msgstr "By agent name" - -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../operation/agentes/ver_agente.php:962 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1186 -msgid "Display" -msgstr "Display" - -#: ../../enterprise/dashboard/widgets/top_n.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../godmode/modules/manage_network_components_form_common.php:110 -#: ../../godmode/modules/manage_network_components_form_common.php:123 -#: ../../godmode/alerts/configure_alert_template.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:248 -#: ../../godmode/agentes/module_manager_editor_common.php:267 -#: ../../godmode/massive/massive_edit_modules.php:358 -#: ../../godmode/massive/massive_edit_modules.php:404 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2397 -#: ../../include/functions_alerts.php:550 -#: ../../include/functions_graph.php:4016 -msgid "Max." -msgstr "Max." - -#: ../../enterprise/dashboard/widgets/top_n.php:81 -#: ../../enterprise/godmode/modules/configure_local_component.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:234 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 -#: ../../godmode/modules/manage_network_components_form_common.php:107 -#: ../../godmode/modules/manage_network_components_form_common.php:120 -#: ../../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 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2396 -#: ../../include/functions_alerts.php:551 -#: ../../include/functions_graph.php:4016 -msgid "Min." -msgstr "Min." - -#: ../../enterprise/dashboard/widgets/top_n.php:82 -#: ../../include/functions_graph.php:4016 -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 +#: ../../enterprise/dashboard/main_dashboard.php:313 +#: ../../enterprise/dashboard/main_dashboard.php:342 +msgid "Private dashboard" +msgstr "Private dashboard" + +#: ../../enterprise/dashboard/main_dashboard.php:354 +#: ../../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:355 +#: ../../godmode/reporting/visual_console_builder.editor.php:141 +msgid "Loading in progress" +msgstr "Loading in progress" + +#: ../../enterprise/dashboard/main_dashboard.php:362 +msgid "Error: there are cells not empty." +msgstr "Error: there are cells not empty." + +#: ../../enterprise/dashboard/main_dashboard.php:428 +msgid "Add widget" +msgstr "Add widget" + +#: ../../enterprise/dashboard/main_dashboard.php:433 +msgid "Add new widget" +msgstr "Add new widget" + +#: ../../enterprise/dashboard/main_dashboard.php:435 msgid "" -"Please could you fill the widget data previous to filling the list items." +"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 "" -"Please could you fill the widget data previous to filling the list items." +"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/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:1604 -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:1605 -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:1606 -msgid "sum" -msgstr "sum" - -#: ../../enterprise/dashboard/widgets/top_n.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2027 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2216 -#: ../../godmode/reporting/reporting_builder.item_editor.php:977 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1556 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1591 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1752 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1780 -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 -#: ../../enterprise/dashboard/widgets/tree_view.php:73 -msgid "Filter modules" -msgstr "Filter 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:1596 -#: ../../enterprise/include/functions_reporting_pdf.php:2008 -#: ../../include/functions_reporting.php:875 -#: ../../include/functions_reporting.php:1702 -#: ../../include/functions_reporting_html.php:1784 -#: ../../include/functions_reporting_html.php:1920 -msgid "There are no Agent/Modules defined" -msgstr "There are no Agent/Modules defined" - -#: ../../enterprise/dashboard/widgets/top_n.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1193 -#: ../../include/functions_reporting.php:834 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1373 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 -msgid "Avg" -msgstr "Avg." - -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:928 -msgid "Insuficient data" -msgstr "Insufficient data" - -#: ../../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/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/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Welcome message to Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:25 -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -#: ../../operation/users/webchat.php:86 -msgid "Message" -msgstr "Message" - -#: ../../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/tree_view.php:24 -msgid "Show the tree view" -msgstr "Show the tree view" - -#: ../../enterprise/dashboard/widgets/tree_view.php:36 -#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:49 -msgid "Module groups" -msgstr "Module groups" - -#: ../../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 "" -"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/tree_view.php:187 -#: ../../enterprise/include/functions_inventory.php:165 -#: ../../operation/tree.php:264 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 -msgid "No data found" -msgstr "No data found" - -#: ../../enterprise/dashboard/widgets/tree_view.php:194 -#: ../../enterprise/include/functions_reporting_csv.php:331 -#: ../../mobile/operation/groups.php:125 ../../operation/tree.php:271 -#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:5660 -#: ../../include/functions_reporting_html.php:2725 -msgid "Total agents" -msgstr "Total amount of agents" - -#: ../../enterprise/dashboard/widgets/tree_view.php:195 -#: ../../enterprise/include/functions_reporting_csv.php:333 -#: ../../operation/tree.php:272 -msgid "Total modules" -msgstr "Total modules" - -#: ../../enterprise/dashboard/widgets/tree_view.php:199 -#: ../../enterprise/dashboard/widgets/tree_view.php:200 -#: ../../enterprise/dashboard/widgets/tree_view.php:201 -#: ../../enterprise/include/functions_reporting_csv.php:340 -#: ../../operation/tree.php:276 ../../operation/tree.php:277 -#: ../../operation/tree.php:278 ../../include/functions_reporting.php:5505 -#: ../../include/functions_reporting.php:5526 -#: ../../include/functions_graph.php:1859 -msgid "Fired alerts" -msgstr "Triggered alerts" - -#: ../../enterprise/dashboard/widgets/tree_view.php:204 -#: ../../operation/tree.php:281 -msgid "Critical agents" -msgstr "Critical agents" - -#: ../../enterprise/dashboard/widgets/tree_view.php:205 -#: ../../enterprise/include/functions_reporting_csv.php:335 -#: ../../mobile/operation/groups.php:157 ../../operation/tree.php:282 -msgid "Critical modules" -msgstr "Modules in critical status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:209 -#: ../../operation/tree.php:286 -msgid "Warning agents" -msgstr "Agents in 'Warning' status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:210 -#: ../../enterprise/include/functions_reporting_csv.php:336 -#: ../../mobile/operation/groups.php:153 ../../operation/tree.php:287 -msgid "Warning modules" -msgstr "Modules in warning status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:214 -#: ../../operation/tree.php:291 -msgid "Unknown agents" -msgstr "Agents in 'Unknown' status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:215 -#: ../../enterprise/include/functions_reporting_csv.php:337 -#: ../../mobile/operation/groups.php:141 ../../operation/tree.php:292 -msgid "Unknown modules" -msgstr "Unknown modules" - -#: ../../enterprise/dashboard/widgets/tree_view.php:219 -#: ../../operation/tree.php:296 -msgid "Not init agents" -msgstr "Uninitialised agents" - -#: ../../enterprise/dashboard/widgets/tree_view.php:220 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../mobile/operation/groups.php:145 ../../operation/tree.php:297 -msgid "Not init modules" -msgstr "Modules in uninitialised status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:224 -#: ../../operation/tree.php:301 -msgid "Normal agents" -msgstr "Agents in 'Normal' status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:225 -#: ../../enterprise/include/functions_reporting_csv.php:334 -#: ../../mobile/operation/groups.php:149 ../../operation/tree.php:302 -msgid "Normal modules" -msgstr "Modules in normal status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:282 -#: ../../operation/tree.php:357 -#: ../../operation/agentes/status_monitor.php:1498 -#: ../../operation/agentes/estado_monitores.php:348 -msgid "Module: " -msgstr "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/dashboard/widgets/post.php:23 -msgid "Panel with a message" -msgstr "Panel with a message" - -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:285 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:632 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -#: ../../include/functions_reporting.php:3630 -#: ../../include/functions_reports.php:596 -msgid "Text" -msgstr "Text" - -#: ../../enterprise/dashboard/widgets/post.php:26 -msgid "My Post" -msgstr "My Post" - -#: ../../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/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/mobile/operation/dashboard.php:86 -msgid "Dashboards list" -msgstr "" - -#: ../../enterprise/mobile/operation/dashboard.php:106 -msgid "No Dashboards" -msgstr "" - -#: ../../enterprise/mobile/operation/dashboard.php:139 -msgid "Dashboard name" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1085 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 -msgid "Networkmap enterprise" -msgstr "Enterprise network map" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1087 -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 -#: ../../godmode/menu.php:200 ../../include/functions_groups.php:92 -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 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 -#: ../../godmode/reporting/visual_console_builder.wizard.php:150 -#: ../../include/functions_visual_map_editor.php:315 -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/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/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../operation/agentes/status_monitor.php:927 -#: ../../operation/agentes/alerts_status.php:413 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../godmode/agentes/module_manager.php:515 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../include/ajax/module.php:697 -msgid "P." -msgstr "P." - -#: ../../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/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 -#: ../../enterprise/godmode/agentes/collections.data.php:344 -#: ../../enterprise/godmode/agentes/collections.data.php:345 -#: ../../enterprise/godmode/agentes/collections.php:222 -#: ../../enterprise/godmode/agentes/collections.php:223 -msgid "The collection directory does not exist." -msgstr "The collection directory does not exist." - -#: ../../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/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policy_agents.php:378 -#: ../../mobile/operation/agents.php:321 -#: ../../operation/agentes/alerts_status.php:417 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../godmode/agentes/module_manager.php:518 -#: ../../include/functions_events.php:884 -msgid "S." -msgstr "S." - -#: ../../enterprise/operation/agentes/policy_view.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:381 -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:487 -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:192 -#: ../../enterprise/operation/agentes/policy_view.php:201 -msgid "Toggle the alert table" -msgstr "Toggle the alert table" - -#: ../../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 -#: ../../extensions/agents_alerts.php:343 -#: ../../mobile/operation/alerts.php:270 ../../operation/search_alerts.php:45 -#: ../../operation/agentes/alerts_status.php:427 -#: ../../operation/agentes/alerts_status.php:467 -#: ../../operation/agentes/alerts_status.php:500 -#: ../../operation/agentes/alerts_status.php:533 -#: ../../operation/servers/recon_view.php:101 -#: ../../godmode/alerts/alert_list.list.php:407 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../godmode/alerts/alert_list.builder.php:113 -#: ../../include/functions_treeview.php:291 -#: ../../include/functions_reporting_html.php:1377 -#: ../../include/functions_reporting_html.php:1415 -#: ../../include/functions_reporting_html.php:1451 -msgid "Template" -msgstr "Template" - -#: ../../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:377 -msgid "R." -msgstr "R." - -#: ../../enterprise/operation/agentes/policy_view.php:308 -#: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../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/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 -#: ../../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 -#: ../../extensions/insert_data.php:164 ../../extensions/insert_data.php:165 -#: ../../mobile/operation/modules.php:557 -#: ../../mobile/operation/modules.php:611 -#: ../../mobile/operation/modules.php:681 -#: ../../operation/search_modules.php:53 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:976 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/gis_view.php:194 -#: ../../include/functions_netflow.php:310 -#: ../../include/functions_reporting.php:2229 -#: ../../include/functions_reporting.php:2263 -#: ../../include/ajax/module.php:711 -#: ../../include/functions_reporting_html.php:1246 -#: ../../include/functions_reporting_html.php:1249 -#: ../../include/functions_reporting_html.php:1250 -#: ../../include/functions_reporting_html.php:1253 -#: ../../include/functions_graph.php:3177 -msgid "Data" -msgstr "Data" - -#: ../../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/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 -#: ../../enterprise/include/functions_services.php:1655 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/include/functions_services.php:1664 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:486 -#: ../../mobile/operation/modules.php:491 -#: ../../operation/search_modules.php:129 -#: ../../operation/search_modules.php:136 -#: ../../operation/search_modules.php:143 -#: ../../operation/agentes/status_monitor.php:1175 -#: ../../operation/agentes/status_monitor.php:1180 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1192 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1204 -#: ../../include/functions_modules.php:1864 -#: ../../include/functions_modules.php:1868 -#: ../../include/functions_modules.php:1872 -msgid "Last status" -msgstr "Last status" - -#: ../../enterprise/operation/agentes/ver_agente.php:70 -#: ../../operation/agentes/ver_agente.php:552 -msgid "Main IP" -msgstr "Main IP" - -#: ../../enterprise/operation/agentes/ver_agente.php:76 -#: ../../operation/agentes/ver_agente.php:563 -#: ../../include/functions_events.php:2041 -msgid "Last remote contact" -msgstr "Last remote contact" - -#: ../../enterprise/operation/agentes/ver_agente.php:113 -#: ../../operation/agentes/ver_agente.php:603 -msgid "Monitors down" -msgstr "Monitors down" - -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../enterprise/include/functions_reporting_csv.php:179 -#: ../../operation/agentes/ver_agente.php:1081 -#: ../../godmode/agentes/configurar_agente.php:500 -#: ../../include/functions_reporting.php:1444 -#: ../../include/functions_reports.php:621 -#: ../../include/functions_reports.php:622 -#: ../../include/functions_reports.php:624 -msgid "Inventory" -msgstr "Inventory" - -#: ../../enterprise/operation/agentes/ver_agente.php:190 -#: ../../enterprise/godmode/agentes/collections.php:181 -#: ../../enterprise/include/functions_groups.php:75 -#: ../../operation/agentes/ver_agente.php:1084 -#: ../../godmode/agentes/configurar_agente.php:496 -msgid "Collection" -msgstr "Collection" - -#: ../../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:1485 -msgid "No data found." -msgstr "No data found." - -#: ../../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:1030 -msgid "(Adopt) " -msgstr "(Adopted) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 -#: ../../operation/agentes/status_monitor.php:1040 -msgid "(Unlinked) (Adopt) " -msgstr "(Unlinked) (Adopted) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 -#: ../../operation/agentes/status_monitor.php:1044 -msgid "(Unlinked) " -msgstr "(Unlinked) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617 -msgid "Policy: " -msgstr "Policy : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:723 -msgid "Data: " -msgstr "Data : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:726 -#: ../../operation/agentes/estado_generalagente.php:553 -msgid "Last contact: " -msgstr "Last contact : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1115 -#: ../../operation/agentes/networkmap.php:301 -#: ../../operation/snmpconsole/snmp_view.php:77 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_browser.php:84 -msgid "Normal screen" -msgstr "Normal screen" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1124 -#: ../../extensions/agents_modules.php:129 -#: ../../extensions/agents_alerts.php:117 -#: ../../operation/events/events.php:320 -#: ../../operation/agentes/networkmap.php:314 -#: ../../operation/snmpconsole/snmp_view.php:81 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_browser.php:88 -msgid "Full screen" -msgstr "Full screen" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1130 -msgid "List of networkmap Enterprise" -msgstr "List of networkmap Enterprise" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1134 -#, php-format -msgid "Networkmap enterprise - %s" -msgstr "Enterprise network map - %s" - -#: ../../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:1012 -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:267 -msgid "" -"The default display will depend on the definition and topology detected by " -"Pandora." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 -#: ../../include/functions_reporting_html.php:2745 -msgid "Nodes" -msgstr "Nodes" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:346 -msgid "Pending to generate" -msgstr "Pending to generate" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 -#: ../../enterprise/operation/services/services.list.php:437 -msgid "Config" -msgstr "Config" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382 -msgid "There are no maps defined." -msgstr "There are no maps defined." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.popup.php:64 -msgid "Details of node:" -msgstr "Details of node :" - -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 -msgid "Unsucessful get module inventory data." -msgstr "Getting module inventory data was unsuccessful." - -#: ../../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:21 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 -#: ../../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:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346 -msgid "Export to PDF" -msgstr "Export to PDF" - -#: ../../enterprise/operation/reporting/custom_reporting.php:53 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 -msgid "Export to JSON" -msgstr "Export to JSON" - -#: ../../enterprise/operation/reporting/custom_reporting.php:58 -#: ../../enterprise/operation/log/log_viewer.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 -#: ../../godmode/modules/manage_network_templates.php:216 -#: ../../godmode/agentes/planned_downtime.list.php:508 -#: ../../include/graphs/functions_flot.php:241 -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/services/services.service_map.php:44 -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../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_map.php:63 -#: ../../enterprise/operation/services/services.service.php:54 -#: ../../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_map.php:69 -#: ../../enterprise/operation/services/services.service.php:59 -#: ../../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_map.php:77 -#: ../../enterprise/operation/services/services.service.php:67 -#: ../../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_map.php:83 -#: ../../enterprise/operation/services/services.service.php:73 -#: ../../enterprise/godmode/services/services.service.php:188 -#: ../../enterprise/godmode/services/services.elements.php:117 -msgid "Service map" -msgstr "Service map" - -#: ../../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:169 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../include/ajax/events.php:481 -msgid "Auto" -msgstr "Auto" - -#: ../../enterprise/operation/services/services.list.php:171 -#: ../../enterprise/godmode/services/services.service.php:242 -#: ../../godmode/alerts/alert_view.php:423 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:236 -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:320 -#: ../../enterprise/operation/services/services.service.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/include/functions_reporting_pdf.php:745 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../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 -#: ../../godmode/setup/setup_visuals.php:630 -#: ../../godmode/alerts/configure_alert_template.php:594 -#: ../../godmode/agentes/module_manager_editor_common.php:598 -#: ../../godmode/reporting/visual_console_builder.wizard.php:194 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1217 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../godmode/massive/massive_edit_modules.php:482 -#: ../../include/functions_snmp_browser.php:406 -#: ../../include/functions_reporting_html.php:455 -#: ../../include/functions_reporting_html.php:989 -#: ../../include/functions_reporting_html.php:1860 -#: ../../include/functions_reporting_html.php:2363 -#: ../../include/functions_graph.php:5148 -msgid "Value" -msgstr "Value" - -#: ../../enterprise/operation/services/services.list.php:322 -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../include/functions_reports.php:536 -#: ../../include/functions_reports.php:539 -#: ../../include/functions_reports.php:543 -msgid "SLA" -msgstr "SLA" - -#: ../../enterprise/operation/services/services.list.php:415 -#: ../../enterprise/operation/services/services.service.php:197 -msgid "SLA graph" -msgstr "SLA graph" - -#: ../../enterprise/operation/services/services.list.php:486 -#: ../../enterprise/godmode/services/services.service.php:54 -msgid "Create Service" -msgstr "Create Service" - -#: ../../enterprise/operation/services/services.service.php:93 -msgid "No Services" -msgstr "No Services" - -#: ../../enterprise/operation/services/services.service.php:207 -msgid "List of elements" -msgstr "List of elements" - -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -#: ../../enterprise/operation/menu.php:125 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../include/functions_menu.php:514 -msgid "SNMP trap editor" -msgstr "SNMP trap editor" - -#: ../../enterprise/operation/menu.php:91 -msgid "Main dashboard" -msgstr "Main dashboard" - -#: ../../enterprise/operation/menu.php:93 -msgid "Copy Dashboard" -msgstr "Copy dashboard" - -#: ../../enterprise/operation/menu.php:106 -msgid "Network console" -msgstr "Network console" - -#: ../../enterprise/operation/menu.php:117 -msgid "Custom SQL" -msgstr "Custom SQL" - -#: ../../enterprise/operation/menu.php:134 -#: ../../enterprise/operation/log/log_viewer.php:150 -msgid "Log viewer" -msgstr "Log viewer" - -#: ../../enterprise/operation/inventory/inventory.php:227 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1032 -#: ../../include/functions_graph.php:736 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1367 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 -msgid "Last" -msgstr "Last" - -#: ../../enterprise/operation/inventory/inventory.php:266 -msgid "Export this list to CSV" -msgstr "Export this list to CSV" - -#: ../../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:223 -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../operation/agentes/exportdata.php:310 -msgid "End date" -msgstr "End 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/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: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:216 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Relative path" - -#: ../../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_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:60 -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:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -msgid "AD Groups" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -msgid "OP" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:133 -msgid "Select profile" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:169 -msgid "You must select a profile from the list of profiles." -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:277 -msgid "Add new permissions" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:351 -#: ../../include/functions_config.php:326 -msgid "MySQL host" -msgstr "MySQL host" - -#: ../../enterprise/godmode/setup/setup_auth.php:397 -msgid "SimpleSAML path" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:397 -msgid "" -"Select the path where SimpleSAML has been installed (by default '/opt/')" -msgstr "" - -#: ../../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: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:90 -#: ../../operation/events/events_list.php:570 -#: ../../godmode/events/event_edit_filter.php:288 -msgid "All events" -msgstr "All 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: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_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:152 -#: ../../operation/integria_incidents/incident_statistics.php:58 -#: ../../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:306 -#: ../../operation/gis_maps/render_view.php:149 -#: ../../godmode/groups/configure_group.php:176 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../include/functions_graph.php:2342 -#: ../../include/functions_graph.php:2492 -#: ../../include/functions_graph.php:2533 -#: ../../include/functions_graph.php:2574 -#: ../../include/functions_graph.php:2630 -#: ../../include/functions_graph.php:2686 -#: ../../include/functions_graph.php:2740 -#: ../../include/functions_graph.php:2913 -#: ../../include/functions_graph.php:3053 -#: ../../include/functions_graph.php:3109 -#: ../../include/functions_graph.php:4060 -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:444 -#: ../../godmode/users/configure_user.php:616 -#: ../../godmode/users/configure_profile.php:242 -#: ../../godmode/massive/massive_add_profiles.php:88 -#: ../../godmode/massive/massive_delete_profiles.php:102 -msgid "Profile name" -msgstr "Profile name" - -#: ../../enterprise/godmode/setup/setup_acl.php:294 -#: ../../enterprise/godmode/setup/setup_acl.php:307 -#: ../../include/functions_graph.php:2549 -#: ../../include/functions_graph.php:2564 -msgid "Invalid" -msgstr "Invalid" - -#: ../../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_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:638 -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/setup_history.php:45 -#: ../../include/functions_config.php:642 -msgid "Enable history database" -msgstr "Enable historic database" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -#: ../../include/functions_config.php:644 -msgid "Host" -msgstr "Host" - -#: ../../enterprise/godmode/setup/setup_history.php:52 -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:740 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../godmode/agentes/module_manager_editor_network.php:76 -#: ../../include/functions_config.php:646 -msgid "Port" -msgstr "Port" - -#: ../../enterprise/godmode/setup/setup_history.php:58 -#: ../../include/functions_config.php:650 -msgid "Database user" -msgstr "Database user" - -#: ../../enterprise/godmode/setup/setup_history.php:61 -#: ../../include/functions_config.php:652 -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 -#: ../../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 -#: ../../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:656 -msgid "Step" -msgstr "Step" - -#: ../../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:658 -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/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "Metaconsole setup" - -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "Local component management" - -#: ../../enterprise/godmode/modules/local_components.php:106 -#: ../../godmode/modules/manage_network_components.php:156 -#: ../../godmode/alerts/configure_alert_template.php:118 -#, php-format -msgid "Successfully created from %s" -msgstr "Successfully created from %s" - -#: ../../enterprise/godmode/modules/local_components.php:245 -#: ../../godmode/modules/manage_network_components.php:253 -#: ../../godmode/servers/recon_script.php:320 -msgid "Created successfully" -msgstr "Created successfully" - -#: ../../enterprise/godmode/modules/local_components.php:303 -#: ../../godmode/modules/manage_network_components.php:340 -#: ../../godmode/servers/recon_script.php:274 -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_templates.php:85 -#: ../../godmode/modules/manage_network_components.php:387 -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_templates.php:86 -#: ../../godmode/modules/manage_network_components.php:388 -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:500 -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:365 -#: ../../enterprise/godmode/policies/policy_modules.php:1094 -#: ../../godmode/modules/manage_network_components.php:597 -#: ../../godmode/alerts/alert_templates.php:338 -#: ../../godmode/agentes/module_manager.php:707 -msgid "Duplicate" -msgstr "Duplicate" - -#: ../../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 -#: ../../enterprise/godmode/menu.php:59 -#: ../../enterprise/include/functions_policies.php:3215 -msgid "Inventory modules" -msgstr "Inventory modules" - -#: ../../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:92 -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "Successfully updated inventory module" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "Error updating inventory module" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -msgid "Successfully deleted inventory module" -msgstr "Successfully deleted inventory module" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -msgid "Error deleting inventory module" -msgstr "Error deleting 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:54 -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -msgid "Inventory module error" -msgstr "Inventory module error" - -#: ../../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/modules/manage_network_components_form_common.php:56 -#: ../../godmode/alerts/configure_alert_template.php:759 -msgid "Wizard level" -msgstr "Wizard level" - -#: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../godmode/modules/manage_network_components_form_common.php:155 -#: ../../godmode/agentes/module_manager_editor_common.php:414 -#: ../../godmode/massive/massive_edit_modules.php:550 -msgid "Throw unknown events" -msgstr "Discard unknown events" - -#: ../../enterprise/godmode/modules/configure_local_component.php:218 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../godmode/modules/manage_network_components_form_common.php:106 -#: ../../godmode/agentes/module_manager_editor_common.php:240 -#: ../../godmode/massive/massive_edit_modules.php:345 -#: ../../include/functions_treeview.php:98 -#: ../../include/functions_alerts.php:554 -msgid "Warning status" -msgstr "Warning status" - -#: ../../enterprise/godmode/modules/configure_local_component.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:240 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../godmode/modules/manage_network_components_form_common.php:113 -#: ../../godmode/modules/manage_network_components_form_common.php:126 -#: ../../godmode/agentes/module_manager_editor_common.php:253 -#: ../../godmode/agentes/module_manager_editor_common.php:272 -#: ../../godmode/massive/massive_edit_modules.php:367 -#: ../../godmode/massive/massive_edit_modules.php:413 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -msgid "Str." -msgstr "Str." - -#: ../../enterprise/godmode/modules/configure_local_component.php:233 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../godmode/modules/manage_network_components_form_common.php:119 -#: ../../godmode/agentes/module_manager_editor_common.php:260 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../include/functions_treeview.php:110 -#: ../../include/functions_alerts.php:555 -msgid "Critical status" -msgstr "Critical status" - -#: ../../enterprise/godmode/modules/configure_local_component.php:246 -#: ../../godmode/modules/manage_network_components_form_common.php:132 -#: ../../godmode/agentes/module_manager_editor_common.php:281 -#: ../../godmode/massive/massive_edit_modules.php:512 -msgid "FF threshold" -msgstr "FF threshold" - -#: ../../enterprise/godmode/modules/configure_local_component.php:248 -#: ../../godmode/modules/manage_network_components_form_common.php:134 -#: ../../godmode/agentes/module_manager_editor_common.php:284 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:515 -msgid "All state changing" -msgstr "Change all statuses" - -#: ../../enterprise/godmode/modules/configure_local_component.php:251 -#: ../../godmode/modules/manage_network_components_form_common.php:137 -#: ../../godmode/agentes/module_manager_editor_common.php:287 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:516 -msgid "Each state changing" -msgstr "Change each status" - -#: ../../enterprise/godmode/modules/configure_local_component.php:252 -#: ../../godmode/modules/manage_network_components_form_common.php:138 -#: ../../godmode/agentes/module_manager_editor_common.php:288 -#: ../../godmode/massive/massive_edit_modules.php:517 -msgid "To normal" -msgstr "To 'normal'" - -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -#: ../../godmode/modules/manage_network_components_form_common.php:140 -#: ../../godmode/agentes/module_manager_editor_common.php:291 -#: ../../godmode/massive/massive_edit_modules.php:518 -msgid "To warning" -msgstr "To 'warning'" - -#: ../../enterprise/godmode/modules/configure_local_component.php:256 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -#: ../../godmode/agentes/module_manager_editor_common.php:294 -#: ../../godmode/massive/massive_edit_modules.php:519 -msgid "To critical" -msgstr "To 'critical'" - -#: ../../enterprise/godmode/modules/configure_local_component.php:260 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -#: ../../godmode/agentes/module_manager_editor_common.php:297 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../include/functions_reporting.php:2221 -msgid "Historical data" -msgstr "Historical data" - -#: ../../enterprise/godmode/modules/configure_local_component.php:263 -#: ../../godmode/agentes/module_manager_editor_common.php:425 -#: ../../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:431 -#: ../../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:434 -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 -#: ../../enterprise/include/functions_reporting_csv.php:598 -#: ../../enterprise/include/functions_reporting_csv.php:614 -#: ../../enterprise/include/functions_reporting_csv.php:621 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -#: ../../godmode/agentes/module_manager_editor_common.php:382 -#: ../../include/functions_reporting.php:3477 -#: ../../include/functions_reports.php:561 -#: ../../include/functions_graph.php:690 -#: ../../include/functions_graph.php:3676 -msgid "Min. Value" -msgstr "Min. Value" - -#: ../../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 -#: ../../enterprise/include/functions_reporting_csv.php:634 -#: ../../enterprise/include/functions_reporting_csv.php:650 -#: ../../enterprise/include/functions_reporting_csv.php:657 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -#: ../../godmode/agentes/module_manager_editor_common.php:386 -#: ../../include/functions_reporting.php:3474 -#: ../../include/functions_reports.php:559 -#: ../../include/functions_graph.php:688 -#: ../../include/functions_graph.php:3675 -msgid "Max. Value" -msgstr "Max. Value" - -#: ../../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/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/agentes/module_manager_editor_common.php:375 -#: ../../godmode/massive/massive_edit_modules.php:452 -msgid "Post process" -msgstr "Post process" - -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -msgid "Load a basic structure on data configuration" -msgstr "Load a basic structure on data configuration" - -#: ../../enterprise/godmode/modules/configure_local_component.php:303 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -msgid "Check the correct structure of the data configuration" -msgstr "Check the correct structure of the data configuration" - -#: ../../enterprise/godmode/modules/configure_local_component.php:306 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -msgid "First line must be \"module_begin\"" -msgstr "First line must be \"module_begin\"" - -#: ../../enterprise/godmode/modules/configure_local_component.php:307 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -msgid "Data configuration is empty" -msgstr "Data configuration is empty" - -#: ../../enterprise/godmode/modules/configure_local_component.php:308 -#: ../../enterprise/godmode/modules/configure_local_component.php:312 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -msgid "Last line must be \"module_end\"" -msgstr "Last line must be \"module_end\"" - -#: ../../enterprise/godmode/modules/configure_local_component.php:309 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -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/modules/configure_local_component.php:310 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -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/modules/configure_local_component.php:311 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -msgid "Type is wrong. Please set a correct type" -msgstr "Type is wrong. Please set a correct type" - -#: ../../enterprise/godmode/modules/configure_local_component.php:314 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -msgid "Error in the syntax, please check the data configuration." -msgstr "Error in the syntax, please check the data configuration." - -#: ../../enterprise/godmode/modules/configure_local_component.php:315 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -msgid "Data configuration are built correctly" -msgstr "Data configuration are built correctly" - -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:558 -msgid "Critical instructions" -msgstr "Critical instructions" - -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -#: ../../godmode/agentes/module_manager_editor_common.php:536 -#: ../../godmode/massive/massive_edit_modules.php:558 -msgid "Instructions when the status is critical" -msgstr "Instructions when status is critical" - -#: ../../enterprise/godmode/modules/configure_local_component.php:329 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -#: ../../godmode/massive/massive_edit_modules.php:562 -msgid "Warning instructions" -msgstr "Warning instructions" - -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -#: ../../godmode/agentes/module_manager_editor_common.php:541 -#: ../../godmode/massive/massive_edit_modules.php:562 -msgid "Instructions when the status is warning" -msgstr "Instructions when warning status is active" - -#: ../../enterprise/godmode/modules/configure_local_component.php:335 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:566 -msgid "Unknown instructions" -msgstr "Unknown instructions" - -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:566 -msgid "Instructions when the status is unknown" -msgstr "Instructions when status is unknown" - -#: ../../enterprise/godmode/modules/configure_local_component.php:345 -#: ../../godmode/modules/manage_network_components_form_common.php:174 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/massive/massive_edit_modules.php:534 -msgid "Category" -msgstr "Category" - -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -#: ../../godmode/modules/manage_network_components_form_common.php:196 -#: ../../godmode/agentes/module_manager_editor_common.php:441 -msgid "Tags available" -msgstr "Tags available" - -#: ../../enterprise/godmode/modules/configure_local_component.php:373 -#: ../../godmode/modules/manage_network_components_form_common.php:203 -#: ../../godmode/agentes/module_manager_editor_common.php:503 -msgid "Add tags to module" -msgstr "Add tags to module" - -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../godmode/modules/manage_network_components_form_common.php:204 -#: ../../godmode/agentes/module_manager_editor_common.php:504 -msgid "Delete tags to module" -msgstr "Delete tags from module" - -#: ../../enterprise/godmode/modules/configure_local_component.php:377 -#: ../../godmode/modules/manage_network_components_form_common.php:206 -#: ../../godmode/agentes/module_manager_editor_common.php:506 -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:451 -#: ../../godmode/servers/recon_script.php:161 -msgid "Default value" -msgstr "Default value" - -#: ../../enterprise/godmode/modules/configure_local_component.php:441 -#: ../../godmode/servers/plugin.php:491 -#: ../../godmode/servers/recon_script.php:199 -msgid "Add macro" -msgstr "Add macro" - -#: ../../enterprise/godmode/modules/configure_local_component.php:449 -#: ../../godmode/servers/plugin.php:506 -#: ../../godmode/servers/recon_script.php:206 -msgid "Delete macro" -msgstr "Delete macro" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -#: ../../enterprise/godmode/alerts/alert_events.php:45 -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_rules.php:75 -#: ../../enterprise/godmode/alerts/alert_events.php:50 -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:169 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -#: ../../godmode/massive/massive_add_alerts.php:112 -#: ../../godmode/massive/massive_add_tags.php:88 -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_external_alerts.php:121 -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../operation/incidents/incident_detail.php:68 -#: ../../godmode/alerts/alert_list.php:169 -#: ../../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_alerts.php:113 -#: ../../godmode/massive/massive_add_tags.php:89 -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:237 -#: ../../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:237 -#: ../../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:254 -#: ../../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:254 -#: ../../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:308 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../godmode/alerts/alert_list.list.php:412 -#: ../../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_external_alerts.php:214 -#: ../../enterprise/godmode/policies/policy_alerts.php:328 -#: ../../godmode/alerts/alert_list.list.php:523 -#: ../../godmode/alerts/alert_view.php:195 -#: ../../include/functions_alerts.php:558 -msgid "Always" -msgstr "Always" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:553 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 -#: ../../enterprise/godmode/policies/policy_alerts.php:330 -#: ../../godmode/alerts/alert_list.list.php:525 -msgid "On" -msgstr "On" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:557 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 -#: ../../enterprise/godmode/policies/policy_alerts.php:334 -#: ../../godmode/alerts/alert_list.list.php:529 -msgid "Until" -msgstr "Until" - -#: ../../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/configure_alert_action.php:142 -#: ../../godmode/alerts/alert_list.list.php:538 -#: ../../godmode/alerts/alert_list.list.php:616 -#: ../../godmode/alerts/alert_view.php:391 -#: ../../godmode/alerts/alert_list.builder.php:134 -#: ../../include/functions_reporting_html.php:1576 -#: ../../include/functions_reporting_html.php:2364 -msgid "Threshold" -msgstr "Threshold" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:582 -#: ../../enterprise/godmode/alerts/alert_events_list.php:584 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 -#: ../../enterprise/godmode/policies/policy_alerts.php:588 -#: ../../godmode/alerts/alert_list.list.php:694 -#: ../../godmode/alerts/alert_list.list.php:698 -#: ../../godmode/alerts/alert_list.list.php:832 -#: ../../godmode/snmpconsole/snmp_alert.php:1121 -msgid "Add action" -msgstr "Add action" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:599 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 -#: ../../enterprise/godmode/policies/policy_alerts.php:465 -#: ../../godmode/alerts/alert_list.list.php:606 -#: ../../godmode/alerts/alert_list.builder.php:97 -#: ../../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 -#: ../../godmode/alerts/alert_list.list.php:136 -#: ../../godmode/alerts/alert_list.list.php:775 -#: ../../godmode/users/user_list.php:464 ../../godmode/extensions.php:285 -#: ../../include/functions.php:2569 -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/alerts/alert_list.list.php:135 -#: ../../godmode/alerts/alert_list.list.php:784 -#: ../../godmode/users/user_list.php:467 ../../godmode/extensions.php:281 -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:793 -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:802 -msgid "Set standby" -msgstr "Set standby" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -#: ../../enterprise/godmode/alerts/alert_events.php:58 -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:143 -#: ../../enterprise/include/functions_reporting_pdf.php:1183 -#: ../../enterprise/include/functions_reporting_pdf.php:1463 -#: ../../operation/snmpconsole/snmp_view.php:518 -#: ../../include/functions_reporting_html.php:664 -#: ../../include/functions_reporting_html.php:1144 -msgid "Count" -msgstr "Count" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -#: ../../include/class/Tree.class.php:1566 -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:248 -msgid "Tag" -msgstr "Tag" - -#: ../../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/alert_events.php:71 -msgid "Configure event alert" -msgstr "Configure event alert" - -#: ../../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:431 -#: ../../enterprise/include/functions_reporting.php:1968 -#: ../../enterprise/include/functions_reporting.php:2079 -#: ../../enterprise/include/functions_reporting.php:3255 -#: ../../godmode/alerts/configure_alert_template.php:517 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/agentes/planned_downtime.editor.php:544 -#: ../../include/functions_reporting.php:8573 ../../include/functions.php:911 -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/alerts/configure_alert_template.php:519 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:547 -#: ../../include/functions_reporting.php:8577 ../../include/functions.php:913 -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/alerts/configure_alert_template.php:521 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:550 -#: ../../include/functions_reporting.php:8581 ../../include/functions.php:915 -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/alerts/configure_alert_template.php:523 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:553 -#: ../../include/functions_reporting.php:8585 ../../include/functions.php:917 -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/alerts/configure_alert_template.php:525 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:556 -#: ../../include/functions_reporting.php:8589 ../../include/functions.php:919 -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/alerts/configure_alert_template.php:527 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:559 -#: ../../include/functions_reporting.php:8593 ../../include/functions.php:921 -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/alerts/configure_alert_template.php:529 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:562 -#: ../../include/functions_reporting.php:8597 ../../include/functions.php:923 -msgid "Sun" -msgstr "Sun" - -#: ../../enterprise/godmode/alerts/alert_events.php:446 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1365 -#: ../../godmode/alerts/configure_alert_template.php:535 -#: ../../godmode/reporting/reporting_builder.item_editor.php:841 -msgid "Time from" -msgstr "Set initial time" - -#: ../../enterprise/godmode/alerts/alert_events.php:449 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1373 -#: ../../godmode/alerts/configure_alert_template.php:539 -#: ../../godmode/reporting/reporting_builder.item_editor.php:850 -msgid "Time to" -msgstr "Set end time" - -#: ../../enterprise/godmode/alerts/alert_events.php:457 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 -#: ../../godmode/alerts/configure_alert_template.php:549 -#: ../../godmode/snmpconsole/snmp_alert.php:805 -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/alerts/configure_alert_template.php:552 -#: ../../godmode/snmpconsole/snmp_alert.php:808 -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/configure_alert_template.php:671 -#: ../../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 -#, 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:109 -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/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:276 -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:330 -msgid "Delete remote configuration file" -msgstr "Delete remote configuration file" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../godmode/agentes/agent_manager.php:333 -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:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:350 -#: ../../enterprise/godmode/agentes/collections.editor.php:375 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/include/functions_collection.php:129 -#: ../../operation/integria_incidents/incident.php:66 -#: ../../operation/agentes/ver_agente.php:977 -msgid "Files" -msgstr "Files" - -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -#: ../../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 -msgid "Manager configuration > Edit " -msgstr "Manager configuration > Edit " - -#: ../../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/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:91 -#: ../../enterprise/godmode/agentes/collections.php:124 -#: ../../enterprise/godmode/agentes/collections.php:139 -msgid "Successful create collection package." -msgstr "Successful in creating collection package." - -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -#: ../../enterprise/godmode/agentes/collections.php:140 -msgid "Can not create collection package." -msgstr "Cannot create collection package." - -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/agentes/collections.php:182 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "Short Name" - -#: ../../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 -#: ../../enterprise/godmode/agentes/collections.data.php:339 -#: ../../enterprise/godmode/agentes/collections.data.php:340 -msgid "Need to regenerate" -msgstr "Need to regenerate" - -#: ../../enterprise/godmode/agentes/collection_manager.php:167 -#: ../../enterprise/godmode/policies/policy_collections.php:125 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 -#: ../../operation/events/events_list.php:330 -#: ../../operation/events/events_list.php:357 -#: ../../godmode/events/event_edit_filter.php:345 -#: ../../godmode/events/event_edit_filter.php:360 -msgid "Remove" -msgstr "Remove" - -#: ../../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: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:178 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../include/ajax/module.php:119 -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 -#: ../../godmode/setup/performance.php:92 -#: ../../include/functions_netflow.php:1054 -#: ../../include/functions_netflow.php:1087 -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_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2019 -#: ../../include/ajax/module.php:123 -msgid "15 days" -msgstr "15 days" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -#: ../../include/functions_netflow.php:1091 ../../include/functions.php:2020 -#: ../../include/ajax/module.php:124 -msgid "1 month" -msgstr "1 month" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 -#: ../../godmode/agentes/module_manager_editor_wmi.php:54 -#: ../../godmode/massive/massive_edit_modules.php:495 -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/module_manager_editor_web.php:32 -#: ../../operation/agentes/status_monitor.php:378 -msgid "Web server module" -msgstr "Web server module" - -#: ../../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: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:131 -msgid "There isn't get or post" -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 "Manager configuration > New" - -#: ../../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/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: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:712 -msgid "Description:" -msgstr "Description:" - -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../enterprise/include/functions_policies.php:3280 -#: ../../godmode/agentes/configurar_agente.php:504 -msgid "Agent plugins" -msgstr "Agent plugins" - -#: ../../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: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/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/agent_wizard.wmi_explorer.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:79 -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/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:203 -msgid "Plugins" -msgstr "Plugins" - -#: ../../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.php:16 -msgid "Create a new web Server module" -msgstr "Create a new webserver module" - -#: ../../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/graph_template_editor.php:73 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -msgid "Graph template editor" -msgstr "Graph template editor" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 -#: ../../godmode/modules/manage_nc_groups.php:83 -#: ../../godmode/events/event_edit_filter.php:155 -#: ../../godmode/netflow/nf_edit_form.php:110 -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/setup/gis_step_2.php:257 -#: ../../godmode/events/event_responses.editor.php:104 -#: ../../godmode/reporting/visual_console_builder.wizard.php:134 -#: ../../godmode/reporting/graph_builder.main.php:135 -#: ../../include/functions_visual_map_editor.php:84 -#: ../../include/functions_visual_map_editor.php:353 -msgid "Width" -msgstr "Width" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 -#: ../../godmode/setup/gis_step_2.php:259 -#: ../../godmode/events/event_responses.editor.php:106 -#: ../../godmode/reporting/visual_console_builder.wizard.php:137 -#: ../../godmode/reporting/graph_builder.main.php:139 -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:94 -#: ../../include/functions_netflow.php:1057 -msgid "Last week" -msgstr "Last week" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -#: ../../godmode/setup/performance.php:96 -#: ../../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/functions_netflow.php:1061 ../../include/ajax/module.php:126 -msgid "6 months" -msgstr "6 months" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -#: ../../include/functions.php:2023 ../../include/ajax/module.php:127 -msgid "1 year" -msgstr "1 year" - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "Advance Reporting" - -#: ../../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 -#: ../../operation/reporting/graph_viewer.php:36 -#: ../../operation/reporting/graph_viewer.php:43 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/events/event_filter.php:57 -#: ../../godmode/events/event_filter.php:78 -#: ../../godmode/agentes/planned_downtime.list.php:108 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 -#: ../../godmode/reporting/graphs.php:137 ../../godmode/netflow/nf_edit.php:77 -#: ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -msgid "Not deleted. Error deleting data" -msgstr "Could not be deleted. Error deleting data." - -#: ../../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:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../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 -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/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:43 ../../godmode/reporting/graphs.php:53 -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: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:389 -msgid "Create template" -msgstr "Create template" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 -msgid "Elements to apply" -msgstr "Elements to apply" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 -#: ../../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:182 -msgid "Order:" -msgstr "Order:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 -msgid "Show resume" -msgstr "Show summary" - -#: ../../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/reporting/reporting_builder.wizard.php:218 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1270 -msgid "Show the main address of agent." -msgstr "Show the agent's main address." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:245 -#: ../../mobile/operation/module_graph.php:420 -#: ../../operation/agentes/stat_win.php:370 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1200 -msgid "Time compare (Overlapped)" -msgstr "Time comparison (overlapped)" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:255 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1209 -msgid "Only average" -msgstr "Only average" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:265 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1213 -msgid "Percentil 95" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1595 -msgid "" -"If this option was checked, only adding in elements that type of modules " -"support this option." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 -#: ../../enterprise/include/functions_massive.php:15 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 -#: ../../godmode/reporting/visual_console_builder.php:465 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:976 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../include/functions_visual_map.php:1313 -msgid "No modules selected" -msgstr "No modules selected" - -#: ../../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/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -#: ../../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.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -#: ../../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.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 -#: ../../godmode/reporting/reporting_builder.item_editor.php:37 -msgid "Only graph" -msgstr "Only graph" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 -#: ../../godmode/reporting/reporting_builder.php:1986 -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:611 -msgid "Item Editor" -msgstr "Item Editor" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../godmode/reporting/reporting_builder.item_editor.php:714 -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:715 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2871 -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:760 -msgid "Projection period" -msgstr "Projected period" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 -#: ../../godmode/reporting/reporting_builder.item_editor.php:770 -msgid "Data range" -msgstr "Data range" - -#: ../../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:781 -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:790 -msgid "Working time" -msgstr "Work 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:1129 -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:1514 -msgid "Query SQL" -msgstr "SQL query" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 -msgid "Serialized header" -msgstr "Serialised header" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 -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:1108 -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:1147 -msgid "Field separator" -msgstr "Field separator" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1147 -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:1151 -msgid "Line separator" -msgstr "Line break" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 -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:1155 -msgid "Group by agent" -msgstr "Group by agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1226 -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:1231 -#: ../../include/functions_reporting.php:1627 -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:1239 -#: ../../include/functions_reporting_html.php:1518 -msgid "Not OK" -msgstr "Not OK" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1261 -msgid "Show graph" -msgstr "Show graph" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1632 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1269 -msgid "Show address instead module name." -msgstr "Show address instead of module name." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 -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:1654 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1291 -msgid "Event filter" -msgstr "Event filter" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1294 -msgid "No Validated" -msgstr "Not validated" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 -#: ../../operation/snmpconsole/snmp_view.php:408 -#: ../../operation/snmpconsole/snmp_view.php:572 -#: ../../operation/snmpconsole/snmp_view.php:823 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1296 -#: ../../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:2753 -msgid "Validated" -msgstr "Validated" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1307 -msgid "Event graphs" -msgstr "Event graphs" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1311 -msgid "By agent" -msgstr "By agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 -msgid "By user validator" -msgstr "By user validation" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1677 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1323 -msgid "By criticity" -msgstr "By priority" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 -msgid "Validated vs unvalidated" -msgstr "Validated vs unvalidated" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1686 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1337 -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:1343 -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:1348 -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:1359 -msgid "Hide not init agents" -msgstr "" - -#: ../../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:1386 -#: ../../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:1389 -#: ../../include/functions_visual_map_editor.php:587 -msgid "Update item" -msgstr "Update item" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1420 -msgid "SLA Min. (value)" -msgstr "SLA Min. (value)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1899 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1421 -msgid "SLA Max. (value)" -msgstr "SLA Max. (value)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1900 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1422 -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: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.global.php:44 -#: ../../include/functions_reports.php:588 -msgid "Top n" -msgstr "Top n" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../enterprise/include/functions_reporting_csv.php:265 -#: ../../include/functions_reporting.php:1608 -#: ../../include/functions_reports.php:578 -msgid "Exception" -msgstr "Exception" - -#: ../../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:4259 -msgid "Rate" -msgstr "Rate" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -#: ../../operation/events/events.build_table.php:756 -#: ../../operation/agentes/networkmap_list.php:257 -#: ../../godmode/agentes/agent_manager.php:210 -#: ../../godmode/snmpconsole/snmp_alert.php:1213 -msgid "Delete selected" -msgstr "Delete selected items" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../enterprise/include/functions_reporting.php:4772 -#: ../../enterprise/include/functions_reporting.php:4822 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../godmode/reporting/reporting_builder.php:1924 -msgid "Item editor" -msgstr "Item editor" - -#: ../../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:1921 -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 -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -#: ../../include/functions_agents.php:676 -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:287 -#: ../../godmode/reporting/reporting_builder.php:554 -msgid "Private" -msgstr "Private" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -#: ../../operation/search_reports.php:40 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../godmode/reporting/reporting_builder.php:534 -msgid "HTML" -msgstr "HTML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -#: ../../operation/search_reports.php:41 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../godmode/reporting/reporting_builder.php:535 -msgid "XML" -msgstr "XML" - -#: ../../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:444 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 -#: ../../enterprise/godmode/policies/policy_agents.php:267 -#: ../../enterprise/godmode/policies/policy_agents.php:275 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -msgid "Filter agent" -msgstr "Filter agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449 -#: ../../operation/events/events_list.php:481 -#: ../../operation/agentes/datos_agente.php:189 -#: ../../include/ajax/module.php:146 -msgid "Timestamp from:" -msgstr "Timestamp from:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 -#: ../../operation/events/events_list.php:484 -#: ../../operation/agentes/datos_agente.php:195 -#: ../../include/ajax/module.php:154 -msgid "Timestamp to:" -msgstr "Timestamp to:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -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/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -#: ../../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.php:465 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -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/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:3650 -msgid "SQL" -msgstr "SQL" - -#: ../../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_reporting.php:466 -#: ../../include/functions_reports.php:537 -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:540 -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:544 -msgid "Services S.L.A." -msgstr "SLA services" - -#: ../../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_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: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: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:271 -#: ../../enterprise/include/functions_reporting_csv.php:872 -#: ../../enterprise/include/functions_reporting_csv.php:876 -#: ../../operation/search_reports.php:38 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../godmode/reporting/reporting_builder.php:532 -msgid "Report name" -msgstr "Report name" - -#: ../../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: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:430 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 -msgid "Apply template" -msgstr "Apply template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 -msgid "Please set template distinct than " -msgstr "Please set template distinct from " - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:778 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:419 -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/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "Wizard template" - -#: ../../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:740 ../../include/functions_graph.php:741 -#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 -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/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:380 -#: ../../mobile/operation/agents.php:323 -#: ../../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/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:123 -#: ../../enterprise/godmode/services/services.elements.php:128 -#: ../../operation/search_maps.php:33 -msgid "Elements" -msgstr "Elements" - -#: ../../enterprise/godmode/services/services.elements.php:133 -#: ../../enterprise/include/functions_services.php:1688 -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/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/snmpconsole/snmp_trap_editor.php:282 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 -#: ../../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.php:283 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -msgid "Custom OID" -msgstr "Custom OID" - -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/godmode/policies/policies.php:353 -#: ../../enterprise/include/functions_policies.php:3262 -msgid "Queue" -msgstr "Queue" - -#: ../../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_agents.php:80 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_modules.php:436 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../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:122 -#: ../../enterprise/godmode/policies/policies.php:333 -#: ../../enterprise/include/functions_policies.php:3244 -msgid "Linking" -msgstr "Linking" - -#: ../../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:175 -#: ../../godmode/agentes/modificar_agente.php:155 -#: ../../godmode/agentes/planned_downtime.editor.php:706 -msgid "Recursion" -msgstr "Recursion" - -#: ../../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:349 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -#: ../../enterprise/include/functions_policies.php:3234 -msgid "External alerts" -msgstr "External alerts" - -#: ../../enterprise/godmode/policies/policies.php:397 -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:403 -msgid "Deleting all policy agents" -msgstr "Deleting all policy agents" - -#: ../../enterprise/godmode/policies/policies.php:406 -msgid "All the policy agents will be deleted" -msgstr "All the policy agents will be deleted." - -#: ../../enterprise/godmode/policies/policies.php:410 -msgid "Delete all agents" -msgstr "Delete all agents" - -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../enterprise/include/functions_policies.php:3197 -#: ../../operation/agentes/estado_agente.php:135 -#: ../../operation/gis_maps/render_view.php:116 -#: ../../godmode/agentes/configurar_agente.php:268 -#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:217 -#: ../../godmode/menu.php:224 -msgid "Setup" -msgstr "Setup" - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "Add policy" - -#: ../../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:95 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -#: ../../enterprise/godmode/policies/policy_modules.php:940 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_collections.php:73 -msgid "Successfully reverted deletion" -msgstr "Reverting deletion successful." - -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -#: ../../enterprise/godmode/policies/policy_modules.php:941 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_collections.php:74 -msgid "Could not be reverted" -msgstr "Could not be reverted." - -#: ../../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:242 -#: ../../enterprise/godmode/policies/policy_agents.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:362 -#: ../../godmode/massive/massive_copy_modules.php:74 -#: ../../godmode/massive/massive_copy_modules.php:185 -#: ../../godmode/massive/massive_edit_agents.php:208 -#: ../../godmode/massive/massive_add_action_alerts.php:139 -#: ../../godmode/massive/massive_standby_alerts.php:139 -#: ../../godmode/massive/massive_delete_alerts.php:215 -#: ../../godmode/massive/massive_delete_action_alerts.php:141 -#: ../../godmode/massive/massive_delete_agents.php:108 -#: ../../godmode/massive/massive_edit_modules.php:284 -#: ../../godmode/massive/massive_enable_disable_alerts.php:138 -#: ../../godmode/massive/massive_add_alerts.php:154 -#: ../../godmode/massive/massive_delete_modules.php:441 -msgid "Group recursion" -msgstr "Group recursion" - -#: ../../enterprise/godmode/policies/policy_agents.php:284 -msgid "Agents in Policy" -msgstr "Agents in Policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:321 -msgid "Add agents to policy" -msgstr "Add agents to policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:327 -msgid "Delete agents from policy" -msgstr "Delete agents from policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:367 -msgid "Applied" -msgstr "Applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:368 -msgid "Not applied" -msgstr "Not applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:377 -#: ../../operation/agentes/estado_generalagente.php:293 -#: ../../godmode/agentes/agent_manager.php:314 -#: ../../godmode/agentes/configurar_agente.php:416 -#: ../../godmode/agentes/configurar_agente.php:526 -#: ../../godmode/massive/massive_edit_agents.php:349 -#: ../../godmode/servers/servers.build_table.php:161 -msgid "Remote configuration" -msgstr "Remote configuration" - -#: ../../enterprise/godmode/policies/policy_agents.php:379 -msgid "Unlinked modules" -msgstr "Unlinked modules" - -#: ../../enterprise/godmode/policies/policy_agents.php:379 -msgid "U." -msgstr "U." - -#: ../../enterprise/godmode/policies/policy_agents.php:382 -msgid "Add to delete queue" -msgstr "Add to delete queue" - -#: ../../enterprise/godmode/policies/policy_agents.php:382 -#: ../../godmode/agentes/module_manager.php:533 -msgid "D." -msgstr "D." - -#: ../../enterprise/godmode/policies/policy_agents.php:427 -#: ../../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:432 -msgid "This agent can not be remotely configured" -msgstr "This agent can not be remotely configured." - -#: ../../enterprise/godmode/policies/policy_agents.php:456 -#: ../../enterprise/godmode/policies/policy_queue.php:176 -msgid "Add to apply queue" -msgstr "Add to apply queue" - -#: ../../enterprise/godmode/policies/policy_agents.php:473 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_modules.php:1103 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -msgid "Undo deletion" -msgstr "Undo deletion" - -#: ../../enterprise/godmode/policies/policy_agents.php:491 -msgid "Need apply" -msgstr "Need apply" - -#: ../../enterprise/godmode/policies/policy_agents.php:499 -msgid "Applying policy" -msgstr "Applying policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:505 -msgid "Deleting from policy" -msgstr "Deleting from policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:519 -#: ../../godmode/massive/massive_edit_agents.php:90 -#: ../../godmode/massive/massive_delete_tags.php:97 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -#: ../../godmode/massive/massive_delete_alerts.php:83 -#: ../../godmode/massive/massive_delete_agents.php:33 -#: ../../godmode/massive/massive_add_alerts.php:73 -#: ../../godmode/massive/massive_add_tags.php:33 -#: ../../godmode/massive/massive_delete_modules.php:61 -#: ../../include/functions_visual_map.php:1229 -#: ../../include/functions_visual_map.php:1462 -msgid "No agents selected" -msgstr "No agents selected" - -#: ../../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:921 -#: ../../enterprise/godmode/policies/policy_modules.php:935 -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_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_modules.php:21 -#: ../../enterprise/godmode/policies/policy_modules.php:1226 -#: ../../godmode/agentes/module_manager_editor_common.php:396 -msgid "Not needed" -msgstr "Not needed" - -#: ../../enterprise/godmode/policies/policy_modules.php:212 -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:301 -msgid "Module macros" -msgstr "Module macros" - -#: ../../enterprise/godmode/policies/policy_modules.php:398 -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:426 -#, 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:428 -#, 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:670 -msgid "Could not be added module." -msgstr "Module could not be added." - -#: ../../enterprise/godmode/policies/policy_modules.php:891 -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:894 -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:925 -msgid "Could not be added to deleted all modules." -msgstr "Could not be added to deleted all modules." - -#: ../../enterprise/godmode/policies/policy_modules.php:982 -#: ../../godmode/agentes/configurar_agente.php:1414 -#, php-format -msgid "copy of %s" -msgstr "copy of %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:994 -#: ../../godmode/agentes/configurar_agente.php:1424 -#, php-format -msgid "copy of %s (%d)" -msgstr "copy of %s (%d)" - -#: ../../enterprise/godmode/policies/policy_modules.php:1011 -msgid "Successfully duplicate the module." -msgstr "Duplication of the module successful." - -#: ../../enterprise/godmode/policies/policy_modules.php:1071 -msgid "Local component" -msgstr "Local component" - -#: ../../enterprise/godmode/policies/policy_modules.php:1080 -#: ../../enterprise/godmode/policies/policy_modules.php:1081 -#: ../../godmode/agentes/module_manager.php:695 -msgid "Enable module" -msgstr "Enable module" - -#: ../../enterprise/godmode/policies/policy_modules.php:1086 -#: ../../enterprise/godmode/policies/policy_modules.php:1087 -#: ../../godmode/agentes/module_manager.php:700 -msgid "Disable module" -msgstr "Disable module" - -#: ../../enterprise/godmode/policies/policy_modules.php:1137 -msgid "There are no defined modules" -msgstr "There are no defined modules" - -#: ../../enterprise/godmode/policies/policy_modules.php:1154 -#: ../../godmode/massive/massive_copy_modules.php:136 -msgid "Copy modules" -msgstr "Copy modules" - -#: ../../enterprise/godmode/policies/policy_modules.php:1155 -msgid "Copy selected modules to policy: " -msgstr "Copy selected modules to policy : " - -#: ../../enterprise/godmode/policies/policy_modules.php:1195 -#: ../../godmode/agentes/module_manager_editor.php:515 -msgid "No module name provided" -msgstr "No module name provided" - -#: ../../enterprise/godmode/policies/policy_modules.php:1196 -#: ../../godmode/agentes/module_manager_editor.php:516 -msgid "No target IP provided" -msgstr "No target IP provided" - -#: ../../enterprise/godmode/policies/policy_modules.php:1197 -#: ../../godmode/agentes/module_manager_editor.php:517 -msgid "No SNMP OID provided" -msgstr "No SNMP OID provided" - -#: ../../enterprise/godmode/policies/policy_modules.php:1292 -msgid "Variable" -msgstr "Variable" - -#: ../../enterprise/godmode/policies/policy_modules.php:1332 -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:1352 -msgid "Please select any module to copy" -msgstr "Please select any module to copy" - -#: ../../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: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/agentes/graphs.php:163 -#: ../../operation/agentes/alerts_status.php:396 -#: ../../operation/snmpconsole/snmp_view.php:454 -#: ../../godmode/alerts/alert_list.list.php:163 -#: ../../godmode/snmpconsole/snmp_alert.php:913 -#: ../../godmode/users/user_list.php:249 -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:487 -msgid "Apply all" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "Delete all" - -#: ../../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:315 -msgid "Alert Template" -msgstr "Alert Template" - -#: ../../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 -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -#: ../../godmode/massive/massive_add_alerts.php:174 -msgid "Alert template" -msgstr "Alert template" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "Policy module" - -#: ../../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/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_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_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -#: ../../operation/snmpconsole/snmp_view.php:424 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:725 -#: ../../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:425 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:728 -#: ../../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:426 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:731 -#: ../../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:427 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:734 -#: ../../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:428 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:737 -#: ../../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:420 -#: ../../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_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:40 -msgid "Satellite operations" -msgstr "Satellite Operations" - -#: ../../enterprise/godmode/massive/massive_operations.php:47 -#: ../../enterprise/godmode/menu.php:28 -msgid "SNMP operations" -msgstr "SNMP operations" - -#: ../../enterprise/godmode/massive/massive_operations.php:67 -#: ../../enterprise/godmode/menu.php:17 -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_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:509 -#: ../../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 -#: ../../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:464 -msgid "Position" -msgstr "Position" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 -#: ../../godmode/massive/massive_edit_modules.php:278 -#: ../../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_delete_alerts.php:226 -#: ../../godmode/massive/massive_edit_modules.php:332 -#: ../../godmode/massive/massive_add_alerts.php:167 -#: ../../godmode/massive/massive_delete_modules.php:487 -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_edit_modules.php:335 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_modules.php:489 -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_edit_modules.php:336 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_modules.php:489 -msgid "Show all modules" -msgstr "Show all modules" - -#: ../../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_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/menu.php:51 ../../enterprise/godmode/menu.php:136 -msgid "Duplicate config" -msgstr "Duplicate config" - -#: ../../enterprise/godmode/menu.php:76 -msgid "Manage policies" -msgstr "Manage policies" - -#: ../../enterprise/godmode/menu.php:95 -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -#: ../../operation/agentes/datos_agente.php:172 -msgid "History database" -msgstr "Historical database" - -#: ../../enterprise/godmode/menu.php:102 -msgid "Enterprise ACL Setup" -msgstr "Enterprise ACL Setup" - -#: ../../enterprise/godmode/menu.php:109 -msgid "Skins" -msgstr "Skins" - -#: ../../enterprise/godmode/menu.php:116 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -#: ../../enterprise/godmode/servers/manage_export.php:41 -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/menu.php:149 -#: ../../enterprise/include/functions_setup.php:27 -#: ../../enterprise/include/functions_setup.php:55 -#: ../../godmode/extensions.php:145 -msgid "Enterprise" -msgstr "Enterprise" - -#: ../../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:76 -#: ../../enterprise/godmode/servers/manage_export.php:131 -msgid "Preffix" -msgstr "Preffix" - -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -#: ../../enterprise/godmode/servers/manage_export.php:131 -msgid "Transfer mode" -msgstr "Transfer mode" - -#: ../../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/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/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/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_filemanager.php:385 -#: ../../include/functions_reporting_html.php:750 -msgid "Deleted" -msgstr "Deleted" - -#: ../../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:898 -#, php-format -msgid "%s in %s : NORMAL" -msgstr "%s in %s : NORMAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:609 -#: ../../include/functions_reporting_html.php:906 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "%s in %s : CRITICAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:617 -#: ../../include/functions_reporting_html.php:914 -#, php-format -msgid "%s in %s : WARNING" -msgstr "%s in %s : WARNING" - -#: ../../enterprise/include/functions_reporting_pdf.php:625 -#: ../../include/functions_reporting_html.php:922 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "%s in %s : UNKNOWN" - -#: ../../enterprise/include/functions_reporting_pdf.php:633 -#: ../../include/functions_reporting_html.php:930 -#, 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:1103 -msgid "Defined" -msgstr "Defined" - -#: ../../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 -#: ../../mobile/operation/alerts.php:38 -#: ../../operation/agentes/alerts_status.functions.php:74 -#: ../../operation/snmpconsole/snmp_view.php:164 -#: ../../operation/snmpconsole/snmp_view.php:831 -#: ../../include/functions_reporting_html.php:1105 -#: ../../include/functions_reporting_html.php:1379 -#: ../../include/functions_reporting_html.php:1417 -#: ../../include/functions_reporting_html.php:1453 -msgid "Fired" -msgstr "Triggered" - -#: ../../enterprise/include/functions_reporting_pdf.php:718 -#: ../../include/functions_reporting_html.php:1118 -#, 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:1030 -#: ../../include/functions_reporting_html.php:1939 -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:1031 -#: ../../include/functions_reporting_html.php:1800 -#: ../../include/functions_reporting_html.php:1940 -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:1032 -#: ../../include/functions_reporting_html.php:1799 -#: ../../include/functions_reporting_html.php:1942 -msgid "Max Value" -msgstr "Max Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:1204 -#: ../../enterprise/include/functions_reporting_pdf.php:1352 -#: ../../enterprise/include/functions_reporting_pdf.php:1487 -#: ../../mobile/operation/events.php:247 -#: ../../operation/events/events.build_table.php:297 -#: ../../include/functions_reporting.php:4818 -#: ../../include/functions_reporting.php:4932 -#: ../../include/functions_reporting.php:5061 -#: ../../include/ajax/events.php:447 ../../include/functions_events.php:914 -#: ../../include/functions_events.php:2400 -#: ../../include/functions_events.php:3427 -#: ../../include/functions_reporting_html.php:550 -#: ../../include/functions_reporting_html.php:683 -#: ../../include/functions_reporting_html.php:1164 -msgid "New event" -msgstr "New event" - -#: ../../enterprise/include/functions_reporting_pdf.php:1208 -#: ../../enterprise/include/functions_reporting_pdf.php:1356 -#: ../../enterprise/include/functions_reporting_pdf.php:1491 -#: ../../mobile/operation/events.php:251 -#: ../../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 -#: ../../include/functions_reporting.php:4822 -#: ../../include/functions_reporting.php:4936 -#: ../../include/functions_reporting.php:5065 -#: ../../include/ajax/events.php:451 ../../include/functions_events.php:918 -#: ../../include/functions_events.php:2404 -#: ../../include/functions_events.php:3431 -#: ../../include/functions_reporting_html.php:554 -#: ../../include/functions_reporting_html.php:687 -#: ../../include/functions_reporting_html.php:1168 -msgid "Event validated" -msgstr "Event validated" - -#: ../../enterprise/include/functions_reporting_pdf.php:1212 -#: ../../enterprise/include/functions_reporting_pdf.php:1360 -#: ../../enterprise/include/functions_reporting_pdf.php:1495 -#: ../../mobile/operation/events.php:255 -#: ../../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 -#: ../../include/functions_reporting.php:4826 -#: ../../include/functions_reporting.php:4940 -#: ../../include/functions_reporting.php:5069 -#: ../../include/ajax/events.php:455 ../../include/functions_events.php:922 -#: ../../include/functions_events.php:2408 -#: ../../include/functions_events.php:3435 -#: ../../include/functions_reporting_html.php:558 -#: ../../include/functions_reporting_html.php:691 -#: ../../include/functions_reporting_html.php:1172 -msgid "Event in process" -msgstr "Event in process" - -#: ../../enterprise/include/functions_reporting_pdf.php:1332 -#: ../../enterprise/include/functions_reporting_pdf.php:1467 -#: ../../include/functions_reporting.php:4788 -#: ../../include/functions_reporting_html.php:534 -#: ../../include/functions_reporting_html.php:1148 -msgid "Val. by" -msgstr "Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:1384 -#: ../../include/functions_reporting.php:4845 -#: ../../include/functions_events.php:2653 -#: ../../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:1221 -#: ../../include/functions_reporting_html.php:2817 -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:1209 -msgid "Events validated by user" -msgstr "Events validated by user" - -#: ../../enterprise/include/functions_reporting_pdf.php:1572 -#: ../../operation/events/event_statistics.php:65 -#: ../../include/functions_reporting_html.php:1233 -msgid "Amount events validated" -msgstr "Amount of events validated" - -#: ../../enterprise/include/functions_reporting_pdf.php:1612 -#: ../../enterprise/include/functions_reporting_pdf.php:1794 -#: ../../enterprise/include/functions_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2270 -#: ../../include/functions_reporting_html.php:339 -msgid "Max/Min Values" -msgstr "Max/Min Values" - -#: ../../enterprise/include/functions_reporting_pdf.php:1613 -#: ../../enterprise/include/functions_reporting_pdf.php:1795 -#: ../../enterprise/include/functions_reporting_pdf.php:2035 -#: ../../enterprise/include/functions_reporting.php:1235 -#: ../../enterprise/include/functions_reporting.php:2271 -#: ../../enterprise/include/functions_reporting.php:3085 -#: ../../enterprise/include/functions_reporting.php:3386 -#: ../../include/functions_reporting_html.php:340 -msgid "SLA Limit" -msgstr "SLA Limit" - -#: ../../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 -#: ../../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 -#: ../../include/functions_reporting_html.php:341 -msgid "SLA Compliance" -msgstr "SLA Compliance" - -#: ../../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 -#: ../../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_csv.php:826 -#: ../../enterprise/include/functions_reporting_csv.php:855 -#: ../../include/functions_reporting_html.php:375 -#: ../../include/functions_reporting_html.php:402 -#: ../../include/functions_config.php:513 -#: ../../include/functions_config.php:1488 -msgid "Fail" -msgstr "Fail" - -#: ../../enterprise/include/functions_reporting_pdf.php:1721 -#: ../../enterprise/include/functions_reporting.php:1159 -#: ../../enterprise/include/functions_reporting.php:1634 -#: ../../enterprise/include/functions_reporting.php:1778 -msgid "Inside limits" -msgstr "Inside limits" - -#: ../../enterprise/include/functions_reporting_pdf.php:1722 -#: ../../enterprise/include/functions_reporting.php:1160 -#: ../../enterprise/include/functions_reporting.php:1639 -#: ../../enterprise/include/functions_reporting.php:1779 -msgid "On the edge" -msgstr "On the edge" - -#: ../../enterprise/include/functions_reporting_pdf.php:1723 -#: ../../enterprise/include/functions_reporting.php:1161 -#: ../../enterprise/include/functions_reporting.php:1643 -#: ../../enterprise/include/functions_reporting.php:1780 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -#: ../../include/functions_graph.php:2028 -#: ../../include/functions_graph.php:2075 -msgid "Out of limits" -msgstr "Out of limits" - -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting.php:1184 -msgid "January" -msgstr "January" - -#: ../../enterprise/include/functions_reporting_pdf.php:1750 -#: ../../enterprise/include/functions_reporting.php:1187 -msgid "February" -msgstr "February" - -#: ../../enterprise/include/functions_reporting_pdf.php:1753 -#: ../../enterprise/include/functions_reporting.php:1190 -msgid "March" -msgstr "March" - -#: ../../enterprise/include/functions_reporting_pdf.php:1756 -#: ../../enterprise/include/functions_reporting.php:1193 -msgid "April" -msgstr "April" - -#: ../../enterprise/include/functions_reporting_pdf.php:1759 -#: ../../enterprise/include/functions_reporting.php:1196 -msgid "May" -msgstr "May" - -#: ../../enterprise/include/functions_reporting_pdf.php:1762 -#: ../../enterprise/include/functions_reporting.php:1199 -msgid "June" -msgstr "June" - -#: ../../enterprise/include/functions_reporting_pdf.php:1765 -#: ../../enterprise/include/functions_reporting.php:1202 -msgid "July" -msgstr "July" - -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting.php:1205 -msgid "August" -msgstr "August" - -#: ../../enterprise/include/functions_reporting_pdf.php:1771 -#: ../../enterprise/include/functions_reporting.php:1208 -msgid "September" -msgstr "September" - -#: ../../enterprise/include/functions_reporting_pdf.php:1774 -#: ../../enterprise/include/functions_reporting.php:1211 -msgid "October" -msgstr "October" - -#: ../../enterprise/include/functions_reporting_pdf.php:1777 -#: ../../enterprise/include/functions_reporting.php:1214 -msgid "November" -msgstr "November" - -#: ../../enterprise/include/functions_reporting_pdf.php:1780 -#: ../../enterprise/include/functions_reporting.php:1217 -msgid "December" -msgstr "December" - -#: ../../enterprise/include/functions_reporting_pdf.php:1830 -#: ../../enterprise/include/functions_reporting.php:1268 -#: ../../enterprise/include/functions_reporting.php:1823 -msgid "SLA Compliance per days" -msgstr "SLA Compliance per days" - -#: ../../enterprise/include/functions_reporting_pdf.php:1888 -#: ../../enterprise/include/functions_reporting.php:1321 -msgid "Summary of SLA Failures" -msgstr "Summary of SLA Failures" - -#: ../../enterprise/include/functions_reporting_pdf.php:1892 -#: ../../enterprise/include/functions_reporting.php:1323 -#: ../../enterprise/include/functions_reporting.php:1814 -msgid "Day" -msgstr "Day" - -#: ../../enterprise/include/functions_reporting_pdf.php:1941 -#: ../../include/functions_reporting_html.php:1723 -msgid "# Checks" -msgstr "# of checks" - -#: ../../enterprise/include/functions_reporting_pdf.php:1942 -#: ../../include/functions_reporting_html.php:1724 -msgid "# Failed" -msgstr "# Failed" - -#: ../../enterprise/include/functions_reporting_pdf.php:1943 -#: ../../include/functions_reporting_html.php:1725 -msgid "% Fail" -msgstr "Fail %" - -#: ../../enterprise/include/functions_reporting_pdf.php:1944 -#: ../../include/functions_reporting_html.php:1726 -msgid "Time available" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1945 -#: ../../include/functions_reporting_html.php:1727 -msgid "Time unavailable" -msgstr "Time unavailable" - -#: ../../enterprise/include/functions_reporting_pdf.php:1946 -#: ../../include/functions_reporting_html.php:1728 -msgid "% Ok" -msgstr "% Ok" - -#: ../../enterprise/include/functions_reporting_pdf.php:2159 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -#: ../../enterprise/include/functions_reporting_csv.php:874 -#: ../../enterprise/include/functions_reporting_csv.php:878 -msgid "Generated" -msgstr "Generated" - -#: ../../enterprise/include/functions_reporting_pdf.php:2162 -msgid "Report date" -msgstr "Report date" - -#: ../../enterprise/include/functions_reporting_pdf.php:2167 -#: ../../operation/reporting/reporting_viewer.php:202 -msgid "Items period before" -msgstr "Items period before" - -#: ../../enterprise/include/functions_reporting_pdf.php:2186 -#: ../../enterprise/include/functions_netflow_pdf.php:56 -msgid "Contents" -msgstr "Contents" - -#: ../../enterprise/include/functions_reporting_pdf.php:2250 -#: ../../enterprise/include/functions_reporting_pdf.php:2288 -#: ../../operation/agentes/gis_view.php:182 -#: ../../godmode/agentes/planned_downtime.list.php:145 -msgid "To" -msgstr "To" - -#: ../../enterprise/include/functions_reporting_pdf.php:2256 -#: ../../enterprise/include/functions_reporting_pdf.php:2294 -#: ../../operation/agentes/ver_agente.php:1075 -#: ../../include/functions_treeview.php:219 -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:2639 -msgid "Last data" -msgstr "Last data" - -#: ../../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_reporting_pdf.php:2414 -#: ../../enterprise/include/functions_reporting.php:1924 -#: ../../enterprise/include/functions_reporting.php:2039 -#: ../../enterprise/include/functions_reporting.php:3215 -#: ../../include/functions_reporting_html.php:3072 -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_pdf.php:2418 -#: ../../enterprise/include/functions_reporting.php:1929 -#: ../../enterprise/include/functions_reporting.php:2043 -#: ../../enterprise/include/functions_reporting.php:3219 -#: ../../godmode/agentes/planned_downtime.editor.php:493 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../include/functions_reporting_html.php:3076 -msgid "Execution" -msgstr "Execution" - -#: ../../enterprise/include/functions_reporting_pdf.php:2419 -#: ../../enterprise/include/functions_reporting.php:1930 -#: ../../enterprise/include/functions_reporting.php:2044 -#: ../../enterprise/include/functions_reporting.php:3220 -#: ../../include/functions_reporting_html.php:3077 -msgid "Dates" -msgstr "Dates" - -#: ../../enterprise/include/functions_reporting_pdf.php:2458 -#: ../../enterprise/include/functions_reporting.php:2138 -#: ../../enterprise/include/functions_reporting.php:3314 -#: ../../include/functions_reporting_html.php:3118 -msgid "This item is affected by a malformed planned downtime" -msgstr "This item is affected by a erroneous planned downtime" - -#: ../../enterprise/include/functions_reporting_pdf.php:2459 -#: ../../enterprise/include/functions_reporting.php:2139 -#: ../../enterprise/include/functions_reporting.php:3315 -#: ../../include/functions_reporting_html.php:3119 -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: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:601 -#: ../../enterprise/include/functions_reporting_csv.php:123 -#: ../../include/functions_reporting.php:3740 -#: ../../include/functions_reports.php:592 -msgid "Availability" -msgstr "Availability" - -#: ../../enterprise/include/functions_reporting.php:602 -msgid "Availability item created from wizard." -msgstr "Availability item created from wizard." - -#: ../../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:500 -msgid "There are no SLAs defined" -msgstr "There are no SLAs defined" - -#: ../../enterprise/include/functions_reporting.php:1557 -#: ../../include/functions_reporting.php:625 -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:1965 -#: ../../enterprise/include/functions_reporting.php:2076 -#: ../../enterprise/include/functions_reporting.php:3252 -#: ../../include/functions_reporting.php:8570 -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:8604 -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:8605 -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:8606 -msgid "To day" -msgstr "To day" - -#: ../../enterprise/include/functions_reporting.php:2697 -msgid "There are no SLAs defined." -msgstr "There are no SLAs defined." - -#: ../../enterprise/include/functions_reporting.php:2811 -#: ../../enterprise/include/functions_reporting.php:3430 -#: ../../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:3967 -#: ../../enterprise/include/functions_reporting.php:4395 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "Graph agents(%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:4356 -#, php-format -msgid "Graph agent(%s) - %s" +#: ../../enterprise/dashboard/main_dashboard.php:439 +msgid "There are unsaved changes" msgstr "" -#: ../../enterprise/include/functions_reporting.php:4768 -#: ../../enterprise/include/functions_reporting.php:4818 -msgid "Template editor" -msgstr "Template editor" - -#: ../../enterprise/include/functions_reporting.php:4832 -msgid "Get PDF file" -msgstr "Get PDF file" - #: ../../enterprise/include/functions_update_manager.php:140 #: ../../enterprise/include/functions_update_manager.php:272 #: ../../include/functions_update_manager.php:326 @@ -18094,9 +16507,180 @@ msgstr "The package does not exist." msgid "The package is installed." msgstr "The package is installed." -#: ../../enterprise/include/functions_log.php:332 -msgid "Lines" -msgstr "Lines" +#: ../../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:1578 +#: ../../operation/search_modules.php:207 +#: ../../operation/agentes/status_monitor.php:1354 +#: ../../operation/agentes/status_monitor.php:1360 +#: ../../include/functions_ui.php:3657 +msgid "Snapshot view" +msgstr "Command Snapshot view" + +#: ../../enterprise/include/functions_services.php:1702 +msgid "Delete service element" +msgstr "Delete service element" + +#: ../../enterprise/include/functions_services.php:1756 +msgid "FAIL" +msgstr "FAIL" + +#: ../../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_policies.php:456 #: ../../enterprise/include/functions_policies.php:471 @@ -18166,119 +16750,30 @@ msgid "Group filter: " msgstr "Group filter: " #: ../../enterprise/include/functions_policies.php:4072 -#: ../../extensions/plugin_registration.php:43 -#: ../../extensions/resource_registration.php:860 -#: ../../extensions/extension_uploader.php:85 #: ../../operation/incidents/incident_detail.php:518 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/extension_uploader.php:85 +#: ../../extensions/resource_registration.php:860 msgid "Upload" msgstr "Upload" -#: ../../enterprise/include/ajax/dashboard.ajax.php:295 -msgid "Only one service map widget is supported at this moment" -msgstr "" +#: ../../enterprise/include/functions_local_components.php:142 +msgid "Empty configuration" +msgstr "Empty configuration" -#: ../../enterprise/include/ajax/metaconsole.ajax.php:43 -msgid "Error accesing to API, auth error." -msgstr "Error accesing to API, auth error." +#: ../../enterprise/include/functions_local_components.php:146 +msgid "Empty OS" +msgstr "Empty OS" -#: ../../enterprise/include/ajax/metaconsole.ajax.php:47 -msgid "Error accesing to API." -msgstr "Error accesing to API." +#: ../../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/ajax/metaconsole.ajax.php:51 -msgid "Error could not resolve the host." -msgstr "Error could not resolve the host." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:62 -msgid "Database credentials not found" -msgstr "Database credentials not found" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:66 -msgid "Error connecting to the specified host" -msgstr "Error on connecting to the specified host" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:70 -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:81 -#: ../../enterprise/include/ajax/metaconsole.ajax.php:105 -msgid "Server connection failed" -msgstr "Server connection failed" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:85 -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:89 -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:100 -msgid "Last event replication" -msgstr "Last event replication" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:114 -msgid "Agent cache activated" -msgstr "Agent cache activated" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:118 -msgid "Agent cache failed" -msgstr "Agent cache failed" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Client" -msgstr "Client" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Trial" -msgstr "Trial" - -#: ../../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_alert_event.php:925 -msgid "Module alert" -msgstr "Module alert" - -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" -msgstr "Log collector" - -#: ../../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_groups.php:47 +msgid "Metaconsole" +msgstr "Metaconsole" #: ../../enterprise/include/functions_visual_map.php:179 #: ../../enterprise/include/functions_visual_map.php:232 @@ -18322,153 +16817,6 @@ msgstr "There was an error retrieving the visual map information" msgid "No services selected" msgstr "No services selected" -#: ../../enterprise/include/functions_reporting_csv.php:167 -#: ../../include/functions_reporting.php:1381 -msgid "Inventory Changes" -msgstr "Inventory Changes" - -#: ../../enterprise/include/functions_reporting_csv.php:191 -#: ../../include/functions_reports.php:550 -msgid "Prediction date" -msgstr "Prediction date" - -#: ../../enterprise/include/functions_reporting_csv.php:208 -#: ../../include/functions_reporting.php:3240 -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:292 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#: ../../include/functions_reporting.php:837 -#, php-format -msgid "Top %d" -msgstr "Top %d" - -#: ../../enterprise/include/functions_reporting_csv.php:318 -#: ../../include/functions_reporting.php:2032 -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:5492 -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:576 -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_reporting.php:3486 -#: ../../include/functions_reports.php:532 -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_reporting.php:3489 -#: ../../include/functions_reports.php:530 -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_reporting.php:3492 -#: ../../include/functions_reports.php:528 -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_reporting.php:3495 -#: ../../include/functions_reports.php:526 -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_reporting.php:3483 -#: ../../include/functions_reporting.php:4249 -#: ../../include/functions_reports.php:567 -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:3480 -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:2983 -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:903 -#: ../../include/functions.php:215 -msgid "." -msgstr "." - -#: ../../enterprise/include/functions_enterprise.php:298 -msgid "Tree view by tags" -msgstr "Tree view by tags" - #: ../../enterprise/include/functions_backup.php:135 msgid "No description" msgstr "No description" @@ -18562,168 +16910,413 @@ msgstr "Please run the import command using the following command" msgid "Into your destination database." msgstr "Into your destination database." -#: ../../enterprise/include/functions_services.php:23 -msgid "Service does not exist." -msgstr "Service does not exist." +#: ../../enterprise/include/functions_alert_event.php:925 +msgid "Module alert" +msgstr "Module alert" -#: ../../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_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_services.php:35 -msgid "Module store SLA service does not exist." -msgstr "Module for storing SLA service does not exist." +#: ../../enterprise/include/functions_netflow_pdf.php:56 +#: ../../enterprise/include/functions_reporting_pdf.php:2186 +msgid "Contents" +msgstr "Contents" -#: ../../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_netflow_pdf.php:157 +#: ../../enterprise/include/functions_reporting_pdf.php:2159 +#: ../../enterprise/include/functions_reporting_csv.php:874 +#: ../../enterprise/include/functions_reporting_csv.php:878 +msgid "Generated" +msgstr "Generated" -#: ../../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_metaconsole.php:789 +msgid "Group does not exist. Agent " +msgstr "Group does not exist. Agent " -#: ../../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_metaconsole.php:795 +msgid "Created group in destination DB" +msgstr "Created group in destination DB" -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "Alert warning service does not exist." +#: ../../enterprise/include/functions_metaconsole.php:799 +msgid "Error creating group. Agent " +msgstr "Error creating group. Agent " -#: ../../enterprise/include/functions_services.php:79 -msgid "Alert critical service does not exist." -msgstr "Alert for critical service does not exist." +#: ../../enterprise/include/functions_metaconsole.php:805 +msgid "Group already exists in destination DB" +msgstr "Group already exists in destination DB" -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "Alert for unknown service does not exist." +#: ../../enterprise/include/ajax/metaconsole.ajax.php:43 +msgid "Error accesing to API, auth error." +msgstr "Error accesing to API, auth error." -#: ../../enterprise/include/functions_services.php:328 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:47 +msgid "Error accesing to API." +msgstr "Error accesing to API." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:51 +msgid "Error could not resolve the host." +msgstr "Error could not resolve the host." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:62 +msgid "Database credentials not found" +msgstr "Database credentials not found" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:66 +msgid "Error connecting to the specified host" +msgstr "Error on connecting to the specified host" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:70 +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:81 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:105 +msgid "Server connection failed" +msgstr "Server connection failed" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:85 +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:89 +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:100 +msgid "Last event replication" +msgstr "Last event replication" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:114 +msgid "Agent cache activated" +msgstr "Agent cache activated" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:118 +msgid "Agent cache failed" +msgstr "Agent cache failed" + +#: ../../enterprise/include/ajax/dashboard.ajax.php:292 +msgid "Only one service map widget is supported at this moment" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:37 +#: ../../enterprise/include/functions_setup.php:68 +msgid "Log collector" +msgstr "Log collector" + +#: ../../enterprise/include/functions_collection.php:42 #, php-format -msgid "Module automatic create for the service %s" -msgstr "Automatic module creation for the service %s" +msgid "Fail create the directory: %s" +msgstr "Failure in creating the directory: %s" -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "Critical (Alert)" +#: ../../enterprise/include/functions_collection.php:69 +msgid "No files in collection" +msgstr "No files in collection" -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "Unknown" +#: ../../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:1391 -msgid "There are no service elements defined" -msgstr "There are no service elements defined." +#: ../../enterprise/include/functions_reporting.php:41 +msgid "Advance options" +msgstr "Advanced options" -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "Weight Critical" +#: ../../enterprise/include/functions_reporting.php:59 +msgid "Templates list" +msgstr "Templates list" -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "Weight Warning" +#: ../../enterprise/include/functions_reporting.php:85 +msgid "Templates Wizard" +msgstr "Templates Wizard" -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "Weight Unknown" +#: ../../enterprise/include/functions_reporting.php:601 +#: ../../enterprise/include/functions_reporting_csv.php:123 +#: ../../include/functions_reports.php:592 +#: ../../include/functions_reporting.php:3740 +msgid "Availability" +msgstr "Availability" -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "Weight Ok" +#: ../../enterprise/include/functions_reporting.php:602 +msgid "Availability item created from wizard." +msgstr "Availability item created from wizard." -#: ../../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_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_services.php:1578 -#: ../../operation/search_modules.php:207 -#: ../../operation/agentes/status_monitor.php:1328 -#: ../../operation/agentes/status_monitor.php:1334 -#: ../../include/functions_ui.php:3656 -msgid "Snapshot view" -msgstr "Command Snapshot view" +#: ../../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_services.php:1702 -msgid "Delete service element" -msgstr "Delete service element" +#: ../../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:2043 +#: ../../include/functions_graph.php:2090 +msgid "Out of limits" +msgstr "Out of limits" -#: ../../enterprise/include/functions_services.php:1756 -msgid "FAIL" -msgstr "FAIL" +#: ../../enterprise/include/functions_reporting.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1747 +msgid "January" +msgstr "January" -#: ../../enterprise/include/functions_login.php:22 -msgid "You must change password" -msgstr "You have to change the password" +#: ../../enterprise/include/functions_reporting.php:1187 +#: ../../enterprise/include/functions_reporting_pdf.php:1750 +msgid "February" +msgstr "February" -#: ../../enterprise/include/functions_login.php:47 -msgid "OLD PASS: " -msgstr "OLD PASS: " +#: ../../enterprise/include/functions_reporting.php:1190 +#: ../../enterprise/include/functions_reporting_pdf.php:1753 +msgid "March" +msgstr "March" -#: ../../enterprise/include/functions_login.php:49 -msgid "NEW PASS: " -msgstr "NEW PASS: " +#: ../../enterprise/include/functions_reporting.php:1193 +#: ../../enterprise/include/functions_reporting_pdf.php:1756 +msgid "April" +msgstr "April" -#: ../../enterprise/include/functions_login.php:51 -msgid "CONFIRM: " -msgstr "CONFIRM: " +#: ../../enterprise/include/functions_reporting.php:1196 +#: ../../enterprise/include/functions_reporting_pdf.php:1759 +msgid "May" +msgstr "May" -#: ../../enterprise/include/functions_login.php:58 -msgid "Change" -msgstr "Change" +#: ../../enterprise/include/functions_reporting.php:1199 +#: ../../enterprise/include/functions_reporting_pdf.php:1762 +msgid "June" +msgstr "June" -#: ../../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_reporting.php:1202 +#: ../../enterprise/include/functions_reporting_pdf.php:1765 +msgid "July" +msgstr "July" -#: ../../enterprise/include/functions_login.php:103 -msgid " minutes" -msgstr " minutes" +#: ../../enterprise/include/functions_reporting.php:1205 +#: ../../enterprise/include/functions_reporting_pdf.php:1768 +msgid "August" +msgstr "August" -#: ../../enterprise/include/functions_login.php:227 -msgid "Password must be different from the " -msgstr "Password must be different from the " +#: ../../enterprise/include/functions_reporting.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1771 +msgid "September" +msgstr "September" -#: ../../enterprise/include/functions_login.php:227 -msgid " previous changes." -msgstr " previous changes." +#: ../../enterprise/include/functions_reporting.php:1211 +#: ../../enterprise/include/functions_reporting_pdf.php:1774 +msgid "October" +msgstr "October" -#: ../../enterprise/include/functions_login.php:241 -msgid "Password must be different" -msgstr "Password must be different" +#: ../../enterprise/include/functions_reporting.php:1214 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 +msgid "November" +msgstr "November" -#: ../../enterprise/include/functions_login.php:251 -msgid "Password too short" -msgstr "Password too short" +#: ../../enterprise/include/functions_reporting.php:1217 +#: ../../enterprise/include/functions_reporting_pdf.php:1780 +msgid "December" +msgstr "December" -#: ../../enterprise/include/functions_login.php:262 -msgid "Password must contain numbers" -msgstr "Password has to contain numbers." +#: ../../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_login.php:274 -msgid "Password must contain symbols" -msgstr "Password has to contain symbols." +#: ../../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_login.php:294 -msgid "Invalid old password" -msgstr "Invalid old password" +#: ../../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_login.php:318 -msgid "User pass successfully updated" -msgstr "User pass successfully updated" +#: ../../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 +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../include/functions_config.php:513 +#: ../../include/functions_config.php:1500 +#: ../../include/functions_reporting_html.php:375 +#: ../../include/functions_reporting_html.php:402 +msgid "Fail" +msgstr "Fail" -#: ../../enterprise/include/functions_login.php:319 -msgid "Error updating user pass (no change?)" -msgstr "Error updating user pass (no change ?)" +#: ../../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_login.php:327 -msgid "Password confirm does not match" -msgstr "Password confirm does not match" +#: ../../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_login.php:335 -msgid "Password empty" -msgstr "Password empty" +#: ../../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:500 +msgid "There are no SLAs defined" +msgstr "There are no SLAs defined" + +#: ../../enterprise/include/functions_reporting.php:1557 +#: ../../include/functions_reporting.php:625 +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:3072 +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:3076 +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:3077 +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:8579 +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:8613 +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:8614 +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:8615 +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:3118 +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:3119 +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:4395 +#, php-format +msgid "Graph agents(%s) - %s" +msgstr "Graph agents(%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4356 +#, php-format +msgid "Graph agent(%s) - %s" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:4768 +#: ../../enterprise/include/functions_reporting.php:4818 +msgid "Template editor" +msgstr "Template editor" + +#: ../../enterprise/include/functions_reporting.php:4832 +msgid "Get PDF file" +msgstr "Get PDF file" + +#: ../../enterprise/include/functions_log.php:332 +msgid "Lines" +msgstr "Lines" #: ../../enterprise/include/functions_networkmap_enterprise.php:605 #, php-format @@ -18877,1917 +17470,1720 @@ msgstr "Add Fictional Node" msgid "Add fictional point" msgstr "Add fictional point" -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "Metaconsole" +#: ../../enterprise/include/functions_inventory.php:54 +#: ../../enterprise/include/functions_inventory.php:493 +msgid "No changes found" +msgstr "No changes found." -#: ../../enterprise/include/functions_local_components.php:142 -msgid "Empty configuration" -msgstr "Empty configuration" +#: ../../enterprise/include/functions_inventory.php:80 +msgid "Get CSV file" +msgstr "Get CSV file" -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "Empty OS" +#: ../../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_local_components.php:276 -#: ../../include/functions_network_components.php:503 -#: ../../include/functions_alerts.php:951 -msgid "Copy of" -msgstr "Copy of" +#: ../../enterprise/include/functions_inventory.php:516 +#: ../../enterprise/include/functions_inventory.php:581 +#: ../../enterprise/include/functions_reporting_pdf.php:482 +#: ../../include/functions_filemanager.php:385 +#: ../../include/functions_reporting_html.php:750 +msgid "Deleted" +msgstr "Deleted" -#: ../../extensions/agents_modules.php:59 -#: ../../extensions/agents_alerts.php:58 -#: ../../operation/agentes/tactical.php:50 -#: ../../operation/agentes/group_view.php:65 -msgid "Updated at realtime" -msgstr "Updated in real time" +#: ../../enterprise/include/functions_license.php:49 +msgid "Client" +msgstr "Client" -#: ../../extensions/agents_modules.php:89 -#: ../../extensions/agents_alerts.php:81 -#: ../../operation/gis_maps/render_view.php:135 -#: ../../include/functions.php:2574 -msgid "1 minute" -msgstr "1 minute" +#: ../../enterprise/include/functions_license.php:49 +msgid "Trial" +msgstr "Trial" -#: ../../extensions/agents_modules.php:90 -#: ../../extensions/agents_alerts.php:82 -#: ../../operation/gis_maps/render_view.php:136 -#: ../../include/functions.php:2575 -msgid "2 minutes" -msgstr "2 minutes" +#: ../../enterprise/include/functions_enterprise.php:298 +msgid "Tree view by tags" +msgstr "Tree view by tags" -#: ../../extensions/agents_modules.php:91 -#: ../../extensions/agents_alerts.php:83 -#: ../../operation/gis_maps/render_view.php:137 -#: ../../include/functions.php:2576 ../../include/ajax/module.php:116 -msgid "5 minutes" -msgstr "5 minutes" - -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:138 -msgid "10 minutes" -msgstr "10 minutes" - -#: ../../extensions/agents_modules.php:119 -#: ../../include/graphs/functions_pchart.php:1137 -#: ../../include/functions_reports.php:581 -msgid "Agents/Modules" -msgstr "Agents/Modules" - -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1565 -msgid "There are no agents with modules" -msgstr "There are no agents with modules" - -#: ../../extensions/agents_modules.php:211 -msgid "Previous modules" -msgstr "Previous modules" - -#: ../../extensions/agents_modules.php:249 -msgid "More modules" -msgstr "More modules" - -#: ../../extensions/agents_modules.php:359 -#: ../../include/functions_reporting_html.php:948 -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:949 -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:950 -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:951 -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:952 -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/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 +#: ../../enterprise/include/functions_enterprise.php:321 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 " +"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 "" -"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/modules/manage_network_components_form_plugin.php:22 -#: ../../godmode/agentes/module_manager_editor_plugin.php:50 -#: ../../godmode/massive/massive_edit_plugins.php:287 -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/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:168 -msgid "Combined table of agent group and module group" -msgstr "Agent group and module group combined table" - -#: ../../extensions/module_groups.php:171 +#: ../../enterprise/include/functions_enterprise.php:323 msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" +"Problems with event days purge and event days that pass data to history DB." msgstr "" -"This table shows module groups in the columns, and agent groups in the rows. " -"Cells show all modules." -#: ../../extensions/module_groups.php:297 +#: ../../enterprise/include/functions_enterprise.php:331 msgid "" -"Orange cell when the module group and agent have at least one alarm fired." +"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 "" -"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" +#: ../../enterprise/include/functions_enterprise.php:333 +msgid "Problems with days purge and days that pass data to history DB" 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." - -#: ../../extensions/dbmanager.php:107 -msgid "Database interface" -msgstr "Database interface" - -#: ../../extensions/dbmanager.php:122 -msgid "Execute SQL" -msgstr "Run SQL query" - -#: ../../extensions/dbmanager.php:166 -msgid "DB interface" -msgstr "DB interface" - -#: ../../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:120 -msgid "" -"You can set the command path in the menu Administration -> Extensions -" -"> Config Network Tools" -msgstr "" -"You can set the command path from the menu Administration -> Extensions -" -"> Config Network Tools" - -#: ../../extensions/net_tools.php:123 -msgid "Traceroute" -msgstr "Traceroute" - -#: ../../extensions/net_tools.php:124 -msgid "Ping host & Latency" -msgstr "Ping host and retrieve latency values" - -#: ../../extensions/net_tools.php:125 -msgid "SNMP Interface status" -msgstr "SNMP Interface status" - -#: ../../extensions/net_tools.php:126 -msgid "Basic TCP Port Scan" -msgstr "Basic TCP Port Scan" - -#: ../../extensions/net_tools.php:127 -msgid "DiG/Whois Lookup" -msgstr "Look up DiG/Whois" - -#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 -#: ../../operation/agentes/estado_generalagente.php:148 -msgid "IP address" -msgstr "IP address" - -#: ../../extensions/net_tools.php:148 -#: ../../operation/agentes/networkmap_list.php:266 -#: ../../include/functions_events.php:1794 -msgid "Execute" -msgstr "Execute" - -#: ../../extensions/net_tools.php:162 -msgid "Traceroute executable does not exist." -msgstr "Traceroute executable does not exist." - -#: ../../extensions/net_tools.php:165 -msgid "Traceroute to " -msgstr "Traceroute to " - -#: ../../extensions/net_tools.php:174 -msgid "Ping executable does not exist." -msgstr "Ping executable does not exist." - -#: ../../extensions/net_tools.php:177 +#: ../../enterprise/include/functions_reporting_pdf.php:601 +#: ../../include/functions_reporting_html.php:898 #, php-format -msgid "Ping to %s" -msgstr "Ping %s" +msgid "%s in %s : NORMAL" +msgstr "%s in %s : NORMAL" -#: ../../extensions/net_tools.php:186 -msgid "Nmap executable does not exist." -msgstr "Nmap executable does not exist." - -#: ../../extensions/net_tools.php:189 -msgid "Basic TCP Scan on " -msgstr "Perform basic TCP Scan on " - -#: ../../extensions/net_tools.php:196 -msgid "Domain and IP information for " -msgstr "Domain and IP information on " - -#: ../../extensions/net_tools.php:200 -msgid "Dig executable does not exist." -msgstr "Dig executable does not exist." - -#: ../../extensions/net_tools.php:210 -msgid "Whois executable does not exist." -msgstr "Whois executable does not exist." - -#: ../../extensions/net_tools.php:219 -msgid "SNMP information for " -msgstr "SNMP information on " - -#: ../../extensions/net_tools.php:223 -msgid "SNMPget executable does not exist." -msgstr "SNMPget executable does not exist." - -#: ../../extensions/net_tools.php:226 -msgid "Uptime" -msgstr "Uptime" - -#: ../../extensions/net_tools.php:230 -msgid "Device info" -msgstr "Device info" - -#: ../../extensions/net_tools.php:238 -msgid "Interface" -msgstr "Interface" - -#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:342 -msgid "Config Network Tools" -msgstr "Config Network Tools" - -#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 -msgid "Set the paths." -msgstr "Set paths" - -#: ../../extensions/net_tools.php:309 -msgid "Traceroute path" -msgstr "Traceroute path" - -#: ../../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:313 -msgid "Ping path" -msgstr "Ping path" - -#: ../../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:317 -msgid "Nmap path" -msgstr "Nmap path" - -#: ../../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:321 -msgid "Dig path" -msgstr "Dig path" - -#: ../../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:325 -msgid "Snmpget path" -msgstr "Snmpget path" - -#: ../../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/matrix_events.php:29 -msgid "Matrix events" -msgstr "Matrix Events" - -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:123 -msgid "Users connected" -msgstr "Connected users" - -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "No other users connected" - -#: ../../extensions/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1651 -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 +#: ../../enterprise/include/functions_reporting_pdf.php:609 +#: ../../include/functions_reporting_html.php:906 #, 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." +msgid "%s in %s : CRITICAL" +msgstr "%s in %s : CRITICAL" -#: ../../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/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:581 -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:89 -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -msgid "Public link" -msgstr "Public link" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "No items" - -#: ../../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_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/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:127 -msgid "Action (get or set)" -msgstr "Action (get or set)" - -#: ../../extensions/api_checker.php:137 -#: ../../operation/incidents/incident.php:335 -#: ../../operation/integria_incidents/incident.list.php:93 -#: ../../operation/events/events.build_table.php:133 -#: ../../godmode/setup/os.list.php:33 ../../godmode/modules/module_list.php:58 -#: ../../godmode/alerts/alert_commands.php:331 -#: ../../godmode/agentes/agent_manager.php:162 -#: ../../godmode/agentes/module_manager_editor_common.php:145 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/groups/group_list.php:334 -#: ../../include/functions_events.php:3281 -msgid "ID" -msgstr "ID" - -#: ../../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: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:1125 -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/resource_registration.php:40 +#: ../../enterprise/include/functions_reporting_pdf.php:617 +#: ../../include/functions_reporting_html.php:914 #, php-format -msgid "Success add '%s' item in report '%s'." -msgstr "Successfully added '%s' item into '%s' report" +msgid "%s in %s : WARNING" +msgstr "%s in %s : WARNING" -#: ../../extensions/resource_registration.php:41 +#: ../../enterprise/include/functions_reporting_pdf.php:625 +#: ../../include/functions_reporting_html.php:922 #, php-format -msgid "Error create '%s' item in report '%s'." -msgstr "Error creating item '%s' on report '%s'" +msgid "%s in %s : UNKNOWN" +msgstr "%s in %s : UNKNOWN" -#: ../../extensions/resource_registration.php:68 +#: ../../enterprise/include/functions_reporting_pdf.php:633 +#: ../../include/functions_reporting_html.php:930 #, 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: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: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/files_repo.php:91 -msgid "Extension not installed" -msgstr "Extension not installed." - -#: ../../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:2182 -#: ../../include/functions.php:2185 -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" -msgstr "DB Status" - -#: ../../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 "" -"This extension checks if the DB is correct, since sometimes migrations cause " -"the old DB to not include some fields in their tables, or suffer changes in " -"their data scheme." - -#: ../../extensions/db_status.php:58 -msgid "At the moment the checks is for MySQL/MariaDB." -msgstr "This check only works for MySQL-type databases" - -#: ../../extensions/db_status.php:63 -msgid "DB settings" -msgstr "DB settings" - -#: ../../extensions/db_status.php:67 -msgid "DB User with privileges" -msgstr "DB User with privileges" - -#: ../../extensions/db_status.php:69 -msgid "DB Password for this user" -msgstr "DB Password for this user" - -#: ../../extensions/db_status.php:73 -msgid "DB Hostname" -msgstr "DB Hostname" - -#: ../../extensions/db_status.php:75 -msgid "DB Name (temporal for testing)" -msgstr "DB Name (testing purposes only; temporary)" - -#: ../../extensions/db_status.php:83 -msgid "Execute Test" -msgstr "Run Test" - -#: ../../extensions/db_status.php:110 -msgid "Unsuccessful connected to the DB" -msgstr "Connection to the DB was unsuccessful" - -#: ../../extensions/db_status.php:117 -msgid "Unsuccessful created the testing DB" -msgstr "Unable to create DB test" - -#: ../../extensions/db_status.php:128 -msgid "Unsuccessful installed tables into the testing DB" -msgstr "Tables not installed correctly on the DB test." - -#: ../../extensions/db_status.php:139 -msgid "Unsuccessful installed enterprise tables into the testing DB" -msgstr "Enterprise tables could not be installed into the testing DB" - -#: ../../extensions/db_status.php:190 -msgid "Successful the DB Pandora has all tables" -msgstr "Success! Pandora DB contains all tables" - -#: ../../extensions/db_status.php:191 -#, php-format -msgid "" -"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" -msgstr "Pandora DB couldn't retrieve all tables. The (%s) of lost tables is" - -#: ../../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 "You can make this SQL query in order to fix it." - -#: ../../extensions/db_status.php:255 -#, php-format -msgid "Unsuccessful the table %s has not the field %s" -msgstr "Unsuccessful: the table %s doesn't have the field %s" - -#: ../../extensions/db_status.php:275 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted the type with %s." -msgstr "Unsuccessful: the field %s for table %s must be set with type %s" - -#: ../../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 "Unsuccessful: field %s in table %s must have its %s null values set" - -#: ../../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 "" -"Unsuccesful: field %s in table %s must have its key set as is defined in the " -"SQL file" - -#: ../../extensions/db_status.php:311 -msgid "Please check the SQL file for to know the kind of key needed." -msgstr "Please check the SQL file in order to know the kind of key needed." - -#: ../../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 "" -"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" - -#: ../../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 "" -"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." -msgstr "" -"Please check the SQL file in order to know the kind of extra configuration " -"needed." - -#: ../../extensions/db_status.php:336 -msgid "Successful all the tables have the correct fields" -msgstr "Successful: all tables have the correct fields" - -#: ../../extensions/ssh_gateway.php:52 -msgid "You need to specify a user and a host address" -msgstr "You must specify a username and a host address" - -#: ../../extensions/ssh_gateway.php:57 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 -msgid "Host address" -msgstr "Host address" - -#: ../../extensions/ssh_gateway.php:59 -#, php-format -msgid "For security reasons the following characters are not allowed: %s" -msgstr "For security reasons, the following characters are not allowed : %s" - -#: ../../extensions/ssh_gateway.php:60 -msgid "Connect" -msgstr "Connect" - -#: ../../extensions/ssh_gateway.php:63 -msgid "Port (use 0 for default)" -msgstr "Port (use 0 as default)" - -#: ../../extensions/ssh_gateway.php:65 -msgid "Connect mode" -msgstr "Connect mode" - -#: ../../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:414 ../../extensions/system_info.php:807 -msgid "System Info" -msgstr "System Info" - -#: ../../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 "" -"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/system_info.php:427 ../../extensions/system_info.php:430 -#: ../../extensions/system_info.php:503 -msgid "Pandora Diagnostic info" -msgstr "Pandora Diagnostics info" - -#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 -#: ../../extensions/system_info.php:509 -msgid "System info" -msgstr "System info" - -#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 -#: ../../extensions/system_info.php:513 -msgid "Log Info" -msgstr "Log info" - -#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 -msgid "Number lines of log" -msgstr "Number of log lines" - -#: ../../extensions/system_info.php:494 -msgid "Generate file" -msgstr "Generate file" - -#: ../../extensions/system_info.php:547 -msgid "At least one option must be selected" -msgstr "At least one option must be selected" - -#: ../../extensions/agents_alerts.php:108 -msgid "Agents/Alerts" -msgstr "Agents / Alerts" - -#: ../../extensions/agents_alerts.php:155 -msgid "There are no agents with alerts" -msgstr "There are no agents with alerts." - -#: ../../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/agents_alerts.php:183 -msgid "Previous templates" -msgstr "Previous templates" - -#: ../../extensions/agents_alerts.php:221 -msgid "More templates" -msgstr "More templates" - -#: ../../extensions/agents_alerts.php:346 -msgid "Agents/Alerts view" -msgstr "Agent/Alert view" - -#: ../../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/realtime_graphs.php:29 -#: ../../extensions/realtime_graphs.php:136 -msgid "Realtime graphs" -msgstr "Real-time graphs" - -#: ../../extensions/realtime_graphs.php:61 -msgid "Pandora Server CPU" -msgstr "Pandora Server CPU" - -#: ../../extensions/realtime_graphs.php:62 -msgid "Pandora Server Pending packets" -msgstr "Pending packages from Pandora Server" - -#: ../../extensions/realtime_graphs.php:63 -msgid "Pandora Server Disk IO Wait" -msgstr "Pandora Server Disk IO Wait" - -#: ../../extensions/realtime_graphs.php:64 -msgid "Pandora Server Apache load" -msgstr "Pandora Server Apache load" - -#: ../../extensions/realtime_graphs.php:65 -msgid "Pandora Server MySQL load" -msgstr "Pandora Server MySQL load" - -#: ../../extensions/realtime_graphs.php:66 -msgid "Pandora Server load" -msgstr "Pandora Server load" - -#: ../../extensions/realtime_graphs.php:67 -msgid "SNMP Interface throughput" -msgstr "SNMP Interface throughput" - -#: ../../extensions/realtime_graphs.php:79 -msgid "Refresh interval" -msgstr "Refresh interval" - -#: ../../extensions/realtime_graphs.php:80 -msgid "Incremental" -msgstr "Incremental" - -#: ../../extensions/realtime_graphs.php:81 -msgid "Clear graph" -msgstr "Clear graph" - -#: ../../extensions/realtime_graphs.php:94 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 -#: ../../godmode/agentes/module_manager_editor_network.php:67 -#: ../../godmode/agentes/module_manager_editor_wmi.php:45 -#: ../../godmode/massive/massive_edit_modules.php:460 -#: ../../include/functions_snmp_browser.php:506 -msgid "Target IP" -msgstr "Target IP" - -#: ../../extensions/realtime_graphs.php:97 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 -#: ../../include/functions_snmp_browser.php:508 -msgid "Community" -msgstr "Community" - -#: ../../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 "Use this OID" - -#: ../../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/resource_exportation.php:53 -#: ../../extensions/resource_exportation.php:334 -msgid "Resource exportation" -msgstr "Resource exporting" - -#: ../../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 "" -"This extension makes exporting resource templates easier. You can export " -"resource templates in Pandora FMS 3.x format (.ptr) " - -#: ../../extensions/insert_data.php:54 -msgid "Insert data" -msgstr "Insert data" - -#: ../../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/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/insert_data.php:126 -#, php-format -msgid "Save agent (%s), module (%s) data xml." -msgstr "(%s) Agent saved, module (%s) xml data" - -#: ../../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/insert_data.php:241 -msgid "Insert Data" -msgstr "Insert Data" - -#: ../../extras/pandora_diag.php:90 -msgid "Pandora FMS Diagnostic tool" -msgstr "Pandora FMS Diagnostic tool" - -#: ../../extras/pandora_diag.php:93 -msgid "Item" -msgstr "Item" - -#: ../../extras/pandora_diag.php:94 -msgid "Data value" -msgstr "Data value" - -#: ../../mobile/operation/modules.php:174 ../../mobile/operation/groups.php:54 -#: ../../mobile/operation/tactical.php:72 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/visualmaps.php:84 -#: ../../mobile/operation/agents.php:146 ../../mobile/operation/agent.php:67 -#: ../../mobile/operation/events.php:431 -#: ../../mobile/operation/module_graph.php:270 ../../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 "" -"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/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/networkmaps.php:150 -#: ../../mobile/operation/agents.php:201 ../../mobile/operation/events.php:659 -msgid "Apply Filter" -msgstr "Apply Filter" - -#: ../../mobile/operation/modules.php:461 -#: ../../operation/search_modules.php:109 -#: ../../operation/agentes/status_monitor.php:1136 -#: ../../include/functions_modules.php:1845 -msgid "NOT INIT" -msgstr "Non- initialized" - -#: ../../mobile/operation/modules.php:500 -msgid "Interval." -msgstr "Interval" - -#: ../../mobile/operation/modules.php:506 -msgid "Last update." -msgstr "Last update" - -#: ../../mobile/operation/modules.php:591 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" -msgstr "No modules" - -#: ../../mobile/operation/modules.php:710 -#: ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/networkmaps.php:216 -#: ../../mobile/operation/agents.php:462 -#: ../../mobile/operation/events.php:1070 -msgid "(Default)" -msgstr "(Default)" - -#: ../../mobile/operation/modules.php:717 -#: ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/networkmaps.php:222 -#: ../../mobile/operation/agents.php:468 -#: ../../mobile/operation/events.php:1096 -#, php-format -msgid "Group: %s" -msgstr "Group : %s" - -#: ../../mobile/operation/modules.php:725 -#, php-format -msgid "Module group: %s" -msgstr "Module group : %s" - -#: ../../mobile/operation/modules.php:729 -#: ../../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:733 -#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:476 -#, php-format -msgid "Free Search: %s" -msgstr "Free Search : %s" - -#: ../../mobile/operation/modules.php:738 -#, php-format -msgid "Tag: %s" -msgstr "Tag: %s" - -#: ../../mobile/operation/groups.php:129 -#: ../../include/functions_reporting_html.php:2688 -msgid "Agents not init" -msgstr "Uninitialized agents" - -#: ../../mobile/operation/groups.php:133 -#: ../../include/functions_reporting_html.php:2670 -msgid "Agents critical" -msgstr "Agents in critical status" - -#: ../../mobile/operation/groups.php:137 -#: ../../include/functions_reporting_html.php:2682 -#: ../../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 -msgid "Agents unknown" -msgstr "Unknown agents" - -#: ../../mobile/operation/tactical.php:193 -msgid "Last activity" -msgstr "Last activity" - -#: ../../mobile/operation/networkmap.php:164 -#: ../../mobile/operation/networkmaps.php:202 -msgid "No networkmaps" -msgstr "No network maps" - -#: ../../mobile/operation/home.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -#: ../../include/functions_visual_map_editor.php:231 -#: ../../include/functions_visual_map.php:2306 -msgid "Module graph" -msgstr "Module graph" - -#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 -msgid "Home" -msgstr "Home" - -#: ../../mobile/operation/home.php:135 ../../operation/search_results.php:63 -msgid "Global search" -msgstr "Global search" - -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -msgstr "All (Enabled)" - -#: ../../mobile/operation/alerts.php:39 -#: ../../operation/agentes/alerts_status.functions.php:75 +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:1103 +msgid "Defined" +msgstr "Defined" + +#: ../../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 #: ../../operation/snmpconsole/snmp_view.php:164 -#: ../../operation/snmpconsole/snmp_view.php:834 -msgid "Not fired" -msgstr "Not triggered" +#: ../../operation/snmpconsole/snmp_view.php:831 +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../mobile/operation/alerts.php:38 +#: ../../include/functions_reporting_html.php:1105 +#: ../../include/functions_reporting_html.php:1379 +#: ../../include/functions_reporting_html.php:1417 +#: ../../include/functions_reporting_html.php:1453 +msgid "Fired" +msgstr "Triggered" -#: ../../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" - -#: ../../mobile/operation/alerts.php:162 +#: ../../enterprise/include/functions_reporting_pdf.php:718 +#: ../../include/functions_reporting_html.php:1118 #, 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/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:229 -#: ../../mobile/operation/events.php:1108 -#, php-format -msgid "Type: %s" -msgstr "Type: %s" - -#: ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -msgstr "Visual consoles" - -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "No maps defined" - -#: ../../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/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:125 -#: ../../operation/agentes/estado_generalagente.php:83 -#: ../../operation/agentes/estado_agente.php:547 -#: ../../godmode/agentes/agent_manager.php:390 -#: ../../godmode/agentes/module_manager_editor_common.php:528 -#: ../../godmode/agentes/modificar_agente.php:498 -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:427 -#: ../../godmode/agentes/module_manager.php:589 -#: ../../godmode/massive/massive_edit_agents.php:397 -#: ../../godmode/massive/massive_edit_modules.php:570 -#: ../../include/class/Tree.class.php:1784 ../../include/ajax/module.php:822 -msgid "Quiet" -msgstr "Quiet" - -#: ../../mobile/operation/agent.php:180 -msgid "Modules by status" -msgstr "Modules by status" - -#: ../../mobile/operation/agent.php:188 -#: ../../operation/agentes/estado_generalagente.php:599 -#: ../../include/functions_treeview.php:567 -msgid "Events (24h)" -msgstr "Events (24h)" - -#: ../../mobile/operation/agent.php:236 -#, php-format -msgid "Last %s Events" -msgstr "Last %s events" - -#: ../../mobile/operation/events.php:108 -#: ../../operation/events/events.build_table.php:155 -#: ../../include/functions_events.php:3300 -msgid "Event Name" -msgstr "Event Name" - -#: ../../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:469 -#: ../../operation/events/events.build_table.php:149 -#: ../../include/functions_events.php:2331 -#: ../../include/functions_events.php:3295 -msgid "Event ID" -msgstr "Event ID" - -#: ../../mobile/operation/events.php:485 -#: ../../operation/events/events_list.php:569 -#: ../../godmode/events/event_edit_filter.php:290 -#: ../../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/agentes/agent_wizard.snmp_explorer.php:970 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1034 -#: ../../include/functions_events.php:2370 -msgid "Repeated" -msgstr "Duplicate" - -#: ../../mobile/operation/events.php:497 -#: ../../include/functions_events.php:2419 -msgid "Acknowledged by" -msgstr "Acknowledged by" - -#: ../../mobile/operation/events.php:506 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -#: ../../include/functions_visual_map_editor.php:573 -msgid "Module Graph" -msgstr "Module Graph" - -#: ../../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:790 -#: ../../operation/events/events.build_table.php:118 -#: ../../operation/events/events.build_table.php:773 -#: ../../include/functions_reporting.php:1200 -#: ../../include/functions_reporting.php:1362 -#: ../../include/functions_events.php:851 -#: ../../include/functions_events.php:855 -#: ../../include/functions_reporting_html.php:3034 -msgid "No events" -msgstr "No events" - -#: ../../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/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 "Options for %s : %s" - -#: ../../mobile/operation/module_graph.php:396 -msgid "Show Alerts" -msgstr "Show Alerts" - -#: ../../mobile/operation/module_graph.php:404 -msgid "Show Events" -msgstr "Show Events" - -#: ../../mobile/operation/module_graph.php:412 -#: ../../operation/agentes/stat_win.php:376 -msgid "Time compare (Separated)" -msgstr "Time comparison (separated)" - -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:382 -msgid "Show unknown graph" -msgstr "Show unknown graph" - -#: ../../mobile/operation/module_graph.php:436 -msgid "Avg Only" -msgstr "Avg Only" - -#: ../../mobile/operation/module_graph.php:441 -msgid "Time range (hours)" -msgstr "Time range (hours)" - -#: ../../mobile/operation/module_graph.php:454 -#: ../../operation/agentes/stat_win.php:301 -#: ../../operation/agentes/interface_traffic_graph_win.php:225 -#: ../../operation/agentes/exportdata.php:301 -#: ../../operation/agentes/graphs.php:132 -msgid "Begin date" -msgstr "Begin date" - -#: ../../mobile/operation/module_graph.php:461 -msgid "Update graph" -msgstr "Update graph" - -#: ../../mobile/operation/module_graph.php:470 -msgid "Error get the graph" -msgstr "Error retrieving the graph" - -#: ../../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" - -#: ../../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." - -#: ../../operation/search_users.php:26 ../../operation/search_reports.php:29 -#: ../../operation/search_modules.php:26 ../../operation/search_graphs.php:24 -#: ../../operation/search_alerts.php:27 ../../operation/search_maps.php:22 -#: ../../operation/search_agents.php:33 -msgid "Zero results found" -msgstr "Zero results found" - -#: ../../operation/search_users.php:38 -#: ../../operation/snmpconsole/snmp_view.php:527 -#: ../../operation/users/user_edit.php:205 -#: ../../godmode/users/configure_user.php:438 -#: ../../godmode/users/user_list.php:266 -#: ../../include/functions_reporting_html.php:2082 -msgid "User ID" -msgstr "User ID" - -#: ../../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/incidents/incident.php:33 -#: ../../operation/integria_incidents/incident.php:75 -msgid "Incident management" -msgstr "Incident management" - -#: ../../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:146 -#: ../../operation/integria_incidents/incident.php:125 -msgid "Incident created" -msgstr "Incident created" - -#: ../../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: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:337 -#: ../../operation/incidents/incident_detail.php:244 -#: ../../operation/integria_incidents/incident.list.php:94 -#: ../../operation/agentes/ver_agente.php:1099 -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:306 -msgid "Incident" -msgstr "Incident" - -#: ../../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:33 -#: ../../operation/integria_incidents/incident_statistics.php:56 -msgid "Incidents by status" -msgstr "Incidents by status" - -#: ../../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: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:173 -#: ../../operation/integria_incidents/incident.php:155 -msgid "File uploaded" -msgstr "File uploaded" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "The file could not be uploaded." - -#: ../../operation/incidents/incident_detail.php:233 -#: ../../operation/integria_incidents/incident.php:58 -msgid "Incident details" -msgstr "Incident details" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "Opened at" - -#: ../../operation/incidents/incident_detail.php:261 -#: ../../operation/servers/recon_view.php:107 -msgid "Updated at" -msgstr "Updated at" - -#: ../../operation/incidents/incident_detail.php:327 -#: ../../operation/integria_incidents/incident.incident.php:84 -#: ../../operation/integria_incidents/incident.list.php:100 -msgid "Creator" -msgstr "Creator" - -#: ../../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:419 -#: ../../operation/agentes/estado_generalagente.php:393 -#: ../../godmode/setup/news.php:222 -msgid "Author" -msgstr "Author" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "Notes attached to the incident" - -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:509 -#: ../../operation/integria_incidents/incident.files.php:42 -msgid "Filename" -msgstr "Filename" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "Attached files" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:506 -msgid "Add attachment" -msgstr "Add attachment" - -#: ../../operation/integria_incidents/incident.php:47 -msgid "New Incident" -msgstr "New Incident" - -#: ../../operation/integria_incidents/incident.php:62 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Workunits" -msgstr "Workunits" - -#: ../../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." +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:1030 +#: ../../include/functions_reporting_html.php:1939 +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:1031 +#: ../../include/functions_reporting_html.php:1800 +#: ../../include/functions_reporting_html.php:1940 +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:1032 +#: ../../include/functions_reporting_html.php:1799 +#: ../../include/functions_reporting_html.php:1942 +msgid "Max Value" +msgstr "Max Value" + +#: ../../enterprise/include/functions_reporting_pdf.php:1204 +#: ../../enterprise/include/functions_reporting_pdf.php:1352 +#: ../../enterprise/include/functions_reporting_pdf.php:1487 +#: ../../operation/events/events.build_table.php:297 +#: ../../mobile/operation/events.php:247 +#: ../../include/functions_reporting_html.php:550 +#: ../../include/functions_reporting_html.php:683 +#: ../../include/functions_reporting_html.php:1164 +#: ../../include/ajax/events.php:447 +#: ../../include/functions_reporting.php:4818 +#: ../../include/functions_reporting.php:4932 +#: ../../include/functions_reporting.php:5061 +#: ../../include/functions_events.php:915 +#: ../../include/functions_events.php:2407 +#: ../../include/functions_events.php:3434 +msgid "New event" +msgstr "New event" + +#: ../../enterprise/include/functions_reporting_pdf.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1356 +#: ../../enterprise/include/functions_reporting_pdf.php:1491 +#: ../../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 +#: ../../operation/events/events.build_table.php:301 +#: ../../mobile/operation/events.php:251 +#: ../../include/functions_reporting_html.php:554 +#: ../../include/functions_reporting_html.php:687 +#: ../../include/functions_reporting_html.php:1168 +#: ../../include/ajax/events.php:451 +#: ../../include/functions_reporting.php:4822 +#: ../../include/functions_reporting.php:4936 +#: ../../include/functions_reporting.php:5065 +#: ../../include/functions_events.php:919 +#: ../../include/functions_events.php:2411 +#: ../../include/functions_events.php:3438 +msgid "Event validated" +msgstr "Event validated" + +#: ../../enterprise/include/functions_reporting_pdf.php:1212 +#: ../../enterprise/include/functions_reporting_pdf.php:1360 +#: ../../enterprise/include/functions_reporting_pdf.php:1495 +#: ../../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 +#: ../../operation/events/events.build_table.php:305 +#: ../../mobile/operation/events.php:255 +#: ../../include/functions_reporting_html.php:558 +#: ../../include/functions_reporting_html.php:691 +#: ../../include/functions_reporting_html.php:1172 +#: ../../include/ajax/events.php:455 +#: ../../include/functions_reporting.php:4826 +#: ../../include/functions_reporting.php:4940 +#: ../../include/functions_reporting.php:5069 +#: ../../include/functions_events.php:923 +#: ../../include/functions_events.php:2415 +#: ../../include/functions_events.php:3442 +msgid "Event in process" +msgstr "Event in process" + +#: ../../enterprise/include/functions_reporting_pdf.php:1332 +#: ../../enterprise/include/functions_reporting_pdf.php:1467 +#: ../../include/functions_reporting_html.php:534 +#: ../../include/functions_reporting_html.php:1148 +#: ../../include/functions_reporting.php:4788 +msgid "Val. by" +msgstr "Value" + +#: ../../enterprise/include/functions_reporting_pdf.php:1384 +#: ../../include/functions_reporting_html.php:577 +#: ../../include/functions_reporting.php:4845 +#: ../../include/functions_events.php:2660 +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:1221 +#: ../../include/functions_reporting_html.php:2817 +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:1209 +msgid "Events validated by user" +msgstr "Events validated by user" + +#: ../../enterprise/include/functions_reporting_pdf.php:1572 +#: ../../operation/events/event_statistics.php:65 +#: ../../include/functions_reporting_html.php:1233 +msgid "Amount events validated" +msgstr "Amount of events validated" + +#: ../../enterprise/include/functions_reporting_pdf.php:1941 +#: ../../include/functions_reporting_html.php:1723 +msgid "# Checks" +msgstr "# of checks" + +#: ../../enterprise/include/functions_reporting_pdf.php:1942 +#: ../../include/functions_reporting_html.php:1724 +msgid "# Failed" +msgstr "# Failed" + +#: ../../enterprise/include/functions_reporting_pdf.php:1943 +#: ../../include/functions_reporting_html.php:1725 +msgid "% Fail" +msgstr "Fail %" + +#: ../../enterprise/include/functions_reporting_pdf.php:1944 +#: ../../include/functions_reporting_html.php:1726 +msgid "Time available" 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:128 -msgid "There was a problem creating incident" -msgstr "There was a problem creating the incident." +#: ../../enterprise/include/functions_reporting_pdf.php:1945 +#: ../../include/functions_reporting_html.php:1727 +msgid "Time unavailable" +msgstr "Time unavailable" -#: ../../operation/integria_incidents/incident.php:158 -msgid "There was a problem uploading file" -msgstr "There was a problem uploading the file" +#: ../../enterprise/include/functions_reporting_pdf.php:1946 +#: ../../include/functions_reporting_html.php:1728 +msgid "% Ok" +msgstr "% Ok" -#: ../../operation/integria_incidents/incident.php:164 -msgid "File is too big" -msgstr "The file is too big." +#: ../../enterprise/include/functions_reporting_pdf.php:2162 +msgid "Report date" +msgstr "Report date" -#: ../../operation/integria_incidents/incident.php:167 -msgid "File was partially uploaded. Please try again" -msgstr "The file was partially uploaded. Please try again." +#: ../../enterprise/include/functions_reporting_pdf.php:2167 +#: ../../operation/reporting/reporting_viewer.php:202 +msgid "Items period before" +msgstr "Items period before" -#: ../../operation/integria_incidents/incident.php:170 -#: ../../include/functions.php:2191 -msgid "No file was uploaded" -msgstr "No file was uploaded" +#: ../../enterprise/include/functions_reporting_pdf.php:2250 +#: ../../enterprise/include/functions_reporting_pdf.php:2288 +#: ../../godmode/agentes/planned_downtime.list.php:145 +#: ../../operation/agentes/gis_view.php:182 +msgid "To" +msgstr "To" -#: ../../operation/integria_incidents/incident.php:173 -msgid "Generic upload error" -msgstr "Generic upload error" +#: ../../enterprise/include/functions_reporting_pdf.php:2256 +#: ../../enterprise/include/functions_reporting_pdf.php:2294 +#: ../../operation/agentes/ver_agente.php:1157 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:2639 +#: ../../include/functions_treeview.php:256 +msgid "Last data" +msgstr "Last data" -#: ../../operation/integria_incidents/incident.php:192 -msgid "File deleted" -msgstr "File deleted" +#: ../../enterprise/include/functions_reporting_pdf.php:2312 +msgid "SO" +msgstr "SO" -#: ../../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" +#: ../../enterprise/include/functions_reporting_pdf.php:2353 +msgid "There are no modules." +msgstr "There are no modules." -#: ../../operation/integria_incidents/incident.php:210 -msgid "Incident deleted" -msgstr "Incident deleted" +#: ../../enterprise/include/functions_reporting_csv.php:167 +#: ../../include/functions_reporting.php:1381 +msgid "Inventory Changes" +msgstr "Inventory Changes" -#: ../../operation/integria_incidents/incident.php:213 -msgid "There was a problem deteling incident" -msgstr "There was a problem deleting the incident" +#: ../../enterprise/include/functions_reporting_csv.php:191 +#: ../../include/functions_reports.php:550 +msgid "Prediction date" +msgstr "Prediction date" -#: ../../operation/integria_incidents/incident.php:237 -msgid "Workunit added" -msgstr "Workunit added" +#: ../../enterprise/include/functions_reporting_csv.php:208 +#: ../../include/functions_reporting.php:3240 +msgid "Projection Graph" +msgstr "Projection Graph" -#: ../../operation/integria_incidents/incident.php:240 -msgid "There was a problem adding workunit" -msgstr "There was a problem adding the workunit" +#: ../../enterprise/include/functions_reporting_csv.php:238 +msgid "Serialized data " +msgstr "Serialized data " -#: ../../operation/integria_incidents/incident.php:339 +#: ../../enterprise/include/functions_reporting_csv.php:292 +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../include/functions_reporting.php:837 +#, php-format +msgid "Top %d" +msgstr "Top %d" + +#: ../../enterprise/include/functions_reporting_csv.php:318 +#: ../../include/functions_reporting.php:2032 +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:5492 +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:576 +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:532 +#: ../../include/functions_reporting.php:3486 +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:530 +#: ../../include/functions_reporting.php:3489 +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:528 +#: ../../include/functions_reporting.php:3492 +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:526 +#: ../../include/functions_reporting.php:3495 +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:567 +#: ../../include/functions_reporting.php:3483 +#: ../../include/functions_reporting.php:4249 +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:3480 +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:2983 +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:903 +#: ../../include/functions.php:215 +msgid "." +msgstr "." + +#: ../../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 "" -"There is a error in the message from your Integria or there is not " -"connection." +"License out of limits

" +"This license allows %d agents and you have %d agents configured." msgstr "" -"There is a error in the message from your Integria or there is no connection." +"Licence out of limits

" +"This licence allows %d agents and you have %d agents configured." -#: ../../operation/integria_incidents/incident.incident.php:93 -msgid "Assigned user" -msgstr "Assigned user" +#: ../../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." -#: ../../operation/integria_incidents/incident.incident.php:97 +#: ../../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." + +#: ../../general/links_menu.php:20 ../../godmode/menu.php:284 +#: ../../godmode/menu.php:394 +msgid "Links" +msgstr "Links" + +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "Access to this page is restricted" + +#: ../../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/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 +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 "" +"Pandora FMS' help wizard has been asked for a reference that currently " +"doesn't exist. There is no help content available for this topic." + +#: ../../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: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/login_required.php:64 +#: ../../general/login_identification_wizard.php:180 +msgid "Pandora FMS instance identification wizard" +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: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 +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/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/recon_view.php:21 +msgid "There are no recon task defined yet." +msgstr "There are no recon task defined yet." + +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" +msgstr "Create Recon Task" + +#: ../../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 "" +"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/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 +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/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/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/snmp_filters.php:21 +msgid "There are no SNMP filter defined yet." +msgstr "There are no SNMP filter defined yet." + +#: ../../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 +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 "" +"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. " + +#: ../../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/incidents.php:23 +msgid "There are no incidents defined yet." +msgstr "There are no incidents defined yet." + +#: ../../general/firts_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:393 +#: ../../godmode/agentes/configurar_agente.php:523 +#: ../../operation/integria_incidents/incident.php:43 +#: ../../operation/integria_incidents/incident.php:54 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/agentes/ver_agente.php:965 ../../operation/menu.php:353 +msgid "Incidents" +msgstr "Incidents" + +#: ../../general/firts_task/incidents.php:31 +#: ../../general/firts_task/incidents.php:40 +msgid "Create Incidents" +msgstr "Create Incidents" + +#: ../../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 "" +"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" + +#: ../../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/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/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: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/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/shortcut_bar.php:165 +msgid "Press here to activate shortcut bar" +msgstr "Press here to activate the shortcut bar" + +#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 +#: ../../include/functions_reporting_html.php:2779 +#: ../../include/functions_reporting_html.php:2796 +msgid "Critical events" +msgstr "Critical events" + +#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 +msgid "Incidents opened" +msgstr "Incidents opened" + +#: ../../general/shortcut_bar.php:217 +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "View reports" + +#: ../../general/shortcut_bar.php:222 +msgid "Create new message" +msgstr "Create new message" + +#: ../../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 +msgid "Login as admin" +msgstr "" + +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "Logged out" + +#: ../../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:261 +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: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 "" +"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:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "Why is it recommendable to upgrade your browser?" + +#: ../../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." + +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "Continue despite this warning" + +#: ../../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:224 ../../general/logon_ok.php:421 +#: ../../godmode/admin_access_logs.php:191 +#: ../../operation/snmpconsole/snmp_statistics.php:140 +#: ../../mobile/operation/tactical.php:311 +#: ../../include/functions_reporting_html.php:2855 +msgid "Source IP" +msgstr "Source IP" + +#: ../../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/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "Blank characters are used as AND conditions" + +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "Enter keywords to search" + +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "Page QR Code" + +#: ../../general/header.php:147 +#: ../../operation/visual_console/public_console.php:130 +msgid "QR code of the page" +msgstr "Page QR Code" + +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "Pandora FMS assistant" + +#: ../../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" + +#: ../../general/header.php:258 +#, php-format +msgid "You have %d warning(s)" +msgstr "You have %d warning(s)" + +#: ../../general/header.php:269 +msgid "There are not warnings" +msgstr "There are no warnings" + +#: ../../general/header.php:296 +msgid "New chat message" +msgstr "New chat message" + +#: ../../general/header.php:305 +msgid "Message overview" +msgstr "Message overview" + +#: ../../general/header.php:306 +#, php-format +msgid "You have %d unread message(s)" +msgstr "You have %d unread message(s)" + +#: ../../general/footer.php:30 ../../mobile/include/functions_web.php:81 +#: ../../mobile/include/ui.class.php:257 +#, php-format +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Build %s" + +#: ../../general/logon_failed.php:21 ../../operation/users/user_edit.php:603 +#: ../../operation/users/user_edit.php:668 +#: ../../operation/users/user_edit.php:739 +#: ../../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" + +#: ../../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/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:161 +msgid "Return" +msgstr "" + +#: ../../general/login_identification_wizard.php:165 +msgid "Join the Pandora FMS community" +msgstr "" + +#: ../../general/login_identification_wizard.php:167 +#: ../../operation/users/user_edit.php:382 +msgid "Subscribe to our newsletter" +msgstr "" + +#: ../../general/login_identification_wizard.php:172 +msgid "Required" +msgstr "" + +#: ../../general/login_identification_wizard.php:182 +msgid "Do you want to continue without any registration" +msgstr "" + +#: ../../general/alert_enterprise.php:90 +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:101 +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:104 +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:107 +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:115 +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:118 +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:121 +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:128 +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:135 +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:138 +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:141 +msgid "These options are only effective on the Enterprise version." +msgstr "" + +#: ../../general/alert_enterprise.php:144 +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:147 +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:150 +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:153 +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:156 +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:159 +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 "" + +#: ../../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/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 +msgid "" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" +msgstr "" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" + +#: ../../godmode/reporting/visual_console_builder.data.php:124 +msgid "Background image" +msgstr "Background image" + +#: ../../godmode/reporting/reporting_builder.php:80 +msgid "" +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" +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:81 +msgid "An error has ocurred" +msgstr "An error has ocurred." + +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1866 +#: ../../godmode/reporting/reporting_builder.php:1918 +msgid "Reports list" +msgstr "Reports list" + +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1875 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/reporting_viewer.php:130 +#: ../../operation/menu.php:236 +msgid "Custom reporting" +msgstr "Custom reports" + +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " +msgstr "Free text for search: " + +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." +msgstr "Search by report name or description, list matches." + +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" +msgstr "Show Option" + +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" +msgstr "Create report" + +#: ../../godmode/reporting/reporting_builder.php:1936 +#: ../../operation/reporting/reporting_viewer.php:98 +msgid "View report" +msgstr "View report" + +#: ../../godmode/reporting/reporting_builder.php:1989 +msgid "Unsuccessfull action

" +msgstr "" + +#: ../../godmode/reporting/graphs.php:75 +#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:243 +msgid "Custom graphs" +msgstr "Custom graphs" + +#: ../../godmode/reporting/graphs.php:152 +#: ../../operation/reporting/graph_viewer.php:325 +#: ../../operation/search_graphs.php:33 +msgid "Graph name" +msgstr "Graph name" + +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" +msgstr "Number of Graphs" + +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" +msgstr "Create graph" + +#: ../../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:371 +msgid "Successfully delete." +msgstr "Successfully delete." + +#: ../../godmode/reporting/visual_console_builder.php:655 +#: ../../operation/visual_console/render_view.php:118 +msgid "Services wizard" +msgstr "Services wizard" + +#: ../../godmode/reporting/graph_builder.php:202 +#: ../../operation/reporting/graph_viewer.php:139 +msgid "Graph editor" +msgstr "Graph editor" + +#: ../../godmode/reporting/graph_builder.php:205 +#: ../../operation/reporting/graph_viewer.php:145 +msgid "View graph" +msgstr "View graph" + +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Graph builder" +msgstr "Graph builder" + +#: ../../godmode/reporting/graph_builder.php:237 +msgid "Graph stored successfully" +msgstr "Graph stored successfully" + +#: ../../godmode/reporting/graph_builder.php:237 +msgid "There was a problem storing Graph" +msgstr "There was a problem storing Graph" + +#: ../../godmode/reporting/graph_builder.php:240 +#: ../../godmode/agentes/configurar_agente.php:1279 +msgid "Module added successfully" +msgstr "Module added successfully" + +#: ../../godmode/reporting/graph_builder.php:240 +msgid "There was a problem adding Module" +msgstr "There was a problem adding Module" + +#: ../../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/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/reporting_builder.item_editor.php:643 +msgid "Not valid" +msgstr "Not valid" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:733 #: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:97 #: ../../operation/netflow/nf_live_view.php:245 -#: ../../godmode/reporting/reporting_builder.item_editor.php:729 #: ../../include/functions_netflow.php:1131 #: ../../include/functions_netflow.php:1141 #: ../../include/functions_netflow.php:1158 @@ -20796,2194 +19192,1897 @@ msgstr "Assigned user" msgid "Resolution" msgstr "Resolution" -#: ../../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.files.php:35 -msgid "Add a file" -msgstr "Add a file" - -#: ../../operation/integria_incidents/incident.files.php:66 -msgid "Delete file" -msgstr "Delete file" - -#: ../../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:42 -msgid "Add workunit" -msgstr "Add workunit" - -#: ../../operation/integria_incidents/incident.workunits.php:60 -msgid "said" -msgstr "said" - -#: ../../operation/integria_incidents/incident.workunits.php:61 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Hours" -msgstr "Hours" - -#: ../../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:98 -msgid "Started" -msgstr "Started" - -#: ../../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/search_graphs.php:33 -#: ../../operation/reporting/graph_viewer.php:325 -#: ../../godmode/reporting/graphs.php:152 -msgid "Graph name" -msgstr "Graph name" - -#: ../../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:163 -#: ../../include/functions_reporting_html.php:2017 -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/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:214 -#: ../../operation/messages/message_edit.php:43 -msgid "Create message" -msgstr "Create message" - -#: ../../operation/messages/message_list.php:43 -#: ../../operation/messages/message_edit.php:46 ../../operation/menu.php:372 -#: ../../godmode/menu.php:435 -msgid "Messages" -msgstr "Messages" - -#: ../../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:87 -msgid "You have" -msgstr "You have" - -#: ../../operation/messages/message_list.php:80 -msgid "sent message(s)" -msgstr "message(s) sent" - -#: ../../operation/messages/message_list.php:87 -msgid "unread message(s)" -msgstr "unread message(s)" - -#: ../../operation/messages/message_list.php:93 -msgid "There are no messages." -msgstr "There are no messages." - -#: ../../operation/messages/message_list.php:119 -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -msgid "Destination" -msgstr "Destination" - -#: ../../operation/messages/message_list.php:121 -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -msgid "Sender" -msgstr "Sender" - -#: ../../operation/messages/message_list.php:122 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -#: ../../godmode/update_manager/update_manager.messages.php:136 -msgid "Subject" -msgstr "Subject" - -#: ../../operation/messages/message_list.php:132 -msgid "Click to read" -msgstr "Click to read" - -#: ../../operation/messages/message_list.php:137 -msgid "Mark as unread" -msgstr "Mark as unread" - -#: ../../operation/messages/message_list.php:144 -#: ../../operation/messages/message_list.php:149 -msgid "Message unread - click to read" -msgstr "Message unread - click to read" - -#: ../../operation/messages/message_list.php:176 -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 -#, 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/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:198 -#: ../../include/functions_events.php:3338 -msgid "Agent Module" -msgstr "Agent Module" - -#: ../../operation/events/events.build_table.php:235 -#: ../../include/functions_events.php:3369 -msgid "Extra ID" -msgstr "Extra ID" - -#: ../../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:686 -#: ../../operation/snmpconsole/snmp_view.php:668 -#: ../../include/functions_events.php:3816 -msgid "Show more" -msgstr "Show more" - -#: ../../operation/events/events.build_table.php:740 -msgid "Validate selected" -msgstr "Validate selected" - -#: ../../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:93 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/events/events_list.php:183 -#: ../../operation/events/events_list.php:607 -msgid "No filter loaded" -msgstr "No filter loaded" - -#: ../../operation/events/events_list.php:185 -#: ../../operation/events/events_list.php:612 -msgid "Filter loaded" -msgstr "Filter loaded" - -#: ../../operation/events/events_list.php:187 -#: ../../operation/events/events_list.php:250 -#: ../../operation/events/events_list.php:596 -msgid "Save filter" -msgstr "Save filter" - -#: ../../operation/events/events_list.php:189 -#: ../../operation/events/events_list.php:273 -#: ../../operation/events/events_list.php:275 -#: ../../operation/events/events_list.php:600 -#: ../../operation/netflow/nf_live_view.php:311 -msgid "Load filter" -msgstr "Load filter" - -#: ../../operation/events/events_list.php:210 -msgid "New filter" -msgstr "New filter" - -#: ../../operation/events/events_list.php:211 -#: ../../operation/events/events_list.php:242 -#: ../../godmode/netflow/nf_edit_form.php:180 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -msgid "Update filter" -msgstr "Update filter" - -#: ../../operation/events/events_list.php:217 -#: ../../godmode/events/event_edit_filter.php:204 -msgid "Filter name" -msgstr "Filter name" - -#: ../../operation/events/events_list.php:220 -msgid "Save in Group" -msgstr "Save in Group" - -#: ../../operation/events/events_list.php:237 -msgid "Overwrite filter" -msgstr "Overwrite filter" - -#: ../../operation/events/events_list.php:425 -#: ../../godmode/events/event_edit_filter.php:274 -msgid "User ack." -msgstr "User ack." - -#: ../../operation/events/events_list.php:437 -#: ../../godmode/events/event_edit_filter.php:373 -msgid "Module search" -msgstr "Module search" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:363 -msgid "Alert events" -msgstr "Alert events" - -#: ../../operation/events/events_list.php:457 -#: ../../godmode/events/event_edit_filter.php:367 -msgid "Filter alert events" -msgstr "Filter alert events" - -#: ../../operation/events/events_list.php:457 -#: ../../godmode/events/event_edit_filter.php:368 -msgid "Only alert events" -msgstr "Only alert events" - -#: ../../operation/events/events_list.php:469 -msgid "Date from" -msgstr "From (date)" - -#: ../../operation/events/events_list.php:475 -msgid "Date to" -msgstr "To (date)" - -#: ../../operation/events/events_list.php:495 -#: ../../operation/events/events_list.php:509 -#: ../../godmode/events/event_edit_filter.php:334 -msgid "Events with following tags" -msgstr "Events with following tags" - -#: ../../operation/events/events_list.php:501 -#: ../../operation/events/events_list.php:515 -#: ../../godmode/events/event_edit_filter.php:349 -msgid "Events without following tags" -msgstr "Events without follow-up tags" - -#: ../../operation/events/events_list.php:571 -#: ../../godmode/events/event_edit_filter.php:289 -msgid "Group events" -msgstr "Group events" - -#: ../../operation/events/events_list.php:572 -msgid "Group agents" -msgstr "" - -#: ../../operation/events/events_list.php:602 -msgid "Show events graph" -msgstr "Show the events graph" - -#: ../../operation/events/events_list.php:639 -msgid "Event control filter" -msgstr "Event control filter" - -#: ../../operation/events/events_list.php:643 -msgid "Error creating filter." -msgstr "Error creating filter." - -#: ../../operation/events/events_list.php:644 -msgid "Error creating filter is duplicated." -msgstr "Cannot create filter: duplicate filter" - -#: ../../operation/events/events_list.php:645 -msgid "Filter created." -msgstr "Filter created." - -#: ../../operation/events/events_list.php:647 -msgid "Filter updated." -msgstr "Filter updated." - -#: ../../operation/events/events_list.php:648 -msgid "Error updating filter." -msgstr "Error updating filter." - -#: ../../operation/events/events_list.php:1003 -msgid "Filter name cannot be left blank" -msgstr "The filter's name cannot be left blank" - -#: ../../operation/events/events_list.php:1070 -#: ../../operation/events/events_list.php:1154 -msgid "none" -msgstr "none" - -#: ../../operation/events/events_list.php:1476 -msgid "Events generated -by agent-" -msgstr "Events generated -by agent-" - -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -#: ../../include/functions_events.php:1011 -msgid "Event graph" -msgstr "Event graph" - -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "Event graph by user" - -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -#: ../../include/functions_events.php:1016 -msgid "Event graph by agent" -msgstr "Event graph by agent" - -#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:299 -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:5569 -msgid "Monitor critical" -msgstr "Monitor in critical status" - -#: ../../operation/events/sound_events.php:81 -#: ../../include/functions_reporting.php:5573 -msgid "Monitor warning" -msgstr "Monitor in warning status" - -#: ../../operation/events/events.php:187 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1084 +msgid "Target server" +msgstr "Target server" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1117 +#: ../../include/functions_reports.php:585 +msgid "SQL query" +msgstr "SQL query" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1185 +#: ../../godmode/netflow/nf_item_list.php:150 +#: ../../operation/netflow/nf_live_view.php:254 +msgid "Max. values" +msgstr "Max. values" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1236 +msgid "Greater or equal (>=)" +msgstr "Greater or equal to (>=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 +msgid "Less or equal (<=)" +msgstr "Lesser or equal to (<=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 +msgid "Less (<)" +msgstr "Lesser than (<)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1239 +msgid "Greater (>)" +msgstr "Greater than (>)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1240 +msgid "Equal (=)" +msgstr "Equal to (=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1241 +msgid "Not equal (!=)" +msgstr "Unequal to (!=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1449 +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:1621 +msgid "rate" +msgstr "rate" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1644 msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." msgstr "" -"Event viewer is disabled due to event replication. For more information, " -"please contact the administrator." +"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:1658 +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/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:178 +msgid "Image" +msgstr "Image" + +#: ../../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:504 +msgid "Map linked" +msgstr "Map linked" + +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:571 +msgid "Static Graph" +msgstr "Static Graph" + +#: ../../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 +#: ../../mobile/operation/events.php:506 +#: ../../include/functions_visual_map_editor.php:573 +msgid "Module Graph" +msgstr "Module Graph" + +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +#: ../../include/functions_visual_map_editor.php:574 +#: ../../include/functions_visual_map.php:2323 +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_editor.php:62 +#: ../../include/functions_visual_map_editor.php:578 +#: ../../include/functions_visual_map.php:2306 +msgid "Box" +msgstr "Box" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:610 +msgid "Edit label" +msgstr "Edit label" + +#: ../../godmode/reporting/visual_console_builder.editor.php:146 +msgid "Saving in progress" +msgstr "Saving in progress" + +#: ../../godmode/reporting/visual_console_builder.editor.php:151 +msgid "Deletion in progress" +msgstr "Deletion in progress" + +#: ../../godmode/reporting/graph_builder.main.php:149 +msgid "Type of graph" +msgstr "Type of graph" + +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Horizontal bars" +msgstr "Horizontal bars" + +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Vertical bars" +msgstr "Vertical bars" -#: ../../operation/events/events.php:325 -#: ../../operation/users/user_edit.php:302 ../../godmode/events/events.php:37 -msgid "Event list" -msgstr "Event list" - -#: ../../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/events/events.php:85 -#: ../../godmode/events/events.php:88 -#: ../../godmode/users/configure_profile.php:283 -msgid "Manage events" -msgstr "Manage events" - -#: ../../operation/events/events.php:392 -msgid "History" -msgstr "History" - -#: ../../operation/events/events.php:396 -#: ../../operation/agentes/networkmap.php:289 -#: ../../operation/snmpconsole/snmp_view.php:73 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../godmode/category/category.php:58 -#: ../../godmode/alerts/alert_list.php:299 -#: ../../godmode/agentes/planned_downtime.editor.php:38 -#: ../../include/functions_html.php:662 ../../include/functions_html.php:663 -#: ../../include/functions_html.php:783 ../../include/functions_html.php:784 -msgid "List" -msgstr "list" - -#: ../../operation/events/events.php:430 ../../operation/menu.php:311 -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:794 -msgid "Error deleting event" -msgstr "Error deleting event" - -#: ../../operation/search_agents.php:109 -#: ../../operation/agentes/ver_agente.php:813 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "Manage" - -#: ../../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/agentes/tactical.php:134 -msgid "Report of State" -msgstr "Status report" - -#: ../../operation/agentes/tactical.php:192 -#: ../../include/functions_events.php:866 -msgid "Latest events" -msgstr "Latest events" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:522 -msgid "Agent custom fields" -msgstr "Agent custom fields" - -#: ../../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:464 -#: ../../godmode/gis_maps/configure_gis_map.php:471 -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:453 -#: ../../operation/agentes/estado_monitores.php:440 -msgid "Free text for search (*):" -msgstr "Free text for search (*):" - -#: ../../operation/agentes/networkmap.php:477 -msgid "Depth" -msgstr "Depth" - -#: ../../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/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:185 -#: ../../include/ajax/module.php:133 -msgid "Choose a time from now" -msgstr "Choose a time from now" - -#: ../../operation/agentes/datos_agente.php:188 -#: ../../include/ajax/module.php:145 -msgid "Specify time range" -msgstr "Specify time range" - -#: ../../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/datos_agente.php:286 -#: ../../godmode/agentes/module_manager.php:487 -#: ../../include/ajax/module.php:307 -msgid "No available data to show" -msgstr "No available data to show" - -#: ../../operation/agentes/exportdata.csv.php:68 -#: ../../operation/agentes/exportdata.php:82 -#: ../../operation/agentes/exportdata.excel.php:67 -msgid "Invalid time specified" -msgstr "Invalid time specified" - -#: ../../operation/agentes/exportdata.csv.php:181 -#: ../../operation/agentes/exportdata.php:209 -#: ../../operation/agentes/exportdata.excel.php:164 -msgid "No modules specified" -msgstr "No modules specified" - -#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:54 -msgid "Monitor detail" -msgstr "Monitor detail" - -#: ../../operation/agentes/status_monitor.php:45 -msgid "Monitor view" -msgstr "Monitor view" - -#: ../../operation/agentes/status_monitor.php:294 -msgid "Monitor status" -msgstr "Monitor status" - -#: ../../operation/agentes/status_monitor.php:337 -#: ../../operation/agentes/alerts_status.functions.php:91 -msgid "No tags" -msgstr "No tags" - -#: ../../operation/agentes/status_monitor.php:368 -#: ../../godmode/agentes/module_manager_editor_data.php:17 -msgid "Data server module" -msgstr "Data server module" - -#: ../../operation/agentes/status_monitor.php:370 -#: ../../godmode/agentes/module_manager_editor_network.php:64 -msgid "Network server module" -msgstr "Network server module" - -#: ../../operation/agentes/status_monitor.php:372 -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -msgid "Plugin server module" -msgstr "Plug-in server module" - -#: ../../operation/agentes/status_monitor.php:374 -#: ../../godmode/agentes/module_manager_editor_wmi.php:32 -msgid "WMI server module" -msgstr "WMI server module" - -#: ../../operation/agentes/status_monitor.php:376 -#: ../../godmode/agentes/module_manager_editor_prediction.php:93 -msgid "Prediction server module" -msgstr "Prediction server module" - -#: ../../operation/agentes/status_monitor.php:382 -#: ../../operation/agentes/status_monitor.php:948 -msgid "Server type" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:393 -msgid "Data type" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:512 -msgid "Advanced Options" -msgstr "Advanced Options" - -#: ../../operation/agentes/status_monitor.php:935 -msgid "Data Type" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:973 -#: ../../godmode/agentes/module_manager.php:529 -#: ../../include/ajax/module.php:710 -msgid "Warn" -msgstr "Warn" - -#: ../../operation/agentes/status_monitor.php:1408 -msgid "This group doesn't have any monitor" -msgstr "This group doesn't have any monitor" - -#: ../../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:255 -#: ../../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:257 -#: ../../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:284 -#: ../../operation/agentes/interface_traffic_graph_win.php:219 -msgid "Refresh time" -msgstr "Refresh time" - -#: ../../operation/agentes/stat_win.php:292 -msgid "Avg. Only" -msgstr "Avg. Only" - -#: ../../operation/agentes/stat_win.php:307 -msgid "Begin time" -msgstr "Start time" - -#: ../../operation/agentes/stat_win.php:313 -#: ../../operation/agentes/interface_traffic_graph_win.php:244 -msgid "Zoom factor" -msgstr "Zoom factor" - -#: ../../operation/agentes/stat_win.php:325 -#: ../../operation/agentes/interface_traffic_graph_win.php:232 -#: ../../operation/agentes/graphs.php:136 -#: ../../operation/reporting/graph_viewer.php:204 -msgid "Time range" -msgstr "Time range" - -#: ../../operation/agentes/stat_win.php:332 -#: ../../operation/agentes/graphs.php:140 -msgid "Show events" -msgstr "Show events" - -#: ../../operation/agentes/stat_win.php:343 -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:349 -#: ../../operation/agentes/graphs.php:142 -msgid "Show alerts" -msgstr "Show alerts" - -#: ../../operation/agentes/stat_win.php:355 -msgid "Show event graph" -msgstr "Show event graph" - -#: ../../operation/agentes/stat_win.php:364 -#: ../../operation/agentes/interface_traffic_graph_win.php:238 -msgid "Show percentil 95º" -msgstr "Show percentil 95º" - -#: ../../operation/agentes/stat_win.php:407 -#: ../../operation/agentes/interface_traffic_graph_win.php:271 -msgid "Reload" -msgstr "Reload" - -#: ../../operation/agentes/ver_agente.php:729 -msgid "Sons" -msgstr "Sons" - -#: ../../operation/agentes/ver_agente.php:869 -#: ../../godmode/agentes/configurar_agente.php:349 -msgid "GIS data" -msgstr "GIS data" - -#: ../../operation/agentes/ver_agente.php:919 -#: ../../operation/agentes/ver_agente.php:1093 -#: ../../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:519 -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -msgid "Graphs" -msgstr "Graphs" - -#: ../../operation/agentes/ver_agente.php:937 -msgid "Log Viewer" -msgstr "Log Viewer" - -#: ../../operation/agentes/ver_agente.php:950 -#: ../../operation/agentes/ver_agente.php:1105 -#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 -#: ../../godmode/menu.php:255 -msgid "eHorus" -msgstr "" - -#: ../../operation/agentes/ver_agente.php:957 -msgid "Terminal" -msgstr "" - -#: ../../operation/agentes/ver_agente.php:967 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:825 -msgid "Processes" -msgstr "Processes" - -#: ../../operation/agentes/ver_agente.php:1087 -#: ../../godmode/agentes/configurar_agente.php:519 -msgid "Gis" -msgstr "Gis" - -#: ../../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/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/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:257 -#: ../../include/functions_treeview.php:559 -msgid "Agent access rate (24h)" -msgstr "Agent access rate (24h)" - -#: ../../operation/agentes/estado_generalagente.php:389 -msgid "Active incident on this agent" -msgstr "Active incident on this agent" - -#: ../../operation/agentes/estado_generalagente.php:449 -#: ../../include/functions_treeview.php:641 -msgid "Interface information" -msgstr "Interface information" - -#: ../../operation/agentes/estado_generalagente.php:478 -#: ../../include/functions_treeview.php:619 -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:618 -msgid "Refresh data" -msgstr "Refresh data" - -#: ../../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/exportdata.php:36 ../../operation/menu.php:398 -msgid "Export data" -msgstr "Export data" - -#: ../../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:321 -#: ../../include/functions_netflow.php:1031 -msgid "Data table" -msgstr "Data table" - -#: ../../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/estado_agente.php:145 ../../operation/menu.php:49 -#: ../../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:614 -#: ../../operation/agentes/group_view.php:429 -#: ../../godmode/agentes/modificar_agente.php:600 -msgid "There are no defined agents" -msgstr "There are no defined agents" - -#: ../../operation/agentes/group_view.php:116 -msgid "Summary of the status groups" -msgstr "Summary of the status groups" - -#: ../../operation/agentes/group_view.php:169 -msgid "Not Init" -msgstr "Uninitialised" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "Current data at" - -#: ../../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: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:210 -msgid "There was an error loading the graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:218 -#: ../../operation/agentes/graphs.php:221 -msgid "Name custom graph" -msgstr "Name the custom graph" - -#: ../../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/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:426 -msgid "Status:" -msgstr "Status:" - -#: ../../operation/agentes/estado_monitores.php:432 -msgid "Not Normal" -msgstr "Abnormal" - -#: ../../operation/agentes/estado_monitores.php:441 -msgid "Search by module name, list matches." -msgstr "Search by module name, list matches." - -#: ../../operation/agentes/estado_monitores.php:454 -msgid "Reset" -msgstr "Reset" - -#: ../../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/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: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/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "Error processing alert(s)" - -#: ../../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/alerts_status.functions.php:109 -msgid "No actions" -msgstr "" - -#: ../../operation/agentes/ehorus.php:30 -msgid "Missing agent id" -msgstr "" - -#: ../../operation/agentes/ehorus.php:48 -msgid "Missing ehorus agent id" -msgstr "" - -#: ../../operation/agentes/ehorus.php:80 -msgid "There was an error retrieving an authorization token" -msgstr "" - -#: ../../operation/agentes/ehorus.php:93 -#: ../../operation/agentes/ehorus.php:129 -msgid "There was an error processing the response" -msgstr "" - -#: ../../operation/agentes/ehorus.php:116 -msgid "There was an error retrieving the agent data" -msgstr "" - -#: ../../operation/agentes/ehorus.php:134 -msgid "Remote management of this agent with eHorus" -msgstr "" - -#: ../../operation/agentes/ehorus.php:136 -msgid "Launch" -msgstr "" - -#: ../../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/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:305 ../../operation/menu.php:57 -msgid "Alert detail" -msgstr "Alert details" - -#: ../../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:421 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../include/ajax/module.php:694 -msgid "Force execution" -msgstr "Force execution" - -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../include/ajax/module.php:694 -msgid "F." -msgstr "F." - -#: ../../operation/agentes/alerts_status.php:594 -msgid "No alerts found" -msgstr "No alerts found" - -#: ../../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:1933 -msgid "View report" -msgstr "View report" - -#: ../../operation/reporting/reporting_viewer.php:130 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/menu.php:236 -#: ../../godmode/reporting/reporting_builder.php:346 -#: ../../godmode/reporting/reporting_builder.php:368 -#: ../../godmode/reporting/reporting_builder.php:1872 -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: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:317 -#: ../../operation/reporting/graph_viewer.php:307 -msgid "Invalid date selected" -msgstr "Invalid date selected" - -#: ../../operation/reporting/graph_viewer.php:139 -#: ../../godmode/reporting/graph_builder.php:202 -msgid "Graph editor" -msgstr "Graph editor" - -#: ../../operation/reporting/graph_viewer.php:145 -#: ../../godmode/reporting/graph_builder.php:205 -msgid "View graph" -msgstr "View graph" - -#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:243 -#: ../../godmode/reporting/graphs.php:75 -msgid "Custom graphs" -msgstr "Custom graphs" - -#: ../../operation/reporting/graph_viewer.php:181 -msgid "No data." -msgstr "No data." - -#: ../../operation/reporting/graph_viewer.php:213 -#: ../../operation/reporting/graph_viewer.php:236 -msgid "Graph defined" -msgstr "Graph defined" - -#: ../../operation/reporting/graph_viewer.php:227 #: ../../godmode/reporting/graph_builder.main.php:167 +#: ../../operation/reporting/graph_viewer.php:227 msgid "Equalize maximum thresholds" msgstr "" -#: ../../operation/reporting/graph_viewer.php:228 #: ../../godmode/reporting/graph_builder.main.php:168 +#: ../../operation/reporting/graph_viewer.php:228 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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:572 +msgid "Percentile Item" +msgstr "Percentile Item" -#: ../../operation/reporting/graph_viewer.php:238 -msgid "Zoom x2" -msgstr "Zoom x2" +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +#: ../../mobile/operation/home.php:78 +#: ../../include/functions_visual_map_editor.php:231 +#: ../../include/functions_visual_map.php:2310 +msgid "Module graph" +msgstr "Module graph" -#: ../../operation/reporting/graph_viewer.php:239 -msgid "Zoom x3" -msgstr "Zoom x3" +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +#: ../../include/functions_visual_map_editor.php:57 +msgid "Simple value" +msgstr "Simple value" -#: ../../operation/reporting/graph_viewer.php:314 -msgid "Custom graph viewer" -msgstr "Custom graph viewer" +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" +msgstr "Range between elements (px)" -#: ../../operation/reporting/graph_viewer.php:341 -#: ../../operation/reporting/custom_reporting.php:32 -msgid "There are no defined reportings" -msgstr "There are no defined reportings" +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" +msgstr "Size (px)" -#: ../../operation/visual_console/public_console.php:153 -#: ../../operation/visual_console/render_view.php:230 -msgid "Until refresh" -msgstr "Until refresh" +#: ../../godmode/reporting/visual_console_builder.wizard.php:153 +#: ../../include/functions_visual_map_editor.php:317 +msgid "Min value" +msgstr "Min value" -#: ../../operation/visual_console/render_view.php:118 -#: ../../godmode/reporting/visual_console_builder.php:655 -msgid "Services wizard" -msgstr "Services wizard" +#: ../../godmode/reporting/visual_console_builder.wizard.php:154 +#: ../../godmode/reporting/visual_console_builder.wizard.php:167 +#: ../../include/functions_visual_map_editor.php:318 +#: ../../include/functions_visual_map_editor.php:360 +msgid "Max value" +msgstr "Max value" -#: ../../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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:155 +#: ../../include/functions_visual_map_editor.php:319 +msgid "Avg value" +msgstr "Avg value" -#: ../../operation/netflow/nf_live_view.php:120 +#: ../../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:187 +#: ../../include/functions_visual_map_editor.php:376 +#: ../../include/functions_visual_map_editor.php:395 +msgid "Value to show" +msgstr "Value to show" + +#: ../../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/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.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/alerts/alert_list.php:79 +msgid "Already added" +msgstr "Already added" + +#: ../../godmode/alerts/alert_list.php:286 +#: ../../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:290 +msgid "Builder alert" +msgstr "Builder alert" + +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/category/category.php:58 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +#: ../../operation/events/events.php:396 +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/agentes/networkmap.php:289 +#: ../../include/functions_html.php:656 ../../include/functions_html.php:657 +#: ../../include/functions_html.php:777 ../../include/functions_html.php:778 +msgid "List" +msgstr "list" + +#: ../../godmode/alerts/alert_special_days.php:43 ../../godmode/menu.php:155 +#: ../../godmode/menu.php:156 +msgid "Special days list" +msgstr "List of special days" + +#: ../../godmode/alerts/alert_special_days.php:162 +#: ../../godmode/alerts/configure_alert_special_days.php:76 +msgid "Same day of the week" +msgstr "Same day of the week" + +#: ../../godmode/alerts/alert_special_days.php:230 +msgid "No special days configured" +msgstr "No special days configured" + +#: ../../godmode/alerts/alert_list.list.php:124 +msgid "Field content" +msgstr "Field content" + +#: ../../godmode/alerts/alert_list.list.php:133 +msgid "Enabled / Disabled" +msgstr "Enabled / Disabled" + +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../operation/agentes/alerts_status.php:396 +msgid "Alert control filter" +msgstr "Alert control filter" + +#: ../../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 "" +"Default actions will run every time an alert is fired and no other action is " +"executed." + +#: ../../godmode/alerts/alert_list.list.php:550 +msgid "Delete action" +msgstr "Delete action" + +#: ../../godmode/alerts/alert_list.list.php:709 +msgid "View alert advanced details" +msgstr "View the alert's advanced details" + +#: ../../godmode/alerts/alert_list.list.php:720 +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/configure_alert_action.php:98 +msgid "Update Action" +msgstr "Update Action" + +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +msgid "Command" +msgstr "Command" + +#: ../../godmode/alerts/configure_alert_action.php:136 +#: ../../godmode/alerts/configure_alert_command.php:130 +msgid "Create Command" +msgstr "Create Command" + +#: ../../godmode/alerts/configure_alert_action.php:148 +#: ../../godmode/alerts/alert_view.php:420 +msgid "Firing" +msgstr "Firing" + +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" +msgstr "Recovery" + +#: ../../godmode/alerts/configure_alert_action.php:153 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/servers/plugin.php:381 +msgid "Command preview" +msgstr "Command preview" + +#: ../../godmode/alerts/alert_list.builder.php:78 +msgid "Latest value" +msgstr "Latest value" + +#: ../../godmode/alerts/alert_list.builder.php:94 +#: ../../godmode/alerts/configure_alert_template.php:556 +msgid "Default action" +msgstr "Default action" + +#: ../../godmode/alerts/alert_list.builder.php:131 +#: ../../godmode/alerts/configure_alert_template.php:495 +msgid "Create Template" +msgstr "Create Template" + +#: ../../godmode/alerts/alert_list.builder.php:144 +msgid "Add alert" +msgstr "Add alert" + +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +#: ../../include/functions_events.php:2145 +msgid "Alert details" +msgstr "Alert details" + +#: ../../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/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:831 +#: ../../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/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/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:833 +#: ../../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:834 +#: ../../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:835 +#: ../../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:837 +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:838 +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:841 +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:842 +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:839 +#: ../../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:840 +#: ../../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:843 +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:532 +msgid "Use special days list" +msgstr "Use special days list" + +#: ../../godmode/alerts/alert_view.php:310 +msgid "Number of alerts" +msgstr "Number of alerts" + +#: ../../godmode/alerts/alert_view.php:325 +msgid "Firing conditions" +msgstr "Firing conditions" + +#: ../../godmode/alerts/alert_view.php:348 +#: ../../godmode/alerts/alert_view.php:370 +msgid "Every time that the alert is fired" +msgstr "Every time that the alert is fired" + +#: ../../godmode/alerts/alert_view.php:414 +msgid "" +"Select the desired action and mode to see the Firing/Recovery fields for " +"this action" +msgstr "" +"Select the desired action and mode to view the Firing/Recovery fields for " +"this action" + +#: ../../godmode/alerts/alert_view.php:417 +msgid "Select the action" +msgstr "Choose an action" + +#: ../../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:657 +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" +msgstr "" +"When the alert is triggered, action definining fields will be passed to the " +"command." + +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +#: ../../godmode/agentes/fields_manager.php:95 +#: ../../operation/agentes/custom_fields.php:59 +msgid "Field" +msgstr "Field" + +#: ../../godmode/alerts/alert_view.php:442 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Fields configured on the command associated to the action" +msgstr "Fields configured on the command associated to the action" + +#: ../../godmode/alerts/alert_view.php:443 +msgid "Template fields" +msgstr "Template fields" + +#: ../../godmode/alerts/alert_view.php:444 +msgid "Triggering fields configured in template" +msgstr "Triggering fields configured in template" + +#: ../../godmode/alerts/alert_view.php:445 +msgid "Action fields" +msgstr "Action fields" + +#: ../../godmode/alerts/alert_view.php:446 +msgid "Triggering fields configured in action" +msgstr "Triggering fields configured in action" + +#: ../../godmode/alerts/alert_view.php:448 +msgid "Executed on firing" +msgstr "Executed upon triggering" + +#: ../../godmode/alerts/alert_view.php:449 +#: ../../godmode/alerts/alert_view.php:532 +msgid "Fields used on execution when the alert is fired" +msgstr "Fields used on execution when the alert is fired" + +#: ../../godmode/alerts/alert_view.php:516 +msgid "The alert recovering is disabled on this template." +msgstr "Alert recovery is disabled for this template" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "Recovering fields" +msgstr "Recovery fields" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "" +"Fields passed to the command executed by this action when the alert is " +"recovered" +msgstr "" +"Fields passed to the command executed by this action when the alert is " +"recovered" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Template recovery fields" +msgstr "Template recovery fields" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Recovery fields configured in alert template" +msgstr "Recovery fields configured on alert templates" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Action recovery fields" +msgstr "Action recovery fields" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Recovery fields configured in alert action" +msgstr "Recovery fields configured on alert action" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Executed on recovery" +msgstr "Executed upon recovery" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Fields used on execution when the alert is recovered" +msgstr "Fields used upon execution when the alert is recovered" + +#: ../../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_special_days.php:52 +msgid "Configure special day" +msgstr "Configure special day" + +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" +msgstr "Alert commands" + +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/groups/group_list.php:334 +#: ../../godmode/agentes/module_manager_editor_common.php:145 +#: ../../godmode/agentes/agent_manager.php:162 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/agent_incidents.php:85 +#: ../../operation/integria_incidents/incident.list.php:93 +#: ../../operation/events/events.build_table.php:133 +#: ../../operation/incidents/incident.php:335 +#: ../../extensions/api_checker.php:137 +#: ../../include/functions_events.php:3288 +msgid "ID" +msgstr "ID" + +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" +msgstr "No alert commands configured" + +#: ../../godmode/alerts/configure_alert_command.php:42 +msgid "Configure alert command" +msgstr "Configure alert command" + +#: ../../godmode/alerts/configure_alert_command.php:127 +msgid "Update Command" +msgstr "Update Command" + +#: ../../godmode/alerts/configure_alert_command.php:160 #, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump binary (%s) not found!" +msgid "Field %s description" +msgstr "%s field description" -#: ../../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/reporting/reporting_builder.item_editor.php:1181 -#: ../../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: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 -#: ../../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:433 -#: ../../include/functions_config.php:1432 -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/snmpconsole/snmp_view.php:85 -#: ../../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: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: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:421 -msgid "Search by trap type" -msgstr "Search by trap type" - -#: ../../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:513 -#: ../../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:523 -msgid "Trap subtype" -msgstr "Trap subtype" - -#: ../../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: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: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_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:30 -#: ../../operation/menu.php:84 -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_browser.php:90 -msgid "SNMP Browser" -msgstr "SNMP Browser" - -#: ../../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:154 -#: ../../operation/users/user_edit.php:161 -msgid "Password successfully updated" -msgstr "Password successfully updated" - -#: ../../operation/users/user_edit.php:155 -#: ../../operation/users/user_edit.php:162 +#: ../../godmode/alerts/configure_alert_command.php:175 #, php-format -msgid "Error updating passwords: %s" -msgstr "Error updating passwords: %s" +msgid "Field %s values" +msgstr "%s field values" -#: ../../operation/users/user_edit.php:167 +#: ../../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 +#: ../../extensions/agents_alerts.php:177 +msgid "Alert templates" +msgstr "Alert templates" + +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "No alert templates defined" + +#: ../../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/alerts/configure_alert_template.php:580 msgid "" -"Passwords didn't match or other problem encountered while updating passwords" +"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 "" -"The passwords didn't match or another problem occurred during password " -"update." +"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\"." -#: ../../operation/users/user_edit.php:177 -#: ../../operation/users/user_edit.php:185 -#: ../../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" +#: ../../godmode/alerts/configure_alert_template.php:582 +msgid "Condition type" +msgstr "Condition type" -#: ../../operation/users/user_edit.php:178 -#: ../../operation/users/user_edit.php:186 -msgid "Error updating user info" -msgstr "Error updating user info" +#: ../../godmode/alerts/configure_alert_template.php:589 +msgid "Trigger when matches the value" +msgstr "Triggered when the value matches" -#: ../../operation/users/user_edit.php:196 -msgid "Edit my User" -msgstr "Edit my User" +#: ../../godmode/alerts/configure_alert_template.php:601 +msgid "The regular expression is valid" +msgstr "The regular expression is valid" -#: ../../operation/users/user_edit.php:207 -#: ../../godmode/users/configure_user.php:442 -msgid "Full (display) name" -msgstr "Full (display) name" +#: ../../godmode/alerts/configure_alert_template.php:606 +msgid "The regular expression is not valid" +msgstr "The regular expression is not valid" -#: ../../operation/users/user_edit.php:229 -#: ../../godmode/users/configure_user.php:474 -#: ../../godmode/users/user_list.php:407 -msgid "E-mail" -msgstr "E-mail" +#: ../../godmode/alerts/configure_alert_template.php:649 +msgid "Alert recovery" +msgstr "Alert recovery" -#: ../../operation/users/user_edit.php:231 -#: ../../godmode/users/configure_user.php:478 -msgid "Phone number" -msgstr "Phone number" +#: ../../godmode/alerts/configure_alert_template.php:658 +msgid "Recovery fields" +msgstr "Recovery fields" -#: ../../operation/users/user_edit.php:240 -msgid "New Password" -msgstr "New Password" +#: ../../godmode/alerts/configure_alert_template.php:761 +msgid "No wizard" +msgstr "No wizard" -#: ../../operation/users/user_edit.php:242 -#: ../../godmode/users/configure_user.php:454 -msgid "Password confirmation" -msgstr "Password confirmation" - -#: ../../operation/users/user_edit.php:250 -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:259 -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:295 -msgid "Shortcut bar" -msgstr "Shortcut bar" - -#: ../../operation/users/user_edit.php:295 -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:298 -msgid "Home screen" -msgstr "Home screen" - -#: ../../operation/users/user_edit.php:298 -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:346 -#: ../../godmode/groups/configure_group.php:181 -#: ../../godmode/users/configure_user.php:506 -msgid "Skin" -msgstr "Skin" - -#: ../../operation/users/user_edit.php:363 -msgid "Show information" -msgstr "Show information" - -#: ../../operation/users/user_edit.php:369 -msgid "Newsletter Subscribed" -msgstr "" - -#: ../../operation/users/user_edit.php:371 -msgid "Already subscribed to Pandora FMS newsletter" -msgstr "" - -#: ../../operation/users/user_edit.php:377 -msgid "Newsletter Reminder" -msgstr "" - -#: ../../operation/users/user_edit.php:410 -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:420 -#: ../../operation/users/user_edit.php:427 -#: ../../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:481 -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:602 -#: ../../operation/users/user_edit.php:667 -#: ../../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:612 -msgid "Double autentication information" -msgstr "Double autentication information" - -#: ../../operation/users/user_edit.php:675 -#: ../../operation/users/user_edit.php:751 -msgid "Double autentication activation" -msgstr "Double autentication activation" - -#: ../../operation/users/user_edit.php:701 -msgid "The double authentication will be deactivated" -msgstr "Double authentication will be deactivated" - -#: ../../operation/users/user_edit.php:702 -msgid "Deactivate" -msgstr "Deactivate" - -#: ../../operation/users/user_edit.php:734 -msgid "The double autentication was deactivated successfully" -msgstr "Double authentication was deactivated successfully" - -#: ../../operation/users/user_edit.php:737 -#: ../../operation/users/user_edit.php:741 -msgid "There was an error deactivating the double autentication" -msgstr "There was an error deactivating the double autentication" - -#: ../../operation/menu.php:32 -msgid "Views" -msgstr "Views" - -#: ../../operation/menu.php:65 -msgid "Netflow Live View" -msgstr "Netflow Live View" - -#: ../../operation/menu.php:79 ../../include/functions_menu.php:517 -msgid "SNMP console" -msgstr "SNMP console" - -#: ../../operation/menu.php:80 -msgid "SNMP browser" -msgstr "SNMP browser" - -#: ../../operation/menu.php:87 ../../include/functions_menu.php:513 -msgid "SNMP filters" -msgstr "SNMP filters" - -#: ../../operation/menu.php:88 ../../include/functions_menu.php:515 -msgid "SNMP trap generator" -msgstr "SNMP trap generator" - -#: ../../operation/menu.php:179 ../../operation/gis_maps/gis_map.php:31 -msgid "GIS Maps" -msgstr "GIS Maps" - -#: ../../operation/menu.php:184 -msgid "List of Gis maps" -msgstr "List of Gis maps" - -#: ../../operation/menu.php:218 -msgid "Topology maps" -msgstr "Topology maps" - -#: ../../operation/menu.php:280 -msgid "RSS" -msgstr "RSS" - -#: ../../operation/menu.php:285 -msgid "Marquee" -msgstr "Marquee" - -#: ../../operation/menu.php:291 -msgid "CSV File" -msgstr "CSV File" - -#: ../../operation/menu.php:321 -msgid "Workspace" -msgstr "Workspace" - -#: ../../operation/menu.php:334 -msgid "WebChat" -msgstr "WebChat" - -#: ../../operation/menu.php:363 -msgid "List of Incidents" -msgstr "List of Incidents" - -#: ../../operation/menu.php:378 -msgid "Messages List" -msgstr "Message list" - -#: ../../operation/menu.php:379 -msgid "New message" -msgstr "New message" - -#: ../../operation/menu.php:404 -msgid "Scheduled downtime" -msgstr "Scheduled downtime" - -#: ../../operation/menu.php:409 -msgid "Recon view" -msgstr "Recon view" - -#: ../../operation/menu.php:484 -msgid "Tools" -msgstr "Tools" - -#: ../../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:137 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -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 -msgid "has no recon tasks assigned" -msgstr "has no recon tasks assigned" - -#: ../../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 +#: ../../godmode/alerts/configure_alert_template.php:832 #, php-format -msgid "%s Found" -msgstr "%s Found" +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "The alert is triggered when the value doesn't match %s" -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "Modules found" +#: ../../godmode/alerts/configure_alert_template.php:836 +msgid "" +"The alert would fire when the value is not between and " +msgstr "" -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "Users found" +#: ../../godmode/alerts/configure_alert_template.php:844 +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." -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "Graphs found" +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "Alerts enabled" -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "Reports found" +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "Disable the selected alerts" -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "Maps found" +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "Enable selected alerts" -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "Help found" +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "Disabled alerts" -#: ../../operation/search_main.php:88 +#: ../../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:424 +#: ../../godmode/massive/massive_add_action_alerts.php:204 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_delete_alerts.php:265 +#: ../../godmode/massive/massive_edit_agents.php:487 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_delete_agents.php:159 +#: ../../godmode/massive/massive_edit_modules.php:633 +msgid "" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." +msgstr "" +"Data sending unsuccessful, please contact your administrator or try again " +"with less items." + +#: ../../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_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_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "No alert 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_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:275 +#: ../../godmode/agentes/agent_manager.php:241 +msgid "Cascade protection" +msgstr "Cascade protection" + +#: ../../godmode/massive/massive_edit_agents.php:333 +#: ../../godmode/groups/configure_group.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:324 +#: ../../godmode/agentes/agent_manager.php:293 +msgid "Custom ID" +msgstr "Custom ID" + +#: ../../godmode/massive/massive_edit_agents.php:337 +#: ../../godmode/agentes/agent_manager.php:297 +msgid "Module definition" +msgstr "Module definition" + +#: ../../godmode/massive/massive_edit_agents.php:339 +#: ../../godmode/agentes/agent_manager.php:299 +msgid "Learning mode" +msgstr "Apprentice mode" + +#: ../../godmode/massive/massive_edit_agents.php:340 +#: ../../godmode/agentes/agent_manager.php:302 +msgid "Normal mode" +msgstr "Normal mode" + +#: ../../godmode/massive/massive_edit_agents.php:346 +#: ../../godmode/agentes/agent_manager.php:310 +msgid "Active" +msgstr "Active" + +#: ../../godmode/massive/massive_edit_agents.php:352 +msgid "Delete available remote configurations" +msgstr "Delete the available remote configurations" + +#: ../../godmode/massive/massive_edit_agents.php:356 +#: ../../godmode/agentes/agent_manager.php:317 +#: ../../godmode/agentes/agent_manager.php:339 +msgid "Not available" +msgstr "Not available" + +#: ../../godmode/massive/massive_edit_agents.php:382 +#: ../../godmode/agentes/agent_manager.php:348 +msgid "Agent icon" +msgstr "Agent icon" + +#: ../../godmode/massive/massive_edit_agents.php:384 +msgid "Without status" +msgstr "Without status" + +#: ../../godmode/massive/massive_edit_agents.php:391 +#: ../../godmode/agentes/agent_manager.php:377 +#: ../../godmode/agentes/agent_conf_gis.php:78 +msgid "Ignore new GIS data:" +msgstr "Ignore new GIS data:" + +#: ../../godmode/massive/massive_edit_agents.php:397 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/agentes/module_manager_editor_common.php:528 +#: ../../godmode/agentes/agent_manager.php:390 +#: ../../godmode/agentes/module_manager.php:589 +#: ../../godmode/agentes/planned_downtime.list.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/agentes/modificar_agente.php:498 +#: ../../operation/agentes/estado_agente.php:547 +#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../mobile/operation/agent.php:125 +#: ../../include/class/Tree.class.php:1784 ../../include/ajax/module.php:849 +msgid "Quiet" +msgstr "Quiet" + +#: ../../godmode/massive/massive_edit_agents.php:398 +#: ../../godmode/agentes/agent_manager.php:392 +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/massive/massive_edit_agents.php:427 +#: ../../godmode/agentes/agent_manager.php:415 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:429 +#: ../../godmode/agentes/agent_manager.php:417 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:431 +#: ../../godmode/agentes/agent_manager.php:419 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "" + +#: ../../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_delete_modules.php:396 +#: ../../godmode/massive/massive_edit_modules.php:238 +msgid "Selection mode" +msgstr "Selection mode" + +#: ../../godmode/massive/massive_delete_modules.php:397 +#: ../../godmode/massive/massive_edit_modules.php:239 +msgid "Select modules first" +msgstr "Select the modules first" + +#: ../../godmode/massive/massive_delete_modules.php:399 +#: ../../godmode/massive/massive_edit_modules.php:241 +msgid "Select agents first" +msgstr "Select the agents first" + +#: ../../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/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/massive/massive_delete_modules.php:464 +#: ../../godmode/massive/massive_edit_modules.php:292 +#, fuzzy +msgid "Module Status" +msgstr "Module status" + +#: ../../godmode/massive/massive_delete_modules.php:483 +#: ../../godmode/massive/massive_edit_modules.php:310 +msgid "When select modules" +msgstr "When selecting modules" + +#: ../../godmode/massive/massive_delete_modules.php:486 +#: ../../godmode/massive/massive_edit_modules.php:313 +msgid "Show common agents" +msgstr "Show common agents" + +#: ../../godmode/massive/massive_delete_modules.php:487 +#: ../../godmode/massive/massive_edit_modules.php:314 +msgid "Show all agents" +msgstr "Show all agents" + +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:347 +msgid "Show unknown and not init modules" +msgstr "" + +#: ../../godmode/massive/massive_delete_agents.php:57 #, php-format -msgid "Show %s of %s. View all matches" -msgstr "Show %s of %s. Show all matching entities." +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" -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "Position (Lat, Long, Alt)" +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "Successfully deleted (%s)" -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "Start contact" +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "Add alerts in bulk" -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "Num reports" +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "Delete alerts in bulk" -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "Default map position" +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "Add alert actions in bulk" -#: ../../operation/gis_maps/gis_map.php:29 -#: ../../godmode/gis_maps/configure_gis_map.php:214 -msgid "GIS Maps list" -msgstr "List of GIS maps" +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "Delete alert actions in bulk" -#: ../../operation/gis_maps/gis_map.php:175 -msgid "No maps found" -msgstr "No maps found" +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "Enable/disable alerts in bulk" -#: ../../operation/gis_maps/gis_map.php:194 -msgid "Caution: Do you want delete the map?" -msgstr "Caution: Do you want delete the map?" +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "Set alerts standby in bulk" -#: ../../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?" +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "Edit agents in bulk" -#: ../../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" +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "Delete agents in bulk" -#: ../../operation/gis_maps/render_view.php:132 -#: ../../include/functions.php:2570 -msgid "5 seconds" -msgstr "5 seconds" +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "Add profiles in bulk" -#: ../../operation/gis_maps/render_view.php:133 -#: ../../include/functions.php:2571 -msgid "10 seconds" -msgstr "10 seconds" +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "Delete profiles in bulk" -#: ../../operation/gis_maps/render_view.php:134 -#: ../../include/functions.php:2573 -msgid "30 seconds" -msgstr "30 seconds" +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "Delete modules in bulk" -#: ../../operation/gis_maps/render_view.php:142 -msgid "Refresh: " -msgstr "Refresh: " +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "Edit modules in bulk" -#: ../../operation/gis_maps/render_view.php:151 -msgid "Show agents by state: " -msgstr "Show agents according to status: " +#: ../../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_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:287 +#: ../../godmode/modules/manage_network_components_form_plugin.php:22 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 +#: ../../extensions/plugin_registration.php:418 +msgid "Plugin" +msgstr "Plugin" + +#: ../../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_tags.php:107 +msgid "No tag selected" +msgstr "No tag selected" + +#: ../../godmode/massive/massive_edit_modules.php:321 +#, fuzzy +msgid "Agent Status" +msgstr "Agent status" + +#: ../../godmode/massive/massive_edit_modules.php:467 +msgid "SMNP community" +msgstr "SMNP community" + +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 +#: ../../godmode/agentes/module_manager_editor_network.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../extensions/realtime_graphs.php:94 +#: ../../include/functions_snmp_browser.php:506 +msgid "Target IP" +msgstr "Target IP" + +#: ../../godmode/massive/massive_edit_modules.php:474 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:751 +#: ../../godmode/agentes/module_manager_editor_network.php:102 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 +msgid "SNMP version" +msgstr "SNMP version" + +#: ../../godmode/massive/massive_edit_modules.php:477 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:764 +#: ../../godmode/agentes/module_manager_editor_network.php:186 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 +#: ../../include/functions_snmp_browser.php:530 +msgid "Auth user" +msgstr "Authenticate user" + +#: ../../godmode/massive/massive_edit_modules.php:480 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:766 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 +#: ../../include/functions_snmp_browser.php:532 +msgid "Auth password" +msgstr "Authenticate password" + +#: ../../godmode/massive/massive_edit_modules.php:481 +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +msgid "The pass length must be eight character minimum." +msgstr "The pass length must be eight character minimum." + +#: ../../godmode/massive/massive_edit_modules.php:483 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:770 +#: ../../godmode/agentes/module_manager_editor_network.php:197 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 +#: ../../include/functions_snmp_browser.php:536 +msgid "Privacy method" +msgstr "Privacy method" + +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../include/functions_snmp_browser.php:537 +msgid "DES" +msgstr "DES" + +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../include/functions_snmp_browser.php:537 +msgid "AES" +msgstr "AES" + +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/modules/manage_network_components_form_network.php:67 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../include/functions_snmp_browser.php:538 +msgid "Privacy pass" +msgstr "Privacy pass" + +#: ../../godmode/massive/massive_edit_modules.php:487 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:775 +#: ../../godmode/agentes/module_manager_editor_network.php:207 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../include/functions_snmp_browser.php:541 +msgid "Auth method" +msgstr "Authentication method" + +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../include/functions_snmp_browser.php:542 +msgid "MD5" +msgstr "MD5" + +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../include/functions_snmp_browser.php:542 +msgid "SHA" +msgstr "SHA" + +#: ../../godmode/massive/massive_edit_modules.php:489 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:777 +#: ../../godmode/agentes/module_manager_editor_network.php:209 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 +#: ../../include/functions_snmp_browser.php:543 +msgid "Security level" +msgstr "Security level" + +#: ../../godmode/massive/massive_edit_modules.php:490 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:778 +#: ../../godmode/agentes/module_manager_editor_network.php:210 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../include/functions_snmp_browser.php:544 +msgid "Not auth and not privacy method" +msgstr "Non-authenticated and non-private method" + +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and not privacy method" +msgstr "Authenticated and non-private method" + +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and privacy method" +msgstr "Authenticated and private method" + +#: ../../godmode/massive/massive_edit_modules.php:512 +#: ../../godmode/agentes/module_manager_editor_common.php:390 +msgid "Export target" +msgstr "Export target" + +#: ../../godmode/massive/massive_edit_modules.php:532 +#: ../../godmode/agentes/module_manager_editor_common.php:419 +msgid "FF interval" +msgstr "FF interval" + +#: ../../godmode/massive/massive_edit_modules.php:533 +#: ../../godmode/agentes/module_manager_editor_common.php:422 +msgid "Module execution flip flop time interval (in secs)." +msgstr "Module execution flip flop time interval (in secs)." + +#: ../../godmode/massive/massive_edit_modules.php:551 +msgid "Policy linking status" +msgstr "Policy linking status" + +#: ../../godmode/massive/massive_edit_modules.php:551 +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:552 +msgid "Linked" +msgstr "Linked" + +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/agentes/module_manager.php:635 +#: ../../godmode/agentes/module_manager.php:639 +#: ../../include/ajax/module.php:821 ../../include/ajax/module.php:825 +msgid "Unlinked" +msgstr "Not linked" + +#: ../../godmode/massive/massive_edit_modules.php:582 +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_edit_modules.php:586 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +msgid "Timeout" +msgstr "Timeout" + +#: ../../godmode/massive/massive_edit_modules.php:590 +#: ../../godmode/agentes/module_manager_editor_common.php:563 +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/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_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_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/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_wmi.php:32 +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +msgid "WMI query" +msgstr "WMI query" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +msgid "Key string" +msgstr "Key string" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +msgid "Field number" +msgstr "Field number" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +msgid "Namespace" +msgstr "Namespace" + +#: ../../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_network_components_form_network.php:47 +msgid "SNMP Enterprise String" +msgstr "Enterprise SNMP String" + +#: ../../godmode/modules/manage_network_components_form_network.php:50 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 +#: ../../godmode/agentes/module_manager_editor_network.php:89 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 +msgid "SNMP community" +msgstr "SNMP community" + +#: ../../godmode/modules/manage_network_components_form_network.php:90 +#: ../../godmode/agentes/module_manager_editor_network.php:141 +msgid "TCP send" +msgstr "TCP send" + +#: ../../godmode/modules/manage_network_components_form_network.php:97 +#: ../../godmode/agentes/module_manager_editor_network.php:147 +msgid "TCP receive" +msgstr "TCP receive" + +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" +msgstr "Network component management" + +#: ../../godmode/modules/manage_network_components.php:501 +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:553 +msgid "Max/Min" +msgstr "Max/Min" + +#: ../../godmode/modules/manage_network_components.php:579 +msgid "Network module" +msgstr "Network module" + +#: ../../godmode/modules/manage_network_components.php:583 +msgid "WMI module" +msgstr "WMI module" + +#: ../../godmode/modules/manage_network_components.php:587 +msgid "Plug-in module" +msgstr "Plug-in module" + +#: ../../godmode/modules/manage_network_components.php:618 +msgid "There are no defined network components" +msgstr "There are no network components defined" + +#: ../../godmode/modules/manage_network_components.php:625 +msgid "Create a new network component" +msgstr "Create a new network component" + +#: ../../godmode/modules/manage_network_components.php:626 +msgid "Create a new plugin component" +msgstr "Create a new plug-in component" + +#: ../../godmode/modules/manage_network_components.php:627 +msgid "Create a new WMI component" +msgstr "Create a new WMI component" + +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" +msgstr "Module template management" + +#: ../../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/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" +msgstr "Template successfully deleted" + +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" +msgstr "Error deleting template" + +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" +msgstr "This template does not exist" + +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" +msgstr "There are no network profiles defined" + +#: ../../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:99 +#: ../../godmode/setup/news.php:88 ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/events/event_edit_filter.php:163 +msgid "Not updated. Error updating data" +msgstr "Couldn't update. Error updating data." + +#: ../../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_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/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 +msgid "Update manager messages" +msgstr "" + +#: ../../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 +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 "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 +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/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +msgid "Mark as not read" +msgstr "" + +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +msgid "Mark as read" +msgstr "" + +#: ../../godmode/update_manager/update_manager.messages.php:136 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +#: ../../operation/messages/message_list.php:122 +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +msgid "Subject" +msgstr "Subject" + +#: ../../godmode/update_manager/update_manager.messages.php:186 +msgid "There is not any update manager messages." +msgstr "" + +#: ../../godmode/update_manager/update_manager.online.php:45 +#, 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:52 +#, 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: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/update_manager/update_manager.online.php:74 +msgid "The last version of package installed is:" +msgstr "" + +#: ../../godmode/update_manager/update_manager.online.php:79 +msgid "Checking for the newest package." +msgstr "Checking for the latest package." + +#: ../../godmode/update_manager/update_manager.online.php:83 +msgid "Downloading for the newest package." +msgstr "Downloading the latest package" + +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" +msgstr "Please drop the package here or" + +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" +msgstr "browse it" + +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." +msgstr "The package has been uploaded successfully." + +#: ../../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/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/update_manager/update_manager.offline.php:42 +msgid "Updating" +msgstr "Updating" + +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." +msgstr "Package updated successfully." + +#: ../../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/update_manager/update_manager.offline.php:45 +msgid "Package not updated." +msgstr "Package not updated." #: ../../godmode/category/edit_category.php:43 #: ../../godmode/category/edit_category.php:50 @@ -23044,198 +21143,6 @@ msgstr "Category name" msgid "No categories found" msgstr "No categories found" -#: ../../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" -msgstr "" -"If data compression or purge is more frequent than event cleanups, it could " -"lead to anomalies in module graphs." - -#: ../../godmode/setup/performance.php:50 -#: ../../include/functions_config.php:373 -msgid "Max. days before delete traps" -msgstr "Max. days before trap cleanup" - -#: ../../godmode/setup/performance.php:56 -#: ../../include/functions_config.php:375 -msgid "Max. days before delete string data" -msgstr "Max. days before delete string data" - -#: ../../godmode/setup/performance.php:59 -#: ../../include/functions_config.php:379 -msgid "Max. days before delete GIS data" -msgstr "Max. days before delete GIS data" - -#: ../../godmode/setup/performance.php:62 -#: ../../include/functions_config.php:381 -msgid "Max. days before purge" -msgstr "Max. days before purge" - -#: ../../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/performance.php:65 -#: ../../include/functions_config.php:385 -msgid "Max. days before compact data" -msgstr "Max. days before data compacting" - -#: ../../godmode/setup/performance.php:68 -#: ../../include/functions_config.php:383 -msgid "Max. days before delete unknown modules" -msgstr "Max. days before deleting unknown modules." - -#: ../../godmode/setup/performance.php:80 -msgid "Item limit for realtime reports" -msgstr "" - -#: ../../godmode/setup/performance.php:80 -msgid "" -"Set a value too high cause a slowdown on console and a performance penalty " -"in the system." -msgstr "" - -#: ../../godmode/setup/performance.php:84 -#: ../../include/functions_config.php:389 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Compact interpolation in hours (1 Fine-20 bad)" - -#: ../../godmode/setup/performance.php:84 -msgid "Data will be compacted in intervals of the specified length." -msgstr "Data will be compacted in intervals of the specified length." - -#: ../../godmode/setup/performance.php:91 -msgid "Last day" -msgstr "Last day" - -#: ../../godmode/setup/performance.php:93 -msgid "10 days" -msgstr "10 days" - -#: ../../godmode/setup/performance.php:95 -msgid "2 weeks" -msgstr "2 weeks" - -#: ../../godmode/setup/performance.php:101 -#: ../../include/functions_config.php:393 -msgid "Use realtime statistics" -msgstr "Use realtime statistics" - -#: ../../godmode/setup/performance.php:105 -#: ../../include/functions_config.php:395 -msgid "Batch statistics period (secs)" -msgstr "Batch statistics period (secs)" - -#: ../../godmode/setup/performance.php:105 -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/performance.php:112 -#: ../../include/functions_config.php:399 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. recommended number of files in attachment directory" - -#: ../../godmode/setup/performance.php:112 -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/performance.php:115 -#: ../../include/functions_config.php:401 -msgid "Delete not init modules" -msgstr "Delete not init modules" - -#: ../../godmode/setup/performance.php:121 -msgid "Database maintenance options" -msgstr "Database maintenance options" - -#: ../../godmode/setup/performance.php:127 -#: ../../include/functions_graph.php:2977 -msgid "Others" -msgstr "Others" - -#: ../../godmode/setup/setup_auth.php:58 -msgid "Local Pandora FMS" -msgstr "Local Pandora FMS" - -#: ../../godmode/setup/setup_auth.php:58 -msgid "ldap" -msgstr "LDAP" - -#: ../../godmode/setup/setup_auth.php:70 -msgid "" -"Enable this option if you want to fallback to local authentication when " -"remote (ldap etc...) authentication failed." -msgstr "" -"Please enable this option if you wish to fallback to a local authentication " -"protocol, should remote authentication (LDAP etc,) fails." - -#: ../../godmode/setup/setup_auth.php:222 -msgid "" -"If this option is enabled, the users can use double authentication with " -"their accounts" -msgstr "" -"If this option is enabled, double authentication for user accounts will be " -"available." - -#: ../../godmode/setup/setup_auth.php:234 -msgid "Session timeout (mins)" -msgstr "Session timeout (mins)" - -#: ../../godmode/setup/setup_auth.php:235 -msgid "This is defined in minutes" -msgstr "This is defined in minutes" - -#: ../../godmode/setup/file_manager.php:63 -#: ../../godmode/servers/plugin.php:224 -#: ../../include/functions_filemanager.php:561 -#, php-format -msgid "Index of %s" -msgstr "Index of %s" - -#: ../../godmode/setup/setup.php:90 ../../godmode/setup/setup.php:125 -#: ../../godmode/menu.php:245 -msgid "Visual styles" -msgstr "Visual styles" - -#: ../../godmode/setup/setup.php:145 -msgid "Correct update the setup options" -msgstr "Correctly updated the setup options" - -#: ../../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 -msgid "Create OS" -msgstr "" - -#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:259 -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/gis_step_2.php:39 msgid "Create new map connection" msgstr "Create new map connection" @@ -23372,6 +21279,21 @@ msgstr "Change on the map" msgid "This selects what to change by clicking on the map" msgstr "This selects what to change by clicking on the map" +#: ../../godmode/setup/gis_step_2.php:296 +#: ../../operation/agentes/gis_view.php:179 +msgid "Latitude" +msgstr "Latitude" + +#: ../../godmode/setup/gis_step_2.php:300 +#: ../../operation/agentes/gis_view.php:178 +msgid "Longitude" +msgstr "Longitude" + +#: ../../godmode/setup/gis_step_2.php:304 +#: ../../operation/agentes/gis_view.php:180 +msgid "Altitude" +msgstr "Altitude" + #: ../../godmode/setup/gis_step_2.php:353 #: ../../godmode/setup/gis_step_2.php:446 msgid "Center" @@ -23381,6 +21303,142 @@ msgstr "Centre" msgid "Refresh preview map" msgstr "Refresh preview map" +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "Licence Management" + +#: ../../godmode/setup/file_manager.php:63 +#: ../../godmode/servers/plugin.php:224 +#: ../../include/functions_filemanager.php:561 +#, php-format +msgid "Index of %s" +msgstr "Index of %s" + +#: ../../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 "" +"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:125 +msgid "" +"If this option is enabled, the users can use double authentication with " +"their accounts" +msgstr "" +"If this option is enabled, double authentication for user accounts will be " +"available." + +#: ../../godmode/setup/setup_auth.php:137 +msgid "Session timeout (mins)" +msgstr "Session timeout (mins)" + +#: ../../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/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "There are no operating systems defined" + +#: ../../godmode/setup/os.list.php:81 +msgid "Create OS" +msgstr "" + +#: ../../godmode/setup/links.php:27 +msgid "Link management" +msgstr "Link management" + +#: ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" +msgstr "There was a problem creating the link" + +#: ../../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:86 ../../godmode/setup/news.php:130 +msgid "Name error" +msgstr "Map not found" + +#: ../../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/setup.php:90 ../../godmode/setup/setup.php:125 +#: ../../godmode/menu.php:245 +msgid "Visual styles" +msgstr "Visual styles" + +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +#: ../../godmode/menu.php:255 ../../operation/agentes/ver_agente.php:1032 +#: ../../operation/agentes/ver_agente.php:1187 +msgid "eHorus" +msgstr "" + +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" +msgstr "Correctly updated the setup options" + +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "Failure creating OS" + +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "Success creating OS" + +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "Success updating OS" + +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "Error updating OS" + +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "This OS is being used" + +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "Success deleting" + +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" +msgstr "Error deleting" + +#: ../../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:263 +msgid "Edit OS" +msgstr "Edit OS" + #: ../../godmode/setup/setup_general.php:57 #: ../../include/functions_config.php:131 msgid "Remote config directory" @@ -23543,8 +21601,7 @@ msgstr "Allows creating planned downtimes for past dates" #: ../../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" +msgstr "The planned downtimes created in the past will affect the SLA reports" #: ../../godmode/setup/setup_general.php:284 #: ../../include/functions_config.php:202 @@ -23584,45 +21641,10 @@ 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/links.php:27 -msgid "Link management" -msgstr "Link management" - -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "There was a problem creating the link" - -#: ../../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:86 ../../godmode/setup/news.php:130 -msgid "Name error" -msgstr "Map not found" - -#: ../../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/news.php:28 msgid "Site news management" msgstr "Site news management" -#: ../../godmode/setup/news.php:88 -#: ../../godmode/modules/manage_nc_groups.php:99 -#: ../../godmode/events/event_edit_filter.php:163 -#: ../../godmode/netflow/nf_edit_form.php:132 -msgid "Not updated. Error updating data" -msgstr "Couldn't update. Error updating data." - #: ../../godmode/setup/news.php:167 msgid "Modal screen" msgstr "Modal Window" @@ -23639,6 +21661,12 @@ msgstr "Expiration" msgid "There are no defined news" msgstr "There are no news defined" +#: ../../godmode/setup/news.php:222 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../operation/agentes/estado_generalagente.php:393 +msgid "Author" +msgstr "Author" + #: ../../godmode/setup/news.php:242 msgid "Modal" msgstr "Modal" @@ -23651,8 +21679,132 @@ msgstr "Board" msgid "Expired" msgstr "Expired" +#: ../../godmode/setup/performance.php:49 +msgid "" +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" +msgstr "" +"If data compression or purge is more frequent than event cleanups, it could " +"lead to anomalies in module graphs." + +#: ../../godmode/setup/performance.php:52 +#: ../../include/functions_config.php:373 +msgid "Max. days before delete traps" +msgstr "Max. days before trap cleanup" + +#: ../../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/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 "" +"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/performance.php:67 +#: ../../include/functions_config.php:385 +msgid "Max. days before compact data" +msgstr "Max. days before data compacting" + +#: ../../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/setup/performance.php:82 +msgid "Item limit for realtime reports" +msgstr "" + +#: ../../godmode/setup/performance.php:82 +msgid "" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." +msgstr "" + +#: ../../godmode/setup/performance.php:86 +#: ../../include/functions_config.php:389 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Compact interpolation in hours (1 Fine-20 bad)" + +#: ../../godmode/setup/performance.php:86 +msgid "Data will be compacted in intervals of the specified length." +msgstr "Data will be compacted in intervals of the specified length." + +#: ../../godmode/setup/performance.php:93 +msgid "Last day" +msgstr "Last day" + +#: ../../godmode/setup/performance.php:95 +msgid "10 days" +msgstr "10 days" + +#: ../../godmode/setup/performance.php:97 +msgid "2 weeks" +msgstr "2 weeks" + +#: ../../godmode/setup/performance.php:103 +#: ../../include/functions_config.php:393 +msgid "Use realtime statistics" +msgstr "Use realtime statistics" + +#: ../../godmode/setup/performance.php:107 +#: ../../include/functions_config.php:395 +msgid "Batch statistics period (secs)" +msgstr "Batch statistics period (secs)" + +#: ../../godmode/setup/performance.php:107 +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/performance.php:114 +#: ../../include/functions_config.php:399 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. recommended number of files in attachment directory" + +#: ../../godmode/setup/performance.php:114 +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/performance.php:117 +#: ../../include/functions_config.php:401 +msgid "Delete not init modules" +msgstr "Delete not init modules" + +#: ../../godmode/setup/performance.php:123 +msgid "Database maintenance options" +msgstr "Database maintenance options" + +#: ../../godmode/setup/performance.php:129 +#: ../../include/functions_graph.php:2992 +msgid "Others" +msgstr "Others" + #: ../../godmode/setup/setup_ehorus.php:54 -#: ../../include/functions_config.php:662 +#: ../../include/functions_config.php:666 msgid "Enable eHorus" msgstr "" @@ -23746,6 +21898,18 @@ msgstr "" msgid "Invalid password" msgstr "" +#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:259 +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_netflow.php:41 #: ../../include/functions_config.php:616 msgid "Data storage path" @@ -23808,6 +21972,16 @@ msgstr "Sets the max. lifespan for netflow data, in days." msgid "Name resolution for IP address" msgstr "Enable IP address name resolution" +#: ../../godmode/setup/setup_netflow.php:69 +#: ../../operation/netflow/nf_live_view.php:267 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Resolves IP addresses in order to obtain the hostname" + +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../operation/netflow/nf_live_view.php:264 +msgid "IP address resolution can take a lot of time" +msgstr "This process can take a long time" + #: ../../godmode/setup/setup_visuals.php:74 #: ../../include/functions_config.php:468 msgid "Default interval for refresh on Visual Console" @@ -24120,2696 +22294,11 @@ msgstr "GIS icon preview" msgid "Status set preview" msgstr "Status set preview" -#: ../../godmode/setup/os.php:73 -msgid "Fail creating OS" -msgstr "Failure creating OS" - -#: ../../godmode/setup/os.php:80 -msgid "Success creating OS" -msgstr "Success creating OS" - -#: ../../godmode/setup/os.php:100 -msgid "Success updatng OS" -msgstr "Success updating OS" - -#: ../../godmode/setup/os.php:100 -msgid "Error updating OS" -msgstr "Error updating OS" - -#: ../../godmode/setup/os.php:119 -msgid "There are agents with this OS." -msgstr "This OS is being used" - -#: ../../godmode/setup/os.php:124 -msgid "Success deleting" -msgstr "Success deleting" - -#: ../../godmode/setup/os.php:124 -msgid "Error deleting" -msgstr "Error deleting" - -#: ../../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:263 -msgid "Edit OS" -msgstr "Edit OS" - -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "Licence Management" - -#: ../../godmode/tag/tag.php:80 -msgid "Number of modules" -msgstr "Number of modules" - -#: ../../godmode/tag/tag.php:82 -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" - -#: ../../godmode/tag/tag.php:125 -msgid "Successfully deleted tag" -msgstr "Tag successfully deleted" - -#: ../../godmode/tag/tag.php:201 -msgid "Detail information" -msgstr "Detail information" - -#: ../../godmode/tag/tag.php:202 -msgid "Number of modules affected" -msgstr "Number of modules affected" - -#: ../../godmode/tag/tag.php:204 ../../godmode/tag/edit_tag.php:205 -#: ../../godmode/users/user_list.php:406 -msgid "Phone" -msgstr "Phone" - -#: ../../godmode/tag/tag.php:222 -msgid "Tag details" -msgstr "Tag details" - -#: ../../godmode/tag/tag.php:249 -#, php-format -msgid "Emails for the tag: %s" -msgstr "E-mails for the tag: %s" - -#: ../../godmode/tag/tag.php:264 -#, php-format -msgid "Phones for the tag: %s" -msgstr "Phone numbers for the tag: %s" - -#: ../../godmode/tag/tag.php:282 -msgid "No tags defined" -msgstr "No tags defined" - -#: ../../godmode/tag/tag.php:298 -msgid "Create tag" -msgstr "Create tag" - -#: ../../godmode/tag/edit_tag.php:92 -msgid "Error updating tag" -msgstr "Error updating tag" - -#: ../../godmode/tag/edit_tag.php:96 -msgid "Successfully updated tag" -msgstr "Successfully updated tag" - -#: ../../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." - -#: ../../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_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_components_form_wmi.php:32 -#: ../../godmode/agentes/module_manager_editor_wmi.php:64 -msgid "WMI query" -msgstr "WMI query" - -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -#: ../../godmode/agentes/module_manager_editor_wmi.php:73 -msgid "Key string" -msgstr "Key string" - -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -#: ../../godmode/agentes/module_manager_editor_wmi.php:77 -msgid "Field number" -msgstr "Field number" - -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 -#: ../../godmode/agentes/module_manager_editor_wmi.php:47 -msgid "Namespace" -msgstr "Namespace" - -#: ../../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_templates_form.php:32 -#: ../../godmode/modules/manage_network_templates.php:39 -msgid "Module template management" -msgstr "Module template management" - -#: ../../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/modules/manage_network_templates.php:61 -msgid "Template successfully deleted" -msgstr "Template successfully deleted" - -#: ../../godmode/modules/manage_network_templates.php:62 -msgid "Error deleting template" -msgstr "Error deleting template" - -#: ../../godmode/modules/manage_network_templates.php:94 -msgid "This template does not exist" -msgstr "This template does not exist" - -#: ../../godmode/modules/manage_network_templates.php:232 -msgid "There are no defined network profiles" -msgstr "There are no network profiles defined" - -#: ../../godmode/modules/manage_network_components_form_network.php:40 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:751 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 -#: ../../godmode/agentes/module_manager_editor_network.php:102 -#: ../../godmode/massive/massive_edit_modules.php:463 -msgid "SNMP version" -msgstr "SNMP version" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "Enterprise SNMP String" - -#: ../../godmode/modules/manage_network_components_form_network.php:50 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 -#: ../../godmode/agentes/module_manager_editor_network.php:89 -msgid "SNMP community" -msgstr "SNMP community" - -#: ../../godmode/modules/manage_network_components_form_network.php:57 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:764 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:466 -#: ../../include/functions_snmp_browser.php:530 -msgid "Auth user" -msgstr "Authenticate user" - -#: ../../godmode/modules/manage_network_components_form_network.php:59 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:766 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 -#: ../../godmode/agentes/module_manager_editor_network.php:189 -#: ../../godmode/massive/massive_edit_modules.php:469 -#: ../../include/functions_snmp_browser.php:532 -msgid "Auth password" -msgstr "Authenticate password" - -#: ../../godmode/modules/manage_network_components_form_network.php:65 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:770 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 -#: ../../godmode/agentes/module_manager_editor_network.php:197 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../include/functions_snmp_browser.php:536 -msgid "Privacy method" -msgstr "Privacy method" - -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/module_manager_editor_network.php:198 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../include/functions_snmp_browser.php:537 -msgid "DES" -msgstr "DES" - -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/module_manager_editor_network.php:198 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../include/functions_snmp_browser.php:537 -msgid "AES" -msgstr "AES" - -#: ../../godmode/modules/manage_network_components_form_network.php:67 -#: ../../godmode/agentes/module_manager_editor_network.php:199 -#: ../../godmode/massive/massive_edit_modules.php:474 -#: ../../include/functions_snmp_browser.php:538 -msgid "Privacy pass" -msgstr "Privacy pass" - -#: ../../godmode/modules/manage_network_components_form_network.php:72 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:775 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/module_manager_editor_network.php:207 -#: ../../godmode/massive/massive_edit_modules.php:476 -#: ../../include/functions_snmp_browser.php:541 -msgid "Auth method" -msgstr "Authentication method" - -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/module_manager_editor_network.php:208 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../include/functions_snmp_browser.php:542 -msgid "MD5" -msgstr "MD5" - -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/module_manager_editor_network.php:208 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../include/functions_snmp_browser.php:542 -msgid "SHA" -msgstr "SHA" - -#: ../../godmode/modules/manage_network_components_form_network.php:74 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:777 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 -#: ../../godmode/agentes/module_manager_editor_network.php:209 -#: ../../godmode/massive/massive_edit_modules.php:478 -#: ../../include/functions_snmp_browser.php:543 -msgid "Security level" -msgstr "Security level" - -#: ../../godmode/modules/manage_network_components_form_network.php:75 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:778 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 -#: ../../godmode/agentes/module_manager_editor_network.php:210 -#: ../../godmode/massive/massive_edit_modules.php:479 -#: ../../include/functions_snmp_browser.php:544 -msgid "Not auth and not privacy method" -msgstr "Non-authenticated and non-private method" - -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/module_manager_editor_network.php:211 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../include/functions_snmp_browser.php:545 -msgid "Auth and not privacy method" -msgstr "Authenticated and non-private method" - -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/module_manager_editor_network.php:211 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../include/functions_snmp_browser.php:545 -msgid "Auth and privacy method" -msgstr "Authenticated and private method" - -#: ../../godmode/modules/manage_network_components_form_network.php:90 -#: ../../godmode/agentes/module_manager_editor_network.php:141 -msgid "TCP send" -msgstr "TCP send" - -#: ../../godmode/modules/manage_network_components_form_network.php:97 -#: ../../godmode/agentes/module_manager_editor_network.php:147 -msgid "TCP receive" -msgstr "TCP receive" - -#: ../../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_network_components.php:51 -msgid "Network component management" -msgstr "Network component management" - -#: ../../godmode/modules/manage_network_components.php:501 -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:553 -msgid "Max/Min" -msgstr "Max/Min" - -#: ../../godmode/modules/manage_network_components.php:579 -msgid "Network module" -msgstr "Network module" - -#: ../../godmode/modules/manage_network_components.php:583 -msgid "WMI module" -msgstr "WMI module" - -#: ../../godmode/modules/manage_network_components.php:587 -msgid "Plug-in module" -msgstr "Plug-in module" - -#: ../../godmode/modules/manage_network_components.php:618 -msgid "There are no defined network components" -msgstr "There are no network components defined" - -#: ../../godmode/modules/manage_network_components.php:625 -msgid "Create a new network component" -msgstr "Create a new network component" - -#: ../../godmode/modules/manage_network_components.php:626 -msgid "Create a new plugin component" -msgstr "Create a new plug-in component" - -#: ../../godmode/modules/manage_network_components.php:627 -msgid "Create a new WMI component" -msgstr "Create a new WMI component" - -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "Load default event fields" - -#: ../../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/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "No responses found" - -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "Create response" - -#: ../../godmode/events/event_filter.php:158 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -msgstr "There are no filters set" - -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" -msgstr "Response added succesfully" - -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" -msgstr "Response cannot be added" - -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" -msgstr "Response successfully updated" - -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" -msgstr "Response cannot be updated" - -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" -msgstr "Response successfully deleted" - -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" -msgstr "Response cannot be deleted" - -#: ../../godmode/events/event_edit_filter.php:192 -msgid "Update Filter" -msgstr "Update Filter" - -#: ../../godmode/events/event_edit_filter.php:195 -msgid "Create Filter" -msgstr "Create Filter" - -#: ../../godmode/events/event_edit_filter.php:209 -msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" -msgstr "" -"This group will be used to restrict visibility for this filter with ACLs." - -#: ../../godmode/events/event_edit_filter.php:275 -msgid "Choose between the users who have validated an event. " -msgstr "Choose among the users who have validated an event. " - -#: ../../godmode/events/events.php:42 #: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/events/events.php:42 msgid "Filter list" msgstr "Filter list" -#: ../../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/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/alerts/configure_alert_action.php:128 -#: ../../godmode/alerts/configure_alert_command.php:150 -#: ../../godmode/massive/massive_edit_plugins.php:437 -#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 -#: ../../godmode/servers/plugin.php:737 -#: ../../godmode/servers/recon_script.php:370 -msgid "Command" -msgstr "Command" - -#: ../../godmode/alerts/configure_alert_action.php:57 -#: ../../godmode/alerts/configure_alert_action.php:66 -msgid "Configure alert action" -msgstr "Configure alert action" - -#: ../../godmode/alerts/configure_alert_action.php:98 -msgid "Update Action" -msgstr "Update Action" - -#: ../../godmode/alerts/configure_alert_action.php:136 -#: ../../godmode/alerts/configure_alert_command.php:130 -msgid "Create Command" -msgstr "Create Command" - -#: ../../godmode/alerts/configure_alert_action.php:148 -#: ../../godmode/alerts/alert_view.php:420 -msgid "Firing" -msgstr "Firing" - -#: ../../godmode/alerts/configure_alert_action.php:149 -msgid "Recovery" -msgstr "Recovery" - -#: ../../godmode/alerts/configure_alert_action.php:153 -#: ../../godmode/alerts/alert_view.php:508 -#: ../../godmode/alerts/alert_view.php:595 -#: ../../godmode/servers/plugin.php:381 -msgid "Command preview" -msgstr "Command preview" - -#: ../../godmode/alerts/alert_list.list.php:124 -msgid "Field content" -msgstr "Field content" - -#: ../../godmode/alerts/alert_list.list.php:133 -msgid "Enabled / Disabled" -msgstr "Enabled / Disabled" - -#: ../../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 "" -"Default actions will run every time an alert is fired and no other action is " -"executed." - -#: ../../godmode/alerts/alert_list.list.php:550 -msgid "Delete action" -msgstr "Delete action" - -#: ../../godmode/alerts/alert_list.list.php:709 -msgid "View alert advanced details" -msgstr "View the alert's advanced details" - -#: ../../godmode/alerts/alert_list.list.php:720 -msgid "No alerts defined" -msgstr "No alerts defined" - -#: ../../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/alerts/configure_alert_template.php:495 -#: ../../godmode/alerts/alert_list.builder.php:131 -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:94 -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:649 -msgid "Alert recovery" -msgstr "Alert recovery" - -#: ../../godmode/alerts/configure_alert_template.php:657 -#: ../../godmode/alerts/alert_view.php:438 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Firing fields" -msgstr "Triggering fields" - -#: ../../godmode/alerts/configure_alert_template.php:658 -msgid "Recovery fields" -msgstr "Recovery fields" - -#: ../../godmode/alerts/configure_alert_template.php:761 -msgid "No wizard" -msgstr "No wizard" - -#: ../../godmode/alerts/configure_alert_template.php:831 -#: ../../godmode/alerts/alert_view.php:144 ../../include/functions_ui.php:998 -msgid "" -"The alert would fire when the value matches " -msgstr "" -"The alert is triggered when the value matches " - -#: ../../godmode/alerts/configure_alert_template.php:832 -#, 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:833 -#: ../../godmode/alerts/alert_view.php:152 ../../include/functions_ui.php:989 -msgid "The alert would fire when the value is " -msgstr "" -"The alert is triggered when the value is equal to " - -#: ../../godmode/alerts/configure_alert_template.php:834 -#: ../../godmode/alerts/alert_view.php:156 ../../include/functions_ui.php:993 -msgid "The alert would fire when the value is not " -msgstr "" -"The alert is triggered when the value is different to " - -#: ../../godmode/alerts/configure_alert_template.php:835 -#: ../../godmode/alerts/alert_view.php:161 ../../include/functions_ui.php:1007 -msgid "" -"The alert would fire when the value is between and " -"" -msgstr "" -"The alert is triggered when the value is between " -"and " - -#: ../../godmode/alerts/configure_alert_template.php:836 -msgid "" -"The alert would fire when the value is not between and " -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:837 -#: ../../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:838 -#: ../../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:839 -#: ../../godmode/alerts/alert_view.php:186 ../../include/functions_ui.php:1024 -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/configure_alert_template.php:840 -#: ../../godmode/alerts/alert_view.php:189 ../../include/functions_ui.php:1029 -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/configure_alert_template.php:841 -#: ../../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:842 -#: ../../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:843 -#: ../../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:844 -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_view.php:49 -#: ../../godmode/alerts/alert_view.php:324 -#: ../../include/functions_events.php:2138 -msgid "Alert details" -msgstr "Alert details" - -#: ../../godmode/alerts/alert_view.php:61 -#: ../../godmode/alerts/alert_view.php:62 -#: ../../godmode/alerts/alert_view.php:63 -#: ../../godmode/alerts/alert_list.php:286 -msgid "List alerts" -msgstr "List alerts" - -#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1001 -msgid "" -"The alert would fire when the value doesn't match " -msgstr "" -"The alert is triggered when the value doesn't match " - -#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1010 -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:310 -msgid "Number of alerts" -msgstr "Number of alerts" - -#: ../../godmode/alerts/alert_view.php:325 -msgid "Firing conditions" -msgstr "Firing conditions" - -#: ../../godmode/alerts/alert_view.php:348 -#: ../../godmode/alerts/alert_view.php:370 -msgid "Every time that the alert is fired" -msgstr "Every time that the alert is fired" - -#: ../../godmode/alerts/alert_view.php:414 -msgid "" -"Select the desired action and mode to see the Firing/Recovery fields for " -"this action" -msgstr "" -"Select the desired action and mode to view the Firing/Recovery fields for " -"this action" - -#: ../../godmode/alerts/alert_view.php:417 -msgid "Select the action" -msgstr "Choose an action" - -#: ../../godmode/alerts/alert_view.php:421 -msgid "Recovering" -msgstr "Recovering" - -#: ../../godmode/alerts/alert_view.php:439 -msgid "" -"Fields passed to the command executed by this action when the alert is fired" -msgstr "" -"When the alert is triggered, action definining fields will be passed to the " -"command." - -#: ../../godmode/alerts/alert_view.php:442 -#: ../../godmode/alerts/alert_view.php:531 -msgid "Fields configured on the command associated to the action" -msgstr "Fields configured on the command associated to the action" - -#: ../../godmode/alerts/alert_view.php:443 -msgid "Template fields" -msgstr "Template fields" - -#: ../../godmode/alerts/alert_view.php:444 -msgid "Triggering fields configured in template" -msgstr "Triggering fields configured in template" - -#: ../../godmode/alerts/alert_view.php:445 -msgid "Action fields" -msgstr "Action fields" - -#: ../../godmode/alerts/alert_view.php:446 -msgid "Triggering fields configured in action" -msgstr "Triggering fields configured in action" - -#: ../../godmode/alerts/alert_view.php:448 -msgid "Executed on firing" -msgstr "Executed upon triggering" - -#: ../../godmode/alerts/alert_view.php:449 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Fields used on execution when the alert is fired" -msgstr "Fields used on execution when the alert is fired" - -#: ../../godmode/alerts/alert_view.php:516 -msgid "The alert recovering is disabled on this template." -msgstr "Alert recovery is disabled for this template" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "Recovering fields" -msgstr "Recovery fields" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "" -"Fields passed to the command executed by this action when the alert is " -"recovered" -msgstr "" -"Fields passed to the command executed by this action when the alert is " -"recovered" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Template recovery fields" -msgstr "Template recovery fields" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Recovery fields configured in alert template" -msgstr "Recovery fields configured on alert templates" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Action recovery fields" -msgstr "Action recovery fields" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Recovery fields configured in alert action" -msgstr "Recovery fields configured on alert action" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Executed on recovery" -msgstr "Executed upon recovery" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Fields used on execution when the alert is recovered" -msgstr "Fields used upon execution when the alert is recovered" - -#: ../../godmode/alerts/alert_list.php:79 -msgid "Already added" -msgstr "Already added" - -#: ../../godmode/alerts/alert_list.php:290 -msgid "Builder alert" -msgstr "Builder alert" - -#: ../../godmode/alerts/configure_alert_command.php:42 -msgid "Configure alert command" -msgstr "Configure alert command" - -#: ../../godmode/alerts/configure_alert_command.php:127 -msgid "Update Command" -msgstr "Update Command" - -#: ../../godmode/alerts/configure_alert_command.php:160 -#, php-format -msgid "Field %s description" -msgstr "%s field description" - -#: ../../godmode/alerts/configure_alert_command.php:175 -#, php-format -msgid "Field %s values" -msgstr "%s field values" - -#: ../../godmode/alerts/configure_alert_special_days.php:52 -msgid "Configure special day" -msgstr "Configure special day" - -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 -msgid "Same day of the week" -msgstr "Same day of the week" - -#: ../../godmode/alerts/alert_special_days.php:43 ../../godmode/menu.php:155 -#: ../../godmode/menu.php:156 -msgid "Special days list" -msgstr "List of special days" - -#: ../../godmode/alerts/alert_special_days.php:230 -msgid "No special days configured" -msgstr "No special days configured" - -#: ../../godmode/alerts/alert_commands.php:249 -msgid "Alert commands" -msgstr "Alert commands" - -#: ../../godmode/alerts/alert_commands.php:372 -msgid "No alert commands configured" -msgstr "No alert commands configured" - -#: ../../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/alert_list.builder.php:78 -msgid "Latest value" -msgstr "Latest value" - -#: ../../godmode/alerts/alert_list.builder.php:144 -msgid "Add alert" -msgstr "Add alert" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "No alert templates defined" - -#: ../../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/agent_conf_gis.php:78 -#: ../../godmode/agentes/agent_manager.php:377 -#: ../../godmode/massive/massive_edit_agents.php:391 -msgid "Ignore new GIS data:" -msgstr "Ignore new GIS data:" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 -#, php-format -msgid "Free space on %s" -msgstr "Free space on %s" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s service modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 -#, php-format -msgid "Error creating %s service modules" -msgstr "Error when creating %s service modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s process modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 -#, php-format -msgid "Error creating %s process modules" -msgstr "Error when creating %s service modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "%s disk space modules created successfully" - -#: ../../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" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "%s modules created from components successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 -#, php-format -msgid "Error creating %s modules from components" -msgstr "Error creating %s modules from components" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:713 -#, php-format -msgid "%s modules already exist" -msgstr "%s modules already exist" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 -msgid "WMI Explore" -msgstr "WMI Explorer" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 -msgid "Unable to do WMI explorer" -msgstr "Unable to perform WMI exploration" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:826 -msgid "Free space on disk" -msgstr "Free space on disk" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -msgid "WMI components" -msgstr "WMI components" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:830 -msgid "Wizard mode" -msgstr "Wizard mode" - -#: ../../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 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:886 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:888 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:890 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:892 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:895 -msgid "Add to modules list" -msgstr "Add to the module list" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:897 -msgid "Remove from modules list" -msgstr "Remove from the module list" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:907 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -msgid "Create modules" -msgstr "Create modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1059 -msgid "Modules list is empty" -msgstr "Module list is empty" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 -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:63 -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:63 -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:300 -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:345 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 -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_explorer.php:556 -#, php-format -msgid "Check if the process %s is running or not" -msgstr "Check if the process %s is running or not" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:627 -msgid "Disk use information" -msgstr "Disk use information" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:698 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s modules created succesfully" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:708 -#, php-format -msgid "Error creating %s modules" -msgstr "Error creating %s modules" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 -msgid "Modules created succesfully" -msgstr "Modules successfully created." - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:772 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 -msgid "privacy pass" -msgstr "privacy pass" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 -msgid "SNMP Walk" -msgstr "SNMP Walk" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 -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" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:824 -msgid "Devices" -msgstr "Devices" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:827 -msgid "Temperature sensors" -msgstr "Temperature sensors" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:828 -msgid "Other SNMP data" -msgstr "Other SNMP data" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:849 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 -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:964 -msgid "Device" -msgstr "Device" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 -msgid "Temperature" -msgstr "Temperature" - -#: ../../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:293 -#: ../../godmode/agentes/module_manager_editor_common.php:324 -#: ../../godmode/groups/configure_group.php:167 -#: ../../godmode/massive/massive_edit_agents.php:333 -msgid "Custom ID" -msgstr "Custom ID" - -#: ../../godmode/agentes/agent_manager.php:297 -#: ../../godmode/massive/massive_edit_agents.php:337 -msgid "Module definition" -msgstr "Module definition" - -#: ../../godmode/agentes/agent_manager.php:299 -#: ../../godmode/massive/massive_edit_agents.php:339 -msgid "Learning mode" -msgstr "Apprentice mode" - -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/massive/massive_edit_agents.php:340 -msgid "Normal mode" -msgstr "Normal mode" - -#: ../../godmode/agentes/agent_manager.php:310 -#: ../../godmode/massive/massive_edit_agents.php:346 -msgid "Active" -msgstr "Active" - -#: ../../godmode/agentes/agent_manager.php:317 -#: ../../godmode/agentes/agent_manager.php:339 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Not available" -msgstr "Not available" - -#: ../../godmode/agentes/agent_manager.php:348 -#: ../../godmode/massive/massive_edit_agents.php:382 -msgid "Agent icon" -msgstr "Agent icon" - -#: ../../godmode/agentes/agent_manager.php:348 -msgid "Agent icon for GIS Maps." -msgstr "Agent icon for GIS Maps." - -#: ../../godmode/agentes/agent_manager.php:392 -#: ../../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:415 -#: ../../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:417 -#: ../../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:419 -#: ../../godmode/massive/massive_edit_agents.php:431 -msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" -msgstr "" - -#: ../../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_editor_common.php:68 -msgid "Using module component" -msgstr "Using module component" - -#: ../../godmode/agentes/module_manager_editor_common.php:245 -#: ../../godmode/agentes/module_manager_editor_common.php:264 -msgid "Min. " -msgstr "Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:361 -#: ../../godmode/agentes/module_manager.php:679 -msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." -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:385 -msgid "Any value below this number is discarted." -msgstr "Any value below this number is discarded" - -#: ../../godmode/agentes/module_manager_editor_common.php:387 -msgid "Any value over this number is discarted." -msgstr "Any value larger than this number is discarded" - -#: ../../godmode/agentes/module_manager_editor_common.php:390 -#: ../../godmode/massive/massive_edit_modules.php:501 -msgid "Export target" -msgstr "Export target" - -#: ../../godmode/agentes/module_manager_editor_common.php:400 -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:419 -#: ../../godmode/massive/massive_edit_modules.php:521 -msgid "FF interval" -msgstr "FF interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:422 -#: ../../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/agentes/module_manager_editor_common.php:517 -msgid "Tags from policy" -msgstr "Tags from policy" - -#: ../../godmode/agentes/module_manager_editor_common.php:530 -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:550 -#: ../../godmode/agentes/module_manager_editor_common.php:556 -msgid "Cron" -msgstr "Cron" - -#: ../../godmode/agentes/module_manager_editor_common.php:551 -#: ../../godmode/agentes/module_manager_editor_common.php:557 -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:562 -#: ../../godmode/massive/massive_edit_modules.php:575 -msgid "Timeout" -msgstr "Timeout" - -#: ../../godmode/agentes/module_manager_editor_common.php:563 -#: ../../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:565 -msgid "Retries" -msgstr "Retries" - -#: ../../godmode/agentes/module_manager_editor_common.php:566 -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:608 -#: ../../godmode/agentes/module_manager_editor.php:467 -msgid "Custom macros" -msgstr "Custom macros" - -#: ../../godmode/agentes/module_manager_editor_common.php:641 -msgid "Add relationship" -msgstr "Add relation" - -#: ../../godmode/agentes/module_manager_editor_common.php:659 -msgid "Changes" -msgstr "Changes" - -#: ../../godmode/agentes/module_manager_editor_common.php:659 -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/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/planned_downtime.export_csv.php:199 -#: ../../godmode/agentes/planned_downtime.list.php:358 -msgid "No planned downtime" -msgstr "No planned downtime" - -#: ../../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: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/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/agentes/configurar_agente.php:360 -msgid "Agent wizard" -msgstr "Agent wizard" - -#: ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" -msgstr "SNMP 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:240 -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:1500 -#: ../../include/functions_api.php:6984 -msgid "Save by Pandora Console" -msgstr "Save from Pandora Console" - -#: ../../godmode/agentes/configurar_agente.php:1515 -#: ../../include/functions_api.php:6985 -msgid "Update by Pandora Console" -msgstr "Update from Pandora Console" - -#: ../../godmode/agentes/configurar_agente.php:1528 -#: ../../include/functions_api.php:6986 -msgid "Insert by Pandora Console" -msgstr "Insert from Pandora Console" - -#: ../../godmode/agentes/configurar_agente.php:1582 -#: ../../godmode/agentes/configurar_agente.php:1592 -msgid "Invalid tab specified" -msgstr "Invalid tab specified" - -#: ../../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:144 -msgid "Show Agents" -msgstr "Show Agents" - -#: ../../godmode/agentes/modificar_agente.php:146 -msgid "Everyone" -msgstr "Everyone" - -#: ../../godmode/agentes/modificar_agente.php:147 -msgid "Only disabled" -msgstr "Only disabled" - -#: ../../godmode/agentes/modificar_agente.php:148 -msgid "Only enabled" -msgstr "Only enabled" - -#: ../../godmode/agentes/modificar_agente.php:453 -msgid "Remote agent configuration" -msgstr "Remote agent configuration" - -#: ../../godmode/agentes/modificar_agente.php:453 -msgid "R" -msgstr "R" - -#: ../../godmode/agentes/modificar_agente.php:551 -msgid "Edit remote config" -msgstr "Edit remote configuration" - -#: ../../godmode/agentes/modificar_agente.php:578 -msgid "Enable agent" -msgstr "Enable agent" - -#: ../../godmode/agentes/modificar_agente.php:583 -msgid "Disable agent" -msgstr "Disable agent" - -#: ../../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/agentes/module_manager_editor.php:441 -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:469 -msgid "Module relations" -msgstr "Module relations" - -#: ../../godmode/agentes/module_manager_editor.php:518 -msgid "No module to predict" -msgstr "No module to predict" - -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "No plug-in provided" -msgstr "No plug-in provided" - -#: ../../godmode/agentes/module_manager_editor.php:542 -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/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:189 -#: ../../godmode/agentes/module_manager_editor_network.php:199 -#: ../../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/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:489 -#: ../../godmode/agentes/planned_downtime.list.php:428 -msgid "Disabled Agents" -msgstr "Disable Agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:490 -#: ../../godmode/agentes/planned_downtime.list.php:429 -msgid "Disabled only Alerts" -msgstr "Disable only Alerts" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -#: ../../godmode/agentes/planned_downtime.list.php:153 -msgid "Once" -msgstr "Once" - -#: ../../godmode/agentes/planned_downtime.editor.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:153 -#: ../../godmode/agentes/planned_downtime.list.php:434 -msgid "Periodically" -msgstr "Periodically" - -#: ../../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:2650 -msgid "From:" -msgstr "From:" - -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:2651 -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/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/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/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: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: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: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_incidents.php:67 -msgid "No incidents associated to this agent" -msgstr "No incidents associated to this agent" - -#: ../../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 "There was a problem deleting %s modules, none deleted." -msgstr "There was a problem deleting %s modules, none deleted." - -#: ../../godmode/agentes/module_manager.php:264 -msgid "All Modules deleted succesfully" -msgstr "All Modules deleted succesfully" - -#: ../../godmode/agentes/module_manager.php:268 -#, 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:625 -#: ../../godmode/agentes/module_manager.php:635 -#: ../../include/ajax/module.php:784 ../../include/ajax/module.php:794 -msgid "Adopted" -msgstr "Adopted" - -#: ../../godmode/agentes/module_manager.php:635 -#: ../../godmode/agentes/module_manager.php:639 -#: ../../godmode/massive/massive_edit_modules.php:541 -#: ../../include/ajax/module.php:794 ../../include/ajax/module.php:798 -msgid "Unlinked" -msgstr "Not linked" - -#: ../../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/reporting/reporting_builder.php:80 -msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" -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:81 -msgid "An error has ocurred" -msgstr "An error has ocurred." - -#: ../../godmode/reporting/reporting_builder.php:335 -#: ../../godmode/reporting/reporting_builder.php:1863 -#: ../../godmode/reporting/reporting_builder.php:1915 -msgid "Reports list" -msgstr "Reports list" - -#: ../../godmode/reporting/reporting_builder.php:435 -msgid "Free text for search: " -msgstr "Free text for search: " - -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Search by report name or description, list matches." -msgstr "Search by report name or description, list matches." - -#: ../../godmode/reporting/reporting_builder.php:446 -msgid "Show Option" -msgstr "Show Option" - -#: ../../godmode/reporting/reporting_builder.php:610 -msgid "This report exceeds the item limit for realtime operations" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.php:735 -msgid "Create report" -msgstr "Create report" - -#: ../../godmode/reporting/reporting_builder.php:1986 -msgid "Unsuccessfull action

" -msgstr "" - -#: ../../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/graph_builder.php:217 -msgid "Graph builder" -msgstr "Graph builder" - -#: ../../godmode/reporting/graph_builder.php:237 -msgid "Graph stored successfully" -msgstr "Graph stored successfully" - -#: ../../godmode/reporting/graph_builder.php:237 -msgid "There was a problem storing Graph" -msgstr "There was a problem storing Graph" - -#: ../../godmode/reporting/graph_builder.php:240 -msgid "There was a problem adding Module" -msgstr "There was a problem adding Module" - -#: ../../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/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:571 -msgid "Static Graph" -msgstr "Static Graph" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:572 -msgid "Percentile Item" -msgstr "Percentile Item" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -#: ../../include/functions_visual_map_editor.php:57 -msgid "Simple value" -msgstr "Simple value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:118 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../include/functions_visual_map_editor.php:178 -#: ../../include/functions_filemanager.php:682 -msgid "Image" -msgstr "Image" - -#: ../../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:153 -#: ../../include/functions_visual_map_editor.php:317 -msgid "Min value" -msgstr "Min value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:167 -#: ../../include/functions_visual_map_editor.php:318 -#: ../../include/functions_visual_map_editor.php:360 -msgid "Max value" -msgstr "Max value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:155 -#: ../../include/functions_visual_map_editor.php:319 -msgid "Avg value" -msgstr "Avg value" - -#: ../../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:187 -#: ../../include/functions_visual_map_editor.php:376 -#: ../../include/functions_visual_map_editor.php:395 -msgid "Value to show" -msgstr "Value to show" - -#: ../../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:371 -msgid "Successfully delete." -msgstr "Successfully delete." - -#: ../../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/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:504 -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:158 -#: ../../include/functions_visual_map_editor.php:574 -#: ../../include/functions_visual_map.php:2319 -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_editor.php:62 -#: ../../include/functions_visual_map_editor.php:578 -#: ../../include/functions_visual_map.php:2302 -msgid "Box" -msgstr "Box" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:610 -msgid "Edit label" -msgstr "Edit label" - -#: ../../godmode/reporting/graphs.php:154 -msgid "Number of Graphs" -msgstr "Number of Graphs" - -#: ../../godmode/reporting/graphs.php:213 -msgid "Create graph" -msgstr "Create graph" - -#: ../../godmode/reporting/visual_console_builder.editor.php:146 -msgid "Saving in progress" -msgstr "Saving in progress" - -#: ../../godmode/reporting/visual_console_builder.editor.php:151 -msgid "Deletion in progress" -msgstr "Deletion in progress" - -#: ../../godmode/reporting/graph_builder.main.php:149 -msgid "Type of graph" -msgstr "Type of graph" - -#: ../../godmode/reporting/graph_builder.main.php:161 -msgid "Horizontal bars" -msgstr "Horizontal bars" - -#: ../../godmode/reporting/graph_builder.main.php:162 -msgid "Vertical bars" -msgstr "Vertical bars" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:639 -msgid "Not valid" -msgstr "Not valid" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1080 -msgid "Target server" -msgstr "Target server" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1113 -#: ../../include/functions_reports.php:585 -msgid "SQL query" -msgstr "SQL query" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1232 -msgid "Greater or equal (>=)" -msgstr "Greater or equal to (>=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 -msgid "Less or equal (<=)" -msgstr "Lesser or equal to (<=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1234 -msgid "Less (<)" -msgstr "Lesser than (<)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 -msgid "Greater (>)" -msgstr "Greater than (>)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1236 -msgid "Equal (=)" -msgstr "Equal to (=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 -msgid "Not equal (!=)" -msgstr "Unequal to (!=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1431 -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:1603 -msgid "rate" -msgstr "rate" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1626 -msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." -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:1640 -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/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 -msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" -msgstr "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" - -#: ../../godmode/reporting/visual_console_builder.data.php:124 -msgid "Background image" -msgstr "Background image" - -#: ../../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/groups/configure_modu_group.php:32 -msgid "Module group management" -msgstr "Module group management" - -#: ../../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:75 -#: ../../godmode/groups/group_list.php:208 -msgid "Group successfully created" -msgstr "Group successfully created" - -#: ../../godmode/groups/modu_group_list.php:78 -#: ../../godmode/groups/group_list.php:211 -msgid "There was a problem creating group" -msgstr "There was a problem creating the group" - -#: ../../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:106 -#: ../../godmode/groups/group_list.php:263 -msgid "Group successfully updated" -msgstr "Group successfully updated" - -#: ../../godmode/groups/modu_group_list.php:109 -#: ../../godmode/groups/group_list.php:266 -msgid "There was a problem modifying group" -msgstr "There was a problem modifying the group" - -#: ../../godmode/groups/modu_group_list.php:136 -#: ../../godmode/groups/group_list.php:298 -msgid "There was a problem deleting group" -msgstr "There was a problem deleting group" - -#: ../../godmode/groups/modu_group_list.php:138 -#: ../../godmode/groups/group_list.php:295 -msgid "Group successfully deleted" -msgstr "Group successfully deleted" - -#: ../../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_group.php:90 -msgid "Update group" -msgstr "Update group" - -#: ../../godmode/groups/configure_group.php:92 -#: ../../godmode/groups/group_list.php:393 -msgid "Create group" -msgstr "Create 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/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: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: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:387 -msgid "There are no defined groups" -msgstr "There are no groups defined" - #: ../../godmode/netflow/nf_edit_form.php:59 #: ../../godmode/netflow/nf_edit_form.php:67 msgid "Add filter" @@ -26826,13 +22315,133 @@ msgstr "Netflow Filter" msgid "Netflow filters" msgstr "Netflow filters" +#: ../../godmode/netflow/nf_edit_form.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../operation/events/events_list.php:211 +#: ../../operation/events/events_list.php:242 +msgid "Update filter" +msgstr "Update filter" + #: ../../godmode/netflow/nf_edit_form.php:206 msgid "Filter:" msgstr "Filter:" -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "Manage Netflow Filter" +#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../operation/netflow/nf_live_view.php:331 +msgid "Dst Ip" +msgstr "DST IP" + +#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../operation/netflow/nf_live_view.php:331 +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" + +#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../operation/netflow/nf_live_view.php:340 +msgid "Src Ip" +msgstr "SRC IP" + +#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../operation/netflow/nf_live_view.php:340 +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" + +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Dst Port" +msgstr "DST port" + +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../operation/netflow/nf_live_view.php:352 +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" + +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Src Port" +msgstr "SRC Port" + +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../operation/netflow/nf_live_view.php:361 +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" + +#: ../../godmode/netflow/nf_edit_form.php:225 +#: ../../operation/netflow/nf_live_view.php:379 +msgid "Aggregate by" +msgstr "Aggregate by" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../include/functions_netflow.php:1657 +msgid "Protocol" +msgstr "Protocol" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Src Ip Address" +msgstr "SRC IP address" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Dst Ip Address" +msgstr "DST IP address" + +#: ../../godmode/netflow/nf_edit_form.php:230 +#: ../../operation/netflow/nf_live_view.php:384 +msgid "Output format" +msgstr "Output format" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Kilobytes" +msgstr "Kilobytes" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Megabytes" +msgstr "Megabytes" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Kilobytes per second" +msgstr "Kilobytes per second" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Megabytes per second" +msgstr "Megabytes per second" + +#: ../../godmode/netflow/nf_item_list.php:39 +#: ../../operation/reporting/reporting_viewer.php:77 +msgid "Report list" +msgstr "Report list" #: ../../godmode/netflow/nf_item_list.php:44 #: ../../godmode/netflow/nf_item_list.php:54 @@ -26859,384 +22468,479 @@ msgstr "Chart type" msgid "There are no defined items" msgstr "There are no items defined" -#: ../../godmode/snmpconsole/snmp_alert.php:72 -msgid "Update alert" -msgstr "Update alert" +#: ../../godmode/netflow/nf_edit.php:39 +msgid "Manage Netflow Filter" +msgstr "Manage Netflow Filter" -#: ../../godmode/snmpconsole/snmp_alert.php:80 -msgid "Alert overview" -msgstr "Alert overview" +#: ../../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/snmpconsole/snmp_alert.php:227 -msgid "There was a problem creating the alert" -msgstr "There was a problem creating the alert" +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "Current setup for database maintenance" -#: ../../godmode/snmpconsole/snmp_alert.php:295 -msgid "There was a problem updating the alert" -msgstr "There was a problem updating the alert" +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "Database setup" -#: ../../godmode/snmpconsole/snmp_alert.php:455 -msgid "There was a problem deleting the alert" -msgstr "There was a problem deleting the alert" +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "Max. time before compacting data" -#: ../../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/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "Max. time before purging" -#: ../../godmode/snmpconsole/snmp_alert.php:840 -#: ../../godmode/snmpconsole/snmp_alert.php:1045 -msgid "Alert action" -msgstr "Alert action" +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "Database size stats" -#: ../../godmode/snmpconsole/snmp_alert.php:894 +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:8474 +msgid "Total events" +msgstr "Total amount of events" + +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "Total data items (tagente_datos)" + +#: ../../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 "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." +"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 "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." +"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/snmpconsole/snmp_alert.php:913 -msgid "Alert SNMP control filter" -msgstr "Alert SNMP control filter" +#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_purge.php:37 +#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_event.php:21 +#: ../../godmode/db/db_refine.php:33 +msgid "Database maintenance" +msgstr "Database maintenance" -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -msgid "There are no SNMP alerts" -msgstr "There are no SNMP alerts" +#: ../../godmode/db/db_audit.php:19 +msgid "Database audit purge" +msgstr "Purge audit data" -#: ../../godmode/snmpconsole/snmp_alert.php:1054 -msgid "Custom Value/Enterprise String" -msgstr "Custom Value/Enterprise String" +#: ../../godmode/db/db_audit.php:70 +msgid "Success data deleted" +msgstr "Data deleted sucessfully" -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -#: ../../include/functions_reporting_html.php:2138 -#: ../../include/functions_reporting_html.php:2366 -msgid "Times fired" -msgstr "Times fired" +#: ../../godmode/db/db_audit.php:72 +msgid "Error deleting data" +msgstr "Error deleting data" -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "TF." -msgstr "TF." +#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 +msgid "Records" +msgstr "Records" -#: ../../godmode/snmpconsole/snmp_alert.php:1143 -msgid "ID Alert SNMP" -msgstr "SNMP Alert ID" +#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 +msgid "First date" +msgstr "First date" -#: ../../godmode/snmpconsole/snmp_alert.php:1367 -msgid "Add action " -msgstr "Add Action " +#: ../../godmode/db/db_audit.php:88 +msgid "Latest date" +msgstr "Latest date" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "SNMP Trap generator" +#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_purge.php:335 +#: ../../godmode/db/db_event.php:73 +msgid "Purge data" +msgstr "Purge data" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "Empty parameters" +#: ../../godmode/db/db_audit.php:97 +msgid "Purge audit data over 90 days" +msgstr "Purge audit data from last 90 days" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "Successfully generated" +#: ../../godmode/db/db_audit.php:98 +msgid "Purge audit data over 30 days" +msgstr "Purge audit data from last 30 days" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#: ../../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_purge.php:38 ../../godmode/menu.php:302 +msgid "Database purge" +msgstr "Database purge" + +#: ../../godmode/db/db_purge.php:43 +msgid "Get data from agent" +msgstr "Retrieve data from agent" + +#: ../../godmode/db/db_purge.php:75 #, php-format -msgid "Could not be generated: %s" -msgstr "Could not be generated: %s" +msgid "Purge task launched for agent %s :: Data older than %s" +msgstr "Purge task launched for agent %s :: Data older than %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 +#: ../../godmode/db/db_purge.php:78 msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"OID, or a plain substring" +"Please be patient. This operation can take a long time depending on the " +"amount of modules." msgstr "" -"This field contains a substring which could be part of an IP address, a " -"numeric OID, or a plain substring." +"Please be patient, this operation can take a long time depending on the " +"amount of modules" -#: ../../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 -msgid "Update manager messages" -msgstr "" - -#: ../../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 -msgid "Update manager » Messages" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Drop the package here or" -msgstr "Please drop the package here or" - -#: ../../godmode/update_manager/update_manager.offline.php:38 -msgid "browse it" -msgstr "browse it" - -#: ../../godmode/update_manager/update_manager.offline.php:39 -msgid "The package has been uploaded successfully." -msgstr "The package has been uploaded successfully." - -#: ../../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/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/update_manager/update_manager.offline.php:42 -msgid "Updating" -msgstr "Updating" - -#: ../../godmode/update_manager/update_manager.offline.php:43 -msgid "Package updated successfully." -msgstr "Package updated successfully." - -#: ../../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/update_manager/update_manager.offline.php:45 -msgid "Package not updated." -msgstr "Package not updated." - -#: ../../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 -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/update_manager/update_manager.messages.php:96 -#: ../../godmode/update_manager/update_manager.messages.php:170 -msgid "Mark as not read" -msgstr "" - -#: ../../godmode/update_manager/update_manager.messages.php:101 -#: ../../godmode/update_manager/update_manager.messages.php:175 -msgid "Mark as read" -msgstr "" - -#: ../../godmode/update_manager/update_manager.messages.php:186 -msgid "There is not any update manager messages." -msgstr "" - -#: ../../godmode/update_manager/update_manager.online.php:45 +#: ../../godmode/db/db_purge.php:92 #, 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" +msgid "Deleting records for module %s" +msgstr "Deleting records for module %s" -#: ../../godmode/update_manager/update_manager.online.php:52 +#: ../../godmode/db/db_purge.php:140 #, 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" +msgid "Total errors: %s" +msgstr "Total amount of errors: %s" -#: ../../godmode/update_manager/update_manager.online.php:59 +#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 #, 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" +msgid "Total records deleted: %s" +msgstr "Total number of records deleted: %s" -#: ../../godmode/update_manager/update_manager.online.php:74 -msgid "The last version of package installed is:" -msgstr "" +#: ../../godmode/db/db_purge.php:149 +msgid "Deleting records for all agents" +msgstr "Deleting records for all agents" -#: ../../godmode/update_manager/update_manager.online.php:79 -msgid "Checking for the newest package." -msgstr "Checking for the latest package." +#: ../../godmode/db/db_purge.php:166 +msgid "Choose agent" +msgstr "Choose agent" -#: ../../godmode/update_manager/update_manager.online.php:83 -msgid "Downloading for the newest package." -msgstr "Downloading the latest package" +#: ../../godmode/db/db_purge.php:167 +#: ../../operation/incidents/incident.php:279 +msgid "All agents" +msgstr "All agents" -#: ../../godmode/users/profile_list.php:53 -#: ../../godmode/users/configure_profile.php:49 -msgid "Profiles defined in Pandora" -msgstr "Profiles defined on Pandora" +#: ../../godmode/db/db_purge.php:172 +msgid "Select the agent you want information about" +msgstr "Choose the agent you wish to view information about" -#: ../../godmode/users/profile_list.php:80 -msgid "" -"Unsucessful delete profile. Because the profile is used by some admin users." -msgstr "" -"Unsucessful delete profile. Because the profile is used by some admin users." +#: ../../godmode/db/db_purge.php:174 +msgid "Get data" +msgstr "Retrieve data" + +#: ../../godmode/db/db_purge.php:175 +msgid "Click here to get the data from the agent specified in the select box" +msgstr "Click here to retrieve data from the agent specified." + +#: ../../godmode/db/db_purge.php:179 +#, php-format +msgid "Information on agent %s in the database" +msgstr "Information on agent %s in the database" + +#: ../../godmode/db/db_purge.php:182 +msgid "Information on all agents in the database" +msgstr "Information on all agents from the database" + +#: ../../godmode/db/db_purge.php:317 +msgid "Packets less than three months old" +msgstr "Packages less than three months old" + +#: ../../godmode/db/db_purge.php:319 +msgid "Packets less than one month old" +msgstr "Packages less than one month old" + +#: ../../godmode/db/db_purge.php:321 +msgid "Packets less than two weeks old" +msgstr "Packages less than two weeks old" + +#: ../../godmode/db/db_purge.php:323 +msgid "Packets less than one week old" +msgstr "Packages less than one week old" + +#: ../../godmode/db/db_purge.php:325 +msgid "Packets less than three days old" +msgstr "Packages less than three days old" + +#: ../../godmode/db/db_purge.php:327 +msgid "Packets less than one day old" +msgstr "Packages less than one day old" + +#: ../../godmode/db/db_purge.php:329 +msgid "Total number of packets" +msgstr "Total number of packages" + +#: ../../godmode/db/db_purge.php:340 +msgid "Purge data over 3 months" +msgstr "Purge data from the last 3 months" + +#: ../../godmode/db/db_purge.php:341 +msgid "Purge data over 1 month" +msgstr "Purge data from the last month" + +#: ../../godmode/db/db_purge.php:342 +msgid "Purge data over 2 weeks" +msgstr "Purge data from the last 2 weeks" + +#: ../../godmode/db/db_purge.php:343 +msgid "Purge data over 1 week" +msgstr "Purge data from the last week" + +#: ../../godmode/db/db_purge.php:344 +msgid "Purge data over 3 days" +msgstr "Purge data from the last 3 days" + +#: ../../godmode/db/db_purge.php:345 +msgid "Purge data over 1 day" +msgstr "Purge data from last day" + +#: ../../godmode/db/db_purge.php:346 +msgid "All data until now" +msgstr "All data until now" + +#: ../../godmode/db/db_purge.php:350 +msgid "Purge" +msgstr "Purge" + +#: ../../godmode/db/db_info.php:32 +msgid "Database information" +msgstr "Database information" + +#: ../../godmode/db/db_info.php:34 +msgid "Module data received" +msgstr "Module data received" + +#: ../../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_refine.php:33 ../../godmode/menu.php:303 +#: ../../include/functions_db.php:1108 +msgid "Database debug" +msgstr "Database debug" + +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" +msgstr "Maximum is equal to minimum" + +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" +msgstr "Filtering data module" + +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" +msgstr "Filtering completed" + +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" +msgstr "No agent selected" + +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" +msgstr "Get Info" + +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" +msgstr "Purge data out of these limits" + +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" +msgstr "Minimum" + +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" +msgstr "Maximum" + +#: ../../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/profile_list.php:88 #: ../../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/profile_list.php:226 -msgid "There was a problem updating this profile" -msgstr "There was a problem updating this profile" +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" +msgstr "There was a problem disabling the user" -#: ../../godmode/users/profile_list.php:230 -msgid "Profile name cannot be empty" -msgstr "Profile name cannot be empty" +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" +msgstr "There was a problem enabling the user" -#: ../../godmode/users/profile_list.php:282 -#: ../../godmode/users/profile_list.php:286 -msgid "There was a problem creating this profile" -msgstr "There was a problem creating this profile" +#: ../../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/profile_list.php:320 -msgid "Network maps reading" -msgstr "Read network maps" +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" +msgstr "User control filter" -#: ../../godmode/users/profile_list.php:321 -msgid "Network maps writing" -msgstr "Write network maps" +#: ../../godmode/users/user_list.php:266 +#: ../../godmode/users/configure_user.php:438 +#: ../../operation/users/user_edit.php:205 +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/search_users.php:38 +#: ../../include/functions_reporting_html.php:2082 +msgid "User ID" +msgstr "User ID" -#: ../../godmode/users/profile_list.php:322 -msgid "Network maps management" -msgstr "Manage network maps" +#: ../../godmode/users/user_list.php:276 ../../operation/search_users.php:50 +msgid "Profile" +msgstr "Profile" -#: ../../godmode/users/profile_list.php:323 -msgid "Visual console reading" -msgstr "Read visual console" +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" +msgstr "Phone" -#: ../../godmode/users/profile_list.php:324 -msgid "Visual console writing" -msgstr "Write visual console" +#: ../../godmode/users/user_list.php:407 +#: ../../godmode/users/configure_user.php:474 +#: ../../operation/users/user_edit.php:229 +msgid "E-mail" +msgstr "E-mail" -#: ../../godmode/users/profile_list.php:325 -msgid "Visual console management" -msgstr "Manage visual console" +#: ../../godmode/users/user_list.php:414 +#: ../../godmode/users/configure_user.php:465 +#: ../../operation/search_users.php:64 +msgid "Administrator" +msgstr "Administrator" -#: ../../godmode/users/profile_list.php:398 -msgid "There are no defined profiles" -msgstr "There are no defined profiles" +#: ../../godmode/users/user_list.php:458 ../../operation/search_users.php:82 +msgid "The user doesn't have any assigned profile/group" +msgstr "The user doesn't have any assigned profile/group" + +#: ../../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" @@ -27244,6 +22948,11 @@ msgstr "" "The current authentication scheme doesn't support creating users on Pandora " "FMS" +#: ../../godmode/users/configure_user.php:90 +#: ../../operation/users/user_edit.php:86 +msgid "User detail editor" +msgstr "User detail editor" + #: ../../godmode/users/configure_user.php:180 msgid "User ID cannot be empty" msgstr "User ID field cannot be empty" @@ -27264,6 +22973,16 @@ msgstr "" "A strict ACL isn't recommended for admin users because it could affect " "overall performance" +#: ../../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 +#: ../../operation/users/user_edit.php:177 +#: ../../operation/users/user_edit.php:185 +msgid "User info successfully updated" +msgstr "User info successfully updated" + #: ../../godmode/users/configure_user.php:301 #: ../../godmode/users/configure_user.php:311 #: ../../godmode/users/configure_user.php:339 @@ -27298,6 +23017,16 @@ msgstr "Update User" msgid "Create User" msgstr "Create User" +#: ../../godmode/users/configure_user.php:442 +#: ../../operation/users/user_edit.php:207 +msgid "Full (display) name" +msgstr "Full (display) name" + +#: ../../godmode/users/configure_user.php:454 +#: ../../operation/users/user_edit.php:242 +msgid "Password confirmation" +msgstr "Password confirmation" + #: ../../godmode/users/configure_user.php:461 msgid "Global Profile" msgstr "Global Profile" @@ -27311,6 +23040,11 @@ msgstr "" "not require additional group permissions, except when using the Enterprise " "ACL." +#: ../../godmode/users/configure_user.php:470 +#: ../../operation/search_users.php:69 +msgid "Standard User" +msgstr "Standard User" + #: ../../godmode/users/configure_user.php:471 msgid "" "This user has separated permissions to view data in his group agents, create " @@ -27321,6 +23055,17 @@ msgstr "" "incidents belong to his groups, add notes in another incidents, create " "personal assignments or reviews and other tasks, on different profiles" +#: ../../godmode/users/configure_user.php:478 +#: ../../operation/users/user_edit.php:231 +msgid "Phone number" +msgstr "Phone number" + +#: ../../godmode/users/configure_user.php:506 +#: ../../godmode/groups/configure_group.php:181 +#: ../../operation/users/user_edit.php:346 +msgid "Skin" +msgstr "Skin" + #: ../../godmode/users/configure_user.php:513 msgid "Use global conf" msgstr "Use global conf" @@ -27371,6 +23116,18 @@ 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_user.php:597 +#: ../../godmode/users/configure_user.php:606 +#: ../../operation/users/user_edit.php:428 +#: ../../operation/users/user_edit.php:435 +msgid "Profiles/Groups assigned to this user" +msgstr "Profiles/Groups assigned to this user" + +#: ../../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" @@ -27411,6 +23168,12 @@ msgstr "Edit alerts" msgid "Edit events" msgstr "Edit events" +#: ../../godmode/users/configure_profile.php:283 +#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 +#: ../../operation/events/events.php:356 +msgid "Manage events" +msgstr "Manage events" + #: ../../godmode/users/configure_profile.php:294 msgid "Edit reports" msgstr "Edit reports" @@ -27469,936 +23232,584 @@ msgstr "Manage database" msgid "Pandora management" msgstr "Pandora management" -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "Users defined on Pandora" +#: ../../godmode/users/profile_list.php:80 +msgid "" +"Unsucessful delete profile. Because the profile is used by some admin users." +msgstr "" +"Unsucessful delete profile. Because the profile is used by some admin users." -#: ../../godmode/users/user_list.php:143 +#: ../../godmode/users/profile_list.php:226 +msgid "There was a problem updating this profile" +msgstr "There was a problem updating this profile" + +#: ../../godmode/users/profile_list.php:230 +msgid "Profile name cannot be empty" +msgstr "Profile name cannot be empty" + +#: ../../godmode/users/profile_list.php:282 +#: ../../godmode/users/profile_list.php:286 +msgid "There was a problem creating this profile" +msgstr "There was a problem creating this profile" + +#: ../../godmode/users/profile_list.php:320 +msgid "Network maps reading" +msgstr "Read network maps" + +#: ../../godmode/users/profile_list.php:321 +msgid "Network maps writing" +msgstr "Write network maps" + +#: ../../godmode/users/profile_list.php:322 +msgid "Network maps management" +msgstr "Manage network maps" + +#: ../../godmode/users/profile_list.php:323 +msgid "Visual console reading" +msgstr "Read visual console" + +#: ../../godmode/users/profile_list.php:324 +msgid "Visual console writing" +msgstr "Write visual console" + +#: ../../godmode/users/profile_list.php:325 +msgid "Visual console management" +msgstr "Manage visual console" + +#: ../../godmode/users/profile_list.php:398 +msgid "There are no defined profiles" +msgstr "There are no defined profiles" + +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "Response added succesfully" + +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "Response cannot be added" + +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "Response successfully updated" + +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "Response cannot be updated" + +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "Response successfully deleted" + +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "Response cannot be deleted" + +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "No responses found" + +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "Create response" + +#: ../../godmode/events/event_edit_filter.php:192 +msgid "Update Filter" +msgstr "Update Filter" + +#: ../../godmode/events/event_edit_filter.php:195 +msgid "Create Filter" +msgstr "Create Filter" + +#: ../../godmode/events/event_edit_filter.php:204 +#: ../../operation/events/events_list.php:217 +msgid "Filter name" +msgstr "Filter name" + +#: ../../godmode/events/event_edit_filter.php:209 +msgid "" +"This group will be use to restrict the visibility of this filter with ACLs" +msgstr "" +"This group will be used to restrict visibility for this filter with ACLs." + +#: ../../godmode/events/event_edit_filter.php:274 +#: ../../operation/events/events_list.php:425 +msgid "User ack." +msgstr "User ack." + +#: ../../godmode/events/event_edit_filter.php:275 +msgid "Choose between the users who have validated an event. " +msgstr "Choose among the users who have validated an event. " + +#: ../../godmode/events/event_edit_filter.php:289 +#: ../../operation/events/events_list.php:571 +msgid "Group events" +msgstr "Group events" + +#: ../../godmode/events/event_edit_filter.php:290 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1034 +#: ../../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 +#: ../../operation/events/events_list.php:569 +#: ../../mobile/operation/events.php:485 +#: ../../include/functions_events.php:2377 +msgid "Repeated" +msgstr "Duplicate" + +#: ../../godmode/events/event_edit_filter.php:334 +#: ../../operation/events/events_list.php:495 +#: ../../operation/events/events_list.php:509 +msgid "Events with following tags" +msgstr "Events with following tags" + +#: ../../godmode/events/event_edit_filter.php:349 +#: ../../operation/events/events_list.php:501 +#: ../../operation/events/events_list.php:515 +msgid "Events without following tags" +msgstr "Events without follow-up tags" + +#: ../../godmode/events/event_edit_filter.php:363 +#: ../../operation/events/events_list.php:456 +msgid "Alert events" +msgstr "Alert events" + +#: ../../godmode/events/event_edit_filter.php:367 +#: ../../operation/events/events_list.php:457 +msgid "Filter alert events" +msgstr "Filter alert events" + +#: ../../godmode/events/event_edit_filter.php:368 +#: ../../operation/events/events_list.php:457 +msgid "Only alert events" +msgstr "Only alert events" + +#: ../../godmode/events/event_edit_filter.php:373 +#: ../../operation/events/events_list.php:437 +msgid "Module search" +msgstr "Module search" + +#: ../../godmode/events/events.php:37 ../../operation/users/user_edit.php:302 +#: ../../operation/events/events.php:325 +msgid "Event list" +msgstr "Event list" + +#: ../../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/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "Load default event fields" + +#: ../../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/tag.php:80 +msgid "Number of modules" +msgstr "Number of modules" + +#: ../../godmode/tag/tag.php:82 +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" + +#: ../../godmode/tag/tag.php:125 +msgid "Successfully deleted tag" +msgstr "Tag successfully deleted" + +#: ../../godmode/tag/tag.php:201 +msgid "Detail information" +msgstr "Detail information" + +#: ../../godmode/tag/tag.php:202 +msgid "Number of modules affected" +msgstr "Number of modules affected" + +#: ../../godmode/tag/tag.php:222 +msgid "Tag details" +msgstr "Tag details" + +#: ../../godmode/tag/tag.php:249 #, php-format -msgid "Deleted user %s" -msgstr "Deleted user %s" +msgid "Emails for the tag: %s" +msgstr "E-mails for the tag: %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 +#: ../../godmode/tag/tag.php:264 #, php-format -msgid "Deleted user %s from metaconsole" -msgstr "Deleted user %s from the metaconsole" +msgid "Phones for the tag: %s" +msgstr "Phone numbers for the tag: %s" -#: ../../godmode/users/user_list.php:172 +#: ../../godmode/tag/tag.php:282 +msgid "No tags defined" +msgstr "No tags defined" + +#: ../../godmode/tag/tag.php:298 +msgid "Create tag" +msgstr "Create tag" + +#: ../../godmode/tag/edit_tag.php:92 +msgid "Error updating tag" +msgstr "Error updating tag" + +#: ../../godmode/tag/edit_tag.php:96 +msgid "Successfully updated tag" +msgstr "Successfully updated tag" + +#: ../../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." + +#: ../../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 +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +msgid "SNMP Console" +msgstr "SNMP Console" + +#: ../../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:536 +#: ../../godmode/snmpconsole/snmp_alert.php:1051 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../operation/snmpconsole/snmp_view.php:513 +msgid "Enterprise String" +msgstr "Enterprise String" + +#: ../../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_reporting_html.php:2138 +#: ../../include/functions_reporting_html.php:2366 +#: ../../include/functions_treeview.php:370 +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/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 #, php-format -msgid "Deleted user %s from %s" -msgstr "Deleted user %s from %s" +msgid "Could not be generated: %s" +msgstr "Could not be generated: %s" -#: ../../godmode/users/user_list.php:175 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 +#: ../../extensions/ssh_gateway.php:57 +msgid "Host address" +msgstr "Host address" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 +#: ../../extensions/realtime_graphs.php:97 +#: ../../include/functions_snmp_browser.php:508 +msgid "Community" +msgstr "Community" + +#: ../../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/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "Module groups defined in Pandora" + +#: ../../godmode/groups/modu_group_list.php:75 +#: ../../godmode/groups/group_list.php:208 +msgid "Group successfully created" +msgstr "Group successfully created" + +#: ../../godmode/groups/modu_group_list.php:78 +#: ../../godmode/groups/group_list.php:211 +msgid "There was a problem creating group" +msgstr "There was a problem creating the group" + +#: ../../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:106 +#: ../../godmode/groups/group_list.php:263 +msgid "Group successfully updated" +msgstr "Group successfully updated" + +#: ../../godmode/groups/modu_group_list.php:109 +#: ../../godmode/groups/group_list.php:266 +msgid "There was a problem modifying group" +msgstr "There was a problem modifying the group" + +#: ../../godmode/groups/modu_group_list.php:136 +#: ../../godmode/groups/group_list.php:298 +msgid "There was a problem deleting group" +msgstr "There was a problem deleting group" + +#: ../../godmode/groups/modu_group_list.php:138 +#: ../../godmode/groups/group_list.php:295 +msgid "Group successfully deleted" +msgstr "Group successfully deleted" + +#: ../../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/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: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:291 #, php-format -msgid "Successfully deleted from %s" -msgstr "Successfully deleted from %s" +msgid "The group is not empty. It is use in %s." +msgstr "The group isn't empty. It's used in %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/groups/group_list.php:387 +msgid "There are no defined groups" +msgstr "There are no groups defined" -#: ../../godmode/users/user_list.php:204 -msgid "There was a problem disabling user" -msgstr "There was a problem disabling the user" +#: ../../godmode/groups/group_list.php:393 +#: ../../godmode/groups/configure_group.php:92 +msgid "Create group" +msgstr "Create group" -#: ../../godmode/users/user_list.php:209 -msgid "There was a problem enabling user" -msgstr "There was a problem enabling the user" +#: ../../godmode/groups/configure_group.php:90 +msgid "Update group" +msgstr "Update group" -#: ../../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/groups/configure_group.php:104 +msgid "Update Group" +msgstr "Update Group" -#: ../../godmode/users/user_list.php:249 -msgid "Users control filter" -msgstr "User control filter" +#: ../../godmode/groups/configure_group.php:106 +msgid "Create Group" +msgstr "Create Group" -#: ../../godmode/users/user_list.php:471 -msgid "Deleting User" -msgstr "Deleting User" +#: ../../godmode/groups/configure_group.php:142 +msgid "You have not access to the parent." +msgstr "You don't have access to the parent" -#: ../../godmode/users/user_list.php:473 -msgid "Delete from all consoles" -msgstr "Delete from all consoles" +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate ACL" +msgstr "Propagate ACL" -#: ../../godmode/users/user_list.php:473 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "Deleting User %s from all consoles" +#: ../../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/users/user_list.php:489 -msgid "Create user" -msgstr "Create user" +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact" +msgstr "Contact" -#: ../../godmode/massive/massive_edit_plugins.php:151 -msgid "Error retrieving the plugin macros" -msgstr "Error retrieving plugin macros" +#: ../../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/massive/massive_edit_plugins.php:158 -msgid "Error retrieving the modified macros" -msgstr "Error retrieving modified macros" +#: ../../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/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_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:424 -#: ../../godmode/massive/massive_edit_agents.php:487 -#: ../../godmode/massive/massive_add_action_alerts.php:204 -#: ../../godmode/massive/massive_delete_alerts.php:265 -#: ../../godmode/massive/massive_delete_agents.php:159 -#: ../../godmode/massive/massive_edit_modules.php:622 -#: ../../godmode/massive/massive_add_alerts.php:213 -#: ../../godmode/massive/massive_delete_modules.php:711 +#: ../../godmode/groups/configure_group.php:221 msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." +"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 "" -"Data sending unsuccessful, please contact your administrator or try again " -"with less items." - -#: ../../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_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_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_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_delete_alerts.php:78 -#: ../../godmode/massive/massive_add_alerts.php:78 -msgid "No alert selected" -msgstr "No alert selected" - -#: ../../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_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_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_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_edit_modules.php:238 -#: ../../godmode/massive/massive_delete_modules.php:396 -msgid "Selection mode" -msgstr "Selection mode" - -#: ../../godmode/massive/massive_edit_modules.php:239 -#: ../../godmode/massive/massive_delete_modules.php:397 -msgid "Select modules first" -msgstr "Select the modules first" - -#: ../../godmode/massive/massive_edit_modules.php:241 -#: ../../godmode/massive/massive_delete_modules.php:399 -msgid "Select agents first" -msgstr "Select the agents first" - -#: ../../godmode/massive/massive_edit_modules.php:257 -#: ../../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:286 -#: ../../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:297 -#: ../../godmode/massive/massive_delete_modules.php:471 -msgid "When select modules" -msgstr "When selecting modules" - -#: ../../godmode/massive/massive_edit_modules.php:300 -#: ../../godmode/massive/massive_delete_modules.php:474 -msgid "Show common agents" -msgstr "Show common agents" - -#: ../../godmode/massive/massive_edit_modules.php:301 -#: ../../godmode/massive/massive_delete_modules.php:475 -msgid "Show all agents" -msgstr "Show all agents" - -#: ../../godmode/massive/massive_edit_modules.php:336 -#: ../../godmode/massive/massive_delete_modules.php:489 -msgid "Show unknown and not init modules" -msgstr "" - -#: ../../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_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_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_add_tags.php:43 -msgid "No tags selected" -msgstr "No tags selected" - -#: ../../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/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:158 ../../include/functions_menu.php:512 -msgid "SNMP alerts" -msgstr "SNMP alerts" - -#: ../../godmode/menu.php:168 -msgid "Event filters" -msgstr "Event filters" - -#: ../../godmode/menu.php:173 -msgid "Custom events" -msgstr "Custom events" - -#: ../../godmode/menu.php:195 -msgid "Manage servers" -msgstr "Manage servers" - -#: ../../godmode/menu.php:206 -#: ../../godmode/servers/manage_recontask_form.php:269 -msgid "Recon script" -msgstr "Recon script" - -#: ../../godmode/menu.php:230 -msgid "General Setup" -msgstr "General Setup" - -#: ../../godmode/menu.php:274 -msgid "Admin tools" -msgstr "Admin tools" - -#: ../../godmode/menu.php:282 -msgid "System audit log" -msgstr "System audit log" - -#: ../../godmode/menu.php:286 -msgid "Diagnostic info" -msgstr "Diagnostic info" - -#: ../../godmode/menu.php:288 -msgid "Site news" -msgstr "Site news" - -#: ../../godmode/menu.php:295 -msgid "DB maintenance" -msgstr "DB maintenance" - -#: ../../godmode/menu.php:301 -msgid "DB information" -msgstr "DB information" - -#: ../../godmode/menu.php:302 ../../godmode/db/db_purge.php:38 -msgid "Database purge" -msgstr "Database purge" - -#: ../../godmode/menu.php:303 ../../godmode/db/db_refine.php:33 -#: ../../include/functions_db.php:1108 -msgid "Database debug" -msgstr "Database debug" - -#: ../../godmode/menu.php:304 -msgid "Database audit" -msgstr "Database audit" - -#: ../../godmode/menu.php:305 -msgid "Database event" -msgstr "Database events" - -#: ../../godmode/menu.php:387 -msgid "Extension manager" -msgstr "Extension manager" - -#: ../../godmode/menu.php:413 -msgid "Update manager" -msgstr "Update manager" - -#: ../../godmode/menu.php:418 -msgid "Update Manager offline" -msgstr "" - -#: ../../godmode/menu.php:420 -msgid "Update Manager online" -msgstr "" - -#: ../../godmode/menu.php:422 -msgid "Update Manager options" -msgstr "" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "Network Components" - -#: ../../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: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:143 -msgid "Reset module status and fired alert counts" -msgstr "Reset module status and fired alert counts" - -#: ../../godmode/servers/servers.build_table.php:149 -msgid "Claim back SNMP modules" -msgstr "Reclaim SNMP modules" - -#: ../../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/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:43 -#: ../../godmode/servers/manage_recontask_form.php:181 -#: ../../include/functions_menu.php:473 -msgid "Manage recontask" -msgstr "Manage recon task" - -#: ../../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:288 -#: ../../godmode/servers/manage_recontask_form.php:294 -msgid "Ports" -msgstr "Ports" - -#: ../../godmode/servers/manage_recontask.php:384 -msgid "There are no recon task configured" -msgstr "There are no recon tasks set up" - -#: ../../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: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." +"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/configure_modu_group.php:32 +msgid "Module group management" +msgstr "Module group management" #: ../../godmode/gis_maps/configure_gis_map.php:111 msgid "Map successfully created" @@ -28416,6 +23827,11 @@ msgstr "Map updated successfully" msgid "Map could not be updated" msgstr "Could not update map" +#: ../../godmode/gis_maps/configure_gis_map.php:214 +#: ../../operation/gis_maps/gis_map.php:29 +msgid "GIS Maps list" +msgstr "List of GIS maps" + #: ../../godmode/gis_maps/configure_gis_map.php:219 msgid "View GIS" msgstr "View GIS" @@ -28530,6 +23946,12 @@ msgstr "List of Agents to be shown in the layer" msgid "Save Layer" msgstr "Save Layer" +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +#: ../../operation/agentes/networkmap.php:360 +msgid "Save map" +msgstr "Save map" + #: ../../godmode/gis_maps/configure_gis_map.php:467 msgid "Update map" msgstr "Update map" @@ -28551,348 +23973,1572 @@ msgstr "The connection" msgid "just added previously." msgstr "just added previously." -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" -msgstr "Current setup for database maintenance" +#: ../../godmode/servers/servers.build_table.php:143 +msgid "Reset module status and fired alert counts" +msgstr "Reset module status and fired alert counts" -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" -msgstr "Database setup" +#: ../../godmode/servers/servers.build_table.php:149 +msgid "Claim back SNMP modules" +msgstr "Reclaim SNMP modules" -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" -msgstr "Max. time before compacting data" +#: ../../godmode/servers/manage_recontask.php:43 +#: ../../godmode/servers/manage_recontask_form.php:181 +#: ../../include/functions_menu.php:473 +msgid "Manage recontask" +msgstr "Manage recon task" -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" -msgstr "Max. time before purging" +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" +msgstr "Successfully deleted recon task" -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" -msgstr "Database size stats" +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" +msgstr "Error deleting recon task" -#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:8465 -msgid "Total events" -msgstr "Total amount of events" +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:177 +msgid "Successfully updated recon task" +msgstr "Recon task successfully updated" -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" -msgstr "Total data items (tagente_datos)" +#: ../../godmode/servers/manage_recontask.php:75 +#: ../../godmode/servers/manage_recontask.php:180 +msgid "Error updating recon task" +msgstr "Error updating recon task" -#: ../../godmode/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" -msgstr "Total log4x items (tagente_datos_log4x)" +#: ../../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/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" +#: ../../godmode/servers/manage_recontask.php:227 +msgid "Recon-task name already exists and incorrect format in Subnet field" 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." +"The recon task's name already exists and the format is incorrect for the " +"Subnet field." -#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 -#: ../../godmode/db/db_refine.php:33 ../../godmode/db/db_purge.php:37 -#: ../../godmode/db/db_info.php:32 -msgid "Database maintenance" -msgstr "Database maintenance" +#: ../../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/db/db_audit.php:19 -msgid "Database audit purge" -msgstr "Purge audit data" +#: ../../godmode/servers/manage_recontask.php:258 +msgid "Successfully created recon task" +msgstr "Recon task successfully created" -#: ../../godmode/db/db_audit.php:70 -msgid "Success data deleted" -msgstr "Data deleted sucessfully" +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Error creating recon task" +msgstr "Error creating recon task" -#: ../../godmode/db/db_audit.php:72 -msgid "Error deleting data" -msgstr "Error deleting data" +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:306 +#: ../../godmode/agentes/agent_incidents.php:87 +#: ../../operation/integria_incidents/incident.list.php:94 +#: ../../operation/incidents/incident_detail.php:244 +#: ../../operation/incidents/incident.php:337 +#: ../../operation/agentes/ver_agente.php:1181 +msgid "Incident" +msgstr "Incident" -#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 -msgid "Records" -msgstr "Records" +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:294 +msgid "Ports" +msgstr "Ports" -#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 -msgid "First date" -msgstr "First date" +#: ../../godmode/servers/manage_recontask.php:311 +#: ../../operation/servers/recon_view.php:145 +msgid "Network recon task" +msgstr "Network recon task" -#: ../../godmode/db/db_audit.php:88 -msgid "Latest date" -msgstr "Latest date" +#: ../../godmode/servers/manage_recontask.php:384 +msgid "There are no recon task configured" +msgstr "There are no recon tasks set up" -#: ../../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/servers/modificar_server.php:35 +msgid "Update Server" +msgstr "Update Server" -#: ../../godmode/db/db_audit.php:97 -msgid "Purge audit data over 90 days" -msgstr "Purge audit data from last 90 days" +#: ../../godmode/servers/modificar_server.php:61 +msgid "Remote Configuration" +msgstr "Remote Configuration" -#: ../../godmode/db/db_audit.php:98 -msgid "Purge audit data over 30 days" -msgstr "Purge audit data from last 30 days" +#: ../../godmode/servers/modificar_server.php:66 +msgid "Pandora servers" +msgstr "Pandora servers" -#: ../../godmode/db/db_audit.php:99 -msgid "Purge audit data over 14 days" -msgstr "Purge audit data from last 14 days" +#: ../../godmode/servers/modificar_server.php:112 +msgid "Server updated successfully" +msgstr "Server updated successfully" -#: ../../godmode/db/db_audit.php:100 -msgid "Purge audit data over 7 days" -msgstr "Purge audit data from last 7 days" +#: ../../godmode/servers/modificar_server.php:115 +msgid "There was a problem updating the server" +msgstr "There was a problem updating the server" -#: ../../godmode/db/db_audit.php:101 -msgid "Purge audit data over 3 days" -msgstr "Purge audit data from last 3 days" +#: ../../godmode/servers/modificar_server.php:134 +#: ../../godmode/agentes/configurar_agente.php:583 +msgid "Conf file deleted successfully" +msgstr "Conf file deleted successfully" -#: ../../godmode/db/db_audit.php:102 -msgid "Purge audit data over 1 day" -msgstr "Purge audit data from last day" +#: ../../godmode/servers/modificar_server.php:135 +#: ../../godmode/agentes/configurar_agente.php:584 +msgid "Could not delete conf file" +msgstr "Could not delete conf file" -#: ../../godmode/db/db_audit.php:103 -msgid "Purge all audit data" -msgstr "Purge all audit data" +#: ../../godmode/servers/recon_script.php:73 +msgid "Recon script creation" +msgstr "Recon script creation" -#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 -msgid "Do it!" -msgstr "Do it!" +#: ../../godmode/servers/recon_script.php:75 +msgid "Recon script update" +msgstr "Recon script update" -#: ../../godmode/db/db_event.php:22 -msgid "Event database cleanup" -msgstr "Database events cleanup" +#: ../../godmode/servers/recon_script.php:101 +msgid "Script fullpath" +msgstr "Script fullpath" -#: ../../godmode/db/db_event.php:40 -msgid "Successfully deleted old events" -msgstr "Successfully deleted old events" +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +msgid "Hide value" +msgstr "Hide Value" -#: ../../godmode/db/db_event.php:43 -msgid "Error deleting old events" -msgstr "Error deleting old events" +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +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/db/db_event.php:67 -msgid "Latest data" -msgstr "Latest data" +#: ../../godmode/servers/recon_script.php:228 +msgid "Recon scripts registered in Pandora FMS" +msgstr "Recon scripts registered on Pandora FMS" -#: ../../godmode/db/db_event.php:81 -msgid "Purge event data over 90 days" -msgstr "Purge event data from last 90 days" +#: ../../godmode/servers/recon_script.php:271 +msgid "Problem updating" +msgstr "Problem updating" -#: ../../godmode/db/db_event.php:82 -msgid "Purge event data over 30 days" -msgstr "Purge event data from last 30 days" +#: ../../godmode/servers/recon_script.php:317 +msgid "Problem creating" +msgstr "Problem creating" -#: ../../godmode/db/db_event.php:83 -msgid "Purge event data over 14 days" -msgstr "Purge event data from last 14 days" +#: ../../godmode/servers/recon_script.php:331 +msgid "Problem deleting reconscript" +msgstr "Problem deleting reconscript" -#: ../../godmode/db/db_event.php:84 -msgid "Purge event data over 7 days" -msgstr "Purge event data from last 7 days" +#: ../../godmode/servers/recon_script.php:334 +msgid "reconscript deleted successfully" +msgstr "Reconscript deleted successfully" -#: ../../godmode/db/db_event.php:85 -msgid "Purge event data over 3 days" -msgstr "Purge event data from last 3 days" +#: ../../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/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_refine.php:42 -msgid "Maximum is equal to minimum" -msgstr "Maximum is equal to minimum" - -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" -msgstr "Filtering data module" - -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" -msgstr "Filtering completed" - -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" -msgstr "No agent selected" - -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" -msgstr "Get Info" - -#: ../../godmode/db/db_refine.php:105 -msgid "Purge data out of these limits" -msgstr "Purge data out of these limits" - -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 -msgid "Minimum" -msgstr "Minimum" - -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -msgid "Maximum" -msgstr "Maximum" - -#: ../../godmode/db/db_purge.php:43 -msgid "Get data from agent" -msgstr "Retrieve data from agent" - -#: ../../godmode/db/db_purge.php:75 -#, php-format -msgid "Purge task launched for agent %s :: Data older than %s" -msgstr "Purge task launched for agent %s :: Data older than %s" - -#: ../../godmode/db/db_purge.php:78 +#: ../../godmode/servers/manage_recontask_form.php:188 msgid "" -"Please be patient. This operation can take a long time depending on the " -"amount of modules." +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" msgstr "" -"Please be patient, this operation can take a long time depending on the " -"amount of modules" +"On Windows Pandora FMS only supports standard network sweeps by default, not " +"custom scripts." -#: ../../godmode/db/db_purge.php:92 +#: ../../godmode/servers/manage_recontask_form.php:217 +#: ../../operation/servers/recon_view.php:89 +msgid "Task name" +msgstr "Task name" + +#: ../../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:269 +#: ../../godmode/menu.php:206 +msgid "Recon script" +msgstr "Recon script" + +#: ../../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/plugin.php:53 +msgid "Network Components" +msgstr "Network Components" + +#: ../../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: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 "Deleting records for module %s" -msgstr "Deleting records for module %s" +msgid "List of modules and components created by \"%s\" " +msgstr "List of modules and components created by \"%s\" " -#: ../../godmode/db/db_purge.php:140 +#: ../../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/agentes/module_manager_editor_common.php:68 +msgid "Using module component" +msgstr "Using module component" + +#: ../../godmode/agentes/module_manager_editor_common.php:245 +#: ../../godmode/agentes/module_manager_editor_common.php:264 +msgid "Min. " +msgstr "Min. " + +#: ../../godmode/agentes/module_manager_editor_common.php:361 +#: ../../godmode/agentes/module_manager.php:679 +msgid "" +"The policy modules of data type will only update their intervals when policy " +"is applied." +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:385 +msgid "Any value below this number is discarted." +msgstr "Any value below this number is discarded" + +#: ../../godmode/agentes/module_manager_editor_common.php:387 +msgid "Any value over this number is discarted." +msgstr "Any value larger than this number is discarded" + +#: ../../godmode/agentes/module_manager_editor_common.php:400 +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:517 +msgid "Tags from policy" +msgstr "Tags from policy" + +#: ../../godmode/agentes/module_manager_editor_common.php:530 +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:550 +#: ../../godmode/agentes/module_manager_editor_common.php:556 +msgid "Cron" +msgstr "Cron" + +#: ../../godmode/agentes/module_manager_editor_common.php:551 +#: ../../godmode/agentes/module_manager_editor_common.php:557 +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:565 +msgid "Retries" +msgstr "Retries" + +#: ../../godmode/agentes/module_manager_editor_common.php:566 +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:608 +#: ../../godmode/agentes/module_manager_editor.php:467 +msgid "Custom macros" +msgstr "Custom macros" + +#: ../../godmode/agentes/module_manager_editor_common.php:641 +msgid "Add relationship" +msgstr "Add relation" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Changes" +msgstr "Changes" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +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/module_manager_editor_wmi.php:32 +#: ../../operation/agentes/status_monitor.php:374 +msgid "WMI server module" +msgstr "WMI server module" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 +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:63 +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:63 +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:300 +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:345 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 +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_explorer.php:556 #, php-format -msgid "Total errors: %s" -msgstr "Total amount of errors: %s" +msgid "Check if the process %s is running or not" +msgstr "Check if the process %s is running or not" -#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:627 +msgid "Disk use information" +msgstr "Disk use information" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:698 #, php-format -msgid "Total records deleted: %s" -msgstr "Total number of records deleted: %s" +msgid "%s modules created succesfully" +msgstr "%s modules created succesfully" -#: ../../godmode/db/db_purge.php:149 -msgid "Deleting records for all agents" -msgstr "Deleting records for all agents" - -#: ../../godmode/db/db_purge.php:166 -msgid "Choose agent" -msgstr "Choose agent" - -#: ../../godmode/db/db_purge.php:172 -msgid "Select the agent you want information about" -msgstr "Choose the agent you wish to view information about" - -#: ../../godmode/db/db_purge.php:174 -msgid "Get data" -msgstr "Retrieve data" - -#: ../../godmode/db/db_purge.php:175 -msgid "Click here to get the data from the agent specified in the select box" -msgstr "Click here to retrieve data from the agent specified." - -#: ../../godmode/db/db_purge.php:179 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:708 #, php-format -msgid "Information on agent %s in the database" -msgstr "Information on agent %s in the database" +msgid "Error creating %s modules" +msgstr "Error creating %s modules" -#: ../../godmode/db/db_purge.php:182 -msgid "Information on all agents in the database" -msgstr "Information on all agents from the database" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:713 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#, php-format +msgid "%s modules already exist" +msgstr "%s modules already exist" -#: ../../godmode/db/db_purge.php:317 -msgid "Packets less than three months old" -msgstr "Packages less than three months old" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 +msgid "Modules created succesfully" +msgstr "Modules successfully created." -#: ../../godmode/db/db_purge.php:319 -msgid "Packets less than one month old" -msgstr "Packages less than one month old" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:772 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 +msgid "privacy pass" +msgstr "privacy pass" -#: ../../godmode/db/db_purge.php:321 -msgid "Packets less than two weeks old" -msgstr "Packages less than two weeks old" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 +msgid "SNMP Walk" +msgstr "SNMP Walk" -#: ../../godmode/db/db_purge.php:323 -msgid "Packets less than one week old" -msgstr "Packages less than one week old" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +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" -#: ../../godmode/db/db_purge.php:325 -msgid "Packets less than three days old" -msgstr "Packages less than three days old" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:824 +msgid "Devices" +msgstr "Devices" -#: ../../godmode/db/db_purge.php:327 -msgid "Packets less than one day old" -msgstr "Packages less than one day old" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:825 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +#: ../../operation/agentes/ver_agente.php:1049 +msgid "Processes" +msgstr "Processes" -#: ../../godmode/db/db_purge.php:329 -msgid "Total number of packets" -msgstr "Total number of packages" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:826 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +msgid "Free space on disk" +msgstr "Free space on disk" -#: ../../godmode/db/db_purge.php:340 -msgid "Purge data over 3 months" -msgstr "Purge data from the last 3 months" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:827 +msgid "Temperature sensors" +msgstr "Temperature sensors" -#: ../../godmode/db/db_purge.php:341 -msgid "Purge data over 1 month" -msgstr "Purge data from the last month" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:828 +msgid "Other SNMP data" +msgstr "Other SNMP data" -#: ../../godmode/db/db_purge.php:342 -msgid "Purge data over 2 weeks" -msgstr "Purge data from the last 2 weeks" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:830 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +msgid "Wizard mode" +msgstr "Wizard mode" -#: ../../godmode/db/db_purge.php:343 -msgid "Purge data over 1 week" -msgstr "Purge data from the last week" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:849 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "The remote SNMP plugin is necessary to run this feature" -#: ../../godmode/db/db_purge.php:344 -msgid "Purge data over 3 days" -msgstr "Purge data from the last 3 days" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:886 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:888 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:890 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:892 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:895 +#: ../../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" -#: ../../godmode/db/db_purge.php:345 -msgid "Purge data over 1 day" -msgstr "Purge data from last day" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:897 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +msgid "Remove from modules list" +msgstr "Remove from the module list" -#: ../../godmode/db/db_purge.php:346 -msgid "All data until now" -msgstr "All data until now" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:907 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +msgid "Create modules" +msgstr "Create modules" -#: ../../godmode/db/db_purge.php:350 -msgid "Purge" -msgstr "Purge" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:964 +msgid "Device" +msgstr "Device" -#: ../../godmode/db/db_info.php:32 -msgid "Database information" -msgstr "Database information" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 +msgid "Temperature" +msgstr "Temperature" -#: ../../godmode/db/db_info.php:34 -msgid "Module data received" -msgstr "Module data received" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1059 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +msgid "Modules list is empty" +msgstr "Module list is empty" + +#: ../../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:165 +#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:49 +msgid "Agent detail" +msgstr "Agent detail" + +#: ../../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:348 +msgid "Agent icon for GIS Maps." +msgstr "Agent icon for GIS Maps." + +#: ../../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 "There was a problem deleting %s modules, none deleted." +msgstr "There was a problem deleting %s modules, none deleted." + +#: ../../godmode/agentes/module_manager.php:264 +msgid "All Modules deleted succesfully" +msgstr "All Modules deleted succesfully" + +#: ../../godmode/agentes/module_manager.php:268 +#, 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:487 +#: ../../operation/agentes/datos_agente.php:286 +#: ../../include/ajax/module.php:331 +msgid "No available data to show" +msgstr "No available data to show" + +#: ../../godmode/agentes/module_manager.php:529 +#: ../../operation/agentes/status_monitor.php:973 +#: ../../include/ajax/module.php:734 +msgid "Warn" +msgstr "Warn" + +#: ../../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" + +#: ../../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/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/agent_template.php:258 +#: ../../mobile/operation/modules.php:585 +msgid "No modules" +msgstr "No modules" + +#: ../../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:30 +#: ../../extensions/realtime_graphs.php:125 +msgid "Use this OID" +msgstr "Use this OID" + +#: ../../godmode/agentes/module_manager_editor_network.php:64 +#: ../../operation/agentes/status_monitor.php:370 +msgid "Network server module" +msgstr "Network server module" + +#: ../../godmode/agentes/module_manager_editor_network.php:122 +msgid "SNMP OID" +msgstr "SNMP OID" + +#: ../../godmode/agentes/module_manager_editor_network.php:131 +#: ../../extensions/realtime_graphs.php:112 +msgid "SNMP walk" +msgstr "SNMP walk" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +#: ../../operation/agentes/status_monitor.php:376 +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/planned_downtime.export_csv.php:199 +#: ../../godmode/agentes/planned_downtime.list.php:358 +msgid "No planned downtime" +msgstr "No planned downtime" + +#: ../../godmode/agentes/agent_conf_gis.php:40 +#: ../../operation/agentes/gis_view.php:55 +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." + +#: ../../godmode/agentes/agent_conf_gis.php:50 +#: ../../operation/agentes/gis_view.php:86 +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." + +#: ../../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.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: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_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: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/module_manager_editor_plugin.php:47 +#: ../../operation/agentes/status_monitor.php:372 +msgid "Plugin server module" +msgstr "Plug-in server module" + +#: ../../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/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +#: ../../operation/agentes/custom_fields.php:61 +msgid "Display on front" +msgstr "Display up front" + +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +#: ../../operation/agentes/custom_fields.php:62 +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" + +#: ../../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:2650 +msgid "From:" +msgstr "From:" + +#: ../../godmode/agentes/planned_downtime.editor.php:517 +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:2651 +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/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" +msgstr "Free space on %s" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" +msgstr "%s service modules created successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" +msgstr "Error when creating %s service modules" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" +msgstr "%s process modules created successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" +msgstr "Error when creating %s service modules" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, php-format +msgid "%s disk space modules created succesfully" +msgstr "%s disk space modules created successfully" + +#: ../../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" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 +#, php-format +msgid "%s modules created from components succesfully" +msgstr "%s modules created from components successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 +#, php-format +msgid "Error creating %s modules from components" +msgstr "Error creating %s modules from components" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" +msgstr "WMI Explorer" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "Unable to perform WMI exploration" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "WMI components" + +#: ../../godmode/agentes/module_manager_editor_data.php:17 +#: ../../operation/agentes/status_monitor.php:368 +msgid "Data server module" +msgstr "Data server module" + +#: ../../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/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "No incidents associated to this agent" + +#: ../../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/agentes/module_manager_editor.php:441 +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:469 +msgid "Module relations" +msgstr "Module relations" + +#: ../../godmode/agentes/module_manager_editor.php:518 +msgid "No module to predict" +msgstr "No module to predict" + +#: ../../godmode/agentes/module_manager_editor.php:519 +msgid "No plug-in provided" +msgstr "No plug-in provided" + +#: ../../godmode/agentes/module_manager_editor.php:542 +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/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/agentes/configurar_agente.php:349 +#: ../../operation/agentes/ver_agente.php:951 +msgid "GIS data" +msgstr "GIS data" + +#: ../../godmode/agentes/configurar_agente.php:360 +msgid "Agent wizard" +msgstr "Agent wizard" + +#: ../../godmode/agentes/configurar_agente.php:367 +#: ../../godmode/agentes/configurar_agente.php:531 +msgid "SNMP Wizard" +msgstr "SNMP 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:519 +#: ../../operation/agentes/ver_agente.php:1169 +msgid "Gis" +msgstr "Gis" + +#: ../../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: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: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:1500 +#: ../../include/functions_api.php:6984 +msgid "Save by Pandora Console" +msgstr "Save from Pandora Console" + +#: ../../godmode/agentes/configurar_agente.php:1515 +#: ../../include/functions_api.php:6985 +msgid "Update by Pandora Console" +msgstr "Update from Pandora Console" + +#: ../../godmode/agentes/configurar_agente.php:1528 +#: ../../include/functions_api.php:6986 +msgid "Insert by Pandora Console" +msgstr "Insert from Pandora Console" + +#: ../../godmode/agentes/configurar_agente.php:1582 +#: ../../godmode/agentes/configurar_agente.php:1592 +msgid "Invalid tab specified" +msgstr "Invalid tab specified" + +#: ../../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:144 +msgid "Show Agents" +msgstr "Show Agents" + +#: ../../godmode/agentes/modificar_agente.php:146 +msgid "Everyone" +msgstr "Everyone" + +#: ../../godmode/agentes/modificar_agente.php:147 +msgid "Only disabled" +msgstr "Only disabled" + +#: ../../godmode/agentes/modificar_agente.php:148 +msgid "Only enabled" +msgstr "Only enabled" + +#: ../../godmode/agentes/modificar_agente.php:453 +msgid "Remote agent configuration" +msgstr "Remote agent configuration" + +#: ../../godmode/agentes/modificar_agente.php:453 +msgid "R" +msgstr "R" + +#: ../../godmode/agentes/modificar_agente.php:551 +msgid "Edit remote config" +msgstr "Edit remote configuration" + +#: ../../godmode/agentes/modificar_agente.php:578 +msgid "Enable agent" +msgstr "Enable agent" + +#: ../../godmode/agentes/modificar_agente.php:583 +msgid "Disable agent" +msgstr "Disable agent" + +#: ../../godmode/agentes/modificar_agente.php:600 +#: ../../operation/agentes/estado_agente.php:614 +#: ../../operation/agentes/group_view.php:430 +msgid "There are no defined agents" +msgstr "There are no defined agents" + +#: ../../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:158 ../../include/functions_menu.php:512 +msgid "SNMP alerts" +msgstr "SNMP alerts" + +#: ../../godmode/menu.php:168 +msgid "Event filters" +msgstr "Event filters" + +#: ../../godmode/menu.php:173 +msgid "Custom events" +msgstr "Custom events" + +#: ../../godmode/menu.php:195 +msgid "Manage servers" +msgstr "Manage servers" + +#: ../../godmode/menu.php:230 +msgid "General Setup" +msgstr "General Setup" + +#: ../../godmode/menu.php:274 +msgid "Admin tools" +msgstr "Admin tools" + +#: ../../godmode/menu.php:282 +msgid "System audit log" +msgstr "System audit log" + +#: ../../godmode/menu.php:286 +msgid "Diagnostic info" +msgstr "Diagnostic info" + +#: ../../godmode/menu.php:288 +msgid "Site news" +msgstr "Site news" + +#: ../../godmode/menu.php:295 +msgid "DB maintenance" +msgstr "DB maintenance" + +#: ../../godmode/menu.php:301 +msgid "DB information" +msgstr "DB information" + +#: ../../godmode/menu.php:304 +msgid "Database audit" +msgstr "Database audit" + +#: ../../godmode/menu.php:305 +msgid "Database event" +msgstr "Database events" + +#: ../../godmode/menu.php:387 +msgid "Extension manager" +msgstr "Extension manager" + +#: ../../godmode/menu.php:413 +msgid "Update manager" +msgstr "Update manager" + +#: ../../godmode/menu.php:418 +msgid "Update Manager offline" +msgstr "" + +#: ../../godmode/menu.php:420 +msgid "Update Manager online" +msgstr "" + +#: ../../godmode/menu.php:422 +msgid "Update Manager options" +msgstr "" + +#: ../../godmode/menu.php:435 ../../operation/messages/message_list.php:43 +#: ../../operation/messages/message_edit.php:46 ../../operation/menu.php:372 +msgid "Messages" +msgstr "Messages" #: ../../godmode/extensions.php:27 msgid "Defined extensions" @@ -28902,6 +25548,13 @@ msgstr "Defined extensions" msgid "There are no extensions defined" msgstr "There are no extensions defined" +#: ../../godmode/extensions.php:143 +#: ../../operation/integria_incidents/incident.files.php:23 +#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525 +#: ../../extensions/files_repo/files_repo_form.php:84 +msgid "File" +msgstr "File" + #: ../../godmode/extensions.php:146 msgid "Godmode Function" msgstr "Godmode Function" @@ -28930,6 +25583,3587 @@ msgstr "Agent operation tab" msgid "Agent godmode tab" msgstr "Agent godmode tab" +#: ../../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:163 +#: ../../include/functions_reporting_html.php:2017 +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/search_results.php:63 ../../mobile/operation/home.php:135 +msgid "Global search" +msgstr "Global search" + +#: ../../operation/search_results.php:103 +#: ../../operation/agentes/ver_agente.php:1001 +#: ../../operation/agentes/ver_agente.php:1175 +#: ../../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:519 +msgid "Graphs" +msgstr "Graphs" + +#: ../../operation/search_results.php:143 +msgid "Helps" +msgstr "Help" + +#: ../../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/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." + +#: ../../operation/reporting/reporting_viewer.php:317 +#: ../../operation/reporting/graph_viewer.php:307 +msgid "Invalid date selected" +msgstr "Invalid date selected" + +#: ../../operation/reporting/graph_viewer.php:181 +msgid "No data." +msgstr "No data." + +#: ../../operation/reporting/graph_viewer.php:204 +#: ../../operation/agentes/graphs.php:136 +#: ../../operation/agentes/stat_win.php:325 +#: ../../operation/agentes/interface_traffic_graph_win.php:232 +msgid "Time range" +msgstr "Time range" + +#: ../../operation/reporting/graph_viewer.php:213 +#: ../../operation/reporting/graph_viewer.php:236 +msgid "Graph defined" +msgstr "Graph defined" + +#: ../../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:314 +msgid "Custom graph viewer" +msgstr "Custom graph viewer" + +#: ../../operation/search_maps.php:22 ../../operation/search_alerts.php:27 +#: ../../operation/search_agents.php:33 ../../operation/search_graphs.php:24 +#: ../../operation/search_modules.php:26 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 +msgid "Zero results found" +msgstr "Zero results found" + +#: ../../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:98 +msgid "Started" +msgstr "Started" + +#: ../../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:132 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Hours" +msgstr "Hours" + +#: ../../operation/integria_incidents/incident.list.php:132 +#: ../../operation/integria_incidents/incident.php:62 +msgid "Workunits" +msgstr "Workunits" + +#: ../../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_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.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:509 +msgid "Filename" +msgstr "Filename" + +#: ../../operation/integria_incidents/incident.files.php:66 +msgid "Delete file" +msgstr "Delete file" + +#: ../../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.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: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: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:2191 +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.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:42 +msgid "Add workunit" +msgstr "Add workunit" + +#: ../../operation/integria_incidents/incident.workunits.php:60 +msgid "said" +msgstr "said" + +#: ../../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:267 +msgid "IP address resolution" +msgstr "IP Address Resolution" + +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/events/events_list.php:189 +#: ../../operation/events/events_list.php:273 +#: ../../operation/events/events_list.php:275 +#: ../../operation/events/events_list.php:600 +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:385 +#: ../../include/functions_netflow.php:1637 +#: ../../include/functions_config.php:433 +#: ../../include/functions_config.php:1444 +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: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/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/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/users/user_edit.php:154 +#: ../../operation/users/user_edit.php:161 +msgid "Password successfully updated" +msgstr "Password successfully updated" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:162 +#, php-format +msgid "Error updating passwords: %s" +msgstr "Error updating passwords: %s" + +#: ../../operation/users/user_edit.php:167 +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." + +#: ../../operation/users/user_edit.php:178 +#: ../../operation/users/user_edit.php:186 +msgid "Error updating user info" +msgstr "Error updating user info" + +#: ../../operation/users/user_edit.php:196 +msgid "Edit my User" +msgstr "Edit my User" + +#: ../../operation/users/user_edit.php:240 +msgid "New Password" +msgstr "New Password" + +#: ../../operation/users/user_edit.php:250 +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:259 +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:295 +msgid "Shortcut bar" +msgstr "Shortcut bar" + +#: ../../operation/users/user_edit.php:295 +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:298 +msgid "Home screen" +msgstr "Home screen" + +#: ../../operation/users/user_edit.php:298 +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/agentes/alerts_status.php:132 ../../operation/menu.php:57 +msgid "Alert detail" +msgstr "Alert details" + +#: ../../operation/users/user_edit.php:371 +msgid "Show information" +msgstr "Show information" + +#: ../../operation/users/user_edit.php:377 +msgid "Newsletter Subscribed" +msgstr "" + +#: ../../operation/users/user_edit.php:379 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "" + +#: ../../operation/users/user_edit.php:385 +msgid "Newsletter Reminder" +msgstr "" + +#: ../../operation/users/user_edit.php:418 +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:489 +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:610 +#: ../../operation/users/user_edit.php:675 +#: ../../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:620 +msgid "Double autentication information" +msgstr "Double autentication information" + +#: ../../operation/users/user_edit.php:683 +#: ../../operation/users/user_edit.php:759 +msgid "Double autentication activation" +msgstr "Double autentication activation" + +#: ../../operation/users/user_edit.php:709 +msgid "The double authentication will be deactivated" +msgstr "Double authentication will be deactivated" + +#: ../../operation/users/user_edit.php:710 +msgid "Deactivate" +msgstr "Deactivate" + +#: ../../operation/users/user_edit.php:742 +msgid "The double autentication was deactivated successfully" +msgstr "Double authentication was deactivated successfully" + +#: ../../operation/users/user_edit.php:745 +#: ../../operation/users/user_edit.php:749 +msgid "There was an error deactivating the double autentication" +msgstr "There was an error deactivating the double autentication" + +#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:299 +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:5569 +msgid "Monitor critical" +msgstr "Monitor in critical status" + +#: ../../operation/events/sound_events.php:81 +#: ../../include/functions_reporting.php:5573 +msgid "Monitor warning" +msgstr "Monitor in warning status" + +#: ../../operation/events/events_list.php:183 +#: ../../operation/events/events_list.php:607 +msgid "No filter loaded" +msgstr "No filter loaded" + +#: ../../operation/events/events_list.php:185 +#: ../../operation/events/events_list.php:612 +msgid "Filter loaded" +msgstr "Filter loaded" + +#: ../../operation/events/events_list.php:187 +#: ../../operation/events/events_list.php:250 +#: ../../operation/events/events_list.php:596 +msgid "Save filter" +msgstr "Save filter" + +#: ../../operation/events/events_list.php:210 +msgid "New filter" +msgstr "New filter" + +#: ../../operation/events/events_list.php:220 +msgid "Save in Group" +msgstr "Save in Group" + +#: ../../operation/events/events_list.php:237 +msgid "Overwrite filter" +msgstr "Overwrite filter" + +#: ../../operation/events/events_list.php:469 +msgid "Date from" +msgstr "From (date)" + +#: ../../operation/events/events_list.php:475 +msgid "Date to" +msgstr "To (date)" + +#: ../../operation/events/events_list.php:572 +msgid "Group agents" +msgstr "" + +#: ../../operation/events/events_list.php:602 +msgid "Show events graph" +msgstr "Show the events graph" + +#: ../../operation/events/events_list.php:639 +msgid "Event control filter" +msgstr "Event control filter" + +#: ../../operation/events/events_list.php:643 +msgid "Error creating filter." +msgstr "Error creating filter." + +#: ../../operation/events/events_list.php:644 +msgid "Error creating filter is duplicated." +msgstr "Cannot create filter: duplicate filter" + +#: ../../operation/events/events_list.php:645 +msgid "Filter created." +msgstr "Filter created." + +#: ../../operation/events/events_list.php:647 +msgid "Filter updated." +msgstr "Filter updated." + +#: ../../operation/events/events_list.php:648 +msgid "Error updating filter." +msgstr "Error updating filter." + +#: ../../operation/events/events_list.php:1003 +msgid "Filter name cannot be left blank" +msgstr "The filter's name cannot be left blank" + +#: ../../operation/events/events_list.php:1070 +#: ../../operation/events/events_list.php:1154 +msgid "none" +msgstr "none" + +#: ../../operation/events/events_list.php:1476 +msgid "Events generated -by agent-" +msgstr "Events generated -by agent-" + +#: ../../operation/events/events.php:187 +msgid "" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" +msgstr "" +"Event viewer is disabled due to event replication. For more information, " +"please contact the administrator." + +#: ../../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:392 +msgid "History" +msgstr "History" + +#: ../../operation/events/events.php:430 ../../operation/menu.php:311 +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:696 ../../operation/events/events.php:700 +#: ../../operation/events/events.php:870 ../../operation/events/events.php:874 +#: ../../operation/events/events.build_table.php:678 +#: ../../include/functions_events.php:3815 +msgid "Is not allowed delete events in process" +msgstr "You cannot delete events in process." + +#: ../../operation/events/events.php:794 +msgid "Error deleting event" +msgstr "Error deleting event" + +#: ../../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 +#: ../../mobile/operation/events.php:790 +#: ../../include/functions_reporting_html.php:3034 +#: ../../include/functions_reporting.php:1200 +#: ../../include/functions_reporting.php:1362 +#: ../../include/functions_events.php:852 +#: ../../include/functions_events.php:856 +msgid "No events" +msgstr "No events" + +#: ../../operation/events/events.build_table.php:149 +#: ../../mobile/operation/events.php:469 +#: ../../include/functions_events.php:2338 +#: ../../include/functions_events.php:3302 +msgid "Event ID" +msgstr "Event ID" + +#: ../../operation/events/events.build_table.php:155 +#: ../../mobile/operation/events.php:108 +#: ../../include/functions_events.php:3307 +msgid "Event Name" +msgstr "Event Name" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3345 +msgid "Agent Module" +msgstr "Agent Module" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3376 +msgid "Extra ID" +msgstr "Extra ID" + +#: ../../operation/events/events.build_table.php:663 +#: ../../include/functions_events.php:3800 +msgid "Validate event" +msgstr "Validate event" + +#: ../../operation/events/events.build_table.php:673 +#: ../../include/functions_events.php:1764 +#: ../../include/functions_events.php:1766 +#: ../../include/functions_events.php:3810 +msgid "Delete event" +msgstr "Delete event" + +#: ../../operation/events/events.build_table.php:686 +#: ../../operation/snmpconsole/snmp_view.php:668 +#: ../../include/functions_events.php:3823 +msgid "Show more" +msgstr "Show more" + +#: ../../operation/events/events.build_table.php:740 +msgid "Validate selected" +msgstr "Validate selected" + +#: ../../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:93 +msgid "SNMP" +msgstr "SNMP" + +#: ../../operation/events/event_statistics.php:37 +#: ../../operation/agentes/tactical.php:208 +#: ../../include/functions_events.php:1012 +msgid "Event graph" +msgstr "Event graph" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "Event graph by user" + +#: ../../operation/events/event_statistics.php:61 +#: ../../operation/agentes/tactical.php:214 +#: ../../include/functions_events.php:1017 +msgid "Event graph by agent" +msgstr "Event graph by agent" + +#: ../../operation/visual_console/public_console.php:153 +#: ../../operation/visual_console/render_view.php:230 +msgid "Until refresh" +msgstr "Until refresh" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:834 +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "Not triggered" + +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:568 +#: ../../operation/snmpconsole/snmp_view.php:826 +#: ../../include/functions_events.php:2931 +#: ../../include/functions_events.php:2936 +msgid "Not validated" +msgstr "Unvalidated" + +#: ../../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:421 +msgid "Search by trap type" +msgstr "Search by trap type" + +#: ../../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:523 +msgid "Trap subtype" +msgstr "Trap subtype" + +#: ../../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: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: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_mib_uploader.php:30 +#: ../../operation/menu.php:84 +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_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_browser.php:90 +msgid "SNMP Browser" +msgstr "SNMP Browser" + +#: ../../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:214 +#: ../../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:87 +msgid "You have" +msgstr "You have" + +#: ../../operation/messages/message_list.php:80 +msgid "sent message(s)" +msgstr "message(s) sent" + +#: ../../operation/messages/message_list.php:87 +msgid "unread message(s)" +msgstr "unread message(s)" + +#: ../../operation/messages/message_list.php:93 +msgid "There are no messages." +msgstr "There are no messages." + +#: ../../operation/messages/message_list.php:119 +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +msgid "Destination" +msgstr "Destination" + +#: ../../operation/messages/message_list.php:121 +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +msgid "Sender" +msgstr "Sender" + +#: ../../operation/messages/message_list.php:132 +msgid "Click to read" +msgstr "Click to read" + +#: ../../operation/messages/message_list.php:137 +msgid "Mark as unread" +msgstr "Mark as unread" + +#: ../../operation/messages/message_list.php:144 +#: ../../operation/messages/message_list.php:149 +msgid "Message unread - click to read" +msgstr "Message unread - click to read" + +#: ../../operation/messages/message_list.php:176 +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 +#, 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/search_agents.php:109 +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/agentes/ver_agente.php:895 +msgid "Manage" +msgstr "Manage" + +#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:179 +msgid "GIS Maps" +msgstr "GIS Maps" + +#: ../../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: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/gis_maps/render_view.php:132 +#: ../../include/functions.php:2570 +msgid "5 seconds" +msgstr "5 seconds" + +#: ../../operation/gis_maps/render_view.php:133 +#: ../../include/functions.php:2571 +msgid "10 seconds" +msgstr "10 seconds" + +#: ../../operation/gis_maps/render_view.php:134 +#: ../../include/functions.php:2573 +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:2574 +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:2575 +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:2576 +#: ../../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:142 +msgid "Refresh: " +msgstr "Refresh: " + +#: ../../operation/gis_maps/render_view.php:151 +msgid "Show agents by state: " +msgstr "Show agents according to status: " + +#: ../../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:238 +#: ../../operation/incidents/incident.php:411 +msgid "Create incident" +msgstr "Create incident" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "Opened at" + +#: ../../operation/incidents/incident_detail.php:261 +#: ../../operation/servers/recon_view.php:107 +msgid "Updated at" +msgstr "Updated 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:506 +msgid "Add attachment" +msgstr "Add attachment" + +#: ../../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: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:277 +msgid "Agents:" +msgstr "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/search_modules.php:109 +#: ../../operation/agentes/status_monitor.php:1136 +#: ../../mobile/operation/modules.php:461 +#: ../../include/functions_modules.php:1845 +msgid "NOT INIT" +msgstr "Non- initialized" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "Recon View" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +msgid "Done" +msgstr "Done" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "Pending" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "has no recon tasks assigned" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "Full list of alerts" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "Insufficient permissions to validate alerts" + +#: ../../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:599 +msgid "No alerts found" +msgstr "No alerts found" + +#: ../../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.excel.php:67 +#: ../../operation/agentes/exportdata.php:82 +#: ../../operation/agentes/exportdata.csv.php:68 +msgid "Invalid time specified" +msgstr "Invalid time specified" + +#: ../../operation/agentes/exportdata.excel.php:164 +#: ../../operation/agentes/exportdata.php:209 +#: ../../operation/agentes/exportdata.csv.php:181 +msgid "No modules specified" +msgstr "No modules specified" + +#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:54 +msgid "Monitor detail" +msgstr "Monitor detail" + +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" +msgstr "Monitor view" + +#: ../../operation/agentes/status_monitor.php:294 +msgid "Monitor status" +msgstr "Monitor status" + +#: ../../operation/agentes/status_monitor.php:337 +#: ../../operation/agentes/alerts_status.functions.php:91 +msgid "No tags" +msgstr "No tags" + +#: ../../operation/agentes/status_monitor.php:382 +#: ../../operation/agentes/status_monitor.php:948 +msgid "Server type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:393 +msgid "Data type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:512 +msgid "Advanced Options" +msgstr "Advanced Options" + +#: ../../operation/agentes/status_monitor.php:522 +#: ../../operation/agentes/agent_fields.php:38 +msgid "Agent custom fields" +msgstr "Agent custom fields" + +#: ../../operation/agentes/status_monitor.php:935 +msgid "Data Type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:1434 +msgid "This group doesn't have any monitor" +msgstr "This group doesn't have any monitor" + +#: ../../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/ver_agente.php:811 +msgid "Sons" +msgstr "Sons" + +#: ../../operation/agentes/ver_agente.php:1019 +msgid "Log Viewer" +msgstr "Log Viewer" + +#: ../../operation/agentes/ver_agente.php:1039 +msgid "Terminal" +msgstr "" + +#: ../../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:132 +#: ../../operation/agentes/stat_win.php:301 +#: ../../operation/agentes/exportdata.php:301 +#: ../../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:332 +msgid "Show events" +msgstr "Show events" + +#: ../../operation/agentes/graphs.php:142 +#: ../../operation/agentes/stat_win.php:349 +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:210 +msgid "There was an error loading the graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "Name the custom graph" + +#: ../../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/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:148 +#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 +msgid "IP address" +msgstr "IP address" + +#: ../../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:257 +#: ../../include/functions_treeview.php:626 +msgid "Agent access rate (24h)" +msgstr "Agent access rate (24h)" + +#: ../../operation/agentes/estado_generalagente.php:389 +msgid "Active incident on this agent" +msgstr "Active incident on this agent" + +#: ../../operation/agentes/estado_generalagente.php:449 +#: ../../include/functions_treeview.php:708 +msgid "Interface information" +msgstr "Interface information" + +#: ../../operation/agentes/estado_generalagente.php:478 +#: ../../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 +#: ../../mobile/operation/agent.php:188 +#: ../../include/functions_treeview.php:634 +msgid "Events (24h)" +msgstr "Events (24h)" + +#: ../../operation/agentes/estado_generalagente.php:618 +msgid "Refresh data" +msgstr "Refresh data" + +#: ../../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:426 +msgid "Status:" +msgstr "Status:" + +#: ../../operation/agentes/estado_monitores.php:432 +msgid "Not Normal" +msgstr "Abnormal" + +#: ../../operation/agentes/estado_monitores.php:440 +#: ../../operation/agentes/networkmap.php:453 +msgid "Free text for search (*):" +msgstr "Free text for search (*):" + +#: ../../operation/agentes/estado_monitores.php:441 +msgid "Search by module name, list matches." +msgstr "Search by module name, list matches." + +#: ../../operation/agentes/estado_monitores.php:454 +msgid "Reset" +msgstr "Reset" + +#: ../../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:255 +#: ../../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:257 +#: ../../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:284 +#: ../../operation/agentes/interface_traffic_graph_win.php:219 +msgid "Refresh time" +msgstr "Refresh time" + +#: ../../operation/agentes/stat_win.php:292 +msgid "Avg. Only" +msgstr "Avg. Only" + +#: ../../operation/agentes/stat_win.php:307 +msgid "Begin time" +msgstr "Start time" + +#: ../../operation/agentes/stat_win.php:313 +#: ../../operation/agentes/interface_traffic_graph_win.php:244 +msgid "Zoom factor" +msgstr "Zoom factor" + +#: ../../operation/agentes/stat_win.php:343 +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:355 +msgid "Show event graph" +msgstr "Show event graph" + +#: ../../operation/agentes/stat_win.php:364 +#: ../../operation/agentes/interface_traffic_graph_win.php:238 +msgid "Show percentil 95º" +msgstr "Show percentil 95º" + +#: ../../operation/agentes/stat_win.php:376 +#: ../../mobile/operation/module_graph.php:412 +msgid "Time compare (Separated)" +msgstr "Time comparison (separated)" + +#: ../../operation/agentes/stat_win.php:382 +#: ../../mobile/operation/module_graph.php:428 +msgid "Show unknown graph" +msgstr "Show unknown graph" + +#: ../../operation/agentes/stat_win.php:407 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +msgstr "Reload" + +#: ../../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: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:202 +#: ../../operation/agentes/alerts_status.functions.php:97 +msgid "Free text for search" +msgstr "Free text for search" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "Summary of the status groups" + +#: ../../operation/agentes/group_view.php:170 +msgid "Not Init" +msgstr "Uninitialised" + +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" +msgstr "Error processing alert(s)" + +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "All (Enabled)" + +#: ../../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/alerts_status.functions.php:109 +msgid "No actions" +msgstr "" + +#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:398 +msgid "Export data" +msgstr "Export data" + +#: ../../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:321 +#: ../../include/functions_netflow.php:1031 +msgid "Data table" +msgstr "Data table" + +#: ../../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/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "In" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "Out" + +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" +msgstr "No fields defined" + +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" +msgstr "" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" +msgstr "" + +#: ../../operation/agentes/ehorus.php:80 +msgid "There was an error retrieving an authorization token" +msgstr "" + +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +msgid "There was an error processing the response" +msgstr "" + +#: ../../operation/agentes/ehorus.php:116 +msgid "There was an error retrieving the agent data" +msgstr "" + +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" +msgstr "" + +#: ../../operation/agentes/ehorus.php:136 +msgid "Launch" +msgstr "" + +#: ../../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/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: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: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/tactical.php:135 +msgid "Report of State" +msgstr "Status report" + +#: ../../operation/agentes/tactical.php:193 +#: ../../include/functions_events.php:867 +msgid "Latest events" +msgstr "Latest events" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "Current data at" + +#: ../../operation/agentes/networkmap_list.php:266 +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1801 +msgid "Execute" +msgstr "Execute" + +#: ../../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/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: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/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/menu.php:32 +msgid "Views" +msgstr "Views" + +#: ../../operation/menu.php:65 +msgid "Netflow Live View" +msgstr "Netflow Live View" + +#: ../../operation/menu.php:79 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "SNMP console" + +#: ../../operation/menu.php:80 +msgid "SNMP browser" +msgstr "SNMP browser" + +#: ../../operation/menu.php:87 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "SNMP filters" + +#: ../../operation/menu.php:88 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "SNMP trap generator" + +#: ../../operation/menu.php:184 +msgid "List of Gis maps" +msgstr "List of Gis maps" + +#: ../../operation/menu.php:218 +msgid "Topology maps" +msgstr "Topology maps" + +#: ../../operation/menu.php:280 +msgid "RSS" +msgstr "RSS" + +#: ../../operation/menu.php:285 +msgid "Marquee" +msgstr "Marquee" + +#: ../../operation/menu.php:291 +msgid "CSV File" +msgstr "CSV File" + +#: ../../operation/menu.php:321 +msgid "Workspace" +msgstr "Workspace" + +#: ../../operation/menu.php:334 +msgid "WebChat" +msgstr "WebChat" + +#: ../../operation/menu.php:363 +msgid "List of Incidents" +msgstr "List of Incidents" + +#: ../../operation/menu.php:378 +msgid "Messages List" +msgstr "Message list" + +#: ../../operation/menu.php:379 +msgid "New message" +msgstr "New message" + +#: ../../operation/menu.php:404 +msgid "Scheduled downtime" +msgstr "Scheduled downtime" + +#: ../../operation/menu.php:409 +msgid "Recon view" +msgstr "Recon view" + +#: ../../operation/menu.php:484 +msgid "Tools" +msgstr "Tools" + +#: ../../extensions/dbmanager.php:107 +msgid "Database interface" +msgstr "Database interface" + +#: ../../extensions/dbmanager.php:122 +msgid "Execute SQL" +msgstr "Run SQL query" + +#: ../../extensions/dbmanager.php:166 +msgid "DB interface" +msgstr "DB interface" + +#: ../../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:414 ../../extensions/system_info.php:807 +msgid "System Info" +msgstr "System Info" + +#: ../../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 "" +"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/system_info.php:427 ../../extensions/system_info.php:430 +#: ../../extensions/system_info.php:503 +msgid "Pandora Diagnostic info" +msgstr "Pandora Diagnostics info" + +#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 +#: ../../extensions/system_info.php:509 +msgid "System info" +msgstr "System info" + +#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 +#: ../../extensions/system_info.php:513 +msgid "Log Info" +msgstr "Log info" + +#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 +msgid "Number lines of log" +msgstr "Number of log lines" + +#: ../../extensions/system_info.php:494 +msgid "Generate file" +msgstr "Generate file" + +#: ../../extensions/system_info.php:547 +msgid "At least one option must be selected" +msgstr "At least one option must be selected" + +#: ../../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:120 +msgid "" +"You can set the command path in the menu Administration -> Extensions -" +"> Config Network Tools" +msgstr "" +"You can set the command path from the menu Administration -> Extensions -" +"> Config Network Tools" + +#: ../../extensions/net_tools.php:123 +msgid "Traceroute" +msgstr "Traceroute" + +#: ../../extensions/net_tools.php:124 +msgid "Ping host & Latency" +msgstr "Ping host and retrieve latency values" + +#: ../../extensions/net_tools.php:125 +msgid "SNMP Interface status" +msgstr "SNMP Interface status" + +#: ../../extensions/net_tools.php:126 +msgid "Basic TCP Port Scan" +msgstr "Basic TCP Port Scan" + +#: ../../extensions/net_tools.php:127 +msgid "DiG/Whois Lookup" +msgstr "Look up DiG/Whois" + +#: ../../extensions/net_tools.php:162 +msgid "Traceroute executable does not exist." +msgstr "Traceroute executable does not exist." + +#: ../../extensions/net_tools.php:165 +msgid "Traceroute to " +msgstr "Traceroute to " + +#: ../../extensions/net_tools.php:174 +msgid "Ping executable does not exist." +msgstr "Ping executable does not exist." + +#: ../../extensions/net_tools.php:177 +#, php-format +msgid "Ping to %s" +msgstr "Ping %s" + +#: ../../extensions/net_tools.php:186 +msgid "Nmap executable does not exist." +msgstr "Nmap executable does not exist." + +#: ../../extensions/net_tools.php:189 +msgid "Basic TCP Scan on " +msgstr "Perform basic TCP Scan on " + +#: ../../extensions/net_tools.php:196 +msgid "Domain and IP information for " +msgstr "Domain and IP information on " + +#: ../../extensions/net_tools.php:200 +msgid "Dig executable does not exist." +msgstr "Dig executable does not exist." + +#: ../../extensions/net_tools.php:210 +msgid "Whois executable does not exist." +msgstr "Whois executable does not exist." + +#: ../../extensions/net_tools.php:219 +msgid "SNMP information for " +msgstr "SNMP information on " + +#: ../../extensions/net_tools.php:223 +msgid "SNMPget executable does not exist." +msgstr "SNMPget executable does not exist." + +#: ../../extensions/net_tools.php:226 +msgid "Uptime" +msgstr "Uptime" + +#: ../../extensions/net_tools.php:230 +msgid "Device info" +msgstr "Device info" + +#: ../../extensions/net_tools.php:238 +msgid "Interface" +msgstr "Interface" + +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:342 +msgid "Config Network Tools" +msgstr "Config Network Tools" + +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 +msgid "Set the paths." +msgstr "Set paths" + +#: ../../extensions/net_tools.php:309 +msgid "Traceroute path" +msgstr "Traceroute path" + +#: ../../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:313 +msgid "Ping path" +msgstr "Ping path" + +#: ../../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:317 +msgid "Nmap path" +msgstr "Nmap path" + +#: ../../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:321 +msgid "Dig path" +msgstr "Dig path" + +#: ../../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:325 +msgid "Snmpget path" +msgstr "Snmpget path" + +#: ../../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/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 +msgid "Registered successfully" +msgstr "Registered successfully" + +#: ../../extensions/plugin_registration.php:428 +msgid "Register plugin" +msgstr "Register Plugin" + +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "Agents / Alerts" + +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "There are no agents with alerts." + +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "Previous templates" + +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "More templates" + +#: ../../extensions/agents_alerts.php:347 +msgid "Agents/Alerts view" +msgstr "Agent/Alert view" + +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "Extension not installed." + +#: ../../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:2182 +#: ../../include/functions.php:2185 +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/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" +msgstr "Connected users" + +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" +msgstr "No other users connected" + +#: ../../extensions/insert_data.php:54 +msgid "Insert data" +msgstr "Insert data" + +#: ../../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/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/insert_data.php:126 +#, php-format +msgid "Save agent (%s), module (%s) data xml." +msgstr "(%s) Agent saved, module (%s) xml data" + +#: ../../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/insert_data.php:241 +msgid "Insert Data" +msgstr "Insert Data" + +#: ../../extensions/agents_modules.php:120 +#: ../../include/graphs/functions_pchart.php:1137 +#: ../../include/functions_reports.php:581 +msgid "Agents/Modules" +msgstr "Agents/Modules" + +#: ../../extensions/agents_modules.php:187 +#: ../../include/functions_reporting.php:1565 +msgid "There are no agents with modules" +msgstr "There are no agents with modules" + +#: ../../extensions/agents_modules.php:212 +msgid "Previous modules" +msgstr "Previous modules" + +#: ../../extensions/agents_modules.php:250 +msgid "More modules" +msgstr "More modules" + +#: ../../extensions/agents_modules.php:360 +#: ../../include/functions_reporting_html.php:948 +msgid "Orange cell when the module has fired alerts" +msgstr "Cell turns orange when there are alerts for that module" + +#: ../../extensions/agents_modules.php:361 +#: ../../include/functions_reporting_html.php:949 +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:950 +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:951 +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:952 +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/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/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: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: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:1125 +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/ssh_gateway.php:52 +msgid "You need to specify a user and a host address" +msgstr "You must specify a username and a host address" + +#: ../../extensions/ssh_gateway.php:59 +#, php-format +msgid "For security reasons the following characters are not allowed: %s" +msgstr "For security reasons, the following characters are not allowed : %s" + +#: ../../extensions/ssh_gateway.php:60 +msgid "Connect" +msgstr "Connect" + +#: ../../extensions/ssh_gateway.php:63 +msgid "Port (use 0 for default)" +msgstr "Port (use 0 as default)" + +#: ../../extensions/ssh_gateway.php:65 +msgid "Connect mode" +msgstr "Connect mode" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +msgstr "Number of alerts fired" + +#: ../../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." + +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:334 +msgid "Resource exportation" +msgstr "Resource exporting" + +#: ../../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 "" +"This extension makes exporting resource templates easier. You can export " +"resource templates in Pandora FMS 3.x format (.ptr) " + +#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 +msgid "DB Status" +msgstr "DB Status" + +#: ../../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 "" +"This extension checks if the DB is correct, since sometimes migrations cause " +"the old DB to not include some fields in their tables, or suffer changes in " +"their data scheme." + +#: ../../extensions/db_status.php:58 +msgid "At the moment the checks is for MySQL/MariaDB." +msgstr "This check only works for MySQL-type databases" + +#: ../../extensions/db_status.php:63 +msgid "DB settings" +msgstr "DB settings" + +#: ../../extensions/db_status.php:67 +msgid "DB User with privileges" +msgstr "DB User with privileges" + +#: ../../extensions/db_status.php:69 +msgid "DB Password for this user" +msgstr "DB Password for this user" + +#: ../../extensions/db_status.php:73 +msgid "DB Hostname" +msgstr "DB Hostname" + +#: ../../extensions/db_status.php:75 +msgid "DB Name (temporal for testing)" +msgstr "DB Name (testing purposes only; temporary)" + +#: ../../extensions/db_status.php:83 +msgid "Execute Test" +msgstr "Run Test" + +#: ../../extensions/db_status.php:110 +msgid "Unsuccessful connected to the DB" +msgstr "Connection to the DB was unsuccessful" + +#: ../../extensions/db_status.php:117 +msgid "Unsuccessful created the testing DB" +msgstr "Unable to create DB test" + +#: ../../extensions/db_status.php:128 +msgid "Unsuccessful installed tables into the testing DB" +msgstr "Tables not installed correctly on the DB test." + +#: ../../extensions/db_status.php:139 +msgid "Unsuccessful installed enterprise tables into the testing DB" +msgstr "Enterprise tables could not be installed into the testing DB" + +#: ../../extensions/db_status.php:190 +msgid "Successful the DB Pandora has all tables" +msgstr "Success! Pandora DB contains all tables" + +#: ../../extensions/db_status.php:191 +#, php-format +msgid "" +"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" +msgstr "Pandora DB couldn't retrieve all tables. The (%s) of lost tables is" + +#: ../../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 "You can make this SQL query in order to fix it." + +#: ../../extensions/db_status.php:255 +#, php-format +msgid "Unsuccessful the table %s has not the field %s" +msgstr "Unsuccessful: the table %s doesn't have the field %s" + +#: ../../extensions/db_status.php:275 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted the type with %s." +msgstr "Unsuccessful: the field %s for table %s must be set with type %s" + +#: ../../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 "Unsuccessful: field %s in table %s must have its %s null values set" + +#: ../../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 "" +"Unsuccesful: field %s in table %s must have its key set as is defined in the " +"SQL file" + +#: ../../extensions/db_status.php:311 +msgid "Please check the SQL file for to know the kind of key needed." +msgstr "Please check the SQL file in order to know the kind of key needed." + +#: ../../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 "" +"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" + +#: ../../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 "" +"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." +msgstr "" +"Please check the SQL file in order to know the kind of extra configuration " +"needed." + +#: ../../extensions/db_status.php:336 +msgid "Successful all the tables have the correct fields" +msgstr "Successful: all tables have the correct fields" + +#: ../../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/matrix_events.php:29 +msgid "Matrix events" +msgstr "Matrix Events" + +#: ../../extensions/realtime_graphs.php:29 +#: ../../extensions/realtime_graphs.php:136 +msgid "Realtime graphs" +msgstr "Real-time graphs" + +#: ../../extensions/realtime_graphs.php:61 +msgid "Pandora Server CPU" +msgstr "Pandora Server CPU" + +#: ../../extensions/realtime_graphs.php:62 +msgid "Pandora Server Pending packets" +msgstr "Pending packages from Pandora Server" + +#: ../../extensions/realtime_graphs.php:63 +msgid "Pandora Server Disk IO Wait" +msgstr "Pandora Server Disk IO Wait" + +#: ../../extensions/realtime_graphs.php:64 +msgid "Pandora Server Apache load" +msgstr "Pandora Server Apache load" + +#: ../../extensions/realtime_graphs.php:65 +msgid "Pandora Server MySQL load" +msgstr "Pandora Server MySQL load" + +#: ../../extensions/realtime_graphs.php:66 +msgid "Pandora Server load" +msgstr "Pandora Server load" + +#: ../../extensions/realtime_graphs.php:67 +msgid "SNMP Interface throughput" +msgstr "SNMP Interface throughput" + +#: ../../extensions/realtime_graphs.php:79 +msgid "Refresh interval" +msgstr "Refresh interval" + +#: ../../extensions/realtime_graphs.php:80 +msgid "Incremental" +msgstr "Incremental" + +#: ../../extensions/realtime_graphs.php:81 +msgid "Clear graph" +msgstr "Clear graph" + +#: ../../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:1663 +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/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" +msgstr "200 characters max." + +#: ../../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:581 +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/resource_registration.php:40 +#, php-format +msgid "Success add '%s' item in report '%s'." +msgstr "Successfully added '%s' item into '%s' report" + +#: ../../extensions/resource_registration.php:41 +#, php-format +msgid "Error create '%s' item in report '%s'." +msgstr "Error creating item '%s' on report '%s'" + +#: ../../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: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: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/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" + +#: ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/groups.php:54 ../../mobile/operation/events.php:431 +#: ../../mobile/operation/agents.php:146 ../../mobile/operation/agent.php:67 +#: ../../mobile/operation/networkmap.php:79 +#: ../../mobile/operation/tactical.php:72 +#: ../../mobile/operation/modules.php:174 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/alerts.php:142 +#: ../../mobile/operation/networkmaps.php:100 ../../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 "" +"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/operation/groups.php:129 +#: ../../include/functions_reporting_html.php:2688 +msgid "Agents not init" +msgstr "Uninitialized agents" + +#: ../../mobile/operation/groups.php:133 +#: ../../include/functions_reporting_html.php:2670 +msgid "Agents critical" +msgstr "Agents in critical status" + +#: ../../mobile/operation/groups.php:137 +#: ../../include/functions_reporting_html.php:2682 +#: ../../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 +msgid "Agents unknown" +msgstr "Unknown agents" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "Home" + +#: ../../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:497 +#: ../../include/functions_events.php:2426 +msgid "Acknowledged by" +msgstr "Acknowledged by" + +#: ../../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:659 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/modules.php:261 +#: ../../mobile/operation/alerts.php:213 +#: ../../mobile/operation/networkmaps.php:150 +msgid "Apply Filter" +msgstr "Apply Filter" + +#: ../../mobile/operation/events.php:1070 +#: ../../mobile/operation/agents.php:462 +#: ../../mobile/operation/modules.php:704 +#: ../../mobile/operation/alerts.php:306 +#: ../../mobile/operation/networkmaps.php:216 +msgid "(Default)" +msgstr "(Default)" + +#: ../../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:1096 +#: ../../mobile/operation/agents.php:468 +#: ../../mobile/operation/modules.php:711 +#: ../../mobile/operation/alerts.php:316 +#: ../../mobile/operation/networkmaps.php:222 +#, php-format +msgid "Group: %s" +msgstr "Group : %s" + +#: ../../mobile/operation/events.php:1108 +#: ../../mobile/operation/networkmaps.php:229 +#, php-format +msgid "Type: %s" +msgstr "Type: %s" + +#: ../../mobile/operation/events.php:1112 +#: ../../mobile/operation/agents.php:472 +#: ../../mobile/operation/modules.php:723 +#: ../../mobile/operation/alerts.php:320 +#, php-format +msgid "Status: %s" +msgstr "Status : %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/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/agents.php:476 +#: ../../mobile/operation/modules.php:727 +#: ../../mobile/operation/alerts.php:324 +#, php-format +msgid "Free Search: %s" +msgstr "Free Search : %s" + +#: ../../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/networkmap.php:164 +#: ../../mobile/operation/networkmaps.php:202 +msgid "No networkmaps" +msgstr "No network maps" + +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "Last activity" + +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "Filter Modules by %s" + +#: ../../mobile/operation/modules.php:500 +msgid "Interval." +msgstr "Interval" + +#: ../../mobile/operation/modules.php:506 +msgid "Last update." +msgstr "Last update" + +#: ../../mobile/operation/modules.php:719 +#, php-format +msgid "Module group: %s" +msgstr "Module group : %s" + +#: ../../mobile/operation/modules.php:732 +#, php-format +msgid "Tag: %s" +msgstr "Tag: %s" + +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" +msgstr "Visual consoles" + +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" +msgstr "No maps defined" + +#: ../../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 "Options for %s : %s" + +#: ../../mobile/operation/module_graph.php:396 +msgid "Show Alerts" +msgstr "Show Alerts" + +#: ../../mobile/operation/module_graph.php:404 +msgid "Show Events" +msgstr "Show Events" + +#: ../../mobile/operation/module_graph.php:436 +msgid "Avg Only" +msgstr "Avg Only" + +#: ../../mobile/operation/module_graph.php:441 +msgid "Time range (hours)" +msgstr "Time range (hours)" + +#: ../../mobile/operation/module_graph.php:461 +msgid "Update graph" +msgstr "Update graph" + +#: ../../mobile/operation/module_graph.php:470 +msgid "Error get the graph" +msgstr "Error retrieving the graph" + +#: ../../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/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/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" + +#: ../../extras/pandora_diag.php:90 +msgid "Pandora FMS Diagnostic tool" +msgstr "Pandora FMS Diagnostic tool" + +#: ../../extras/pandora_diag.php:93 +msgid "Item" +msgstr "Item" + +#: ../../extras/pandora_diag.php:94 +msgid "Data value" +msgstr "Data value" + +#: ../../include/functions_html.php:723 +msgid "weeks" +msgstr "weeks" + +#: ../../include/functions_html.php:854 +msgid "Month day" +msgstr "Day of the month" + +#: ../../include/functions_html.php:855 ../../include/functions_graph.php:2323 +msgid "Month" +msgstr "Month" + +#: ../../include/functions_html.php:856 +msgid "Week day" +msgstr "Day of the week" + +#: ../../include/functions_html.php:2148 +msgid "Type at least two characters to search the module." +msgstr "Type at least two characters to search the module." + +#: ../../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 +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 "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/graphs/functions_pchart.php:201 +#: ../../include/graphs/functions_pchart.php:1130 +msgid "Actual" +msgstr "Actual" + +#: ../../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:240 +msgid "Cancel zoom" +msgstr "Cancel zoom" + +#: ../../include/graphs/functions_flot.php:242 +msgid "Warning and Critical thresholds" +msgstr "Warning and Critical thresholds" + +#: ../../include/graphs/functions_flot.php:245 +msgid "Overview graph" +msgstr "Overview graph" + +#: ../../include/graphs/functions_flot.php:563 +#: ../../include/functions_treeview.php:252 +msgid "No data" +msgstr "No data" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "Agent hierarchy" + +#: ../../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_netflow.php:361 msgid "Total flows" msgstr "Total flows" @@ -28995,7 +29229,7 @@ msgstr "30 mins" msgid "5 days" msgstr "5 days" -#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:125 +#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:127 msgid "3 months" msgstr "3 months" @@ -29003,7 +29237,7 @@ msgstr "3 months" msgid "Last year" msgstr "Last year" -#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:128 +#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:130 msgid "2 years" msgstr "2 years" @@ -29020,7 +29254,7 @@ msgid "5 mins" msgstr "5 mins" #: ../../include/functions_netflow.php:1090 ../../include/functions.php:2018 -#: ../../include/ajax/module.php:122 +#: ../../include/ajax/module.php:124 msgid "1 week" msgstr "1 week" @@ -29081,1273 +29315,1449 @@ msgstr "Source IP" msgid "Src port" msgstr "Source Port" -#: ../../include/functions_reporting.php:1161 -msgid "Event Report Group" -msgstr "Event Report Group" +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "The target IP cannot be left blank." -#: ../../include/functions_reporting.php:1337 -msgid "Event Report Module" -msgstr "Event Report Module" +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "Numeric OID" -#: ../../include/functions_reporting.php:1508 -msgid "Agent/Modules" -msgstr "Agent/Modules" +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "Syntax" -#: ../../include/functions_reporting.php:1626 -msgid "Exception - Everything" -msgstr "Exception - Everything" +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "Display hint" -#: ../../include/functions_reporting.php:1631 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "Exception - Modules larger than or equal to %s" +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "Max. access" -#: ../../include/functions_reporting.php:1633 -#, php-format -msgid "Modules over or equal to %s" -msgstr "Modules larger than or equal to %s" +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "OID Information" -#: ../../include/functions_reporting.php:1637 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "Exception - Modules lesser than or equal to %s" +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "Starting OID" -#: ../../include/functions_reporting.php:1639 -#, php-format -msgid "Modules under or equal to %s" -msgstr "Modules lesser than or equal to %s" +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "Browse" -#: ../../include/functions_reporting.php:1643 -#, php-format -msgid "Exception - Modules under %s" -msgstr "Exception - Modules lesser than %s" +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "First match" -#: ../../include/functions_reporting.php:1645 -#, php-format -msgid "Modules under %s" -msgstr "Modules lesser than %s" +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "Previous match" -#: ../../include/functions_reporting.php:1649 -#, php-format -msgid "Exception - Modules over %s" -msgstr "Exception - Modules larger than %s" +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "Next match" -#: ../../include/functions_reporting.php:1651 -#, php-format -msgid "Modules over %s" -msgstr "Modules larger than %s" +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "Last match" -#: ../../include/functions_reporting.php:1655 -#, php-format -msgid "Exception - Equal to %s" -msgstr "Exception - Equal to %s" +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "Expand the tree (can be slow)" -#: ../../include/functions_reporting.php:1657 -#, php-format -msgid "Equal to %s" -msgstr "Equal to %s" +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "Collapse the tree" -#: ../../include/functions_reporting.php:1661 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "Exception - Not equal to %s" +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "SNMP v3 settings" -#: ../../include/functions_reporting.php:1663 -#, php-format -msgid "Not equal to %s" -msgstr "Not equal to %s" +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "Search options" -#: ../../include/functions_reporting.php:1667 -msgid "Exception - Modules at normal status" -msgstr "Exception - Modules in normal status." +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "Security error. Please contact your administrator." -#: ../../include/functions_reporting.php:1668 -msgid "Modules at normal status" -msgstr "Modules in normal status" - -#: ../../include/functions_reporting.php:1672 -msgid "Exception - Modules at critical or warning status" -msgstr "Exception - Modules in critical or warning status" - -#: ../../include/functions_reporting.php:1673 -msgid "Modules at critical or warning status" -msgstr "Modules in critical or warning status." - -#: ../../include/functions_reporting.php:1858 -msgid "There are no Modules under those conditions." -msgstr "There are no Modules under those conditions." - -#: ../../include/functions_reporting.php:1861 -#, 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:1864 -#, 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:1867 -#, php-format -msgid "There are no Modules less %s." -msgstr "There are no Modules lesser than %s" - -#: ../../include/functions_reporting.php:1870 -#, php-format -msgid "There are no Modules over %s." -msgstr "There are no Modules larger than %s" - -#: ../../include/functions_reporting.php:1873 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "There are no Modules equal to %s" - -#: ../../include/functions_reporting.php:1876 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "There are no Modules not equal to %s" - -#: ../../include/functions_reporting.php:1879 -msgid "There are no Modules normal status" -msgstr "There are no Modules in normal status" - -#: ../../include/functions_reporting.php:1882 -msgid "There are no Modules at critial or warning status" -msgstr "There are no modules in critical or warning status." - -#: ../../include/functions_reporting.php:2084 -msgid "Event Report Agent" -msgstr "Event Report Agent" - -#: ../../include/functions_reporting.php:2278 -msgid "Database Serialized" -msgstr "Database Serialized" - -#: ../../include/functions_reporting.php:2391 -#: ../../include/functions_reports.php:635 -msgid "Group configuration" -msgstr "Group settings" - -#: ../../include/functions_reporting.php:2467 -msgid "Network interfaces report" -msgstr "Network interface report" - -#: ../../include/functions_reporting.php:2486 -msgid "" -"The group has no agents or none of the agents has any network interface" +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." msgstr "" -"The group has no agents or none of the agents have any network interfaces." +"The file is missing in the disk's storage. Please contact your administrator." -#: ../../include/functions_reporting.php:2536 -msgid "bytes/s" -msgstr "bytes/s" +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." +msgstr "Interval Agent." -#: ../../include/functions_reporting.php:2565 -msgid "Alert Report Group" -msgstr "Alert Report Group" - -#: ../../include/functions_reporting.php:2687 -msgid "Alert Report Agent" -msgstr "Alert Report Agent" - -#: ../../include/functions_reporting.php:2795 -msgid "Alert Report Module" -msgstr "Alert Report Module" - -#: ../../include/functions_reporting.php:2930 -msgid "SQL Graph Vertical Bars" -msgstr "SQL vertical bar graph" - -#: ../../include/functions_reporting.php:2933 -msgid "SQL Graph Horizontal Bars" -msgstr "SQL horizontal bar graph" - -#: ../../include/functions_reporting.php:2936 -msgid "SQL Graph Pie" -msgstr "SQL Graph Pie" - -#: ../../include/functions_reporting.php:3062 -msgid "Netflow Area" -msgstr "Netflow Area" - -#: ../../include/functions_reporting.php:3065 -msgid "Netflow Pie" -msgstr "Netflow Pie" - -#: ../../include/functions_reporting.php:3068 -msgid "Netflow Data" -msgstr "Netflow Data" - -#: ../../include/functions_reporting.php:3071 -msgid "Netflow Statistics" -msgstr "Netflow Statistics" - -#: ../../include/functions_reporting.php:3074 -msgid "Netflow Summary" -msgstr "Netflow Summary" - -#: ../../include/functions_reporting.php:3137 -#: ../../include/functions_reports.php:501 -msgid "Simple baseline graph" -msgstr "Simple baseline graph" - -#: ../../include/functions_reporting.php:3198 -msgid "Prediction Date" -msgstr "Prediction Date" - -#: ../../include/functions_reporting.php:3326 -#: ../../include/functions_reports.php:633 -msgid "Agent configuration" -msgstr "Agent configuration" - -#: ../../include/functions_reporting.php:3721 +#: ../../include/help/clippy/interval_agent_min.php:44 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." +"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 "" -"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." +"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/functions_reporting.php:3837 -msgid "No Address" -msgstr "No Address" +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" +msgstr "All servers down" -#: ../../include/functions_reporting.php:4252 -msgid "Minimal" -msgstr "Minimum" +#: ../../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/functions_reporting.php:4255 -msgid "Maximun" -msgstr "Maximum" +#: ../../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/functions_reporting.php:4323 -#: ../../include/functions_reporting.php:4419 -#: ../../include/functions_reports.php:499 -msgid "Simple graph" -msgstr "Simple graph" +#: ../../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/functions_reporting.php:4803 -#: ../../include/functions_reporting.php:4917 -#: ../../include/functions_reporting.php:5046 -msgid "Maximum of events shown" -msgstr "Maximum number of displayed events" +#: ../../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/functions_reporting.php:5408 -#: ../../include/functions_reporting.php:5445 -msgid "Server health" -msgstr "Server health" +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" +msgstr "Topology Group" -#: ../../include/functions_reporting.php:5408 -#, php-format -msgid "%d Downed servers" -msgstr "%d Downed servers" +#: ../../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/functions_reporting.php:5416 -#: ../../include/functions_reporting.php:5448 -msgid "Monitor health" -msgstr "Monitor health" +#: ../../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/functions_reporting.php:5416 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Abnormal monitors" +#: ../../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/functions_reporting.php:5418 -#: ../../include/functions_reporting.php:5449 -msgid "of monitors up" -msgstr "of monitors up" +#: ../../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/functions_reporting.php:5424 -#: ../../include/functions_reporting.php:5451 -msgid "Module sanity" -msgstr "Module sanity" +#: ../../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/functions_reporting.php:5424 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Not initiated monitors" +#: ../../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/functions_reporting.php:5426 -#: ../../include/functions_reporting.php:5452 -msgid "of total modules inited" -msgstr "of total modules initiated" +#: ../../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/functions_reporting.php:5432 -#: ../../include/functions_reporting.php:5454 -#: ../../include/functions_reporting_html.php:2018 -msgid "Alert level" -msgstr "Alert level" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." +msgstr "Click on this tab.." -#: ../../include/functions_reporting.php:5432 -#: ../../include/functions_reporting.php:6441 -#: ../../include/functions_reporting.php:6450 -#, php-format -msgid "%d Fired alerts" -msgstr "%d Triggered alerts" +#: ../../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/functions_reporting.php:5434 -#: ../../include/functions_reporting.php:5455 -msgid "of defined alerts not fired" -msgstr "Of defined alerts not triggered" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "Choose the network server module." +msgstr "Choose the network server module." -#: ../../include/functions_reporting.php:5514 -msgid "Defined and fired alerts" -msgstr "Defined and triggered alerts" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." +msgstr "And click the button." -#: ../../include/functions_reporting.php:5580 -msgid "Monitor normal" -msgstr "Monitor in normal status" +#: ../../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/functions_reporting.php:5584 -msgid "Monitor unknown" -msgstr "Monitor in unknown status" +#: ../../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/functions_reporting.php:5591 -msgid "Monitor not init" -msgstr "Monitor not initialised" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "Please choose Network Management." -#: ../../include/functions_reporting.php:5615 -#: ../../include/functions_reporting.php:5626 -msgid "Monitors by status" -msgstr "Monitors by status" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "Choose the component named \"Host alive\"." -#: ../../include/functions_reporting.php:5681 -#: ../../include/functions_reporting_html.php:2732 -msgid "Total agents and monitors" -msgstr "Total # of agents and monitors" +#: ../../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/functions_reporting.php:5704 -msgid "Defined users" -msgstr "Defined users" +#: ../../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/functions_reporting.php:6342 -msgid "Agent without data" -msgstr "Dataless agent" +#: ../../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/functions_reporting.php:6381 -#: ../../include/functions_agents.php:2115 -#: ../../include/functions_agents.php:2140 -#: ../../include/functions_agents.php:2165 +#: ../../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/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/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/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/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/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/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/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/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/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/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:2113 +#: ../../include/functions_agents.php:2138 +#: ../../include/functions_agents.php:2163 +msgid "No Monitors" +msgstr "No Monitors" + +#: ../../include/functions_agents.php:2117 +#: ../../include/functions_agents.php:2142 +#: ../../include/functions_agents.php:2167 +#: ../../include/functions_reporting.php:6383 msgid "At least one module in CRITICAL status" msgstr "At least one module is in CRITICAL status." -#: ../../include/functions_reporting.php:6385 -#: ../../include/functions_agents.php:2119 -#: ../../include/functions_agents.php:2144 -#: ../../include/functions_agents.php:2169 +#: ../../include/functions_agents.php:2121 +#: ../../include/functions_agents.php:2146 +#: ../../include/functions_agents.php:2171 +#: ../../include/functions_reporting.php:6387 msgid "At least one module in WARNING status" msgstr "At least one module is in WARNING status" -#: ../../include/functions_reporting.php:6389 -#: ../../include/functions_agents.php:2123 -#: ../../include/functions_agents.php:2148 -#: ../../include/functions_agents.php:2173 +#: ../../include/functions_agents.php:2125 +#: ../../include/functions_agents.php:2150 +#: ../../include/functions_agents.php:2175 +#: ../../include/functions_reporting.php:6391 msgid "At least one module is in UKNOWN status" msgstr "At least one module is in UNKNOWN status" -#: ../../include/functions_reporting.php:6393 -#: ../../include/functions_agents.php:2127 -#: ../../include/functions_agents.php:2152 -#: ../../include/functions_agents.php:2177 +#: ../../include/functions_agents.php:2129 +#: ../../include/functions_agents.php:2154 +#: ../../include/functions_agents.php:2179 +#: ../../include/functions_reporting.php:6395 msgid "All Monitors OK" msgstr "All monitors are OK" -#: ../../include/functions_reporting.php:6429 -#: ../../include/functions_reporting.php:6436 +#: ../../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 +msgid "SSL cert path" +msgstr "" + +#: ../../include/functions_config.php:144 +msgid "Use cert." +msgstr "" + +#: ../../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 +msgid "Include_agents" +msgstr "" + +#: ../../include/functions_config.php:208 +msgid "Audit log directory" +msgstr "" + +#: ../../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 +msgid "Saml path" +msgstr "" + +#: ../../include/functions_config.php:387 +msgid "Item limit for realtime reports)" +msgstr "" + +#: ../../include/functions_config.php:447 +msgid "Show QR code header" +msgstr "Display QR code in header" + +#: ../../include/functions_config.php:461 +msgid "Custom logo login" +msgstr "" + +#: ../../include/functions_config.php:490 +msgid "Fixed graph" +msgstr "" + +#: ../../include/functions_config.php:496 +msgid "Paginate module" +msgstr "Paginate module" + +#: ../../include/functions_config.php:508 +msgid "Default type of module charts." +msgstr "Default module chart type" + +#: ../../include/functions_config.php:517 +msgid "Display lateral menus with left click" +msgstr "" + +#: ../../include/functions_config.php:536 +msgid "Add the custom post process" +msgstr "Add the custom post process" + +#: ../../include/functions_config.php:543 +msgid "Delete the custom post process" +msgstr "Delete the custom post process" + +#: ../../include/functions_config.php:644 +#, fuzzy +msgid "Enable history event" +msgstr "Enable historic database" + +#: ../../include/functions_config.php:658 +#, fuzzy +msgid "Event Days" +msgstr "Event ID" + +#: ../../include/functions_config.php:668 +msgid "eHorus user" +msgstr "" + +#: ../../include/functions_config.php:670 +msgid "eHorus password" +msgstr "" + +#: ../../include/functions_config.php:672 +msgid "eHorus API hostname" +msgstr "" + +#: ../../include/functions_config.php:674 +msgid "eHorus API port" +msgstr "" + +#: ../../include/functions_config.php:676 +msgid "eHorus request timeout" +msgstr "" + +#: ../../include/functions_config.php:678 +msgid "eHorus id custom field" +msgstr "" + +#: ../../include/functions_config.php:690 #, php-format -msgid "%d Total modules" -msgstr "%d Total modules" +msgid "Failed updated: the next values cannot update: %s" +msgstr "Updated failed. The following values could not be updated: %s" -#: ../../include/functions_reporting.php:6430 -#: ../../include/functions_reporting.php:6437 -#, php-format -msgid "%d Normal modules" -msgstr "%d Normal modules" - -#: ../../include/functions_reporting.php:6431 -#: ../../include/functions_reporting.php:6438 -#, php-format -msgid "%d Critical modules" -msgstr "%d Critical modules" - -#: ../../include/functions_reporting.php:6432 -#: ../../include/functions_reporting.php:6439 -#, php-format -msgid "%d Warning modules" -msgstr "%d Warning modules" - -#: ../../include/functions_reporting.php:6433 -#: ../../include/functions_reporting.php:6440 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Modules in Unknown status" - -#: ../../include/functions_reporting.php:6444 -#, php-format -msgid "%d Total agents" -msgstr "%d Total agents" - -#: ../../include/functions_reporting.php:6445 -#, php-format -msgid "%d Normal agents" -msgstr "%d Agents in Normal status" - -#: ../../include/functions_reporting.php:6446 -#, php-format -msgid "%d Critical agents" -msgstr "%d Agents in critical status" - -#: ../../include/functions_reporting.php:6447 -#, php-format -msgid "%d Warning agents" -msgstr "%d Agents in warning status." - -#: ../../include/functions_reporting.php:6448 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Unknown agents" - -#: ../../include/functions_reporting.php:6449 -#, php-format -msgid "%d not init agents" -msgstr "%d not init agents" - -#: ../../include/functions_reporting.php:8324 -msgid "Total running modules" -msgstr "Total running modules" - -#: ../../include/functions_reporting.php:8328 -#: ../../include/functions_reporting.php:8349 -#: ../../include/functions_reporting.php:8368 -#: ../../include/functions_reporting.php:8382 -#: ../../include/functions_reporting.php:8394 -#: ../../include/functions_reporting.php:8406 -#: ../../include/functions_reporting.php:8418 -#: ../../include/functions_reporting.php:8434 -msgid "Ratio" -msgstr "Ratio" - -#: ../../include/functions_reporting.php:8328 -#: ../../include/functions_reporting.php:8349 -#: ../../include/functions_reporting.php:8368 -#: ../../include/functions_reporting.php:8382 -#: ../../include/functions_reporting.php:8394 -#: ../../include/functions_reporting.php:8406 -#: ../../include/functions_reporting.php:8418 -#: ../../include/functions_reporting.php:8434 -msgid "Modules by second" -msgstr "Modules by second" - -#: ../../include/functions_reporting.php:8340 -msgid "Local modules" -msgstr "Local modules" - -#: ../../include/functions_reporting.php:8356 -msgid "Remote modules" -msgstr "Remote modules" - -#: ../../include/functions_reporting.php:8376 -msgid "Network modules" -msgstr "Network modules" - -#: ../../include/functions_reporting.php:8390 -msgid "Plugin modules" -msgstr "Plugin modules" - -#: ../../include/functions_reporting.php:8402 -msgid "Prediction modules" -msgstr "Prediction modules" - -#: ../../include/functions_reporting.php:8414 -msgid "WMI modules" -msgstr "WMI modules" - -#: ../../include/functions_reporting.php:8426 -msgid "Web modules" -msgstr "Web modules" - -#: ../../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_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" - -#: ../../include/auth/mysql.php:246 +#: ../../include/functions_config.php:1629 msgid "" -"Problems with configuration permissions. Please contact with Administrator" +"Click here to start the registration " +"process" 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/functions_config.php:1630 +msgid "This instance is not registered in the Update manager" +msgstr "" -#: ../../include/auth/mysql.php:265 +#: ../../include/functions_config.php:1637 msgid "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" +"Click here to start the newsletter " +"subscription process" msgstr "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" -#: ../../include/auth/mysql.php:282 -msgid "Fail the group synchronizing" -msgstr "Fail the group synchronizing" +#: ../../include/functions_config.php:1638 +msgid "Not subscribed to the newsletter" +msgstr "" -#: ../../include/auth/mysql.php:288 -msgid "Fail the tag synchronizing" -msgstr "Fail the tag synchronizing" +#: ../../include/functions_config.php:1649 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "The default password for the \"Admin\" user hasn't been changed." -#: ../../include/auth/mysql.php:301 +#: ../../include/functions_config.php:1650 msgid "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" +"Please change the default password because is a common vulnerability " +"reported." msgstr "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" +"Please change the default password. It's a commonly reported security issue " +"to not do so." -#: ../../include/auth/mysql.php:313 -msgid "User not found in database or incorrect password" -msgstr "User not found in database or incorrect password" +#: ../../include/functions_config.php:1656 +msgid "You can not get updates until you renew the license." +msgstr "You cannot obtain updates until you renew the license." -#: ../../include/auth/mysql.php:544 -msgid "Could not changes password on remote pandora" -msgstr "Could not change password for remote pandora" +#: ../../include/functions_config.php:1657 +msgid "This license has expired." +msgstr "This license has expired." -#: ../../include/auth/mysql.php:581 -msgid "Your installation of PHP does not support LDAP" -msgstr "Your PHP environment doesn't support LDAP" +#: ../../include/functions_config.php:1662 +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/class/Tree.class.php:1480 -msgid "NO DATA" -msgstr "NO DATA" +#: ../../include/functions_config.php:1675 +msgid "Remote configuration directory is not readble for the console" +msgstr "Remote configuration directory is unreadable for the console." -#: ../../include/functions_db.php:75 +#: ../../include/functions_config.php:1681 +#: ../../include/functions_config.php:1688 +msgid "Remote configuration directory is not writtable for the console" +msgstr "Remote configuration directory is not writtable by the console" + +#: ../../include/functions_config.php:1699 +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:1699 +msgid "files" +msgstr "files" + +#: ../../include/functions_config.php:1700 +msgid "Too much files in your tempora/attachment directory" +msgstr "Too many files in your temporary/attachment directory" + +#: ../../include/functions_config.php:1717 +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:1718 +msgid "Database maintance problem" +msgstr "Database maintenance issue." + +#: ../../include/functions_config.php:1724 +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:1725 +msgid "Default font doesnt exist" +msgstr "The default font doesn't exist." + +#: ../../include/functions_config.php:1730 +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:1731 +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:1738 +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:1739 +msgid "Developer mode is enabled" +msgstr "Developer mode enabled" + +#: ../../include/functions_config.php:1748 +msgid "Error first setup Open update" +msgstr "Error on first setup open update" + +#: ../../include/functions_config.php:1754 +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:1755 +msgid "New update of Pandora Console" +msgstr "New Pandora Console update" + +#: ../../include/functions_config.php:1769 +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:1770 +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:1775 #, php-format -msgid "Error connecting to database %s at %s." -msgstr "Error on connecting to database %s at %s." - -#: ../../include/functions_db.php:1124 -msgid "SQL sentence" -msgstr "SQL sentence" - -#: ../../include/functions_db.php:1126 -msgid "Rows" -msgstr "Rows" - -#: ../../include/functions_db.php:1127 -msgid "Saved" -msgstr "Saved" - -#: ../../include/functions_db.php:1128 -msgid "Time (ms)" -msgstr "Time (ms)" - -#: ../../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_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_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 -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 "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.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:2524 -#: ../../include/functions_graph.php:3014 -#: ../../include/functions_graph.php:3015 -#: ../../include/functions_graph.php:4921 -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:3018 -#: ../../include/functions_graph.php:3019 -#: ../../include/functions_graph.php:4924 -msgid "Informational" -msgstr "Informative" - -#: ../../include/functions.php:880 ../../include/functions.php:1076 -#: ../../include/functions.php:1121 ../../include/functions_graph.php:3026 -#: ../../include/functions_graph.php:3027 -#: ../../include/functions_graph.php:4936 -msgid "Minor" -msgstr "Minor" - -#: ../../include/functions.php:883 ../../include/functions.php:1078 -#: ../../include/functions.php:1124 ../../include/functions_graph.php:3034 -#: ../../include/functions_graph.php:3035 -#: ../../include/functions_graph.php:4939 -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:2007 -msgid "custom" -msgstr "custom" - -#: ../../include/functions.php:2012 ../../include/functions.php:2013 -#, php-format -msgid "%s minutes" -msgstr "%s minutes" - -#: ../../include/functions.php:2015 ../../include/functions.php:2016 -#, php-format -msgid "%s hours" -msgstr "%s hours" - -#: ../../include/functions.php:2021 ../../include/functions.php:2022 -#, php-format -msgid "%s months" -msgstr "%s months" - -#: ../../include/functions.php:2024 ../../include/functions.php:2025 -#, php-format -msgid "%s years" -msgstr "%s years" - -#: ../../include/functions.php:2028 -msgid "Default values will be used" -msgstr "Default values will be applied" - -#: ../../include/functions.php:2188 -msgid "The uploaded file was only partially uploaded" -msgstr "The file was only partially uploaded." - -#: ../../include/functions.php:2194 -msgid "Missing a temporary folder" -msgstr "Temporary folder missing." - -#: ../../include/functions.php:2197 -msgid "Failed to write file to disk" -msgstr "Failed to write file to disk." - -#: ../../include/functions.php:2200 -msgid "File upload stopped by extension" -msgstr "File upload stopped by extension." - -#: ../../include/functions.php:2204 -msgid "Unknown upload error" -msgstr "Unknown upload error." - -#: ../../include/functions.php:2300 -msgid "Source ID" -msgstr "Source ID" - -#: ../../include/functions.php:2307 -msgid "No data found to export" -msgstr "No data found to export" - -#: ../../include/functions.php:2572 -msgid "15 seconds" -msgstr "15 seconds" - -#: ../../include/functions.php:2577 -msgid "15 minutes" -msgstr "15 minutes" - -#: ../../include/functions.php:2578 ../../include/ajax/module.php:117 -msgid "30 minutes" -msgstr "30 minutes" - -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" -msgstr "Agent hierarchy" - -#: ../../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/ajax/double_auth.ajax.php:146 +msgid "Recommended value is %s" +msgstr "The recommended value is %s" + +#: ../../include/functions_config.php:1775 +#: ../../include/functions_config.php:1781 +msgid "Unlimited" +msgstr "Unlimited" + +#: ../../include/functions_config.php:1775 +#: ../../include/functions_config.php:1781 +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1804 msgid "" -"This is the private code that you should use with your authenticator app" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" msgstr "" -"This is the private code that you should use with your authentication app." +"Please, change this in your PHP configuration file (hp.ini) or contact your " +"administrator (remember to restart the Apache process after performing " +"changes)" -#: ../../include/ajax/double_auth.ajax.php:147 -#: ../../include/ajax/double_auth.ajax.php:283 +#: ../../include/functions_config.php:1776 +#: ../../include/functions_config.php:1782 +#: ../../include/functions_config.php:1790 +#: ../../include/functions_config.php:1798 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Not recommended '%s' value in PHP configuration" + +#: ../../include/functions_config.php:1781 +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1797 +#, php-format +msgid "Recommended value is: %s" +msgstr "The recommended value is: %s" + +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1797 +#, php-format +msgid "%s or greater" +msgstr "%s or greater" + +#: ../../include/functions_config.php:1797 msgid "" -"You could enter the code manually or use the QR code to add it automatically" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" msgstr "" -"You can enter the code manually or scan the QR code to add it automatically" +"Please, change it in your PHP configuration file (php.ini) or contact the " +"administrator" -#: ../../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 +#: ../../include/functions_config.php:1803 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" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" 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." +"The variable disable_functions contains the system () or exec () functions " +"in the PHP configuration file (php.ini)" -#: ../../include/ajax/double_auth.ajax.php:194 +#: ../../include/functions_config.php:1804 +msgid "Problems with disable functions in PHP.INI" +msgstr "Problems with disable functions in PHP.INI" + +#: ../../include/functions_reporting_html.php:93 +msgid "Label: " +msgstr "" + +#: ../../include/functions_reporting_html.php:625 +msgid "Events by Severity" +msgstr "Events according to severity" + +#: ../../include/functions_reporting_html.php:1086 +#: ../../include/functions_reporting_html.php:2528 +msgid "Monitors" +msgstr "Monitors" + +#: ../../include/functions_reporting_html.php:1322 +#, php-format +msgid "Agent '%s'" +msgstr "Agent '%s'" + +#: ../../include/functions_reporting_html.php:1336 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "Interface '%s' throughput graph" + +#: ../../include/functions_reporting_html.php:1339 +msgid "Mac" +msgstr "MAC address" + +#: ../../include/functions_reporting_html.php:1340 +msgid "Actual status" +msgstr "Current status" + +#: ../../include/functions_reporting_html.php:1568 +msgid "Empty modules" +msgstr "Empty modules" + +#: ../../include/functions_reporting_html.php:1575 +msgid "Warning
Critical" +msgstr "Warning
Critical" + +#: ../../include/functions_reporting_html.php:1798 +msgid "Agent max value" +msgstr "" + +#: ../../include/functions_reporting_html.php:1801 +msgid "Agent min" +msgstr "Min amount of agents" + +#: ../../include/functions_reporting_html.php:1802 +msgid "Agent min Value" +msgstr "" + +#: ../../include/functions_reporting_html.php:2018 +#: ../../include/functions_reporting.php:5432 +#: ../../include/functions_reporting.php:5454 +msgid "Alert level" +msgstr "Alert level" + +#: ../../include/functions_reporting_html.php:2187 +msgid "Alerts not fired" +msgstr "Non-triggered alerts" + +#: ../../include/functions_reporting_html.php:2196 +msgid "Total alerts monitored" +msgstr "Total # of alerts monitored" + +#: ../../include/functions_reporting_html.php:2247 +msgid "Total monitors" +msgstr "Total # of monitors" + +#: ../../include/functions_reporting_html.php:2248 +msgid "Monitors down on period" +msgstr "Monitors down on period" + +#: ../../include/functions_reporting_html.php:2264 +msgid "Monitors OK" +msgstr "Monitors in OK status" + +#: ../../include/functions_reporting_html.php:2265 +msgid "Monitors BAD" +msgstr "Monitors BAD" + +#: ../../include/functions_reporting_html.php:2339 +#, php-format +msgid "Agents in group: %s" +msgstr "Agents in group : %s" + +#: ../../include/functions_reporting_html.php:2432 +msgid "Last failure" +msgstr "Latest failure" + +#: ../../include/functions_reporting_html.php:2496 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:2673 +msgid "Agents warning" +msgstr "Agents in warning status" + +#: ../../include/functions_reporting_html.php:2679 +msgid "Agents ok" +msgstr "Agents in OK status" + +#: ../../include/functions_reporting_html.php:2699 +#: ../../include/functions_reporting_html.php:2708 +msgid "Agents by status" +msgstr "Agents by status" + +#: ../../include/functions_reporting_html.php:2732 +#: ../../include/functions_reporting.php:5683 +msgid "Total agents and monitors" +msgstr "Total # of agents and monitors" + +#: ../../include/functions_reporting_html.php:2752 +#: ../../include/functions_reporting_html.php:2761 +msgid "Node overview" +msgstr "Node overview" + +#: ../../include/functions_reporting_html.php:2783 +#: ../../include/functions_reporting_html.php:2800 +msgid "Warning events" +msgstr "Events in Warning status" + +#: ../../include/functions_reporting_html.php:2787 +#: ../../include/functions_reporting_html.php:2804 +msgid "OK events" +msgstr "Events in OK status" + +#: ../../include/functions_reporting_html.php:2791 +#: ../../include/functions_reporting_html.php:2808 +msgid "Unknown events" +msgstr "Events in Unknown status" + +#: ../../include/functions_reporting_html.php:2831 +msgid "Important Events by Criticity" +msgstr "Important Events by Criticity" + +#: ../../include/functions_reporting_html.php:2857 +msgid "Last activity in Pandora FMS console" +msgstr "Latest activity in the Pandora FMS console" + +#: ../../include/functions_reporting_html.php:2933 +msgid "Events info (1hr.)" +msgstr "Event info. (1hr.)" + +#: ../../include/functions_visual_map_editor.php:57 msgid "" -"You will need to install the app from the following link before continue" +"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 "" -"You will need to install the app from the following link before continuing" +"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/ajax/double_auth.ajax.php:199 -msgid "Download the app" -msgstr "Download the app" +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "Border color" -#: ../../include/ajax/double_auth.ajax.php:203 -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "Continue" -msgstr "Continue" +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "Outline width" -#: ../../include/ajax/double_auth.ajax.php:219 -msgid "Are you installed the app yet?" -msgstr "Have you installed the app yet?" +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "Fill color" -#: ../../include/ajax/double_auth.ajax.php:277 -msgid "A private code has been generated" -msgstr "A private code has been generated" +#: ../../include/functions_visual_map_editor.php:198 +msgid "Enable link" +msgstr "Enable link" -#: ../../include/ajax/double_auth.ajax.php:282 -msgid "" -"Before continue, you should create a new entry into the authenticator app" +#: ../../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: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:477 +msgid "For use the original image file size, set 0 width and 0 height." msgstr "" -"Before continuing, you should create a new entry in the authentication app" +"In order to use the original image's file size, set width and height to 0." -#: ../../include/ajax/double_auth.ajax.php:292 -msgid "Refresh code" -msgstr "Refresh code" +#: ../../include/functions_visual_map_editor.php:513 +msgid "Lines haven't advanced options" +msgstr "Lines haven't advanced options" -#: ../../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/functions_visual_map_editor.php:540 +msgid "Click start point
of the line" +msgstr "Click the starting point
of the line" -#: ../../include/ajax/double_auth.ajax.php:420 -msgid "Introduce a code generated by the app" -msgstr "Introduce a code generated by the app" +#: ../../include/functions_visual_map_editor.php:545 +msgid "Click end point
of the line" +msgstr "Click end point
of the line" -#: ../../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/functions_visual_map_editor.php:586 +msgid "Show grid" +msgstr "Show grid" -#: ../../include/ajax/double_auth.ajax.php:430 -msgid "Validate code" -msgstr "Validate code" +#: ../../include/functions_visual_map_editor.php:588 +msgid "Delete item" +msgstr "Delete item" -#: ../../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/functions_visual_map_editor.php:589 +msgid "Copy item" +msgstr "Copy item" -#: ../../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/functions_visual_map_editor.php:617 +msgid "No image or name defined." +msgstr "No image or name defined." -#: ../../include/ajax/visual_console_builder.ajax.php:177 -#: ../../include/functions_graph.php:4903 -msgid "No data to show" -msgstr "No data to show" +#: ../../include/functions_visual_map_editor.php:619 +msgid "No label defined." +msgstr "No label defined" -#: ../../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/functions_visual_map_editor.php:621 +msgid "No image defined." +msgstr "No image defined." -#: ../../include/ajax/update_manager.ajax.php:102 -msgid "The file was not uploaded succesfully." -msgstr "The file wasn't uploaded successfully." +#: ../../include/functions_visual_map_editor.php:623 +msgid "No process defined." +msgstr "No process defined." -#: ../../include/ajax/module.php:129 -msgid "3 years" -msgstr "3 years" +#: ../../include/functions_visual_map_editor.php:625 +msgid "No Max value defined." +msgstr "No Max value defined." -#: ../../include/ajax/module.php:1020 -msgid "Any monitors aren't with this filter." -msgstr "No monitors have this filter." +#: ../../include/functions_visual_map_editor.php:627 +msgid "No width defined." +msgstr "No width defined." -#: ../../include/ajax/module.php:1023 -msgid "This agent doesn't have any active monitors." -msgstr "This agent doesn't have any active monitors." +#: ../../include/functions_visual_map_editor.php:629 +msgid "No period defined." +msgstr "No period defined." -#: ../../include/ajax/events.php:301 -msgid "Agent fields" -msgstr "Agent fields" +#: ../../include/functions_visual_map_editor.php:631 +msgid "No agent defined." +msgstr "No agent defined." -#: ../../include/ajax/events.php:309 -msgid "Custom data" -msgstr "Custom data" +#: ../../include/functions_visual_map_editor.php:633 +msgid "No module defined." +msgstr "No module defined." -#: ../../include/ajax/events.php:377 -msgid "Error adding comment" -msgstr "Error on adding comment." +#: ../../include/functions_visual_map_editor.php:636 +msgid "Successfully save the changes." +msgstr "Changes successfully saved." -#: ../../include/ajax/events.php:378 -msgid "Comment added successfully" -msgstr "Comment added successfully." +#: ../../include/functions_visual_map_editor.php:638 +msgid "Could not be save" +msgstr "Could not be saved." -#: ../../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/networkmap.ajax.php:74 -#: ../../include/ajax/networkmap.ajax.php:94 -msgid "Map summary" -msgstr "Map summary" - -#: ../../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 -msgid "Builder visual console" -msgstr "" - -#: ../../include/functions_menu.php:489 -msgid "Administration events" -msgstr "" - -#: ../../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/functions_treeview.php:215 -#: ../../include/graphs/functions_flot.php:556 -msgid "No data" -msgstr "No data" - -#: ../../include/functions_treeview.php:234 +#: ../../include/functions_treeview.php:271 msgid "Go to module edition" msgstr "Go to module edition" -#: ../../include/functions_treeview.php:272 +#: ../../include/functions_treeview.php:309 msgid "There was a problem loading alerts" msgstr "There was a problem loading the alerts" -#: ../../include/functions_treeview.php:326 +#: ../../include/functions_treeview.php:393 msgid "Go to alerts edition" msgstr "Go to alerts edition" -#: ../../include/functions_treeview.php:465 +#: ../../include/functions_treeview.php:532 msgid "Go to agent edition" msgstr "Go to agent edition" -#: ../../include/functions_treeview.php:474 +#: ../../include/functions_treeview.php:541 msgid "Agent data" msgstr "Agent data" -#: ../../include/functions_treeview.php:547 +#: ../../include/functions_treeview.php:614 msgid "Advanced information" msgstr "Advanced information" -#: ../../include/functions_networkmap.php:1721 -msgid "Create a new topology map" -msgstr "Create a new topology map" +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "Alert Actions" -#: ../../include/functions_networkmap.php:1722 -msgid "Create a new group map" -msgstr "Create a new group map" +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "Alert Templates" -#: ../../include/functions_networkmap.php:1723 -msgid "Create a new dynamic map" -msgstr "Create a new dynamic map" +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "Visual console layout" -#: ../../include/functions_networkmap.php:1725 -msgid "Create a new radial dynamic map" -msgstr "Create a new radial dynamic map" +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "Planned downtime" -#: ../../include/functions_networkmap.php:1749 -msgid "Dynamic" -msgstr "Dynamic" +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "GIS maps" -#: ../../include/functions_networkmap.php:1751 -msgid "Radial dynamic" -msgstr "Radial dynamic" +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "GIS connections" -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -#: ../../include/functions_graph.php:2519 -msgid "Informative" -msgstr "Informative" +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "GIS map layers" -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -#: ../../include/functions_graph.php:2520 -msgid "Low" -msgstr "Low" +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "Network maps" -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -#: ../../include/functions_graph.php:2521 -msgid "Medium" -msgstr "Medium" +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "Show branch son" -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -#: ../../include/functions_graph.php:2522 -msgid "Serious" -msgstr "Serious" +#: ../../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_incidents.php:33 -#: ../../include/functions_incidents.php:66 -#: ../../include/functions_graph.php:2523 -msgid "Very serious" -msgstr "Very serious" +#: ../../include/functions_visual_map.php:903 +msgid "Last value: " +msgstr "Last value: " -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Active incidents" +#: ../../include/functions_visual_map.php:1291 +msgid "Agent successfully added to layout" +msgstr "Agent successfully added to the layout." -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Active incidents, with comments" +#: ../../include/functions_visual_map.php:1438 +msgid "Modules successfully added to layout" +msgstr "Modules successfully added to the layout." -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Rejected incidents" +#: ../../include/functions_visual_map.php:1638 +msgid "Agents successfully added to layout" +msgstr "Agents successfully added to the layout." -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Expired incidents" +#: ../../include/functions_visual_map.php:1979 +msgid "Cannot load the visualmap" +msgstr "Cannot load the visual map." -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Closed incidents" +#: ../../include/functions_visual_map.php:2314 +msgid "Percentile bar" +msgstr "Percentile bar" -#: ../../include/graphs/functions_pchart.php:201 -#: ../../include/graphs/functions_pchart.php:1130 -msgid "Actual" -msgstr "Actual" +#: ../../include/functions_visual_map.php:2318 +msgid "Static graph" +msgstr "Static graph" -#: ../../include/graphs/functions_flot.php:233 -msgid "Cancel zoom" -msgstr "Cancel zoom" +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:4323 +#: ../../include/functions_reporting.php:4419 +msgid "Simple graph" +msgstr "Simple graph" -#: ../../include/graphs/functions_flot.php:235 -msgid "Warning and Critical thresholds" -msgstr "Warning and Critical thresholds" +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3137 +msgid "Simple baseline graph" +msgstr "Simple baseline graph" -#: ../../include/graphs/functions_flot.php:238 -msgid "Overview graph" -msgstr "Overview graph" +#: ../../include/functions_reports.php:511 +msgid "SQL vertical bar graph" +msgstr "SQL Vertical bar 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_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:520 +msgid "Automatic combined Graph" +msgstr "Automatic combined Graph" + +#: ../../include/functions_reports.php:525 +#: ../../include/functions_reports.php:527 +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reports.php:531 +msgid "ITIL" +msgstr "ITIL" + +#: ../../include/functions_reports.php:549 +#: ../../include/functions_reports.php:551 +msgid "Forecasting" +msgstr "Forecasting" + +#: ../../include/functions_reports.php:552 +msgid "Projection graph" +msgstr "Projection graph" + +#: ../../include/functions_reports.php:557 +#: ../../include/functions_graph.php:689 +#: ../../include/functions_graph.php:3690 +msgid "Avg. Value" +msgstr "Avg. Value" + +#: ../../include/functions_reports.php:563 +msgid "Monitor report" +msgstr "Monitor report" + +#: ../../include/functions_reports.php:565 +msgid "Serialize data" +msgstr "Serialise data" + +#: ../../include/functions_reports.php:569 +msgid "Historical Data" +msgstr "Historical Data" + +#: ../../include/functions_reports.php:573 +#: ../../include/functions_reports.php:575 +#: ../../include/functions_reports.php:577 +#: ../../include/functions_reports.php:580 +#: ../../include/functions_reports.php:584 +#: ../../include/functions_reports.php:587 +#: ../../include/functions_reports.php:589 +#: ../../include/functions_reports.php:591 +msgid "Grouped" +msgstr "Grouped" + +#: ../../include/functions_reports.php:590 +msgid "Network interfaces" +msgstr "Network interfaces" + +#: ../../include/functions_reports.php:595 +#: ../../include/functions_reports.php:597 +msgid "Text/HTML " +msgstr "Text / HTML " + +#: ../../include/functions_reports.php:598 +msgid "Import text from URL" +msgstr "Import text from URL" + +#: ../../include/functions_reports.php:603 +msgid "Alert report module" +msgstr "Alert report module" + +#: ../../include/functions_reports.php:605 +msgid "Alert report agent" +msgstr "Alert report agent" + +#: ../../include/functions_reports.php:608 +msgid "Alert report group" +msgstr "Alert report group" + +#: ../../include/functions_reports.php:614 +msgid "Event report agent" +msgstr "Event report agent" + +#: ../../include/functions_reports.php:616 +msgid "Event report module" +msgstr "Event report module" + +#: ../../include/functions_reports.php:618 +msgid "Event report group" +msgstr "Event report group" + +#: ../../include/functions_reports.php:625 +msgid "Inventory changes" +msgstr "Inventory changes" + +#: ../../include/functions_reports.php:633 +#: ../../include/functions_reporting.php:3326 +msgid "Agent configuration" +msgstr "Agent configuration" + +#: ../../include/functions_reports.php:635 +#: ../../include/functions_reporting.php:2391 +msgid "Group configuration" +msgstr "Group settings" + +#: ../../include/functions_reports.php:637 +msgid "Netflow area chart" +msgstr "Netflow area chart" + +#: ../../include/functions_reports.php:639 +msgid "Netflow pie chart" +msgstr "Netflow pie graph" + +#: ../../include/functions_reports.php:641 +msgid "Netflow data table" +msgstr "Netflow data chart" + +#: ../../include/functions_reports.php:643 +msgid "Netflow statistics table" +msgstr "Netflow statistics chart" + +#: ../../include/functions_reports.php:645 +msgid "Netflow summary table" +msgstr "Netflow summary chart" #: ../../include/functions_api.php:77 msgid "No set or get or help operation." @@ -30434,8 +30844,7 @@ msgstr "Error updating the plugin module. 'Id_module' doesn't exist." #: ../../include/functions_api.php:2145 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." +msgstr "Error on updating plugin module. 'Id_module' exists in the new agent." #: ../../include/functions_api.php:2152 msgid "Error updating plugin module. Id_agent doesn't exists." @@ -30605,8 +31014,7 @@ msgstr "" "blank." #: ../../include/functions_api.php:3069 -msgid "" -"Error creating plugin component. This plugin component already exists." +msgid "Error creating plugin component. This plugin component already exists." msgstr "" "Error creating the plugin component. This plugin component already exists." @@ -30657,8 +31065,7 @@ msgstr "" #: ../../include/functions_api.php:3219 msgid "Error creating SNMP component. This SNMP component already exists." -msgstr "" -"Error creating the SNMP component. This SNMP component already exists." +msgstr "Error creating the SNMP component. This SNMP component already exists." #: ../../include/functions_api.php:3256 msgid "" @@ -30691,8 +31098,7 @@ msgstr "" "left blank." #: ../../include/functions_api.php:3333 -msgid "" -"Error getting module value from all agents. Module name doesn't exists." +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." @@ -30724,8 +31130,7 @@ msgstr "Alert template sucessfully updated." #: ../../include/functions_api.php:3544 msgid "Error deleting alert template. Id_template cannot be left blank." -msgstr "" -"Error deleting the alert template. 'Id_template' cannot be left blank." +msgstr "Error deleting the alert template. 'Id_template' cannot be left blank." #: ../../include/functions_api.php:3553 msgid "Error deleting alert template." @@ -30792,8 +31197,7 @@ msgstr "" #: ../../include/functions_api.php:3822 msgid "Error assigning module to template. Id_template doensn't exists." -msgstr "" -"Error assigning the module to a template. 'Id_template' doesn't exist." +msgstr "Error assigning the module to a template. 'Id_template' doesn't exist." #: ../../include/functions_api.php:3832 msgid "Error assigning module to template. Id_agent doesn't exists." @@ -30932,8 +31336,7 @@ msgid "Error updating data module in policy. Module doesn't exists." msgstr "Error updating data module in policy." #: ../../include/functions_api.php:4675 -msgid "" -"Error updating data module in policy. Module type is not network type." +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." @@ -30943,8 +31346,7 @@ msgid "Data policy module updated." msgstr "Data policy module updated." #: ../../include/functions_api.php:4733 -msgid "" -"Error adding network module to policy. Id_policy cannot be left blank." +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." @@ -31013,8 +31415,7 @@ msgstr "" "blank." #: ../../include/functions_api.php:4910 -msgid "" -"Error adding plugin module to policy. Module_name cannot be left blank." +msgid "Error adding plugin module to policy. Module_name cannot be left blank." msgstr "" "Error adding the plugin module to the policy. 'Module_name' cannot be left " "blank." @@ -31037,8 +31438,7 @@ msgstr "" "policy." #: ../../include/functions_api.php:5005 -msgid "" -"Error updating plugin module in policy. Id_policy cannot be left blank." +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" @@ -31117,8 +31517,7 @@ msgstr "" #: ../../include/functions_api.php:5402 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." +msgstr "Error on updating SNMP module in policy. Module type is not SNMP type." #: ../../include/functions_api.php:5412 msgid "" @@ -31287,8 +31686,7 @@ 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:8572 -msgid "" -"Error enable/disable agent. Enable/disable value cannot be left blank." +msgid "Error enable/disable agent. Enable/disable value cannot be left blank." msgstr "" "Error enabling/disabling agent. Enable/disable value cannot be left blank." @@ -31348,201 +31746,1318 @@ msgstr "Error deleting the special day. The ID doesn't exist." msgid "Error in deletion special day." msgstr "Error deleting the special day." -#: ../../include/functions_visual_map_editor.php:57 +#: ../../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_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 +msgid "Builder visual console" +msgstr "" + +#: ../../include/functions_menu.php:489 +msgid "Administration events" +msgstr "" + +#: ../../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/auth/mysql.php:246 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." +"Problems with configuration permissions. Please contact with Administrator" 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." +"Problems with configuration permissions. Please contact with Administrator" -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "Border color" +#: ../../include/auth/mysql.php:252 +msgid "Your permissions have changed. Please, login again." +msgstr "Your permissions have changed. Please, login again." -#: ../../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: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:477 -msgid "For use the original image file size, set 0 width and 0 height." +#: ../../include/auth/mysql.php:265 +msgid "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" msgstr "" -"In order to use the original image's file size, set width and height to 0." +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" -#: ../../include/functions_visual_map_editor.php:513 -msgid "Lines haven't advanced options" -msgstr "Lines haven't advanced options" +#: ../../include/auth/mysql.php:282 +msgid "Fail the group synchronizing" +msgstr "Fail the group synchronizing" -#: ../../include/functions_visual_map_editor.php:540 -msgid "Click start point
of the line" -msgstr "Click the starting point
of the line" +#: ../../include/auth/mysql.php:288 +msgid "Fail the tag synchronizing" +msgstr "Fail the tag synchronizing" -#: ../../include/functions_visual_map_editor.php:545 -msgid "Click end point
of the line" -msgstr "Click end point
of the line" +#: ../../include/auth/mysql.php:301 +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/functions_visual_map_editor.php:586 -msgid "Show grid" -msgstr "Show grid" +#: ../../include/auth/mysql.php:313 +msgid "User not found in database or incorrect password" +msgstr "User not found in database or incorrect password" -#: ../../include/functions_visual_map_editor.php:588 -msgid "Delete item" -msgstr "Delete item" +#: ../../include/auth/mysql.php:544 +msgid "Could not changes password on remote pandora" +msgstr "Could not change password for remote pandora" -#: ../../include/functions_visual_map_editor.php:589 -msgid "Copy item" -msgstr "Copy item" +#: ../../include/auth/mysql.php:581 +msgid "Your installation of PHP does not support LDAP" +msgstr "Your PHP environment doesn't support LDAP" -#: ../../include/functions_visual_map_editor.php:617 -msgid "No image or name defined." -msgstr "No image or name defined." +#: ../../include/functions_planned_downtimes.php:560 +msgid "Succesful stopped the Downtime" +msgstr "Downtime has been stopped successfully" -#: ../../include/functions_visual_map_editor.php:619 -msgid "No label defined." -msgstr "No label defined" +#: ../../include/functions_planned_downtimes.php:561 +msgid "Unsuccesful stopped the Downtime" +msgstr "Downtime could not be stopped successfully" -#: ../../include/functions_visual_map_editor.php:621 -msgid "No image defined." -msgstr "No image defined." +#: ../../include/functions_planned_downtimes.php:660 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "Enabled %s elements from the downtime" -#: ../../include/functions_visual_map_editor.php:623 -msgid "No process defined." -msgstr "No process defined." +#: ../../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_visual_map_editor.php:625 -msgid "No Max value defined." -msgstr "No Max value defined." +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "Deleted this planned downtime successfully." -#: ../../include/functions_visual_map_editor.php:627 -msgid "No width defined." -msgstr "No width defined." +#: ../../include/functions_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "Problems for deleted this planned downtime." -#: ../../include/functions_visual_map_editor.php:629 -msgid "No period defined." -msgstr "No period defined." +#: ../../include/functions.php:217 +msgid "," +msgstr "," -#: ../../include/functions_visual_map_editor.php:631 -msgid "No agent defined." -msgstr "No agent defined." +#: ../../include/functions.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "s" -#: ../../include/functions_visual_map_editor.php:633 -msgid "No module defined." -msgstr "No module defined." +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "d" -#: ../../include/functions_visual_map_editor.php:636 -msgid "Successfully save the changes." -msgstr "Changes successfully saved." +#: ../../include/functions.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "M" -#: ../../include/functions_visual_map_editor.php:638 -msgid "Could not be save" -msgstr "Could not be saved." +#: ../../include/functions.php:442 ../../include/functions.php:576 +msgid "Y" +msgstr "Y" -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "The target IP cannot be left blank." +#: ../../include/functions.php:443 ../../include/functions.php:577 +msgid "m" +msgstr "m" -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "Numeric OID" +#: ../../include/functions.php:444 ../../include/functions.php:578 +msgid "h" +msgstr "h" -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "Syntax" +#: ../../include/functions.php:445 ../../include/functions.php:579 +msgid "N" +msgstr "N" -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "Display hint" +#: ../../include/functions.php:865 ../../include/functions.php:1073 +#: ../../include/functions.php:1106 ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:69 +#: ../../include/functions_graph.php:2539 +#: ../../include/functions_graph.php:3029 +#: ../../include/functions_graph.php:3030 +#: ../../include/functions_graph.php:4936 +#: ../../include/functions_events.php:1473 +msgid "Maintenance" +msgstr "Maintenance" -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "Max. access" +#: ../../include/functions.php:868 ../../include/functions.php:1074 +#: ../../include/functions.php:1109 ../../include/functions_graph.php:3033 +#: ../../include/functions_graph.php:3034 +#: ../../include/functions_graph.php:4939 +#: ../../include/functions_events.php:1476 +msgid "Informational" +msgstr "Informative" -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "OID Information" +#: ../../include/functions.php:880 ../../include/functions.php:1076 +#: ../../include/functions.php:1121 ../../include/functions_graph.php:3041 +#: ../../include/functions_graph.php:3042 +#: ../../include/functions_graph.php:4951 +msgid "Minor" +msgstr "Minor" -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "Starting OID" +#: ../../include/functions.php:883 ../../include/functions.php:1078 +#: ../../include/functions.php:1124 ../../include/functions_graph.php:3049 +#: ../../include/functions_graph.php:3050 +#: ../../include/functions_graph.php:4954 +msgid "Major" +msgstr "Major" -#: ../../include/functions_snmp_browser.php:521 -msgid "Browse" -msgstr "Browse" +#: ../../include/functions.php:1027 ../../include/functions_events.php:1409 +msgid "Monitor Critical" +msgstr "Monitor in critical status" -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "First match" +#: ../../include/functions.php:1028 ../../include/functions_events.php:1412 +msgid "Monitor Warning" +msgstr "Monitor in warning status" -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "Previous match" +#: ../../include/functions.php:1029 ../../include/functions_events.php:1415 +msgid "Monitor Normal" +msgstr "Monitor in normal status" -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "Next match" +#: ../../include/functions.php:1031 +msgid "Monitor Unknown" +msgstr "Unknown Monitor" -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "Last match" +#: ../../include/functions.php:1034 ../../include/functions_events.php:1125 +#: ../../include/functions_events.php:1421 +msgid "Alert recovered" +msgstr "Alert recovered" -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "Expand the tree (can be slow)" +#: ../../include/functions.php:1035 ../../include/functions_events.php:1160 +#: ../../include/functions_events.php:1424 +msgid "Alert ceased" +msgstr "Alert ceased" -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "Collapse the tree" +#: ../../include/functions.php:1036 ../../include/functions_events.php:1427 +msgid "Alert manual validation" +msgstr "Manual alert validation" -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "SNMP v3 settings" +#: ../../include/functions.php:1038 +msgid "Agent created" +msgstr "Agent created" -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "Search options" +#: ../../include/functions.php:1039 ../../include/functions_events.php:1430 +msgid "Recon host detected" +msgstr "Recon host detected" + +#: ../../include/functions.php:1042 ../../include/functions_events.php:1157 +#: ../../include/functions_events.php:1439 +msgid "Configuration change" +msgstr "Configuration change" + +#: ../../include/functions.php:2007 +msgid "custom" +msgstr "custom" + +#: ../../include/functions.php:2012 ../../include/functions.php:2013 +#, php-format +msgid "%s minutes" +msgstr "%s minutes" + +#: ../../include/functions.php:2015 ../../include/functions.php:2016 +#, php-format +msgid "%s hours" +msgstr "%s hours" + +#: ../../include/functions.php:2021 ../../include/functions.php:2022 +#, php-format +msgid "%s months" +msgstr "%s months" + +#: ../../include/functions.php:2024 ../../include/functions.php:2025 +#, php-format +msgid "%s years" +msgstr "%s years" + +#: ../../include/functions.php:2028 +msgid "Default values will be used" +msgstr "Default values will be applied" + +#: ../../include/functions.php:2188 +msgid "The uploaded file was only partially uploaded" +msgstr "The file was only partially uploaded." + +#: ../../include/functions.php:2194 +msgid "Missing a temporary folder" +msgstr "Temporary folder missing." + +#: ../../include/functions.php:2197 +msgid "Failed to write file to disk" +msgstr "Failed to write file to disk." + +#: ../../include/functions.php:2200 +msgid "File upload stopped by extension" +msgstr "File upload stopped by extension." + +#: ../../include/functions.php:2204 +msgid "Unknown upload error" +msgstr "Unknown upload error." + +#: ../../include/functions.php:2300 +msgid "Source ID" +msgstr "Source ID" + +#: ../../include/functions.php:2307 +msgid "No data found to export" +msgstr "No data found to export" + +#: ../../include/functions.php:2572 +msgid "15 seconds" +msgstr "15 seconds" + +#: ../../include/functions.php:2577 +msgid "15 minutes" +msgstr "15 minutes" + +#: ../../include/functions.php:2578 ../../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:2534 +msgid "Informative" +msgstr "Informative" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +#: ../../include/functions_graph.php:2535 +msgid "Low" +msgstr "Low" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +#: ../../include/functions_graph.php:2536 +msgid "Medium" +msgstr "Medium" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_graph.php:2537 +msgid "Serious" +msgstr "Serious" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +#: ../../include/functions_graph.php:2538 +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/class/Tree.class.php:1480 +msgid "NO DATA" +msgstr "NO DATA" + +#: ../../include/ajax/networkmap.ajax.php:74 +#: ../../include/ajax/networkmap.ajax.php:94 +msgid "Map summary" +msgstr "Map summary" + +#: ../../include/ajax/visual_console_builder.ajax.php:177 +#: ../../include/functions_graph.php:4918 +msgid "No data to show" +msgstr "No data to show" + +#: ../../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/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/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/module.php:131 +msgid "3 years" +msgstr "3 years" + +#: ../../include/ajax/module.php:1070 +msgid "Any monitors aren't with this filter." +msgstr "No monitors have this filter." + +#: ../../include/ajax/module.php:1073 +msgid "This agent doesn't have any active monitors." +msgstr "This agent doesn't have any active monitors." + +#: ../../include/functions_graph.php:691 +msgid "Units. Value" +msgstr "Unit Value" + +#: ../../include/functions_graph.php:761 +#: ../../include/functions_graph.php:1628 +#, php-format +msgid "Percentile %dº" +msgstr "Percentile %dº" + +#: ../../include/functions_graph.php:1208 +#, php-format +msgid "%s" +msgstr "" + +#: ../../include/functions_graph.php:1628 +msgid " of module " +msgstr "" + +#: ../../include/functions_graph.php:1874 +msgid "Not fired alerts" +msgstr "Non-triggered alerts" + +#: ../../include/functions_graph.php:2321 +msgid "Today" +msgstr "Today" + +#: ../../include/functions_graph.php:2322 +msgid "Week" +msgstr "Week" + +#: ../../include/functions_graph.php:2324 +#: ../../include/functions_graph.php:2325 +msgid "Months" +msgstr "Month" + +#: ../../include/functions_graph.php:2347 +msgid "History db" +msgstr "History db" + +#: ../../include/functions_graph.php:2561 +#: ../../include/functions_graph.php:2573 +msgid "Open incident" +msgstr "Open incident" + +#: ../../include/functions_graph.php:2562 +#: ../../include/functions_graph.php:2575 +msgid "Closed incident" +msgstr "Closed incident" + +#: ../../include/functions_graph.php:2563 +#: ../../include/functions_graph.php:2577 +msgid "Outdated" +msgstr "Outdated" + +#: ../../include/functions_graph.php:2905 +#: ../../include/functions_graph.php:2956 +#: ../../include/functions_events.php:1148 +msgid "SYSTEM" +msgstr "SYSTEM" + +#: ../../include/functions_graph.php:3691 +msgid "Units" +msgstr "Units" + +#: ../../include/functions_graph.php:5288 +msgid "Main node" +msgstr "Main node" + +#: ../../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_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_reporting.php:1161 +msgid "Event Report Group" +msgstr "Event Report Group" + +#: ../../include/functions_reporting.php:1337 +msgid "Event Report Module" +msgstr "Event Report Module" + +#: ../../include/functions_reporting.php:1508 +msgid "Agent/Modules" +msgstr "Agent/Modules" + +#: ../../include/functions_reporting.php:1626 +msgid "Exception - Everything" +msgstr "Exception - Everything" + +#: ../../include/functions_reporting.php:1631 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "Exception - Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1633 +#, php-format +msgid "Modules over or equal to %s" +msgstr "Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1637 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "Exception - Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1639 +#, php-format +msgid "Modules under or equal to %s" +msgstr "Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1643 +#, php-format +msgid "Exception - Modules under %s" +msgstr "Exception - Modules lesser than %s" + +#: ../../include/functions_reporting.php:1645 +#, php-format +msgid "Modules under %s" +msgstr "Modules lesser than %s" + +#: ../../include/functions_reporting.php:1649 +#, php-format +msgid "Exception - Modules over %s" +msgstr "Exception - Modules larger than %s" + +#: ../../include/functions_reporting.php:1651 +#, php-format +msgid "Modules over %s" +msgstr "Modules larger than %s" + +#: ../../include/functions_reporting.php:1655 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Exception - Equal to %s" + +#: ../../include/functions_reporting.php:1657 +#, php-format +msgid "Equal to %s" +msgstr "Equal to %s" + +#: ../../include/functions_reporting.php:1661 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Exception - Not equal to %s" + +#: ../../include/functions_reporting.php:1663 +#, php-format +msgid "Not equal to %s" +msgstr "Not equal to %s" + +#: ../../include/functions_reporting.php:1667 +msgid "Exception - Modules at normal status" +msgstr "Exception - Modules in normal status." + +#: ../../include/functions_reporting.php:1668 +msgid "Modules at normal status" +msgstr "Modules in normal status" + +#: ../../include/functions_reporting.php:1672 +msgid "Exception - Modules at critical or warning status" +msgstr "Exception - Modules in critical or warning status" + +#: ../../include/functions_reporting.php:1673 +msgid "Modules at critical or warning status" +msgstr "Modules in critical or warning status." + +#: ../../include/functions_reporting.php:1858 +msgid "There are no Modules under those conditions." +msgstr "There are no Modules under those conditions." + +#: ../../include/functions_reporting.php:1861 +#, 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:1864 +#, 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:1867 +#, php-format +msgid "There are no Modules less %s." +msgstr "There are no Modules lesser than %s" + +#: ../../include/functions_reporting.php:1870 +#, php-format +msgid "There are no Modules over %s." +msgstr "There are no Modules larger than %s" + +#: ../../include/functions_reporting.php:1873 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "There are no Modules equal to %s" + +#: ../../include/functions_reporting.php:1876 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "There are no Modules not equal to %s" + +#: ../../include/functions_reporting.php:1879 +msgid "There are no Modules normal status" +msgstr "There are no Modules in normal status" + +#: ../../include/functions_reporting.php:1882 +msgid "There are no Modules at critial or warning status" +msgstr "There are no modules in critical or warning status." + +#: ../../include/functions_reporting.php:2084 +msgid "Event Report Agent" +msgstr "Event Report Agent" + +#: ../../include/functions_reporting.php:2278 +msgid "Database Serialized" +msgstr "Database Serialized" + +#: ../../include/functions_reporting.php:2467 +msgid "Network interfaces report" +msgstr "Network interface report" + +#: ../../include/functions_reporting.php:2486 +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:2536 +msgid "bytes/s" +msgstr "bytes/s" + +#: ../../include/functions_reporting.php:2565 +msgid "Alert Report Group" +msgstr "Alert Report Group" + +#: ../../include/functions_reporting.php:2687 +msgid "Alert Report Agent" +msgstr "Alert Report Agent" + +#: ../../include/functions_reporting.php:2795 +msgid "Alert Report Module" +msgstr "Alert Report Module" + +#: ../../include/functions_reporting.php:2930 +msgid "SQL Graph Vertical Bars" +msgstr "SQL vertical bar graph" + +#: ../../include/functions_reporting.php:2933 +msgid "SQL Graph Horizontal Bars" +msgstr "SQL horizontal bar graph" + +#: ../../include/functions_reporting.php:2936 +msgid "SQL Graph Pie" +msgstr "SQL Graph Pie" + +#: ../../include/functions_reporting.php:3062 +msgid "Netflow Area" +msgstr "Netflow Area" + +#: ../../include/functions_reporting.php:3065 +msgid "Netflow Pie" +msgstr "Netflow Pie" + +#: ../../include/functions_reporting.php:3068 +msgid "Netflow Data" +msgstr "Netflow Data" + +#: ../../include/functions_reporting.php:3071 +msgid "Netflow Statistics" +msgstr "Netflow Statistics" + +#: ../../include/functions_reporting.php:3074 +msgid "Netflow Summary" +msgstr "Netflow Summary" + +#: ../../include/functions_reporting.php:3198 +msgid "Prediction Date" +msgstr "Prediction Date" + +#: ../../include/functions_reporting.php:3721 +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:3837 +msgid "No Address" +msgstr "No Address" + +#: ../../include/functions_reporting.php:4252 +msgid "Minimal" +msgstr "Minimum" + +#: ../../include/functions_reporting.php:4255 +msgid "Maximun" +msgstr "Maximum" + +#: ../../include/functions_reporting.php:4803 +#: ../../include/functions_reporting.php:4917 +#: ../../include/functions_reporting.php:5046 +msgid "Maximum of events shown" +msgstr "Maximum number of displayed events" + +#: ../../include/functions_reporting.php:5408 +#: ../../include/functions_reporting.php:5445 +msgid "Server health" +msgstr "Server health" + +#: ../../include/functions_reporting.php:5408 +#, php-format +msgid "%d Downed servers" +msgstr "%d Downed servers" + +#: ../../include/functions_reporting.php:5416 +#: ../../include/functions_reporting.php:5448 +msgid "Monitor health" +msgstr "Monitor health" + +#: ../../include/functions_reporting.php:5416 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Abnormal monitors" + +#: ../../include/functions_reporting.php:5418 +#: ../../include/functions_reporting.php:5449 +msgid "of monitors up" +msgstr "of monitors up" + +#: ../../include/functions_reporting.php:5424 +#: ../../include/functions_reporting.php:5451 +msgid "Module sanity" +msgstr "Module sanity" + +#: ../../include/functions_reporting.php:5424 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d Not initiated monitors" + +#: ../../include/functions_reporting.php:5426 +#: ../../include/functions_reporting.php:5452 +msgid "of total modules inited" +msgstr "of total modules initiated" + +#: ../../include/functions_reporting.php:5432 +#: ../../include/functions_reporting.php:6443 +#: ../../include/functions_reporting.php:6452 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Triggered alerts" + +#: ../../include/functions_reporting.php:5434 +#: ../../include/functions_reporting.php:5455 +msgid "of defined alerts not fired" +msgstr "Of defined alerts not triggered" + +#: ../../include/functions_reporting.php:5514 +msgid "Defined and fired alerts" +msgstr "Defined and triggered alerts" + +#: ../../include/functions_reporting.php:5580 +msgid "Monitor normal" +msgstr "Monitor in normal status" + +#: ../../include/functions_reporting.php:5584 +msgid "Monitor unknown" +msgstr "Monitor in unknown status" + +#: ../../include/functions_reporting.php:5591 +msgid "Monitor not init" +msgstr "Monitor not initialised" + +#: ../../include/functions_reporting.php:5615 +#: ../../include/functions_reporting.php:5626 +msgid "Monitors by status" +msgstr "Monitors by status" + +#: ../../include/functions_reporting.php:5706 +msgid "Defined users" +msgstr "Defined users" + +#: ../../include/functions_reporting.php:6344 +msgid "Agent without data" +msgstr "Dataless agent" + +#: ../../include/functions_reporting.php:6431 +#: ../../include/functions_reporting.php:6438 +#, php-format +msgid "%d Total modules" +msgstr "%d Total modules" + +#: ../../include/functions_reporting.php:6432 +#: ../../include/functions_reporting.php:6439 +#, php-format +msgid "%d Normal modules" +msgstr "%d Normal modules" + +#: ../../include/functions_reporting.php:6433 +#: ../../include/functions_reporting.php:6440 +#, php-format +msgid "%d Critical modules" +msgstr "%d Critical modules" + +#: ../../include/functions_reporting.php:6434 +#: ../../include/functions_reporting.php:6441 +#, php-format +msgid "%d Warning modules" +msgstr "%d Warning modules" + +#: ../../include/functions_reporting.php:6435 +#: ../../include/functions_reporting.php:6442 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Modules in Unknown status" + +#: ../../include/functions_reporting.php:6446 +#, php-format +msgid "%d Total agents" +msgstr "%d Total agents" + +#: ../../include/functions_reporting.php:6447 +#, php-format +msgid "%d Normal agents" +msgstr "%d Agents in Normal status" + +#: ../../include/functions_reporting.php:6448 +#, php-format +msgid "%d Critical agents" +msgstr "%d Agents in critical status" + +#: ../../include/functions_reporting.php:6449 +#, php-format +msgid "%d Warning agents" +msgstr "%d Agents in warning status." + +#: ../../include/functions_reporting.php:6450 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Unknown agents" + +#: ../../include/functions_reporting.php:6451 +#, php-format +msgid "%d not init agents" +msgstr "%d not init agents" + +#: ../../include/functions_reporting.php:8326 +msgid "Total running modules" +msgstr "Total running modules" + +#: ../../include/functions_reporting.php:8329 +#: ../../include/functions_reporting.php:8345 +#: ../../include/functions_reporting.php:8361 +#: ../../include/functions_reporting.php:8384 +#: ../../include/functions_reporting.php:8403 +#: ../../include/functions_reporting.php:8415 +#: ../../include/functions_reporting.php:8427 +#: ../../include/functions_reporting.php:8443 +msgid "Ratio" +msgstr "Ratio" + +#: ../../include/functions_reporting.php:8329 +#: ../../include/functions_reporting.php:8345 +#: ../../include/functions_reporting.php:8361 +#: ../../include/functions_reporting.php:8384 +#: ../../include/functions_reporting.php:8403 +#: ../../include/functions_reporting.php:8415 +#: ../../include/functions_reporting.php:8427 +#: ../../include/functions_reporting.php:8443 +msgid "Modules by second" +msgstr "Modules by second" + +#: ../../include/functions_reporting.php:8341 +msgid "Local modules" +msgstr "Local modules" + +#: ../../include/functions_reporting.php:8352 +msgid "Remote modules" +msgstr "Remote modules" + +#: ../../include/functions_reporting.php:8376 +msgid "Network modules" +msgstr "Network modules" + +#: ../../include/functions_reporting.php:8399 +msgid "Plugin modules" +msgstr "Plugin modules" + +#: ../../include/functions_reporting.php:8411 +msgid "Prediction modules" +msgstr "Prediction modules" + +#: ../../include/functions_reporting.php:8423 +msgid "WMI modules" +msgstr "WMI modules" + +#: ../../include/functions_reporting.php:8435 +msgid "Web modules" +msgstr "Web modules" + +#: ../../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" + +#: ../../include/functions_networkmap.php:1721 +msgid "Create a new topology map" +msgstr "Create a new topology map" + +#: ../../include/functions_networkmap.php:1722 +msgid "Create a new group map" +msgstr "Create a new group map" + +#: ../../include/functions_networkmap.php:1723 +msgid "Create a new dynamic map" +msgstr "Create a new dynamic map" + +#: ../../include/functions_networkmap.php:1725 +msgid "Create a new radial dynamic map" +msgstr "Create a new radial dynamic map" + +#: ../../include/functions_networkmap.php:1749 +msgid "Dynamic" +msgstr "Dynamic" + +#: ../../include/functions_networkmap.php:1751 +msgid "Radial dynamic" +msgstr "Radial dynamic" + +#: ../../include/functions_events.php:1002 +msgid "Events -by module-" +msgstr "Events -by module-" + +#: ../../include/functions_events.php:1122 +msgid "Going to unknown" +msgstr "Going to unknown" + +#: ../../include/functions_events.php:1128 +msgid "Alert manually validated" +msgstr "Alert manually validated" + +#: ../../include/functions_events.php:1131 +msgid "Going from critical to warning" +msgstr "Passing from critical to warning status" + +#: ../../include/functions_events.php:1135 +msgid "Going down to critical state" +msgstr "Going down to critical status" + +#: ../../include/functions_events.php:1139 +msgid "Going up to normal state" +msgstr "Going up to normal status" + +#: ../../include/functions_events.php:1142 +msgid "Going down from normal to warning" +msgstr "Falling from normal to warning status" + +#: ../../include/functions_events.php:1151 +msgid "Recon server detected a new host" +msgstr "Recon server detected a new host" + +#: ../../include/functions_events.php:1154 +msgid "New agent created" +msgstr "New agent created" + +#: ../../include/functions_events.php:1167 +msgid "Unknown type:" +msgstr "Unknown status:" + +#: ../../include/functions_events.php:1510 +#: ../../include/functions_events.php:1531 +msgid "Only new" +msgstr "Only new events" + +#: ../../include/functions_events.php:1512 +#: ../../include/functions_events.php:1537 +msgid "Only in process" +msgstr "Only in process" + +#: ../../include/functions_events.php:1513 +#: ../../include/functions_events.php:1540 +msgid "Only not validated" +msgstr "Only not validated" + +#: ../../include/functions_events.php:1584 +msgid "Agent address" +msgstr "Agent address" + +#: ../../include/functions_events.php:1585 +msgid "Agent id" +msgstr "Agent ID" + +#: ../../include/functions_events.php:1587 +msgid "Module Agent address" +msgstr "Module's agent address" + +#: ../../include/functions_events.php:1679 +msgid "Change owner" +msgstr "Change owner" + +#: ../../include/functions_events.php:1718 +msgid "Change status" +msgstr "Change status" + +#: ../../include/functions_events.php:1724 +#: ../../include/functions_events.php:1730 +msgid "In process" +msgstr "In process" + +#: ../../include/functions_events.php:1757 +#: ../../include/functions_events.php:2569 +msgid "Add comment" +msgstr "Add comment" + +#: ../../include/functions_events.php:1776 +msgid "Custom responses" +msgstr "Custom responses" + +#: ../../include/functions_events.php:1978 +msgid "There was an error connecting to the node" +msgstr "There was an error connecting to the node" + +#: ../../include/functions_events.php:2017 +msgid "Agent details" +msgstr "Agent details" + +#: ../../include/functions_events.php:2054 +msgid "View custom fields" +msgstr "View custom fields" + +#: ../../include/functions_events.php:2066 +msgid "Module details" +msgstr "Module details" + +#: ../../include/functions_events.php:2083 +msgid "No assigned" +msgstr "Not assigned" + +#: ../../include/functions_events.php:2156 +#: ../../include/functions_events.php:2160 +msgid "Go to data overview" +msgstr "Go to data overview" + +#: ../../include/functions_events.php:2303 +#, php-format +msgid "Invalid custom data: %s" +msgstr "Invalid custom data : %s" + +#: ../../include/functions_events.php:2350 +msgid "First event" +msgstr "First event" + +#: ../../include/functions_events.php:2350 +msgid "Last event" +msgstr "Last event" + +#: ../../include/functions_events.php:2464 +msgid "ID extra" +msgstr "Extra ID" + +#: ../../include/functions_events.php:2515 +#: ../../include/functions_events.php:2561 +msgid "There are no comments" +msgstr "There are no comments." + +#: ../../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_ui.php:225 msgid "Information" @@ -31564,34 +33079,34 @@ 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:1014 +#: ../../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:1019 +#: ../../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:1613 ../../include/functions_ui.php:1647 +#: ../../include/functions_ui.php:1614 ../../include/functions_ui.php:1648 #, php-format msgid "Total items: %s" msgstr "Total items : %s" -#: ../../include/functions_ui.php:1954 +#: ../../include/functions_ui.php:1955 msgid "Unknown type" msgstr "Unknown type" -#: ../../include/functions_ui.php:2759 +#: ../../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:3546 +#: ../../include/functions_ui.php:3547 msgid "Problem with Pandora FMS database" msgstr "Problem with Pandora FMS database" -#: ../../include/functions_ui.php:3547 +#: ../../include/functions_ui.php:3548 msgid "" "Cannot connect to the database, please check your database setup in the " "include/config.php file.

\n" @@ -31600,11 +33115,11 @@ msgid "" "\t\t\tthe database server is not running." msgstr "" -#: ../../include/functions_ui.php:3551 +#: ../../include/functions_ui.php:3552 msgid "DB ERROR" msgstr "DB ERROR" -#: ../../include/functions_ui.php:3557 +#: ../../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 " @@ -31613,14 +33128,14 @@ msgid "" 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\";
" +"database. Please remove them from your database by executing :" +"
DELETE FROM tconfig WHERE token = \"auth\";
" -#: ../../include/functions_ui.php:3561 +#: ../../include/functions_ui.php:3562 msgid "Empty configuration table" msgstr "Empty configuration table" -#: ../../include/functions_ui.php:3562 +#: ../../include/functions_ui.php:3563 msgid "" "Cannot load configuration variables from database. Please check your " "database setup in the\n" @@ -31644,11 +33159,11 @@ msgstr "" "\t\t\tpermissions and the HTTP server cannot read it. Please read the " "documentation to fix this problem.
" -#: ../../include/functions_ui.php:3569 +#: ../../include/functions_ui.php:3570 msgid "No configuration file found" msgstr "No configuration file found." -#: ../../include/functions_ui.php:3570 +#: ../../include/functions_ui.php:3571 msgid "" "Pandora FMS Console cannot find include/config.php or this file has " "invalid\n" @@ -31660,17 +33175,16 @@ msgstr "" "\t\t\tpermissions and the HTTP server cannot read it. Please read the " "documentation to fix this problem." -#: ../../include/functions_ui.php:3581 +#: ../../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." +msgstr "You may try running the %sinstallation wizard%s to create one." -#: ../../include/functions_ui.php:3584 +#: ../../include/functions_ui.php:3585 msgid "Installer active" msgstr "Installer active" -#: ../../include/functions_ui.php:3585 +#: ../../include/functions_ui.php:3586 msgid "" "For security reasons, normal operation is not possible until you delete " "installer file.\n" @@ -31682,11 +33196,11 @@ msgstr "" "\t\t\tPlease delete the ./install.php file before running the Pandora " "FMS Console." -#: ../../include/functions_ui.php:3589 +#: ../../include/functions_ui.php:3590 msgid "Bad permission for include/config.php" msgstr "Bad permission for include/config.php" -#: ../../include/functions_ui.php:3590 +#: ../../include/functions_ui.php:3591 msgid "" "For security reasons, config.php must have restrictive permissions, " "and \"other\" users\n" @@ -31698,1518 +33212,51 @@ msgid "" "for your security." 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 "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 +#: ../../include/functions_db.php:75 #, php-format -msgid "Directory %s doesn't exist!" -msgstr "Directory %s doesn't exist!" +msgid "Error connecting to database %s at %s." +msgstr "Error on connecting to database %s at %s." -#: ../../include/functions_filemanager.php:565 -msgid "Index of images" -msgstr "Image index" +#: ../../include/functions_db.php:1124 +msgid "SQL sentence" +msgstr "SQL sentence" -#: ../../include/functions_filemanager.php:603 -msgid "Parent directory" -msgstr "Parent directory" +#: ../../include/functions_db.php:1126 +msgid "Rows" +msgstr "Rows" -#: ../../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_db.php:1127 +msgid "Saved" +msgstr "Saved" -#: ../../include/functions_filemanager.php:636 -msgid "Decompress" -msgstr "Decompress" +#: ../../include/functions_db.php:1128 +msgid "Time (ms)" +msgstr "Time (ms)" -#: ../../include/functions_filemanager.php:679 -msgid "Directory" -msgstr "Directory" +#~ msgid "Updated at realtime" +#~ msgstr "Updated in real time" -#: ../../include/functions_filemanager.php:685 -msgid "Compressed file" -msgstr "Compressed file" +#~ msgid "This is defined in minutes" +#~ msgstr "This is defined in minutes" -#: ../../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_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:2890 -#: ../../include/functions_graph.php:2941 -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: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/functions_reporting_html.php:93 -msgid "Label: " -msgstr "" - -#: ../../include/functions_reporting_html.php:625 -msgid "Events by Severity" -msgstr "Events according to severity" - -#: ../../include/functions_reporting_html.php:1086 -#: ../../include/functions_reporting_html.php:2528 -msgid "Monitors" -msgstr "Monitors" - -#: ../../include/functions_reporting_html.php:1322 -#, php-format -msgid "Agent '%s'" -msgstr "Agent '%s'" - -#: ../../include/functions_reporting_html.php:1336 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "Interface '%s' throughput graph" - -#: ../../include/functions_reporting_html.php:1339 -msgid "Mac" -msgstr "MAC address" - -#: ../../include/functions_reporting_html.php:1340 -msgid "Actual status" -msgstr "Current status" - -#: ../../include/functions_reporting_html.php:1568 -msgid "Empty modules" -msgstr "Empty modules" - -#: ../../include/functions_reporting_html.php:1575 -msgid "Warning
Critical" -msgstr "Warning
Critical" - -#: ../../include/functions_reporting_html.php:1798 -msgid "Agent max value" -msgstr "" - -#: ../../include/functions_reporting_html.php:1801 -msgid "Agent min" -msgstr "Min amount of agents" - -#: ../../include/functions_reporting_html.php:1802 -msgid "Agent min Value" -msgstr "" - -#: ../../include/functions_reporting_html.php:2187 -msgid "Alerts not fired" -msgstr "Non-triggered alerts" - -#: ../../include/functions_reporting_html.php:2196 -msgid "Total alerts monitored" -msgstr "Total # of alerts monitored" - -#: ../../include/functions_reporting_html.php:2247 -msgid "Total monitors" -msgstr "Total # of monitors" - -#: ../../include/functions_reporting_html.php:2248 -msgid "Monitors down on period" -msgstr "Monitors down on period" - -#: ../../include/functions_reporting_html.php:2264 -msgid "Monitors OK" -msgstr "Monitors in OK status" - -#: ../../include/functions_reporting_html.php:2265 -msgid "Monitors BAD" -msgstr "Monitors BAD" - -#: ../../include/functions_reporting_html.php:2339 -#, php-format -msgid "Agents in group: %s" -msgstr "Agents in group : %s" - -#: ../../include/functions_reporting_html.php:2432 -msgid "Last failure" -msgstr "Latest failure" - -#: ../../include/functions_reporting_html.php:2496 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:2673 -msgid "Agents warning" -msgstr "Agents in warning status" - -#: ../../include/functions_reporting_html.php:2679 -msgid "Agents ok" -msgstr "Agents in OK status" - -#: ../../include/functions_reporting_html.php:2699 -#: ../../include/functions_reporting_html.php:2708 -msgid "Agents by status" -msgstr "Agents by status" - -#: ../../include/functions_reporting_html.php:2752 -#: ../../include/functions_reporting_html.php:2761 -msgid "Node overview" -msgstr "Node overview" - -#: ../../include/functions_reporting_html.php:2783 -#: ../../include/functions_reporting_html.php:2800 -msgid "Warning events" -msgstr "Events in Warning status" - -#: ../../include/functions_reporting_html.php:2787 -#: ../../include/functions_reporting_html.php:2804 -msgid "OK events" -msgstr "Events in OK status" - -#: ../../include/functions_reporting_html.php:2791 -#: ../../include/functions_reporting_html.php:2808 -msgid "Unknown events" -msgstr "Events in Unknown status" - -#: ../../include/functions_reporting_html.php:2831 -msgid "Important Events by Criticity" -msgstr "Important Events by Criticity" - -#: ../../include/functions_reporting_html.php:2857 -msgid "Last activity in Pandora FMS console" -msgstr "Latest activity in the Pandora FMS console" - -#: ../../include/functions_reporting_html.php:2933 -msgid "Events info (1hr.)" -msgstr "Event info. (1hr.)" - -#: ../../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:520 -msgid "Automatic combined Graph" -msgstr "Automatic combined Graph" - -#: ../../include/functions_reports.php:525 -#: ../../include/functions_reports.php:527 -#: ../../include/functions_reports.php:529 -#: ../../include/functions_reports.php:531 -msgid "ITIL" -msgstr "ITIL" - -#: ../../include/functions_reports.php:549 -#: ../../include/functions_reports.php:551 -msgid "Forecasting" -msgstr "Forecasting" - -#: ../../include/functions_reports.php:552 -msgid "Projection graph" -msgstr "Projection graph" - -#: ../../include/functions_reports.php:557 -#: ../../include/functions_graph.php:689 -#: ../../include/functions_graph.php:3675 -msgid "Avg. Value" -msgstr "Avg. Value" - -#: ../../include/functions_reports.php:563 -msgid "Monitor report" -msgstr "Monitor report" - -#: ../../include/functions_reports.php:565 -msgid "Serialize data" -msgstr "Serialise data" - -#: ../../include/functions_reports.php:569 -msgid "Historical Data" -msgstr "Historical Data" - -#: ../../include/functions_reports.php:573 -#: ../../include/functions_reports.php:575 -#: ../../include/functions_reports.php:577 -#: ../../include/functions_reports.php:580 -#: ../../include/functions_reports.php:584 -#: ../../include/functions_reports.php:587 -#: ../../include/functions_reports.php:589 -#: ../../include/functions_reports.php:591 -msgid "Grouped" -msgstr "Grouped" - -#: ../../include/functions_reports.php:590 -msgid "Network interfaces" -msgstr "Network interfaces" - -#: ../../include/functions_reports.php:595 -#: ../../include/functions_reports.php:597 -msgid "Text/HTML " -msgstr "Text / HTML " - -#: ../../include/functions_reports.php:598 -msgid "Import text from URL" -msgstr "Import text from URL" - -#: ../../include/functions_reports.php:603 -msgid "Alert report module" -msgstr "Alert report module" - -#: ../../include/functions_reports.php:605 -msgid "Alert report agent" -msgstr "Alert report agent" - -#: ../../include/functions_reports.php:608 -msgid "Alert report group" -msgstr "Alert report group" - -#: ../../include/functions_reports.php:614 -msgid "Event report agent" -msgstr "Event report agent" - -#: ../../include/functions_reports.php:616 -msgid "Event report module" -msgstr "Event report module" - -#: ../../include/functions_reports.php:618 -msgid "Event report group" -msgstr "Event report group" - -#: ../../include/functions_reports.php:625 -msgid "Inventory changes" -msgstr "Inventory changes" - -#: ../../include/functions_reports.php:637 -msgid "Netflow area chart" -msgstr "Netflow area chart" - -#: ../../include/functions_reports.php:639 -msgid "Netflow pie chart" -msgstr "Netflow pie graph" - -#: ../../include/functions_reports.php:641 -msgid "Netflow data table" -msgstr "Netflow data chart" - -#: ../../include/functions_reports.php:643 -msgid "Netflow statistics table" -msgstr "Netflow statistics chart" - -#: ../../include/functions_reports.php:645 -msgid "Netflow summary table" -msgstr "Netflow summary chart" - -#: ../../include/functions_visual_map.php:903 -msgid "Last value: " -msgstr "Last value: " - -#: ../../include/functions_visual_map.php:1287 -msgid "Agent successfully added to layout" -msgstr "Agent successfully added to the layout." - -#: ../../include/functions_visual_map.php:1434 -msgid "Modules successfully added to layout" -msgstr "Modules successfully added to the layout." - -#: ../../include/functions_visual_map.php:1634 -msgid "Agents successfully added to layout" -msgstr "Agents successfully added to the layout." - -#: ../../include/functions_visual_map.php:1975 -msgid "Cannot load the visualmap" -msgstr "Cannot load the visual map." - -#: ../../include/functions_visual_map.php:2310 -msgid "Percentile bar" -msgstr "Percentile bar" - -#: ../../include/functions_visual_map.php:2314 -msgid "Static graph" -msgstr "Static graph" - -#: ../../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:2111 -#: ../../include/functions_agents.php:2136 -#: ../../include/functions_agents.php:2161 -msgid "No Monitors" -msgstr "No Monitors" - -#: ../../include/functions_html.php:729 -msgid "weeks" -msgstr "weeks" - -#: ../../include/functions_html.php:860 -msgid "Month day" -msgstr "Day of the month" - -#: ../../include/functions_html.php:861 ../../include/functions_graph.php:2308 -msgid "Month" -msgstr "Month" - -#: ../../include/functions_html.php:862 -msgid "Week day" -msgstr "Day of the week" - -#: ../../include/functions_html.php:2154 -msgid "Type at least two characters to search the module." -msgstr "Type at least two characters to search the module." - -#: ../../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_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_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 -msgid "SSL cert path" -msgstr "" - -#: ../../include/functions_config.php:144 -msgid "Use cert." -msgstr "" - -#: ../../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 -msgid "Include_agents" -msgstr "" - -#: ../../include/functions_config.php:208 -msgid "Audit log directory" -msgstr "" - -#: ../../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 -msgid "Saml path" -msgstr "" - -#: ../../include/functions_config.php:387 -msgid "Item limit for realtime reports)" -msgstr "" - -#: ../../include/functions_config.php:447 -msgid "Show QR code header" -msgstr "Display QR code in header" - -#: ../../include/functions_config.php:461 -msgid "Custom logo login" -msgstr "" - -#: ../../include/functions_config.php:490 -msgid "Fixed graph" -msgstr "" - -#: ../../include/functions_config.php:496 -msgid "Paginate module" -msgstr "Paginate module" - -#: ../../include/functions_config.php:508 -msgid "Default type of module charts." -msgstr "Default module chart type" - -#: ../../include/functions_config.php:517 -msgid "Display lateral menus with left click" -msgstr "" - -#: ../../include/functions_config.php:536 -msgid "Add the custom post process" -msgstr "Add the custom post process" - -#: ../../include/functions_config.php:543 -msgid "Delete the custom post process" -msgstr "Delete the custom post process" - -#: ../../include/functions_config.php:664 -msgid "eHorus user" -msgstr "" - -#: ../../include/functions_config.php:666 -msgid "eHorus password" -msgstr "" - -#: ../../include/functions_config.php:668 -msgid "eHorus API hostname" -msgstr "" - -#: ../../include/functions_config.php:670 -msgid "eHorus API port" -msgstr "" - -#: ../../include/functions_config.php:672 -msgid "eHorus request timeout" -msgstr "" - -#: ../../include/functions_config.php:674 -msgid "eHorus id custom field" -msgstr "" - -#: ../../include/functions_config.php:686 -#, 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:1617 -msgid "" -"Click here to start the " -"registration process" -msgstr "" - -#: ../../include/functions_config.php:1618 -msgid "This instance is not registered in the Update manager" -msgstr "" - -#: ../../include/functions_config.php:1625 -msgid "" -"Click here to start the " -"newsletter subscription process" -msgstr "" - -#: ../../include/functions_config.php:1626 -msgid "Not subscribed to the newsletter" -msgstr "" - -#: ../../include/functions_config.php:1637 -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:1638 -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:1644 -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:1645 -msgid "This license has expired." -msgstr "This license has expired." - -#: ../../include/functions_config.php:1650 -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:1663 -msgid "Remote configuration directory is not readble for the console" -msgstr "Remote configuration directory is unreadable for the console." - -#: ../../include/functions_config.php:1669 -#: ../../include/functions_config.php:1676 -msgid "Remote configuration directory is not writtable for the console" -msgstr "Remote configuration directory is not writtable by the console" - -#: ../../include/functions_config.php:1687 -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:1687 -msgid "files" -msgstr "files" - -#: ../../include/functions_config.php:1688 -msgid "Too much files in your tempora/attachment directory" -msgstr "Too many files in your temporary/attachment directory" - -#: ../../include/functions_config.php:1705 -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:1706 -msgid "Database maintance problem" -msgstr "Database maintenance issue." - -#: ../../include/functions_config.php:1712 -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:1713 -msgid "Default font doesnt exist" -msgstr "The default font doesn't exist." - -#: ../../include/functions_config.php:1718 -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:1719 -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:1726 -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:1727 -msgid "Developer mode is enabled" -msgstr "Developer mode enabled" - -#: ../../include/functions_config.php:1736 -msgid "Error first setup Open update" -msgstr "Error on first setup open update" - -#: ../../include/functions_config.php:1742 -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:1743 -msgid "New update of Pandora Console" -msgstr "New Pandora Console update" - -#: ../../include/functions_config.php:1757 -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:1758 -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:1763 -#, php-format -msgid "Recommended value is %s" -msgstr "The recommended value is %s" - -#: ../../include/functions_config.php:1763 -#: ../../include/functions_config.php:1769 -msgid "Unlimited" -msgstr "Unlimited" - -#: ../../include/functions_config.php:1763 -#: ../../include/functions_config.php:1769 -#: ../../include/functions_config.php:1777 -#: ../../include/functions_config.php:1792 -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:1764 -#: ../../include/functions_config.php:1770 -#: ../../include/functions_config.php:1778 -#: ../../include/functions_config.php:1786 -#, php-format -msgid "Not recommended '%s' value in PHP configuration" -msgstr "Not recommended '%s' value in PHP configuration" - -#: ../../include/functions_config.php:1769 -#: ../../include/functions_config.php:1777 -#: ../../include/functions_config.php:1785 -#, php-format -msgid "Recommended value is: %s" -msgstr "The recommended value is: %s" - -#: ../../include/functions_config.php:1777 -#: ../../include/functions_config.php:1785 -#, php-format -msgid "%s or greater" -msgstr "%s or greater" - -#: ../../include/functions_config.php:1785 -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:1791 -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:1792 -msgid "Problems with disable functions in PHP.INI" -msgstr "Problems with disable functions in PHP.INI" - -#: ../../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/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_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/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/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/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_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/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/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_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/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/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/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/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/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/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/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/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_graph.php:691 -msgid "Units. Value" -msgstr "Unit Value" - -#: ../../include/functions_graph.php:761 -#: ../../include/functions_graph.php:1613 -#, php-format -msgid "Percentile %dº" -msgstr "Percentile %dº" - -#: ../../include/functions_graph.php:1192 -#, php-format -msgid "%s" -msgstr "" - -#: ../../include/functions_graph.php:1613 -msgid " of module " -msgstr "" - -#: ../../include/functions_graph.php:1859 -msgid "Not fired alerts" -msgstr "Non-triggered alerts" - -#: ../../include/functions_graph.php:2306 -msgid "Today" -msgstr "Today" - -#: ../../include/functions_graph.php:2307 -msgid "Week" -msgstr "Week" - -#: ../../include/functions_graph.php:2309 -#: ../../include/functions_graph.php:2310 -msgid "Months" -msgstr "Month" - -#: ../../include/functions_graph.php:2332 -msgid "History db" -msgstr "History db" - -#: ../../include/functions_graph.php:2546 -#: ../../include/functions_graph.php:2558 -msgid "Open incident" -msgstr "Open incident" - -#: ../../include/functions_graph.php:2547 -#: ../../include/functions_graph.php:2560 -msgid "Closed incident" -msgstr "Closed incident" - -#: ../../include/functions_graph.php:2548 -#: ../../include/functions_graph.php:2562 -msgid "Outdated" -msgstr "Outdated" - -#: ../../include/functions_graph.php:3676 -msgid "Units" -msgstr "Units" - -#: ../../include/functions_graph.php:5273 -msgid "Main node" -msgstr "Main node" - -#, php-format #~ msgid "The last version of package installed is: %d" #~ msgstr "The last version of package installed is: %d" #~ msgid "" -#~ "Update Manager sends anonymous information about Pandora FMS usage (number " -#~ "of agents and modules running). To disable it, remove remote server address " -#~ "from Update Manager plugin setup." +#~ "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." +#~ "Update Manager sends anonymous information about Pandora FMS usage " +#~ "(number of agents and modules running). To disable it, please remove " +#~ "remote server address from the Update Manager plugin setup." #~ msgid "Visualmap" #~ msgstr "Visual map" -#, php-format #~ msgid "Success add '%s' agent." #~ msgstr "Success in adding '%s' agent." -#, php-format #~ msgid "Error add '%s' agent." #~ msgstr "Error in adding '%s' agent." @@ -33230,19 +33277,19 @@ msgstr "Main node" #~ "\t\t\tthe database's server is not running." #~ 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" +#~ "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" +#~ "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 " diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo old mode 100644 new mode 100755 index ef6306e50a..f4d17d493d 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 22cf2b7a70..c391fce4fd --- 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 , 2016. # +#: ../../enterprise/meta/monitoring/group_view.php:135 +#: ../../enterprise/meta/monitoring/group_view.php:142 +#: ../../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 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../include/functions_api.php:8867 msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-11-03 10:13+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 05:07+0100\n" "PO-Revision-Date: 2016-11-10 11:03+0000\n" "Last-Translator: artu30 \n" "Language-Team: Spanish \n" @@ -17,2982 +27,36 @@ msgstr "" "X-Launchpad-Export-Date: 2016-11-10 11:12+0000\n" "X-Generator: Launchpad (build 18255)\n" -#: ../../general/links_menu.php:20 ../../godmode/menu.php:284 -#: ../../godmode/menu.php:394 -msgid "Links" -msgstr "Enlaces" - -#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../enterprise/meta/general/noaccess.php:24 -#: ../../mobile/operation/modules.php:173 ../../mobile/operation/groups.php:53 -#: ../../mobile/operation/tactical.php:71 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agent.php:66 -#: ../../mobile/operation/events.php:430 -#: ../../mobile/operation/module_graph.php:269 ../../mobile/index.php:240 -msgid "You don't have access to this page" -msgstr "No tiene permiso para acceder a esta página" - -#: ../../general/noaccess2.php:26 -msgid "Access to this page is restricted" -msgstr "El acceso a esta página es restringido" - -#: ../../general/noaccess2.php:31 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../enterprise/meta/general/noaccess.php:28 -msgid "No access" -msgstr "Acceso denegado" - -#: ../../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" - -#: ../../general/logon_failed.php:21 ../../operation/users/user_edit.php:595 -#: ../../operation/users/user_edit.php:660 -#: ../../operation/users/user_edit.php:731 -#: ../../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" - -#: ../../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/login_required.php:64 -#: ../../general/login_identification_wizard.php:180 -msgid "Pandora FMS instance identification wizard" -msgstr "Asistente de identificación de PandoraFMS" - -#: ../../general/login_required.php:67 -msgid "" -"Please fill the following information in order to configure your Pandora FMS " -"instance successfully" -msgstr "" -"Por favor rellena la siguiente información para configurar tu cuenta de " -"Pandora FMS con éxito" - -#: ../../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" - -#: ../../general/login_required.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:148 -#: ../../godmode/setup/setup_general.php:191 -msgid "Africa" -msgstr "África" - -#: ../../general/login_required.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:149 -#: ../../godmode/setup/setup_general.php:191 -msgid "America" -msgstr "América" - -#: ../../general/login_required.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:150 -#: ../../godmode/setup/setup_general.php:191 -msgid "Antarctica" -msgstr "La Antártida" - -#: ../../general/login_required.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -#: ../../godmode/setup/setup_general.php:191 -msgid "Arctic" -msgstr "Ártico" - -#: ../../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 "Atlántico" - -#: ../../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 "Europa" - -#: ../../general/login_required.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:156 -#: ../../godmode/setup/setup_general.php:191 -msgid "Indian" -msgstr "Índico" - -#: ../../general/login_required.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:157 -#: ../../godmode/setup/setup_general.php:191 -msgid "Pacific" -msgstr "Pacífico" - -#: ../../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 "Zona horaria" - -#: ../../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" - -#: ../../general/login_required.php:111 -msgid "E-mail for receiving alerts" -msgstr "E-mail para la recepción de alertas" - -#: ../../general/login_required.php:119 -msgid "Register" -msgstr "Registrar" - -#: ../../general/login_required.php:122 -msgid "All fields required" -msgstr "Todos los campos requeridos" - -#: ../../general/alert_enterprise.php:90 -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 pagina está restringido solo a usuarios autorizados, por " -"favor, contacte con el administrador del sistema si necesita ayuda.
" -"
\n" -"\tPor favor recuerde que todos los accesos a esta página se registran en los " -"losg de la base de datos de Pandora FMS" - -#: ../../general/alert_enterprise.php:101 -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 cliente de Administrador de actualizaciones se incluye en Pandora FMS. " -"Esto ayuda a los administradores del sistema a actualizar su Pandora FMS " -"automáticamente, ya que el Administrador de actualizaciones recupera " -"automáticamente los nuevos módulos, los nuevos complementos y las nuevas " -"funciones (incluso las herramientas de migración completas para versiones " -"futuras)." - -#: ../../general/alert_enterprise.php:104 -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 "" -"Las actualizaciones de la versión OpenSource son paquetes automatizados " -"generados cada semana. Estas actualizaciones vienen sin garantía o soporte. " -"Si su sistema está dañado o una característica deja de funcionar " -"correctamente, necesitará recuperar una copia de seguridad usted mismo." - -#: ../../general/alert_enterprise.php:107 -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 "" -"La versión Enterprise viene con un sistema de actualización diferente, con " -"paquetes totalmente probados y con soporte profesional, nuestro equipo de " -"soporte está ahí para ayudarle en caso de problemas o consultas. El " -"administrador de actualizaciones es otra característica presente en la " -"versión Enterprise y no incluida en la versión OpenSource. Existen muchas " -"funciones avanzadas orientadas a la empresa contenidas en Pandora FMS " -"Enterprise Edition. Para obtener más información, visite pandorafms.com " - -#: ../../general/alert_enterprise.php:115 -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." - -#: ../../general/alert_enterprise.php:118 -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." - -#: ../../general/alert_enterprise.php:121 -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 "" -"El administrador de actualizaciones manda información anónima acerca del uso " -"de PandoraFMS (número de agentes o módulos en ejecución). Para desactivarlo, " -"por favor, elimine la dirección del servidor remoto en la configuración del " -"plugin del administrador de actualizaciones." - -#: ../../general/alert_enterprise.php:128 -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 "" -"¿Desea consolidar toda la supervisión de su sistema? ¿Tiene muchos sistemas, " -"por lo que es difícil administrarlos de una manera integral? ¿Le gustaría " -"implementar monitorización, alertas e incluso complementos locales con un " -"solo clic? Las políticas de Pandora FMS Enterprise son exactamente lo que " -"necesita; Ahorrará tiempo, esfuerzo y molestias. Más información pandorafms.com" - -#: ../../general/alert_enterprise.php:135 -msgid "" -"Pandora FMS Enterprise also features event correlation. Through correlation " -"you can generate realtime alerts and / or new events based on logical rules. " -"This allows you to automate troubleshooting. If you know the value of " -"working with events, event correlation will take you to a new level." -msgstr "" -"Pandora FMS Enterprise también ofrece correlación de eventos. A través de la " -"correlación puede generar alertas en tiempo real y / o nuevos eventos " -"basados en reglas lógicas. Esto le permite automatizar la solución de " -"problemas. Si conoce el valor de trabajar con eventos, la correlación de " -"eventos le llevará a un nuevo nivel." - -#: ../../general/alert_enterprise.php:138 -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 "" -"La generación de informes en la versión Enterprise también es más potente: " -"cuenta con asistentes, puede programar los correos electrónicos en PDF para " -"que se envíen según el calendario que decida y tiene un sistema de " -"plantillas para crear informes personalizados de manera rápida para cada uno " -"de sus clientes. Incluso permitirá a sus clientes generar sus propios " -"informes a partir de plantillas creadas por usted. Si los informes son clave " -"para su negocio, la versión Enterprise de Pandora FMS es para usted." - -#: ../../general/alert_enterprise.php:141 -msgid "These options are only effective on the Enterprise version." -msgstr "Estas opciones son solo efectivas en la versión Enterprise." - -#: ../../general/alert_enterprise.php:144 -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 "" -"ADVERTENCIA: Se encuentra a un solo clic de una actualización automática. " -"Esto puede resultar en que su sistema acabe dañado, incluyendo pérdida de " -"datos y operatividad. Compruebe que tiene una copia de seguridad reciente. " -"Las actualizaciones de la versión OpenSource son paquetes creados " -"automáticamente, y no hay GARANTÍA o APOYO. Si necesita asistencia " -"profesional y garantía, actualice a la versión Enterprise." - -#: ../../general/alert_enterprise.php:147 -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 "" -"Este sistema está muy congestionado. La versión OpenSource podría obtener " -"muchos más agentes, pero la precisión requiere de tiempo y conocimiento. " -"Revise la versión Enterprise para obtener un sistema profesional compatible." - -#: ../../general/alert_enterprise.php:150 -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 "" -"El sistema tiene muchos módulos por agente. La versión OpenSource puede " -"manejar miles de módulos, pero no se recomienda tener más de 40 módulos por " -"agnete. Esta configuración tiene módulos B/A por agente. Revise la versión " -"Enterprise para obtener un sistema profesional compatible." - -#: ../../general/alert_enterprise.php:153 -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 "" -"Se han detectado muchos módulos remotos en este sistema. La versión " -"OpenSource puede manejar miles de módulos, pero el rendimiento será limitado " -"con un gran número de peticiones SNMP o ICMP. Revise la versión Enterprise " -"para obtener un sistema profesional compatible." - -#: ../../general/alert_enterprise.php:156 -msgid "" -"This system has too much events in the database. Checkout database purge " -"options. Checkout the Enterprise Version for a professional supported system." -msgstr "" -"Este sistema tiene muchos eventos en la base de datos. Consulte las opciones " -"de purga de la base de datos. Revise la versión Enterprise para obtener un " -"sistema profesional compatible." - -#: ../../general/alert_enterprise.php:159 -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 "" -"Tiene definido un gran numero de agentes, de esta forma se experimentarán " -"problemas de rendimiento en un futuro. En la versión Enterprise puede usar " -"correlación de alertas de eventos para simplificar el sistema de alertas y " -"poder manejarlo de forma sencilla y aumentar el rendimiento." - -#: ../../general/subselect_data_module.php:42 -#: ../../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/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_agents_meta.php:1053 -#: ../../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_html_meta.php:51 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:65 -#: ../../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:176 -#: ../../enterprise/operation/log/log_viewer.php:194 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/godmode/setup/setup_acl.php:84 -#: ../../enterprise/godmode/setup/setup_acl.php:89 -#: ../../enterprise/godmode/setup/setup_acl.php:94 -#: ../../enterprise/godmode/setup/setup_acl.php:300 -#: ../../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:391 -#: ../../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.wizard.php:127 -#: ../../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.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 -#: ../../enterprise/godmode/policies/policy_agents.php:369 -#: ../../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/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/include/functions_metaconsole.php:610 -#: ../../enterprise/include/functions_metaconsole.php:611 -#: ../../enterprise/include/functions_metaconsole.php:1215 -#: ../../extensions/agents_modules.php:77 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../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/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../mobile/operation/agents.php:32 ../../mobile/operation/events.php:624 -#: ../../mobile/operation/events.php:634 -#: ../../mobile/operation/events.php:1082 -#: ../../mobile/operation/events.php:1101 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 -#: ../../operation/events/events.build_table.php:492 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/events_list.php:445 -#: ../../operation/events/events_list.php:449 -#: ../../operation/events/events_list.php:457 -#: ../../operation/events/events_list.php:556 -#: ../../operation/events/events_list.php:559 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/events/events.build_query.php:118 -#: ../../operation/agentes/networkmap.php:474 -#: ../../operation/agentes/status_monitor.php:295 -#: ../../operation/agentes/status_monitor.php:312 -#: ../../operation/agentes/status_monitor.php:322 -#: ../../operation/agentes/status_monitor.php:341 -#: ../../operation/agentes/status_monitor.php:384 -#: ../../operation/agentes/status_monitor.php:446 -#: ../../operation/agentes/networkmap_list.php:185 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/estado_monitores.php:428 -#: ../../operation/agentes/estado_monitores.php:447 -#: ../../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/snmpconsole/snmp_view.php:384 -#: ../../operation/snmpconsole/snmp_view.php:401 -#: ../../operation/snmpconsole/snmp_view.php:406 -#: ../../operation/snmpconsole/snmp_view.php:545 -#: ../../operation/gis_maps/render_view.php:145 -#: ../../godmode/setup/gis_step_2.php:154 -#: ../../godmode/modules/manage_network_templates_form.php:267 -#: ../../godmode/modules/manage_network_components.php:499 -#: ../../godmode/events/event_edit_filter.php:226 -#: ../../godmode/events/event_edit_filter.php:230 -#: ../../godmode/events/event_edit_filter.php:366 -#: ../../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/alerts/alert_list.php:264 -#: ../../godmode/alerts/alert_list.php:318 -#: ../../godmode/alerts/alert_list.php:331 -#: ../../godmode/alerts/alert_templates.php:255 -#: ../../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/visual_console_builder.wizard.php:206 -#: ../../godmode/reporting/visual_console_builder.wizard.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:880 -#: ../../godmode/reporting/reporting_builder.item_editor.php:996 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_edit_modules.php:252 -#: ../../godmode/massive/massive_edit_modules.php:280 -#: ../../godmode/massive/massive_edit_modules.php:320 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../include/functions_reporting.php:1514 -#: ../../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_modules.php:2417 -#: ../../include/functions_modules.php:2418 -#: ../../include/functions_events.php:3109 -#: ../../include/functions_events.php:3622 -#: ../../include/functions_groups.php:616 -#: ../../include/functions_groups.php:2359 -#: ../../include/functions_graph.php:2620 -msgid "All" -msgstr "Todo" - -#: ../../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/footer.php:30 ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Revisión %s" - -#: ../../general/footer.php:32 ../../enterprise/meta/general/footer.php:27 -msgid "Page generated at" -msgstr "Página generada en" - -#: ../../general/header.php:74 -msgid "Blank characters are used as AND conditions" -msgstr "Los espacios serán usados para una condicion \"AND\"" - -#: ../../general/header.php:89 ../../general/header.php:91 -msgid "Enter keywords to search" -msgstr "Introduzca palabras clave para buscar" - -#: ../../general/header.php:113 ../../general/header.php:121 -#: ../../enterprise/meta/general/main_header.php:360 -#: ../../enterprise/meta/general/main_header.php:368 -msgid "All systems" -msgstr "Todos los sistemas" - -#: ../../general/header.php:113 -#: ../../enterprise/meta/general/main_header.php:360 -msgid "Down" -msgstr "Caído(s)" - -#: ../../general/header.php:117 -#: ../../enterprise/meta/general/main_header.php:364 -msgid "servers down" -msgstr "servidor(es) caído(s)" - -#: ../../general/header.php:121 -#: ../../enterprise/meta/general/main_header.php:368 -msgid "Ready" -msgstr "Listos" - -#: ../../general/header.php:141 ../../general/header.php:142 -msgid "QR Code of the page" -msgstr "Código QR de la página" - -#: ../../general/header.php:146 -#: ../../operation/visual_console/public_console.php:130 -msgid "QR code of the page" -msgstr "Código QR de la página" - -#: ../../general/header.php:168 ../../general/header.php:169 -#: ../../include/functions_clippy.php:128 -msgid "Pandora FMS assistant" -msgstr "Asistente de Pandora FMS" - -#: ../../general/header.php:194 -#: ../../enterprise/meta/general/main_header.php:393 -msgid "Configure autorefresh" -msgstr "Configurar autorresfresco" - -#: ../../general/header.php:203 -#: ../../enterprise/meta/general/main_header.php:397 -#: ../../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/meta/advanced/synchronizing.user.php:529 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../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 -#: ../../extensions/insert_data.php:163 -#: ../../godmode/alerts/configure_alert_template.php:584 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:125 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_edit_modules.php:255 -#: ../../godmode/massive/massive_edit_modules.php:296 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:469 -#: ../../godmode/gis_maps/configure_gis_map.php:588 -msgid "Select" -msgstr "Seleccionar" - -#: ../../general/header.php:221 -#: ../../enterprise/meta/general/main_header.php:410 -#: ../../enterprise/meta/general/main_header.php:420 -msgid "Disabled autorefresh" -msgstr "Autorrefresco deshabilitado" - -#: ../../general/header.php:242 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "Alertas del sistema detectadas - Por favor corregir lo antes posible" - -#: ../../general/header.php:257 -#, php-format -msgid "You have %d warning(s)" -msgstr "Tiene %d advertencia(s)" - -#: ../../general/header.php:268 -msgid "There are not warnings" -msgstr "No hay advertencias" - -#: ../../general/header.php:279 -#: ../../enterprise/meta/general/main_header.php:378 -#: ../../mobile/operation/home.php:118 ../../mobile/include/user.class.php:286 -#: ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 -msgid "Logout" -msgstr "Salir" - -#: ../../general/header.php:284 ../../general/header.php:286 -#: ../../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 -#: ../../operation/menu.php:328 -msgid "Edit my user" -msgstr "Editar mi usuario" - -#: ../../general/header.php:295 -msgid "New chat message" -msgstr "Nuevo mensaje del chat" - -#: ../../general/header.php:304 -msgid "Message overview" -msgstr "Vista general de mensajes" - -#: ../../general/header.php:305 -#, php-format -msgid "You have %d unread message(s)" -msgstr "Tiene %d mensaje(s) sin leer" - -#: ../../general/login_identification_wizard.php:142 -msgid "The Pandora FMS community wizard" -msgstr "Asistente de la comunidad Pandora FMS" - -#: ../../general/login_identification_wizard.php:147 -msgid "Stay up to date with the Pandora FMS community" -msgstr "Manténgase al día de la comunidad de Pandora FMS" - -#: ../../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 "" -"Cuando se suscribe al servicio Pandora FMS Update Manager, acepta que " -"registremos su instancia de Pandora como un identificador en la base de " -"datos propiedad de Artica TS. Estos datos solo se utilizarán para " -"proporcionarle información sobre Pandora FMS y no serán cedidos a terceros. " -"Podrá cancelar el registro de dicha base de datos en cualquier momento desde " -"las opciones de Update Manager" - -#: ../../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 "" -"De la misma manera, al suscribirse al boletín de noticias acepta que su " -"correo electrónico se transmitirá a una base de datos de Artica TS. Estos " -"datos solo se utilizarán para proporcionarle información sobre Pandora FMS y " -"no serán cedidos a terceros. Podrá cancelar el registro de dicha base de " -"datos en cualquier momento desde las opciones de suscripción a los boletines" - -#: ../../general/login_identification_wizard.php:157 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../godmode/alerts/configure_alert_template.php:801 -msgid "Finish" -msgstr "Finalizar" - -#: ../../general/login_identification_wizard.php:161 -msgid "Return" -msgstr "Volver" - -#: ../../general/login_identification_wizard.php:165 -msgid "Join the Pandora FMS community" -msgstr "Únete a la comunidad de Pandora FMS" - -#: ../../general/login_identification_wizard.php:167 -#: ../../operation/users/user_edit.php:374 -msgid "Subscribe to our newsletter" -msgstr "Suscríbete a nuestro boletín" - -#: ../../general/login_identification_wizard.php:170 -#: ../../general/login_identification_wizard.php:171 -#: ../../enterprise/extensions/cron/main.php:220 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:77 -#: ../../operation/search_users.php:44 ../../godmode/tag/tag.php:203 -#: ../../godmode/tag/edit_tag.php:195 -msgid "Email" -msgstr "Correo-e" - -#: ../../general/login_identification_wizard.php:172 -msgid "Required" -msgstr "Requerido" - -#: ../../general/login_identification_wizard.php:182 -msgid "Do you want to continue without any registration" -msgstr "Desea continuar sin ningún registro?" - -#: ../../general/login_identification_wizard.php:185 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 -#: ../../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.setup.php:138 -#: ../../enterprise/meta/advanced/metasetup.setup.php:189 -#: ../../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/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/godmode/setup/setup_auth.php:64 -#: ../../enterprise/godmode/setup/setup_auth.php:311 -#: ../../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/reporting/graph_template_item_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 -#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 -#: ../../operation/netflow/nf_live_view.php:266 -#: ../../operation/snmpconsole/snmp_view.php:439 -#: ../../operation/users/user_edit.php:270 -#: ../../godmode/setup/performance.php:103 -#: ../../godmode/setup/performance.php:110 -#: ../../godmode/setup/performance.php:117 -#: ../../godmode/setup/setup_auth.php:72 ../../godmode/setup/setup_auth.php:80 -#: ../../godmode/setup/setup_auth.php:188 -#: ../../godmode/setup/setup_auth.php:226 -#: ../../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/news.php:264 -#: ../../godmode/setup/setup_ehorus.php:56 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 -#: ../../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:416 -#: ../../godmode/setup/setup_visuals.php:423 -#: ../../godmode/setup/setup_visuals.php:435 -#: ../../godmode/setup/setup_visuals.php:568 -#: ../../godmode/setup/setup_visuals.php:595 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/agentes/agent_conf_gis.php:80 -#: ../../godmode/agentes/agent_manager.php:381 -#: ../../godmode/reporting/reporting_builder.php:639 -#: ../../godmode/reporting/reporting_builder.main.php:115 -#: ../../godmode/reporting/visual_console_builder.wizard.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:272 -#: ../../godmode/update_manager/update_manager.setup.php:125 -#: ../../godmode/users/configure_user.php:513 -#: ../../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/servers/manage_recontask.php:332 -#: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../include/functions_events.php:2373 -#: ../../include/functions_events.php:2380 -msgid "No" -msgstr "No" - -#: ../../general/login_identification_wizard.php:188 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 -#: ../../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.setup.php:137 -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -#: ../../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/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/godmode/setup/setup_auth.php:61 -#: ../../enterprise/godmode/setup/setup_auth.php:310 -#: ../../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/reporting/graph_template_item_editor.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 -#: ../../operation/netflow/nf_live_view.php:265 -#: ../../operation/snmpconsole/snmp_view.php:436 -#: ../../operation/users/user_edit.php:270 -#: ../../godmode/setup/performance.php:102 -#: ../../godmode/setup/performance.php:109 -#: ../../godmode/setup/performance.php:116 -#: ../../godmode/setup/setup_auth.php:71 ../../godmode/setup/setup_auth.php:79 -#: ../../godmode/setup/setup_auth.php:187 -#: ../../godmode/setup/setup_auth.php:223 -#: ../../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_ehorus.php:55 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../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:415 -#: ../../godmode/setup/setup_visuals.php:421 -#: ../../godmode/setup/setup_visuals.php:431 -#: ../../godmode/setup/setup_visuals.php:564 -#: ../../godmode/setup/setup_visuals.php:591 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/agentes/agent_conf_gis.php:79 -#: ../../godmode/agentes/agent_manager.php:378 -#: ../../godmode/reporting/reporting_builder.php:637 -#: ../../godmode/reporting/reporting_builder.main.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:226 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/update_manager/update_manager.setup.php:124 -#: ../../godmode/users/configure_user.php:513 -#: ../../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/servers/manage_recontask.php:332 -#: ../../godmode/servers/manage_recontask_form.php:305 -msgid "Yes" -msgstr "Sí" - -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" -msgstr "Haga click aquí para activar la barra de acesso directo" - -#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 -#: ../../enterprise/operation/agentes/ver_agente.php:152 -#: ../../mobile/operation/groups.php:161 -#: ../../operation/agentes/ver_agente.php:639 -#: ../../include/functions_reporting_html.php:2186 -#: ../../include/functions_reporting_html.php:2195 -#: ../../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 -msgid "Alerts fired" -msgstr "Alertas disparadas" - -#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 -#: ../../include/functions_reporting_html.php:2779 -#: ../../include/functions_reporting_html.php:2796 -msgid "Critical events" -msgstr "Eventos en estado \"crítico\"" - -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" -msgstr "Incidentes abiertos" - -#: ../../general/shortcut_bar.php:217 -#: ../../godmode/users/configure_profile.php:290 -msgid "View reports" -msgstr "Ver informaes" - -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" -msgstr "Crear un nuevo mensaje" - -#: ../../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:220 ../../general/logon_ok.php:417 -#: ../../general/login_page.php:135 ../../general/login_page.php:160 -#: ../../enterprise/meta/general/login_page.php:70 -#: ../../enterprise/meta/general/login_page.php:91 -#: ../../enterprise/meta/include/functions_wizard_meta.php:398 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_meta.php:849 -#: ../../enterprise/meta/include/functions_meta.php:902 -#: ../../enterprise/meta/include/functions_meta.php:955 -#: ../../enterprise/extensions/cron/main.php:187 -#: ../../enterprise/extensions/vmware/main.php:227 -#: ../../enterprise/extensions/check_acls.php:42 -#: ../../enterprise/extensions/check_acls.php:120 -#: ../../enterprise/godmode/setup/setup_auth.php:372 -#: ../../enterprise/godmode/setup/setup_auth.php:439 -#: ../../enterprise/godmode/setup/setup_auth.php:491 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../extensions/users_connected.php:77 -#: ../../extensions/api_checker.php:114 ../../extensions/ssh_gateway.php:59 -#: ../../mobile/operation/tactical.php:309 -#: ../../mobile/include/user.class.php:245 ../../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 -#: ../../godmode/setup/setup_ehorus.php:73 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 ../../include/functions.php:2297 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:3317 -#: ../../include/functions_events.php:3698 -#: ../../include/functions_reporting_html.php:2851 -#: ../../include/functions_config.php:332 -#: ../../include/functions_config.php:343 -#: ../../include/functions_config.php:353 -msgid "User" -msgstr "Usuario" - -#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 -#: ../../enterprise/extensions/ipam/ipam_list.php:200 -#: ../../enterprise/dashboard/widgets/top_n.php:132 -#: ../../enterprise/operation/agentes/policy_view.php:196 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/graph_template_list.php:130 -#: ../../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/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_modules.php:1044 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../extensions/agents_alerts.php:279 -#: ../../mobile/operation/tactical.php:308 -#: ../../operation/incidents/incident.php:343 -#: ../../operation/integria_incidents/incident.list.php:102 -#: ../../operation/search_alerts.php:48 -#: ../../operation/events/events.build_table.php:253 -#: ../../operation/agentes/networkmap_list.php:261 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../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/snmpconsole/snmp_view.php:539 -#: ../../operation/snmpconsole/snmp_view.php:837 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_network_templates.php:192 -#: ../../godmode/modules/manage_network_components.php:554 -#: ../../godmode/events/event_filter.php:113 -#: ../../godmode/alerts/alert_list.list.php:598 -#: ../../godmode/alerts/alert_view.php:417 -#: ../../godmode/agentes/planned_downtime.editor.php:839 -#: ../../godmode/agentes/agent_template.php:226 -#: ../../godmode/agentes/module_manager.php:532 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1423 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1618 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1627 -#: ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/snmpconsole/snmp_alert.php:1066 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/users/configure_user.php:619 -#: ../../godmode/massive/massive_add_action_alerts.php:155 -#: ../../godmode/massive/massive_standby_alerts.php:163 -#: ../../godmode/massive/massive_delete_action_alerts.php:164 -#: ../../godmode/massive/massive_enable_disable_alerts.php:163 -#: ../../godmode/massive/massive_operations.php:271 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../include/functions_ui_renders.php:97 ../../include/functions.php:2298 -#: ../../include/functions_events.php:3384 -#: ../../include/functions_reporting_html.php:2853 -msgid "Action" -msgstr "Acción" - -#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 -#: ../../enterprise/extensions/backup/main.php:66 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:223 -#: ../../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 -#: ../../enterprise/include/functions_reporting_csv.php:198 -#: ../../enterprise/include/functions_reporting_csv.php:252 -#: ../../extensions/users_connected.php:79 -#: ../../extensions/insert_data.php:166 -#: ../../mobile/operation/tactical.php:310 -#: ../../operation/integria_incidents/incident.tracking.php:23 -#: ../../operation/events/events.build_table.php:567 -#: ../../operation/reporting/graph_viewer.php:192 -#: ../../operation/netflow/nf_live_view.php:231 -#: ../../godmode/alerts/configure_alert_special_days.php:63 -#: ../../godmode/alerts/alert_special_days.php:161 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1021 -#: ../../godmode/admin_access_logs.php:190 -#: ../../include/functions_reporting.php:2229 -#: ../../include/functions_reporting.php:2262 ../../include/functions.php:2299 -#: ../../include/functions_events.php:3697 -#: ../../include/functions_reporting_html.php:1246 -#: ../../include/functions_reporting_html.php:1250 -#: ../../include/functions_reporting_html.php:1253 -#: ../../include/functions_reporting_html.php:1267 -#: ../../include/functions_reporting_html.php:2854 -msgid "Date" -msgstr "Fecha" - -#: ../../general/logon_ok.php:224 ../../general/logon_ok.php:421 -#: ../../mobile/operation/tactical.php:311 -#: ../../operation/snmpconsole/snmp_statistics.php:140 -#: ../../godmode/admin_access_logs.php:191 -#: ../../include/functions_reporting_html.php:2855 -msgid "Source IP" -msgstr "IP origen" - -#: ../../general/logon_ok.php:225 ../../general/logon_ok.php:422 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../mobile/operation/events.php:518 -#: ../../operation/users/user_edit.php:389 -#: ../../godmode/admin_access_logs.php:192 -#: ../../godmode/users/configure_user.php:482 -#: ../../godmode/servers/manage_recontask_form.php:354 -#: ../../include/functions.php:2301 ../../include/ajax/events.php:302 -#: ../../include/functions_reporting_html.php:2856 -msgid "Comments" -msgstr "Comentarios" - -#: ../../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/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:46 ../../general/login_page.php:199 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/dashboard/main_dashboard.php:219 -#: ../../enterprise/dashboard/widgets/top_n.php:289 -#: ../../enterprise/godmode/policies/policy_queue.php:470 -#: ../../enterprise/include/functions_networkmap_enterprise.php:615 -#: ../../extensions/agents_modules.php:86 -#: ../../extensions/agents_alerts.php:78 -#: ../../operation/agentes/networkmap.php:584 -#: ../../operation/reporting/graph_viewer.php:244 -#: ../../operation/visual_console/public_console.php:112 -#: ../../operation/visual_console/render_view.php:173 -#: ../../operation/servers/recon_view.php:49 ../../include/ajax/module.php:757 -msgid "Refresh" -msgstr "Refrescar" - -#: ../../general/login_page.php:82 -msgid "Docs" -msgstr "Documentos" - -#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 -#: ../../enterprise/meta/general/login_page.php:30 -msgid "Support" -msgstr "Soporte" - -#: ../../general/login_page.php:141 ../../general/login_page.php:165 -#: ../../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/extensions/vmware/main.php:232 -#: ../../enterprise/godmode/setup/setup_auth.php:379 -#: ../../enterprise/godmode/setup/setup_auth.php:446 -#: ../../enterprise/godmode/setup/setup_auth.php:498 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../extensions/api_checker.php:119 -#: ../../mobile/include/user.class.php:252 -#: ../../godmode/setup/setup_ehorus.php:79 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 -#: ../../godmode/agentes/module_manager_editor_wmi.php:57 -#: ../../godmode/users/configure_user.php:451 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../include/functions_config.php:334 -#: ../../include/functions_config.php:345 -#: ../../include/functions_config.php:355 -msgid "Password" -msgstr "Contraseña" - -#: ../../general/login_page.php:145 -msgid "Login as admin" -msgstr "Entrar como administrador" - -#: ../../general/login_page.php:152 -#: ../../enterprise/meta/general/login_page.php:85 -msgid "Login with SAML" -msgstr "Entrar con SAML" - -#: ../../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" - -#: ../../general/login_page.php:174 -msgid "Logged out" -msgstr "Desconectado" - -#: ../../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." -msgstr "" -"Su sesión ha caducado. Cierre la ventana de su navegador web para cerrar " -"esta sesión de Pandora FMS." - -#: ../../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 "" -"Pandora FMS frontend is built on advanced, modern technologies and does not " -"support old browsers." -msgstr "" -"El interfaz Pandora FMS se basa en tecnologías avanzadas y modernas, y no " -"soporta los navegadores antiguos." - -#: ../../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 "" -"Le recomendamos que elija e instale un navegador moderno. Sólo tardará unos " -"minutos." - -#: ../../general/login_page.php:325 -msgid "Why is it recommended to upgrade the web browser?" -msgstr "¿Por qué le recomendamos que actualice su navegador?" - -#: ../../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." - -#: ../../general/login_page.php:339 -msgid "Continue despite this warning" -msgstr "Continúe a pesar de esta advertencia" - -#: ../../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:69 -msgid "Forums" -msgstr "Foros" - -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" -msgstr "Documentación" - -#: ../../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" - -#: ../../general/ui/agents_list.php:69 -#: ../../enterprise/meta/agentsearch.php:95 -#: ../../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/include/functions_wizard_meta.php:153 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/meta/include/functions_events_meta.php:67 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:91 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:158 -#: ../../enterprise/dashboard/dashboards.php:89 -#: ../../enterprise/dashboard/main_dashboard.php:310 -#: ../../enterprise/dashboard/main_dashboard.php:337 -#: ../../enterprise/dashboard/widgets/top_n.php:309 -#: ../../enterprise/dashboard/widgets/tree_view.php:44 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 -#: ../../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/services/services.list.php:162 -#: ../../enterprise/operation/services/services.list.php:314 -#: ../../enterprise/operation/services/services.service.php:123 -#: ../../enterprise/operation/inventory/inventory.php:164 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../enterprise/godmode/modules/local_components.php:389 -#: ../../enterprise/godmode/modules/local_components.php:471 -#: ../../enterprise/godmode/modules/configure_local_component.php:209 -#: ../../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_rules.php:409 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 -#: ../../enterprise/godmode/agentes/collections.php:183 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/services/services.service.php:239 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:257 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policy_agents.php:358 -#: ../../enterprise/include/functions_reporting_pdf.php:2311 -#: ../../enterprise/include/functions_reporting_pdf.php:2361 -#: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 -#: ../../extensions/agents_modules.php:81 -#: ../../extensions/agents_alerts.php:73 -#: ../../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/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/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:316 -#: ../../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 -#: ../../operation/incidents/incident.php:339 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../operation/integria_incidents/incident.incident.php:87 -#: ../../operation/integria_incidents/incident.list.php:61 -#: ../../operation/integria_incidents/incident.list.php:95 -#: ../../operation/search_maps.php:32 -#: ../../operation/events/events.build_table.php:185 -#: ../../operation/events/events_list.php:539 -#: ../../operation/events/sound_events.php:76 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/agentes/networkmap.php:448 -#: ../../operation/agentes/status_monitor.php:280 -#: ../../operation/agentes/ver_agente.php:553 -#: ../../operation/agentes/networkmap_list.php:136 -#: ../../operation/agentes/networkmap_list.php:170 -#: ../../operation/agentes/estado_generalagente.php:246 -#: ../../operation/agentes/exportdata.php:226 -#: ../../operation/agentes/estado_agente.php:167 -#: ../../operation/agentes/estado_agente.php:492 -#: ../../operation/agentes/group_view.php:163 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/netflow/nf_live_view.php:291 -#: ../../operation/users/user_edit.php:445 -#: ../../operation/gis_maps/ajax.php:309 -#: ../../operation/gis_maps/gis_map.php:90 ../../godmode/setup/gis.php:63 -#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 -#: ../../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_form_common.php:99 -#: ../../godmode/modules/manage_network_components.php:463 -#: ../../godmode/modules/manage_network_components.php:552 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/events/event_edit_filter.php:215 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/configure_alert_template.php:738 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/alerts/alert_special_days.php:164 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/agentes/agent_manager.php:243 -#: ../../godmode/agentes/configurar_agente.php:338 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/agentes/modificar_agente.php:458 -#: ../../godmode/agentes/planned_downtime.editor.php:480 -#: ../../godmode/agentes/planned_downtime.editor.php:754 -#: ../../godmode/agentes/planned_downtime.list.php:393 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/reporting/reporting_builder.php:431 -#: ../../godmode/reporting/reporting_builder.php:561 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/reporting/graphs.php:155 -#: ../../godmode/reporting/graph_builder.main.php:114 -#: ../../godmode/reporting/reporting_builder.item_editor.php:862 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/netflow/nf_edit.php:119 -#: ../../godmode/snmpconsole/snmp_alert.php:556 -#: ../../godmode/users/configure_user.php:617 -#: ../../godmode/users/user_list.php:227 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_edit_agents.php:205 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/massive/massive_add_action_alerts.php:136 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_delete_action_alerts.php:138 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:300 -#: ../../godmode/gis_maps/configure_gis_map.php:366 -#: ../../include/functions_networkmap.php:1748 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:303 -#: ../../include/functions_visual_map_editor.php:577 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2435 -#: ../../include/functions_events.php:3327 -#: ../../include/functions_reporting_html.php:1542 -#: ../../include/functions_reporting_html.php:1577 -#: ../../include/functions_visual_map.php:2327 -#: ../../include/functions_groups.php:745 -#: ../../include/functions_graph.php:5240 -msgid "Group" -msgstr "Grupo" - -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -#: ../../enterprise/meta/general/main_header.php:491 -#: ../../enterprise/meta/agentsearch.php:68 -#: ../../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/extensions/translate_string.php:265 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/services/services.list.php:143 -#: ../../enterprise/operation/services/services.list.php:182 -#: ../../enterprise/operation/inventory/inventory.php:179 -#: ../../enterprise/operation/inventory/inventory.php:219 -#: ../../enterprise/operation/log/log_viewer.php:170 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:452 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/agentes/collections.php:173 -#: ../../enterprise/godmode/policies/policy_agents.php:365 -#: ../../enterprise/godmode/policies/policy_agents.php:370 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../operation/incidents/incident.php:294 -#: ../../operation/integria_incidents/incident.list.php:76 -#: ../../operation/agentes/status_monitor.php:324 -#: ../../operation/agentes/estado_agente.php:180 -#: ../../operation/agentes/estado_agente.php:198 -#: ../../operation/search_results.php:160 -#: ../../godmode/modules/manage_network_components.php:508 -#: ../../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:141 -#: ../../godmode/agentes/planned_downtime.list.php:177 -#: ../../godmode/agentes/module_manager.php:45 -#: ../../godmode/reporting/reporting_builder.php:439 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../include/functions_snmp_browser.php:556 -msgid "Search" -msgstr "Buscar" - -#: ../../general/ui/agents_list.php:121 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:246 -#: ../../enterprise/operation/log/log_viewer.php:252 -#: ../../enterprise/godmode/policies/policy_modules.php:1148 -#: ../../extensions/system_info.php:495 -#: ../../operation/reporting/reporting_viewer.php:237 -#: ../../godmode/massive/massive_copy_modules.php:164 -msgid "Loading" -msgstr "Cargando" - -#: ../../general/ui/agents_list.php:127 -#: ../../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.groups.php:76 -#: ../../operation/agentes/networkmap.topology.php:81 -msgid "No agents found" -msgstr "No se encontró ningún agente" - -#: ../../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/incidents.php:23 -msgid "There are no incidents defined yet." -msgstr "No hay incidentes definidos todavía." - -#: ../../general/firts_task/incidents.php:28 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/integria_incidents/incident.php:43 -#: ../../operation/integria_incidents/incident.php:54 -#: ../../operation/agentes/ver_agente.php:883 ../../operation/menu.php:353 -#: ../../godmode/agentes/configurar_agente.php:393 -#: ../../godmode/agentes/configurar_agente.php:523 -msgid "Incidents" -msgstr "Incidentes" - -#: ../../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:25 -#: ../../godmode/agentes/planned_downtime.editor.php:43 -#: ../../godmode/agentes/planned_downtime.list.php:54 -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/service_list.php:21 -msgid "There are no services defined yet." -msgstr "No hay servicios definidos todavía." - -#: ../../general/firts_task/service_list.php:25 -#: ../../enterprise/meta/general/main_header.php:172 -#: ../../enterprise/dashboard/widgets/service_map.php:79 -#: ../../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/services/services.service.php:84 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 -#: ../../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:85 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../operation/agentes/ver_agente.php:972 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 -msgid "Services" -msgstr "Servicios" - -#: ../../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/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/tags.php:21 -msgid "There are no tags defined yet." -msgstr "No hay etiquetas definidas todavía." - -#: ../../general/firts_task/tags.php:25 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/dashboard/widgets/tree_view.php:35 -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -#: ../../enterprise/godmode/modules/configure_local_component.php:354 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/include/functions_reporting_pdf.php:2366 -#: ../../mobile/operation/events.php:514 ../../operation/tree.php:49 -#: ../../operation/events/events.build_table.php:223 -#: ../../operation/agentes/status_monitor.php:328 -#: ../../operation/agentes/status_monitor.php:331 -#: ../../operation/agentes/group_view.php:163 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/users/user_edit.php:446 ../../godmode/tag/edit_tag.php:57 -#: ../../godmode/modules/manage_network_components_form_common.php:184 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/users/configure_user.php:618 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:531 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../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:1582 -msgid "Tags" -msgstr "Etiquetas" - -#: ../../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/fields_manager.php:21 -#: ../../general/firts_task/custom_fields.php:23 -msgid "There are no custom fields defined yet." -msgstr "No hay campos personalizados definidos todavía." - -#: ../../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: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/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/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/policies/policies.php:337 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../enterprise/godmode/menu.php:49 -#: ../../enterprise/include/functions_policies.php:3253 -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/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/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/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\". " - -#: ../../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 -#: ../../enterprise/meta/advanced/license_meta.php:103 -#: ../../enterprise/extensions/vmware/main.php:182 -#: ../../enterprise/extensions/vmware/main.php:189 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../mobile/operation/events.php:528 -#: ../../operation/agentes/alerts_status.php:434 -#: ../../operation/agentes/alerts_status.php:474 -#: ../../operation/agentes/alerts_status.php:507 -#: ../../operation/agentes/alerts_status.php:540 -#: ../../operation/agentes/alerts_status.php:585 -#: ../../operation/snmpconsole/snmp_view.php:653 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:838 -#: ../../godmode/setup/license.php:98 -msgid "Validate" -msgstr "Validar" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Request new licence" -msgstr "Solicitar una nueva licencia" - -#: ../../enterprise/load_enterprise.php:1 -#, 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:1 -#, 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: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 -#: ../../enterprise/dashboard/widgets/service_map.php:86 -#: ../../enterprise/operation/services/services.service_map.php:118 -#: ../../enterprise/operation/services/services.list.php:149 -#: ../../enterprise/operation/services/services.list.php:378 -#: ../../enterprise/operation/services/services.service.php:168 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 -#: ../../operation/gis_maps/render_view.php:148 -#: ../../godmode/massive/massive_edit_agents.php:386 -#: ../../include/functions_config.php:511 -#: ../../include/functions_config.php:1485 -msgid "Ok" -msgstr "Bien" - -#: ../../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 "" -"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: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/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 -#, php-format -msgid "® Ártica soluciones Pandora FMS %s - Build %s" -msgstr "® Ártica soluciones Pandora FMS %s - Build %s" - -#: ../../enterprise/meta/general/main_header.php:82 -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/operation/services/services.list.php:40 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../operation/menu.php:101 -msgid "Monitoring" -msgstr "Monitorización" - -#: ../../enterprise/meta/general/main_header.php:88 -#: ../../operation/tree.php:87 ../../operation/menu.php:46 -msgid "Tree view" -msgstr "Vista de árbol" - -#: ../../enterprise/meta/general/main_header.php:93 -#: ../../enterprise/meta/monitoring/tactical.php:60 -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../mobile/operation/tactical.php:84 ../../mobile/operation/home.php:38 -#: ../../operation/agentes/tactical.php:54 -#: ../../operation/users/user_edit.php:304 ../../operation/menu.php:40 -msgid "Tactical view" -msgstr "Vista táctica" - -#: ../../enterprise/meta/general/main_header.php:98 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" -msgstr "Vista de grupos" - -#: ../../enterprise/meta/general/main_header.php:103 -#: ../../operation/agentes/alerts_status.php:135 -msgid "Alerts view" -msgstr "Vista de alertas" - -#: ../../enterprise/meta/general/main_header.php:108 -msgid "Monitors view" -msgstr "Vista de monitores" - -#: ../../enterprise/meta/general/main_header.php:114 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:70 -#: ../../enterprise/include/functions_reporting.php:32 -#: ../../enterprise/include/functions_reporting.php:4742 -#: ../../enterprise/include/functions_reporting.php:4764 -#: ../../operation/visual_console/render_view.php:123 -#: ../../godmode/reporting/visual_console_builder.wizard.php:311 -#: ../../godmode/reporting/visual_console_builder.php:660 -msgid "Wizard" -msgstr "Asistente" - -#: ../../enterprise/meta/general/main_header.php:123 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/monitoring/tactical.php:312 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/include/functions_reporting_pdf.php:722 -#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 -#: ../../mobile/include/functions_web.php:24 -#: ../../operation/events/events.php:411 ../../operation/events/events.php:420 -#: ../../operation/events/events.php:437 ../../operation/menu.php:262 -#: ../../godmode/menu.php:180 ../../include/functions_reporting_html.php:1122 -#: ../../include/functions_reports.php:613 -#: ../../include/functions_reports.php:615 -#: ../../include/functions_reports.php:617 -#: ../../include/functions_graph.php:726 -#: ../../include/functions_graph.php:3680 -#: ../../include/functions_graph.php:4358 -msgid "Events" -msgstr "Eventos" - -#: ../../enterprise/meta/general/main_header.php:136 -#: ../../enterprise/meta/general/main_header.php:151 -#: ../../enterprise/mobile/include/functions_web.php:15 -#: ../../operation/search_results.php:113 -#: ../../include/functions_groups.php:120 -msgid "Reports" -msgstr "Informes" - -#: ../../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:180 -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/screens/screens.php:35 -msgid "Screens" -msgstr "Pantallas" - -#: ../../enterprise/meta/general/main_header.php:187 -msgid "Networkmap" -msgstr "Mapa de red" - -#: ../../enterprise/meta/general/main_header.php:204 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 -#: ../../enterprise/include/functions_enterprise.php:289 -#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 -#: ../../godmode/menu.php:250 ../../include/functions_reports.php:636 -#: ../../include/functions_reports.php:638 -#: ../../include/functions_reports.php:640 -#: ../../include/functions_reports.php:642 -#: ../../include/functions_reports.php:644 -msgid "Netflow" -msgstr "Netflow" - -#: ../../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/events/events.php:65 ../../godmode/events/events.php:80 -#: ../../godmode/reporting/reporting_builder.list_items.php:178 -msgid "Filters" -msgstr "Filtros" - -#: ../../enterprise/meta/general/main_header.php:237 -#: ../../enterprise/meta/general/main_header.php:308 -#: ../../enterprise/meta/general/logon_ok.php:64 -#: ../../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/modules/manage_network_components_form_common.php:58 -#: ../../godmode/alerts/configure_alert_template.php:680 -#: ../../godmode/alerts/configure_alert_template.php:694 -#: ../../godmode/alerts/configure_alert_template.php:763 -#: ../../godmode/alerts/alert_commands.php:152 -#: ../../godmode/alerts/alert_commands.php:162 -#: ../../godmode/netflow/nf_edit_form.php:208 -#: ../../godmode/users/configure_user.php:530 -msgid "Advanced" -msgstr "Avanzado" - -#: ../../enterprise/meta/general/main_header.php:243 -#: ../../enterprise/meta/advanced/synchronizing.php:35 -msgid "Synchronizing" -msgstr "Sincronizando" - -#: ../../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/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -#: ../../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 -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:258 -#: ../../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/module_list.php:28 -#: ../../godmode/modules/manage_network_templates_form.php:32 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_components.php:50 -msgid "Module management" -msgstr "Gestión de módulos" - -#: ../../enterprise/meta/general/main_header.php:263 -msgid "Alert management" -msgstr "Gestión de alertas" - -#: ../../enterprise/meta/general/main_header.php:268 -#: ../../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:123 -msgid "Event alerts" -msgstr "Alertas de eventos" - -#: ../../enterprise/meta/general/main_header.php:273 -msgid "Component management" -msgstr "Gestor de componentes" - -#: ../../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:265 -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/logon_ok.php:15 -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/index.php:496 -#: ../../operation/agentes/ver_agente.php:827 -#: ../../operation/netflow/nf_live_view.php:131 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_edit.php:47 -#: ../../godmode/netflow/nf_item_list.php:57 -msgid "Main" -msgstr "Principal" - -#: ../../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/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../operation/reporting/reporting_viewer.php:128 -#: ../../operation/reporting/graph_viewer.php:163 -#: ../../operation/reporting/graph_viewer.php:314 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/menu.php:229 -#: ../../godmode/reporting/reporting_builder.php:359 -#: ../../godmode/reporting/reporting_builder.php:364 -#: ../../godmode/reporting/reporting_builder.php:368 -#: ../../godmode/reporting/reporting_builder.php:1885 -#: ../../godmode/reporting/reporting_builder.php:1890 -#: ../../godmode/reporting/reporting_builder.php:1894 -#: ../../godmode/reporting/reporting_builder.php:1956 -#: ../../godmode/reporting/reporting_builder.php:1961 -#: ../../godmode/reporting/reporting_builder.php:1964 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/graphs.php:75 -msgid "Reporting" -msgstr "Informes" - -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1747 -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:36 -#: ../../enterprise/godmode/modules/configure_local_component.php:431 -#: ../../godmode/servers/plugin.php:473 -#: ../../godmode/servers/recon_script.php:183 -#: ../../include/functions_ui.php:1066 -msgid "Help" -msgstr "Ayuda" - -#: ../../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/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: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:242 -msgid "Agent search" -msgstr "Búsqueda de agente" - -#: ../../enterprise/meta/agentsearch.php:71 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 -#: ../../enterprise/meta/advanced/policymanager.queue.php:244 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 -#: ../../enterprise/godmode/modules/local_components.php:445 -#: ../../enterprise/godmode/alerts/alert_events_list.php:382 -#: ../../operation/tree.php:184 ../../operation/events/events_list.php:637 -#: ../../operation/agentes/status_monitor.php:516 -#: ../../operation/agentes/alerts_status.php:390 ../../godmode/tag/tag.php:176 -#: ../../godmode/tag/tag.php:281 -#: ../../godmode/modules/manage_network_components.php:516 -#: ../../godmode/alerts/alert_templates.php:268 -#: ../../godmode/reporting/reporting_builder.list_items.php:205 -#: ../../godmode/users/user_list.php:243 -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/advanced/policymanager.queue.php:255 -#: ../../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/extensions/csv_import/main.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 -#: ../../enterprise/include/functions_reporting.php:1926 -#: ../../operation/events/events.build_table.php:139 -#: ../../operation/events/events_list.php:442 -#: ../../operation/servers/recon_view.php:173 -#: ../../godmode/agentes/agent_manager.php:264 -#: ../../godmode/agentes/module_manager.php:518 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1126 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../include/functions_events.php:3285 -msgid "Server" -msgstr "Servidor" - -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../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/include/functions_wizard_meta.php:3237 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/dashboard/widgets/module_icon.php:52 -#: ../../enterprise/dashboard/widgets/module_status.php:52 -#: ../../enterprise/dashboard/widgets/module_value.php:52 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/dashboard/widgets/module_table_value.php:49 -#: ../../enterprise/dashboard/widgets/single_graph.php:50 -#: ../../enterprise/operation/inventory/inventory.php:206 -#: ../../enterprise/operation/log/log_viewer.php:193 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../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/services/services.elements.php:326 -#: ../../enterprise/godmode/services/services.elements.php:335 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../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_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2268 -#: ../../enterprise/include/functions_log.php:332 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../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_networkmap_enterprise.php:1648 -#: ../../extensions/module_groups.php:41 -#: ../../extensions/agents_alerts.php:343 ../../extensions/insert_data.php:147 -#: ../../mobile/operation/modules.php:454 ../../mobile/operation/home.php:72 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 -#: ../../mobile/operation/agents.php:309 ../../mobile/operation/events.php:510 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_modules.php:42 ../../operation/search_alerts.php:39 -#: ../../operation/events/events.build_table.php:36 -#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:929 -#: ../../operation/agentes/ver_agente.php:684 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/estado_agente.php:471 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/alerts_status.php:425 -#: ../../operation/agentes/alerts_status.php:498 -#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 -#: ../../godmode/alerts/alert_list.list.php:379 -#: ../../godmode/alerts/alert_list.list.php:581 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/agentes/module_manager_editor_common.php:657 -#: ../../godmode/agentes/module_manager_editor_prediction.php:115 -#: ../../godmode/agentes/planned_downtime.list.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:290 -#: ../../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/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/reporting_builder.item_editor.php:886 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1417 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1616 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1623 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../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/servers/plugin.php:66 -#: ../../godmode/gis_maps/configure_gis_map.php:420 -#: ../../include/functions_reporting.php:4786 -#: ../../include/functions_visual_map_editor.php:257 -#: ../../include/functions_reporting_html.php:337 -#: ../../include/functions_reporting_html.php:453 -#: ../../include/functions_reporting_html.php:532 -#: ../../include/functions_reporting_html.php:986 -#: ../../include/functions_reporting_html.php:1375 -#: ../../include/functions_reporting_html.php:1714 -#: ../../include/functions_reporting_html.php:1855 -#: ../../include/functions_reporting_html.php:1893 -#: ../../include/functions_reporting_html.php:2136 -#: ../../include/functions_reporting_html.php:2290 -#: ../../include/functions_reporting_html.php:2501 -#: ../../include/functions_graph.php:5029 -msgid "Agent" -msgstr "Agente" - -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/dashboard/widgets/tree_view.php:38 -#: ../../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:315 -#: ../../operation/tree.php:55 ../../operation/tree.php:94 -#: ../../operation/search_agents.php:45 ../../operation/search_agents.php:53 -#: ../../operation/agentes/estado_generalagente.php:128 -#: ../../operation/agentes/estado_agente.php:482 -#: ../../operation/gis_maps/ajax.php:276 -#: ../../godmode/agentes/agent_manager.php:252 -#: ../../godmode/agentes/modificar_agente.php:454 -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/massive/massive_edit_agents.php:287 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:286 -#: ../../include/functions_events.php:2031 -#: ../../include/functions_reporting_html.php:1543 -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_list.php:162 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/godmode/modules/configure_local_component.php:215 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/include/functions_reporting_pdf.php:2363 -#: ../../mobile/operation/modules.php:497 -#: ../../mobile/operation/modules.php:500 -#: ../../mobile/operation/modules.php:501 -#: ../../mobile/operation/modules.php:679 -#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 -#: ../../operation/search_agents.php:56 -#: ../../operation/agentes/status_monitor.php:955 -#: ../../operation/agentes/estado_generalagente.php:201 -#: ../../operation/agentes/estado_agente.php:487 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../operation/servers/recon_view.php:92 -#: ../../godmode/modules/manage_network_components_form_common.php:102 -#: ../../godmode/agentes/agent_manager.php:246 -#: ../../godmode/agentes/module_manager_editor_common.php:342 -#: ../../godmode/agentes/module_manager_editor_common.php:368 -#: ../../godmode/agentes/module_manager.php:524 -#: ../../godmode/massive/massive_edit_agents.php:283 -#: ../../godmode/massive/massive_edit_modules.php:441 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:247 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:426 -#: ../../include/functions_reporting_html.php:1579 -msgid "Interval" -msgstr "Intervalo" - -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../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/group_view.php:99 -#: ../../enterprise/meta/monitoring/group_view.php:137 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -#: ../../enterprise/dashboard/widgets/service_map.php:98 -#: ../../enterprise/dashboard/widgets/top_n.php:335 -#: ../../enterprise/dashboard/widgets/tree_view.php:37 -#: ../../enterprise/operation/services/services.service_map.php:130 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 -#: ../../enterprise/godmode/policies/policies.php:341 -#: ../../enterprise/godmode/policies/policy_modules.php:339 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:683 -#: ../../enterprise/include/functions_policies.php:3206 -#: ../../extensions/agents_modules.php:194 -#: ../../mobile/operation/modules.php:186 ../../mobile/operation/home.php:64 -#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:326 -#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agent.php:205 -#: ../../operation/tree.php:73 ../../operation/search_agents.php:63 -#: ../../operation/agentes/exportdata.php:266 -#: ../../operation/agentes/estado_agente.php:497 -#: ../../operation/agentes/group_view.php:120 -#: ../../operation/agentes/group_view.php:158 -#: ../../operation/agentes/graphs.php:123 -#: ../../operation/search_results.php:133 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:836 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 -#: ../../godmode/agentes/configurar_agente.php:277 -#: ../../godmode/agentes/configurar_agente.php:508 -#: ../../godmode/agentes/modificar_agente.php:528 -#: ../../godmode/agentes/planned_downtime.editor.php:757 -#: ../../godmode/agentes/planned_downtime.editor.php:830 -#: ../../godmode/reporting/reporting_builder.list_items.php:163 -#: ../../godmode/reporting/reporting_builder.list_items.php:189 -#: ../../godmode/reporting/visual_console_builder.wizard.php:251 -#: ../../godmode/reporting/graph_builder.graph_editor.php:148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1002 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:294 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_delete_modules.php:467 -#: ../../godmode/servers/servers.build_table.php:67 -#: ../../godmode/db/db_refine.php:95 ../../include/ajax/networkmap.ajax.php:71 -#: ../../include/functions_reporting_html.php:834 -#: ../../include/functions_reporting_html.php:2502 -#: ../../include/functions_reports.php:556 -#: ../../include/functions_reports.php:558 -#: ../../include/functions_reports.php:560 -#: ../../include/functions_reports.php:562 -#: ../../include/functions_reports.php:564 -#: ../../include/functions_reports.php:566 -#: ../../include/functions_reports.php:568 -msgid "Modules" -msgstr "Módulos" - -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/extensions/backup/main.php:68 -#: ../../enterprise/extensions/vmware/vmware_view.php:980 -#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/godmode/policies/policies.php:254 +#: ../../enterprise/godmode/policies/policy_collections.php:124 +#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../enterprise/godmode/policies/policy_queue.php:348 +#: ../../enterprise/godmode/agentes/collection_manager.php:108 +#: ../../enterprise/godmode/agentes/collection_manager.php:166 +#: ../../enterprise/operation/services/services.service.php:131 +#: ../../enterprise/operation/services/services.list.php:154 +#: ../../enterprise/operation/services/services.list.php:321 #: ../../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.list.php:154 -#: ../../enterprise/operation/services/services.list.php:321 -#: ../../enterprise/operation/services/services.service.php:131 -#: ../../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:254 -#: ../../enterprise/godmode/policies/policy_agents.php:378 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/extensions/backup/main.php:68 +#: ../../enterprise/extensions/vmware/vmware_view.php:978 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:222 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 +#: ../../enterprise/meta/agentsearch.php:97 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../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 @@ -3001,13 +65,50 @@ msgstr "Módulos" #: ../../enterprise/include/functions_reporting_pdf.php:2037 #: ../../enterprise/include/functions_reporting_pdf.php:2315 #: ../../enterprise/include/functions_reporting_pdf.php:2365 -#: ../../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_csv.php:797 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:281 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../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_delete_modules.php:450 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/agentes/agent_manager.php:307 +#: ../../godmode/agentes/module_manager.php:528 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../operation/integria_incidents/incident.list.php:58 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:98 +#: ../../operation/events/events.build_table.php:144 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:505 +#: ../../operation/snmpconsole/snmp_view.php:821 +#: ../../operation/messages/message_list.php:117 +#: ../../operation/search_agents.php:64 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../operation/search_modules.php:51 +#: ../../operation/servers/recon_view.php:98 +#: ../../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/agentes/status_monitor.php:962 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:500 +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:282 +#: ../../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 ../../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/modules.php:119 #: ../../mobile/operation/modules.php:120 #: ../../mobile/operation/modules.php:212 @@ -3019,61 +120,12 @@ msgstr "Módulos" #: ../../mobile/operation/modules.php:480 #: ../../mobile/operation/modules.php:485 #: ../../mobile/operation/modules.php:490 -#: ../../mobile/operation/modules.php:552 -#: ../../mobile/operation/modules.php:559 -#: ../../mobile/operation/modules.php:609 -#: ../../mobile/operation/modules.php:678 ../../mobile/operation/alerts.php:75 +#: ../../mobile/operation/modules.php:553 +#: ../../mobile/operation/modules.php:603 +#: ../../mobile/operation/modules.php:672 ../../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 -#: ../../operation/incidents/incident.php:240 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../operation/integria_incidents/incident.incident.php:98 -#: ../../operation/integria_incidents/incident.list.php:58 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/search_modules.php:51 -#: ../../operation/messages/message_list.php:117 -#: ../../operation/events/events.build_table.php:144 -#: ../../operation/search_agents.php:64 -#: ../../operation/agentes/status_monitor.php:962 -#: ../../operation/agentes/estado_agente.php:193 -#: ../../operation/agentes/estado_agente.php:500 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:430 -#: ../../operation/agentes/alerts_status.php:470 -#: ../../operation/agentes/alerts_status.php:503 -#: ../../operation/agentes/alerts_status.php:536 -#: ../../operation/snmpconsole/snmp_view.php:404 -#: ../../operation/snmpconsole/snmp_view.php:505 -#: ../../operation/snmpconsole/snmp_view.php:821 -#: ../../operation/servers/recon_view.php:98 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/alerts/alert_list.list.php:411 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/agentes/agent_manager.php:307 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/module_manager.php:528 -#: ../../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_delete_agents.php:119 -#: ../../godmode/massive/massive_edit_modules.php:310 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../include/functions_reporting.php:4783 -#: ../../include/ajax/module.php:707 #: ../../include/functions_snmp_browser.php:435 -#: ../../include/functions_events.php:39 -#: ../../include/functions_events.php:2413 -#: ../../include/functions_events.php:3290 #: ../../include/functions_reporting_html.php:342 #: ../../include/functions_reporting_html.php:529 #: ../../include/functions_reporting_html.php:660 @@ -3081,2108 +133,434 @@ msgstr "Módulos" #: ../../include/functions_reporting_html.php:1546 #: ../../include/functions_reporting_html.php:1581 #: ../../include/functions_reporting_html.php:2080 +#: ../../include/ajax/module.php:731 +#: ../../include/functions_reporting.php:4783 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2420 +#: ../../include/functions_events.php:3297 msgid "Status" msgstr "Estado" -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../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/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_rules.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/services/services.service.php:312 -#: ../../enterprise/godmode/policies/policies.php:345 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../enterprise/include/functions_reporting_pdf.php:706 -#: ../../enterprise/include/functions_policies.php:3224 -#: ../../extensions/agents_alerts.php:252 -#: ../../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 -#: ../../operation/search_agents.php:65 -#: ../../operation/agentes/ver_agente.php:839 -#: ../../operation/agentes/ver_agente.php:1078 -#: ../../operation/agentes/estado_agente.php:503 -#: ../../operation/search_results.php:93 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../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:299 -#: ../../godmode/alerts/alert_list.php:302 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/configure_alert_special_days.php:52 -#: ../../godmode/alerts/alert_special_days.php:43 -#: ../../godmode/alerts/alert_commands.php:249 -#: ../../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/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/agentes/configurar_agente.php:287 -#: ../../godmode/agentes/modificar_agente.php:532 -#: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/massive/massive_copy_modules.php:153 -#: ../../godmode/menu.php:141 ../../include/functions_treeview.php:284 -#: ../../include/functions_reporting_html.php:1109 -#: ../../include/functions_reporting_html.php:2511 -#: ../../include/functions_reports.php:602 -#: ../../include/functions_reports.php:604 -#: ../../include/functions_reports.php:607 -#: ../../include/functions_graph.php:730 -#: ../../include/functions_graph.php:3684 -#: ../../include/functions_graph.php:4362 -msgid "Alerts" -msgstr "Alertas" +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../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 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../mobile/operation/agents.php:321 +#: ../../include/functions_events.php:885 +msgid "S." +msgstr "S." -#: ../../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/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 -#: ../../operation/search_users.php:47 ../../operation/search_agents.php:66 -#: ../../operation/agentes/ver_agente.php:562 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/agentes/estado_agente.php:506 -#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 -#: ../../godmode/agentes/planned_downtime.editor.php:756 -#: ../../godmode/users/user_list.php:272 ../../include/ajax/module.php:713 -#: ../../include/functions_treeview.php:447 -#: ../../include/functions_events.php:2036 -msgid "Last contact" -msgstr "Último contacto" +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../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:1901 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2048 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2056 +#: ../../enterprise/godmode/alerts/alert_events_list.php:424 +#: ../../enterprise/godmode/alerts/alert_events.php:510 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/godmode/policies/policy_modules.php:1044 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/extensions/ipam/ipam_list.php:200 +#: ../../enterprise/dashboard/widgets/top_n.php:129 +#: ../../enterprise/include/functions_services.php:1432 +#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1441 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1636 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1645 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/alerts/alert_list.list.php:598 +#: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_add_action_alerts.php:155 +#: ../../godmode/massive/massive_operations.php:271 +#: ../../godmode/massive/massive_delete_action_alerts.php:164 +#: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/modules/manage_network_components.php:554 +#: ../../godmode/modules/manage_network_templates.php:192 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/users/configure_user.php:619 +#: ../../godmode/events/event_filter.php:113 +#: ../../godmode/snmpconsole/snmp_alert.php:1066 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +#: ../../godmode/snmpconsole/snmp_filters.php:133 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/agentes/module_manager.php:532 +#: ../../godmode/agentes/agent_template.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../operation/integria_incidents/incident.list.php:102 +#: ../../operation/search_alerts.php:48 +#: ../../operation/events/events.build_table.php:253 +#: ../../operation/snmpconsole/snmp_view.php:539 +#: ../../operation/snmpconsole/snmp_view.php:837 +#: ../../operation/incidents/incident.php:343 +#: ../../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/agentes/alerts_status.functions.php:106 +#: ../../operation/agentes/networkmap_list.php:261 +#: ../../extensions/agents_alerts.php:280 +#: ../../mobile/operation/tactical.php:308 +#: ../../include/functions_ui_renders.php:97 +#: ../../include/functions_reporting_html.php:2853 +#: ../../include/functions.php:2298 ../../include/functions_events.php:3391 +msgid "Action" +msgstr "Acción" -#: ../../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/godmode/admin_access_logs.php:25 +#: ../../enterprise/godmode/policies/policy_agents.php:380 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +#: ../../mobile/operation/agents.php:323 +msgid "A." +msgstr "A." -#: ../../enterprise/meta/event/custom_events.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../operation/menu.php:268 ../../godmode/users/configure_profile.php:275 -msgid "View events" -msgstr "Ver eventos" +#: ../../enterprise/godmode/admin_access_logs.php:42 +msgid "Show extended info" +msgstr "Mostrar más info" -#: ../../enterprise/meta/event/custom_events.php:43 -#: ../../godmode/events/event_filter.php:177 -#: ../../godmode/netflow/nf_edit_form.php:182 -#: ../../godmode/netflow/nf_edit.php:167 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -msgid "Create filter" -msgstr "Crear Filtro" +#: ../../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/meta/event/custom_events.php:48 -#: ../../godmode/events/events.php:48 ../../godmode/menu.php:175 -msgid "Event responses" -msgstr "Respuestas de evento" +#: ../../enterprise/godmode/admin_access_logs.php:71 +msgid "Security check is ok." +msgstr "La comprobación de seguridad está ok" -#: ../../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 -#: ../../operation/agentes/ver_agente.php:907 -#: ../../operation/agentes/ver_agente.php:1090 -#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 -#: ../../godmode/events/events.php:69 -#: ../../godmode/agentes/agent_manager.php:437 -#: ../../godmode/massive/massive_edit_agents.php:446 ../../godmode/menu.php:36 -#: ../../include/functions_events.php:2046 -msgid "Custom fields" -msgstr "Campos personalizados" +#: ../../enterprise/godmode/admin_access_logs.php:78 +msgid "Security check is fail." +msgstr "La comprobación de seguridad ha fallado" -#: ../../enterprise/meta/event/custom_events.php:73 -#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306 -msgid "Responses" -msgstr "Respuestas" +#: ../../enterprise/godmode/admin_access_logs.php:115 +msgid "Extended info:" +msgstr "Información extendida" -#: ../../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/godmode/reporting/reporting_builder.template_editor.php:35 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#: ../../enterprise/extensions/ipam/ipam_action.php:96 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 +#: ../../godmode/alerts/alert_list.php:103 +#: ../../godmode/alerts/alert_special_days.php:93 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:428 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/setup/links.php:41 ../../godmode/setup/news.php:56 +#: ../../godmode/setup/gis.php:45 ../../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/agentes/planned_downtime.editor.php:365 +#: ../../godmode/agentes/configurar_agente.php:595 +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +msgid "Successfully created" +msgstr "Creado correctamente" -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../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/modules/local_components.php:107 +#: ../../enterprise/godmode/modules/local_components.php:239 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 +#: ../../enterprise/extensions/ipam/ipam_action.php:92 +#: ../../enterprise/extensions/ipam/ipam_action.php:100 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2183 +#: ../../godmode/alerts/alert_list.php:103 +#: ../../godmode/alerts/alert_special_days.php:94 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:429 +#: ../../godmode/modules/manage_network_components.php:158 +#: ../../godmode/modules/manage_network_components.php:248 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 +#: ../../godmode/users/configure_user.php:235 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +#: ../../godmode/agentes/configurar_agente.php:244 +#: ../../godmode/agentes/configurar_agente.php:591 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +msgid "Could not be created" +msgstr "No se ha podido crear" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 +#: ../../enterprise/godmode/alerts/alert_events_list.php:94 +#: ../../enterprise/godmode/alerts/alert_events.php:374 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 +#: ../../enterprise/godmode/policies/policy_modules.php:877 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 +#: ../../enterprise/extensions/ipam/ipam_massive.php:41 +#: ../../enterprise/extensions/ipam/ipam_action.php:131 +#: ../../godmode/alerts/alert_special_days.php:134 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/alerts/configure_alert_template.php:441 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/setup/links.php:58 ../../godmode/setup/news.php:87 +#: ../../godmode/setup/gis.php:39 ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/events/event_edit_filter.php:162 +#: ../../godmode/snmpconsole/snmp_alert.php:299 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +#: ../../godmode/agentes/configurar_agente.php:769 +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../include/functions_planned_downtimes.php:125 +msgid "Successfully updated" msgstr "Actualizado correctamente" -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "Actualización fallida" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 +#: ../../enterprise/godmode/alerts/alert_events_list.php:95 +#: ../../enterprise/godmode/alerts/alert_events.php:375 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 +#: ../../enterprise/godmode/policies/policies.php:159 +#: ../../enterprise/godmode/policies/policy_modules.php:878 +#: ../../enterprise/godmode/modules/local_components.php:297 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 +#: ../../enterprise/extensions/ipam/ipam_massive.php:42 +#: ../../enterprise/extensions/ipam/ipam_action.php:128 +#: ../../godmode/alerts/alert_special_days.php:135 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/alert_templates.php:152 +#: ../../godmode/alerts/configure_alert_template.php:442 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/modules/manage_network_components.php:334 +#: ../../godmode/setup/gis.php:41 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/incidents/incident.php:111 +#: ../../include/functions_planned_downtimes.php:122 +msgid "Could not be updated" +msgstr "No se pudo actualizar" -#: ../../enterprise/meta/event/custom_events.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 -#: ../../enterprise/godmode/policies/policy_agents.php:232 -#: ../../enterprise/godmode/policies/policy_agents.php:249 -#: ../../operation/events/events_list.php:222 -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -msgid "Filter group" -msgstr "Filtrar grupo" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:149 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:627 +#: ../../godmode/reporting/visual_console_builder.data.php:127 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:178 +msgid "Save" +msgstr "Guardar" -#: ../../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/event/custom_events.php:197 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 -#: ../../enterprise/meta/advanced/metasetup.setup.php:258 -#: ../../enterprise/meta/advanced/metasetup.visual.php:248 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/cron/main.php:319 -#: ../../enterprise/extensions/vmware/vmware_view.php:1219 -#: ../../enterprise/extensions/ipam/ipam_editor.php:118 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/dashboard/widget.php:180 -#: ../../enterprise/dashboard/main_dashboard.php:308 -#: ../../enterprise/dashboard/main_dashboard.php:314 -#: ../../enterprise/dashboard/main_dashboard.php:321 -#: ../../enterprise/operation/agentes/collection_view.php:97 -#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../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/alerts/configure_alert_rule.php:225 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 +#: ../../enterprise/godmode/policies/policy_modules.php:314 +#: ../../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/modules/manage_inventory_modules_form.php:115 +#: ../../enterprise/godmode/modules/configure_local_component.php:465 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 #: ../../enterprise/godmode/setup/edit_skin.php:262 #: ../../enterprise/godmode/setup/setup.php:234 #: ../../enterprise/godmode/setup/setup.php:327 #: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/setup_history.php:77 #: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../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/alerts/configure_alert_rule.php:225 -#: ../../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:217 +#: ../../enterprise/godmode/setup/setup_history.php:84 +#: ../../enterprise/godmode/services/services.service.php:366 +#: ../../enterprise/godmode/services/services.elements.php:412 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:120 #: ../../enterprise/godmode/agentes/inventory_manager.php:204 #: ../../enterprise/godmode/agentes/inventory_manager.php:266 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 +#: ../../enterprise/godmode/agentes/collection_manager.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:217 +#: ../../enterprise/godmode/agentes/collections.editor.php:130 +#: ../../enterprise/godmode/agentes/collections.editor.php:196 #: ../../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/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../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/services/services.service.php:366 -#: ../../enterprise/godmode/services/services.elements.php:412 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:314 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/operation/agentes/collection_view.php:97 +#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../enterprise/extensions/translate_string.php:306 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/vmware/vmware_view.php:1218 +#: ../../enterprise/extensions/cron/main.php:319 +#: ../../enterprise/extensions/ipam/ipam_network.php:670 +#: ../../enterprise/extensions/ipam/ipam_massive.php:95 +#: ../../enterprise/extensions/ipam/ipam_editor.php:118 +#: ../../enterprise/meta/advanced/metasetup.visual.php:248 +#: ../../enterprise/meta/advanced/metasetup.password.php:146 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 +#: ../../enterprise/meta/advanced/metasetup.setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../enterprise/dashboard/widget.php:180 +#: ../../enterprise/dashboard/main_dashboard.php:309 +#: ../../enterprise/dashboard/main_dashboard.php:315 +#: ../../enterprise/dashboard/main_dashboard.php:322 #: ../../enterprise/include/functions_networkmap_enterprise.php:1084 #: ../../enterprise/include/functions_networkmap_enterprise.php:1617 -#: ../../extensions/net_tools.php:337 -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../operation/integria_incidents/incident.incident.php:117 -#: ../../operation/events/events_list.php:629 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/reporting/reporting_viewer.php:206 -#: ../../operation/snmpconsole/snmp_view.php:450 -#: ../../operation/users/user_edit.php:413 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/setup/performance.php:132 -#: ../../godmode/setup/setup_auth.php:253 -#: ../../godmode/setup/setup_general.php:309 ../../godmode/setup/links.php:120 -#: ../../godmode/setup/news.php:207 ../../godmode/setup/setup_ehorus.php:57 -#: ../../godmode/setup/setup_ehorus.php:158 -#: ../../godmode/setup/setup_netflow.php:81 -#: ../../godmode/setup/setup_visuals.php:693 ../../godmode/setup/os.php:57 -#: ../../godmode/setup/os.php:110 ../../godmode/tag/edit_tag.php:224 -#: ../../godmode/modules/manage_network_components_form.php:262 -#: ../../godmode/modules/manage_network_templates_form.php:154 -#: ../../godmode/modules/manage_nc_groups_form.php:79 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:386 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/alerts/alert_list.list.php:147 -#: ../../godmode/alerts/alert_list.list.php:155 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/configure_alert_special_days.php:97 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/agent_manager.php:456 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/agentes/module_manager_editor.php:475 -#: ../../godmode/agentes/planned_downtime.editor.php:624 -#: ../../godmode/agentes/agent_template.php:248 -#: ../../godmode/agentes/planned_downtime.list.php:466 -#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/reporting/visual_console_builder.data.php:131 #: ../../godmode/reporting/reporting_builder.main.php:38 #: ../../godmode/reporting/visual_console_builder.elements.php:513 #: ../../godmode/reporting/graph_builder.main.php:180 -#: ../../godmode/reporting/visual_console_builder.data.php:131 -#: ../../godmode/groups/configure_modu_group.php:83 -#: ../../godmode/groups/configure_group.php:204 +#: ../../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/alerts/configure_alert_special_days.php:97 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/massive/massive_edit_agents.php:454 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:599 +#: ../../godmode/modules/manage_nc_groups_form.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/modules/manage_network_components_form.php:262 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/setup/setup_auth.php:198 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/os.php:57 ../../godmode/setup/os.php:110 +#: ../../godmode/setup/setup_general.php:309 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/performance.php:134 +#: ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 +#: ../../godmode/setup/setup_netflow.php:81 +#: ../../godmode/setup/setup_visuals.php:693 #: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/users/configure_user.php:587 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/events/event_edit_filter.php:386 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/tag/edit_tag.php:224 #: ../../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/update_manager/update_manager.setup.php:132 -#: ../../godmode/users/configure_user.php:587 -#: ../../godmode/users/configure_profile.php:381 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/massive/massive_edit_agents.php:454 -#: ../../godmode/massive/massive_edit_modules.php:588 -#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/groups/configure_group.php:204 +#: ../../godmode/groups/configure_modu_group.php:83 #: ../../godmode/servers/modificar_server.php:53 #: ../../godmode/servers/recon_script.php:223 #: ../../godmode/servers/manage_recontask_form.php:380 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/agentes/agent_manager.php:456 +#: ../../godmode/agentes/agent_template.php:248 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/agentes/module_manager_editor.php:475 +#: ../../operation/reporting/reporting_viewer.php:206 +#: ../../operation/integria_incidents/incident.incident.php:117 +#: ../../operation/users/user_edit.php:421 +#: ../../operation/events/events_list.php:629 +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../extensions/net_tools.php:337 +#: ../../extensions/files_repo/files_repo_form.php:88 #: ../../include/functions_visual_map_editor.php:429 -#: ../../include/functions_events.php:1704 -#: ../../include/functions_events.php:1742 +#: ../../include/functions_events.php:1711 +#: ../../include/functions_events.php:1749 msgid "Update" msgstr "Actualizar" -#: ../../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/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../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/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/dashboard/dashboard_replicate.php:173 -#: ../../enterprise/dashboard/widgets/service_map.php:39 -#: ../../enterprise/dashboard/widgets/top_n.php:401 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 -#: ../../enterprise/operation/agentes/ver_agente.php:36 -#: ../../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/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/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/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/reporting/reporting_builder.template_item.php:1693 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467 -#: ../../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.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/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.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/graph_template_wizard.php:138 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:347 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:366 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:377 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 -#: ../../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/policies/policy_agents.php:223 -#: ../../enterprise/godmode/policies/policy_agents.php:648 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../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_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../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_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_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../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_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../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 -#: ../../mobile/operation/events.php:587 -#: ../../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:274 -#: ../../operation/events/events_list.php:875 -#: ../../operation/agentes/ver_agente.php:679 -#: ../../operation/agentes/ver_agente.php:722 -#: ../../operation/agentes/ver_agente.php:732 -#: ../../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:347 -#: ../../godmode/setup/setup_general.php:143 -#: ../../godmode/setup/setup_visuals.php:260 -#: ../../godmode/setup/os.builder.php:40 -#: ../../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/modules/manage_nc_groups_form.php:71 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../godmode/modules/manage_network_components_form_plugin.php:24 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:407 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/alert_list.list.php:601 -#: ../../godmode/alerts/configure_alert_template.php:577 -#: ../../godmode/alerts/alert_list.builder.php:136 -#: ../../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/agentes/agent_wizard.snmp_explorer.php:729 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1013 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1029 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1044 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1050 -#: ../../godmode/agentes/agent_manager.php:272 -#: ../../godmode/agentes/agent_manager.php:368 -#: ../../godmode/agentes/module_manager_editor_plugin.php:52 -#: ../../godmode/agentes/module_manager_editor_common.php:392 -#: ../../godmode/agentes/module_manager_editor_common.php:572 -#: ../../godmode/agentes/module_manager_editor_common.php:730 -#: ../../godmode/agentes/module_manager_editor_common.php:736 -#: ../../godmode/agentes/module_manager_editor_common.php:745 -#: ../../godmode/agentes/module_manager_editor_common.php:751 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 -#: ../../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/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.elements.php:426 -#: ../../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:1005 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1056 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1081 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1344 -#: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:902 -#: ../../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/massive/massive_edit_plugins.php:284 -#: ../../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_delete_alerts.php:242 -#: ../../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:912 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_add_tags.php:169 -#: ../../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:663 -#: ../../godmode/servers/manage_recontask_form.php:265 -#: ../../godmode/gis_maps/configure_gis_map.php:414 -#: ../../include/functions.php:907 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../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:1696 -#: ../../include/functions_events.php:1703 -#: ../../include/functions_html.php:315 ../../include/functions_html.php:478 -msgid "None" -msgstr "Ninguno/a" - -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" -msgstr "Vista táctica" - -#: ../../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 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 -#: ../../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/dashboard/widgets/service_map.php:84 -#: ../../enterprise/dashboard/widgets/tree_view.php:55 -#: ../../enterprise/dashboard/widgets/tree_view.php:68 -#: ../../enterprise/dashboard/widgets/tree_view.php:206 -#: ../../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/operation/services/services.service.php:126 -#: ../../enterprise/operation/services/services.service.php:174 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 -#: ../../enterprise/godmode/services/services.service.php:259 -#: ../../enterprise/godmode/services/services.elements.php:401 -#: ../../enterprise/include/functions_reporting_pdf.php:677 -#: ../../enterprise/include/functions_reporting_pdf.php:2359 -#: ../../enterprise/include/functions_services.php:1264 -#: ../../enterprise/include/functions_services.php:1423 -#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 -#: ../../operation/tree.php:133 ../../operation/tree.php:158 -#: ../../operation/tree.php:283 ../../operation/agentes/tactical.php:149 -#: ../../operation/agentes/status_monitor.php:289 -#: ../../operation/agentes/estado_agente.php:188 -#: ../../operation/agentes/group_view.php:167 -#: ../../operation/agentes/group_view.php:172 -#: ../../operation/agentes/estado_monitores.php:429 -#: ../../operation/gis_maps/render_view.php:146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1298 -#: ../../godmode/massive/massive_copy_modules.php:79 -#: ../../godmode/massive/massive_copy_modules.php:192 -#: ../../godmode/massive/massive_edit_agents.php:216 -#: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_edit_modules.php:315 -#: ../../godmode/massive/massive_delete_modules.php:455 -#: ../../include/functions.php:877 ../../include/functions.php:1079 -#: ../../include/functions.php:1080 ../../include/functions.php:1082 -#: ../../include/functions.php:1118 ../../include/functions_ui.php:1987 -#: ../../include/functions_events.php:1478 -#: ../../include/functions_reporting_html.php:1076 -#: ../../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 -#: ../../include/functions_graph.php:1934 -#: ../../include/functions_graph.php:3038 -#: ../../include/functions_graph.php:3039 -#: ../../include/functions_graph.php:4933 -msgid "Critical" -msgstr "Crítico" - -#: ../../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/dashboard/widgets/service_map.php:85 -#: ../../enterprise/dashboard/widgets/tree_view.php:54 -#: ../../enterprise/dashboard/widgets/tree_view.php:67 -#: ../../enterprise/dashboard/widgets/tree_view.php:211 -#: ../../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/operation/services/services.service.php:127 -#: ../../enterprise/operation/services/services.service.php:179 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 -#: ../../enterprise/godmode/services/services.service.php:263 -#: ../../enterprise/include/functions_reporting_pdf.php:678 -#: ../../enterprise/include/functions_reporting_pdf.php:2359 -#: ../../enterprise/include/functions_services.php:1267 -#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 -#: ../../operation/tree.php:132 ../../operation/tree.php:157 -#: ../../operation/tree.php:288 ../../operation/agentes/tactical.php:150 -#: ../../operation/agentes/status_monitor.php:288 -#: ../../operation/agentes/estado_agente.php:187 -#: ../../operation/agentes/group_view.php:171 -#: ../../operation/agentes/estado_monitores.php:433 -#: ../../operation/netflow/nf_live_view.php:264 -#: ../../operation/gis_maps/render_view.php:147 -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 -#: ../../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_delete_agents.php:114 -#: ../../godmode/massive/massive_edit_modules.php:314 -#: ../../godmode/massive/massive_delete_modules.php:454 -#: ../../godmode/servers/manage_recontask_form.php:188 -#: ../../include/functions.php:874 ../../include/functions.php:1077 -#: ../../include/functions.php:1080 ../../include/functions.php:1115 -#: ../../include/functions_ui.php:234 ../../include/functions_ui.php:1987 -#: ../../include/functions_events.php:1475 -#: ../../include/functions_reporting_html.php:1078 -#: ../../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 -#: ../../include/functions_graph.php:1935 -#: ../../include/functions_graph.php:3030 -#: ../../include/functions_graph.php:3031 -#: ../../include/functions_graph.php:4930 -msgid "Warning" -msgstr "Advertencia" - -#: ../../enterprise/meta/monitoring/tactical.php:280 -#: ../../enterprise/meta/monitoring/group_view.php:152 -#: ../../enterprise/dashboard/widgets/tree_view.php:53 -#: ../../enterprise/dashboard/widgets/tree_view.php:66 -#: ../../enterprise/dashboard/widgets/tree_view.php:226 -#: ../../enterprise/include/functions_reporting_pdf.php:676 -#: ../../enterprise/include/functions_services.php:1258 -#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 -#: ../../operation/tree.php:131 ../../operation/tree.php:156 -#: ../../operation/tree.php:303 ../../operation/agentes/tactical.php:151 -#: ../../operation/agentes/status_monitor.php:287 -#: ../../operation/agentes/estado_agente.php:186 -#: ../../operation/agentes/group_view.php:170 -#: ../../operation/agentes/estado_monitores.php:431 -#: ../../operation/netflow/nf_live_view.php:304 -#: ../../godmode/netflow/nf_edit_form.php:207 -#: ../../godmode/massive/massive_copy_modules.php:77 -#: ../../godmode/massive/massive_copy_modules.php:190 -#: ../../godmode/massive/massive_edit_agents.php:214 -#: ../../godmode/massive/massive_delete_agents.php:113 -#: ../../godmode/massive/massive_edit_modules.php:313 -#: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../include/functions.php:871 ../../include/functions.php:1075 -#: ../../include/functions.php:1082 ../../include/functions.php:1112 -#: ../../include/functions_events.php:1472 -#: ../../include/functions_reporting_html.php:1074 -#: ../../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 -#: ../../include/functions_graph.php:1936 -#: ../../include/functions_graph.php:3022 -#: ../../include/functions_graph.php:3023 -#: ../../include/functions_graph.php:4927 -msgid "Normal" -msgstr "Normal" - -#: ../../enterprise/meta/monitoring/tactical.php:281 -#: ../../enterprise/meta/monitoring/group_view.php:146 -#: ../../enterprise/meta/monitoring/group_view.php:150 -#: ../../enterprise/extensions/cron/functions.php:190 -#: ../../enterprise/dashboard/widgets/service_map.php:87 -#: ../../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/operation/agentes/networkmap_enterprise.view.php:585 -#: ../../enterprise/operation/services/services.service_map.php:119 -#: ../../enterprise/operation/services/services.list.php:152 -#: ../../enterprise/operation/services/services.list.php:394 -#: ../../enterprise/operation/services/services.service.php:184 -#: ../../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/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_csv.php:819 -#: ../../enterprise/include/functions_reporting_csv.php:848 -#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 -#: ../../operation/tree.php:134 ../../operation/tree.php:159 -#: ../../operation/tree.php:293 ../../operation/agentes/tactical.php:152 -#: ../../operation/agentes/status_monitor.php:290 -#: ../../operation/agentes/estado_agente.php:189 -#: ../../operation/agentes/group_view.php:165 -#: ../../operation/agentes/group_view.php:168 -#: ../../operation/agentes/estado_monitores.php:434 -#: ../../godmode/alerts/alert_list.builder.php:209 -#: ../../godmode/massive/massive_copy_modules.php:80 -#: ../../godmode/massive/massive_copy_modules.php:193 -#: ../../godmode/massive/massive_edit_agents.php:217 -#: ../../godmode/massive/massive_delete_agents.php:116 -#: ../../godmode/massive/massive_edit_modules.php:316 -#: ../../godmode/massive/massive_delete_modules.php:456 -#: ../../include/functions_reporting.php:3016 -#: ../../include/functions_reporting.php:3214 -#: ../../include/functions_reporting.php:3867 -#: ../../include/functions_reporting.php:3868 -#: ../../include/functions_reporting.php:3869 -#: ../../include/functions_reporting.php:3870 -#: ../../include/functions_reporting.php:3871 -#: ../../include/functions_reporting.php:3872 ../../include/functions.php:1030 -#: ../../include/ajax/module.php:772 -#: ../../include/graphs/functions_flot.php:425 -#: ../../include/functions_ui.php:449 ../../include/functions_ui.php:450 -#: ../../include/functions_filemanager.php:706 -#: ../../include/functions_events.php:1399 -#: ../../include/functions_events.php:2742 -#: ../../include/functions_reporting_html.php:363 -#: ../../include/functions_reporting_html.php:390 -#: ../../include/functions_reporting_html.php:1059 -#: ../../include/functions_reporting_html.php:1080 -#: ../../include/functions_reporting_html.php:1505 -#: ../../include/functions_reporting_html.php:1667 -#: ../../include/functions_reports.php:426 -#: ../../include/functions_visual_map.php:1156 -#: ../../include/functions_visual_map.php:1174 -#: ../../include/functions_visual_map.php:1187 -#: ../../include/functions_visual_map.php:1200 -#: ../../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 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_graph.php:753 -#: ../../include/functions_graph.php:1937 -#: ../../include/functions_graph.php:3701 -msgid "Unknown" -msgstr "Desconocido" - -#: ../../enterprise/meta/monitoring/tactical.php:282 -#: ../../enterprise/meta/monitoring/group_view.php:147 -#: ../../enterprise/meta/monitoring/group_view.php:151 -#: ../../enterprise/dashboard/widgets/tree_view.php:57 -#: ../../enterprise/dashboard/widgets/tree_view.php:70 -#: ../../enterprise/dashboard/widgets/tree_view.php:221 -#: ../../enterprise/include/functions_reporting_pdf.php:680 -#: ../../mobile/operation/modules.php:44 ../../operation/tree.php:135 -#: ../../operation/tree.php:160 ../../operation/tree.php:298 -#: ../../operation/agentes/tactical.php:153 -#: ../../operation/agentes/status_monitor.php:292 -#: ../../operation/agentes/estado_agente.php:191 -#: ../../operation/agentes/group_view.php:166 -#: ../../godmode/massive/massive_copy_modules.php:82 -#: ../../godmode/massive/massive_copy_modules.php:195 -#: ../../godmode/massive/massive_edit_agents.php:219 -#: ../../godmode/massive/massive_delete_agents.php:118 -#: ../../godmode/massive/massive_edit_modules.php:318 -#: ../../godmode/massive/massive_delete_modules.php:458 -#: ../../include/functions_reporting_html.php:1082 -#: ../../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 -#: ../../include/functions_graph.php:1940 -msgid "Not init" -msgstr "No inicializados" - -#: ../../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/wizard/wizard.php:90 -#: ../../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/meta/monitoring/wizard/wizard.module.local.php:183 -#: ../../enterprise/dashboard/full_dashboard.php:204 -#: ../../enterprise/godmode/alerts/alert_events.php:552 -#: ../../godmode/alerts/configure_alert_template.php:808 -#: ../../godmode/alerts/configure_alert_template.php:812 -msgid "Next" -msgstr "Siguiente" - -#: ../../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:93 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 -#: ../../operation/incidents/incident_detail.php:120 -#: ../../operation/integria_incidents/incident.php:141 -msgid "No description available" -msgstr "Sin descripción disponible" - -#: ../../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 -#: ../../enterprise/operation/agentes/policy_view.php:146 -#: ../../enterprise/operation/agentes/policy_view.php:210 -#: ../../enterprise/operation/agentes/policy_view.php:442 -#: ../../godmode/modules/manage_network_components_form_wmi.php:58 -#: ../../godmode/modules/manage_network_components_form_network.php:82 -#: ../../godmode/modules/manage_network_components_form_plugin.php:29 -#: ../../godmode/alerts/configure_alert_template.php:902 -#: ../../godmode/alerts/alert_list.builder.php:212 -#: ../../include/functions.php:2028 -msgid "Empty" -msgstr "Vacío" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 -#: ../../include/functions_events.php:1717 -msgid "New" -msgstr "Nuevo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../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/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/extensions/backup/main.php:69 -#: ../../enterprise/extensions/cron/main.php:193 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/operation/services/services.list.php:327 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/agentes/collections.php:185 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/include/functions_reporting_pdf.php:1043 -#: ../../enterprise/include/functions_reporting_pdf.php:1087 -#: ../../enterprise/include/functions_reporting_pdf.php:1132 -#: ../../extensions/module_groups.php:84 -#: ../../godmode/category/category.php:111 ../../godmode/tag/tag.php:205 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../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/agentes/fields_manager.php:97 -#: ../../godmode/agentes/modificar_agente.php:463 -#: ../../godmode/agentes/planned_downtime.editor.php:760 -#: ../../godmode/groups/group_list.php:338 ../../godmode/menu.php:151 -#: ../../include/functions_treeview.php:292 -#: ../../include/functions_filemanager.php:583 -#: ../../include/functions_reporting_html.php:1378 -#: ../../include/functions_reporting_html.php:1416 -#: ../../include/functions_reporting_html.php:1452 -msgid "Actions" -msgstr "Acciones" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:220 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/dashboard/main_dashboard.php:108 -#: ../../enterprise/operation/agentes/policy_view.php:253 -#: ../../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/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../extensions/agents_alerts.php:311 -#: ../../operation/events/events_list.php:464 -#: ../../operation/snmpconsole/snmp_view.php:395 -#: ../../operation/users/user_edit.php:268 -#: ../../operation/users/user_edit.php:270 -#: ../../operation/users/user_edit.php:278 -#: ../../operation/users/user_edit.php:300 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../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:519 -#: ../../godmode/setup/setup_visuals.php:531 -#: ../../godmode/events/event_edit_filter.php:267 -#: ../../godmode/alerts/alert_list.list.php:504 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/agentes/module_manager_editor_common.php:357 -#: ../../godmode/users/configure_user.php:448 -#: ../../godmode/massive/massive_edit_agents.php:385 -#: ../../include/functions_ui.php:894 -msgid "Default" -msgstr "Predeterminado" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/extensions/backup/main.php:177 -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -#: ../../enterprise/dashboard/dashboards.php:129 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/operation/services/services.list.php:461 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/modules/local_components.php:518 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../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/manage_config_remote.php:210 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_list.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:396 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 -#: ../../enterprise/godmode/policies/policies.php:378 -#: ../../enterprise/godmode/policies/policies.php:388 -#: ../../enterprise/godmode/policies/policies.php:406 -#: ../../enterprise/godmode/policies/policy_agents.php:226 -#: ../../enterprise/godmode/policies/policy_agents.php:325 -#: ../../enterprise/godmode/policies/policy_agents.php:469 -#: ../../enterprise/godmode/policies/policy_agents.php:522 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_modules.php:1090 -#: ../../enterprise/godmode/policies/policy_modules.php:1097 -#: ../../enterprise/godmode/policies/policy_modules.php:1126 -#: ../../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_external_alerts.php:246 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 -#: ../../enterprise/include/functions_services.php:1701 -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../operation/messages/message_list.php:187 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/events/events.build_table.php:760 -#: ../../operation/events/events.php:768 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/snmpconsole/snmp_view.php:658 -#: ../../operation/snmpconsole/snmp_view.php:664 -#: ../../operation/snmpconsole/snmp_view.php:815 -#: ../../operation/users/user_edit.php:701 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 ../../godmode/setup/links.php:150 -#: ../../godmode/setup/news.php:267 ../../godmode/tag/tag.php:273 -#: ../../godmode/modules/manage_nc_groups.php:219 -#: ../../godmode/modules/manage_network_templates.php:209 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/modules/manage_network_components.php:600 -#: ../../godmode/events/event_filter.php:146 -#: ../../godmode/alerts/alert_list.list.php:816 -#: ../../godmode/alerts/alert_special_days.php:220 -#: ../../godmode/alerts/alert_commands.php:361 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/alerts/alert_templates.php:341 -#: ../../godmode/agentes/agent_manager.php:198 -#: ../../godmode/agentes/module_manager_editor_common.php:148 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/modificar_agente.php:589 -#: ../../godmode/agentes/planned_downtime.editor.php:847 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../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/reporting/reporting_builder.php:703 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/reporting/graphs.php:190 -#: ../../godmode/groups/modu_group_list.php:198 -#: ../../godmode/groups/modu_group_list.php:200 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../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/users/profile_list.php:390 -#: ../../godmode/users/configure_user.php:660 -#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_add_action_alerts.php:179 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/massive/massive_delete_action_alerts.php:185 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_delete_agents.php:134 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_operations.php:247 -#: ../../godmode/massive/massive_operations.php:256 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_modules.php:499 -#: ../../godmode/servers/plugin.php:782 ../../godmode/db/db_audit.php:107 -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 -#: ../../include/functions_filemanager.php:740 -#: ../../include/functions_events.php:1759 -#: ../../include/functions_groups.php:2173 -msgid "Are you sure?" -msgstr "¿Está seguro?" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -#: ../../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.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:3595 -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:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../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.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../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:348 -#: ../../godmode/agentes/module_manager_editor_common.php:351 -#, php-format -msgid "Agent interval x %s" -msgstr "Intervalo del agente x %s" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/meta/monitoring/group_view.php:98 -#: ../../enterprise/meta/monitoring/group_view.php:136 -#: ../../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/dashboard/widgets/service_map.php:93 -#: ../../enterprise/operation/services/services.service_map.php:125 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policies.php:256 -#: ../../enterprise/godmode/policies/policies.php:357 -#: ../../enterprise/godmode/policies/policy_agents.php:282 -#: ../../enterprise/godmode/policies/policy_agents.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:664 -#: ../../enterprise/include/functions_reporting.php:4058 -#: ../../enterprise/include/functions_policies.php:3271 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 -#: ../../extensions/agents_modules.php:194 -#: ../../extensions/agents_alerts.php:176 ../../mobile/operation/home.php:58 -#: ../../mobile/operation/agents.php:158 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/agentes/networkmap.php:475 -#: ../../operation/agentes/group_view.php:119 -#: ../../operation/agentes/group_view.php:157 -#: ../../operation/search_results.php:73 -#: ../../godmode/alerts/alert_list.list.php:71 -#: ../../godmode/reporting/reporting_builder.list_items.php:161 -#: ../../godmode/reporting/reporting_builder.list_items.php:186 -#: ../../godmode/reporting/visual_console_builder.wizard.php:240 -#: ../../godmode/reporting/graph_builder.graph_editor.php:146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:986 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_delete_agents.php:123 -#: ../../godmode/massive/massive_edit_modules.php:328 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_delete_modules.php:484 -#: ../../include/ajax/networkmap.ajax.php:64 -#: ../../include/ajax/networkmap.ajax.php:92 -#: ../../include/functions_reporting_html.php:834 -#: ../../include/functions_reporting_html.php:1063 -#: ../../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 -msgid "Agents" -msgstr "Agentes" - -#: ../../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/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/godmode/modules/configure_local_component.php:290 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 -#: ../../godmode/setup/setup.php:138 -#: ../../godmode/agentes/planned_downtime.list.php:396 -#: ../../godmode/menu.php:132 ../../include/functions_reports.php:632 -#: ../../include/functions_reports.php:634 -msgid "Configuration" -msgstr "Configuración" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -msgid "Advanced configuration" -msgstr "Configuración avanzada" - -#: ../../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 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../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.web.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -msgid "Create module" -msgstr "Crear módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/godmode/policies/policy_modules.php:270 -msgid "Edit module" -msgstr "Editar módulo" - -#: ../../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 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/dashboard/full_dashboard.php:228 -#: ../../include/functions_graph.php:796 -#: ../../include/functions_graph.php:3761 -msgid "Previous" -msgstr "Anterior" - -#: ../../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:196 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -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.module.web.php:210 -msgid "Please, set an interval" -msgstr "Por favor, introduzca un intervalo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -#: ../../operation/agentes/estado_agente.php:598 -#: ../../operation/agentes/estado_agente.php:618 -#: ../../operation/snmpconsole/snmp_view.php:582 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../godmode/agentes/modificar_agente.php:608 -msgid "Create agent" -msgstr "Crear agente" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" -msgstr "Editar agente" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 -msgid "Please, set a valid IP/Name address" -msgstr "Por favor, introduzca una IP/Nombre de dirección válido" - -#: ../../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:90 -#: ../../enterprise/mobile/operation/dashboard.php:233 -#: ../../mobile/operation/modules.php:190 ../../mobile/operation/groups.php:69 -#: ../../mobile/operation/tactical.php:88 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/alerts.php:158 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../mobile/operation/agents.php:162 ../../mobile/operation/agent.php:108 -#: ../../mobile/operation/events.php:568 -#: ../../mobile/operation/module_graph.php:370 -#: ../../mobile/operation/module_graph.php:379 -msgid "Back" -msgstr "Atrás" - -#: ../../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/extensions/cron/main.php:262 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../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/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 -#: ../../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/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/include/functions_networkmap_enterprise.php:608 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../operation/search_reports.php:52 -#: ../../operation/agentes/status_monitor.php:1111 -#: ../../operation/agentes/estado_agente.php:555 -#: ../../operation/servers/recon_view.php:110 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/agentes/modificar_agente.php:523 -#: ../../godmode/agentes/planned_downtime.list.php:401 -#: ../../godmode/reporting/reporting_builder.php:698 -#: ../../godmode/reporting/reporting_builder.list_items.php:424 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1094 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/users/user_list.php:469 ../../godmode/servers/plugin.php:157 -#: ../../godmode/servers/plugin.php:781 -#: ../../godmode/servers/servers.build_table.php:155 -#: ../../include/ajax/module.php:814 ../../include/functions_groups.php:2166 -msgid "Edit" -msgstr "Editar" - -#: ../../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:159 -#: ../../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_wizard_meta.php:294 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../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/extensions/backup/main.php:137 -#: ../../enterprise/extensions/cron/main.php:265 -#: ../../enterprise/dashboard/dashboards.php:91 -#: ../../enterprise/dashboard/dashboards.php:129 -#: ../../enterprise/dashboard/main_dashboard.php:298 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/operation/services/services.list.php:462 -#: ../../enterprise/godmode/setup/setup_acl.php:153 -#: ../../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/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/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/graph_template_list.php:158 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 -#: ../../enterprise/godmode/policies/policies.php:392 -#: ../../enterprise/godmode/policies/policy_agents.php:477 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_plugins.php:83 -#: ../../enterprise/godmode/policies/policy_modules.php:1108 -#: ../../enterprise/godmode/policies/policy_modules.php:1132 -#: ../../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_external_alerts.php:257 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/include/functions_networkmap_enterprise.php:612 -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../operation/integria_incidents/incident.files.php:46 -#: ../../operation/messages/message_list.php:124 -#: ../../operation/messages/message_list.php:188 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:210 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/agentes/networkmap_list.php:138 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/agentes/networkmap_list.php:253 -#: ../../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/gis_maps/gis_map.php:165 ../../godmode/setup/gis.php:64 -#: ../../godmode/setup/links.php:137 ../../godmode/setup/news.php:225 -#: ../../godmode/setup/setup_visuals.php:647 -#: ../../godmode/setup/setup_visuals.php:678 -#: ../../godmode/modules/manage_nc_groups.php:221 -#: ../../godmode/modules/manage_nc_groups.php:232 -#: ../../godmode/modules/manage_network_templates_form.php:219 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/modules/manage_network_templates.php:227 -#: ../../godmode/modules/manage_network_components.php:601 -#: ../../godmode/modules/manage_network_components.php:613 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/events/event_filter.php:148 -#: ../../godmode/events/event_filter.php:168 -#: ../../godmode/alerts/alert_list.list.php:701 -#: ../../godmode/alerts/alert_special_days.php:165 -#: ../../godmode/alerts/alert_commands.php:333 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/alerts/alert_templates.php:344 -#: ../../godmode/agentes/module_manager_editor_common.php:660 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/planned_downtime.editor.php:797 -#: ../../godmode/agentes/planned_downtime.editor.php:802 -#: ../../godmode/agentes/planned_downtime.editor.php:850 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/planned_downtime.list.php:402 -#: ../../godmode/agentes/planned_downtime.list.php:470 -#: ../../godmode/agentes/module_manager.php:533 -#: ../../godmode/agentes/module_manager.php:745 -#: ../../godmode/agentes/module_manager.php:762 -#: ../../godmode/reporting/reporting_builder.php:707 -#: ../../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/map_builder.php:215 -#: ../../godmode/reporting/visual_console_builder.elements.php:515 -#: ../../godmode/reporting/graph_builder.graph_editor.php:88 -#: ../../godmode/reporting/graph_builder.graph_editor.php:127 -#: ../../godmode/reporting/graphs.php:191 -#: ../../godmode/reporting/graphs.php:204 -#: ../../godmode/groups/modu_group_list.php:184 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/snmpconsole/snmp_alert.php:1095 -#: ../../godmode/snmpconsole/snmp_alert.php:1124 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/update_manager/update_manager.messages.php:91 -#: ../../godmode/update_manager/update_manager.messages.php:165 -#: ../../godmode/users/user_list.php:471 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/massive/massive_delete_alerts.php:237 -#: ../../godmode/massive/massive_delete_action_alerts.php:187 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_agents.php:136 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/servers/servers.build_table.php:168 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/db/db_refine.php:119 ../../godmode/extensions.php:280 -#: ../../godmode/extensions.php:284 ../../include/functions_groups.php:2173 -msgid "Delete" -msgstr "Borrar" - -#: ../../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/alerts/alert_list.php:299 -#: ../../godmode/alerts/alert_list.php:302 -#: ../../godmode/users/configure_profile.php:268 -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.create_module.php:144 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 -#: ../../godmode/massive/massive_edit_modules.php:248 -#: ../../godmode/massive/massive_delete_modules.php:405 -msgid "Module type" -msgstr "Tipo módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -#: ../../mobile/include/functions_web.php:23 -#: ../../include/functions_reporting_html.php:2291 -#: ../../include/functions_reporting_html.php:2431 -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:157 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/godmode/modules/configure_local_component.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 -#: ../../extensions/agents_modules.php:75 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../operation/agentes/networkmap.php:459 -#: ../../operation/agentes/status_monitor.php:299 -#: ../../operation/agentes/ver_agente.php:676 -#: ../../operation/agentes/estado_monitores.php:444 -#: ../../godmode/modules/manage_network_components_form_common.php:93 -#: ../../godmode/agentes/module_manager_editor_common.php:231 -#: ../../godmode/reporting/reporting_builder.item_editor.php:875 -#: ../../godmode/massive/massive_edit_modules.php:487 -#: ../../include/functions_treeview.php:123 -#: ../../include/functions_events.php:2073 -#: ../../include/functions_graph.php:5051 -msgid "Module group" -msgstr "Grupo del módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 -#: ../../enterprise/extensions/check_acls.php:121 -#: ../../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_value.php:63 -#: ../../enterprise/dashboard/widgets/module_value.php:69 -#: ../../enterprise/dashboard/widgets/top_n.php:130 -#: ../../enterprise/dashboard/widgets/top_n.php:313 -#: ../../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/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/inventory/inventory.php:169 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../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/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: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/services/services.elements.php:325 -#: ../../enterprise/godmode/services/services.elements.php:351 -#: ../../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 -#: ../../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_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2269 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../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 -#: ../../extensions/module_groups.php:43 -#: ../../extensions/agents_alerts.php:278 ../../extensions/insert_data.php:158 -#: ../../mobile/operation/alerts.php:268 ../../operation/search_modules.php:35 -#: ../../operation/search_alerts.php:42 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/alerts_status.php:426 -#: ../../operation/agentes/alerts_status.php:466 -#: ../../operation/agentes/alerts_status.php:499 -#: ../../operation/agentes/alerts_status.php:532 -#: ../../godmode/alerts/alert_list.list.php:393 -#: ../../godmode/alerts/alert_list.list.php:590 -#: ../../godmode/alerts/alert_view.php:71 -#: ../../godmode/alerts/alert_list.builder.php:71 -#: ../../godmode/agentes/module_manager_editor_common.php:639 -#: ../../godmode/agentes/module_manager_editor_common.php:658 -#: ../../godmode/agentes/planned_downtime.editor.php:838 -#: ../../godmode/agentes/module_manager_editor_prediction.php:140 -#: ../../godmode/agentes/planned_downtime.list.php:175 -#: ../../godmode/reporting/reporting_builder.list_items.php:295 -#: ../../godmode/reporting/visual_console_builder.wizard.php:259 -#: ../../godmode/reporting/visual_console_builder.wizard.php:566 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:940 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1418 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1624 -#: ../../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/servers/plugin.php:67 ../../include/functions_treeview.php:66 -#: ../../include/functions_visual_map_editor.php:290 -#: ../../include/functions_reporting_html.php:338 -#: ../../include/functions_reporting_html.php:454 -#: ../../include/functions_reporting_html.php:987 -#: ../../include/functions_reporting_html.php:1376 -#: ../../include/functions_reporting_html.php:1414 -#: ../../include/functions_reporting_html.php:1721 -#: ../../include/functions_reporting_html.php:1856 -#: ../../include/functions_graph.php:5145 -msgid "Module" -msgstr "Módulo" - -#: ../../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:243 -#: ../../enterprise/dashboard/main_dashboard.php:195 -#: ../../enterprise/dashboard/main_dashboard.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../extensions/net_tools.php:331 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/update_manager/update_manager.php:35 -msgid "Options" -msgstr "Opciones" - -#: ../../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:275 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/extensions/backup/main.php:167 -#: ../../enterprise/extensions/cron/main.php:323 -#: ../../enterprise/extensions/ipam/ipam_list.php:257 -#: ../../enterprise/extensions/ipam/ipam_editor.php:121 -#: ../../enterprise/godmode/setup/edit_skin.php:270 -#: ../../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/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.editor.php:117 -#: ../../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.php:235 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/services/services.service.php:361 -#: ../../enterprise/godmode/services/services.elements.php:417 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:329 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 -#: ../../enterprise/godmode/policies/policies.php:426 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policy_modules.php:319 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../operation/integria_incidents/incident.incident.php:126 -#: ../../operation/agentes/networkmap_list.php:252 -#: ../../operation/gis_maps/gis_map.php:182 -#: ../../godmode/category/edit_category.php:174 ../../godmode/setup/gis.php:93 -#: ../../godmode/setup/links.php:117 ../../godmode/setup/news.php:204 -#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76 -#: ../../godmode/tag/edit_tag.php:232 -#: ../../godmode/modules/manage_nc_groups.php:244 -#: ../../godmode/modules/manage_network_components_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:157 -#: ../../godmode/modules/manage_network_templates.php:237 -#: ../../godmode/modules/manage_nc_groups_form.php:83 -#: ../../godmode/modules/manage_network_components.php:629 -#: ../../godmode/events/event_edit_filter.php:390 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/alert_list.list.php:733 -#: ../../godmode/alerts/alert_list.php:302 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/configure_alert_special_days.php:101 -#: ../../godmode/alerts/alert_special_days.php:235 -#: ../../godmode/alerts/alert_commands.php:377 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/alerts/alert_templates.php:363 -#: ../../godmode/agentes/agent_manager.php:462 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/agentes/module_manager_editor.php:490 -#: ../../godmode/agentes/planned_downtime.list.php:366 -#: ../../godmode/agentes/planned_downtime.list.php:516 -#: ../../godmode/agentes/module_manager.php:123 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/reporting/graph_builder.main.php:183 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1091 -#: ../../godmode/groups/configure_modu_group.php:87 -#: ../../godmode/groups/configure_group.php:208 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../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/users/profile_list.php:404 -#: ../../godmode/users/configure_user.php:581 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/servers/plugin.php:542 -#: ../../godmode/servers/recon_script.php:220 -#: ../../godmode/servers/manage_recontask.php:389 -#: ../../include/functions_visual_map_editor.php:437 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:654 -msgid "Create" -msgstr "Crear" - -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "Vista de grupo" - -#: ../../enterprise/meta/monitoring/group_view.php:46 -#: ../../operation/agentes/group_view.php:69 -#: ../../operation/users/user_edit.php:303 ../../operation/menu.php:43 -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 -msgid "This data doesn't show in realtime" -msgstr "Estos datos no se muestran en tiempo real" - -#: ../../enterprise/meta/monitoring/group_view.php:144 -msgid "Group or Tag" -msgstr "Grupo o Etiqueta" - -#: ../../enterprise/meta/monitoring/group_view.php:145 -#: ../../enterprise/dashboard/widgets/tree_view.php:196 -#: ../../enterprise/operation/agentes/agent_inventory.php:230 -#: ../../enterprise/include/functions_inventory.php:322 -#: ../../enterprise/include/functions_reporting_pdf.php:660 -#: ../../enterprise/include/functions_reporting_pdf.php:675 -#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:164 -#: ../../operation/agentes/gis_view.php:194 ../../godmode/db/db_audit.php:80 -#: ../../godmode/db/db_event.php:61 -#: ../../include/functions_reporting_html.php:1057 -#: ../../include/functions_reporting_html.php:1072 -msgid "Total" -msgstr "Total" - -#: ../../enterprise/meta/monitoring/group_view.php:148 -msgid "critical" -msgstr "crítico" - -#: ../../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 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../extensions/agents_alerts.php:322 -#: ../../mobile/operation/alerts.php:253 -#: ../../operation/events/sound_events.php:79 -#: ../../operation/agentes/group_view.php:173 -#: ../../operation/snmpconsole/snmp_view.php:643 -#: ../../godmode/alerts/alert_list.list.php:633 -#: ../../godmode/alerts/alert_view.php:85 -#: ../../include/functions_reporting.php:6400 ../../include/functions.php:1033 -#: ../../include/functions_ui.php:907 ../../include/functions_events.php:1144 -#: ../../include/functions_events.php:1411 -#: ../../include/functions_agents.php:2087 -#: ../../include/functions_agents.php:2099 -msgid "Alert fired" -msgstr "Alerta lanzada" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:69 -#, php-format -msgid "Error creating/updating %s/%s module groups" -msgstr "Error al crear/actualizar %s/%s los grupos de modulo" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72 -#, php-format -msgid "Created/Updated %s/%s module groups" -msgstr "Creados/Actualizados %s/%s los grupos de modulos" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84 -msgid "Synchronizing Module Groups" -msgstr "Sincronizando grupos de modulos" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 -#: ../../enterprise/meta/advanced/policymanager.sync.php:295 -#: ../../enterprise/meta/advanced/synchronizing.os.php:91 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.user.php:508 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/operation/log/log_viewer.php:205 -#: ../../enterprise/include/functions_log.php:332 -#: ../../operation/incidents/incident.php:341 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../operation/events/events.build_table.php:229 -#: ../../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 -#: ../../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/meta/advanced/synchronizing.module_groups.php:92 -#: ../../enterprise/meta/advanced/policymanager.sync.php:296 -#: ../../enterprise/meta/advanced/synchronizing.os.php:92 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.user.php:509 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -msgid "This metaconsole" -msgstr "Esta metaconsola" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../enterprise/meta/advanced/synchronizing.os.php:101 -#: ../../enterprise/meta/advanced/synchronizing.component.php:320 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 -#: ../../enterprise/meta/advanced/synchronizing.group.php:157 -#: ../../godmode/massive/massive_copy_modules.php:168 -msgid "Targets" -msgstr "Destinos" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 -#: ../../enterprise/meta/advanced/policymanager.sync.php:315 -#: ../../enterprise/meta/advanced/synchronizing.os.php:108 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -msgid "Sync" -msgstr "Sincr." - -#: ../../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.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#, php-format -msgid "Could not be update: Error in %s" -msgstr "No se puede actualizar: error en %s" - -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 -#: ../../enterprise/meta/advanced/metasetup.setup.php:85 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -msgid "Successfully update" -msgstr "Actualizado correctamente" - -#: ../../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" - +#: ../../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/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/reporting_builder.template_item.php:1198 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 +#: ../../enterprise/godmode/alerts/alert_events_list.php:422 +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/godmode/policies/policies.php:255 +#: ../../enterprise/godmode/policies/policy_modules.php:1042 +#: ../../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_agents.php:376 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 +#: ../../enterprise/godmode/modules/configure_local_component.php:141 +#: ../../enterprise/godmode/modules/local_components.php:469 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 +#: ../../enterprise/godmode/setup/edit_skin.php:208 +#: ../../enterprise/godmode/setup/setup_skins.php:82 +#: ../../enterprise/godmode/services/services.service.php:233 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:67 +#: ../../enterprise/godmode/agentes/inventory_manager.php:233 +#: ../../enterprise/godmode/agentes/collection_manager.php:105 +#: ../../enterprise/godmode/agentes/collection_manager.php:163 +#: ../../enterprise/operation/services/services.service.php:120 +#: ../../enterprise/operation/services/services.list.php:305 +#: ../../enterprise/operation/agentes/collection_view.php:63 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 +#: ../../enterprise/operation/agentes/policy_view.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:305 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 #: ../../enterprise/meta/advanced/servers.build_table.php:59 #: ../../enterprise/meta/include/functions_wizard_meta.php:148 #: ../../enterprise/meta/include/functions_wizard_meta.php:359 @@ -5194,2184 +572,293 @@ msgstr "No hay ningún servidor configurado en la base de datos" #: ../../enterprise/meta/include/functions_wizard_meta.php:1625 #: ../../enterprise/meta/include/functions_networkmap_meta.php:157 #: ../../enterprise/meta/include/functions_networkmap_meta.php:516 -#: ../../enterprise/dashboard/dashboards.php:87 -#: ../../enterprise/dashboard/main_dashboard.php:316 -#: ../../enterprise/dashboard/main_dashboard.php:335 #: ../../enterprise/mobile/include/enterprise.class.php:78 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 -#: ../../enterprise/operation/services/services.list.php:305 -#: ../../enterprise/operation/services/services.service.php:120 -#: ../../enterprise/godmode/setup/edit_skin.php:208 -#: ../../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/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1198 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/services/services.service.php:233 -#: ../../enterprise/godmode/policies/policies.php:255 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policy_agents.php:376 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_modules.php:1042 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../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:317 +#: ../../enterprise/dashboard/main_dashboard.php:336 +#: ../../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_services.php:1413 #: ../../enterprise/include/functions_networkmap_enterprise.php:1078 #: ../../enterprise/include/functions_networkmap_enterprise.php:1562 #: ../../enterprise/include/functions_networkmap_enterprise.php:1702 -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../operation/search_users.php:41 ../../operation/search_maps.php:31 -#: ../../operation/search_helps.php:36 -#: ../../operation/agentes/networkmap.php:437 -#: ../../operation/agentes/networkmap_list.php:134 -#: ../../operation/netflow/nf_live_view.php:288 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 -#: ../../godmode/tag/tag.php:156 ../../godmode/tag/edit_tag.php:169 -#: ../../godmode/modules/manage_nc_groups.php:193 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/modules/manage_network_templates_form.php:144 -#: ../../godmode/modules/manage_network_templates.php:190 -#: ../../godmode/modules/manage_nc_groups_form.php:66 -#: ../../godmode/modules/manage_network_components_form_common.php:52 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/configure_alert_template.php:734 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/alert_commands.php:330 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/alerts/alert_templates.php:298 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/agentes/module_manager_editor_common.php:138 -#: ../../godmode/agentes/module_manager_editor_common.php:596 -#: ../../godmode/agentes/planned_downtime.editor.php:478 -#: ../../godmode/agentes/planned_downtime.editor.php:753 -#: ../../godmode/agentes/module_manager.php:509 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../enterprise/include/functions_reporting_pdf.php:1328 +#: ../../enterprise/include/functions_reporting_pdf.php:1464 +#: ../../enterprise/include/functions_reporting_pdf.php:2416 #: ../../godmode/reporting/reporting_builder.main.php:65 #: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:652 #: ../../godmode/reporting/graph_builder.main.php:101 -#: ../../godmode/reporting/reporting_builder.item_editor.php:648 -#: ../../godmode/groups/configure_modu_group.php:69 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/groups/configure_group.php:114 -#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/alerts/configure_alert_template.php:734 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_nc_groups_form.php:66 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_components_form_common.php:52 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/modules/manage_nc_groups.php:193 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 #: ../../godmode/netflow/nf_edit_form.php:189 #: ../../godmode/netflow/nf_edit.php:118 ../../godmode/users/user_list.php:269 -#: ../../godmode/users/user_list.php:403 ../../godmode/servers/plugin.php:293 -#: ../../godmode/servers/plugin.php:735 +#: ../../godmode/users/user_list.php:403 +#: ../../godmode/events/event_filter.php:108 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/edit_tag.php:169 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/groups/configure_group.php:114 +#: ../../godmode/groups/configure_modu_group.php:69 #: ../../godmode/servers/servers.build_table.php:63 +#: ../../godmode/servers/manage_recontask.php:288 #: ../../godmode/servers/modificar_server.php:46 #: ../../godmode/servers/recon_script.php:95 #: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../include/functions_reporting.php:4784 -#: ../../include/functions_treeview.php:79 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/agentes/module_manager_editor_common.php:138 +#: ../../godmode/agentes/module_manager_editor_common.php:596 +#: ../../godmode/agentes/module_manager.php:509 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../operation/search_maps.php:31 +#: ../../operation/netflow/nf_live_view.php:288 +#: ../../operation/gis_maps/gis_map.php:89 +#: ../../operation/agentes/networkmap.php:437 +#: ../../operation/agentes/networkmap_list.php:134 +#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../mobile/operation/networkmaps.php:195 #: ../../include/functions_filemanager.php:580 -#: ../../include/functions_events.php:2016 -#: ../../include/functions_events.php:2066 #: ../../include/functions_reporting_html.php:530 #: ../../include/functions_reporting_html.php:1145 #: ../../include/functions_reporting_html.php:1573 #: ../../include/functions_reporting_html.php:3074 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_reporting.php:4784 +#: ../../include/functions_events.php:2023 +#: ../../include/functions_events.php:2073 msgid "Name" msgstr "Nombre" -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/operation/agentes/policy_view.php:306 -#: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/godmode/modules/configure_local_component.php:176 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 -#: ../../enterprise/godmode/services/services.elements.php:329 -#: ../../enterprise/godmode/policies/policy_modules.php:1043 -#: ../../enterprise/include/functions_reporting_pdf.php:1329 -#: ../../enterprise/include/functions_reporting_pdf.php:1465 -#: ../../enterprise/include/functions_reporting_pdf.php:2358 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../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/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../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 ../../operation/search_modules.php:49 -#: ../../operation/events/sound_events.php:78 -#: ../../operation/events/events.php:74 -#: ../../operation/agentes/ver_agente.php:672 -#: ../../operation/agentes/networkmap_list.php:135 -#: ../../operation/agentes/networkmap_list.php:179 -#: ../../operation/agentes/networkmap_list.php:263 -#: ../../operation/netflow/nf_live_view.php:251 -#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 -#: ../../godmode/modules/manage_network_templates_form.php:197 -#: ../../godmode/modules/manage_network_components_form_common.php:67 -#: ../../godmode/modules/manage_network_components.php:550 -#: ../../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:164 -#: ../../godmode/agentes/planned_downtime.editor.php:485 -#: ../../godmode/agentes/agent_template.php:224 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/agentes/module_manager.php:118 -#: ../../godmode/agentes/module_manager.php:521 -#: ../../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:620 -#: ../../godmode/servers/plugin.php:736 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../include/functions_reporting.php:4785 -#: ../../include/ajax/module.php:700 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../include/functions_visual_map_editor.php:386 -#: ../../include/functions_snmp_browser.php:410 -#: ../../include/functions_events.php:887 -#: ../../include/functions_events.php:2365 -#: ../../include/functions_reporting_html.php:531 -#: ../../include/functions_reporting_html.php:1146 -#: ../../include/functions_reporting_html.php:1574 -#: ../../include/functions_reporting_html.php:2361 -msgid "Type" -msgstr "Tipo" - -#: ../../enterprise/meta/advanced/servers.build_table.php:62 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../extensions/realtime_graphs.php:111 -#: ../../godmode/servers/servers.build_table.php:66 -#: ../../godmode/extensions.php:144 -#: ../../include/functions_snmp_browser.php:513 -msgid "Version" -msgstr "Versión" - -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Lag" -msgstr "Retraso" - -#: ../../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" - -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "T/Q" -msgstr "H/C" - -#: ../../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" - -#: ../../enterprise/meta/advanced/servers.build_table.php:67 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 -#: ../../operation/incidents/incident.php:340 -#: ../../operation/integria_incidents/incident.list.php:98 -#: ../../godmode/agentes/agent_incidents.php:90 -#: ../../godmode/servers/servers.build_table.php:71 -msgid "Updated" -msgstr "Actualizado hace" - -#: ../../enterprise/meta/advanced/servers.build_table.php:71 -#: ../../enterprise/godmode/modules/local_components.php:472 -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 -#: ../../enterprise/godmode/policies/policies.php:258 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../operation/gis_maps/gis_map.php:94 -#: ../../godmode/alerts/alert_list.list.php:412 -#: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/reporting/reporting_builder.php:567 -#: ../../godmode/reporting/reporting_builder.php:687 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/reporting/graphs.php:163 -#: ../../godmode/users/profile_list.php:327 -#: ../../godmode/users/user_list.php:278 ../../godmode/servers/plugin.php:739 -#: ../../godmode/servers/servers.build_table.php:75 -msgid "Op." -msgstr "Op." - -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:98 -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:111 -#: ../../godmode/servers/servers.build_table.php:116 -msgid "of" -msgstr "de" - -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:169 -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:190 -msgid "Tactical server information" -msgstr "Vista táctica del servidor" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:238 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:489 -#: ../../enterprise/meta/advanced/synchronizing.user.php:569 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/include/functions_meta.php:201 -#: ../../enterprise/meta/include/functions_meta.php:303 -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#, php-format -msgid "Error connecting to %s" -msgstr "Error al conectar con %s" - -#: ../../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:306 -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:110 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/include/functions_policies.php:3751 -#: ../../operation/agentes/status_monitor.php:927 -#: ../../operation/agentes/ver_agente.php:1096 -#: ../../operation/agentes/alerts_status.php:412 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../godmode/alerts/alert_view.php:123 -#: ../../godmode/agentes/module_manager.php:515 -#: ../../include/ajax/module.php:697 -msgid "Policy" -msgstr "Política" - -#: ../../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:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../enterprise/meta/advanced/license_meta.php:82 -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../operation/tree.php:103 ../../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" - -#: ../../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 "Current Platform Count (enabled: items)" -msgstr "Cuenta de la plataforma actual (activado: elementos)" - -#: ../../enterprise/meta/advanced/license_meta.php:84 -#: ../../godmode/setup/license.php:79 -msgid "Current Platform Count (disabled: items)" -msgstr "Cuenta de la plataforma actual (desactivado: elementos)" - -#: ../../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.translate_string.php:132 -#: ../../enterprise/extensions/translate_string.php:250 -#: ../../operation/users/user_edit.php:276 -#: ../../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/collection_manager.php:44 -#: ../../enterprise/godmode/agentes/collections.php:169 -#: ../../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" - -#: ../../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/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.os.php:69 -#, php-format -msgid "Error creating/updating %s/%s OS" -msgstr "Error al crear/actualizar %s/%s SO" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:72 -#, php-format -msgid "Created/Updated %s/%s OS" -msgstr "Creado/Actualizado %s/%s SO" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:84 -msgid "Synchronizing OS" -msgstr "Sincronizando SO" - -#: ../../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 -msgid "Module groups Management" -msgstr "Gestor de grupos de modulo" - -#: ../../enterprise/meta/advanced/component_management.php:64 -msgid "OS Management" -msgstr "Administración de SO" - -#: ../../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/metasetup.password.php:73 -msgid "Passwords" -msgstr "Contraseñas" - -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/meta/include/functions_meta.php:499 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../include/functions_config.php:258 -msgid "Enable password policy" -msgstr "Habilitar política de contraseñas" - -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/meta/include/functions_meta.php:509 -#: ../../enterprise/godmode/setup/setup.php:257 -#: ../../include/functions_config.php:261 -msgid "Min. size password" -msgstr "Contraseña con tamaño mínimo" - -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -#: ../../enterprise/godmode/setup/setup.php:258 -msgid " Caracters" -msgstr " Caracteres" - -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/meta/include/functions_meta.php:519 -#: ../../enterprise/godmode/setup/setup.php:261 -#: ../../include/functions_config.php:271 -msgid "Password must have numbers" -msgstr "La contraseña tiene que contener números" - -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/meta/include/functions_meta.php:529 -#: ../../enterprise/godmode/setup/setup.php:266 -#: ../../include/functions_config.php:273 -msgid "Password must have symbols" -msgstr "La contraseña tiene que contener símbolos" - -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/meta/include/functions_meta.php:539 -#: ../../enterprise/godmode/setup/setup.php:271 -#: ../../include/functions_config.php:263 -msgid "Password expiration" -msgstr "Expiración de contraseña" - -#: ../../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" - -#: ../../enterprise/meta/advanced/metasetup.password.php:102 -#: ../../enterprise/godmode/setup/setup.php:272 -msgid " Days" -msgstr " Días" - -#: ../../enterprise/meta/advanced/metasetup.password.php:106 -#: ../../enterprise/meta/include/functions_meta.php:549 -#: ../../enterprise/godmode/setup/setup.php:275 -#: ../../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/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/meta/include/functions_meta.php:559 -#: ../../enterprise/godmode/setup/setup.php:280 -#: ../../include/functions_config.php:267 -msgid "User blocked if login fails" -msgstr "Usuario bloqueado si la identificación falla" - -#: ../../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/meta/include/functions_meta.php:569 -#: ../../enterprise/godmode/setup/setup.php:284 -#: ../../include/functions_config.php:269 -msgid "Number of failed login attempts" -msgstr "Número de intentos de identificación fallidos" - -#: ../../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/metasetup.password.php:122 -#: ../../enterprise/meta/include/functions_meta.php:486 -#: ../../enterprise/godmode/setup/setup.php:289 -#: ../../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/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/meta/include/functions_meta.php:579 -#: ../../enterprise/godmode/setup/setup.php:294 -#: ../../include/functions_config.php:277 -msgid "Enable password history" -msgstr "Activar histórico de contraseñas" - -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/meta/include/functions_meta.php:589 -#: ../../enterprise/godmode/setup/setup.php:299 -#: ../../include/functions_config.php:279 -msgid "Compare previous password" -msgstr "Comparar la contraseña anterior" - -#: ../../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:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -msgid "Could not be update" -msgstr "No se pudo actualizar" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 -#: ../../enterprise/extensions/cron/main.php:79 -#: ../../enterprise/extensions/cron/main.php:133 -#: ../../enterprise/extensions/ipam/ipam_action.php:96 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/news.php:56 -#: ../../godmode/modules/manage_nc_groups.php:73 -#: ../../godmode/alerts/configure_alert_template.php:428 -#: ../../godmode/alerts/alert_list.php:103 -#: ../../godmode/alerts/alert_special_days.php:93 -#: ../../godmode/alerts/alert_commands.php:293 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/agentes/configurar_agente.php:595 -#: ../../godmode/agentes/planned_downtime.editor.php:365 -#: ../../godmode/snmpconsole/snmp_alert.php:231 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/users/profile_list.php:241 -#: ../../godmode/users/configure_user.php:234 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -msgid "Successfully created" -msgstr "Creado correctamente" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 -#: ../../enterprise/extensions/ipam/ipam_action.php:92 -#: ../../enterprise/extensions/ipam/ipam_action.php:100 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:239 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../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/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../godmode/setup/gis.php:47 ../../godmode/setup/news.php:57 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:158 -#: ../../godmode/modules/manage_network_components.php:248 -#: ../../godmode/alerts/configure_alert_template.php:119 -#: ../../godmode/alerts/configure_alert_template.php:429 -#: ../../godmode/alerts/alert_list.php:103 -#: ../../godmode/alerts/alert_special_days.php:94 -#: ../../godmode/alerts/alert_commands.php:294 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 -#: ../../godmode/agentes/configurar_agente.php:244 -#: ../../godmode/agentes/configurar_agente.php:591 -#: ../../godmode/agentes/planned_downtime.editor.php:356 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2165 -#: ../../godmode/users/configure_user.php:235 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -msgid "Could not be created" -msgstr "No se ha podido crear" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:175 -#: ../../operation/events/events.php:791 -msgid "Successfully delete" -msgstr "Borrado satisfactoriamente" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:176 -msgid "Could not be delete" -msgstr "No se puede eliminar" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/policies/policy_modules.php:372 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../godmode/alerts/alert_list.php:203 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/users/user_list.php:208 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../include/ajax/alert_list.ajax.php:79 -msgid "Successfully enabled" -msgstr "Activado correctamente" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/policies/policy_modules.php:372 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../godmode/alerts/alert_list.php:203 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../include/ajax/alert_list.ajax.php:81 -msgid "Could not be enabled" -msgstr "No se pudo activar" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/policies/policy_modules.php:386 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../godmode/alerts/alert_list.php:220 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/users/user_list.php:203 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../include/ajax/alert_list.ajax.php:90 -msgid "Successfully disabled" -msgstr "Desactivado correctamente" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/policies/policy_modules.php:386 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../godmode/alerts/alert_list.php:220 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../include/ajax/alert_list.ajax.php:92 -msgid "Could not be disabled" -msgstr "No se pudo desactivar" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -msgid "Pandora FMS Metaconsole item edition" -msgstr "Edición de elementos de la metaconsola de Pandora FMS" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:256 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:335 -#: ../../enterprise/meta/include/functions_events_meta.php:109 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 -#: ../../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/meta/advanced/metasetup.consoles.php:259 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "Auth token" -msgstr "Aut. token" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 -#: ../../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." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:337 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 -msgid "Console URL" -msgstr "Consola URL" - -#: ../../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:267 -#: ../../enterprise/meta/advanced/metasetup.setup.php:237 -#: ../../enterprise/meta/include/functions_meta.php:438 -#: ../../enterprise/meta/include/functions_meta.php:448 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../godmode/setup/setup_general.php:98 -#: ../../include/functions_config.php:150 -msgid "API password" -msgstr "Password de la API" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:338 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 -msgid "DB Host" -msgstr "Host DB" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -msgid "DB Name" -msgstr "Nombre BD" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -msgid "DB User" -msgstr "Usuario de base de datos" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -msgid "DB Password" -msgstr "Contraseña BD" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:282 -msgid "DB port" -msgstr "Puerto de la DB" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:285 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -msgid "Console User" -msgstr "Usuario de la consola" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -msgid "Console Password" -msgstr "Contraseña de la consola" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:430 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 -#: ../../enterprise/dashboard/main_dashboard.php:345 -#: ../../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/godmode/alerts/alert_events_list.php:608 -#: ../../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/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:93 -#: ../../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/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../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_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../operation/integria_incidents/incident.files.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:35 -#: ../../operation/events/events_list.php:328 -#: ../../operation/events/events_list.php:355 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:673 -#: ../../godmode/modules/manage_network_templates_form.php:308 -#: ../../godmode/events/event_edit_filter.php:337 -#: ../../godmode/events/event_edit_filter.php:352 -#: ../../godmode/alerts/alert_list.list.php:623 -#: ../../godmode/agentes/planned_downtime.editor.php:628 -#: ../../godmode/agentes/planned_downtime.editor.php:724 -#: ../../godmode/agentes/planned_downtime.editor.php:863 -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -#: ../../godmode/reporting/graph_builder.graph_editor.php:163 -#: ../../godmode/snmpconsole/snmp_alert.php:1199 -#: ../../godmode/users/configure_profile.php:375 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/servers/plugin.php:796 -#: ../../godmode/servers/recon_script.php:383 -#: ../../godmode/servers/manage_recontask_form.php:384 -msgid "Add" -msgstr "Añadir" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -msgid "DB" -msgstr "BD" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:331 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -msgid "API" -msgstr "API" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:332 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -msgid "Compatibility" -msgstr "Compatibilidad" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../include/functions_config.php:221 -msgid "Events replication" -msgstr "Replicación de eventos" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:334 -msgid "Agent cache" -msgstr "Caché de agente" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 -#: ../../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:383 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:1123 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../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 -#: ../../enterprise/include/functions_reporting.php:1250 -#: ../../enterprise/include/functions_reporting.php:3103 -#: ../../enterprise/include/functions_reporting.php:3435 -#: ../../enterprise/include/functions_servicemap.php:263 -#: ../../enterprise/include/functions_visual_map.php:274 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1750 -#: ../../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 -#: ../../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 -#: ../../godmode/modules/manage_network_components.php:567 -#: ../../godmode/alerts/alert_view.php:113 -#: ../../godmode/agentes/planned_downtime.list.php:477 -#: ../../include/functions_db.php:156 ../../include/functions.php:944 -#: ../../include/functions.php:950 ../../include/functions.php:953 -#: ../../include/functions_treeview.php:157 -#: ../../include/functions_treeview.php:302 -#: ../../include/functions_ui.php:1993 ../../include/functions_ui.php:2003 -#: ../../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_reporting_html.php:361 -#: ../../include/functions_reporting_html.php:388 -#: ../../include/functions_reporting_html.php:2429 -#: ../../include/functions_reporting_html.php:2467 -msgid "N/A" -msgstr "N/A" - -#: ../../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/metasetup.setup.php:107 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../godmode/modules/manage_network_components_form_common.php:57 -#: ../../godmode/alerts/configure_alert_template.php:676 -#: ../../godmode/alerts/configure_alert_template.php:690 -#: ../../godmode/alerts/configure_alert_template.php:762 -#: ../../godmode/alerts/alert_commands.php:149 -#: ../../godmode/alerts/alert_commands.php:159 -#: ../../godmode/users/configure_user.php:529 -msgid "Basic" -msgstr "Básico" - -#: ../../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:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/include/functions_reporting_pdf.php:1389 -#: ../../enterprise/include/functions_reporting_pdf.php:1527 -#: ../../mobile/operation/events.php:111 -#: ../../operation/events/events_rss.php:178 -#: ../../operation/events/events.php:79 -#: ../../godmode/setup/setup_general.php:66 -#: ../../include/functions_reporting.php:4848 -#: ../../include/functions_reporting.php:5087 ../../include/functions.php:1040 -#: ../../include/functions_events.php:974 -#: ../../include/functions_events.php:1426 -#: ../../include/functions_reporting_html.php:580 -#: ../../include/functions_reporting_html.php:1190 -#: ../../include/functions_graph.php:2006 -#: ../../include/functions_graph.php:2670 -#: ../../include/functions_graph.php:3094 -#: ../../include/functions_graph.php:3097 -msgid "System" -msgstr "Sistema" - -#: ../../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:628 -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.php:37 -msgid "Propagation" -msgstr "Propagación" - -#: ../../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:604 -#: ../../include/functions_config.php:408 -msgid "Date format string" -msgstr "Información de la base de datos" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -#: ../../godmode/setup/setup_visuals.php:605 -msgid "Example" -msgstr "Ejemplo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:95 -#: ../../enterprise/meta/include/functions_meta.php:988 -#: ../../godmode/setup/setup_visuals.php:617 -#: ../../include/functions_config.php:410 -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:618 -msgid "Comparation in rollover" -msgstr "Fecha en comparación" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:98 -#: ../../godmode/setup/setup_visuals.php:620 -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:412 -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:414 -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:416 -msgid "Graph color (max)" -msgstr "Color de la gráfica (máx.)" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:118 -#: ../../enterprise/meta/include/functions_meta.php:1028 -#: ../../include/functions_config.php:432 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "Resolución de los gráficos (1 baja, 5 alta)" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../enterprise/meta/include/functions_meta.php:1038 -#: ../../godmode/setup/setup_visuals.php:396 -#: ../../include/functions_config.php:434 -msgid "Value to interface graphics" -msgstr "Valor para la interfaz gráfica" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../enterprise/meta/include/functions_meta.php:1051 -#: ../../operation/events/events_list.php:458 -#: ../../operation/snmpconsole/snmp_view.php:388 -#: ../../operation/users/user_edit.php:259 -#: ../../godmode/setup/setup_visuals.php:61 -#: ../../godmode/events/event_edit_filter.php:265 -#: ../../godmode/users/configure_user.php:516 -#: ../../include/functions_config.php:443 -msgid "Block size for pagination" -msgstr "Tamaño de bloque para la paginación" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:131 -#: ../../enterprise/meta/include/functions_meta.php:1061 -#: ../../godmode/setup/setup_visuals.php:414 -#: ../../include/functions_config.php:445 -msgid "Use round corners" -msgstr "Usar bordes redondeados" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../enterprise/meta/include/functions_meta.php:1071 -#: ../../operation/users/user_edit.php:272 -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../godmode/users/configure_user.php:512 -#: ../../include/functions_config.php:455 -msgid "Interactive charts" -msgstr "Gráficas interactivas" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../operation/users/user_edit.php:272 -#: ../../godmode/setup/setup_visuals.php:420 -#: ../../godmode/users/configure_user.php:512 -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 -#: ../../enterprise/meta/include/functions_meta.php:1081 -msgid "Metaconsole elements" -msgstr "Elementos de la Metaconsola" - -#: ../../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 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 -#: ../../extensions/agents_modules.php:88 -#: ../../extensions/agents_alerts.php:80 -#: ../../godmode/setup/setup_visuals.php:664 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/snmpconsole/snmp_alert.php:832 -#: ../../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 ../../include/functions.php:430 -#: ../../include/functions.php:564 ../../include/functions_html.php:725 -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 -#: ../../godmode/setup/setup_visuals.php:665 ../../include/functions.php:434 -#: ../../include/functions.php:568 ../../include/functions_html.php:726 -msgid "minutes" -msgstr "minutos" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:147 -#: ../../godmode/setup/setup_visuals.php:666 ../../include/functions.php:435 -#: ../../include/functions.php:569 ../../include/functions_html.php:727 -msgid "hours" -msgstr "horas" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:148 -#: ../../godmode/setup/setup_visuals.php:667 ../../godmode/db/db_main.php:82 -#: ../../godmode/db/db_main.php:88 ../../include/functions.php:431 -#: ../../include/functions.php:565 ../../include/functions_html.php:728 -msgid "days" -msgstr "días" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../godmode/setup/setup_visuals.php:668 ../../include/functions.php:432 -#: ../../include/functions.php:566 ../../include/functions_html.php:730 -msgid "months" -msgstr "meses" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:150 -#: ../../godmode/setup/setup_visuals.php:669 ../../include/functions.php:433 -#: ../../include/functions.php:567 ../../include/functions_html.php:731 -msgid "years" -msgstr "años" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:151 -#: ../../godmode/setup/setup_visuals.php:670 -msgid "Add new custom value to intervals" -msgstr "Añadir nuevo valor personalizado para intervalos" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:157 -#: ../../enterprise/meta/include/functions_meta.php:1131 -#: ../../godmode/setup/setup_visuals.php:676 -#: ../../include/functions_config.php:588 -msgid "Delete interval" -msgstr "Borrar intervalo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:470 -msgid "Custom report front page" -msgstr "Portada de informe personalizado" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:472 -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:173 -#: ../../enterprise/meta/include/functions_meta.php:1091 -#: ../../godmode/setup/setup_visuals.php:588 -msgid "Show only the group name" -msgstr "Mostrar solo el nombre del grupo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../godmode/setup/setup_visuals.php:590 -#: ../../include/functions_config.php:504 -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:184 -#: ../../enterprise/meta/include/functions_meta.php:1167 -#: ../../godmode/setup/setup_visuals.php:84 -#: ../../include/functions_config.php:510 -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:193 -#: ../../enterprise/meta/include/functions_meta.php:1172 -#: ../../godmode/setup/setup_visuals.php:94 -#: ../../include/functions_config.php:512 -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:196 -#: ../../enterprise/meta/include/functions_meta.php:1177 -#: ../../godmode/setup/setup_visuals.php:98 -#: ../../include/functions_config.php:514 -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: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 -#: ../../enterprise/meta/include/functions_meta.php:1137 -#: ../../enterprise/meta/include/functions_meta.php:1142 -#: ../../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 -#: ../../godmode/setup/setup_visuals.php:516 -#: ../../godmode/setup/setup_visuals.php:522 -#: ../../godmode/setup/setup_visuals.php:535 -#: ../../godmode/setup/setup_visuals.php:543 -#: ../../godmode/setup/setup_visuals.php:548 -#: ../../godmode/setup/setup_visuals.php:556 -#: ../../include/functions_config.php:596 -#: ../../include/functions_config.php:599 -#: ../../include/functions_config.php:602 -#: ../../include/functions_config.php:605 -#: ../../include/functions_config.php:608 -#: ../../include/functions_config.php:611 -msgid "Custom report front" -msgstr "Portada de informe personalizado" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/meta/include/functions_meta.php:1142 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../godmode/setup/setup_visuals.php:516 -#: ../../include/functions_config.php:599 -msgid "Font family" -msgstr "Tipo de letra" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/meta/include/functions_meta.php:1147 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../godmode/setup/setup_visuals.php:165 -#: ../../godmode/setup/setup_visuals.php:523 -#: ../../include/functions_config.php:459 -#: ../../include/functions_config.php:602 -msgid "Custom logo" -msgstr "Logotipo personalizado" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:219 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../godmode/setup/setup_visuals.php:525 -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.visual.php:227 -#: ../../enterprise/meta/include/functions_meta.php:1152 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../godmode/setup/setup_visuals.php:543 -#: ../../include/functions_config.php:605 -msgid "Header" -msgstr "Encabezado" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/meta/include/functions_meta.php:1157 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../godmode/setup/setup_visuals.php:548 -#: ../../include/functions_config.php:608 -msgid "First page" -msgstr "Primera página" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../enterprise/meta/include/functions_meta.php:1162 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../godmode/setup/setup_visuals.php:556 -#: ../../include/functions_config.php:611 -msgid "Footer" -msgstr "Pie de página" - -#: ../../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" - -#: ../../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" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -#: ../../enterprise/dashboard/widgets/top_n.php:131 -#: ../../enterprise/dashboard/widgets/top_n.php:340 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1625 -#: ../../godmode/extensions.php:153 ../../include/functions_menu.php:574 -#: ../../include/functions_reporting_html.php:988 -#: ../../include/functions_reporting_html.php:1858 -msgid "Operation" -msgstr "Operación" - -#: ../../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)" - -#: ../../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)" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Complete" -msgstr "Completo" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Incomplete" -msgstr "Incompleto" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:228 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/operation/services/services.list.php:272 -#: ../../enterprise/operation/services/services.list.php:278 -#: ../../enterprise/godmode/setup/setup_acl.php:133 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../operation/incidents/incident.php:230 ../../operation/tree.php:147 -#: ../../operation/agentes/networkmap_list.php:190 -#: ../../operation/agentes/graphs.php:159 -#: ../../operation/agentes/estado_monitores.php:453 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/alerts_status.functions.php:126 -#: ../../operation/netflow/nf_live_view.php:302 ../../godmode/tag/tag.php:161 -#: ../../godmode/modules/manage_network_templates_form.php:242 -#: ../../godmode/modules/manage_network_templates_form.php:298 -#: ../../godmode/agentes/module_manager.php:49 -#: ../../godmode/reporting/reporting_builder.list_items.php:173 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.item_editor.php:658 -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/snmpconsole/snmp_alert.php:908 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -msgid "Filter" -msgstr "Filtro" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -#: ../../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 -#: ../../operation/servers/recon_view.php:104 -#: ../../operation/servers/recon_view.php:158 -msgid "Progress" -msgstr "Progreso" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:260 -#: ../../enterprise/godmode/policies/policy_queue.php:378 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -msgid "Finished" -msgstr "Terminado" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 -#: ../../enterprise/godmode/policies/policy_agents.php:380 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../include/functions_visual_map_editor.php:334 -msgid "Apply" -msgstr "Aplicar" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:334 -#: ../../enterprise/godmode/policies/policy_queue.php:446 -msgid "Delete from queue" -msgstr "Eliminar de la cola" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:352 -msgid "Empty queue." -msgstr "Cola vacia" - -#: ../../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.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:501 -msgid "Synchronizing Users" -msgstr "Sincronizar usuarios" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:511 -#: ../../operation/search_results.php:83 -#: ../../godmode/massive/massive_add_profiles.php:90 -#: ../../godmode/massive/massive_delete_profiles.php:104 -#: ../../include/functions_reporting.php:5714 -msgid "Users" -msgstr "Usuarios" - -#: ../../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: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:555 -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -#: ../../godmode/users/profile_list.php:302 ../../godmode/menu.php:91 -msgid "Profiles" -msgstr "Perfiles" - -#: ../../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:239 -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:290 -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.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 -msgid "OS synchronization" -msgstr "Sincronización de SO" - -#: ../../enterprise/meta/advanced/synchronizing.php:84 -#: ../../enterprise/meta/advanced/synchronizing.php:109 -msgid "Module Groups synchronization" -msgstr "Sincronización de grupos de modulo" - -#: ../../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" - -#: ../../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" - -#: ../../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: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" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" -msgstr "Aplicar politicas" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:200 -#: ../../enterprise/dashboard/widgets/tree_view.php:39 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../operation/tree.php:80 ../../include/ajax/networkmap.ajax.php:50 -msgid "Policies" -msgstr "Políticas" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -#: ../../mobile/include/functions_web.php:27 -#: ../../godmode/reporting/visual_console_builder.wizard.php:203 -#: ../../godmode/menu.php:189 -msgid "Servers" -msgstr "Servidores" - -#: ../../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/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/metasetup.performance.php:73 -#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 -#: ../../godmode/menu.php:242 -msgid "Performance" -msgstr "Rendimiento" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../enterprise/meta/include/functions_meta.php:1191 -#: ../../godmode/setup/performance.php:47 -#: ../../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:1201 -msgid "Active events history" -msgstr "Historial de eventos activo" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../enterprise/meta/include/functions_meta.php:1211 -#: ../../godmode/setup/performance.php:53 -#: ../../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:1221 -#: ../../godmode/setup/performance.php:98 -#: ../../include/functions_config.php:391 -msgid "Default hours for event view" -msgstr "Núm. de horas predeterminado para la visión de eventos" - -#: ../../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:552 -#: ../../operation/visual_console/render_view.php:130 -#: ../../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 -#: ../../godmode/agentes/configurar_agente.php:256 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:536 -#: ../../godmode/reporting/visual_console_builder.php:666 -#: ../../godmode/servers/manage_recontask.php:32 -msgid "View" -msgstr "Vista" - -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -#: ../../operation/visual_console/render_view.php:126 -#: ../../godmode/reporting/visual_console_builder.php:663 -msgid "Builder" -msgstr "Compilador" - -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -#: ../../operation/visual_console/render_view.php:113 -#: ../../godmode/reporting/visual_console_builder.php:650 -msgid "List elements" -msgstr "Lista de elementos" - -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../operation/reporting/graph_viewer.php:136 -#: ../../operation/visual_console/render_view.php:110 -#: ../../godmode/reporting/reporting_builder.php:1918 -#: ../../godmode/reporting/reporting_builder.php:1946 -#: ../../godmode/reporting/reporting_builder.main.php:51 -#: ../../godmode/reporting/graph_builder.php:199 -#: ../../godmode/reporting/visual_console_builder.php:647 -msgid "Main data" -msgstr "Datos principales" - -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -#: ../../operation/visual_console/render_view.php:105 -#: ../../operation/gis_maps/render_view.php:125 -#: ../../godmode/reporting/visual_console_builder.php:644 -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:96 -#: ../../godmode/reporting/visual_console_builder.php:641 -msgid "Visual consoles list" -msgstr "Lista de consolas visuales" - -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -#: ../../godmode/reporting/visual_console_builder.php:672 -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/users/user_edit.php:301 ../../operation/menu.php:122 -msgid "Visual console" -msgstr "Consola visual" - -#: ../../enterprise/meta/screens/screens.networkmap.php:44 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:390 -msgid "Create networkmap" -msgstr "Crear mapa de red" - -#: ../../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/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:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -#: ../../enterprise/godmode/menu.php:68 -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/godmode/reporting/reporting_builder.template_editor.php:114 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 +#: ../../enterprise/godmode/reporting/graph_template_list.php:126 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 +#: ../../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/policies/policies.php:229 +#: ../../enterprise/godmode/policies/policies.php:257 +#: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/policies/policy_agents.php:358 +#: ../../enterprise/godmode/modules/configure_local_component.php:209 +#: ../../enterprise/godmode/modules/local_components.php:389 +#: ../../enterprise/godmode/modules/local_components.php:471 +#: ../../enterprise/godmode/services/services.service.php:239 +#: ../../enterprise/godmode/agentes/collections.php:183 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 +#: ../../enterprise/operation/log/log_viewer.php:197 +#: ../../enterprise/operation/services/services.service.php:123 +#: ../../enterprise/operation/services/services.list.php:162 +#: ../../enterprise/operation/services/services.list.php:314 +#: ../../enterprise/operation/inventory/inventory.php:164 +#: ../../enterprise/operation/agentes/ver_agente.php:50 +#: ../../enterprise/operation/agentes/ver_agente.php:71 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268 +#: ../../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/meta/include/functions_wizard_meta.php:153 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 +#: ../../enterprise/meta/include/functions_events_meta.php:67 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:91 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:158 +#: ../../enterprise/meta/agentsearch.php:95 +#: ../../enterprise/dashboard/widgets/top_n.php:306 +#: ../../enterprise/dashboard/widgets/tree_view.php:44 +#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../enterprise/dashboard/dashboards.php:89 +#: ../../enterprise/dashboard/main_dashboard.php:311 +#: ../../enterprise/dashboard/main_dashboard.php:338 +#: ../../enterprise/include/functions_alert_event.php:926 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 +#: ../../enterprise/include/functions_reporting_pdf.php:2311 +#: ../../enterprise/include/functions_reporting_pdf.php:2361 +#: ../../general/ui/agents_list.php:69 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:866 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/reporting/graph_builder.main.php:114 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/alerts/alert_special_days.php:164 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/alerts/configure_alert_template.php:738 +#: ../../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_action_alerts.php:136 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_edit_agents.php:205 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_delete_action_alerts.php:138 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/modules/manage_network_components.php:463 +#: ../../godmode/modules/manage_network_components.php:552 +#: ../../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_form_common.php:99 +#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 +#: ../../godmode/setup/gis.php:63 ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/users/user_list.php:227 +#: ../../godmode/users/configure_user.php:617 +#: ../../godmode/events/event_filter.php:109 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/events/event_edit_filter.php:215 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/snmpconsole/snmp_alert.php:556 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:300 +#: ../../godmode/agentes/agent_manager.php:243 +#: ../../godmode/agentes/planned_downtime.list.php:393 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/configurar_agente.php:338 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/modificar_agente.php:458 +#: ../../operation/search_maps.php:32 +#: ../../operation/integria_incidents/incident.list.php:61 +#: ../../operation/integria_incidents/incident.list.php:95 +#: ../../operation/integria_incidents/incident.incident.php:87 +#: ../../operation/netflow/nf_live_view.php:291 +#: ../../operation/users/user_edit.php:453 +#: ../../operation/events/sound_events.php:76 +#: ../../operation/events/events_list.php:539 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/incidents/incident.php:339 +#: ../../operation/agentes/status_monitor.php:280 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:492 +#: ../../operation/agentes/ver_agente.php:635 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/exportdata.php:226 +#: ../../operation/agentes/networkmap.php:448 +#: ../../operation/agentes/networkmap_list.php:136 +#: ../../operation/agentes/networkmap_list.php:170 +#: ../../extensions/agents_alerts.php:74 +#: ../../extensions/agents_modules.php:82 +#: ../../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 ../../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/modules.php:128 +#: ../../mobile/operation/modules.php:132 +#: ../../mobile/operation/modules.php:203 +#: ../../mobile/operation/modules.php:204 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 +#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 +#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 +#: ../../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 +#: ../../include/functions_reporting_html.php:1542 +#: ../../include/functions_reporting_html.php:1577 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:303 +#: ../../include/functions_visual_map_editor.php:577 +#: ../../include/functions_groups.php:745 +#: ../../include/functions_visual_map.php:2331 +#: ../../include/functions_graph.php:5255 +#: ../../include/functions_networkmap.php:1748 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2442 +#: ../../include/functions_events.php:3334 +msgid "Group" +msgstr "Grupo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../enterprise/godmode/reporting/graph_template_list.php:125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 +#: ../../enterprise/godmode/alerts/alert_events.php:501 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../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 +#: ../../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/modules/manage_inventory_modules.php:155 +#: ../../enterprise/godmode/setup/edit_skin.php:231 +#: ../../enterprise/godmode/setup/setup_skins.php:119 +#: ../../enterprise/godmode/services/services.service.php:236 +#: ../../enterprise/godmode/services/services.elements.php:374 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 +#: ../../enterprise/godmode/agentes/inventory_manager.php:234 +#: ../../enterprise/godmode/agentes/collections.php:184 +#: ../../enterprise/godmode/agentes/collection_manager.php:107 +#: ../../enterprise/godmode/agentes/collection_manager.php:165 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.list.php:310 +#: ../../enterprise/operation/agentes/ver_agente.php:58 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/extensions/backup/main.php:65 +#: ../../enterprise/extensions/backup/main.php:160 +#: ../../enterprise/extensions/cron/functions.php:37 +#: ../../enterprise/extensions/ipam/ipam_network.php:143 +#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_list.php:160 #: ../../enterprise/meta/include/functions_wizard_meta.php:158 #: ../../enterprise/meta/include/functions_wizard_meta.php:369 #: ../../enterprise/meta/include/functions_wizard_meta.php:465 @@ -7384,53 +871,17 @@ msgstr "Editar plugin" #: ../../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/backup/main.php:65 -#: ../../enterprise/extensions/backup/main.php:160 -#: ../../enterprise/extensions/cron/functions.php:37 -#: ../../enterprise/extensions/ipam/ipam_list.php:160 -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 #: ../../enterprise/mobile/include/enterprise.class.php:79 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/operation/services/services.list.php:310 -#: ../../enterprise/operation/services/services.service.php:121 -#: ../../enterprise/godmode/setup/edit_skin.php:231 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../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/alerts/alert_events.php:501 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/agentes/collections.php:184 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/reporting/graph_template_list.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../enterprise/godmode/services/services.service.php:236 -#: ../../enterprise/godmode/services/services.elements.php:374 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../enterprise/include/functions_update_manager.php:171 +#: ../../enterprise/include/functions_services.php:1414 +#: ../../enterprise/include/functions_netflow_pdf.php:166 +#: ../../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_reporting.php:1928 -#: ../../enterprise/include/functions_reporting.php:2042 -#: ../../enterprise/include/functions_reporting.php:3218 -#: ../../enterprise/include/functions_update_manager.php:171 -#: ../../enterprise/include/functions_netflow_pdf.php:166 #: ../../enterprise/include/functions_reporting_csv.php:131 #: ../../enterprise/include/functions_reporting_csv.php:134 #: ../../enterprise/include/functions_reporting_csv.php:216 @@ -7480,304 +931,1903 @@ msgstr "Editar plugin" #: ../../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 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../mobile/operation/tactical.php:312 -#: ../../mobile/operation/agent.php:158 ../../operation/search_users.php:53 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:513 -#: ../../operation/search_reports.php:39 -#: ../../operation/integria_incidents/incident.incident.php:105 -#: ../../operation/integria_incidents/incident.files.php:25 -#: ../../operation/integria_incidents/incident.files.php:44 -#: ../../operation/integria_incidents/incident.workunits.php:31 -#: ../../operation/integria_incidents/incident.tracking.php:21 -#: ../../operation/search_graphs.php:34 ../../operation/events/events.php:93 -#: ../../operation/agentes/estado_generalagente.php:172 -#: ../../operation/agentes/estado_agente.php:476 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/reporting/graph_viewer.php:326 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../operation/gis_maps/ajax.php:302 ../../godmode/setup/os.list.php:35 -#: ../../godmode/setup/os.builder.php:36 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 ../../godmode/tag/edit_tag.php:177 -#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.item_editor.php:683 +#: ../../godmode/reporting/graph_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/alerts/alert_special_days.php:163 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/alerts/configure_alert_template.php:750 +#: ../../godmode/massive/massive_edit_agents.php:303 +#: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:447 #: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components.php:551 #: ../../godmode/modules/manage_network_templates_form.php:148 #: ../../godmode/modules/manage_network_templates_form.php:199 #: ../../godmode/modules/manage_network_templates.php:191 -#: ../../godmode/modules/manage_network_components.php:551 +#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/users/user_list.php:277 #: ../../godmode/events/event_responses.list.php:55 #: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/alerts/configure_alert_template.php:750 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/configure_alert_special_days.php:87 -#: ../../godmode/alerts/alert_special_days.php:163 -#: ../../godmode/alerts/alert_commands.php:332 -#: ../../godmode/alerts/alert_templates.php:47 -#: ../../godmode/agentes/agent_manager.php:275 -#: ../../godmode/agentes/module_manager_editor_common.php:319 -#: ../../godmode/agentes/modificar_agente.php:462 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/agent_template.php:225 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/agentes/module_manager.php:527 -#: ../../godmode/reporting/reporting_builder.php:533 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/reporting/graphs.php:153 -#: ../../godmode/reporting/graph_builder.main.php:121 -#: ../../godmode/reporting/reporting_builder.item_editor.php:679 -#: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/groups/group_list.php:337 -#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/tag.php:200 +#: ../../godmode/tag/edit_tag.php:177 #: ../../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/users/user_list.php:277 -#: ../../godmode/massive/massive_edit_plugins.php:451 -#: ../../godmode/massive/massive_edit_agents.php:303 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/groups/group_list.php:337 +#: ../../godmode/groups/configure_group.php:170 #: ../../godmode/servers/modificar_server.php:48 #: ../../godmode/servers/recon_script.php:107 #: ../../godmode/servers/recon_script.php:154 #: ../../godmode/servers/recon_script.php:349 -#: ../../include/ajax/module.php:706 ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:432 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/agentes/module_manager_editor_common.php:319 +#: ../../godmode/agentes/agent_manager.php:275 +#: ../../godmode/agentes/module_manager.php:527 +#: ../../godmode/agentes/agent_template.php:225 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/agentes/modificar_agente.php:462 +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:326 +#: ../../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/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:513 +#: ../../operation/search_graphs.php:34 ../../operation/search_reports.php:39 +#: ../../operation/agentes/estado_agente.php:476 +#: ../../operation/agentes/estado_generalagente.php:172 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/search_users.php:53 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../mobile/operation/agent.php:158 +#: ../../mobile/operation/tactical.php:312 #: ../../include/functions_snmp_browser.php:415 -#: ../../include/functions_events.php:1808 #: ../../include/functions_reporting_html.php:1545 #: ../../include/functions_reporting_html.php:1578 #: ../../include/functions_reporting_html.php:2362 #: ../../include/functions_reporting_html.php:3075 +#: ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:499 ../../include/ajax/module.php:730 +#: ../../include/functions_events.php:1815 msgid "Description" msgstr "Descripción" -#: ../../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 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../godmode/agentes/agent_manager.php:201 -#: ../../godmode/servers/modificar_server.php:47 -#: ../../include/functions_treeview.php:420 -#: ../../include/functions_events.php:2026 -#: ../../include/functions_reporting_html.php:1718 -msgid "IP Address" -msgstr "Dirección IP" +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +msgid "Cleanup sucessfully" +msgstr "Limpieza correcta" -#: ../../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/godmode/modules/configure_local_component.php:302 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../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/reporting/graph_template_wizard.php:67 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +msgid "Cleanup error" +msgstr "Error al borrar contenido" -#: ../../enterprise/meta/include/functions_wizard_meta.php:179 -#: ../../enterprise/meta/include/functions_wizard_meta.php:407 -#: ../../enterprise/meta/include/functions_wizard_meta.php:476 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1366 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1456 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 -#: ../../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/godmode/setup/edit_skin.php:248 -#: ../../enterprise/godmode/setup/setup.php:99 -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../enterprise/include/functions_reporting_pdf.php:2343 -#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:122 -#: ../../operation/search_agents.php:90 -#: ../../operation/agentes/estado_generalagente.php:80 -#: ../../operation/agentes/estado_generalagente.php:295 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../godmode/alerts/configure_alert_template.php:650 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/agentes/agent_manager.php:308 -#: ../../godmode/agentes/module_manager_editor_common.php:161 -#: ../../godmode/agentes/module_manager_editor_common.php:434 -#: ../../godmode/agentes/modificar_agente.php:516 -#: ../../godmode/massive/massive_edit_agents.php:345 -#: ../../godmode/massive/massive_edit_modules.php:444 -#: ../../include/functions_reporting.php:3376 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:396 -#: ../../include/functions_reporting_html.php:1558 -#: ../../include/functions_groups.php:2158 -msgid "Disabled" -msgstr "Desactivado" +#: ../../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:4736 +#: ../../enterprise/include/functions_reporting.php:4760 +#: ../../enterprise/include/functions_reporting.php:4814 +#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:149 +msgid "Templates" +msgstr "Plantillas" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:138 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:347 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:366 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:377 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 +#: ../../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.global.php:59 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467 +#: ../../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_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.template_item.php:1693 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 +#: ../../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/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/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/alerts/alert_events_list.php:595 +#: ../../enterprise/godmode/alerts/alert_events.php:468 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 +#: ../../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_tags_edit_policy.php:89 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 +#: ../../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_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_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/policies/policy_external_alerts.php:273 +#: ../../enterprise/godmode/policies/policy_agents.php:223 +#: ../../enterprise/godmode/policies/policy_agents.php:648 +#: ../../enterprise/godmode/policies/policy_alerts.php:459 +#: ../../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/setup/setup.php:341 +#: ../../enterprise/godmode/setup/setup.php:347 +#: ../../enterprise/godmode/setup/setup.php:355 +#: ../../enterprise/godmode/setup/setup.php:361 +#: ../../enterprise/godmode/servers/manage_export_form.php:73 +#: ../../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/operation/agentes/ver_agente.php:36 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 +#: ../../enterprise/extensions/ipam/ipam_network.php:635 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 +#: ../../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/event/custom_events.php:211 +#: ../../enterprise/meta/event/custom_events.php:222 +#: ../../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/dashboard/widgets/top_n.php:398 +#: ../../enterprise/dashboard/widgets/service_map.php:39 +#: ../../enterprise/dashboard/dashboard_replicate.php:173 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1009 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1050 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1060 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1362 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:426 +#: ../../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/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/alerts/alert_list.list.php:601 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/alerts/configure_alert_template.php:577 +#: ../../godmode/massive/massive_add_action_alerts.php:258 +#: ../../godmode/massive/massive_add_alerts.php:193 +#: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:242 +#: ../../godmode/massive/massive_edit_agents.php:297 +#: ../../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_edit_plugins.php:284 +#: ../../godmode/massive/massive_delete_tags.php:226 +#: ../../godmode/massive/massive_delete_tags.php:253 +#: ../../godmode/massive/massive_delete_tags.php:289 +#: ../../godmode/massive/massive_edit_modules.php:318 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/massive/massive_edit_modules.php:544 +#: ../../godmode/massive/massive_edit_modules.php:605 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:749 +#: ../../godmode/massive/massive_edit_modules.php:750 +#: ../../godmode/massive/massive_edit_modules.php:751 +#: ../../godmode/massive/massive_edit_modules.php:752 +#: ../../godmode/massive/massive_edit_modules.php:930 +#: ../../godmode/modules/manage_nc_groups_form.php:71 +#: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../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/setup/setup_general.php:143 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/setup/setup_visuals.php:260 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../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/events/event_edit_filter.php:407 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:902 +#: ../../godmode/groups/configure_group.php:182 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/servers/manage_recontask_form.php:265 +#: ../../godmode/agentes/module_manager_editor_common.php:392 +#: ../../godmode/agentes/module_manager_editor_common.php:572 +#: ../../godmode/agentes/module_manager_editor_common.php:730 +#: ../../godmode/agentes/module_manager_editor_common.php:736 +#: ../../godmode/agentes/module_manager_editor_common.php:745 +#: ../../godmode/agentes/module_manager_editor_common.php:751 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:729 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1013 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1029 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1044 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1050 +#: ../../godmode/agentes/agent_manager.php:272 +#: ../../godmode/agentes/agent_manager.php:368 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +#: ../../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 +#: ../../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/netflow/nf_live_view.php:381 +#: ../../operation/users/user_edit.php:347 +#: ../../operation/events/events_list.php:274 +#: ../../operation/events/events_list.php:875 +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:722 +#: ../../operation/agentes/ver_agente.php:761 +#: ../../operation/agentes/ver_agente.php:804 +#: ../../operation/agentes/ver_agente.php:814 +#: ../../mobile/operation/events.php:587 ../../include/functions_html.php:315 +#: ../../include/functions_html.php:479 +#: ../../include/functions_visual_map_editor.php:248 +#: ../../include/functions_visual_map_editor.php:320 +#: ../../include/functions_visual_map_editor.php:495 +#: ../../include/functions.php:907 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/functions_events.php:1703 +#: ../../include/functions_events.php:1710 +msgid "None" +msgstr "Ninguno/a" + +#: ../../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:152 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 +#: ../../enterprise/godmode/policies/policy_agents.php:232 +#: ../../enterprise/godmode/policies/policy_agents.php:249 +#: ../../enterprise/meta/event/custom_events.php:149 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +#: ../../operation/events/events_list.php:222 +msgid "Filter group" +msgstr "Filtrar grupo" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 +#: ../../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.php:127 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 +#: ../../enterprise/godmode/policies/policy_agents.php:369 +#: ../../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/modules/local_components.php:426 +#: ../../enterprise/godmode/modules/local_components.php:436 +#: ../../enterprise/godmode/modules/local_components.php:450 +#: ../../enterprise/godmode/setup/setup_acl.php:84 +#: ../../enterprise/godmode/setup/setup_acl.php:89 +#: ../../enterprise/godmode/setup/setup_acl.php:94 +#: ../../enterprise/godmode/setup/setup_acl.php:300 +#: ../../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:391 +#: ../../enterprise/operation/log/log_viewer.php:194 +#: ../../enterprise/operation/log/log_viewer.php:212 +#: ../../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:176 +#: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/extensions/ipam/ipam_network.php:305 +#: ../../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.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../enterprise/meta/include/functions_users_meta.php:79 +#: ../../enterprise/meta/include/functions_users_meta.php:89 +#: ../../enterprise/meta/include/functions_wizard_meta.php:251 +#: ../../enterprise/meta/include/functions_html_meta.php:51 +#: ../../enterprise/meta/include/functions_agents_meta.php:1053 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +#: ../../enterprise/dashboard/widgets/tree_view.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:65 +#: ../../enterprise/dashboard/widgets/events_list.php:52 +#: ../../enterprise/include/functions_metaconsole.php:610 +#: ../../enterprise/include/functions_metaconsole.php:611 +#: ../../enterprise/include/functions_metaconsole.php:1215 +#: ../../general/subselect_data_module.php:42 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/reporting/reporting_builder.item_editor.php:884 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1000 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 +#: ../../godmode/reporting/visual_console_builder.wizard.php:206 +#: ../../godmode/reporting/visual_console_builder.wizard.php:211 +#: ../../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/alerts/alert_list.php:264 +#: ../../godmode/alerts/alert_list.php:318 +#: ../../godmode/alerts/alert_list.php:331 +#: ../../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/alerts/alert_templates.php:255 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../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/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_edit_modules.php:252 +#: ../../godmode/massive/massive_edit_modules.php:280 +#: ../../godmode/massive/massive_edit_modules.php:302 +#: ../../godmode/massive/massive_edit_modules.php:331 +#: ../../godmode/modules/manage_network_components.php:499 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:226 +#: ../../godmode/events/event_edit_filter.php:230 +#: ../../godmode/events/event_edit_filter.php:366 ../../operation/tree.php:130 +#: ../../operation/tree.php:155 ../../operation/events/events_list.php:445 +#: ../../operation/events/events_list.php:449 +#: ../../operation/events/events_list.php:457 +#: ../../operation/events/events_list.php:556 +#: ../../operation/events/events_list.php:559 +#: ../../operation/events/events.build_query.php:118 +#: ../../operation/events/events.build_table.php:492 +#: ../../operation/events/events_rss.php:110 +#: ../../operation/events/export_csv.php:54 +#: ../../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/gis_maps/render_view.php:145 +#: ../../operation/agentes/status_monitor.php:295 +#: ../../operation/agentes/status_monitor.php:312 +#: ../../operation/agentes/status_monitor.php:322 +#: ../../operation/agentes/status_monitor.php:341 +#: ../../operation/agentes/status_monitor.php:384 +#: ../../operation/agentes/status_monitor.php:446 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../operation/agentes/estado_monitores.php:428 +#: ../../operation/agentes/estado_monitores.php:447 +#: ../../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/networkmap.php:474 +#: ../../operation/agentes/networkmap_list.php:185 +#: ../../extensions/agents_modules.php:78 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../mobile/operation/events.php:624 ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 ../../mobile/operation/agents.php:32 +#: ../../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/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../include/functions_modules.php:2417 +#: ../../include/functions_modules.php:2418 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 ../../include/functions.php:904 +#: ../../include/functions.php:1127 ../../include/functions_graph.php:2635 +#: ../../include/functions_reporting.php:1514 +#: ../../include/functions_events.php:3116 +#: ../../include/functions_events.php:3629 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 +msgid "All" +msgstr "Todo" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 +#: ../../enterprise/godmode/policies/policy_agents.php:267 +#: ../../enterprise/godmode/policies/policy_agents.php:275 +msgid "Filter agent" +msgstr "Filtrar agente" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 +msgid "Agents available" +msgstr "Agentes disponibles" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 +#: ../../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/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 +msgid "Agents to apply" +msgstr "Agentes para aplicar" + +#: ../../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:392 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 +#: ../../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:396 +#: ../../enterprise/godmode/reporting/graph_template_list.php:146 +#: ../../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/reporting_builder.template_wizard.php:759 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 +#: ../../enterprise/godmode/alerts/alert_events_list.php:643 +#: ../../enterprise/godmode/alerts/alert_events_list.php:756 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 +#: ../../enterprise/godmode/policies/policies.php:378 +#: ../../enterprise/godmode/policies/policies.php:388 +#: ../../enterprise/godmode/policies/policies.php:406 +#: ../../enterprise/godmode/policies/policy_modules.php:1090 +#: ../../enterprise/godmode/policies/policy_modules.php:1097 +#: ../../enterprise/godmode/policies/policy_modules.php:1126 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/policies/policy_agents.php:226 +#: ../../enterprise/godmode/policies/policy_agents.php:325 +#: ../../enterprise/godmode/policies/policy_agents.php:469 +#: ../../enterprise/godmode/policies/policy_agents.php:522 +#: ../../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_alerts.php:411 +#: ../../enterprise/godmode/modules/local_components.php:518 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 +#: ../../enterprise/godmode/setup/setup_skins.php:136 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 +#: ../../enterprise/godmode/agentes/inventory_manager.php:261 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 +#: ../../enterprise/extensions/backup/main.php:177 +#: ../../enterprise/meta/advanced/policymanager.queue.php:330 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/dashboard/dashboard_replicate.php:187 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../enterprise/include/functions_services.php:1701 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/alerts/alert_special_days.php:220 +#: ../../godmode/alerts/alert_list.list.php:816 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_add_action_alerts.php:179 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_delete_agents.php:134 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_delete_action_alerts.php:185 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/modules/manage_network_components.php:600 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_nc_groups.php:219 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 ../../godmode/setup/links.php:150 +#: ../../godmode/setup/news.php:267 ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/db/db_audit.php:107 +#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 +#: ../../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/events/event_filter.php:146 ../../godmode/tag/tag.php:273 +#: ../../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/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/servers/plugin.php:782 +#: ../../godmode/agentes/module_manager_editor_common.php:148 +#: ../../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/agent_template.php:246 +#: ../../godmode/agentes/planned_downtime.editor.php:847 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/modificar_agente.php:589 +#: ../../operation/users/user_edit.php:709 +#: ../../operation/events/events.php:768 +#: ../../operation/events/events.build_table.php:760 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/messages/message_list.php:187 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../operation/agentes/networkmap_list.php:229 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +#: ../../include/functions_events.php:1766 +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:419 +#: ../../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_advanced.php:105 +msgid "Advance Options" +msgstr "Opciones avanzadas" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 +#: ../../enterprise/meta/advanced/metasetup.visual.php:214 +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../godmode/setup/setup_visuals.php:516 +#: ../../include/functions_config.php:599 +msgid "Font family" +msgstr "Tipo de letra" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 +#: ../../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/policies/policy_external_alerts.php:199 +#: ../../enterprise/godmode/policies/policy_alerts.php:304 +#: ../../enterprise/operation/agentes/policy_view.php:253 +#: ../../enterprise/meta/advanced/metasetup.visual.php:215 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 +#: ../../enterprise/dashboard/main_dashboard.php:109 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/massive/massive_edit_agents.php:385 +#: ../../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:519 +#: ../../godmode/setup/setup_visuals.php:531 +#: ../../godmode/users/configure_user.php:448 +#: ../../godmode/events/event_edit_filter.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:357 +#: ../../operation/users/user_edit.php:268 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/users/user_edit.php:278 +#: ../../operation/users/user_edit.php:300 +#: ../../operation/events/events_list.php:464 +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../extensions/agents_alerts.php:312 ../../include/functions_ui.php:895 +msgid "Default" +msgstr "Predeterminado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/include/functions_meta.php:1147 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:523 +#: ../../include/functions_config.php:459 +#: ../../include/functions_config.php:602 +msgid "Custom logo" +msgstr "Logotipo personalizado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 +#: ../../enterprise/meta/advanced/metasetup.visual.php:219 +#: ../../godmode/setup/setup_visuals.php:525 +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.template_advanced.php:129 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 +#: ../../enterprise/meta/advanced/metasetup.visual.php:227 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../godmode/setup/setup_visuals.php:543 +#: ../../include/functions_config.php:605 +msgid "Header" +msgstr "Encabezado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 +#: ../../enterprise/meta/advanced/metasetup.visual.php:231 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../godmode/setup/setup_visuals.php:548 +#: ../../include/functions_config.php:608 +msgid "First page" +msgstr "Primera página" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 +#: ../../enterprise/meta/advanced/metasetup.visual.php:238 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../godmode/setup/setup_visuals.php:556 +#: ../../include/functions_config.php:611 +msgid "Footer" +msgstr "Pie de página" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/godmode/reporting/graph_template_list.php:86 +#: ../../enterprise/godmode/reporting/graph_template_list.php:106 +#: ../../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/alerts/alert_events_rules.php:281 +#: ../../enterprise/godmode/alerts/alert_events_list.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:204 +#: ../../enterprise/godmode/policies/policies.php:174 +#: ../../enterprise/godmode/modules/local_components.php:318 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 +#: ../../enterprise/extensions/ipam/ipam_action.php:64 +#: ../../enterprise/dashboard/dashboards.php:50 +#: ../../enterprise/dashboard/main_dashboard.php:74 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/alerts/alert_list.php:144 +#: ../../godmode/alerts/alert_list.php:186 +#: ../../godmode/alerts/alert_special_days.php:151 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../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_network_components.php:360 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/setup/links.php:69 ../../godmode/setup/news.php:97 +#: ../../godmode/setup/gis.php:57 ../../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/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/users/configure_user.php:412 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +#: ../../godmode/snmpconsole/snmp_alert.php:459 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/agentes/planned_downtime.list.php:107 +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/events/events.php:499 +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/incidents/incident.php:66 +#: ../../extensions/files_repo.php:166 +msgid "Successfully deleted" +msgstr "Borrado correctamente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 +#: ../../enterprise/godmode/alerts/alert_events_list.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:205 +#: ../../enterprise/godmode/policies/policies.php:175 +#: ../../enterprise/godmode/policies/policy_modules.php:936 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 +#: ../../enterprise/godmode/policies/policy_collections.php:69 +#: ../../enterprise/godmode/policies/policy_agents.php:91 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 +#: ../../enterprise/godmode/policies/policy_alerts.php:165 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/modules/local_components.php:319 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 +#: ../../enterprise/extensions/ipam/ipam_action.php:61 +#: ../../enterprise/dashboard/dashboards.php:51 +#: ../../enterprise/dashboard/main_dashboard.php:75 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/alerts/alert_list.php:144 +#: ../../godmode/alerts/alert_list.php:186 +#: ../../godmode/alerts/alert_special_days.php:152 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../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:361 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +#: ../../godmode/users/configure_user.php:413 +#: ../../operation/events/events.php:500 +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/incidents/incident.php:67 +#: ../../extensions/files_repo.php:166 +msgid "Could not be deleted" +msgstr "No se pudo borrar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../enterprise/godmode/alerts/alert_events_list.php:420 +#: ../../enterprise/extensions/ipam/ipam_network.php:269 +#: ../../godmode/reporting/reporting_builder.list_items.php:306 +#: ../../godmode/reporting/reporting_builder.list_items.php:501 +msgid "Sort" +msgstr "Ordenar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 +#: ../../enterprise/godmode/policies/policy_modules.php:1043 +#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../enterprise/godmode/services/services.elements.php:329 +#: ../../enterprise/operation/agentes/ver_agente.php:30 +#: ../../enterprise/operation/agentes/policy_view.php:306 +#: ../../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:624 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:173 +#: ../../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/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/modules/manage_network_components.php:550 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components_form_common.php:67 +#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/agentes/module_manager_editor_common.php:164 +#: ../../godmode/agentes/module_manager.php:118 +#: ../../godmode/agentes/module_manager.php:521 +#: ../../godmode/agentes/agent_template.php:224 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../operation/netflow/nf_live_view.php:251 +#: ../../operation/events/sound_events.php:78 +#: ../../operation/events/events.php:74 ../../operation/search_modules.php:49 +#: ../../operation/agentes/ver_agente.php:754 +#: ../../operation/agentes/networkmap_list.php:135 +#: ../../operation/agentes/networkmap_list.php:179 +#: ../../operation/agentes/networkmap_list.php:263 +#: ../../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 +#: ../../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 +#: ../../include/functions_snmp_browser.php:410 +#: ../../include/functions_reporting_html.php:531 +#: ../../include/functions_reporting_html.php:1146 +#: ../../include/functions_reporting_html.php:1574 +#: ../../include/functions_reporting_html.php:2361 +#: ../../include/functions_visual_map_editor.php:367 +#: ../../include/functions_visual_map_editor.php:386 +#: ../../include/ajax/module.php:724 +#: ../../include/functions_reporting.php:4785 +#: ../../include/functions_events.php:888 +#: ../../include/functions_events.php:2372 +msgid "Type" +msgstr "Tipo" + +#: ../../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:231 +#: ../../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/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/policies/policy_linking.php:120 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/godmode/services/services.elements.php:326 +#: ../../enterprise/godmode/services/services.elements.php:335 +#: ../../enterprise/operation/log/log_viewer.php:193 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 +#: ../../enterprise/extensions/ipam/ipam_network.php:537 +#: ../../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/include/functions_wizard_meta.php:3237 +#: ../../enterprise/meta/agentsearch.php:92 +#: ../../enterprise/dashboard/widgets/top_n.php:126 +#: ../../enterprise/dashboard/widgets/module_icon.php:52 +#: ../../enterprise/dashboard/widgets/module_table_value.php:49 +#: ../../enterprise/dashboard/widgets/single_graph.php:50 +#: ../../enterprise/dashboard/widgets/module_status.php:52 +#: ../../enterprise/dashboard/widgets/module_value.php:52 +#: ../../enterprise/include/functions_services.php:1442 +#: ../../enterprise/include/functions_alert_event.php:923 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2268 +#: ../../enterprise/include/functions_log.php:332 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1648 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:890 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1435 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1634 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1641 +#: ../../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/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/reporting_builder.list_items.php:290 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:581 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../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/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/agentes/module_manager_editor_common.php:657 +#: ../../godmode/agentes/module_manager_editor_prediction.php:115 +#: ../../godmode/agentes/planned_downtime.list.php:171 +#: ../../operation/search_alerts.php:39 +#: ../../operation/events/events.build_table.php:36 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../operation/search_modules.php:42 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:929 +#: ../../operation/agentes/estado_agente.php:471 +#: ../../operation/agentes/ver_agente.php:766 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/agents_alerts.php:344 ../../extensions/insert_data.php:147 +#: ../../extensions/module_groups.php:41 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/events.php:510 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:309 +#: ../../mobile/operation/modules.php:454 +#: ../../mobile/operation/alerts.php:266 +#: ../../include/functions_reporting_html.php:337 +#: ../../include/functions_reporting_html.php:453 +#: ../../include/functions_reporting_html.php:532 +#: ../../include/functions_reporting_html.php:986 +#: ../../include/functions_reporting_html.php:1375 +#: ../../include/functions_reporting_html.php:1714 +#: ../../include/functions_reporting_html.php:1855 +#: ../../include/functions_reporting_html.php:1893 +#: ../../include/functions_reporting_html.php:2136 +#: ../../include/functions_reporting_html.php:2290 +#: ../../include/functions_reporting_html.php:2501 +#: ../../include/functions_visual_map_editor.php:257 +#: ../../include/functions_graph.php:5044 +#: ../../include/functions_reporting.php:4786 +msgid "Agent" +msgstr "Agente" + +#: ../../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: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/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +#: ../../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 +#: ../../enterprise/godmode/services/services.elements.php:325 +#: ../../enterprise/godmode/services/services.elements.php:351 +#: ../../enterprise/godmode/agentes/inventory_manager.php:149 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 +#: ../../enterprise/operation/inventory/inventory.php:169 +#: ../../enterprise/operation/agentes/agent_inventory.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:194 +#: ../../enterprise/extensions/check_acls.php:121 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 +#: ../../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_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_status.php:63 +#: ../../enterprise/dashboard/widgets/module_status.php:69 +#: ../../enterprise/dashboard/widgets/module_value.php:63 +#: ../../enterprise/dashboard/widgets/module_value.php:69 +#: ../../enterprise/include/functions_services.php:1492 +#: ../../enterprise/include/functions_alert_event.php:924 +#: ../../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_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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:944 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1436 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1635 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1642 +#: ../../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/graph_builder.graph_editor.php:85 +#: ../../godmode/reporting/reporting_builder.list_items.php:295 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/servers/plugin.php:67 +#: ../../godmode/agentes/module_manager_editor_common.php:639 +#: ../../godmode/agentes/module_manager_editor_common.php:658 +#: ../../godmode/agentes/module_manager_editor_prediction.php:140 +#: ../../godmode/agentes/planned_downtime.list.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:838 +#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 +#: ../../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/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/agents_alerts.php:279 ../../extensions/insert_data.php:158 +#: ../../extensions/module_groups.php:43 ../../mobile/operation/alerts.php:268 +#: ../../include/functions_reporting_html.php:338 +#: ../../include/functions_reporting_html.php:454 +#: ../../include/functions_reporting_html.php:987 +#: ../../include/functions_reporting_html.php:1376 +#: ../../include/functions_reporting_html.php:1414 +#: ../../include/functions_reporting_html.php:1721 +#: ../../include/functions_reporting_html.php:1856 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../include/functions_treeview.php:66 +#: ../../include/functions_graph.php:5160 +msgid "Module" +msgstr "Módulo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 +#: ../../enterprise/dashboard/widgets/top_n.php:59 +#: ../../enterprise/dashboard/widgets/custom_graph.php:36 +#: ../../enterprise/dashboard/widgets/single_graph.php:72 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:704 +#: ../../godmode/reporting/reporting_builder.item_editor.php:746 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/graph_builder.main.php:145 +#: ../../godmode/reporting/visual_console_builder.wizard.php:142 +#: ../../godmode/reporting/reporting_builder.list_items.php:301 +#: ../../godmode/agentes/module_manager_editor_prediction.php:155 +#: ../../include/functions_visual_map_editor.php:405 +msgid "Period" +msgstr "Periodo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 +#: ../../enterprise/dashboard/main_dashboard.php:196 +#: ../../enterprise/dashboard/main_dashboard.php:252 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/update_manager/update_manager.php:35 +#: ../../extensions/net_tools.php:331 +msgid "Options" +msgstr "Opciones" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/policies/policies.php:258 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/modules/local_components.php:472 +#: ../../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/alerts/alert_list.list.php:412 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/servers/servers.build_table.php:75 +#: ../../godmode/servers/plugin.php:739 +#: ../../operation/gis_maps/gis_map.php:94 +msgid "Op." +msgstr "Op." + +#: ../../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_list_item.php:349 +#: ../../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.php:357 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 +#: ../../enterprise/godmode/alerts/alert_events_list.php:634 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 +#: ../../enterprise/godmode/agentes/collections.editor.php:178 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303 +#: ../../enterprise/extensions/cron/main.php:262 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 +#: ../../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/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/functions_networkmap_enterprise.php:608 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1098 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/users/user_list.php:469 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../godmode/servers/servers.build_table.php:155 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/modificar_agente.php:523 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../operation/search_reports.php:52 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/agentes/status_monitor.php:1111 +#: ../../operation/agentes/estado_agente.php:555 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../include/functions_groups.php:2166 ../../include/ajax/module.php:841 +msgid "Edit" +msgstr "Editar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 +#: ../../enterprise/godmode/reporting/graph_template_list.php:158 +#: ../../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/reporting/reporting_builder.template.php:373 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 +#: ../../enterprise/godmode/alerts/alert_events_list.php:568 +#: ../../enterprise/godmode/alerts/alert_events_list.php:646 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/policies/policies.php:392 +#: ../../enterprise/godmode/policies/policy_modules.php:1108 +#: ../../enterprise/godmode/policies/policy_modules.php:1132 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 +#: ../../enterprise/godmode/policies/policy_agents.php:477 +#: ../../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_alerts.php:422 +#: ../../enterprise/godmode/policies/policy_plugins.php:83 +#: ../../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/setup/setup_acl.php:153 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 +#: ../../enterprise/godmode/agentes/inventory_manager.php:262 +#: ../../enterprise/godmode/agentes/plugins_manager.php:112 +#: ../../enterprise/godmode/agentes/plugins_manager.php:171 +#: ../../enterprise/operation/services/services.list.php:462 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 +#: ../../enterprise/extensions/backup/main.php:137 +#: ../../enterprise/extensions/cron/main.php:265 +#: ../../enterprise/meta/advanced/servers.build_table.php:132 +#: ../../enterprise/meta/advanced/metasetup.visual.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/meta/advanced/policymanager.queue.php:312 +#: ../../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/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/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/dashboard/dashboards.php:91 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../enterprise/dashboard/main_dashboard.php:299 +#: ../../enterprise/include/functions_networkmap_enterprise.php:612 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/reporting/visual_console_builder.elements.php:515 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../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/alerts/alert_special_days.php:165 +#: ../../godmode/alerts/alert_list.list.php:701 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/massive/massive_delete_alerts.php:237 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_agents.php:136 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_action_alerts.php:187 +#: ../../godmode/modules/manage_network_components.php:601 +#: ../../godmode/modules/manage_network_components.php:613 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../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/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/setup/links.php:137 ../../godmode/setup/news.php:225 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/setup_visuals.php:647 +#: ../../godmode/setup/setup_visuals.php:678 +#: ../../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/db/db_refine.php:119 ../../godmode/users/user_list.php:471 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:168 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/snmpconsole/snmp_alert.php:1095 +#: ../../godmode/snmpconsole/snmp_alert.php:1124 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/servers/servers.build_table.php:168 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/agentes/module_manager_editor_common.php:660 +#: ../../godmode/agentes/module_manager.php:533 +#: ../../godmode/agentes/module_manager.php:745 +#: ../../godmode/agentes/module_manager.php:762 +#: ../../godmode/agentes/agent_template.php:246 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/planned_downtime.editor.php:797 +#: ../../godmode/agentes/planned_downtime.editor.php:802 +#: ../../godmode/agentes/planned_downtime.editor.php:850 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 +#: ../../operation/integria_incidents/incident.files.php:46 +#: ../../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_list.php:124 +#: ../../operation/messages/message_list.php:188 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:210 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../operation/agentes/networkmap_list.php:138 +#: ../../operation/agentes/networkmap_list.php:229 +#: ../../operation/agentes/networkmap_list.php:253 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../include/functions_groups.php:2173 +msgid "Delete" +msgstr "Borrar" + +#: ../../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/modules/module_list.php:57 +#: ../../godmode/setup/os.builder.php:39 +#: ../../godmode/groups/group_list.php:335 +#: ../../godmode/groups/configure_group.php:117 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:576 +#: ../../include/functions_visual_map.php:2335 +msgid "Icon" +msgstr "Icono" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/meta/screens/screens.visualmap.php:149 +#: ../../enterprise/meta/screens/screens.visualmap.php:165 +#: ../../godmode/reporting/visual_console_builder.php:666 +#: ../../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 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/agentes/configurar_agente.php:256 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:536 +#: ../../operation/visual_console/render_view.php:130 +#: ../../operation/agentes/estado_agente.php:552 +msgid "View" +msgstr "Vista" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 +#: ../../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:85 +#: ../../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/meta/general/main_header.php:172 +#: ../../enterprise/dashboard/widgets/service_map.php:79 +#: ../../enterprise/include/functions_groups.php:61 +#: ../../general/firts_task/service_list.php:25 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +#: ../../operation/agentes/ver_agente.php:1054 +msgid "Services" +msgstr "Servicios" + +#: ../../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:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +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:133 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 +#: ../../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/alerts/alert_events_list.php:608 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 +#: ../../enterprise/godmode/policies/policy_collections.php:196 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_alerts.php:474 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/policies/policy_plugins.php:65 +#: ../../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/godmode/servers/manage_export_form.php:122 +#: ../../enterprise/godmode/agentes/inventory_manager.php:208 +#: ../../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/agentes/plugins_manager.php:93 +#: ../../enterprise/meta/advanced/metasetup.visual.php:154 +#: ../../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:346 +#: ../../godmode/reporting/visual_console_builder.wizard.php:324 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/alerts/alert_list.list.php:623 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:673 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/events/event_edit_filter.php:337 +#: ../../godmode/events/event_edit_filter.php:352 +#: ../../godmode/snmpconsole/snmp_alert.php:1199 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/manage_recontask_form.php:384 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../operation/integria_incidents/incident.files.php:29 +#: ../../operation/integria_incidents/incident.workunits.php:35 +#: ../../operation/events/events_list.php:328 +#: ../../operation/events/events_list.php:355 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../extensions/files_repo/files_repo_form.php:94 +msgid "Add" +msgstr "Añadir" + +#: ../../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.global.php:44 +#: ../../include/functions_reports.php:588 +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:578 +#: ../../include/functions_reporting.php:1608 +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/godmode/alerts/alert_events.php:97 -#: ../../enterprise/godmode/alerts/alert_events.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 #: ../../enterprise/include/functions_reporting_csv.php:358 -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 #: ../../godmode/alerts/configure_alert_template.php:148 #: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 #: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +#: ../../include/functions_reports.php:574 ../../include/ajax/events.php:299 #: ../../include/functions_reporting.php:4031 -#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:574 msgid "General" msgstr "General" -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" -msgstr "Componentes" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "Solo tabla" -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" -msgstr "Modulos de agentes" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "Tabla y Gráfico" -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" -msgstr "Añadir los módulos seleccionados al agente" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "Solo gráfico" -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" -msgstr "Deshacer los cambios" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 +#: ../../enterprise/include/functions_reporting.php:38 +msgid "Global" +msgstr "Global" -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -msgid "Latency" -msgstr "Latencia" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 +msgid "Elements to apply" +msgstr "Elementos para aplicar" -#: ../../enterprise/meta/include/functions_wizard_meta.php:470 -msgid "Response" -msgstr "Respuesta" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 +#: ../../godmode/reporting/reporting_builder.item_editor.php:718 +msgid "Last value" +msgstr "Último valor" -#: ../../enterprise/meta/include/functions_wizard_meta.php:472 -msgid "Check type" -msgstr "Compruebe el tipo" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3018 +#: ../../godmode/reporting/reporting_builder.item_editor.php:719 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2893 +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/meta/include/functions_wizard_meta.php:489 -#: ../../enterprise/meta/include/functions_wizard_meta.php:540 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:54 -#: ../../enterprise/include/functions_enterprise.php:295 -msgid "Web checks" -msgstr "Comprobaciones web" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 +#: ../../enterprise/godmode/policies/policies.php:256 +#: ../../enterprise/godmode/policies/policies.php:357 +#: ../../enterprise/godmode/policies/policy.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:282 +#: ../../enterprise/godmode/policies/policy_agents.php:340 +#: ../../enterprise/godmode/policies/policy_queue.php:375 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 +#: ../../enterprise/operation/services/services.service_map.php:125 +#: ../../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/meta/monitoring/wizard/wizard.php:228 +#: ../../enterprise/meta/monitoring/group_view.php:98 +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/dashboard/widgets/service_map.php:93 +#: ../../enterprise/include/functions_policies.php:3271 +#: ../../enterprise/include/functions_reporting.php:4058 +#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../godmode/reporting/reporting_builder.item_editor.php:990 +#: ../../godmode/reporting/visual_console_builder.wizard.php:240 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/reporting_builder.list_items.php:161 +#: ../../godmode/reporting/reporting_builder.list_items.php:186 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_delete_agents.php:123 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_edit_modules.php:339 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../operation/search_results.php:73 +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../operation/agentes/networkmap.php:475 +#: ../../extensions/agents_alerts.php:177 +#: ../../extensions/agents_modules.php:195 ../../mobile/operation/home.php:58 +#: ../../mobile/operation/agents.php:158 +#: ../../mobile/include/functions_web.php:22 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:1063 +#: ../../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 +#: ../../include/ajax/networkmap.ajax.php:64 +#: ../../include/ajax/networkmap.ajax.php:92 +msgid "Agents" +msgstr "Agentes" -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -msgid "String to check" -msgstr "Cadena a comprobar" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 +#: ../../enterprise/godmode/policies/policies.php:341 +#: ../../enterprise/godmode/policies/policy_modules.php:339 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 +#: ../../enterprise/operation/services/services.service_map.php:130 +#: ../../enterprise/meta/advanced/servers.build_table.php:63 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 +#: ../../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/group_view.php:99 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#: ../../enterprise/meta/include/functions_wizard_meta.php:305 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 +#: ../../enterprise/meta/agentsearch.php:96 +#: ../../enterprise/dashboard/widgets/top_n.php:332 +#: ../../enterprise/dashboard/widgets/tree_view.php:37 +#: ../../enterprise/dashboard/widgets/service_map.php:98 +#: ../../enterprise/include/functions_policies.php:3206 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:683 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1006 +#: ../../godmode/reporting/visual_console_builder.wizard.php:251 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_edit_modules.php:307 +#: ../../godmode/db/db_refine.php:95 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:836 +#: ../../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.wmi_explorer.php:311 +#: ../../godmode/agentes/configurar_agente.php:277 +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../godmode/agentes/modificar_agente.php:528 ../../operation/tree.php:73 +#: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 +#: ../../operation/agentes/estado_agente.php:497 +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 +#: ../../operation/agentes/exportdata.php:266 +#: ../../extensions/agents_modules.php:195 ../../mobile/operation/home.php:64 +#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:326 +#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agent.php:205 +#: ../../mobile/operation/modules.php:186 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:2502 +#: ../../include/functions_reports.php:556 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reports.php:560 +#: ../../include/functions_reports.php:562 +#: ../../include/functions_reports.php:564 +#: ../../include/functions_reports.php:566 +#: ../../include/functions_reports.php:568 +#: ../../include/ajax/networkmap.ajax.php:71 +msgid "Modules" +msgstr "Módulos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:526 -msgid "Add check" -msgstr "Añadir comprobación" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 +#: ../../enterprise/godmode/policies/policy_queue.php:342 +#: ../../enterprise/godmode/policies/policy_queue.php:376 +#: ../../enterprise/meta/advanced/policymanager.queue.php:216 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/dashboard/widgets/top_n.php:128 +#: ../../enterprise/dashboard/widgets/top_n.php:337 +#: ../../enterprise/include/functions_reporting_pdf.php:804 +#: ../../enterprise/include/functions_reporting_pdf.php:897 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1643 +#: ../../godmode/extensions.php:153 ../../extensions/net_tools.php:118 +#: ../../extensions/api_checker.php:132 +#: ../../include/functions_reporting_html.php:988 +#: ../../include/functions_reporting_html.php:1858 +#: ../../include/functions_menu.php:574 +msgid "Operation" +msgstr "Operación" -#: ../../enterprise/meta/include/functions_wizard_meta.php:534 -msgid "Delete check" -msgstr "Eliminar comprobación" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +msgid "Sum" +msgstr "Suma" -#: ../../enterprise/meta/include/functions_wizard_meta.php:548 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -msgid "Load basic" -msgstr "cargar básicos" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:550 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:78 -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:82 -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:126 -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:127 -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:128 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:129 -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/modules/configure_local_component.php:313 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -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:132 -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/godmode/modules/configure_local_component.php:275 -#: ../../enterprise/include/functions_reporting_pdf.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:152 -#: ../../godmode/agentes/module_manager_editor_common.php:329 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../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:1580 -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:171 -msgid "Credentials" -msgstr "Credenciales" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 +#: ../../include/functions_reporting.php:4259 +msgid "Rate" +msgstr "Tasa" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1299 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1580 #: ../../enterprise/meta/include/functions_wizard_meta.php:836 #: ../../enterprise/meta/include/functions_wizard_meta.php:845 #: ../../enterprise/meta/include/functions_wizard_meta.php:922 @@ -7790,30 +2840,30 @@ msgstr "Credenciales" #: ../../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/dashboard/widgets/top_n.php:475 -#: ../../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/dashboard/widgets/top_n.php:472 #: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../godmode/reporting/reporting_builder.item_editor.php:779 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 #: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:775 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 -#: ../../include/functions_reporting.php:829 #: ../../include/graphs/functions_pchart.php:204 #: ../../include/graphs/functions_pchart.php:1129 -#: ../../include/functions_ui.php:1987 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1371 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1399 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:829 +#: ../../include/functions_ui.php:1988 msgid "Min" msgstr "Mín" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1578 #: ../../enterprise/meta/include/functions_wizard_meta.php:838 #: ../../enterprise/meta/include/functions_wizard_meta.php:847 #: ../../enterprise/meta/include/functions_wizard_meta.php:924 @@ -7826,30 +2876,4764 @@ msgstr "Mín" #: ../../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/dashboard/widgets/top_n.php:472 -#: ../../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/dashboard/widgets/top_n.php:469 #: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../godmode/reporting/reporting_builder.item_editor.php:777 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1193 #: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:773 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1189 -#: ../../include/functions_reporting.php:826 #: ../../include/graphs/functions_pchart.php:198 #: ../../include/graphs/functions_pchart.php:1131 -#: ../../include/functions_ui.php:1987 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1369 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 +#: ../../include/functions_graph.php:740 ../../include/functions_graph.php:741 +#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1397 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:826 +#: ../../include/functions_ui.php:1988 msgid "Max" msgstr "Máx" +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 +#: ../../godmode/snmpconsole/snmp_alert.php:1213 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../operation/events/events.build_table.php:756 +#: ../../operation/agentes/networkmap_list.php:257 +msgid "Delete selected" +msgstr "Borrar seleccionado(s)" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1548 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 +msgid "Group by agent" +msgstr "Agrupar por agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/dashboard/widgets/top_n.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1163 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "Orden" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 +#: ../../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:1166 +msgid "Ascending" +msgstr "Ascendente" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 +#: ../../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:1169 +msgid "Descending" +msgstr "Descendente" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 +#: ../../enterprise/dashboard/widgets/top_n.php:73 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1172 +msgid "By agent name" +msgstr "Por nombre de agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 +#: ../../enterprise/dashboard/widgets/top_n.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 +msgid "Quantity (n)" +msgstr "Cantidad (n)" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 +#: ../../enterprise/dashboard/widgets/top_n.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1190 +#: ../../operation/agentes/ver_agente.php:1044 +msgid "Display" +msgstr "Mostrar" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 +#: ../../enterprise/operation/services/services.service.php:128 +#: ../../enterprise/operation/services/services.list.php:320 +#: ../../enterprise/include/functions_reporting_pdf.php:745 +#: ../../enterprise/include/functions_reporting_pdf.php:806 +#: ../../enterprise/include/functions_reporting_pdf.php:898 +#: ../../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 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1221 +#: ../../godmode/reporting/visual_console_builder.wizard.php:194 +#: ../../godmode/alerts/configure_alert_template.php:594 +#: ../../godmode/massive/massive_edit_modules.php:493 +#: ../../godmode/setup/setup_visuals.php:630 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/agentes/module_manager_editor_common.php:598 +#: ../../include/functions_snmp_browser.php:406 +#: ../../include/functions_reporting_html.php:455 +#: ../../include/functions_reporting_html.php:989 +#: ../../include/functions_reporting_html.php:1860 +#: ../../include/functions_reporting_html.php:2363 +#: ../../include/functions_graph.php:5163 +msgid "Value" +msgstr "Valor" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1230 +msgid "Condition" +msgstr "Condición" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1610 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 +#: ../../include/functions_reporting.php:1627 +msgid "Everything" +msgstr "Todo" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 +msgid ">=" +msgstr ">=" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1614 +msgid "<" +msgstr "<" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 +#: ../../enterprise/extensions/backup/main.php:114 +#: ../../enterprise/dashboard/widgets/maps_status.php:74 +#: ../../enterprise/include/functions_services.php:1753 +#: ../../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/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:852 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +#: ../../include/functions_reporting_html.php:369 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:1512 +#: ../../include/functions_db.php:1138 +msgid "OK" +msgstr "Bien" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 +#: ../../enterprise/include/functions_reporting_pdf.php:2104 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1243 +#: ../../include/functions_reporting_html.php:1518 +msgid "Not OK" +msgstr "No está bien" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1265 +msgid "Show graph" +msgstr "Mostrar gráfico" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +msgid "Show resume" +msgstr "Mostrar resumen" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +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.advanced.php:68 +msgid "Advance Reporting" +msgstr "Informes Avanzados" + +#: ../../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 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../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/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +#: ../../godmode/agentes/planned_downtime.list.php:108 +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +msgid "Not deleted. Error deleting data" +msgstr "No se pudo borrar. Error al borrar los datos." + +#: ../../enterprise/godmode/reporting/graph_template_list.php:124 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 +#: ../../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/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:389 +msgid "Create template" +msgstr "Crear 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:3650 +msgid "SQL" +msgstr "SQL" + +#: ../../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:537 +#: ../../include/functions_reporting.php:466 +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:540 +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:544 +msgid "Services S.L.A." +msgstr "S.L.A. de Servicios" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 +#: ../../include/functions_visual_map_editor.php:428 +#: ../../include/functions_visual_map_editor.php:436 +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.wizard_sla.php:211 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "Hide not init agents" +msgstr "Ocultar agentes no inicializados" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +msgid "SLA items sorted by fulfillment value" +msgstr "Objetos de SLA ordenados por valor rellenado" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1305 +#: ../../godmode/reporting/reporting_builder.item_editor.php:785 +msgid "Only display wrong SLAs" +msgstr "Mostrar solo aquellas SLA que no cumplen." + +#: ../../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:149 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 +#: ../../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 +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/graph_template_item_editor.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 +#: ../../enterprise/godmode/setup/setup_auth.php:166 +#: ../../enterprise/godmode/setup/setup_auth.php:297 +#: ../../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/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.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.setup.php:137 +#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 +#: ../../general/login_identification_wizard.php:188 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:226 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../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:395 +#: ../../godmode/massive/massive_edit_modules.php:440 +#: ../../godmode/massive/massive_edit_modules.php:459 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:565 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../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_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/performance.php:104 +#: ../../godmode/setup/performance.php:111 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../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:415 +#: ../../godmode/setup/setup_visuals.php:421 +#: ../../godmode/setup/setup_visuals.php:431 +#: ../../godmode/setup/setup_visuals.php:564 +#: ../../godmode/setup/setup_visuals.php:591 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/agentes/agent_manager.php:378 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../operation/netflow/nf_live_view.php:265 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/snmpconsole/snmp_view.php:436 +msgid "Yes" +msgstr "Sí" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 +#: ../../enterprise/godmode/setup/setup_auth.php:169 +#: ../../enterprise/godmode/setup/setup_auth.php:298 +#: ../../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/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.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.setup.php:138 +#: ../../enterprise/meta/advanced/metasetup.setup.php:189 +#: ../../enterprise/meta/advanced/metasetup.performance.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 +#: ../../general/login_identification_wizard.php:185 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:231 +#: ../../godmode/reporting/visual_console_builder.wizard.php:272 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../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:396 +#: ../../godmode/massive/massive_edit_modules.php:441 +#: ../../godmode/massive/massive_edit_modules.php:460 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:566 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../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_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/news.php:264 +#: ../../godmode/setup/performance.php:105 +#: ../../godmode/setup/performance.php:112 +#: ../../godmode/setup/performance.php:119 +#: ../../godmode/setup/setup_ehorus.php:56 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../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:416 +#: ../../godmode/setup/setup_visuals.php:423 +#: ../../godmode/setup/setup_visuals.php:435 +#: ../../godmode/setup/setup_visuals.php:568 +#: ../../godmode/setup/setup_visuals.php:595 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/agentes/agent_manager.php:381 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../operation/netflow/nf_live_view.php:266 +#: ../../operation/users/user_edit.php:270 +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +#: ../../include/functions_events.php:2380 +#: ../../include/functions_events.php:2387 +msgid "No" +msgstr "No" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/reporting/reporting_builder.php:1989 +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:615 +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/reporting_builder.item_editor.php:692 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../godmode/reporting/visual_console_builder.wizard.php:257 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:575 +#: ../../include/functions_visual_map.php:2327 +msgid "Label" +msgstr "Etiqueta" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1277 +#: ../../godmode/reporting/reporting_builder.item_editor.php:764 +msgid "Projection period" +msgstr "Periodo de proyección" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:774 +msgid "Data range" +msgstr "Rango de datos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 +#: ../../godmode/reporting/reporting_builder.item_editor.php:794 +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:801 +#: ../../godmode/alerts/alert_special_days.php:196 +#: ../../godmode/alerts/configure_alert_special_days.php:78 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../include/functions_html.php:840 +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:807 +#: ../../godmode/alerts/alert_special_days.php:199 +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../include/functions_html.php:841 +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:813 +#: ../../godmode/alerts/alert_special_days.php:202 +#: ../../godmode/alerts/configure_alert_special_days.php:80 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../include/functions_html.php:842 +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:819 +#: ../../godmode/alerts/alert_special_days.php:205 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../include/functions_html.php:843 +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:825 +#: ../../godmode/alerts/alert_special_days.php:208 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../include/functions_html.php:844 +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:831 +#: ../../godmode/alerts/alert_special_days.php:211 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../include/functions_html.php:845 +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:837 +#: ../../godmode/alerts/alert_special_days.php:214 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../include/functions_html.php:839 +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:845 +#: ../../godmode/alerts/configure_alert_template.php:535 +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:854 +#: ../../godmode/alerts/configure_alert_template.php:539 +msgid "Time to" +msgstr "Hora hasta" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 +#: ../../enterprise/extensions/csv_import/main.php:75 +#: ../../enterprise/meta/advanced/policymanager.queue.php:255 +#: ../../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/agentsearch.php:91 +#: ../../enterprise/include/functions_reporting.php:1926 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1130 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../godmode/agentes/agent_manager.php:264 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../operation/events/events_list.php:442 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/servers/recon_view.php:173 +#: ../../include/functions_events.php:3292 +msgid "Server" +msgstr "Servidor" + +#: ../../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:1133 +msgid "Select server" +msgstr "Seleccionar servidor" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 +#: ../../enterprise/godmode/modules/configure_local_component.php:203 +#: ../../enterprise/operation/agentes/ver_agente.php:33 +#: ../../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:879 +#: ../../godmode/massive/massive_edit_modules.php:498 +#: ../../godmode/modules/manage_network_components_form_common.php:93 +#: ../../godmode/agentes/module_manager_editor_common.php:231 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/ver_agente.php:758 +#: ../../operation/agentes/estado_monitores.php:444 +#: ../../operation/agentes/networkmap.php:459 +#: ../../extensions/agents_modules.php:76 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_graph.php:5066 +#: ../../include/functions_events.php:2080 +msgid "Module group" +msgstr "Grupo del módulo" + +#: ../../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:1043 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:377 +#: ../../include/functions_visual_map_editor.php:234 +#: ../../include/functions_visual_map_editor.php:244 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +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/dashboard/widgets/post.php:25 +#: ../../enterprise/include/functions_netflow_pdf.php:208 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 +#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:632 +#: ../../include/functions_reports.php:596 +#: ../../include/functions_reporting.php:3630 +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:1142 +msgid "Serialized header" +msgstr "Cabedera serializada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1142 +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:1112 +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:1536 +#: ../../enterprise/dashboard/widgets/url.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1147 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +msgid "URL" +msgstr "URL" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +msgid "Field separator" +msgstr "Separador de campo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +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:1155 +msgid "Line separator" +msgstr "Separador de línea" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1155 +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:1582 +#: ../../enterprise/dashboard/widgets/top_n.php:477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1197 +#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:740 +#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 +#: ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1401 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +#: ../../include/functions_reporting.php:834 +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:1213 +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:1217 +msgid "Percentil 95" +msgstr "Porcentaje 95" + +#: ../../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 "" +"Si esta casilla está activa, solo la adición de este tipo de módulos " +"soportan esta opción" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1632 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1273 +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:1274 +msgid "Show the main address of agent." +msgstr "Muestra la dirección principal del agente." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1295 +msgid "Event filter" +msgstr "Filtro de eventos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1298 +msgid "No Validated" +msgstr "No validado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:572 +#: ../../operation/snmpconsole/snmp_view.php:823 +#: ../../include/functions_graph.php:2768 +#: ../../include/functions_events.php:882 +#: ../../include/functions_events.php:1724 +#: ../../include/functions_events.php:1730 +#: ../../include/functions_events.php:1734 +#: ../../include/functions_events.php:1739 +#: ../../include/functions_events.php:2928 +#: ../../include/functions_events.php:2936 +msgid "Validated" +msgstr "Validado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 +#: ../../enterprise/godmode/services/services.service.php:259 +#: ../../enterprise/godmode/services/services.elements.php:401 +#: ../../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/meta/monitoring/group_view.php:154 +#: ../../enterprise/meta/monitoring/tactical.php:278 +#: ../../enterprise/meta/include/functions_wizard_meta.php:844 +#: ../../enterprise/meta/include/functions_wizard_meta.php:930 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1131 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1148 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 +#: ../../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/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 +#: ../../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:2359 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1302 +#: ../../godmode/massive/massive_copy_modules.php:79 +#: ../../godmode/massive/massive_copy_modules.php:192 +#: ../../godmode/massive/massive_edit_agents.php:216 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../godmode/massive/massive_delete_agents.php:115 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:326 +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:146 +#: ../../operation/agentes/status_monitor.php:289 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../operation/agentes/estado_monitores.php:429 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/tactical.php:150 +#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41 +#: ../../include/functions_reporting_html.php:1076 +#: ../../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 ../../include/functions.php:877 +#: ../../include/functions.php:1079 ../../include/functions.php:1080 +#: ../../include/functions.php:1082 ../../include/functions.php:1118 +#: ../../include/functions_graph.php:1949 +#: ../../include/functions_graph.php:3053 +#: ../../include/functions_graph.php:3054 +#: ../../include/functions_graph.php:4948 +#: ../../include/functions_events.php:1485 ../../include/functions_ui.php:1988 +msgid "Critical" +msgstr "Crítico" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 +#: ../../enterprise/godmode/services/services.service.php:263 +#: ../../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/meta/monitoring/group_view.php:153 +#: ../../enterprise/meta/monitoring/tactical.php:279 +#: ../../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/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 +#: ../../enterprise/include/functions_services.php:1267 +#: ../../enterprise/include/functions_reporting_pdf.php:678 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1304 +#: ../../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_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:325 +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../godmode/servers/manage_recontask_form.php:188 +#: ../../operation/tree.php:132 ../../operation/tree.php:157 +#: ../../operation/tree.php:288 ../../operation/netflow/nf_live_view.php:264 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../operation/agentes/status_monitor.php:288 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../operation/agentes/estado_monitores.php:433 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/tactical.php:151 +#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40 +#: ../../include/functions_reporting_html.php:1078 +#: ../../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 ../../include/functions.php:874 +#: ../../include/functions.php:1077 ../../include/functions.php:1080 +#: ../../include/functions.php:1115 ../../include/functions_graph.php:1950 +#: ../../include/functions_graph.php:3045 +#: ../../include/functions_graph.php:3046 +#: ../../include/functions_graph.php:4945 +#: ../../include/functions_events.php:1482 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:1988 +msgid "Warning" +msgstr "Advertencia" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1325 +msgid "Event graphs" +msgstr "Gráficas de eventos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 +msgid "By agent" +msgstr "Por agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 +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:1341 +msgid "By criticity" +msgstr "Por criticidad" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1347 +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:1355 +msgid "Show in two columns" +msgstr "Mostrar en dos columnas" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1697 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1366 +msgid "Show in landscape" +msgstr "Mostrar en landscape" + +#: ../../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:1838 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 +#: ../../enterprise/extensions/ipam/ipam_network.php:281 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1389 +#: ../../godmode/events/event_edit_filter.php:238 +#: ../../godmode/snmpconsole/snmp_alert.php:893 +#: ../../operation/events/events_list.php:401 +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../mobile/operation/events.php:642 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/modules.php:254 +#: ../../mobile/operation/alerts.php:188 +msgid "Free search" +msgstr "Búsqueda libre" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1859 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1404 +#: ../../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:1407 +#: ../../include/functions_visual_map_editor.php:587 +msgid "Update item" +msgstr "Actualizar item" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1438 +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:1439 +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:1440 +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:981 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1574 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1609 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1770 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1798 +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_item.php:2232 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 +#: ../../enterprise/godmode/alerts/alert_events.php:577 +#: ../../enterprise/operation/log/log_viewer.php:310 +#: ../../enterprise/operation/log/log_viewer.php:322 +#: ../../enterprise/extensions/cron/main.php:339 +#: ../../enterprise/dashboard/widgets/tree_view.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1814 +#: ../../godmode/alerts/configure_alert_template.php:1061 +#: ../../godmode/setup/news.php:297 +#: ../../godmode/agentes/planned_downtime.editor.php:1168 +#: ../../operation/tree.php:391 +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/reporting/graph_viewer.php:264 +#: ../../operation/netflow/nf_live_view.php:605 +#: ../../operation/events/events_list.php:1495 +#: ../../operation/agentes/estado_monitores.php:382 +#: ../../operation/agentes/stat_win.php:492 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../extensions/insert_data.php:194 +msgid "Choose time" +msgstr "Seleccionar tiempo" + +#: ../../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/operation/log/log_viewer.php:311 +#: ../../enterprise/operation/log/log_viewer.php:323 +#: ../../enterprise/extensions/cron/main.php:340 +#: ../../enterprise/dashboard/widgets/tree_view.php:317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1815 +#: ../../godmode/alerts/configure_alert_template.php:1062 +#: ../../godmode/setup/news.php:298 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +#: ../../operation/tree.php:392 +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/reporting/graph_viewer.php:265 +#: ../../operation/netflow/nf_live_view.php:606 +#: ../../operation/events/events_list.php:1496 +#: ../../operation/agentes/estado_monitores.php:383 +#: ../../operation/agentes/stat_win.php:493 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../extensions/insert_data.php:195 +msgid "Time" +msgstr "Hora" + +#: ../../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/operation/log/log_viewer.php:312 +#: ../../enterprise/operation/log/log_viewer.php:324 +#: ../../enterprise/extensions/cron/main.php:341 +#: ../../enterprise/dashboard/widgets/tree_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1816 +#: ../../godmode/alerts/configure_alert_template.php:1063 +#: ../../godmode/setup/news.php:299 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +#: ../../operation/tree.php:393 +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/reporting/graph_viewer.php:266 +#: ../../operation/netflow/nf_live_view.php:607 +#: ../../operation/events/events_list.php:1497 +#: ../../operation/agentes/estado_monitores.php:384 +#: ../../operation/agentes/stat_win.php:494 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:852 +msgid "Hour" +msgstr "Hora" + +#: ../../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/operation/log/log_viewer.php:313 +#: ../../enterprise/operation/log/log_viewer.php:325 +#: ../../enterprise/extensions/cron/main.php:342 +#: ../../enterprise/dashboard/widgets/tree_view.php:319 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1817 +#: ../../godmode/alerts/configure_alert_template.php:1064 +#: ../../godmode/setup/news.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +#: ../../operation/tree.php:394 +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/netflow/nf_live_view.php:608 +#: ../../operation/events/events_list.php:1498 +#: ../../operation/agentes/estado_monitores.php:385 +#: ../../operation/agentes/stat_win.php:495 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:853 +msgid "Minute" +msgstr "Minuto" + +#: ../../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/operation/log/log_viewer.php:314 +#: ../../enterprise/operation/log/log_viewer.php:326 +#: ../../enterprise/extensions/cron/main.php:343 +#: ../../enterprise/dashboard/widgets/tree_view.php:320 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1818 +#: ../../godmode/alerts/configure_alert_template.php:1065 +#: ../../godmode/setup/news.php:301 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +#: ../../operation/tree.php:395 +#: ../../operation/reporting/reporting_viewer.php:261 +#: ../../operation/reporting/reporting_viewer.php:281 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/netflow/nf_live_view.php:609 +#: ../../operation/events/events_list.php:1499 +#: ../../operation/agentes/estado_monitores.php:386 +#: ../../operation/agentes/stat_win.php:496 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../extensions/insert_data.php:198 +msgid "Second" +msgstr "Segundo" + +#: ../../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/operation/log/log_viewer.php:315 +#: ../../enterprise/operation/log/log_viewer.php:327 +#: ../../enterprise/operation/agentes/agent_inventory.php:89 +#: ../../enterprise/extensions/cron/main.php:344 +#: ../../enterprise/dashboard/widgets/tree_view.php:321 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1819 +#: ../../godmode/alerts/configure_alert_template.php:1066 +#: ../../godmode/setup/news.php:302 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +#: ../../operation/tree.php:396 +#: ../../operation/reporting/reporting_viewer.php:262 +#: ../../operation/reporting/reporting_viewer.php:282 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/netflow/nf_live_view.php:610 +#: ../../operation/events/events_list.php:1500 +#: ../../operation/agentes/estado_monitores.php:387 +#: ../../operation/agentes/stat_win.php:497 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../extensions/insert_data.php:199 ../../include/functions.php:436 +#: ../../include/functions.php:570 +msgid "Now" +msgstr "Ahora" + +#: ../../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/operation/log/log_viewer.php:316 +#: ../../enterprise/operation/log/log_viewer.php:328 +#: ../../enterprise/extensions/cron/main.php:345 +#: ../../enterprise/dashboard/widgets/tree_view.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1820 +#: ../../godmode/alerts/configure_alert_template.php:1067 +#: ../../godmode/setup/news.php:303 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +#: ../../operation/tree.php:397 +#: ../../operation/reporting/reporting_viewer.php:263 +#: ../../operation/reporting/reporting_viewer.php:283 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/netflow/nf_live_view.php:611 +#: ../../operation/events/events_list.php:1501 +#: ../../operation/agentes/estado_monitores.php:388 +#: ../../operation/agentes/stat_win.php:498 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../extensions/insert_data.php:200 ../../mobile/include/ui.class.php:571 +#: ../../mobile/include/ui.class.php:610 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../include/functions_snmp_browser.php:441 +msgid "Close" +msgstr "Cerrar" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/events/event_edit_filter.php:155 +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:353 +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:181 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 +#: ../../enterprise/godmode/agentes/inventory_manager.php:176 +#: ../../enterprise/dashboard/widgets/top_n.php:61 +#: ../../godmode/setup/performance.php:91 +#: ../../operation/gis_maps/render_view.php:139 +#: ../../include/functions_netflow.php:1049 +#: ../../include/functions_netflow.php:1082 ../../include/functions.php:2014 +#: ../../include/functions.php:2579 ../../include/ajax/module.php:120 +msgid "1 hour" +msgstr "1 hora" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 +#: ../../enterprise/godmode/agentes/inventory_manager.php:177 +#: ../../enterprise/dashboard/widgets/top_n.php:62 +#: ../../operation/gis_maps/render_view.php:140 +#: ../../include/functions_netflow.php:1050 +#: ../../include/functions_netflow.php:1083 +msgid "2 hours" +msgstr "2 horas" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 +msgid "3 hours" +msgstr "3 horas" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 +#: ../../enterprise/godmode/agentes/inventory_manager.php:178 +#: ../../include/ajax/module.php:121 +msgid "6 hours" +msgstr "6 horas" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 +#: ../../enterprise/godmode/agentes/inventory_manager.php:179 +#: ../../enterprise/dashboard/widgets/top_n.php:64 +#: ../../godmode/setup/performance.php:92 +#: ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:122 +msgid "12 hours" +msgstr "12 horas" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/dashboard/widgets/top_n.php:65 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 ../../include/functions.php:2017 +#: ../../include/ajax/module.php:123 +msgid "1 day" +msgstr "1 día" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 +#: ../../enterprise/godmode/agentes/inventory_manager.php:181 +#: ../../godmode/setup/performance.php:94 +#: ../../include/functions_netflow.php:1054 +#: ../../include/functions_netflow.php:1087 +msgid "2 days" +msgstr "2 días" + +#: ../../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:96 +#: ../../include/functions_netflow.php:1057 +msgid "Last week" +msgstr "Última semana" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 +#: ../../enterprise/godmode/agentes/inventory_manager.php:183 +#: ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2019 +#: ../../include/ajax/module.php:125 +msgid "15 days" +msgstr "15 días" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:98 +#: ../../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/functions_netflow.php:1061 ../../include/ajax/module.php:128 +msgid "6 months" +msgstr "6 meses" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../include/functions.php:2023 ../../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/graph_template_editor.php:208 +#: ../../enterprise/dashboard/widgets/custom_graph.php:39 +#: ../../godmode/reporting/graph_builder.main.php:155 +#: ../../godmode/setup/setup_visuals.php:441 +#: ../../operation/reporting/graph_viewer.php:214 +msgid "Area" +msgstr "Área" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 +#: ../../enterprise/dashboard/widgets/custom_graph.php:40 +#: ../../godmode/reporting/graph_builder.main.php:156 +#: ../../operation/reporting/graph_viewer.php:215 +msgid "Stacked area" +msgstr "Área apilada" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 +#: ../../enterprise/dashboard/widgets/custom_graph.php:41 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/reporting/graph_builder.main.php:157 +#: ../../godmode/setup/setup_visuals.php:444 +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:579 +msgid "Line" +msgstr "Línea" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 +#: ../../enterprise/dashboard/widgets/custom_graph.php:42 +#: ../../godmode/reporting/graph_builder.main.php:158 +#: ../../operation/reporting/graph_viewer.php:217 +msgid "Stacked line" +msgstr "Línea apilada" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 +#: ../../enterprise/meta/event/custom_events.php:38 +#: ../../godmode/users/configure_profile.php:275 ../../operation/menu.php:268 +msgid "View events" +msgstr "Ver eventos" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 +#: ../../enterprise/godmode/alerts/alert_events_list.php:671 +#: ../../enterprise/godmode/policies/policies.php:426 +#: ../../enterprise/godmode/policies/policy_modules.php:319 +#: ../../enterprise/godmode/policies/configure_policy.php:90 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +#: ../../enterprise/godmode/modules/configure_local_component.php:469 +#: ../../enterprise/godmode/modules/local_components.php:539 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/setup/edit_skin.php:270 +#: ../../enterprise/godmode/services/services.service.php:361 +#: ../../enterprise/godmode/services/services.elements.php:417 +#: ../../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/servers/manage_export.php:125 +#: ../../enterprise/godmode/servers/manage_export.php:157 +#: ../../enterprise/godmode/agentes/collections.php:235 +#: ../../enterprise/godmode/agentes/collections.editor.php:117 +#: ../../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/extensions/backup/main.php:167 +#: ../../enterprise/extensions/cron/main.php:323 +#: ../../enterprise/extensions/ipam/ipam_editor.php:121 +#: ../../enterprise/extensions/ipam/ipam_list.php:257 +#: ../../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/reporting_builder.item_editor.php:1095 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/alerts/alert_special_days.php:235 +#: ../../godmode/alerts/alert_list.list.php:733 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/configure_alert_special_days.php:101 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/modules/manage_nc_groups_form.php:83 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/modules/manage_nc_groups.php:244 +#: ../../godmode/modules/manage_network_components_form.php:267 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/setup/links.php:117 ../../godmode/setup/os.php:52 +#: ../../godmode/setup/os.php:76 ../../godmode/setup/news.php:204 +#: ../../godmode/setup/gis.php:93 ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/users/configure_user.php:581 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/events/event_edit_filter.php:390 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/tag/edit_tag.php:232 +#: ../../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/groups/configure_group.php:208 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/servers/manage_recontask.php:389 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/agentes/agent_manager.php:462 +#: ../../godmode/agentes/module_manager.php:123 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/module_manager_editor.php:490 +#: ../../operation/integria_incidents/incident.incident.php:126 +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/agentes/networkmap_list.php:252 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:437 +msgid "Create" +msgstr "Crear" + +#: ../../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/godmode/policies/policy_modules.php:291 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:555 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:403 +#: ../../godmode/agentes/agent_manager.php:395 +#: ../../godmode/agentes/module_manager_editor.php:465 +#: ../../operation/events/events_list.php:579 +#: ../../include/functions_visual_map_editor.php:450 +msgid "Advanced options" +msgstr "Opciones avanzadas" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 +#: ../../enterprise/include/functions_reporting.php:4772 +#: ../../enterprise/include/functions_reporting.php:4822 +#: ../../godmode/reporting/reporting_builder.php:1927 +#: ../../operation/reporting/reporting_viewer.php:90 +msgid "Item editor" +msgstr "Editor de elementos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 +#: ../../godmode/reporting/reporting_builder.php:1924 +#: ../../operation/reporting/reporting_viewer.php:86 +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: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:1888 +#: ../../godmode/reporting/reporting_builder.php:1893 +#: ../../godmode/reporting/reporting_builder.php:1897 +#: ../../godmode/reporting/reporting_builder.php:1959 +#: ../../godmode/reporting/reporting_builder.php:1964 +#: ../../godmode/reporting/reporting_builder.php:1967 +#: ../../godmode/reporting/graphs.php:75 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../operation/reporting/reporting_viewer.php:128 +#: ../../operation/reporting/graph_viewer.php:163 +#: ../../operation/reporting/graph_viewer.php:314 ../../operation/menu.php:229 +msgid "Reporting" +msgstr "Informes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 +#: ../../enterprise/godmode/policies/policies.php:180 +#: ../../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/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:287 +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "Privado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 +#: ../../godmode/reporting/reporting_builder.php:534 +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../operation/search_reports.php:40 +msgid "HTML" +msgstr "HTML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 +#: ../../godmode/reporting/reporting_builder.php:535 +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../operation/search_reports.php:41 +msgid "XML" +msgstr "XML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 +#: ../../enterprise/operation/reporting/custom_reporting.php:17 +msgid "PDF" +msgstr "PDF" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 +#: ../../enterprise/operation/reporting/custom_reporting.php:19 +msgid "JSON" +msgstr "JSON" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 +#: ../../enterprise/operation/reporting/custom_reporting.php:21 +#: ../../operation/agentes/exportdata.php:322 +#: ../../extensions/insert_data.php:169 +msgid "CSV" +msgstr "CSV" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +msgid "Operations" +msgstr "Operaciones" + +#: ../../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:346 +#: ../../enterprise/operation/reporting/custom_reporting.php:49 +msgid "Export to PDF" +msgstr "Exportar a PDF" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 +#: ../../enterprise/operation/reporting/custom_reporting.php:53 +msgid "Export to JSON" +msgstr "Exportar a JSON" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 +#: ../../enterprise/operation/reporting/custom_reporting.php:58 +#: ../../enterprise/operation/log/log_viewer.php:239 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../include/graphs/functions_flot.php:248 +msgid "Export to CSV" +msgstr "Exportar a CSV" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 +#: ../../enterprise/godmode/policies/policy_modules.php:1094 +#: ../../enterprise/godmode/modules/local_components.php:513 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:597 +#: ../../godmode/agentes/module_manager.php:707 +msgid "Duplicate" +msgstr "Duplicar" + +#: ../../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:449 +#: ../../operation/events/events_list.php:481 +#: ../../operation/agentes/datos_agente.php:189 +#: ../../include/ajax/module.php:148 +msgid "Timestamp from:" +msgstr "Timestamp desde:" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 +#: ../../operation/events/events_list.php:484 +#: ../../operation/agentes/datos_agente.php:195 +#: ../../include/ajax/module.php:156 +msgid "Timestamp to:" +msgstr "Timestamp hasta:" + +#: ../../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.wizard.php:70 +#: ../../enterprise/meta/general/main_header.php:114 +#: ../../enterprise/meta/general/logon_ok.php:38 +#: ../../enterprise/meta/screens/screens.visualmap.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 +#: ../../enterprise/include/functions_reporting.php:32 +#: ../../enterprise/include/functions_reporting.php:4742 +#: ../../enterprise/include/functions_reporting.php:4764 +#: ../../godmode/reporting/visual_console_builder.php:660 +#: ../../godmode/reporting/visual_console_builder.wizard.php:311 +#: ../../operation/visual_console/render_view.php:123 +msgid "Wizard" +msgstr "Asistente" + +#: ../../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/reporting/reporting_builder.wizard.php:245 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1204 +#: ../../operation/agentes/stat_win.php:370 +#: ../../mobile/operation/module_graph.php:420 +msgid "Time compare (Overlapped)" +msgstr "Comparación de tiempo (solapado)" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 +#: ../../enterprise/include/functions_massive.php:15 +#: ../../godmode/reporting/visual_console_builder.php:465 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../godmode/massive/massive_edit_modules.php:1005 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 +#: ../../include/functions_visual_map.php:1317 +msgid "No modules selected" +msgstr "No se han seleccionado módulos" + +#: ../../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:271 +#: ../../enterprise/include/functions_reporting_csv.php:872 +#: ../../enterprise/include/functions_reporting_csv.php:876 +#: ../../godmode/reporting/reporting_builder.php:532 +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../operation/search_reports.php:38 +msgid "Report name" +msgstr "Nombre de informe" + +#: ../../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:308 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 +#: ../../operation/agentes/group_view.php:249 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "Etiqueta" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +msgid "Filter tag" +msgstr "Filtro por tag" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 +#: ../../enterprise/godmode/alerts/alert_events_list.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:45 +msgid "List event alerts" +msgstr "Lista de alertas de eventos" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:50 +msgid "Builder event alert" +msgstr "Creador de alertas de eventos" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +#: ../../enterprise/godmode/alerts/alert_events.php:58 +msgid "List event rules" +msgstr "Lista de reglas de eventos" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +#: ../../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/policies/policies.php:345 +#: ../../enterprise/godmode/policies/policy_alerts.php:32 +#: ../../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.php:226 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 +#: ../../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/agentsearch.php:98 +#: ../../enterprise/include/functions_policies.php:3224 +#: ../../enterprise/include/functions_reporting_pdf.php:706 +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/alerts/alert_special_days.php:43 +#: ../../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/alerts/configure_alert_special_days.php:52 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../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_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:161 +#: ../../godmode/agentes/configurar_agente.php:287 +#: ../../godmode/agentes/modificar_agente.php:532 ../../godmode/menu.php:141 +#: ../../operation/search_results.php:93 ../../operation/search_agents.php:65 +#: ../../operation/agentes/estado_agente.php:503 +#: ../../operation/agentes/ver_agente.php:921 +#: ../../operation/agentes/ver_agente.php:1160 +#: ../../extensions/agents_alerts.php:253 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:323 ../../mobile/operation/agent.php:219 +#: ../../mobile/operation/alerts.php:154 +#: ../../mobile/include/functions_web.php:25 +#: ../../include/functions_reporting_html.php:1109 +#: ../../include/functions_reporting_html.php:2511 +#: ../../include/functions_treeview.php:321 +#: ../../include/functions_reports.php:602 +#: ../../include/functions_reports.php:604 +#: ../../include/functions_reports.php:607 +#: ../../include/functions_graph.php:730 +#: ../../include/functions_graph.php:3699 +#: ../../include/functions_graph.php:4377 +msgid "Alerts" +msgstr "Alertas" + +#: ../../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:143 +#: ../../enterprise/include/functions_reporting_pdf.php:1183 +#: ../../enterprise/include/functions_reporting_pdf.php:1463 +#: ../../operation/snmpconsole/snmp_view.php:518 +#: ../../include/functions_reporting_html.php:664 +#: ../../include/functions_reporting_html.php:1144 +msgid "Count" +msgstr "Número" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +#: ../../include/class/Tree.class.php:1566 +msgid "Module alerts" +msgstr "Alertas de módulo" + +#: ../../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/operation/services/services.list.php:155 +#: ../../enterprise/operation/services/services.list.php:172 +#: ../../enterprise/dashboard/widgets/events_list.php:31 +#: ../../godmode/reporting/visual_console_builder.wizard.php:329 +#: ../../godmode/massive/massive_add_action_alerts.php:146 +#: ../../godmode/users/configure_user.php:689 +#: ../../godmode/events/event_edit_filter.php:286 +#: ../../godmode/servers/manage_recontask.php:336 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/agentes/planned_downtime.list.php:154 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../operation/integria_incidents/incident.list.php:33 +#: ../../operation/events/events_list.php:435 +#: ../../include/functions_html.php:858 ../../include/functions_html.php:859 +#: ../../include/functions_html.php:860 ../../include/functions_html.php:861 +#: ../../include/functions_html.php:862 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_visual_map_editor.php:612 +#: ../../include/ajax/visual_console_builder.ajax.php:672 +msgid "Any" +msgstr "Cualquier" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 +#: ../../enterprise/meta/include/functions_events_meta.php:85 +#: ../../enterprise/dashboard/widgets/events_list.php:54 +#: ../../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 +#: ../../godmode/events/event_filter.php:112 +#: ../../godmode/events/event_edit_filter.php:228 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../operation/events/events_list.php:558 +#: ../../operation/events/events.build_table.php:211 +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../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 +#: ../../include/functions_reporting_html.php:533 +#: ../../include/functions_reporting_html.php:663 +#: ../../include/functions_reporting_html.php:1147 +#: ../../include/functions_reporting.php:4787 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:885 +#: ../../include/functions_events.php:2392 +#: ../../include/functions_events.php:3356 +msgid "Severity" +msgstr "Gravedad" + +#: ../../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/godmode/servers/manage_export_form.php:97 +#: ../../enterprise/extensions/vmware/main.php:225 +#: ../../enterprise/extensions/cron/main.php:187 +#: ../../enterprise/extensions/check_acls.php:42 +#: ../../enterprise/extensions/check_acls.php:120 +#: ../../enterprise/meta/general/login_page.php:70 +#: ../../enterprise/meta/general/login_page.php:91 +#: ../../enterprise/meta/include/functions_meta.php:849 +#: ../../enterprise/meta/include/functions_meta.php:902 +#: ../../enterprise/meta/include/functions_meta.php:955 +#: ../../enterprise/meta/include/functions_wizard_meta.php:398 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 +#: ../../enterprise/meta/include/functions_events_meta.php:64 +#: ../../general/login_page.php:135 ../../general/login_page.php:160 +#: ../../general/logon_ok.php:220 ../../general/logon_ok.php:417 +#: ../../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 +#: ../../operation/integria_incidents/incident.tracking.php:22 +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:568 +#: ../../operation/search_users.php:68 ../../extensions/users_connected.php:77 +#: ../../extensions/api_checker.php:114 ../../extensions/ssh_gateway.php:59 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 +#: ../../include/functions_reporting_html.php:2851 +#: ../../include/functions.php:2297 ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3324 +#: ../../include/functions_events.php:3705 +msgid "User" +msgstr "Usuario" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 +#: ../../enterprise/meta/include/functions_events_meta.php:76 +#: ../../enterprise/dashboard/widgets/events_list.php:36 +#: ../../enterprise/include/functions_reporting_pdf.php:1181 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1311 +#: ../../godmode/events/event_filter.php:110 +#: ../../godmode/events/event_edit_filter.php:224 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../operation/events/events_list.php:552 +#: ../../operation/events/events.build_table.php:191 +#: ../../include/functions_reporting_html.php:662 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3339 +msgid "Event type" +msgstr "Tipo de evento" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +msgid "Event rules" +msgstr "Reglas de eventos" + +#: ../../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 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/include/functions_events_meta.php:91 +#: ../../enterprise/dashboard/widgets/tree_view.php:35 +#: ../../enterprise/dashboard/widgets/events_list.php:62 +#: ../../enterprise/include/functions_reporting_pdf.php:2366 +#: ../../general/firts_task/tags.php:25 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/massive/massive_edit_modules.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:184 +#: ../../godmode/users/configure_user.php:618 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/tag/edit_tag.php:57 ../../operation/tree.php:49 +#: ../../operation/users/user_edit.php:454 +#: ../../operation/events/events.build_table.php:223 +#: ../../operation/agentes/status_monitor.php:328 +#: ../../operation/agentes/status_monitor.php:331 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../mobile/operation/events.php:514 +#: ../../include/functions_reporting_html.php:1582 +#: ../../include/functions_treeview.php:164 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2451 +#: ../../include/functions_events.php:3366 +msgid "Tags" +msgstr "Etiquetas" + +#: ../../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:357 +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../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_rules.php:357 +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +msgid "Error processing action" +msgstr "Error al procesar la acción" + +#: ../../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:440 +#: ../../enterprise/godmode/alerts/alert_events_list.php:486 +msgid "Move up" +msgstr "Subir" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 +#: ../../enterprise/godmode/alerts/alert_events_list.php:498 +msgid "Move down" +msgstr "Bajar" + +#: ../../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/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:123 +#: ../../enterprise/meta/general/main_header.php:268 +msgid "Event alerts" +msgstr "Alertas de eventos" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:186 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +#: ../../godmode/alerts/alert_list.php:169 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/massive/massive_add_tags.php:88 +#: ../../operation/incidents/incident_detail.php:67 +msgid "Successfully added" +msgstr "Añadido correctamente" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:187 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +#: ../../godmode/alerts/alert_list.php:169 +#: ../../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_alerts.php:113 +#: ../../godmode/massive/massive_add_tags.php:89 +#: ../../operation/incidents/incident_detail.php:68 +msgid "Could not be added" +msgstr "No se pudo añadir" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:221 +#: ../../enterprise/godmode/policies/policy_modules.php:372 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 +#: ../../godmode/alerts/alert_list.php:203 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/agentes/configurar_agente.php:1457 +#: ../../godmode/agentes/modificar_agente.php:111 +#: ../../include/ajax/alert_list.ajax.php:79 +msgid "Successfully enabled" +msgstr "Activado correctamente" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:222 +#: ../../enterprise/godmode/policies/policy_modules.php:372 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 +#: ../../godmode/alerts/alert_list.php:203 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/agentes/configurar_agente.php:1457 +#: ../../godmode/agentes/modificar_agente.php:111 +#: ../../include/ajax/alert_list.ajax.php:81 +msgid "Could not be enabled" +msgstr "No se pudo activar" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:238 +#: ../../enterprise/godmode/policies/policy_modules.php:386 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 +#: ../../godmode/alerts/alert_list.php:220 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/agentes/modificar_agente.php:125 +#: ../../include/ajax/alert_list.ajax.php:90 +msgid "Successfully disabled" +msgstr "Desactivado correctamente" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:239 +#: ../../enterprise/godmode/policies/policy_modules.php:386 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 +#: ../../godmode/alerts/alert_list.php:220 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/agentes/modificar_agente.php:125 +#: ../../include/ajax/alert_list.ajax.php:92 +msgid "Could not be disabled" +msgstr "No se pudo desactivar" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../godmode/alerts/alert_list.php:237 +#: ../../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:237 +#: ../../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:254 +#: ../../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:254 +#: ../../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: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:364 +#: ../../enterprise/godmode/alerts/alert_events_list.php:368 +#: ../../enterprise/godmode/policies/policy_collections.php:182 +#: ../../enterprise/godmode/policies/policy_agents.php:365 +#: ../../enterprise/godmode/policies/policy_agents.php:370 +#: ../../enterprise/godmode/modules/local_components.php:438 +#: ../../enterprise/godmode/modules/local_components.php:452 +#: ../../enterprise/godmode/agentes/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:50 +#: ../../enterprise/operation/log/log_viewer.php:170 +#: ../../enterprise/operation/log/log_viewer.php:238 +#: ../../enterprise/operation/services/services.list.php:143 +#: ../../enterprise/operation/services/services.list.php:182 +#: ../../enterprise/operation/inventory/inventory.php:179 +#: ../../enterprise/operation/inventory/inventory.php:219 +#: ../../enterprise/operation/agentes/agent_inventory.php:90 +#: ../../enterprise/operation/agentes/agent_inventory.php:95 +#: ../../enterprise/extensions/translate_string.php:265 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 +#: ../../enterprise/meta/general/main_header.php:491 +#: ../../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/agentsearch.php:68 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/modules/manage_network_components.php:508 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/agentes/modificar_agente.php:159 +#: ../../godmode/agentes/modificar_agente.php:163 +#: ../../operation/search_results.php:160 +#: ../../operation/integria_incidents/incident.list.php:76 +#: ../../operation/incidents/incident.php:294 +#: ../../operation/agentes/status_monitor.php:324 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../include/functions_snmp_browser.php:556 +msgid "Search" +msgstr "Buscar" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/modules/local_components.php:445 +#: ../../enterprise/meta/advanced/policymanager.queue.php:244 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 +#: ../../enterprise/meta/agentsearch.php:71 +#: ../../godmode/reporting/reporting_builder.list_items.php:205 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/modules/manage_network_components.php:516 +#: ../../godmode/users/user_list.php:243 ../../godmode/tag/tag.php:176 +#: ../../godmode/tag/tag.php:281 ../../operation/tree.php:184 +#: ../../operation/events/events_list.php:637 +#: ../../operation/agentes/alerts_status.php:390 +#: ../../operation/agentes/status_monitor.php:516 +msgid "Show Options" +msgstr "Mostrar opciones" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +#: ../../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/setup/setup_skins.php:120 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../enterprise/godmode/agentes/inventory_manager.php:237 +#: ../../enterprise/godmode/agentes/collections.php:185 +#: ../../enterprise/operation/services/services.list.php:327 +#: ../../enterprise/extensions/backup/main.php:69 +#: ../../enterprise/extensions/cron/main.php:193 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 +#: ../../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/include/functions_alerts_meta.php:111 +#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/include/functions_reporting_pdf.php:1043 +#: ../../enterprise/include/functions_reporting_pdf.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1132 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_list.builder.php:83 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/category/category.php:111 +#: ../../godmode/events/event_responses.list.php:57 +#: ../../godmode/tag/tag.php:205 ../../godmode/groups/group_list.php:338 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/agentes/fields_manager.php:97 +#: ../../godmode/agentes/modificar_agente.php:463 ../../godmode/menu.php:151 +#: ../../extensions/module_groups.php:84 +#: ../../include/functions_filemanager.php:583 +#: ../../include/functions_reporting_html.php:1378 +#: ../../include/functions_reporting_html.php:1416 +#: ../../include/functions_reporting_html.php:1452 +#: ../../include/functions_treeview.php:329 +msgid "Actions" +msgstr "Acciones" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +msgid "Ac." +msgstr "Ac." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +#: ../../enterprise/godmode/alerts/alert_events_list.php:676 +#: ../../enterprise/extensions/vmware/main.php:181 +#: ../../enterprise/extensions/vmware/main.php:188 +#: ../../enterprise/meta/advanced/license_meta.php:103 +#: ../../enterprise/load_enterprise.php:1 ../../godmode/setup/license.php:98 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:810 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../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 +#: ../../mobile/operation/events.php:528 +msgid "Validate" +msgstr "Validar" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +msgid "Val." +msgstr "Val." + +#: ../../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_external_alerts.php:214 +#: ../../enterprise/godmode/policies/policy_alerts.php:328 +#: ../../godmode/alerts/alert_list.list.php:523 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../include/functions_alerts.php:558 +msgid "Always" +msgstr "Siempre" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:553 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 +#: ../../enterprise/godmode/policies/policy_alerts.php:330 +#: ../../godmode/alerts/alert_list.list.php:525 +msgid "On" +msgstr "Activado" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:557 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 +#: ../../enterprise/godmode/policies/policy_alerts.php:334 +#: ../../godmode/alerts/alert_list.list.php:529 +msgid "Until" +msgstr "Hasta" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:559 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_alerts.php:336 +#: ../../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/alerts/alert_list.list.php:531 +#: ../../godmode/alerts/alert_list.list.php:535 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:143 +#: ../../operation/reporting/reporting_viewer.php:199 +#: ../../operation/agentes/gis_view.php:181 +msgid "From" +msgstr "De" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:560 +#: ../../enterprise/godmode/alerts/alert_events_list.php:601 +#: ../../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/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/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../operation/reporting/reporting_viewer.php:203 +#: ../../include/functions_reporting.php:8570 +msgid "to" +msgstr "a" + +#: ../../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:538 +#: ../../godmode/alerts/alert_list.list.php:616 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../include/functions_reporting_html.php:1576 +#: ../../include/functions_reporting_html.php:2364 +msgid "Threshold" +msgstr "Umbral" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:584 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 +#: ../../enterprise/godmode/policies/policy_alerts.php:588 +#: ../../godmode/alerts/alert_list.list.php:694 +#: ../../godmode/alerts/alert_list.list.php:698 +#: ../../godmode/alerts/alert_list.list.php:832 +#: ../../godmode/snmpconsole/snmp_alert.php:1121 +msgid "Add action" +msgstr "Añadir acción" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:599 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 +#: ../../enterprise/godmode/policies/policy_alerts.php:465 +#: ../../godmode/alerts/alert_list.list.php:606 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../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:617 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../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:633 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../operation/events/sound_events.php:79 +#: ../../operation/snmpconsole/snmp_view.php:643 +#: ../../operation/agentes/group_view.php:174 +#: ../../extensions/agents_alerts.php:323 +#: ../../mobile/operation/alerts.php:253 +#: ../../include/functions_agents.php:2089 +#: ../../include/functions_agents.php:2101 ../../include/functions.php:1033 +#: ../../include/functions_reporting.php:6402 +#: ../../include/functions_events.php:1145 +#: ../../include/functions_events.php:1418 ../../include/functions_ui.php:908 +msgid "Alert fired" +msgstr "Alerta lanzada" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:618 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:633 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../extensions/agents_alerts.php:323 +#: ../../mobile/operation/alerts.php:253 ../../include/functions_ui.php:908 +msgid "times" +msgstr "veces" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:622 +#: ../../enterprise/operation/agentes/policy_view.php:269 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 +#: ../../godmode/alerts/alert_list.list.php:637 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../extensions/agents_alerts.php:327 +#: ../../mobile/operation/alerts.php:257 +#: ../../include/functions_reporting.php:6408 +#: ../../include/functions_ui.php:912 +msgid "Alert disabled" +msgstr "Alerta desactivada" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:626 +#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../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:641 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../operation/snmpconsole/snmp_view.php:646 +#: ../../extensions/agents_alerts.php:331 +#: ../../mobile/operation/alerts.php:261 +#: ../../include/functions_agents.php:2092 +#: ../../include/functions_agents.php:2104 +#: ../../include/functions_reporting.php:6347 +#: ../../include/functions_ui.php:916 +msgid "Alert not fired" +msgstr "Alerta no lanzada" + +#: ../../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/policies/policy_alerts.php:548 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:160 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:775 +#: ../../godmode/users/user_list.php:464 ../../godmode/extensions.php:285 +#: ../../include/functions.php:2569 +msgid "Disable" +msgstr "Desactivar" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:715 +#: ../../enterprise/godmode/policies/policy_alerts.php:556 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:147 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../godmode/users/user_list.php:467 ../../godmode/extensions.php:281 +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:793 +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:802 +msgid "Set standby" +msgstr "Activar modo standby" + +#: ../../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:660 +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:431 +#: ../../enterprise/include/functions_reporting.php:1968 +#: ../../enterprise/include/functions_reporting.php:2079 +#: ../../enterprise/include/functions_reporting.php:3255 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/configure_alert_template.php:517 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../include/functions.php:911 ../../include/functions_reporting.php:8582 +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/alerts/alert_view.php:209 +#: ../../godmode/alerts/configure_alert_template.php:519 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +#: ../../include/functions.php:913 ../../include/functions_reporting.php:8586 +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/alerts/alert_view.php:210 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +#: ../../include/functions.php:915 ../../include/functions_reporting.php:8590 +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/alerts/alert_view.php:211 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../include/functions.php:917 ../../include/functions_reporting.php:8594 +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/alerts/alert_view.php:212 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../include/functions.php:919 ../../include/functions_reporting.php:8598 +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/alerts/alert_view.php:213 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +#: ../../include/functions.php:921 ../../include/functions_reporting.php:8602 +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/alerts/alert_view.php:214 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../include/functions.php:923 ../../include/functions_reporting.php:8606 +msgid "Sun" +msgstr "Dom" + +#: ../../enterprise/godmode/alerts/alert_events.php:453 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/alert_templates.php:89 +#: ../../godmode/alerts/configure_alert_template.php:545 +#: ../../godmode/snmpconsole/snmp_alert.php:813 +msgid "Time threshold" +msgstr "Umbral de tiempo" + +#: ../../enterprise/godmode/alerts/alert_events.php:457 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 +#: ../../godmode/alerts/configure_alert_template.php:549 +#: ../../godmode/snmpconsole/snmp_alert.php:805 +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/alerts/configure_alert_template.php:552 +#: ../../godmode/snmpconsole/snmp_alert.php:808 +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_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:671 +#, php-format +msgid "Field %s" +msgstr "Campo %s" + +#: ../../enterprise/godmode/alerts/alert_events.php:505 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/alerts/configure_alert_template.php:754 +#: ../../godmode/snmpconsole/snmp_alert.php:835 +#: ../../godmode/snmpconsole/snmp_alert.php:900 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../operation/integria_incidents/incident.list.php:97 +#: ../../operation/integria_incidents/incident.incident.php:90 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../operation/agentes/estado_generalagente.php:408 +#: ../../include/functions_reporting_html.php:2139 +#: ../../include/functions_events.php:2178 +msgid "Priority" +msgstr "Prioridad" + +#: ../../enterprise/godmode/alerts/alert_events.php:513 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/policies/policy_alerts.php:509 +#: ../../enterprise/godmode/policies/policy_alerts.php:513 +#: ../../enterprise/meta/advanced/synchronizing.user.php:529 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../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 +#: ../../general/header.php:204 ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/alerts/configure_alert_template.php:584 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_edit_modules.php:255 +#: ../../godmode/massive/massive_edit_modules.php:309 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +#: ../../extensions/insert_data.php:163 +msgid "Select" +msgstr "Seleccionar" + +#: ../../enterprise/godmode/alerts/alert_events.php:517 +#: ../../godmode/alerts/configure_alert_action.php:101 +#: ../../godmode/alerts/alert_list.builder.php:109 +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:548 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../general/login_identification_wizard.php:157 +#: ../../godmode/alerts/configure_alert_template.php:801 +msgid "Finish" +msgstr "Finalizar" + +#: ../../enterprise/godmode/alerts/alert_events.php:552 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 +#: ../../enterprise/dashboard/full_dashboard.php:204 +#: ../../godmode/alerts/configure_alert_template.php:808 +#: ../../godmode/alerts/configure_alert_template.php:812 +msgid "Next" +msgstr "Siguiente" + +#: ../../enterprise/godmode/massive/massive_operations.php:27 +#: ../../enterprise/godmode/menu.php:40 +msgid "Satellite operations" +msgstr "Operaciones satélite" + +#: ../../enterprise/godmode/massive/massive_operations.php:47 +#: ../../enterprise/godmode/menu.php:28 +msgid "SNMP operations" +msgstr "Operaciones SNMP" + +#: ../../enterprise/godmode/massive/massive_operations.php:67 +#: ../../enterprise/godmode/menu.php:17 +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_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:394 +#: ../../godmode/massive/massive_edit_modules.php:439 +#: ../../godmode/massive/massive_edit_modules.php:454 +#: ../../godmode/massive/massive_edit_modules.php:458 +#: ../../godmode/massive/massive_edit_modules.php:476 +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/massive/massive_edit_modules.php:517 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:546 +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:583 +msgid "No change" +msgstr "Sin cambios" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:725 +msgid "Cold start (0)" +msgstr "Inicio cero (0)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:728 +msgid "Warm start (1)" +msgstr "Comienzo de inicio (1)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:731 +msgid "Link down (2)" +msgstr "Enlace interrumpido (2)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:734 +msgid "Link up (3)" +msgstr "Enlace activo (3)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:737 +msgid "Authentication failure (4)" +msgstr "Fallo de autenticación (4)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../godmode/groups/configure_group.php:176 +#: ../../operation/integria_incidents/incident_statistics.php:58 +#: ../../operation/users/user_edit.php:306 +#: ../../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/gis_maps/render_view.php:149 +#: ../../extensions/api_checker.php:152 ../../include/functions_graph.php:2357 +#: ../../include/functions_graph.php:2507 +#: ../../include/functions_graph.php:2548 +#: ../../include/functions_graph.php:2589 +#: ../../include/functions_graph.php:2645 +#: ../../include/functions_graph.php:2701 +#: ../../include/functions_graph.php:2755 +#: ../../include/functions_graph.php:2928 +#: ../../include/functions_graph.php:3068 +#: ../../include/functions_graph.php:3124 +#: ../../include/functions_graph.php:4075 +msgid "Other" +msgstr "Otro" + +#: ../../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:217 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 +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_modify_alerts_snmp.php:220 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 +#: ../../godmode/snmpconsole/snmp_alert.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:897 +#: ../../operation/snmpconsole/snmp_view.php:420 +msgid "Trap type" +msgstr "Clase de trap" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 +#: ../../enterprise/godmode/policies/policy_linking.php:68 +#: ../../enterprise/godmode/policies/policies.php:239 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +#: ../../enterprise/godmode/setup/setup_acl.php:133 +#: ../../enterprise/godmode/setup/setup_skins.php:91 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 +#: ../../enterprise/operation/services/services.list.php:272 +#: ../../enterprise/operation/services/services.list.php:278 +#: ../../enterprise/extensions/ipam/ipam_network.php:328 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:662 +#: ../../godmode/reporting/reporting_builder.list_items.php:173 +#: ../../godmode/reporting/reporting_builder.list_items.php:196 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/netflow/nf_item_list.php:148 ../../godmode/tag/tag.php:161 +#: ../../godmode/snmpconsole/snmp_alert.php:908 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/agentes/module_manager.php:49 ../../operation/tree.php:147 +#: ../../operation/netflow/nf_live_view.php:302 +#: ../../operation/incidents/incident.php:230 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/agentes/estado_monitores.php:453 +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/networkmap_list.php:190 +msgid "Filter" +msgstr "Filtro" + +#: ../../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:243 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:282 +#: ../../extensions/realtime_graphs.php:108 +#: ../../include/functions_snmp_browser.php:401 +msgid "OID" +msgstr "OID" + +#: ../../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 +#: ../../godmode/snmpconsole/snmp_alert.php:551 +#: ../../godmode/snmpconsole/snmp_alert.php:1047 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../operation/snmpconsole/snmp_view.php:509 +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:275 +#: ../../enterprise/meta/advanced/metasetup.visual.php:145 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/setup/setup_visuals.php:664 +#: ../../godmode/snmpconsole/snmp_alert.php:832 +#: ../../extensions/agents_alerts.php:81 +#: ../../extensions/agents_modules.php:89 ../../include/functions_html.php:719 +#: ../../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 ../../include/functions.php:430 +#: ../../include/functions.php:564 +msgid "seconds" +msgstr "segundos" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:860 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/functions_visual_map_editor.php:464 +msgid "Position" +msgstr "Posición" + +#: ../../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:83 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 +#: ../../enterprise/godmode/policies/policy_queue.php:331 +#: ../../enterprise/godmode/policies/policy_queue.php:374 +#: ../../enterprise/godmode/agentes/inventory_manager.php:231 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/plugins_manager.php:110 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/policy_view.php:48 +#: ../../enterprise/extensions/resource_exportation/functions.php:17 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/meta/advanced/policymanager.sync.php:306 +#: ../../enterprise/include/functions_policies.php:3751 +#: ../../godmode/alerts/alert_view.php:123 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../operation/agentes/status_monitor.php:927 +#: ../../operation/agentes/ver_agente.php:1178 +#: ../../include/ajax/module.php:721 +msgid "Policy" +msgstr "Política" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +msgid "Tags unused" +msgstr "Etiquetas sin usar" + +#: ../../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 +#: ../../enterprise/godmode/agentes/collection_manager.php:167 +#: ../../godmode/events/event_edit_filter.php:345 +#: ../../godmode/events/event_edit_filter.php:360 +#: ../../operation/events/events_list.php:330 +#: ../../operation/events/events_list.php:357 +msgid "Remove" +msgstr "Eliminar" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +msgid "Tags used" +msgstr "Etiquetas usadas" + +#: ../../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_add_alerts_policy.php:102 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 +#: ../../enterprise/godmode/policies/policy_alerts.php:507 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_delete_alerts.php:206 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../extensions/module_groups.php:46 +msgid "Alert template" +msgstr "Plantilla de alertas" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 +#: ../../include/functions_alerts.php:548 +msgid "Regular expression" +msgstr "Expresión regular" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 +msgid "Modules agents in policy" +msgstr "Modulos de agentes en la política" + +#: ../../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_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:215 +msgid "Filter module" +msgstr "Filtro de módulo" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_alerts.php:226 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_edit_modules.php:343 +msgid "When select agents" +msgstr "Cuando seleccionar agentes" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:228 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:346 +msgid "Show common modules" +msgstr "Mostrar módulos comunes" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:228 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:347 +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 +#: ../../godmode/massive/massive_edit_modules.php:356 +#: ../../godmode/modules/manage_network_components_form_common.php:106 +#: ../../godmode/agentes/module_manager_editor_common.php:240 +#: ../../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:219 +#: ../../enterprise/godmode/modules/configure_local_component.php:234 +#: ../../enterprise/dashboard/widgets/top_n.php:78 +#: ../../godmode/alerts/configure_alert_template.php:612 +#: ../../godmode/massive/massive_edit_modules.php:360 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:494 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +#: ../../godmode/modules/manage_network_components_form_common.php:120 +#: ../../include/functions_reporting_html.php:2396 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_graph.php:4031 +#: ../../include/functions_alerts.php:551 +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:222 +#: ../../enterprise/godmode/modules/configure_local_component.php:237 +#: ../../enterprise/dashboard/widgets/top_n.php:77 +#: ../../godmode/alerts/configure_alert_template.php:617 +#: ../../godmode/massive/massive_edit_modules.php:369 +#: ../../godmode/massive/massive_edit_modules.php:415 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_common.php:110 +#: ../../godmode/modules/manage_network_components_form_common.php:123 +#: ../../godmode/agentes/module_manager_editor_common.php:248 +#: ../../godmode/agentes/module_manager_editor_common.php:267 +#: ../../include/functions_reporting_html.php:2397 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_graph.php:4031 +#: ../../include/functions_alerts.php:550 +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:225 +#: ../../enterprise/godmode/modules/configure_local_component.php:240 +#: ../../godmode/massive/massive_edit_modules.php:378 +#: ../../godmode/massive/massive_edit_modules.php:424 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +#: ../../godmode/modules/manage_network_components_form_common.php:126 +#: ../../godmode/agentes/module_manager_editor_common.php:253 +#: ../../godmode/agentes/module_manager_editor_common.php:272 +#: ../../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:233 +#: ../../godmode/massive/massive_edit_modules.php:402 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/agentes/module_manager_editor_common.php:260 +#: ../../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_edit_modules_satellite.php:354 +#: ../../enterprise/godmode/policies/policy_queue.php:378 +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +msgid "Finished" +msgstr "Terminado" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 +#: ../../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/dashboard/widgets/service_map.php:86 +#: ../../enterprise/load_enterprise.php:1 +#: ../../godmode/massive/massive_edit_agents.php:386 +#: ../../operation/gis_maps/render_view.php:148 +#: ../../include/functions_config.php:511 +#: ../../include/functions_config.php:1497 +msgid "Ok" +msgstr "Bien" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 +#: ../../enterprise/godmode/policies/policy_queue.php:377 +#: ../../enterprise/extensions/ipam/ipam_network.php:151 +#: ../../enterprise/extensions/ipam/ipam_network.php:167 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +msgid "Progress" +msgstr "Progreso" + +#: ../../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_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:182 +msgid "SNMP Alerts to be deleted" +msgstr "Alertas SNMP para añadir" + +#: ../../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_modules.php:436 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 +#: ../../enterprise/godmode/policies/policy_collections.php:37 +#: ../../enterprise/godmode/policies/policy_agents.php:80 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 +#: ../../enterprise/godmode/policies/policy_alerts.php:60 +#: ../../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:122 +#: ../../enterprise/godmode/policies/policies.php:333 +#: ../../enterprise/include/functions_policies.php:3244 +msgid "Linking" +msgstr "Enlazando" + +#: ../../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 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +#: ../../godmode/agentes/modificar_agente.php:155 +#: ../../operation/agentes/estado_agente.php:175 +msgid "Recursion" +msgstr "Recursión" + +#: ../../enterprise/godmode/policies/policies.php:235 +#: ../../enterprise/godmode/policies/policy_collections.php:176 +#: ../../enterprise/godmode/agentes/collections.php:169 +#: ../../enterprise/godmode/agentes/collection_manager.php:44 +#: ../../enterprise/extensions/translate_string.php:254 +#: ../../enterprise/extensions/translate_string.php:255 +#: ../../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/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:337 +#: ../../enterprise/godmode/policies/policy_collections.php:29 +#: ../../enterprise/godmode/policies/policy_collections.php:173 +#: ../../enterprise/godmode/agentes/collections.editor.php:50 +#: ../../enterprise/godmode/agentes/collections.data.php:42 +#: ../../enterprise/godmode/menu.php:49 +#: ../../enterprise/include/functions_policies.php:3253 +#: ../../general/firts_task/collections.php:25 +msgid "Collections" +msgstr "Colecciones" + +#: ../../enterprise/godmode/policies/policies.php:349 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 +#: ../../enterprise/include/functions_policies.php:3234 +msgid "External alerts" +msgstr "Alertas externas" + +#: ../../enterprise/godmode/policies/policies.php:353 +#: ../../enterprise/godmode/policies/policy.php:46 +#: ../../enterprise/include/functions_policies.php:3262 +msgid "Queue" +msgstr "Cola" + +#: ../../enterprise/godmode/policies/policies.php:382 +#: ../../enterprise/godmode/policies/policy_modules.php:1172 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 +#: ../../enterprise/dashboard/dashboards.php:90 +#: ../../enterprise/dashboard/dashboards.php:124 +#: ../../godmode/reporting/map_builder.php:214 +#: ../../godmode/alerts/alert_actions.php:342 +#: ../../godmode/massive/massive_copy_modules.php:224 +msgid "Copy" +msgstr "Copiar" + +#: ../../enterprise/godmode/policies/policies.php:397 +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:403 +msgid "Deleting all policy agents" +msgstr "Eliminando todas los agentes de las políticas" + +#: ../../enterprise/godmode/policies/policies.php:406 +msgid "All the policy agents will be deleted" +msgstr "Todos los agentes de las políticas serán eliminados" + +#: ../../enterprise/godmode/policies/policies.php:410 +msgid "Delete all agents" +msgstr "Eliminar todos los agentes" + +#: ../../enterprise/godmode/policies/policy_modules.php:21 +#: ../../enterprise/godmode/policies/policy_modules.php:1226 +#: ../../godmode/agentes/module_manager_editor_common.php:396 +msgid "Not needed" +msgstr "No necesario" + +#: ../../enterprise/godmode/policies/policy_modules.php:212 +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:270 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 +msgid "Edit module" +msgstr "Editar módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:276 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 +msgid "Add module" +msgstr "Añadir módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:301 +msgid "Module macros" +msgstr "Macros de módulos" + +#: ../../enterprise/godmode/policies/policy_modules.php:398 +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:426 +#, 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:428 +#, 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:669 +#: ../../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:670 +msgid "Could not be added module." +msgstr "El módulo no se pudo añadir" + +#: ../../enterprise/godmode/policies/policy_modules.php:891 +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:894 +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:921 +#: ../../enterprise/godmode/policies/policy_modules.php:935 +#: ../../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:925 +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:940 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 +#: ../../enterprise/godmode/policies/policy_collections.php:73 +#: ../../enterprise/godmode/policies/policy_agents.php:95 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 +#: ../../enterprise/godmode/policies/policy_alerts.php:169 +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +msgid "Successfully reverted deletion" +msgstr "Eliminación revertida correctamente" + +#: ../../enterprise/godmode/policies/policy_modules.php:941 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 +#: ../../enterprise/godmode/policies/policy_collections.php:74 +#: ../../enterprise/godmode/policies/policy_agents.php:96 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 +#: ../../enterprise/godmode/policies/policy_alerts.php:170 +#: ../../enterprise/godmode/policies/policy_plugins.php:43 +msgid "Could not be reverted" +msgstr "No pudo ser revertido" + +#: ../../enterprise/godmode/policies/policy_modules.php:982 +#: ../../godmode/agentes/configurar_agente.php:1414 +#, php-format +msgid "copy of %s" +msgstr "copia de %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:994 +#: ../../godmode/agentes/configurar_agente.php:1424 +#, php-format +msgid "copy of %s (%d)" +msgstr "copia de %s (%d)" + +#: ../../enterprise/godmode/policies/policy_modules.php:1011 +msgid "Successfully duplicate the module." +msgstr "Módulo duplicado con éxito" + +#: ../../enterprise/godmode/policies/policy_modules.php:1012 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 +msgid "Could not be duplicated" +msgstr "No se puede duplicar" + +#: ../../enterprise/godmode/policies/policy_modules.php:1071 +msgid "Local component" +msgstr "Componente local" + +#: ../../enterprise/godmode/policies/policy_modules.php:1080 +#: ../../enterprise/godmode/policies/policy_modules.php:1081 +#: ../../godmode/agentes/module_manager.php:695 +msgid "Enable module" +msgstr "Habilitar el módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:1086 +#: ../../enterprise/godmode/policies/policy_modules.php:1087 +#: ../../godmode/agentes/module_manager.php:700 +msgid "Disable module" +msgstr "Deshabilitar el módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:1103 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/policies/policy_agents.php:473 +#: ../../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:1137 +msgid "There are no defined modules" +msgstr "No hay módulos definidos" + +#: ../../enterprise/godmode/policies/policy_modules.php:1148 +#: ../../enterprise/operation/log/log_viewer.php:246 +#: ../../enterprise/operation/log/log_viewer.php:252 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +#: ../../general/ui/agents_list.php:121 +#: ../../godmode/massive/massive_copy_modules.php:164 +#: ../../operation/reporting/reporting_viewer.php:237 +#: ../../extensions/system_info.php:495 +msgid "Loading" +msgstr "Cargando" + +#: ../../enterprise/godmode/policies/policy_modules.php:1154 +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "Copiar módulos" + +#: ../../enterprise/godmode/policies/policy_modules.php:1155 +msgid "Copy selected modules to policy: " +msgstr "Copiar módulos seleccionados a la política: " + +#: ../../enterprise/godmode/policies/policy_modules.php:1195 +#: ../../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:1196 +#: ../../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:1197 +#: ../../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:1292 +msgid "Variable" +msgstr "Variable" + +#: ../../enterprise/godmode/policies/policy_modules.php:1332 +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:1352 +msgid "Please select any module to copy" +msgstr "Por favor, seleccione algún modulo para copiar" + +#: ../../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:169 +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../godmode/agentes/configurar_agente.php:511 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/events/events_rss.php:185 +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:535 +#: ../../operation/snmpconsole/snmp_view.php:829 +#: ../../operation/agentes/estado_monitores.php:430 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:978 +#: ../../include/functions_events.php:3350 +msgid "Alert" +msgstr "Alerta" + +#: ../../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/godmode/policies/configure_policy.php:38 +#: ../../enterprise/include/functions_policies.php:3197 +#: ../../godmode/agentes/configurar_agente.php:268 +#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:217 +#: ../../godmode/menu.php:224 ../../operation/gis_maps/render_view.php:116 +#: ../../operation/agentes/estado_agente.php:135 +msgid "Setup" +msgstr "Configuración" + +#: ../../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: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_collections.php:161 +#: ../../enterprise/godmode/policies/policy_collections.php:213 +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/policy_view.php:164 +msgid "Outdate" +msgstr "Obsoleto" + +#: ../../enterprise/godmode/policies/policy.php:54 +#: ../../enterprise/godmode/agentes/configurar_agente.php:49 +#: ../../enterprise/include/functions_policies.php:3280 +#: ../../godmode/agentes/configurar_agente.php:504 +msgid "Agent plugins" +msgstr "Plugins del agente" + +#: ../../enterprise/godmode/policies/policy.php:110 +#: ../../enterprise/godmode/policies/policy.php:133 +#: ../../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:113 +#: ../../enterprise/godmode/policies/policy.php:134 +#: ../../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:116 +#: ../../enterprise/godmode/policies/policy.php:137 +#: ../../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/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:242 +#: ../../enterprise/godmode/policies/policy_agents.php:258 +#: ../../enterprise/godmode/policies/policy_agents.php:362 +#: ../../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_add_action_alerts.php:139 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_delete_alerts.php:215 +#: ../../godmode/massive/massive_edit_agents.php:208 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_edit_modules.php:284 +#: ../../godmode/massive/massive_delete_action_alerts.php:141 +#: ../../godmode/massive/massive_standby_alerts.php:139 +msgid "Group recursion" +msgstr "Recursión de grupos" + +#: ../../enterprise/godmode/policies/policy_agents.php:284 +msgid "Agents in Policy" +msgstr "Agentes en la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:321 +msgid "Add agents to policy" +msgstr "Añadir agentes a la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:327 +msgid "Delete agents from policy" +msgstr "Eliminar agentes de la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:367 +msgid "Applied" +msgstr "Aplicado" + +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Not applied" +msgstr "No aplicado" + +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../godmode/massive/massive_edit_agents.php:349 +#: ../../godmode/servers/servers.build_table.php:161 +#: ../../godmode/agentes/agent_manager.php:314 +#: ../../godmode/agentes/configurar_agente.php:416 +#: ../../godmode/agentes/configurar_agente.php:526 +#: ../../operation/agentes/estado_generalagente.php:293 +msgid "Remote configuration" +msgstr "Configuración remota" + +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../enterprise/operation/agentes/policy_view.php:304 +msgid "R." +msgstr "R." + +#: ../../enterprise/godmode/policies/policy_agents.php:379 +msgid "Unlinked modules" +msgstr "Módulos sin enlazar" + +#: ../../enterprise/godmode/policies/policy_agents.php:379 +msgid "U." +msgstr "U." + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +#: ../../enterprise/godmode/policies/policy_queue.php:415 +#: ../../enterprise/meta/advanced/policymanager.queue.php:306 +#: ../../enterprise/meta/advanced/policymanager.apply.php:215 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 +#: ../../include/functions_visual_map_editor.php:334 +msgid "Apply" +msgstr "Aplicar" + +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/operation/agentes/policy_view.php:50 +msgid "Last application" +msgstr "Última aplicación" + +#: ../../enterprise/godmode/policies/policy_agents.php:382 +msgid "Add to delete queue" +msgstr "Añadir a la lista de eliminación" + +#: ../../enterprise/godmode/policies/policy_agents.php:382 +#: ../../godmode/agentes/module_manager.php:533 +msgid "D." +msgstr "D." + +#: ../../enterprise/godmode/policies/policy_agents.php:427 +#: ../../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:432 +msgid "This agent can not be remotely configured" +msgstr "Este agente no puede ser configurado remotamente" + +#: ../../enterprise/godmode/policies/policy_agents.php:456 +#: ../../enterprise/godmode/policies/policy_queue.php:176 +msgid "Add to apply queue" +msgstr "Añadir para aplicar cola" + +#: ../../enterprise/godmode/policies/policy_agents.php:487 +#: ../../enterprise/operation/agentes/policy_view.php:62 +msgid "Policy applied" +msgstr "Política aplicada" + +#: ../../enterprise/godmode/policies/policy_agents.php:491 +msgid "Need apply" +msgstr "Necesita aplicar" + +#: ../../enterprise/godmode/policies/policy_agents.php:499 +msgid "Applying policy" +msgstr "Aplicando política" + +#: ../../enterprise/godmode/policies/policy_agents.php:505 +msgid "Deleting from policy" +msgstr "Eliminando de la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:519 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_alerts.php:83 +#: ../../godmode/massive/massive_edit_agents.php:90 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../include/functions_visual_map.php:1233 +#: ../../include/functions_visual_map.php:1466 +msgid "No agents selected" +msgstr "No se selección ningún agente" + +#: ../../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: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 +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/snmpconsole/snmp_alert.php:913 +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/agentes/graphs.php:163 +msgid "Toggle filter(s)" +msgstr "Conmutar filtro(s)" + +#: ../../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: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:470 +#: ../../enterprise/extensions/ipam/ipam_network.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:236 +#: ../../enterprise/dashboard/widgets/top_n.php:286 +#: ../../enterprise/dashboard/main_dashboard.php:220 +#: ../../enterprise/include/functions_networkmap_enterprise.php:615 +#: ../../general/login_page.php:46 ../../general/login_page.php:199 +#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/visual_console/public_console.php:112 +#: ../../operation/visual_console/render_view.php:173 +#: ../../operation/servers/recon_view.php:49 +#: ../../operation/agentes/networkmap.php:584 +#: ../../extensions/agents_alerts.php:79 +#: ../../extensions/agents_modules.php:87 ../../include/ajax/module.php:782 +msgid "Refresh" +msgstr "Refrescar" + +#: ../../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 +msgid "Apply all" +msgstr "Aplicar a todo" + +#: ../../enterprise/godmode/policies/policy_queue.php:493 +msgid "Delete all" +msgstr "Eliminar todo" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/menu.php:59 +#: ../../enterprise/include/functions_policies.php:3215 +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/modules/manage_inventory_modules.php:92 +#: ../../enterprise/godmode/agentes/inventory_manager.php:108 +msgid "Successfully updated inventory module" +msgstr "Módulo del inventario actualizado correctamente" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 +#: ../../enterprise/godmode/agentes/inventory_manager.php:111 +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:188 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 +#: ../../enterprise/godmode/modules/configure_local_component.php:215 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:80 +#: ../../enterprise/godmode/agentes/inventory_manager.php:174 +#: ../../enterprise/godmode/agentes/inventory_manager.php:236 +#: ../../enterprise/extensions/ipam/ipam_network.php:125 +#: ../../enterprise/extensions/ipam/ipam_list.php:162 +#: ../../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/meta/agentsearch.php:94 +#: ../../enterprise/include/functions_reporting_pdf.php:2363 +#: ../../godmode/massive/massive_edit_agents.php:283 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/modules/manage_network_components_form_common.php:102 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:247 +#: ../../godmode/agentes/module_manager_editor_common.php:342 +#: ../../godmode/agentes/module_manager_editor_common.php:368 +#: ../../godmode/agentes/agent_manager.php:246 +#: ../../godmode/agentes/module_manager.php:524 +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 +#: ../../operation/search_modules.php:50 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/agentes/status_monitor.php:955 +#: ../../operation/agentes/estado_agente.php:487 +#: ../../operation/agentes/estado_generalagente.php:201 +#: ../../mobile/operation/modules.php:497 +#: ../../mobile/operation/modules.php:500 +#: ../../mobile/operation/modules.php:501 +#: ../../mobile/operation/modules.php:673 +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:493 +msgid "Interval" +msgstr "Intervalo" + +#: ../../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:198 +#: ../../enterprise/godmode/agentes/inventory_manager.php:184 +#: ../../include/functions_netflow.php:1091 ../../include/functions.php:2020 +#: ../../include/ajax/module.php:126 +msgid "1 month" +msgstr "1 mes" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 +#: ../../enterprise/godmode/agentes/inventory_manager.php:188 +#: ../../godmode/massive/massive_edit_modules.php:506 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +msgid "Username" +msgstr "Usuario" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 +#: ../../enterprise/godmode/setup/setup_auth.php:76 +#: ../../enterprise/godmode/setup/setup_auth.php:108 +#: ../../enterprise/godmode/setup/setup_auth.php:140 +#: ../../enterprise/godmode/servers/manage_export_form.php:101 +#: ../../enterprise/godmode/agentes/inventory_manager.php:191 +#: ../../enterprise/extensions/vmware/main.php:230 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/meta/general/login_page.php:95 +#: ../../enterprise/meta/include/functions_meta.php:859 +#: ../../enterprise/meta/include/functions_meta.php:912 +#: ../../enterprise/meta/include/functions_meta.php:965 +#: ../../enterprise/meta/include/functions_wizard_meta.php:402 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 +#: ../../enterprise/include/functions_setup.php:30 +#: ../../enterprise/include/functions_setup.php:59 +#: ../../general/login_page.php:141 ../../general/login_page.php:165 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 +#: ../../extensions/api_checker.php:119 +#: ../../mobile/include/user.class.php:252 +#: ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 +msgid "Password" +msgstr "Contraseña" + +#: ../../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_alerts.php:239 +#: ../../enterprise/godmode/policies/policy_alerts.php:438 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../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_list.builder.php:113 +#: ../../godmode/alerts/alert_view.php:75 ../../operation/search_alerts.php:45 +#: ../../operation/servers/recon_view.php:101 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../extensions/agents_alerts.php:344 +#: ../../mobile/operation/alerts.php:270 +#: ../../include/functions_reporting_html.php:1377 +#: ../../include/functions_reporting_html.php:1415 +#: ../../include/functions_reporting_html.php:1451 +#: ../../include/functions_treeview.php:328 +#: ../../include/functions_treeview.php:369 +msgid "Template" +msgstr "Plantilla" + +#: ../../enterprise/godmode/policies/policy_alerts.php:511 +msgid "Policy module" +msgstr "Módulo de la política" + +#: ../../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:203 +msgid "Plugins" +msgstr "Plugins" + +#: ../../enterprise/godmode/policies/policy_plugins.php:111 +msgid "There are no defined plugins" +msgstr "No hay plugins definidos" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/local_components.php:89 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/meta/general/main_header.php:258 +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Module management" +msgstr "Gestión de módulos" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 +#: ../../enterprise/operation/log/log_viewer.php:155 +#: ../../enterprise/extensions/backup/main.php:57 +#: ../../godmode/setup/setup_general.php:186 +#: ../../godmode/netflow/nf_edit.php:43 +#: ../../operation/netflow/nf_live_view.php:111 +msgid "Not supported in Windows systems" +msgstr "No soportado en sistemas Windows" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 +#: ../../enterprise/godmode/agentes/inventory_manager.php:129 +msgid "Inventory module error" +msgstr "Error del módulo del inventario" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 +#: ../../enterprise/godmode/modules/configure_local_component.php:160 +#: ../../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/extensions/ipam/ipam_network.php:538 +#: ../../enterprise/meta/agentsearch.php:93 +#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../godmode/massive/massive_edit_agents.php:287 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:286 +#: ../../godmode/agentes/agent_manager.php:252 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/agentes/modificar_agente.php:454 ../../operation/tree.php:55 +#: ../../operation/tree.php:94 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 ../../operation/gis_maps/ajax.php:276 +#: ../../operation/agentes/estado_agente.php:482 +#: ../../operation/agentes/estado_generalagente.php:128 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:315 +#: ../../include/functions_reporting_html.php:1543 +#: ../../include/functions_events.php:2038 +msgid "OS" +msgstr "SO" + +#: ../../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_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_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:759 +#: ../../godmode/modules/manage_network_components_form_common.php:56 +msgid "Wizard level" +msgstr "Nivel Wizard" + +#: ../../enterprise/godmode/modules/configure_local_component.php:149 +#: ../../enterprise/meta/advanced/metasetup.setup.php:107 +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:676 +#: ../../godmode/alerts/configure_alert_template.php:690 +#: ../../godmode/alerts/configure_alert_template.php:762 +#: ../../godmode/modules/manage_network_components_form_common.php:57 +#: ../../godmode/users/configure_user.php:529 +msgid "Basic" +msgstr "Básico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:150 +#: ../../enterprise/meta/general/main_header.php:237 +#: ../../enterprise/meta/general/main_header.php:308 +#: ../../enterprise/meta/general/logon_ok.php:64 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:680 +#: ../../godmode/alerts/configure_alert_template.php:694 +#: ../../godmode/alerts/configure_alert_template.php:763 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/users/configure_user.php:530 +#: ../../operation/netflow/nf_live_view.php:305 +msgid "Advanced" +msgstr "Avanzado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:168 +#: ../../godmode/massive/massive_edit_modules.php:561 +#: ../../godmode/modules/manage_network_components_form_common.php:155 +#: ../../godmode/agentes/module_manager_editor_common.php:414 +#, fuzzy +msgid "Discard unknown events" +msgstr "Descartar eventos desconocidos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:228 +#: ../../enterprise/godmode/modules/configure_local_component.php:243 #: ../../enterprise/meta/include/functions_wizard_meta.php:840 #: ../../enterprise/meta/include/functions_wizard_meta.php:849 #: ../../enterprise/meta/include/functions_wizard_meta.php:926 @@ -7863,1414 +7647,3544 @@ msgstr "Máx" #: ../../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/massive/massive_edit_modules.php:388 +#: ../../godmode/massive/massive_edit_modules.php:434 #: ../../godmode/modules/manage_network_components_form_common.php:116 #: ../../godmode/modules/manage_network_components_form_common.php:129 #: ../../godmode/agentes/module_manager_editor_common.php:258 #: ../../godmode/agentes/module_manager_editor_common.php:277 -#: ../../godmode/massive/massive_edit_modules.php:377 -#: ../../godmode/massive/massive_edit_modules.php:423 msgid "Inverse interval" msgstr "Intervalo inverso" -#: ../../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/godmode/modules/configure_local_component.php:246 +#: ../../godmode/massive/massive_edit_modules.php:523 +#: ../../godmode/modules/manage_network_components_form_common.php:132 +#: ../../godmode/agentes/module_manager_editor_common.php:281 +msgid "FF threshold" +msgstr "Umbral Flip-Flop" -#: ../../enterprise/meta/include/functions_wizard_meta.php:946 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:98 -msgid "Proxy URL" -msgstr "Proxy URL" +#: ../../enterprise/godmode/modules/configure_local_component.php:248 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:526 +#: ../../godmode/modules/manage_network_components_form_common.php:134 +#: ../../godmode/agentes/module_manager_editor_common.php:284 +msgid "All state changing" +msgstr "Todo cambio de estado" -#: ../../enterprise/meta/include/functions_wizard_meta.php:951 -msgid "Web configuration" -msgstr "Configuración web" +#: ../../enterprise/godmode/modules/configure_local_component.php:251 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/massive/massive_edit_modules.php:527 +#: ../../godmode/modules/manage_network_components_form_common.php:137 +#: ../../godmode/agentes/module_manager_editor_common.php:287 +msgid "Each state changing" +msgstr "Cada cambio de estado" -#: ../../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/godmode/modules/configure_local_component.php:252 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/modules/manage_network_components_form_common.php:138 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +msgid "To normal" +msgstr "A normal" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 -msgid " Inverse interval " -msgstr " Intervalo inverso " +#: ../../enterprise/godmode/modules/configure_local_component.php:254 +#: ../../godmode/massive/massive_edit_modules.php:529 +#: ../../godmode/modules/manage_network_components_form_common.php:140 +#: ../../godmode/agentes/module_manager_editor_common.php:291 +msgid "To warning" +msgstr "A advertencia" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 -msgid "Alerts in module" -msgstr "Alertas en el módulo" +#: ../../enterprise/godmode/modules/configure_local_component.php:256 +#: ../../godmode/massive/massive_edit_modules.php:530 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:294 +msgid "To critical" +msgstr "A crítico" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 -#: ../../include/functions_reporting_html.php:2137 -msgid "Alert description" -msgstr "Descripción de la alerta" +#: ../../enterprise/godmode/modules/configure_local_component.php:260 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +#: ../../godmode/agentes/module_manager_editor_common.php:297 +#: ../../include/functions_reporting.php:2221 +msgid "Historical data" +msgstr "Histórico de datos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 -msgid "Checks" -msgstr "Comprobaciones" +#: ../../enterprise/godmode/modules/configure_local_component.php:263 +#: ../../godmode/massive/massive_edit_modules.php:534 +#: ../../godmode/agentes/module_manager_editor_common.php:425 +msgid "FF timeout" +msgstr "FF tiempo de espera" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 -msgid "Deleted modules" -msgstr "Módulos eliminados" - -#: ../../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/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 +#: ../../enterprise/godmode/modules/configure_local_component.php:265 +#: ../../godmode/massive/massive_edit_modules.php:535 +#: ../../godmode/agentes/module_manager_editor_common.php:431 msgid "" -"There was an error creating the alerts, the operation has been cancelled" +"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 "" -"Se produjo un error al crear las alertas, la operación ha sido cancelada" +"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/meta/include/functions_wizard_meta.php:1904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 -#: ../../enterprise/godmode/policies/policy_modules.php:669 -msgid "Successfully added module." -msgstr "Módulo añadido correctamente" - -#: ../../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" - -#: ../../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/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 -#: ../../operation/incidents/incident.php:246 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../operation/integria_incidents/incident.incident.php:90 -#: ../../operation/integria_incidents/incident.list.php:97 -#: ../../operation/agentes/estado_generalagente.php:408 -#: ../../godmode/alerts/alert_list.list.php:127 -#: ../../godmode/alerts/configure_alert_template.php:754 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/agentes/agent_incidents.php:88 -#: ../../godmode/snmpconsole/snmp_alert.php:835 -#: ../../godmode/snmpconsole/snmp_alert.php:900 -#: ../../include/functions_events.php:2171 -#: ../../include/functions_reporting_html.php:2139 -msgid "Priority" -msgstr "Prioridad" - -#: ../../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:120 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1321 -#: ../../enterprise/include/functions_reporting_pdf.php:1707 -#: ../../enterprise/include/functions_reporting.php:1145 -#: ../../enterprise/include/functions_reporting.php:1401 -#: ../../enterprise/include/functions_reporting.php:1835 -#: ../../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:797 -#: ../../include/functions_html.php:846 -msgid "Monday" -msgstr "Lunes" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1327 -#: ../../enterprise/include/functions_reporting_pdf.php:1708 -#: ../../enterprise/include/functions_reporting.php:1146 -#: ../../enterprise/include/functions_reporting.php:1402 -#: ../../enterprise/include/functions_reporting.php:1836 -#: ../../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:803 -#: ../../include/functions_html.php:847 -msgid "Tuesday" -msgstr "Martes" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1333 -#: ../../enterprise/include/functions_reporting_pdf.php:1709 -#: ../../enterprise/include/functions_reporting.php:1147 -#: ../../enterprise/include/functions_reporting.php:1403 -#: ../../enterprise/include/functions_reporting.php:1837 -#: ../../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:809 -#: ../../include/functions_html.php:848 -msgid "Wednesday" -msgstr "Miércoles" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1339 -#: ../../enterprise/include/functions_reporting_pdf.php:1710 -#: ../../enterprise/include/functions_reporting.php:1148 -#: ../../enterprise/include/functions_reporting.php:1404 -#: ../../enterprise/include/functions_reporting.php:1838 -#: ../../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:815 -#: ../../include/functions_html.php:849 -msgid "Thursday" -msgstr "Jueves" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1345 -#: ../../enterprise/include/functions_reporting_pdf.php:1711 -#: ../../enterprise/include/functions_reporting.php:1149 -#: ../../enterprise/include/functions_reporting.php:1405 -#: ../../enterprise/include/functions_reporting.php:1839 -#: ../../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:821 -#: ../../include/functions_html.php:850 -msgid "Friday" -msgstr "Viernes" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1351 -#: ../../enterprise/include/functions_reporting_pdf.php:1712 -#: ../../enterprise/include/functions_reporting.php:1150 -#: ../../enterprise/include/functions_reporting.php:1406 -#: ../../enterprise/include/functions_reporting.php:1840 -#: ../../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:827 -#: ../../include/functions_html.php:851 -msgid "Saturday" -msgstr "Sábado" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1357 -#: ../../enterprise/include/functions_reporting_pdf.php:1713 -#: ../../enterprise/include/functions_reporting.php:1151 -#: ../../enterprise/include/functions_reporting.php:1407 -#: ../../enterprise/include/functions_reporting.php:1841 -#: ../../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:833 -#: ../../include/functions_html.php:845 -msgid "Sunday" -msgstr "Domingo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../enterprise/extensions/ipam/ipam_editor.php:95 -#: ../../enterprise/godmode/setup/setup_history.php:64 -#: ../../godmode/alerts/alert_templates.php:73 -#: ../../include/functions_config.php:654 -msgid "Days" -msgstr "Días" - -#: ../../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:143 -#: ../../enterprise/godmode/alerts/alert_events.php:453 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 -#: ../../godmode/alerts/configure_alert_template.php:545 -#: ../../godmode/alerts/alert_view.php:306 -#: ../../godmode/alerts/alert_templates.php:89 -#: ../../godmode/snmpconsole/snmp_alert.php:813 -msgid "Time threshold" -msgstr "Umbral de tiempo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/include/functions_reporting_pdf.php:2213 -#: ../../enterprise/include/functions_reporting_pdf.php:2249 -#: ../../enterprise/include/functions_reporting_pdf.php:2287 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:199 -#: ../../godmode/alerts/alert_list.list.php:531 -#: ../../godmode/alerts/alert_list.list.php:535 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../godmode/agentes/planned_downtime.list.php:143 -msgid "From" -msgstr "De" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -#: ../../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_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/include/functions_reporting.php:1959 -#: ../../enterprise/include/functions_reporting.php:2070 -#: ../../enterprise/include/functions_reporting.php:3246 -#: ../../operation/reporting/reporting_viewer.php:203 -#: ../../godmode/alerts/alert_list.list.php:532 -#: ../../godmode/alerts/alert_list.list.php:610 -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../godmode/alerts/alert_templates.php:96 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -#: ../../include/functions_reporting.php:8561 -msgid "to" -msgstr "a" - -#: ../../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 -#: ../../extensions/agents_alerts.php:330 -#: ../../mobile/operation/alerts.php:261 -#: ../../operation/snmpconsole/snmp_view.php:646 -#: ../../godmode/alerts/alert_list.list.php:641 -#: ../../godmode/alerts/alert_view.php:93 -#: ../../include/functions_reporting.php:6345 -#: ../../include/functions_ui.php:915 ../../include/functions_agents.php:2090 -#: ../../include/functions_agents.php:2102 -msgid "Alert not fired" -msgstr "Alerta no lanzada" - -#: ../../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 -#: ../../extensions/agents_alerts.php:322 -#: ../../mobile/operation/alerts.php:253 -#: ../../godmode/alerts/alert_list.list.php:633 -#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:907 -msgid "times" -msgstr "veces" - -#: ../../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 -#: ../../extensions/agents_alerts.php:326 -#: ../../mobile/operation/alerts.php:257 -#: ../../godmode/alerts/alert_list.list.php:637 -#: ../../godmode/alerts/alert_view.php:89 -#: ../../include/functions_reporting.php:6406 -#: ../../include/functions_ui.php:911 -msgid "Alert disabled" -msgstr "Alerta desactivada" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 -#: ../../enterprise/extensions/ipam/ipam_network.php:542 -#: ../../enterprise/extensions/ipam/ipam_massive.php:79 -#: ../../enterprise/godmode/setup/setup.php:98 -#: ../../enterprise/include/functions_reporting_pdf.php:2340 -#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../enterprise/godmode/modules/configure_local_component.php:266 +#: ../../enterprise/godmode/setup/edit_skin.php:248 +#: ../../enterprise/godmode/setup/setup.php:99 +#: ../../enterprise/extensions/vmware/functions.php:20 +#: ../../enterprise/meta/include/functions_wizard_meta.php:179 +#: ../../enterprise/meta/include/functions_wizard_meta.php:407 +#: ../../enterprise/meta/include/functions_wizard_meta.php:476 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1366 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1456 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 +#: ../../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/include/functions_reporting_pdf.php:2343 +#: ../../godmode/alerts/alert_view.php:516 #: ../../godmode/alerts/configure_alert_template.php:650 -#: ../../include/functions_reporting_html.php:1555 +#: ../../godmode/massive/massive_edit_agents.php:345 +#: ../../godmode/massive/massive_edit_modules.php:455 +#: ../../godmode/agentes/module_manager_editor_common.php:161 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +#: ../../godmode/agentes/agent_manager.php:308 +#: ../../godmode/agentes/modificar_agente.php:516 +#: ../../operation/search_agents.php:90 +#: ../../operation/agentes/estado_generalagente.php:80 +#: ../../operation/agentes/estado_generalagente.php:295 +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../mobile/operation/agent.php:122 ../../mobile/operation/alerts.php:40 +#: ../../include/functions_reporting_html.php:1558 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:463 #: ../../include/functions_groups.php:2158 -msgid "Enabled" -msgstr "Activado" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 -#: ../../enterprise/operation/agentes/policy_view.php:221 -#: ../../mobile/operation/alerts.php:44 -#: ../../operation/agentes/alerts_status.functions.php:80 -#: ../../godmode/alerts/alert_list.list.php:140 -#: ../../include/functions_ui.php:813 -msgid "Standby on" -msgstr "Modo standby activado" - -#: ../../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:141 -msgid "Standby off" -msgstr "Modo standby desactivado" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../include/functions_treeview.php:373 -msgid "There was a problem loading agent" -msgstr "Hubo un problema al cargar la configuración del agente" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/meta/include/functions_events_meta.php:61 -#: ../../enterprise/include/functions_inventory.php:64 -#: ../../enterprise/include/functions_reporting_pdf.php:2310 -#: ../../mobile/operation/modules.php:453 -#: ../../mobile/operation/modules.php:677 -#: ../../operation/events/events.build_table.php:161 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../godmode/agentes/agent_manager.php:154 -#: ../../godmode/agentes/modificar_agente.php:449 -#: ../../include/functions_treeview.php:400 -#: ../../include/functions_events.php:36 -#: ../../include/functions_events.php:894 -#: ../../include/functions_events.php:3306 -#: ../../include/functions_reporting_html.php:1541 -msgid "Agent name" -msgstr "Nombre del agente" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -#: ../../mobile/operation/agent.php:151 -#: ../../operation/agentes/estado_generalagente.php:269 -#: ../../include/functions_treeview.php:416 -msgid "Other IP addresses" -msgstr "Otras direcciones IP" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -#: ../../operation/agentes/estado_generalagente.php:160 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../include/functions_treeview.php:487 -msgid "Agent Version" -msgstr "Versión del agente" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -#: ../../operation/agentes/estado_generalagente.php:311 -#: ../../include/functions_treeview.php:504 -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 -#: ../../operation/agentes/ver_agente.php:896 -#: ../../operation/agentes/ver_agente.php:1102 -#: ../../operation/agentes/estado_generalagente.php:330 -#: ../../godmode/agentes/agent_manager.php:386 -#: ../../include/functions_treeview.php:513 -msgid "Url address" -msgstr "Dirección Url" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../include/functions_treeview.php:447 -msgid "Remote" -msgstr "Remoto" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 -#: ../../enterprise/extensions/cron/main.php:260 -#: ../../enterprise/extensions/ipam/ipam_list.php:223 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 -#: ../../operation/agentes/estado_generalagente.php:211 -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 -#: ../../godmode/snmpconsole/snmp_alert.php:1111 -#: ../../godmode/db/db_main.php:183 ../../include/functions_treeview.php:440 -#: ../../include/functions_ui.php:449 -msgid "Never" -msgstr "Nunca" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -#: ../../operation/agentes/estado_generalagente.php:339 -#: ../../include/functions_treeview.php:521 -msgid "Timezone Offset" -msgstr "Franja horaria desactivada" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -#: ../../include/functions_treeview.php:455 -msgid "Next agent contact" -msgstr "Siguiente contacto con el agente" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:355 -#: ../../include/functions_treeview.php:536 -msgid "Custom field" -msgstr "Campo personalizado" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -#: ../../operation/agentes/agent_fields.php:48 -#: ../../operation/agentes/custom_fields.php:87 -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/main.php:88 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../include/functions_filemanager.php:638 -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: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_modu_group.php:51 -#: ../../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 -#: ../../operation/agentes/ver_agente.php:720 -#: ../../operation/agentes/estado_generalagente.php:279 -#: ../../godmode/modules/manage_nc_groups_form.php:69 -#: ../../godmode/agentes/agent_manager.php:233 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -#: ../../godmode/groups/configure_group.php:132 -#: ../../godmode/massive/massive_edit_agents.php:267 -#: ../../include/functions_visual_map_editor.php:492 -msgid "Parent" -msgstr "Padre" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 -#: ../../enterprise/dashboard/widgets/module_icon.php:84 -#: ../../enterprise/dashboard/widgets/module_status.php:84 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 -#: ../../godmode/setup/os.builder.php:39 -#: ../../godmode/modules/module_list.php:57 -#: ../../godmode/reporting/visual_console_builder.elements.php:183 -#: ../../godmode/groups/configure_group.php:117 -#: ../../godmode/groups/group_list.php:335 -#: ../../include/functions_visual_map_editor.php:60 -#: ../../include/functions_visual_map_editor.php:576 -#: ../../include/functions_visual_map.php:2331 -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:2357 -#: ../../mobile/operation/modules.php:447 -#: ../../mobile/operation/modules.php:676 -#: ../../operation/agentes/status_monitor.php:320 -#: ../../operation/agentes/status_monitor.php:942 -#: ../../godmode/modules/manage_network_templates_form.php:196 -#: ../../godmode/modules/manage_network_components.php:549 -#: ../../godmode/alerts/alert_list.list.php:86 -#: ../../godmode/agentes/agent_template.php:223 -#: ../../include/ajax/module.php:703 -msgid "Module name" -msgstr "Nombre módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -#: ../../operation/agentes/status_monitor.php:300 -#: ../../godmode/agentes/module_manager_editor_common.php:233 -#: ../../godmode/massive/massive_edit_modules.php:490 -#: ../../include/functions_treeview.php:118 -#: ../../include/functions_graph.php:5004 -msgid "Not assigned" -msgstr "Sin asignar" - -#: ../../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:150 -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:285 -#: ../../godmode/alerts/alert_list.list.php:58 -msgid "Template name" -msgstr "Nombre de la plantilla" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../operation/agentes/alerts_status.functions.php:103 -#: ../../operation/agentes/alerts_status.php:416 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../godmode/alerts/alert_list.list.php:138 -msgid "Standby" -msgstr "Standby" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 -#: ../../enterprise/operation/agentes/policy_view.php:197 -#: ../../extensions/agents_alerts.php:280 -#: ../../operation/agentes/alerts_status.php:429 -#: ../../operation/agentes/alerts_status.php:469 -#: ../../operation/agentes/alerts_status.php:502 -#: ../../operation/agentes/alerts_status.php:535 -#: ../../godmode/alerts/alert_view.php:79 -#: ../../godmode/snmpconsole/snmp_alert.php:1063 -#: ../../include/functions_reporting_html.php:2365 -msgid "Last fired" -msgstr "Lanzada por última vez" - -#: ../../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_ui_meta.php:54 -#: ../../include/functions_ui.php:1293 -msgid "the Flexible Monitoring System" -msgstr "el Sistema Flexible de Monitorización" - -#: ../../enterprise/meta/include/functions_ui_meta.php:786 -#: ../../enterprise/dashboard/main_dashboard.php:360 -#: ../../enterprise/dashboard/main_dashboard.php:433 -#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 -#: ../../operation/agentes/networkmap_list.php:377 -#: ../../operation/users/user_edit.php:598 -#: ../../operation/users/user_edit.php:663 -#: ../../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/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 ../../include/functions_events.php:1162 -#: ../../include/functions_events.php:1429 -msgid "Error" -msgstr "Error" - -#: ../../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:2081 -msgid "Event name" -msgstr "Nombre del evento" - -#: ../../enterprise/meta/include/functions_events_meta.php:73 -#: ../../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 -#: ../../enterprise/include/functions_reporting_csv.php:224 -#: ../../enterprise/include/functions_reporting_csv.php:754 -#: ../../mobile/operation/modules.php:505 -#: ../../mobile/operation/modules.php:680 -#: ../../mobile/operation/events.php:473 -#: ../../operation/integria_incidents/incident.files.php:43 -#: ../../operation/search_modules.php:54 -#: ../../operation/messages/message_list.php:123 -#: ../../operation/events/events.build_table.php:167 -#: ../../operation/events/events.php:89 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:983 -#: ../../operation/agentes/estado_generalagente.php:403 -#: ../../operation/agentes/exportdata.php:99 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/snmpconsole/snmp_view.php:531 -#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 -#: ../../godmode/events/custom_events.php:158 -#: ../../include/functions_netflow.php:287 -#: ../../include/functions_reporting.php:4789 -#: ../../include/ajax/events.php:466 ../../include/functions_events.php:40 -#: ../../include/functions_events.php:898 -#: ../../include/functions_events.php:2341 -#: ../../include/functions_events.php:3312 -#: ../../include/functions_reporting_html.php:535 -#: ../../include/functions_reporting_html.php:665 -#: ../../include/functions_reporting_html.php:1149 -#: ../../include/functions_reporting_html.php:2083 -msgid "Timestamp" -msgstr "Fecha/Hora" - -#: ../../enterprise/meta/include/functions_events_meta.php:76 -#: ../../enterprise/dashboard/widgets/events_list.php:36 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 -#: ../../enterprise/include/functions_reporting_pdf.php:1181 -#: ../../operation/events/events.build_table.php:191 -#: ../../operation/events/events_list.php:552 -#: ../../godmode/events/custom_events.php:89 -#: ../../godmode/events/custom_events.php:159 -#: ../../godmode/events/event_filter.php:110 -#: ../../godmode/events/event_edit_filter.php:224 -#: ../../include/functions_events.php:41 -#: ../../include/functions_events.php:3332 -#: ../../include/functions_reporting_html.php:662 -msgid "Event type" -msgstr "Tipo de 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:82 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../operation/events/events.build_table.php:204 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/agentes/estado_monitores.php:430 -#: ../../operation/snmpconsole/snmp_view.php:382 -#: ../../operation/snmpconsole/snmp_view.php:535 -#: ../../operation/snmpconsole/snmp_view.php:829 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../godmode/agentes/configurar_agente.php:511 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:977 -#: ../../include/functions_events.php:3343 -msgid "Alert" -msgstr "Alerta" - -#: ../../enterprise/meta/include/functions_events_meta.php:85 -#: ../../enterprise/dashboard/widgets/events_list.php:54 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 -#: ../../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/include/functions_reporting.php:1325 -#: ../../enterprise/include/functions_reporting.php:1816 -#: ../../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 -#: ../../operation/events/events.build_table.php:211 -#: ../../operation/events/events_list.php:558 -#: ../../operation/snmpconsole/snmp_view.php:399 -#: ../../godmode/events/custom_events.php:98 -#: ../../godmode/events/custom_events.php:162 -#: ../../godmode/events/event_filter.php:112 -#: ../../godmode/events/event_edit_filter.php:228 -#: ../../include/functions_reporting.php:4787 -#: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:884 -#: ../../include/functions_events.php:2385 -#: ../../include/functions_events.php:3349 -#: ../../include/functions_reporting_html.php:533 -#: ../../include/functions_reporting_html.php:663 -#: ../../include/functions_reporting_html.php:1147 -msgid "Severity" -msgstr "Gravedad" - -#: ../../enterprise/meta/include/functions_events_meta.php:88 -#: ../../operation/events/events.build_table.php:217 -#: ../../operation/events/events.build_table.php:569 -#: ../../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" - -#: ../../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_events_meta.php:100 -#: ../../mobile/operation/events.php:477 -#: ../../operation/incidents/incident.php:342 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../operation/integria_incidents/incident.list.php:101 -#: ../../operation/events/events.build_table.php:179 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../godmode/agentes/agent_incidents.php:92 -#: ../../include/functions_events.php:49 -#: ../../include/functions_events.php:2351 -#: ../../include/functions_events.php:3322 -msgid "Owner" -msgstr "Propietario" - -#: ../../enterprise/meta/include/functions_events_meta.php:103 -#: ../../operation/events/events.build_table.php:241 -#: ../../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" - -#: ../../enterprise/meta/include/functions_events_meta.php:106 -#: ../../operation/events/events.build_table.php:247 -#: ../../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" - -#: ../../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:63 -#: ../../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:69 -#: ../../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:78 -#: ../../include/functions_config.php:287 -msgid "Autocreate remote users" -msgstr "Crear automáticamente los usuarios remotos" - -#: ../../enterprise/meta/include/functions_meta.php:632 -#: ../../godmode/setup/setup_auth.php:105 -#: ../../include/functions_config.php:289 -msgid "Autocreate profile" -msgstr "Creat automáticamente el perfil" - -#: ../../enterprise/meta/include/functions_meta.php:642 -#: ../../godmode/setup/setup_auth.php:111 -#: ../../include/functions_config.php:291 -msgid "Autocreate profile group" -msgstr "Crear automáticamente perfil de grupo" - -#: ../../enterprise/meta/include/functions_meta.php:652 -#: ../../godmode/setup/setup_auth.php:118 -#: ../../include/functions_config.php:293 -msgid "Autocreate profile tags" -msgstr "Autocreado de tags de perfiles" - -#: ../../enterprise/meta/include/functions_meta.php:662 -#: ../../godmode/setup/setup_auth.php:86 -#: ../../include/functions_config.php:295 -msgid "Autocreate blacklist" -msgstr "Crear automáticamente una lista negra" - -#: ../../enterprise/meta/include/functions_meta.php:672 -#: ../../operation/users/user_edit.php:358 -#: ../../godmode/setup/setup_auth.php:221 -#: ../../include/functions_config.php:359 -msgid "Double authentication" -msgstr "Doble autenticación" - -#: ../../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:694 -#: ../../enterprise/godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:298 -msgid "Active directory server" -msgstr "Servidor de Directorio Activo" - -#: ../../enterprise/meta/include/functions_meta.php:704 -#: ../../enterprise/godmode/setup/setup_auth.php:302 -#: ../../include/functions_config.php:300 -msgid "Active directory port" -msgstr "Puerto del Directorio Activo" - -#: ../../enterprise/meta/include/functions_meta.php:714 -#: ../../enterprise/meta/include/functions_meta.php:786 -#: ../../enterprise/godmode/setup/setup_auth.php:309 -#: ../../godmode/setup/setup_auth.php:186 -#: ../../include/functions_config.php:302 -#: ../../include/functions_config.php:317 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../enterprise/meta/include/functions_meta.php:724 -#: ../../enterprise/godmode/setup/setup_auth.php:59 -#: ../../include/functions_config.php:304 -msgid "Advance Config AD" -msgstr "Configuración avanzada de AD" - -#: ../../enterprise/meta/include/functions_meta.php:734 -#: ../../enterprise/godmode/setup/setup_auth.php:317 -#: ../../include/functions_config.php:306 -msgid "Domain" -msgstr "Dominio" - -#: ../../enterprise/meta/include/functions_meta.php:744 -#: ../../enterprise/godmode/setup/setup_auth.php:79 -#: ../../include/functions_config.php:308 -msgid "Advanced Permisions AD" -msgstr "Permisos avanzados de AD" - -#: ../../enterprise/meta/include/functions_meta.php:756 -#: ../../godmode/setup/setup_auth.php:164 -#: ../../include/functions_config.php:311 -msgid "LDAP server" -msgstr "Servidor LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:766 -#: ../../godmode/setup/setup_auth.php:171 -#: ../../include/functions_config.php:313 -msgid "LDAP port" -msgstr "Puerto LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:776 -#: ../../godmode/setup/setup_auth.php:179 -#: ../../include/functions_config.php:315 -msgid "LDAP version" -msgstr "Versión LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:796 -#: ../../godmode/setup/setup_auth.php:194 -#: ../../include/functions_config.php:319 -msgid "Base DN" -msgstr "DN base" - -#: ../../enterprise/meta/include/functions_meta.php:806 -#: ../../godmode/setup/setup_auth.php:201 -#: ../../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" - +#: ../../include/functions_reporting.php:3376 +msgid "Disabled" +msgstr "Desactivado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:266 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +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 +#: ../../enterprise/include/functions_reporting_csv.php:598 +#: ../../enterprise/include/functions_reporting_csv.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:621 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +#: ../../godmode/agentes/module_manager_editor_common.php:382 +#: ../../include/functions_reports.php:561 +#: ../../include/functions_graph.php:690 +#: ../../include/functions_graph.php:3691 +#: ../../include/functions_reporting.php:3477 +msgid "Min. Value" +msgstr "Valor mínimo" + +#: ../../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 +#: ../../enterprise/include/functions_reporting_csv.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:650 +#: ../../enterprise/include/functions_reporting_csv.php:657 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +#: ../../godmode/agentes/module_manager_editor_common.php:386 +#: ../../include/functions_reports.php:559 +#: ../../include/functions_graph.php:688 +#: ../../include/functions_graph.php:3690 +#: ../../include/functions_reporting.php:3474 +msgid "Max. Value" +msgstr "Valor máximo" + +#: ../../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:275 +#: ../../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/massive/massive_edit_modules.php:518 +#: ../../godmode/modules/manage_network_components_form_common.php:152 +#: ../../godmode/agentes/module_manager_editor_common.php:329 +#: ../../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:1580 +msgid "Unit" +msgstr "Unidad" + +#: ../../enterprise/godmode/modules/configure_local_component.php:280 +#: ../../godmode/massive/massive_edit_modules.php:463 +#: ../../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 +#: ../../godmode/agentes/module_manager_editor_common.php:375 +msgid "Post process" +msgstr "Posprocesado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:290 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 +#: ../../godmode/setup/setup.php:138 +#: ../../godmode/agentes/planned_downtime.list.php:396 +#: ../../godmode/menu.php:132 ../../include/functions_reports.php:632 +#: ../../include/functions_reports.php:634 +msgid "Configuration" +msgstr "Configuración" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/meta/include/functions_wizard_meta.php:548 +msgid "Load basic" +msgstr "cargar básicos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:296 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +msgid "Load a basic structure on data configuration" +msgstr "Cargar una estructura básica en la configuración de datos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:302 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../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/modules/configure_local_component.php:303 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +msgid "Check the correct structure of the data configuration" +msgstr "Comprobar la estructura correcta de la configuración de datos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:306 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 +msgid "First line must be \"module_begin\"" +msgstr "La primera línea tiene que ser \"module_begin\"" + +#: ../../enterprise/godmode/modules/configure_local_component.php:307 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 +msgid "Data configuration is empty" +msgstr "La configuración de datos está vacía" + +#: ../../enterprise/godmode/modules/configure_local_component.php:308 +#: ../../enterprise/godmode/modules/configure_local_component.php:312 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 +msgid "Last line must be \"module_end\"" +msgstr "La última línea tiene que ser \"module_end\"" + +#: ../../enterprise/godmode/modules/configure_local_component.php:309 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 +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/modules/configure_local_component.php:310 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 +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/modules/configure_local_component.php:311 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 +msgid "Type is wrong. Please set a correct type" +msgstr "El tipo es incorrecto. Por favor, introduzca un tipo correcto" + +#: ../../enterprise/godmode/modules/configure_local_component.php:313 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 +#: ../../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/modules/configure_local_component.php:314 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 +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/modules/configure_local_component.php:315 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 +msgid "Data configuration are built correctly" +msgstr "La configuración de datos se ha construido correctamente" + +#: ../../enterprise/godmode/modules/configure_local_component.php:323 +#: ../../godmode/massive/massive_edit_modules.php:569 +#: ../../godmode/modules/manage_network_components_form_common.php:159 +#: ../../godmode/agentes/module_manager_editor_common.php:535 +msgid "Critical instructions" +msgstr "Intrucciónes de crítico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:324 +#: ../../godmode/massive/massive_edit_modules.php:569 +#: ../../godmode/modules/manage_network_components_form_common.php:159 +#: ../../godmode/agentes/module_manager_editor_common.php:536 +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/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:163 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Warning instructions" +msgstr "Instrucciones de advertencia" + +#: ../../enterprise/godmode/modules/configure_local_component.php:330 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:163 +#: ../../godmode/agentes/module_manager_editor_common.php:541 +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/massive/massive_edit_modules.php:577 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:545 +msgid "Unknown instructions" +msgstr "Instrucciones de desconocido" + +#: ../../enterprise/godmode/modules/configure_local_component.php:336 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:545 +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/massive/massive_edit_modules.php:545 +#: ../../godmode/modules/manage_network_components_form_common.php:174 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +msgid "Category" +msgstr "Categoría" + +#: ../../enterprise/godmode/modules/configure_local_component.php:366 +#: ../../godmode/modules/manage_network_components_form_common.php:196 +#: ../../godmode/agentes/module_manager_editor_common.php:441 +msgid "Tags available" +msgstr "Etiquetas disponibles" + +#: ../../enterprise/godmode/modules/configure_local_component.php:373 +#: ../../godmode/modules/manage_network_components_form_common.php:203 +#: ../../godmode/agentes/module_manager_editor_common.php:503 +msgid "Add tags to module" +msgstr "Añadir etiquetas al módulo" + +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../godmode/modules/manage_network_components_form_common.php:204 +#: ../../godmode/agentes/module_manager_editor_common.php:504 +msgid "Delete tags to module" +msgstr "Eliminar etiquetas del módulo" + +#: ../../enterprise/godmode/modules/configure_local_component.php:377 +#: ../../godmode/modules/manage_network_components_form_common.php:206 +#: ../../godmode/agentes/module_manager_editor_common.php:506 +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/recon_script.php:161 +#: ../../godmode/servers/plugin.php:451 +msgid "Default value" +msgstr "Valor por defecto" + +#: ../../enterprise/godmode/modules/configure_local_component.php:431 +#: ../../enterprise/meta/general/login_page.php:36 +#: ../../godmode/servers/recon_script.php:183 +#: ../../godmode/servers/plugin.php:473 ../../include/functions_ui.php:1067 +msgid "Help" +msgstr "Ayuda" + +#: ../../enterprise/godmode/modules/configure_local_component.php:441 +#: ../../godmode/servers/recon_script.php:199 +#: ../../godmode/servers/plugin.php:491 +msgid "Add macro" +msgstr "Añadir macro" + +#: ../../enterprise/godmode/modules/configure_local_component.php:449 +#: ../../godmode/servers/recon_script.php:206 +#: ../../godmode/servers/plugin.php:506 +msgid "Delete macro" +msgstr "Eliminar macro" + +#: ../../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:156 +#, php-format +msgid "Successfully created from %s" +msgstr "Creado correctamente desde %s" + +#: ../../enterprise/godmode/modules/local_components.php:245 +#: ../../godmode/modules/manage_network_components.php:253 +#: ../../godmode/servers/recon_script.php:320 +msgid "Created successfully" +msgstr "Creado correctamente" + +#: ../../enterprise/godmode/modules/local_components.php:303 +#: ../../godmode/modules/manage_network_components.php:340 +#: ../../godmode/servers/recon_script.php:274 +msgid "Updated successfully" +msgstr "Actualizado correctamente" + +#: ../../enterprise/godmode/modules/local_components.php:343 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 +#: ../../godmode/modules/manage_network_components.php:387 +#: ../../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/local_components.php:344 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 +#: ../../godmode/modules/manage_network_components.php:388 +#: ../../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/local_components.php:428 +#: ../../godmode/modules/manage_network_components.php:500 +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/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:106 +#: ../../enterprise/godmode/agentes/inventory_manager.php:69 +msgid "Successfully deleted inventory module" +msgstr "Módulo del inventario eliminado correctamente" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 +#: ../../enterprise/godmode/agentes/inventory_manager.php:72 +msgid "Error deleting inventory module" +msgstr "Erro al eliminar el módulo del inventario" + +#: ../../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/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: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:216 +#: ../../enterprise/godmode/setup/setup_skins.php:118 +msgid "Relative path" +msgstr "Ruta relativa" + +#: ../../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_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 "SAML" + +#: ../../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 -#: ../../enterprise/godmode/setup/setup_auth.php:358 -#: ../../enterprise/godmode/setup/setup_auth.php:425 -#: ../../enterprise/godmode/setup/setup_auth.php:477 #: ../../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:64 +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/godmode/setup/setup_auth.php:128 +#: ../../enterprise/godmode/setup/setup_history.php:59 #: ../../enterprise/meta/include/functions_meta.php:839 #: ../../enterprise/meta/include/functions_meta.php:892 #: ../../enterprise/meta/include/functions_meta.php:945 -#: ../../enterprise/godmode/setup/setup_auth.php:365 -#: ../../enterprise/godmode/setup/setup_auth.php:432 -#: ../../enterprise/godmode/setup/setup_auth.php:484 -#: ../../enterprise/godmode/setup/setup_history.php:55 #: ../../include/functions_config.php:330 #: ../../include/functions_config.php:341 #: ../../include/functions_config.php:351 -#: ../../include/functions_config.php:648 +#: ../../include/functions_config.php:650 msgid "Database name" msgstr "Nombre de la base de datos" +#: ../../enterprise/godmode/setup/setup_auth.php:84 #: ../../enterprise/meta/include/functions_meta.php:872 -#: ../../enterprise/godmode/setup/setup_auth.php:418 #: ../../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 -#: ../../enterprise/godmode/setup/setup_auth.php:470 #: ../../include/functions_config.php:347 msgid "Integria host" msgstr "Servidor de Integria" -#: ../../enterprise/meta/include/functions_meta.php:1231 -#: ../../godmode/setup/performance.php:108 -#: ../../include/functions_config.php:397 -msgid "Use agent access graph" -msgstr "Usar la gráfica de acceso del agente" +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "SimpleSAML path" +msgstr "Ruta de SimpleSAML" -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 -#: ../../enterprise/include/functions_reporting.php:81 -#: ../../enterprise/include/functions_reporting.php:4736 -#: ../../enterprise/include/functions_reporting.php:4760 -#: ../../enterprise/include/functions_reporting.php:4814 -#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:149 -msgid "Templates" -msgstr "Plantillas" +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "" +"Select the path where SimpleSAML has been installed (by default '/opt/')" +msgstr "" +"Seleccione la ruta donde haya sido instalado SimpleSAML (por defecto \"/opt/" +"\")" -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -#: ../../godmode/menu.php:153 -msgid "Commands" -msgstr "Comandos" +#: ../../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/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -#: ../../godmode/users/profile_list.php:49 -#: ../../godmode/users/configure_user.php:86 -#: ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/user_list.php:117 ../../godmode/menu.php:85 -msgid "Profile management" -msgstr "Gestionar perfiles" +#: ../../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/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "Sincronización de usuarios" +#: ../../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/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "Sincronización de grupos" +#: ../../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/meta/include/functions_groups_meta.php:77 -#, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "(Error ID Duplicado (%d) ) " +#: ../../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/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "Diferente padre" +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 +#: ../../enterprise/dashboard/widgets/tree_view.php:34 +#: ../../enterprise/dashboard/widgets/events_list.php:57 +#: ../../enterprise/dashboard/widgets/groups_status.php:28 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 +#: ../../godmode/reporting/visual_console_builder.wizard.php:217 +#: ../../operation/tree.php:61 ../../operation/agentes/networkmap.php:476 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 +#: ../../mobile/include/functions_web.php:26 +#: ../../include/ajax/networkmap.ajax.php:57 +msgid "Groups" +msgstr "Grupos" -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "Diferente nombre" +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +msgid "AD Groups" +msgstr "Grupos AD" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 -#: ../../operation/agentes/networkmap.php:168 -#: ../../operation/agentes/networkmap_list.php:100 -msgid "Network map deleted successfully" -msgstr "Mapa de red borrado con éxito" +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +msgid "OP" +msgstr "OP" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 -#: ../../operation/agentes/networkmap.php:169 -#: ../../operation/agentes/networkmap_list.php:101 -msgid "Could not delete network map" -msgstr "No se pudo borrar el mapa de red" +#: ../../enterprise/godmode/setup/setup_auth.php:236 +msgid "Select profile" +msgstr "Seleccionar perfil" -#: ../../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/godmode/setup/setup_auth.php:245 +msgid "Add new permissions" +msgstr "Agregar nuevos permisos" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 -msgid "Networkmap list" -msgstr "Lista de mapas de red" +#: ../../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/meta/include/functions_networkmap_meta.php:425 -msgid "Successful update the networkmap." -msgstr "Mapa de red actualizado correctamente" +#: ../../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/meta/include/functions_networkmap_meta.php:426 -msgid "Unsuccessful update the networkmap." -msgstr "El mapa de red no se ha podido actualizar" +#: ../../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/meta/include/functions_networkmap_meta.php:438 -msgid "Unnamed " -msgstr "Sin nombre " +#: ../../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/meta/include/functions_networkmap_meta.php:519 -#: ../../godmode/events/event_edit_filter.php:208 -msgid "Save in group" -msgstr "Guardar en grupo" +#: ../../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/meta/include/functions_networkmap_meta.php:526 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 -#: ../../godmode/agentes/planned_downtime.editor.php:708 -msgid "Filter by group" -msgstr "Filtrar por grupo" +#: ../../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/meta/include/functions_networkmap_meta.php:529 -msgid "Filter by tag" -msgstr "Filtrar por tag" +#: ../../enterprise/godmode/setup/setup_auth.php:303 +#: ../../enterprise/meta/include/functions_meta.php:734 +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "Dominio" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -#: ../../operation/agentes/status_monitor.php:329 -#: ../../operation/agentes/status_monitor.php:332 -#: ../../operation/agentes/alerts_status.functions.php:86 -msgid "Only it is show tags in use." -msgstr "Mostrar sólo etiquetas en uso" +#: ../../enterprise/godmode/setup/setup_auth.php:383 +msgid "You must select a profile from the list of profiles." +msgstr "Debe seleccionar un perfil de la lista de perfiles" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:535 -msgid "Filter by agents" -msgstr "Filtrar por agente" +#: ../../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/meta/include/functions_networkmap_meta.php:545 -msgid "Filter by modules" -msgstr "Filtrar por módulo" +#: ../../enterprise/godmode/setup/setup.php:38 +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "Utilize el sistema ACL Enterprise" -#: ../../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:291 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../operation/events/events_list.php:579 -#: ../../godmode/agentes/agent_manager.php:395 -#: ../../godmode/agentes/module_manager_editor.php:465 -#: ../../godmode/massive/massive_edit_agents.php:403 -#: ../../godmode/massive/massive_add_action_alerts.php:157 -#: ../../include/functions_visual_map_editor.php:450 -msgid "Advanced options" -msgstr "Opciones avanzadas" +#: ../../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/meta/include/functions_networkmap_meta.php:560 -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -#: ../../operation/agentes/networkmap.php:467 -msgid "Layout" -msgstr "Diseño" +#: ../../enterprise/godmode/setup/setup.php:47 +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "Tamaño de la colección" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:563 -#: ../../enterprise/extensions/vmware/vmware_view.php:1199 -#: ../../operation/agentes/networkmap.php:537 -msgid "Font" -msgstr "Fuente" +#: ../../enterprise/godmode/setup/setup.php:48 +msgid " Bytes" +msgstr " Bytes" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:570 -msgid "Show modules" -msgstr "Mostrar módulos" +#: ../../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/meta/include/functions_networkmap_meta.php:576 -#: ../../operation/agentes/networkmap.php:515 -msgid "Regenerate" -msgstr "Regenerar" +#: ../../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:90 +#: ../../godmode/events/event_edit_filter.php:288 +#: ../../operation/events/events_list.php:570 +msgid "All events" +msgstr "Todos los eventos" + +#: ../../enterprise/godmode/setup/setup.php:96 +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "Cache agente metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:98 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 +#: ../../enterprise/extensions/ipam/ipam_network.php:542 +#: ../../enterprise/extensions/ipam/ipam_massive.php:79 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/include/functions_reporting_pdf.php:2340 +#: ../../godmode/alerts/configure_alert_template.php:650 +#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../include/functions_reporting_html.php:1555 +#: ../../include/functions_groups.php:2158 +msgid "Enabled" +msgstr "Activado" + +#: ../../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_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:638 +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/setup_acl.php:40 +msgid "Enterprise ACL setup" +msgstr "Configuración ACL Enterprise" + +#: ../../enterprise/godmode/setup/setup_acl.php:72 +#: ../../enterprise/godmode/setup/setup_acl.php:316 +#: ../../enterprise/extensions/cron/functions.php:188 +#: ../../include/functions_html.php:643 ../../include/functions_html.php:644 +#: ../../include/functions_html.php:762 ../../include/functions_html.php:763 +msgid "Custom" +msgstr "Personalizado" + +#: ../../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:149 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/users/configure_user.php:616 +#: ../../godmode/users/configure_profile.php:242 +#: ../../operation/users/user_edit.php:452 +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:2564 +#: ../../include/functions_graph.php:2579 +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.visual.php:56 +#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../enterprise/meta/advanced/metasetup.setup.php:85 +#: ../../enterprise/meta/advanced/metasetup.performance.php:53 +#: ../../enterprise/meta/advanced/metasetup.auth.php:53 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 +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_metaconsole.php:250 +#: ../../enterprise/extensions/check_acls.php:61 +#: ../../enterprise/extensions/check_acls.php:141 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 +#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 +#: ../../operation/search_users.php:63 +msgid "Admin" +msgstr "Admin" + +#: ../../enterprise/godmode/setup/setup_history.php:45 +#: ../../include/functions_config.php:642 +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:646 +msgid "Host" +msgstr "Servidor" + +#: ../../enterprise/godmode/setup/setup_history.php:56 +#: ../../enterprise/godmode/servers/manage_export_form.php:105 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:740 +#: ../../godmode/agentes/module_manager_editor_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../include/functions_config.php:648 +msgid "Port" +msgstr "Puerto" + +#: ../../enterprise/godmode/setup/setup_history.php:62 +#: ../../include/functions_config.php:652 +msgid "Database user" +msgstr "Usuario de la base de datos" + +#: ../../enterprise/godmode/setup/setup_history.php:65 +#: ../../include/functions_config.php:654 +msgid "Database password" +msgstr "Contraseña de la base de datos" + +#: ../../enterprise/godmode/setup/setup_history.php:68 +#: ../../enterprise/extensions/ipam/ipam_editor.php:95 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:656 +msgid "Days" +msgstr "Días" + +#: ../../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:662 +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_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/services/services.service.php:54 +#: ../../enterprise/operation/services/services.list.php:486 +msgid "Create Service" +msgstr "Crear 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:126 +#: ../../enterprise/godmode/services/services.service.php:153 +#: ../../enterprise/operation/services/services.service.php:37 +#: ../../enterprise/operation/services/services.service_map.php:44 +msgid "Not found" +msgstr "No encontrado" + +#: ../../enterprise/godmode/services/services.service.php:130 +msgid "New Service" +msgstr "Nuevo servicio" + +#: ../../enterprise/godmode/services/services.service.php:170 +#: ../../enterprise/godmode/services/services.elements.php:96 +#: ../../enterprise/operation/services/services.service.php:54 +#: ../../enterprise/operation/services/services.service_map.php:63 +msgid "Config Service" +msgstr "Configurar Servicios" + +#: ../../enterprise/godmode/services/services.service.php:175 +#: ../../enterprise/godmode/services/services.elements.php:102 +#: ../../enterprise/operation/services/services.service.php:59 +#: ../../enterprise/operation/services/services.service_map.php:69 +msgid "Config Elements" +msgstr "Configurar Elementos" + +#: ../../enterprise/godmode/services/services.service.php:182 +#: ../../enterprise/godmode/services/services.elements.php:110 +#: ../../enterprise/operation/services/services.service.php:67 +#: ../../enterprise/operation/services/services.service_map.php:77 +msgid "View Service" +msgstr "Ver Servicio" + +#: ../../enterprise/godmode/services/services.service.php:188 +#: ../../enterprise/godmode/services/services.elements.php:117 +#: ../../enterprise/operation/services/services.service.php:73 +#: ../../enterprise/operation/services/services.service_map.php:83 +msgid "Service map" +msgstr "Mapa del Servicio" + +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/meta/general/main_header.php:82 +#: ../../enterprise/meta/general/logon_ok.php:56 ../../operation/menu.php:101 +msgid "Monitoring" +msgstr "Monitorización" + +#: ../../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:242 +#: ../../enterprise/operation/services/services.list.php:171 +#: ../../godmode/alerts/alert_view.php:423 +#: ../../godmode/massive/massive_edit_modules.php:525 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:236 +msgid "Mode" +msgstr "Modo" + +#: ../../enterprise/godmode/services/services.service.php:244 +#: ../../enterprise/operation/services/services.list.php:168 +#: ../../enterprise/extensions/ipam/ipam_network.php:127 +#: ../../enterprise/extensions/ipam/ipam_list.php:217 +#: ../../godmode/servers/manage_recontask.php:343 +#: ../../godmode/servers/manage_recontask_form.php:250 +msgid "Manual" +msgstr "Manual" + +#: ../../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:247 +#: ../../enterprise/operation/services/services.list.php:169 +#: ../../include/ajax/events.php:481 +msgid "Auto" +msgstr "Automático" + +#: ../../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:250 +#: ../../enterprise/operation/services/services.list.php:170 #: ../../enterprise/meta/include/functions_networkmap_meta.php:582 #: ../../enterprise/dashboard/widgets/network_map.php:40 -#: ../../enterprise/operation/services/services.list.php:170 -#: ../../enterprise/godmode/services/services.service.php:250 #: ../../operation/agentes/networkmap.php:509 msgid "Simple" msgstr "Simple" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:585 -msgid "Show modulegroup" -msgstr "Mostrar los grupos de módulos" +#: ../../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/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/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/meta/include/functions_networkmap_meta.php:597 -#: ../../operation/agentes/networkmap.php:557 -msgid "Distance between nodes" -msgstr "Distancia entre nodos" +#: ../../enterprise/godmode/services/services.service.php:271 +msgid "Agent to store data" +msgstr "Agentes para almacenar datos" -#: ../../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/godmode/services/services.service.php:294 +msgid "S.L.A. interval" +msgstr "Intervalo SLA" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:614 -msgid "Show children Metaconsole" -msgstr "Mostrar los hijos de la Metaconsola" +#: ../../enterprise/godmode/services/services.service.php:299 +msgid "S.L.A. limit" +msgstr "Límite SLA" -#: ../../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:235 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/reporting/reporting_builder.main.php:32 -#: ../../godmode/reporting/visual_console_builder.data.php:127 -msgid "Save" -msgstr "Guardar" +#: ../../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/meta/include/functions_networkmap_meta.php:660 -#: ../../operation/agentes/networkmap.php:588 -msgid "Map options" -msgstr "Opciones del mapa" +#: ../../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/meta/include/functions_networkmap_meta.php:665 -msgid "There is no group selected" -msgstr "No ha seleccionado ningún grupo" +#: ../../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:123 +#: ../../enterprise/godmode/services/services.elements.php:128 +#: ../../operation/search_maps.php:33 +msgid "Elements" +msgstr "Elementos" + +#: ../../enterprise/godmode/services/services.elements.php:133 +#: ../../enterprise/include/functions_services.php:1688 +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:327 +#: ../../enterprise/godmode/services/services.elements.php:368 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 +#: ../../enterprise/dashboard/widgets/service_map.php:46 +#: ../../enterprise/include/functions_services.php:1458 +#: ../../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/include/functions_visual_map.php:415 +#: ../../enterprise/include/functions_reporting.php:3084 +#: ../../enterprise/include/functions_reporting.php:3385 +#: ../../enterprise/include/functions_reporting_pdf.php:2034 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" +msgstr "Servicio" + +#: ../../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/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 +#: ../../enterprise/operation/menu.php:125 +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "Editor de Traps SNMP" + +#: ../../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 "Este OID es pre existente." + +#: ../../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/servers/manage_export.php:41 +#: ../../enterprise/godmode/servers/manage_export_form.php:56 +#: ../../enterprise/godmode/menu.php:116 +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:84 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 +#: ../../enterprise/extensions/ipam/ipam_network.php:535 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +#: ../../operation/agentes/ver_agente.php:770 +msgid "Address" +msgstr "Dirección" + +#: ../../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/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:162 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 +#: ../../godmode/agentes/agent_manager.php:330 +msgid "Delete remote configuration file" +msgstr "Borrar el archivo de configuración remota." + +#: ../../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_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/agentes/module_manager.php:16 +msgid "Create a new web Server module" +msgstr "Crear un nuevo módulo de servidor web" + +#: ../../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:172 +#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:523 +msgid "Target" +msgstr "Target" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:232 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../operation/agentes/status_monitor.php:927 +#: ../../include/ajax/module.php:721 +msgid "P." +msgstr "P." + +#: ../../enterprise/godmode/agentes/inventory_manager.php:270 +#: ../../enterprise/operation/services/services.list.php:448 +#: ../../enterprise/extensions/ipam/ipam_network.php:154 +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../operation/agentes/estado_generalagente.php:620 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 ../../include/ajax/module.php:779 +#: ../../include/functions_ui.php:821 +msgid "Force" +msgstr "Forzar" + +#: ../../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:250 ../../include/functions_reports.php:636 +#: ../../include/functions_reports.php:638 +#: ../../include/functions_reports.php:640 +#: ../../include/functions_reports.php:642 +#: ../../include/functions_reports.php:644 +msgid "Netflow" +msgstr "Netflow" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 +#: ../../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/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:32 +#: ../../operation/agentes/status_monitor.php:378 +msgid "Web server module" +msgstr "Módulo del 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: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: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:131 +msgid "There isn't get or post" +msgstr "No puede obtener o publicar" + +#: ../../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/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:181 +#: ../../enterprise/operation/agentes/ver_agente.php:190 +#: ../../enterprise/include/functions_groups.php:75 +#: ../../godmode/agentes/configurar_agente.php:496 +#: ../../operation/agentes/ver_agente.php:1166 +msgid "Collection" +msgstr "Colección" + +#: ../../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/collections.php:217 +#: ../../enterprise/extensions/vmware/main.php:275 +msgid "Apply changes" +msgstr "Aplicar Cambios" + +#: ../../enterprise/godmode/agentes/collections.php:222 +#: ../../enterprise/godmode/agentes/collections.php:223 +#: ../../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 +#: ../../enterprise/godmode/agentes/collections.data.php:344 +#: ../../enterprise/godmode/agentes/collections.data.php:345 +#: ../../enterprise/operation/agentes/collection_view.php:105 +#: ../../enterprise/operation/agentes/collection_view.php:106 +msgid "The collection directory does not exist." +msgstr "El directorio donde se guardan las colecciones no existe." + +#: ../../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:207 +#: ../../godmode/agentes/agent_manager.php:333 +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/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:336 +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/collection_manager.php:37 +#: ../../enterprise/operation/agentes/collection_view.php:47 +msgid "This agent have not a remote configuration, please set it." +msgstr "Este agente no se ha configurado remotamente, por favor, configúrelo" + +#: ../../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:121 +#: ../../enterprise/godmode/agentes/collection_manager.php:204 +#: ../../enterprise/operation/agentes/collection_view.php:90 +#: ../../enterprise/operation/agentes/policy_view.php:154 +msgid "Show files" +msgstr "Mostrar archivos" + +#: ../../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 +#: ../../enterprise/godmode/agentes/collections.data.php:339 +#: ../../enterprise/godmode/agentes/collections.data.php:340 +msgid "Need to regenerate" +msgstr "Necesita volver a regenerarse" + +#: ../../enterprise/godmode/agentes/collection_manager.php:164 +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:132 +msgid "Dir" +msgstr "Dir" + +#: ../../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/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 +#: ../../godmode/db/db_refine.php:83 +#: ../../operation/agentes/exportdata.php:235 +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/collections.editor.php:39 +#: ../../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/operation/agentes/policy_view.php:308 +#: ../../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 +#: ../../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 +#: ../../operation/search_modules.php:53 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:976 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/gis_view.php:194 +#: ../../extensions/insert_data.php:164 ../../extensions/insert_data.php:165 +#: ../../mobile/operation/modules.php:551 +#: ../../mobile/operation/modules.php:605 +#: ../../mobile/operation/modules.php:675 +#: ../../include/functions_netflow.php:310 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1249 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:1253 +#: ../../include/ajax/module.php:735 ../../include/functions_graph.php:3192 +#: ../../include/functions_reporting.php:2229 +#: ../../include/functions_reporting.php:2263 +msgid "Data" +msgstr "Datos" + +#: ../../enterprise/godmode/agentes/collections.editor.php:46 +#: ../../enterprise/godmode/agentes/collections.editor.php:350 +#: ../../enterprise/godmode/agentes/collections.editor.php:375 +#: ../../enterprise/godmode/agentes/collections.data.php:104 +#: ../../enterprise/godmode/agentes/collections.data.php:214 +#: ../../enterprise/godmode/agentes/collections.data.php:254 +#: ../../enterprise/include/functions_collection.php:129 +#: ../../operation/integria_incidents/incident.php:66 +#: ../../operation/agentes/ver_agente.php:1059 +msgid "Files" +msgstr "Archivos" + +#: ../../enterprise/godmode/agentes/collections.editor.php:55 +#: ../../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 +msgid "Manager configuration > Edit " +msgstr "Gestionar la configuración > Edit " + +#: ../../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/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: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: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:712 +msgid "Description:" +msgstr "Descripción:" + +#: ../../enterprise/godmode/agentes/configurar_agente.php:33 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 +#: ../../enterprise/operation/inventory/inventory.php:112 +#: ../../enterprise/operation/agentes/ver_agente.php:174 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/include/functions_reporting_csv.php:179 +#: ../../godmode/agentes/configurar_agente.php:500 +#: ../../operation/agentes/ver_agente.php:1163 +#: ../../include/functions_reports.php:621 +#: ../../include/functions_reports.php:622 +#: ../../include/functions_reports.php:624 +#: ../../include/functions_reporting.php:1444 +msgid "Inventory" +msgstr "Inventario" + +#: ../../enterprise/godmode/menu.php:51 ../../enterprise/godmode/menu.php:136 +msgid "Duplicate config" +msgstr "Duplicar configuración" + +#: ../../enterprise/godmode/menu.php:68 +#: ../../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:76 +msgid "Manage policies" +msgstr "Gestionar políticas" + +#: ../../enterprise/godmode/menu.php:95 +#: ../../enterprise/include/functions_setup.php:33 +#: ../../enterprise/include/functions_setup.php:63 +#: ../../operation/agentes/datos_agente.php:172 +msgid "History database" +msgstr "BBDD de histórico" + +#: ../../enterprise/godmode/menu.php:102 +msgid "Enterprise ACL Setup" +msgstr "Configuración ACL Enterprise" + +#: ../../enterprise/godmode/menu.php:109 +msgid "Skins" +msgstr "Skins" + +#: ../../enterprise/godmode/menu.php:130 +msgid "Log Collector" +msgstr "Colector de Logs" + +#: ../../enterprise/godmode/menu.php:143 +msgid "Password policy" +msgstr "Política de contraseñas" + +#: ../../enterprise/godmode/menu.php:149 +#: ../../enterprise/include/functions_setup.php:27 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../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:24 +#: ../../enterprise/operation/reporting/custom_reporting.php:77 +#: ../../enterprise/extensions/cron/main.php:220 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../godmode/tag/tag.php:203 ../../godmode/tag/edit_tag.php:195 +#: ../../operation/search_users.php:44 +msgid "Email" +msgstr "Correo-e" + +#: ../../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/log/log_viewer.php:150 +#: ../../enterprise/operation/menu.php:134 +msgid "Log viewer" +msgstr "Visor de logs" + +#: ../../enterprise/operation/log/log_viewer.php:205 +#: ../../enterprise/meta/advanced/synchronizing.component.php:310 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 +#: ../../enterprise/meta/advanced/synchronizing.user.php:508 +#: ../../enterprise/meta/advanced/synchronizing.group.php:147 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#: ../../enterprise/meta/advanced/synchronizing.os.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../operation/events/events.build_table.php:229 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/incidents/incident.php:341 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2151 +#: ../../include/functions_events.php:2266 +#: ../../include/functions_events.php:3371 +msgid "Source" +msgstr "Origen" + +#: ../../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: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 +#: ../../operation/netflow/nf_live_view.php:237 +msgid "Date format in Pandora is year/month/day" +msgstr "El formato de fecha de Pandora es año/mes/día" + +#: ../../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:846 +#: ../../godmode/reporting/reporting_builder.item_editor.php:855 +#: ../../godmode/alerts/configure_alert_template.php:536 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../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 +#: ../../operation/netflow/nf_live_view.php:239 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "El formato de hora en Pandora es horas(24h):minutos:segundos" + +#: ../../enterprise/operation/log/log_viewer.php:223 +#: ../../enterprise/include/functions_netflow_pdf.php:163 +#: ../../operation/agentes/exportdata.php:310 +msgid "End date" +msgstr "Fecha final" + +#: ../../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/operation/log/log_viewer.php:428 +#: ../../enterprise/operation/inventory/inventory.php:253 +#: ../../enterprise/operation/agentes/agent_inventory.php:242 +#: ../../godmode/reporting/reporting_builder.php:727 +#: ../../include/functions_reporting.php:1485 +msgid "No data found." +msgstr "No se encontraron datos." -#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 #: ../../enterprise/operation/policies/networkmap.policies.php:64 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 #: ../../enterprise/include/functions_networkmap_enterprise.php:74 +#: ../../operation/agentes/networkmap.topology.php:73 +#: ../../operation/agentes/networkmap.dinamic.php:85 +#: ../../operation/agentes/networkmap.groups.php:68 #: ../../mobile/operation/networkmap.php:110 #: ../../mobile/operation/networkmap.php:129 #: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.groups.php:68 -#: ../../operation/agentes/networkmap.dinamic.php:85 -#: ../../operation/agentes/networkmap.topology.php:73 msgid "Pandora FMS" msgstr "Pandora FMS" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:691 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:748 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:769 -#: ../../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.groups.php:75 -#: ../../operation/agentes/networkmap.groups.php:134 -#: ../../operation/agentes/networkmap.groups.php:152 +#: ../../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:691 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:748 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:769 #: ../../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 +#: ../../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/policies/networkmap.policies.php:71 +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:693 +#: ../../general/ui/agents_list.php:127 +#: ../../operation/agentes/networkmap.topology.php:81 +#: ../../operation/agentes/networkmap.groups.php:76 +msgid "No agents found" +msgstr "No se encontró ningún agente" + +#: ../../enterprise/operation/policies/networkmap.policies.php:128 #: ../../enterprise/meta/include/functions_networkmap_meta.php:761 #: ../../enterprise/dashboard/widgets/network_map.php:25 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -#: ../../operation/agentes/networkmap.php:410 -#: ../../operation/agentes/networkmap.groups.php:147 -#: ../../operation/agentes/networkmap_list.php:80 #: ../../operation/agentes/networkmap.topology.php:155 -#: ../../operation/menu.php:111 +#: ../../operation/agentes/networkmap.groups.php:147 +#: ../../operation/agentes/networkmap.php:410 +#: ../../operation/agentes/networkmap_list.php:80 ../../operation/menu.php:111 msgid "Network map" msgstr "Mapa de red" -#: ../../enterprise/meta/include/functions_networkmap_meta.php:875 +#: ../../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:132 +#: ../../enterprise/operation/services/services.list.php:322 +#: ../../include/functions_reports.php:536 +#: ../../include/functions_reports.php:539 +#: ../../include/functions_reports.php:543 +msgid "SLA" +msgstr "S.L.A." + +#: ../../enterprise/operation/services/services.service.php:134 +#: ../../enterprise/operation/services/services.list.php:323 +#: ../../enterprise/dashboard/widgets/custom_graph.php:33 +#: ../../operation/search_modules.php:52 +#: ../../operation/agentes/status_monitor.php:970 +#: ../../extensions/realtime_graphs.php:72 +#: ../../include/functions_visual_map_editor.php:56 +#: ../../include/ajax/module.php:736 ../../include/functions_events.php:2108 +msgid "Graph" +msgstr "Gráfico" + +#: ../../enterprise/operation/services/services.service.php:135 +#: ../../enterprise/operation/services/services.list.php:324 +#: ../../enterprise/extensions/ipam/ipam_list.php:188 +#: ../../operation/agentes/group_view.php:61 +#: ../../operation/agentes/tactical.php:46 +#: ../../extensions/agents_alerts.php:55 +#: ../../extensions/agents_modules.php:56 +msgid "Last update" +msgstr "Última actualización" + +#: ../../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/operation/agentes/networkmap_enterprise.view.php:585 +#: ../../enterprise/extensions/cron/functions.php:190 +#: ../../enterprise/meta/monitoring/group_view.php:146 +#: ../../enterprise/meta/monitoring/group_view.php:150 +#: ../../enterprise/meta/monitoring/tactical.php:281 +#: ../../enterprise/dashboard/widgets/tree_view.php:56 +#: ../../enterprise/dashboard/widgets/tree_view.php:69 +#: ../../enterprise/dashboard/widgets/tree_view.php:216 +#: ../../enterprise/dashboard/widgets/events_list.php:185 +#: ../../enterprise/dashboard/widgets/service_map.php:87 +#: ../../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/include/functions_reporting_csv.php:819 +#: ../../enterprise/include/functions_reporting_csv.php:848 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 ../../operation/agentes/status_monitor.php:290 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../operation/agentes/estado_monitores.php:434 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/tactical.php:153 +#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42 +#: ../../include/graphs/functions_flot.php:432 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_reporting_html.php:363 +#: ../../include/functions_reporting_html.php:390 +#: ../../include/functions_reporting_html.php:1059 +#: ../../include/functions_reporting_html.php:1080 +#: ../../include/functions_reporting_html.php:1505 +#: ../../include/functions_reporting_html.php:1667 +#: ../../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 +#: ../../include/functions_visual_map.php:1159 +#: ../../include/functions_visual_map.php:1178 +#: ../../include/functions_visual_map.php:1191 +#: ../../include/functions_visual_map.php:1204 +#: ../../include/functions_reports.php:426 ../../include/functions.php:1030 +#: ../../include/ajax/module.php:799 ../../include/functions_graph.php:753 +#: ../../include/functions_graph.php:1952 +#: ../../include/functions_graph.php:3716 +#: ../../include/functions_alerts.php:574 +#: ../../include/functions_reporting.php:3016 +#: ../../include/functions_reporting.php:3214 +#: ../../include/functions_reporting.php:3867 +#: ../../include/functions_reporting.php:3868 +#: ../../include/functions_reporting.php:3869 +#: ../../include/functions_reporting.php:3870 +#: ../../include/functions_reporting.php:3871 +#: ../../include/functions_reporting.php:3872 +#: ../../include/functions_events.php:1406 +#: ../../include/functions_events.php:2749 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 +msgid "Unknown" +msgstr "Desconocido" + +#: ../../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.service_map.php:106 +#: ../../enterprise/dashboard/widgets/service_map.php:49 +#: ../../enterprise/dashboard/widgets/service_map.php:74 +#: ../../godmode/snmpconsole/snmp_alert.php:1225 +#: ../../operation/snmpconsole/snmp_view.php:843 +#: ../../extensions/agents_modules.php:359 +#: ../../extensions/module_groups.php:296 +#: ../../include/functions_reporting_html.php:947 +msgid "Legend" +msgstr "Leyenda" + +#: ../../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:267 +#: ../../enterprise/operation/services/services.list.php:274 +msgid "No services defined." +msgstr "No hay servicios definidos" + +#: ../../enterprise/operation/services/services.list.php:437 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 +msgid "Config" +msgstr "Config" + +#: ../../enterprise/operation/inventory/inventory.php:223 +#: ../../enterprise/operation/agentes/agent_inventory.php:70 +#: ../../enterprise/extensions/backup/main.php:66 +#: ../../enterprise/include/functions_log.php:332 +#: ../../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_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:252 +#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 +#: ../../godmode/admin_access_logs.php:190 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1025 +#: ../../godmode/alerts/alert_special_days.php:161 +#: ../../godmode/alerts/configure_alert_special_days.php:63 +#: ../../operation/reporting/graph_viewer.php:192 +#: ../../operation/integria_incidents/incident.tracking.php:23 +#: ../../operation/netflow/nf_live_view.php:231 +#: ../../operation/events/events.build_table.php:567 +#: ../../extensions/users_connected.php:79 +#: ../../extensions/insert_data.php:166 +#: ../../mobile/operation/tactical.php:310 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:1253 +#: ../../include/functions_reporting_html.php:1267 +#: ../../include/functions_reporting_html.php:2854 +#: ../../include/functions.php:2299 ../../include/functions_reporting.php:2229 +#: ../../include/functions_reporting.php:2262 +#: ../../include/functions_events.php:3704 +msgid "Date" +msgstr "Fecha" + +#: ../../enterprise/operation/inventory/inventory.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1036 +#: ../../include/functions_graph.php:736 ../../include/functions_graph.php:740 +#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 +#: ../../include/functions_graph.php:745 +#: ../../include/functions_graph.php:1395 +#: ../../include/functions_graph.php:3706 +#: ../../include/functions_graph.php:3711 +#: ../../include/functions_graph.php:4381 +#: ../../include/functions_graph.php:4384 +#: ../../include/functions_graph.php:4387 +msgid "Last" +msgstr "Último" + +#: ../../enterprise/operation/inventory/inventory.php:266 +msgid "Export this list to CSV" +msgstr "Exportar esta lista a CSV" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342 +msgid "Success be updated." +msgstr "Actualizado correctamente" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 +#: ../../enterprise/extensions/ipam/ipam_action.php:190 +msgid "Could not be updated." +msgstr "No se puede actualizar" + +#: ../../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:1030 +msgid "(Adopt) " +msgstr "Adoptar " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 +#: ../../operation/agentes/status_monitor.php:1040 +msgid "(Unlinked) (Adopt) " +msgstr "(Sin enlazar) (Adoptar) " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 +#: ../../operation/agentes/status_monitor.php:1044 +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:625 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647 +#: ../../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:1636 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../operation/search_modules.php:117 +#: ../../operation/search_modules.php:137 +#: ../../operation/agentes/status_monitor.php:1151 +#: ../../operation/agentes/status_monitor.php:1155 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../mobile/operation/modules.php:469 +#: ../../mobile/operation/modules.php:487 +#: ../../include/functions_modules.php:1849 +#: ../../include/functions_modules.php:1869 +#: ../../include/class/Tree.class.php:1462 +msgid "CRITICAL" +msgstr "CRÍTICO" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652 +#: ../../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:1640 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../operation/search_modules.php:121 +#: ../../operation/search_modules.php:144 +#: ../../operation/agentes/status_monitor.php:1161 +#: ../../operation/agentes/status_monitor.php:1165 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../mobile/operation/modules.php:473 +#: ../../mobile/operation/modules.php:492 +#: ../../include/functions_modules.php:1853 +#: ../../include/functions_modules.php:1873 +#: ../../include/class/Tree.class.php:1469 +msgid "WARNING" +msgstr "ADVERTENCIA" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642 +#: ../../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:1632 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../operation/search_modules.php:113 +#: ../../operation/search_modules.php:130 +#: ../../operation/agentes/status_monitor.php:1141 +#: ../../operation/agentes/status_monitor.php:1145 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../mobile/operation/modules.php:465 +#: ../../mobile/operation/modules.php:482 +#: ../../include/functions_modules.php:1857 +#: ../../include/functions_modules.php:1865 +#: ../../include/class/Tree.class.php:1488 +msgid "NORMAL" +msgstr "NORMAL" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 +#: ../../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:1647 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../enterprise/include/functions_services.php:1668 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:136 +#: ../../operation/search_modules.php:143 +#: ../../operation/agentes/status_monitor.php:1175 +#: ../../operation/agentes/status_monitor.php:1180 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1192 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1204 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +#: ../../include/functions_modules.php:1864 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/class/Tree.class.php:1474 +msgid "UNKNOWN" +msgstr "DESCONOCIDO" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/include/functions_services.php:1655 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/include/functions_services.php:1664 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:136 +#: ../../operation/search_modules.php:143 +#: ../../operation/agentes/status_monitor.php:1175 +#: ../../operation/agentes/status_monitor.php:1180 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1192 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1204 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +#: ../../include/functions_modules.php:1864 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +msgid "Last status" +msgstr "Último estado" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666 +#: ../../enterprise/extensions/vmware/vmware_manager.php:202 +msgid "Status: " +msgstr "Estado: " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:723 +msgid "Data: " +msgstr "Datos: " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:726 +#: ../../operation/agentes/estado_generalagente.php:553 +msgid "Last contact: " +msgstr "Último contacto: " + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1085 +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 +msgid "Networkmap enterprise" +msgstr "Networkmap enterprise" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1087 +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 +msgid "Not found networkmap." +msgstr "No se encontró ningún networkmap." + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1115 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +#: ../../operation/snmpconsole/snmp_browser.php:84 +#: ../../operation/agentes/networkmap.php:301 +msgid "Normal screen" +msgstr "Pantalla normal" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1124 +#: ../../operation/events/events.php:320 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/snmpconsole/snmp_browser.php:88 +#: ../../operation/agentes/networkmap.php:314 +#: ../../extensions/agents_alerts.php:118 +#: ../../extensions/agents_modules.php:130 +msgid "Full screen" +msgstr "Pantalla completa" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1130 +msgid "List of networkmap Enterprise" +msgstr "Lista de mapas de red Enterprise" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1134 #, php-format -msgid "Cannot connect to %s Pandora to generate networkmap." -msgstr "No se puede conectar a %s Pandora FMS para generar networkmap." +msgid "Networkmap enterprise - %s" +msgstr "Networmap Enterprise - %s" -#: ../../enterprise/meta/index.php:239 ../../mobile/include/user.class.php:171 -#: ../../include/ajax/double_auth.ajax.php:489 ../../index.php:240 -msgid "Invalid code" -msgstr "Código inválido" +#: ../../enterprise/operation/agentes/agent_inventory.php:56 +msgid "This agent has not modules inventory" +msgstr "Este agente no tiene módulos de inventario" -#: ../../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/operation/agentes/agent_inventory.php:160 +#: ../../enterprise/operation/agentes/agent_inventory.php:161 +msgid "Diff view" +msgstr "Vista de diferencia" -#: ../../enterprise/meta/index.php:262 ../../index.php:263 -msgid "Expired login" -msgstr "Inicio de sesión caducado" +#: ../../enterprise/operation/agentes/agent_inventory.php:230 +#: ../../enterprise/meta/monitoring/group_view.php:145 +#: ../../enterprise/dashboard/widgets/tree_view.php:196 +#: ../../enterprise/include/functions_inventory.php:322 +#: ../../enterprise/include/functions_reporting_pdf.php:660 +#: ../../enterprise/include/functions_reporting_pdf.php:675 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:165 +#: ../../operation/agentes/gis_view.php:194 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1072 +msgid "Total" +msgstr "Total" -#: ../../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/operation/agentes/ver_agente.php:70 +#: ../../operation/agentes/ver_agente.php:634 +msgid "Main IP" +msgstr "IP principal" -#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534 -#: ../../index.php:721 -msgid "Sorry! I can't find the page!" -msgstr "No se puede encontrar la página." +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../enterprise/operation/agentes/policy_view.php:309 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../enterprise/meta/agentsearch.php:99 +#: ../../godmode/users/user_list.php:272 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219 +#: ../../operation/gis_maps/ajax.php:321 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/ver_agente.php:644 +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/search_users.php:47 ../../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 +#: ../../include/functions_treeview.php:514 ../../include/ajax/module.php:737 +#: ../../include/functions_events.php:2043 +msgid "Last contact" +msgstr "Último contacto" + +#: ../../enterprise/operation/agentes/ver_agente.php:76 +#: ../../operation/agentes/ver_agente.php:645 +#: ../../include/functions_events.php:2048 +msgid "Last remote contact" +msgstr "Último contacto remoto" + +#: ../../enterprise/operation/agentes/ver_agente.php:113 +#: ../../operation/agentes/ver_agente.php:685 +msgid "Monitors down" +msgstr "Monitores caídos" + +#: ../../enterprise/operation/agentes/ver_agente.php:152 +#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 +#: ../../operation/agentes/ver_agente.php:721 +#: ../../mobile/operation/groups.php:161 +#: ../../include/functions_reporting_html.php:2186 +#: ../../include/functions_reporting_html.php:2195 +#: ../../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 +msgid "Alerts fired" +msgstr "Alertas disparadas" + +#: ../../enterprise/operation/agentes/ver_agente.php:208 +#: ../../enterprise/meta/advanced/policymanager.apply.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:39 +#: ../../enterprise/include/functions_groups.php:32 +#: ../../operation/tree.php:80 ../../include/ajax/networkmap.ajax.php:50 +msgid "Policies" +msgstr "Políticas" + +#: ../../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/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:249 +msgid "Succesfully deleted" +msgstr "Eliminado correctamente" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:267 +msgid "" +"The default display will depend on the definition and topology detected by " +"Pandora." +msgstr "" +"La visualización predeterminada dependerá de la definición y topología " +"detectada por Pandora." + +#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 +#: ../../include/functions_reporting_html.php:2745 +msgid "Nodes" +msgstr "Nodos" + +#: ../../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/networkmap_enterprise.php:390 +#: ../../enterprise/meta/screens/screens.networkmap.php:44 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 +msgid "Create networkmap" +msgstr "Crear mapa de red" + +#: ../../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:51 +#: ../../include/functions_events.php:882 +msgid "V." +msgstr "V." + +#: ../../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:902 +#: ../../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 +#: ../../include/functions.php:2028 +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:193 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../godmode/alerts/alert_list.list.php:138 +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.functions.php:103 +msgid "Standby" +msgstr "Standby" + +#: ../../enterprise/operation/agentes/policy_view.php:197 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 +#: ../../godmode/alerts/alert_view.php:79 +#: ../../godmode/snmpconsole/snmp_alert.php:1063 +#: ../../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 +#: ../../include/functions_reporting_html.php:2365 +#: ../../include/functions_treeview.php:371 +msgid "Last fired" +msgstr "Lanzada por última vez" + +#: ../../enterprise/operation/agentes/policy_view.php:202 +msgid "Show Alert" +msgstr "Mostrar alertas" + +#: ../../enterprise/operation/agentes/policy_view.php:221 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 +#: ../../godmode/alerts/alert_list.list.php:140 +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:813 +msgid "Standby on" +msgstr "Modo standby activado" + +#: ../../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: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/networkmap_enterprise.popup.php:64 +msgid "Details of node:" +msgstr "Detalles del nodo" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 +msgid "Source data" +msgstr "Datos de origen" + +#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 +#: ../../godmode/menu.php:200 ../../include/functions_groups.php:92 +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 +#: ../../godmode/reporting/visual_console_builder.wizard.php:150 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../include/functions_visual_map_editor.php:315 +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/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/mobile/operation/dashboard.php:115 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 +#: ../../godmode/reporting/visual_console_builder.wizard.php:334 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/events.php:797 ../../mobile/operation/agents.php:380 +#: ../../mobile/operation/agent.php:272 +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/modules.php:623 +#: ../../mobile/operation/module_graph.php:469 +msgid "Loading..." +msgstr "Cargando…" + +#: ../../enterprise/operation/menu.php:85 +#: ../../enterprise/extensions/vmware/vmware_view.php:1070 +#: ../../enterprise/extensions/vmware/vmware_view.php:1089 +#: ../../enterprise/mobile/operation/dashboard.php:227 +#: ../../operation/users/user_edit.php:308 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../enterprise/operation/menu.php:91 +msgid "Main dashboard" +msgstr "Cuadro de mando principal" + +#: ../../enterprise/operation/menu.php:93 +msgid "Copy Dashboard" +msgstr "Copiar Dashboard" + +#: ../../enterprise/operation/menu.php:106 +msgid "Network console" +msgstr "Consola de red" + +#: ../../enterprise/operation/menu.php:117 +msgid "Custom SQL" +msgstr "SQL personalizado" #: ../../enterprise/extensions/translate_string.php:165 #: ../../enterprise/extensions/translate_string.php:326 msgid "Translate string" msgstr "Traducir cadena" -#: ../../enterprise/extensions/csv_import/main.php:40 -#, php-format -msgid "Created agent %s" -msgstr "Agente creado %s" +#: ../../enterprise/extensions/translate_string.php:250 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 +#: ../../godmode/users/configure_user.php:446 +#: ../../operation/users/user_edit.php:276 +msgid "Language" +msgstr "Idioma" + +#: ../../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/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/main.php:46 #: ../../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/main.php:56 #: ../../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/main.php:57 #: ../../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/main.php:72 #: ../../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/main.php:79 #: ../../enterprise/extensions/csv_import_group/main.php:75 +#: ../../enterprise/extensions/csv_import/main.php:79 msgid "Separator" msgstr "Separador" -#: ../../enterprise/extensions/csv_import/main.php:83 #: ../../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/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:155 -#: ../../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/setup/setup_general.php:186 -#: ../../godmode/netflow/nf_edit.php:43 -msgid "Not supported in Windows systems" -msgstr "No soportado en sistemas Windows" - #: ../../enterprise/extensions/backup/main.php:67 -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../operation/integria_incidents/incident.files.php:45 #: ../../godmode/events/event_responses.editor.php:97 +#: ../../operation/integria_incidents/incident.files.php:45 +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../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:411 #: ../../include/functions_visual_map_editor.php:475 -#: ../../include/functions_filemanager.php:582 msgid "Size" msgstr "Tamaño" @@ -9280,37 +11194,13 @@ msgstr "Tamaño" msgid "Running" msgstr "Ejecutándose" -#: ../../enterprise/extensions/backup/main.php:114 -#: ../../enterprise/dashboard/widgets/maps_status.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../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/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_csv.php:823 -#: ../../enterprise/include/functions_reporting_csv.php:852 -#: ../../enterprise/include/functions_services.php:1753 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 -#: ../../include/functions_db.php:1138 -#: ../../include/functions_reporting_html.php:369 -#: ../../include/functions_reporting_html.php:396 -#: ../../include/functions_reporting_html.php:1512 -msgid "OK" -msgstr "Bien" - #: ../../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 +#: ../../extensions/files_repo/files_repo_list.php:94 msgid "Download" msgstr "Descargar" @@ -9322,6 +11212,263 @@ msgstr "Lista de copias de seguridad" msgid "Create backup" msgstr "Crear copia de seguridad" +#: ../../enterprise/extensions/ipam.php:159 +#: ../../enterprise/extensions/ipam.php:300 +#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 +msgid "Operation view" +msgstr "Vista de operación" + +#: ../../enterprise/extensions/ipam.php:168 +#: ../../enterprise/extensions/ipam.php:284 +msgid "Subnetworks calculator" +msgstr "Calculadora de subredes" + +#: ../../enterprise/extensions/ipam.php:189 +#: ../../enterprise/extensions/ipam/ipam_list.php:230 +msgid "Manage addresses" +msgstr "Administrar direcciones" + +#: ../../enterprise/extensions/ipam.php:197 +#: ../../godmode/massive/massive_operations.php:215 +msgid "Massive operations" +msgstr "Operaciones masivas" + +#: ../../enterprise/extensions/ipam.php:205 +#: ../../enterprise/extensions/ipam/ipam_list.php:233 +msgid "Addresses view" +msgstr "Vista de direcciones" + +#: ../../enterprise/extensions/ipam.php:213 +#: ../../enterprise/extensions/ipam.php:226 +#: ../../enterprise/extensions/ipam.php:292 +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +msgid "Administration view" +msgstr "Vista de administración" + +#: ../../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/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:146 +#: ../../godmode/setup/setup_visuals.php:665 +#: ../../include/functions_html.php:720 ../../include/functions.php:434 +#: ../../include/functions.php:568 +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/module_manager_editor_prediction.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:533 +msgid "Weekly" +msgstr "Semanalmente" + +#: ../../enterprise/extensions/vmware/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:157 +#: ../../godmode/agentes/module_manager_editor_prediction.php:158 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +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:1064 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/dashboard/widgets/network_map.php:35 +#: ../../operation/gis_maps/render_view.php:154 +msgid "Map" +msgstr "Mapa" + +#: ../../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:563 +#: ../../operation/agentes/networkmap.php:537 +msgid "Font" +msgstr "Fuente" + +#: ../../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/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:252 +#: ../../enterprise/extensions/cron/main.php:189 +#: ../../enterprise/extensions/cron/main.php:295 +msgid "Scheduled" +msgstr "Programado" + #: ../../enterprise/extensions/cron/functions.php:17 #: ../../enterprise/extensions/cron/functions.php:27 #: ../../enterprise/extensions/cron/functions.php:48 @@ -9371,44 +11518,6 @@ msgstr "Copia de seguridad de la BD de Pandora FMS" 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/planned_downtime.editor.php:533 -#: ../../godmode/agentes/module_manager_editor_prediction.php:157 -msgid "Weekly" -msgstr "Semanalmente" - -#: ../../enterprise/extensions/cron/functions.php:157 -#: ../../enterprise/extensions/vmware/functions.php:27 -#: ../../godmode/agentes/planned_downtime.editor.php:534 -#: ../../godmode/agentes/module_manager_editor_prediction.php:158 -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:649 ../../include/functions_html.php:650 -#: ../../include/functions_html.php:768 ../../include/functions_html.php:769 -msgid "Custom" -msgstr "Personalizado" - #: ../../enterprise/extensions/cron/functions.php:361 #: ../../enterprise/extensions/cron/main.php:219 #: ../../enterprise/extensions/cron/main.php:236 @@ -9496,12 +11605,6 @@ msgstr "Tareas programadas" msgid "Task" msgstr "Tarea" -#: ../../enterprise/extensions/cron/main.php:189 -#: ../../enterprise/extensions/cron/main.php:295 -#: ../../enterprise/extensions/vmware/main.php:255 -msgid "Scheduled" -msgstr "Programado" - #: ../../enterprise/extensions/cron/main.php:190 msgid "First_execution" msgstr "First_execution" @@ -9527,550 +11630,28 @@ msgstr "Forzar ejecución" msgid "Path" msgstr "Ruta" +#: ../../enterprise/extensions/cron/main.php:260 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 +#: ../../enterprise/extensions/ipam/ipam_list.php:223 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 +#: ../../godmode/db/db_main.php:183 +#: ../../godmode/snmpconsole/snmp_alert.php:1111 +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../operation/agentes/estado_generalagente.php:211 +#: ../../include/functions_treeview.php:507 ../../include/functions_ui.php:449 +msgid "Never" +msgstr "Nunca" + #: ../../enterprise/extensions/cron/main.php:298 msgid "First execution" msgstr "Primera ejecución" -#: ../../enterprise/extensions/cron/main.php:300 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../enterprise/operation/log/log_viewer.php:226 -#: ../../operation/netflow/nf_live_view.php:237 -#: ../../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" - -#: ../../enterprise/extensions/cron/main.php:302 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../enterprise/operation/log/log_viewer.php:228 -#: ../../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:512 -#: ../../godmode/agentes/planned_downtime.editor.php:523 -#: ../../godmode/agentes/planned_downtime.editor.php:591 -#: ../../godmode/agentes/planned_downtime.editor.php:599 -#: ../../godmode/reporting/reporting_builder.item_editor.php:842 -#: ../../godmode/reporting/reporting_builder.item_editor.php:851 -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:303 #: ../../godmode/events/event_responses.editor.php:111 -#: ../../include/functions_events.php:1815 +#: ../../include/functions_events.php:1822 msgid "Parameters" msgstr "Parámetros" -#: ../../enterprise/extensions/cron/main.php:339 -#: ../../enterprise/dashboard/widgets/tree_view.php:316 -#: ../../enterprise/operation/log/log_viewer.php:310 -#: ../../enterprise/operation/log/log_viewer.php:322 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2232 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 -#: ../../extensions/insert_data.php:194 ../../operation/tree.php:391 -#: ../../operation/events/events_list.php:1495 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/stat_win.php:492 -#: ../../operation/agentes/estado_monitores.php:382 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../operation/reporting/graph_viewer.php:264 -#: ../../operation/netflow/nf_live_view.php:605 -#: ../../godmode/setup/news.php:297 -#: ../../godmode/alerts/configure_alert_template.php:1061 -#: ../../godmode/agentes/planned_downtime.editor.php:1168 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1796 -msgid "Choose time" -msgstr "Seleccionar tiempo" - -#: ../../enterprise/extensions/cron/main.php:340 -#: ../../enterprise/dashboard/widgets/tree_view.php:317 -#: ../../enterprise/operation/log/log_viewer.php:311 -#: ../../enterprise/operation/log/log_viewer.php:323 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 -#: ../../extensions/insert_data.php:195 ../../operation/tree.php:392 -#: ../../operation/events/events_list.php:1496 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/stat_win.php:493 -#: ../../operation/agentes/estado_monitores.php:383 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../operation/reporting/graph_viewer.php:265 -#: ../../operation/netflow/nf_live_view.php:606 -#: ../../godmode/setup/news.php:298 -#: ../../godmode/alerts/configure_alert_template.php:1062 -#: ../../godmode/agentes/planned_downtime.editor.php:1169 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1797 -msgid "Time" -msgstr "Hora" - -#: ../../enterprise/extensions/cron/main.php:341 -#: ../../enterprise/dashboard/widgets/tree_view.php:318 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/operation/log/log_viewer.php:324 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2234 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 -#: ../../extensions/insert_data.php:196 ../../operation/tree.php:393 -#: ../../operation/events/events_list.php:1497 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/stat_win.php:494 -#: ../../operation/agentes/estado_monitores.php:384 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../operation/reporting/graph_viewer.php:266 -#: ../../operation/netflow/nf_live_view.php:607 -#: ../../godmode/setup/news.php:299 -#: ../../godmode/alerts/configure_alert_template.php:1063 -#: ../../godmode/agentes/planned_downtime.editor.php:1170 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1798 -#: ../../include/functions_html.php:858 -msgid "Hour" -msgstr "Hora" - -#: ../../enterprise/extensions/cron/main.php:342 -#: ../../enterprise/dashboard/widgets/tree_view.php:319 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/operation/log/log_viewer.php:325 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2235 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 -#: ../../extensions/insert_data.php:197 ../../operation/tree.php:394 -#: ../../operation/events/events_list.php:1498 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/stat_win.php:495 -#: ../../operation/agentes/estado_monitores.php:385 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../operation/reporting/graph_viewer.php:267 -#: ../../operation/netflow/nf_live_view.php:608 -#: ../../godmode/setup/news.php:300 -#: ../../godmode/alerts/configure_alert_template.php:1064 -#: ../../godmode/agentes/planned_downtime.editor.php:1171 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1799 -#: ../../include/functions_html.php:859 -msgid "Minute" -msgstr "Minuto" - -#: ../../enterprise/extensions/cron/main.php:343 -#: ../../enterprise/dashboard/widgets/tree_view.php:320 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/operation/log/log_viewer.php:326 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2236 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 -#: ../../extensions/insert_data.php:198 ../../operation/tree.php:395 -#: ../../operation/events/events_list.php:1499 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/stat_win.php:496 -#: ../../operation/agentes/estado_monitores.php:386 -#: ../../operation/reporting/reporting_viewer.php:261 -#: ../../operation/reporting/reporting_viewer.php:281 -#: ../../operation/reporting/graph_viewer.php:268 -#: ../../operation/netflow/nf_live_view.php:609 -#: ../../godmode/setup/news.php:301 -#: ../../godmode/alerts/configure_alert_template.php:1065 -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1800 -msgid "Second" -msgstr "Segundo" - -#: ../../enterprise/extensions/cron/main.php:344 -#: ../../enterprise/dashboard/widgets/tree_view.php:321 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/operation/log/log_viewer.php:327 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2237 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 -#: ../../extensions/insert_data.php:199 ../../operation/tree.php:396 -#: ../../operation/events/events_list.php:1500 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/stat_win.php:497 -#: ../../operation/agentes/estado_monitores.php:387 -#: ../../operation/reporting/reporting_viewer.php:262 -#: ../../operation/reporting/reporting_viewer.php:282 -#: ../../operation/reporting/graph_viewer.php:269 -#: ../../operation/netflow/nf_live_view.php:610 -#: ../../godmode/setup/news.php:302 -#: ../../godmode/alerts/configure_alert_template.php:1066 -#: ../../godmode/agentes/planned_downtime.editor.php:1173 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1801 -#: ../../include/functions.php:436 ../../include/functions.php:570 -msgid "Now" -msgstr "Ahora" - -#: ../../enterprise/extensions/cron/main.php:345 -#: ../../enterprise/dashboard/widgets/tree_view.php:322 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/operation/log/log_viewer.php:328 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2238 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 -#: ../../extensions/insert_data.php:200 ../../mobile/include/ui.class.php:571 -#: ../../mobile/include/ui.class.php:610 ../../operation/tree.php:397 -#: ../../operation/events/events_list.php:1501 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/stat_win.php:498 -#: ../../operation/agentes/estado_monitores.php:388 -#: ../../operation/reporting/reporting_viewer.php:263 -#: ../../operation/reporting/reporting_viewer.php:283 -#: ../../operation/reporting/graph_viewer.php:270 -#: ../../operation/netflow/nf_live_view.php:611 -#: ../../godmode/setup/news.php:303 -#: ../../godmode/alerts/configure_alert_template.php:1067 -#: ../../godmode/agentes/planned_downtime.editor.php:1174 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1802 -#: ../../include/functions_snmp_browser.php:441 -#: ../../include/functions_filemanager.php:619 -#: ../../include/functions_filemanager.php:640 -#: ../../include/functions_filemanager.php:656 -msgid "Close" -msgstr "Cerrar" - -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "VMware" - -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "Copia de seguridad" - -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "Importar CSV" - -#: ../../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/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_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/vmware_view.php:622 -#: ../../enterprise/extensions/vmware/vmware_view.php:1018 -msgid "Top 5 VMs CPU Usage" -msgstr "Top 5 VMs uso de la CPU" - -#: ../../enterprise/extensions/vmware/vmware_view.php:629 -#: ../../enterprise/extensions/vmware/vmware_view.php:1025 -msgid "Top 5 VMs Memory Usage" -msgstr "Top 5 VMs uso de la memoria" - -#: ../../enterprise/extensions/vmware/vmware_view.php:638 -#: ../../enterprise/extensions/vmware/vmware_view.php:1034 -msgid "Top 5 VMs Disk Usage" -msgstr "Top 5 VMs uso del disco" - -#: ../../enterprise/extensions/vmware/vmware_view.php:645 -#: ../../enterprise/extensions/vmware/vmware_view.php:1041 -msgid "Top 5 VMs Network Usage" -msgstr "Top 5 VMs uso de la red" - -#: ../../enterprise/extensions/vmware/vmware_view.php:688 -msgid "Host ESX" -msgstr "Host ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:907 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1632 -#: ../../enterprise/include/functions_services.php:1655 -#: ../../mobile/operation/modules.php:465 -#: ../../mobile/operation/modules.php:482 -#: ../../operation/search_modules.php:113 -#: ../../operation/search_modules.php:130 -#: ../../operation/agentes/status_monitor.php:1141 -#: ../../operation/agentes/status_monitor.php:1145 -#: ../../operation/agentes/status_monitor.php:1176 -#: ../../operation/agentes/status_monitor.php:1181 -#: ../../include/class/Tree.class.php:1488 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1865 -msgid "NORMAL" -msgstr "NORMAL" - -#: ../../enterprise/extensions/vmware/vmware_view.php:911 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1636 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../mobile/operation/modules.php:469 -#: ../../mobile/operation/modules.php:487 -#: ../../operation/search_modules.php:117 -#: ../../operation/search_modules.php:137 -#: ../../operation/agentes/status_monitor.php:1151 -#: ../../operation/agentes/status_monitor.php:1155 -#: ../../operation/agentes/status_monitor.php:1188 -#: ../../operation/agentes/status_monitor.php:1193 -#: ../../include/class/Tree.class.php:1462 -#: ../../include/functions_modules.php:1849 -#: ../../include/functions_modules.php:1869 -msgid "CRITICAL" -msgstr "CRÍTICO" - -#: ../../enterprise/extensions/vmware/vmware_view.php:916 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1640 -#: ../../enterprise/include/functions_services.php:1664 -#: ../../mobile/operation/modules.php:473 -#: ../../mobile/operation/modules.php:492 -#: ../../operation/search_modules.php:121 -#: ../../operation/search_modules.php:144 -#: ../../operation/agentes/status_monitor.php:1161 -#: ../../operation/agentes/status_monitor.php:1165 -#: ../../operation/agentes/status_monitor.php:1200 -#: ../../operation/agentes/status_monitor.php:1205 -#: ../../include/class/Tree.class.php:1469 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1873 -msgid "WARNING" -msgstr "ADVERTENCIA" - -#: ../../enterprise/extensions/vmware/vmware_view.php:920 -#: ../../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 -#: ../../enterprise/include/functions_services.php:1647 -#: ../../enterprise/include/functions_services.php:1655 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/include/functions_services.php:1664 -#: ../../enterprise/include/functions_services.php:1668 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:486 -#: ../../mobile/operation/modules.php:491 -#: ../../operation/search_modules.php:129 -#: ../../operation/search_modules.php:136 -#: ../../operation/search_modules.php:143 -#: ../../operation/agentes/status_monitor.php:1175 -#: ../../operation/agentes/status_monitor.php:1180 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1192 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1204 -#: ../../include/class/Tree.class.php:1474 -#: ../../include/functions_modules.php:1864 -#: ../../include/functions_modules.php:1868 -#: ../../include/functions_modules.php:1872 -msgid "UNKNOWN" -msgstr "DESCONOCIDO" - -#: ../../enterprise/extensions/vmware/vmware_view.php:931 -msgid "CPU Usage" -msgstr "Uso de CPU" - -#: ../../enterprise/extensions/vmware/vmware_view.php:941 -msgid "Memory Usage" -msgstr "Uso de memoria" - -#: ../../enterprise/extensions/vmware/vmware_view.php:951 -msgid "Disk I/O Rate" -msgstr "Ratio I/O de disco" - -#: ../../enterprise/extensions/vmware/vmware_view.php:961 -msgid "Network Usage" -msgstr "Uso de red" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1066 -#: ../../enterprise/extensions/vmware/vmware_view.php:1087 -#: ../../enterprise/dashboard/widgets/network_map.php:35 -#: ../../operation/gis_maps/render_view.php:154 -msgid "Map" -msgstr "Mapa" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1072 -#: ../../enterprise/extensions/vmware/vmware_view.php:1091 -#: ../../enterprise/mobile/operation/dashboard.php:229 -#: ../../enterprise/operation/menu.php:85 -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:308 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1078 -msgid "ESX Detail" -msgstr "Detalle ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1096 -msgid "ESX details" -msgstr "Detalles ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1107 -msgid "VMware view" -msgstr "Vista VMware" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1189 -msgid "Show Datastores" -msgstr "Mostrar Datastores" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1192 -msgid "Show ESX" -msgstr "Mostrar ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1195 -msgid "Show VM" -msgstr "Mostrar VM" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1213 -#: ../../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/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:180 -msgid "Config Path" -msgstr "Configurar Path" - -#: ../../enterprise/extensions/vmware/main.php:187 -msgid "Plugin Path" -msgstr "Plugin Path" - -#: ../../enterprise/extensions/vmware/main.php:210 -msgid "Config parameters" -msgstr "Parametros de configuración" - -#: ../../enterprise/extensions/vmware/main.php:217 -msgid "V-Center IP" -msgstr "IP V-Center" - -#: ../../enterprise/extensions/vmware/main.php:222 -msgid "Datacenter Name" -msgstr "Nombre de Datacenter" - -#: ../../enterprise/extensions/vmware/main.php:245 -msgid "Plugin execution" -msgstr "Ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:246 -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:278 -#: ../../enterprise/godmode/agentes/collections.php:217 -msgid "Apply changes" -msgstr "Aplicar Cambios" - -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:300 -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -msgid "Operation view" -msgstr "Vista de operación" - -#: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:284 -msgid "Subnetworks calculator" -msgstr "Calculadora de subredes" - -#: ../../enterprise/extensions/ipam.php:189 -#: ../../enterprise/extensions/ipam/ipam_list.php:230 -msgid "Manage addresses" -msgstr "Administrar direcciones" - -#: ../../enterprise/extensions/ipam.php:197 -#: ../../godmode/massive/massive_operations.php:215 -msgid "Massive operations" -msgstr "Operaciones masivas" - -#: ../../enterprise/extensions/ipam.php:205 -#: ../../enterprise/extensions/ipam/ipam_list.php:233 -msgid "Addresses view" -msgstr "Vista de direcciones" - -#: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:226 -#: ../../enterprise/extensions/ipam.php:292 -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -msgid "Administration view" -msgstr "Vista de administración" - -#: ../../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/check_acls.php:16 msgid "ACL users for this agent" msgstr "Usuarios ACL para este agente" @@ -10198,6 +11779,594 @@ msgstr "Solo los usuarios administradores pueden ver esta sección." msgid "Check ACL" msgstr "Comprobar ACL" +#: ../../enterprise/extensions/vmware.php:46 +msgid "VMware" +msgstr "VMware" + +#: ../../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/resource_exportation/functions.php:19 +#: ../../operation/agentes/exportdata.php:332 +#: ../../extensions/resource_exportation.php:350 +#: ../../extensions/resource_exportation.php:353 +msgid "Export" +msgstr "Exportar" + +#: ../../enterprise/extensions/csv_import_group.php:27 +msgid "CSV import group" +msgstr "Importar grupos de CSV" + +#: ../../enterprise/extensions/backup.php:63 +msgid "Backup" +msgstr "Copia de seguridad" + +#: ../../enterprise/extensions/csv_import.php:27 +msgid "CSV import" +msgstr "Importar CSV" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 +msgid "There is not an available IP." +msgstr "No hay una IP disponible" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 +msgid "Next available IP Address is:" +msgstr "La siguiente IP disponible es:" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 +#: ../../enterprise/extensions/ipam/ipam_network.php:543 +#: ../../enterprise/extensions/ipam/ipam_network.php:654 +#: ../../enterprise/extensions/ipam/ipam_massive.php:69 +#: ../../general/logon_ok.php:225 ../../general/logon_ok.php:422 +#: ../../godmode/admin_access_logs.php:192 +#: ../../godmode/users/configure_user.php:482 +#: ../../godmode/servers/manage_recontask_form.php:354 +#: ../../operation/users/user_edit.php:397 +#: ../../mobile/operation/events.php:518 +#: ../../include/functions_reporting_html.php:2856 +#: ../../include/functions.php:2301 ../../include/ajax/events.php:302 +msgid "Comments" +msgstr "Comentarios" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 +msgid "Reserve this IP now" +msgstr "Reservar esta IP ahora" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 +msgid "Manage this IP now" +msgstr "Gestionar esta IP ahora" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 +#: ../../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_excel.php:116 +msgid "Hostname" +msgstr "Nombre de máquina" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 +#: ../../enterprise/extensions/ipam/ipam_network.php:559 +#: ../../enterprise/extensions/ipam/ipam_network.php:594 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:1123 +#: ../../enterprise/include/functions_services.php:1012 +#: ../../enterprise/include/functions_services.php:1219 +#: ../../enterprise/include/functions_services.php:1750 +#: ../../enterprise/include/functions_visual_map.php:274 +#: ../../enterprise/include/functions_reporting.php:1250 +#: ../../enterprise/include/functions_reporting.php:3103 +#: ../../enterprise/include/functions_reporting.php:3435 +#: ../../enterprise/include/functions_servicemap.php:263 +#: ../../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/alerts/alert_view.php:113 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/agentes/planned_downtime.list.php:477 +#: ../../operation/snmpconsole/snmp_view.php:599 +#: ../../operation/snmpconsole/snmp_view.php:618 +#: ../../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 +#: ../../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 +#: ../../mobile/operation/agent.php:149 ../../mobile/operation/agent.php:160 +#: ../../include/functions_reporting_html.php:361 +#: ../../include/functions_reporting_html.php:388 +#: ../../include/functions_reporting_html.php:2429 +#: ../../include/functions_reporting_html.php:2467 +#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:339 ../../include/functions.php:944 +#: ../../include/functions.php:950 ../../include/functions.php:953 +#: ../../include/functions_events.php:1783 +#: ../../include/functions_events.php:1951 +#: ../../include/functions_events.php:2018 +#: ../../include/functions_events.php:2034 +#: ../../include/functions_events.php:2044 +#: ../../include/functions_events.php:2049 +#: ../../include/functions_events.php:2067 +#: ../../include/functions_events.php:2146 +#: ../../include/functions_events.php:2200 +#: ../../include/functions_events.php:2212 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_events.php:2246 +#: ../../include/functions_events.php:2261 +#: ../../include/functions_events.php:2271 +#: ../../include/functions_events.php:2360 +#: ../../include/functions_events.php:2437 +#: ../../include/functions_events.php:2459 +#: ../../include/functions_events.php:2469 ../../include/functions_ui.php:1994 +#: ../../include/functions_ui.php:2004 ../../include/functions_db.php:156 +msgid "N/A" +msgstr "N/A" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 +msgid "Operating system" +msgstr "Sistema operativo" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 +msgid "This agent has other IPs" +msgstr "Este agente tiene otras IPs" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 +msgid "Generate events" +msgstr "Generar eventos" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 +#: ../../enterprise/extensions/ipam/ipam_network.php:231 +#: ../../enterprise/extensions/ipam/ipam_network.php:540 +#: ../../enterprise/extensions/ipam/ipam_massive.php:77 +msgid "Managed" +msgstr "Gestionado" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 +#: ../../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 +msgid "Reserved" +msgstr "Reservado" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 +#: ../../operation/integria_incidents/incident.list.php:99 +#: ../../include/ajax/events.php:300 +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:221 +#: ../../enterprise/meta/advanced/servers.build_table.php:67 +#: ../../godmode/servers/servers.build_table.php:71 +#: ../../godmode/agentes/agent_incidents.php:90 +#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/incidents/incident.php:340 +msgid "Updated" +msgstr "Actualizado hace" + +#: ../../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:158 +#, php-format +msgid "Executing command: %s" +msgstr "Ejecutar comando:%s" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 +#: ../../include/ajax/events.php:165 +msgid "Execute again" +msgstr "Ejecutar de nuevo" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 +msgid "Ping to host" +msgstr "Ping a una máquina" + +#: ../../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 +msgid "Subnet" +msgstr "Subred" + +#: ../../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 +#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 +msgid "Location" +msgstr "Ubicación" + +#: ../../enterprise/extensions/ipam/ipam_network.php:171 +#: ../../operation/integria_incidents/incident_statistics.php:29 +#: ../../operation/events/event_statistics.php:32 +#: ../../operation/snmpconsole/snmp_view.php:71 +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/menu.php:270 ../../operation/menu.php:364 +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:116 +msgid "Alive" +msgstr "Activo" + +#: ../../enterprise/extensions/ipam/ipam_network.php:227 +#: ../../enterprise/extensions/ipam/ipam_network.php:553 +msgid "Not alive" +msgstr "Inactivo" + +#: ../../enterprise/extensions/ipam/ipam_network.php:233 +msgid "Not managed" +msgstr "No gestionado" + +#: ../../enterprise/extensions/ipam/ipam_network.php:239 +msgid "Not Reserved" +msgstr "No reservado" + +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +#: ../../enterprise/include/functions_reporting_pdf.php:2313 +#: ../../godmode/admin_access_logs.php:69 +#: ../../godmode/admin_access_logs.php:70 +#: ../../godmode/reporting/visual_console_builder.elements.php:555 +#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 +#: ../../include/functions_reporting_html.php:1338 +#: ../../include/functions_reporting_html.php:1544 +#: ../../include/functions_visual_map_editor.php:613 +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 +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 "Ultima comprobación" + +#: ../../enterprise/extensions/ipam/ipam_network.php:276 +msgid "Newer -> Older" +msgstr "Actual -> Antiguo" + +#: ../../enterprise/extensions/ipam/ipam_network.php:277 +msgid "Older -> Newer" +msgstr "Antiguo -> Actual" + +#: ../../enterprise/extensions/ipam/ipam_network.php:284 +msgid "Exact address match" +msgstr "Coincide la dirección exacta" + +#: ../../enterprise/extensions/ipam/ipam_network.php:288 +msgid "Big" +msgstr "Grande" + +#: ../../enterprise/extensions/ipam/ipam_network.php:289 +msgid "Tiny" +msgstr "Pequeño" + +#: ../../enterprise/extensions/ipam/ipam_network.php:290 +msgid "Icons style" +msgstr "Estilo de iconos" + +#: ../../enterprise/extensions/ipam/ipam_network.php:297 +msgid "Show not alive hosts" +msgstr "Mostrar máquinas inactivas" + +#: ../../enterprise/extensions/ipam/ipam_network.php:300 +msgid "Show only managed addresses" +msgstr "Mostrar solo direcciones administradas" + +#: ../../enterprise/extensions/ipam/ipam_network.php:303 +msgid "Reserved addresses" +msgstr "Direcciones reservadas" + +#: ../../enterprise/extensions/ipam/ipam_network.php:307 +msgid "Unreserved" +msgstr "No reservado" + +#: ../../enterprise/extensions/ipam/ipam_network.php:332 +msgid "Filter options" +msgstr "Opciones de filtro" + +#: ../../enterprise/extensions/ipam/ipam_network.php:472 +msgid "Edit address" +msgstr "Modificar dirección" + +#: ../../enterprise/extensions/ipam/ipam_network.php:477 +msgid "Disabled address" +msgstr "Deshabilitar direción" + +#: ../../enterprise/extensions/ipam/ipam_network.php:477 +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:539 +#: ../../enterprise/extensions/ipam/ipam_massive.php:76 +#: ../../enterprise/meta/general/main_header.php:123 +#: ../../enterprise/meta/general/logon_ok.php:43 +#: ../../enterprise/meta/monitoring/tactical.php:312 +#: ../../enterprise/dashboard/widgets/events_list.php:26 +#: ../../enterprise/include/functions_reporting_pdf.php:722 +#: ../../godmode/menu.php:180 ../../operation/events/events.php:411 +#: ../../operation/events/events.php:420 ../../operation/events/events.php:437 +#: ../../operation/menu.php:262 ../../mobile/operation/home.php:44 +#: ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +#: ../../include/functions_reporting_html.php:1122 +#: ../../include/functions_reports.php:613 +#: ../../include/functions_reports.php:615 +#: ../../include/functions_reports.php:617 +#: ../../include/functions_graph.php:726 +#: ../../include/functions_graph.php:3695 +#: ../../include/functions_graph.php:4373 +msgid "Events" +msgstr "Eventos" + +#: ../../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 "Cambiar a modo automático" + +#: ../../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 "Cambiar a modo manual" + +#: ../../enterprise/extensions/ipam/ipam_network.php:649 +msgid "Add comments" +msgstr "Añadir comentarios" + +#: ../../enterprise/extensions/ipam/ipam_network.php:666 +msgid "Update agent address" +msgstr "Actualizar direción de agente" + +#: ../../enterprise/extensions/ipam/ipam_network.php:783 +msgid "Please, uncheck auto option to set manual agent." +msgstr "Desmarcar la opción auto para establecer agente manual" + +#: ../../enterprise/extensions/ipam/ipam_massive.php:68 +msgid "Addresses" +msgstr "Direcciones" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:35 +msgid "Network not found" +msgstr "Red no encontrada" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:60 +#: ../../operation/incidents/incident.php:262 +msgid "All users" +msgstr "Todos los usuarios" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 +#: ../../enterprise/extensions/ipam/ipam_list.php:148 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:241 +#: ../../operation/servers/recon_view.php:95 +msgid "Network" +msgstr "Red" + +#: ../../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:80 +#: ../../general/firts_task/recon_view.php:25 +#: ../../godmode/servers/manage_recontask_form.php:221 +#: ../../include/functions_servers.php:378 +msgid "Recon server" +msgstr "Servidor de exploración de red" + +#: ../../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: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_calculator.php:39 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/extensions.php:144 ../../extensions/realtime_graphs.php:111 +#: ../../include/functions_snmp_browser.php:513 +msgid "Version" +msgstr "Versión" + +#: ../../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 "Ejemplo:" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 +msgid "Bit mask" +msgstr "Bit de máscara" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 +msgid "Net mask" +msgstr "Máscara de red" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 +msgid "Mask format" +msgstr "Formato de máscara" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 +msgid "Mask" +msgstr "Máscara" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 +msgid "Calculate" +msgstr "Calcular" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 +msgid "Address field is empty" +msgstr "El campo Dirección está vacío" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 +msgid "Mask field is empty" +msgstr "El campo Máscara está vacío" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 +msgid "Incorrect address format" +msgstr "Formato de dirección incorrecto" + +#: ../../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 "Formato de máscara incorrecto" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 +msgid "Network mask" +msgstr "Máscara de red" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 +msgid "Network wildcard" +msgstr "Red wildcard" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 +msgid "Network address" +msgstr "Dirección de red" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 +msgid "Broadcast address" +msgstr "Dirección de difusión" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 +msgid "First valid IP" +msgstr "Primera IP válida" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 +msgid "Last valid IP" +msgstr "Última IP válida" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 +msgid "Hosts/Net" +msgstr "Hosts/Red" + +#: ../../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_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_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_action.php:194 +msgid "Successfully updated." +msgstr "Actualizado con éxito." + +#: ../../enterprise/extensions/ipam/ipam_action.php:198 +#: ../../include/functions_reporting.php:1423 +msgid "No changes found." +msgstr "No se han encontrado cambios." + +#: ../../enterprise/extensions/ipam/ipam_list.php:133 +msgid "No networks found" +msgstr "No se ha encontrado ninguna red" + +#: ../../enterprise/extensions/ipam/ipam_list.php:175 +msgid "IPs" +msgstr "IPs" + +#: ../../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/resource_registration/functions.php:37 #, php-format msgid "Error create '%s' policy, the name exist and there aren't free name." @@ -10206,8 +12375,7 @@ msgstr "" #: ../../enterprise/extensions/resource_registration/functions.php:44 #, php-format -msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." +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." @@ -10309,1063 +12477,3143 @@ msgstr "Acción añadida correctamente '%s'." msgid "Error add '%s' action." msgstr "Error al añadir la acción '%s'." -#: ../../enterprise/extensions/ipam/ipam_action.php:61 -#: ../../enterprise/dashboard/dashboards.php:51 -#: ../../enterprise/dashboard/main_dashboard.php:74 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/godmode/modules/local_components.php:319 -#: ../../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/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_agents.php:91 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:936 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../extensions/files_repo.php:166 -#: ../../operation/incidents/incident.php:67 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/events/events.php:500 -#: ../../operation/snmpconsole/snmp_view.php:98 -#: ../../operation/gis_maps/gis_map.php:75 ../../godmode/setup/gis.php:55 -#: ../../godmode/setup/news.php:98 -#: ../../godmode/modules/manage_network_components.php:361 -#: ../../godmode/alerts/alert_list.php:144 -#: ../../godmode/alerts/alert_list.php:186 -#: ../../godmode/alerts/alert_special_days.php:152 -#: ../../godmode/alerts/alert_commands.php:320 -#: ../../godmode/alerts/alert_actions.php:333 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/reporting/reporting_builder.php:413 -#: ../../godmode/users/configure_user.php:413 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_action_alerts.php:106 -msgid "Could not be deleted" -msgstr "No se pudo borrar" +#: ../../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" -#: ../../enterprise/extensions/ipam/ipam_action.php:64 -#: ../../enterprise/dashboard/dashboards.php:50 -#: ../../enterprise/dashboard/main_dashboard.php:73 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/godmode/modules/local_components.php:318 -#: ../../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/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/graph_template_list.php:86 -#: ../../enterprise/godmode/reporting/graph_template_list.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../extensions/files_repo.php:166 -#: ../../operation/incidents/incident.php:66 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/events/events.php:499 -#: ../../operation/reporting/graph_viewer.php:34 -#: ../../operation/reporting/graph_viewer.php:41 -#: ../../operation/snmpconsole/snmp_view.php:97 -#: ../../operation/gis_maps/gis_map.php:74 ../../godmode/setup/gis.php:57 -#: ../../godmode/setup/links.php:69 ../../godmode/setup/news.php:97 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:360 -#: ../../godmode/events/event_filter.php:56 -#: ../../godmode/events/event_filter.php:77 -#: ../../godmode/alerts/alert_list.php:144 -#: ../../godmode/alerts/alert_list.php:186 -#: ../../godmode/alerts/alert_special_days.php:151 -#: ../../godmode/alerts/alert_commands.php:319 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/alerts/alert_templates.php:224 -#: ../../godmode/agentes/planned_downtime.list.php:107 -#: ../../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/netflow/nf_edit.php:76 -#: ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/snmpconsole/snmp_alert.php:459 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/users/configure_user.php:412 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_action_alerts.php:105 -#: ../../godmode/massive/massive_delete_modules.php:236 -msgid "Successfully deleted" -msgstr "Borrado correctamente" +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:68 +msgid "Lag" +msgstr "Retraso" -#: ../../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/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" -#: ../../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/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "T/Q" +msgstr "H/C" -#: ../../enterprise/extensions/ipam/ipam_action.php:128 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -#: ../../enterprise/godmode/modules/local_components.php:297 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../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:878 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../operation/incidents/incident.php:111 -#: ../../operation/snmpconsole/snmp_view.php:117 -#: ../../godmode/setup/gis.php:41 -#: ../../godmode/modules/manage_network_components.php:334 -#: ../../godmode/alerts/configure_alert_template.php:442 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/alert_special_days.php:135 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../include/functions_planned_downtimes.php:122 -msgid "Could not be updated" -msgstr "No se pudo actualizar" +#: ../../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" -#: ../../enterprise/extensions/ipam/ipam_action.php:131 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/policies/policy_modules.php:877 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 -#: ../../operation/incidents/incident.php:110 -#: ../../operation/snmpconsole/snmp_view.php:116 -#: ../../godmode/setup/gis.php:39 ../../godmode/setup/links.php:58 -#: ../../godmode/setup/news.php:87 -#: ../../godmode/modules/manage_nc_groups.php:98 -#: ../../godmode/events/event_edit_filter.php:162 -#: ../../godmode/alerts/configure_alert_template.php:441 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/alert_special_days.php:134 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/alerts/alert_templates.php:151 -#: ../../godmode/agentes/configurar_agente.php:769 -#: ../../godmode/agentes/planned_downtime.editor.php:368 -#: ../../godmode/netflow/nf_edit_form.php:131 -#: ../../godmode/snmpconsole/snmp_alert.php:299 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/users/profile_list.php:223 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../include/functions_planned_downtimes.php:125 -msgid "Successfully updated" +#: ../../enterprise/meta/advanced/servers.build_table.php:92 +#: ../../godmode/servers/servers.build_table.php:98 +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:111 +#: ../../godmode/servers/servers.build_table.php:116 +msgid "of" +msgstr "de" + +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:169 +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:190 +msgid "Tactical server information" +msgstr "Vista táctica del servidor" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:50 +#: ../../enterprise/meta/advanced/metasetup.password.php:47 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.performance.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.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:604 +#: ../../include/functions_config.php:408 +msgid "Date format string" +msgstr "Información de la base de datos" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:82 +#: ../../godmode/setup/setup_visuals.php:605 +msgid "Example" +msgstr "Ejemplo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:95 +#: ../../enterprise/meta/include/functions_meta.php:988 +#: ../../godmode/setup/setup_visuals.php:617 +#: ../../include/functions_config.php:410 +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:618 +msgid "Comparation in rollover" +msgstr "Fecha en comparación" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:98 +#: ../../godmode/setup/setup_visuals.php:620 +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:412 +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:414 +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:416 +msgid "Graph color (max)" +msgstr "Color de la gráfica (máx.)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:118 +#: ../../enterprise/meta/include/functions_meta.php:1028 +#: ../../include/functions_config.php:432 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "Resolución de los gráficos (1 baja, 5 alta)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:122 +#: ../../enterprise/meta/include/functions_meta.php:1038 +#: ../../godmode/setup/setup_visuals.php:396 +#: ../../include/functions_config.php:434 +msgid "Value to interface graphics" +msgstr "Valor para la interfaz gráfica" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:126 +#: ../../enterprise/meta/include/functions_meta.php:1051 +#: ../../godmode/setup/setup_visuals.php:61 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/events/event_edit_filter.php:265 +#: ../../operation/users/user_edit.php:259 +#: ../../operation/events/events_list.php:458 +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../include/functions_config.php:443 +msgid "Block size for pagination" +msgstr "Tamaño de bloque para la paginación" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:131 +#: ../../enterprise/meta/include/functions_meta.php:1061 +#: ../../godmode/setup/setup_visuals.php:414 +#: ../../include/functions_config.php:445 +msgid "Use round corners" +msgstr "Usar bordes redondeados" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:137 +#: ../../enterprise/meta/include/functions_meta.php:1071 +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../godmode/users/configure_user.php:512 +#: ../../operation/users/user_edit.php:272 +#: ../../include/functions_config.php:455 +msgid "Interactive charts" +msgstr "Gráficas interactivas" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:137 +#: ../../godmode/setup/setup_visuals.php:420 +#: ../../godmode/users/configure_user.php:512 +#: ../../operation/users/user_edit.php:272 +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 +#: ../../enterprise/meta/include/functions_meta.php:1081 +msgid "Metaconsole elements" +msgstr "Elementos de la Metaconsola" + +#: ../../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:147 +#: ../../godmode/setup/setup_visuals.php:666 +#: ../../include/functions_html.php:721 ../../include/functions.php:435 +#: ../../include/functions.php:569 +msgid "hours" +msgstr "horas" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:148 +#: ../../godmode/setup/setup_visuals.php:667 ../../godmode/db/db_main.php:82 +#: ../../godmode/db/db_main.php:88 ../../include/functions_html.php:722 +#: ../../include/functions.php:431 ../../include/functions.php:565 +msgid "days" +msgstr "días" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:149 +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_html.php:724 ../../include/functions.php:432 +#: ../../include/functions.php:566 +msgid "months" +msgstr "meses" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:150 +#: ../../godmode/setup/setup_visuals.php:669 +#: ../../include/functions_html.php:725 ../../include/functions.php:433 +#: ../../include/functions.php:567 +msgid "years" +msgstr "años" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:151 +#: ../../godmode/setup/setup_visuals.php:670 +msgid "Add new custom value to intervals" +msgstr "Añadir nuevo valor personalizado para intervalos" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:157 +#: ../../enterprise/meta/include/functions_meta.php:1131 +#: ../../godmode/setup/setup_visuals.php:676 +#: ../../include/functions_config.php:588 +msgid "Delete interval" +msgstr "Borrar intervalo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:169 +#: ../../godmode/setup/setup_visuals.php:470 +msgid "Custom report front page" +msgstr "Portada de informe personalizado" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:169 +#: ../../godmode/setup/setup_visuals.php:472 +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:173 +#: ../../enterprise/meta/include/functions_meta.php:1091 +#: ../../godmode/setup/setup_visuals.php:588 +msgid "Show only the group name" +msgstr "Mostrar solo el nombre del grupo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:175 +#: ../../godmode/setup/setup_visuals.php:590 +#: ../../include/functions_config.php:504 +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:184 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../godmode/setup/setup_visuals.php:84 +#: ../../include/functions_config.php:510 +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:193 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:512 +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:196 +#: ../../enterprise/meta/include/functions_meta.php:1177 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:514 +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: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 +#: ../../enterprise/meta/include/functions_meta.php:1137 +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../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 +#: ../../godmode/setup/setup_visuals.php:516 +#: ../../godmode/setup/setup_visuals.php:522 +#: ../../godmode/setup/setup_visuals.php:535 +#: ../../godmode/setup/setup_visuals.php:543 +#: ../../godmode/setup/setup_visuals.php:548 +#: ../../godmode/setup/setup_visuals.php:556 +#: ../../include/functions_config.php:596 +#: ../../include/functions_config.php:599 +#: ../../include/functions_config.php:602 +#: ../../include/functions_config.php:605 +#: ../../include/functions_config.php:608 +#: ../../include/functions_config.php:611 +msgid "Custom report front" +msgstr "Portada de informe personalizado" + +#: ../../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:289 +#: ../../enterprise/meta/advanced/synchronizing.user.php:489 +#: ../../enterprise/meta/advanced/synchronizing.user.php:569 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 +#: ../../enterprise/meta/advanced/policymanager.sync.php:238 +#: ../../enterprise/meta/include/functions_meta.php:99 +#: ../../enterprise/meta/include/functions_meta.php:201 +#: ../../enterprise/meta/include/functions_meta.php:303 +#: ../../enterprise/meta/include/functions_groups_meta.php:130 +#, php-format +msgid "Error connecting to %s" +msgstr "Error al conectar con %s" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:303 +msgid "Synchronizing Components" +msgstr "Sincronizar componentes" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 +#: ../../enterprise/meta/advanced/synchronizing.user.php:509 +#: ../../enterprise/meta/advanced/synchronizing.group.php:148 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 +#: ../../enterprise/meta/advanced/policymanager.sync.php:296 +#: ../../enterprise/meta/advanced/synchronizing.os.php:92 +msgid "This metaconsole" +msgstr "Esta metaconsola" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:320 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 +#: ../../enterprise/meta/advanced/synchronizing.group.php:157 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../enterprise/meta/advanced/synchronizing.os.php:101 +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "Destinos" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:327 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 +#: ../../enterprise/meta/advanced/synchronizing.user.php:578 +#: ../../enterprise/meta/advanced/synchronizing.group.php:164 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 +#: ../../enterprise/meta/advanced/policymanager.sync.php:315 +#: ../../enterprise/meta/advanced/synchronizing.os.php:108 +msgid "Sync" +msgstr "Sincr." + +#: ../../enterprise/meta/advanced/metasetup.password.php:73 +msgid "Passwords" +msgstr "Contraseñas" + +#: ../../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: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/policymanager.php:35 +#: ../../enterprise/meta/advanced/agents_setup.php:35 +#: ../../enterprise/meta/advanced/synchronizing.php:33 +#: ../../enterprise/meta/general/logon_ok.php:15 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 +#: ../../enterprise/meta/monitoring/group_view.php:32 +#: ../../enterprise/meta/monitoring/tactical.php:35 +#: ../../enterprise/meta/index.php:496 +#: ../../enterprise/meta/agentsearch.php:26 +#: ../../godmode/netflow/nf_edit_form.php:65 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../operation/netflow/nf_live_view.php:131 +#: ../../operation/agentes/ver_agente.php:909 +msgid "Main" +msgstr "Principal" + +#: ../../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/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:239 +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:290 +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/policymanager.queue.php:352 +msgid "Empty queue." +msgstr "Cola vacia" + +#: ../../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:501 +msgid "Synchronizing Users" +msgstr "Sincronizar usuarios" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:511 +#: ../../godmode/massive/massive_add_profiles.php:90 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../operation/search_results.php:83 +#: ../../include/functions_reporting.php:5716 +msgid "Users" +msgstr "Usuarios" + +#: ../../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.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/synchronizing.module_groups.php:69 +#, php-format +msgid "Error creating/updating %s/%s module groups" +msgstr "Error al crear/actualizar %s/%s los grupos de modulo" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72 +#, php-format +msgid "Created/Updated %s/%s module groups" +msgstr "Creados/Actualizados %s/%s los grupos de modulos" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84 +msgid "Synchronizing Module Groups" +msgstr "Sincronizando grupos de modulos" + +#: ../../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/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/metasetup.setup.php:119 +#: ../../enterprise/meta/include/functions_meta.php:358 +#: ../../general/login_required.php:81 +#: ../../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/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:130 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 +#: ../../enterprise/include/functions_reporting_pdf.php:1389 +#: ../../enterprise/include/functions_reporting_pdf.php:1527 +#: ../../godmode/setup/setup_general.php:66 +#: ../../operation/events/events.php:79 +#: ../../operation/events/events_rss.php:178 +#: ../../mobile/operation/events.php:111 +#: ../../include/functions_reporting_html.php:580 +#: ../../include/functions_reporting_html.php:1190 +#: ../../include/functions.php:1040 ../../include/functions_graph.php:2021 +#: ../../include/functions_graph.php:2685 +#: ../../include/functions_graph.php:3109 +#: ../../include/functions_graph.php:3112 +#: ../../include/functions_reporting.php:4848 +#: ../../include/functions_reporting.php:5087 +#: ../../include/functions_events.php:975 +#: ../../include/functions_events.php:1433 +msgid "System" +msgstr "Sistema" + +#: ../../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:148 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Africa" +msgstr "África" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "America" +msgstr "América" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Antarctica" +msgstr "La Antártida" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:151 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Arctic" +msgstr "Ártico" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Asia" +msgstr "Asia" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Atlantic" +msgstr "Atlántico" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Australia" +msgstr "Australia" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:155 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Europe" +msgstr "Europa" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Indian" +msgstr "Índico" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:157 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "Pacific" +msgstr "Pacífico" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:158 +#: ../../general/login_required.php:86 +#: ../../godmode/setup/setup_general.php:191 +msgid "UTC" +msgstr "UTC" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:177 +#: ../../enterprise/meta/include/functions_meta.php:408 +#: ../../general/login_required.php:106 +#: ../../godmode/setup/setup_general.php:211 +#: ../../include/functions_config.php:166 +msgid "Timezone setup" +msgstr "Zona horaria" + +#: ../../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:628 +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/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:203 +#: ../../godmode/menu.php:189 ../../mobile/include/functions_web.php:27 +msgid "Servers" +msgstr "Servidores" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:73 +#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 +#: ../../godmode/menu.php:242 +msgid "Performance" +msgstr "Rendimiento" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:78 +#: ../../enterprise/meta/include/functions_meta.php:1191 +#: ../../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:1201 +msgid "Active events history" +msgstr "Historial de eventos activo" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:87 +#: ../../enterprise/meta/include/functions_meta.php:1211 +#: ../../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:1221 +#: ../../godmode/setup/performance.php:100 +#: ../../include/functions_config.php:391 +msgid "Default hours for event view" +msgstr "Núm. de horas predeterminado para la visión de eventos" + +#: ../../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 +msgid "Module groups Management" +msgstr "Gestor de grupos de modulo" + +#: ../../enterprise/meta/advanced/component_management.php:64 +msgid "OS Management" +msgstr "Administración de SO" + +#: ../../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/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 +#: ../../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: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 +#: ../../operation/tree.php:103 +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 "Current Platform Count (enabled: items)" +msgstr "Cuenta de la plataforma actual (activado: elementos)" + +#: ../../enterprise/meta/advanced/license_meta.php:84 +#: ../../godmode/setup/license.php:79 +msgid "Current Platform Count (disabled: items)" +msgstr "Cuenta de la plataforma actual (desactivado: elementos)" + +#: ../../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.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:175 +#: ../../operation/events/events.php:791 +msgid "Successfully delete" +msgstr "Borrado satisfactoriamente" + +#: ../../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 +msgid "DB port" +msgstr "Puerto de la DB" + +#: ../../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/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 +msgid "OS synchronization" +msgstr "Sincronización de SO" + +#: ../../enterprise/meta/advanced/synchronizing.php:84 +#: ../../enterprise/meta/advanced/synchronizing.php:109 +msgid "Module Groups synchronization" +msgstr "Sincronización de grupos de modulo" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:69 +#, php-format +msgid "Error creating/updating %s/%s OS" +msgstr "Error al crear/actualizar %s/%s SO" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:72 +#, php-format +msgid "Created/Updated %s/%s OS" +msgstr "Creado/Actualizado %s/%s SO" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:84 +msgid "Synchronizing OS" +msgstr "Sincronizando SO" + +#: ../../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 +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +#: ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/groups.php:53 ../../mobile/operation/events.php:430 +#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agent.php:66 +#: ../../mobile/operation/networkmap.php:78 +#: ../../mobile/operation/tactical.php:71 +#: ../../mobile/operation/modules.php:173 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/module_graph.php:269 +#: ../../mobile/operation/alerts.php:141 +#: ../../mobile/operation/networkmaps.php:99 ../../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/general/noaccess.php:28 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 +#: ../../general/noaccess2.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/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:88 +#: ../../operation/tree.php:87 ../../operation/menu.php:46 +msgid "Tree view" +msgstr "Vista de árbol" + +#: ../../enterprise/meta/general/main_header.php:93 +#: ../../enterprise/meta/monitoring/tactical.php:60 +#: ../../enterprise/dashboard/widgets/tactical.php:27 +#: ../../enterprise/dashboard/widgets/tactical.php:29 +#: ../../operation/users/user_edit.php:304 +#: ../../operation/agentes/tactical.php:55 ../../operation/menu.php:40 +#: ../../mobile/operation/home.php:38 ../../mobile/operation/tactical.php:84 +msgid "Tactical view" +msgstr "Vista táctica" + +#: ../../enterprise/meta/general/main_header.php:98 +#: ../../operation/agentes/networkmap.php:389 +msgid "Groups view" +msgstr "Vista de grupos" + +#: ../../enterprise/meta/general/main_header.php:103 +#: ../../operation/agentes/alerts_status.php:135 +msgid "Alerts view" +msgstr "Vista de alertas" + +#: ../../enterprise/meta/general/main_header.php:108 +msgid "Monitors view" +msgstr "Vista de monitores" + +#: ../../enterprise/meta/general/main_header.php:136 +#: ../../enterprise/meta/general/main_header.php:151 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../operation/search_results.php:113 +#: ../../include/functions_groups.php:120 +msgid "Reports" +msgstr "Informes" + +#: ../../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:180 +#: ../../enterprise/meta/general/logon_ok.php:60 +#: ../../enterprise/meta/screens/screens.php:35 +msgid "Screens" +msgstr "Pantallas" + +#: ../../enterprise/meta/general/main_header.php:187 +msgid "Networkmap" +msgstr "Mapa de red" + +#: ../../enterprise/meta/general/main_header.php:194 +#: ../../enterprise/include/functions_enterprise.php:292 +#: ../../general/firts_task/map_builder.php:29 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "Consola visual" + +#: ../../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/user_list.php:113 ../../godmode/users/user_list.php:121 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../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 +msgid "Component management" +msgstr "Gestor de componentes" + +#: ../../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:265 +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/main_header.php:360 +#: ../../enterprise/meta/general/main_header.php:368 +#: ../../general/header.php:114 ../../general/header.php:122 +msgid "All systems" +msgstr "Todos los sistemas" + +#: ../../enterprise/meta/general/main_header.php:360 +#: ../../general/header.php:114 +msgid "Down" +msgstr "Caído(s)" + +#: ../../enterprise/meta/general/main_header.php:364 +#: ../../general/header.php:118 +msgid "servers down" +msgstr "servidor(es) caído(s)" + +#: ../../enterprise/meta/general/main_header.php:368 +#: ../../general/header.php:122 +msgid "Ready" +msgstr "Listos" + +#: ../../enterprise/meta/general/main_header.php:378 +#: ../../general/header.php:280 ../../mobile/operation/home.php:118 +#: ../../mobile/include/functions_web.php:33 +#: ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/user.class.php:286 +msgid "Logout" +msgstr "Salir" + +#: ../../enterprise/meta/general/main_header.php:393 +#: ../../general/header.php:195 +msgid "Configure autorefresh" +msgstr "Configurar autorresfresco" + +#: ../../enterprise/meta/general/main_header.php:410 +#: ../../enterprise/meta/general/main_header.php:420 +#: ../../general/header.php:222 +msgid "Disabled autorefresh" +msgstr "Autorrefresco deshabilitado" + +#: ../../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 +#: ../../general/header.php:285 ../../general/header.php:287 +#: ../../operation/menu.php:328 +msgid "Edit my user" +msgstr "Editar mi usuario" + +#: ../../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:30 +#: ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84 +msgid "Support" +msgstr "Soporte" + +#: ../../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:79 +#: ../../enterprise/meta/general/login_page.php:98 +#: ../../general/login_page.php:168 ../../mobile/include/user.class.php:256 +msgid "Login" +msgstr "Iniciar sesión" + +#: ../../enterprise/meta/general/login_page.php:85 +#: ../../general/login_page.php:152 +msgid "Login with SAML" +msgstr "Entrar con SAML" + +#: ../../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:113 +#: ../../general/login_page.php:224 +msgid "Build" +msgstr "Construcción" + +#: ../../enterprise/meta/general/login_page.php:117 +#: ../../enterprise/meta/general/login_page.php:126 +#: ../../general/login_page.php:237 +msgid "Login failed" +msgstr "Falló el inicio de sesión" + +#: ../../enterprise/meta/general/login_page.php:139 +msgid "Login off" +msgstr "Desconectar" + +#: ../../enterprise/meta/general/login_page.php:144 +#: ../../general/login_page.php:176 ../../mobile/include/user.class.php:221 +msgid "" +"Your session is over. Please close your browser window to close this Pandora " +"session." +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: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/logon_ok.php:32 +msgid "Network traffic" +msgstr "Tráfico de la red" + +#: ../../enterprise/meta/general/logon_ok.php:62 +#: ../../include/functions_networkmap.php:1747 +msgid "Topology" +msgstr "Topología" + +#: ../../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 "Página generada en" + +#: ../../enterprise/meta/event/custom_events.php:43 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/netflow/nf_edit.php:167 +#: ../../godmode/events/event_filter.php:177 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +msgid "Create filter" +msgstr "Crear Filtro" + +#: ../../enterprise/meta/event/custom_events.php:48 +#: ../../godmode/events/events.php:48 ../../godmode/menu.php:175 +msgid "Event responses" +msgstr "Respuestas de evento" + +#: ../../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/massive/massive_edit_agents.php:446 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 +#: ../../godmode/agentes/agent_manager.php:437 ../../godmode/menu.php:36 +#: ../../operation/agentes/ver_agente.php:989 +#: ../../operation/agentes/ver_agente.php:1172 +#: ../../include/functions_events.php:2053 +msgid "Custom fields" +msgstr "Campos personalizados" + +#: ../../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/extensions/ipam/ipam_action.php:190 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 -msgid "Could not be updated." -msgstr "No se puede actualizar" +#: ../../enterprise/meta/event/custom_events.php:130 +msgid "Unsucessful updated" +msgstr "Actualización fallida" -#: ../../enterprise/extensions/ipam/ipam_action.php:194 -msgid "Successfully updated." -msgstr "Actualizado con éxito." +#: ../../enterprise/meta/event/custom_events.php:154 +msgid "Fields" +msgstr "Campos" -#: ../../enterprise/extensions/ipam/ipam_action.php:198 -#: ../../include/functions_reporting.php:1423 -msgid "No changes found." -msgstr "No se han encontrado cambios." +#: ../../enterprise/meta/event/custom_events.php:169 +#: ../../godmode/events/custom_events.php:181 +msgid "Fields available" +msgstr "Campos disponibles" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../operation/agentes/ver_agente.php:688 -msgid "Address" -msgstr "Dirección" +#: ../../enterprise/meta/event/custom_events.php:171 +#: ../../godmode/events/custom_events.php:193 +msgid "Fields selected" +msgstr "Campos seleccionados" -#: ../../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 "Ejemplo:" +#: ../../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/extensions/ipam/ipam_calculator.php:46 -msgid "Bit mask" -msgstr "Bit de máscara" +#: ../../enterprise/meta/event/custom_events.php:183 +#: ../../godmode/events/custom_events.php:189 +msgid "Delete fields to select" +msgstr "Eliminar campos para seleccionar" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Net mask" -msgstr "Máscara de red" +#: ../../enterprise/meta/event/custom_events.php:191 +#: ../../godmode/events/custom_events.php:131 +msgid "Show event fields" +msgstr "Mostrar campos de eventos" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 -msgid "Mask format" -msgstr "Formato de máscara" +#: ../../enterprise/meta/screens/screens.visualmap.php:60 +msgid "Create visualmap" +msgstr "Crear mapa visual" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 -msgid "Mask" -msgstr "Máscara" +#: ../../enterprise/meta/screens/screens.visualmap.php:120 +#: ../../godmode/reporting/visual_console_builder.php:240 +msgid "Successfully created." +msgstr "Creado correctamente." -#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 -msgid "Calculate" -msgstr "Calcular" +#: ../../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/extensions/ipam/ipam_calculator.php:70 -msgid "Address field is empty" -msgstr "El campo Dirección está vacío" +#: ../../enterprise/meta/screens/screens.visualmap.php:169 +#: ../../godmode/reporting/visual_console_builder.php:663 +#: ../../operation/visual_console/render_view.php:126 +msgid "Builder" +msgstr "Compilador" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 -msgid "Mask field is empty" -msgstr "El campo Máscara está vacío" +#: ../../enterprise/meta/screens/screens.visualmap.php:177 +#: ../../godmode/reporting/visual_console_builder.php:650 +#: ../../operation/visual_console/render_view.php:113 +msgid "List elements" +msgstr "Lista de elementos" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 -msgid "Incorrect address format" -msgstr "Formato de dirección incorrecto" +#: ../../enterprise/meta/screens/screens.visualmap.php:181 +#: ../../enterprise/meta/screens/screens.visualmap.php:206 +#: ../../godmode/reporting/reporting_builder.php:1921 +#: ../../godmode/reporting/reporting_builder.php:1949 +#: ../../godmode/reporting/visual_console_builder.php:647 +#: ../../godmode/reporting/graph_builder.php:199 +#: ../../godmode/reporting/reporting_builder.main.php:51 +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/reporting/graph_viewer.php:136 +#: ../../operation/visual_console/render_view.php:110 +msgid "Main data" +msgstr "Datos principales" -#: ../../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 "Formato de máscara incorrecto" +#: ../../enterprise/meta/screens/screens.visualmap.php:188 +#: ../../godmode/reporting/visual_console_builder.php:644 +#: ../../operation/visual_console/render_view.php:105 +#: ../../operation/gis_maps/render_view.php:125 +msgid "Show link to public Visual Console" +msgstr "Mostrar enlace a la Consola Visual pública" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../enterprise/extensions/ipam/ipam_list.php:148 -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -#: ../../operation/servers/recon_view.php:95 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:241 -msgid "Network" -msgstr "Red" +#: ../../enterprise/meta/screens/screens.visualmap.php:196 +#: ../../godmode/reporting/visual_console_builder.php:641 +#: ../../operation/visual_console/render_view.php:96 +msgid "Visual consoles list" +msgstr "Lista de consolas visuales" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 -msgid "Network mask" -msgstr "Máscara de red" +#: ../../enterprise/meta/screens/screens.visualmap.php:208 +#: ../../godmode/reporting/visual_console_builder.php:672 +msgid "New visual console" +msgstr "Nueva consola visual" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 -msgid "Network wildcard" -msgstr "Red wildcard" +#: ../../enterprise/meta/screens/screens.visualmap.php:216 +#: ../../enterprise/meta/screens/screens.visualmap.php:220 +#: ../../operation/users/user_edit.php:301 ../../operation/menu.php:122 +#: ../../extensions/resource_exportation.php:351 +msgid "Visual console" +msgstr "Consola visual" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 -msgid "Network address" -msgstr "Dirección de red" +#: ../../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/extensions/ipam/ipam_calculator.php:165 -msgid "Broadcast address" -msgstr "Dirección de difusión" +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 +#: ../../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/extensions/ipam/ipam_calculator.php:170 -msgid "First valid IP" -msgstr "Primera IP válida" +#: ../../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/extensions/ipam/ipam_calculator.php:175 -msgid "Last valid IP" -msgstr "Última IP válida" +#: ../../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.php:112 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 +msgid "Can't connect to Pandora FMS instance" +msgstr "No se puede conectar a la instancia de Pandora FMS" -#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 -msgid "Hosts/Net" -msgstr "Hosts/Red" +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 +#: ../../enterprise/dashboard/full_dashboard.php:228 +#: ../../include/functions_graph.php:796 +#: ../../include/functions_graph.php:3776 +msgid "Previous" +msgstr "Anterior" -#: ../../enterprise/extensions/ipam/ipam_list.php:133 -msgid "No networks found" -msgstr "No se ha encontrado ninguna red" +#: ../../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/extensions/ipam/ipam_list.php:161 -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -#: ../../enterprise/extensions/ipam/ipam_network.php:140 -#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 -#: ../../godmode/events/event_responses.editor.php:93 -msgid "Location" -msgstr "Ubicación" +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 +#: ../../godmode/massive/massive_delete_modules.php:405 +#: ../../godmode/massive/massive_edit_modules.php:248 +msgid "Module type" +msgstr "Tipo módulo" -#: ../../enterprise/extensions/ipam/ipam_list.php:175 -msgid "IPs" -msgstr "IPs" +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 +#: ../../mobile/include/functions_web.php:23 +#: ../../include/functions_reporting_html.php:2291 +#: ../../include/functions_reporting_html.php:2431 +msgid "Monitor" +msgstr "Monitor" -#: ../../enterprise/extensions/ipam/ipam_list.php:188 -#: ../../enterprise/operation/services/services.list.php:324 -#: ../../enterprise/operation/services/services.service.php:135 -#: ../../extensions/agents_modules.php:56 -#: ../../extensions/agents_alerts.php:55 -#: ../../operation/agentes/tactical.php:46 -#: ../../operation/agentes/group_view.php:61 -msgid "Last update" -msgstr "Última actualización" +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +msgid "Web check" +msgstr "Comprobación web" -#: ../../enterprise/extensions/ipam/ipam_list.php:217 -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/operation/services/services.list.php:168 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../godmode/servers/manage_recontask.php:343 -#: ../../godmode/servers/manage_recontask_form.php:250 -msgid "Manual" -msgstr "Manual" +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 +msgid "Module description" +msgstr "Descripción del módulo" -#: ../../enterprise/extensions/ipam/ipam_list.php:239 -msgid "Edit network" -msgstr "Modificar red" +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 +msgid "Step by step wizard" +msgstr "Wizard paso a paso" -#: ../../enterprise/extensions/ipam/ipam_list.php:243 -msgid "Delete network" -msgstr "Eliminar red" +#: ../../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/extensions/ipam/ipam_editor.php:35 -msgid "Network not found" -msgstr "Red no encontrada" +#: ../../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/extensions/ipam/ipam_editor.php:60 -#: ../../operation/incidents/incident.php:262 -msgid "All users" -msgstr "Todos los usuarios" +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 +#: ../../godmode/agentes/modificar_agente.php:608 +#: ../../operation/snmpconsole/snmp_view.php:582 +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../operation/agentes/estado_agente.php:598 +#: ../../operation/agentes/estado_agente.php:618 +msgid "Create agent" +msgstr "Crear agente" -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -msgid "Format: IP/Mask" -msgstr "Formato: IP/Máscara" +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 +msgid "Edit agent" +msgstr "Editar agente" -#: ../../enterprise/extensions/ipam/ipam_editor.php:71 -msgid "Examples" -msgstr "Ejemplos" +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 +msgid "Please, set a valid IP/Name address" +msgstr "Por favor, introduzca una IP/Nombre de dirección válido" -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -msgid "For example: Central Data Center" -msgstr "Por ejemplo: Central General de Datos" +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "Gestionar agentes" -#: ../../enterprise/extensions/ipam/ipam_editor.php:93 -msgid "Scan interval" -msgstr "Comprobar intervalo" +#: ../../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:242 +#: ../../operation/events/events_list.php:403 +msgid "Agent search" +msgstr "Búsqueda de agente" -#: ../../enterprise/extensions/ipam/ipam_editor.php:93 -msgid "0 for manually scan" -msgstr "0 para comprobación manual" +#: ../../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/extensions/ipam/ipam_editor.php:98 -msgid "Operator users" -msgstr "Usuarios del operador" +#: ../../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/visualmap.php:103 +#: ../../mobile/operation/groups.php:69 ../../mobile/operation/events.php:568 +#: ../../mobile/operation/agents.php:162 ../../mobile/operation/agent.php:108 +#: ../../mobile/operation/networkmap.php:98 +#: ../../mobile/operation/tactical.php:88 +#: ../../mobile/operation/modules.php:190 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/module_graph.php:370 +#: ../../mobile/operation/module_graph.php:379 +#: ../../mobile/operation/alerts.php:158 +#: ../../mobile/operation/networkmaps.php:116 +msgid "Back" +msgstr "Atrás" -#: ../../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/meta/monitoring/wizard/wizard.main.php:291 +msgid "Manage modules" +msgstr "Gestionar módulos" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." -msgstr "No hay una IP disponible" +#: ../../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/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" -msgstr "La siguiente IP disponible es:" +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 +msgid "Create Module" +msgstr "Crear módulo" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" -msgstr "Reservar esta IP ahora" +#: ../../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/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" -msgstr "Gestionar esta IP ahora" +#: ../../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/extensions/ipam/ipam_ajax.php:157 -#: ../../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_excel.php:116 -msgid "Hostname" -msgstr "Nombre de máquina" +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/alerts/alert_list.php:302 +#: ../../godmode/users/configure_profile.php:268 +msgid "Manage alerts" +msgstr "Gestionar alertas" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 -msgid "Operating system" -msgstr "Sistema operativo" +#: ../../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/extensions/ipam/ipam_ajax.php:177 -msgid "This agent has other IPs" -msgstr "Este agente tiene otras IPs" +#: ../../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/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" -msgstr "Generar eventos" +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 +msgid "Please, set a name" +msgstr "Por favor, introduzca un nombre" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 -#: ../../enterprise/extensions/ipam/ipam_network.php:231 -#: ../../enterprise/extensions/ipam/ipam_network.php:540 -#: ../../enterprise/extensions/ipam/ipam_massive.php:77 -msgid "Managed" -msgstr "Gestionado" +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 +msgid "Please, set an interval" +msgstr "Por favor, introduzca un intervalo" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 -#: ../../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 -msgid "Reserved" -msgstr "Reservado" +#: ../../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/extensions/ipam/ipam_ajax.php:210 -#: ../../operation/integria_incidents/incident.list.php:99 -#: ../../include/ajax/events.php:300 -msgid "Details" -msgstr "Detalles" +#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 +#: ../../operation/integria_incidents/incident.php:141 +#: ../../operation/incidents/incident_detail.php:120 +msgid "No description available" +msgstr "Sin descripción disponible" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 -#: ../../extensions/system_info.php:475 -msgid "Created" -msgstr "Creado" +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../include/functions_events.php:1724 +msgid "New" +msgstr "Nuevo" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 -msgid "Edited" -msgstr "Modificado" +#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 +msgid "Please, select an alert" +msgstr "Por favor, seleccione una alerta" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 -#: ../../operation/integria_incidents/incident.php:70 -msgid "Tracking" -msgstr "Seguimiento" +#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 +msgid "Please, select an agent" +msgstr "Por favor, seleccione un agente" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 -msgid "Ping" -msgstr "Ping" +#: ../../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:3595 +msgid "Url" +msgstr "Url" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 -#: ../../include/ajax/events.php:158 +#: ../../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:348 +#: ../../godmode/agentes/module_manager_editor_common.php:351 #, php-format -msgid "Executing command: %s" -msgstr "Ejecutar comando:%s" +msgid "Agent interval x %s" +msgstr "Intervalo del agente x %s" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 -#: ../../include/ajax/events.php:165 -msgid "Execute again" -msgstr "Ejecutar de nuevo" +#: ../../enterprise/meta/monitoring/group_view.php:33 +msgid "Group View" +msgstr "Vista de grupo" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 -msgid "Ping to host" -msgstr "Ping a una máquina" +#: ../../enterprise/meta/monitoring/group_view.php:46 +#: ../../operation/users/user_edit.php:303 +#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:43 +msgid "Group view" +msgstr "Vista de grupo" -#: ../../enterprise/extensions/ipam/ipam_network.php:104 -msgid "No addresses found on this network" -msgstr "No se han encontrado direcciones en esta red" +#: ../../enterprise/meta/monitoring/group_view.php:95 +msgid "Summary by status" +msgstr "Resumen por estados" -#: ../../enterprise/extensions/ipam/ipam_network.php:121 -msgid "Subnet" -msgstr "Subred" +#: ../../enterprise/meta/monitoring/group_view.php:103 +msgid "% Agents Unknown" +msgstr "% Monitores en desconocido" -#: ../../enterprise/extensions/ipam/ipam_network.php:154 -#: ../../enterprise/operation/services/services.list.php:448 -#: ../../enterprise/godmode/agentes/inventory_manager.php:270 -#: ../../operation/agentes/estado_generalagente.php:619 -#: ../../operation/agentes/group_view.php:162 -#: ../../operation/agentes/group_view.php:215 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -#: ../../include/ajax/module.php:754 ../../include/functions_ui.php:821 -#: ../../include/functions_groups.php:771 -#: ../../include/functions_groups.php:964 -msgid "Force" -msgstr "Forzar" +#: ../../enterprise/meta/monitoring/group_view.php:104 +#: ../../enterprise/meta/monitoring/group_view.php:105 +msgid "% Agents not init" +msgstr "% Agentes no iniciados" -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/integria_incidents/incident_statistics.php:29 -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/snmpconsole/snmp_view.php:71 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/menu.php:270 ../../operation/menu.php:364 -msgid "Statistics" -msgstr "Estadísticas" +#: ../../enterprise/meta/monitoring/group_view.php:108 +msgid "% Monitors Critical" +msgstr "% Monitores en critico" -#: ../../enterprise/extensions/ipam/ipam_network.php:219 -msgid "Total IPs" -msgstr "IPs totales" +#: ../../enterprise/meta/monitoring/group_view.php:109 +msgid "% Monitors Warning" +msgstr "% Monitores en alarma" -#: ../../enterprise/extensions/ipam/ipam_network.php:225 -#: ../../enterprise/extensions/ipam/ipam_network.php:550 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -msgid "Alive" -msgstr "Activo" +#: ../../enterprise/meta/monitoring/group_view.php:110 +msgid "% Monitors OK" +msgstr "% Monitores en ok" -#: ../../enterprise/extensions/ipam/ipam_network.php:227 -#: ../../enterprise/extensions/ipam/ipam_network.php:553 -msgid "Not alive" -msgstr "Inactivo" +#: ../../enterprise/meta/monitoring/group_view.php:111 +msgid "% Monitors Unknown" +msgstr "% Módulos desconocidos" -#: ../../enterprise/extensions/ipam/ipam_network.php:233 -msgid "Not managed" -msgstr "No gestionado" +#: ../../enterprise/meta/monitoring/group_view.php:112 +msgid "% Monitors Not init" +msgstr "% Módulos no iniciados" -#: ../../enterprise/extensions/ipam/ipam_network.php:239 -msgid "Not Reserved" -msgstr "No reservado" +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/group_view.php:137 +msgid "This data doesn't show in realtime" +msgstr "Estos datos no se muestran en tiempo real" -#: ../../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 "Ordenar" +#: ../../enterprise/meta/monitoring/group_view.php:144 +msgid "Group or Tag" +msgstr "Grupo o Etiqueta" -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -#: ../../enterprise/include/functions_reporting_pdf.php:2313 -#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 -#: ../../godmode/reporting/visual_console_builder.elements.php:555 -#: ../../godmode/admin_access_logs.php:69 -#: ../../godmode/admin_access_logs.php:70 -#: ../../include/functions_visual_map_editor.php:613 -#: ../../include/functions_reporting_html.php:1338 -#: ../../include/functions_reporting_html.php:1544 -msgid "IP" -msgstr "IP" +#: ../../enterprise/meta/monitoring/group_view.php:147 +#: ../../enterprise/meta/monitoring/group_view.php:151 +#: ../../enterprise/meta/monitoring/tactical.php:282 +#: ../../enterprise/dashboard/widgets/tree_view.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:70 +#: ../../enterprise/dashboard/widgets/tree_view.php:221 +#: ../../enterprise/include/functions_reporting_pdf.php:680 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:329 +#: ../../operation/tree.php:135 ../../operation/tree.php:160 +#: ../../operation/tree.php:298 ../../operation/agentes/status_monitor.php:292 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../operation/agentes/group_view.php:167 +#: ../../operation/agentes/tactical.php:154 +#: ../../mobile/operation/modules.php:44 +#: ../../include/functions_reporting_html.php:1082 +#: ../../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 +#: ../../include/functions_graph.php:1955 +msgid "Not init" +msgstr "No inicializados" -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -msgid "DESC" -msgstr "DESC" +#: ../../enterprise/meta/monitoring/group_view.php:148 +msgid "critical" +msgstr "crítico" -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -msgid "ASC" -msgstr "ASC" +#: ../../enterprise/meta/monitoring/group_view.php:152 +#: ../../enterprise/meta/monitoring/tactical.php:280 +#: ../../enterprise/dashboard/widgets/tree_view.php:53 +#: ../../enterprise/dashboard/widgets/tree_view.php:66 +#: ../../enterprise/dashboard/widgets/tree_view.php:226 +#: ../../enterprise/include/functions_services.php:1258 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../godmode/massive/massive_copy_modules.php:77 +#: ../../godmode/massive/massive_copy_modules.php:190 +#: ../../godmode/massive/massive_edit_agents.php:214 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../godmode/massive/massive_delete_agents.php:113 +#: ../../godmode/massive/massive_edit_modules.php:295 +#: ../../godmode/massive/massive_edit_modules.php:324 +#: ../../godmode/netflow/nf_edit_form.php:207 ../../operation/tree.php:131 +#: ../../operation/tree.php:156 ../../operation/tree.php:303 +#: ../../operation/netflow/nf_live_view.php:304 +#: ../../operation/agentes/status_monitor.php:287 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../operation/agentes/estado_monitores.php:431 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/tactical.php:152 +#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39 +#: ../../include/functions_reporting_html.php:1074 +#: ../../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 ../../include/functions.php:871 +#: ../../include/functions.php:1075 ../../include/functions.php:1082 +#: ../../include/functions.php:1112 ../../include/functions_graph.php:1951 +#: ../../include/functions_graph.php:3037 +#: ../../include/functions_graph.php:3038 +#: ../../include/functions_graph.php:4942 +#: ../../include/functions_events.php:1479 +msgid "Normal" +msgstr "Normal" -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -msgid "A -> Z" -msgstr "A -> Z" +#: ../../enterprise/meta/monitoring/tactical.php:37 +msgid "Tactical View" +msgstr "Vista táctica" -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -msgid "Z -> A" -msgstr "Z -> A" +#: ../../enterprise/meta/monitoring/tactical.php:291 +msgid "Report of state" +msgstr "Informe de estado" -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Last check" -msgstr "Ultima comprobación" +#: ../../enterprise/meta/monitoring/tactical.php:320 +msgid "Report of events" +msgstr "Informe de eventos" -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -msgid "Newer -> Older" -msgstr "Actual -> Antiguo" +#: ../../enterprise/meta/monitoring/tactical.php:325 +msgid "Info of state in events" +msgstr "Información de estado en eventos" -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Older -> Newer" -msgstr "Antiguo -> Actual" +#: ../../enterprise/meta/monitoring/tactical.php:341 +msgid "More events" +msgstr "Más eventos" -#: ../../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 -#: ../../mobile/operation/modules.php:254 -#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 -#: ../../mobile/operation/events.php:642 -#: ../../operation/events/events_list.php:401 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../godmode/events/event_edit_filter.php:238 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1371 -#: ../../godmode/snmpconsole/snmp_alert.php:893 -msgid "Free search" -msgstr "Búsqueda libre" +#: ../../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/extensions/ipam/ipam_network.php:284 -msgid "Exact address match" -msgstr "Coincide la dirección exacta" +#: ../../enterprise/meta/include/functions_ui_meta.php:786 +#: ../../enterprise/dashboard/main_dashboard.php:361 +#: ../../enterprise/dashboard/main_dashboard.php:434 +#: ../../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 +#: ../../operation/users/user_edit.php:606 +#: ../../operation/users/user_edit.php:671 +#: ../../operation/agentes/networkmap_list.php:377 +#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 +#: ../../include/functions.php:1041 +#: ../../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_events.php:1163 +#: ../../include/functions_events.php:1436 ../../include/functions_ui.php:228 +msgid "Error" +msgstr "Error" -#: ../../enterprise/extensions/ipam/ipam_network.php:288 -msgid "Big" -msgstr "Grande" +#: ../../enterprise/meta/include/functions_users_meta.php:172 +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../godmode/users/user_list.php:117 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/configure_profile.php:45 +#: ../../godmode/users/profile_list.php:49 ../../godmode/menu.php:85 +msgid "Profile management" +msgstr "Gestionar perfiles" -#: ../../enterprise/extensions/ipam/ipam_network.php:289 -msgid "Tiny" -msgstr "Pequeño" +#: ../../enterprise/meta/include/functions_users_meta.php:184 +msgid "User synchronization" +msgstr "Sincronización de usuarios" -#: ../../enterprise/extensions/ipam/ipam_network.php:290 -msgid "Icons style" -msgstr "Estilo de iconos" +#: ../../enterprise/meta/include/functions_users_meta.php:196 +msgid "Group synchronization" +msgstr "Sincronización de grupos" -#: ../../enterprise/extensions/ipam/ipam_network.php:297 -msgid "Show not alive hosts" -msgstr "Mostrar máquinas inactivas" +#: ../../enterprise/meta/include/functions_meta.php:332 +msgid "No admin user" +msgstr "No hay usuario administrador" -#: ../../enterprise/extensions/ipam/ipam_network.php:300 -msgid "Show only managed addresses" -msgstr "Mostrar solo direcciones administradas" +#: ../../enterprise/meta/include/functions_meta.php:348 +#: ../../include/functions_config.php:217 +msgid "Activate Metaconsole" +msgstr "Activar la metaconsola" -#: ../../enterprise/extensions/ipam/ipam_network.php:303 -msgid "Reserved addresses" -msgstr "Direcciones reservadas" +#: ../../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/extensions/ipam/ipam_network.php:307 -msgid "Unreserved" -msgstr "No reservado" +#: ../../enterprise/meta/include/functions_meta.php:476 +msgid "Customizable section" +msgstr "Sección personalizable" -#: ../../enterprise/extensions/ipam/ipam_network.php:332 -msgid "Filter options" -msgstr "Opciones de filtro" +#: ../../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/extensions/ipam/ipam_network.php:472 -msgid "Edit address" -msgstr "Modificar direcció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/extensions/ipam/ipam_network.php:477 -msgid "Disabled address" -msgstr "Deshabilitar direció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/extensions/ipam/ipam_network.php:477 -msgid "This address will not be updated by the server" -msgstr "Esta direción no se actualizará por el servidor" +#: ../../enterprise/meta/include/functions_meta.php:672 +#: ../../godmode/setup/setup_auth.php:124 +#: ../../operation/users/user_edit.php:360 +#: ../../operation/users/user_edit.php:363 +#: ../../include/functions_config.php:359 +msgid "Double authentication" +msgstr "Doble autenticación" -#: ../../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 "Cambiar a modo automático" +#: ../../enterprise/meta/include/functions_meta.php:682 +#: ../../include/functions_config.php:361 +msgid "Session timeout" +msgstr "Sesión expirada" -#: ../../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 "Cambiar a modo manual" +#: ../../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/extensions/ipam/ipam_network.php:649 -msgid "Add comments" -msgstr "Añadir comentarios" +#: ../../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/extensions/ipam/ipam_network.php:666 -msgid "Update agent address" -msgstr "Actualizar direción de agente" +#: ../../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/extensions/ipam/ipam_network.php:783 -msgid "Please, uncheck auto option to set manual agent." -msgstr "Desmarcar la opción auto para establecer agente manual" +#: ../../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/extensions/ipam/ipam_massive.php:68 -msgid "Addresses" -msgstr "Direcciones" +#: ../../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/extensions/ipam/include/functions_ipam.php:21 -msgid "Export to Excel" -msgstr "Exportar a Excel" +#: ../../enterprise/meta/include/functions_meta.php:819 +msgid "Pandora FMS host" +msgstr "Servidor de Pandora FMS" -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 -msgid "Assign next free IP" -msgstr "Asignar la siguiente IP libre" +#: ../../enterprise/meta/include/functions_meta.php:1231 +#: ../../godmode/setup/performance.php:110 +#: ../../include/functions_config.php:397 +msgid "Use agent access graph" +msgstr "Usar la gráfica de acceso del agente" -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 -msgid "Next available IP" -msgstr "Siguiente IP disponible" +#: ../../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/servers/modificar_server.php:47 +#: ../../godmode/agentes/agent_manager.php:201 +#: ../../operation/gis_maps/ajax.php:269 +#: ../../include/functions_reporting_html.php:1718 +#: ../../include/functions_treeview.php:487 +#: ../../include/functions_events.php:2033 +msgid "IP Address" +msgstr "Dirección IP" -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "Importar grupos de CSV" +#: ../../enterprise/meta/include/functions_wizard_meta.php:239 +#: ../../godmode/modules/manage_network_templates_form.php:302 +msgid "Components" +msgstr "Componentes" -#: ../../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/meta/include/functions_wizard_meta.php:241 +msgid "Agent modules" +msgstr "Modulos de agentes" -#: ../../enterprise/dashboard/widget.php:60 -#: ../../operation/integria_incidents/incident.incident.php:82 -#: ../../operation/agentes/estado_generalagente.php:398 -msgid "Title" -msgstr "Título" +#: ../../enterprise/meta/include/functions_wizard_meta.php:284 +msgid "Add selected modules to agent" +msgstr "Añadir los módulos seleccionados al agente" -#: ../../enterprise/dashboard/widget.php:62 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -#: ../../godmode/reporting/visual_console_builder.data.php:121 -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:326 -msgid "Background" -msgstr "Imagen de fondo" +#: ../../enterprise/meta/include/functions_wizard_meta.php:298 +msgid "Undo changes" +msgstr "Deshacer los cambios" -#: ../../enterprise/dashboard/widget.php:65 -msgid "Empty for a transparent background color or CSS compatible value" -msgstr "Vacío para color de fondo transparente o valor compatible con CSS" +#: ../../enterprise/meta/include/functions_wizard_meta.php:469 +msgid "Latency" +msgstr "Latencia" -#: ../../enterprise/dashboard/widget.php:294 -msgid "Configure widget" -msgstr "Configurar widget" +#: ../../enterprise/meta/include/functions_wizard_meta.php:470 +msgid "Response" +msgstr "Respuesta" -#: ../../enterprise/dashboard/widget.php:299 -msgid "Delete widget" -msgstr "Eliminar widget" +#: ../../enterprise/meta/include/functions_wizard_meta.php:472 +msgid "Check type" +msgstr "Compruebe el tipo" -#: ../../enterprise/dashboard/widget.php:320 -msgid "Config widget" -msgstr "Configurar el widget" +#: ../../enterprise/meta/include/functions_wizard_meta.php:521 +msgid "String to check" +msgstr "Cadena a comprobar" -#: ../../enterprise/dashboard/widget.php:330 -msgid "Please configure this widget before usage" -msgstr "Por favor, configure este widget antes de su uso" +#: ../../enterprise/meta/include/functions_wizard_meta.php:526 +msgid "Add check" +msgstr "Añadir comprobación" -#: ../../enterprise/dashboard/widget.php:333 -msgid "Widget cannot be loaded" -msgstr "El widget no se puede cargar" +#: ../../enterprise/meta/include/functions_wizard_meta.php:534 +msgid "Delete check" +msgstr "Eliminar comprobación" -#: ../../enterprise/dashboard/widget.php:334 -msgid "Please, configure the widget again to recover it" -msgstr "Por favor, configure el widget otra vez para recuperarlo" +#: ../../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/dashboard/widget.php:422 +#: ../../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:171 +msgid "Credentials" +msgstr "Credenciales" + +#: ../../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:2137 +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: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/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 "" -"If propagate acl is activated, this group will include its child groups" +"There was an error creating the alerts, the operation has been cancelled" msgstr "" -"Si la propagación de acl está activada, este grupo incluirá los grupos hijos" +"Se produjo un error al crear las alertas, la operación ha sido cancelada" -#: ../../enterprise/dashboard/dashboard_replicate.php:32 -msgid "Dashboard replicate" -msgstr "Réplica del dashboard" +#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 +msgid "Agent successfully added" +msgstr "Agentes añadidos correctamente" -#: ../../enterprise/dashboard/dashboard_replicate.php:42 -msgid "Not copyed. Error copying data. You must select a dashboard" +#: ../../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 "" -"No se ha copiado. Error al copiar datos. Debe seleccionar un dashboard" +"Ha habido un error creando las alertas, la operación ha sido cancelada." -#: ../../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/meta/include/functions_wizard_meta.php:2476 +msgid "Module successfully added." +msgstr "Módulo añadido con éxito." -#: ../../enterprise/dashboard/dashboard_replicate.php:104 -msgid "Successfully copyed" -msgstr "Copiado correctamente" +#: ../../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/dashboard/dashboard_replicate.php:121 -msgid "Source user's group" -msgstr "Grupo de usuarios de origen" +#: ../../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/dashboard/dashboard_replicate.php:144 -#: ../../enterprise/dashboard/dashboard_replicate.php:154 -#: ../../operation/incidents/incident.php:238 -#: ../../operation/agentes/status_monitor.php:315 -msgid "Show" -msgstr "Mostrar" +#: ../../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/dashboard/dashboard_replicate.php:148 -msgid "Destination user's group" -msgstr "Grupo de usuarios de destino" +#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 +msgid "Manage agent modules" +msgstr "Gestionar módulos de agentes" -#: ../../enterprise/dashboard/dashboard_replicate.php:162 -msgid "Group Dashboards" -msgstr "Agrupar dashboards" +#: ../../enterprise/meta/include/functions_groups_meta.php:77 +#, php-format +msgid "(Error Duplicate ID (%d) ) " +msgstr "(Error ID Duplicado (%d) ) " -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -msgid "Replicate Dashboard" -msgstr "Replicar dashboards" +#: ../../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_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:1586 +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_reporting_html.php:661 +#: ../../include/functions_reporting_html.php:2081 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:892 +#: ../../include/functions_events.php:2343 +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:2310 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../godmode/agentes/agent_manager.php:154 +#: ../../godmode/agentes/modificar_agente.php:449 +#: ../../operation/events/events.build_table.php:161 +#: ../../mobile/operation/modules.php:453 +#: ../../mobile/operation/modules.php:671 +#: ../../include/functions_reporting_html.php:1541 +#: ../../include/functions_treeview.php:467 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:895 +#: ../../include/functions_events.php:3313 +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_pdf.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1333 +#: ../../enterprise/include/functions_reporting_pdf.php:1468 +#: ../../enterprise/include/functions_reporting_csv.php:224 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +#: ../../operation/integria_incidents/incident.files.php:43 +#: ../../operation/events/events.php:89 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/snmpconsole/snmp_view.php:531 +#: ../../operation/messages/message_list.php:123 +#: ../../operation/search_modules.php:54 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/status_monitor.php:983 +#: ../../operation/agentes/estado_generalagente.php:403 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../mobile/operation/events.php:473 +#: ../../mobile/operation/modules.php:505 +#: ../../mobile/operation/modules.php:674 +#: ../../include/functions_netflow.php:287 +#: ../../include/functions_reporting_html.php:535 +#: ../../include/functions_reporting_html.php:665 +#: ../../include/functions_reporting_html.php:1149 +#: ../../include/functions_reporting_html.php:2083 +#: ../../include/ajax/events.php:466 +#: ../../include/functions_reporting.php:4789 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:899 +#: ../../include/functions_events.php:2348 +#: ../../include/functions_events.php:3319 +msgid "Timestamp" +msgstr "Fecha/Hora" + +#: ../../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:88 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:569 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1756 +#: ../../include/functions_events.php:3361 +#: ../../include/functions_events.php:3706 +msgid "Comment" +msgstr "Comentar" + +#: ../../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:2256 +msgid "Extra id" +msgstr "ID extra" + +#: ../../enterprise/meta/include/functions_events_meta.php:100 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../operation/integria_incidents/incident.list.php:101 +#: ../../operation/events/events.build_table.php:179 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/incidents/incident.php:342 +#: ../../mobile/operation/events.php:477 ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2358 +#: ../../include/functions_events.php:3329 +msgid "Owner" +msgstr "Propietario" + +#: ../../enterprise/meta/include/functions_events_meta.php:103 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +#: ../../operation/events/events.build_table.php:241 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3381 +msgid "ACK Timestamp" +msgstr "ACK Timestamp" + +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +#: ../../operation/events/events.build_table.php:247 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2195 +#: ../../include/functions_events.php:2207 +#: ../../include/functions_events.php:2219 +#: ../../include/functions_events.php:2231 +#: ../../include/functions_events.php:2236 +#: ../../include/functions_events.php:2241 +#: ../../include/functions_events.php:2245 +#: ../../include/functions_events.php:3386 +msgid "Instructions" +msgstr "Instrucciones" + +#: ../../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:900 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../mobile/operation/alerts.php:45 +msgid "Standby off" +msgstr "Modo standby desactivado" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/agent_fields.php:28 +#: ../../include/functions_treeview.php:440 +msgid "There was a problem loading agent" +msgstr "Hubo un problema al cargar la configuración del agente" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 +#: ../../operation/agentes/estado_generalagente.php:269 +#: ../../mobile/operation/agent.php:151 +#: ../../include/functions_treeview.php:483 +msgid "Other IP addresses" +msgstr "Otras direcciones IP" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 +#: ../../operation/gis_maps/ajax.php:315 +#: ../../operation/agentes/estado_generalagente.php:160 +#: ../../include/functions_treeview.php:554 +msgid "Agent Version" +msgstr "Versión del agente" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 +#: ../../operation/agentes/estado_generalagente.php:311 +#: ../../include/functions_treeview.php:571 +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 +#: ../../godmode/agentes/agent_manager.php:386 +#: ../../operation/agentes/ver_agente.php:978 +#: ../../operation/agentes/ver_agente.php:1184 +#: ../../operation/agentes/estado_generalagente.php:330 +#: ../../include/functions_treeview.php:580 +msgid "Url address" +msgstr "Dirección Url" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../operation/gis_maps/ajax.php:332 +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../include/functions_treeview.php:514 +msgid "Remote" +msgstr "Remoto" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 +#: ../../operation/agentes/estado_generalagente.php:339 +#: ../../include/functions_treeview.php:588 +msgid "Timezone Offset" +msgstr "Franja horaria desactivada" + +#: ../../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:1180 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../operation/agentes/agent_fields.php:45 +#: ../../include/functions_treeview.php:603 +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: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:1277 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/massive/massive_edit_agents.php:267 +#: ../../godmode/modules/manage_nc_groups_form.php:69 +#: ../../godmode/groups/configure_group.php:132 +#: ../../godmode/agentes/agent_manager.php:233 +#: ../../operation/agentes/ver_agente.php:802 +#: ../../operation/agentes/estado_generalagente.php:279 +#: ../../include/functions_visual_map_editor.php:492 +msgid "Parent" +msgstr "Padre" + +#: ../../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:2357 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_components.php:549 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/agentes/agent_template.php:223 +#: ../../operation/agentes/status_monitor.php:320 +#: ../../operation/agentes/status_monitor.php:942 +#: ../../mobile/operation/modules.php:447 +#: ../../mobile/operation/modules.php:670 ../../include/ajax/module.php:727 +msgid "Module name" +msgstr "Nombre módulo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/agentes/module_manager_editor_common.php:233 +#: ../../operation/agentes/status_monitor.php:300 +#: ../../include/functions_treeview.php:118 +#: ../../include/functions_graph.php:5019 +msgid "Not assigned" +msgstr "Sin asignar" + +#: ../../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:150 +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_alerts_meta.php:115 +#: ../../enterprise/meta/include/functions_alerts_meta.php:131 +#: ../../godmode/menu.php:153 +msgid "Commands" +msgstr "Comandos" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 +#: ../../operation/agentes/networkmap.php:168 +#: ../../operation/agentes/networkmap_list.php:100 +msgid "Network map deleted successfully" +msgstr "Mapa de red borrado con éxito" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 +#: ../../operation/agentes/networkmap.php:169 +#: ../../operation/agentes/networkmap_list.php:101 +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: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:208 +msgid "Save in group" +msgstr "Guardar en grupo" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:526 +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +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/status_monitor.php:329 +#: ../../operation/agentes/status_monitor.php:332 +#: ../../operation/agentes/alerts_status.functions.php:86 +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:560 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 +#: ../../operation/agentes/networkmap.php:467 +msgid "Layout" +msgstr "Diseño" + +#: ../../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: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:875 +#, 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_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/index.php:239 ../../mobile/include/user.class.php:171 +#: ../../include/ajax/double_auth.ajax.php:489 ../../index.php:240 +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:721 +msgid "Sorry! I can't find the page!" +msgstr "No se puede encontrar la página." + +#: ../../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/dashboard/dashboards.php:31 -#: ../../enterprise/dashboard/main_dashboard.php:289 #: ../../enterprise/mobile/operation/home.php:34 +#: ../../enterprise/dashboard/dashboards.php:31 +#: ../../enterprise/dashboard/main_dashboard.php:290 msgid "Dashboards" msgstr "Paneles" -#: ../../enterprise/dashboard/dashboards.php:58 -msgid "Successfully duplicate" -msgstr "Duplicado con éxito" +#: ../../enterprise/mobile/operation/dashboard.php:84 +msgid "Dashboards list" +msgstr "Lista de paneles" -#: ../../enterprise/dashboard/dashboards.php:59 -msgid "Could not be duplicate" -msgstr "No se pudo duplicar" +#: ../../enterprise/mobile/operation/dashboard.php:104 +msgid "No Dashboards" +msgstr "No hay paneles" -#: ../../enterprise/dashboard/dashboards.php:88 -#: ../../enterprise/dashboard/main_dashboard.php:303 -msgid "Cells" -msgstr "Celdas" +#: ../../enterprise/mobile/operation/dashboard.php:137 +msgid "Dashboard name" +msgstr "Nombre del panel" -#: ../../enterprise/dashboard/dashboards.php:90 -#: ../../enterprise/dashboard/dashboards.php:124 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 -#: ../../enterprise/godmode/policies/policies.php:382 -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/reporting/map_builder.php:214 -#: ../../godmode/massive/massive_copy_modules.php:224 -msgid "Copy" -msgstr "Copiar" +#: ../../enterprise/dashboard/widgets/top_n.php:31 +#: ../../include/functions_reporting.php:818 +msgid "Top N" +msgstr "Top N" -#: ../../enterprise/dashboard/dashboards.php:100 -msgid "There are no dashboards defined." -msgstr "No hay paneles definidos" +#: ../../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/dashboards.php:114 -#, php-format -msgid "Private for (%s)" -msgstr "Privado por (%s)" +#: ../../enterprise/dashboard/widgets/top_n.php:63 +#: ../../include/functions_netflow.php:1051 +#: ../../include/functions_netflow.php:1084 +msgid "5 hours" +msgstr "5 horas" -#: ../../enterprise/dashboard/dashboards.php:141 -msgid "New networkmap" -msgstr "Nuevo mapa de red" +#: ../../enterprise/dashboard/widgets/top_n.php:79 +#: ../../include/functions_graph.php:4031 +msgid "Avg." +msgstr "Media" -#: ../../enterprise/dashboard/main_dashboard.php:52 -msgid "Could not create dashboard" -msgstr "Dashboard no se pudo crear" +#: ../../enterprise/dashboard/widgets/top_n.php:82 +#: ../../godmode/reporting/map_builder.php:209 +msgid "Items" +msgstr "Elementos" -#: ../../enterprise/dashboard/main_dashboard.php:56 -msgid "Dashboard successfuly created" -msgstr "Dashboard creado correctamente" - -#: ../../enterprise/dashboard/main_dashboard.php:185 -#: ../../extensions/agents_modules.php:100 -#: ../../extensions/matrix_events.php:31 ../../extensions/agents_alerts.php:90 -#: ../../operation/reporting/reporting_viewer.php:103 -#: ../../operation/reporting/graph_viewer.php:150 -#: ../../operation/visual_console/render_view.php:136 -#: ../../operation/gis_maps/render_view.php:108 -msgid "Full screen mode" -msgstr "Modo a pantalla completa" - -#: ../../enterprise/dashboard/main_dashboard.php:190 -#: ../../extensions/agents_modules.php:105 -#: ../../extensions/agents_alerts.php:95 ../../operation/events/events.php:443 -#: ../../operation/reporting/reporting_viewer.php:108 -#: ../../operation/reporting/graph_viewer.php:155 -#: ../../operation/visual_console/render_view.php:164 -#: ../../operation/gis_maps/render_view.php:112 -msgid "Back to normal mode" -msgstr "Volver a modo normal" - -#: ../../enterprise/dashboard/main_dashboard.php:200 -msgid "Save the actual layout design" -msgstr "Guardar el diseño actual" - -#: ../../enterprise/dashboard/main_dashboard.php:215 -#: ../../enterprise/dashboard/full_dashboard.php:252 -msgid "Slides mode" -msgstr "Modo diapositivas" - -#: ../../enterprise/dashboard/main_dashboard.php:301 -msgid "Create new" -msgstr "Crear nuevo" - -#: ../../enterprise/dashboard/main_dashboard.php:312 -#: ../../enterprise/dashboard/main_dashboard.php:341 -msgid "Private dashboard" -msgstr "Dashboard privado" - -#: ../../enterprise/dashboard/main_dashboard.php:353 -#: ../../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:354 -#: ../../godmode/reporting/visual_console_builder.editor.php:141 -msgid "Loading in progress" -msgstr "Carga en curso" - -#: ../../enterprise/dashboard/main_dashboard.php:361 -msgid "Error: there are cells not empty." -msgstr "Error: las celdas no pueden star vacias" - -#: ../../enterprise/dashboard/main_dashboard.php:427 -msgid "Add widget" -msgstr "Agregar widget" - -#: ../../enterprise/dashboard/main_dashboard.php:432 -msgid "Add new widget" -msgstr "Añadir nuevo widget" - -#: ../../enterprise/dashboard/main_dashboard.php:434 +#: ../../enterprise/dashboard/widgets/top_n.php:108 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." +"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/main_dashboard.php:438 -msgid "There are unsaved changes" -msgstr "Hay cambios sin guardar" +#: ../../enterprise/dashboard/widgets/top_n.php:114 +#: ../../enterprise/dashboard/widgets/top_n.php:297 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 +msgid "avg" +msgstr "media" -#: ../../enterprise/dashboard/main_dashboard.php:464 -#: ../../enterprise/dashboard/full_dashboard.php:280 -#: ../../godmode/setup/setup_ehorus.php:107 -msgid "Start" -msgstr "Inicio" +#: ../../enterprise/dashboard/widgets/top_n.php:115 +#: ../../enterprise/dashboard/widgets/top_n.php:298 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1622 +msgid "max" +msgstr "máx" -#: ../../enterprise/dashboard/main_dashboard.php:500 -#: ../../enterprise/dashboard/full_dashboard.php:343 -msgid "Slides" -msgstr "Presentaciones" +#: ../../enterprise/dashboard/widgets/top_n.php:116 +#: ../../enterprise/dashboard/widgets/top_n.php:299 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1623 +msgid "min" +msgstr "mín" -#: ../../enterprise/dashboard/full_dashboard.php:47 -msgid "No slides selected" -msgstr "No se han seleccionado diapositivas" +#: ../../enterprise/dashboard/widgets/top_n.php:117 +#: ../../enterprise/dashboard/widgets/top_n.php:300 +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1624 +msgid "sum" +msgstr "suma" -#: ../../enterprise/dashboard/full_dashboard.php:141 -msgid "Exit fullscreen" -msgstr "Salir de pantalla completa" +#: ../../enterprise/dashboard/widgets/top_n.php:272 +msgid "Selection module one by one" +msgstr "Selección de módulos uno en uno" -#: ../../enterprise/dashboard/full_dashboard.php:195 -msgid "Change every" -msgstr "Cambiar cada" +#: ../../enterprise/dashboard/widgets/top_n.php:283 +msgid "Selection several modules" +msgstr "Selección múltiple de módulos" -#: ../../enterprise/dashboard/full_dashboard.php:216 -msgid "Stop" -msgstr "Parar" +#: ../../enterprise/dashboard/widgets/top_n.php:311 +msgid "Regex for to filter modules" +msgstr "Expresión regular para filtrar módulos" -#: ../../enterprise/dashboard/full_dashboard.php:222 -msgid "Pause" -msgstr "Pausar" +#: ../../enterprise/dashboard/widgets/top_n.php:320 +#: ../../enterprise/dashboard/widgets/tree_view.php:73 +msgid "Filter modules" +msgstr "Filtrar módulos" -#: ../../enterprise/dashboard/full_dashboard.php:244 -msgid "Refresh every" -msgstr "Refrescar cada" +#: ../../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/full_dashboard.php:355 -msgid "Until next" -msgstr "Hasta el próximo" +#: ../../enterprise/dashboard/widgets/top_n.php:437 +msgid "Successful added modules" +msgstr "Módulos añadidos con éxito" -#: ../../enterprise/dashboard/widgets/network_map.php:29 -msgid "Show a map of the monitored network" -msgstr "Mostrar un mapa de la red monitorizada" +#: ../../enterprise/dashboard/widgets/top_n.php:441 +msgid "Unsuccessful added modules" +msgstr "Error añadiendo módulos" -#: ../../enterprise/dashboard/widgets/network_map.php:37 -msgid "No overlap" -msgstr "No solapar" +#: ../../enterprise/dashboard/widgets/top_n.php:463 +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_reporting_pdf.php:1596 +#: ../../enterprise/include/functions_reporting_pdf.php:2008 +#: ../../include/functions_reporting_html.php:1784 +#: ../../include/functions_reporting_html.php:1920 +#: ../../include/functions_reporting.php:875 +#: ../../include/functions_reporting.php:1702 +msgid "There are no Agent/Modules defined" +msgstr "No hay Agente/Módulos definidos" -#: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../godmode/setup/setup_visuals.php:288 -#: ../../include/functions_config.php:453 -msgid "Font size" -msgstr "Tamaño de la tipografía" - -#: ../../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 "Mostrar el contenido URL" - -#: ../../enterprise/dashboard/widgets/url.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1536 -#: ../../extensions/api_checker.php:201 ../../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:1143 -msgid "URL" -msgstr "URL" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "Mi URL" - -#: ../../enterprise/dashboard/widgets/url.php:49 -#: ../../enterprise/dashboard/widgets/tactical.php:63 -#: ../../enterprise/dashboard/widgets/tactical.php:71 -#: ../../enterprise/dashboard/widgets/post.php:36 -msgid "Please, configure this widget before use" -msgstr "Por favor, configure este widget antes de usarlo" - -#: ../../enterprise/dashboard/widgets/url.php:67 -msgid "Invalid URL" -msgstr "URL no válida" - -#: ../../enterprise/dashboard/widgets/service_map.php:22 -#: ../../enterprise/operation/services/services.service_map.php:90 -#: ../../enterprise/operation/services/services.service_map.php:95 -#: ../../enterprise/operation/services/services.service.php:80 -msgid "Service Map" -msgstr "Mapa de servicio" - -#: ../../enterprise/dashboard/widgets/service_map.php:24 -msgid "Show a service map" -msgstr "Mostrar mapa de servicios" - -#: ../../enterprise/dashboard/widgets/service_map.php:46 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 -#: ../../enterprise/godmode/services/services.elements.php:327 -#: ../../enterprise/godmode/services/services.elements.php:368 -#: ../../enterprise/include/functions_reporting_pdf.php:2034 -#: ../../enterprise/include/functions_reporting.php:3084 -#: ../../enterprise/include/functions_reporting.php:3385 -#: ../../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/include/functions_visual_map.php:415 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1419 -msgid "Service" -msgstr "Servicio" - -#: ../../enterprise/dashboard/widgets/service_map.php:49 -#: ../../enterprise/dashboard/widgets/service_map.php:74 -#: ../../enterprise/operation/services/services.service_map.php:106 -#: ../../extensions/agents_modules.php:358 -#: ../../extensions/module_groups.php:296 -#: ../../operation/snmpconsole/snmp_view.php:843 -#: ../../godmode/snmpconsole/snmp_alert.php:1225 -#: ../../include/functions_reporting_html.php:947 -msgid "Legend" -msgstr "Leyenda" - -#: ../../enterprise/dashboard/widgets/service_map.php:57 -msgid "The user doesn't have permission to read agents" -msgstr "El usuario no tiene permiso de lectura para agentes" - -#: ../../enterprise/dashboard/widgets/service_map.php:62 -msgid "Missing id" -msgstr "Identificador perdido" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../include/functions_reporting.php:5668 -#: ../../include/functions_reporting_html.php:2727 -msgid "Monitor checks" -msgstr "Comprobaciones de monitores" - -#: ../../enterprise/dashboard/widgets/tactical.php:39 -#: ../../include/functions_reporting.php:8488 -msgid "Server performance" -msgstr "Rendimiento del servidor" - -#: ../../enterprise/dashboard/widgets/tactical.php:44 -#: ../../include/functions_reporting_html.php:1951 -#: ../../include/functions_reporting_html.php:2045 -msgid "Summary" -msgstr "Lista de agentes" +#: ../../enterprise/dashboard/widgets/top_n.php:529 +#: ../../include/functions_reporting.php:928 +msgid "Insuficient data" +msgstr "Datos insuficientes" #: ../../enterprise/dashboard/widgets/module_icon.php:28 msgid "Module with icon" @@ -11375,350 +15623,36 @@ msgstr "Modulo con icono" msgid "Show a value of module and icon" msgstr "Muestra el valor de un modulo e icono" -#: ../../enterprise/dashboard/widgets/module_icon.php:49 -#: ../../enterprise/dashboard/widgets/module_status.php:49 -#: ../../enterprise/dashboard/widgets/module_value.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1217 -#: ../../godmode/reporting/visual_console_builder.wizard.php:257 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/graph_builder.graph_editor.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:688 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:575 -#: ../../include/functions_visual_map.php:2323 -msgid "Label" -msgstr "Etiqueta" - #: ../../enterprise/dashboard/widgets/module_icon.php:86 -#: ../../enterprise/dashboard/widgets/module_status.php:86 -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/dashboard/widgets/module_value.php:74 -#: ../../enterprise/dashboard/widgets/top_n.php:62 #: ../../enterprise/dashboard/widgets/module_table_value.php:71 -#: ../../enterprise/dashboard/widgets/single_graph.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 -#: ../../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 -#: ../../godmode/agentes/module_manager_editor_prediction.php:155 -#: ../../godmode/reporting/reporting_builder.list_items.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:142 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/graph_builder.main.php:145 -#: ../../godmode/reporting/reporting_builder.item_editor.php:700 -#: ../../godmode/reporting/reporting_builder.item_editor.php:742 -#: ../../include/functions_visual_map_editor.php:405 -msgid "Period" -msgstr "Periodo" - -#: ../../enterprise/dashboard/widgets/module_icon.php:88 -#: ../../enterprise/dashboard/widgets/module_value.php:76 -#: ../../enterprise/dashboard/widgets/module_table_value.php:73 +#: ../../enterprise/dashboard/widgets/module_value.php:74 msgid "Text size of value in px" msgstr "Tamaño de texto del valor en pixels" -#: ../../enterprise/dashboard/widgets/module_icon.php:91 -#: ../../enterprise/dashboard/widgets/module_status.php:88 -#: ../../enterprise/dashboard/widgets/module_value.php:79 +#: ../../enterprise/dashboard/widgets/module_icon.php:89 +#: ../../enterprise/dashboard/widgets/module_status.php:86 +#: ../../enterprise/dashboard/widgets/module_value.php:77 msgid "Text size of label in px" msgstr "Tamaño de texto de la etiqueta en pixels" -#: ../../enterprise/dashboard/widgets/module_icon.php:94 -#: ../../enterprise/dashboard/widgets/module_status.php:91 +#: ../../enterprise/dashboard/widgets/module_icon.php:92 +#: ../../enterprise/dashboard/widgets/module_status.php:89 msgid "Size of icon" msgstr "Tamaño del icono" -#: ../../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/module_status.php:28 -msgid "Status of module" -msgstr "Estado del módulo" - -#: ../../enterprise/dashboard/widgets/module_status.php:30 -msgid "Show status of a module" -msgstr "Mostrar el estado de un módulo" - -#: ../../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:33 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../mobile/operation/events.php:647 -#: ../../operation/events/events_list.php:567 -#: ../../godmode/events/event_edit_filter.php:270 -#: ../../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_module.php:35 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/tree_view.php:34 -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 -#: ../../mobile/include/functions_web.php:26 ../../operation/tree.php:61 -#: ../../operation/agentes/networkmap.php:476 -#: ../../godmode/reporting/visual_console_builder.wizard.php:217 -#: ../../include/ajax/networkmap.ajax.php:57 -msgid "Groups" -msgstr "Grupos" - -#: ../../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" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 -#: ../../include/functions_reporting.php:1085 -#: ../../include/functions_reporting.php:1241 -#: ../../include/functions_reporting.php:1265 -#: ../../include/functions_reporting.php:1290 -#: ../../include/functions_reporting.php:1316 -#: ../../include/functions_reporting.php:1971 -#: ../../include/functions_reporting.php:2151 -#: ../../include/functions_reporting.php:2175 -#: ../../include/functions_reporting.php:2199 -#: ../../include/functions_reporting_html.php:2190 -#: ../../include/functions_reporting_html.php:2268 -#: ../../include/functions_graph.php:1868 -#: ../../include/functions_graph.php:1948 -#: ../../include/functions_graph.php:2021 -#: ../../include/functions_graph.php:2768 -#: ../../include/functions_graph.php:3217 -msgid "other" -msgstr "otro" - -#: ../../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:155 -#: ../../enterprise/operation/services/services.list.php:172 -#: ../../enterprise/godmode/setup/setup_auth.php:138 -#: ../../enterprise/godmode/setup/setup_acl.php:131 -#: ../../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 -#: ../../operation/integria_incidents/incident.list.php:33 -#: ../../operation/events/events_list.php:435 -#: ../../godmode/setup/setup_auth.php:119 -#: ../../godmode/events/event_edit_filter.php:286 -#: ../../godmode/agentes/planned_downtime.editor.php:713 -#: ../../godmode/agentes/planned_downtime.list.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:329 -#: ../../godmode/users/configure_user.php:689 -#: ../../godmode/massive/massive_add_action_alerts.php:146 -#: ../../godmode/servers/manage_recontask.php:336 -#: ../../godmode/servers/manage_recontask_form.php:291 -#: ../../include/ajax/visual_console_builder.ajax.php:670 -#: ../../include/functions_visual_map_editor.php:292 -#: ../../include/functions_visual_map_editor.php:612 -#: ../../include/functions_html.php:864 ../../include/functions_html.php:865 -#: ../../include/functions_html.php:866 ../../include/functions_html.php:867 -#: ../../include/functions_html.php:868 -msgid "Any" -msgstr "Cualquier" - -#: ../../enterprise/dashboard/widgets/events_list.php:34 -#: ../../mobile/operation/modules.php:43 -#: ../../operation/events/events_list.php:555 -#: ../../operation/agentes/status_monitor.php:291 -#: ../../operation/agentes/estado_agente.php:190 -#: ../../godmode/events/event_edit_filter.php:222 -#: ../../godmode/massive/massive_copy_modules.php:81 -#: ../../godmode/massive/massive_copy_modules.php:194 -#: ../../godmode/massive/massive_edit_agents.php:218 -#: ../../godmode/massive/massive_delete_agents.php:117 -#: ../../godmode/massive/massive_edit_modules.php:317 -#: ../../godmode/massive/massive_delete_modules.php:457 -#: ../../include/functions.php:1081 ../../include/functions_events.php:1435 -msgid "Not normal" -msgstr "No normal" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "Límite" - -#: ../../enterprise/dashboard/widgets/events_list.php:46 -#: ../../operation/events/events_list.php:564 -#: ../../godmode/events/event_filter.php:111 -#: ../../godmode/events/event_edit_filter.php:234 -msgid "Event status" -msgstr "Estado del evento" - -#: ../../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/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:29 -#: ../../operation/search_results.php:123 -msgid "Maps" -msgstr "Mapas" - -#: ../../enterprise/dashboard/widgets/maps_status.php:77 -#: ../../godmode/massive/massive_edit_agents.php:387 -msgid "Bad" -msgstr "Mal" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1483 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.elements.php:377 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1039 -#: ../../include/functions_visual_map_editor.php:234 -#: ../../include/functions_visual_map_editor.php:244 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -msgid "Custom graph" -msgstr "Gráfica personalizada" - #: ../../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:33 -#: ../../enterprise/operation/services/services.list.php:323 -#: ../../enterprise/operation/services/services.service.php:134 -#: ../../extensions/realtime_graphs.php:72 -#: ../../operation/search_modules.php:52 -#: ../../operation/agentes/status_monitor.php:970 -#: ../../include/ajax/module.php:712 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../include/functions_events.php:2101 -msgid "Graph" -msgstr "Gráfico" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../operation/reporting/graph_viewer.php:214 -#: ../../godmode/setup/setup_visuals.php:441 -#: ../../godmode/reporting/graph_builder.main.php:155 -msgid "Area" -msgstr "Área" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -#: ../../operation/reporting/graph_viewer.php:215 -#: ../../godmode/reporting/graph_builder.main.php:156 -msgid "Stacked area" -msgstr "Área apilada" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../operation/reporting/graph_viewer.php:216 -#: ../../godmode/setup/setup_visuals.php:444 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/reporting/graph_builder.main.php:157 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:579 -msgid "Line" -msgstr "Línea" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -#: ../../operation/reporting/graph_viewer.php:217 -#: ../../godmode/reporting/graph_builder.main.php:158 -msgid "Stacked line" -msgstr "Línea apilada" - #: ../../enterprise/dashboard/widgets/custom_graph.php:43 -#: ../../operation/reporting/graph_viewer.php:218 #: ../../godmode/reporting/graph_builder.main.php:159 +#: ../../operation/reporting/graph_viewer.php:218 msgid "Bullet chart" msgstr "gráfico bala" #: ../../enterprise/dashboard/widgets/custom_graph.php:44 -#: ../../operation/reporting/graph_viewer.php:219 #: ../../godmode/reporting/graph_builder.main.php:160 +#: ../../operation/reporting/graph_viewer.php:219 msgid "Gauge" msgstr "Medidor" @@ -11733,419 +15667,22 @@ msgid "Vertical Bars" msgstr "Barras verticales" #: ../../enterprise/dashboard/widgets/custom_graph.php:47 -#: ../../operation/reporting/graph_viewer.php:222 #: ../../godmode/reporting/graph_builder.main.php:163 +#: ../../operation/reporting/graph_viewer.php:222 msgid "Pie" msgstr "Gráfico Circular" -#: ../../enterprise/dashboard/widgets/custom_graph.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "Apilado" - #: ../../enterprise/dashboard/widgets/custom_graph.php:72 msgid "You don't have access" msgstr "No tiene acceso" -#: ../../enterprise/dashboard/widgets/module_value.php:28 -msgid "Show module value" -msgstr "Mostrar el valor del módulo" - -#: ../../enterprise/dashboard/widgets/module_value.php:30 -msgid "Show a value of module" -msgstr "Mostrar el valor de un módulo" - -#: ../../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/maps_made_by_user.php:63 -#: ../../enterprise/mobile/operation/dashboard.php:117 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -#: ../../mobile/operation/modules.php:629 -#: ../../mobile/operation/tactical.php:215 -#: ../../mobile/operation/visualmap.php:118 -#: ../../mobile/operation/agents.php:380 ../../mobile/operation/agent.php:272 -#: ../../mobile/operation/events.php:797 -#: ../../mobile/operation/module_graph.php:469 -#: ../../godmode/reporting/visual_console_builder.wizard.php:334 -msgid "Loading..." -msgstr "Cargando…" - -#: ../../enterprise/dashboard/widgets/top_n.php:31 -#: ../../include/functions_reporting.php:818 -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 -#: ../../operation/gis_maps/render_view.php:139 -#: ../../godmode/setup/performance.php:89 -#: ../../include/functions_netflow.php:1049 -#: ../../include/functions_netflow.php:1082 ../../include/functions.php:2014 -#: ../../include/functions.php:2579 ../../include/ajax/module.php:118 -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 -#: ../../operation/gis_maps/render_view.php:140 -#: ../../include/functions_netflow.php:1050 -#: ../../include/functions_netflow.php:1083 -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 -#: ../../godmode/setup/performance.php:90 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:120 -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_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 ../../include/functions.php:2017 -#: ../../include/ajax/module.php:121 -msgid "1 day" -msgstr "1 día" - -#: ../../enterprise/dashboard/widgets/top_n.php:70 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1176 -msgid "Quantity (n)" -msgstr "Cantidad (n)" - -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1343 -#: ../../godmode/netflow/nf_item_list.php:147 -msgid "Order" -msgstr "Orden" - -#: ../../enterprise/dashboard/widgets/top_n.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:187 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1162 -msgid "Ascending" -msgstr "Ascendente" - -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:189 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1165 -msgid "Descending" -msgstr "Descendente" - -#: ../../enterprise/dashboard/widgets/top_n.php:76 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1168 -msgid "By agent name" -msgstr "Por nombre de agente" - -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../operation/agentes/ver_agente.php:962 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1186 -msgid "Display" -msgstr "Mostrar" - -#: ../../enterprise/dashboard/widgets/top_n.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../godmode/modules/manage_network_components_form_common.php:110 -#: ../../godmode/modules/manage_network_components_form_common.php:123 -#: ../../godmode/alerts/configure_alert_template.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:248 -#: ../../godmode/agentes/module_manager_editor_common.php:267 -#: ../../godmode/massive/massive_edit_modules.php:358 -#: ../../godmode/massive/massive_edit_modules.php:404 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2397 -#: ../../include/functions_alerts.php:550 -#: ../../include/functions_graph.php:4016 -msgid "Max." -msgstr "Máx." - -#: ../../enterprise/dashboard/widgets/top_n.php:81 -#: ../../enterprise/godmode/modules/configure_local_component.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:234 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 -#: ../../godmode/modules/manage_network_components_form_common.php:107 -#: ../../godmode/modules/manage_network_components_form_common.php:120 -#: ../../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 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2396 -#: ../../include/functions_alerts.php:551 -#: ../../include/functions_graph.php:4016 -msgid "Min." -msgstr "Mín." - -#: ../../enterprise/dashboard/widgets/top_n.php:82 -#: ../../include/functions_graph.php:4016 -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:1604 -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:1605 -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:1606 -msgid "sum" -msgstr "suma" - -#: ../../enterprise/dashboard/widgets/top_n.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2027 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2216 -#: ../../godmode/reporting/reporting_builder.item_editor.php:977 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1556 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1591 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1752 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1780 -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 -#: ../../enterprise/dashboard/widgets/tree_view.php:73 -msgid "Filter modules" -msgstr "Filtrar 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:1596 -#: ../../enterprise/include/functions_reporting_pdf.php:2008 -#: ../../include/functions_reporting.php:875 -#: ../../include/functions_reporting.php:1702 -#: ../../include/functions_reporting_html.php:1784 -#: ../../include/functions_reporting_html.php:1920 -msgid "There are no Agent/Modules defined" -msgstr "No hay Agente/Módulos definidos" - -#: ../../enterprise/dashboard/widgets/top_n.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1193 -#: ../../include/functions_reporting.php:834 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1373 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 -msgid "Avg" -msgstr "Media" - -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:928 -msgid "Insuficient data" -msgstr "Datos insuficientes" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:28 -msgid "Show module value in a table" -msgstr "Mostrar el valor del módulo en una tabla" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:30 -msgid "Show a value of module in a table" -msgstr "Mostrar un valor de módulo en la tabla" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:76 -msgid "Separator of data" -msgstr "Separador" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:78 -msgid "Carriage Return" -msgstr "Retorno de carro" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:79 -msgid "Vertical Bar" -msgstr "Barra vertical" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:80 -msgid "Semicolon" -msgstr "Punto y coma" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:81 -msgid "Colon" -msgstr "Dos puntos" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:82 -msgid "Commas" -msgstr "Comas" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:83 -msgid "Blank" -msgstr "Blanco" - -#: ../../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/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Mensaje de bienvenida de Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:25 -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -#: ../../operation/users/webchat.php:86 -msgid "Message" -msgstr "Mensaje" - -#: ../../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/tree_view.php:24 msgid "Show the tree view" msgstr "Mostrar la vista de árbol" #: ../../enterprise/dashboard/widgets/tree_view.php:36 -#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:49 +#: ../../godmode/menu.php:49 ../../operation/tree.php:67 +#: ../../extensions/module_groups.php:325 msgid "Module groups" msgstr "Grupos de Módulos" @@ -12183,16 +15720,17 @@ msgstr "El widget solo funciona en la versión de escritorio" #: ../../enterprise/dashboard/widgets/tree_view.php:187 #: ../../enterprise/include/functions_inventory.php:165 -#: ../../operation/tree.php:264 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +#: ../../operation/tree.php:264 msgid "No data found" msgstr "No se encontraron datos" #: ../../enterprise/dashboard/widgets/tree_view.php:194 #: ../../enterprise/include/functions_reporting_csv.php:331 -#: ../../mobile/operation/groups.php:125 ../../operation/tree.php:271 -#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:5660 +#: ../../godmode/db/db_main.php:99 ../../operation/tree.php:271 +#: ../../mobile/operation/groups.php:125 #: ../../include/functions_reporting_html.php:2725 +#: ../../include/functions_reporting.php:5660 msgid "Total agents" msgstr "Agentes totales" @@ -12207,9 +15745,9 @@ msgstr "Módulos totales" #: ../../enterprise/dashboard/widgets/tree_view.php:201 #: ../../enterprise/include/functions_reporting_csv.php:340 #: ../../operation/tree.php:276 ../../operation/tree.php:277 -#: ../../operation/tree.php:278 ../../include/functions_reporting.php:5505 +#: ../../operation/tree.php:278 ../../include/functions_graph.php:1874 +#: ../../include/functions_reporting.php:5505 #: ../../include/functions_reporting.php:5526 -#: ../../include/functions_graph.php:1859 msgid "Fired alerts" msgstr "Alertas disparadas" @@ -12220,7 +15758,7 @@ msgstr "Agentes Críticos" #: ../../enterprise/dashboard/widgets/tree_view.php:205 #: ../../enterprise/include/functions_reporting_csv.php:335 -#: ../../mobile/operation/groups.php:157 ../../operation/tree.php:282 +#: ../../operation/tree.php:282 ../../mobile/operation/groups.php:157 msgid "Critical modules" msgstr "Módulos críticos" @@ -12231,7 +15769,7 @@ msgstr "Agentes en advertencia" #: ../../enterprise/dashboard/widgets/tree_view.php:210 #: ../../enterprise/include/functions_reporting_csv.php:336 -#: ../../mobile/operation/groups.php:153 ../../operation/tree.php:287 +#: ../../operation/tree.php:287 ../../mobile/operation/groups.php:153 msgid "Warning modules" msgstr "Módulos de advertencia" @@ -12242,7 +15780,7 @@ msgstr "Agentes en desconocido" #: ../../enterprise/dashboard/widgets/tree_view.php:215 #: ../../enterprise/include/functions_reporting_csv.php:337 -#: ../../mobile/operation/groups.php:141 ../../operation/tree.php:292 +#: ../../operation/tree.php:292 ../../mobile/operation/groups.php:141 msgid "Unknown modules" msgstr "Módulos desconocidos" @@ -12253,7 +15791,7 @@ msgstr "Agentes no inicializados" #: ../../enterprise/dashboard/widgets/tree_view.php:220 #: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../mobile/operation/groups.php:145 ../../operation/tree.php:297 +#: ../../operation/tree.php:297 ../../mobile/operation/groups.php:145 msgid "Not init modules" msgstr "Módulos no inicializados" @@ -12264,48 +15802,103 @@ msgstr "Agentes en normal" #: ../../enterprise/dashboard/widgets/tree_view.php:225 #: ../../enterprise/include/functions_reporting_csv.php:334 -#: ../../mobile/operation/groups.php:149 ../../operation/tree.php:302 +#: ../../operation/tree.php:302 ../../mobile/operation/groups.php:149 msgid "Normal modules" msgstr "Módulos Normales" #: ../../enterprise/dashboard/widgets/tree_view.php:282 #: ../../operation/tree.php:357 -#: ../../operation/agentes/status_monitor.php:1498 +#: ../../operation/agentes/status_monitor.php:1521 #: ../../operation/agentes/estado_monitores.php:348 msgid "Module: " msgstr "Módulo: " -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "Alertas disparadas" +#: ../../enterprise/dashboard/widgets/events_list.php:28 +msgid "Latest events list" +msgstr "Última lista de eventos" -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -msgstr "Informe de alertas lanzadas" +#: ../../enterprise/dashboard/widgets/events_list.php:34 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/events/event_edit_filter.php:222 +#: ../../operation/events/events_list.php:555 +#: ../../operation/agentes/status_monitor.php:291 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1081 +#: ../../include/functions_events.php:1442 +msgid "Not normal" +msgstr "No normal" + +#: ../../enterprise/dashboard/widgets/events_list.php:38 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +#: ../../godmode/events/event_edit_filter.php:270 +#: ../../operation/events/events_list.php:567 +#: ../../mobile/operation/events.php:647 +msgid "Max. hours old" +msgstr "Máx. horas de antiguedad" + +#: ../../enterprise/dashboard/widgets/events_list.php:39 +msgid "Limit" +msgstr "Límite" + +#: ../../enterprise/dashboard/widgets/events_list.php:46 +#: ../../godmode/events/event_filter.php:111 +#: ../../godmode/events/event_edit_filter.php:234 +#: ../../operation/events/events_list.php:564 +msgid "Event status" +msgstr "Estado del evento" + +#: ../../enterprise/dashboard/widgets/events_list.php:47 +#: ../../include/functions_events.php:1509 +#: ../../include/functions_events.php:1528 +msgid "All event" +msgstr "Todos los eventos" + +#: ../../enterprise/dashboard/widgets/events_list.php:48 +#: ../../include/functions_events.php:1511 +#: ../../include/functions_events.php:1534 +msgid "Only validated" +msgstr "Solo validados" + +#: ../../enterprise/dashboard/widgets/events_list.php:49 +msgid "Only pending" +msgstr "Solo pendientes" + +#: ../../enterprise/dashboard/widgets/service_map.php:24 +msgid "Show a service map" +msgstr "Mostrar mapa de servicios" + +#: ../../enterprise/dashboard/widgets/service_map.php:57 +msgid "The user doesn't have permission to read agents" +msgstr "El usuario no tiene permiso de lectura para agentes" + +#: ../../enterprise/dashboard/widgets/service_map.php:62 +msgid "Missing id" +msgstr "Identificador perdido" #: ../../enterprise/dashboard/widgets/post.php:23 msgid "Panel with a message" msgstr "panel con un mensaje" -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:285 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:632 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -#: ../../include/functions_reporting.php:3630 -#: ../../include/functions_reports.php:596 -msgid "Text" -msgstr "Texto" - #: ../../enterprise/dashboard/widgets/post.php:26 msgid "My Post" msgstr "Mi página" -#: ../../enterprise/dashboard/widgets/reports.php:29 -msgid "Show a report made by user" -msgstr "Mostrar un informe hecho por el usuario" +#: ../../enterprise/dashboard/widgets/post.php:36 +#: ../../enterprise/dashboard/widgets/tactical.php:63 +#: ../../enterprise/dashboard/widgets/tactical.php:71 +#: ../../enterprise/dashboard/widgets/url.php:55 +msgid "Please, configure this widget before use" +msgstr "Por favor, configure este widget antes de usarlo" #: ../../enterprise/dashboard/widgets/groups_status.php:24 msgid "Groups status" @@ -12315,6 +15908,173 @@ msgstr "Estado de los grupos" msgid "General and quick group status report" msgstr "Informe general y rápido del estado de los grupos" +#: ../../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/module_table_value.php:28 +msgid "Show module value in a table" +msgstr "Mostrar el valor del módulo en una tabla" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:30 +msgid "Show a value of module in a table" +msgstr "Mostrar un valor de módulo en la tabla" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:74 +msgid "Separator of data" +msgstr "Separador" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:76 +msgid "Carriage Return" +msgstr "Retorno de carro" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:77 +msgid "Vertical Bar" +msgstr "Barra vertical" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:78 +msgid "Semicolon" +msgstr "Punto y coma" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:79 +msgid "Colon" +msgstr "Dos puntos" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:80 +msgid "Commas" +msgstr "Comas" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:81 +msgid "Blank" +msgstr "Blanco" + +#: ../../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: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:171 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 +#: ../../include/functions_reporting_html.php:2190 +#: ../../include/functions_reporting_html.php:2268 +#: ../../include/functions_graph.php:1883 +#: ../../include/functions_graph.php:1963 +#: ../../include/functions_graph.php:2036 +#: ../../include/functions_graph.php:2783 +#: ../../include/functions_graph.php:3232 +#: ../../include/functions_reporting.php:1085 +#: ../../include/functions_reporting.php:1241 +#: ../../include/functions_reporting.php:1265 +#: ../../include/functions_reporting.php:1290 +#: ../../include/functions_reporting.php:1316 +#: ../../include/functions_reporting.php:1971 +#: ../../include/functions_reporting.php:2151 +#: ../../include/functions_reporting.php:2175 +#: ../../include/functions_reporting.php:2199 +msgid "other" +msgstr "otro" + +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../include/functions_reporting_html.php:2727 +#: ../../include/functions_reporting.php:5669 +msgid "Monitor checks" +msgstr "Comprobaciones de monitores" + +#: ../../enterprise/dashboard/widgets/tactical.php:39 +#: ../../include/functions_reporting.php:8497 +msgid "Server performance" +msgstr "Rendimiento del servidor" + +#: ../../enterprise/dashboard/widgets/tactical.php:44 +#: ../../include/functions_reporting_html.php:1951 +#: ../../include/functions_reporting_html.php:2045 +msgid "Summary" +msgstr "Lista de agentes" + #: ../../enterprise/dashboard/widgets/single_graph.php:29 msgid "Single graph" msgstr "Gráfico simple" @@ -12323,5813 +16083,357 @@ msgstr "Gráfico simple" msgid "Show a graph of an agent module" msgstr "Mostrar una gráfica de un módulo de agente" -#: ../../enterprise/mobile/operation/dashboard.php:86 -msgid "Dashboards list" -msgstr "Lista de paneles" +#: ../../enterprise/dashboard/widgets/module_status.php:28 +msgid "Status of module" +msgstr "Estado del módulo" -#: ../../enterprise/mobile/operation/dashboard.php:106 -msgid "No Dashboards" -msgstr "No hay paneles" +#: ../../enterprise/dashboard/widgets/module_status.php:30 +msgid "Show status of a module" +msgstr "Mostrar el estado de un módulo" -#: ../../enterprise/mobile/operation/dashboard.php:139 -msgid "Dashboard name" -msgstr "Nombre del panel" +#: ../../enterprise/dashboard/widgets/url.php:23 +msgid "Show the URL content" +msgstr "Mostrar el contenido URL" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1085 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 -msgid "Networkmap enterprise" -msgstr "Networkmap enterprise" +#: ../../enterprise/dashboard/widgets/url.php:26 +msgid "My URL" +msgstr "Mi URL" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1087 -msgid "Not found networkmap." -msgstr "No se encontró ningún networkmap." +#: ../../enterprise/dashboard/widgets/url.php:73 +msgid "Invalid URL" +msgstr "URL no válida" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 -msgid "Source data" -msgstr "Datos de origen" +#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 +msgid "Alerts Fired" +msgstr "Alertas disparadas" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 -#: ../../godmode/menu.php:200 ../../include/functions_groups.php:92 -msgid "Recon task" -msgstr "Tarea de reconocimiento" +#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 +msgid "Alerts Fired report" +msgstr "Informe de alertas lanzadas" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:270 -msgid "CIDR IP mask" -msgstr "Máscara CIDR" +#: ../../enterprise/dashboard/widgets/maps_status.php:25 +msgid "Maps status" +msgstr "Estado de los mapas" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:274 -msgid "Generate networkmap with parents relationships" -msgstr "Generar mapa de red con relaciones entre padres" +#: ../../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/operation/agentes/networkmap_enterprise.editor.php:276 -msgid "" -"This feature is deprecated, be careful because in the next releases it will " -"be disappear." +#: ../../enterprise/dashboard/widgets/maps_status.php:29 +#: ../../operation/search_results.php:123 +msgid "Maps" +msgstr "Mapas" + +#: ../../enterprise/dashboard/widgets/maps_status.php:77 +#: ../../godmode/massive/massive_edit_agents.php:387 +msgid "Bad" +msgstr "Mal" + +#: ../../enterprise/dashboard/widgets/module_value.php:28 +msgid "Show module value" +msgstr "Mostrar el valor del módulo" + +#: ../../enterprise/dashboard/widgets/module_value.php:30 +msgid "Show a value of module" +msgstr "Mostrar el valor de un módulo" + +#: ../../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/reports.php:29 +msgid "Show a report made by user" +msgstr "Mostrar un informe hecho por el usuario" + +#: ../../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/network_map.php:29 +msgid "Show a map of the monitored network" +msgstr "Mostrar un mapa de la red monitorizada" + +#: ../../enterprise/dashboard/widgets/network_map.php:37 +msgid "No overlap" +msgstr "No solapar" + +#: ../../enterprise/dashboard/widgets/network_map.php:43 +#: ../../godmode/setup/setup_visuals.php:288 +#: ../../include/functions_config.php:453 +msgid "Font size" +msgstr "Tamaño de la tipografía" + +#: ../../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/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/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/incidents/incident.php:238 +#: ../../operation/agentes/status_monitor.php:315 +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:187 +msgid "Replicate Dashboard" +msgstr "Replicar dashboards" + +#: ../../enterprise/dashboard/widget.php:60 +#: ../../operation/integria_incidents/incident.incident.php:82 +#: ../../operation/agentes/estado_generalagente.php:398 +msgid "Title" +msgstr "Título" + +#: ../../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:326 +msgid "Background" +msgstr "Imagen de fondo" + +#: ../../enterprise/dashboard/widget.php:65 +msgid "Empty for a transparent background color or CSS compatible value" +msgstr "Vacío para color de fondo transparente o valor compatible con CSS" + +#: ../../enterprise/dashboard/widget.php:294 +msgid "Configure widget" +msgstr "Configurar widget" + +#: ../../enterprise/dashboard/widget.php:299 +msgid "Delete widget" +msgstr "Eliminar widget" + +#: ../../enterprise/dashboard/widget.php:320 +msgid "Config widget" +msgstr "Configurar el widget" + +#: ../../enterprise/dashboard/widget.php:330 +msgid "Please configure this widget before usage" +msgstr "Por favor, configure este widget antes de su uso" + +#: ../../enterprise/dashboard/widget.php:333 +msgid "Widget cannot be loaded" +msgstr "El widget no se puede cargar" + +#: ../../enterprise/dashboard/widget.php:334 +msgid "Please, configure the widget again to recover it" +msgstr "Por favor, configure el widget otra vez para recuperarlo" + +#: ../../enterprise/dashboard/widget.php:422 +msgid "If propagate acl is activated, this group will include its child groups" msgstr "" -"Esta función está obsoleta, tenga cuidado porque en próximos parches " -"desaparecerá" +"Si la propagación de acl está activada, este grupo incluirá los grupos hijos" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:286 -msgid "Source from recon task" -msgstr "Origen de tarea recon" +#: ../../enterprise/dashboard/dashboards.php:58 +msgid "Successfully duplicate" +msgstr "Duplicado con éxito" -#: ../../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/dashboard/dashboards.php:59 +msgid "Could not be duplicate" +msgstr "No se pudo duplicar" -#: ../../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/dashboard/dashboards.php:88 +#: ../../enterprise/dashboard/main_dashboard.php:304 +msgid "Cells" +msgstr "Celdas" -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:295 -msgid "Source from CIDR IP mask" -msgstr "Origen de máscara CIDR" +#: ../../enterprise/dashboard/dashboards.php:100 +msgid "There are no dashboards defined." +msgstr "No hay paneles definidos" -#: ../../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 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 -#: ../../godmode/reporting/visual_console_builder.wizard.php:150 -#: ../../include/functions_visual_map_editor.php:315 -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/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/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../operation/agentes/status_monitor.php:927 -#: ../../operation/agentes/alerts_status.php:413 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../godmode/agentes/module_manager.php:515 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../include/ajax/module.php:697 -msgid "P." -msgstr "P." - -#: ../../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/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 -#: ../../enterprise/godmode/agentes/collections.data.php:344 -#: ../../enterprise/godmode/agentes/collections.data.php:345 -#: ../../enterprise/godmode/agentes/collections.php:222 -#: ../../enterprise/godmode/agentes/collections.php:223 -msgid "The collection directory does not exist." -msgstr "El directorio donde se guardan las colecciones no existe." - -#: ../../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/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policy_agents.php:378 -#: ../../mobile/operation/agents.php:321 -#: ../../operation/agentes/alerts_status.php:417 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../godmode/agentes/module_manager.php:518 -#: ../../include/functions_events.php:884 -msgid "S." -msgstr "S." - -#: ../../enterprise/operation/agentes/policy_view.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:381 -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:487 -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: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: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 -#: ../../extensions/agents_alerts.php:343 -#: ../../mobile/operation/alerts.php:270 ../../operation/search_alerts.php:45 -#: ../../operation/agentes/alerts_status.php:427 -#: ../../operation/agentes/alerts_status.php:467 -#: ../../operation/agentes/alerts_status.php:500 -#: ../../operation/agentes/alerts_status.php:533 -#: ../../operation/servers/recon_view.php:101 -#: ../../godmode/alerts/alert_list.list.php:407 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../godmode/alerts/alert_list.builder.php:113 -#: ../../include/functions_treeview.php:291 -#: ../../include/functions_reporting_html.php:1377 -#: ../../include/functions_reporting_html.php:1415 -#: ../../include/functions_reporting_html.php:1451 -msgid "Template" -msgstr "Plantilla" - -#: ../../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:377 -msgid "R." -msgstr "R." - -#: ../../enterprise/operation/agentes/policy_view.php:308 -#: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../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/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 -#: ../../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 -#: ../../extensions/insert_data.php:164 ../../extensions/insert_data.php:165 -#: ../../mobile/operation/modules.php:557 -#: ../../mobile/operation/modules.php:611 -#: ../../mobile/operation/modules.php:681 -#: ../../operation/search_modules.php:53 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:976 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/gis_view.php:194 -#: ../../include/functions_netflow.php:310 -#: ../../include/functions_reporting.php:2229 -#: ../../include/functions_reporting.php:2263 -#: ../../include/ajax/module.php:711 -#: ../../include/functions_reporting_html.php:1246 -#: ../../include/functions_reporting_html.php:1249 -#: ../../include/functions_reporting_html.php:1250 -#: ../../include/functions_reporting_html.php:1253 -#: ../../include/functions_graph.php:3177 -msgid "Data" -msgstr "Datos" - -#: ../../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/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 -#: ../../enterprise/include/functions_services.php:1655 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/include/functions_services.php:1664 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:486 -#: ../../mobile/operation/modules.php:491 -#: ../../operation/search_modules.php:129 -#: ../../operation/search_modules.php:136 -#: ../../operation/search_modules.php:143 -#: ../../operation/agentes/status_monitor.php:1175 -#: ../../operation/agentes/status_monitor.php:1180 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1192 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1204 -#: ../../include/functions_modules.php:1864 -#: ../../include/functions_modules.php:1868 -#: ../../include/functions_modules.php:1872 -msgid "Last status" -msgstr "Último estado" - -#: ../../enterprise/operation/agentes/ver_agente.php:70 -#: ../../operation/agentes/ver_agente.php:552 -msgid "Main IP" -msgstr "IP principal" - -#: ../../enterprise/operation/agentes/ver_agente.php:76 -#: ../../operation/agentes/ver_agente.php:563 -#: ../../include/functions_events.php:2041 -msgid "Last remote contact" -msgstr "Último contacto remoto" - -#: ../../enterprise/operation/agentes/ver_agente.php:113 -#: ../../operation/agentes/ver_agente.php:603 -msgid "Monitors down" -msgstr "Monitores caídos" - -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../enterprise/include/functions_reporting_csv.php:179 -#: ../../operation/agentes/ver_agente.php:1081 -#: ../../godmode/agentes/configurar_agente.php:500 -#: ../../include/functions_reporting.php:1444 -#: ../../include/functions_reports.php:621 -#: ../../include/functions_reports.php:622 -#: ../../include/functions_reports.php:624 -msgid "Inventory" -msgstr "Inventario" - -#: ../../enterprise/operation/agentes/ver_agente.php:190 -#: ../../enterprise/godmode/agentes/collections.php:181 -#: ../../enterprise/include/functions_groups.php:75 -#: ../../operation/agentes/ver_agente.php:1084 -#: ../../godmode/agentes/configurar_agente.php:496 -msgid "Collection" -msgstr "Colección" - -#: ../../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:1485 -msgid "No data found." -msgstr "No se encontraron datos." - -#: ../../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:1030 -msgid "(Adopt) " -msgstr "Adoptar " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 -#: ../../operation/agentes/status_monitor.php:1040 -msgid "(Unlinked) (Adopt) " -msgstr "(Sin enlazar) (Adoptar) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 -#: ../../operation/agentes/status_monitor.php:1044 -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:723 -msgid "Data: " -msgstr "Datos: " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:726 -#: ../../operation/agentes/estado_generalagente.php:553 -msgid "Last contact: " -msgstr "Último contacto: " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1115 -#: ../../operation/agentes/networkmap.php:301 -#: ../../operation/snmpconsole/snmp_view.php:77 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_browser.php:84 -msgid "Normal screen" -msgstr "Pantalla normal" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1124 -#: ../../extensions/agents_modules.php:129 -#: ../../extensions/agents_alerts.php:117 -#: ../../operation/events/events.php:320 -#: ../../operation/agentes/networkmap.php:314 -#: ../../operation/snmpconsole/snmp_view.php:81 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_browser.php:88 -msgid "Full screen" -msgstr "Pantalla completa" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1130 -msgid "List of networkmap Enterprise" -msgstr "Lista de mapas de red Enterprise" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1134 +#: ../../enterprise/dashboard/dashboards.php:114 #, php-format -msgid "Networkmap enterprise - %s" -msgstr "Networmap Enterprise - %s" +msgid "Private for (%s)" +msgstr "Privado por (%s)" -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -msgid "Succesfully created" -msgstr "Creado correctamente" +#: ../../enterprise/dashboard/dashboards.php:141 +msgid "New networkmap" +msgstr "Nuevo mapa de red" -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -msgid "Succesfully updated" -msgstr "Actualizado correctamente" +#: ../../enterprise/dashboard/full_dashboard.php:47 +msgid "No slides selected" +msgstr "No se han seleccionado diapositivas" -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -msgid "Succesfully duplicate" -msgstr "Duplicado correctamente" +#: ../../enterprise/dashboard/full_dashboard.php:141 +msgid "Exit fullscreen" +msgstr "Salir de pantalla completa" -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -#: ../../enterprise/godmode/policies/policy_modules.php:1012 -msgid "Could not be duplicated" -msgstr "No se puede duplicar" +#: ../../enterprise/dashboard/full_dashboard.php:195 +msgid "Change every" +msgstr "Cambiar cada" -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -msgid "Succesfully deleted" -msgstr "Eliminado correctamente" +#: ../../enterprise/dashboard/full_dashboard.php:216 +msgid "Stop" +msgstr "Parar" -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:267 +#: ../../enterprise/dashboard/full_dashboard.php:222 +msgid "Pause" +msgstr "Pausar" + +#: ../../enterprise/dashboard/full_dashboard.php:244 +msgid "Refresh every" +msgstr "Refrescar cada" + +#: ../../enterprise/dashboard/full_dashboard.php:252 +#: ../../enterprise/dashboard/main_dashboard.php:216 +msgid "Slides mode" +msgstr "Modo diapositivas" + +#: ../../enterprise/dashboard/full_dashboard.php:280 +#: ../../enterprise/dashboard/main_dashboard.php:465 +#: ../../godmode/setup/setup_ehorus.php:107 +msgid "Start" +msgstr "Inicio" + +#: ../../enterprise/dashboard/full_dashboard.php:343 +#: ../../enterprise/dashboard/main_dashboard.php:501 +msgid "Slides" +msgstr "Presentaciones" + +#: ../../enterprise/dashboard/full_dashboard.php:355 +msgid "Until next" +msgstr "Hasta el próximo" + +#: ../../enterprise/dashboard/main_dashboard.php:53 +msgid "Could not create dashboard" +msgstr "Dashboard no se pudo crear" + +#: ../../enterprise/dashboard/main_dashboard.php:57 +msgid "Dashboard successfuly created" +msgstr "Dashboard creado correctamente" + +#: ../../enterprise/dashboard/main_dashboard.php:186 +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/reporting/graph_viewer.php:150 +#: ../../operation/visual_console/render_view.php:136 +#: ../../operation/gis_maps/render_view.php:108 +#: ../../extensions/agents_alerts.php:91 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/matrix_events.php:31 +msgid "Full screen mode" +msgstr "Modo a pantalla completa" + +#: ../../enterprise/dashboard/main_dashboard.php:191 +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/reporting/graph_viewer.php:155 +#: ../../operation/events/events.php:443 +#: ../../operation/visual_console/render_view.php:164 +#: ../../operation/gis_maps/render_view.php:112 +#: ../../extensions/agents_alerts.php:96 +#: ../../extensions/agents_modules.php:106 +msgid "Back to normal mode" +msgstr "Volver a modo normal" + +#: ../../enterprise/dashboard/main_dashboard.php:201 +msgid "Save the actual layout design" +msgstr "Guardar el diseño actual" + +#: ../../enterprise/dashboard/main_dashboard.php:302 +msgid "Create new" +msgstr "Crear nuevo" + +#: ../../enterprise/dashboard/main_dashboard.php:313 +#: ../../enterprise/dashboard/main_dashboard.php:342 +msgid "Private dashboard" +msgstr "Dashboard privado" + +#: ../../enterprise/dashboard/main_dashboard.php:354 +#: ../../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:355 +#: ../../godmode/reporting/visual_console_builder.editor.php:141 +msgid "Loading in progress" +msgstr "Carga en curso" + +#: ../../enterprise/dashboard/main_dashboard.php:362 +msgid "Error: there are cells not empty." +msgstr "Error: las celdas no pueden star vacias" + +#: ../../enterprise/dashboard/main_dashboard.php:428 +msgid "Add widget" +msgstr "Agregar widget" + +#: ../../enterprise/dashboard/main_dashboard.php:433 +msgid "Add new widget" +msgstr "Añadir nuevo widget" + +#: ../../enterprise/dashboard/main_dashboard.php:435 msgid "" -"The default display will depend on the definition and topology detected by " -"Pandora." +"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 "" -"La visualización predeterminada dependerá de la definición y topología " -"detectada por Pandora." +"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/operation/agentes/networkmap_enterprise.php:299 -#: ../../include/functions_reporting_html.php:2745 -msgid "Nodes" -msgstr "Nodos" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:346 -msgid "Pending to generate" -msgstr "Pendiente de generar" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 -#: ../../enterprise/operation/services/services.list.php:437 -msgid "Config" -msgstr "Config" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382 -msgid "There are no maps defined." -msgstr "No hay mapas definidos." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.popup.php:64 -msgid "Details of node:" -msgstr "Detalles del nodo" - -#: ../../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/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:21 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 -#: ../../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 "" -"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/modules/manage_network_templates.php:216 -#: ../../godmode/agentes/planned_downtime.list.php:508 -#: ../../include/graphs/functions_flot.php:241 -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/services/services.service_map.php:44 -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../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_map.php:63 -#: ../../enterprise/operation/services/services.service.php:54 -#: ../../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_map.php:69 -#: ../../enterprise/operation/services/services.service.php:59 -#: ../../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_map.php:77 -#: ../../enterprise/operation/services/services.service.php:67 -#: ../../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_map.php:83 -#: ../../enterprise/operation/services/services.service.php:73 -#: ../../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.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:169 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../include/ajax/events.php:481 -msgid "Auto" -msgstr "Automático" - -#: ../../enterprise/operation/services/services.list.php:171 -#: ../../enterprise/godmode/services/services.service.php:242 -#: ../../godmode/alerts/alert_view.php:423 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:236 -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:320 -#: ../../enterprise/operation/services/services.service.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/include/functions_reporting_pdf.php:745 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../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 -#: ../../godmode/setup/setup_visuals.php:630 -#: ../../godmode/alerts/configure_alert_template.php:594 -#: ../../godmode/agentes/module_manager_editor_common.php:598 -#: ../../godmode/reporting/visual_console_builder.wizard.php:194 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1217 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../godmode/massive/massive_edit_modules.php:482 -#: ../../include/functions_snmp_browser.php:406 -#: ../../include/functions_reporting_html.php:455 -#: ../../include/functions_reporting_html.php:989 -#: ../../include/functions_reporting_html.php:1860 -#: ../../include/functions_reporting_html.php:2363 -#: ../../include/functions_graph.php:5148 -msgid "Value" -msgstr "Valor" - -#: ../../enterprise/operation/services/services.list.php:322 -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../include/functions_reports.php:536 -#: ../../include/functions_reports.php:539 -#: ../../include/functions_reports.php:543 -msgid "SLA" -msgstr "S.L.A." - -#: ../../enterprise/operation/services/services.list.php:415 -#: ../../enterprise/operation/services/services.service.php:197 -msgid "SLA graph" -msgstr "Gráfica SLA" - -#: ../../enterprise/operation/services/services.list.php:486 -#: ../../enterprise/godmode/services/services.service.php:54 -msgid "Create Service" -msgstr "Crear Servicio" - -#: ../../enterprise/operation/services/services.service.php:93 -msgid "No Services" -msgstr "Sin servicios" - -#: ../../enterprise/operation/services/services.service.php:207 -msgid "List of elements" -msgstr "Lista de elementos" - -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -#: ../../enterprise/operation/menu.php:125 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../include/functions_menu.php:514 -msgid "SNMP trap editor" -msgstr "Editor de Traps SNMP" - -#: ../../enterprise/operation/menu.php:91 -msgid "Main dashboard" -msgstr "Cuadro de mando principal" - -#: ../../enterprise/operation/menu.php:93 -msgid "Copy Dashboard" -msgstr "Copiar Dashboard" - -#: ../../enterprise/operation/menu.php:106 -msgid "Network console" -msgstr "Consola de red" - -#: ../../enterprise/operation/menu.php:117 -msgid "Custom SQL" -msgstr "SQL personalizado" - -#: ../../enterprise/operation/menu.php:134 -#: ../../enterprise/operation/log/log_viewer.php:150 -msgid "Log viewer" -msgstr "Visor de logs" - -#: ../../enterprise/operation/inventory/inventory.php:227 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1032 -#: ../../include/functions_graph.php:736 ../../include/functions_graph.php:740 -#: ../../include/functions_graph.php:741 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:745 -#: ../../include/functions_graph.php:1367 -#: ../../include/functions_graph.php:3691 -#: ../../include/functions_graph.php:3696 -#: ../../include/functions_graph.php:4366 -#: ../../include/functions_graph.php:4369 -#: ../../include/functions_graph.php:4372 -msgid "Last" -msgstr "Último" - -#: ../../enterprise/operation/inventory/inventory.php:266 -msgid "Export this list to CSV" -msgstr "Exportar esta lista a CSV" - -#: ../../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:223 -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../operation/agentes/exportdata.php:310 -msgid "End date" -msgstr "Fecha final" - -#: ../../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/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: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:216 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Ruta relativa" - -#: ../../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_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 "SAML" - -#: ../../enterprise/godmode/setup/setup_auth.php:60 -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:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -msgid "AD Groups" -msgstr "Grupos AD" - -#: ../../enterprise/godmode/setup/setup_auth.php:90 -#: ../../enterprise/godmode/setup/setup_auth.php:131 -msgid "OP" -msgstr "OP" - -#: ../../enterprise/godmode/setup/setup_auth.php:133 -msgid "Select profile" -msgstr "Seleccionar perfil" - -#: ../../enterprise/godmode/setup/setup_auth.php:169 -msgid "You must select a profile from the list of profiles." -msgstr "Debe seleccionar un perfil de la lista de perfiles" - -#: ../../enterprise/godmode/setup/setup_auth.php:277 -msgid "Add new permissions" -msgstr "Agregar nuevos permisos" - -#: ../../enterprise/godmode/setup/setup_auth.php:351 -#: ../../include/functions_config.php:326 -msgid "MySQL host" -msgstr "Dirección de MYSQL" - -#: ../../enterprise/godmode/setup/setup_auth.php:397 -msgid "SimpleSAML path" -msgstr "Ruta de SimpleSAML" - -#: ../../enterprise/godmode/setup/setup_auth.php:397 -msgid "" -"Select the path where SimpleSAML has been installed (by default '/opt/')" -msgstr "" -"Seleccione la ruta donde haya sido instalado SimpleSAML (por defecto " -"\"/opt/\")" - -#: ../../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: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:90 -#: ../../operation/events/events_list.php:570 -#: ../../godmode/events/event_edit_filter.php:288 -msgid "All events" -msgstr "Todos los eventos" - -#: ../../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: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_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:152 -#: ../../operation/integria_incidents/incident_statistics.php:58 -#: ../../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:306 -#: ../../operation/gis_maps/render_view.php:149 -#: ../../godmode/groups/configure_group.php:176 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../include/functions_graph.php:2342 -#: ../../include/functions_graph.php:2492 -#: ../../include/functions_graph.php:2533 -#: ../../include/functions_graph.php:2574 -#: ../../include/functions_graph.php:2630 -#: ../../include/functions_graph.php:2686 -#: ../../include/functions_graph.php:2740 -#: ../../include/functions_graph.php:2913 -#: ../../include/functions_graph.php:3053 -#: ../../include/functions_graph.php:3109 -#: ../../include/functions_graph.php:4060 -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:444 -#: ../../godmode/users/configure_user.php:616 -#: ../../godmode/users/configure_profile.php:242 -#: ../../godmode/massive/massive_add_profiles.php:88 -#: ../../godmode/massive/massive_delete_profiles.php:102 -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:2549 -#: ../../include/functions_graph.php:2564 -msgid "Invalid" -msgstr "No válido" - -#: ../../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_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:638 -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/setup_history.php:45 -#: ../../include/functions_config.php:642 -msgid "Enable history database" -msgstr "Activar base de datos de histórico" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -#: ../../include/functions_config.php:644 -msgid "Host" -msgstr "Servidor" - -#: ../../enterprise/godmode/setup/setup_history.php:52 -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:740 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../godmode/agentes/module_manager_editor_network.php:76 -#: ../../include/functions_config.php:646 -msgid "Port" -msgstr "Puerto" - -#: ../../enterprise/godmode/setup/setup_history.php:58 -#: ../../include/functions_config.php:650 -msgid "Database user" -msgstr "Usuario de la base de datos" - -#: ../../enterprise/godmode/setup/setup_history.php:61 -#: ../../include/functions_config.php:652 -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 -#: ../../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 -#: ../../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:656 -msgid "Step" -msgstr "Paso" - -#: ../../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:658 -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/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "Configuración de la Metaconsola" - -#: ../../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/modules/manage_network_components.php:156 -#: ../../godmode/alerts/configure_alert_template.php:118 -#, php-format -msgid "Successfully created from %s" -msgstr "Creado correctamente desde %s" - -#: ../../enterprise/godmode/modules/local_components.php:245 -#: ../../godmode/modules/manage_network_components.php:253 -#: ../../godmode/servers/recon_script.php:320 -msgid "Created successfully" -msgstr "Creado correctamente" - -#: ../../enterprise/godmode/modules/local_components.php:303 -#: ../../godmode/modules/manage_network_components.php:340 -#: ../../godmode/servers/recon_script.php:274 -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_templates.php:85 -#: ../../godmode/modules/manage_network_components.php:387 -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_templates.php:86 -#: ../../godmode/modules/manage_network_components.php:388 -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:500 -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:365 -#: ../../enterprise/godmode/policies/policy_modules.php:1094 -#: ../../godmode/modules/manage_network_components.php:597 -#: ../../godmode/alerts/alert_templates.php:338 -#: ../../godmode/agentes/module_manager.php:707 -msgid "Duplicate" -msgstr "Duplicar" - -#: ../../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 -#: ../../enterprise/godmode/menu.php:59 -#: ../../enterprise/include/functions_policies.php:3215 -msgid "Inventory modules" -msgstr "Módulos de inventario" - -#: ../../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:92 -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "Módulo del inventario actualizado correctamente" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "Error al actualizar el módulo del inventario" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -msgid "Successfully deleted inventory module" -msgstr "Módulo del inventario eliminado correctamente" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -msgid "Error deleting inventory module" -msgstr "Erro al eliminar el 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:54 -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -msgid "Inventory module error" -msgstr "Error del módulo del inventario" - -#: ../../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/modules/manage_network_components_form_common.php:56 -#: ../../godmode/alerts/configure_alert_template.php:759 -msgid "Wizard level" -msgstr "Nivel Wizard" - -#: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../godmode/modules/manage_network_components_form_common.php:155 -#: ../../godmode/agentes/module_manager_editor_common.php:414 -#: ../../godmode/massive/massive_edit_modules.php:550 -msgid "Throw unknown events" -msgstr "Generar eventos desconocidos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:218 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../godmode/modules/manage_network_components_form_common.php:106 -#: ../../godmode/agentes/module_manager_editor_common.php:240 -#: ../../godmode/massive/massive_edit_modules.php:345 -#: ../../include/functions_treeview.php:98 -#: ../../include/functions_alerts.php:554 -msgid "Warning status" -msgstr "Umbral Warning" - -#: ../../enterprise/godmode/modules/configure_local_component.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:240 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../godmode/modules/manage_network_components_form_common.php:113 -#: ../../godmode/modules/manage_network_components_form_common.php:126 -#: ../../godmode/agentes/module_manager_editor_common.php:253 -#: ../../godmode/agentes/module_manager_editor_common.php:272 -#: ../../godmode/massive/massive_edit_modules.php:367 -#: ../../godmode/massive/massive_edit_modules.php:413 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -msgid "Str." -msgstr "Str." - -#: ../../enterprise/godmode/modules/configure_local_component.php:233 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../godmode/modules/manage_network_components_form_common.php:119 -#: ../../godmode/agentes/module_manager_editor_common.php:260 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../include/functions_treeview.php:110 -#: ../../include/functions_alerts.php:555 -msgid "Critical status" -msgstr "Umbral crítico" - -#: ../../enterprise/godmode/modules/configure_local_component.php:246 -#: ../../godmode/modules/manage_network_components_form_common.php:132 -#: ../../godmode/agentes/module_manager_editor_common.php:281 -#: ../../godmode/massive/massive_edit_modules.php:512 -msgid "FF threshold" -msgstr "Umbral Flip-Flop" - -#: ../../enterprise/godmode/modules/configure_local_component.php:248 -#: ../../godmode/modules/manage_network_components_form_common.php:134 -#: ../../godmode/agentes/module_manager_editor_common.php:284 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:515 -msgid "All state changing" -msgstr "Todo cambio de estado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:251 -#: ../../godmode/modules/manage_network_components_form_common.php:137 -#: ../../godmode/agentes/module_manager_editor_common.php:287 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:516 -msgid "Each state changing" -msgstr "Cada cambio de estado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:252 -#: ../../godmode/modules/manage_network_components_form_common.php:138 -#: ../../godmode/agentes/module_manager_editor_common.php:288 -#: ../../godmode/massive/massive_edit_modules.php:517 -msgid "To normal" -msgstr "A normal" - -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -#: ../../godmode/modules/manage_network_components_form_common.php:140 -#: ../../godmode/agentes/module_manager_editor_common.php:291 -#: ../../godmode/massive/massive_edit_modules.php:518 -msgid "To warning" -msgstr "A advertencia" - -#: ../../enterprise/godmode/modules/configure_local_component.php:256 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -#: ../../godmode/agentes/module_manager_editor_common.php:294 -#: ../../godmode/massive/massive_edit_modules.php:519 -msgid "To critical" -msgstr "A crítico" - -#: ../../enterprise/godmode/modules/configure_local_component.php:260 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -#: ../../godmode/agentes/module_manager_editor_common.php:297 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../include/functions_reporting.php:2221 -msgid "Historical data" -msgstr "Histórico de datos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:263 -#: ../../godmode/agentes/module_manager_editor_common.php:425 -#: ../../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:431 -#: ../../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:434 -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 -#: ../../enterprise/include/functions_reporting_csv.php:598 -#: ../../enterprise/include/functions_reporting_csv.php:614 -#: ../../enterprise/include/functions_reporting_csv.php:621 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -#: ../../godmode/agentes/module_manager_editor_common.php:382 -#: ../../include/functions_reporting.php:3477 -#: ../../include/functions_reports.php:561 -#: ../../include/functions_graph.php:690 -#: ../../include/functions_graph.php:3676 -msgid "Min. Value" -msgstr "Valor mínimo" - -#: ../../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 -#: ../../enterprise/include/functions_reporting_csv.php:634 -#: ../../enterprise/include/functions_reporting_csv.php:650 -#: ../../enterprise/include/functions_reporting_csv.php:657 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -#: ../../godmode/agentes/module_manager_editor_common.php:386 -#: ../../include/functions_reporting.php:3474 -#: ../../include/functions_reports.php:559 -#: ../../include/functions_graph.php:688 -#: ../../include/functions_graph.php:3675 -msgid "Max. Value" -msgstr "Valor máximo" - -#: ../../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/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/agentes/module_manager_editor_common.php:375 -#: ../../godmode/massive/massive_edit_modules.php:452 -msgid "Post process" -msgstr "Posprocesado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -msgid "Load a basic structure on data configuration" -msgstr "Cargar una estructura básica en la configuración de datos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:303 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -msgid "Check the correct structure of the data configuration" -msgstr "Comprobar la estructura correcta de la configuración de datos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:306 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -msgid "First line must be \"module_begin\"" -msgstr "La primera línea tiene que ser \"module_begin\"" - -#: ../../enterprise/godmode/modules/configure_local_component.php:307 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -msgid "Data configuration is empty" -msgstr "La configuración de datos está vacía" - -#: ../../enterprise/godmode/modules/configure_local_component.php:308 -#: ../../enterprise/godmode/modules/configure_local_component.php:312 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -msgid "Last line must be \"module_end\"" -msgstr "La última línea tiene que ser \"module_end\"" - -#: ../../enterprise/godmode/modules/configure_local_component.php:309 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -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/modules/configure_local_component.php:310 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -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/modules/configure_local_component.php:311 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -msgid "Type is wrong. Please set a correct type" -msgstr "El tipo es incorrecto. Por favor, introduzca un tipo correcto" - -#: ../../enterprise/godmode/modules/configure_local_component.php:314 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -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/modules/configure_local_component.php:315 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -msgid "Data configuration are built correctly" -msgstr "La configuración de datos se ha construido correctamente" - -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:558 -msgid "Critical instructions" -msgstr "Intrucciónes de crítico" - -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -#: ../../godmode/agentes/module_manager_editor_common.php:536 -#: ../../godmode/massive/massive_edit_modules.php:558 -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/modules/manage_network_components_form_common.php:163 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -#: ../../godmode/massive/massive_edit_modules.php:562 -msgid "Warning instructions" -msgstr "Instrucciones de advertencia" - -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -#: ../../godmode/agentes/module_manager_editor_common.php:541 -#: ../../godmode/massive/massive_edit_modules.php:562 -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/modules/manage_network_components_form_common.php:167 -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:566 -msgid "Unknown instructions" -msgstr "Instrucciones de desconocido" - -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:566 -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/modules/manage_network_components_form_common.php:174 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/massive/massive_edit_modules.php:534 -msgid "Category" -msgstr "Categoría" - -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -#: ../../godmode/modules/manage_network_components_form_common.php:196 -#: ../../godmode/agentes/module_manager_editor_common.php:441 -msgid "Tags available" -msgstr "Etiquetas disponibles" - -#: ../../enterprise/godmode/modules/configure_local_component.php:373 -#: ../../godmode/modules/manage_network_components_form_common.php:203 -#: ../../godmode/agentes/module_manager_editor_common.php:503 -msgid "Add tags to module" -msgstr "Añadir etiquetas al módulo" - -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../godmode/modules/manage_network_components_form_common.php:204 -#: ../../godmode/agentes/module_manager_editor_common.php:504 -msgid "Delete tags to module" -msgstr "Eliminar etiquetas del módulo" - -#: ../../enterprise/godmode/modules/configure_local_component.php:377 -#: ../../godmode/modules/manage_network_components_form_common.php:206 -#: ../../godmode/agentes/module_manager_editor_common.php:506 -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:451 -#: ../../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:491 -#: ../../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:506 -#: ../../godmode/servers/recon_script.php:206 -msgid "Delete macro" -msgstr "Eliminar macro" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -#: ../../enterprise/godmode/alerts/alert_events.php:45 -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_rules.php:75 -#: ../../enterprise/godmode/alerts/alert_events.php:50 -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:169 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -#: ../../godmode/massive/massive_add_alerts.php:112 -#: ../../godmode/massive/massive_add_tags.php:88 -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_external_alerts.php:121 -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../operation/incidents/incident_detail.php:68 -#: ../../godmode/alerts/alert_list.php:169 -#: ../../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_alerts.php:113 -#: ../../godmode/massive/massive_add_tags.php:89 -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:237 -#: ../../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:237 -#: ../../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:254 -#: ../../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:254 -#: ../../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:308 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../godmode/alerts/alert_list.list.php:412 -#: ../../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_external_alerts.php:214 -#: ../../enterprise/godmode/policies/policy_alerts.php:328 -#: ../../godmode/alerts/alert_list.list.php:523 -#: ../../godmode/alerts/alert_view.php:195 -#: ../../include/functions_alerts.php:558 -msgid "Always" -msgstr "Siempre" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:553 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 -#: ../../enterprise/godmode/policies/policy_alerts.php:330 -#: ../../godmode/alerts/alert_list.list.php:525 -msgid "On" -msgstr "Activado" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:557 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 -#: ../../enterprise/godmode/policies/policy_alerts.php:334 -#: ../../godmode/alerts/alert_list.list.php:529 -msgid "Until" -msgstr "Hasta" - -#: ../../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/configure_alert_action.php:142 -#: ../../godmode/alerts/alert_list.list.php:538 -#: ../../godmode/alerts/alert_list.list.php:616 -#: ../../godmode/alerts/alert_view.php:391 -#: ../../godmode/alerts/alert_list.builder.php:134 -#: ../../include/functions_reporting_html.php:1576 -#: ../../include/functions_reporting_html.php:2364 -msgid "Threshold" -msgstr "Umbral" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:582 -#: ../../enterprise/godmode/alerts/alert_events_list.php:584 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 -#: ../../enterprise/godmode/policies/policy_alerts.php:588 -#: ../../godmode/alerts/alert_list.list.php:694 -#: ../../godmode/alerts/alert_list.list.php:698 -#: ../../godmode/alerts/alert_list.list.php:832 -#: ../../godmode/snmpconsole/snmp_alert.php:1121 -msgid "Add action" -msgstr "Añadir acción" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:599 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 -#: ../../enterprise/godmode/policies/policy_alerts.php:465 -#: ../../godmode/alerts/alert_list.list.php:606 -#: ../../godmode/alerts/alert_list.builder.php:97 -#: ../../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 -#: ../../godmode/alerts/alert_list.list.php:136 -#: ../../godmode/alerts/alert_list.list.php:775 -#: ../../godmode/users/user_list.php:464 ../../godmode/extensions.php:285 -#: ../../include/functions.php:2569 -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/alerts/alert_list.list.php:135 -#: ../../godmode/alerts/alert_list.list.php:784 -#: ../../godmode/users/user_list.php:467 ../../godmode/extensions.php:281 -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:793 -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:802 -msgid "Set standby" -msgstr "Activar modo standby" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -#: ../../enterprise/godmode/alerts/alert_events.php:58 -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:143 -#: ../../enterprise/include/functions_reporting_pdf.php:1183 -#: ../../enterprise/include/functions_reporting_pdf.php:1463 -#: ../../operation/snmpconsole/snmp_view.php:518 -#: ../../include/functions_reporting_html.php:664 -#: ../../include/functions_reporting_html.php:1144 -msgid "Count" -msgstr "Número" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -#: ../../include/class/Tree.class.php:1566 -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:248 -msgid "Tag" -msgstr "Etiqueta" - -#: ../../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/alert_events.php:71 -msgid "Configure event alert" -msgstr "Configurar alerta de eventos" - -#: ../../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:431 -#: ../../enterprise/include/functions_reporting.php:1968 -#: ../../enterprise/include/functions_reporting.php:2079 -#: ../../enterprise/include/functions_reporting.php:3255 -#: ../../godmode/alerts/configure_alert_template.php:517 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/agentes/planned_downtime.editor.php:544 -#: ../../include/functions_reporting.php:8573 ../../include/functions.php:911 -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/alerts/configure_alert_template.php:519 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:547 -#: ../../include/functions_reporting.php:8577 ../../include/functions.php:913 -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/alerts/configure_alert_template.php:521 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:550 -#: ../../include/functions_reporting.php:8581 ../../include/functions.php:915 -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/alerts/configure_alert_template.php:523 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:553 -#: ../../include/functions_reporting.php:8585 ../../include/functions.php:917 -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/alerts/configure_alert_template.php:525 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:556 -#: ../../include/functions_reporting.php:8589 ../../include/functions.php:919 -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/alerts/configure_alert_template.php:527 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:559 -#: ../../include/functions_reporting.php:8593 ../../include/functions.php:921 -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/alerts/configure_alert_template.php:529 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:562 -#: ../../include/functions_reporting.php:8597 ../../include/functions.php:923 -msgid "Sun" -msgstr "Dom" - -#: ../../enterprise/godmode/alerts/alert_events.php:446 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1365 -#: ../../godmode/alerts/configure_alert_template.php:535 -#: ../../godmode/reporting/reporting_builder.item_editor.php:841 -msgid "Time from" -msgstr "Hora desde" - -#: ../../enterprise/godmode/alerts/alert_events.php:449 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1373 -#: ../../godmode/alerts/configure_alert_template.php:539 -#: ../../godmode/reporting/reporting_builder.item_editor.php:850 -msgid "Time to" -msgstr "Hora hasta" - -#: ../../enterprise/godmode/alerts/alert_events.php:457 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 -#: ../../godmode/alerts/configure_alert_template.php:549 -#: ../../godmode/snmpconsole/snmp_alert.php:805 -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/alerts/configure_alert_template.php:552 -#: ../../godmode/snmpconsole/snmp_alert.php:808 -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/configure_alert_template.php:671 -#: ../../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 -#, 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:109 -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/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:276 -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:330 -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:333 -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:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:350 -#: ../../enterprise/godmode/agentes/collections.editor.php:375 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/include/functions_collection.php:129 -#: ../../operation/integria_incidents/incident.php:66 -#: ../../operation/agentes/ver_agente.php:977 -msgid "Files" -msgstr "Archivos" - -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -#: ../../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 -msgid "Manager configuration > Edit " -msgstr "Gestionar la configuración > Edit " - -#: ../../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/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:91 -#: ../../enterprise/godmode/agentes/collections.php:124 -#: ../../enterprise/godmode/agentes/collections.php:139 -msgid "Successful create collection package." -msgstr "Paquete de la colección creado correctamente" - -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -#: ../../enterprise/godmode/agentes/collections.php:140 -msgid "Can not create collection package." -msgstr "No se puede crear paquete de la colección" - -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/agentes/collections.php:182 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "Nombre Corto" - -#: ../../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 -#: ../../enterprise/godmode/agentes/collections.data.php:339 -#: ../../enterprise/godmode/agentes/collections.data.php:340 -msgid "Need to regenerate" -msgstr "Necesita volver a regenerarse" - -#: ../../enterprise/godmode/agentes/collection_manager.php:167 -#: ../../enterprise/godmode/policies/policy_collections.php:125 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 -#: ../../operation/events/events_list.php:330 -#: ../../operation/events/events_list.php:357 -#: ../../godmode/events/event_edit_filter.php:345 -#: ../../godmode/events/event_edit_filter.php:360 -msgid "Remove" -msgstr "Eliminar" - -#: ../../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: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:178 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../include/ajax/module.php:119 -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 -#: ../../godmode/setup/performance.php:92 -#: ../../include/functions_netflow.php:1054 -#: ../../include/functions_netflow.php:1087 -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_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2019 -#: ../../include/ajax/module.php:123 -msgid "15 days" -msgstr "15 días" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -#: ../../include/functions_netflow.php:1091 ../../include/functions.php:2020 -#: ../../include/ajax/module.php:124 -msgid "1 month" -msgstr "1 mes" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 -#: ../../godmode/agentes/module_manager_editor_wmi.php:54 -#: ../../godmode/massive/massive_edit_modules.php:495 -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/module_manager_editor_web.php:32 -#: ../../operation/agentes/status_monitor.php:378 -msgid "Web server module" -msgstr "Módulo del servidor 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: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:131 -msgid "There isn't get or post" -msgstr "No puede obtener o publicar" - -#: ../../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: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/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: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:712 -msgid "Description:" -msgstr "Descripción:" - -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../enterprise/include/functions_policies.php:3280 -#: ../../godmode/agentes/configurar_agente.php:504 -msgid "Agent plugins" -msgstr "Plugins del agente" - -#: ../../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: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/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/agent_wizard.wmi_explorer.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:79 -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/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:203 -msgid "Plugins" -msgstr "Plugins" - -#: ../../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.php:16 -msgid "Create a new web Server module" -msgstr "Crear un nuevo módulo de servidor web" - -#: ../../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/graph_template_editor.php:73 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -msgid "Graph template editor" -msgstr "Editor de plantillas gráficas" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 -#: ../../godmode/modules/manage_nc_groups.php:83 -#: ../../godmode/events/event_edit_filter.php:155 -#: ../../godmode/netflow/nf_edit_form.php:110 -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/setup/gis_step_2.php:257 -#: ../../godmode/events/event_responses.editor.php:104 -#: ../../godmode/reporting/visual_console_builder.wizard.php:134 -#: ../../godmode/reporting/graph_builder.main.php:135 -#: ../../include/functions_visual_map_editor.php:84 -#: ../../include/functions_visual_map_editor.php:353 -msgid "Width" -msgstr "Anchura" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 -#: ../../godmode/setup/gis_step_2.php:259 -#: ../../godmode/events/event_responses.editor.php:106 -#: ../../godmode/reporting/visual_console_builder.wizard.php:137 -#: ../../godmode/reporting/graph_builder.main.php:139 -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:94 -#: ../../include/functions_netflow.php:1057 -msgid "Last week" -msgstr "Última semana" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -#: ../../godmode/setup/performance.php:96 -#: ../../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/functions_netflow.php:1061 ../../include/ajax/module.php:126 -msgid "6 months" -msgstr "6 meses" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -#: ../../include/functions.php:2023 ../../include/ajax/module.php:127 -msgid "1 year" -msgstr "1 año" - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "Informes Avanzados" - -#: ../../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 -#: ../../operation/reporting/graph_viewer.php:36 -#: ../../operation/reporting/graph_viewer.php:43 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/events/event_filter.php:57 -#: ../../godmode/events/event_filter.php:78 -#: ../../godmode/agentes/planned_downtime.list.php:108 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 -#: ../../godmode/reporting/graphs.php:137 ../../godmode/netflow/nf_edit.php:77 -#: ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -msgid "Not deleted. Error deleting data" -msgstr "No se pudo borrar. Error al borrar los datos." - -#: ../../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:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../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 -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/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:43 ../../godmode/reporting/graphs.php:53 -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: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:389 -msgid "Create template" -msgstr "Crear plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 -msgid "Elements to apply" -msgstr "Elementos para aplicar" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 -#: ../../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:182 -msgid "Order:" -msgstr "Orden:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 -msgid "Show resume" -msgstr "Mostrar resumen" - -#: ../../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/reporting/reporting_builder.wizard.php:218 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1270 -msgid "Show the main address of agent." -msgstr "Muestra la dirección principal del agente." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:245 -#: ../../mobile/operation/module_graph.php:420 -#: ../../operation/agentes/stat_win.php:370 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1200 -msgid "Time compare (Overlapped)" -msgstr "Comparación de tiempo (solapado)" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:255 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1209 -msgid "Only average" -msgstr "Solo media" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:265 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1213 -msgid "Percentil 95" -msgstr "Porcentaje 95" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1595 -msgid "" -"If this option was checked, only adding in elements that type of modules " -"support this option." -msgstr "" -"Si esta casilla está activa, solo la adición de este tipo de módulos " -"soportan esta opción" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 -#: ../../enterprise/include/functions_massive.php:15 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 -#: ../../godmode/reporting/visual_console_builder.php:465 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:976 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../include/functions_visual_map.php:1313 -msgid "No modules selected" -msgstr "No se han seleccionado módulos" - -#: ../../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/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -#: ../../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.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -#: ../../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.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 -#: ../../godmode/reporting/reporting_builder.item_editor.php:37 -msgid "Only graph" -msgstr "Solo gráfico" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 -#: ../../godmode/reporting/reporting_builder.php:1986 -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:611 -msgid "Item Editor" -msgstr "Editor de ítem" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../godmode/reporting/reporting_builder.item_editor.php:714 -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:715 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2871 -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:760 -msgid "Projection period" -msgstr "Periodo de proyección" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 -#: ../../godmode/reporting/reporting_builder.item_editor.php:770 -msgid "Data range" -msgstr "Rango de datos" - -#: ../../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:781 -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:790 -msgid "Working time" -msgstr "Tiempo de trabajo" - -#: ../../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:1129 -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:1514 -msgid "Query SQL" -msgstr "Consulta SQL" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 -msgid "Serialized header" -msgstr "Cabedera serializada" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 -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:1108 -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:1147 -msgid "Field separator" -msgstr "Separador de campo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1147 -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:1151 -msgid "Line separator" -msgstr "Separador de línea" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 -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:1155 -msgid "Group by agent" -msgstr "Agrupar por agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1226 -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:1231 -#: ../../include/functions_reporting.php:1627 -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:1239 -#: ../../include/functions_reporting_html.php:1518 -msgid "Not OK" -msgstr "No está bien" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1261 -msgid "Show graph" -msgstr "Mostrar gráfico" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1632 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1269 -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:1645 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 -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:1654 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1291 -msgid "Event filter" -msgstr "Filtro de eventos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1294 -msgid "No Validated" -msgstr "No validado" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 -#: ../../operation/snmpconsole/snmp_view.php:408 -#: ../../operation/snmpconsole/snmp_view.php:572 -#: ../../operation/snmpconsole/snmp_view.php:823 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1296 -#: ../../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:2753 -msgid "Validated" -msgstr "Validado" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1307 -msgid "Event graphs" -msgstr "Gráficas de eventos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1311 -msgid "By agent" -msgstr "Por agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 -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:1323 -msgid "By criticity" -msgstr "Por criticidad" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 -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:1337 -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:1343 -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:1348 -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:1359 -msgid "Hide not init agents" -msgstr "Ocultar agentes no inicializados" - -#: ../../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:1386 -#: ../../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:1389 -#: ../../include/functions_visual_map_editor.php:587 -msgid "Update item" -msgstr "Actualizar item" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1420 -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:1421 -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:1422 -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: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.global.php:44 -#: ../../include/functions_reports.php:588 -msgid "Top n" -msgstr "Top n" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../enterprise/include/functions_reporting_csv.php:265 -#: ../../include/functions_reporting.php:1608 -#: ../../include/functions_reports.php:578 -msgid "Exception" -msgstr "Excepción" - -#: ../../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:4259 -msgid "Rate" -msgstr "Tasa" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -#: ../../operation/events/events.build_table.php:756 -#: ../../operation/agentes/networkmap_list.php:257 -#: ../../godmode/agentes/agent_manager.php:210 -#: ../../godmode/snmpconsole/snmp_alert.php:1213 -msgid "Delete selected" -msgstr "Borrar seleccionado(s)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../enterprise/include/functions_reporting.php:4772 -#: ../../enterprise/include/functions_reporting.php:4822 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../godmode/reporting/reporting_builder.php:1924 -msgid "Item editor" -msgstr "Editor de elementos" - -#: ../../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:1921 -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 -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -#: ../../include/functions_agents.php:676 -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:287 -#: ../../godmode/reporting/reporting_builder.php:554 -msgid "Private" -msgstr "Privado" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -#: ../../operation/search_reports.php:40 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../godmode/reporting/reporting_builder.php:534 -msgid "HTML" -msgstr "HTML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -#: ../../operation/search_reports.php:41 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../godmode/reporting/reporting_builder.php:535 -msgid "XML" -msgstr "XML" - -#: ../../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:444 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 -#: ../../enterprise/godmode/policies/policy_agents.php:267 -#: ../../enterprise/godmode/policies/policy_agents.php:275 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -msgid "Filter agent" -msgstr "Filtrar agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449 -#: ../../operation/events/events_list.php:481 -#: ../../operation/agentes/datos_agente.php:189 -#: ../../include/ajax/module.php:146 -msgid "Timestamp from:" -msgstr "Timestamp desde:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 -#: ../../operation/events/events_list.php:484 -#: ../../operation/agentes/datos_agente.php:195 -#: ../../include/ajax/module.php:154 -msgid "Timestamp to:" -msgstr "Timestamp hasta:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -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/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -#: ../../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.php:465 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -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/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:3650 -msgid "SQL" -msgstr "SQL" - -#: ../../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_reporting.php:466 -#: ../../include/functions_reports.php:537 -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:540 -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:544 -msgid "Services S.L.A." -msgstr "S.L.A. de Servicios" - -#: ../../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_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: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: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:271 -#: ../../enterprise/include/functions_reporting_csv.php:872 -#: ../../enterprise/include/functions_reporting_csv.php:876 -#: ../../operation/search_reports.php:38 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../godmode/reporting/reporting_builder.php:532 -msgid "Report name" -msgstr "Nombre de informe" - -#: ../../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: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:430 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 -msgid "Apply template" -msgstr "Aplicar plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 -msgid "Please set template distinct than " -msgstr "Por favor, introduzca una plantilla distinta a " - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:778 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:419 -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/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "Plantilla de Wizard" - -#: ../../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:740 ../../include/functions_graph.php:741 -#: ../../include/functions_graph.php:742 ../../include/functions_graph.php:745 -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/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:380 -#: ../../mobile/operation/agents.php:323 -#: ../../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/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:123 -#: ../../enterprise/godmode/services/services.elements.php:128 -#: ../../operation/search_maps.php:33 -msgid "Elements" -msgstr "Elementos" - -#: ../../enterprise/godmode/services/services.elements.php:133 -#: ../../enterprise/include/functions_services.php:1688 -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/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 "Este OID es pre existente." - -#: ../../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/snmpconsole/snmp_trap_editor.php:282 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 -#: ../../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.php:283 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -msgid "Custom OID" -msgstr "OID personalizado" - -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/godmode/policies/policies.php:353 -#: ../../enterprise/include/functions_policies.php:3262 -msgid "Queue" -msgstr "Cola" - -#: ../../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_agents.php:80 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_modules.php:436 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../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:122 -#: ../../enterprise/godmode/policies/policies.php:333 -#: ../../enterprise/include/functions_policies.php:3244 -msgid "Linking" -msgstr "Enlazando" - -#: ../../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:175 -#: ../../godmode/agentes/modificar_agente.php:155 -#: ../../godmode/agentes/planned_downtime.editor.php:706 -msgid "Recursion" -msgstr "Recursió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:349 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -#: ../../enterprise/include/functions_policies.php:3234 -msgid "External alerts" -msgstr "Alertas externas" - -#: ../../enterprise/godmode/policies/policies.php:397 -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:403 -msgid "Deleting all policy agents" -msgstr "Eliminando todas los agentes de las políticas" - -#: ../../enterprise/godmode/policies/policies.php:406 -msgid "All the policy agents will be deleted" -msgstr "Todos los agentes de las políticas serán eliminados" - -#: ../../enterprise/godmode/policies/policies.php:410 -msgid "Delete all agents" -msgstr "Eliminar todos los agentes" - -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../enterprise/include/functions_policies.php:3197 -#: ../../operation/agentes/estado_agente.php:135 -#: ../../operation/gis_maps/render_view.php:116 -#: ../../godmode/agentes/configurar_agente.php:268 -#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:217 -#: ../../godmode/menu.php:224 -msgid "Setup" -msgstr "Configuración" - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "Añadir política" - -#: ../../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:95 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -#: ../../enterprise/godmode/policies/policy_modules.php:940 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_collections.php:73 -msgid "Successfully reverted deletion" -msgstr "Eliminación revertida correctamente" - -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -#: ../../enterprise/godmode/policies/policy_modules.php:941 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_collections.php:74 -msgid "Could not be reverted" -msgstr "No pudo ser revertido" - -#: ../../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:242 -#: ../../enterprise/godmode/policies/policy_agents.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:362 -#: ../../godmode/massive/massive_copy_modules.php:74 -#: ../../godmode/massive/massive_copy_modules.php:185 -#: ../../godmode/massive/massive_edit_agents.php:208 -#: ../../godmode/massive/massive_add_action_alerts.php:139 -#: ../../godmode/massive/massive_standby_alerts.php:139 -#: ../../godmode/massive/massive_delete_alerts.php:215 -#: ../../godmode/massive/massive_delete_action_alerts.php:141 -#: ../../godmode/massive/massive_delete_agents.php:108 -#: ../../godmode/massive/massive_edit_modules.php:284 -#: ../../godmode/massive/massive_enable_disable_alerts.php:138 -#: ../../godmode/massive/massive_add_alerts.php:154 -#: ../../godmode/massive/massive_delete_modules.php:441 -msgid "Group recursion" -msgstr "Recursión de grupos" - -#: ../../enterprise/godmode/policies/policy_agents.php:284 -msgid "Agents in Policy" -msgstr "Agentes en la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:321 -msgid "Add agents to policy" -msgstr "Añadir agentes a la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:327 -msgid "Delete agents from policy" -msgstr "Eliminar agentes de la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:367 -msgid "Applied" -msgstr "Aplicado" - -#: ../../enterprise/godmode/policies/policy_agents.php:368 -msgid "Not applied" -msgstr "No aplicado" - -#: ../../enterprise/godmode/policies/policy_agents.php:377 -#: ../../operation/agentes/estado_generalagente.php:293 -#: ../../godmode/agentes/agent_manager.php:314 -#: ../../godmode/agentes/configurar_agente.php:416 -#: ../../godmode/agentes/configurar_agente.php:526 -#: ../../godmode/massive/massive_edit_agents.php:349 -#: ../../godmode/servers/servers.build_table.php:161 -msgid "Remote configuration" -msgstr "Configuración remota" - -#: ../../enterprise/godmode/policies/policy_agents.php:379 -msgid "Unlinked modules" -msgstr "Módulos sin enlazar" - -#: ../../enterprise/godmode/policies/policy_agents.php:379 -msgid "U." -msgstr "U." - -#: ../../enterprise/godmode/policies/policy_agents.php:382 -msgid "Add to delete queue" -msgstr "Añadir a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:382 -#: ../../godmode/agentes/module_manager.php:533 -msgid "D." -msgstr "D." - -#: ../../enterprise/godmode/policies/policy_agents.php:427 -#: ../../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:432 -msgid "This agent can not be remotely configured" -msgstr "Este agente no puede ser configurado remotamente" - -#: ../../enterprise/godmode/policies/policy_agents.php:456 -#: ../../enterprise/godmode/policies/policy_queue.php:176 -msgid "Add to apply queue" -msgstr "Añadir para aplicar cola" - -#: ../../enterprise/godmode/policies/policy_agents.php:473 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_modules.php:1103 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -msgid "Undo deletion" -msgstr "Deshacer eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:491 -msgid "Need apply" -msgstr "Necesita aplicar" - -#: ../../enterprise/godmode/policies/policy_agents.php:499 -msgid "Applying policy" -msgstr "Aplicando política" - -#: ../../enterprise/godmode/policies/policy_agents.php:505 -msgid "Deleting from policy" -msgstr "Eliminando de la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:519 -#: ../../godmode/massive/massive_edit_agents.php:90 -#: ../../godmode/massive/massive_delete_tags.php:97 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -#: ../../godmode/massive/massive_delete_alerts.php:83 -#: ../../godmode/massive/massive_delete_agents.php:33 -#: ../../godmode/massive/massive_add_alerts.php:73 -#: ../../godmode/massive/massive_add_tags.php:33 -#: ../../godmode/massive/massive_delete_modules.php:61 -#: ../../include/functions_visual_map.php:1229 -#: ../../include/functions_visual_map.php:1462 -msgid "No agents selected" -msgstr "No se selección ningún agente" - -#: ../../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:921 -#: ../../enterprise/godmode/policies/policy_modules.php:935 -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_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_modules.php:21 -#: ../../enterprise/godmode/policies/policy_modules.php:1226 -#: ../../godmode/agentes/module_manager_editor_common.php:396 -msgid "Not needed" -msgstr "No necesario" - -#: ../../enterprise/godmode/policies/policy_modules.php:212 -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:301 -msgid "Module macros" -msgstr "Macros de módulos" - -#: ../../enterprise/godmode/policies/policy_modules.php:398 -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:426 -#, 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:428 -#, 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:670 -msgid "Could not be added module." -msgstr "El módulo no se pudo añadir" - -#: ../../enterprise/godmode/policies/policy_modules.php:891 -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:894 -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:925 -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:982 -#: ../../godmode/agentes/configurar_agente.php:1414 -#, php-format -msgid "copy of %s" -msgstr "copia de %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:994 -#: ../../godmode/agentes/configurar_agente.php:1424 -#, php-format -msgid "copy of %s (%d)" -msgstr "copia de %s (%d)" - -#: ../../enterprise/godmode/policies/policy_modules.php:1011 -msgid "Successfully duplicate the module." -msgstr "Módulo duplicado con éxito" - -#: ../../enterprise/godmode/policies/policy_modules.php:1071 -msgid "Local component" -msgstr "Componente local" - -#: ../../enterprise/godmode/policies/policy_modules.php:1080 -#: ../../enterprise/godmode/policies/policy_modules.php:1081 -#: ../../godmode/agentes/module_manager.php:695 -msgid "Enable module" -msgstr "Habilitar el módulo" - -#: ../../enterprise/godmode/policies/policy_modules.php:1086 -#: ../../enterprise/godmode/policies/policy_modules.php:1087 -#: ../../godmode/agentes/module_manager.php:700 -msgid "Disable module" -msgstr "Deshabilitar el módulo" - -#: ../../enterprise/godmode/policies/policy_modules.php:1137 -msgid "There are no defined modules" -msgstr "No hay módulos definidos" - -#: ../../enterprise/godmode/policies/policy_modules.php:1154 -#: ../../godmode/massive/massive_copy_modules.php:136 -msgid "Copy modules" -msgstr "Copiar módulos" - -#: ../../enterprise/godmode/policies/policy_modules.php:1155 -msgid "Copy selected modules to policy: " -msgstr "Copiar módulos seleccionados a la política: " - -#: ../../enterprise/godmode/policies/policy_modules.php:1195 -#: ../../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:1196 -#: ../../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:1197 -#: ../../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:1292 -msgid "Variable" -msgstr "Variable" - -#: ../../enterprise/godmode/policies/policy_modules.php:1332 -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:1352 -msgid "Please select any module to copy" -msgstr "Por favor, seleccione algún modulo para copiar" - -#: ../../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: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/agentes/graphs.php:163 -#: ../../operation/agentes/alerts_status.php:396 -#: ../../operation/snmpconsole/snmp_view.php:454 -#: ../../godmode/alerts/alert_list.list.php:163 -#: ../../godmode/snmpconsole/snmp_alert.php:913 -#: ../../godmode/users/user_list.php:249 -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:487 -msgid "Apply all" -msgstr "Aplicar a todo" - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "Eliminar todo" - -#: ../../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:315 -msgid "Alert Template" -msgstr "Plantilla de alerta" - -#: ../../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 -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -#: ../../godmode/massive/massive_add_alerts.php:174 -msgid "Alert template" -msgstr "Plantilla de alertas" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "Módulo de la 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/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_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_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -#: ../../operation/snmpconsole/snmp_view.php:424 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:725 -#: ../../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:425 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:728 -#: ../../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:426 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:731 -#: ../../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:427 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:734 -#: ../../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:428 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../operation/snmpconsole/snmp_view.php:737 -#: ../../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:420 -#: ../../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_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:40 -msgid "Satellite operations" -msgstr "Operaciones satélite" - -#: ../../enterprise/godmode/massive/massive_operations.php:47 -#: ../../enterprise/godmode/menu.php:28 -msgid "SNMP operations" -msgstr "Operaciones SNMP" - -#: ../../enterprise/godmode/massive/massive_operations.php:67 -#: ../../enterprise/godmode/menu.php:17 -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_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:509 -#: ../../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 -#: ../../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:464 -msgid "Position" -msgstr "Posición" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 -#: ../../godmode/massive/massive_edit_modules.php:278 -#: ../../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_delete_alerts.php:226 -#: ../../godmode/massive/massive_edit_modules.php:332 -#: ../../godmode/massive/massive_add_alerts.php:167 -#: ../../godmode/massive/massive_delete_modules.php:487 -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_edit_modules.php:335 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_modules.php:489 -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_edit_modules.php:336 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_modules.php:489 -msgid "Show all modules" -msgstr "Mostrar todos los módulos" - -#: ../../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_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/menu.php:51 ../../enterprise/godmode/menu.php:136 -msgid "Duplicate config" -msgstr "Duplicar configuración" - -#: ../../enterprise/godmode/menu.php:76 -msgid "Manage policies" -msgstr "Gestionar políticas" - -#: ../../enterprise/godmode/menu.php:95 -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -#: ../../operation/agentes/datos_agente.php:172 -msgid "History database" -msgstr "BBDD de histórico" - -#: ../../enterprise/godmode/menu.php:102 -msgid "Enterprise ACL Setup" -msgstr "Configuración ACL Enterprise" - -#: ../../enterprise/godmode/menu.php:109 -msgid "Skins" -msgstr "Skins" - -#: ../../enterprise/godmode/menu.php:116 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -#: ../../enterprise/godmode/servers/manage_export.php:41 -msgid "Export targets" -msgstr "Servidores de exportación" - -#: ../../enterprise/godmode/menu.php:130 -msgid "Log Collector" -msgstr "Colector de Logs" - -#: ../../enterprise/godmode/menu.php:143 -msgid "Password policy" -msgstr "Política de contraseñas" - -#: ../../enterprise/godmode/menu.php:149 -#: ../../enterprise/include/functions_setup.php:27 -#: ../../enterprise/include/functions_setup.php:55 -#: ../../godmode/extensions.php:145 -msgid "Enterprise" -msgstr "Enterprise" - -#: ../../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:76 -#: ../../enterprise/godmode/servers/manage_export.php:131 -msgid "Preffix" -msgstr "Prefijo" - -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -#: ../../enterprise/godmode/servers/manage_export.php:131 -msgid "Transfer mode" -msgstr "Modo de transferencia" - -#: ../../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/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/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/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_filemanager.php:385 -#: ../../include/functions_reporting_html.php:750 -msgid "Deleted" -msgstr "Eliminado(s)" - -#: ../../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:898 -#, php-format -msgid "%s in %s : NORMAL" -msgstr "%s en %s : NORMAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:609 -#: ../../include/functions_reporting_html.php:906 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "%s en %s : CRITICAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:617 -#: ../../include/functions_reporting_html.php:914 -#, php-format -msgid "%s in %s : WARNING" -msgstr "%s en %s : WARNING" - -#: ../../enterprise/include/functions_reporting_pdf.php:625 -#: ../../include/functions_reporting_html.php:922 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "%s en %s : DESCONOCIDO" - -#: ../../enterprise/include/functions_reporting_pdf.php:633 -#: ../../include/functions_reporting_html.php:930 -#, 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:1103 -msgid "Defined" -msgstr "Definido" - -#: ../../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 -#: ../../mobile/operation/alerts.php:38 -#: ../../operation/agentes/alerts_status.functions.php:74 -#: ../../operation/snmpconsole/snmp_view.php:164 -#: ../../operation/snmpconsole/snmp_view.php:831 -#: ../../include/functions_reporting_html.php:1105 -#: ../../include/functions_reporting_html.php:1379 -#: ../../include/functions_reporting_html.php:1417 -#: ../../include/functions_reporting_html.php:1453 -msgid "Fired" -msgstr "Lanzada" - -#: ../../enterprise/include/functions_reporting_pdf.php:718 -#: ../../include/functions_reporting_html.php:1118 -#, 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:1030 -#: ../../include/functions_reporting_html.php:1939 -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:1031 -#: ../../include/functions_reporting_html.php:1800 -#: ../../include/functions_reporting_html.php:1940 -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:1032 -#: ../../include/functions_reporting_html.php:1799 -#: ../../include/functions_reporting_html.php:1942 -msgid "Max Value" -msgstr "Valor máximo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1204 -#: ../../enterprise/include/functions_reporting_pdf.php:1352 -#: ../../enterprise/include/functions_reporting_pdf.php:1487 -#: ../../mobile/operation/events.php:247 -#: ../../operation/events/events.build_table.php:297 -#: ../../include/functions_reporting.php:4818 -#: ../../include/functions_reporting.php:4932 -#: ../../include/functions_reporting.php:5061 -#: ../../include/ajax/events.php:447 ../../include/functions_events.php:914 -#: ../../include/functions_events.php:2400 -#: ../../include/functions_events.php:3427 -#: ../../include/functions_reporting_html.php:550 -#: ../../include/functions_reporting_html.php:683 -#: ../../include/functions_reporting_html.php:1164 -msgid "New event" -msgstr "Nuevo evento" - -#: ../../enterprise/include/functions_reporting_pdf.php:1208 -#: ../../enterprise/include/functions_reporting_pdf.php:1356 -#: ../../enterprise/include/functions_reporting_pdf.php:1491 -#: ../../mobile/operation/events.php:251 -#: ../../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 -#: ../../include/functions_reporting.php:4822 -#: ../../include/functions_reporting.php:4936 -#: ../../include/functions_reporting.php:5065 -#: ../../include/ajax/events.php:451 ../../include/functions_events.php:918 -#: ../../include/functions_events.php:2404 -#: ../../include/functions_events.php:3431 -#: ../../include/functions_reporting_html.php:554 -#: ../../include/functions_reporting_html.php:687 -#: ../../include/functions_reporting_html.php:1168 -msgid "Event validated" -msgstr "Evento validado" - -#: ../../enterprise/include/functions_reporting_pdf.php:1212 -#: ../../enterprise/include/functions_reporting_pdf.php:1360 -#: ../../enterprise/include/functions_reporting_pdf.php:1495 -#: ../../mobile/operation/events.php:255 -#: ../../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 -#: ../../include/functions_reporting.php:4826 -#: ../../include/functions_reporting.php:4940 -#: ../../include/functions_reporting.php:5069 -#: ../../include/ajax/events.php:455 ../../include/functions_events.php:922 -#: ../../include/functions_events.php:2408 -#: ../../include/functions_events.php:3435 -#: ../../include/functions_reporting_html.php:558 -#: ../../include/functions_reporting_html.php:691 -#: ../../include/functions_reporting_html.php:1172 -msgid "Event in process" -msgstr "Evento en proceso" - -#: ../../enterprise/include/functions_reporting_pdf.php:1332 -#: ../../enterprise/include/functions_reporting_pdf.php:1467 -#: ../../include/functions_reporting.php:4788 -#: ../../include/functions_reporting_html.php:534 -#: ../../include/functions_reporting_html.php:1148 -msgid "Val. by" -msgstr "Val. por" - -#: ../../enterprise/include/functions_reporting_pdf.php:1384 -#: ../../include/functions_reporting.php:4845 -#: ../../include/functions_events.php:2653 -#: ../../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:1221 -#: ../../include/functions_reporting_html.php:2817 -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:1209 -msgid "Events validated by user" -msgstr "Eventos validados por el usuario" - -#: ../../enterprise/include/functions_reporting_pdf.php:1572 -#: ../../operation/events/event_statistics.php:65 -#: ../../include/functions_reporting_html.php:1233 -msgid "Amount events validated" -msgstr "Cantidad de eventos validados" - -#: ../../enterprise/include/functions_reporting_pdf.php:1612 -#: ../../enterprise/include/functions_reporting_pdf.php:1794 -#: ../../enterprise/include/functions_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2270 -#: ../../include/functions_reporting_html.php:339 -msgid "Max/Min Values" -msgstr "Valores Max/Min" - -#: ../../enterprise/include/functions_reporting_pdf.php:1613 -#: ../../enterprise/include/functions_reporting_pdf.php:1795 -#: ../../enterprise/include/functions_reporting_pdf.php:2035 -#: ../../enterprise/include/functions_reporting.php:1235 -#: ../../enterprise/include/functions_reporting.php:2271 -#: ../../enterprise/include/functions_reporting.php:3085 -#: ../../enterprise/include/functions_reporting.php:3386 -#: ../../include/functions_reporting_html.php:340 -msgid "SLA Limit" -msgstr "Límite del SLA" - -#: ../../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 -#: ../../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 -#: ../../include/functions_reporting_html.php:341 -msgid "SLA Compliance" -msgstr "Cumplimiento del SLA" - -#: ../../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 -#: ../../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_csv.php:826 -#: ../../enterprise/include/functions_reporting_csv.php:855 -#: ../../include/functions_reporting_html.php:375 -#: ../../include/functions_reporting_html.php:402 -#: ../../include/functions_config.php:513 -#: ../../include/functions_config.php:1488 -msgid "Fail" -msgstr "Fallo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1721 -#: ../../enterprise/include/functions_reporting.php:1159 -#: ../../enterprise/include/functions_reporting.php:1634 -#: ../../enterprise/include/functions_reporting.php:1778 -msgid "Inside limits" -msgstr "Dentro de los límites" - -#: ../../enterprise/include/functions_reporting_pdf.php:1722 -#: ../../enterprise/include/functions_reporting.php:1160 -#: ../../enterprise/include/functions_reporting.php:1639 -#: ../../enterprise/include/functions_reporting.php:1779 -msgid "On the edge" -msgstr "En el límite" - -#: ../../enterprise/include/functions_reporting_pdf.php:1723 -#: ../../enterprise/include/functions_reporting.php:1161 -#: ../../enterprise/include/functions_reporting.php:1643 -#: ../../enterprise/include/functions_reporting.php:1780 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -#: ../../include/functions_graph.php:2028 -#: ../../include/functions_graph.php:2075 -msgid "Out of limits" -msgstr "Fuera de límites" - -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting.php:1184 -msgid "January" -msgstr "Enero" - -#: ../../enterprise/include/functions_reporting_pdf.php:1750 -#: ../../enterprise/include/functions_reporting.php:1187 -msgid "February" -msgstr "Febrero" - -#: ../../enterprise/include/functions_reporting_pdf.php:1753 -#: ../../enterprise/include/functions_reporting.php:1190 -msgid "March" -msgstr "Marzo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1756 -#: ../../enterprise/include/functions_reporting.php:1193 -msgid "April" -msgstr "Abril" - -#: ../../enterprise/include/functions_reporting_pdf.php:1759 -#: ../../enterprise/include/functions_reporting.php:1196 -msgid "May" -msgstr "Mayo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1762 -#: ../../enterprise/include/functions_reporting.php:1199 -msgid "June" -msgstr "Junio" - -#: ../../enterprise/include/functions_reporting_pdf.php:1765 -#: ../../enterprise/include/functions_reporting.php:1202 -msgid "July" -msgstr "Julio" - -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting.php:1205 -msgid "August" -msgstr "Agosto" - -#: ../../enterprise/include/functions_reporting_pdf.php:1771 -#: ../../enterprise/include/functions_reporting.php:1208 -msgid "September" -msgstr "Septiembre" - -#: ../../enterprise/include/functions_reporting_pdf.php:1774 -#: ../../enterprise/include/functions_reporting.php:1211 -msgid "October" -msgstr "Octubre" - -#: ../../enterprise/include/functions_reporting_pdf.php:1777 -#: ../../enterprise/include/functions_reporting.php:1214 -msgid "November" -msgstr "Noviembre" - -#: ../../enterprise/include/functions_reporting_pdf.php:1780 -#: ../../enterprise/include/functions_reporting.php:1217 -msgid "December" -msgstr "Diciembre" - -#: ../../enterprise/include/functions_reporting_pdf.php:1830 -#: ../../enterprise/include/functions_reporting.php:1268 -#: ../../enterprise/include/functions_reporting.php:1823 -msgid "SLA Compliance per days" -msgstr "Cumplimiento de SLA por días" - -#: ../../enterprise/include/functions_reporting_pdf.php:1888 -#: ../../enterprise/include/functions_reporting.php:1321 -msgid "Summary of SLA Failures" -msgstr "Resumen de los Fallos de SLA" - -#: ../../enterprise/include/functions_reporting_pdf.php:1892 -#: ../../enterprise/include/functions_reporting.php:1323 -#: ../../enterprise/include/functions_reporting.php:1814 -msgid "Day" -msgstr "Día" - -#: ../../enterprise/include/functions_reporting_pdf.php:1941 -#: ../../include/functions_reporting_html.php:1723 -msgid "# Checks" -msgstr "# Chequeos" - -#: ../../enterprise/include/functions_reporting_pdf.php:1942 -#: ../../include/functions_reporting_html.php:1724 -msgid "# Failed" -msgstr "# Fallidos" - -#: ../../enterprise/include/functions_reporting_pdf.php:1943 -#: ../../include/functions_reporting_html.php:1725 -msgid "% Fail" -msgstr "% Fallo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1944 -#: ../../include/functions_reporting_html.php:1726 -msgid "Time available" -msgstr "Tiempo disponible" - -#: ../../enterprise/include/functions_reporting_pdf.php:1945 -#: ../../include/functions_reporting_html.php:1727 -msgid "Time unavailable" -msgstr "Tiempo indisponible" - -#: ../../enterprise/include/functions_reporting_pdf.php:1946 -#: ../../include/functions_reporting_html.php:1728 -msgid "% Ok" -msgstr "% Ok" - -#: ../../enterprise/include/functions_reporting_pdf.php:2159 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -#: ../../enterprise/include/functions_reporting_csv.php:874 -#: ../../enterprise/include/functions_reporting_csv.php:878 -msgid "Generated" -msgstr "Generado" - -#: ../../enterprise/include/functions_reporting_pdf.php:2162 -msgid "Report date" -msgstr "Fecha del informe" - -#: ../../enterprise/include/functions_reporting_pdf.php:2167 -#: ../../operation/reporting/reporting_viewer.php:202 -msgid "Items period before" -msgstr "Periodo de elementos antes de" - -#: ../../enterprise/include/functions_reporting_pdf.php:2186 -#: ../../enterprise/include/functions_netflow_pdf.php:56 -msgid "Contents" -msgstr "Contenido" - -#: ../../enterprise/include/functions_reporting_pdf.php:2250 -#: ../../enterprise/include/functions_reporting_pdf.php:2288 -#: ../../operation/agentes/gis_view.php:182 -#: ../../godmode/agentes/planned_downtime.list.php:145 -msgid "To" -msgstr "Para" - -#: ../../enterprise/include/functions_reporting_pdf.php:2256 -#: ../../enterprise/include/functions_reporting_pdf.php:2294 -#: ../../operation/agentes/ver_agente.php:1075 -#: ../../include/functions_treeview.php:219 -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:2639 -msgid "Last data" -msgstr "Últimos datos" - -#: ../../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_reporting_pdf.php:2414 -#: ../../enterprise/include/functions_reporting.php:1924 -#: ../../enterprise/include/functions_reporting.php:2039 -#: ../../enterprise/include/functions_reporting.php:3215 -#: ../../include/functions_reporting_html.php:3072 -msgid "This SLA has been affected by the following planned downtimes" -msgstr "Las siguientes paradas planificadas han modificado este SLA" - -#: ../../enterprise/include/functions_reporting_pdf.php:2418 -#: ../../enterprise/include/functions_reporting.php:1929 -#: ../../enterprise/include/functions_reporting.php:2043 -#: ../../enterprise/include/functions_reporting.php:3219 -#: ../../godmode/agentes/planned_downtime.editor.php:493 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../include/functions_reporting_html.php:3076 -msgid "Execution" -msgstr "Ejecución" - -#: ../../enterprise/include/functions_reporting_pdf.php:2419 -#: ../../enterprise/include/functions_reporting.php:1930 -#: ../../enterprise/include/functions_reporting.php:2044 -#: ../../enterprise/include/functions_reporting.php:3220 -#: ../../include/functions_reporting_html.php:3077 -msgid "Dates" -msgstr "Fechas" - -#: ../../enterprise/include/functions_reporting_pdf.php:2458 -#: ../../enterprise/include/functions_reporting.php:2138 -#: ../../enterprise/include/functions_reporting.php:3314 -#: ../../include/functions_reporting_html.php:3118 -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_pdf.php:2459 -#: ../../enterprise/include/functions_reporting.php:2139 -#: ../../enterprise/include/functions_reporting.php:3315 -#: ../../include/functions_reporting_html.php:3119 -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: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:601 -#: ../../enterprise/include/functions_reporting_csv.php:123 -#: ../../include/functions_reporting.php:3740 -#: ../../include/functions_reports.php:592 -msgid "Availability" -msgstr "Disponibilidad" - -#: ../../enterprise/include/functions_reporting.php:602 -msgid "Availability item created from wizard." -msgstr "Elemento disponible creado desde el asistente." - -#: ../../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:500 -msgid "There are no SLAs defined" -msgstr "No hay SLA definidos" - -#: ../../enterprise/include/functions_reporting.php:1557 -#: ../../include/functions_reporting.php:625 -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:1965 -#: ../../enterprise/include/functions_reporting.php:2076 -#: ../../enterprise/include/functions_reporting.php:3252 -#: ../../include/functions_reporting.php:8570 -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:8604 -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:8605 -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:8606 -msgid "To day" -msgstr "Hasta el día" - -#: ../../enterprise/include/functions_reporting.php:2697 -msgid "There are no SLAs defined." -msgstr "No hay SLAs definidos." - -#: ../../enterprise/include/functions_reporting.php:2811 -#: ../../enterprise/include/functions_reporting.php:3430 -#: ../../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:3967 -#: ../../enterprise/include/functions_reporting.php:4395 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "Gráficas de agentes (%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:4356 -#, php-format -msgid "Graph agent(%s) - %s" -msgstr "Gráfica de agente(%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:4768 -#: ../../enterprise/include/functions_reporting.php:4818 -msgid "Template editor" -msgstr "Editor de Plantillas" - -#: ../../enterprise/include/functions_reporting.php:4832 -msgid "Get PDF file" -msgstr "Obtener archivo PDF" +#: ../../enterprise/dashboard/main_dashboard.php:439 +msgid "There are unsaved changes" +msgstr "Hay cambios sin guardar" #: ../../enterprise/include/functions_update_manager.php:140 #: ../../enterprise/include/functions_update_manager.php:272 @@ -18243,9 +16547,180 @@ msgstr "El paquete no existe." msgid "The package is installed." msgstr "El paquete está instalado" -#: ../../enterprise/include/functions_log.php:332 -msgid "Lines" -msgstr "Líneas" +#: ../../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:1578 +#: ../../operation/search_modules.php:207 +#: ../../operation/agentes/status_monitor.php:1354 +#: ../../operation/agentes/status_monitor.php:1360 +#: ../../include/functions_ui.php:3657 +msgid "Snapshot view" +msgstr "Vista de captura de comando" + +#: ../../enterprise/include/functions_services.php:1702 +msgid "Delete service element" +msgstr "Eliminar elemento de servicio" + +#: ../../enterprise/include/functions_services.php:1756 +msgid "FAIL" +msgstr "FALLO" + +#: ../../enterprise/include/functions_login.php:22 +msgid "You must change password" +msgstr "Tiene que cambiar la contraseña" + +#: ../../enterprise/include/functions_login.php:47 +msgid "OLD PASS: " +msgstr "Password antigua: " + +#: ../../enterprise/include/functions_login.php:49 +msgid "NEW PASS: " +msgstr "NUEVA CONTRASEÑA: " + +#: ../../enterprise/include/functions_login.php:51 +msgid "CONFIRM: " +msgstr "CONFIRMAR: " + +#: ../../enterprise/include/functions_login.php:58 +msgid "Change" +msgstr "Cambiar" + +#: ../../enterprise/include/functions_login.php:103 +msgid "User has been blocked. Try again in " +msgstr "Su usuario ha sido bloqueado. Vuelva a intentarlo en " + +#: ../../enterprise/include/functions_login.php:103 +msgid " minutes" +msgstr " minutos" + +#: ../../enterprise/include/functions_login.php:227 +msgid "Password must be different from the " +msgstr "La contraseña debe ser diferente de " + +#: ../../enterprise/include/functions_login.php:227 +msgid " previous changes." +msgstr " Cambios anteriores" + +#: ../../enterprise/include/functions_login.php:241 +msgid "Password must be different" +msgstr "La contraseña tiene que ser diferente" + +#: ../../enterprise/include/functions_login.php:251 +msgid "Password too short" +msgstr "La contraseña es demasiado corta" + +#: ../../enterprise/include/functions_login.php:262 +msgid "Password must contain numbers" +msgstr "La contraseña tiene que contener números" + +#: ../../enterprise/include/functions_login.php:274 +msgid "Password must contain symbols" +msgstr "La contraseña tiene que contener símbolos" + +#: ../../enterprise/include/functions_login.php:294 +msgid "Invalid old password" +msgstr "Password antigua inválida." + +#: ../../enterprise/include/functions_login.php:318 +msgid "User pass successfully updated" +msgstr "La contraseña se ha actualizado correctamente" + +#: ../../enterprise/include/functions_login.php:319 +msgid "Error updating user pass (no change?)" +msgstr "Error al actualizar la contraseña (¿no ha cambiado?)" + +#: ../../enterprise/include/functions_login.php:327 +msgid "Password confirm does not match" +msgstr "Las contraseñas no coinciden" + +#: ../../enterprise/include/functions_login.php:335 +msgid "Password empty" +msgstr "La contraseña está vacía" #: ../../enterprise/include/functions_policies.php:456 #: ../../enterprise/include/functions_policies.php:471 @@ -18317,120 +16792,30 @@ msgid "Group filter: " msgstr "Filtrado por grupos: " #: ../../enterprise/include/functions_policies.php:4072 -#: ../../extensions/plugin_registration.php:43 -#: ../../extensions/resource_registration.php:860 -#: ../../extensions/extension_uploader.php:85 #: ../../operation/incidents/incident_detail.php:518 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/extension_uploader.php:85 +#: ../../extensions/resource_registration.php:860 msgid "Upload" msgstr "Subir" -#: ../../enterprise/include/ajax/dashboard.ajax.php:295 -msgid "Only one service map widget is supported at this moment" -msgstr "Solo un widget de mapa de servicios es soportado actualmente" +#: ../../enterprise/include/functions_local_components.php:142 +msgid "Empty configuration" +msgstr "Configuración vacía" -#: ../../enterprise/include/ajax/metaconsole.ajax.php:43 -msgid "Error accesing to API, auth error." -msgstr "Error al acceder a la API. Error de autenticación." +#: ../../enterprise/include/functions_local_components.php:146 +msgid "Empty OS" +msgstr "SO vacío" -#: ../../enterprise/include/ajax/metaconsole.ajax.php:47 -msgid "Error accesing to API." -msgstr "Error al acceder a la API" +#: ../../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/metaconsole.ajax.php:51 -msgid "Error could not resolve the host." -msgstr "Error no pudo resolver el host." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:62 -msgid "Database credentials not found" -msgstr "Los credenciales de la base de datos no se han encontrado" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:66 -msgid "Error connecting to the specified host" -msgstr "Error al conectar con el host especificado" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:70 -msgid "Connected to the host, but cannot found the specified database" -msgstr "" -"Conectado al host, pero no se puede encontrar la base de datos especificada" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:81 -#: ../../enterprise/include/ajax/metaconsole.ajax.php:105 -msgid "Server connection failed" -msgstr "Falló la conexión con el servidor" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:85 -msgid "" -"\"Translate string\" extension is missed in the server. This extension is " -"mandatory to be configured on metaconsole." -msgstr "" -"En el servidor, falta la extensión \"Translate string\". Esta extensión es " -"imprescindible para configurar la metaconsola." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:89 -msgid "" -"Server name doesnt match. Check the node server name and configure the same " -"one on metasetup" -msgstr "" -"El nombre del servidor no coincide. Compruebe el nombre del servidor del " -"nodo y configure el mismo nombre en el metasetup" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:100 -msgid "Last event replication" -msgstr "Replicación del último evento" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:114 -msgid "Agent cache activated" -msgstr "Cache de agente activado" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:118 -msgid "Agent cache failed" -msgstr "Cache de agente falló" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Client" -msgstr "Cliente" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Trial" -msgstr "Prueba" - -#: ../../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_alert_event.php:925 -msgid "Module alert" -msgstr "Alerta de módulos" - -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" -msgstr "Colector de logs" - -#: ../../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_groups.php:47 +msgid "Metaconsole" +msgstr "Metaconsola" #: ../../enterprise/include/functions_visual_map.php:179 #: ../../enterprise/include/functions_visual_map.php:232 @@ -18474,153 +16859,6 @@ msgstr "Se ha producido un error al recuperar la información del mapa visual" msgid "No services selected" msgstr "Ningún servicio seleccionado" -#: ../../enterprise/include/functions_reporting_csv.php:167 -#: ../../include/functions_reporting.php:1381 -msgid "Inventory Changes" -msgstr "Cambios de Inventario" - -#: ../../enterprise/include/functions_reporting_csv.php:191 -#: ../../include/functions_reports.php:550 -msgid "Prediction date" -msgstr "Fecha de predicción" - -#: ../../enterprise/include/functions_reporting_csv.php:208 -#: ../../include/functions_reporting.php:3240 -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:292 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#: ../../include/functions_reporting.php:837 -#, php-format -msgid "Top %d" -msgstr "Primeros %d" - -#: ../../enterprise/include/functions_reporting_csv.php:318 -#: ../../include/functions_reporting.php:2032 -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:5492 -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:576 -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_reporting.php:3486 -#: ../../include/functions_reports.php:532 -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_reporting.php:3489 -#: ../../include/functions_reports.php:530 -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_reporting.php:3492 -#: ../../include/functions_reports.php:528 -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_reporting.php:3495 -#: ../../include/functions_reports.php:526 -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_reporting.php:3483 -#: ../../include/functions_reporting.php:4249 -#: ../../include/functions_reports.php:567 -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:3480 -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:2983 -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:903 -#: ../../include/functions.php:215 -msgid "." -msgstr "." - -#: ../../enterprise/include/functions_enterprise.php:298 -msgid "Tree view by tags" -msgstr "Vista de árbol por tags" - #: ../../enterprise/include/functions_backup.php:135 msgid "No description" msgstr "Sin descripción" @@ -18722,168 +16960,415 @@ 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_services.php:23 -msgid "Service does not exist." -msgstr "El servicio no existe" +#: ../../enterprise/include/functions_alert_event.php:925 +msgid "Module alert" +msgstr "Alerta de módulos" -#: ../../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_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_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_netflow_pdf.php:56 +#: ../../enterprise/include/functions_reporting_pdf.php:2186 +msgid "Contents" +msgstr "Contenido" -#: ../../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_netflow_pdf.php:157 +#: ../../enterprise/include/functions_reporting_pdf.php:2159 +#: ../../enterprise/include/functions_reporting_csv.php:874 +#: ../../enterprise/include/functions_reporting_csv.php:878 +msgid "Generated" +msgstr "Generado" -#: ../../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_metaconsole.php:789 +msgid "Group does not exist. Agent " +msgstr "El grupo no existe. Agente " -#: ../../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_metaconsole.php:795 +msgid "Created group in destination DB" +msgstr "Creado el grupo en la base de datos destino" -#: ../../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_metaconsole.php:799 +msgid "Error creating group. Agent " +msgstr "Error creando grupo. Agente " -#: ../../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_metaconsole.php:805 +msgid "Group already exists in destination DB" +msgstr "El grupo ya existe en la base de datos destino" -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "El servicio de alertas desconocidas no existe" +#: ../../enterprise/include/ajax/metaconsole.ajax.php:43 +msgid "Error accesing to API, auth error." +msgstr "Error al acceder a la API. Error de autenticación." -#: ../../enterprise/include/functions_services.php:328 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:47 +msgid "Error accesing to API." +msgstr "Error al acceder a la API" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:51 +msgid "Error could not resolve the host." +msgstr "Error no pudo resolver el host." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:62 +msgid "Database credentials not found" +msgstr "Los credenciales de la base de datos no se han encontrado" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:66 +msgid "Error connecting to the specified host" +msgstr "Error al conectar con el host especificado" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:70 +msgid "Connected to the host, but cannot found the specified database" +msgstr "" +"Conectado al host, pero no se puede encontrar la base de datos especificada" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:81 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:105 +msgid "Server connection failed" +msgstr "Falló la conexión con el servidor" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:85 +msgid "" +"\"Translate string\" extension is missed in the server. This extension is " +"mandatory to be configured on metaconsole." +msgstr "" +"En el servidor, falta la extensión \"Translate string\". Esta extensión es " +"imprescindible para configurar la metaconsola." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:89 +msgid "" +"Server name doesnt match. Check the node server name and configure the same " +"one on metasetup" +msgstr "" +"El nombre del servidor no coincide. Compruebe el nombre del servidor del " +"nodo y configure el mismo nombre en el metasetup" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:100 +msgid "Last event replication" +msgstr "Replicación del último evento" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:114 +msgid "Agent cache activated" +msgstr "Cache de agente activado" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:118 +msgid "Agent cache failed" +msgstr "Cache de agente falló" + +#: ../../enterprise/include/ajax/dashboard.ajax.php:292 +msgid "Only one service map widget is supported at this moment" +msgstr "Solo un widget de mapa de servicios es soportado actualmente" + +#: ../../enterprise/include/functions_setup.php:37 +#: ../../enterprise/include/functions_setup.php:68 +msgid "Log collector" +msgstr "Colector de logs" + +#: ../../enterprise/include/functions_collection.php:42 #, php-format -msgid "Module automatic create for the service %s" -msgstr "Módulo automático creado para el servicio %s" +msgid "Fail create the directory: %s" +msgstr "Fallo al crear el directorio: %s" -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "Crítica (Alerta)" +#: ../../enterprise/include/functions_collection.php:69 +msgid "No files in collection" +msgstr "No hay archivos en la colección" -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "Desconocido" +#: ../../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:1391 -msgid "There are no service elements defined" -msgstr "No hay servicios de elementos definidos" +#: ../../enterprise/include/functions_reporting.php:41 +msgid "Advance options" +msgstr "Opciones avanzadas" -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "Peso crítico" +#: ../../enterprise/include/functions_reporting.php:59 +msgid "Templates list" +msgstr "Lista de Plantillas" -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "Peso de advertencia" +#: ../../enterprise/include/functions_reporting.php:85 +msgid "Templates Wizard" +msgstr "Asistente de plantillas" -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "Peso desconocido" +#: ../../enterprise/include/functions_reporting.php:601 +#: ../../enterprise/include/functions_reporting_csv.php:123 +#: ../../include/functions_reports.php:592 +#: ../../include/functions_reporting.php:3740 +msgid "Availability" +msgstr "Disponibilidad" -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "Peso Ok" +#: ../../enterprise/include/functions_reporting.php:602 +msgid "Availability item created from wizard." +msgstr "Elemento disponible creado desde el asistente." -#: ../../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_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_services.php:1578 -#: ../../operation/search_modules.php:207 -#: ../../operation/agentes/status_monitor.php:1328 -#: ../../operation/agentes/status_monitor.php:1334 -#: ../../include/functions_ui.php:3656 -msgid "Snapshot view" -msgstr "Vista de captura de comando" +#: ../../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_services.php:1702 -msgid "Delete service element" -msgstr "Eliminar elemento de servicio" +#: ../../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:2043 +#: ../../include/functions_graph.php:2090 +msgid "Out of limits" +msgstr "Fuera de límites" -#: ../../enterprise/include/functions_services.php:1756 -msgid "FAIL" -msgstr "FALLO" +#: ../../enterprise/include/functions_reporting.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1747 +msgid "January" +msgstr "Enero" -#: ../../enterprise/include/functions_login.php:22 -msgid "You must change password" -msgstr "Tiene que cambiar la contraseña" +#: ../../enterprise/include/functions_reporting.php:1187 +#: ../../enterprise/include/functions_reporting_pdf.php:1750 +msgid "February" +msgstr "Febrero" -#: ../../enterprise/include/functions_login.php:47 -msgid "OLD PASS: " -msgstr "Password antigua: " +#: ../../enterprise/include/functions_reporting.php:1190 +#: ../../enterprise/include/functions_reporting_pdf.php:1753 +msgid "March" +msgstr "Marzo" -#: ../../enterprise/include/functions_login.php:49 -msgid "NEW PASS: " -msgstr "NUEVA CONTRASEÑA: " +#: ../../enterprise/include/functions_reporting.php:1193 +#: ../../enterprise/include/functions_reporting_pdf.php:1756 +msgid "April" +msgstr "Abril" -#: ../../enterprise/include/functions_login.php:51 -msgid "CONFIRM: " -msgstr "CONFIRMAR: " +#: ../../enterprise/include/functions_reporting.php:1196 +#: ../../enterprise/include/functions_reporting_pdf.php:1759 +msgid "May" +msgstr "Mayo" -#: ../../enterprise/include/functions_login.php:58 -msgid "Change" -msgstr "Cambiar" +#: ../../enterprise/include/functions_reporting.php:1199 +#: ../../enterprise/include/functions_reporting_pdf.php:1762 +msgid "June" +msgstr "Junio" -#: ../../enterprise/include/functions_login.php:103 -msgid "User has been blocked. Try again in " -msgstr "Su usuario ha sido bloqueado. Vuelva a intentarlo en " +#: ../../enterprise/include/functions_reporting.php:1202 +#: ../../enterprise/include/functions_reporting_pdf.php:1765 +msgid "July" +msgstr "Julio" -#: ../../enterprise/include/functions_login.php:103 -msgid " minutes" -msgstr " minutos" +#: ../../enterprise/include/functions_reporting.php:1205 +#: ../../enterprise/include/functions_reporting_pdf.php:1768 +msgid "August" +msgstr "Agosto" -#: ../../enterprise/include/functions_login.php:227 -msgid "Password must be different from the " -msgstr "La contraseña debe ser diferente de " +#: ../../enterprise/include/functions_reporting.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1771 +msgid "September" +msgstr "Septiembre" -#: ../../enterprise/include/functions_login.php:227 -msgid " previous changes." -msgstr " Cambios anteriores" +#: ../../enterprise/include/functions_reporting.php:1211 +#: ../../enterprise/include/functions_reporting_pdf.php:1774 +msgid "October" +msgstr "Octubre" -#: ../../enterprise/include/functions_login.php:241 -msgid "Password must be different" -msgstr "La contraseña tiene que ser diferente" +#: ../../enterprise/include/functions_reporting.php:1214 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 +msgid "November" +msgstr "Noviembre" -#: ../../enterprise/include/functions_login.php:251 -msgid "Password too short" -msgstr "La contraseña es demasiado corta" +#: ../../enterprise/include/functions_reporting.php:1217 +#: ../../enterprise/include/functions_reporting_pdf.php:1780 +msgid "December" +msgstr "Diciembre" -#: ../../enterprise/include/functions_login.php:262 -msgid "Password must contain numbers" -msgstr "La contraseña tiene que contener números" +#: ../../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_login.php:274 -msgid "Password must contain symbols" -msgstr "La contraseña tiene que contener símbolos" +#: ../../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_login.php:294 -msgid "Invalid old password" -msgstr "Password antigua inválida." +#: ../../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_login.php:318 -msgid "User pass successfully updated" -msgstr "La contraseña se ha actualizado correctamente" +#: ../../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 +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../include/functions_config.php:513 +#: ../../include/functions_config.php:1500 +#: ../../include/functions_reporting_html.php:375 +#: ../../include/functions_reporting_html.php:402 +msgid "Fail" +msgstr "Fallo" -#: ../../enterprise/include/functions_login.php:319 -msgid "Error updating user pass (no change?)" -msgstr "Error al actualizar la contraseña (¿no ha cambiado?)" +#: ../../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_login.php:327 -msgid "Password confirm does not match" -msgstr "Las contraseñas no coinciden" +#: ../../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_login.php:335 -msgid "Password empty" -msgstr "La contraseña está vacía" +#: ../../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:500 +msgid "There are no SLAs defined" +msgstr "No hay SLA definidos" + +#: ../../enterprise/include/functions_reporting.php:1557 +#: ../../include/functions_reporting.php:625 +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:3072 +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:3076 +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:3077 +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:8579 +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:8613 +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:8614 +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:8615 +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:3118 +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:3119 +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:4395 +#, php-format +msgid "Graph agents(%s) - %s" +msgstr "Gráficas de agentes (%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4356 +#, php-format +msgid "Graph agent(%s) - %s" +msgstr "Gráfica de agente(%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4768 +#: ../../enterprise/include/functions_reporting.php:4818 +msgid "Template editor" +msgstr "Editor de Plantillas" + +#: ../../enterprise/include/functions_reporting.php:4832 +msgid "Get PDF file" +msgstr "Obtener archivo PDF" + +#: ../../enterprise/include/functions_log.php:332 +msgid "Lines" +msgstr "Líneas" #: ../../enterprise/include/functions_networkmap_enterprise.php:605 #, php-format @@ -19037,1937 +17522,1828 @@ msgstr "Añadir nodo ficticio" msgid "Add fictional point" msgstr "Añadir punto ficticio" -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "Metaconsola" +#: ../../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_local_components.php:142 -msgid "Empty configuration" -msgstr "Configuración vacía" +#: ../../enterprise/include/functions_inventory.php:80 +msgid "Get CSV file" +msgstr "Obtener archivo CSV" -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "SO vacío" +#: ../../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_local_components.php:276 -#: ../../include/functions_network_components.php:503 -#: ../../include/functions_alerts.php:951 -msgid "Copy of" -msgstr "Copia de" +#: ../../enterprise/include/functions_inventory.php:516 +#: ../../enterprise/include/functions_inventory.php:581 +#: ../../enterprise/include/functions_reporting_pdf.php:482 +#: ../../include/functions_filemanager.php:385 +#: ../../include/functions_reporting_html.php:750 +msgid "Deleted" +msgstr "Eliminado(s)" -#: ../../extensions/agents_modules.php:59 -#: ../../extensions/agents_alerts.php:58 -#: ../../operation/agentes/tactical.php:50 -#: ../../operation/agentes/group_view.php:65 -msgid "Updated at realtime" -msgstr "actualizado en tiempo real" +#: ../../enterprise/include/functions_license.php:49 +msgid "Client" +msgstr "Cliente" -#: ../../extensions/agents_modules.php:89 -#: ../../extensions/agents_alerts.php:81 -#: ../../operation/gis_maps/render_view.php:135 -#: ../../include/functions.php:2574 -msgid "1 minute" -msgstr "1 minuto" +#: ../../enterprise/include/functions_license.php:49 +msgid "Trial" +msgstr "Prueba" -#: ../../extensions/agents_modules.php:90 -#: ../../extensions/agents_alerts.php:82 -#: ../../operation/gis_maps/render_view.php:136 -#: ../../include/functions.php:2575 -msgid "2 minutes" -msgstr "2 minutos" +#: ../../enterprise/include/functions_enterprise.php:298 +msgid "Tree view by tags" +msgstr "Vista de árbol por tags" -#: ../../extensions/agents_modules.php:91 -#: ../../extensions/agents_alerts.php:83 -#: ../../operation/gis_maps/render_view.php:137 -#: ../../include/functions.php:2576 ../../include/ajax/module.php:116 -msgid "5 minutes" -msgstr "5 minutos" - -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:138 -msgid "10 minutes" -msgstr "10 minutos" - -#: ../../extensions/agents_modules.php:119 -#: ../../include/graphs/functions_pchart.php:1137 -#: ../../include/functions_reports.php:581 -msgid "Agents/Modules" -msgstr "Agentes/Módulos" - -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1565 -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:948 -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:949 -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:950 -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:951 -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:952 -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/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 +#: ../../enterprise/include/functions_enterprise.php:321 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 " +"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 "" -"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/modules/manage_network_components_form_plugin.php:22 -#: ../../godmode/agentes/module_manager_editor_plugin.php:50 -#: ../../godmode/massive/massive_edit_plugins.php:287 -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/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: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 +#: ../../enterprise/include/functions_enterprise.php:323 msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" +"Problems with event days purge and event days that pass data to history DB." 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 +#: ../../enterprise/include/functions_enterprise.php:331 msgid "" -"Orange cell when the module group and agent have at least one alarm fired." +"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 "" -"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" +#: ../../enterprise/include/functions_enterprise.php:333 +msgid "Problems with days purge and days that pass data to history DB" 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/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/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:131 ../../mobile/operation/agent.php:148 -#: ../../operation/agentes/estado_generalagente.php:148 -msgid "IP address" -msgstr "Dirección IP" - -#: ../../extensions/net_tools.php:148 -#: ../../operation/agentes/networkmap_list.php:266 -#: ../../include/functions_events.php:1794 -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 +#: ../../enterprise/include/functions_reporting_pdf.php:601 +#: ../../include/functions_reporting_html.php:898 #, php-format -msgid "Ping to %s" -msgstr "Ping a %s" +msgid "%s in %s : NORMAL" +msgstr "%s en %s : NORMAL" -#: ../../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/matrix_events.php:29 -msgid "Matrix events" -msgstr "Eventos Matrix" - -#: ../../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/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1651 -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 +#: ../../enterprise/include/functions_reporting_pdf.php:609 +#: ../../include/functions_reporting_html.php:906 #, php-format -msgid "Please check that the web server has write rights on the %s directory" +msgid "%s in %s : CRITICAL" +msgstr "%s en %s : CRITICAL" + +#: ../../enterprise/include/functions_reporting_pdf.php:617 +#: ../../include/functions_reporting_html.php:914 +#, php-format +msgid "%s in %s : WARNING" +msgstr "%s en %s : WARNING" + +#: ../../enterprise/include/functions_reporting_pdf.php:625 +#: ../../include/functions_reporting_html.php:922 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "%s en %s : DESCONOCIDO" + +#: ../../enterprise/include/functions_reporting_pdf.php:633 +#: ../../include/functions_reporting_html.php:930 +#, 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:1103 +msgid "Defined" +msgstr "Definido" + +#: ../../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 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:831 +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../mobile/operation/alerts.php:38 +#: ../../include/functions_reporting_html.php:1105 +#: ../../include/functions_reporting_html.php:1379 +#: ../../include/functions_reporting_html.php:1417 +#: ../../include/functions_reporting_html.php:1453 +msgid "Fired" +msgstr "Lanzada" + +#: ../../enterprise/include/functions_reporting_pdf.php:718 +#: ../../include/functions_reporting_html.php:1118 +#, 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:1030 +#: ../../include/functions_reporting_html.php:1939 +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:1031 +#: ../../include/functions_reporting_html.php:1800 +#: ../../include/functions_reporting_html.php:1940 +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:1032 +#: ../../include/functions_reporting_html.php:1799 +#: ../../include/functions_reporting_html.php:1942 +msgid "Max Value" +msgstr "Valor máximo" + +#: ../../enterprise/include/functions_reporting_pdf.php:1204 +#: ../../enterprise/include/functions_reporting_pdf.php:1352 +#: ../../enterprise/include/functions_reporting_pdf.php:1487 +#: ../../operation/events/events.build_table.php:297 +#: ../../mobile/operation/events.php:247 +#: ../../include/functions_reporting_html.php:550 +#: ../../include/functions_reporting_html.php:683 +#: ../../include/functions_reporting_html.php:1164 +#: ../../include/ajax/events.php:447 +#: ../../include/functions_reporting.php:4818 +#: ../../include/functions_reporting.php:4932 +#: ../../include/functions_reporting.php:5061 +#: ../../include/functions_events.php:915 +#: ../../include/functions_events.php:2407 +#: ../../include/functions_events.php:3434 +msgid "New event" +msgstr "Nuevo evento" + +#: ../../enterprise/include/functions_reporting_pdf.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1356 +#: ../../enterprise/include/functions_reporting_pdf.php:1491 +#: ../../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 +#: ../../operation/events/events.build_table.php:301 +#: ../../mobile/operation/events.php:251 +#: ../../include/functions_reporting_html.php:554 +#: ../../include/functions_reporting_html.php:687 +#: ../../include/functions_reporting_html.php:1168 +#: ../../include/ajax/events.php:451 +#: ../../include/functions_reporting.php:4822 +#: ../../include/functions_reporting.php:4936 +#: ../../include/functions_reporting.php:5065 +#: ../../include/functions_events.php:919 +#: ../../include/functions_events.php:2411 +#: ../../include/functions_events.php:3438 +msgid "Event validated" +msgstr "Evento validado" + +#: ../../enterprise/include/functions_reporting_pdf.php:1212 +#: ../../enterprise/include/functions_reporting_pdf.php:1360 +#: ../../enterprise/include/functions_reporting_pdf.php:1495 +#: ../../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 +#: ../../operation/events/events.build_table.php:305 +#: ../../mobile/operation/events.php:255 +#: ../../include/functions_reporting_html.php:558 +#: ../../include/functions_reporting_html.php:691 +#: ../../include/functions_reporting_html.php:1172 +#: ../../include/ajax/events.php:455 +#: ../../include/functions_reporting.php:4826 +#: ../../include/functions_reporting.php:4940 +#: ../../include/functions_reporting.php:5069 +#: ../../include/functions_events.php:923 +#: ../../include/functions_events.php:2415 +#: ../../include/functions_events.php:3442 +msgid "Event in process" +msgstr "Evento en proceso" + +#: ../../enterprise/include/functions_reporting_pdf.php:1332 +#: ../../enterprise/include/functions_reporting_pdf.php:1467 +#: ../../include/functions_reporting_html.php:534 +#: ../../include/functions_reporting_html.php:1148 +#: ../../include/functions_reporting.php:4788 +msgid "Val. by" +msgstr "Val. por" + +#: ../../enterprise/include/functions_reporting_pdf.php:1384 +#: ../../include/functions_reporting_html.php:577 +#: ../../include/functions_reporting.php:4845 +#: ../../include/functions_events.php:2660 +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:1221 +#: ../../include/functions_reporting_html.php:2817 +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:1209 +msgid "Events validated by user" +msgstr "Eventos validados por el usuario" + +#: ../../enterprise/include/functions_reporting_pdf.php:1572 +#: ../../operation/events/event_statistics.php:65 +#: ../../include/functions_reporting_html.php:1233 +msgid "Amount events validated" +msgstr "Cantidad de eventos validados" + +#: ../../enterprise/include/functions_reporting_pdf.php:1941 +#: ../../include/functions_reporting_html.php:1723 +msgid "# Checks" +msgstr "# Chequeos" + +#: ../../enterprise/include/functions_reporting_pdf.php:1942 +#: ../../include/functions_reporting_html.php:1724 +msgid "# Failed" +msgstr "# Fallidos" + +#: ../../enterprise/include/functions_reporting_pdf.php:1943 +#: ../../include/functions_reporting_html.php:1725 +msgid "% Fail" +msgstr "% Fallo" + +#: ../../enterprise/include/functions_reporting_pdf.php:1944 +#: ../../include/functions_reporting_html.php:1726 +msgid "Time available" +msgstr "Tiempo disponible" + +#: ../../enterprise/include/functions_reporting_pdf.php:1945 +#: ../../include/functions_reporting_html.php:1727 +msgid "Time unavailable" +msgstr "Tiempo indisponible" + +#: ../../enterprise/include/functions_reporting_pdf.php:1946 +#: ../../include/functions_reporting_html.php:1728 +msgid "% Ok" +msgstr "% Ok" + +#: ../../enterprise/include/functions_reporting_pdf.php:2162 +msgid "Report date" +msgstr "Fecha del informe" + +#: ../../enterprise/include/functions_reporting_pdf.php:2167 +#: ../../operation/reporting/reporting_viewer.php:202 +msgid "Items period before" +msgstr "Periodo de elementos antes de" + +#: ../../enterprise/include/functions_reporting_pdf.php:2250 +#: ../../enterprise/include/functions_reporting_pdf.php:2288 +#: ../../godmode/agentes/planned_downtime.list.php:145 +#: ../../operation/agentes/gis_view.php:182 +msgid "To" +msgstr "Para" + +#: ../../enterprise/include/functions_reporting_pdf.php:2256 +#: ../../enterprise/include/functions_reporting_pdf.php:2294 +#: ../../operation/agentes/ver_agente.php:1157 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:2639 +#: ../../include/functions_treeview.php:256 +msgid "Last data" +msgstr "Últimos datos" + +#: ../../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_reporting_csv.php:167 +#: ../../include/functions_reporting.php:1381 +msgid "Inventory Changes" +msgstr "Cambios de Inventario" + +#: ../../enterprise/include/functions_reporting_csv.php:191 +#: ../../include/functions_reports.php:550 +msgid "Prediction date" +msgstr "Fecha de predicción" + +#: ../../enterprise/include/functions_reporting_csv.php:208 +#: ../../include/functions_reporting.php:3240 +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:292 +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../include/functions_reporting.php:837 +#, php-format +msgid "Top %d" +msgstr "Primeros %d" + +#: ../../enterprise/include/functions_reporting_csv.php:318 +#: ../../include/functions_reporting.php:2032 +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:5492 +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:576 +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:532 +#: ../../include/functions_reporting.php:3486 +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:530 +#: ../../include/functions_reporting.php:3489 +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:528 +#: ../../include/functions_reporting.php:3492 +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:526 +#: ../../include/functions_reporting.php:3495 +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:567 +#: ../../include/functions_reporting.php:3483 +#: ../../include/functions_reporting.php:4249 +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:3480 +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:2983 +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:903 +#: ../../include/functions.php:215 +msgid "." +msgstr "." + +#: ../../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, comprobar que el directorio %s del servidor web tiene permisos de " -"escritura" +"Por favor contacte con Ártica en info@artica.es para una licencia válida." -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" -msgstr "El fichero no ha sido copiado" +#: ../../enterprise/load_enterprise.php:1 +msgid "Or disable Pandora FMS enterprise" +msgstr "O desactive Pandora FMS Enterprise" -#: ../../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/load_enterprise.php:1 +msgid "Request new licence" +msgstr "Solicitar una nueva licencia" -#: ../../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:89 -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -msgid "Public link" -msgstr "Enlace público" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "No hay elementos" - -#: ../../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_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/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:127 -msgid "Action (get or set)" -msgstr "Acción (obtener o introducir)" - -#: ../../extensions/api_checker.php:137 -#: ../../operation/incidents/incident.php:335 -#: ../../operation/integria_incidents/incident.list.php:93 -#: ../../operation/events/events.build_table.php:133 -#: ../../godmode/setup/os.list.php:33 ../../godmode/modules/module_list.php:58 -#: ../../godmode/alerts/alert_commands.php:331 -#: ../../godmode/agentes/agent_manager.php:162 -#: ../../godmode/agentes/module_manager_editor_common.php:145 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/groups/group_list.php:334 -#: ../../include/functions_events.php:3281 -msgid "ID" -msgstr "ID" - -#: ../../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: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:1125 -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/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 +#: ../../enterprise/load_enterprise.php:1 #, php-format msgid "" -"Warning create '%s' report, the name exist, the report have a name %s." +"License out of limits

" +"This license allows %d agents and you have %d agents configured." msgstr "" -"Advertencia al crear el informe '%s'. El nombre ya existe y el informe tiene " -"el nombre %s." +"License out of limits " +"

Esta licencia es para %d agentes y tiene %d agentes configurados." -#: ../../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 +#: ../../enterprise/load_enterprise.php:1 #, php-format msgid "" -"Error create '%s' visual map, the name exist and there aren't free name." +"License out of limits

" +"This license allows %d modules and you have %d modules configured." msgstr "" -"Error al crear el mapa visual '%s'. El nombre ya existe y no hay nombres " -"disponibles." +" Licencia fuera de límites
" +"Esta licencia permite %d módulos y tiene módulos %d configurados." -#: ../../extensions/resource_registration.php:420 +#: ../../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 "" -"Warning create '%s' visual map, the name exist, the report have a name %s." +"You can activate it manually here or " +"automatically filling the form below:" msgstr "" -"Advertencia al crear el mapa visual '%s'. El nombre ya existe y el informe " -"tiene el nombre %s." +"Lo puede activar manualmente aqui o " +"automáticamente rellenando el siguiente formulario:" -#: ../../extensions/resource_registration.php:428 -#, php-format -msgid "Success create '%s' visual map." -msgstr "Éxito al crear el mapa visual '%s'." +#: ../../enterprise/load_enterprise.php:1 +msgid "Auth Key:" +msgstr "Clave de autenticación" -#: ../../extensions/resource_registration.php:429 -#, php-format -msgid "Error create '%s' visual map." -msgstr "Error al crear el mapa visual '%s'." +#: ../../enterprise/load_enterprise.php:1 +msgid "Online validation" +msgstr "Validación en línea" -#: ../../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." +#: ../../enterprise/load_enterprise.php:1 +msgid "ERROR:" +msgstr "ERROR:" -#: ../../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." +#: ../../enterprise/load_enterprise.php:1 +msgid "When connecting to Artica server." +msgstr "Cuando se conecta al servidor de Ártica." -#: ../../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." +#: ../../general/links_menu.php:20 ../../godmode/menu.php:284 +#: ../../godmode/menu.php:394 +msgid "Links" +msgstr "Enlaces" -#: ../../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." +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "El acceso a esta página es restringido" -#: ../../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: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/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:2182 -#: ../../include/functions.php:2185 -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/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/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: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/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/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 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 -#: ../../godmode/agentes/module_manager_editor_network.php:67 -#: ../../godmode/agentes/module_manager_editor_wmi.php:45 -#: ../../godmode/massive/massive_edit_modules.php:460 -#: ../../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: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/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/resource_exportation.php:53 -#: ../../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" - -#: ../../extras/pandora_diag.php:90 -msgid "Pandora FMS Diagnostic tool" -msgstr "Herramienta de diagnóstico de Pandora FMS" - -#: ../../extras/pandora_diag.php:93 -msgid "Item" -msgstr "Elemento" - -#: ../../extras/pandora_diag.php:94 -msgid "Data value" -msgstr "valor de los datos" - -#: ../../mobile/operation/modules.php:174 ../../mobile/operation/groups.php:54 -#: ../../mobile/operation/tactical.php:72 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/visualmaps.php:84 -#: ../../mobile/operation/agents.php:146 ../../mobile/operation/agent.php:67 -#: ../../mobile/operation/events.php:431 -#: ../../mobile/operation/module_graph.php:270 ../../mobile/index.php:241 +#: ../../general/noaccess2.php:36 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" +"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, 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/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/networkmaps.php:150 -#: ../../mobile/operation/agents.php:201 ../../mobile/operation/events.php:659 -msgid "Apply Filter" -msgstr "Aplicar el filtro" - -#: ../../mobile/operation/modules.php:461 -#: ../../operation/search_modules.php:109 -#: ../../operation/agentes/status_monitor.php:1136 -#: ../../include/functions_modules.php:1845 -msgid "NOT INIT" -msgstr "No inicializado" - -#: ../../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:591 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" -msgstr "Sin módulos" - -#: ../../mobile/operation/modules.php:710 -#: ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/networkmaps.php:216 -#: ../../mobile/operation/agents.php:462 -#: ../../mobile/operation/events.php:1070 -msgid "(Default)" -msgstr "Por defecto" - -#: ../../mobile/operation/modules.php:717 -#: ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/networkmaps.php:222 -#: ../../mobile/operation/agents.php:468 -#: ../../mobile/operation/events.php:1096 -#, php-format -msgid "Group: %s" -msgstr "Grupo: %s" - -#: ../../mobile/operation/modules.php:725 -#, php-format -msgid "Module group: %s" -msgstr "Grupos de módulos: %s" - -#: ../../mobile/operation/modules.php:729 -#: ../../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:733 -#: ../../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:738 -#, php-format -msgid "Tag: %s" -msgstr "Etiqueta: %s" - -#: ../../mobile/operation/groups.php:129 -#: ../../include/functions_reporting_html.php:2688 -msgid "Agents not init" -msgstr "Agentes no inicializados" - -#: ../../mobile/operation/groups.php:133 -#: ../../include/functions_reporting_html.php:2670 -msgid "Agents critical" -msgstr "Agentes críticos" - -#: ../../mobile/operation/groups.php:137 -#: ../../include/functions_reporting_html.php:2682 -#: ../../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 -msgid "Agents unknown" -msgstr "agentes desconocidos" - -#: ../../mobile/operation/tactical.php:193 -msgid "Last activity" -msgstr "Última actividad" - -#: ../../mobile/operation/networkmap.php:164 -#: ../../mobile/operation/networkmaps.php:202 -msgid "No networkmaps" -msgstr "No hay mapas de red" - -#: ../../mobile/operation/home.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -#: ../../include/functions_visual_map_editor.php:231 -#: ../../include/functions_visual_map.php:2306 -msgid "Module graph" -msgstr "Gráfico de módulo" - -#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 -msgid "Home" -msgstr "Inicio" - -#: ../../mobile/operation/home.php:135 ../../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/agentes/alerts_status.functions.php:75 -#: ../../operation/snmpconsole/snmp_view.php:164 -#: ../../operation/snmpconsole/snmp_view.php:834 -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/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:229 -#: ../../mobile/operation/events.php:1108 -#, php-format -msgid "Type: %s" -msgstr "Tipo: %s" - -#: ../../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/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/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:125 -#: ../../operation/agentes/estado_generalagente.php:83 -#: ../../operation/agentes/estado_agente.php:547 -#: ../../godmode/agentes/agent_manager.php:390 -#: ../../godmode/agentes/module_manager_editor_common.php:528 -#: ../../godmode/agentes/modificar_agente.php:498 -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:427 -#: ../../godmode/agentes/module_manager.php:589 -#: ../../godmode/massive/massive_edit_agents.php:397 -#: ../../godmode/massive/massive_edit_modules.php:570 -#: ../../include/class/Tree.class.php:1784 ../../include/ajax/module.php:822 -msgid "Quiet" -msgstr "Silencioso" - -#: ../../mobile/operation/agent.php:180 -msgid "Modules by status" -msgstr "Módulos por estado" - -#: ../../mobile/operation/agent.php:188 -#: ../../operation/agentes/estado_generalagente.php:599 -#: ../../include/functions_treeview.php:567 -msgid "Events (24h)" -msgstr "Eventos (24h)" - -#: ../../mobile/operation/agent.php:236 -#, php-format -msgid "Last %s Events" -msgstr "Últimos %s Eventos" - -#: ../../mobile/operation/events.php:108 -#: ../../operation/events/events.build_table.php:155 -#: ../../include/functions_events.php:3300 -msgid "Event Name" -msgstr "Nombre del evento" - -#: ../../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:469 -#: ../../operation/events/events.build_table.php:149 -#: ../../include/functions_events.php:2331 -#: ../../include/functions_events.php:3295 -msgid "Event ID" -msgstr "ID del evento" - -#: ../../mobile/operation/events.php:485 -#: ../../operation/events/events_list.php:569 -#: ../../godmode/events/event_edit_filter.php:290 -#: ../../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/agentes/agent_wizard.snmp_explorer.php:970 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1034 -#: ../../include/functions_events.php:2370 -msgid "Repeated" -msgstr "Repetido" - -#: ../../mobile/operation/events.php:497 -#: ../../include/functions_events.php:2419 -msgid "Acknowledged by" -msgstr "Admitido por" - -#: ../../mobile/operation/events.php:506 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -#: ../../include/functions_visual_map_editor.php:573 -msgid "Module Graph" -msgstr "Gráfica de módulo" - -#: ../../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:790 -#: ../../operation/events/events.build_table.php:118 -#: ../../operation/events/events.build_table.php:773 -#: ../../include/functions_reporting.php:1200 -#: ../../include/functions_reporting.php:1362 -#: ../../include/functions_events.php:851 -#: ../../include/functions_events.php:855 -#: ../../include/functions_reporting_html.php:3034 -msgid "No events" -msgstr "No hay eventos" - -#: ../../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/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:376 -msgid "Time compare (Separated)" -msgstr "Comparación de tiempo (por separado)" - -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:382 -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/stat_win.php:301 -#: ../../operation/agentes/interface_traffic_graph_win.php:225 -#: ../../operation/agentes/exportdata.php:301 -#: ../../operation/agentes/graphs.php:132 -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/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" - -#: ../../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" - -#: ../../operation/search_users.php:26 ../../operation/search_reports.php:29 -#: ../../operation/search_modules.php:26 ../../operation/search_graphs.php:24 -#: ../../operation/search_alerts.php:27 ../../operation/search_maps.php:22 -#: ../../operation/search_agents.php:33 -msgid "Zero results found" -msgstr "No se encontró ningún resultado" - -#: ../../operation/search_users.php:38 -#: ../../operation/snmpconsole/snmp_view.php:527 -#: ../../operation/users/user_edit.php:205 -#: ../../godmode/users/configure_user.php:438 -#: ../../godmode/users/user_list.php:266 -#: ../../include/functions_reporting_html.php:2082 -msgid "User ID" -msgstr "ID usuario" - -#: ../../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/incidents/incident.php:33 -#: ../../operation/integria_incidents/incident.php:75 -msgid "Incident management" -msgstr "Gestión de incidentes" - -#: ../../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:146 -#: ../../operation/integria_incidents/incident.php:125 -msgid "Incident created" -msgstr "Incidente creado" - -#: ../../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: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:337 -#: ../../operation/incidents/incident_detail.php:244 -#: ../../operation/integria_incidents/incident.list.php:94 -#: ../../operation/agentes/ver_agente.php:1099 -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask.php:288 -#: ../../godmode/servers/manage_recontask_form.php:306 -msgid "Incident" -msgstr "Incidente" - -#: ../../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:33 -#: ../../operation/integria_incidents/incident_statistics.php:56 -msgid "Incidents by status" -msgstr "Incidentes por estado" - -#: ../../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: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:173 -#: ../../operation/integria_incidents/incident.php:155 -msgid "File uploaded" -msgstr "Archivo subido" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "No se pudo subir el archivo" - -#: ../../operation/incidents/incident_detail.php:233 -#: ../../operation/integria_incidents/incident.php:58 -msgid "Incident details" -msgstr "Detalles del incidente" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "Abierto el" - -#: ../../operation/incidents/incident_detail.php:261 -#: ../../operation/servers/recon_view.php:107 -msgid "Updated at" -msgstr "Actualizado el" - -#: ../../operation/incidents/incident_detail.php:327 -#: ../../operation/integria_incidents/incident.incident.php:84 -#: ../../operation/integria_incidents/incident.list.php:100 -msgid "Creator" -msgstr "Creador" - -#: ../../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:419 -#: ../../operation/agentes/estado_generalagente.php:393 -#: ../../godmode/setup/news.php:222 -msgid "Author" -msgstr "Autor" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "Notas asociadas al incidente" - -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:509 -#: ../../operation/integria_incidents/incident.files.php:42 -msgid "Filename" -msgstr "Nombre del archivo" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "Archivos adjuntos" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:506 -msgid "Add attachment" -msgstr "Añadir adjunto" - -#: ../../operation/integria_incidents/incident.php:47 -msgid "New Incident" -msgstr "Nuevo 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:98 -msgid "Incident updated" -msgstr "Incidente actualizado" - -#: ../../operation/integria_incidents/incident.php:101 +"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/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 "" -"There was a problem updating the incident, please check if any field was " -"modified and the values are correct." +"Pandora FMS help system has been called with a help reference that currently " +"don't exist. There is no help content to show." msgstr "" -"Ocurrió un problema al actualizar el incidente. Compruebe si alguno de los " -"campos fue modificado y si los valores son correctos." +"El sistema de ayuda de Pandora FMS ha sido invocado con una referencia que " +"no existe actualmente. No hay contenido que mostrar." -#: ../../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: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:2191 -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 +#: ../../general/login_help_dialog.php:42 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" +"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!" -#: ../../operation/integria_incidents/incident.incident.php:93 -msgid "Assigned user" -msgstr "Usuario asignado" +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" +msgstr "Ayuda en línea" -#: ../../operation/integria_incidents/incident.incident.php:97 +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" +msgstr "Versión Enterprise" + +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "Foros" + +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" +msgstr "Documentación" + +#: ../../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" + +#: ../../general/login_required.php:64 +#: ../../general/login_identification_wizard.php:180 +msgid "Pandora FMS instance identification wizard" +msgstr "Asistente de identificación de PandoraFMS" + +#: ../../general/login_required.php:67 +msgid "" +"Please fill the following information in order to configure your Pandora FMS " +"instance successfully" +msgstr "" +"Por favor rellena la siguiente información para configurar tu cuenta de " +"Pandora FMS con éxito" + +#: ../../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" + +#: ../../general/login_required.php:111 +msgid "E-mail for receiving alerts" +msgstr "E-mail para la recepción de alertas" + +#: ../../general/login_required.php:119 +msgid "Register" +msgstr "Registrar" + +#: ../../general/login_required.php:122 +msgid "All fields required" +msgstr "Todos los campos requeridos" + +#: ../../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/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: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/collections.php:21 +msgid "There are no collections defined yet." +msgstr "No hay colecciones definidas todavía." + +#: ../../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/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/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/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/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/incidents.php:23 +msgid "There are no incidents defined yet." +msgstr "No hay incidentes definidos todavía." + +#: ../../general/firts_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:393 +#: ../../godmode/agentes/configurar_agente.php:523 +#: ../../operation/integria_incidents/incident.php:43 +#: ../../operation/integria_incidents/incident.php:54 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/agentes/ver_agente.php:965 ../../operation/menu.php:353 +msgid "Incidents" +msgstr "Incidentes" + +#: ../../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/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/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/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: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/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/shortcut_bar.php:165 +msgid "Press here to activate shortcut bar" +msgstr "Haga click aquí para activar la barra de acesso directo" + +#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 +#: ../../include/functions_reporting_html.php:2779 +#: ../../include/functions_reporting_html.php:2796 +msgid "Critical events" +msgstr "Eventos en estado \"crítico\"" + +#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 +msgid "Incidents opened" +msgstr "Incidentes abiertos" + +#: ../../general/shortcut_bar.php:217 +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "Ver informaes" + +#: ../../general/shortcut_bar.php:222 +msgid "Create new message" +msgstr "Crear un nuevo mensaje" + +#: ../../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 "Documentos" + +#: ../../general/login_page.php:145 +msgid "Login as admin" +msgstr "Entrar como administrador" + +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "Desconectado" + +#: ../../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:261 +msgid "" +"Pandora FMS frontend is built on advanced, modern technologies and does not " +"support old browsers." +msgstr "" +"El interfaz Pandora FMS se basa en tecnologías avanzadas y modernas, y no " +"soporta los navegadores antiguos." + +#: ../../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 "" +"Le recomendamos que elija e instale un navegador moderno. Sólo tardará unos " +"minutos." + +#: ../../general/login_page.php:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "¿Por qué le recomendamos que actualice su navegador?" + +#: ../../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." + +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "Continúe a pesar de esta advertencia" + +#: ../../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:224 ../../general/logon_ok.php:421 +#: ../../godmode/admin_access_logs.php:191 +#: ../../operation/snmpconsole/snmp_statistics.php:140 +#: ../../mobile/operation/tactical.php:311 +#: ../../include/functions_reporting_html.php:2855 +msgid "Source IP" +msgstr "IP origen" + +#: ../../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/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "Los espacios serán usados para una condicion \"AND\"" + +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "Introduzca palabras clave para buscar" + +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "Código QR de la página" + +#: ../../general/header.php:147 +#: ../../operation/visual_console/public_console.php:130 +msgid "QR code of the page" +msgstr "Código QR de la página" + +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "Asistente de Pandora FMS" + +#: ../../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" + +#: ../../general/header.php:258 +#, php-format +msgid "You have %d warning(s)" +msgstr "Tiene %d advertencia(s)" + +#: ../../general/header.php:269 +msgid "There are not warnings" +msgstr "No hay advertencias" + +#: ../../general/header.php:296 +msgid "New chat message" +msgstr "Nuevo mensaje del chat" + +#: ../../general/header.php:305 +msgid "Message overview" +msgstr "Vista general de mensajes" + +#: ../../general/header.php:306 +#, php-format +msgid "You have %d unread message(s)" +msgstr "Tiene %d mensaje(s) sin leer" + +#: ../../general/footer.php:30 ../../mobile/include/functions_web.php:81 +#: ../../mobile/include/ui.class.php:257 +#, php-format +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Revisión %s" + +#: ../../general/logon_failed.php:21 ../../operation/users/user_edit.php:603 +#: ../../operation/users/user_edit.php:668 +#: ../../operation/users/user_edit.php:739 +#: ../../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" + +#: ../../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/login_identification_wizard.php:142 +msgid "The Pandora FMS community wizard" +msgstr "Asistente de la comunidad Pandora FMS" + +#: ../../general/login_identification_wizard.php:147 +msgid "Stay up to date with the Pandora FMS community" +msgstr "Manténgase al día de la comunidad de Pandora FMS" + +#: ../../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 "" +"Cuando se suscribe al servicio Pandora FMS Update Manager, acepta que " +"registremos su instancia de Pandora como un identificador en la base de " +"datos propiedad de Artica TS. Estos datos solo se utilizarán para " +"proporcionarle información sobre Pandora FMS y no serán cedidos a terceros. " +"Podrá cancelar el registro de dicha base de datos en cualquier momento desde " +"las opciones de Update Manager" + +#: ../../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 "" +"De la misma manera, al suscribirse al boletín de noticias acepta que su " +"correo electrónico se transmitirá a una base de datos de Artica TS. Estos " +"datos solo se utilizarán para proporcionarle información sobre Pandora FMS y " +"no serán cedidos a terceros. Podrá cancelar el registro de dicha base de " +"datos en cualquier momento desde las opciones de suscripción a los boletines" + +#: ../../general/login_identification_wizard.php:161 +msgid "Return" +msgstr "Volver" + +#: ../../general/login_identification_wizard.php:165 +msgid "Join the Pandora FMS community" +msgstr "Únete a la comunidad de Pandora FMS" + +#: ../../general/login_identification_wizard.php:167 +#: ../../operation/users/user_edit.php:382 +msgid "Subscribe to our newsletter" +msgstr "Suscríbete a nuestro boletín" + +#: ../../general/login_identification_wizard.php:172 +msgid "Required" +msgstr "Requerido" + +#: ../../general/login_identification_wizard.php:182 +msgid "Do you want to continue without any registration" +msgstr "Desea continuar sin ningún registro?" + +#: ../../general/alert_enterprise.php:90 +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 pagina está restringido solo a usuarios autorizados, por " +"favor, contacte con el administrador del sistema si necesita ayuda.
" +"
\n" +"\tPor favor recuerde que todos los accesos a esta página se registran en los " +"losg de la base de datos de Pandora FMS" + +#: ../../general/alert_enterprise.php:101 +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 cliente de Administrador de actualizaciones se incluye en Pandora FMS. " +"Esto ayuda a los administradores del sistema a actualizar su Pandora FMS " +"automáticamente, ya que el Administrador de actualizaciones recupera " +"automáticamente los nuevos módulos, los nuevos complementos y las nuevas " +"funciones (incluso las herramientas de migración completas para versiones " +"futuras)." + +#: ../../general/alert_enterprise.php:104 +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 "" +"Las actualizaciones de la versión OpenSource son paquetes automatizados " +"generados cada semana. Estas actualizaciones vienen sin garantía o soporte. " +"Si su sistema está dañado o una característica deja de funcionar " +"correctamente, necesitará recuperar una copia de seguridad usted mismo." + +#: ../../general/alert_enterprise.php:107 +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 "" +"La versión Enterprise viene con un sistema de actualización diferente, con " +"paquetes totalmente probados y con soporte profesional, nuestro equipo de " +"soporte está ahí para ayudarle en caso de problemas o consultas. El " +"administrador de actualizaciones es otra característica presente en la " +"versión Enterprise y no incluida en la versión OpenSource. Existen muchas " +"funciones avanzadas orientadas a la empresa contenidas en Pandora FMS " +"Enterprise Edition. Para obtener más información, visite pandorafms.com " + +#: ../../general/alert_enterprise.php:115 +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." + +#: ../../general/alert_enterprise.php:118 +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." + +#: ../../general/alert_enterprise.php:121 +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 "" +"El administrador de actualizaciones manda información anónima acerca del uso " +"de PandoraFMS (número de agentes o módulos en ejecución). Para desactivarlo, " +"por favor, elimine la dirección del servidor remoto en la configuración del " +"plugin del administrador de actualizaciones." + +#: ../../general/alert_enterprise.php:128 +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 "" +"¿Desea consolidar toda la supervisión de su sistema? ¿Tiene muchos sistemas, " +"por lo que es difícil administrarlos de una manera integral? ¿Le gustaría " +"implementar monitorización, alertas e incluso complementos locales con un " +"solo clic? Las políticas de Pandora FMS Enterprise son exactamente lo que " +"necesita; Ahorrará tiempo, esfuerzo y molestias. Más información pandorafms.com" + +#: ../../general/alert_enterprise.php:135 +msgid "" +"Pandora FMS Enterprise also features event correlation. Through correlation " +"you can generate realtime alerts and / or new events based on logical rules. " +"This allows you to automate troubleshooting. If you know the value of " +"working with events, event correlation will take you to a new level." +msgstr "" +"Pandora FMS Enterprise también ofrece correlación de eventos. A través de la " +"correlación puede generar alertas en tiempo real y / o nuevos eventos " +"basados en reglas lógicas. Esto le permite automatizar la solución de " +"problemas. Si conoce el valor de trabajar con eventos, la correlación de " +"eventos le llevará a un nuevo nivel." + +#: ../../general/alert_enterprise.php:138 +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 "" +"La generación de informes en la versión Enterprise también es más potente: " +"cuenta con asistentes, puede programar los correos electrónicos en PDF para " +"que se envíen según el calendario que decida y tiene un sistema de " +"plantillas para crear informes personalizados de manera rápida para cada uno " +"de sus clientes. Incluso permitirá a sus clientes generar sus propios " +"informes a partir de plantillas creadas por usted. Si los informes son clave " +"para su negocio, la versión Enterprise de Pandora FMS es para usted." + +#: ../../general/alert_enterprise.php:141 +msgid "These options are only effective on the Enterprise version." +msgstr "Estas opciones son solo efectivas en la versión Enterprise." + +#: ../../general/alert_enterprise.php:144 +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 "" +"ADVERTENCIA: Se encuentra a un solo clic de una actualización automática. " +"Esto puede resultar en que su sistema acabe dañado, incluyendo pérdida de " +"datos y operatividad. Compruebe que tiene una copia de seguridad reciente. " +"Las actualizaciones de la versión OpenSource son paquetes creados " +"automáticamente, y no hay GARANTÍA o APOYO. Si necesita asistencia " +"profesional y garantía, actualice a la versión Enterprise." + +#: ../../general/alert_enterprise.php:147 +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 "" +"Este sistema está muy congestionado. La versión OpenSource podría obtener " +"muchos más agentes, pero la precisión requiere de tiempo y conocimiento. " +"Revise la versión Enterprise para obtener un sistema profesional compatible." + +#: ../../general/alert_enterprise.php:150 +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 "" +"El sistema tiene muchos módulos por agente. La versión OpenSource puede " +"manejar miles de módulos, pero no se recomienda tener más de 40 módulos por " +"agnete. Esta configuración tiene módulos B/A por agente. Revise la versión " +"Enterprise para obtener un sistema profesional compatible." + +#: ../../general/alert_enterprise.php:153 +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 "" +"Se han detectado muchos módulos remotos en este sistema. La versión " +"OpenSource puede manejar miles de módulos, pero el rendimiento será limitado " +"con un gran número de peticiones SNMP o ICMP. Revise la versión Enterprise " +"para obtener un sistema profesional compatible." + +#: ../../general/alert_enterprise.php:156 +msgid "" +"This system has too much events in the database. Checkout database purge " +"options. Checkout the Enterprise Version for a professional supported system." +msgstr "" +"Este sistema tiene muchos eventos en la base de datos. Consulte las opciones " +"de purga de la base de datos. Revise la versión Enterprise para obtener un " +"sistema profesional compatible." + +#: ../../general/alert_enterprise.php:159 +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 "" +"Tiene definido un gran numero de agentes, de esta forma se experimentarán " +"problemas de rendimiento en un futuro. En la versión Enterprise puede usar " +"correlación de alertas de eventos para simplificar el sistema de alertas y " +"poder manejarlo de forma sencilla y aumentar el rendimiento." + +#: ../../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/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/reporting_builder.php:80 +msgid "" +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" +msgstr "" +"El informe ha sido planificado y el sistema enviará un email con el informe " +"en PDF" + +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" +msgstr "Ha ocurrido un error" + +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1866 +#: ../../godmode/reporting/reporting_builder.php:1918 +msgid "Reports list" +msgstr "Lista de informes" + +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1875 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/reporting_viewer.php:130 +#: ../../operation/menu.php:236 +msgid "Custom reporting" +msgstr "Informes personalizados" + +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " +msgstr "Texto libre de búsqueda " + +#: ../../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." + +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" +msgstr "Mostrar Opciones" + +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" +msgstr "" +"Este informe excede el tiempo límite para las operaciones de tiempo real" + +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" +msgstr "Crear informe" + +#: ../../godmode/reporting/reporting_builder.php:1936 +#: ../../operation/reporting/reporting_viewer.php:98 +msgid "View report" +msgstr "Ver informe" + +#: ../../godmode/reporting/reporting_builder.php:1989 +msgid "Unsuccessfull action

" +msgstr "Acciones fallidas" + +#: ../../godmode/reporting/graphs.php:75 +#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:243 +msgid "Custom graphs" +msgstr "Gráficas personalizadas" + +#: ../../godmode/reporting/graphs.php:152 +#: ../../operation/reporting/graph_viewer.php:325 +#: ../../operation/search_graphs.php:33 +msgid "Graph name" +msgstr "Nombre gráfica" + +#: ../../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: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:371 +msgid "Successfully delete." +msgstr "Borrado satisfactoriamente" + +#: ../../godmode/reporting/visual_console_builder.php:655 +#: ../../operation/visual_console/render_view.php:118 +msgid "Services wizard" +msgstr "Asistente de servicios" + +#: ../../godmode/reporting/graph_builder.php:202 +#: ../../operation/reporting/graph_viewer.php:139 +msgid "Graph editor" +msgstr "Editor de Gráficas" + +#: ../../godmode/reporting/graph_builder.php:205 +#: ../../operation/reporting/graph_viewer.php:145 +msgid "View graph" +msgstr "Ver gráfica" + +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Graph builder" +msgstr "Constructor de gráficos" + +#: ../../godmode/reporting/graph_builder.php:237 +msgid "Graph stored successfully" +msgstr "Gráfica almacenada correctamente" + +#: ../../godmode/reporting/graph_builder.php:237 +msgid "There was a problem storing Graph" +msgstr "Hubo un problema al almacenar la gráfica" + +#: ../../godmode/reporting/graph_builder.php:240 +#: ../../godmode/agentes/configurar_agente.php:1279 +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/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/reporting_builder.item_editor.php:643 +msgid "Not valid" +msgstr "No válida" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:733 #: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:97 #: ../../operation/netflow/nf_live_view.php:245 -#: ../../godmode/reporting/reporting_builder.item_editor.php:729 #: ../../include/functions_netflow.php:1131 #: ../../include/functions_netflow.php:1141 #: ../../include/functions_netflow.php:1158 @@ -20976,1418 +19352,161 @@ msgstr "Usuario asignado" msgid "Resolution" msgstr "Resolución" -#: ../../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.files.php:35 -msgid "Add a file" -msgstr "Añadir un archivo" - -#: ../../operation/integria_incidents/incident.files.php:66 -msgid "Delete file" -msgstr "Borrar archivo" - -#: ../../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: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/search_graphs.php:33 -#: ../../operation/reporting/graph_viewer.php:325 -#: ../../godmode/reporting/graphs.php:152 -msgid "Graph name" -msgstr "Nombre gráfica" - -#: ../../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:163 -#: ../../include/functions_reporting_html.php:2017 -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/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:214 -#: ../../operation/messages/message_edit.php:43 -msgid "Create message" -msgstr "Crear mensaje" - -#: ../../operation/messages/message_list.php:43 -#: ../../operation/messages/message_edit.php:46 ../../operation/menu.php:372 -#: ../../godmode/menu.php:435 -msgid "Messages" -msgstr "Mensajes" - -#: ../../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:87 -msgid "You have" -msgstr "Tiene" - -#: ../../operation/messages/message_list.php:80 -msgid "sent message(s)" -msgstr "Mensaje(s) enviado(s)" - -#: ../../operation/messages/message_list.php:87 -msgid "unread message(s)" -msgstr "mensaje(s) sin leer" - -#: ../../operation/messages/message_list.php:93 -msgid "There are no messages." -msgstr "No hay mensajes." - -#: ../../operation/messages/message_list.php:119 -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -msgid "Destination" -msgstr "Destino" - -#: ../../operation/messages/message_list.php:121 -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -msgid "Sender" -msgstr "Remitente" - -#: ../../operation/messages/message_list.php:122 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -#: ../../godmode/update_manager/update_manager.messages.php:136 -msgid "Subject" -msgstr "Asunto" - -#: ../../operation/messages/message_list.php:132 -msgid "Click to read" -msgstr "Hacer click para leer" - -#: ../../operation/messages/message_list.php:137 -msgid "Mark as unread" -msgstr "Marcar como no leído" - -#: ../../operation/messages/message_list.php:144 -#: ../../operation/messages/message_list.php:149 -msgid "Message unread - click to read" -msgstr "Mensaje sin leer; pulse para leerlo" - -#: ../../operation/messages/message_list.php:176 -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/messages/message_edit.php:217 -#: ../../operation/users/webchat.php:90 -msgid "Send message" -msgstr "Enviar mensaje" - -#: ../../operation/events/events.build_table.php:37 -msgid "More detail" -msgstr "Más detalles" - -#: ../../operation/events/events.build_table.php:85 -#: ../../operation/events/events.build_table.php:89 -msgid "The Agent: " -msgstr "El agente: " - -#: ../../operation/events/events.build_table.php:86 -#: ../../operation/events/events.build_table.php:90 -msgid " has " -msgstr " tiene " - -#: ../../operation/events/events.build_table.php:87 -#: ../../operation/events/events.build_table.php:91 -msgid " events." -msgstr " eventos." - -#: ../../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:235 -#: ../../include/functions_events.php:3369 -msgid "Extra ID" -msgstr "ID Extra" - -#: ../../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:686 -#: ../../operation/snmpconsole/snmp_view.php:668 -#: ../../include/functions_events.php:3816 -msgid "Show more" -msgstr "Mostrar más" - -#: ../../operation/events/events.build_table.php:740 -msgid "Validate selected" -msgstr "Validar selección" - -#: ../../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_rss.php:185 ../../operation/menu.php:93 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/events/events_list.php:183 -#: ../../operation/events/events_list.php:607 -msgid "No filter loaded" -msgstr "No se ha cargado el filtro" - -#: ../../operation/events/events_list.php:185 -#: ../../operation/events/events_list.php:612 -msgid "Filter loaded" -msgstr "Filtro cargado" - -#: ../../operation/events/events_list.php:187 -#: ../../operation/events/events_list.php:250 -#: ../../operation/events/events_list.php:596 -msgid "Save filter" -msgstr "Guardar filtro" - -#: ../../operation/events/events_list.php:189 -#: ../../operation/events/events_list.php:273 -#: ../../operation/events/events_list.php:275 -#: ../../operation/events/events_list.php:600 -#: ../../operation/netflow/nf_live_view.php:311 -msgid "Load filter" -msgstr "Cargar filtro" - -#: ../../operation/events/events_list.php:210 -msgid "New filter" -msgstr "Nuevo filtro" - -#: ../../operation/events/events_list.php:211 -#: ../../operation/events/events_list.php:242 -#: ../../godmode/netflow/nf_edit_form.php:180 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -msgid "Update filter" -msgstr "Actualizar filtro" - -#: ../../operation/events/events_list.php:217 -#: ../../godmode/events/event_edit_filter.php:204 -msgid "Filter name" -msgstr "Nombre del filtro" - -#: ../../operation/events/events_list.php:220 -msgid "Save in Group" -msgstr "Guardar en el grupo" - -#: ../../operation/events/events_list.php:237 -msgid "Overwrite filter" -msgstr "Sobrescribir filtro" - -#: ../../operation/events/events_list.php:425 -#: ../../godmode/events/event_edit_filter.php:274 -msgid "User ack." -msgstr "Validación del usuario" - -#: ../../operation/events/events_list.php:437 -#: ../../godmode/events/event_edit_filter.php:373 -msgid "Module search" -msgstr "Búsqueda por módulo" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:363 -msgid "Alert events" -msgstr "Eventos de la alerta" - -#: ../../operation/events/events_list.php:457 -#: ../../godmode/events/event_edit_filter.php:367 -msgid "Filter alert events" -msgstr "Filtrar eventos de alertas" - -#: ../../operation/events/events_list.php:457 -#: ../../godmode/events/event_edit_filter.php:368 -msgid "Only alert events" -msgstr "Solo eventos de alertas" - -#: ../../operation/events/events_list.php:469 -msgid "Date from" -msgstr "Fecha desde" - -#: ../../operation/events/events_list.php:475 -msgid "Date to" -msgstr "Fecha hasta" - -#: ../../operation/events/events_list.php:495 -#: ../../operation/events/events_list.php:509 -#: ../../godmode/events/event_edit_filter.php:334 -msgid "Events with following tags" -msgstr "Eventos con las siguientes etiquetas" - -#: ../../operation/events/events_list.php:501 -#: ../../operation/events/events_list.php:515 -#: ../../godmode/events/event_edit_filter.php:349 -msgid "Events without following tags" -msgstr "Eventos sin las siguientes etiquetas" - -#: ../../operation/events/events_list.php:571 -#: ../../godmode/events/event_edit_filter.php:289 -msgid "Group events" -msgstr "Eventos agrupados" - -#: ../../operation/events/events_list.php:572 -msgid "Group agents" -msgstr "Grupos de agente" - -#: ../../operation/events/events_list.php:602 -msgid "Show events graph" -msgstr "Mostrar gráfica de eventos" - -#: ../../operation/events/events_list.php:639 -msgid "Event control filter" -msgstr "Filtro de control de eventos" - -#: ../../operation/events/events_list.php:643 -msgid "Error creating filter." -msgstr "Error creando filtro." - -#: ../../operation/events/events_list.php:644 -msgid "Error creating filter is duplicated." -msgstr "Error creando filtro al estar duplicado." - -#: ../../operation/events/events_list.php:645 -msgid "Filter created." -msgstr "Filtro creado." - -#: ../../operation/events/events_list.php:647 -msgid "Filter updated." -msgstr "Filtro actualizado." - -#: ../../operation/events/events_list.php:648 -msgid "Error updating filter." -msgstr "Error actualizando filtro." - -#: ../../operation/events/events_list.php:1003 -msgid "Filter name cannot be left blank" -msgstr "El nombre del filtro no se puede dejar en blanco" - -#: ../../operation/events/events_list.php:1070 -#: ../../operation/events/events_list.php:1154 -msgid "none" -msgstr "Ninguno" - -#: ../../operation/events/events_list.php:1476 -msgid "Events generated -by agent-" -msgstr "Eventos generados -por agente-" - -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -#: ../../include/functions_events.php:1011 -msgid "Event graph" -msgstr "Gráfica de eventos" - -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "Gráfica de eventos por usuario" - -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -#: ../../include/functions_events.php:1016 -msgid "Event graph by agent" -msgstr "Gráfica de eventos por agente" - -#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:299 -msgid "Sound Events" -msgstr "Eventos sonoros" - -#: ../../operation/events/sound_events.php:67 -msgid "Sound console" -msgstr "Consola sonora" - -#: ../../operation/events/sound_events.php:80 -#: ../../include/functions_reporting.php:5569 -msgid "Monitor critical" -msgstr "Monitor crítico" - -#: ../../operation/events/sound_events.php:81 -#: ../../include/functions_reporting.php:5573 -msgid "Monitor warning" -msgstr "Monitor warning" - -#: ../../operation/events/events.php:187 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1084 +msgid "Target server" +msgstr "Servidor Target" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1117 +#: ../../include/functions_reports.php:585 +msgid "SQL query" +msgstr "Consulta SQL" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1185 +#: ../../godmode/netflow/nf_item_list.php:150 +#: ../../operation/netflow/nf_live_view.php:254 +msgid "Max. values" +msgstr "Valores máximos" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1236 +msgid "Greater or equal (>=)" +msgstr "Mayor o igual (>=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 +msgid "Less or equal (<=)" +msgstr "Menor o igual (<=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 +msgid "Less (<)" +msgstr "Menor de (<)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1239 +msgid "Greater (>)" +msgstr "Mayor de (>)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1240 +msgid "Equal (=)" +msgstr "Igual a" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1241 +msgid "Not equal (!=)" +msgstr "No igual a" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1449 +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:1621 +msgid "rate" +msgstr "tasa" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1644 msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." 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." +"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:1658 +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/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:178 +msgid "Image" +msgstr "Imagen" + +#: ../../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:504 +msgid "Map linked" +msgstr "Mapa enlazado" + +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:571 +msgid "Static Graph" +msgstr "Icono" + +#: ../../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 +#: ../../mobile/operation/events.php:506 +#: ../../include/functions_visual_map_editor.php:573 +msgid "Module Graph" +msgstr "Gráfica de módulo" + +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +#: ../../include/functions_visual_map_editor.php:574 +#: ../../include/functions_visual_map.php:2323 +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_editor.php:62 +#: ../../include/functions_visual_map_editor.php:578 +#: ../../include/functions_visual_map.php:2306 +msgid "Box" +msgstr "caja" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:610 +msgid "Edit label" +msgstr "Editar etiqueta" + +#: ../../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 +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" -#: ../../operation/events/events.php:325 -#: ../../operation/users/user_edit.php:302 ../../godmode/events/events.php:37 -msgid "Event list" -msgstr "Lista de eventos" - -#: ../../operation/events/events.php:330 -msgid "History event list" -msgstr "Lista histórica de eventos" - -#: ../../operation/events/events.php:335 -msgid "RSS Events" -msgstr "Eventos RSS" - -#: ../../operation/events/events.php:340 -msgid "Marquee display" -msgstr "Marquesina deslizante" - -#: ../../operation/events/events.php:345 -msgid "Export to CSV file" -msgstr "Exportar a un archivo CSV" - -#: ../../operation/events/events.php:349 ../../operation/events/events.php:388 -msgid "Sound events" -msgstr "Eventos sonoros" - -#: ../../operation/events/events.php:356 ../../godmode/events/events.php:85 -#: ../../godmode/events/events.php:88 -#: ../../godmode/users/configure_profile.php:283 -msgid "Manage events" -msgstr "Gestionar eventos" - -#: ../../operation/events/events.php:392 -msgid "History" -msgstr "Historial" - -#: ../../operation/events/events.php:396 -#: ../../operation/agentes/networkmap.php:289 -#: ../../operation/snmpconsole/snmp_view.php:73 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../godmode/category/category.php:58 -#: ../../godmode/alerts/alert_list.php:299 -#: ../../godmode/agentes/planned_downtime.editor.php:38 -#: ../../include/functions_html.php:662 ../../include/functions_html.php:663 -#: ../../include/functions_html.php:783 ../../include/functions_html.php:784 -msgid "List" -msgstr "Lista" - -#: ../../operation/events/events.php:430 ../../operation/menu.php:311 -msgid "Sound Alerts" -msgstr "Alertas sonoras" - -#: ../../operation/events/events.php:437 -msgid "Main event view" -msgstr "Vista principal de eventos" - -#: ../../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:794 -msgid "Error deleting event" -msgstr "Error al eliminar evento" - -#: ../../operation/search_agents.php:109 -#: ../../operation/agentes/ver_agente.php:813 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "Gestionar" - -#: ../../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/agentes/tactical.php:134 -msgid "Report of State" -msgstr "Informe de Estado" - -#: ../../operation/agentes/tactical.php:192 -#: ../../include/functions_events.php:866 -msgid "Latest events" -msgstr "Últimos eventos" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:522 -msgid "Agent custom fields" -msgstr "Campos personalizados de agente" - -#: ../../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:464 -#: ../../godmode/gis_maps/configure_gis_map.php:471 -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:453 -#: ../../operation/agentes/estado_monitores.php:440 -msgid "Free text for search (*):" -msgstr "Texto libre de búsqueda (*)" - -#: ../../operation/agentes/networkmap.php:477 -msgid "Depth" -msgstr "Profundidad" - -#: ../../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/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:185 -#: ../../include/ajax/module.php:133 -msgid "Choose a time from now" -msgstr "Elija un tiempo a partir de ahora" - -#: ../../operation/agentes/datos_agente.php:188 -#: ../../include/ajax/module.php:145 -msgid "Specify time range" -msgstr "Especificar rango de tiempo" - -#: ../../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/datos_agente.php:286 -#: ../../godmode/agentes/module_manager.php:487 -#: ../../include/ajax/module.php:307 -msgid "No available data to show" -msgstr "No hay datos disponibles para mostrar" - -#: ../../operation/agentes/exportdata.csv.php:68 -#: ../../operation/agentes/exportdata.php:82 -#: ../../operation/agentes/exportdata.excel.php:67 -msgid "Invalid time specified" -msgstr "Hora especificada no válida" - -#: ../../operation/agentes/exportdata.csv.php:181 -#: ../../operation/agentes/exportdata.php:209 -#: ../../operation/agentes/exportdata.excel.php:164 -msgid "No modules specified" -msgstr "No se especificó ningún módulo" - -#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:54 -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:294 -msgid "Monitor status" -msgstr "Estado del monitor" - -#: ../../operation/agentes/status_monitor.php:337 -#: ../../operation/agentes/alerts_status.functions.php:91 -msgid "No tags" -msgstr "Sin etiquetas" - -#: ../../operation/agentes/status_monitor.php:368 -#: ../../godmode/agentes/module_manager_editor_data.php:17 -msgid "Data server module" -msgstr "Módulo del servidor de datos" - -#: ../../operation/agentes/status_monitor.php:370 -#: ../../godmode/agentes/module_manager_editor_network.php:64 -msgid "Network server module" -msgstr "Módulo del servidor de red" - -#: ../../operation/agentes/status_monitor.php:372 -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -msgid "Plugin server module" -msgstr "Módulo del servidor de complementos" - -#: ../../operation/agentes/status_monitor.php:374 -#: ../../godmode/agentes/module_manager_editor_wmi.php:32 -msgid "WMI server module" -msgstr "Módulo del servidor WMI" - -#: ../../operation/agentes/status_monitor.php:376 -#: ../../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:382 -#: ../../operation/agentes/status_monitor.php:948 -msgid "Server type" -msgstr "Tipo de servidor" - -#: ../../operation/agentes/status_monitor.php:393 -msgid "Data type" -msgstr "Tipo de dato" - -#: ../../operation/agentes/status_monitor.php:512 -msgid "Advanced Options" -msgstr "Opciones Avanzadas" - -#: ../../operation/agentes/status_monitor.php:935 -msgid "Data Type" -msgstr "Tipo de Dato" - -#: ../../operation/agentes/status_monitor.php:973 -#: ../../godmode/agentes/module_manager.php:529 -#: ../../include/ajax/module.php:710 -msgid "Warn" -msgstr "Advertencia" - -#: ../../operation/agentes/status_monitor.php:1408 -msgid "This group doesn't have any monitor" -msgstr "Este grupo no tiene ningún monitor definido" - -#: ../../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:255 -#: ../../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:257 -#: ../../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:284 -#: ../../operation/agentes/interface_traffic_graph_win.php:219 -msgid "Refresh time" -msgstr "Tiempo de actualización" - -#: ../../operation/agentes/stat_win.php:292 -msgid "Avg. Only" -msgstr "Solo la media" - -#: ../../operation/agentes/stat_win.php:307 -msgid "Begin time" -msgstr "Comenzar el tiempo" - -#: ../../operation/agentes/stat_win.php:313 -#: ../../operation/agentes/interface_traffic_graph_win.php:244 -msgid "Zoom factor" -msgstr "Factor de ampliación" - -#: ../../operation/agentes/stat_win.php:325 -#: ../../operation/agentes/interface_traffic_graph_win.php:232 -#: ../../operation/agentes/graphs.php:136 -#: ../../operation/reporting/graph_viewer.php:204 -msgid "Time range" -msgstr "Rango de tiempo" - -#: ../../operation/agentes/stat_win.php:332 -#: ../../operation/agentes/graphs.php:140 -msgid "Show events" -msgstr "Mostrar eventos" - -#: ../../operation/agentes/stat_win.php:343 -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:349 -#: ../../operation/agentes/graphs.php:142 -msgid "Show alerts" -msgstr "Mostrar alertas" - -#: ../../operation/agentes/stat_win.php:355 -msgid "Show event graph" -msgstr "Mostrar gráfica de eventos" - -#: ../../operation/agentes/stat_win.php:364 -#: ../../operation/agentes/interface_traffic_graph_win.php:238 -msgid "Show percentil 95º" -msgstr "Muestra porcentaje 95º" - -#: ../../operation/agentes/stat_win.php:407 -#: ../../operation/agentes/interface_traffic_graph_win.php:271 -msgid "Reload" -msgstr "Actualizar" - -#: ../../operation/agentes/ver_agente.php:729 -msgid "Sons" -msgstr "Hijos" - -#: ../../operation/agentes/ver_agente.php:869 -#: ../../godmode/agentes/configurar_agente.php:349 -msgid "GIS data" -msgstr "Datos GIS" - -#: ../../operation/agentes/ver_agente.php:919 -#: ../../operation/agentes/ver_agente.php:1093 -#: ../../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:519 -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -msgid "Graphs" -msgstr "Gráficas" - -#: ../../operation/agentes/ver_agente.php:937 -msgid "Log Viewer" -msgstr "Visor de sucesos" - -#: ../../operation/agentes/ver_agente.php:950 -#: ../../operation/agentes/ver_agente.php:1105 -#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 -#: ../../godmode/menu.php:255 -msgid "eHorus" -msgstr "eHorus" - -#: ../../operation/agentes/ver_agente.php:957 -msgid "Terminal" -msgstr "Terminal" - -#: ../../operation/agentes/ver_agente.php:967 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:825 -msgid "Processes" -msgstr "Procesos" - -#: ../../operation/agentes/ver_agente.php:1087 -#: ../../godmode/agentes/configurar_agente.php:519 -msgid "Gis" -msgstr "Gis" - -#: ../../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/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/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:257 -#: ../../include/functions_treeview.php:559 -msgid "Agent access rate (24h)" -msgstr "Accesibilidad del agente (24h)" - -#: ../../operation/agentes/estado_generalagente.php:389 -msgid "Active incident on this agent" -msgstr "Activar incidencia a este agente" - -#: ../../operation/agentes/estado_generalagente.php:449 -#: ../../include/functions_treeview.php:641 -msgid "Interface information" -msgstr "Interfaz de información" - -#: ../../operation/agentes/estado_generalagente.php:478 -#: ../../include/functions_treeview.php:619 -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:618 -msgid "Refresh data" -msgstr "Refrescar datos" - -#: ../../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/exportdata.php:36 ../../operation/menu.php:398 -msgid "Export data" -msgstr "Exportar datos" - -#: ../../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:321 -#: ../../include/functions_netflow.php:1031 -msgid "Data table" -msgstr "Tabla de datos" - -#: ../../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/estado_agente.php:145 ../../operation/menu.php:49 -#: ../../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:614 -#: ../../operation/agentes/group_view.php:429 -#: ../../godmode/agentes/modificar_agente.php:600 -msgid "There are no defined agents" -msgstr "No hay ningún agente definido" - -#: ../../operation/agentes/group_view.php:116 -msgid "Summary of the status groups" -msgstr "Resumen de los grupos por estatus" - -#: ../../operation/agentes/group_view.php:169 -msgid "Not Init" -msgstr "No iniciado" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "Datos actuales a" - -#: ../../operation/agentes/graphs.php:86 -msgid "Other modules" -msgstr "Otros módulos" - -#: ../../operation/agentes/graphs.php:91 -msgid "Modules network no proc" -msgstr "Módulos de red sin proc" - -#: ../../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:210 -msgid "There was an error loading the graph" -msgstr "Sucedió un error al cargar la gráfica" - -#: ../../operation/agentes/graphs.php:218 -#: ../../operation/agentes/graphs.php:221 -msgid "Name custom graph" -msgstr "Nombre de gráfica personalizada" - -#: ../../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/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:426 -msgid "Status:" -msgstr "Estado:" - -#: ../../operation/agentes/estado_monitores.php:432 -msgid "Not Normal" -msgstr "No normal" - -#: ../../operation/agentes/estado_monitores.php:441 -msgid "Search by module name, list matches." -msgstr "Búsqueda por nombre del módulo, lista las coincidencias." - -#: ../../operation/agentes/estado_monitores.php:454 -msgid "Reset" -msgstr "Reiniciar" - -#: ../../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/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: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/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "Error al procesar la(s) alerta(s)" - -#: ../../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/alerts_status.functions.php:109 -msgid "No actions" -msgstr "Sin Acciones" - -#: ../../operation/agentes/ehorus.php:30 -msgid "Missing agent id" -msgstr "Falta id de agente" - -#: ../../operation/agentes/ehorus.php:48 -msgid "Missing ehorus agent id" -msgstr "Falta id de agente de ehorus" - -#: ../../operation/agentes/ehorus.php:80 -msgid "There was an error retrieving an authorization token" -msgstr "Ha habido un error en la recepción del token de autorización" - -#: ../../operation/agentes/ehorus.php:93 -#: ../../operation/agentes/ehorus.php:129 -msgid "There was an error processing the response" -msgstr "Ha habido un error en el procesamiento de la respuesta" - -#: ../../operation/agentes/ehorus.php:116 -msgid "There was an error retrieving the agent data" -msgstr "Ha habido un error en la obtención de los datos del agente" - -#: ../../operation/agentes/ehorus.php:134 -msgid "Remote management of this agent with eHorus" -msgstr "Control remoto de este agente con eHorus" - -#: ../../operation/agentes/ehorus.php:136 -msgid "Launch" -msgstr "Iniciar" - -#: ../../operation/agentes/ehorus.php:142 -msgid "The connection was lost and the authorization token was expired" -msgstr "La conexión se perdió y el token de autorización ha expirado" - -#: ../../operation/agentes/ehorus.php:144 -msgid "Reload the page to request a new authorization token" -msgstr "Refresque la página para conseguir otro token de autorización" - -#: ../../operation/agentes/alerts_status.php:108 -msgid "Full list of alerts" -msgstr "Lista completa de alertas" - -#: ../../operation/agentes/alerts_status.php:132 -#: ../../operation/users/user_edit.php:305 ../../operation/menu.php:57 -msgid "Alert detail" -msgstr "Detalle de alertas" - -#: ../../operation/agentes/alerts_status.php:144 -msgid "Insufficient permissions to validate alerts" -msgstr "Permisos insuficientes para validar alertas" - -#: ../../operation/agentes/alerts_status.php:396 -#: ../../godmode/alerts/alert_list.list.php:163 -msgid "Alert control filter" -msgstr "Filtro de control de alertas" - -#: ../../operation/agentes/alerts_status.php:421 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../include/ajax/module.php:694 -msgid "Force execution" -msgstr "Forzar ejecución" - -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../include/ajax/module.php:694 -msgid "F." -msgstr "F." - -#: ../../operation/agentes/alerts_status.php:594 -msgid "No alerts found" -msgstr "No se encontró ninguna alerta" - -#: ../../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:98 -#: ../../godmode/reporting/reporting_builder.php:1933 -msgid "View report" -msgstr "Ver informe" - -#: ../../operation/reporting/reporting_viewer.php:130 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/menu.php:236 -#: ../../godmode/reporting/reporting_builder.php:346 -#: ../../godmode/reporting/reporting_builder.php:368 -#: ../../godmode/reporting/reporting_builder.php:1872 -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: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:317 -#: ../../operation/reporting/graph_viewer.php:307 -msgid "Invalid date selected" -msgstr "Fecha seleccionada inválida" - -#: ../../operation/reporting/graph_viewer.php:139 -#: ../../godmode/reporting/graph_builder.php:202 -msgid "Graph editor" -msgstr "Editor de Gráficas" - -#: ../../operation/reporting/graph_viewer.php:145 -#: ../../godmode/reporting/graph_builder.php:205 -msgid "View graph" -msgstr "Ver gráfica" - -#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:243 -#: ../../godmode/reporting/graphs.php:75 -msgid "Custom graphs" -msgstr "Gráficas personalizadas" - -#: ../../operation/reporting/graph_viewer.php:181 -msgid "No data." -msgstr "Sin datos." - -#: ../../operation/reporting/graph_viewer.php:213 -#: ../../operation/reporting/graph_viewer.php:236 -msgid "Graph defined" -msgstr "Gráfico definido" - -#: ../../operation/reporting/graph_viewer.php:227 #: ../../godmode/reporting/graph_builder.main.php:167 +#: ../../operation/reporting/graph_viewer.php:227 msgid "Equalize maximum thresholds" msgstr "Igualar umbrales máximos" -#: ../../operation/reporting/graph_viewer.php:228 #: ../../godmode/reporting/graph_builder.main.php:168 +#: ../../operation/reporting/graph_viewer.php:228 msgid "" "If an option is selected, all graphs will have the highest value from all " "modules included in the graph as a maximum threshold" @@ -22395,788 +19514,1749 @@ msgstr "" "Si se selecciona una opción, todos los gráficos tendrán el valor más alto de " "todos los módulos incluidos en el gráfico como umbral máximo" -#: ../../operation/reporting/graph_viewer.php:237 -msgid "Zoom x1" -msgstr "Ampliación x1" +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:572 +msgid "Percentile Item" +msgstr "Item percentual" -#: ../../operation/reporting/graph_viewer.php:238 -msgid "Zoom x2" -msgstr "Ampliación x2" +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +#: ../../mobile/operation/home.php:78 +#: ../../include/functions_visual_map_editor.php:231 +#: ../../include/functions_visual_map.php:2310 +msgid "Module graph" +msgstr "Gráfico de módulo" -#: ../../operation/reporting/graph_viewer.php:239 -msgid "Zoom x3" -msgstr "Ampliación x3" +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +#: ../../include/functions_visual_map_editor.php:57 +msgid "Simple value" +msgstr "Valor simple" -#: ../../operation/reporting/graph_viewer.php:314 -msgid "Custom graph viewer" -msgstr "Visor de imágenes personalizadas" +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" +msgstr "Rango entre elementos (px)" -#: ../../operation/reporting/graph_viewer.php:341 -#: ../../operation/reporting/custom_reporting.php:32 -msgid "There are no defined reportings" -msgstr "No hay informes definidos" +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" +msgstr "Tamaño (px)" -#: ../../operation/visual_console/public_console.php:153 -#: ../../operation/visual_console/render_view.php:230 -msgid "Until refresh" -msgstr "Hasta refrescar" +#: ../../godmode/reporting/visual_console_builder.wizard.php:153 +#: ../../include/functions_visual_map_editor.php:317 +msgid "Min value" +msgstr "Valor mínimo" -#: ../../operation/visual_console/render_view.php:118 -#: ../../godmode/reporting/visual_console_builder.php:655 -msgid "Services wizard" -msgstr "Asistente de servicios" +#: ../../godmode/reporting/visual_console_builder.wizard.php:154 +#: ../../godmode/reporting/visual_console_builder.wizard.php:167 +#: ../../include/functions_visual_map_editor.php:318 +#: ../../include/functions_visual_map_editor.php:360 +msgid "Max value" +msgstr "Valor max." -#: ../../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" +#: ../../godmode/reporting/visual_console_builder.wizard.php:155 +#: ../../include/functions_visual_map_editor.php:319 +msgid "Avg value" +msgstr "Valor medio" -#: ../../operation/netflow/nf_live_view.php:120 +#: ../../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:187 +#: ../../include/functions_visual_map_editor.php:376 +#: ../../include/functions_visual_map_editor.php:395 +msgid "Value to show" +msgstr "Valor a mostrar" + +#: ../../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/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.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/alerts/alert_list.php:79 +msgid "Already added" +msgstr "Ya añadido" + +#: ../../godmode/alerts/alert_list.php:286 +#: ../../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:290 +msgid "Builder alert" +msgstr "Creador de alerta" + +#: ../../godmode/alerts/alert_list.php:299 +#: ../../godmode/category/category.php:58 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +#: ../../operation/events/events.php:396 +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/agentes/networkmap.php:289 +#: ../../include/functions_html.php:656 ../../include/functions_html.php:657 +#: ../../include/functions_html.php:777 ../../include/functions_html.php:778 +msgid "List" +msgstr "Lista" + +#: ../../godmode/alerts/alert_special_days.php:43 ../../godmode/menu.php:155 +#: ../../godmode/menu.php:156 +msgid "Special days list" +msgstr "Lista de días especiales" + +#: ../../godmode/alerts/alert_special_days.php:162 +#: ../../godmode/alerts/configure_alert_special_days.php:76 +msgid "Same day of the week" +msgstr "Mismo día de la semana" + +#: ../../godmode/alerts/alert_special_days.php:230 +msgid "No special days configured" +msgstr "No hay días especiales configurados" + +#: ../../godmode/alerts/alert_list.list.php:124 +msgid "Field content" +msgstr "Contenido del campo" + +#: ../../godmode/alerts/alert_list.list.php:133 +msgid "Enabled / Disabled" +msgstr "Habilitado / Deshabilitado" + +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../operation/agentes/alerts_status.php:396 +msgid "Alert control filter" +msgstr "Filtro de control de alertas" + +#: ../../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 "" +"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:550 +msgid "Delete action" +msgstr "Eliminar acción" + +#: ../../godmode/alerts/alert_list.list.php:709 +msgid "View alert advanced details" +msgstr "Ver detalles avanzados de la alerta" + +#: ../../godmode/alerts/alert_list.list.php:720 +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/configure_alert_action.php:98 +msgid "Update Action" +msgstr "Actualizar Acción" + +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +msgid "Command" +msgstr "Comando" + +#: ../../godmode/alerts/configure_alert_action.php:136 +#: ../../godmode/alerts/configure_alert_command.php:130 +msgid "Create Command" +msgstr "Crear comando" + +#: ../../godmode/alerts/configure_alert_action.php:148 +#: ../../godmode/alerts/alert_view.php:420 +msgid "Firing" +msgstr "Disparado" + +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" +msgstr "Recuperación" + +#: ../../godmode/alerts/configure_alert_action.php:153 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/servers/plugin.php:381 +msgid "Command preview" +msgstr "Vista previa del comando" + +#: ../../godmode/alerts/alert_list.builder.php:78 +msgid "Latest value" +msgstr "Último valor" + +#: ../../godmode/alerts/alert_list.builder.php:94 +#: ../../godmode/alerts/configure_alert_template.php:556 +msgid "Default action" +msgstr "Acción predeterminada" + +#: ../../godmode/alerts/alert_list.builder.php:131 +#: ../../godmode/alerts/configure_alert_template.php:495 +msgid "Create Template" +msgstr "Crear Plantilla" + +#: ../../godmode/alerts/alert_list.builder.php:144 +msgid "Add alert" +msgstr "Añadir alerta" + +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +#: ../../include/functions_events.php:2145 +msgid "Alert details" +msgstr "Detalles de alerta" + +#: ../../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/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:831 +#: ../../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/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/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:833 +#: ../../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:834 +#: ../../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:835 +#: ../../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:837 +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:838 +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:841 +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:842 +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:839 +#: ../../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:840 +#: ../../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:843 +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:532 +msgid "Use special days list" +msgstr "Utilizar lista de días especiales" + +#: ../../godmode/alerts/alert_view.php:310 +msgid "Number of alerts" +msgstr "Número de alertas" + +#: ../../godmode/alerts/alert_view.php:325 +msgid "Firing conditions" +msgstr "Condiciones de disparo" + +#: ../../godmode/alerts/alert_view.php:348 +#: ../../godmode/alerts/alert_view.php:370 +msgid "Every time that the alert is fired" +msgstr "Cada vez que la alerta es disparada" + +#: ../../godmode/alerts/alert_view.php:414 +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" + +#: ../../godmode/alerts/alert_view.php:417 +msgid "Select the action" +msgstr "Seleccione la acción" + +#: ../../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:657 +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" +msgstr "" +"Campos pasados al comando ejecutado por esta acción cuando la alerta es " +"disparada" + +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +#: ../../godmode/agentes/fields_manager.php:95 +#: ../../operation/agentes/custom_fields.php:59 +msgid "Field" +msgstr "Campo" + +#: ../../godmode/alerts/alert_view.php:442 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Fields configured on the command associated to the action" +msgstr "Campos configurados en el comando asociado a la acción" + +#: ../../godmode/alerts/alert_view.php:443 +msgid "Template fields" +msgstr "Campos de la plantilla" + +#: ../../godmode/alerts/alert_view.php:444 +msgid "Triggering fields configured in template" +msgstr "Campos de disparado configurados en la plantilla" + +#: ../../godmode/alerts/alert_view.php:445 +msgid "Action fields" +msgstr "Campos de la acción" + +#: ../../godmode/alerts/alert_view.php:446 +msgid "Triggering fields configured in action" +msgstr "Campos de disparado configurados en la acción" + +#: ../../godmode/alerts/alert_view.php:448 +msgid "Executed on firing" +msgstr "Ejecutado en disparado" + +#: ../../godmode/alerts/alert_view.php:449 +#: ../../godmode/alerts/alert_view.php:532 +msgid "Fields used on execution when the alert is fired" +msgstr "Campos usados en la ejecución cuando la alerta es disparada" + +#: ../../godmode/alerts/alert_view.php:516 +msgid "The alert recovering is disabled on this template." +msgstr "La recuperación de la alerta está desactivada en esta plantilla" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "Recovering fields" +msgstr "Campos de recuperación" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "" +"Fields passed to the command executed by this action when the alert is " +"recovered" +msgstr "" +"Campos pasados al comando ejecutado por esta acción cuando la alerta es " +"recuperada" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Template recovery fields" +msgstr "Campos de recuperación de la plantilla" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Recovery fields configured in alert template" +msgstr "Campos de recuperación configurados en la plantilla de la alerta" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Action recovery fields" +msgstr "Acción en campos de recuperación" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Recovery fields configured in alert action" +msgstr "Campos de recuperación configurados en una acción de alerta" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Executed on recovery" +msgstr "Ejecutado en recuperación" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Fields used on execution when the alert is recovered" +msgstr "Campos usados en la ejecución cuando la alerta es recuperada" + +#: ../../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_special_days.php:52 +msgid "Configure special day" +msgstr "Configurar dia especial" + +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" +msgstr "Comandos de alerta" + +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/groups/group_list.php:334 +#: ../../godmode/agentes/module_manager_editor_common.php:145 +#: ../../godmode/agentes/agent_manager.php:162 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/agent_incidents.php:85 +#: ../../operation/integria_incidents/incident.list.php:93 +#: ../../operation/events/events.build_table.php:133 +#: ../../operation/incidents/incident.php:335 +#: ../../extensions/api_checker.php:137 +#: ../../include/functions_events.php:3288 +msgid "ID" +msgstr "ID" + +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" +msgstr "Comandos de alertas no configurados" + +#: ../../godmode/alerts/configure_alert_command.php:42 +msgid "Configure alert command" +msgstr "Configurar comando de alerta" + +#: ../../godmode/alerts/configure_alert_command.php:127 +msgid "Update Command" +msgstr "Actualizar comando" + +#: ../../godmode/alerts/configure_alert_command.php:160 #, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump binary (%s) no encontrada" +msgid "Field %s description" +msgstr "Campo de descripción %s" -#: ../../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/reporting/reporting_builder.item_editor.php:1181 -#: ../../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: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 -#: ../../include/functions_netflow.php:1657 -msgid "Protocol" -msgstr "Protocolo" - -#: ../../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:433 -#: ../../include/functions_config.php:1432 -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/snmpconsole/snmp_view.php:85 -#: ../../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: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:414 -msgid "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" -msgstr "" -"Búsqueda según campos alfanuméricos en el trap.\n" -"\t \t RECUERDE las fuentes de trap tienen que buscarse según dirección IP" - -#: ../../operation/snmpconsole/snmp_view.php:421 -msgid "Search by trap type" -msgstr "Búsqueda por tipo de trap" - -#: ../../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:513 -#: ../../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:523 -msgid "Trap subtype" -msgstr "Subtipo trap" - -#: ../../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: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: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_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:30 -#: ../../operation/menu.php:84 -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_browser.php:90 -msgid "SNMP Browser" -msgstr "Navegador SNMP" - -#: ../../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:154 -#: ../../operation/users/user_edit.php:161 -msgid "Password successfully updated" -msgstr "Contraseña actualizada correctamente" - -#: ../../operation/users/user_edit.php:155 -#: ../../operation/users/user_edit.php:162 +#: ../../godmode/alerts/configure_alert_command.php:175 #, php-format -msgid "Error updating passwords: %s" -msgstr "Error al actualizar las contraseñas: %s" +msgid "Field %s values" +msgstr "Campos %s valores" -#: ../../operation/users/user_edit.php:167 +#: ../../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 +#: ../../extensions/agents_alerts.php:177 +msgid "Alert templates" +msgstr "Plantillas de alertas" + +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "No hay plantillas de alerta definidas" + +#: ../../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/alerts/configure_alert_template.php:580 msgid "" -"Passwords didn't match or other problem encountered while updating passwords" +"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 "" -"Las contraseñas no coincidían o se encontró otro problema al actualizar las " -"contraseñas" +"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." -#: ../../operation/users/user_edit.php:177 -#: ../../operation/users/user_edit.php:185 -#: ../../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" +#: ../../godmode/alerts/configure_alert_template.php:582 +msgid "Condition type" +msgstr "Tipo de condición" -#: ../../operation/users/user_edit.php:178 -#: ../../operation/users/user_edit.php:186 -msgid "Error updating user info" -msgstr "Error al actualizar la información del usuario" +#: ../../godmode/alerts/configure_alert_template.php:589 +msgid "Trigger when matches the value" +msgstr "Disparar cuando coincida con el valor" -#: ../../operation/users/user_edit.php:196 -msgid "Edit my User" -msgstr "Editar mi Usuario" +#: ../../godmode/alerts/configure_alert_template.php:601 +msgid "The regular expression is valid" +msgstr "La expresión regular es válida" -#: ../../operation/users/user_edit.php:207 -#: ../../godmode/users/configure_user.php:442 -msgid "Full (display) name" -msgstr "Nombre completo" +#: ../../godmode/alerts/configure_alert_template.php:606 +msgid "The regular expression is not valid" +msgstr "La expresión regular no es válida" -#: ../../operation/users/user_edit.php:229 -#: ../../godmode/users/configure_user.php:474 -#: ../../godmode/users/user_list.php:407 -msgid "E-mail" -msgstr "Correo-e" +#: ../../godmode/alerts/configure_alert_template.php:649 +msgid "Alert recovery" +msgstr "Recuperación de alerta" -#: ../../operation/users/user_edit.php:231 -#: ../../godmode/users/configure_user.php:478 -msgid "Phone number" -msgstr "Número de teléfono" +#: ../../godmode/alerts/configure_alert_template.php:658 +msgid "Recovery fields" +msgstr "Campos de recuperación" -#: ../../operation/users/user_edit.php:240 -msgid "New Password" -msgstr "Contraseña nueva" +#: ../../godmode/alerts/configure_alert_template.php:761 +msgid "No wizard" +msgstr "No hay Wizard" -#: ../../operation/users/user_edit.php:242 -#: ../../godmode/users/configure_user.php:454 -msgid "Password confirmation" -msgstr "Confirmar contraseña" - -#: ../../operation/users/user_edit.php:250 -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:259 -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:295 -msgid "Shortcut bar" -msgstr "Barra de acceso directo" - -#: ../../operation/users/user_edit.php:295 -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:298 -msgid "Home screen" -msgstr "Pantalla de inicio" - -#: ../../operation/users/user_edit.php:298 -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:346 -#: ../../godmode/groups/configure_group.php:181 -#: ../../godmode/users/configure_user.php:506 -msgid "Skin" -msgstr "Skin" - -#: ../../operation/users/user_edit.php:363 -msgid "Show information" -msgstr "Mostrar información" - -#: ../../operation/users/user_edit.php:369 -msgid "Newsletter Subscribed" -msgstr "Suscrito al boletín informativo" - -#: ../../operation/users/user_edit.php:371 -msgid "Already subscribed to Pandora FMS newsletter" -msgstr "Ya está suscrito al boletín informativo de Pandora FMS" - -#: ../../operation/users/user_edit.php:377 -msgid "Newsletter Reminder" -msgstr "Recordatorio del boletín informativo" - -#: ../../operation/users/user_edit.php:410 -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:420 -#: ../../operation/users/user_edit.php:427 -#: ../../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:481 -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:602 -#: ../../operation/users/user_edit.php:667 -#: ../../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:612 -msgid "Double autentication information" -msgstr "Información sobre la doble autenticación" - -#: ../../operation/users/user_edit.php:675 -#: ../../operation/users/user_edit.php:751 -msgid "Double autentication activation" -msgstr "Activación de la doble autenticación" - -#: ../../operation/users/user_edit.php:701 -msgid "The double authentication will be deactivated" -msgstr "La doble autenticación se desactivará" - -#: ../../operation/users/user_edit.php:702 -msgid "Deactivate" -msgstr "Desactivado" - -#: ../../operation/users/user_edit.php:734 -msgid "The double autentication was deactivated successfully" -msgstr "La doble autenticación fue desactivada con éxito" - -#: ../../operation/users/user_edit.php:737 -#: ../../operation/users/user_edit.php:741 -msgid "There was an error deactivating the double autentication" -msgstr "Ha habido un error al desactivar la doble autenticación" - -#: ../../operation/menu.php:32 -msgid "Views" -msgstr "Vistas" - -#: ../../operation/menu.php:65 -msgid "Netflow Live View" -msgstr "Netflow en tiempo real" - -#: ../../operation/menu.php:79 ../../include/functions_menu.php:517 -msgid "SNMP console" -msgstr "Consola SNMP" - -#: ../../operation/menu.php:80 -msgid "SNMP browser" -msgstr "Navegador SNMP" - -#: ../../operation/menu.php:87 ../../include/functions_menu.php:513 -msgid "SNMP filters" -msgstr "Filtros SNMP" - -#: ../../operation/menu.php:88 ../../include/functions_menu.php:515 -msgid "SNMP trap generator" -msgstr "Generador de traps SNMP" - -#: ../../operation/menu.php:179 ../../operation/gis_maps/gis_map.php:31 -msgid "GIS Maps" -msgstr "Mapas GIS" - -#: ../../operation/menu.php:184 -msgid "List of Gis maps" -msgstr "Lista de mapas Gis" - -#: ../../operation/menu.php:218 -msgid "Topology maps" -msgstr "Mapas topológicos" - -#: ../../operation/menu.php:280 -msgid "RSS" -msgstr "RSS" - -#: ../../operation/menu.php:285 -msgid "Marquee" -msgstr "Marquesina" - -#: ../../operation/menu.php:291 -msgid "CSV File" -msgstr "Archivo CSV" - -#: ../../operation/menu.php:321 -msgid "Workspace" -msgstr "Área de trabajo" - -#: ../../operation/menu.php:334 -msgid "WebChat" -msgstr "Chat de la Web" - -#: ../../operation/menu.php:363 -msgid "List of Incidents" -msgstr "Lista de incidentes" - -#: ../../operation/menu.php:378 -msgid "Messages List" -msgstr "Lista de mensajes" - -#: ../../operation/menu.php:379 -msgid "New message" -msgstr "Mensaje nuevo" - -#: ../../operation/menu.php:404 -msgid "Scheduled downtime" -msgstr "Desconexión programada" - -#: ../../operation/menu.php:409 -msgid "Recon view" -msgstr "Vista Recon" - -#: ../../operation/menu.php:484 -msgid "Tools" -msgstr "Herramientas" - -#: ../../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:137 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -msgid "Done" -msgstr "Hecho" - -#: ../../operation/servers/recon_view.php:140 -msgid "Pending" -msgstr "Pendiente" - -#: ../../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 -msgid "has no recon tasks assigned" -msgstr "No tiene tarea de descubrimiento asignado" - -#: ../../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 +#: ../../godmode/alerts/configure_alert_template.php:832 #, php-format -msgid "%s Found" -msgstr "%s encontrados" +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "La alerta se lanzará cuando el valor no coincida %s" -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "Módulos encontrados" +#: ../../godmode/alerts/configure_alert_template.php:836 +msgid "" +"The alert would fire when the value is not between and " +msgstr "" +"La alerta se disparará cuando no esté entre and " +"" -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "Usuarios encontrados" +#: ../../godmode/alerts/configure_alert_template.php:844 +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." -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "Gráficas encontradas" +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "Alertas activadas" -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "Informes encontrados" +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "Desactivar alertas seleccionadas" -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "Mapas encontrados" +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "Activar alertas seleccionadas" -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "Ayudas encontradas" +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "Deshabilitar alertas" -#: ../../operation/search_main.php:88 +#: ../../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:424 +#: ../../godmode/massive/massive_add_action_alerts.php:204 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_delete_alerts.php:265 +#: ../../godmode/massive/massive_edit_agents.php:487 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_delete_agents.php:159 +#: ../../godmode/massive/massive_edit_modules.php:633 +msgid "" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." +msgstr "" +"El envio de datos no ha tenido éxito, por favor contacte con su " +"administrador o hágalo con menos elementos" + +#: ../../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_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_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "No se seleccionó ninguna alerta" + +#: ../../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_tags.php:43 +msgid "No tags selected" +msgstr "Ninguna etiqueta seleccionada" + +#: ../../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:275 +#: ../../godmode/agentes/agent_manager.php:241 +msgid "Cascade protection" +msgstr "Protección en cascada" + +#: ../../godmode/massive/massive_edit_agents.php:333 +#: ../../godmode/groups/configure_group.php:167 +#: ../../godmode/agentes/module_manager_editor_common.php:324 +#: ../../godmode/agentes/agent_manager.php:293 +msgid "Custom ID" +msgstr "ID Personalizado" + +#: ../../godmode/massive/massive_edit_agents.php:337 +#: ../../godmode/agentes/agent_manager.php:297 +msgid "Module definition" +msgstr "Definición de módulos" + +#: ../../godmode/massive/massive_edit_agents.php:339 +#: ../../godmode/agentes/agent_manager.php:299 +msgid "Learning mode" +msgstr "Modo de aprendizaje" + +#: ../../godmode/massive/massive_edit_agents.php:340 +#: ../../godmode/agentes/agent_manager.php:302 +msgid "Normal mode" +msgstr "Modo normal" + +#: ../../godmode/massive/massive_edit_agents.php:346 +#: ../../godmode/agentes/agent_manager.php:310 +msgid "Active" +msgstr "Activo" + +#: ../../godmode/massive/massive_edit_agents.php:352 +msgid "Delete available remote configurations" +msgstr "Borrar las configuraciones remotas disponibles" + +#: ../../godmode/massive/massive_edit_agents.php:356 +#: ../../godmode/agentes/agent_manager.php:317 +#: ../../godmode/agentes/agent_manager.php:339 +msgid "Not available" +msgstr "No disponible" + +#: ../../godmode/massive/massive_edit_agents.php:382 +#: ../../godmode/agentes/agent_manager.php:348 +msgid "Agent icon" +msgstr "Icono de agente" + +#: ../../godmode/massive/massive_edit_agents.php:384 +msgid "Without status" +msgstr "Sin estatus" + +#: ../../godmode/massive/massive_edit_agents.php:391 +#: ../../godmode/agentes/agent_manager.php:377 +#: ../../godmode/agentes/agent_conf_gis.php:78 +msgid "Ignore new GIS data:" +msgstr "Ignorar nuevos datos GIS" + +#: ../../godmode/massive/massive_edit_agents.php:397 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/agentes/module_manager_editor_common.php:528 +#: ../../godmode/agentes/agent_manager.php:390 +#: ../../godmode/agentes/module_manager.php:589 +#: ../../godmode/agentes/planned_downtime.list.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/agentes/modificar_agente.php:498 +#: ../../operation/agentes/estado_agente.php:547 +#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../mobile/operation/agent.php:125 +#: ../../include/class/Tree.class.php:1784 ../../include/ajax/module.php:849 +msgid "Quiet" +msgstr "Silencioso" + +#: ../../godmode/massive/massive_edit_agents.php:398 +#: ../../godmode/agentes/agent_manager.php:392 +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/massive/massive_edit_agents.php:427 +#: ../../godmode/agentes/agent_manager.php:415 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "" +"Este campo permite la inserción de URL mediante la etiqueta URL de BBCode" + +#: ../../godmode/massive/massive_edit_agents.php:429 +#: ../../godmode/agentes/agent_manager.php:417 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "El formato es: [url='url para navegar']'texto para mostrar'[/url]" + +#: ../../godmode/massive/massive_edit_agents.php:431 +#: ../../godmode/agentes/agent_manager.php:419 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "e.g.: [url=pandorafms.org]Comunidad de Pandora FMS[/url]" + +#: ../../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_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:464 +#: ../../godmode/massive/massive_edit_modules.php:292 +#, fuzzy +msgid "Module Status" +msgstr "Estado del módulo" + +#: ../../godmode/massive/massive_delete_modules.php:483 +#: ../../godmode/massive/massive_edit_modules.php:310 +msgid "When select modules" +msgstr "Cuando se seleccionan módulos" + +#: ../../godmode/massive/massive_delete_modules.php:486 +#: ../../godmode/massive/massive_edit_modules.php:313 +msgid "Show common agents" +msgstr "Mostrar agentes comunes" + +#: ../../godmode/massive/massive_delete_modules.php:487 +#: ../../godmode/massive/massive_edit_modules.php:314 +msgid "Show all agents" +msgstr "Mostrar todos los agentes" + +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:347 +msgid "Show unknown and not init modules" +msgstr "Mostrar módulos desconocidos y no inicializados" + +#: ../../godmode/massive/massive_delete_agents.php:57 #, php-format -msgid "Show %s of %s. View all matches" -msgstr "Mostrar %s de %s. Ver todas las coincidencias" +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" -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "Posición (Lat, Long, Alt)" +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "Borrado correctamente (%s)" -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "Inicio de contacto" +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "Añadir alerta masiva" -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "Informes numéricos" +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "Eliminar alerta masiva" -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "Posición por defecto del mapa" +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "Añadir acciones de alerta masiva" -#: ../../operation/gis_maps/gis_map.php:29 -#: ../../godmode/gis_maps/configure_gis_map.php:214 -msgid "GIS Maps list" -msgstr "Lista de mapas GIS" +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "Eliminar acciones de alerta masiva" -#: ../../operation/gis_maps/gis_map.php:175 -msgid "No maps found" -msgstr "No se encontraron mapas" +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "Habilitar/Deshabilitar alerta masiva" -#: ../../operation/gis_maps/gis_map.php:194 -msgid "Caution: Do you want delete the map?" -msgstr "Atención: Desea borrar el mapa?" +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "Configuración de espera de alertas masiva" -#: ../../operation/gis_maps/gis_map.php:201 -msgid "Do you want to set default the map?" -msgstr "Desea configurar por defecto el mapa?" +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "Edición agentes masiva" -#: ../../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." +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "Eliminar agentes masivamente" -#: ../../operation/gis_maps/render_view.php:132 -#: ../../include/functions.php:2570 -msgid "5 seconds" -msgstr "5 segundos" +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "Añadir perfiles masivamente" -#: ../../operation/gis_maps/render_view.php:133 -#: ../../include/functions.php:2571 -msgid "10 seconds" -msgstr "10 segundos" +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "Eliminar perfiles masivamente" -#: ../../operation/gis_maps/render_view.php:134 -#: ../../include/functions.php:2573 -msgid "30 seconds" -msgstr "30 segundos" +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "Eliminar módulos masivamente" -#: ../../operation/gis_maps/render_view.php:142 -msgid "Refresh: " -msgstr "Refrescar " +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "Editar módulos masivamente" -#: ../../operation/gis_maps/render_view.php:151 -msgid "Show agents by state: " -msgstr "Mostrar agentes por estado " +#: ../../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_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:287 +#: ../../godmode/modules/manage_network_components_form_plugin.php:22 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 +#: ../../extensions/plugin_registration.php:418 +msgid "Plugin" +msgstr "Complemento" + +#: ../../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_tags.php:107 +msgid "No tag selected" +msgstr "Ninguna etiqueta seleccionada" + +#: ../../godmode/massive/massive_edit_modules.php:321 +#, fuzzy +msgid "Agent Status" +msgstr "Estado de agente" + +#: ../../godmode/massive/massive_edit_modules.php:467 +msgid "SMNP community" +msgstr "Comunidad SMNP" + +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 +#: ../../godmode/agentes/module_manager_editor_network.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../extensions/realtime_graphs.php:94 +#: ../../include/functions_snmp_browser.php:506 +msgid "Target IP" +msgstr "IP objetivo" + +#: ../../godmode/massive/massive_edit_modules.php:474 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:751 +#: ../../godmode/agentes/module_manager_editor_network.php:102 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 +msgid "SNMP version" +msgstr "Versión SNMP" + +#: ../../godmode/massive/massive_edit_modules.php:477 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:764 +#: ../../godmode/agentes/module_manager_editor_network.php:186 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 +#: ../../include/functions_snmp_browser.php:530 +msgid "Auth user" +msgstr "Autenticación de usuario" + +#: ../../godmode/massive/massive_edit_modules.php:480 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:766 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 +#: ../../include/functions_snmp_browser.php:532 +msgid "Auth password" +msgstr "Autenticación de contraseña" + +#: ../../godmode/massive/massive_edit_modules.php:481 +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +msgid "The pass length must be eight character minimum." +msgstr "La longitud de la password debe ser mínimo de ocho caracteres" + +#: ../../godmode/massive/massive_edit_modules.php:483 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:770 +#: ../../godmode/agentes/module_manager_editor_network.php:197 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 +#: ../../include/functions_snmp_browser.php:536 +msgid "Privacy method" +msgstr "Método de privacidad" + +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../include/functions_snmp_browser.php:537 +msgid "DES" +msgstr "DES" + +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../include/functions_snmp_browser.php:537 +msgid "AES" +msgstr "AES" + +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/modules/manage_network_components_form_network.php:67 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../include/functions_snmp_browser.php:538 +msgid "Privacy pass" +msgstr "Privacy pass" + +#: ../../godmode/massive/massive_edit_modules.php:487 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:775 +#: ../../godmode/agentes/module_manager_editor_network.php:207 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../include/functions_snmp_browser.php:541 +msgid "Auth method" +msgstr "método de autenticación" + +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../include/functions_snmp_browser.php:542 +msgid "MD5" +msgstr "MD5" + +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../include/functions_snmp_browser.php:542 +msgid "SHA" +msgstr "SHA" + +#: ../../godmode/massive/massive_edit_modules.php:489 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:777 +#: ../../godmode/agentes/module_manager_editor_network.php:209 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 +#: ../../include/functions_snmp_browser.php:543 +msgid "Security level" +msgstr "Nivel de seguridad" + +#: ../../godmode/massive/massive_edit_modules.php:490 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:778 +#: ../../godmode/agentes/module_manager_editor_network.php:210 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../include/functions_snmp_browser.php:544 +msgid "Not auth and not privacy method" +msgstr "método sin autenticación ni privacidad" + +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and not privacy method" +msgstr "metodo con autenticacion y sin privacidad" + +#: ../../godmode/massive/massive_edit_modules.php:491 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and privacy method" +msgstr "metodo de autenticación y privacidad" + +#: ../../godmode/massive/massive_edit_modules.php:512 +#: ../../godmode/agentes/module_manager_editor_common.php:390 +msgid "Export target" +msgstr "Servidor de exportación" + +#: ../../godmode/massive/massive_edit_modules.php:532 +#: ../../godmode/agentes/module_manager_editor_common.php:419 +msgid "FF interval" +msgstr "Intervalo FF" + +#: ../../godmode/massive/massive_edit_modules.php:533 +#: ../../godmode/agentes/module_manager_editor_common.php:422 +msgid "Module execution flip flop time interval (in secs)." +msgstr "Tiempo del intervalo de FlipFlip de ejecución del modulo (en segundos)" + +#: ../../godmode/massive/massive_edit_modules.php:551 +msgid "Policy linking status" +msgstr "Estado de enlaces de la política" + +#: ../../godmode/massive/massive_edit_modules.php:551 +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:552 +msgid "Linked" +msgstr "Enlazado" + +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/agentes/module_manager.php:635 +#: ../../godmode/agentes/module_manager.php:639 +#: ../../include/ajax/module.php:821 ../../include/ajax/module.php:825 +msgid "Unlinked" +msgstr "Deslinkado" + +#: ../../godmode/massive/massive_edit_modules.php:582 +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_edit_modules.php:586 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +msgid "Timeout" +msgstr "Tiempo de expiración" + +#: ../../godmode/massive/massive_edit_modules.php:590 +#: ../../godmode/agentes/module_manager_editor_common.php:563 +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/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_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_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/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_wmi.php:32 +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +msgid "WMI query" +msgstr "Consulta WMI" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +msgid "Key string" +msgstr "Texto clave" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +msgid "Field number" +msgstr "Campo número" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +msgid "Namespace" +msgstr "Espacio de nombres" + +#: ../../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_network_components_form_network.php:47 +msgid "SNMP Enterprise String" +msgstr "Cadena SNMP Enterprise" + +#: ../../godmode/modules/manage_network_components_form_network.php:50 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 +#: ../../godmode/agentes/module_manager_editor_network.php:89 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 +msgid "SNMP community" +msgstr "Comunidad SNMP" + +#: ../../godmode/modules/manage_network_components_form_network.php:90 +#: ../../godmode/agentes/module_manager_editor_network.php:141 +msgid "TCP send" +msgstr "Enviar TCP" + +#: ../../godmode/modules/manage_network_components_form_network.php:97 +#: ../../godmode/agentes/module_manager_editor_network.php:147 +msgid "TCP receive" +msgstr "Recibir TCP" + +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" +msgstr "Gestión de los componentes de red" + +#: ../../godmode/modules/manage_network_components.php:501 +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:553 +msgid "Max/Min" +msgstr "Máx/Mín" + +#: ../../godmode/modules/manage_network_components.php:579 +msgid "Network module" +msgstr "Módulo de la red" + +#: ../../godmode/modules/manage_network_components.php:583 +msgid "WMI module" +msgstr "Módulo WMI" + +#: ../../godmode/modules/manage_network_components.php:587 +msgid "Plug-in module" +msgstr "Módulo de plugin" + +#: ../../godmode/modules/manage_network_components.php:618 +msgid "There are no defined network components" +msgstr "No hay componentes de red definidos" + +#: ../../godmode/modules/manage_network_components.php:625 +msgid "Create a new network component" +msgstr "Crear un componente de red nuevo" + +#: ../../godmode/modules/manage_network_components.php:626 +msgid "Create a new plugin component" +msgstr "Crear un componente de complemento nuevo" + +#: ../../godmode/modules/manage_network_components.php:627 +msgid "Create a new WMI component" +msgstr "Crear un componente WMI nuevo" + +#: ../../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/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/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/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:99 +#: ../../godmode/setup/news.php:88 ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/events/event_edit_filter.php:163 +msgid "Not updated. Error updating data" +msgstr "No se ha podido actualizar. Error al actualizar los datos." + +#: ../../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_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/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 +msgid "Update manager messages" +msgstr "Mensajes del administrador de actualizaciones" + +#: ../../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 +msgid "Update manager » Messages" +msgstr "Administrador de actualizaciones » Mensajes" + +#: ../../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 +msgid "Pandora FMS community reminder" +msgstr "Recordatorio de la comunidad 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 "" +"Cada 8 días, un mensaje será mostrado al administrador para que recuerde " +"registrar esta instancia de Pandora" + +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +msgid "Mark as not read" +msgstr "Marcar como no leído" + +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +msgid "Mark as read" +msgstr "Marcar como leído" + +#: ../../godmode/update_manager/update_manager.messages.php:136 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +#: ../../operation/messages/message_list.php:122 +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +msgid "Subject" +msgstr "Asunto" + +#: ../../godmode/update_manager/update_manager.messages.php:186 +msgid "There is not any update manager messages." +msgstr "No hay ningún mensaje del administrador de actualizaciones." + +#: ../../godmode/update_manager/update_manager.online.php:45 +#, 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:52 +#, 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: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/update_manager/update_manager.online.php:74 +msgid "The last version of package installed is:" +msgstr "La última versión de paquete instalada es:" + +#: ../../godmode/update_manager/update_manager.online.php:79 +msgid "Checking for the newest package." +msgstr "Comprobando el paquete más reciente" + +#: ../../godmode/update_manager/update_manager.online.php:83 +msgid "Downloading for the newest package." +msgstr "Descargando nuevos paquetes" + +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" +msgstr "Suelte el paquete aquí o" + +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" +msgstr "Examinarlo" + +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." +msgstr "Se ha subido correctamente el paquete." + +#: ../../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/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/update_manager/update_manager.offline.php:42 +msgid "Updating" +msgstr "Actualizando" + +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." +msgstr "Paquete actualizado correctamente." + +#: ../../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/update_manager/update_manager.offline.php:45 +msgid "Package not updated." +msgstr "Paquete no actualizado." #: ../../godmode/category/edit_category.php:43 #: ../../godmode/category/edit_category.php:50 @@ -23237,199 +21317,6 @@ msgstr "Nombre de la categoría" msgid "No categories found" msgstr "Ninguna categoría encontrada" -#: ../../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" -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" - -#: ../../godmode/setup/performance.php:50 -#: ../../include/functions_config.php:373 -msgid "Max. days before delete traps" -msgstr "Nº max. de días antes de borrar traps SNMP" - -#: ../../godmode/setup/performance.php:56 -#: ../../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/setup/performance.php:59 -#: ../../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:62 -#: ../../include/functions_config.php:381 -msgid "Max. days before purge" -msgstr "Máx. días antes de eliminar datos" - -#: ../../godmode/setup/performance.php:62 -msgid "" -"Configure a purge period more frequent than a compact data period has no " -"sense" -msgstr "" -"Configurar un periodo de purgado con más frecuencia que el periodo de " -"compactación de datos no tiene sentido" - -#: ../../godmode/setup/performance.php:65 -#: ../../include/functions_config.php:385 -msgid "Max. days before compact data" -msgstr "Máx. días antes de comprimir datos" - -#: ../../godmode/setup/performance.php:68 -#: ../../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/setup/performance.php:80 -msgid "Item limit for realtime reports" -msgstr "Límite del elemento para informes en tiempo real" - -#: ../../godmode/setup/performance.php:80 -msgid "" -"Set a value too high cause a slowdown on console and a performance penalty " -"in the system." -msgstr "" -"Establecer un valor demasiado alto causa una des aceleración en la consola y " -"una penalización de rendimiento en el sistema." - -#: ../../godmode/setup/performance.php:84 -#: ../../include/functions_config.php:389 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" - -#: ../../godmode/setup/performance.php:84 -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/performance.php:91 -msgid "Last day" -msgstr "Último día" - -#: ../../godmode/setup/performance.php:93 -msgid "10 days" -msgstr "10 días" - -#: ../../godmode/setup/performance.php:95 -msgid "2 weeks" -msgstr "semana" - -#: ../../godmode/setup/performance.php:101 -#: ../../include/functions_config.php:393 -msgid "Use realtime statistics" -msgstr "Usar estadísticas en tiempo real" - -#: ../../godmode/setup/performance.php:105 -#: ../../include/functions_config.php:395 -msgid "Batch statistics period (secs)" -msgstr "Período de las estadísticas programadas (En segundos)" - -#: ../../godmode/setup/performance.php:105 -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/performance.php:112 -#: ../../include/functions_config.php:399 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. número de archivos recomendado para el directorio attachment" - -#: ../../godmode/setup/performance.php:112 -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/performance.php:115 -#: ../../include/functions_config.php:401 -msgid "Delete not init modules" -msgstr "Borrar módulos no inicializados" - -#: ../../godmode/setup/performance.php:121 -msgid "Database maintenance options" -msgstr "Opciones de mantenimiento de la base de datos" - -#: ../../godmode/setup/performance.php:127 -#: ../../include/functions_graph.php:2977 -msgid "Others" -msgstr "Otros" - -#: ../../godmode/setup/setup_auth.php:58 -msgid "Local Pandora FMS" -msgstr "Pandora FMS local" - -#: ../../godmode/setup/setup_auth.php:58 -msgid "ldap" -msgstr "LDAP" - -#: ../../godmode/setup/setup_auth.php:70 -msgid "" -"Enable this option if you want to fallback to local authentication when " -"remote (ldap etc...) authentication failed." -msgstr "" -"Activa esta opción si quieres autenticación local si falla la autenticación " -"remota (ldap, etc)" - -#: ../../godmode/setup/setup_auth.php:222 -msgid "" -"If this option is enabled, the users can use double authentication with " -"their accounts" -msgstr "" -"Si esta opción está activada, los usuarios pueden usar la doble " -"autenticación con sus cuentas." - -#: ../../godmode/setup/setup_auth.php:234 -msgid "Session timeout (mins)" -msgstr "Fin de la sesión" - -#: ../../godmode/setup/setup_auth.php:235 -msgid "This is defined in minutes" -msgstr "Esto se define en minutos" - -#: ../../godmode/setup/file_manager.php:63 -#: ../../godmode/servers/plugin.php:224 -#: ../../include/functions_filemanager.php:561 -#, php-format -msgid "Index of %s" -msgstr "Índice de %s" - -#: ../../godmode/setup/setup.php:90 ../../godmode/setup/setup.php:125 -#: ../../godmode/menu.php:245 -msgid "Visual styles" -msgstr "Estilos visuales" - -#: ../../godmode/setup/setup.php:145 -msgid "Correct update the setup options" -msgstr "Actualización correccta de las opciones de configuración" - -#: ../../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 -msgid "Create OS" -msgstr "Crear SO" - -#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:259 -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/gis_step_2.php:39 msgid "Create new map connection" msgstr "Crear nueva conexión de mapas" @@ -23566,6 +21453,21 @@ msgstr "Cambiar en el mapa" msgid "This selects what to change by clicking on the map" msgstr "Seleccionar qué cambiar pinchando en el mapa" +#: ../../godmode/setup/gis_step_2.php:296 +#: ../../operation/agentes/gis_view.php:179 +msgid "Latitude" +msgstr "Latitud" + +#: ../../godmode/setup/gis_step_2.php:300 +#: ../../operation/agentes/gis_view.php:178 +msgid "Longitude" +msgstr "Longitud" + +#: ../../godmode/setup/gis_step_2.php:304 +#: ../../operation/agentes/gis_view.php:180 +msgid "Altitude" +msgstr "Altitud" + #: ../../godmode/setup/gis_step_2.php:353 #: ../../godmode/setup/gis_step_2.php:446 msgid "Center" @@ -23575,6 +21477,142 @@ msgstr "Centro" msgid "Refresh preview map" msgstr "Refrescar previsualización" +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "Gestión de licencias" + +#: ../../godmode/setup/file_manager.php:63 +#: ../../godmode/servers/plugin.php:224 +#: ../../include/functions_filemanager.php:561 +#, php-format +msgid "Index of %s" +msgstr "Índice de %s" + +#: ../../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 "" +"Activa esta opción si quieres autenticación local si falla la autenticación " +"remota (ldap, etc)" + +#: ../../godmode/setup/setup_auth.php:125 +msgid "" +"If this option is enabled, the users can use double authentication with " +"their accounts" +msgstr "" +"Si esta opción está activada, los usuarios pueden usar la doble " +"autenticación con sus cuentas." + +#: ../../godmode/setup/setup_auth.php:137 +msgid "Session timeout (mins)" +msgstr "Fin de la sesión" + +#: ../../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/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "No hay sistemas operativos definidos" + +#: ../../godmode/setup/os.list.php:81 +msgid "Create OS" +msgstr "Crear SO" + +#: ../../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:86 ../../godmode/setup/news.php:130 +msgid "Name error" +msgstr "Error de nombre" + +#: ../../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/setup.php:90 ../../godmode/setup/setup.php:125 +#: ../../godmode/menu.php:245 +msgid "Visual styles" +msgstr "Estilos visuales" + +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +#: ../../godmode/menu.php:255 ../../operation/agentes/ver_agente.php:1032 +#: ../../operation/agentes/ver_agente.php:1187 +msgid "eHorus" +msgstr "eHorus" + +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" +msgstr "Actualización correccta de las opciones de configuración" + +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "Error al crear SO" + +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "Éxito al crear SO" + +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "Éxito al actualizar SO" + +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "Error al actualizar SO" + +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "Existen agentes con este Sistema Operativo." + +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "Éxito al borrar" + +#: ../../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:263 +msgid "Edit OS" +msgstr "Editar SO" + #: ../../godmode/setup/setup_general.php:57 #: ../../include/functions_config.php:131 msgid "Remote config directory" @@ -23784,45 +21822,10 @@ 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/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:86 ../../godmode/setup/news.php:130 -msgid "Name error" -msgstr "Error de nombre" - -#: ../../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/news.php:28 msgid "Site news management" msgstr "Gestionar noticias" -#: ../../godmode/setup/news.php:88 -#: ../../godmode/modules/manage_nc_groups.php:99 -#: ../../godmode/events/event_edit_filter.php:163 -#: ../../godmode/netflow/nf_edit_form.php:132 -msgid "Not updated. Error updating data" -msgstr "No se ha podido actualizar. Error al actualizar los datos." - #: ../../godmode/setup/news.php:167 msgid "Modal screen" msgstr "Pantalla modal" @@ -23839,6 +21842,12 @@ msgstr "Vencimiento" msgid "There are no defined news" msgstr "No hay noticias definidas" +#: ../../godmode/setup/news.php:222 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../operation/agentes/estado_generalagente.php:393 +msgid "Author" +msgstr "Autor" + #: ../../godmode/setup/news.php:242 msgid "Modal" msgstr "Modal" @@ -23851,8 +21860,133 @@ msgstr "Tablero" msgid "Expired" msgstr "Caducado" +#: ../../godmode/setup/performance.php:49 +msgid "" +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" +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" + +#: ../../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/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/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 "" +"Configure a purge period more frequent than a compact data period has no " +"sense" +msgstr "" +"Configurar un periodo de purgado con más frecuencia que el periodo de " +"compactación de datos no tiene sentido" + +#: ../../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/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/setup/performance.php:82 +msgid "Item limit for realtime reports" +msgstr "Límite del elemento para informes en tiempo real" + +#: ../../godmode/setup/performance.php:82 +msgid "" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." +msgstr "" +"Establecer un valor demasiado alto causa una des aceleración en la consola y " +"una penalización de rendimiento en el sistema." + +#: ../../godmode/setup/performance.php:86 +#: ../../include/functions_config.php:389 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" + +#: ../../godmode/setup/performance.php:86 +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/performance.php:93 +msgid "Last day" +msgstr "Último día" + +#: ../../godmode/setup/performance.php:95 +msgid "10 days" +msgstr "10 días" + +#: ../../godmode/setup/performance.php:97 +msgid "2 weeks" +msgstr "semana" + +#: ../../godmode/setup/performance.php:103 +#: ../../include/functions_config.php:393 +msgid "Use realtime statistics" +msgstr "Usar estadísticas en tiempo real" + +#: ../../godmode/setup/performance.php:107 +#: ../../include/functions_config.php:395 +msgid "Batch statistics period (secs)" +msgstr "Período de las estadísticas programadas (En segundos)" + +#: ../../godmode/setup/performance.php:107 +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/performance.php:114 +#: ../../include/functions_config.php:399 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. número de archivos recomendado para el directorio attachment" + +#: ../../godmode/setup/performance.php:114 +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/performance.php:117 +#: ../../include/functions_config.php:401 +msgid "Delete not init modules" +msgstr "Borrar módulos no inicializados" + +#: ../../godmode/setup/performance.php:123 +msgid "Database maintenance options" +msgstr "Opciones de mantenimiento de la base de datos" + +#: ../../godmode/setup/performance.php:129 +#: ../../include/functions_graph.php:2992 +msgid "Others" +msgstr "Otros" + #: ../../godmode/setup/setup_ehorus.php:54 -#: ../../include/functions_config.php:662 +#: ../../include/functions_config.php:666 msgid "Enable eHorus" msgstr "Activar eHorus" @@ -23917,8 +22051,7 @@ msgstr "eHorus tiene sus propios identificadores de agente" #: ../../godmode/setup/setup_ehorus.php:134 msgid "To store them, it will be necessary to use an agent custom field" -msgstr "" -"Para guardarlo, será necesario usar un campo personalizado del agente" +msgstr "Para guardarlo, será necesario usar un campo personalizado del agente" #: ../../godmode/setup/setup_ehorus.php:135 msgid "" @@ -23950,6 +22083,18 @@ msgstr "Usuario no encontrado" msgid "Invalid password" msgstr "Contraseña incorrecta" +#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:259 +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_netflow.php:41 #: ../../include/functions_config.php:616 msgid "Data storage path" @@ -24014,6 +22159,16 @@ msgstr "Fijar el tiempo máximo para los datos netflow en dias" msgid "Name resolution for IP address" msgstr "Resolver direcciones IP para obtener sus nombres de máquina" +#: ../../godmode/setup/setup_netflow.php:69 +#: ../../operation/netflow/nf_live_view.php:267 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Resolver direcciones IP para obtener sus hostnames" + +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../operation/netflow/nf_live_view.php:264 +msgid "IP address resolution can take a lot of time" +msgstr "La resolución de direcciones IP puede tardar mucho tiempo" + #: ../../godmode/setup/setup_visuals.php:74 #: ../../include/functions_config.php:468 msgid "Default interval for refresh on Visual Console" @@ -24073,8 +22228,7 @@ msgstr "Imagen de fondo de la pantalla de login" #: ../../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/" +msgstr "Puedes poner tus propias imágenes en el directorio images/backgrounds/" #: ../../godmode/setup/setup_visuals.php:184 msgid "Custom logo in login" @@ -24335,49 +22489,1138 @@ msgstr "Vista previa de los iconos GIS" msgid "Status set preview" msgstr "Fijar el estado de la vista previa." -#: ../../godmode/setup/os.php:73 -msgid "Fail creating OS" -msgstr "Error al crear SO" +#: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/events/events.php:42 +msgid "Filter list" +msgstr "Lista de filtros" -#: ../../godmode/setup/os.php:80 -msgid "Success creating OS" -msgstr "Éxito al crear SO" +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" +msgstr "Añadir filtro" -#: ../../godmode/setup/os.php:100 -msgid "Success updatng OS" -msgstr "Éxito al actualizar SO" +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "Filtro Netflow" -#: ../../godmode/setup/os.php:100 -msgid "Error updating OS" -msgstr "Error al actualizar SO" +#: ../../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 +#: ../../godmode/menu.php:56 +msgid "Netflow filters" +msgstr "Filtros Netflow" -#: ../../godmode/setup/os.php:119 -msgid "There are agents with this OS." -msgstr "Existen agentes con este Sistema Operativo." +#: ../../godmode/netflow/nf_edit_form.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../operation/events/events_list.php:211 +#: ../../operation/events/events_list.php:242 +msgid "Update filter" +msgstr "Actualizar filtro" -#: ../../godmode/setup/os.php:124 -msgid "Success deleting" -msgstr "Éxito al borrar" +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "Filtrar:" -#: ../../godmode/setup/os.php:124 -msgid "Error deleting" -msgstr "Error al borrar" +#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../operation/netflow/nf_live_view.php:331 +msgid "Dst Ip" +msgstr "Dst Ip" -#: ../../godmode/setup/os.php:133 -msgid "List OS" -msgstr "Listar SS. OO." +#: ../../godmode/netflow/nf_edit_form.php:210 +#: ../../operation/netflow/nf_live_view.php:331 +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" -#: ../../godmode/setup/os.php:137 -msgid "Builder OS" -msgstr "Creador de registros de sistema operativo." +#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../operation/netflow/nf_live_view.php:340 +msgid "Src Ip" +msgstr "IP Origen" -#: ../../godmode/setup/os.php:143 ../../godmode/menu.php:263 -msgid "Edit OS" -msgstr "Editar SO" +#: ../../godmode/netflow/nf_edit_form.php:213 +#: ../../operation/netflow/nf_live_view.php:340 +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" -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "Gestión de licencias" +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Dst Port" +msgstr "Puerto destino" + +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../operation/netflow/nf_live_view.php:352 +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" + +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Src Port" +msgstr "Puerto origen" + +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../operation/netflow/nf_live_view.php:361 +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" + +#: ../../godmode/netflow/nf_edit_form.php:225 +#: ../../operation/netflow/nf_live_view.php:379 +msgid "Aggregate by" +msgstr "Agregado por" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../include/functions_netflow.php:1657 +msgid "Protocol" +msgstr "Protocolo" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Src Ip Address" +msgstr "Dirección IP origen" + +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../operation/netflow/nf_live_view.php:381 +msgid "Dst Ip Address" +msgstr "Dirección IP destino" + +#: ../../godmode/netflow/nf_edit_form.php:230 +#: ../../operation/netflow/nf_live_view.php:384 +msgid "Output format" +msgstr "Formato de Salida" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Kilobytes" +msgstr "Kilobytes" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Megabytes" +msgstr "Megabytes" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Kilobytes per second" +msgstr "Kilobytes por segundo" + +#: ../../godmode/netflow/nf_edit_form.php:231 +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Megabytes per second" +msgstr "Megabytes por segundo" + +#: ../../godmode/netflow/nf_item_list.php:39 +#: ../../operation/reporting/reporting_viewer.php:77 +msgid "Report list" +msgstr "Lista de informes" + +#: ../../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:162 +#: ../../godmode/events/event_filter.php:158 +msgid "There are no defined filters" +msgstr "No hay filtros definidos" + +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "Configuración actual del mantenimiento de la BB. DD." + +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "Configuración de la base de datos" + +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "Máx. días antes de comprimir datos" + +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "Máx. días antes de eliminar datos" + +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "Tamaño de estadísticas de la base de datos" + +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:8474 +msgid "Total events" +msgstr "Total de eventos" + +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "Total de items de datos (tagente_datos)" + +#: ../../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_audit.php:19 ../../godmode/db/db_purge.php:37 +#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_event.php:21 +#: ../../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_purge.php:335 +#: ../../godmode/db/db_event.php:73 +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_purge.php:38 ../../godmode/menu.php:302 +msgid "Database purge" +msgstr "Purgar BBDD" + +#: ../../godmode/db/db_purge.php:43 +msgid "Get data from agent" +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" + +#: ../../godmode/db/db_purge.php:78 +msgid "" +"Please be patient. This operation can take a long time depending on the " +"amount of modules." +msgstr "" +"Por favor sea paciente, esta operación puede tardar varios minutos (5-10 " +"minutos)" + +#: ../../godmode/db/db_purge.php:92 +#, php-format +msgid "Deleting records for module %s" +msgstr "Eliminación de registros para el módulo% s" + +#: ../../godmode/db/db_purge.php:140 +#, php-format +msgid "Total errors: %s" +msgstr "Errores Totales: %s" + +#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 +#, php-format +msgid "Total records deleted: %s" +msgstr "Total de registros eliminados: %s" + +#: ../../godmode/db/db_purge.php:149 +msgid "Deleting records for all agents" +msgstr "Borrando registros para el módulo" + +#: ../../godmode/db/db_purge.php:166 +msgid "Choose agent" +msgstr "Escoja agente" + +#: ../../godmode/db/db_purge.php:167 +#: ../../operation/incidents/incident.php:279 +msgid "All agents" +msgstr "Todos los agentes" + +#: ../../godmode/db/db_purge.php:172 +msgid "Select the agent you want information about" +msgstr "Seleccione el agente del que quiera obtener información" + +#: ../../godmode/db/db_purge.php:174 +msgid "Get data" +msgstr "Obtener datos" + +#: ../../godmode/db/db_purge.php:175 +msgid "Click here to get the data from the agent specified in the select box" +msgstr "" +"Pulse aquí para obtener los datos del agente especificado en la caja de " +"selección" + +#: ../../godmode/db/db_purge.php:179 +#, php-format +msgid "Information on agent %s in the database" +msgstr "Información acerca del agente %s en la base de datos" + +#: ../../godmode/db/db_purge.php:182 +msgid "Information on all agents in the database" +msgstr "Información acerca de todos los agentes en la base de datos" + +#: ../../godmode/db/db_purge.php:317 +msgid "Packets less than three months old" +msgstr "Paquetes con menos de tres meses" + +#: ../../godmode/db/db_purge.php:319 +msgid "Packets less than one month old" +msgstr "Paquetes con menos de un mes" + +#: ../../godmode/db/db_purge.php:321 +msgid "Packets less than two weeks old" +msgstr "Paquetes con menos de dos semanas" + +#: ../../godmode/db/db_purge.php:323 +msgid "Packets less than one week old" +msgstr "Paquetes con menos de una semana" + +#: ../../godmode/db/db_purge.php:325 +msgid "Packets less than three days old" +msgstr "Paquetes con menos de tres días" + +#: ../../godmode/db/db_purge.php:327 +msgid "Packets less than one day old" +msgstr "Paquetes con menos de 24 horas" + +#: ../../godmode/db/db_purge.php:329 +msgid "Total number of packets" +msgstr "Número máximo de paquetes" + +#: ../../godmode/db/db_purge.php:340 +msgid "Purge data over 3 months" +msgstr "Purgar los datos con más de 3 meses" + +#: ../../godmode/db/db_purge.php:341 +msgid "Purge data over 1 month" +msgstr "Purgar los datos con más de 1 mes" + +#: ../../godmode/db/db_purge.php:342 +msgid "Purge data over 2 weeks" +msgstr "Purgar los datos con mas de 2 semanas" + +#: ../../godmode/db/db_purge.php:343 +msgid "Purge data over 1 week" +msgstr "Purgar los datos con más de 1 semana" + +#: ../../godmode/db/db_purge.php:344 +msgid "Purge data over 3 days" +msgstr "Purgar los datos con más de 3 días" + +#: ../../godmode/db/db_purge.php:345 +msgid "Purge data over 1 day" +msgstr "Purgar los datos con más de 1 día" + +#: ../../godmode/db/db_purge.php:346 +msgid "All data until now" +msgstr "Todos los datos hasta ahora" + +#: ../../godmode/db/db_purge.php:350 +msgid "Purge" +msgstr "Purgar" + +#: ../../godmode/db/db_info.php:32 +msgid "Database information" +msgstr "Información de la base de datos" + +#: ../../godmode/db/db_info.php:34 +msgid "Module data received" +msgstr "Datos de módulo recibidos" + +#: ../../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_refine.php:33 ../../godmode/menu.php:303 +#: ../../include/functions_db.php:1108 +msgid "Database debug" +msgstr "Depurar BBDD" + +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" +msgstr "El máximo es igual al mínimo" + +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" +msgstr "Filtrando módulo de datos" + +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" +msgstr "Filtrado completado" + +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" +msgstr "No hay ningún agente seleccionado" + +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" +msgstr "Obtener info." + +#: ../../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_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" +msgstr "Mínimo" + +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" +msgstr "Máximo" + +#: ../../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:266 +#: ../../godmode/users/configure_user.php:438 +#: ../../operation/users/user_edit.php:205 +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/search_users.php:38 +#: ../../include/functions_reporting_html.php:2082 +msgid "User ID" +msgstr "ID usuario" + +#: ../../godmode/users/user_list.php:276 ../../operation/search_users.php:50 +msgid "Profile" +msgstr "Perfil" + +#: ../../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:407 +#: ../../godmode/users/configure_user.php:474 +#: ../../operation/users/user_edit.php:229 +msgid "E-mail" +msgstr "Correo-e" + +#: ../../godmode/users/user_list.php:414 +#: ../../godmode/users/configure_user.php:465 +#: ../../operation/search_users.php:64 +msgid "Administrator" +msgstr "Administrador" + +#: ../../godmode/users/user_list.php:458 ../../operation/search_users.php:82 +msgid "The user doesn't have any assigned profile/group" +msgstr "El usuario no tiene ningún perfil asignado" + +#: ../../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/user_list.php:493 +#: ../../godmode/users/configure_user.php:144 +msgid "" +"The current authentication scheme doesn't support creating users from " +"Pandora FMS" +msgstr "" +"El esquema actual de autenticación no soporta la creación de usuarios desde " +"Pandora FMS." + +#: ../../godmode/users/configure_user.php:90 +#: ../../operation/users/user_edit.php:86 +msgid "User detail editor" +msgstr "Editor de detalles de usuario" + +#: ../../godmode/users/configure_user.php:180 +msgid "User ID cannot be empty" +msgstr "El ID de usuario no puede estar vacío." + +#: ../../godmode/users/configure_user.php:187 +msgid "Passwords cannot be empty" +msgstr "Las contraseñas no pueden estar vacías" + +#: ../../godmode/users/configure_user.php:194 +msgid "Passwords didn't match" +msgstr "Las contraseñas no coinciden" + +#: ../../godmode/users/configure_user.php:243 +msgid "" +"Strict ACL is not recommended for admin users because performance could be " +"affected." +msgstr "" +"ACL Estricto no está recomendado para usuarios admin porque el rendimiento " +"podría verse afectado." + +#: ../../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 +#: ../../operation/users/user_edit.php:177 +#: ../../operation/users/user_edit.php:185 +msgid "User info successfully updated" +msgstr "Información del usuario actualizada correctamente" + +#: ../../godmode/users/configure_user.php:301 +#: ../../godmode/users/configure_user.php:311 +#: ../../godmode/users/configure_user.php:339 +#: ../../godmode/users/configure_user.php:345 +#: ../../godmode/users/configure_user.php:373 +msgid "Error updating user info (no change?)" +msgstr "Error al actualizar la información del usuario (¿no hubo cambios?)" + +#: ../../godmode/users/configure_user.php:315 +msgid "Passwords does not match" +msgstr "Las contraseñas no coinciden" + +#: ../../godmode/users/configure_user.php:363 +msgid "" +"Strict ACL is not recommended for this user. Performance could be affected." +msgstr "" +"ACL Estricto no está recomendado para este usuario. El rendimiento podría " +"verse afectado" + +#: ../../godmode/users/configure_user.php:395 +msgid "Profile added successfully" +msgstr "Perfil añadído con éxito" + +#: ../../godmode/users/configure_user.php:396 +msgid "Profile cannot be added" +msgstr "El perfil no se puede añadir" + +#: ../../godmode/users/configure_user.php:422 +msgid "Update User" +msgstr "Actualizar Usuario" + +#: ../../godmode/users/configure_user.php:425 +msgid "Create User" +msgstr "Crear Usuario" + +#: ../../godmode/users/configure_user.php:442 +#: ../../operation/users/user_edit.php:207 +msgid "Full (display) name" +msgstr "Nombre completo" + +#: ../../godmode/users/configure_user.php:454 +#: ../../operation/users/user_edit.php:242 +msgid "Password confirmation" +msgstr "Confirmar contraseña" + +#: ../../godmode/users/configure_user.php:461 +msgid "Global Profile" +msgstr "Perfil global" + +#: ../../godmode/users/configure_user.php:466 +msgid "" +"This user has permissions to manage all. An admin user should not requiere " +"additional group permissions, except for using Enterprise ACL." +msgstr "" +"Este usuario tiene permisos para configurar todo. Un usuario administrador " +"no debería requerir permisos adicionales de grupo, excepto para usar ACL " +"Enterprise." + +#: ../../godmode/users/configure_user.php:470 +#: ../../operation/search_users.php:69 +msgid "Standard User" +msgstr "Usuario estándar" + +#: ../../godmode/users/configure_user.php:471 +msgid "" +"This user has separated permissions to view data in his group agents, create " +"incidents belong to his groups, add notes in another incidents, create " +"personal assignments or reviews and other tasks, on different profiles" +msgstr "" +"Este usuario tiene permisos diferentes para ver los datos en el grupo de " +"agentes, crear incidentes en el grupo, añadir notas en otros incidentes, " +"crear asignaciones personales o revisarlas y otras tareas en perfiles " +"diferentes." + +#: ../../godmode/users/configure_user.php:478 +#: ../../operation/users/user_edit.php:231 +msgid "Phone number" +msgstr "Número de teléfono" + +#: ../../godmode/users/configure_user.php:506 +#: ../../godmode/groups/configure_group.php:181 +#: ../../operation/users/user_edit.php:346 +msgid "Skin" +msgstr "Skin" + +#: ../../godmode/users/configure_user.php:513 +msgid "Use global conf" +msgstr "Usar configuración global" + +#: ../../godmode/users/configure_user.php:528 +msgid "Metaconsole access" +msgstr "Acceso a la metaconsola" + +#: ../../godmode/users/configure_user.php:536 +msgid "Not Login" +msgstr "No se logea" + +#: ../../godmode/users/configure_user.php:537 +msgid "The user with not login set only can access to API." +msgstr "El usuario sin permiso de acceso solo puede tener acceso al API" + +#: ../../godmode/users/configure_user.php:540 +msgid "Strict ACL" +msgstr "ACL Estricto" + +#: ../../godmode/users/configure_user.php:541 +msgid "" +"With this option enabled, the user will can access to accurate information. " +"It is not recommended for admin users because performance could be affected" +msgstr "" +"Con esta opción activada , el usuario puede tener acceso a información " +"precisa . No se recomienda para los usuarios administradores porque el " +"rendimiento podría verse afectado" + +#: ../../godmode/users/configure_user.php:547 +msgid "Enable agents managment" +msgstr "Habilitar gestión de agentes" + +#: ../../godmode/users/configure_user.php:554 +msgid "Assigned node" +msgstr "Nodo asignado" + +#: ../../godmode/users/configure_user.php:554 +msgid "Server where the agents created of this user will be placed" +msgstr "Servidor donde se ubicarán los agentes creados por este usuario" + +#: ../../godmode/users/configure_user.php:566 +msgid "Enable node access" +msgstr "Habilitar el acceso al nodo" + +#: ../../godmode/users/configure_user.php:566 +msgid "With this option enabled, the user will can access to nodes console" +msgstr "" +"Con esta opción habilitada, el usuario podrá tener acceso a los nodos de la " +"consola" + +#: ../../godmode/users/configure_user.php:597 +#: ../../godmode/users/configure_user.php:606 +#: ../../operation/users/user_edit.php:428 +#: ../../operation/users/user_edit.php:435 +msgid "Profiles/Groups assigned to this user" +msgstr "Perfiles/Grupos asignados a este usuario" + +#: ../../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:283 +#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 +#: ../../operation/events/events.php:356 +msgid "Manage events" +msgstr "Gestionar 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/profile_list.php:80 +msgid "" +"Unsucessful delete profile. Because the profile is used by some admin users." +msgstr "" +"La eliminación del perfil no ha tenido éxito. Porque el perfil está siendo " +"usado por algunos usuarios administradores." + +#: ../../godmode/users/profile_list.php:226 +msgid "There was a problem updating this profile" +msgstr "Hubo un problema al borrar el perfil" + +#: ../../godmode/users/profile_list.php:230 +msgid "Profile name cannot be empty" +msgstr "El nombre de perfil no puede estar vacío" + +#: ../../godmode/users/profile_list.php:282 +#: ../../godmode/users/profile_list.php:286 +msgid "There was a problem creating this profile" +msgstr "Hubo un problema al crear el perfil" + +#: ../../godmode/users/profile_list.php:320 +msgid "Network maps reading" +msgstr "Lectura de mapas de red" + +#: ../../godmode/users/profile_list.php:321 +msgid "Network maps writing" +msgstr "Escritura de mapas de red" + +#: ../../godmode/users/profile_list.php:322 +msgid "Network maps management" +msgstr "Gestión de mapas de red" + +#: ../../godmode/users/profile_list.php:323 +msgid "Visual console reading" +msgstr "Lectura de consola visual" + +#: ../../godmode/users/profile_list.php:324 +msgid "Visual console writing" +msgstr "Escritura de consola visual" + +#: ../../godmode/users/profile_list.php:325 +msgid "Visual console management" +msgstr "Gestión de consola visual" + +#: ../../godmode/users/profile_list.php:398 +msgid "There are no defined profiles" +msgstr "No hay perfiles definidos" + +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "Respuesta añadida con éxito" + +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "La respuesta no se puede añadir" + +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "Repuesta actualizada con éxito" + +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "La respuesta no se puede actualizar" + +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "Respuesta eliminada con éxito" + +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "La respuesta no se puede eliminar" + +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "No se encontraron respuestas" + +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "Crear respuesta" + +#: ../../godmode/events/event_edit_filter.php:192 +msgid "Update Filter" +msgstr "Actualizar Filtro" + +#: ../../godmode/events/event_edit_filter.php:195 +msgid "Create Filter" +msgstr "Crear filtro" + +#: ../../godmode/events/event_edit_filter.php:204 +#: ../../operation/events/events_list.php:217 +msgid "Filter name" +msgstr "Nombre del filtro" + +#: ../../godmode/events/event_edit_filter.php:209 +msgid "" +"This group will be use to restrict the visibility of this filter with ACLs" +msgstr "" +"Este grupo se usará para restringir la visibilidad de este filtro con ACLs" + +#: ../../godmode/events/event_edit_filter.php:274 +#: ../../operation/events/events_list.php:425 +msgid "User ack." +msgstr "Validación del usuario" + +#: ../../godmode/events/event_edit_filter.php:275 +msgid "Choose between the users who have validated an event. " +msgstr "Escoja entre los usuarios que tienen validado un evento " + +#: ../../godmode/events/event_edit_filter.php:289 +#: ../../operation/events/events_list.php:571 +msgid "Group events" +msgstr "Eventos agrupados" + +#: ../../godmode/events/event_edit_filter.php:290 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1034 +#: ../../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 +#: ../../operation/events/events_list.php:569 +#: ../../mobile/operation/events.php:485 +#: ../../include/functions_events.php:2377 +msgid "Repeated" +msgstr "Repetido" + +#: ../../godmode/events/event_edit_filter.php:334 +#: ../../operation/events/events_list.php:495 +#: ../../operation/events/events_list.php:509 +msgid "Events with following tags" +msgstr "Eventos con las siguientes etiquetas" + +#: ../../godmode/events/event_edit_filter.php:349 +#: ../../operation/events/events_list.php:501 +#: ../../operation/events/events_list.php:515 +msgid "Events without following tags" +msgstr "Eventos sin las siguientes etiquetas" + +#: ../../godmode/events/event_edit_filter.php:363 +#: ../../operation/events/events_list.php:456 +msgid "Alert events" +msgstr "Eventos de la alerta" + +#: ../../godmode/events/event_edit_filter.php:367 +#: ../../operation/events/events_list.php:457 +msgid "Filter alert events" +msgstr "Filtrar eventos de alertas" + +#: ../../godmode/events/event_edit_filter.php:368 +#: ../../operation/events/events_list.php:457 +msgid "Only alert events" +msgstr "Solo eventos de alertas" + +#: ../../godmode/events/event_edit_filter.php:373 +#: ../../operation/events/events_list.php:437 +msgid "Module search" +msgstr "Búsqueda por módulo" + +#: ../../godmode/events/events.php:37 ../../operation/users/user_edit.php:302 +#: ../../operation/events/events.php:325 +msgid "Event list" +msgstr "Lista de eventos" + +#: ../../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/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "Cargar campos de evento por defecto" + +#: ../../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/tag.php:80 msgid "Number of modules" @@ -24412,11 +23655,6 @@ msgstr "Información de los detalles" msgid "Number of modules affected" msgstr "Número de módulos afectados" -#: ../../godmode/tag/tag.php:204 ../../godmode/tag/edit_tag.php:205 -#: ../../godmode/users/user_list.php:406 -msgid "Phone" -msgstr "Teléfono" - #: ../../godmode/tag/tag.php:222 msgid "Tag details" msgstr "Detalles de tag" @@ -24479,2629 +23717,16 @@ msgstr "" "Número de teléfono asociado para usar posteriormente en alertas asociadas a " "Tags" -#: ../../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_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_components_form_wmi.php:32 -#: ../../godmode/agentes/module_manager_editor_wmi.php:64 -msgid "WMI query" -msgstr "Consulta WMI" - -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -#: ../../godmode/agentes/module_manager_editor_wmi.php:73 -msgid "Key string" -msgstr "Texto clave" - -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -#: ../../godmode/agentes/module_manager_editor_wmi.php:77 -msgid "Field number" -msgstr "Campo número" - -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 -#: ../../godmode/agentes/module_manager_editor_wmi.php:47 -msgid "Namespace" -msgstr "Espacio de nombres" - -#: ../../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_templates_form.php:32 -#: ../../godmode/modules/manage_network_templates.php:39 -msgid "Module template management" -msgstr "Gestión de plantillas de módulos" - -#: ../../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/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/manage_network_components_form_network.php:40 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:751 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 -#: ../../godmode/agentes/module_manager_editor_network.php:102 -#: ../../godmode/massive/massive_edit_modules.php:463 -msgid "SNMP version" -msgstr "Versión SNMP" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "Cadena SNMP Enterprise" - -#: ../../godmode/modules/manage_network_components_form_network.php:50 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 -#: ../../godmode/agentes/module_manager_editor_network.php:89 -msgid "SNMP community" -msgstr "Comunidad SNMP" - -#: ../../godmode/modules/manage_network_components_form_network.php:57 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:764 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:466 -#: ../../include/functions_snmp_browser.php:530 -msgid "Auth user" -msgstr "Autenticación de usuario" - -#: ../../godmode/modules/manage_network_components_form_network.php:59 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:766 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 -#: ../../godmode/agentes/module_manager_editor_network.php:189 -#: ../../godmode/massive/massive_edit_modules.php:469 -#: ../../include/functions_snmp_browser.php:532 -msgid "Auth password" -msgstr "Autenticación de contraseña" - -#: ../../godmode/modules/manage_network_components_form_network.php:65 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:770 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 -#: ../../godmode/agentes/module_manager_editor_network.php:197 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../include/functions_snmp_browser.php:536 -msgid "Privacy method" -msgstr "Método de privacidad" - -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/module_manager_editor_network.php:198 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../include/functions_snmp_browser.php:537 -msgid "DES" -msgstr "DES" - -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/module_manager_editor_network.php:198 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../include/functions_snmp_browser.php:537 -msgid "AES" -msgstr "AES" - -#: ../../godmode/modules/manage_network_components_form_network.php:67 -#: ../../godmode/agentes/module_manager_editor_network.php:199 -#: ../../godmode/massive/massive_edit_modules.php:474 -#: ../../include/functions_snmp_browser.php:538 -msgid "Privacy pass" -msgstr "Privacy pass" - -#: ../../godmode/modules/manage_network_components_form_network.php:72 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:775 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/module_manager_editor_network.php:207 -#: ../../godmode/massive/massive_edit_modules.php:476 -#: ../../include/functions_snmp_browser.php:541 -msgid "Auth method" -msgstr "método de autenticación" - -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/module_manager_editor_network.php:208 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../include/functions_snmp_browser.php:542 -msgid "MD5" -msgstr "MD5" - -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:776 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/module_manager_editor_network.php:208 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../include/functions_snmp_browser.php:542 -msgid "SHA" -msgstr "SHA" - -#: ../../godmode/modules/manage_network_components_form_network.php:74 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:777 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 -#: ../../godmode/agentes/module_manager_editor_network.php:209 -#: ../../godmode/massive/massive_edit_modules.php:478 -#: ../../include/functions_snmp_browser.php:543 -msgid "Security level" -msgstr "Nivel de seguridad" - -#: ../../godmode/modules/manage_network_components_form_network.php:75 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:778 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 -#: ../../godmode/agentes/module_manager_editor_network.php:210 -#: ../../godmode/massive/massive_edit_modules.php:479 -#: ../../include/functions_snmp_browser.php:544 -msgid "Not auth and not privacy method" -msgstr "método sin autenticación ni privacidad" - -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/module_manager_editor_network.php:211 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../include/functions_snmp_browser.php:545 -msgid "Auth and not privacy method" -msgstr "metodo con autenticacion y sin privacidad" - -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:779 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/module_manager_editor_network.php:211 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../include/functions_snmp_browser.php:545 -msgid "Auth and privacy method" -msgstr "metodo de autenticación y privacidad" - -#: ../../godmode/modules/manage_network_components_form_network.php:90 -#: ../../godmode/agentes/module_manager_editor_network.php:141 -msgid "TCP send" -msgstr "Enviar TCP" - -#: ../../godmode/modules/manage_network_components_form_network.php:97 -#: ../../godmode/agentes/module_manager_editor_network.php:147 -msgid "TCP receive" -msgstr "Recibir TCP" - -#: ../../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_network_components.php:51 -msgid "Network component management" -msgstr "Gestión de los componentes de red" - -#: ../../godmode/modules/manage_network_components.php:501 -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:553 -msgid "Max/Min" -msgstr "Máx/Mín" - -#: ../../godmode/modules/manage_network_components.php:579 -msgid "Network module" -msgstr "Módulo de la red" - -#: ../../godmode/modules/manage_network_components.php:583 -msgid "WMI module" -msgstr "Módulo WMI" - -#: ../../godmode/modules/manage_network_components.php:587 -msgid "Plug-in module" -msgstr "Módulo de plugin" - -#: ../../godmode/modules/manage_network_components.php:618 -msgid "There are no defined network components" -msgstr "No hay componentes de red definidos" - -#: ../../godmode/modules/manage_network_components.php:625 -msgid "Create a new network component" -msgstr "Crear un componente de red nuevo" - -#: ../../godmode/modules/manage_network_components.php:626 -msgid "Create a new plugin component" -msgstr "Crear un componente de complemento nuevo" - -#: ../../godmode/modules/manage_network_components.php:627 -msgid "Create a new WMI component" -msgstr "Crear un componente WMI nuevo" - -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "Cargar campos de evento por defecto" - -#: ../../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/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "No se encontraron respuestas" - -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "Crear respuesta" - -#: ../../godmode/events/event_filter.php:158 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -msgstr "No hay filtros definidos" - -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" -msgstr "Respuesta añadida con éxito" - -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" -msgstr "La respuesta no se puede añadir" - -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" -msgstr "Repuesta actualizada con éxito" - -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" -msgstr "La respuesta no se puede actualizar" - -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" -msgstr "Respuesta eliminada con éxito" - -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" -msgstr "La respuesta no se puede eliminar" - -#: ../../godmode/events/event_edit_filter.php:192 -msgid "Update Filter" -msgstr "Actualizar Filtro" - -#: ../../godmode/events/event_edit_filter.php:195 -msgid "Create Filter" -msgstr "Crear filtro" - -#: ../../godmode/events/event_edit_filter.php:209 -msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" -msgstr "" -"Este grupo se usará para restringir la visibilidad de este filtro con ACLs" - -#: ../../godmode/events/event_edit_filter.php:275 -msgid "Choose between the users who have validated an event. " -msgstr "Escoja entre los usuarios que tienen validado un evento " - -#: ../../godmode/events/events.php:42 -#: ../../godmode/netflow/nf_edit_form.php:55 -msgid "Filter list" -msgstr "Lista de filtros" - -#: ../../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/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/alerts/configure_alert_action.php:128 -#: ../../godmode/alerts/configure_alert_command.php:150 -#: ../../godmode/massive/massive_edit_plugins.php:437 -#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 -#: ../../godmode/servers/plugin.php:737 -#: ../../godmode/servers/recon_script.php:370 -msgid "Command" -msgstr "Comando" - -#: ../../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/configure_alert_action.php:98 -msgid "Update Action" -msgstr "Actualizar Acción" - -#: ../../godmode/alerts/configure_alert_action.php:136 -#: ../../godmode/alerts/configure_alert_command.php:130 -msgid "Create Command" -msgstr "Crear comando" - -#: ../../godmode/alerts/configure_alert_action.php:148 -#: ../../godmode/alerts/alert_view.php:420 -msgid "Firing" -msgstr "Disparado" - -#: ../../godmode/alerts/configure_alert_action.php:149 -msgid "Recovery" -msgstr "Recuperación" - -#: ../../godmode/alerts/configure_alert_action.php:153 -#: ../../godmode/alerts/alert_view.php:508 -#: ../../godmode/alerts/alert_view.php:595 -#: ../../godmode/servers/plugin.php:381 -msgid "Command preview" -msgstr "Vista previa del comando" - -#: ../../godmode/alerts/alert_list.list.php:124 -msgid "Field content" -msgstr "Contenido del campo" - -#: ../../godmode/alerts/alert_list.list.php:133 -msgid "Enabled / Disabled" -msgstr "Habilitado / Deshabilitado" - -#: ../../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 "" -"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:550 -msgid "Delete action" -msgstr "Eliminar acción" - -#: ../../godmode/alerts/alert_list.list.php:709 -msgid "View alert advanced details" -msgstr "Ver detalles avanzados de la alerta" - -#: ../../godmode/alerts/alert_list.list.php:720 -msgid "No alerts defined" -msgstr "No hay alertas definidas" - -#: ../../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/alerts/configure_alert_template.php:495 -#: ../../godmode/alerts/alert_list.builder.php:131 -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:94 -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:649 -msgid "Alert recovery" -msgstr "Recuperación de alerta" - -#: ../../godmode/alerts/configure_alert_template.php:657 -#: ../../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:658 -msgid "Recovery fields" -msgstr "Campos de recuperación" - -#: ../../godmode/alerts/configure_alert_template.php:761 -msgid "No wizard" -msgstr "No hay Wizard" - -#: ../../godmode/alerts/configure_alert_template.php:831 -#: ../../godmode/alerts/alert_view.php:144 ../../include/functions_ui.php:998 -msgid "" -"The alert would fire when the value matches " -msgstr "" -"La alerta se disparará cuando el valor coincida con " - -#: ../../godmode/alerts/configure_alert_template.php:832 -#, 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:833 -#: ../../godmode/alerts/alert_view.php:152 ../../include/functions_ui.php:989 -msgid "The alert would fire when the value is " -msgstr "" -"La alerta se disparará cuando el valor sea " - -#: ../../godmode/alerts/configure_alert_template.php:834 -#: ../../godmode/alerts/alert_view.php:156 ../../include/functions_ui.php:993 -msgid "The alert would fire when the value is not " -msgstr "" -"La alerta se disparará cuando el valor no sea " - -#: ../../godmode/alerts/configure_alert_template.php:835 -#: ../../godmode/alerts/alert_view.php:161 ../../include/functions_ui.php:1007 -msgid "" -"The alert would fire when the value is between and " -"" -msgstr "" -"La alerta se disparará cuando el valor esté entre y " -"" - -#: ../../godmode/alerts/configure_alert_template.php:836 -msgid "" -"The alert would fire when the value is not between and " -msgstr "" -"La alerta se disparará cuando no esté entre and " -"" - -#: ../../godmode/alerts/configure_alert_template.php:837 -#: ../../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:838 -#: ../../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:839 -#: ../../godmode/alerts/alert_view.php:186 ../../include/functions_ui.php:1024 -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/configure_alert_template.php:840 -#: ../../godmode/alerts/alert_view.php:189 ../../include/functions_ui.php:1029 -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/configure_alert_template.php:841 -#: ../../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:842 -#: ../../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:843 -#: ../../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:844 -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_view.php:49 -#: ../../godmode/alerts/alert_view.php:324 -#: ../../include/functions_events.php:2138 -msgid "Alert details" -msgstr "Detalles de alerta" - -#: ../../godmode/alerts/alert_view.php:61 -#: ../../godmode/alerts/alert_view.php:62 -#: ../../godmode/alerts/alert_view.php:63 -#: ../../godmode/alerts/alert_list.php:286 -msgid "List alerts" -msgstr "Lista de alertas" - -#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1001 -msgid "" -"The alert would fire when the value doesn't match " -msgstr "" -"La alerta se disparará cuando el valor no coincida con " - -#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1010 -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:310 -msgid "Number of alerts" -msgstr "Número de alertas" - -#: ../../godmode/alerts/alert_view.php:325 -msgid "Firing conditions" -msgstr "Condiciones de disparo" - -#: ../../godmode/alerts/alert_view.php:348 -#: ../../godmode/alerts/alert_view.php:370 -msgid "Every time that the alert is fired" -msgstr "Cada vez que la alerta es disparada" - -#: ../../godmode/alerts/alert_view.php:414 -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" - -#: ../../godmode/alerts/alert_view.php:417 -msgid "Select the action" -msgstr "Seleccione la acción" - -#: ../../godmode/alerts/alert_view.php:421 -msgid "Recovering" -msgstr "Recuperado" - -#: ../../godmode/alerts/alert_view.php:439 -msgid "" -"Fields passed to the command executed by this action when the alert is fired" -msgstr "" -"Campos pasados al comando ejecutado por esta acción cuando la alerta es " -"disparada" - -#: ../../godmode/alerts/alert_view.php:442 -#: ../../godmode/alerts/alert_view.php:531 -msgid "Fields configured on the command associated to the action" -msgstr "Campos configurados en el comando asociado a la acción" - -#: ../../godmode/alerts/alert_view.php:443 -msgid "Template fields" -msgstr "Campos de la plantilla" - -#: ../../godmode/alerts/alert_view.php:444 -msgid "Triggering fields configured in template" -msgstr "Campos de disparado configurados en la plantilla" - -#: ../../godmode/alerts/alert_view.php:445 -msgid "Action fields" -msgstr "Campos de la acción" - -#: ../../godmode/alerts/alert_view.php:446 -msgid "Triggering fields configured in action" -msgstr "Campos de disparado configurados en la acción" - -#: ../../godmode/alerts/alert_view.php:448 -msgid "Executed on firing" -msgstr "Ejecutado en disparado" - -#: ../../godmode/alerts/alert_view.php:449 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Fields used on execution when the alert is fired" -msgstr "Campos usados en la ejecución cuando la alerta es disparada" - -#: ../../godmode/alerts/alert_view.php:516 -msgid "The alert recovering is disabled on this template." -msgstr "La recuperación de la alerta está desactivada en esta plantilla" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "Recovering fields" -msgstr "Campos de recuperación" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "" -"Fields passed to the command executed by this action when the alert is " -"recovered" -msgstr "" -"Campos pasados al comando ejecutado por esta acción cuando la alerta es " -"recuperada" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Template recovery fields" -msgstr "Campos de recuperación de la plantilla" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Recovery fields configured in alert template" -msgstr "Campos de recuperación configurados en la plantilla de la alerta" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Action recovery fields" -msgstr "Acción en campos de recuperación" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Recovery fields configured in alert action" -msgstr "Campos de recuperación configurados en una acción de alerta" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Executed on recovery" -msgstr "Ejecutado en recuperación" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Fields used on execution when the alert is recovered" -msgstr "Campos usados en la ejecución cuando la alerta es recuperada" - -#: ../../godmode/alerts/alert_list.php:79 -msgid "Already added" -msgstr "Ya añadido" - -#: ../../godmode/alerts/alert_list.php:290 -msgid "Builder alert" -msgstr "Creador de alerta" - -#: ../../godmode/alerts/configure_alert_command.php:42 -msgid "Configure alert command" -msgstr "Configurar comando de alerta" - -#: ../../godmode/alerts/configure_alert_command.php:127 -msgid "Update Command" -msgstr "Actualizar comando" - -#: ../../godmode/alerts/configure_alert_command.php:160 -#, php-format -msgid "Field %s description" -msgstr "Campo de descripción %s" - -#: ../../godmode/alerts/configure_alert_command.php:175 -#, php-format -msgid "Field %s values" -msgstr "Campos %s valores" - -#: ../../godmode/alerts/configure_alert_special_days.php:52 -msgid "Configure special day" -msgstr "Configurar dia especial" - -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 -msgid "Same day of the week" -msgstr "Mismo día de la semana" - -#: ../../godmode/alerts/alert_special_days.php:43 ../../godmode/menu.php:155 -#: ../../godmode/menu.php:156 -msgid "Special days list" -msgstr "Lista de días especiales" - -#: ../../godmode/alerts/alert_special_days.php:230 -msgid "No special days configured" -msgstr "No hay días especiales configurados" - -#: ../../godmode/alerts/alert_commands.php:249 -msgid "Alert commands" -msgstr "Comandos de alerta" - -#: ../../godmode/alerts/alert_commands.php:372 -msgid "No alert commands configured" -msgstr "Comandos de alertas no configurados" - -#: ../../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/alert_list.builder.php:78 -msgid "Latest value" -msgstr "Último valor" - -#: ../../godmode/alerts/alert_list.builder.php:144 -msgid "Add alert" -msgstr "Añadir alerta" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "No hay plantillas de alerta definidas" - -#: ../../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/agent_conf_gis.php:78 -#: ../../godmode/agentes/agent_manager.php:377 -#: ../../godmode/massive/massive_edit_agents.php:391 -msgid "Ignore new GIS data:" -msgstr "Ignorar nuevos datos GIS" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 -#, php-format -msgid "Free space on %s" -msgstr "Espacio libre en %s" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s modulos de servicio creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 -#, php-format -msgid "Error creating %s service modules" -msgstr "Error creando %s modulos de servicio" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s módulos de proceso creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 -#, php-format -msgid "Error creating %s process modules" -msgstr "Error al crear %s módulos de proceso" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 -#, 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:223 -#, 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:228 -#, 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:231 -#, 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:234 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:713 -#, php-format -msgid "%s modules already exist" -msgstr "%s módulos ya existen" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 -msgid "WMI Explore" -msgstr "Explorador WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 -msgid "Unable to do WMI explorer" -msgstr "Imposible lanzar el Explorador WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:826 -msgid "Free space on disk" -msgstr "Espacio libre en disco" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -msgid "WMI components" -msgstr "Componentes WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:830 -msgid "Wizard mode" -msgstr "Modo wizard" - -#: ../../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 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:886 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:888 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:890 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:892 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:895 -msgid "Add to modules list" -msgstr "Añadir a lista de módulos" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:897 -msgid "Remove from modules list" -msgstr "Eliminar de la lista de módulos" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:907 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -msgid "Create modules" -msgstr "Crear módulos" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1059 -msgid "Modules list is empty" -msgstr "La lista de módulos está vacía." - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 -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:63 -msgid "It is necessary to use some features" -msgstr "Necesita usar algunas características" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 -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:300 -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:345 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 -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_explorer.php:556 -#, php-format -msgid "Check if the process %s is running or not" -msgstr "Compruebe si el proceso %s se está ejecutando correctamente" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:627 -msgid "Disk use information" -msgstr "Información del disco en uso" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:698 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s módulos creados correctamente" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:708 -#, php-format -msgid "Error creating %s modules" -msgstr "Error al crear %s módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 -msgid "Modules created succesfully" -msgstr "Módulos creados con éxito" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:772 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 -msgid "privacy pass" -msgstr "pase privado" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 -msgid "SNMP Walk" -msgstr "Exploración SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 -msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" -msgstr "" -"Si el dispositivo es un dispositivo de red, pruebe con el Wizard de interfaz " -"SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:824 -msgid "Devices" -msgstr "Dispositivos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:827 -msgid "Temperature sensors" -msgstr "Sensores de temperatura" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:828 -msgid "Other SNMP data" -msgstr "Otros datos SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:849 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 -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:964 -msgid "Device" -msgstr "Dispositivo" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 -msgid "Temperature" -msgstr "Temperatura" - -#: ../../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:293 -#: ../../godmode/agentes/module_manager_editor_common.php:324 -#: ../../godmode/groups/configure_group.php:167 -#: ../../godmode/massive/massive_edit_agents.php:333 -msgid "Custom ID" -msgstr "ID Personalizado" - -#: ../../godmode/agentes/agent_manager.php:297 -#: ../../godmode/massive/massive_edit_agents.php:337 -msgid "Module definition" -msgstr "Definición de módulos" - -#: ../../godmode/agentes/agent_manager.php:299 -#: ../../godmode/massive/massive_edit_agents.php:339 -msgid "Learning mode" -msgstr "Modo de aprendizaje" - -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/massive/massive_edit_agents.php:340 -msgid "Normal mode" -msgstr "Modo normal" - -#: ../../godmode/agentes/agent_manager.php:310 -#: ../../godmode/massive/massive_edit_agents.php:346 -msgid "Active" -msgstr "Activo" - -#: ../../godmode/agentes/agent_manager.php:317 -#: ../../godmode/agentes/agent_manager.php:339 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Not available" -msgstr "No disponible" - -#: ../../godmode/agentes/agent_manager.php:348 -#: ../../godmode/massive/massive_edit_agents.php:382 -msgid "Agent icon" -msgstr "Icono de agente" - -#: ../../godmode/agentes/agent_manager.php:348 -msgid "Agent icon for GIS Maps." -msgstr "Icono de agente para mapas GIS." - -#: ../../godmode/agentes/agent_manager.php:392 -#: ../../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:415 -#: ../../godmode/massive/massive_edit_agents.php:427 -msgid "This field allows url insertion using the BBCode's url tag" -msgstr "" -"Este campo permite la inserción de URL mediante la etiqueta URL de BBCode" - -#: ../../godmode/agentes/agent_manager.php:417 -#: ../../godmode/massive/massive_edit_agents.php:429 -msgid "The format is: [url='url to navigate']'text to show'[/url]" -msgstr "El formato es: [url='url para navegar']'texto para mostrar'[/url]" - -#: ../../godmode/agentes/agent_manager.php:419 -#: ../../godmode/massive/massive_edit_agents.php:431 -msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" -msgstr "e.g.: [url=pandorafms.org]Comunidad de Pandora FMS[/url]" - -#: ../../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_editor_common.php:68 -msgid "Using module component" -msgstr "Utilizar módulo de librería" - -#: ../../godmode/agentes/module_manager_editor_common.php:245 -#: ../../godmode/agentes/module_manager_editor_common.php:264 -msgid "Min. " -msgstr "Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:361 -#: ../../godmode/agentes/module_manager.php:679 -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_editor_common.php:385 -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:387 -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:390 -#: ../../godmode/massive/massive_edit_modules.php:501 -msgid "Export target" -msgstr "Servidor de exportación" - -#: ../../godmode/agentes/module_manager_editor_common.php:400 -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:419 -#: ../../godmode/massive/massive_edit_modules.php:521 -msgid "FF interval" -msgstr "Intervalo FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:422 -#: ../../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/agentes/module_manager_editor_common.php:517 -msgid "Tags from policy" -msgstr "Etiquetas desde política" - -#: ../../godmode/agentes/module_manager_editor_common.php:530 -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:550 -#: ../../godmode/agentes/module_manager_editor_common.php:556 -msgid "Cron" -msgstr "Cron" - -#: ../../godmode/agentes/module_manager_editor_common.php:551 -#: ../../godmode/agentes/module_manager_editor_common.php:557 -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:562 -#: ../../godmode/massive/massive_edit_modules.php:575 -msgid "Timeout" -msgstr "Tiempo de expiración" - -#: ../../godmode/agentes/module_manager_editor_common.php:563 -#: ../../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:565 -msgid "Retries" -msgstr "Reintentos" - -#: ../../godmode/agentes/module_manager_editor_common.php:566 -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:608 -#: ../../godmode/agentes/module_manager_editor.php:467 -msgid "Custom macros" -msgstr "Macros personalizadas" - -#: ../../godmode/agentes/module_manager_editor_common.php:641 -msgid "Add relationship" -msgstr "Añadir relación" - -#: ../../godmode/agentes/module_manager_editor_common.php:659 -msgid "Changes" -msgstr "Cambios" - -#: ../../godmode/agentes/module_manager_editor_common.php:659 -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/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/planned_downtime.export_csv.php:199 -#: ../../godmode/agentes/planned_downtime.list.php:358 -msgid "No planned downtime" -msgstr "No hay ninguna parada planificada" - -#: ../../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: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/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/agentes/configurar_agente.php:360 -msgid "Agent wizard" -msgstr "Wizard de agente" - -#: ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" -msgstr "Wizard SNMP" - -#: ../../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:240 -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:1500 -#: ../../include/functions_api.php:6984 -msgid "Save by Pandora Console" -msgstr "Guardado por la consola de Pandora" - -#: ../../godmode/agentes/configurar_agente.php:1515 -#: ../../include/functions_api.php:6985 -msgid "Update by Pandora Console" -msgstr "Actualizado por la consola de Pandora" - -#: ../../godmode/agentes/configurar_agente.php:1528 -#: ../../include/functions_api.php:6986 -msgid "Insert by Pandora Console" -msgstr "Insertado por la consola de Pandora" - -#: ../../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/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:144 -msgid "Show Agents" -msgstr "Mostrar Agentes" - -#: ../../godmode/agentes/modificar_agente.php:146 -msgid "Everyone" -msgstr "Todos" - -#: ../../godmode/agentes/modificar_agente.php:147 -msgid "Only disabled" -msgstr "Sólo deshabilitado" - -#: ../../godmode/agentes/modificar_agente.php:148 -msgid "Only enabled" -msgstr "Sólo habilitado" - -#: ../../godmode/agentes/modificar_agente.php:453 -msgid "Remote agent configuration" -msgstr "Configuración remota del agente" - -#: ../../godmode/agentes/modificar_agente.php:453 -msgid "R" -msgstr "R" - -#: ../../godmode/agentes/modificar_agente.php:551 -msgid "Edit remote config" -msgstr "Editar configuración remota" - -#: ../../godmode/agentes/modificar_agente.php:578 -msgid "Enable agent" -msgstr "Habilitar agente" - -#: ../../godmode/agentes/modificar_agente.php:583 -msgid "Disable agent" -msgstr "Deshabilitar agente" - -#: ../../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/agentes/module_manager_editor.php:441 -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:469 -msgid "Module relations" -msgstr "Relaciones entre módulos" - -#: ../../godmode/agentes/module_manager_editor.php:518 -msgid "No module to predict" -msgstr "No existe ningún módulo para predecir" - -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "No plug-in provided" -msgstr "Complemento no proporcionado" - -#: ../../godmode/agentes/module_manager_editor.php:542 -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/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:189 -#: ../../godmode/agentes/module_manager_editor_network.php:199 -#: ../../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/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:489 -#: ../../godmode/agentes/planned_downtime.list.php:428 -msgid "Disabled Agents" -msgstr "Agentes desactivados" - -#: ../../godmode/agentes/planned_downtime.editor.php:490 -#: ../../godmode/agentes/planned_downtime.list.php:429 -msgid "Disabled only Alerts" -msgstr "Deshabilitar sólo alertas" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -#: ../../godmode/agentes/planned_downtime.list.php:153 -msgid "Once" -msgstr "Una vez" - -#: ../../godmode/agentes/planned_downtime.editor.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:153 -#: ../../godmode/agentes/planned_downtime.list.php:434 -msgid "Periodically" -msgstr "Periodicamente" - -#: ../../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:2650 -msgid "From:" -msgstr "Desde:" - -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:2651 -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/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/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/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: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: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: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_incidents.php:67 -msgid "No incidents associated to this agent" -msgstr "No hay incidentes asociados a este agente" - -#: ../../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:784 ../../include/ajax/module.php:794 -msgid "Adopted" -msgstr "Adoptado" - -#: ../../godmode/agentes/module_manager.php:635 -#: ../../godmode/agentes/module_manager.php:639 -#: ../../godmode/massive/massive_edit_modules.php:541 -#: ../../include/ajax/module.php:794 ../../include/ajax/module.php:798 -msgid "Unlinked" -msgstr "Deslinkado" - -#: ../../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/reporting/reporting_builder.php:80 -msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" -msgstr "" -"El informe ha sido planificado y el sistema enviará un email con el informe " -"en PDF" - -#: ../../godmode/reporting/reporting_builder.php:81 -msgid "An error has ocurred" -msgstr "Ha ocurrido un error" - -#: ../../godmode/reporting/reporting_builder.php:335 -#: ../../godmode/reporting/reporting_builder.php:1863 -#: ../../godmode/reporting/reporting_builder.php:1915 -msgid "Reports list" -msgstr "Lista de informes" - -#: ../../godmode/reporting/reporting_builder.php:435 -msgid "Free text for search: " -msgstr "Texto libre de búsqueda " - -#: ../../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." - -#: ../../godmode/reporting/reporting_builder.php:446 -msgid "Show Option" -msgstr "Mostrar Opciones" - -#: ../../godmode/reporting/reporting_builder.php:610 -msgid "This report exceeds the item limit for realtime operations" -msgstr "" -"Este informe excede el tiempo límite para las operaciones de tiempo real" - -#: ../../godmode/reporting/reporting_builder.php:735 -msgid "Create report" -msgstr "Crear informe" - -#: ../../godmode/reporting/reporting_builder.php:1986 -msgid "Unsuccessfull action

" -msgstr "Acciones fallidas" - -#: ../../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/graph_builder.php:217 -msgid "Graph builder" -msgstr "Constructor de gráficos" - -#: ../../godmode/reporting/graph_builder.php:237 -msgid "Graph stored successfully" -msgstr "Gráfica almacenada correctamente" - -#: ../../godmode/reporting/graph_builder.php:237 -msgid "There was a problem storing Graph" -msgstr "Hubo un problema al almacenar la gráfica" - -#: ../../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/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:571 -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:572 -msgid "Percentile Item" -msgstr "Item percentual" - -#: ../../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_visual_map_editor.php:178 -#: ../../include/functions_filemanager.php:682 -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:153 -#: ../../include/functions_visual_map_editor.php:317 -msgid "Min value" -msgstr "Valor mínimo" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:167 -#: ../../include/functions_visual_map_editor.php:318 -#: ../../include/functions_visual_map_editor.php:360 -msgid "Max value" -msgstr "Valor max." - -#: ../../godmode/reporting/visual_console_builder.wizard.php:155 -#: ../../include/functions_visual_map_editor.php:319 -msgid "Avg value" -msgstr "Valor medio" - -#: ../../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:187 -#: ../../include/functions_visual_map_editor.php:376 -#: ../../include/functions_visual_map_editor.php:395 -msgid "Value to show" -msgstr "Valor a mostrar" - -#: ../../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:371 -msgid "Successfully delete." -msgstr "Borrado satisfactoriamente" - -#: ../../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/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:504 -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:158 -#: ../../include/functions_visual_map_editor.php:574 -#: ../../include/functions_visual_map.php:2319 -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_editor.php:62 -#: ../../include/functions_visual_map_editor.php:578 -#: ../../include/functions_visual_map.php:2302 -msgid "Box" -msgstr "caja" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:610 -msgid "Edit label" -msgstr "Editar etiqueta" - -#: ../../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.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 -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/reporting_builder.item_editor.php:639 -msgid "Not valid" -msgstr "No válida" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1080 -msgid "Target server" -msgstr "Servidor Target" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1113 -#: ../../include/functions_reports.php:585 -msgid "SQL query" -msgstr "Consulta SQL" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1232 -msgid "Greater or equal (>=)" -msgstr "Mayor o igual (>=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 -msgid "Less or equal (<=)" -msgstr "Menor o igual (<=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1234 -msgid "Less (<)" -msgstr "Menor de (<)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 -msgid "Greater (>)" -msgstr "Mayor de (>)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1236 -msgid "Equal (=)" -msgstr "Igual a" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 -msgid "Not equal (!=)" -msgstr "No igual a" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1431 -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:1603 -msgid "rate" -msgstr "tasa" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1626 -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:1640 -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/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/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/groups/configure_modu_group.php:32 -msgid "Module group management" -msgstr "gestión del grupo de módulos" - -#: ../../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:75 -#: ../../godmode/groups/group_list.php:208 -msgid "Group successfully created" -msgstr "Grupo creado correctamente" - -#: ../../godmode/groups/modu_group_list.php:78 -#: ../../godmode/groups/group_list.php:211 -msgid "There was a problem creating group" -msgstr "Ha habido un problema al crear el grupo" - -#: ../../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:106 -#: ../../godmode/groups/group_list.php:263 -msgid "Group successfully updated" -msgstr "Grupo actualizado correctamente" - -#: ../../godmode/groups/modu_group_list.php:109 -#: ../../godmode/groups/group_list.php:266 -msgid "There was a problem modifying group" -msgstr "Ha habido un problema al modificar el grupo" - -#: ../../godmode/groups/modu_group_list.php:136 -#: ../../godmode/groups/group_list.php:298 -msgid "There was a problem deleting group" -msgstr "Ha habido un problema al borrar el grupo" - -#: ../../godmode/groups/modu_group_list.php:138 -#: ../../godmode/groups/group_list.php:295 -msgid "Group successfully deleted" -msgstr "Grupo eliminado correctamente" - -#: ../../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_group.php:90 -msgid "Update group" -msgstr "Actualizar grupo" - -#: ../../godmode/groups/configure_group.php:92 -#: ../../godmode/groups/group_list.php:393 -msgid "Create group" -msgstr "Crear 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/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: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: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:387 -msgid "There are no defined groups" -msgstr "No hay grupos definidos" - -#: ../../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:66 -#: ../../godmode/netflow/nf_edit_form.php:71 -#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 -#: ../../godmode/menu.php:56 -msgid "Netflow filters" -msgstr "Filtros Netflow" - -#: ../../godmode/netflow/nf_edit_form.php:206 -msgid "Filter:" -msgstr "Filtrar:" - -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "Filtro de gestión Netflow" - -#: ../../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/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 +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +msgid "SNMP Console" +msgstr "Consola SNMP" #: ../../godmode/snmpconsole/snmp_alert.php:72 msgid "Update alert" @@ -27123,6 +23748,13 @@ msgstr "Hubo un problema al actualizar la alerta" msgid "There was a problem deleting the alert" msgstr "Hubo un problema al borrar la alerta" +#: ../../godmode/snmpconsole/snmp_alert.php:536 +#: ../../godmode/snmpconsole/snmp_alert.php:1051 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../operation/snmpconsole/snmp_view.php:513 +msgid "Enterprise String" +msgstr "Cadena Enterprise" + #: ../../godmode/snmpconsole/snmp_alert.php:575 #: ../../godmode/snmpconsole/snmp_alert.php:585 #: ../../godmode/snmpconsole/snmp_alert.php:595 @@ -27175,6 +23807,7 @@ msgstr "Valor personalizado / Cadena Enterprise" #: ../../godmode/snmpconsole/snmp_alert.php:1059 #: ../../include/functions_reporting_html.php:2138 #: ../../include/functions_reporting_html.php:2366 +#: ../../include/functions_treeview.php:370 msgid "Times fired" msgstr "Veces disparada" @@ -27190,31 +23823,6 @@ msgstr "ID alerta SNMP" msgid "Add action " msgstr "Añadir acción " -#: ../../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" @@ -27236,1423 +23844,180 @@ 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" +"Este campo contiene una subcadena, que podría ser parte de una dirección " +"IP , un OID numérico o una subcadena simple" -#: ../../godmode/update_manager/update_manager.php:39 -msgid "Offline update manager" -msgstr "Gestor de actualizaciones offline" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "Generador de Traps SNMP" -#: ../../godmode/update_manager/update_manager.php:43 -msgid "Online update manager" -msgstr "Gestor de actualizaciones online" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" +msgstr "Parámetros vacíos" -#: ../../godmode/update_manager/update_manager.php:50 -msgid "Update manager messages" -msgstr "Mensajes del administrador de actualizaciones" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" +msgstr "Generado satisfactoriamente" -#: ../../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 -msgid "Update manager » Messages" -msgstr "Administrador de actualizaciones » Mensajes" - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Drop the package here or" -msgstr "Suelte el paquete aquí o" - -#: ../../godmode/update_manager/update_manager.offline.php:38 -msgid "browse it" -msgstr "Examinarlo" - -#: ../../godmode/update_manager/update_manager.offline.php:39 -msgid "The package has been uploaded successfully." -msgstr "Se ha subido correctamente el paquete." - -#: ../../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/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/update_manager/update_manager.offline.php:42 -msgid "Updating" -msgstr "Actualizando" - -#: ../../godmode/update_manager/update_manager.offline.php:43 -msgid "Package updated successfully." -msgstr "Paquete actualizado correctamente." - -#: ../../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/update_manager/update_manager.offline.php:45 -msgid "Package not updated." -msgstr "Paquete no actualizado." - -#: ../../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 -msgid "Pandora FMS community reminder" -msgstr "Recordatorio de la comunidad 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 "" -"Cada 8 días, un mensaje será mostrado al administrador para que recuerde " -"registrar esta instancia de Pandora" - -#: ../../godmode/update_manager/update_manager.messages.php:96 -#: ../../godmode/update_manager/update_manager.messages.php:170 -msgid "Mark as not read" -msgstr "Marcar como no leído" - -#: ../../godmode/update_manager/update_manager.messages.php:101 -#: ../../godmode/update_manager/update_manager.messages.php:175 -msgid "Mark as read" -msgstr "Marcar como leído" - -#: ../../godmode/update_manager/update_manager.messages.php:186 -msgid "There is not any update manager messages." -msgstr "No hay ningún mensaje del administrador de actualizaciones." - -#: ../../godmode/update_manager/update_manager.online.php:45 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 #, 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" +msgid "Could not be generated: %s" +msgstr "No se pudo generar: %s" -#: ../../godmode/update_manager/update_manager.online.php:52 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 +#: ../../extensions/ssh_gateway.php:57 +msgid "Host address" +msgstr "Dirección del Host" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 +#: ../../extensions/realtime_graphs.php:97 +#: ../../include/functions_snmp_browser.php:508 +msgid "Community" +msgstr "Comunidad" + +#: ../../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/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:75 +#: ../../godmode/groups/group_list.php:208 +msgid "Group successfully created" +msgstr "Grupo creado correctamente" + +#: ../../godmode/groups/modu_group_list.php:78 +#: ../../godmode/groups/group_list.php:211 +msgid "There was a problem creating group" +msgstr "Ha habido un problema al crear el grupo" + +#: ../../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:106 +#: ../../godmode/groups/group_list.php:263 +msgid "Group successfully updated" +msgstr "Grupo actualizado correctamente" + +#: ../../godmode/groups/modu_group_list.php:109 +#: ../../godmode/groups/group_list.php:266 +msgid "There was a problem modifying group" +msgstr "Ha habido un problema al modificar el grupo" + +#: ../../godmode/groups/modu_group_list.php:136 +#: ../../godmode/groups/group_list.php:298 +msgid "There was a problem deleting group" +msgstr "Ha habido un problema al borrar el grupo" + +#: ../../godmode/groups/modu_group_list.php:138 +#: ../../godmode/groups/group_list.php:295 +msgid "Group successfully deleted" +msgstr "Grupo eliminado correctamente" + +#: ../../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/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: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: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: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 "" -"Your PHP has set post parameter max size limit in %s. For avoid problems " -"with big updates please set to 100M" +"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 "" -"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: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/update_manager/update_manager.online.php:74 -msgid "The last version of package installed is:" -msgstr "La última versión de paquete instalada es:" - -#: ../../godmode/update_manager/update_manager.online.php:79 -msgid "Checking for the newest package." -msgstr "Comprobando el paquete más reciente" - -#: ../../godmode/update_manager/update_manager.online.php:83 -msgid "Downloading for the newest package." -msgstr "Descargando nuevos paquetes" - -#: ../../godmode/users/profile_list.php:53 -#: ../../godmode/users/configure_profile.php:49 -msgid "Profiles defined in Pandora" -msgstr "Perfiles definidos en Pandora" - -#: ../../godmode/users/profile_list.php:80 -msgid "" -"Unsucessful delete profile. Because the profile is used by some admin users." -msgstr "" -"La eliminación del perfil no ha tenido éxito. Porque el perfil está siendo " -"usado por algunos usuarios administradores." - -#: ../../godmode/users/profile_list.php:88 -#: ../../godmode/users/user_list.php:189 -msgid "There was a problem deleting the profile" -msgstr "Hubo un problema al borrar el perfil" - -#: ../../godmode/users/profile_list.php:226 -msgid "There was a problem updating this profile" -msgstr "Hubo un problema al borrar el perfil" - -#: ../../godmode/users/profile_list.php:230 -msgid "Profile name cannot be empty" -msgstr "El nombre de perfil no puede estar vacío" - -#: ../../godmode/users/profile_list.php:282 -#: ../../godmode/users/profile_list.php:286 -msgid "There was a problem creating this profile" -msgstr "Hubo un problema al crear el perfil" - -#: ../../godmode/users/profile_list.php:320 -msgid "Network maps reading" -msgstr "Lectura de mapas de red" - -#: ../../godmode/users/profile_list.php:321 -msgid "Network maps writing" -msgstr "Escritura de mapas de red" - -#: ../../godmode/users/profile_list.php:322 -msgid "Network maps management" -msgstr "Gestión de mapas de red" - -#: ../../godmode/users/profile_list.php:323 -msgid "Visual console reading" -msgstr "Lectura de consola visual" - -#: ../../godmode/users/profile_list.php:324 -msgid "Visual console writing" -msgstr "Escritura de consola visual" - -#: ../../godmode/users/profile_list.php:325 -msgid "Visual console management" -msgstr "Gestión de consola visual" - -#: ../../godmode/users/profile_list.php:398 -msgid "There are no defined profiles" -msgstr "No hay perfiles definidos" - -#: ../../godmode/users/configure_user.php:144 -#: ../../godmode/users/user_list.php:493 -msgid "" -"The current authentication scheme doesn't support creating users from " -"Pandora FMS" -msgstr "" -"El esquema actual de autenticación no soporta la creación de usuarios desde " -"Pandora FMS." - -#: ../../godmode/users/configure_user.php:180 -msgid "User ID cannot be empty" -msgstr "El ID de usuario no puede estar vacío." - -#: ../../godmode/users/configure_user.php:187 -msgid "Passwords cannot be empty" -msgstr "Las contraseñas no pueden estar vacías" - -#: ../../godmode/users/configure_user.php:194 -msgid "Passwords didn't match" -msgstr "Las contraseñas no coinciden" - -#: ../../godmode/users/configure_user.php:243 -msgid "" -"Strict ACL is not recommended for admin users because performance could be " -"affected." -msgstr "" -"ACL Estricto no está recomendado para usuarios admin porque el rendimiento " -"podría verse afectado." - -#: ../../godmode/users/configure_user.php:301 -#: ../../godmode/users/configure_user.php:311 -#: ../../godmode/users/configure_user.php:339 -#: ../../godmode/users/configure_user.php:345 -#: ../../godmode/users/configure_user.php:373 -msgid "Error updating user info (no change?)" -msgstr "Error al actualizar la información del usuario (¿no hubo cambios?)" - -#: ../../godmode/users/configure_user.php:315 -msgid "Passwords does not match" -msgstr "Las contraseñas no coinciden" - -#: ../../godmode/users/configure_user.php:363 -msgid "" -"Strict ACL is not recommended for this user. Performance could be affected." -msgstr "" -"ACL Estricto no está recomendado para este usuario. El rendimiento podría " -"verse afectado" - -#: ../../godmode/users/configure_user.php:395 -msgid "Profile added successfully" -msgstr "Perfil añadído con éxito" - -#: ../../godmode/users/configure_user.php:396 -msgid "Profile cannot be added" -msgstr "El perfil no se puede añadir" - -#: ../../godmode/users/configure_user.php:422 -msgid "Update User" -msgstr "Actualizar Usuario" - -#: ../../godmode/users/configure_user.php:425 -msgid "Create User" -msgstr "Crear Usuario" - -#: ../../godmode/users/configure_user.php:461 -msgid "Global Profile" -msgstr "Perfil global" - -#: ../../godmode/users/configure_user.php:466 -msgid "" -"This user has permissions to manage all. An admin user should not requiere " -"additional group permissions, except for using Enterprise ACL." -msgstr "" -"Este usuario tiene permisos para configurar todo. Un usuario administrador " -"no debería requerir permisos adicionales de grupo, excepto para usar ACL " -"Enterprise." - -#: ../../godmode/users/configure_user.php:471 -msgid "" -"This user has separated permissions to view data in his group agents, create " -"incidents belong to his groups, add notes in another incidents, create " -"personal assignments or reviews and other tasks, on different profiles" -msgstr "" -"Este usuario tiene permisos diferentes para ver los datos en el grupo de " -"agentes, crear incidentes en el grupo, añadir notas en otros incidentes, " -"crear asignaciones personales o revisarlas y otras tareas en perfiles " -"diferentes." - -#: ../../godmode/users/configure_user.php:513 -msgid "Use global conf" -msgstr "Usar configuración global" - -#: ../../godmode/users/configure_user.php:528 -msgid "Metaconsole access" -msgstr "Acceso a la metaconsola" - -#: ../../godmode/users/configure_user.php:536 -msgid "Not Login" -msgstr "No se logea" - -#: ../../godmode/users/configure_user.php:537 -msgid "The user with not login set only can access to API." -msgstr "El usuario sin permiso de acceso solo puede tener acceso al API" - -#: ../../godmode/users/configure_user.php:540 -msgid "Strict ACL" -msgstr "ACL Estricto" - -#: ../../godmode/users/configure_user.php:541 -msgid "" -"With this option enabled, the user will can access to accurate information. " -"It is not recommended for admin users because performance could be affected" -msgstr "" -"Con esta opción activada , el usuario puede tener acceso a información " -"precisa . No se recomienda para los usuarios administradores porque el " -"rendimiento podría verse afectado" - -#: ../../godmode/users/configure_user.php:547 -msgid "Enable agents managment" -msgstr "Habilitar gestión de agentes" - -#: ../../godmode/users/configure_user.php:554 -msgid "Assigned node" -msgstr "Nodo asignado" - -#: ../../godmode/users/configure_user.php:554 -msgid "Server where the agents created of this user will be placed" -msgstr "Servidor donde se ubicarán los agentes creados por este usuario" - -#: ../../godmode/users/configure_user.php:566 -msgid "Enable node access" -msgstr "Habilitar el acceso al nodo" - -#: ../../godmode/users/configure_user.php:566 -msgid "With this option enabled, the user will can access to nodes console" -msgstr "" -"Con esta opción habilitada, el usuario podrá tener acceso a los nodos de la " -"consola" - -#: ../../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: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: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/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_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:424 -#: ../../godmode/massive/massive_edit_agents.php:487 -#: ../../godmode/massive/massive_add_action_alerts.php:204 -#: ../../godmode/massive/massive_delete_alerts.php:265 -#: ../../godmode/massive/massive_delete_agents.php:159 -#: ../../godmode/massive/massive_edit_modules.php:622 -#: ../../godmode/massive/massive_add_alerts.php:213 -#: ../../godmode/massive/massive_delete_modules.php:711 -msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." -msgstr "" -"El envio de datos no ha tenido éxito, por favor contacte con su " -"administrador o hágalo con menos elementos" - -#: ../../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_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_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_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_delete_alerts.php:78 -#: ../../godmode/massive/massive_add_alerts.php:78 -msgid "No alert selected" -msgstr "No se seleccionó ninguna alerta" - -#: ../../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_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_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_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_edit_modules.php:238 -#: ../../godmode/massive/massive_delete_modules.php:396 -msgid "Selection mode" -msgstr "Modo de seleccion" - -#: ../../godmode/massive/massive_edit_modules.php:239 -#: ../../godmode/massive/massive_delete_modules.php:397 -msgid "Select modules first" -msgstr "Escoja los módulos primero" - -#: ../../godmode/massive/massive_edit_modules.php:241 -#: ../../godmode/massive/massive_delete_modules.php:399 -msgid "Select agents first" -msgstr "Escoja los agentes primero" - -#: ../../godmode/massive/massive_edit_modules.php:257 -#: ../../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:286 -#: ../../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:297 -#: ../../godmode/massive/massive_delete_modules.php:471 -msgid "When select modules" -msgstr "Cuando se seleccionan módulos" - -#: ../../godmode/massive/massive_edit_modules.php:300 -#: ../../godmode/massive/massive_delete_modules.php:474 -msgid "Show common agents" -msgstr "Mostrar agentes comunes" - -#: ../../godmode/massive/massive_edit_modules.php:301 -#: ../../godmode/massive/massive_delete_modules.php:475 -msgid "Show all agents" -msgstr "Mostrar todos los agentes" - -#: ../../godmode/massive/massive_edit_modules.php:336 -#: ../../godmode/massive/massive_delete_modules.php:489 -msgid "Show unknown and not init modules" -msgstr "Mostrar módulos desconocidos y no inicializados" - -#: ../../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_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_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_add_tags.php:43 -msgid "No tags selected" -msgstr "Ninguna etiqueta seleccionada" - -#: ../../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/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:158 ../../include/functions_menu.php:512 -msgid "SNMP alerts" -msgstr "Alertas SNMP" - -#: ../../godmode/menu.php:168 -msgid "Event filters" -msgstr "Filtro de eventos" - -#: ../../godmode/menu.php:173 -msgid "Custom events" -msgstr "Eventos personalizados" - -#: ../../godmode/menu.php:195 -msgid "Manage servers" -msgstr "Gestionar servidores" - -#: ../../godmode/menu.php:206 -#: ../../godmode/servers/manage_recontask_form.php:269 -msgid "Recon script" -msgstr "Recon script" - -#: ../../godmode/menu.php:230 -msgid "General Setup" -msgstr "Configuracion general" - -#: ../../godmode/menu.php:274 -msgid "Admin tools" -msgstr "Herramientas administrativas" - -#: ../../godmode/menu.php:282 -msgid "System audit log" -msgstr "Auditoría del sistema" - -#: ../../godmode/menu.php:286 -msgid "Diagnostic info" -msgstr "Información de diagnostico" - -#: ../../godmode/menu.php:288 -msgid "Site news" -msgstr "Noticias del sistema" - -#: ../../godmode/menu.php:295 -msgid "DB maintenance" -msgstr "Gestión BBDD" - -#: ../../godmode/menu.php:301 -msgid "DB information" -msgstr "Información BBDD" - -#: ../../godmode/menu.php:302 ../../godmode/db/db_purge.php:38 -msgid "Database purge" -msgstr "Purgar BBDD" - -#: ../../godmode/menu.php:303 ../../godmode/db/db_refine.php:33 -#: ../../include/functions_db.php:1108 -msgid "Database debug" -msgstr "Depurar BBDD" - -#: ../../godmode/menu.php:304 -msgid "Database audit" -msgstr "Auditoría BBDD" - -#: ../../godmode/menu.php:305 -msgid "Database event" -msgstr "Evento de la base de datos" - -#: ../../godmode/menu.php:387 -msgid "Extension manager" -msgstr "Gerente de extensión" - -#: ../../godmode/menu.php:413 -msgid "Update manager" -msgstr "Update manager" - -#: ../../godmode/menu.php:418 -msgid "Update Manager offline" -msgstr "Update Manager sin conexión" - -#: ../../godmode/menu.php:420 -msgid "Update Manager online" -msgstr "Update Manager con conexión" - -#: ../../godmode/menu.php:422 -msgid "Update Manager options" -msgstr "Opciones de Update Manager" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "Componentes de red" - -#: ../../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: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:143 -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:149 -msgid "Claim back SNMP modules" -msgstr "Re-ejecutar modulos SNMP" - -#: ../../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/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:43 -#: ../../godmode/servers/manage_recontask_form.php:181 -#: ../../include/functions_menu.php:473 -msgid "Manage recontask" -msgstr "Gestionar tarea recon" - -#: ../../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:288 -#: ../../godmode/servers/manage_recontask_form.php:294 -msgid "Ports" -msgstr "Puertos" - -#: ../../godmode/servers/manage_recontask.php:384 -msgid "There are no recon task configured" -msgstr "No hay ninguna tarea de reconocimiento configurada" - -#: ../../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: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)" +"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/configure_modu_group.php:32 +msgid "Module group management" +msgstr "gestión del grupo de módulos" #: ../../godmode/gis_maps/configure_gis_map.php:111 msgid "Map successfully created" @@ -28670,6 +24035,11 @@ msgstr "Mapa exitosamente actualizado" msgid "Map could not be updated" msgstr "El mapa no ha podido ser actualizado" +#: ../../godmode/gis_maps/configure_gis_map.php:214 +#: ../../operation/gis_maps/gis_map.php:29 +msgid "GIS Maps list" +msgstr "Lista de mapas GIS" + #: ../../godmode/gis_maps/configure_gis_map.php:219 msgid "View GIS" msgstr "Ver GIS" @@ -28784,6 +24154,12 @@ msgstr "lista de los agentes que se mostrarán en la capa" msgid "Save Layer" msgstr "Guardar capa" +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +#: ../../operation/agentes/networkmap.php:360 +msgid "Save map" +msgstr "Guardar mapa" + #: ../../godmode/gis_maps/configure_gis_map.php:467 msgid "Update map" msgstr "Actualizar mapa" @@ -28805,351 +24181,1587 @@ msgstr "La conexión" msgid "just added previously." msgstr "Ya añadido previamente" -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" -msgstr "Configuración actual del mantenimiento de la BB. DD." +#: ../../godmode/servers/servers.build_table.php:143 +msgid "Reset module status and fired alert counts" +msgstr "Reiniciar estado de los módulos y el conteo de las alertas disparadas" -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" -msgstr "Configuración de la base de datos" +#: ../../godmode/servers/servers.build_table.php:149 +msgid "Claim back SNMP modules" +msgstr "Re-ejecutar modulos SNMP" -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" -msgstr "Máx. días antes de comprimir datos" +#: ../../godmode/servers/manage_recontask.php:43 +#: ../../godmode/servers/manage_recontask_form.php:181 +#: ../../include/functions_menu.php:473 +msgid "Manage recontask" +msgstr "Gestionar tarea recon" -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" -msgstr "Máx. días antes de eliminar datos" +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" +msgstr "Tarea recon borrada correctamente" -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" -msgstr "Tamaño de estadísticas de la base de datos" +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" +msgstr "Error al borrar tarea recon" -#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:8465 -msgid "Total events" -msgstr "Total de eventos" +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:177 +msgid "Successfully updated recon task" +msgstr "Tarea de reconocimiento actualizada correctamente" -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" -msgstr "Total de items de datos (tagente_datos)" +#: ../../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/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" -msgstr "Total elementos Log4x (tagente_datos_log4x)" +#: ../../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/db/db_main.php:135 -msgid "Total data string items (tagente_datos_string)" -msgstr "total campos datos en cadena (tagente_datos_string)" +#: ../../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/db/db_main.php:141 -msgid "Total modules configured" -msgstr "Módulos totales configurados" +#: ../../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/db/db_main.php:149 -msgid "Total agent access records" -msgstr "total de registros de acceso del agente" +#: ../../godmode/servers/manage_recontask.php:258 +msgid "Successfully created recon task" +msgstr "Tarea de reconocimiento creada correctamente" -#: ../../godmode/db/db_main.php:160 -msgid "Database sanity" -msgstr "Estado de la BBDD" +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Error creating recon task" +msgstr "Error al crear la tarea de reconocimiento" -#: ../../godmode/db/db_main.php:164 -msgid "Total uknown agents" -msgstr "total de agentes desconocidos" +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:306 +#: ../../godmode/agentes/agent_incidents.php:87 +#: ../../operation/integria_incidents/incident.list.php:94 +#: ../../operation/incidents/incident_detail.php:244 +#: ../../operation/incidents/incident.php:337 +#: ../../operation/agentes/ver_agente.php:1181 +msgid "Incident" +msgstr "Incidente" -#: ../../godmode/db/db_main.php:170 -msgid "Total non-init modules" -msgstr "total de módulos no iniciados" +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/manage_recontask_form.php:294 +msgid "Ports" +msgstr "Puertos" -#: ../../godmode/db/db_main.php:179 -msgid "Last time on DB maintance" -msgstr "Ultima vez en mantenimiento de base de datos" +#: ../../godmode/servers/manage_recontask.php:311 +#: ../../operation/servers/recon_view.php:145 +msgid "Network recon task" +msgstr "Tarea de reconocimiento de red" -#: ../../godmode/db/db_main.php:200 +#: ../../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/servers/modificar_server.php:134 +#: ../../godmode/agentes/configurar_agente.php:583 +msgid "Conf file deleted successfully" +msgstr "Archivo conf borrado con éxito" + +#: ../../godmode/servers/modificar_server.php:135 +#: ../../godmode/agentes/configurar_agente.php:584 +msgid "Could not delete conf file" +msgstr "No se puede borrar el archivo conf" + +#: ../../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:174 +#: ../../godmode/servers/plugin.php:464 +msgid "Hide value" +msgstr "Ocultar valor" + +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +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/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:188 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" +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" 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." +"Por defecto, en Windows, Pandora FMS sólo soporta Standard Network Sweep, no " +"scripts personalizados" -#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 -#: ../../godmode/db/db_refine.php:33 ../../godmode/db/db_purge.php:37 -#: ../../godmode/db/db_info.php:32 -msgid "Database maintenance" -msgstr "Mantenimiento de la base de datos" +#: ../../godmode/servers/manage_recontask_form.php:217 +#: ../../operation/servers/recon_view.php:89 +msgid "Task name" +msgstr "Nombre de la tarea" -#: ../../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_refine.php:42 -msgid "Maximum is equal to minimum" -msgstr "El máximo es igual al mínimo" - -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" -msgstr "Filtrando módulo de datos" - -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" -msgstr "Filtrado completado" - -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" -msgstr "No hay ningún agente seleccionado" - -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" -msgstr "Obtener info." - -#: ../../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_refine.php:107 ../../godmode/db/db_refine.php:109 -msgid "Minimum" -msgstr "Mínimo" - -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -msgid "Maximum" -msgstr "Máximo" - -#: ../../godmode/db/db_purge.php:43 -msgid "Get data from agent" -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" - -#: ../../godmode/db/db_purge.php:78 +#: ../../godmode/servers/manage_recontask_form.php:223 msgid "" -"Please be patient. This operation can take a long time depending on the " -"amount of modules." +"You must select a Recon Server for the Task, otherwise the Recon Task will " +"never run" msgstr "" -"Por favor sea paciente, esta operación puede tardar varios minutos (5-10 " -"minutos)" +"Debe seleccionar un Servidor Recon para la tarea, de otra forma la tarea " +"Recon nunca se ejecutará" -#: ../../godmode/db/db_purge.php:92 -#, php-format -msgid "Deleting records for module %s" -msgstr "Eliminación de registros para el módulo% s" +#: ../../godmode/servers/manage_recontask_form.php:231 +msgid "Network sweep" +msgstr "Barrido de red" -#: ../../godmode/db/db_purge.php:140 -#, php-format -msgid "Total errors: %s" -msgstr "Errores Totales: %s" +#: ../../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/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 -#, php-format -msgid "Total records deleted: %s" -msgstr "Total de registros eliminados: %s" +#: ../../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/db/db_purge.php:149 -msgid "Deleting records for all agents" -msgstr "Borrando registros para el módulo" +#: ../../godmode/servers/manage_recontask_form.php:260 +msgid "Module template" +msgstr "Plantilla de módulos" -#: ../../godmode/db/db_purge.php:166 -msgid "Choose agent" -msgstr "Escoja agente" +#: ../../godmode/servers/manage_recontask_form.php:269 +#: ../../godmode/menu.php:206 +msgid "Recon script" +msgstr "Recon script" -#: ../../godmode/db/db_purge.php:172 -msgid "Select the agent you want information about" -msgstr "Seleccione el agente del que quiera obtener información" - -#: ../../godmode/db/db_purge.php:174 -msgid "Get data" -msgstr "Obtener datos" - -#: ../../godmode/db/db_purge.php:175 -msgid "Click here to get the data from the agent specified in the select box" +#: ../../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 "" -"Pulse aquí para obtener los datos del agente especificado en la caja de " -"selección" +"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/db/db_purge.php:179 +#: ../../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/plugin.php:53 +msgid "Network Components" +msgstr "Componentes de red" + +#: ../../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: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 "Information on agent %s in the database" -msgstr "Información acerca del agente %s en la base de datos" +msgid "List of modules and components created by \"%s\" " +msgstr "Lista de los módulos y componentes creados por \"%s\" " -#: ../../godmode/db/db_purge.php:182 -msgid "Information on all agents in the database" -msgstr "Información acerca de todos los agentes en la base de datos" +#: ../../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/db/db_purge.php:317 -msgid "Packets less than three months old" -msgstr "Paquetes con menos de tres meses" +#: ../../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/db/db_purge.php:319 -msgid "Packets less than one month old" -msgstr "Paquetes con menos de un mes" +#: ../../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/db/db_purge.php:321 -msgid "Packets less than two weeks old" -msgstr "Paquetes con menos de dos semanas" +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" +msgstr "¿Está seguro de querer desbloquear este elemento?" -#: ../../godmode/db/db_purge.php:323 -msgid "Packets less than one week old" -msgstr "Paquetes con menos de una semana" +#: ../../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/db/db_purge.php:325 -msgid "Packets less than three days old" -msgstr "Paquetes con menos de tres días" +#: ../../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/db/db_purge.php:327 -msgid "Packets less than one day old" -msgstr "Paquetes con menos de 24 horas" +#: ../../godmode/agentes/module_manager_editor_common.php:68 +msgid "Using module component" +msgstr "Utilizar módulo de librería" -#: ../../godmode/db/db_purge.php:329 -msgid "Total number of packets" -msgstr "Número máximo de paquetes" +#: ../../godmode/agentes/module_manager_editor_common.php:245 +#: ../../godmode/agentes/module_manager_editor_common.php:264 +msgid "Min. " +msgstr "Min. " -#: ../../godmode/db/db_purge.php:340 -msgid "Purge data over 3 months" -msgstr "Purgar los datos con más de 3 meses" +#: ../../godmode/agentes/module_manager_editor_common.php:361 +#: ../../godmode/agentes/module_manager.php:679 +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/db/db_purge.php:341 -msgid "Purge data over 1 month" -msgstr "Purgar los datos con más de 1 mes" +#: ../../godmode/agentes/module_manager_editor_common.php:385 +msgid "Any value below this number is discarted." +msgstr "Cualquier valor por debajo de este número queda descartado" -#: ../../godmode/db/db_purge.php:342 -msgid "Purge data over 2 weeks" -msgstr "Purgar los datos con mas de 2 semanas" +#: ../../godmode/agentes/module_manager_editor_common.php:387 +msgid "Any value over this number is discarted." +msgstr "Cualquier valor por encima de este número es descartado" -#: ../../godmode/db/db_purge.php:343 -msgid "Purge data over 1 week" -msgstr "Purgar los datos con más de 1 semana" +#: ../../godmode/agentes/module_manager_editor_common.php:400 +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/db/db_purge.php:344 -msgid "Purge data over 3 days" -msgstr "Purgar los datos con más de 3 días" +#: ../../godmode/agentes/module_manager_editor_common.php:517 +msgid "Tags from policy" +msgstr "Etiquetas desde política" -#: ../../godmode/db/db_purge.php:345 -msgid "Purge data over 1 day" -msgstr "Purgar los datos con más de 1 día" +#: ../../godmode/agentes/module_manager_editor_common.php:530 +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/db/db_purge.php:346 -msgid "All data until now" -msgstr "Todos los datos hasta ahora" +#: ../../godmode/agentes/module_manager_editor_common.php:550 +#: ../../godmode/agentes/module_manager_editor_common.php:556 +msgid "Cron" +msgstr "Cron" -#: ../../godmode/db/db_purge.php:350 -msgid "Purge" -msgstr "Purgar" +#: ../../godmode/agentes/module_manager_editor_common.php:551 +#: ../../godmode/agentes/module_manager_editor_common.php:557 +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/db/db_info.php:32 -msgid "Database information" -msgstr "Información de la base de datos" +#: ../../godmode/agentes/module_manager_editor_common.php:565 +msgid "Retries" +msgstr "Reintentos" -#: ../../godmode/db/db_info.php:34 -msgid "Module data received" -msgstr "Datos de módulo recibidos" +#: ../../godmode/agentes/module_manager_editor_common.php:566 +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:608 +#: ../../godmode/agentes/module_manager_editor.php:467 +msgid "Custom macros" +msgstr "Macros personalizadas" + +#: ../../godmode/agentes/module_manager_editor_common.php:641 +msgid "Add relationship" +msgstr "Añadir relación" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Changes" +msgstr "Cambios" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +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/module_manager_editor_wmi.php:32 +#: ../../operation/agentes/status_monitor.php:374 +msgid "WMI server module" +msgstr "Módulo del servidor WMI" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 +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:63 +msgid "It is necessary to use some features" +msgstr "Necesita usar algunas características" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:63 +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:300 +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:345 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 +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_explorer.php:556 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "Compruebe si el proceso %s se está ejecutando correctamente" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:627 +msgid "Disk use information" +msgstr "Información del disco en uso" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:698 +#, php-format +msgid "%s modules created succesfully" +msgstr "%s módulos creados correctamente" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:708 +#, php-format +msgid "Error creating %s modules" +msgstr "Error al crear %s módulos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:713 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#, php-format +msgid "%s modules already exist" +msgstr "%s módulos ya existen" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 +msgid "Modules created succesfully" +msgstr "Módulos creados con éxito" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:772 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 +msgid "privacy pass" +msgstr "pase privado" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 +msgid "SNMP Walk" +msgstr "Exploración SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +msgid "If the device is a network device, try with the SNMP Interfaces wizard" +msgstr "" +"Si el dispositivo es un dispositivo de red, pruebe con el Wizard de interfaz " +"SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:824 +msgid "Devices" +msgstr "Dispositivos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:825 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +#: ../../operation/agentes/ver_agente.php:1049 +msgid "Processes" +msgstr "Procesos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:826 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +msgid "Free space on disk" +msgstr "Espacio libre en disco" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:827 +msgid "Temperature sensors" +msgstr "Sensores de temperatura" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:828 +msgid "Other SNMP data" +msgstr "Otros datos SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:830 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +msgid "Wizard mode" +msgstr "Modo wizard" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:849 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 +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:886 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:888 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:890 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:892 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:895 +#: ../../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" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:897 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +msgid "Remove from modules list" +msgstr "Eliminar de la lista de módulos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:907 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +msgid "Create modules" +msgstr "Crear módulos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:964 +msgid "Device" +msgstr "Dispositivo" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 +msgid "Temperature" +msgstr "Temperatura" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1059 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +msgid "Modules list is empty" +msgstr "La lista de módulos está vacía." + +#: ../../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:165 +#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:49 +msgid "Agent detail" +msgstr "Detalle 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:348 +msgid "Agent icon for GIS Maps." +msgstr "Icono de agente para mapas GIS." + +#: ../../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:487 +#: ../../operation/agentes/datos_agente.php:286 +#: ../../include/ajax/module.php:331 +msgid "No available data to show" +msgstr "No hay datos disponibles para mostrar" + +#: ../../godmode/agentes/module_manager.php:529 +#: ../../operation/agentes/status_monitor.php:973 +#: ../../include/ajax/module.php:734 +msgid "Warn" +msgstr "Advertencia" + +#: ../../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: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/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/agent_template.php:258 +#: ../../mobile/operation/modules.php:585 +msgid "No modules" +msgstr "Sin módulos" + +#: ../../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:30 +#: ../../extensions/realtime_graphs.php:125 +msgid "Use this OID" +msgstr "Usar esta OID" + +#: ../../godmode/agentes/module_manager_editor_network.php:64 +#: ../../operation/agentes/status_monitor.php:370 +msgid "Network server module" +msgstr "Módulo del servidor de red" + +#: ../../godmode/agentes/module_manager_editor_network.php:122 +msgid "SNMP OID" +msgstr "SNMP OID" + +#: ../../godmode/agentes/module_manager_editor_network.php:131 +#: ../../extensions/realtime_graphs.php:112 +msgid "SNMP walk" +msgstr "SNMP walk" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +#: ../../operation/agentes/status_monitor.php:376 +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/planned_downtime.export_csv.php:199 +#: ../../godmode/agentes/planned_downtime.list.php:358 +msgid "No planned downtime" +msgstr "No hay ninguna parada planificada" + +#: ../../godmode/agentes/agent_conf_gis.php:40 +#: ../../operation/agentes/gis_view.php:55 +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" + +#: ../../godmode/agentes/agent_conf_gis.php:50 +#: ../../operation/agentes/gis_view.php:86 +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." + +#: ../../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.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: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_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: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/module_manager_editor_plugin.php:47 +#: ../../operation/agentes/status_monitor.php:372 +msgid "Plugin server module" +msgstr "Módulo del servidor de complementos" + +#: ../../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/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +#: ../../operation/agentes/custom_fields.php:61 +msgid "Display on front" +msgstr "Mostrar en la vista principal" + +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +#: ../../operation/agentes/custom_fields.php:62 +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." + +#: ../../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:2650 +msgid "From:" +msgstr "Desde:" + +#: ../../godmode/agentes/planned_downtime.editor.php:517 +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:2651 +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/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" +msgstr "Espacio libre en %s" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" +msgstr "%s modulos de servicio creados correctamente" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" +msgstr "Error creando %s modulos de servicio" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" +msgstr "%s módulos de proceso creados correctamente" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" +msgstr "Error al crear %s módulos de proceso" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, 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:223 +#, 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:228 +#, 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:231 +#, 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:274 +msgid "WMI Explore" +msgstr "Explorador WMI" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "Imposible lanzar el Explorador WMI" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "Componentes WMI" + +#: ../../godmode/agentes/module_manager_editor_data.php:17 +#: ../../operation/agentes/status_monitor.php:368 +msgid "Data server module" +msgstr "Módulo del servidor de datos" + +#: ../../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/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "No hay incidentes asociados a este agente" + +#: ../../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/agentes/module_manager_editor.php:441 +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:469 +msgid "Module relations" +msgstr "Relaciones entre módulos" + +#: ../../godmode/agentes/module_manager_editor.php:518 +msgid "No module to predict" +msgstr "No existe ningún módulo para predecir" + +#: ../../godmode/agentes/module_manager_editor.php:519 +msgid "No plug-in provided" +msgstr "Complemento no proporcionado" + +#: ../../godmode/agentes/module_manager_editor.php:542 +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/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/agentes/configurar_agente.php:349 +#: ../../operation/agentes/ver_agente.php:951 +msgid "GIS data" +msgstr "Datos GIS" + +#: ../../godmode/agentes/configurar_agente.php:360 +msgid "Agent wizard" +msgstr "Wizard de agente" + +#: ../../godmode/agentes/configurar_agente.php:367 +#: ../../godmode/agentes/configurar_agente.php:531 +msgid "SNMP Wizard" +msgstr "Wizard SNMP" + +#: ../../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:519 +#: ../../operation/agentes/ver_agente.php:1169 +msgid "Gis" +msgstr "Gis" + +#: ../../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: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: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:1500 +#: ../../include/functions_api.php:6984 +msgid "Save by Pandora Console" +msgstr "Guardado por la consola de Pandora" + +#: ../../godmode/agentes/configurar_agente.php:1515 +#: ../../include/functions_api.php:6985 +msgid "Update by Pandora Console" +msgstr "Actualizado por la consola de Pandora" + +#: ../../godmode/agentes/configurar_agente.php:1528 +#: ../../include/functions_api.php:6986 +msgid "Insert by Pandora Console" +msgstr "Insertado por la consola de Pandora" + +#: ../../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/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:144 +msgid "Show Agents" +msgstr "Mostrar Agentes" + +#: ../../godmode/agentes/modificar_agente.php:146 +msgid "Everyone" +msgstr "Todos" + +#: ../../godmode/agentes/modificar_agente.php:147 +msgid "Only disabled" +msgstr "Sólo deshabilitado" + +#: ../../godmode/agentes/modificar_agente.php:148 +msgid "Only enabled" +msgstr "Sólo habilitado" + +#: ../../godmode/agentes/modificar_agente.php:453 +msgid "Remote agent configuration" +msgstr "Configuración remota del agente" + +#: ../../godmode/agentes/modificar_agente.php:453 +msgid "R" +msgstr "R" + +#: ../../godmode/agentes/modificar_agente.php:551 +msgid "Edit remote config" +msgstr "Editar configuración remota" + +#: ../../godmode/agentes/modificar_agente.php:578 +msgid "Enable agent" +msgstr "Habilitar agente" + +#: ../../godmode/agentes/modificar_agente.php:583 +msgid "Disable agent" +msgstr "Deshabilitar agente" + +#: ../../godmode/agentes/modificar_agente.php:600 +#: ../../operation/agentes/estado_agente.php:614 +#: ../../operation/agentes/group_view.php:430 +msgid "There are no defined agents" +msgstr "No hay ningún agente definido" + +#: ../../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:158 ../../include/functions_menu.php:512 +msgid "SNMP alerts" +msgstr "Alertas SNMP" + +#: ../../godmode/menu.php:168 +msgid "Event filters" +msgstr "Filtro de eventos" + +#: ../../godmode/menu.php:173 +msgid "Custom events" +msgstr "Eventos personalizados" + +#: ../../godmode/menu.php:195 +msgid "Manage servers" +msgstr "Gestionar servidores" + +#: ../../godmode/menu.php:230 +msgid "General Setup" +msgstr "Configuracion general" + +#: ../../godmode/menu.php:274 +msgid "Admin tools" +msgstr "Herramientas administrativas" + +#: ../../godmode/menu.php:282 +msgid "System audit log" +msgstr "Auditoría del sistema" + +#: ../../godmode/menu.php:286 +msgid "Diagnostic info" +msgstr "Información de diagnostico" + +#: ../../godmode/menu.php:288 +msgid "Site news" +msgstr "Noticias del sistema" + +#: ../../godmode/menu.php:295 +msgid "DB maintenance" +msgstr "Gestión BBDD" + +#: ../../godmode/menu.php:301 +msgid "DB information" +msgstr "Información BBDD" + +#: ../../godmode/menu.php:304 +msgid "Database audit" +msgstr "Auditoría BBDD" + +#: ../../godmode/menu.php:305 +msgid "Database event" +msgstr "Evento de la base de datos" + +#: ../../godmode/menu.php:387 +msgid "Extension manager" +msgstr "Gerente de extensión" + +#: ../../godmode/menu.php:413 +msgid "Update manager" +msgstr "Update manager" + +#: ../../godmode/menu.php:418 +msgid "Update Manager offline" +msgstr "Update Manager sin conexión" + +#: ../../godmode/menu.php:420 +msgid "Update Manager online" +msgstr "Update Manager con conexión" + +#: ../../godmode/menu.php:422 +msgid "Update Manager options" +msgstr "Opciones de Update Manager" + +#: ../../godmode/menu.php:435 ../../operation/messages/message_list.php:43 +#: ../../operation/messages/message_edit.php:46 ../../operation/menu.php:372 +msgid "Messages" +msgstr "Mensajes" #: ../../godmode/extensions.php:27 msgid "Defined extensions" @@ -29159,6 +25771,13 @@ msgstr "Extensiones definidas" msgid "There are no extensions defined" msgstr "No hay extensiones definidas" +#: ../../godmode/extensions.php:143 +#: ../../operation/integria_incidents/incident.files.php:23 +#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525 +#: ../../extensions/files_repo/files_repo_form.php:84 +msgid "File" +msgstr "Archivo" + #: ../../godmode/extensions.php:146 msgid "Godmode Function" msgstr "Función Administrador" @@ -29187,6 +25806,3615 @@ msgstr "Pestaña operaciones de agente" msgid "Agent godmode tab" msgstr "Pestaña administración de agente" +#: ../../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:163 +#: ../../include/functions_reporting_html.php:2017 +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/search_results.php:63 ../../mobile/operation/home.php:135 +msgid "Global search" +msgstr "Búsqueda global" + +#: ../../operation/search_results.php:103 +#: ../../operation/agentes/ver_agente.php:1001 +#: ../../operation/agentes/ver_agente.php:1175 +#: ../../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:519 +msgid "Graphs" +msgstr "Gráficas" + +#: ../../operation/search_results.php:143 +msgid "Helps" +msgstr "Ayudas" + +#: ../../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/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: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:317 +#: ../../operation/reporting/graph_viewer.php:307 +msgid "Invalid date selected" +msgstr "Fecha seleccionada inválida" + +#: ../../operation/reporting/graph_viewer.php:181 +msgid "No data." +msgstr "Sin datos." + +#: ../../operation/reporting/graph_viewer.php:204 +#: ../../operation/agentes/graphs.php:136 +#: ../../operation/agentes/stat_win.php:325 +#: ../../operation/agentes/interface_traffic_graph_win.php:232 +msgid "Time range" +msgstr "Rango de tiempo" + +#: ../../operation/reporting/graph_viewer.php:213 +#: ../../operation/reporting/graph_viewer.php:236 +msgid "Graph defined" +msgstr "Gráfico definido" + +#: ../../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:314 +msgid "Custom graph viewer" +msgstr "Visor de imágenes personalizadas" + +#: ../../operation/search_maps.php:22 ../../operation/search_alerts.php:27 +#: ../../operation/search_agents.php:33 ../../operation/search_graphs.php:24 +#: ../../operation/search_modules.php:26 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 +msgid "Zero results found" +msgstr "No se encontró ningún resultado" + +#: ../../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:98 +msgid "Started" +msgstr "Iniciado hace" + +#: ../../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:132 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Hours" +msgstr "Horas" + +#: ../../operation/integria_incidents/incident.list.php:132 +#: ../../operation/integria_incidents/incident.php:62 +msgid "Workunits" +msgstr "Horas de trabajo" + +#: ../../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_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.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:509 +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: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.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: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: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:2191 +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.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/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:267 +msgid "IP address resolution" +msgstr "Resolución de dirección IP" + +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/events/events_list.php:189 +#: ../../operation/events/events_list.php:273 +#: ../../operation/events/events_list.php:275 +#: ../../operation/events/events_list.php:600 +msgid "Load filter" +msgstr "Cargar filtro" + +#: ../../operation/netflow/nf_live_view.php:317 +msgid "Select a filter" +msgstr "Selecciona un filtro" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../include/functions_netflow.php:1637 +#: ../../include/functions_config.php:433 +#: ../../include/functions_config.php:1444 +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: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/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/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/users/user_edit.php:154 +#: ../../operation/users/user_edit.php:161 +msgid "Password successfully updated" +msgstr "Contraseña actualizada correctamente" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:162 +#, php-format +msgid "Error updating passwords: %s" +msgstr "Error al actualizar las contraseñas: %s" + +#: ../../operation/users/user_edit.php:167 +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:178 +#: ../../operation/users/user_edit.php:186 +msgid "Error updating user info" +msgstr "Error al actualizar la información del usuario" + +#: ../../operation/users/user_edit.php:196 +msgid "Edit my User" +msgstr "Editar mi Usuario" + +#: ../../operation/users/user_edit.php:240 +msgid "New Password" +msgstr "Contraseña nueva" + +#: ../../operation/users/user_edit.php:250 +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:259 +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:295 +msgid "Shortcut bar" +msgstr "Barra de acceso directo" + +#: ../../operation/users/user_edit.php:295 +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:298 +msgid "Home screen" +msgstr "Pantalla de inicio" + +#: ../../operation/users/user_edit.php:298 +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:305 +#: ../../operation/agentes/alerts_status.php:132 ../../operation/menu.php:57 +msgid "Alert detail" +msgstr "Detalle de alertas" + +#: ../../operation/users/user_edit.php:371 +msgid "Show information" +msgstr "Mostrar información" + +#: ../../operation/users/user_edit.php:377 +msgid "Newsletter Subscribed" +msgstr "Suscrito al boletín informativo" + +#: ../../operation/users/user_edit.php:379 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "Ya está suscrito al boletín informativo de Pandora FMS" + +#: ../../operation/users/user_edit.php:385 +msgid "Newsletter Reminder" +msgstr "Recordatorio del boletín informativo" + +#: ../../operation/users/user_edit.php:418 +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:489 +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:610 +#: ../../operation/users/user_edit.php:675 +#: ../../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:620 +msgid "Double autentication information" +msgstr "Información sobre la doble autenticación" + +#: ../../operation/users/user_edit.php:683 +#: ../../operation/users/user_edit.php:759 +msgid "Double autentication activation" +msgstr "Activación de la doble autenticación" + +#: ../../operation/users/user_edit.php:709 +msgid "The double authentication will be deactivated" +msgstr "La doble autenticación se desactivará" + +#: ../../operation/users/user_edit.php:710 +msgid "Deactivate" +msgstr "Desactivado" + +#: ../../operation/users/user_edit.php:742 +msgid "The double autentication was deactivated successfully" +msgstr "La doble autenticación fue desactivada con éxito" + +#: ../../operation/users/user_edit.php:745 +#: ../../operation/users/user_edit.php:749 +msgid "There was an error deactivating the double autentication" +msgstr "Ha habido un error al desactivar la doble autenticación" + +#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:299 +msgid "Sound Events" +msgstr "Eventos sonoros" + +#: ../../operation/events/sound_events.php:67 +msgid "Sound console" +msgstr "Consola sonora" + +#: ../../operation/events/sound_events.php:80 +#: ../../include/functions_reporting.php:5569 +msgid "Monitor critical" +msgstr "Monitor crítico" + +#: ../../operation/events/sound_events.php:81 +#: ../../include/functions_reporting.php:5573 +msgid "Monitor warning" +msgstr "Monitor warning" + +#: ../../operation/events/events_list.php:183 +#: ../../operation/events/events_list.php:607 +msgid "No filter loaded" +msgstr "No se ha cargado el filtro" + +#: ../../operation/events/events_list.php:185 +#: ../../operation/events/events_list.php:612 +msgid "Filter loaded" +msgstr "Filtro cargado" + +#: ../../operation/events/events_list.php:187 +#: ../../operation/events/events_list.php:250 +#: ../../operation/events/events_list.php:596 +msgid "Save filter" +msgstr "Guardar filtro" + +#: ../../operation/events/events_list.php:210 +msgid "New filter" +msgstr "Nuevo filtro" + +#: ../../operation/events/events_list.php:220 +msgid "Save in Group" +msgstr "Guardar en el grupo" + +#: ../../operation/events/events_list.php:237 +msgid "Overwrite filter" +msgstr "Sobrescribir filtro" + +#: ../../operation/events/events_list.php:469 +msgid "Date from" +msgstr "Fecha desde" + +#: ../../operation/events/events_list.php:475 +msgid "Date to" +msgstr "Fecha hasta" + +#: ../../operation/events/events_list.php:572 +msgid "Group agents" +msgstr "Grupos de agente" + +#: ../../operation/events/events_list.php:602 +msgid "Show events graph" +msgstr "Mostrar gráfica de eventos" + +#: ../../operation/events/events_list.php:639 +msgid "Event control filter" +msgstr "Filtro de control de eventos" + +#: ../../operation/events/events_list.php:643 +msgid "Error creating filter." +msgstr "Error creando filtro." + +#: ../../operation/events/events_list.php:644 +msgid "Error creating filter is duplicated." +msgstr "Error creando filtro al estar duplicado." + +#: ../../operation/events/events_list.php:645 +msgid "Filter created." +msgstr "Filtro creado." + +#: ../../operation/events/events_list.php:647 +msgid "Filter updated." +msgstr "Filtro actualizado." + +#: ../../operation/events/events_list.php:648 +msgid "Error updating filter." +msgstr "Error actualizando filtro." + +#: ../../operation/events/events_list.php:1003 +msgid "Filter name cannot be left blank" +msgstr "El nombre del filtro no se puede dejar en blanco" + +#: ../../operation/events/events_list.php:1070 +#: ../../operation/events/events_list.php:1154 +msgid "none" +msgstr "Ninguno" + +#: ../../operation/events/events_list.php:1476 +msgid "Events generated -by agent-" +msgstr "Eventos generados -por agente-" + +#: ../../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:330 +msgid "History event list" +msgstr "Lista histórica de eventos" + +#: ../../operation/events/events.php:335 +msgid "RSS Events" +msgstr "Eventos RSS" + +#: ../../operation/events/events.php:340 +msgid "Marquee display" +msgstr "Marquesina deslizante" + +#: ../../operation/events/events.php:345 +msgid "Export to CSV file" +msgstr "Exportar a un archivo CSV" + +#: ../../operation/events/events.php:349 ../../operation/events/events.php:388 +msgid "Sound events" +msgstr "Eventos sonoros" + +#: ../../operation/events/events.php:392 +msgid "History" +msgstr "Historial" + +#: ../../operation/events/events.php:430 ../../operation/menu.php:311 +msgid "Sound Alerts" +msgstr "Alertas sonoras" + +#: ../../operation/events/events.php:437 +msgid "Main event view" +msgstr "Vista principal de eventos" + +#: ../../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:696 ../../operation/events/events.php:700 +#: ../../operation/events/events.php:870 ../../operation/events/events.php:874 +#: ../../operation/events/events.build_table.php:678 +#: ../../include/functions_events.php:3815 +msgid "Is not allowed delete events in process" +msgstr "No puede borrar eventos en proceso" + +#: ../../operation/events/events.php:794 +msgid "Error deleting event" +msgstr "Error al eliminar evento" + +#: ../../operation/events/events.build_table.php:37 +msgid "More detail" +msgstr "Más detalles" + +#: ../../operation/events/events.build_table.php:85 +#: ../../operation/events/events.build_table.php:89 +msgid "The Agent: " +msgstr "El agente: " + +#: ../../operation/events/events.build_table.php:86 +#: ../../operation/events/events.build_table.php:90 +msgid " has " +msgstr " tiene " + +#: ../../operation/events/events.build_table.php:87 +#: ../../operation/events/events.build_table.php:91 +msgid " events." +msgstr " eventos." + +#: ../../operation/events/events.build_table.php:118 +#: ../../operation/events/events.build_table.php:773 +#: ../../mobile/operation/events.php:790 +#: ../../include/functions_reporting_html.php:3034 +#: ../../include/functions_reporting.php:1200 +#: ../../include/functions_reporting.php:1362 +#: ../../include/functions_events.php:852 +#: ../../include/functions_events.php:856 +msgid "No events" +msgstr "No hay eventos" + +#: ../../operation/events/events.build_table.php:149 +#: ../../mobile/operation/events.php:469 +#: ../../include/functions_events.php:2338 +#: ../../include/functions_events.php:3302 +msgid "Event ID" +msgstr "ID del evento" + +#: ../../operation/events/events.build_table.php:155 +#: ../../mobile/operation/events.php:108 +#: ../../include/functions_events.php:3307 +msgid "Event Name" +msgstr "Nombre del evento" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3345 +msgid "Agent Module" +msgstr "Módulo del agente" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3376 +msgid "Extra ID" +msgstr "ID Extra" + +#: ../../operation/events/events.build_table.php:663 +#: ../../include/functions_events.php:3800 +msgid "Validate event" +msgstr "Validar evento" + +#: ../../operation/events/events.build_table.php:673 +#: ../../include/functions_events.php:1764 +#: ../../include/functions_events.php:1766 +#: ../../include/functions_events.php:3810 +msgid "Delete event" +msgstr "Eliminar evento" + +#: ../../operation/events/events.build_table.php:686 +#: ../../operation/snmpconsole/snmp_view.php:668 +#: ../../include/functions_events.php:3823 +msgid "Show more" +msgstr "Mostrar más" + +#: ../../operation/events/events.build_table.php:740 +msgid "Validate selected" +msgstr "Validar selección" + +#: ../../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_rss.php:185 ../../operation/menu.php:93 +msgid "SNMP" +msgstr "SNMP" + +#: ../../operation/events/event_statistics.php:37 +#: ../../operation/agentes/tactical.php:208 +#: ../../include/functions_events.php:1012 +msgid "Event graph" +msgstr "Gráfica de eventos" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "Gráfica de eventos por usuario" + +#: ../../operation/events/event_statistics.php:61 +#: ../../operation/agentes/tactical.php:214 +#: ../../include/functions_events.php:1017 +msgid "Event graph by agent" +msgstr "Gráfica de eventos por agente" + +#: ../../operation/visual_console/public_console.php:153 +#: ../../operation/visual_console/render_view.php:230 +msgid "Until refresh" +msgstr "Hasta refrescar" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:834 +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "No disparado" + +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:568 +#: ../../operation/snmpconsole/snmp_view.php:826 +#: ../../include/functions_events.php:2931 +#: ../../include/functions_events.php:2936 +msgid "Not validated" +msgstr "Sin validar" + +#: ../../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 "" +"Búsqueda según campos alfanuméricos en el trap.\n" +"\t \t RECUERDE las fuentes de trap tienen que buscarse según dirección IP" + +#: ../../operation/snmpconsole/snmp_view.php:421 +msgid "Search by trap type" +msgstr "Búsqueda por tipo de trap" + +#: ../../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:523 +msgid "Trap subtype" +msgstr "Subtipo trap" + +#: ../../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: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: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_mib_uploader.php:30 +#: ../../operation/menu.php:84 +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_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_browser.php:90 +msgid "SNMP Browser" +msgstr "Navegador SNMP" + +#: ../../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:214 +#: ../../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:87 +msgid "You have" +msgstr "Tiene" + +#: ../../operation/messages/message_list.php:80 +msgid "sent message(s)" +msgstr "Mensaje(s) enviado(s)" + +#: ../../operation/messages/message_list.php:87 +msgid "unread message(s)" +msgstr "mensaje(s) sin leer" + +#: ../../operation/messages/message_list.php:93 +msgid "There are no messages." +msgstr "No hay mensajes." + +#: ../../operation/messages/message_list.php:119 +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +msgid "Destination" +msgstr "Destino" + +#: ../../operation/messages/message_list.php:121 +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +msgid "Sender" +msgstr "Remitente" + +#: ../../operation/messages/message_list.php:132 +msgid "Click to read" +msgstr "Hacer click para leer" + +#: ../../operation/messages/message_list.php:137 +msgid "Mark as unread" +msgstr "Marcar como no leído" + +#: ../../operation/messages/message_list.php:144 +#: ../../operation/messages/message_list.php:149 +msgid "Message unread - click to read" +msgstr "Mensaje sin leer; pulse para leerlo" + +#: ../../operation/messages/message_list.php:176 +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_agents.php:109 +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/agentes/ver_agente.php:895 +msgid "Manage" +msgstr "Gestionar" + +#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:179 +msgid "GIS Maps" +msgstr "Mapas GIS" + +#: ../../operation/gis_maps/gis_map.php:175 +msgid "No maps found" +msgstr "No se encontraron mapas" + +#: ../../operation/gis_maps/gis_map.php:194 +msgid "Caution: Do you want delete the map?" +msgstr "Atención: Desea borrar el mapa?" + +#: ../../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: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/gis_maps/render_view.php:132 +#: ../../include/functions.php:2570 +msgid "5 seconds" +msgstr "5 segundos" + +#: ../../operation/gis_maps/render_view.php:133 +#: ../../include/functions.php:2571 +msgid "10 seconds" +msgstr "10 segundos" + +#: ../../operation/gis_maps/render_view.php:134 +#: ../../include/functions.php:2573 +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:2574 +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:2575 +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:2576 +#: ../../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:142 +msgid "Refresh: " +msgstr "Refrescar " + +#: ../../operation/gis_maps/render_view.php:151 +msgid "Show agents by state: " +msgstr "Mostrar agentes por estado " + +#: ../../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:238 +#: ../../operation/incidents/incident.php:411 +msgid "Create incident" +msgstr "Crear incidente" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "Abierto el" + +#: ../../operation/incidents/incident_detail.php:261 +#: ../../operation/servers/recon_view.php:107 +msgid "Updated at" +msgstr "Actualizado 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:506 +msgid "Add attachment" +msgstr "Añadir adjunto" + +#: ../../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: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:277 +msgid "Agents:" +msgstr "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/search_modules.php:109 +#: ../../operation/agentes/status_monitor.php:1136 +#: ../../mobile/operation/modules.php:461 +#: ../../include/functions_modules.php:1845 +msgid "NOT INIT" +msgstr "No inicializado" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "Vista Recon" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +msgid "Done" +msgstr "Hecho" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "Pendiente" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "No tiene tarea de descubrimiento asignado" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "Lista completa de alertas" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "Permisos insuficientes para validar alertas" + +#: ../../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" + +#: ../../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:599 +msgid "No alerts found" +msgstr "No se encontró ninguna alerta" + +#: ../../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.excel.php:67 +#: ../../operation/agentes/exportdata.php:82 +#: ../../operation/agentes/exportdata.csv.php:68 +msgid "Invalid time specified" +msgstr "Hora especificada no válida" + +#: ../../operation/agentes/exportdata.excel.php:164 +#: ../../operation/agentes/exportdata.php:209 +#: ../../operation/agentes/exportdata.csv.php:181 +msgid "No modules specified" +msgstr "No se especificó ningún módulo" + +#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:54 +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:294 +msgid "Monitor status" +msgstr "Estado del monitor" + +#: ../../operation/agentes/status_monitor.php:337 +#: ../../operation/agentes/alerts_status.functions.php:91 +msgid "No tags" +msgstr "Sin etiquetas" + +#: ../../operation/agentes/status_monitor.php:382 +#: ../../operation/agentes/status_monitor.php:948 +msgid "Server type" +msgstr "Tipo de servidor" + +#: ../../operation/agentes/status_monitor.php:393 +msgid "Data type" +msgstr "Tipo de dato" + +#: ../../operation/agentes/status_monitor.php:512 +msgid "Advanced Options" +msgstr "Opciones Avanzadas" + +#: ../../operation/agentes/status_monitor.php:522 +#: ../../operation/agentes/agent_fields.php:38 +msgid "Agent custom fields" +msgstr "Campos personalizados de agente" + +#: ../../operation/agentes/status_monitor.php:935 +msgid "Data Type" +msgstr "Tipo de Dato" + +#: ../../operation/agentes/status_monitor.php:1434 +msgid "This group doesn't have any monitor" +msgstr "Este grupo no tiene ningún monitor definido" + +#: ../../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/ver_agente.php:811 +msgid "Sons" +msgstr "Hijos" + +#: ../../operation/agentes/ver_agente.php:1019 +msgid "Log Viewer" +msgstr "Visor de sucesos" + +#: ../../operation/agentes/ver_agente.php:1039 +msgid "Terminal" +msgstr "Terminal" + +#: ../../operation/agentes/graphs.php:86 +msgid "Other modules" +msgstr "Otros módulos" + +#: ../../operation/agentes/graphs.php:91 +msgid "Modules network no proc" +msgstr "Módulos de red sin proc" + +#: ../../operation/agentes/graphs.php:132 +#: ../../operation/agentes/stat_win.php:301 +#: ../../operation/agentes/exportdata.php:301 +#: ../../operation/agentes/interface_traffic_graph_win.php:225 +#: ../../mobile/operation/module_graph.php:454 +msgid "Begin date" +msgstr "Fecha de inicio" + +#: ../../operation/agentes/graphs.php:140 +#: ../../operation/agentes/stat_win.php:332 +msgid "Show events" +msgstr "Mostrar eventos" + +#: ../../operation/agentes/graphs.php:142 +#: ../../operation/agentes/stat_win.php:349 +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:210 +msgid "There was an error loading the graph" +msgstr "Sucedió un error al cargar la gráfica" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "Nombre de gráfica personalizada" + +#: ../../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/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:148 +#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 +msgid "IP address" +msgstr "Dirección IP" + +#: ../../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:257 +#: ../../include/functions_treeview.php:626 +msgid "Agent access rate (24h)" +msgstr "Accesibilidad del agente (24h)" + +#: ../../operation/agentes/estado_generalagente.php:389 +msgid "Active incident on this agent" +msgstr "Activar incidencia a este agente" + +#: ../../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 +#: ../../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 +#: ../../mobile/operation/agent.php:188 +#: ../../include/functions_treeview.php:634 +msgid "Events (24h)" +msgstr "Eventos (24h)" + +#: ../../operation/agentes/estado_generalagente.php:618 +msgid "Refresh data" +msgstr "Refrescar datos" + +#: ../../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:426 +msgid "Status:" +msgstr "Estado:" + +#: ../../operation/agentes/estado_monitores.php:432 +msgid "Not Normal" +msgstr "No normal" + +#: ../../operation/agentes/estado_monitores.php:440 +#: ../../operation/agentes/networkmap.php:453 +msgid "Free text for search (*):" +msgstr "Texto libre de búsqueda (*)" + +#: ../../operation/agentes/estado_monitores.php:441 +msgid "Search by module name, list matches." +msgstr "Búsqueda por nombre del módulo, lista las coincidencias." + +#: ../../operation/agentes/estado_monitores.php:454 +msgid "Reset" +msgstr "Reiniciar" + +#: ../../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:255 +#: ../../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:257 +#: ../../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:284 +#: ../../operation/agentes/interface_traffic_graph_win.php:219 +msgid "Refresh time" +msgstr "Tiempo de actualización" + +#: ../../operation/agentes/stat_win.php:292 +msgid "Avg. Only" +msgstr "Solo la media" + +#: ../../operation/agentes/stat_win.php:307 +msgid "Begin time" +msgstr "Comenzar el tiempo" + +#: ../../operation/agentes/stat_win.php:313 +#: ../../operation/agentes/interface_traffic_graph_win.php:244 +msgid "Zoom factor" +msgstr "Factor de ampliación" + +#: ../../operation/agentes/stat_win.php:343 +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:355 +msgid "Show event graph" +msgstr "Mostrar gráfica de eventos" + +#: ../../operation/agentes/stat_win.php:364 +#: ../../operation/agentes/interface_traffic_graph_win.php:238 +msgid "Show percentil 95º" +msgstr "Muestra porcentaje 95º" + +#: ../../operation/agentes/stat_win.php:376 +#: ../../mobile/operation/module_graph.php:412 +msgid "Time compare (Separated)" +msgstr "Comparación de tiempo (por separado)" + +#: ../../operation/agentes/stat_win.php:382 +#: ../../mobile/operation/module_graph.php:428 +msgid "Show unknown graph" +msgstr "Mostrar gráficas desconocidas" + +#: ../../operation/agentes/stat_win.php:407 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +msgstr "Actualizar" + +#: ../../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:185 +#: ../../include/ajax/module.php:135 +msgid "Choose a time from now" +msgstr "Elija un tiempo a partir de ahora" + +#: ../../operation/agentes/datos_agente.php:188 +#: ../../include/ajax/module.php:147 +msgid "Specify time range" +msgstr "Especificar rango de tiempo" + +#: ../../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/group_view.php:117 +msgid "Summary of the status groups" +msgstr "Resumen de los grupos por estatus" + +#: ../../operation/agentes/group_view.php:170 +msgid "Not Init" +msgstr "No iniciado" + +#: ../../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:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "Todos (Habilitados)" + +#: ../../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/alerts_status.functions.php:109 +msgid "No actions" +msgstr "Sin Acciones" + +#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:398 +msgid "Export data" +msgstr "Exportar datos" + +#: ../../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:321 +#: ../../include/functions_netflow.php:1031 +msgid "Data table" +msgstr "Tabla de datos" + +#: ../../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/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "En" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "Fuera" + +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" +msgstr "No se han definido campos" + +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" +msgstr "Falta id de agente" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" +msgstr "Falta id de agente de ehorus" + +#: ../../operation/agentes/ehorus.php:80 +msgid "There was an error retrieving an authorization token" +msgstr "Ha habido un error en la recepción del token de autorización" + +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +msgid "There was an error processing the response" +msgstr "Ha habido un error en el procesamiento de la respuesta" + +#: ../../operation/agentes/ehorus.php:116 +msgid "There was an error retrieving the agent data" +msgstr "Ha habido un error en la obtención de los datos del agente" + +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" +msgstr "Control remoto de este agente con eHorus" + +#: ../../operation/agentes/ehorus.php:136 +msgid "Launch" +msgstr "Iniciar" + +#: ../../operation/agentes/ehorus.php:142 +msgid "The connection was lost and the authorization token was expired" +msgstr "La conexión se perdió y el token de autorización ha expirado" + +#: ../../operation/agentes/ehorus.php:144 +msgid "Reload the page to request a new authorization token" +msgstr "Refresque la página para conseguir otro token de autorización" + +#: ../../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: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: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/tactical.php:135 +msgid "Report of State" +msgstr "Informe de Estado" + +#: ../../operation/agentes/tactical.php:193 +#: ../../include/functions_events.php:867 +msgid "Latest events" +msgstr "Últimos eventos" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "Datos actuales a" + +#: ../../operation/agentes/networkmap_list.php:266 +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1801 +msgid "Execute" +msgstr "Ejecutar" + +#: ../../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/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: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/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/menu.php:32 +msgid "Views" +msgstr "Vistas" + +#: ../../operation/menu.php:65 +msgid "Netflow Live View" +msgstr "Netflow en tiempo real" + +#: ../../operation/menu.php:79 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "Consola SNMP" + +#: ../../operation/menu.php:80 +msgid "SNMP browser" +msgstr "Navegador SNMP" + +#: ../../operation/menu.php:87 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "Filtros SNMP" + +#: ../../operation/menu.php:88 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "Generador de traps SNMP" + +#: ../../operation/menu.php:184 +msgid "List of Gis maps" +msgstr "Lista de mapas Gis" + +#: ../../operation/menu.php:218 +msgid "Topology maps" +msgstr "Mapas topológicos" + +#: ../../operation/menu.php:280 +msgid "RSS" +msgstr "RSS" + +#: ../../operation/menu.php:285 +msgid "Marquee" +msgstr "Marquesina" + +#: ../../operation/menu.php:291 +msgid "CSV File" +msgstr "Archivo CSV" + +#: ../../operation/menu.php:321 +msgid "Workspace" +msgstr "Área de trabajo" + +#: ../../operation/menu.php:334 +msgid "WebChat" +msgstr "Chat de la Web" + +#: ../../operation/menu.php:363 +msgid "List of Incidents" +msgstr "Lista de incidentes" + +#: ../../operation/menu.php:378 +msgid "Messages List" +msgstr "Lista de mensajes" + +#: ../../operation/menu.php:379 +msgid "New message" +msgstr "Mensaje nuevo" + +#: ../../operation/menu.php:404 +msgid "Scheduled downtime" +msgstr "Desconexión programada" + +#: ../../operation/menu.php:409 +msgid "Recon view" +msgstr "Vista Recon" + +#: ../../operation/menu.php:484 +msgid "Tools" +msgstr "Herramientas" + +#: ../../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/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: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/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: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/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 +msgid "Registered successfully" +msgstr "Registrado con éxito." + +#: ../../extensions/plugin_registration.php:428 +msgid "Register plugin" +msgstr "Registro plugin" + +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "Agentes/Alertas" + +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "No existen agentes con alertas" + +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "Plantillas anteriores" + +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "Más plantillas" + +#: ../../extensions/agents_alerts.php:347 +msgid "Agents/Alerts view" +msgstr "Vista de Agentes/Alertas" + +#: ../../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:2182 +#: ../../include/functions.php:2185 +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/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/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" + +#: ../../extensions/agents_modules.php:120 +#: ../../include/graphs/functions_pchart.php:1137 +#: ../../include/functions_reports.php:581 +msgid "Agents/Modules" +msgstr "Agentes/Módulos" + +#: ../../extensions/agents_modules.php:187 +#: ../../include/functions_reporting.php:1565 +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:948 +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:949 +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:950 +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:951 +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:952 +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/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/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: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: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:1125 +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/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: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/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/resource_exportation.php:53 +#: ../../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/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/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/matrix_events.php:29 +msgid "Matrix events" +msgstr "Eventos Matrix" + +#: ../../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/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:1663 +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/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:115 +msgid "No items" +msgstr "No hay elementos" + +#: ../../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: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/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" + +#: ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/groups.php:54 ../../mobile/operation/events.php:431 +#: ../../mobile/operation/agents.php:146 ../../mobile/operation/agent.php:67 +#: ../../mobile/operation/networkmap.php:79 +#: ../../mobile/operation/tactical.php:72 +#: ../../mobile/operation/modules.php:174 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/alerts.php:142 +#: ../../mobile/operation/networkmaps.php:100 ../../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/groups.php:129 +#: ../../include/functions_reporting_html.php:2688 +msgid "Agents not init" +msgstr "Agentes no inicializados" + +#: ../../mobile/operation/groups.php:133 +#: ../../include/functions_reporting_html.php:2670 +msgid "Agents critical" +msgstr "Agentes críticos" + +#: ../../mobile/operation/groups.php:137 +#: ../../include/functions_reporting_html.php:2682 +#: ../../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 +msgid "Agents unknown" +msgstr "agentes desconocidos" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "Inicio" + +#: ../../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:497 +#: ../../include/functions_events.php:2426 +msgid "Acknowledged by" +msgstr "Admitido por" + +#: ../../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:659 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/modules.php:261 +#: ../../mobile/operation/alerts.php:213 +#: ../../mobile/operation/networkmaps.php:150 +msgid "Apply Filter" +msgstr "Aplicar el filtro" + +#: ../../mobile/operation/events.php:1070 +#: ../../mobile/operation/agents.php:462 +#: ../../mobile/operation/modules.php:704 +#: ../../mobile/operation/alerts.php:306 +#: ../../mobile/operation/networkmaps.php:216 +msgid "(Default)" +msgstr "Por defecto" + +#: ../../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:1096 +#: ../../mobile/operation/agents.php:468 +#: ../../mobile/operation/modules.php:711 +#: ../../mobile/operation/alerts.php:316 +#: ../../mobile/operation/networkmaps.php:222 +#, php-format +msgid "Group: %s" +msgstr "Grupo: %s" + +#: ../../mobile/operation/events.php:1108 +#: ../../mobile/operation/networkmaps.php:229 +#, php-format +msgid "Type: %s" +msgstr "Tipo: %s" + +#: ../../mobile/operation/events.php:1112 +#: ../../mobile/operation/agents.php:472 +#: ../../mobile/operation/modules.php:723 +#: ../../mobile/operation/alerts.php:320 +#, php-format +msgid "Status: %s" +msgstr "Estado: %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/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/agents.php:476 +#: ../../mobile/operation/modules.php:727 +#: ../../mobile/operation/alerts.php:324 +#, php-format +msgid "Free Search: %s" +msgstr "Búsqueda libre: %s" + +#: ../../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/networkmap.php:164 +#: ../../mobile/operation/networkmaps.php:202 +msgid "No networkmaps" +msgstr "No hay mapas de red" + +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "Última actividad" + +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "Filtrar Módulos por %s" + +#: ../../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:719 +#, php-format +msgid "Module group: %s" +msgstr "Grupos de módulos: %s" + +#: ../../mobile/operation/modules.php:732 +#, php-format +msgid "Tag: %s" +msgstr "Etiqueta: %s" + +#: ../../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/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/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/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/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" + +#: ../../extras/pandora_diag.php:90 +msgid "Pandora FMS Diagnostic tool" +msgstr "Herramienta de diagnóstico de Pandora FMS" + +#: ../../extras/pandora_diag.php:93 +msgid "Item" +msgstr "Elemento" + +#: ../../extras/pandora_diag.php:94 +msgid "Data value" +msgstr "valor de los datos" + +#: ../../include/functions_html.php:723 +msgid "weeks" +msgstr "semana" + +#: ../../include/functions_html.php:854 +msgid "Month day" +msgstr "Día del mes" + +#: ../../include/functions_html.php:855 ../../include/functions_graph.php:2323 +msgid "Month" +msgstr "Mes" + +#: ../../include/functions_html.php:856 +msgid "Week day" +msgstr "Día de la semana" + +#: ../../include/functions_html.php:2148 +msgid "Type at least two characters to search the module." +msgstr "Escriba al menos dos caracteres para buscar el módulo" + +#: ../../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 "Error de servidor remoto en la solicitud de boletín informativo" + +#: ../../include/functions_update_manager.php:480 +msgid "E-mail successfully subscribed to newsletter." +msgstr "E-mail suscrito correctamente al boletín informativo" + +#: ../../include/functions_update_manager.php:482 +msgid "E-mail has already subscribed to newsletter." +msgstr "El E-mail ya está suscrito al boletín informativo" + +#: ../../include/functions_update_manager.php:484 +#: ../../include/functions_update_manager.php:524 +msgid "Update manager returns error code: " +msgstr "El administrador de actualizaciones devolvió un error: " + +#: ../../include/functions_update_manager.php:519 +msgid "Pandora successfully subscribed with UID: " +msgstr "Pandora se suscribió correctamente con UID: " + +#: ../../include/functions_update_manager.php:521 +msgid "Unsuccessful subscription." +msgstr "No se pudo suscribir" + +#: ../../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/graphs/functions_pchart.php:201 +#: ../../include/graphs/functions_pchart.php:1130 +msgid "Actual" +msgstr "Actual" + +#: ../../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:240 +msgid "Cancel zoom" +msgstr "Cancelar el zoom" + +#: ../../include/graphs/functions_flot.php:242 +msgid "Warning and Critical thresholds" +msgstr "Umbrales de alerta y critico" + +#: ../../include/graphs/functions_flot.php:245 +msgid "Overview graph" +msgstr "Grafica de vista general" + +#: ../../include/graphs/functions_flot.php:563 +#: ../../include/functions_treeview.php:252 +msgid "No data" +msgstr "Sin datos" + +#: ../../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_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_netflow.php:361 msgid "Total flows" msgstr "Fluctuaciones totales" @@ -29252,7 +29480,7 @@ msgstr "30 minutos" msgid "5 days" msgstr "5 días" -#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:125 +#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:127 msgid "3 months" msgstr "3 meses" @@ -29260,7 +29488,7 @@ msgstr "3 meses" msgid "Last year" msgstr "En el último año" -#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:128 +#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:130 msgid "2 years" msgstr "2 años" @@ -29277,7 +29505,7 @@ msgid "5 mins" msgstr "5 minutos" #: ../../include/functions_netflow.php:1090 ../../include/functions.php:2018 -#: ../../include/ajax/module.php:122 +#: ../../include/ajax/module.php:124 msgid "1 week" msgstr "1 semana" @@ -29338,1276 +29566,1474 @@ msgstr "IP Orig" msgid "Src port" msgstr "Puerto Orig" -#: ../../include/functions_reporting.php:1161 -msgid "Event Report Group" -msgstr "Evento Grupo del Informe" +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "Ip Target no puede dejarse en blanco" -#: ../../include/functions_reporting.php:1337 -msgid "Event Report Module" -msgstr "Evento módulo del Informe" +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "OID numérico" -#: ../../include/functions_reporting.php:1508 -msgid "Agent/Modules" -msgstr "Agentes / módulos" +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "Sintáxis" -#: ../../include/functions_reporting.php:1626 -msgid "Exception - Everything" -msgstr "Excepción - todo" +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "Activar hint" -#: ../../include/functions_reporting.php:1631 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "Excepción - Módulos por encima o igual a %s" +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "Acceso máximo" -#: ../../include/functions_reporting.php:1633 -#, php-format -msgid "Modules over or equal to %s" -msgstr "Módulos de más de o igual a %s" +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "Información OID" -#: ../../include/functions_reporting.php:1637 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "Excepción - Módulos por debajo o igual a %s" +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "Iniciar OID" -#: ../../include/functions_reporting.php:1639 -#, php-format -msgid "Modules under or equal to %s" -msgstr "Módulos bajo o igual a %s" +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "Examinar" -#: ../../include/functions_reporting.php:1643 -#, php-format -msgid "Exception - Modules under %s" -msgstr "Excepción - Módulos por debajo de %s" +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "Primera correspondencia" -#: ../../include/functions_reporting.php:1645 -#, php-format -msgid "Modules under %s" -msgstr "Módulos bajo %s" +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "Coincidencia anterior" -#: ../../include/functions_reporting.php:1649 -#, php-format -msgid "Exception - Modules over %s" -msgstr "Excepción - Módulos por encima %s" +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "Siguiente coincidencia" -#: ../../include/functions_reporting.php:1651 -#, php-format -msgid "Modules over %s" -msgstr "Módulos de más de %s" +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "Última coincidencia" -#: ../../include/functions_reporting.php:1655 -#, php-format -msgid "Exception - Equal to %s" -msgstr "Excepción - Igual a %s" +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "Expandir el árbol (puede ser lento)" -#: ../../include/functions_reporting.php:1657 -#, php-format -msgid "Equal to %s" -msgstr "Igual a %s" +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "Contraer el árbol" -#: ../../include/functions_reporting.php:1661 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "Excepción - no igual a %s" +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "Opciones SNMP v3" -#: ../../include/functions_reporting.php:1663 -#, php-format -msgid "Not equal to %s" -msgstr "No igual a %s" +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "Opciones de búsqueda" -#: ../../include/functions_reporting.php:1667 -msgid "Exception - Modules at normal status" -msgstr "Excepción - Módulos en estado normal" +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "Error de seguridad. Contacte con el administrador" -#: ../../include/functions_reporting.php:1668 -msgid "Modules at normal status" -msgstr "Módulos en estado normal" - -#: ../../include/functions_reporting.php:1672 -msgid "Exception - Modules at critical or warning status" -msgstr "Excepción - Módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:1673 -msgid "Modules at critical or warning status" -msgstr "Módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:1858 -msgid "There are no Modules under those conditions." -msgstr "No hay módulos bajo esas condiciones" - -#: ../../include/functions_reporting.php:1861 -#, 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:1864 -#, 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:1867 -#, php-format -msgid "There are no Modules less %s." -msgstr "No hay módulos menores %s" - -#: ../../include/functions_reporting.php:1870 -#, php-format -msgid "There are no Modules over %s." -msgstr "No hay módulos mayores %s" - -#: ../../include/functions_reporting.php:1873 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "No hay módules iguales a %s" - -#: ../../include/functions_reporting.php:1876 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "No hay módulos no iguales a %s" - -#: ../../include/functions_reporting.php:1879 -msgid "There are no Modules normal status" -msgstr "No hay módulos en estado normal" - -#: ../../include/functions_reporting.php:1882 -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:2084 -msgid "Event Report Agent" -msgstr "Informe de Eventos de Agentes" - -#: ../../include/functions_reporting.php:2278 -msgid "Database Serialized" -msgstr "Base de datos serializada" - -#: ../../include/functions_reporting.php:2391 -#: ../../include/functions_reports.php:635 -msgid "Group configuration" -msgstr "Configuración del grupo" - -#: ../../include/functions_reporting.php:2467 -msgid "Network interfaces report" -msgstr "Informe de las interfaces de red" - -#: ../../include/functions_reporting.php:2486 -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:2536 -msgid "bytes/s" -msgstr "bytes/s" - -#: ../../include/functions_reporting.php:2565 -msgid "Alert Report Group" -msgstr "Grupo de informe de alerta" - -#: ../../include/functions_reporting.php:2687 -msgid "Alert Report Agent" -msgstr "Agente informe de alerta" - -#: ../../include/functions_reporting.php:2795 -msgid "Alert Report Module" -msgstr "Módulo informe de alerta" - -#: ../../include/functions_reporting.php:2930 -msgid "SQL Graph Vertical Bars" -msgstr "Barras de gráficas verticales SQL" - -#: ../../include/functions_reporting.php:2933 -msgid "SQL Graph Horizontal Bars" -msgstr "Barras de gráficas horizontales SQL" - -#: ../../include/functions_reporting.php:2936 -msgid "SQL Graph Pie" -msgstr "Gráfica SQL circular" - -#: ../../include/functions_reporting.php:3062 -msgid "Netflow Area" -msgstr "Área de netflow" - -#: ../../include/functions_reporting.php:3065 -msgid "Netflow Pie" -msgstr "Tarta Netflow" - -#: ../../include/functions_reporting.php:3068 -msgid "Netflow Data" -msgstr "Datos de netflow" - -#: ../../include/functions_reporting.php:3071 -msgid "Netflow Statistics" -msgstr "Estadísticas de netflow" - -#: ../../include/functions_reporting.php:3074 -msgid "Netflow Summary" -msgstr "Resumen de netflow" - -#: ../../include/functions_reporting.php:3137 -#: ../../include/functions_reports.php:501 -msgid "Simple baseline graph" -msgstr "Gráfica simple de línea base" - -#: ../../include/functions_reporting.php:3198 -msgid "Prediction Date" -msgstr "Fecha de predicción." - -#: ../../include/functions_reporting.php:3326 -#: ../../include/functions_reports.php:633 -msgid "Agent configuration" -msgstr "Configuración de agentes" - -#: ../../include/functions_reporting.php:3721 -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." +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." 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." +"El archivo no se encuentra en disco, por favor, contacte con el " +"administrador." -#: ../../include/functions_reporting.php:3837 -msgid "No Address" -msgstr "Sin dirección" +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." +msgstr "Intervalo de agente" -#: ../../include/functions_reporting.php:4252 -msgid "Minimal" -msgstr "Mínimo" +#: ../../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/functions_reporting.php:4255 -msgid "Maximun" -msgstr "Máximo" +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" +msgstr "Todo los servidores están caídos" -#: ../../include/functions_reporting.php:4323 -#: ../../include/functions_reporting.php:4419 -#: ../../include/functions_reports.php:499 -msgid "Simple graph" -msgstr "Gráfica simple" +#: ../../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/functions_reporting.php:4803 -#: ../../include/functions_reporting.php:4917 -#: ../../include/functions_reporting.php:5046 -msgid "Maximum of events shown" -msgstr "Máximo número de eventos mostrados" +#: ../../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/functions_reporting.php:5408 -#: ../../include/functions_reporting.php:5445 -msgid "Server health" -msgstr "Salud del servidor" +#: ../../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/functions_reporting.php:5408 -#, php-format -msgid "%d Downed servers" -msgstr "%d Servidores caidos" +#: ../../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/functions_reporting.php:5416 -#: ../../include/functions_reporting.php:5448 -msgid "Monitor health" -msgstr "Estado de los monitores" +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" +msgstr "Tipología de grupo" -#: ../../include/functions_reporting.php:5416 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Monitores fuera de la normalidad" +#: ../../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/functions_reporting.php:5418 -#: ../../include/functions_reporting.php:5449 -msgid "of monitors up" -msgstr "de monitores funcionando" +#: ../../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/functions_reporting.php:5424 -#: ../../include/functions_reporting.php:5451 -msgid "Module sanity" -msgstr "Estado de los módulos" +#: ../../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/functions_reporting.php:5424 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Monitores sin iniciar" +#: ../../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/functions_reporting.php:5426 -#: ../../include/functions_reporting.php:5452 -msgid "of total modules inited" -msgstr "del total de módulos inic." +#: ../../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/functions_reporting.php:5432 -#: ../../include/functions_reporting.php:5454 -#: ../../include/functions_reporting_html.php:2018 -msgid "Alert level" -msgstr "Nivel de 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/functions_reporting.php:5432 -#: ../../include/functions_reporting.php:6441 -#: ../../include/functions_reporting.php:6450 -#, php-format -msgid "%d Fired alerts" -msgstr "%d Alertas lanzadas" +#: ../../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/functions_reporting.php:5434 -#: ../../include/functions_reporting.php:5455 -msgid "of defined alerts not fired" -msgstr "de alertas definidas no disparadas" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." +msgstr "Haz click en esta pestaña." -#: ../../include/functions_reporting.php:5514 -msgid "Defined and fired alerts" -msgstr "Alertas definidas y lanzadas" +#: ../../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/functions_reporting.php:5580 -msgid "Monitor normal" -msgstr "Monitor normal" +#: ../../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/functions_reporting.php:5584 -msgid "Monitor unknown" -msgstr "Monitor desconocido" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." +msgstr "Y pica el botón." -#: ../../include/functions_reporting.php:5591 -msgid "Monitor not init" -msgstr "Monitor no iniciado" +#: ../../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/functions_reporting.php:5615 -#: ../../include/functions_reporting.php:5626 -msgid "Monitors by status" -msgstr "Monitores por estatus" +#: ../../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/functions_reporting.php:5681 -#: ../../include/functions_reporting_html.php:2732 -msgid "Total agents and monitors" -msgstr "Total de agentes y monitores" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "Por favor, selecciona \"Network Management\"." -#: ../../include/functions_reporting.php:5704 -msgid "Defined users" -msgstr "Usuarios definidos" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "Selecciona el componente llamado \"Host alive\"." -#: ../../include/functions_reporting.php:6342 -msgid "Agent without data" -msgstr "Agente sin datos" +#: ../../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/functions_reporting.php:6381 -#: ../../include/functions_agents.php:2115 -#: ../../include/functions_agents.php:2140 -#: ../../include/functions_agents.php:2165 +#: ../../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/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/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/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/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/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/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/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/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_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/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:2113 +#: ../../include/functions_agents.php:2138 +#: ../../include/functions_agents.php:2163 +msgid "No Monitors" +msgstr "No hay monitores" + +#: ../../include/functions_agents.php:2117 +#: ../../include/functions_agents.php:2142 +#: ../../include/functions_agents.php:2167 +#: ../../include/functions_reporting.php:6383 msgid "At least one module in CRITICAL status" msgstr "Al menos un módulo está en estado CRÍTICO" -#: ../../include/functions_reporting.php:6385 -#: ../../include/functions_agents.php:2119 -#: ../../include/functions_agents.php:2144 -#: ../../include/functions_agents.php:2169 +#: ../../include/functions_agents.php:2121 +#: ../../include/functions_agents.php:2146 +#: ../../include/functions_agents.php:2171 +#: ../../include/functions_reporting.php:6387 msgid "At least one module in WARNING status" msgstr "Al menos un módulo está en estado ADVERTENCIA" -#: ../../include/functions_reporting.php:6389 -#: ../../include/functions_agents.php:2123 -#: ../../include/functions_agents.php:2148 -#: ../../include/functions_agents.php:2173 +#: ../../include/functions_agents.php:2125 +#: ../../include/functions_agents.php:2150 +#: ../../include/functions_agents.php:2175 +#: ../../include/functions_reporting.php:6391 msgid "At least one module is in UKNOWN status" msgstr "Al menos un módulo está en estado DESCONOCIDO" -#: ../../include/functions_reporting.php:6393 -#: ../../include/functions_agents.php:2127 -#: ../../include/functions_agents.php:2152 -#: ../../include/functions_agents.php:2177 +#: ../../include/functions_agents.php:2129 +#: ../../include/functions_agents.php:2154 +#: ../../include/functions_agents.php:2179 +#: ../../include/functions_reporting.php:6395 msgid "All Monitors OK" msgstr "Todos los monitores BIEN" -#: ../../include/functions_reporting.php:6429 -#: ../../include/functions_reporting.php:6436 +#: ../../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 +msgid "SSL cert path" +msgstr "Ruta del certificado SSL" + +#: ../../include/functions_config.php:144 +msgid "Use cert." +msgstr "Usar certificado" + +#: ../../include/functions_config.php:184 +msgid "License information" +msgstr "Información sobre la licencia" + +#: ../../include/functions_config.php:204 +msgid "Identification_reminder" +msgstr "Recordatorio de identificación" + +#: ../../include/functions_config.php:206 +msgid "Include_agents" +msgstr "Incluir agentes" + +#: ../../include/functions_config.php:208 +msgid "Audit log directory" +msgstr "Directorio de log" + +#: ../../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 +msgid "Saml path" +msgstr "Ruta de SAML" + +#: ../../include/functions_config.php:387 +msgid "Item limit for realtime reports)" +msgstr "Límite de ítems para los informes de tiempo real" + +#: ../../include/functions_config.php:447 +msgid "Show QR code header" +msgstr "Mostrar código QR en la cabecera" + +#: ../../include/functions_config.php:461 +msgid "Custom logo login" +msgstr "Logo personalizado en la pantalla de bienvenida" + +#: ../../include/functions_config.php:490 +msgid "Fixed graph" +msgstr "Gráfico fijo" + +#: ../../include/functions_config.php:496 +msgid "Paginate module" +msgstr "Paginar vista de módulos" + +#: ../../include/functions_config.php:508 +msgid "Default type of module charts." +msgstr "Tipo de gráficas de módulos por defecto." + +#: ../../include/functions_config.php:517 +msgid "Display lateral menus with left click" +msgstr "Mostrar los menús laterales con el click izquierdo" + +#: ../../include/functions_config.php:536 +msgid "Add the custom post process" +msgstr "Añadir la personalización al proceso posterior" + +#: ../../include/functions_config.php:543 +msgid "Delete the custom post process" +msgstr "Borrar la personalización al proceso posterior" + +#: ../../include/functions_config.php:644 +#, fuzzy +msgid "Enable history event" +msgstr "Activar base de datos de histórico" + +#: ../../include/functions_config.php:658 +#, fuzzy +msgid "Event Days" +msgstr "ID del evento" + +#: ../../include/functions_config.php:668 +msgid "eHorus user" +msgstr "Usuario de eHorus" + +#: ../../include/functions_config.php:670 +msgid "eHorus password" +msgstr "Contraseña de eHorus" + +#: ../../include/functions_config.php:672 +msgid "eHorus API hostname" +msgstr "Propietario de la API de eHorus" + +#: ../../include/functions_config.php:674 +msgid "eHorus API port" +msgstr "Puerto de la API de eHorus" + +#: ../../include/functions_config.php:676 +msgid "eHorus request timeout" +msgstr "Tiempo de respuesta de eHorus" + +#: ../../include/functions_config.php:678 +msgid "eHorus id custom field" +msgstr "Id del campo personalizado de eHorus" + +#: ../../include/functions_config.php:690 #, php-format -msgid "%d Total modules" -msgstr "%d Módulos totales" +msgid "Failed updated: the next values cannot update: %s" +msgstr "" +"Actualización fracasada: los siguientes valores no pueden ser actualizados:%s" -#: ../../include/functions_reporting.php:6430 -#: ../../include/functions_reporting.php:6437 -#, php-format -msgid "%d Normal modules" -msgstr "%d Módulos normales" - -#: ../../include/functions_reporting.php:6431 -#: ../../include/functions_reporting.php:6438 -#, php-format -msgid "%d Critical modules" -msgstr "%d Módulos críticos" - -#: ../../include/functions_reporting.php:6432 -#: ../../include/functions_reporting.php:6439 -#, php-format -msgid "%d Warning modules" -msgstr "%d Módulos en estado de alerta" - -#: ../../include/functions_reporting.php:6433 -#: ../../include/functions_reporting.php:6440 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Módulos desconocidos" - -#: ../../include/functions_reporting.php:6444 -#, php-format -msgid "%d Total agents" -msgstr "%d del total de agentes" - -#: ../../include/functions_reporting.php:6445 -#, php-format -msgid "%d Normal agents" -msgstr "%d Agentes normales" - -#: ../../include/functions_reporting.php:6446 -#, php-format -msgid "%d Critical agents" -msgstr "%d Agentes en estado crítico" - -#: ../../include/functions_reporting.php:6447 -#, php-format -msgid "%d Warning agents" -msgstr "%d Agentes en estado de alerta" - -#: ../../include/functions_reporting.php:6448 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Agentes desconocidos" - -#: ../../include/functions_reporting.php:6449 -#, php-format -msgid "%d not init agents" -msgstr "%d agentes no iniciados" - -#: ../../include/functions_reporting.php:8324 -msgid "Total running modules" -msgstr "Total de módulos en ejecución" - -#: ../../include/functions_reporting.php:8328 -#: ../../include/functions_reporting.php:8349 -#: ../../include/functions_reporting.php:8368 -#: ../../include/functions_reporting.php:8382 -#: ../../include/functions_reporting.php:8394 -#: ../../include/functions_reporting.php:8406 -#: ../../include/functions_reporting.php:8418 -#: ../../include/functions_reporting.php:8434 -msgid "Ratio" -msgstr "Proporción" - -#: ../../include/functions_reporting.php:8328 -#: ../../include/functions_reporting.php:8349 -#: ../../include/functions_reporting.php:8368 -#: ../../include/functions_reporting.php:8382 -#: ../../include/functions_reporting.php:8394 -#: ../../include/functions_reporting.php:8406 -#: ../../include/functions_reporting.php:8418 -#: ../../include/functions_reporting.php:8434 -msgid "Modules by second" -msgstr "Módulos por segundo" - -#: ../../include/functions_reporting.php:8340 -msgid "Local modules" -msgstr "Módulos locales" - -#: ../../include/functions_reporting.php:8356 -msgid "Remote modules" -msgstr "Módulos remotos" - -#: ../../include/functions_reporting.php:8376 -msgid "Network modules" -msgstr "Módulos de red" - -#: ../../include/functions_reporting.php:8390 -msgid "Plugin modules" -msgstr "Módulos de plugin" - -#: ../../include/functions_reporting.php:8402 -msgid "Prediction modules" -msgstr "Módulos de predicciónd" - -#: ../../include/functions_reporting.php:8414 -msgid "WMI modules" -msgstr "Módulos WMI" - -#: ../../include/functions_reporting.php:8426 -msgid "Web modules" -msgstr "Módulos Web" - -#: ../../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/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" - -#: ../../include/auth/mysql.php:246 +#: ../../include/functions_config.php:1629 msgid "" -"Problems with configuration permissions. Please contact with Administrator" +"Click here to start the registration " +"process" msgstr "" -"Problemas con la configuración de los permisos. Por favor contacte con el " -"administrador" +"Click here para empezar el proceso de " +"registro" -#: ../../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/functions_config.php:1630 +msgid "This instance is not registered in the Update manager" +msgstr "" +"Esta instancia no está registrada en el Administrador de actualizaciones" -#: ../../include/auth/mysql.php:265 +#: ../../include/functions_config.php:1637 msgid "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" +"Click here to start the newsletter " +"subscription process" msgstr "" -"Ooops Usuario no encontrado en \n" -"\t\t\t\tbase de datos o contraseña incorrecta." +"Click here para empezar el proceso de " +"registro al boletín de noticias" -#: ../../include/auth/mysql.php:282 -msgid "Fail the group synchronizing" -msgstr "Fallo en la sincronización de grupos" +#: ../../include/functions_config.php:1638 +msgid "Not subscribed to the newsletter" +msgstr "No suscrito al boletín de noticias" -#: ../../include/auth/mysql.php:288 -msgid "Fail the tag synchronizing" -msgstr "Fallo en la sincronización de etiquetas" +#: ../../include/functions_config.php:1649 +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/auth/mysql.php:301 +#: ../../include/functions_config.php:1650 msgid "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" +"Please change the default password because is a common vulnerability " +"reported." msgstr "" -"Ooops Usuario no encontrado en base de datos \n" -"\t\t\t\to contraseña incorrecta." +"Por favor cambie la contraseña por defecto ya que es una vulnerabilidad " +"comunmente reportada." -#: ../../include/auth/mysql.php:313 -msgid "User not found in database or incorrect password" -msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" +#: ../../include/functions_config.php:1656 +msgid "You can not get updates until you renew the license." +msgstr "No puede obtener actualizaciones hasta que no renueve la licencia" -#: ../../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/functions_config.php:1657 +msgid "This license has expired." +msgstr "Esta licencia ha expirado" -#: ../../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_config.php:1662 +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/class/Tree.class.php:1480 -msgid "NO DATA" -msgstr "SIN DATOS" +#: ../../include/functions_config.php:1675 +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_db.php:75 +#: ../../include/functions_config.php:1681 +#: ../../include/functions_config.php:1688 +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:1699 +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:1699 +msgid "files" +msgstr "archivos" + +#: ../../include/functions_config.php:1700 +msgid "Too much files in your tempora/attachment directory" +msgstr "Demasiados archivos en el directorio /attachment" + +#: ../../include/functions_config.php:1717 +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:1718 +msgid "Database maintance problem" +msgstr "Problema en el mantenimiento de la base de datos" + +#: ../../include/functions_config.php:1724 +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:1725 +msgid "Default font doesnt exist" +msgstr "La fuente por defecto no existe" + +#: ../../include/functions_config.php:1730 +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:1731 +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:1738 +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:1739 +msgid "Developer mode is enabled" +msgstr "El modo «desarrollador» está activado" + +#: ../../include/functions_config.php:1748 +msgid "Error first setup Open update" +msgstr "Error en la primera configuración de Open update" + +#: ../../include/functions_config.php:1754 +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:1755 +msgid "New update of Pandora Console" +msgstr "Nueva actualización de la consola de Pandora" + +#: ../../include/functions_config.php:1769 +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:1770 +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:1775 #, 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:1124 -msgid "SQL sentence" -msgstr "Consulta SQL" - -#: ../../include/functions_db.php:1126 -msgid "Rows" -msgstr "Filas" - -#: ../../include/functions_db.php:1127 -msgid "Saved" -msgstr "Guardado" - -#: ../../include/functions_db.php:1128 -msgid "Time (ms)" -msgstr "Tiempo (ms)" - -#: ../../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_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_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 "Error de servidor remoto en la solicitud de boletín informativo" - -#: ../../include/functions_update_manager.php:480 -msgid "E-mail successfully subscribed to newsletter." -msgstr "E-mail suscrito correctamente al boletín informativo" - -#: ../../include/functions_update_manager.php:482 -msgid "E-mail has already subscribed to newsletter." -msgstr "El E-mail ya está suscrito al boletín informativo" - -#: ../../include/functions_update_manager.php:484 -#: ../../include/functions_update_manager.php:524 -msgid "Update manager returns error code: " -msgstr "El administrador de actualizaciones devolvió un error: " - -#: ../../include/functions_update_manager.php:519 -msgid "Pandora successfully subscribed with UID: " -msgstr "Pandora se suscribió correctamente con UID: " - -#: ../../include/functions_update_manager.php:521 -msgid "Unsuccessful subscription." -msgstr "No se pudo suscribir" - -#: ../../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.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:2524 -#: ../../include/functions_graph.php:3014 -#: ../../include/functions_graph.php:3015 -#: ../../include/functions_graph.php:4921 -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:3018 -#: ../../include/functions_graph.php:3019 -#: ../../include/functions_graph.php:4924 -msgid "Informational" -msgstr "Informativo" - -#: ../../include/functions.php:880 ../../include/functions.php:1076 -#: ../../include/functions.php:1121 ../../include/functions_graph.php:3026 -#: ../../include/functions_graph.php:3027 -#: ../../include/functions_graph.php:4936 -msgid "Minor" -msgstr "Menor" - -#: ../../include/functions.php:883 ../../include/functions.php:1078 -#: ../../include/functions.php:1124 ../../include/functions_graph.php:3034 -#: ../../include/functions_graph.php:3035 -#: ../../include/functions_graph.php:4939 -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:2007 -msgid "custom" -msgstr "personalizado" - -#: ../../include/functions.php:2012 ../../include/functions.php:2013 -#, php-format -msgid "%s minutes" -msgstr "%s minutos" - -#: ../../include/functions.php:2015 ../../include/functions.php:2016 -#, php-format -msgid "%s hours" -msgstr "%s horas" - -#: ../../include/functions.php:2021 ../../include/functions.php:2022 -#, php-format -msgid "%s months" -msgstr "%s meses" - -#: ../../include/functions.php:2024 ../../include/functions.php:2025 -#, php-format -msgid "%s years" -msgstr "%s años" - -#: ../../include/functions.php:2028 -msgid "Default values will be used" -msgstr "Se usarán valores por defecto" - -#: ../../include/functions.php:2188 -msgid "The uploaded file was only partially uploaded" -msgstr "El fichero se ha subido parcialmente" - -#: ../../include/functions.php:2194 -msgid "Missing a temporary folder" -msgstr "El directorio temporal no existe" - -#: ../../include/functions.php:2197 -msgid "Failed to write file to disk" -msgstr "No se pudo escribir el fichero a disco" - -#: ../../include/functions.php:2200 -msgid "File upload stopped by extension" -msgstr "Subida de fichero cancelada por la extensión" - -#: ../../include/functions.php:2204 -msgid "Unknown upload error" -msgstr "Error desconocido al subir el fichero" - -#: ../../include/functions.php:2300 -msgid "Source ID" -msgstr "ID Fuente" - -#: ../../include/functions.php:2307 -msgid "No data found to export" -msgstr "Datos no encontrados para exportar" - -#: ../../include/functions.php:2572 -msgid "15 seconds" -msgstr "15 segundos" - -#: ../../include/functions.php:2577 -msgid "15 minutes" -msgstr "15 minutos" - -#: ../../include/functions.php:2578 ../../include/ajax/module.php:117 -msgid "30 minutes" -msgstr "30 minutos" - -#: ../../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_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/ajax/double_auth.ajax.php:146 +msgid "Recommended value is %s" +msgstr "El valor recomendado es '%s'" + +#: ../../include/functions_config.php:1775 +#: ../../include/functions_config.php:1781 +msgid "Unlimited" +msgstr "Sin límite" + +#: ../../include/functions_config.php:1775 +#: ../../include/functions_config.php:1781 +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1804 msgid "" -"This is the private code that you should use with your authenticator app" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" msgstr "" -"Este es la clave privada que debería usar con su aplicación de autenticación" +"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/ajax/double_auth.ajax.php:147 -#: ../../include/ajax/double_auth.ajax.php:283 +#: ../../include/functions_config.php:1776 +#: ../../include/functions_config.php:1782 +#: ../../include/functions_config.php:1790 +#: ../../include/functions_config.php:1798 +#, 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:1781 +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1797 +#, php-format +msgid "Recommended value is: %s" +msgstr "El valor recomendado es: %s" + +#: ../../include/functions_config.php:1789 +#: ../../include/functions_config.php:1797 +#, php-format +msgid "%s or greater" +msgstr "%s o mayor" + +#: ../../include/functions_config.php:1797 msgid "" -"You could enter the code manually or use the QR code to add it automatically" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" msgstr "" -"Puede introducir el código manualmente o usar el código QR para añadirlo " -"automáticamente" +"Por favor, cámbielo en su fichero de configuración de PHP (php.ini) o " +"contacte con un administrador" -#: ../../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 +#: ../../include/functions_config.php:1803 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" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" 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" +"La variable disable_functions contiene las funciones system() o exec() en el " +"fichero de configuración de php (php.ini)" -#: ../../include/ajax/double_auth.ajax.php:194 +#: ../../include/functions_config.php:1804 +msgid "Problems with disable functions in PHP.INI" +msgstr "Problemas para desactivar funciones en PHP.INI" + +#: ../../include/functions_reporting_html.php:93 +msgid "Label: " +msgstr "Etiqueta: " + +#: ../../include/functions_reporting_html.php:625 +msgid "Events by Severity" +msgstr "Eventos por gravedad" + +#: ../../include/functions_reporting_html.php:1086 +#: ../../include/functions_reporting_html.php:2528 +msgid "Monitors" +msgstr "Monitores" + +#: ../../include/functions_reporting_html.php:1322 +#, php-format +msgid "Agent '%s'" +msgstr "Agente '%s'" + +#: ../../include/functions_reporting_html.php:1336 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "Interfaz '%s' gráfico de rendimiento" + +#: ../../include/functions_reporting_html.php:1339 +msgid "Mac" +msgstr "Mac" + +#: ../../include/functions_reporting_html.php:1340 +msgid "Actual status" +msgstr "Estado actual" + +#: ../../include/functions_reporting_html.php:1568 +msgid "Empty modules" +msgstr "Módulos vacíos" + +#: ../../include/functions_reporting_html.php:1575 +msgid "Warning
Critical" +msgstr "Warning
Critical" + +#: ../../include/functions_reporting_html.php:1798 +msgid "Agent max value" +msgstr "Valor máximo del agente" + +#: ../../include/functions_reporting_html.php:1801 +msgid "Agent min" +msgstr "Minimo agente" + +#: ../../include/functions_reporting_html.php:1802 +msgid "Agent min Value" +msgstr "Valor mínimo del agente" + +#: ../../include/functions_reporting_html.php:2018 +#: ../../include/functions_reporting.php:5432 +#: ../../include/functions_reporting.php:5454 +msgid "Alert level" +msgstr "Nivel de alerta" + +#: ../../include/functions_reporting_html.php:2187 +msgid "Alerts not fired" +msgstr "Alertas no disparadas" + +#: ../../include/functions_reporting_html.php:2196 +msgid "Total alerts monitored" +msgstr "Alertas totales monitorizadas" + +#: ../../include/functions_reporting_html.php:2247 +msgid "Total monitors" +msgstr "Total de monitores" + +#: ../../include/functions_reporting_html.php:2248 +msgid "Monitors down on period" +msgstr "Monitores inactivos en un periodo" + +#: ../../include/functions_reporting_html.php:2264 +msgid "Monitors OK" +msgstr "Monitores en buen estado" + +#: ../../include/functions_reporting_html.php:2265 +msgid "Monitors BAD" +msgstr "Monitores en mal estado" + +#: ../../include/functions_reporting_html.php:2339 +#, php-format +msgid "Agents in group: %s" +msgstr "Agentes en el grupo: %s" + +#: ../../include/functions_reporting_html.php:2432 +msgid "Last failure" +msgstr "Último fallo" + +#: ../../include/functions_reporting_html.php:2496 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:2673 +msgid "Agents warning" +msgstr "Agentes warning" + +#: ../../include/functions_reporting_html.php:2679 +msgid "Agents ok" +msgstr "Agentes ok" + +#: ../../include/functions_reporting_html.php:2699 +#: ../../include/functions_reporting_html.php:2708 +msgid "Agents by status" +msgstr "Agentes por estado" + +#: ../../include/functions_reporting_html.php:2732 +#: ../../include/functions_reporting.php:5683 +msgid "Total agents and monitors" +msgstr "Total de agentes y monitores" + +#: ../../include/functions_reporting_html.php:2752 +#: ../../include/functions_reporting_html.php:2761 +msgid "Node overview" +msgstr "Resumen de nodos" + +#: ../../include/functions_reporting_html.php:2783 +#: ../../include/functions_reporting_html.php:2800 +msgid "Warning events" +msgstr "Eventos en advertencia" + +#: ../../include/functions_reporting_html.php:2787 +#: ../../include/functions_reporting_html.php:2804 +msgid "OK events" +msgstr "Eventos OK" + +#: ../../include/functions_reporting_html.php:2791 +#: ../../include/functions_reporting_html.php:2808 +msgid "Unknown events" +msgstr "Eventos desconocidos" + +#: ../../include/functions_reporting_html.php:2831 +msgid "Important Events by Criticity" +msgstr "Eventos importantes por criticidad" + +#: ../../include/functions_reporting_html.php:2857 +msgid "Last activity in Pandora FMS console" +msgstr "Última actividad en la consola de Pandora FMS" + +#: ../../include/functions_reporting_html.php:2933 +msgid "Events info (1hr.)" +msgstr "Información de Eventos (1hr.)" + +#: ../../include/functions_visual_map_editor.php:57 msgid "" -"You will need to install the app from the following link before continue" +"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 "" -"Necesitará instalar la aplicación desde el siguiente link antes de continuar" +"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/ajax/double_auth.ajax.php:199 -msgid "Download the app" -msgstr "Descargue la aplicación" +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "Color del borde" -#: ../../include/ajax/double_auth.ajax.php:203 -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "Continue" -msgstr "Continuar" +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "Ancho del borde" -#: ../../include/ajax/double_auth.ajax.php:219 -msgid "Are you installed the app yet?" -msgstr "¿Ya ha instalado la aplicación?" +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "Color de relleno" -#: ../../include/ajax/double_auth.ajax.php:277 -msgid "A private code has been generated" -msgstr "Un código privado ha sido generado" +#: ../../include/functions_visual_map_editor.php:198 +msgid "Enable link" +msgstr "Activar enlace" -#: ../../include/ajax/double_auth.ajax.php:282 -msgid "" -"Before continue, you should create a new entry into the authenticator app" +#: ../../include/functions_visual_map_editor.php:217 +msgid "Background color" +msgstr "Color de fondo" + +#: ../../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: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:477 +msgid "For use the original image file size, set 0 width and 0 height." msgstr "" -"Antes de continuar, debería crear una nueva entrada dentro de la aplicación " -"de autenticación" +"Para usar el tamaño original de la imagen, coloque en 0 el ancho y en 0 el " +"alto." -#: ../../include/ajax/double_auth.ajax.php:292 -msgid "Refresh code" -msgstr "Refrescar el código" +#: ../../include/functions_visual_map_editor.php:513 +msgid "Lines haven't advanced options" +msgstr "Las líneas no tienen opciones avanzadas" -#: ../../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/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/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/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/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/functions_visual_map_editor.php:586 +msgid "Show grid" +msgstr "Mostrar cuadrícula" -#: ../../include/ajax/double_auth.ajax.php:430 -msgid "Validate code" -msgstr "Validar código" +#: ../../include/functions_visual_map_editor.php:588 +msgid "Delete item" +msgstr "Borrar elemento" -#: ../../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/functions_visual_map_editor.php:589 +msgid "Copy item" +msgstr "Copiar elemento" -#: ../../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/functions_visual_map_editor.php:617 +msgid "No image or name defined." +msgstr "No se ha definido ningun nombre o imagen" -#: ../../include/ajax/visual_console_builder.ajax.php:177 -#: ../../include/functions_graph.php:4903 -msgid "No data to show" -msgstr "No hay datos que mostrar" +#: ../../include/functions_visual_map_editor.php:619 +msgid "No label defined." +msgstr "No se ha definido una etiqueta." -#: ../../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/functions_visual_map_editor.php:621 +msgid "No image defined." +msgstr "No se ha definido ninguna imagen." -#: ../../include/ajax/update_manager.ajax.php:102 -msgid "The file was not uploaded succesfully." -msgstr "El fichero no se pudo subir correctamente." +#: ../../include/functions_visual_map_editor.php:623 +msgid "No process defined." +msgstr "No hay proceso definido." -#: ../../include/ajax/module.php:129 -msgid "3 years" -msgstr "3 años" +#: ../../include/functions_visual_map_editor.php:625 +msgid "No Max value defined." +msgstr "No hay valor máximo definido." -#: ../../include/ajax/module.php:1020 -msgid "Any monitors aren't with this filter." -msgstr "No todos los monitores llevan este filtro" +#: ../../include/functions_visual_map_editor.php:627 +msgid "No width defined." +msgstr "No hay margen definido." -#: ../../include/ajax/module.php:1023 -msgid "This agent doesn't have any active monitors." -msgstr "Este agente no tiene ningún monitor activo" +#: ../../include/functions_visual_map_editor.php:629 +msgid "No period defined." +msgstr "No hay periodo definido." -#: ../../include/ajax/events.php:301 -msgid "Agent fields" -msgstr "Campos de agente" +#: ../../include/functions_visual_map_editor.php:631 +msgid "No agent defined." +msgstr "No hay agente definido." -#: ../../include/ajax/events.php:309 -msgid "Custom data" -msgstr "Datos personalizado" +#: ../../include/functions_visual_map_editor.php:633 +msgid "No module defined." +msgstr "No hay módulo definido." -#: ../../include/ajax/events.php:377 -msgid "Error adding comment" -msgstr "Error al añadir comentario" +#: ../../include/functions_visual_map_editor.php:636 +msgid "Successfully save the changes." +msgstr "Cambios guardados con éxito" -#: ../../include/ajax/events.php:378 -msgid "Comment added successfully" -msgstr "Comentario añadido con éxito" +#: ../../include/functions_visual_map_editor.php:638 +msgid "Could not be save" +msgstr "No se puede guardar" -#: ../../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/networkmap.ajax.php:74 -#: ../../include/ajax/networkmap.ajax.php:94 -msgid "Map summary" -msgstr "Resumen del mapa" - -#: ../../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 -msgid "Builder visual console" -msgstr "Configurador de la consola visual" - -#: ../../include/functions_menu.php:489 -msgid "Administration events" -msgstr "Administrador de eventos" - -#: ../../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/functions_treeview.php:215 -#: ../../include/graphs/functions_flot.php:556 -msgid "No data" -msgstr "Sin datos" - -#: ../../include/functions_treeview.php:234 +#: ../../include/functions_treeview.php:271 msgid "Go to module edition" msgstr "Ir a la edición de módulos" -#: ../../include/functions_treeview.php:272 +#: ../../include/functions_treeview.php:309 msgid "There was a problem loading alerts" msgstr "Hubo un problema al cargar las alertas" -#: ../../include/functions_treeview.php:326 +#: ../../include/functions_treeview.php:393 msgid "Go to alerts edition" msgstr "Ir a \"editar alertas\"" -#: ../../include/functions_treeview.php:465 +#: ../../include/functions_treeview.php:532 msgid "Go to agent edition" msgstr "Ir a \"editar agentes\"" -#: ../../include/functions_treeview.php:474 +#: ../../include/functions_treeview.php:541 msgid "Agent data" msgstr "Datos de agentes" -#: ../../include/functions_treeview.php:547 +#: ../../include/functions_treeview.php:614 msgid "Advanced information" msgstr "Información avanzada" -#: ../../include/functions_networkmap.php:1721 -msgid "Create a new topology map" -msgstr "Crear nuevo mapa topológico" +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "Acciones de alerta" -#: ../../include/functions_networkmap.php:1722 -msgid "Create a new group map" -msgstr "Crear nuevo mapa de grupo" +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "Plantillas de alerta" -#: ../../include/functions_networkmap.php:1723 -msgid "Create a new dynamic map" -msgstr "Crear un nuevo mapa dinámico" +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "Diseño de la consola visual" -#: ../../include/functions_networkmap.php:1725 -msgid "Create a new radial dynamic map" -msgstr "Crear un nuevo mapa dinámico radial" +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "Tiempo de inactividad estipulado" -#: ../../include/functions_networkmap.php:1749 -msgid "Dynamic" -msgstr "Dinámico" +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "Mapas GIS" -#: ../../include/functions_networkmap.php:1751 -msgid "Radial dynamic" -msgstr "Dinámico radial" +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "Conexiones GIS" -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -#: ../../include/functions_graph.php:2519 -msgid "Informative" -msgstr "Informativo" +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "Mapas GIS adicionales" -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -#: ../../include/functions_graph.php:2520 -msgid "Low" -msgstr "Bajo" +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "Mapas de red" -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -#: ../../include/functions_graph.php:2521 -msgid "Medium" -msgstr "Medio" +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "Mostrar los grupos dependientes" -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -#: ../../include/functions_graph.php:2522 -msgid "Serious" -msgstr "Grave" +#: ../../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_incidents.php:33 -#: ../../include/functions_incidents.php:66 -#: ../../include/functions_graph.php:2523 -msgid "Very serious" -msgstr "Muy grave" +#: ../../include/functions_visual_map.php:903 +msgid "Last value: " +msgstr "Ultimo valor: " -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Incidentes activos" +#: ../../include/functions_visual_map.php:1291 +msgid "Agent successfully added to layout" +msgstr "Agente añadido correctamente a la distribución" -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Incidentes activos, con comentarios" +#: ../../include/functions_visual_map.php:1438 +msgid "Modules successfully added to layout" +msgstr "Módulos añadidos correctamente a la distribución" -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Incidentes rechazados" +#: ../../include/functions_visual_map.php:1638 +msgid "Agents successfully added to layout" +msgstr "Agentes añadidos con éxito a la plantilla" -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Incidentes caducados" +#: ../../include/functions_visual_map.php:1979 +msgid "Cannot load the visualmap" +msgstr "No se puede cargar el mapa visual" -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Incidentes cerrados" +#: ../../include/functions_visual_map.php:2314 +msgid "Percentile bar" +msgstr "Barra de porcentaje" -#: ../../include/graphs/functions_pchart.php:201 -#: ../../include/graphs/functions_pchart.php:1130 -msgid "Actual" -msgstr "Actual" +#: ../../include/functions_visual_map.php:2318 +msgid "Static graph" +msgstr "Imagen estática" -#: ../../include/graphs/functions_flot.php:233 -msgid "Cancel zoom" -msgstr "Cancelar el zoom" +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:4323 +#: ../../include/functions_reporting.php:4419 +msgid "Simple graph" +msgstr "Gráfica simple" -#: ../../include/graphs/functions_flot.php:235 -msgid "Warning and Critical thresholds" -msgstr "Umbrales de alerta y critico" +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3137 +msgid "Simple baseline graph" +msgstr "Gráfica simple de línea base" -#: ../../include/graphs/functions_flot.php:238 -msgid "Overview graph" -msgstr "Grafica de vista general" +#: ../../include/functions_reports.php:511 +msgid "SQL vertical bar graph" +msgstr "Gráfica de barra vertical SQL" -#: ../../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_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:520 +msgid "Automatic combined Graph" +msgstr "Grafica automática combinada" + +#: ../../include/functions_reports.php:525 +#: ../../include/functions_reports.php:527 +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reports.php:531 +msgid "ITIL" +msgstr "I.T.I.L" + +#: ../../include/functions_reports.php:549 +#: ../../include/functions_reports.php:551 +msgid "Forecasting" +msgstr "Predicción" + +#: ../../include/functions_reports.php:552 +msgid "Projection graph" +msgstr "Gráfica de proyección" + +#: ../../include/functions_reports.php:557 +#: ../../include/functions_graph.php:689 +#: ../../include/functions_graph.php:3690 +msgid "Avg. Value" +msgstr "Valor promedio" + +#: ../../include/functions_reports.php:563 +msgid "Monitor report" +msgstr "Informe de monitores" + +#: ../../include/functions_reports.php:565 +msgid "Serialize data" +msgstr "Serializar datos" + +#: ../../include/functions_reports.php:569 +msgid "Historical Data" +msgstr "Datos historicos" + +#: ../../include/functions_reports.php:573 +#: ../../include/functions_reports.php:575 +#: ../../include/functions_reports.php:577 +#: ../../include/functions_reports.php:580 +#: ../../include/functions_reports.php:584 +#: ../../include/functions_reports.php:587 +#: ../../include/functions_reports.php:589 +#: ../../include/functions_reports.php:591 +msgid "Grouped" +msgstr "Agrupado" + +#: ../../include/functions_reports.php:590 +msgid "Network interfaces" +msgstr "Interfaces de red" + +#: ../../include/functions_reports.php:595 +#: ../../include/functions_reports.php:597 +msgid "Text/HTML " +msgstr "Texto/HTML " + +#: ../../include/functions_reports.php:598 +msgid "Import text from URL" +msgstr "Importar texto de una URL" + +#: ../../include/functions_reports.php:603 +msgid "Alert report module" +msgstr "Informe de alertas de un módulo" + +#: ../../include/functions_reports.php:605 +msgid "Alert report agent" +msgstr "Informe de alertas de un agente" + +#: ../../include/functions_reports.php:608 +msgid "Alert report group" +msgstr "Informe de alertas para grupos" + +#: ../../include/functions_reports.php:614 +msgid "Event report agent" +msgstr "Informe de los eventos de un agente" + +#: ../../include/functions_reports.php:616 +msgid "Event report module" +msgstr "Informe de los eventos de un módulo" + +#: ../../include/functions_reports.php:618 +msgid "Event report group" +msgstr "Informe de los eventos de un grupo" + +#: ../../include/functions_reports.php:625 +msgid "Inventory changes" +msgstr "Inventario de cambios" + +#: ../../include/functions_reports.php:633 +#: ../../include/functions_reporting.php:3326 +msgid "Agent configuration" +msgstr "Configuración de agentes" + +#: ../../include/functions_reports.php:635 +#: ../../include/functions_reporting.php:2391 +msgid "Group configuration" +msgstr "Configuración del grupo" + +#: ../../include/functions_reports.php:637 +msgid "Netflow area chart" +msgstr "Gráfica de area de Netflow" + +#: ../../include/functions_reports.php:639 +msgid "Netflow pie chart" +msgstr "Gráfica de tarta de Netflow" + +#: ../../include/functions_reports.php:641 +msgid "Netflow data table" +msgstr "Tabla de datos de Netflow" + +#: ../../include/functions_reports.php:643 +msgid "Netflow statistics table" +msgstr "Tabla de estadísticas Netflow" + +#: ../../include/functions_reports.php:645 +msgid "Netflow summary table" +msgstr "Tabla de resumen Netflow" #: ../../include/functions_api.php:77 msgid "No set or get or help operation." @@ -30635,8 +31061,7 @@ msgstr "Borrado correcto" #: ../../include/functions_api.php:1825 msgid "Error in creation network module. Agent name doesn't exists." -msgstr "" -"Error en la creación del módulo de red. El nombre del agente no existe" +msgstr "Error en la creación del módulo de red. El nombre del agente no existe" #: ../../include/functions_api.php:1831 msgid "" @@ -30680,8 +31105,7 @@ msgstr "" #: ../../include/functions_api.php:2035 msgid "Error in creation plugin module. Agent name doesn't exists." -msgstr "" -"Error en la creación del modulo plugin.El nombre del agente no existe" +msgstr "Error en la creación del modulo plugin.El nombre del agente no existe" #: ../../include/functions_api.php:2095 msgid "Error in creation plugin module." @@ -30769,8 +31193,7 @@ msgstr "Error en la creación del módulo SNMP.id_module_type" #: ../../include/functions_api.php:2628 msgid "Error in creation SNMP module. Agent name doesn't exists." -msgstr "" -"Error en la creación del módulo SNMP. El nombre del agente no existe." +msgstr "Error en la creación del módulo SNMP. El nombre del agente no existe." #: ../../include/functions_api.php:2643 ../../include/functions_api.php:2806 #: ../../include/functions_api.php:5263 @@ -30874,8 +31297,7 @@ msgstr "" "estar en blanco." #: ../../include/functions_api.php:3069 -msgid "" -"Error creating plugin component. This plugin component already exists." +msgid "Error creating plugin component. This plugin component already exists." msgstr "Error creando componente plugin. El componente plugin ya existe." #: ../../include/functions_api.php:3107 @@ -30957,8 +31379,7 @@ msgstr "" "módulo no puede estar en blanco." #: ../../include/functions_api.php:3333 -msgid "" -"Error getting module value from all agents. Module name doesn't exists." +msgid "Error getting module value from all agents. Module name doesn't exists." msgstr "" "Error obteniendo valor del módulo para todos los agentes. El nombre del " "módulo no existe." @@ -31193,18 +31614,15 @@ msgstr "" "Error actualizando módulo de datos en la política. El módulo no existe." #: ../../include/functions_api.php:4675 -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." +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:4704 msgid "Data policy module updated." msgstr "Módulo de datos de política actualizado." #: ../../include/functions_api.php:4733 -msgid "" -"Error adding network module to policy. Id_policy cannot be left blank." +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." @@ -31252,8 +31670,7 @@ msgstr "" #: ../../include/functions_api.php:4846 msgid "Error updating network module in policy. Module doesn't exists." -msgstr "" -"Error actualizando módulo de red en la política. El módulo no existe." +msgstr "Error actualizando módulo de red en la política. El módulo no existe." #: ../../include/functions_api.php:4852 msgid "" @@ -31273,8 +31690,7 @@ msgstr "" "en blanco." #: ../../include/functions_api.php:4910 -msgid "" -"Error adding plugin module to policy. Module_name cannot be left blank." +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." @@ -31297,8 +31713,7 @@ msgstr "" "política." #: ../../include/functions_api.php:5005 -msgid "" -"Error updating plugin module in policy. Id_policy cannot be left blank." +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." @@ -31558,8 +31973,7 @@ msgstr "" "Error habilitar/deshabilitar agente. Id_agent no puede estar en blanco." #: ../../include/functions_api.php:8572 -msgid "" -"Error enable/disable agent. Enable/disable value cannot be left blank." +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." @@ -31622,967 +32036,653 @@ msgstr "Error en la eliminación de día especial" msgid "Error in deletion special day." msgstr "Error en la eliminación de día especial" -#: ../../include/functions_visual_map_editor.php:57 +#: ../../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_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 +msgid "Builder visual console" +msgstr "Configurador de la consola visual" + +#: ../../include/functions_menu.php:489 +msgid "Administration events" +msgstr "Administrador de eventos" + +#: ../../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/auth/mysql.php:246 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." +"Problems with configuration permissions. Please contact with Administrator" 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." +"Problemas con la configuración de los permisos. Por favor contacte con el " +"administrador" -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "Color del borde" +#: ../../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/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:217 -msgid "Background color" -msgstr "Color de fondo" - -#: ../../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: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:477 -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:513 -msgid "Lines haven't advanced options" -msgstr "Las líneas no tienen opciones avanzadas" - -#: ../../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_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_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 +#: ../../include/auth/mysql.php:265 msgid "" -"Is possible that this view uses part of information which your user has not " -"access" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" msgstr "" -"Es posible que esta vista utilize parte de la información a la cual su " -"usuario no tenga acceso" +"Ooops Usuario no encontrado en \n" +"\t\t\t\tbase de datos o contraseña incorrecta." -#: ../../include/functions_ui.php:1014 -msgid "The alert would fire when the value is over " +#: ../../include/auth/mysql.php:282 +msgid "Fail the group synchronizing" +msgstr "Fallo en la sincronización de grupos" + +#: ../../include/auth/mysql.php:288 +msgid "Fail the tag synchronizing" +msgstr "Fallo en la sincronización de etiquetas" + +#: ../../include/auth/mysql.php:301 +msgid "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" msgstr "" -"La alerta se disparará cuando el valor esté por encima de " +"Ooops Usuario no encontrado en base de datos \n" +"\t\t\t\to contraseña incorrecta." -#: ../../include/functions_ui.php:1019 -msgid "The alert would fire when the value is under " -msgstr "" -"La alerta se disparará cuando el valor esté por debajo de " +#: ../../include/auth/mysql.php:313 +msgid "User not found in database or incorrect password" +msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" -#: ../../include/functions_ui.php:1613 ../../include/functions_ui.php:1647 +#: ../../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_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 "Total items: %s" -msgstr "Total de elementos %s" +msgid "Enabled %s elements from the downtime" +msgstr "Habilitar %s elementos desde la parada" -#: ../../include/functions_ui.php:1954 -msgid "Unknown type" -msgstr "Tipo desconocido" - -#: ../../include/functions_ui.php:2759 -msgid "Type at least two characters to search." -msgstr "Escriba al menos dos caracteres para buscar." - -#: ../../include/functions_ui.php:3546 -msgid "Problem with Pandora FMS database" -msgstr "Problema con la base de datos de Pandora FMS" - -#: ../../include/functions_ui.php:3547 -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." +#: ../../include/functions_planned_downtimes.php:785 +msgid "This planned downtime are executed now. Can't delete in this moment." msgstr "" -"No se pudo conectar a la base de datos, por favor, compruebe su " -"configuración de base de datos en el fichero include/config.php " -"

\n" -"\t\t\tProbablemente su valor de administrador, usuario o contraseña sean " -"incorrectos.\n" -"\t\t\tla base de datos no está en ejecución." +"Esta parada planificada se está ejecutando. No se puede borrar en este " +"momento." -#: ../../include/functions_ui.php:3551 -msgid "DB ERROR" -msgstr "ERROR de la BD" +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "Parada planificada borrada con éxito" -#: ../../include/functions_ui.php:3557 -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_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "Problemas al borrar la parada planificada" -#: ../../include/functions_ui.php:3561 -msgid "Empty configuration table" -msgstr "Tabla de configuración vacía" +#: ../../include/functions.php:217 +msgid "," +msgstr "," -#: ../../include/functions_ui.php:3562 -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.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "s" -#: ../../include/functions_ui.php:3569 -msgid "No configuration file found" -msgstr "No se ha encontrado el fichero de configuración" +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "d" -#: ../../include/functions_ui.php:3570 -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.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "M" -#: ../../include/functions_ui.php:3581 +#: ../../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_graph.php:2539 +#: ../../include/functions_graph.php:3029 +#: ../../include/functions_graph.php:3030 +#: ../../include/functions_graph.php:4936 +#: ../../include/functions_events.php:1473 +msgid "Maintenance" +msgstr "Mantenimiento" + +#: ../../include/functions.php:868 ../../include/functions.php:1074 +#: ../../include/functions.php:1109 ../../include/functions_graph.php:3033 +#: ../../include/functions_graph.php:3034 +#: ../../include/functions_graph.php:4939 +#: ../../include/functions_events.php:1476 +msgid "Informational" +msgstr "Informativo" + +#: ../../include/functions.php:880 ../../include/functions.php:1076 +#: ../../include/functions.php:1121 ../../include/functions_graph.php:3041 +#: ../../include/functions_graph.php:3042 +#: ../../include/functions_graph.php:4951 +msgid "Minor" +msgstr "Menor" + +#: ../../include/functions.php:883 ../../include/functions.php:1078 +#: ../../include/functions.php:1124 ../../include/functions_graph.php:3049 +#: ../../include/functions_graph.php:3050 +#: ../../include/functions_graph.php:4954 +msgid "Major" +msgstr "Principal" + +#: ../../include/functions.php:1027 ../../include/functions_events.php:1409 +msgid "Monitor Critical" +msgstr "Monitor en estado crítico" + +#: ../../include/functions.php:1028 ../../include/functions_events.php:1412 +msgid "Monitor Warning" +msgstr "Monitor en estado de aviso" + +#: ../../include/functions.php:1029 ../../include/functions_events.php:1415 +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:1125 +#: ../../include/functions_events.php:1421 +msgid "Alert recovered" +msgstr "Alerta recuperada" + +#: ../../include/functions.php:1035 ../../include/functions_events.php:1160 +#: ../../include/functions_events.php:1424 +msgid "Alert ceased" +msgstr "Alerta finalizada" + +#: ../../include/functions.php:1036 ../../include/functions_events.php:1427 +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:1430 +msgid "Recon host detected" +msgstr "Equipo de red detectado con Recon" + +#: ../../include/functions.php:1042 ../../include/functions_events.php:1157 +#: ../../include/functions_events.php:1439 +msgid "Configuration change" +msgstr "Cambio de configuración" + +#: ../../include/functions.php:2007 +msgid "custom" +msgstr "personalizado" + +#: ../../include/functions.php:2012 ../../include/functions.php:2013 #, 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." +msgid "%s minutes" +msgstr "%s minutos" -#: ../../include/functions_ui.php:3584 -msgid "Installer active" -msgstr "Instalador activo" - -#: ../../include/functions_ui.php:3585 -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:3589 -msgid "Bad permission for include/config.php" -msgstr "Permiso incorrecto para include/config.php" - -#: ../../include/functions_ui.php:3590 -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 seguridad, config.php debe tener permisos " -"restringidos, y los usuarios \"otros\"\n" -"\t\t\tno deberían tener permisos de lectura o escritura sobre el. Solo " -"debería poder escribir el creador\n" -"\t\t\t(habitualmente www-data o http daemon usuario), la operación normal no " -"es posible hasta que cambie\n" -"\t\t\tlos permisos para el fichero include/config.php . Por favor " -"hágalo, es por su seguridad." - -#: ../../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 +#: ../../include/functions.php:2015 ../../include/functions.php:2016 #, php-format -msgid "Directory %s doesn't exist!" -msgstr "El directorio %s no existe" +msgid "%s hours" +msgstr "%s horas" -#: ../../include/functions_filemanager.php:565 -msgid "Index of images" -msgstr "Índice de imágenes" +#: ../../include/functions.php:2021 ../../include/functions.php:2022 +#, php-format +msgid "%s months" +msgstr "%s meses" -#: ../../include/functions_filemanager.php:603 -msgid "Parent directory" -msgstr "Directorio padre" +#: ../../include/functions.php:2024 ../../include/functions.php:2025 +#, php-format +msgid "%s years" +msgstr "%s años" -#: ../../include/functions_filemanager.php:632 -msgid "The zip upload in this dir, easy to upload multiple files." +#: ../../include/functions.php:2028 +msgid "Default values will be used" +msgstr "Se usarán valores por defecto" + +#: ../../include/functions.php:2188 +msgid "The uploaded file was only partially uploaded" +msgstr "El fichero se ha subido parcialmente" + +#: ../../include/functions.php:2194 +msgid "Missing a temporary folder" +msgstr "El directorio temporal no existe" + +#: ../../include/functions.php:2197 +msgid "Failed to write file to disk" +msgstr "No se pudo escribir el fichero a disco" + +#: ../../include/functions.php:2200 +msgid "File upload stopped by extension" +msgstr "Subida de fichero cancelada por la extensión" + +#: ../../include/functions.php:2204 +msgid "Unknown upload error" +msgstr "Error desconocido al subir el fichero" + +#: ../../include/functions.php:2300 +msgid "Source ID" +msgstr "ID Fuente" + +#: ../../include/functions.php:2307 +msgid "No data found to export" +msgstr "Datos no encontrados para exportar" + +#: ../../include/functions.php:2572 +msgid "15 seconds" +msgstr "15 segundos" + +#: ../../include/functions.php:2577 +msgid "15 minutes" +msgstr "15 minutos" + +#: ../../include/functions.php:2578 ../../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:2534 +msgid "Informative" +msgstr "Informativo" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +#: ../../include/functions_graph.php:2535 +msgid "Low" +msgstr "Bajo" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +#: ../../include/functions_graph.php:2536 +msgid "Medium" +msgstr "Medio" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_graph.php:2537 +msgid "Serious" +msgstr "Grave" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +#: ../../include/functions_graph.php:2538 +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/class/Tree.class.php:1480 +msgid "NO DATA" +msgstr "SIN DATOS" + +#: ../../include/ajax/networkmap.ajax.php:74 +#: ../../include/ajax/networkmap.ajax.php:94 +msgid "Map summary" +msgstr "Resumen del mapa" + +#: ../../include/ajax/visual_console_builder.ajax.php:177 +#: ../../include/functions_graph.php:4918 +msgid "No data to show" +msgstr "No hay datos que mostrar" + +#: ../../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/double_auth.ajax.php:146 +msgid "" +"This is the private code that you should use with your authenticator app" msgstr "" -"Subir archivo zip a este directorio, útil para subir múltiples archivos." +"Este es la clave privada que debería usar con su aplicación de autenticación" -#: ../../include/functions_filemanager.php:636 -msgid "Decompress" -msgstr "Descomprimir" +#: ../../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/functions_filemanager.php:679 -msgid "Directory" -msgstr "Directorio" +#: ../../include/ajax/double_auth.ajax.php:153 +#: ../../include/ajax/double_auth.ajax.php:289 +msgid "QR" +msgstr "QR" -#: ../../include/functions_filemanager.php:685 -msgid "Compressed file" -msgstr "Archivo comprimido" +#: ../../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/functions_filemanager.php:688 -#: ../../include/functions_filemanager.php:695 -msgid "Text file" -msgstr "Fichero de texto" +#: ../../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/functions_filemanager.php:785 -msgid "Create directory" -msgstr "Crear directorio" +#: ../../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/functions_filemanager.php:790 -msgid "Create text" -msgstr "Crear texto" +#: ../../include/ajax/double_auth.ajax.php:199 +msgid "Download the app" +msgstr "Descargue la aplicación" -#: ../../include/functions_filemanager.php:795 -msgid "Upload file/s" -msgstr "Subir archivo/s" +#: ../../include/ajax/double_auth.ajax.php:203 +#: ../../include/ajax/double_auth.ajax.php:294 +msgid "Continue" +msgstr "Continuar" -#: ../../include/functions_filemanager.php:802 -msgid "The directory is read-only" -msgstr "Este directorio es de solo lectura" +#: ../../include/ajax/double_auth.ajax.php:219 +msgid "Are you installed the app yet?" +msgstr "¿Ya ha instalado la aplicación?" -#: ../../include/functions_events.php:1001 -msgid "Events -by module-" -msgstr "Eventos-por módulo-" +#: ../../include/ajax/double_auth.ajax.php:277 +msgid "A private code has been generated" +msgstr "Un código privado ha sido generado" -#: ../../include/functions_events.php:1121 -msgid "Going to unknown" -msgstr "Cambiando a estado desconocido" +#: ../../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/functions_events.php:1127 -msgid "Alert manually validated" -msgstr "Alerta validada manualmente" +#: ../../include/ajax/double_auth.ajax.php:292 +msgid "Refresh code" +msgstr "Refrescar el código" -#: ../../include/functions_events.php:1130 -msgid "Going from critical to warning" -msgstr "Cayendo de crítico a advertencia" +#: ../../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/functions_events.php:1134 -msgid "Going down to critical state" -msgstr "Cayendo a estado crítico" +#: ../../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/functions_events.php:1138 -msgid "Going up to normal state" -msgstr "Subiendo a estado normal" +#: ../../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/functions_events.php:1141 -msgid "Going down from normal to warning" -msgstr "Cayendo de normal a advertencia" +#: ../../include/ajax/double_auth.ajax.php:430 +msgid "Validate code" +msgstr "Validar código" -#: ../../include/functions_events.php:1147 -#: ../../include/functions_graph.php:2890 -#: ../../include/functions_graph.php:2941 +#: ../../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/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/module.php:131 +msgid "3 years" +msgstr "3 años" + +#: ../../include/ajax/module.php:1070 +msgid "Any monitors aren't with this filter." +msgstr "No todos los monitores llevan este filtro" + +#: ../../include/ajax/module.php:1073 +msgid "This agent doesn't have any active monitors." +msgstr "Este agente no tiene ningún monitor activo" + +#: ../../include/functions_graph.php:691 +msgid "Units. Value" +msgstr "Valor de unidades" + +#: ../../include/functions_graph.php:761 +#: ../../include/functions_graph.php:1628 +#, php-format +msgid "Percentile %dº" +msgstr "Porcentaje %dº" + +#: ../../include/functions_graph.php:1208 +#, php-format +msgid "%s" +msgstr "%s" + +#: ../../include/functions_graph.php:1628 +msgid " of module " +msgstr " de módulo " + +#: ../../include/functions_graph.php:1874 +msgid "Not fired alerts" +msgstr "No se han lanzado alertas" + +#: ../../include/functions_graph.php:2321 +msgid "Today" +msgstr "Hoy" + +#: ../../include/functions_graph.php:2322 +msgid "Week" +msgstr "Semana" + +#: ../../include/functions_graph.php:2324 +#: ../../include/functions_graph.php:2325 +msgid "Months" +msgstr "Meses" + +#: ../../include/functions_graph.php:2347 +msgid "History db" +msgstr "Base de datos histórico" + +#: ../../include/functions_graph.php:2561 +#: ../../include/functions_graph.php:2573 +msgid "Open incident" +msgstr "Abrir incidente" + +#: ../../include/functions_graph.php:2562 +#: ../../include/functions_graph.php:2575 +msgid "Closed incident" +msgstr "Incidente cerrado" + +#: ../../include/functions_graph.php:2563 +#: ../../include/functions_graph.php:2577 +msgid "Outdated" +msgstr "Obsoleto" + +#: ../../include/functions_graph.php:2905 +#: ../../include/functions_graph.php:2956 +#: ../../include/functions_events.php:1148 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: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/functions_reporting_html.php:93 -msgid "Label: " -msgstr "Etiqueta: " - -#: ../../include/functions_reporting_html.php:625 -msgid "Events by Severity" -msgstr "Eventos por gravedad" - -#: ../../include/functions_reporting_html.php:1086 -#: ../../include/functions_reporting_html.php:2528 -msgid "Monitors" -msgstr "Monitores" - -#: ../../include/functions_reporting_html.php:1322 -#, php-format -msgid "Agent '%s'" -msgstr "Agente '%s'" - -#: ../../include/functions_reporting_html.php:1336 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "Interfaz '%s' gráfico de rendimiento" - -#: ../../include/functions_reporting_html.php:1339 -msgid "Mac" -msgstr "Mac" - -#: ../../include/functions_reporting_html.php:1340 -msgid "Actual status" -msgstr "Estado actual" - -#: ../../include/functions_reporting_html.php:1568 -msgid "Empty modules" -msgstr "Módulos vacíos" - -#: ../../include/functions_reporting_html.php:1575 -msgid "Warning
Critical" -msgstr "Warning
Critical" - -#: ../../include/functions_reporting_html.php:1798 -msgid "Agent max value" -msgstr "Valor máximo del agente" - -#: ../../include/functions_reporting_html.php:1801 -msgid "Agent min" -msgstr "Minimo agente" - -#: ../../include/functions_reporting_html.php:1802 -msgid "Agent min Value" -msgstr "Valor mínimo del agente" - -#: ../../include/functions_reporting_html.php:2187 -msgid "Alerts not fired" -msgstr "Alertas no disparadas" - -#: ../../include/functions_reporting_html.php:2196 -msgid "Total alerts monitored" -msgstr "Alertas totales monitorizadas" - -#: ../../include/functions_reporting_html.php:2247 -msgid "Total monitors" -msgstr "Total de monitores" - -#: ../../include/functions_reporting_html.php:2248 -msgid "Monitors down on period" -msgstr "Monitores inactivos en un periodo" - -#: ../../include/functions_reporting_html.php:2264 -msgid "Monitors OK" -msgstr "Monitores en buen estado" - -#: ../../include/functions_reporting_html.php:2265 -msgid "Monitors BAD" -msgstr "Monitores en mal estado" - -#: ../../include/functions_reporting_html.php:2339 -#, php-format -msgid "Agents in group: %s" -msgstr "Agentes en el grupo: %s" - -#: ../../include/functions_reporting_html.php:2432 -msgid "Last failure" -msgstr "Último fallo" - -#: ../../include/functions_reporting_html.php:2496 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:2673 -msgid "Agents warning" -msgstr "Agentes warning" - -#: ../../include/functions_reporting_html.php:2679 -msgid "Agents ok" -msgstr "Agentes ok" - -#: ../../include/functions_reporting_html.php:2699 -#: ../../include/functions_reporting_html.php:2708 -msgid "Agents by status" -msgstr "Agentes por estado" - -#: ../../include/functions_reporting_html.php:2752 -#: ../../include/functions_reporting_html.php:2761 -msgid "Node overview" -msgstr "Resumen de nodos" - -#: ../../include/functions_reporting_html.php:2783 -#: ../../include/functions_reporting_html.php:2800 -msgid "Warning events" -msgstr "Eventos en advertencia" - -#: ../../include/functions_reporting_html.php:2787 -#: ../../include/functions_reporting_html.php:2804 -msgid "OK events" -msgstr "Eventos OK" - -#: ../../include/functions_reporting_html.php:2791 -#: ../../include/functions_reporting_html.php:2808 -msgid "Unknown events" -msgstr "Eventos desconocidos" - -#: ../../include/functions_reporting_html.php:2831 -msgid "Important Events by Criticity" -msgstr "Eventos importantes por criticidad" - -#: ../../include/functions_reporting_html.php:2857 -msgid "Last activity in Pandora FMS console" -msgstr "Última actividad en la consola de Pandora FMS" - -#: ../../include/functions_reporting_html.php:2933 -msgid "Events info (1hr.)" -msgstr "Información de Eventos (1hr.)" - -#: ../../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:520 -msgid "Automatic combined Graph" -msgstr "Grafica automática combinada" - -#: ../../include/functions_reports.php:525 -#: ../../include/functions_reports.php:527 -#: ../../include/functions_reports.php:529 -#: ../../include/functions_reports.php:531 -msgid "ITIL" -msgstr "I.T.I.L" - -#: ../../include/functions_reports.php:549 -#: ../../include/functions_reports.php:551 -msgid "Forecasting" -msgstr "Predicción" - -#: ../../include/functions_reports.php:552 -msgid "Projection graph" -msgstr "Gráfica de proyección" - -#: ../../include/functions_reports.php:557 -#: ../../include/functions_graph.php:689 -#: ../../include/functions_graph.php:3675 -msgid "Avg. Value" -msgstr "Valor promedio" - -#: ../../include/functions_reports.php:563 -msgid "Monitor report" -msgstr "Informe de monitores" - -#: ../../include/functions_reports.php:565 -msgid "Serialize data" -msgstr "Serializar datos" - -#: ../../include/functions_reports.php:569 -msgid "Historical Data" -msgstr "Datos historicos" - -#: ../../include/functions_reports.php:573 -#: ../../include/functions_reports.php:575 -#: ../../include/functions_reports.php:577 -#: ../../include/functions_reports.php:580 -#: ../../include/functions_reports.php:584 -#: ../../include/functions_reports.php:587 -#: ../../include/functions_reports.php:589 -#: ../../include/functions_reports.php:591 -msgid "Grouped" -msgstr "Agrupado" - -#: ../../include/functions_reports.php:590 -msgid "Network interfaces" -msgstr "Interfaces de red" - -#: ../../include/functions_reports.php:595 -#: ../../include/functions_reports.php:597 -msgid "Text/HTML " -msgstr "Texto/HTML " - -#: ../../include/functions_reports.php:598 -msgid "Import text from URL" -msgstr "Importar texto de una URL" - -#: ../../include/functions_reports.php:603 -msgid "Alert report module" -msgstr "Informe de alertas de un módulo" - -#: ../../include/functions_reports.php:605 -msgid "Alert report agent" -msgstr "Informe de alertas de un agente" - -#: ../../include/functions_reports.php:608 -msgid "Alert report group" -msgstr "Informe de alertas para grupos" - -#: ../../include/functions_reports.php:614 -msgid "Event report agent" -msgstr "Informe de los eventos de un agente" - -#: ../../include/functions_reports.php:616 -msgid "Event report module" -msgstr "Informe de los eventos de un módulo" - -#: ../../include/functions_reports.php:618 -msgid "Event report group" -msgstr "Informe de los eventos de un grupo" - -#: ../../include/functions_reports.php:625 -msgid "Inventory changes" -msgstr "Inventario de cambios" - -#: ../../include/functions_reports.php:637 -msgid "Netflow area chart" -msgstr "Gráfica de area de Netflow" - -#: ../../include/functions_reports.php:639 -msgid "Netflow pie chart" -msgstr "Gráfica de tarta de Netflow" - -#: ../../include/functions_reports.php:641 -msgid "Netflow data table" -msgstr "Tabla de datos de Netflow" - -#: ../../include/functions_reports.php:643 -msgid "Netflow statistics table" -msgstr "Tabla de estadísticas Netflow" - -#: ../../include/functions_reports.php:645 -msgid "Netflow summary table" -msgstr "Tabla de resumen Netflow" - -#: ../../include/functions_visual_map.php:903 -msgid "Last value: " -msgstr "Ultimo valor: " - -#: ../../include/functions_visual_map.php:1287 -msgid "Agent successfully added to layout" -msgstr "Agente añadido correctamente a la distribución" - -#: ../../include/functions_visual_map.php:1434 -msgid "Modules successfully added to layout" -msgstr "Módulos añadidos correctamente a la distribución" - -#: ../../include/functions_visual_map.php:1634 -msgid "Agents successfully added to layout" -msgstr "Agentes añadidos con éxito a la plantilla" - -#: ../../include/functions_visual_map.php:1975 -msgid "Cannot load the visualmap" -msgstr "No se puede cargar el mapa visual" - -#: ../../include/functions_visual_map.php:2310 -msgid "Percentile bar" -msgstr "Barra de porcentaje" - -#: ../../include/functions_visual_map.php:2314 -msgid "Static graph" -msgstr "Imagen estática" - -#: ../../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:2111 -#: ../../include/functions_agents.php:2136 -#: ../../include/functions_agents.php:2161 -msgid "No Monitors" -msgstr "No hay monitores" - -#: ../../include/functions_html.php:729 -msgid "weeks" -msgstr "semana" - -#: ../../include/functions_html.php:860 -msgid "Month day" -msgstr "Día del mes" - -#: ../../include/functions_html.php:861 ../../include/functions_graph.php:2308 -msgid "Month" -msgstr "Mes" - -#: ../../include/functions_html.php:862 -msgid "Week day" -msgstr "Día de la semana" - -#: ../../include/functions_html.php:2154 -msgid "Type at least two characters to search the module." -msgstr "Escriba al menos dos caracteres para buscar el módulo" - -#: ../../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_graph.php:3691 +msgid "Units" +msgstr "Unidades" + +#: ../../include/functions_graph.php:5288 +msgid "Main node" +msgstr "Nodo principal" + +#: ../../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_alerts.php:549 msgid "Max and min" @@ -32604,929 +32704,870 @@ msgstr "Estado desconocido" msgid "On Change" msgstr "en estado de cambio" -#: ../../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_reporting.php:1161 +msgid "Event Report Group" +msgstr "Evento Grupo del Informe" -#: ../../include/functions_config.php:102 -msgid "Failed updated: User is not admin." -msgstr "Fallo de actualización:el usuario no es administrador" +#: ../../include/functions_reporting.php:1337 +msgid "Event Report Module" +msgstr "Evento módulo del Informe" -#: ../../include/functions_config.php:140 -msgid "SSL cert path" -msgstr "Ruta del certificado SSL" +#: ../../include/functions_reporting.php:1508 +msgid "Agent/Modules" +msgstr "Agentes / módulos" -#: ../../include/functions_config.php:144 -msgid "Use cert." -msgstr "Usar certificado" +#: ../../include/functions_reporting.php:1626 +msgid "Exception - Everything" +msgstr "Excepción - todo" -#: ../../include/functions_config.php:184 -msgid "License information" -msgstr "Información sobre la licencia" - -#: ../../include/functions_config.php:204 -msgid "Identification_reminder" -msgstr "Recordatorio de identificación" - -#: ../../include/functions_config.php:206 -msgid "Include_agents" -msgstr "Incluir agentes" - -#: ../../include/functions_config.php:208 -msgid "Audit log directory" -msgstr "Directorio de log" - -#: ../../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 -msgid "Saml path" -msgstr "Ruta de SAML" - -#: ../../include/functions_config.php:387 -msgid "Item limit for realtime reports)" -msgstr "Límite de ítems para los informes de tiempo real" - -#: ../../include/functions_config.php:447 -msgid "Show QR code header" -msgstr "Mostrar código QR en la cabecera" - -#: ../../include/functions_config.php:461 -msgid "Custom logo login" -msgstr "Logo personalizado en la pantalla de bienvenida" - -#: ../../include/functions_config.php:490 -msgid "Fixed graph" -msgstr "Gráfico fijo" - -#: ../../include/functions_config.php:496 -msgid "Paginate module" -msgstr "Paginar vista de módulos" - -#: ../../include/functions_config.php:508 -msgid "Default type of module charts." -msgstr "Tipo de gráficas de módulos por defecto." - -#: ../../include/functions_config.php:517 -msgid "Display lateral menus with left click" -msgstr "Mostrar los menús laterales con el click izquierdo" - -#: ../../include/functions_config.php:536 -msgid "Add the custom post process" -msgstr "Añadir la personalización al proceso posterior" - -#: ../../include/functions_config.php:543 -msgid "Delete the custom post process" -msgstr "Borrar la personalización al proceso posterior" - -#: ../../include/functions_config.php:664 -msgid "eHorus user" -msgstr "Usuario de eHorus" - -#: ../../include/functions_config.php:666 -msgid "eHorus password" -msgstr "Contraseña de eHorus" - -#: ../../include/functions_config.php:668 -msgid "eHorus API hostname" -msgstr "Propietario de la API de eHorus" - -#: ../../include/functions_config.php:670 -msgid "eHorus API port" -msgstr "Puerto de la API de eHorus" - -#: ../../include/functions_config.php:672 -msgid "eHorus request timeout" -msgstr "Tiempo de respuesta de eHorus" - -#: ../../include/functions_config.php:674 -msgid "eHorus id custom field" -msgstr "Id del campo personalizado de eHorus" - -#: ../../include/functions_config.php:686 +#: ../../include/functions_reporting.php:1631 #, php-format -msgid "Failed updated: the next values cannot update: %s" -msgstr "" -"Actualización fracasada: los siguientes valores no pueden ser actualizados:%s" +msgid "Exception - Modules over or equal to %s" +msgstr "Excepción - Módulos por encima o igual a %s" -#: ../../include/functions_config.php:1617 -msgid "" -"Click here to start the " -"registration process" -msgstr "" -"Click here para empezar el proceso " -"de registro" - -#: ../../include/functions_config.php:1618 -msgid "This instance is not registered in the Update manager" -msgstr "" -"Esta instancia no está registrada en el Administrador de actualizaciones" - -#: ../../include/functions_config.php:1625 -msgid "" -"Click here to start the " -"newsletter subscription process" -msgstr "" -"Click here para empezar el " -"proceso de registro al boletín de noticias" - -#: ../../include/functions_config.php:1626 -msgid "Not subscribed to the newsletter" -msgstr "No suscrito al boletín de noticias" - -#: ../../include/functions_config.php:1637 -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:1638 -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:1644 -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:1645 -msgid "This license has expired." -msgstr "Esta licencia ha expirado" - -#: ../../include/functions_config.php:1650 -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:1663 -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:1669 -#: ../../include/functions_config.php:1676 -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:1687 -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:1687 -msgid "files" -msgstr "archivos" - -#: ../../include/functions_config.php:1688 -msgid "Too much files in your tempora/attachment directory" -msgstr "Demasiados archivos en el directorio /attachment" - -#: ../../include/functions_config.php:1705 -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:1706 -msgid "Database maintance problem" -msgstr "Problema en el mantenimiento de la base de datos" - -#: ../../include/functions_config.php:1712 -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:1713 -msgid "Default font doesnt exist" -msgstr "La fuente por defecto no existe" - -#: ../../include/functions_config.php:1718 -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:1719 -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:1726 -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:1727 -msgid "Developer mode is enabled" -msgstr "El modo «desarrollador» está activado" - -#: ../../include/functions_config.php:1736 -msgid "Error first setup Open update" -msgstr "Error en la primera configuración de Open update" - -#: ../../include/functions_config.php:1742 -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:1743 -msgid "New update of Pandora Console" -msgstr "Nueva actualización de la consola de Pandora" - -#: ../../include/functions_config.php:1757 -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:1758 -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:1763 +#: ../../include/functions_reporting.php:1633 #, php-format -msgid "Recommended value is %s" -msgstr "El valor recomendado es '%s'" +msgid "Modules over or equal to %s" +msgstr "Módulos de más de o igual a %s" -#: ../../include/functions_config.php:1763 -#: ../../include/functions_config.php:1769 -msgid "Unlimited" -msgstr "Sin límite" - -#: ../../include/functions_config.php:1763 -#: ../../include/functions_config.php:1769 -#: ../../include/functions_config.php:1777 -#: ../../include/functions_config.php:1792 -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:1764 -#: ../../include/functions_config.php:1770 -#: ../../include/functions_config.php:1778 -#: ../../include/functions_config.php:1786 +#: ../../include/functions_reporting.php:1637 #, php-format -msgid "Not recommended '%s' value in PHP configuration" -msgstr "Valor '%s' no recomendado en la configuración de PHP" +msgid "Exception - Modules under or equal to %s" +msgstr "Excepción - Módulos por debajo o igual a %s" -#: ../../include/functions_config.php:1769 -#: ../../include/functions_config.php:1777 -#: ../../include/functions_config.php:1785 +#: ../../include/functions_reporting.php:1639 #, php-format -msgid "Recommended value is: %s" -msgstr "El valor recomendado es: %s" +msgid "Modules under or equal to %s" +msgstr "Módulos bajo o igual a %s" -#: ../../include/functions_config.php:1777 -#: ../../include/functions_config.php:1785 +#: ../../include/functions_reporting.php:1643 #, php-format -msgid "%s or greater" -msgstr "%s o mayor" +msgid "Exception - Modules under %s" +msgstr "Excepción - Módulos por debajo de %s" -#: ../../include/functions_config.php:1785 -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:1791 -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:1792 -msgid "Problems with disable functions in PHP.INI" -msgstr "Problemas para desactivar funciones en PHP.INI" - -#: ../../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/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_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/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/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/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_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/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/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_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/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/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/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/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/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/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/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/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_graph.php:691 -msgid "Units. Value" -msgstr "Valor de unidades" - -#: ../../include/functions_graph.php:761 -#: ../../include/functions_graph.php:1613 +#: ../../include/functions_reporting.php:1645 #, php-format -msgid "Percentile %dº" -msgstr "Porcentaje %dº" +msgid "Modules under %s" +msgstr "Módulos bajo %s" -#: ../../include/functions_graph.php:1192 +#: ../../include/functions_reporting.php:1649 #, php-format -msgid "%s" -msgstr "%s" - -#: ../../include/functions_graph.php:1613 -msgid " of module " -msgstr " de módulo " - -#: ../../include/functions_graph.php:1859 -msgid "Not fired alerts" -msgstr "No se han lanzado alertas" - -#: ../../include/functions_graph.php:2306 -msgid "Today" -msgstr "Hoy" - -#: ../../include/functions_graph.php:2307 -msgid "Week" -msgstr "Semana" - -#: ../../include/functions_graph.php:2309 -#: ../../include/functions_graph.php:2310 -msgid "Months" -msgstr "Meses" - -#: ../../include/functions_graph.php:2332 -msgid "History db" -msgstr "Base de datos histórico" - -#: ../../include/functions_graph.php:2546 -#: ../../include/functions_graph.php:2558 -msgid "Open incident" -msgstr "Abrir incidente" - -#: ../../include/functions_graph.php:2547 -#: ../../include/functions_graph.php:2560 -msgid "Closed incident" -msgstr "Incidente cerrado" - -#: ../../include/functions_graph.php:2548 -#: ../../include/functions_graph.php:2562 -msgid "Outdated" -msgstr "Obsoleto" - -#: ../../include/functions_graph.php:3676 -msgid "Units" -msgstr "Unidades" - -#: ../../include/functions_graph.php:5273 -msgid "Main node" -msgstr "Nodo principal" +msgid "Exception - Modules over %s" +msgstr "Excepción - Módulos por encima %s" +#: ../../include/functions_reporting.php:1651 #, php-format +msgid "Modules over %s" +msgstr "Módulos de más de %s" + +#: ../../include/functions_reporting.php:1655 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Excepción - Igual a %s" + +#: ../../include/functions_reporting.php:1657 +#, php-format +msgid "Equal to %s" +msgstr "Igual a %s" + +#: ../../include/functions_reporting.php:1661 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Excepción - no igual a %s" + +#: ../../include/functions_reporting.php:1663 +#, php-format +msgid "Not equal to %s" +msgstr "No igual a %s" + +#: ../../include/functions_reporting.php:1667 +msgid "Exception - Modules at normal status" +msgstr "Excepción - Módulos en estado normal" + +#: ../../include/functions_reporting.php:1668 +msgid "Modules at normal status" +msgstr "Módulos en estado normal" + +#: ../../include/functions_reporting.php:1672 +msgid "Exception - Modules at critical or warning status" +msgstr "Excepción - Módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:1673 +msgid "Modules at critical or warning status" +msgstr "Módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:1858 +msgid "There are no Modules under those conditions." +msgstr "No hay módulos bajo esas condiciones" + +#: ../../include/functions_reporting.php:1861 +#, 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:1864 +#, 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:1867 +#, php-format +msgid "There are no Modules less %s." +msgstr "No hay módulos menores %s" + +#: ../../include/functions_reporting.php:1870 +#, php-format +msgid "There are no Modules over %s." +msgstr "No hay módulos mayores %s" + +#: ../../include/functions_reporting.php:1873 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "No hay módules iguales a %s" + +#: ../../include/functions_reporting.php:1876 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "No hay módulos no iguales a %s" + +#: ../../include/functions_reporting.php:1879 +msgid "There are no Modules normal status" +msgstr "No hay módulos en estado normal" + +#: ../../include/functions_reporting.php:1882 +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:2084 +msgid "Event Report Agent" +msgstr "Informe de Eventos de Agentes" + +#: ../../include/functions_reporting.php:2278 +msgid "Database Serialized" +msgstr "Base de datos serializada" + +#: ../../include/functions_reporting.php:2467 +msgid "Network interfaces report" +msgstr "Informe de las interfaces de red" + +#: ../../include/functions_reporting.php:2486 +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:2536 +msgid "bytes/s" +msgstr "bytes/s" + +#: ../../include/functions_reporting.php:2565 +msgid "Alert Report Group" +msgstr "Grupo de informe de alerta" + +#: ../../include/functions_reporting.php:2687 +msgid "Alert Report Agent" +msgstr "Agente informe de alerta" + +#: ../../include/functions_reporting.php:2795 +msgid "Alert Report Module" +msgstr "Módulo informe de alerta" + +#: ../../include/functions_reporting.php:2930 +msgid "SQL Graph Vertical Bars" +msgstr "Barras de gráficas verticales SQL" + +#: ../../include/functions_reporting.php:2933 +msgid "SQL Graph Horizontal Bars" +msgstr "Barras de gráficas horizontales SQL" + +#: ../../include/functions_reporting.php:2936 +msgid "SQL Graph Pie" +msgstr "Gráfica SQL circular" + +#: ../../include/functions_reporting.php:3062 +msgid "Netflow Area" +msgstr "Área de netflow" + +#: ../../include/functions_reporting.php:3065 +msgid "Netflow Pie" +msgstr "Tarta Netflow" + +#: ../../include/functions_reporting.php:3068 +msgid "Netflow Data" +msgstr "Datos de netflow" + +#: ../../include/functions_reporting.php:3071 +msgid "Netflow Statistics" +msgstr "Estadísticas de netflow" + +#: ../../include/functions_reporting.php:3074 +msgid "Netflow Summary" +msgstr "Resumen de netflow" + +#: ../../include/functions_reporting.php:3198 +msgid "Prediction Date" +msgstr "Fecha de predicción." + +#: ../../include/functions_reporting.php:3721 +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:3837 +msgid "No Address" +msgstr "Sin dirección" + +#: ../../include/functions_reporting.php:4252 +msgid "Minimal" +msgstr "Mínimo" + +#: ../../include/functions_reporting.php:4255 +msgid "Maximun" +msgstr "Máximo" + +#: ../../include/functions_reporting.php:4803 +#: ../../include/functions_reporting.php:4917 +#: ../../include/functions_reporting.php:5046 +msgid "Maximum of events shown" +msgstr "Máximo número de eventos mostrados" + +#: ../../include/functions_reporting.php:5408 +#: ../../include/functions_reporting.php:5445 +msgid "Server health" +msgstr "Salud del servidor" + +#: ../../include/functions_reporting.php:5408 +#, php-format +msgid "%d Downed servers" +msgstr "%d Servidores caidos" + +#: ../../include/functions_reporting.php:5416 +#: ../../include/functions_reporting.php:5448 +msgid "Monitor health" +msgstr "Estado de los monitores" + +#: ../../include/functions_reporting.php:5416 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Monitores fuera de la normalidad" + +#: ../../include/functions_reporting.php:5418 +#: ../../include/functions_reporting.php:5449 +msgid "of monitors up" +msgstr "de monitores funcionando" + +#: ../../include/functions_reporting.php:5424 +#: ../../include/functions_reporting.php:5451 +msgid "Module sanity" +msgstr "Estado de los módulos" + +#: ../../include/functions_reporting.php:5424 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d Monitores sin iniciar" + +#: ../../include/functions_reporting.php:5426 +#: ../../include/functions_reporting.php:5452 +msgid "of total modules inited" +msgstr "del total de módulos inic." + +#: ../../include/functions_reporting.php:5432 +#: ../../include/functions_reporting.php:6443 +#: ../../include/functions_reporting.php:6452 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Alertas lanzadas" + +#: ../../include/functions_reporting.php:5434 +#: ../../include/functions_reporting.php:5455 +msgid "of defined alerts not fired" +msgstr "de alertas definidas no disparadas" + +#: ../../include/functions_reporting.php:5514 +msgid "Defined and fired alerts" +msgstr "Alertas definidas y lanzadas" + +#: ../../include/functions_reporting.php:5580 +msgid "Monitor normal" +msgstr "Monitor normal" + +#: ../../include/functions_reporting.php:5584 +msgid "Monitor unknown" +msgstr "Monitor desconocido" + +#: ../../include/functions_reporting.php:5591 +msgid "Monitor not init" +msgstr "Monitor no iniciado" + +#: ../../include/functions_reporting.php:5615 +#: ../../include/functions_reporting.php:5626 +msgid "Monitors by status" +msgstr "Monitores por estatus" + +#: ../../include/functions_reporting.php:5706 +msgid "Defined users" +msgstr "Usuarios definidos" + +#: ../../include/functions_reporting.php:6344 +msgid "Agent without data" +msgstr "Agente sin datos" + +#: ../../include/functions_reporting.php:6431 +#: ../../include/functions_reporting.php:6438 +#, php-format +msgid "%d Total modules" +msgstr "%d Módulos totales" + +#: ../../include/functions_reporting.php:6432 +#: ../../include/functions_reporting.php:6439 +#, php-format +msgid "%d Normal modules" +msgstr "%d Módulos normales" + +#: ../../include/functions_reporting.php:6433 +#: ../../include/functions_reporting.php:6440 +#, php-format +msgid "%d Critical modules" +msgstr "%d Módulos críticos" + +#: ../../include/functions_reporting.php:6434 +#: ../../include/functions_reporting.php:6441 +#, php-format +msgid "%d Warning modules" +msgstr "%d Módulos en estado de alerta" + +#: ../../include/functions_reporting.php:6435 +#: ../../include/functions_reporting.php:6442 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Módulos desconocidos" + +#: ../../include/functions_reporting.php:6446 +#, php-format +msgid "%d Total agents" +msgstr "%d del total de agentes" + +#: ../../include/functions_reporting.php:6447 +#, php-format +msgid "%d Normal agents" +msgstr "%d Agentes normales" + +#: ../../include/functions_reporting.php:6448 +#, php-format +msgid "%d Critical agents" +msgstr "%d Agentes en estado crítico" + +#: ../../include/functions_reporting.php:6449 +#, php-format +msgid "%d Warning agents" +msgstr "%d Agentes en estado de alerta" + +#: ../../include/functions_reporting.php:6450 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Agentes desconocidos" + +#: ../../include/functions_reporting.php:6451 +#, php-format +msgid "%d not init agents" +msgstr "%d agentes no iniciados" + +#: ../../include/functions_reporting.php:8326 +msgid "Total running modules" +msgstr "Total de módulos en ejecución" + +#: ../../include/functions_reporting.php:8329 +#: ../../include/functions_reporting.php:8345 +#: ../../include/functions_reporting.php:8361 +#: ../../include/functions_reporting.php:8384 +#: ../../include/functions_reporting.php:8403 +#: ../../include/functions_reporting.php:8415 +#: ../../include/functions_reporting.php:8427 +#: ../../include/functions_reporting.php:8443 +msgid "Ratio" +msgstr "Proporción" + +#: ../../include/functions_reporting.php:8329 +#: ../../include/functions_reporting.php:8345 +#: ../../include/functions_reporting.php:8361 +#: ../../include/functions_reporting.php:8384 +#: ../../include/functions_reporting.php:8403 +#: ../../include/functions_reporting.php:8415 +#: ../../include/functions_reporting.php:8427 +#: ../../include/functions_reporting.php:8443 +msgid "Modules by second" +msgstr "Módulos por segundo" + +#: ../../include/functions_reporting.php:8341 +msgid "Local modules" +msgstr "Módulos locales" + +#: ../../include/functions_reporting.php:8352 +msgid "Remote modules" +msgstr "Módulos remotos" + +#: ../../include/functions_reporting.php:8376 +msgid "Network modules" +msgstr "Módulos de red" + +#: ../../include/functions_reporting.php:8399 +msgid "Plugin modules" +msgstr "Módulos de plugin" + +#: ../../include/functions_reporting.php:8411 +msgid "Prediction modules" +msgstr "Módulos de predicciónd" + +#: ../../include/functions_reporting.php:8423 +msgid "WMI modules" +msgstr "Módulos WMI" + +#: ../../include/functions_reporting.php:8435 +msgid "Web modules" +msgstr "Módulos Web" + +#: ../../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" + +#: ../../include/functions_networkmap.php:1721 +msgid "Create a new topology map" +msgstr "Crear nuevo mapa topológico" + +#: ../../include/functions_networkmap.php:1722 +msgid "Create a new group map" +msgstr "Crear nuevo mapa de grupo" + +#: ../../include/functions_networkmap.php:1723 +msgid "Create a new dynamic map" +msgstr "Crear un nuevo mapa dinámico" + +#: ../../include/functions_networkmap.php:1725 +msgid "Create a new radial dynamic map" +msgstr "Crear un nuevo mapa dinámico radial" + +#: ../../include/functions_networkmap.php:1749 +msgid "Dynamic" +msgstr "Dinámico" + +#: ../../include/functions_networkmap.php:1751 +msgid "Radial dynamic" +msgstr "Dinámico radial" + +#: ../../include/functions_events.php:1002 +msgid "Events -by module-" +msgstr "Eventos-por módulo-" + +#: ../../include/functions_events.php:1122 +msgid "Going to unknown" +msgstr "Cambiando a estado desconocido" + +#: ../../include/functions_events.php:1128 +msgid "Alert manually validated" +msgstr "Alerta validada manualmente" + +#: ../../include/functions_events.php:1131 +msgid "Going from critical to warning" +msgstr "Cayendo de crítico a advertencia" + +#: ../../include/functions_events.php:1135 +msgid "Going down to critical state" +msgstr "Cayendo a estado crítico" + +#: ../../include/functions_events.php:1139 +msgid "Going up to normal state" +msgstr "Subiendo a estado normal" + +#: ../../include/functions_events.php:1142 +msgid "Going down from normal to warning" +msgstr "Cayendo de normal a advertencia" + +#: ../../include/functions_events.php:1151 +msgid "Recon server detected a new host" +msgstr "El servidor Recon detectó un equipo nuevo" + +#: ../../include/functions_events.php:1154 +msgid "New agent created" +msgstr "Agente nuevo creado" + +#: ../../include/functions_events.php:1167 +msgid "Unknown type:" +msgstr "Tipo desconocido:" + +#: ../../include/functions_events.php:1510 +#: ../../include/functions_events.php:1531 +msgid "Only new" +msgstr "Solo nuevos" + +#: ../../include/functions_events.php:1512 +#: ../../include/functions_events.php:1537 +msgid "Only in process" +msgstr "Solo en proceso" + +#: ../../include/functions_events.php:1513 +#: ../../include/functions_events.php:1540 +msgid "Only not validated" +msgstr "Solo no validados" + +#: ../../include/functions_events.php:1584 +msgid "Agent address" +msgstr "Dirección del agente" + +#: ../../include/functions_events.php:1585 +msgid "Agent id" +msgstr "Identificacion del agente" + +#: ../../include/functions_events.php:1587 +msgid "Module Agent address" +msgstr "Dirección del módulo de agente" + +#: ../../include/functions_events.php:1679 +msgid "Change owner" +msgstr "Cambiar propietario" + +#: ../../include/functions_events.php:1718 +msgid "Change status" +msgstr "Cambiar estado" + +#: ../../include/functions_events.php:1724 +#: ../../include/functions_events.php:1730 +msgid "In process" +msgstr "En proceso" + +#: ../../include/functions_events.php:1757 +#: ../../include/functions_events.php:2569 +msgid "Add comment" +msgstr "Añadir comentario" + +#: ../../include/functions_events.php:1776 +msgid "Custom responses" +msgstr "Respuesta personalizada" + +#: ../../include/functions_events.php:1978 +msgid "There was an error connecting to the node" +msgstr "Hubo un error conectando al nodo" + +#: ../../include/functions_events.php:2017 +msgid "Agent details" +msgstr "Detalles del agente" + +#: ../../include/functions_events.php:2054 +msgid "View custom fields" +msgstr "Ver campos personalizados" + +#: ../../include/functions_events.php:2066 +msgid "Module details" +msgstr "Detalles del módulo" + +#: ../../include/functions_events.php:2083 +msgid "No assigned" +msgstr "No asignado" + +#: ../../include/functions_events.php:2156 +#: ../../include/functions_events.php:2160 +msgid "Go to data overview" +msgstr "Ir a la vista general de datos" + +#: ../../include/functions_events.php:2303 +#, php-format +msgid "Invalid custom data: %s" +msgstr "Datos personalizados no válidos: %s" + +#: ../../include/functions_events.php:2350 +msgid "First event" +msgstr "Primer evento" + +#: ../../include/functions_events.php:2350 +msgid "Last event" +msgstr "ültimo evento" + +#: ../../include/functions_events.php:2464 +msgid "ID extra" +msgstr "ID extra" + +#: ../../include/functions_events.php:2515 +#: ../../include/functions_events.php:2561 +msgid "There are no comments" +msgstr "No hay comentarios" + +#: ../../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/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 +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 pudo conectar a la base de datos, por favor, compruebe su " +"configuración de base de datos en el fichero include/config.php " +"

\n" +"\t\t\tProbablemente su valor de administrador, usuario o contraseña sean " +"incorrectos.\n" +"\t\t\tla base de datos no está en ejecución." + +#: ../../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 +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 seguridad, config.php debe tener permisos " +"restringidos, y los usuarios \"otros\"\n" +"\t\t\tno deberían tener permisos de lectura o escritura sobre el. Solo " +"debería poder escribir el creador\n" +"\t\t\t(habitualmente www-data o http daemon usuario), la operación normal no " +"es posible hasta que cambie\n" +"\t\t\tlos permisos para el fichero include/config.php . Por favor " +"hágalo, es por su seguridad." + +#: ../../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:1124 +msgid "SQL sentence" +msgstr "Consulta SQL" + +#: ../../include/functions_db.php:1126 +msgid "Rows" +msgstr "Filas" + +#: ../../include/functions_db.php:1127 +msgid "Saved" +msgstr "Guardado" + +#: ../../include/functions_db.php:1128 +msgid "Time (ms)" +msgstr "Tiempo (ms)" + +#~ msgid "Updated at realtime" +#~ msgstr "actualizado en tiempo real" + +#~ msgid "This is defined in minutes" +#~ msgstr "Esto se define en minutos" + #~ msgid "The last version of package installed is: %d" #~ msgstr "La última versión de paquete instalado es: %d" #~ msgid "" -#~ "Update Manager sends anonymous information about Pandora FMS usage (number " -#~ "of agents and modules running). To disable it, remove remote server address " -#~ "from Update Manager plugin setup." +#~ "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." +#~ "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." #~ msgid "Visualmap" #~ msgstr "Mapa visual" -#, php-format #~ msgid "Success add '%s' agent." #~ msgstr "Agente '%s' añadido correctamente" -#, php-format #~ msgid "Error add '%s' agent." #~ msgstr "Error al añadir agente '%s'." @@ -33538,30 +33579,30 @@ msgstr "Nodo principal" #~ "\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" +#~ "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." #~ 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" +#~ "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." +#~ "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." #~ msgid "Agent max" #~ msgstr "Máximo agente" diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index a9cc441aeb..4c30a44d2a 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -287,7 +287,7 @@ $params = "search=" . rawurlencode(io_safe_input($search)) . "&id_user_ack=" . $id_user_ack . "&tag_with=". $tag_with_base64 . "&tag_without=" . $tag_without_base64 . - "&filter_only_alert" . $filter_only_alert . + "&filter_only_alert=" . $filter_only_alert . "&offset=" . $offset . "&toogle_filter=no" . "&filter_id=" . $filter_id .