From 2d00b7f66930c1cfb68ddc6f5de48c1539103a7d Mon Sep 17 00:00:00 2001 From: aloriel Date: Thu, 25 Jun 2009 08:01:18 +0000 Subject: [PATCH] 2009-06-25 Jorge Gonzalez * include/functions_db.php, operation/snmpconsole/snmp_view.php, * operation/agentes/status_monitor.php, * operation/agentes/estado_grupo.php, * operation/agentes/estado_ultimopaquete.php, * operation/agentes/alerts_status.php, * operation/agentes/estado_generalagente.php, * operation/agentes/estado_agente.php, * operation/agentes/exportdata.php, * operation/agentes/estado_monitores.php, * operation/agentes/tactical.php, operation/agentes/networkmap.php, * operation/reporting/reporting_viewer.php, reporting/fgraph.php, * general/pandora_help.php, general/logoff.php, * general/logon_failed.php, godmode/setup/setup.php, * godmode/setup/links.php, godmode/snmpconsole/snmp_alert.php, * godmode/profiles/profile_list.php, godmode/db/db_main.php, * godmode/db/db_audit.php, godmode/db/db_refine.php, * godmode/db/db_info.php, godmode/db/db_event.php, * godmode/db/db_purge.php, * godmode/agentes/massive_delete_agents.php, * godmode/agentes/massive_config.php, * godmode/agentes/massive_delete_alerts.php, * godmode/agentes/massive_edit_modules.php, * godmode/agentes/module_manager.php, * godmode/agentes/massive_delete_modules.php, * godmode/agentes/configurar_agente.php, * godmode/agentes/planned_downtime.php, * godmode/modules/manage_network_templates_form.php, * godmode/modules/manage_network_components.php, * godmode/reporting/map_builder.php, * godmode/reporting/map_builder_wizard.php, * godmode/servers/manage_export.php, * godmode/servers/manage_export_form.php, * godmode/servers/plugin.php, godmode/servers/modificar_server.php, * godmode/servers/manage_recontask_form.php, * godmode/alerts/alert_compounds.php, godmode/menu.php: Some * translatable strings reused to simplify i18n work. * include/languages/es.po, include/languages/es.mo: Updated Spanish * translation. * include/languages/index.pot: Updated po template. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1768 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 44 ++ pandora_console/general/logoff.php | 2 +- pandora_console/general/logon_failed.php | 2 +- pandora_console/general/pandora_help.php | 2 +- .../godmode/agentes/configurar_agente.php | 2 +- .../godmode/agentes/massive_config.php | 2 +- .../godmode/agentes/massive_delete_agents.php | 2 +- .../godmode/agentes/massive_delete_alerts.php | 2 +- .../agentes/massive_delete_modules.php | 2 +- .../godmode/agentes/massive_edit_modules.php | 2 +- .../godmode/agentes/module_manager.php | 6 +- .../godmode/agentes/planned_downtime.php | 6 +- .../godmode/alerts/alert_compounds.php | 2 +- pandora_console/godmode/db/db_audit.php | 4 +- pandora_console/godmode/db/db_event.php | 2 +- pandora_console/godmode/db/db_info.php | 4 +- pandora_console/godmode/db/db_main.php | 2 +- pandora_console/godmode/db/db_purge.php | 2 +- pandora_console/godmode/db/db_refine.php | 2 +- pandora_console/godmode/menu.php | 4 +- .../modules/manage_network_components.php | 2 +- .../modules/manage_network_templates_form.php | 2 +- .../godmode/profiles/profile_list.php | 22 +- .../godmode/reporting/map_builder.php | 16 +- .../godmode/reporting/map_builder_wizard.php | 2 +- .../godmode/servers/manage_export.php | 2 +- .../godmode/servers/manage_export_form.php | 2 +- .../godmode/servers/manage_recontask_form.php | 2 +- .../godmode/servers/modificar_server.php | 6 +- pandora_console/godmode/servers/plugin.php | 2 +- pandora_console/godmode/setup/links.php | 6 +- pandora_console/godmode/setup/setup.php | 2 +- .../godmode/snmpconsole/snmp_alert.php | 8 +- pandora_console/include/functions_db.php | 20 +- pandora_console/include/languages/es.mo | Bin 99477 -> 97855 bytes pandora_console/include/languages/es.po | 438 +++++++----------- pandora_console/include/languages/index.pot | 423 +++++++---------- .../operation/agentes/alerts_status.php | 2 +- .../operation/agentes/estado_agente.php | 2 +- .../agentes/estado_generalagente.php | 2 +- .../operation/agentes/estado_grupo.php | 2 +- .../operation/agentes/estado_monitores.php | 2 +- .../agentes/estado_ultimopaquete.php | 2 +- .../operation/agentes/exportdata.php | 2 +- .../operation/agentes/networkmap.php | 6 +- .../operation/agentes/status_monitor.php | 4 +- .../operation/agentes/tactical.php | 2 +- .../operation/reporting/reporting_viewer.php | 2 +- .../operation/snmpconsole/snmp_view.php | 6 +- pandora_console/reporting/fgraph.php | 8 +- 50 files changed, 481 insertions(+), 612 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 541086433f..f31eacd4d1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,47 @@ +2009-06-25 Jorge Gonzalez + + * include/functions_db.php, operation/snmpconsole/snmp_view.php, + * operation/agentes/status_monitor.php, + * operation/agentes/estado_grupo.php, + * operation/agentes/estado_ultimopaquete.php, + * operation/agentes/alerts_status.php, + * operation/agentes/estado_generalagente.php, + * operation/agentes/estado_agente.php, + * operation/agentes/exportdata.php, + * operation/agentes/estado_monitores.php, + * operation/agentes/tactical.php, operation/agentes/networkmap.php, + * operation/reporting/reporting_viewer.php, reporting/fgraph.php, + * general/pandora_help.php, general/logoff.php, + * general/logon_failed.php, godmode/setup/setup.php, + * godmode/setup/links.php, godmode/snmpconsole/snmp_alert.php, + * godmode/profiles/profile_list.php, godmode/db/db_main.php, + * godmode/db/db_audit.php, godmode/db/db_refine.php, + * godmode/db/db_info.php, godmode/db/db_event.php, + * godmode/db/db_purge.php, + * godmode/agentes/massive_delete_agents.php, + * godmode/agentes/massive_config.php, + * godmode/agentes/massive_delete_alerts.php, + * godmode/agentes/massive_edit_modules.php, + * godmode/agentes/module_manager.php, + * godmode/agentes/massive_delete_modules.php, + * godmode/agentes/configurar_agente.php, + * godmode/agentes/planned_downtime.php, + * godmode/modules/manage_network_templates_form.php, + * godmode/modules/manage_network_components.php, + * godmode/reporting/map_builder.php, + * godmode/reporting/map_builder_wizard.php, + * godmode/servers/manage_export.php, + * godmode/servers/manage_export_form.php, + * godmode/servers/plugin.php, godmode/servers/modificar_server.php, + * godmode/servers/manage_recontask_form.php, + * godmode/alerts/alert_compounds.php, godmode/menu.php: Some + * translatable strings reused to simplify i18n work. + + * include/languages/es.po, include/languages/es.mo: Updated Spanish + * translation. + + * include/languages/index.pot: Updated po template. + 2009-06-24 Sancho Lerena * operation/agentes/estado_generalagente.php, diff --git a/pandora_console/general/logoff.php b/pandora_console/general/logoff.php index e4f1243a69..c8263e6791 100644 --- a/pandora_console/general/logoff.php +++ b/pandora_console/general/logoff.php @@ -15,7 +15,7 @@ ?>
-

+

diff --git a/pandora_console/general/logon_failed.php b/pandora_console/general/logon_failed.php index e66eb9f118..910b504a67 100644 --- a/pandora_console/general/logon_failed.php +++ b/pandora_console/general/logon_failed.php @@ -16,7 +16,7 @@
-

+


diff --git a/pandora_console/general/pandora_help.php b/pandora_console/general/pandora_help.php index 8d169c49ad..d402c3b1e7 100644 --- a/pandora_console/general/pandora_help.php +++ b/pandora_console/general/pandora_help.php @@ -54,7 +54,7 @@ echo '
'; echo ''; echo ''; echo ""; -echo '

'.__('Pandora FMS Help System').'

'; +echo '

'.__('Pandora FMS help system').'

'; echo '
'; echo '
'; echo '
'; diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 50fe346201..0ef5cf8015 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -314,7 +314,7 @@ if (isset($_POST["update_agent"])) { // if modified some agent paramenter print_error_message (__('There was a problem updating the agent')); } else { enterprise_hook ('update_agent', array ($id_agente)); - print_success_message (__('Agent successfully updated')); + print_success_message (__('Successfully updated')); } } } diff --git a/pandora_console/godmode/agentes/massive_config.php b/pandora_console/godmode/agentes/massive_config.php index fe5f54be9a..57f61ba1bd 100644 --- a/pandora_console/godmode/agentes/massive_config.php +++ b/pandora_console/godmode/agentes/massive_config.php @@ -28,7 +28,7 @@ require_once ('include/functions_agents.php'); require_once ('include/functions_alerts.php'); require_once ('include/functions_modules.php'); -echo '

'.__('Configuration Management').'

'; +echo '

'.__('Configuration management').'

'; $source_id_group = (int) get_parameter ('source_id_group'); $source_id_agent = (int) get_parameter ('source_id_agent'); diff --git a/pandora_console/godmode/agentes/massive_delete_agents.php b/pandora_console/godmode/agentes/massive_delete_agents.php index f9f1488599..d5a12ff663 100644 --- a/pandora_console/godmode/agentes/massive_delete_agents.php +++ b/pandora_console/godmode/agentes/massive_delete_agents.php @@ -92,7 +92,7 @@ $table->data[1][0] .= ''; $table->data[1][1] = print_select (get_group_agents ($id_group, false, "none"), 'id_agents[]', 0, false, '', '', true, true); -echo '
'; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/agentes/massive_delete_alerts.php b/pandora_console/godmode/agentes/massive_delete_alerts.php index 19574f7754..8a67398bf8 100644 --- a/pandora_console/godmode/agentes/massive_delete_alerts.php +++ b/pandora_console/godmode/agentes/massive_delete_alerts.php @@ -112,7 +112,7 @@ $agents_alerts = get_agents_with_alert_template ($id_alert_template, $id_group, $table->data[2][1] = print_select (index_array ($agents_alerts, 'id_agente', 'nombre'), 'id_agents[]', '', '', '', '', true, true, true, '', $id_alert_template == 0); -echo ''; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/agentes/massive_delete_modules.php b/pandora_console/godmode/agentes/massive_delete_modules.php index 4b9ad3132a..10d931a84d 100644 --- a/pandora_console/godmode/agentes/massive_delete_modules.php +++ b/pandora_console/godmode/agentes/massive_delete_modules.php @@ -117,7 +117,7 @@ $agents = get_agents_with_module_name ($module_name, $id_group, $table->data[2][1] = print_select (index_array ($agents, 'id_agente', 'nombre'), 'id_agents[]', 0, false, __('None'), 0, true, true, true, '', empty ($module_name)); -echo ''; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/agentes/massive_edit_modules.php b/pandora_console/godmode/agentes/massive_edit_modules.php index c81e095922..ce62d6d8f7 100644 --- a/pandora_console/godmode/agentes/massive_edit_modules.php +++ b/pandora_console/godmode/agentes/massive_edit_modules.php @@ -154,7 +154,7 @@ $table->data['edit2'][1] = print_input_text ('min_ff_event', '', '', 5, 15, true $table->data['edit2'][2] = __('Historical data'); $table->data['edit2'][3] = print_checkbox ("history_data", 1, '', true); -echo ''; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index b2e390e285..bd0f717ced 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -47,11 +47,11 @@ $modules['dataserver'] = __('Create a new data server module'); if ($network_available) $modules['networkserver'] = __('Create a new network server module'); if ($plugin_available) - $modules['pluginserver'] = __('Create a new plugin Server module'); + $modules['pluginserver'] = __('Create a new plugin server module'); if ($wmi_available) - $modules['wmiserver'] = __('Create a new WMI Server module'); + $modules['wmiserver'] = __('Create a new WMI server module'); if ($prediction_available) - $modules['predictionserver'] = __('Create a new prediction Server module'); + $modules['predictionserver'] = __('Create a new prediction server module'); enterprise_hook ('set_enterprise_module_types', array (&$modules)); print_select ($modules, 'moduletype', '', '', '', '', false, false, false); diff --git a/pandora_console/godmode/agentes/planned_downtime.php b/pandora_console/godmode/agentes/planned_downtime.php index 363cfac773..e99e9f4430 100644 --- a/pandora_console/godmode/agentes/planned_downtime.php +++ b/pandora_console/godmode/agentes/planned_downtime.php @@ -176,7 +176,7 @@ if ($create_downtime || $update_downtime) { echo "
"; // Show available agents to include into downtime - echo '

'.__('Available Agents').':

'; + echo '

'.__('Available agents').':

'; $filter_group = get_parameter("filter_group", -1); @@ -263,8 +263,8 @@ if ($create_downtime || $update_downtime) { $table->head[1] = __('Description'); $table->head[2] = __('From'); $table->head[3] = __('To'); - $table->head[4] = __('Del'); - $table->head[5] = __('Upd'); + $table->head[4] = __('Delete'); + $table->head[5] = __('Update'); $table->head[6] = __('Running'); $sql = "SELECT * FROM tplanned_downtime"; diff --git a/pandora_console/godmode/alerts/alert_compounds.php b/pandora_console/godmode/alerts/alert_compounds.php index 326215e461..b38aff4871 100644 --- a/pandora_console/godmode/alerts/alert_compounds.php +++ b/pandora_console/godmode/alerts/alert_compounds.php @@ -175,7 +175,7 @@ foreach ($id_alerts as $alert) { $data[1] .= ''; $data[2] = get_agent_name ($alert['id_agent']); $data[3] = ''; + onClick="javascript:confirm(\''.__('Are you sure?').'\')">'; $data[3] .= ''; $data[3] .= ''; diff --git a/pandora_console/godmode/db/db_audit.php b/pandora_console/godmode/db/db_audit.php index f67ba9c73f..e21a7bfd46 100644 --- a/pandora_console/godmode/db/db_audit.php +++ b/pandora_console/godmode/db/db_audit.php @@ -66,8 +66,8 @@ if (isset($_POST["purgedb"])){ # Fixed 2005-1-13, nil } # End of get parameters block -echo "

".__('Database Maintenance')." » "; -echo __('Database Audit purge')."

"; +echo "

".__('Database maintenance')." » "; +echo __('Database audit purge')."

"; echo ""; echo "
"; diff --git a/pandora_console/godmode/db/db_event.php b/pandora_console/godmode/db/db_event.php index 45d43f9bf0..5c08d1808c 100644 --- a/pandora_console/godmode/db/db_event.php +++ b/pandora_console/godmode/db/db_event.php @@ -39,7 +39,7 @@ if (isset ($_POST["date_purge"])){ } # End of get parameters block -echo "

".__('Database Maintenance')." » ".__('Event Database cleanup')."

"; +echo "

".__('Database maintenance')." » ".__('Event database cleanup')."

"; $row = get_db_row_sql ("SELECT COUNT(*) AS total, MIN(timestamp) AS first_date, MAX(timestamp) AS latest_date FROM tevento"); diff --git a/pandora_console/godmode/db/db_info.php b/pandora_console/godmode/db/db_info.php index 391b2d71f5..8571f18ad3 100644 --- a/pandora_console/godmode/db/db_info.php +++ b/pandora_console/godmode/db/db_info.php @@ -36,8 +36,8 @@ if (! give_acl ($config['id_user'], 0, "DM")) { - A more powerful selection (by Agent, by Module, etc). */ -echo "

".__('Database Maintenance')." » "; -echo __('Database Information')."

"; +echo "

".__('Database maintenance')." » "; +echo __('Database information')."

"; echo '
'; echo ''; echo '#RZhchZ$rmNkaM=?>UNlLZ`C@G1#TSJawQ=$!mV1$LQ8uUU zqPLtaDGeOQnLRIhOoaD;mT1zXqBkt8qVl4+Zb|LaIt7vz zr*%S8{!QytbyCWtbDjkR>1!DgpHe7;b33S1+vp*~qNBz{{9o;*w!`3((q(swq_oTK zgg8m#b2#}^Vskj>(v@w=srEG0nh#P)(Rfd*Fi)$Fo-htUWMuS#ysXF|+vuVHYonX_OC&`!bn*sS zcx8U4V9L3oPGcu2EQAHl7vkhj8m)g+2yybJA09tEA}*TY*A8*+rqn6s#0I3yF5#pP z2x>ocNWZwKlxZcMJAr{*_lTrl$~pOx63RL8DSwr7Mmb59D>x;SmRELyQ~2K)R}Tto z!n!AIujVw&6dlJm+Wj#Qm2{_?(=Vk@b!V|t&3_@I{2Q5i!m%svF3c2Thh zcCo%mmqVSLN!e;T8JzH>&uckFlK5XzdQ)oGbTX&mY^KdNG&Um6`%-I3gKImZQ=Zm# z?gb_-Z0O`q`n`d(F=@>xC-8u8liIX(3a5-{>-a)b?!M_9N|SP7xRV%==|6?I z0!cBWoYLyKR>A)!NA>eG9Xe!K+|Yh@nNl8(a*76K)y0kT^gpmU!vBw?u{oTA!C}$y r!y@7$`VUPhJl@If6pDyU7#, 2009. msgid "" msgstr "" "Project-Id-Version: index.es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-24 15:28+0200\n" -"PO-Revision-Date: 2009-06-24 15:30+0200\n" +"POT-Creation-Date: 2009-06-25 09:29+0200\n" +"PO-Revision-Date: 2009-06-25 09:30+0200\n" "Last-Translator: Jorge Gonzalez \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -108,7 +108,7 @@ msgid "Last week" msgstr "Última semana" #: ../../reporting/fgraph.php:242 ../../reporting/fgraph.php:385 -#: ../../reporting/fgraph.php:1016 +#: ../../reporting/fgraph.php:1016 ../../godmode/reporting/map_builder.php:390 #: ../../godmode/reporting/graph_builder.php:358 #: ../../godmode/reporting/graph_builder.php:393 msgid "Last month" @@ -158,11 +158,11 @@ msgid "Period" msgstr "Periodo" #: ../../reporting/fgraph.php:471 ../../reporting/fgraph.php:483 -msgid "Open Incident" +msgid "Open incident" msgstr "Abrir incidente" #: ../../reporting/fgraph.php:472 ../../reporting/fgraph.php:485 -msgid "Closed Incident" +msgid "Closed incident" msgstr "Incidente cerrado" #: ../../reporting/fgraph.php:473 ../../reporting/fgraph.php:487 @@ -284,7 +284,7 @@ msgstr "Monitores en buen estado" msgid "Monitors BAD" msgstr "Monitores en mal estado" -#: ../../general/pandora_help.php:20 +#: ../../general/pandora_help.php:20 ../../general/pandora_help.php:57 msgid "Pandora FMS help system" msgstr "Visión general de Pandora FMS" @@ -300,10 +300,6 @@ msgstr "" "El sistema de ayuda de Pandora FMS ha sido invocado con una referencia que " "no existe actualmente. No hay contenido que mostrar." -#: ../../general/pandora_help.php:57 -msgid "Pandora FMS Help System" -msgstr "Sistema de ayuda de Pandora FMS" - #: ../../general/login_page.php:24 msgid "Pandora FMS Web Console" msgstr "Consola web de Pandora FMS" @@ -388,7 +384,7 @@ msgstr "Página generada en" #: ../../operation/visual_console/index.php:30 #: ../../operation/agentes/networkmap.php:326 #: ../../operation/agentes/status_monitor.php:43 -#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../operation/agentes/estado_generalagente.php:86 #: ../../operation/agentes/alerts_status.php:112 #: ../../operation/agentes/exportdata.php:173 #: ../../operation/agentes/ver_agente.php:62 @@ -428,11 +424,12 @@ msgid "Loading" msgstr "Cargando" #: ../../general/ui/agents_list.php:126 +#: ../../operation/agentes/networkmap.php:387 msgid "No agents found" msgstr "No se encontró ningún agente" #: ../../general/logoff.php:18 -msgid "Logged Out" +msgid "Logged out" msgstr "Desconectado" #: ../../general/logoff.php:28 @@ -595,6 +592,7 @@ msgstr "Usuario" #: ../../godmode/admin_access_logs.php:86 #: ../../godmode/agentes/agent_template.php:131 #: ../../godmode/agentes/module_manager.php:95 +#: ../../godmode/modules/manage_network_components.php:238 #: ../../godmode/modules/manage_network_templates.php:115 #: ../../include/functions_ui_renders.php:91 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:81 @@ -687,7 +685,8 @@ msgstr "minuto" msgid "minutes" msgstr "minutos" -#: ../../general/header.php:88 ../../include/functions_alerts.php:333 +#: ../../general/header.php:88 ../../godmode/reporting/map_builder.php:381 +#: ../../include/functions_alerts.php:333 #: ../../enterprise/godmode/agentes/inventory_manager.php:117 msgid "hour" msgstr "horas" @@ -717,7 +716,7 @@ msgid "Events" msgstr "Eventos" #: ../../general/logon_failed.php:19 -msgid "Authentication Error" +msgid "Authentication error" msgstr "Error de autenticación" #: ../../general/logon_failed.php:31 @@ -893,9 +892,9 @@ msgstr "Fecha/Hora" #: ../../operation/reporting/custom_reporting.php:39 #: ../../operation/incidents/incident_detail.php:367 #: ../../operation/incidents/incident_detail.php:407 -#: ../../operation/agentes/estado_generalagente.php:79 +#: ../../operation/agentes/estado_generalagente.php:82 #: ../../operation/agentes/estado_ultimopaquete.php:69 -#: ../../operation/agentes/estado_monitores.php:49 +#: ../../operation/agentes/estado_monitores.php:55 #: ../../operation/events/events.php:59 ../../operation/users/user.php:37 msgid "Description" msgstr "Descripción" @@ -916,11 +915,12 @@ msgstr "Sobreescribir cambios locales" #: ../../godmode/groups/configure_group.php:98 #: ../../godmode/snmpconsole/snmp_alert.php:243 #: ../../godmode/snmpconsole/snmp_alert.php:333 -#: ../../godmode/setup/setup.php:117 ../../godmode/setup/setup_visuals.php:83 +#: ../../godmode/setup/setup.php:121 ../../godmode/setup/setup_visuals.php:83 #: ../../godmode/setup/links.php:106 ../../godmode/setup/news.php:113 #: ../../godmode/profiles/profile_list.php:202 #: ../../godmode/agentes/agent_template.php:148 #: ../../godmode/agentes/planned_downtime.php:167 +#: ../../godmode/agentes/planned_downtime.php:267 #: ../../godmode/agentes/planned_downtime.php:288 #: ../../godmode/agentes/massive_edit_modules.php:162 #: ../../godmode/agentes/agent_manager.php:192 @@ -935,12 +935,14 @@ msgstr "Sobreescribir cambios locales" #: ../../godmode/alerts/configure_alert_action.php:79 #: ../../enterprise/godmode/policies/policy_modules.php:164 #: ../../enterprise/godmode/policies/configure_policy.php:65 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:189 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:141 #: ../../enterprise/godmode/agentes/inventory_manager.php:140 #: ../../enterprise/godmode/agentes/inventory_manager.php:181 #: ../../enterprise/godmode/modules/configure_local_component.php:86 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:107 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 #: ../../enterprise/dashboard/main_dashboard.php:237 #: ../../enterprise/dashboard/widget.php:119 #: ../../operation/reporting/reporting_viewer.php:69 @@ -1132,17 +1134,6 @@ msgid "Modules" msgstr "Módulos" #: ../../godmode/reporting/map_builder_wizard.php:172 -#: ../../godmode/agentes/massive_delete_agents.php:95 -#: ../../godmode/agentes/massive_delete_alerts.php:115 -#: ../../godmode/agentes/massive_edit_modules.php:157 -#: ../../godmode/agentes/massive_delete_modules.php:120 -#: ../../godmode/alerts/alert_compounds.php:178 -#: ../../enterprise/extensions/backup/main.php:158 -#: ../../operation/snmpconsole/snmp_view.php:352 -#: ../../operation/snmpconsole/snmp_view.php:375 -msgid "Are you sure" -msgstr "¿Está seguro?" - #: ../../godmode/reporting/map_builder_wizard.php:175 #: ../../godmode/reporting/reporting_builder.php:467 #: ../../godmode/reporting/reporting_builder.php:526 @@ -1151,10 +1142,14 @@ msgstr "¿Está seguro?" #: ../../godmode/profiles/profile_list.php:270 #: ../../godmode/agentes/agent_template.php:147 #: ../../godmode/agentes/manage_config_remote.php:149 +#: ../../godmode/agentes/massive_delete_agents.php:95 #: ../../godmode/agentes/massive_delete_agents.php:98 +#: ../../godmode/agentes/massive_delete_alerts.php:115 #: ../../godmode/agentes/massive_delete_alerts.php:118 +#: ../../godmode/agentes/massive_edit_modules.php:157 #: ../../godmode/agentes/massive_edit_modules.php:160 #: ../../godmode/agentes/modificar_agente.php:233 +#: ../../godmode/agentes/massive_delete_modules.php:120 #: ../../godmode/agentes/massive_delete_modules.php:123 #: ../../godmode/agentes/module_manager.php:169 #: ../../godmode/agentes/module_manager.php:177 @@ -1167,7 +1162,9 @@ msgstr "¿Está seguro?" #: ../../godmode/alerts/alert_templates.php:209 #: ../../godmode/alerts/alert_actions.php:117 #: ../../godmode/alerts/alert_commands.php:129 +#: ../../godmode/alerts/alert_compounds.php:178 #: ../../godmode/alerts/alert_list.php:466 +#: ../../enterprise/extensions/backup/main.php:158 #: ../../enterprise/godmode/policies/policy_alerts.php:86 #: ../../enterprise/godmode/policies/policy_alerts.php:92 #: ../../enterprise/godmode/policies/policy_modules.php:340 @@ -1183,6 +1180,8 @@ msgstr "¿Está seguro?" #: ../../operation/reporting/graph_viewer.php:155 #: ../../operation/incidents/incident_detail.php:338 #: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/snmpconsole/snmp_view.php:352 +#: ../../operation/snmpconsole/snmp_view.php:375 msgid "Are you sure?" msgstr "¿Está seguro?" @@ -1210,7 +1209,9 @@ msgstr "Añadir" #: ../../godmode/reporting/map_builder.php:66 #: ../../godmode/reporting/map_builder.php:172 #: ../../godmode/reporting/reporting_builder.php:139 -#: ../../godmode/setup/news.php:35 ../../godmode/profiles/profile_list.php:112 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +#: ../../godmode/setup/links.php:36 ../../godmode/setup/news.php:35 +#: ../../godmode/profiles/profile_list.php:112 #: ../../godmode/agentes/configurar_agente.php:233 #: ../../godmode/agentes/planned_downtime.php:114 #: ../../godmode/modules/manage_nc_groups.php:44 @@ -1250,7 +1251,9 @@ msgstr "No se pudo crear" #: ../../godmode/reporting/map_builder.php:79 #: ../../godmode/reporting/reporting_builder.php:66 #: ../../godmode/reporting/reporting_builder.php:86 -#: ../../godmode/setup/news.php:59 ../../godmode/profiles/profile_list.php:45 +#: ../../godmode/snmpconsole/snmp_alert.php:36 +#: ../../godmode/setup/links.php:60 ../../godmode/setup/news.php:59 +#: ../../godmode/profiles/profile_list.php:45 #: ../../godmode/agentes/planned_downtime.php:79 #: ../../godmode/agentes/massive_delete_agents.php:57 #: ../../godmode/agentes/massive_delete_alerts.php:68 @@ -1349,6 +1352,7 @@ msgstr "Asistente" #: ../../godmode/profiles/profile_list.php:237 #: ../../godmode/agentes/agent_template.php:147 #: ../../godmode/agentes/planned_downtime.php:246 +#: ../../godmode/agentes/planned_downtime.php:266 #: ../../godmode/agentes/planned_downtime.php:286 #: ../../godmode/agentes/massive_delete_agents.php:100 #: ../../godmode/agentes/massive_delete_alerts.php:120 @@ -1398,6 +1402,7 @@ msgstr "Borrar" #: ../../godmode/snmpconsole/snmp_alert.php:348 #: ../../godmode/setup/file_manager.php:173 #: ../../godmode/profiles/profile_list.php:197 +#: ../../godmode/profiles/profile_list.php:279 #: ../../godmode/agentes/planned_downtime.php:303 #: ../../godmode/agentes/agent_manager.php:196 #: ../../godmode/agentes/module_manager.php:61 @@ -1422,10 +1427,12 @@ msgstr "Borrar" #: ../../enterprise/godmode/policies/policy_modules.php:168 #: ../../enterprise/godmode/policies/policies.php:158 #: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:81 #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:204 #: ../../enterprise/godmode/modules/configure_local_component.php:89 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:116 #: ../../enterprise/godmode/modules/local_components.php:239 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 #: ../../operation/incidents/incident_detail.php:299 msgid "Create" msgstr "Crear" @@ -1498,16 +1505,26 @@ msgstr "Papelera de elementos" msgid "Drag an element here to delete from the map" msgstr "Arrastre un elemento aquí para borrarlo del mapa" -#: ../../godmode/reporting/map_builder.php:381 -msgid "Hour" -msgstr "Hora" - #: ../../godmode/reporting/map_builder.php:382 #: ../../godmode/reporting/map_builder.php:383 #: ../../godmode/reporting/map_builder.php:384 #: ../../godmode/reporting/map_builder.php:385 -msgid "Hours" -msgstr "Horas" +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:360 +#: ../../godmode/reporting/reporting_builder.php:361 +#: ../../godmode/reporting/reporting_builder.php:362 +#: ../../include/functions_alerts.php:334 +#: ../../include/functions_alerts.php:335 +#: ../../include/functions_alerts.php:336 ../../include/functions.php:438 +#: ../../include/functions_custom_graphs.php:100 +#: ../../include/functions_custom_graphs.php:101 +#: ../../include/functions_custom_graphs.php:102 +#: ../../include/functions_custom_graphs.php:103 +#: ../../enterprise/godmode/agentes/inventory_manager.php:118 +#: ../../enterprise/godmode/agentes/inventory_manager.php:119 +#: ../../enterprise/godmode/agentes/inventory_manager.php:120 +msgid "hours" +msgstr "horas" #: ../../godmode/reporting/map_builder.php:387 ../../godmode/db/db_main.php:41 #: ../../godmode/db/db_main.php:42 ../../include/functions.php:441 @@ -1523,16 +1540,12 @@ msgstr "días" msgid "15 days" msgstr "15 días" -#: ../../godmode/reporting/map_builder.php:390 -msgid "Last Month" -msgstr "Último mes" - #: ../../godmode/reporting/map_builder.php:391 -msgid "Two Months" +msgid "Two months" msgstr "Dos meses" #: ../../godmode/reporting/map_builder.php:392 -msgid "Six Months" +msgid "Six months" msgstr "Seis meses" #: ../../godmode/reporting/map_builder.php:397 @@ -1570,7 +1583,7 @@ msgstr "Color de etiqueta" #: ../../operation/servers/view_server.php:55 #: ../../operation/agentes/status_monitor.php:171 #: ../../operation/agentes/estado_ultimopaquete.php:67 -#: ../../operation/agentes/estado_monitores.php:47 +#: ../../operation/agentes/estado_monitores.php:53 #: ../../operation/agentes/sla_view.php:52 #: ../../operation/agentes/sla_view.php:110 #: ../../operation/events/events.php:42 ../../operation/events/events.php:346 @@ -1616,7 +1629,7 @@ msgstr "Agente" #: ../../godmode/agentes/agent_manager.php:132 #: ../../godmode/modules/manage_nc_groups.php:88 #: ../../godmode/modules/manage_nc_groups_form.php:51 -#: ../../operation/agentes/estado_generalagente.php:71 +#: ../../operation/agentes/estado_generalagente.php:74 msgid "Parent" msgstr "Padre" @@ -1675,7 +1688,8 @@ msgstr "Ver ahora" #: ../../godmode/servers/manage_recontask.php:114 #: ../../godmode/servers/manage_recontask_form.php:107 #: ../../godmode/setup/setup.php:93 ../../godmode/setup/setup.php:97 -#: ../../godmode/setup/setup.php:101 ../../godmode/setup/setup_visuals.php:70 +#: ../../godmode/setup/setup.php:101 ../../godmode/setup/setup.php:114 +#: ../../godmode/setup/setup_visuals.php:70 #: ../../include/functions_db.php:2554 msgid "Yes" msgstr "Sí" @@ -1689,7 +1703,8 @@ msgstr "Sí" #: ../../godmode/servers/manage_recontask.php:114 #: ../../godmode/servers/manage_recontask_form.php:107 #: ../../godmode/setup/setup.php:94 ../../godmode/setup/setup.php:98 -#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup_visuals.php:71 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:115 +#: ../../godmode/setup/setup_visuals.php:71 #: ../../include/functions_db.php:2556 msgid "No" msgstr "No" @@ -1839,7 +1854,10 @@ msgid "There was a problem creating reporting" msgstr "Hubo un problema al crear el informe" #: ../../godmode/reporting/reporting_builder.php:153 -#: ../../godmode/setup/news.php:49 ../../godmode/profiles/profile_list.php:80 +#: ../../godmode/snmpconsole/snmp_alert.php:91 +#: ../../godmode/setup/links.php:50 ../../godmode/setup/news.php:49 +#: ../../godmode/profiles/profile_list.php:80 +#: ../../godmode/agentes/configurar_agente.php:317 #: ../../godmode/agentes/massive_edit_modules.php:81 #: ../../godmode/modules/manage_nc_groups.php:57 #: ../../godmode/alerts/alert_templates.php:123 @@ -1943,23 +1961,6 @@ msgstr "Añadir elemento al informe" msgid "Reporting type" msgstr "Tipo de informe" -#: ../../godmode/reporting/reporting_builder.php:359 -#: ../../godmode/reporting/reporting_builder.php:360 -#: ../../godmode/reporting/reporting_builder.php:361 -#: ../../godmode/reporting/reporting_builder.php:362 -#: ../../include/functions_alerts.php:334 -#: ../../include/functions_alerts.php:335 -#: ../../include/functions_alerts.php:336 ../../include/functions.php:438 -#: ../../include/functions_custom_graphs.php:100 -#: ../../include/functions_custom_graphs.php:101 -#: ../../include/functions_custom_graphs.php:102 -#: ../../include/functions_custom_graphs.php:103 -#: ../../enterprise/godmode/agentes/inventory_manager.php:118 -#: ../../enterprise/godmode/agentes/inventory_manager.php:119 -#: ../../enterprise/godmode/agentes/inventory_manager.php:120 -msgid "hours" -msgstr "horas" - #: ../../godmode/reporting/reporting_builder.php:365 #: ../../include/functions_custom_graphs.php:106 msgid "1 week" @@ -2059,9 +2060,9 @@ msgid "Pandora servers" msgstr "Servidores de Pandora" #: ../../godmode/servers/manage_export.php:87 -#: ../../godmode/servers/manage_export_form.php:58 -msgid "export targets" -msgstr "Servidor de exportación" +#: ../../godmode/servers/manage_export_form.php:58 ../../godmode/menu.php:146 +msgid "Export targets" +msgstr "Servidores de exportación" #: ../../godmode/servers/manage_export.php:91 msgid "There are no export targets configured" @@ -2086,8 +2087,8 @@ msgstr "Prefijo" #: ../../enterprise/dashboard/widgets/events_list.php:29 #: ../../operation/servers/view_server_detail.php:74 #: ../../operation/agentes/status_monitor.php:176 -#: ../../operation/agentes/estado_generalagente.php:75 -#: ../../operation/agentes/estado_monitores.php:51 +#: ../../operation/agentes/estado_generalagente.php:78 +#: ../../operation/agentes/estado_monitores.php:57 #: ../../operation/agentes/sla_view.php:56 #: ../../operation/agentes/estado_agente.php:130 msgid "Interval" @@ -2125,7 +2126,7 @@ msgstr "Actualizar servidor" #: ../../godmode/servers/modificar_server.php:65 #: ../../godmode/agentes/agent_manager.php:117 -#: ../../operation/agentes/estado_generalagente.php:61 +#: ../../operation/agentes/estado_generalagente.php:64 msgid "IP Address" msgstr "Dirección IP" @@ -2148,7 +2149,7 @@ msgstr "Gestionar servidores" #: ../../operation/agentes/status_monitor.php:179 #: ../../operation/agentes/alerts_status.php:122 #: ../../operation/agentes/alerts_status.php:142 -#: ../../operation/agentes/estado_monitores.php:50 +#: ../../operation/agentes/estado_monitores.php:56 #: ../../operation/agentes/sla_view.php:55 #: ../../operation/agentes/sla_view.php:113 #: ../../operation/agentes/estado_agente.php:133 @@ -2169,8 +2170,8 @@ msgid "Updated" msgstr "Actualizado hace" #: ../../godmode/servers/modificar_server.php:128 -#: ../../include/functions_db.php:2778 -msgid "Network Server" +#: ../../include/functions_db.php:2782 +msgid "Network server" msgstr "Servidor de red" #: ../../godmode/servers/modificar_server.php:129 @@ -2178,12 +2179,12 @@ msgid "Master" msgstr "Principal" #: ../../godmode/servers/modificar_server.php:130 -#: ../../include/functions_db.php:2773 -msgid "Data Server" +#: ../../include/functions_db.php:2777 +msgid "Data server" msgstr "Servidor de datos" #: ../../godmode/servers/modificar_server.php:131 -msgid "MD5 Check" +msgid "MD5 check" msgstr "Comprobación MD5" #: ../../godmode/servers/modificar_server.php:132 ../../operation/menu.php:154 @@ -2256,7 +2257,7 @@ msgstr "Incidente" #: ../../enterprise/godmode/modules/local_components.php:188 #: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:58 #: ../../operation/servers/view_server_detail.php:89 -#: ../../operation/agentes/estado_generalagente.php:67 +#: ../../operation/agentes/estado_generalagente.php:70 #: ../../operation/agentes/estado_agente.php:129 msgid "OS" msgstr "SO" @@ -2279,8 +2280,8 @@ msgid "Task name" msgstr "Nombre tarea" #: ../../godmode/servers/manage_recontask_form.php:68 -#: ../../include/functions_db.php:2788 -msgid "Recon Server" +#: ../../include/functions_db.php:2792 +msgid "Recon server" msgstr "Servidor de exploración de red" #: ../../godmode/servers/manage_recontask_form.php:68 @@ -2329,6 +2330,7 @@ msgid "%d month" msgstr "%d mes" #: ../../godmode/servers/manage_export_form.php:74 +#: ../../include/functions_db.php:2812 msgid "Export server" msgstr "Servidor de exportación" @@ -2412,12 +2414,13 @@ msgid "Nagios" msgstr "Nagios" #: ../../godmode/servers/plugin.php:164 -msgid "Max.Timeout" +#: ../../godmode/modules/manage_network_components_form_wmi.php:120 +msgid "Max. timeout" msgstr "Máx. tiempo de expiración" #: ../../godmode/servers/plugin.php:168 msgid "IP address option" -msgstr "Dirección IP" +msgstr "Opción de dirección IP" #: ../../godmode/servers/plugin.php:172 msgid "Port option" @@ -2527,7 +2530,7 @@ msgstr "Actualizar grupo" msgid "Custom ID" msgstr "ID personalizado" -#: ../../godmode/menu.php:36 +#: ../../godmode/menu.php:36 ../../godmode/profiles/profile_list.php:231 msgid "Manage agents" msgstr "Gestionar agentes" @@ -2613,10 +2616,6 @@ msgstr "Gestionar perfiles" msgid "Manage plugins" msgstr "Gestionar complementos" -#: ../../godmode/menu.php:146 -msgid "Export targets" -msgstr "Servidores de exportación" - #: ../../godmode/menu.php:157 msgid "System audit log" msgstr "Auditoría del sistema" @@ -2638,11 +2637,11 @@ msgid "File manager" msgstr "Gestor de ficheros" #: ../../godmode/menu.php:176 -msgid "DB Maintenance" +msgid "DB maintenance" msgstr "Mantenimiento BB. DD." #: ../../godmode/menu.php:181 -msgid "DB Information" +msgid "DB information" msgstr "Información BB. DD." #: ../../godmode/menu.php:183 ../../godmode/db/db_purge.php:33 @@ -2650,7 +2649,7 @@ msgid "Database purge" msgstr "Purgar BB. DD." #: ../../godmode/menu.php:185 ../../godmode/db/db_refine.php:29 -#: ../../include/functions_db.php:3180 +#: ../../include/functions_db.php:3184 msgid "Database debug" msgstr "Depurar BB. DD." @@ -2674,26 +2673,14 @@ msgstr "Extensiones" msgid "There was a problem deleting the alert" msgstr "Hubo un problema al borrar la alerta" -#: ../../godmode/snmpconsole/snmp_alert.php:36 -msgid "Alert successfully deleted" -msgstr "Alerta eliminada correctamente" - #: ../../godmode/snmpconsole/snmp_alert.php:74 msgid "There was a problem creating the alert" msgstr "Hubo un problema al crear la alerta" -#: ../../godmode/snmpconsole/snmp_alert.php:76 -msgid "Alert successfully created" -msgstr "Alerta creada correctamente" - #: ../../godmode/snmpconsole/snmp_alert.php:89 msgid "There was a problem updating the alert" msgstr "Hubo un problema al actualizar la alerta" -#: ../../godmode/snmpconsole/snmp_alert.php:91 -msgid "Alert successfully updated" -msgstr "Alerta actualizada correctamente" - #: ../../godmode/snmpconsole/snmp_alert.php:137 msgid "Update alert" msgstr "Actualizar alerta" @@ -2782,7 +2769,7 @@ msgid "Priority" msgstr "Prioridad" #: ../../godmode/snmpconsole/snmp_alert.php:251 -msgid "Alert Overview" +msgid "Alert overview" msgstr "Vista general de alertas" #: ../../godmode/snmpconsole/snmp_alert.php:259 @@ -2827,7 +2814,7 @@ msgstr "N/A" #: ../../godmode/snmpconsole/snmp_alert.php:327 #: ../../include/functions_ui.php:143 #: ../../enterprise/extensions/cron/main.php:119 -#: ../../operation/agentes/estado_generalagente.php:101 +#: ../../operation/agentes/estado_generalagente.php:104 #: ../../operation/agentes/estado_ultimopaquete.php:210 msgid "Never" msgstr "Nunca" @@ -2912,7 +2899,7 @@ msgid "Compact interpolation in hours (1 Fine-20 bad)" msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" #: ../../godmode/setup/setup.php:75 -msgid "Auto login (Hash) password" +msgid "Auto login (hash) password" msgstr "Contraseña («hash») de Inicio de sesión automático" #: ../../godmode/setup/setup.php:78 @@ -2955,6 +2942,10 @@ msgstr "Ruta de la tipografía" msgid "Attachment store" msgstr "Almacenamiento de adjuntos" +#: ../../godmode/setup/setup.php:113 +msgid "Use agent access graph" +msgstr "Usar la gráfica de acceso del agente" + #: ../../godmode/setup/file_manager.php:43 msgid "attach_error" msgstr "error_de_adjunto" @@ -3083,26 +3074,14 @@ msgstr "Colores y texto" msgid "There was a problem creating link" msgstr "Ha habido un problema al crear el enlace" -#: ../../godmode/setup/links.php:36 -msgid "Link successfully created" -msgstr "El enlace se ha creado correctamente" - #: ../../godmode/setup/links.php:48 msgid "There was a problem modifying link" msgstr "Ha habido un problema al modificar el enlace" -#: ../../godmode/setup/links.php:50 -msgid "Link successfully updated" -msgstr "Enlace actualizado correctamente" - #: ../../godmode/setup/links.php:58 msgid "There was a problem deleting link" msgstr "Ha habido un problema al borrar el enlace" -#: ../../godmode/setup/links.php:60 -msgid "Link successfully deleted" -msgstr "Enlace borrado correctamente" - #: ../../godmode/setup/links.php:75 ../../godmode/setup/news.php:77 msgid "Name error" msgstr "Error de nombre" @@ -3170,7 +3149,6 @@ msgid "Profile management" msgstr "Gestionar perfiles" #: ../../godmode/profiles/profile_list.php:137 -#: ../../godmode/profiles/profile_list.php:279 msgid "Create profile" msgstr "Crear perfil" @@ -3196,6 +3174,7 @@ msgid "Edit incidents" msgstr "Editar incidentes" #: ../../godmode/profiles/profile_list.php:174 +#: ../../godmode/profiles/profile_list.php:229 #: ../../operation/incidents/incident.php:174 ../../operation/menu.php:100 msgid "Manage incidents" msgstr "Gestionar incidentes" @@ -3209,6 +3188,7 @@ msgid "Edit agents" msgstr "Editar agentes" #: ../../godmode/profiles/profile_list.php:180 +#: ../../godmode/profiles/profile_list.php:232 msgid "Edit alerts" msgstr "Editar alertas" @@ -3226,43 +3206,33 @@ msgid "Profiles" msgstr "Perfiles" #: ../../godmode/profiles/profile_list.php:227 -msgid "Read Incidents" -msgstr "Incidentes rechazados" +msgid "Read incidents" +msgstr "Leer incidentes" #: ../../godmode/profiles/profile_list.php:228 -msgid "Create Incidents" -msgstr "Crear incidente" - -#: ../../godmode/profiles/profile_list.php:229 -msgid "Manage Incidents" -msgstr "Gestionar incidentes" +msgid "Create incidents" +msgstr "Crear incidentes" #: ../../godmode/profiles/profile_list.php:230 -msgid "Read Agent Information" -msgstr "Configuración de agentes" - -#: ../../godmode/profiles/profile_list.php:231 -msgid "Manage Agents" -msgstr "Gestionar agentes" - -#: ../../godmode/profiles/profile_list.php:232 -msgid "Edit Alerts" -msgstr "Editar alertas" +msgid "Read agent information" +msgstr "Leer configuración de agentes" #: ../../godmode/profiles/profile_list.php:233 -msgid "Manage User Rights" +msgid "Manage user rights" msgstr "Gestionar usuarios" #: ../../godmode/profiles/profile_list.php:234 -msgid "Database Management" -msgstr "BB. DD. de eventos" +#: ../../godmode/users/user_list.php:149 ../../operation/users/user.php:107 +msgid "Database management" +msgstr "Gestión de la BB. DD." #: ../../godmode/profiles/profile_list.php:235 -msgid "Alerts Management" +#: ../../godmode/users/user_list.php:150 ../../operation/users/user.php:108 +msgid "Alerts management" msgstr "Gestión de alertas" #: ../../godmode/profiles/profile_list.php:236 -msgid "Pandora System Management" +msgid "Pandora system management" msgstr "Gestionar Pandora FMS" #: ../../godmode/agentes/configurar_agente.php:125 @@ -3307,10 +3277,6 @@ msgstr "Error al normalizar el módulo %s" msgid "There was a problem updating the agent" msgstr "Hubo un problema al actualizar el agente" -#: ../../godmode/agentes/configurar_agente.php:317 -msgid "Agent successfully updated" -msgstr "Agente actualizado correctamente" - #: ../../godmode/agentes/configurar_agente.php:336 msgid "There was a problem loading the agent" msgstr "Hubo un problema al cargar el agente" @@ -3512,8 +3478,9 @@ msgstr "Módulos asignados" #: ../../godmode/modules/manage_network_components_form_wmi.php:79 #: ../../godmode/modules/manage_network_templates_form.php:147 #: ../../operation/agentes/status_monitor.php:67 +#: ../../operation/agentes/status_monitor.php:174 #: ../../operation/agentes/estado_ultimopaquete.php:66 -#: ../../operation/agentes/estado_monitores.php:48 +#: ../../operation/agentes/estado_monitores.php:54 #: ../../operation/agentes/sla_view.php:53 #: ../../operation/agentes/sla_view.php:111 msgid "Module name" @@ -3577,7 +3544,7 @@ msgid "Planned Downtime Form" msgstr "Formulario de desconexión planificada" #: ../../godmode/agentes/planned_downtime.php:179 -msgid "Available Agents" +msgid "Available agents" msgstr "Agentes disponibles" #: ../../godmode/agentes/planned_downtime.php:200 @@ -3590,8 +3557,8 @@ msgstr "Desconexión no planificada" #: ../../godmode/agentes/planned_downtime.php:220 #: ../../godmode/users/user_list.php:55 -#: ../../operation/agentes/estado_generalagente.php:95 -#: ../../operation/agentes/estado_monitores.php:52 +#: ../../operation/agentes/estado_generalagente.php:98 +#: ../../operation/agentes/estado_monitores.php:58 #: ../../operation/agentes/ver_agente.php:66 #: ../../operation/agentes/estado_agente.php:135 #: ../../operation/users/user.php:35 @@ -3630,14 +3597,6 @@ msgstr "De" msgid "To" msgstr "Para" -#: ../../godmode/agentes/planned_downtime.php:266 -msgid "Del" -msgstr "Borrar" - -#: ../../godmode/agentes/planned_downtime.php:267 -msgid "Upd" -msgstr "Activo" - #: ../../godmode/agentes/planned_downtime.php:268 #: ../../enterprise/extensions/backup/main.php:77 msgid "Running" @@ -3798,7 +3757,7 @@ msgstr "Crear agente" #: ../../godmode/agentes/modificar_agente.php:159 #: ../../godmode/agentes/agent_manager.php:101 ../../godmode/db/db_info.php:59 #: ../../include/functions_events.php:262 -#: ../../operation/agentes/estado_generalagente.php:55 +#: ../../operation/agentes/estado_generalagente.php:58 #: ../../operation/events/events.php:352 msgid "Agent name" msgstr "Nombre del agente" @@ -3840,8 +3799,8 @@ msgid "Could not delete modules" msgstr "No se pudieron borrar los módulos" #: ../../godmode/agentes/massive_config.php:31 -msgid "Configuration Management" -msgstr "Gestión de Configuraciones" +msgid "Configuration management" +msgstr "Gestión de la configuración" #: ../../godmode/agentes/massive_config.php:73 #: ../../operation/incidents/incident.php:261 @@ -3964,15 +3923,15 @@ msgid "Create a new network server module" msgstr "Crear un nuevo módulo de servidor de red" #: ../../godmode/agentes/module_manager.php:50 -msgid "Create a new plugin Server module" +msgid "Create a new plugin server module" msgstr "Crear un nuevo módulo de servidor de complementos" #: ../../godmode/agentes/module_manager.php:52 -msgid "Create a new WMI Server module" +msgid "Create a new WMI server module" msgstr "Crear un nuevo módulo de servidor WMI" #: ../../godmode/agentes/module_manager.php:54 -msgid "Create a new prediction Server module" +msgid "Create a new prediction server module" msgstr "Crear un nuevo módulo de servidor de predicción" #: ../../godmode/agentes/module_manager.php:82 @@ -4081,10 +4040,6 @@ msgstr "Gestionar componentes WMI" msgid "Module Interval" msgstr "Intervalo del módulo" -#: ../../godmode/modules/manage_network_components_form_wmi.php:120 -msgid "Max. timeout" -msgstr "Máx. tiempo de expiración" - #: ../../godmode/modules/manage_network_components_form_wmi.php:170 #: ../../godmode/modules/manage_network_components_form_network.php:87 msgid "Minimum Data" @@ -4153,7 +4108,7 @@ msgid "No modules for this profile" msgstr "No existen módulos para este perfil" #: ../../godmode/modules/manage_network_templates_form.php:175 -msgid "Add Modules" +msgid "Add modules" msgstr "Añadir módulos" #: ../../godmode/modules/manage_network_components_form_network.php:33 @@ -4287,14 +4242,6 @@ msgstr "Edición de alertas" msgid "Users management" msgstr "Gestión de usuarios" -#: ../../godmode/users/user_list.php:149 ../../operation/users/user.php:107 -msgid "Database management" -msgstr "Gestión de la BB. DD." - -#: ../../godmode/users/user_list.php:150 ../../operation/users/user.php:108 -msgid "Alerts management" -msgstr "Gestión de alertas" - #: ../../godmode/users/user_list.php:151 ../../operation/users/user.php:109 msgid "Systems management" msgstr "Gestión de sistemas" @@ -4385,12 +4332,12 @@ msgstr "Nombre del grupo" #: ../../godmode/db/db_info.php:39 ../../godmode/db/db_purge.php:33 #: ../../godmode/db/db_main.php:38 ../../godmode/db/db_audit.php:69 #: ../../godmode/db/db_refine.php:29 ../../godmode/db/db_event.php:42 -msgid "Database Maintenance" -msgstr "Mantenimiento de la Base de Datos" +msgid "Database maintenance" +msgstr "Mantenimiento de la base de datos" #: ../../godmode/db/db_info.php:40 -msgid "Database Information" -msgstr "Información de la Base de Datos" +msgid "Database information" +msgstr "Información de la base de datos" #: ../../godmode/db/db_info.php:44 msgid "Modules per agent" @@ -4603,8 +4550,8 @@ msgstr "" "funcionamiento y rendimiento de Pandora." #: ../../godmode/db/db_audit.php:70 -msgid "Database Audit purge" -msgstr "Depuración de la Base de Datos de auditoría" +msgid "Database audit purge" +msgstr "Depuración de la base de datos de auditoría" #: ../../godmode/db/db_audit.php:76 ../../godmode/db/db_event.php:52 #: ../../enterprise/operation/agentes/agent_inventory.php:97 @@ -4703,8 +4650,8 @@ msgid "Error deleting old events" msgstr "Error al borrar los eventos antiguos" #: ../../godmode/db/db_event.php:42 -msgid "Event Database cleanup" -msgstr "Limpieza de la Base de Datos de eventos" +msgid "Event database cleanup" +msgstr "Limpieza de la base de datos de eventos" #: ../../godmode/db/db_event.php:58 msgid "Latest data" @@ -5017,7 +4964,9 @@ msgstr "" #: ../../godmode/alerts/configure_alert_template.php:512 msgid "The alert would fire when the value is above " -msgstr "La alerta se disparará cuando el valor esté por encima de " +msgstr "" +"La alerta se disparará cuando el valor esté por encima de " #: ../../godmode/alerts/configure_alert_template.php:513 #: ../../include/functions_ui.php:420 @@ -5483,6 +5432,7 @@ msgid "MinMax.Al" msgstr "Alertas Mín/Máx" #: ../../include/functions_db.php:2492 +#: ../../operation/snmpconsole/snmp_view.php:133 #: ../../operation/snmpconsole/snmp_view.php:388 #: ../../operation/agentes/alerts_status.php:118 msgid "Fired" @@ -5496,58 +5446,56 @@ msgstr "Lanzada" msgid "Alert not fired" msgstr "Alerta no lanzada" -#: ../../include/functions_db.php:2783 -msgid "SNMP Server" +#: ../../include/functions_db.php:2787 +msgid "SNMP server" msgstr "Servidor SNMP" -#: ../../include/functions_db.php:2793 -msgid "Plugin Server" +#: ../../include/functions_db.php:2797 +msgid "Plugin server" msgstr "Servidor de complementos" -#: ../../include/functions_db.php:2798 -msgid "Prediction Server" +#: ../../include/functions_db.php:2802 +msgid "Prediction server" msgstr "Servidor de predicción" -#: ../../include/functions_db.php:2803 -msgid "WMI Server" +#: ../../include/functions_db.php:2807 +msgid "WMI server" msgstr "Servidor WMI" -#: ../../include/functions_db.php:2808 -msgid "Export Server" -msgstr "Servidor de exportación" - -#: ../../include/functions_db.php:2813 -msgid "Inventory Server" +#: ../../include/functions_db.php:2817 +msgid "Inventory server" msgstr "Servidor de inventario" -#: ../../include/functions_db.php:2818 -msgid "Web Server" -msgstr "Servidor Web" +#: ../../include/functions_db.php:2822 +msgid "Web server" +msgstr "Servidor web" -#: ../../include/functions_db.php:3196 +#: ../../include/functions_db.php:3200 msgid "SQL sentence" msgstr "Consulta SQL" -#: ../../include/functions_db.php:3197 +#: ../../include/functions_db.php:3201 msgid "Result" msgstr "Resultado" -#: ../../include/functions_db.php:3198 +#: ../../include/functions_db.php:3202 msgid "Rows" msgstr "Filas" -#: ../../include/functions_db.php:3199 +#: ../../include/functions_db.php:3203 msgid "Saved" msgstr "Guardado" -#: ../../include/functions_db.php:3200 +#: ../../include/functions_db.php:3204 msgid "Time (ms)" msgstr "Tiempo (ms)" -#: ../../include/functions_db.php:3210 +#: ../../include/functions_db.php:3214 #: ../../enterprise/extensions/backup/main.php:96 +#: ../../enterprise/include/functions_reporting_pdf.php:233 #: ../../enterprise/dashboard/widgets/groups_status.php:60 #: ../../enterprise/dashboard/widgets/maps_status.php:66 +#: ../../operation/reporting/reporting_viewer.php:251 msgid "OK" msgstr "Bien" @@ -5997,6 +5945,7 @@ msgid "Configure policy" msgstr "Configurar política" #: ../../enterprise/godmode/menu.php:13 +#: ../../enterprise/godmode/agentes/inventory_manager.php:148 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:65 #: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:48 msgid "Inventory modules" @@ -6028,16 +5977,6 @@ msgstr "OID personalizada" msgid "Severity" msgstr "Gravedad" -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -msgid "update" -msgstr "actualizar" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:81 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -msgid "create" -msgstr "crear" - #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:47 msgid "Error parsing MIB" msgstr "Error al analizar la MIB" @@ -6160,10 +6099,6 @@ msgstr "mes" msgid "Update all" msgstr "Actualizar todos" -#: ../../enterprise/godmode/agentes/inventory_manager.php:148 -msgid "Inventory Modules" -msgstr "Módulos del inventario" - #: ../../enterprise/godmode/agentes/inventory_manager.php:156 #: ../../enterprise/operation/agentes/agent_inventory.php:34 msgid "No inventory modules found" @@ -6245,11 +6180,6 @@ msgstr "Límite del SLA" msgid "SLA final result: " msgstr "Resultado final del SLA: " -#: ../../enterprise/include/functions_reporting_pdf.php:233 -#: ../../operation/reporting/reporting_viewer.php:251 -msgid "Ok" -msgstr "Bien" - #: ../../enterprise/include/functions_reporting_pdf.php:236 #: ../../operation/reporting/reporting_viewer.php:253 msgid "Fail" @@ -6543,8 +6473,8 @@ msgid "Dashboard" msgstr "Dashboard" #: ../../enterprise/operation/agentes/agent_inventory.php:27 -msgid "Pandora Agents " -msgstr "Agentes de pandora " +msgid "Pandora agents " +msgstr "Agentes de Pandora" #: ../../enterprise/operation/inventory/inventory.php:150 msgid "No relevant data" @@ -6842,7 +6772,8 @@ msgstr "Vista táctica" msgid "Group view" msgstr "Vista de grupo" -#: ../../operation/menu.php:46 +#: ../../operation/menu.php:46 ../../operation/agentes/networkmap.php:303 +#: ../../operation/agentes/networkmap.php:433 msgid "Network map" msgstr "Mapa de red" @@ -6920,10 +6851,6 @@ msgstr "Conmutar filtro(s)" msgid "Not fired" msgstr "No disparado" -#: ../../operation/snmpconsole/snmp_view.php:133 -msgid "fired" -msgstr "Disparado" - #: ../../operation/snmpconsole/snmp_view.php:163 msgid "Search value" msgstr "Buscar valor" @@ -6968,13 +6895,8 @@ msgstr "No se encontraron traps coincidentes" #: ../../operation/agentes/exportdata.php:31 #: ../../operation/agentes/estado_agente.php:53 #: ../../operation/agentes/tactical.php:48 -msgid "Pandora Agents" -msgstr "Agentes de Pandora FMS" - -#: ../../operation/agentes/networkmap.php:303 -#: ../../operation/agentes/networkmap.php:433 -msgid "Network Map" -msgstr "Mapa de red" +msgid "Pandora agents" +msgstr "Agentes de Pandora" #: ../../operation/agentes/networkmap.php:329 msgid "Layout" @@ -7010,13 +6932,9 @@ msgstr "mes" msgid "Map could not be generated" msgstr "El mapa no pudo ser generado" -#: ../../operation/agentes/networkmap.php:387 -msgid "No agents were found" -msgstr "No se encontró ningún agente" - #: ../../operation/agentes/status_monitor.php:31 -#: ../../operation/agentes/estado_monitores.php:120 -msgid "Full list of Monitors" +#: ../../operation/agentes/estado_monitores.php:146 +msgid "Full list of monitors" msgstr "Lista completa de monitores" #: ../../operation/agentes/status_monitor.php:50 @@ -7027,10 +6945,6 @@ msgstr "Estado del monitor" msgid "Not normal" msgstr "No normal" -#: ../../operation/agentes/status_monitor.php:174 -msgid "Module Name" -msgstr "Nombre del módulo" - #: ../../operation/agentes/status_monitor.php:230 msgid "This group doesn't have any monitor" msgstr "Este grupo no tiene ningún monitor definido" @@ -7043,31 +6957,31 @@ msgstr "Hubo un problema al cargar la configuración del agente" msgid "Agent general information" msgstr "Información general del agente" -#: ../../operation/agentes/estado_generalagente.php:45 +#: ../../operation/agentes/estado_generalagente.php:46 msgid "Agent access rate (24h)" msgstr "Accesibilidad del agente (24h)" -#: ../../operation/agentes/estado_generalagente.php:48 +#: ../../operation/agentes/estado_generalagente.php:51 msgid "Events generated -by module-" msgstr "Eventos generados (por módulo)" -#: ../../operation/agentes/estado_generalagente.php:57 +#: ../../operation/agentes/estado_generalagente.php:60 msgid "Refresh data" msgstr "Refrescar datos" -#: ../../operation/agentes/estado_generalagente.php:58 +#: ../../operation/agentes/estado_generalagente.php:61 msgid "Flag" msgstr "Bandera" -#: ../../operation/agentes/estado_generalagente.php:91 +#: ../../operation/agentes/estado_generalagente.php:94 msgid "Agent Version" msgstr "Versión del agente" -#: ../../operation/agentes/estado_generalagente.php:95 +#: ../../operation/agentes/estado_generalagente.php:98 msgid "Remote" msgstr "Remoto" -#: ../../operation/agentes/estado_generalagente.php:122 +#: ../../operation/agentes/estado_generalagente.php:125 msgid "Next agent contact" msgstr "Siguiente contacto con el agente" @@ -7144,19 +7058,19 @@ msgstr "Datos" msgid "Raw Data" msgstr "Datos" -#: ../../operation/agentes/estado_monitores.php:81 +#: ../../operation/agentes/estado_monitores.php:105 msgid "WARNING" msgstr "ADVERTENCIA" -#: ../../operation/agentes/estado_monitores.php:84 +#: ../../operation/agentes/estado_monitores.php:108 msgid "CRITICAL" msgstr "CRÍTICO" -#: ../../operation/agentes/estado_monitores.php:87 +#: ../../operation/agentes/estado_monitores.php:111 msgid "NORMAL" msgstr "NORMAL" -#: ../../operation/agentes/estado_monitores.php:118 +#: ../../operation/agentes/estado_monitores.php:144 msgid "This agent doesn't have any active monitors" msgstr "Este agente no tienen ningún monitor activo" diff --git a/pandora_console/include/languages/index.pot b/pandora_console/include/languages/index.pot index f4d11f5dbe..fdd3e28efb 100644 --- a/pandora_console/include/languages/index.pot +++ b/pandora_console/include/languages/index.pot @@ -3,13 +3,12 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: ../../godmode/modules/manage_network_components.php:238 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-24 15:30+0200\n" +"POT-Creation-Date: 2009-06-25 09:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -108,7 +107,7 @@ msgid "Last week" msgstr "" #: ../../reporting/fgraph.php:242 ../../reporting/fgraph.php:385 -#: ../../reporting/fgraph.php:1016 +#: ../../reporting/fgraph.php:1016 ../../godmode/reporting/map_builder.php:390 #: ../../godmode/reporting/graph_builder.php:358 #: ../../godmode/reporting/graph_builder.php:393 msgid "Last month" @@ -158,11 +157,11 @@ msgid "Period" msgstr "" #: ../../reporting/fgraph.php:471 ../../reporting/fgraph.php:483 -msgid "Open Incident" +msgid "Open incident" msgstr "" #: ../../reporting/fgraph.php:472 ../../reporting/fgraph.php:485 -msgid "Closed Incident" +msgid "Closed incident" msgstr "" #: ../../reporting/fgraph.php:473 ../../reporting/fgraph.php:487 @@ -284,7 +283,7 @@ msgstr "" msgid "Monitors BAD" msgstr "" -#: ../../general/pandora_help.php:20 +#: ../../general/pandora_help.php:20 ../../general/pandora_help.php:57 msgid "Pandora FMS help system" msgstr "" @@ -298,10 +297,6 @@ msgid "" "don't exist. There is no help content to show." msgstr "" -#: ../../general/pandora_help.php:57 -msgid "Pandora FMS Help System" -msgstr "" - #: ../../general/login_page.php:24 msgid "Pandora FMS Web Console" msgstr "" @@ -386,7 +381,7 @@ msgstr "" #: ../../operation/visual_console/index.php:30 #: ../../operation/agentes/networkmap.php:326 #: ../../operation/agentes/status_monitor.php:43 -#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../operation/agentes/estado_generalagente.php:86 #: ../../operation/agentes/alerts_status.php:112 #: ../../operation/agentes/exportdata.php:173 #: ../../operation/agentes/ver_agente.php:62 @@ -426,11 +421,12 @@ msgid "Loading" msgstr "" #: ../../general/ui/agents_list.php:126 +#: ../../operation/agentes/networkmap.php:387 msgid "No agents found" msgstr "" #: ../../general/logoff.php:18 -msgid "Logged Out" +msgid "Logged out" msgstr "" #: ../../general/logoff.php:28 @@ -584,6 +580,7 @@ msgstr "" #: ../../godmode/admin_access_logs.php:86 #: ../../godmode/agentes/agent_template.php:131 #: ../../godmode/agentes/module_manager.php:95 +#: ../../godmode/modules/manage_network_components.php:238 #: ../../godmode/modules/manage_network_templates.php:115 #: ../../include/functions_ui_renders.php:91 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:81 @@ -676,7 +673,8 @@ msgstr "" msgid "minutes" msgstr "" -#: ../../general/header.php:88 ../../include/functions_alerts.php:333 +#: ../../general/header.php:88 ../../godmode/reporting/map_builder.php:381 +#: ../../include/functions_alerts.php:333 #: ../../enterprise/godmode/agentes/inventory_manager.php:117 msgid "hour" msgstr "" @@ -706,7 +704,7 @@ msgid "Events" msgstr "" #: ../../general/logon_failed.php:19 -msgid "Authentication Error" +msgid "Authentication error" msgstr "" #: ../../general/logon_failed.php:31 @@ -861,9 +859,9 @@ msgstr "" #: ../../operation/reporting/custom_reporting.php:39 #: ../../operation/incidents/incident_detail.php:367 #: ../../operation/incidents/incident_detail.php:407 -#: ../../operation/agentes/estado_generalagente.php:79 +#: ../../operation/agentes/estado_generalagente.php:82 #: ../../operation/agentes/estado_ultimopaquete.php:69 -#: ../../operation/agentes/estado_monitores.php:49 +#: ../../operation/agentes/estado_monitores.php:55 #: ../../operation/events/events.php:59 ../../operation/users/user.php:37 msgid "Description" msgstr "" @@ -884,11 +882,12 @@ msgstr "" #: ../../godmode/groups/configure_group.php:98 #: ../../godmode/snmpconsole/snmp_alert.php:243 #: ../../godmode/snmpconsole/snmp_alert.php:333 -#: ../../godmode/setup/setup.php:117 ../../godmode/setup/setup_visuals.php:83 +#: ../../godmode/setup/setup.php:121 ../../godmode/setup/setup_visuals.php:83 #: ../../godmode/setup/links.php:106 ../../godmode/setup/news.php:113 #: ../../godmode/profiles/profile_list.php:202 #: ../../godmode/agentes/agent_template.php:148 #: ../../godmode/agentes/planned_downtime.php:167 +#: ../../godmode/agentes/planned_downtime.php:267 #: ../../godmode/agentes/planned_downtime.php:288 #: ../../godmode/agentes/massive_edit_modules.php:162 #: ../../godmode/agentes/agent_manager.php:192 @@ -903,12 +902,14 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:79 #: ../../enterprise/godmode/policies/policy_modules.php:164 #: ../../enterprise/godmode/policies/configure_policy.php:65 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:189 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:141 #: ../../enterprise/godmode/agentes/inventory_manager.php:140 #: ../../enterprise/godmode/agentes/inventory_manager.php:181 #: ../../enterprise/godmode/modules/configure_local_component.php:86 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:107 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 #: ../../enterprise/dashboard/main_dashboard.php:237 #: ../../enterprise/dashboard/widget.php:119 #: ../../operation/reporting/reporting_viewer.php:69 @@ -1100,17 +1101,6 @@ msgid "Modules" msgstr "" #: ../../godmode/reporting/map_builder_wizard.php:172 -#: ../../godmode/agentes/massive_delete_agents.php:95 -#: ../../godmode/agentes/massive_delete_alerts.php:115 -#: ../../godmode/agentes/massive_edit_modules.php:157 -#: ../../godmode/agentes/massive_delete_modules.php:120 -#: ../../godmode/alerts/alert_compounds.php:178 -#: ../../enterprise/extensions/backup/main.php:158 -#: ../../operation/snmpconsole/snmp_view.php:352 -#: ../../operation/snmpconsole/snmp_view.php:375 -msgid "Are you sure" -msgstr "" - #: ../../godmode/reporting/map_builder_wizard.php:175 #: ../../godmode/reporting/reporting_builder.php:467 #: ../../godmode/reporting/reporting_builder.php:526 @@ -1119,10 +1109,14 @@ msgstr "" #: ../../godmode/profiles/profile_list.php:270 #: ../../godmode/agentes/agent_template.php:147 #: ../../godmode/agentes/manage_config_remote.php:149 +#: ../../godmode/agentes/massive_delete_agents.php:95 #: ../../godmode/agentes/massive_delete_agents.php:98 +#: ../../godmode/agentes/massive_delete_alerts.php:115 #: ../../godmode/agentes/massive_delete_alerts.php:118 +#: ../../godmode/agentes/massive_edit_modules.php:157 #: ../../godmode/agentes/massive_edit_modules.php:160 #: ../../godmode/agentes/modificar_agente.php:233 +#: ../../godmode/agentes/massive_delete_modules.php:120 #: ../../godmode/agentes/massive_delete_modules.php:123 #: ../../godmode/agentes/module_manager.php:169 #: ../../godmode/agentes/module_manager.php:177 @@ -1135,7 +1129,9 @@ msgstr "" #: ../../godmode/alerts/alert_templates.php:209 #: ../../godmode/alerts/alert_actions.php:117 #: ../../godmode/alerts/alert_commands.php:129 +#: ../../godmode/alerts/alert_compounds.php:178 #: ../../godmode/alerts/alert_list.php:466 +#: ../../enterprise/extensions/backup/main.php:158 #: ../../enterprise/godmode/policies/policy_alerts.php:86 #: ../../enterprise/godmode/policies/policy_alerts.php:92 #: ../../enterprise/godmode/policies/policy_modules.php:340 @@ -1151,6 +1147,8 @@ msgstr "" #: ../../operation/reporting/graph_viewer.php:155 #: ../../operation/incidents/incident_detail.php:338 #: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/snmpconsole/snmp_view.php:352 +#: ../../operation/snmpconsole/snmp_view.php:375 msgid "Are you sure?" msgstr "" @@ -1178,7 +1176,9 @@ msgstr "" #: ../../godmode/reporting/map_builder.php:66 #: ../../godmode/reporting/map_builder.php:172 #: ../../godmode/reporting/reporting_builder.php:139 -#: ../../godmode/setup/news.php:35 ../../godmode/profiles/profile_list.php:112 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +#: ../../godmode/setup/links.php:36 ../../godmode/setup/news.php:35 +#: ../../godmode/profiles/profile_list.php:112 #: ../../godmode/agentes/configurar_agente.php:233 #: ../../godmode/agentes/planned_downtime.php:114 #: ../../godmode/modules/manage_nc_groups.php:44 @@ -1218,7 +1218,9 @@ msgstr "" #: ../../godmode/reporting/map_builder.php:79 #: ../../godmode/reporting/reporting_builder.php:66 #: ../../godmode/reporting/reporting_builder.php:86 -#: ../../godmode/setup/news.php:59 ../../godmode/profiles/profile_list.php:45 +#: ../../godmode/snmpconsole/snmp_alert.php:36 +#: ../../godmode/setup/links.php:60 ../../godmode/setup/news.php:59 +#: ../../godmode/profiles/profile_list.php:45 #: ../../godmode/agentes/planned_downtime.php:79 #: ../../godmode/agentes/massive_delete_agents.php:57 #: ../../godmode/agentes/massive_delete_alerts.php:68 @@ -1317,6 +1319,7 @@ msgstr "" #: ../../godmode/profiles/profile_list.php:237 #: ../../godmode/agentes/agent_template.php:147 #: ../../godmode/agentes/planned_downtime.php:246 +#: ../../godmode/agentes/planned_downtime.php:266 #: ../../godmode/agentes/planned_downtime.php:286 #: ../../godmode/agentes/massive_delete_agents.php:100 #: ../../godmode/agentes/massive_delete_alerts.php:120 @@ -1366,6 +1369,7 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:348 #: ../../godmode/setup/file_manager.php:173 #: ../../godmode/profiles/profile_list.php:197 +#: ../../godmode/profiles/profile_list.php:279 #: ../../godmode/agentes/planned_downtime.php:303 #: ../../godmode/agentes/agent_manager.php:196 #: ../../godmode/agentes/module_manager.php:61 @@ -1390,10 +1394,12 @@ msgstr "" #: ../../enterprise/godmode/policies/policy_modules.php:168 #: ../../enterprise/godmode/policies/policies.php:158 #: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:81 #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:204 #: ../../enterprise/godmode/modules/configure_local_component.php:89 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:116 #: ../../enterprise/godmode/modules/local_components.php:239 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 #: ../../operation/incidents/incident_detail.php:299 msgid "Create" msgstr "" @@ -1466,15 +1472,25 @@ msgstr "" msgid "Drag an element here to delete from the map" msgstr "" -#: ../../godmode/reporting/map_builder.php:381 -msgid "Hour" -msgstr "" - #: ../../godmode/reporting/map_builder.php:382 #: ../../godmode/reporting/map_builder.php:383 #: ../../godmode/reporting/map_builder.php:384 #: ../../godmode/reporting/map_builder.php:385 -msgid "Hours" +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:360 +#: ../../godmode/reporting/reporting_builder.php:361 +#: ../../godmode/reporting/reporting_builder.php:362 +#: ../../include/functions_alerts.php:334 +#: ../../include/functions_alerts.php:335 +#: ../../include/functions_alerts.php:336 ../../include/functions.php:438 +#: ../../include/functions_custom_graphs.php:100 +#: ../../include/functions_custom_graphs.php:101 +#: ../../include/functions_custom_graphs.php:102 +#: ../../include/functions_custom_graphs.php:103 +#: ../../enterprise/godmode/agentes/inventory_manager.php:118 +#: ../../enterprise/godmode/agentes/inventory_manager.php:119 +#: ../../enterprise/godmode/agentes/inventory_manager.php:120 +msgid "hours" msgstr "" #: ../../godmode/reporting/map_builder.php:387 ../../godmode/db/db_main.php:41 @@ -1491,16 +1507,12 @@ msgstr "" msgid "15 days" msgstr "" -#: ../../godmode/reporting/map_builder.php:390 -msgid "Last Month" -msgstr "" - #: ../../godmode/reporting/map_builder.php:391 -msgid "Two Months" +msgid "Two months" msgstr "" #: ../../godmode/reporting/map_builder.php:392 -msgid "Six Months" +msgid "Six months" msgstr "" #: ../../godmode/reporting/map_builder.php:397 @@ -1538,7 +1550,7 @@ msgstr "" #: ../../operation/servers/view_server.php:55 #: ../../operation/agentes/status_monitor.php:171 #: ../../operation/agentes/estado_ultimopaquete.php:67 -#: ../../operation/agentes/estado_monitores.php:47 +#: ../../operation/agentes/estado_monitores.php:53 #: ../../operation/agentes/sla_view.php:52 #: ../../operation/agentes/sla_view.php:110 #: ../../operation/events/events.php:42 ../../operation/events/events.php:346 @@ -1584,7 +1596,7 @@ msgstr "" #: ../../godmode/agentes/agent_manager.php:132 #: ../../godmode/modules/manage_nc_groups.php:88 #: ../../godmode/modules/manage_nc_groups_form.php:51 -#: ../../operation/agentes/estado_generalagente.php:71 +#: ../../operation/agentes/estado_generalagente.php:74 msgid "Parent" msgstr "" @@ -1643,7 +1655,8 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:114 #: ../../godmode/servers/manage_recontask_form.php:107 #: ../../godmode/setup/setup.php:93 ../../godmode/setup/setup.php:97 -#: ../../godmode/setup/setup.php:101 ../../godmode/setup/setup_visuals.php:70 +#: ../../godmode/setup/setup.php:101 ../../godmode/setup/setup.php:114 +#: ../../godmode/setup/setup_visuals.php:70 #: ../../include/functions_db.php:2554 msgid "Yes" msgstr "" @@ -1657,7 +1670,8 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:114 #: ../../godmode/servers/manage_recontask_form.php:107 #: ../../godmode/setup/setup.php:94 ../../godmode/setup/setup.php:98 -#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup_visuals.php:71 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:115 +#: ../../godmode/setup/setup_visuals.php:71 #: ../../include/functions_db.php:2556 msgid "No" msgstr "" @@ -1807,7 +1821,10 @@ msgid "There was a problem creating reporting" msgstr "" #: ../../godmode/reporting/reporting_builder.php:153 -#: ../../godmode/setup/news.php:49 ../../godmode/profiles/profile_list.php:80 +#: ../../godmode/snmpconsole/snmp_alert.php:91 +#: ../../godmode/setup/links.php:50 ../../godmode/setup/news.php:49 +#: ../../godmode/profiles/profile_list.php:80 +#: ../../godmode/agentes/configurar_agente.php:317 #: ../../godmode/agentes/massive_edit_modules.php:81 #: ../../godmode/modules/manage_nc_groups.php:57 #: ../../godmode/alerts/alert_templates.php:123 @@ -1911,23 +1928,6 @@ msgstr "" msgid "Reporting type" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:359 -#: ../../godmode/reporting/reporting_builder.php:360 -#: ../../godmode/reporting/reporting_builder.php:361 -#: ../../godmode/reporting/reporting_builder.php:362 -#: ../../include/functions_alerts.php:334 -#: ../../include/functions_alerts.php:335 -#: ../../include/functions_alerts.php:336 ../../include/functions.php:438 -#: ../../include/functions_custom_graphs.php:100 -#: ../../include/functions_custom_graphs.php:101 -#: ../../include/functions_custom_graphs.php:102 -#: ../../include/functions_custom_graphs.php:103 -#: ../../enterprise/godmode/agentes/inventory_manager.php:118 -#: ../../enterprise/godmode/agentes/inventory_manager.php:119 -#: ../../enterprise/godmode/agentes/inventory_manager.php:120 -msgid "hours" -msgstr "" - #: ../../godmode/reporting/reporting_builder.php:365 #: ../../include/functions_custom_graphs.php:106 msgid "1 week" @@ -2027,8 +2027,8 @@ msgid "Pandora servers" msgstr "" #: ../../godmode/servers/manage_export.php:87 -#: ../../godmode/servers/manage_export_form.php:58 -msgid "export targets" +#: ../../godmode/servers/manage_export_form.php:58 ../../godmode/menu.php:146 +msgid "Export targets" msgstr "" #: ../../godmode/servers/manage_export.php:91 @@ -2054,8 +2054,8 @@ msgstr "" #: ../../enterprise/dashboard/widgets/events_list.php:29 #: ../../operation/servers/view_server_detail.php:74 #: ../../operation/agentes/status_monitor.php:176 -#: ../../operation/agentes/estado_generalagente.php:75 -#: ../../operation/agentes/estado_monitores.php:51 +#: ../../operation/agentes/estado_generalagente.php:78 +#: ../../operation/agentes/estado_monitores.php:57 #: ../../operation/agentes/sla_view.php:56 #: ../../operation/agentes/estado_agente.php:130 msgid "Interval" @@ -2093,7 +2093,7 @@ msgstr "" #: ../../godmode/servers/modificar_server.php:65 #: ../../godmode/agentes/agent_manager.php:117 -#: ../../operation/agentes/estado_generalagente.php:61 +#: ../../operation/agentes/estado_generalagente.php:64 msgid "IP Address" msgstr "" @@ -2116,7 +2116,7 @@ msgstr "" #: ../../operation/agentes/status_monitor.php:179 #: ../../operation/agentes/alerts_status.php:122 #: ../../operation/agentes/alerts_status.php:142 -#: ../../operation/agentes/estado_monitores.php:50 +#: ../../operation/agentes/estado_monitores.php:56 #: ../../operation/agentes/sla_view.php:55 #: ../../operation/agentes/sla_view.php:113 #: ../../operation/agentes/estado_agente.php:133 @@ -2137,8 +2137,8 @@ msgid "Updated" msgstr "" #: ../../godmode/servers/modificar_server.php:128 -#: ../../include/functions_db.php:2778 -msgid "Network Server" +#: ../../include/functions_db.php:2782 +msgid "Network server" msgstr "" #: ../../godmode/servers/modificar_server.php:129 @@ -2146,12 +2146,12 @@ msgid "Master" msgstr "" #: ../../godmode/servers/modificar_server.php:130 -#: ../../include/functions_db.php:2773 -msgid "Data Server" +#: ../../include/functions_db.php:2777 +msgid "Data server" msgstr "" #: ../../godmode/servers/modificar_server.php:131 -msgid "MD5 Check" +msgid "MD5 check" msgstr "" #: ../../godmode/servers/modificar_server.php:132 ../../operation/menu.php:154 @@ -2224,7 +2224,7 @@ msgstr "" #: ../../enterprise/godmode/modules/local_components.php:188 #: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:58 #: ../../operation/servers/view_server_detail.php:89 -#: ../../operation/agentes/estado_generalagente.php:67 +#: ../../operation/agentes/estado_generalagente.php:70 #: ../../operation/agentes/estado_agente.php:129 msgid "OS" msgstr "" @@ -2247,8 +2247,8 @@ msgid "Task name" msgstr "" #: ../../godmode/servers/manage_recontask_form.php:68 -#: ../../include/functions_db.php:2788 -msgid "Recon Server" +#: ../../include/functions_db.php:2792 +msgid "Recon server" msgstr "" #: ../../godmode/servers/manage_recontask_form.php:68 @@ -2295,6 +2295,7 @@ msgid "%d month" msgstr "" #: ../../godmode/servers/manage_export_form.php:74 +#: ../../include/functions_db.php:2812 msgid "Export server" msgstr "" @@ -2378,7 +2379,8 @@ msgid "Nagios" msgstr "" #: ../../godmode/servers/plugin.php:164 -msgid "Max.Timeout" +#: ../../godmode/modules/manage_network_components_form_wmi.php:120 +msgid "Max. timeout" msgstr "" #: ../../godmode/servers/plugin.php:168 @@ -2493,7 +2495,7 @@ msgstr "" msgid "Custom ID" msgstr "" -#: ../../godmode/menu.php:36 +#: ../../godmode/menu.php:36 ../../godmode/profiles/profile_list.php:231 msgid "Manage agents" msgstr "" @@ -2579,10 +2581,6 @@ msgstr "" msgid "Manage plugins" msgstr "" -#: ../../godmode/menu.php:146 -msgid "Export targets" -msgstr "" - #: ../../godmode/menu.php:157 msgid "System audit log" msgstr "" @@ -2604,11 +2602,11 @@ msgid "File manager" msgstr "" #: ../../godmode/menu.php:176 -msgid "DB Maintenance" +msgid "DB maintenance" msgstr "" #: ../../godmode/menu.php:181 -msgid "DB Information" +msgid "DB information" msgstr "" #: ../../godmode/menu.php:183 ../../godmode/db/db_purge.php:33 @@ -2616,7 +2614,7 @@ msgid "Database purge" msgstr "" #: ../../godmode/menu.php:185 ../../godmode/db/db_refine.php:29 -#: ../../include/functions_db.php:3180 +#: ../../include/functions_db.php:3184 msgid "Database debug" msgstr "" @@ -2640,26 +2638,14 @@ msgstr "" msgid "There was a problem deleting the alert" msgstr "" -#: ../../godmode/snmpconsole/snmp_alert.php:36 -msgid "Alert successfully deleted" -msgstr "" - #: ../../godmode/snmpconsole/snmp_alert.php:74 msgid "There was a problem creating the alert" msgstr "" -#: ../../godmode/snmpconsole/snmp_alert.php:76 -msgid "Alert successfully created" -msgstr "" - #: ../../godmode/snmpconsole/snmp_alert.php:89 msgid "There was a problem updating the alert" msgstr "" -#: ../../godmode/snmpconsole/snmp_alert.php:91 -msgid "Alert successfully updated" -msgstr "" - #: ../../godmode/snmpconsole/snmp_alert.php:137 msgid "Update alert" msgstr "" @@ -2748,7 +2734,7 @@ msgid "Priority" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:251 -msgid "Alert Overview" +msgid "Alert overview" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:259 @@ -2793,7 +2779,7 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:327 #: ../../include/functions_ui.php:143 #: ../../enterprise/extensions/cron/main.php:119 -#: ../../operation/agentes/estado_generalagente.php:101 +#: ../../operation/agentes/estado_generalagente.php:104 #: ../../operation/agentes/estado_ultimopaquete.php:210 msgid "Never" msgstr "" @@ -2878,7 +2864,7 @@ msgid "Compact interpolation in hours (1 Fine-20 bad)" msgstr "" #: ../../godmode/setup/setup.php:75 -msgid "Auto login (Hash) password" +msgid "Auto login (hash) password" msgstr "" #: ../../godmode/setup/setup.php:78 @@ -2921,6 +2907,10 @@ msgstr "" msgid "Attachment store" msgstr "" +#: ../../godmode/setup/setup.php:113 +msgid "Use agent access graph" +msgstr "" + #: ../../godmode/setup/file_manager.php:43 msgid "attach_error" msgstr "" @@ -3047,26 +3037,14 @@ msgstr "" msgid "There was a problem creating link" msgstr "" -#: ../../godmode/setup/links.php:36 -msgid "Link successfully created" -msgstr "" - #: ../../godmode/setup/links.php:48 msgid "There was a problem modifying link" msgstr "" -#: ../../godmode/setup/links.php:50 -msgid "Link successfully updated" -msgstr "" - #: ../../godmode/setup/links.php:58 msgid "There was a problem deleting link" msgstr "" -#: ../../godmode/setup/links.php:60 -msgid "Link successfully deleted" -msgstr "" - #: ../../godmode/setup/links.php:75 ../../godmode/setup/news.php:77 msgid "Name error" msgstr "" @@ -3134,7 +3112,6 @@ msgid "Profile management" msgstr "" #: ../../godmode/profiles/profile_list.php:137 -#: ../../godmode/profiles/profile_list.php:279 msgid "Create profile" msgstr "" @@ -3160,6 +3137,7 @@ msgid "Edit incidents" msgstr "" #: ../../godmode/profiles/profile_list.php:174 +#: ../../godmode/profiles/profile_list.php:229 #: ../../operation/incidents/incident.php:174 ../../operation/menu.php:100 msgid "Manage incidents" msgstr "" @@ -3173,6 +3151,7 @@ msgid "Edit agents" msgstr "" #: ../../godmode/profiles/profile_list.php:180 +#: ../../godmode/profiles/profile_list.php:232 msgid "Edit alerts" msgstr "" @@ -3190,43 +3169,33 @@ msgid "Profiles" msgstr "" #: ../../godmode/profiles/profile_list.php:227 -msgid "Read Incidents" +msgid "Read incidents" msgstr "" #: ../../godmode/profiles/profile_list.php:228 -msgid "Create Incidents" -msgstr "" - -#: ../../godmode/profiles/profile_list.php:229 -msgid "Manage Incidents" +msgid "Create incidents" msgstr "" #: ../../godmode/profiles/profile_list.php:230 -msgid "Read Agent Information" -msgstr "" - -#: ../../godmode/profiles/profile_list.php:231 -msgid "Manage Agents" -msgstr "" - -#: ../../godmode/profiles/profile_list.php:232 -msgid "Edit Alerts" +msgid "Read agent information" msgstr "" #: ../../godmode/profiles/profile_list.php:233 -msgid "Manage User Rights" +msgid "Manage user rights" msgstr "" #: ../../godmode/profiles/profile_list.php:234 -msgid "Database Management" +#: ../../godmode/users/user_list.php:149 ../../operation/users/user.php:107 +msgid "Database management" msgstr "" #: ../../godmode/profiles/profile_list.php:235 -msgid "Alerts Management" +#: ../../godmode/users/user_list.php:150 ../../operation/users/user.php:108 +msgid "Alerts management" msgstr "" #: ../../godmode/profiles/profile_list.php:236 -msgid "Pandora System Management" +msgid "Pandora system management" msgstr "" #: ../../godmode/agentes/configurar_agente.php:125 @@ -3271,10 +3240,6 @@ msgstr "" msgid "There was a problem updating the agent" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:317 -msgid "Agent successfully updated" -msgstr "" - #: ../../godmode/agentes/configurar_agente.php:336 msgid "There was a problem loading the agent" msgstr "" @@ -3476,8 +3441,9 @@ msgstr "" #: ../../godmode/modules/manage_network_components_form_wmi.php:79 #: ../../godmode/modules/manage_network_templates_form.php:147 #: ../../operation/agentes/status_monitor.php:67 +#: ../../operation/agentes/status_monitor.php:174 #: ../../operation/agentes/estado_ultimopaquete.php:66 -#: ../../operation/agentes/estado_monitores.php:48 +#: ../../operation/agentes/estado_monitores.php:54 #: ../../operation/agentes/sla_view.php:53 #: ../../operation/agentes/sla_view.php:111 msgid "Module name" @@ -3541,7 +3507,7 @@ msgid "Planned Downtime Form" msgstr "" #: ../../godmode/agentes/planned_downtime.php:179 -msgid "Available Agents" +msgid "Available agents" msgstr "" #: ../../godmode/agentes/planned_downtime.php:200 @@ -3554,8 +3520,8 @@ msgstr "" #: ../../godmode/agentes/planned_downtime.php:220 #: ../../godmode/users/user_list.php:55 -#: ../../operation/agentes/estado_generalagente.php:95 -#: ../../operation/agentes/estado_monitores.php:52 +#: ../../operation/agentes/estado_generalagente.php:98 +#: ../../operation/agentes/estado_monitores.php:58 #: ../../operation/agentes/ver_agente.php:66 #: ../../operation/agentes/estado_agente.php:135 #: ../../operation/users/user.php:35 @@ -3594,14 +3560,6 @@ msgstr "" msgid "To" msgstr "" -#: ../../godmode/agentes/planned_downtime.php:266 -msgid "Del" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.php:267 -msgid "Upd" -msgstr "" - #: ../../godmode/agentes/planned_downtime.php:268 #: ../../enterprise/extensions/backup/main.php:77 msgid "Running" @@ -3763,7 +3721,7 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:159 #: ../../godmode/agentes/agent_manager.php:101 ../../godmode/db/db_info.php:59 #: ../../include/functions_events.php:262 -#: ../../operation/agentes/estado_generalagente.php:55 +#: ../../operation/agentes/estado_generalagente.php:58 #: ../../operation/events/events.php:352 msgid "Agent name" msgstr "" @@ -3806,7 +3764,7 @@ msgid "Could not delete modules" msgstr "" #: ../../godmode/agentes/massive_config.php:31 -msgid "Configuration Management" +msgid "Configuration management" msgstr "" #: ../../godmode/agentes/massive_config.php:73 @@ -3930,15 +3888,15 @@ msgid "Create a new network server module" msgstr "" #: ../../godmode/agentes/module_manager.php:50 -msgid "Create a new plugin Server module" +msgid "Create a new plugin server module" msgstr "" #: ../../godmode/agentes/module_manager.php:52 -msgid "Create a new WMI Server module" +msgid "Create a new WMI server module" msgstr "" #: ../../godmode/agentes/module_manager.php:54 -msgid "Create a new prediction Server module" +msgid "Create a new prediction server module" msgstr "" #: ../../godmode/agentes/module_manager.php:82 @@ -4047,10 +4005,6 @@ msgstr "" msgid "Module Interval" msgstr "" -#: ../../godmode/modules/manage_network_components_form_wmi.php:120 -msgid "Max. timeout" -msgstr "" - #: ../../godmode/modules/manage_network_components_form_wmi.php:170 #: ../../godmode/modules/manage_network_components_form_network.php:87 msgid "Minimum Data" @@ -4119,7 +4073,7 @@ msgid "No modules for this profile" msgstr "" #: ../../godmode/modules/manage_network_templates_form.php:175 -msgid "Add Modules" +msgid "Add modules" msgstr "" #: ../../godmode/modules/manage_network_components_form_network.php:33 @@ -4251,14 +4205,6 @@ msgstr "" msgid "Users management" msgstr "" -#: ../../godmode/users/user_list.php:149 ../../operation/users/user.php:107 -msgid "Database management" -msgstr "" - -#: ../../godmode/users/user_list.php:150 ../../operation/users/user.php:108 -msgid "Alerts management" -msgstr "" - #: ../../godmode/users/user_list.php:151 ../../operation/users/user.php:109 msgid "Systems management" msgstr "" @@ -4342,11 +4288,11 @@ msgstr "" #: ../../godmode/db/db_info.php:39 ../../godmode/db/db_purge.php:33 #: ../../godmode/db/db_main.php:38 ../../godmode/db/db_audit.php:69 #: ../../godmode/db/db_refine.php:29 ../../godmode/db/db_event.php:42 -msgid "Database Maintenance" +msgid "Database maintenance" msgstr "" #: ../../godmode/db/db_info.php:40 -msgid "Database Information" +msgid "Database information" msgstr "" #: ../../godmode/db/db_info.php:44 @@ -4544,7 +4490,7 @@ msgid "" msgstr "" #: ../../godmode/db/db_audit.php:70 -msgid "Database Audit purge" +msgid "Database audit purge" msgstr "" #: ../../godmode/db/db_audit.php:76 ../../godmode/db/db_event.php:52 @@ -4644,7 +4590,7 @@ msgid "Error deleting old events" msgstr "" #: ../../godmode/db/db_event.php:42 -msgid "Event Database cleanup" +msgid "Event database cleanup" msgstr "" #: ../../godmode/db/db_event.php:58 @@ -5418,6 +5364,7 @@ msgid "MinMax.Al" msgstr "" #: ../../include/functions_db.php:2492 +#: ../../operation/snmpconsole/snmp_view.php:133 #: ../../operation/snmpconsole/snmp_view.php:388 #: ../../operation/agentes/alerts_status.php:118 msgid "Fired" @@ -5431,58 +5378,56 @@ msgstr "" msgid "Alert not fired" msgstr "" -#: ../../include/functions_db.php:2783 -msgid "SNMP Server" +#: ../../include/functions_db.php:2787 +msgid "SNMP server" msgstr "" -#: ../../include/functions_db.php:2793 -msgid "Plugin Server" +#: ../../include/functions_db.php:2797 +msgid "Plugin server" msgstr "" -#: ../../include/functions_db.php:2798 -msgid "Prediction Server" +#: ../../include/functions_db.php:2802 +msgid "Prediction server" msgstr "" -#: ../../include/functions_db.php:2803 -msgid "WMI Server" +#: ../../include/functions_db.php:2807 +msgid "WMI server" msgstr "" -#: ../../include/functions_db.php:2808 -msgid "Export Server" +#: ../../include/functions_db.php:2817 +msgid "Inventory server" msgstr "" -#: ../../include/functions_db.php:2813 -msgid "Inventory Server" -msgstr "" - -#: ../../include/functions_db.php:2818 -msgid "Web Server" -msgstr "" - -#: ../../include/functions_db.php:3196 -msgid "SQL sentence" -msgstr "" - -#: ../../include/functions_db.php:3197 -msgid "Result" -msgstr "" - -#: ../../include/functions_db.php:3198 -msgid "Rows" -msgstr "" - -#: ../../include/functions_db.php:3199 -msgid "Saved" +#: ../../include/functions_db.php:2822 +msgid "Web server" msgstr "" #: ../../include/functions_db.php:3200 +msgid "SQL sentence" +msgstr "" + +#: ../../include/functions_db.php:3201 +msgid "Result" +msgstr "" + +#: ../../include/functions_db.php:3202 +msgid "Rows" +msgstr "" + +#: ../../include/functions_db.php:3203 +msgid "Saved" +msgstr "" + +#: ../../include/functions_db.php:3204 msgid "Time (ms)" msgstr "" -#: ../../include/functions_db.php:3210 +#: ../../include/functions_db.php:3214 #: ../../enterprise/extensions/backup/main.php:96 +#: ../../enterprise/include/functions_reporting_pdf.php:233 #: ../../enterprise/dashboard/widgets/groups_status.php:60 #: ../../enterprise/dashboard/widgets/maps_status.php:66 +#: ../../operation/reporting/reporting_viewer.php:251 msgid "OK" msgstr "" @@ -5917,6 +5862,7 @@ msgid "Configure policy" msgstr "" #: ../../enterprise/godmode/menu.php:13 +#: ../../enterprise/godmode/agentes/inventory_manager.php:148 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:65 #: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:48 msgid "Inventory modules" @@ -5948,16 +5894,6 @@ msgstr "" msgid "Severity" msgstr "" -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -msgid "update" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:81 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -msgid "create" -msgstr "" - #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:47 msgid "Error parsing MIB" msgstr "" @@ -6080,10 +6016,6 @@ msgstr "" msgid "Update all" msgstr "" -#: ../../enterprise/godmode/agentes/inventory_manager.php:148 -msgid "Inventory Modules" -msgstr "" - #: ../../enterprise/godmode/agentes/inventory_manager.php:156 #: ../../enterprise/operation/agentes/agent_inventory.php:34 msgid "No inventory modules found" @@ -6165,11 +6097,6 @@ msgstr "" msgid "SLA final result: " msgstr "" -#: ../../enterprise/include/functions_reporting_pdf.php:233 -#: ../../operation/reporting/reporting_viewer.php:251 -msgid "Ok" -msgstr "" - #: ../../enterprise/include/functions_reporting_pdf.php:236 #: ../../operation/reporting/reporting_viewer.php:253 msgid "Fail" @@ -6450,7 +6377,7 @@ msgid "Dashboard" msgstr "" #: ../../enterprise/operation/agentes/agent_inventory.php:27 -msgid "Pandora Agents " +msgid "Pandora agents " msgstr "" #: ../../enterprise/operation/inventory/inventory.php:150 @@ -6749,7 +6676,8 @@ msgstr "" msgid "Group view" msgstr "" -#: ../../operation/menu.php:46 +#: ../../operation/menu.php:46 ../../operation/agentes/networkmap.php:303 +#: ../../operation/agentes/networkmap.php:433 msgid "Network map" msgstr "" @@ -6827,10 +6755,6 @@ msgstr "" msgid "Not fired" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:133 -msgid "fired" -msgstr "" - #: ../../operation/snmpconsole/snmp_view.php:163 msgid "Search value" msgstr "" @@ -6875,12 +6799,7 @@ msgstr "" #: ../../operation/agentes/exportdata.php:31 #: ../../operation/agentes/estado_agente.php:53 #: ../../operation/agentes/tactical.php:48 -msgid "Pandora Agents" -msgstr "" - -#: ../../operation/agentes/networkmap.php:303 -#: ../../operation/agentes/networkmap.php:433 -msgid "Network Map" +msgid "Pandora agents" msgstr "" #: ../../operation/agentes/networkmap.php:329 @@ -6917,13 +6836,9 @@ msgstr "" msgid "Map could not be generated" msgstr "" -#: ../../operation/agentes/networkmap.php:387 -msgid "No agents were found" -msgstr "" - #: ../../operation/agentes/status_monitor.php:31 -#: ../../operation/agentes/estado_monitores.php:120 -msgid "Full list of Monitors" +#: ../../operation/agentes/estado_monitores.php:146 +msgid "Full list of monitors" msgstr "" #: ../../operation/agentes/status_monitor.php:50 @@ -6934,10 +6849,6 @@ msgstr "" msgid "Not normal" msgstr "" -#: ../../operation/agentes/status_monitor.php:174 -msgid "Module Name" -msgstr "" - #: ../../operation/agentes/status_monitor.php:230 msgid "This group doesn't have any monitor" msgstr "" @@ -6950,31 +6861,31 @@ msgstr "" msgid "Agent general information" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:45 +#: ../../operation/agentes/estado_generalagente.php:46 msgid "Agent access rate (24h)" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:48 +#: ../../operation/agentes/estado_generalagente.php:51 msgid "Events generated -by module-" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:57 +#: ../../operation/agentes/estado_generalagente.php:60 msgid "Refresh data" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:58 +#: ../../operation/agentes/estado_generalagente.php:61 msgid "Flag" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:91 +#: ../../operation/agentes/estado_generalagente.php:94 msgid "Agent Version" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:95 +#: ../../operation/agentes/estado_generalagente.php:98 msgid "Remote" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:122 +#: ../../operation/agentes/estado_generalagente.php:125 msgid "Next agent contact" msgstr "" @@ -7051,19 +6962,19 @@ msgstr "" msgid "Raw Data" msgstr "" -#: ../../operation/agentes/estado_monitores.php:81 +#: ../../operation/agentes/estado_monitores.php:105 msgid "WARNING" msgstr "" -#: ../../operation/agentes/estado_monitores.php:84 +#: ../../operation/agentes/estado_monitores.php:108 msgid "CRITICAL" msgstr "" -#: ../../operation/agentes/estado_monitores.php:87 +#: ../../operation/agentes/estado_monitores.php:111 msgid "NORMAL" msgstr "" -#: ../../operation/agentes/estado_monitores.php:118 +#: ../../operation/agentes/estado_monitores.php:144 msgid "This agent doesn't have any active monitors" msgstr "" diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index b82a38284f..71a93af8d3 100644 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -100,7 +100,7 @@ if ($tab != '') { $url = $url.'&tab='.$tab; } -echo "

".__('Pandora Agents')." » ".__('Alerts').'

'; +echo "

".__('Pandora agents')." » ".__('Alerts').'

'; echo ''; diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index 527eba8706..66a763796a 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -50,7 +50,7 @@ if (is_ajax ()) { $group_id = get_parameter ("group_id", 0); $search = get_parameter ("search", ""); -echo "

".__('Pandora Agents')." » ".__('Summary')."

"; +echo "

".__('Pandora agents')." » ".__('Summary')."

"; if ($group_id > 1) { echo ''; diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index fa9e096af6..646f9d1c2f 100644 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -35,7 +35,7 @@ if (! give_acl ($config["id_user"], $agent["id_grupo"], "AR")) { return; } -echo "

".__('Pandora Agents')." » ".__('Agent general information')."

"; +echo "

".__('Pandora agents')." » ".__('Agent general information')."

"; // Blank space below title echo '
 
'; diff --git a/pandora_console/operation/agentes/estado_grupo.php b/pandora_console/operation/agentes/estado_grupo.php index c4b674cffd..a1e01812e9 100644 --- a/pandora_console/operation/agentes/estado_grupo.php +++ b/pandora_console/operation/agentes/estado_grupo.php @@ -28,7 +28,7 @@ if (! give_acl ($config['id_user'], 0, "AR")) { require ("general/noaccess.php"); exit; } -echo "

".__('Pandora Agents')." » ".__('Group view')."

"; +echo "

".__('Pandora agents')." » ".__('Group view')."

"; // Update network modules for this group // Check for Network FLAG change request diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index 307ddd32b9..ce5c7a0009 100644 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -143,7 +143,7 @@ foreach ($modules as $module) { if (empty ($table->data)) { echo '
'.__('This agent doesn\'t have any active monitors').'
'; } else { - echo "

".__('Full list of Monitors')."

"; + echo "

".__('Full list of monitors')."

"; print_table ($table); } diff --git a/pandora_console/operation/agentes/estado_ultimopaquete.php b/pandora_console/operation/agentes/estado_ultimopaquete.php index 7664f6ba8f..7715e6cc4c 100644 --- a/pandora_console/operation/agentes/estado_ultimopaquete.php +++ b/pandora_console/operation/agentes/estado_ultimopaquete.php @@ -44,7 +44,7 @@ $label_group = 0; $last_label = ""; // Title -echo "

".__('Pandora Agents')." » "; +echo "

".__('Pandora agents')." » "; echo __('Display of last data modules received by agent'); echo " "; echo "

"; diff --git a/pandora_console/operation/agentes/exportdata.php b/pandora_console/operation/agentes/exportdata.php index 6da99279e7..f4c9e548f5 100644 --- a/pandora_console/operation/agentes/exportdata.php +++ b/pandora_console/operation/agentes/exportdata.php @@ -28,7 +28,7 @@ if (!give_acl ($config['id_user'], 0, "AR")) { require_javascript_file ('calendar'); -echo "

".__('Pandora Agents')." » ".__('Export data')."

"; +echo "

".__('Pandora agents')." » ".__('Export data')."

"; $group = get_parameter_post ('group', 1); $agent = get_parameter_post ('agent', 0); diff --git a/pandora_console/operation/agentes/networkmap.php b/pandora_console/operation/agentes/networkmap.php index 3767df127c..b3453ab209 100644 --- a/pandora_console/operation/agentes/networkmap.php +++ b/pandora_console/operation/agentes/networkmap.php @@ -300,7 +300,7 @@ function set_filter () { /* Main code */ -echo '

'.__('Pandora Agents').' » '.__('Network Map').' '; +echo '

'.__('Pandora agents').' » '.__('Network map').' '; if ($pure == 1) { echo ''; print_image ("images/normalscreen.png", false, array ('title' => __('Normal screen'), 'alt' => __('Normal screen'))); @@ -384,7 +384,7 @@ $filter = set_filter (); $graph = generate_dot ($group, $simple, $font_size); if ($graph === false) { print_error_message (__('Map could not be generated')); - echo __('No agents were found'); + echo __('No agents found'); return; } @@ -430,7 +430,7 @@ if ($result !== false) { echo "
Is ".$config["attachment_store"]." readable by the webserver process?"; return; } - print_image ($filename_img, false, array ("alt" => __('Network Map'), "usemap" => "#networkmap")); + print_image ($filename_img, false, array ("alt" => __('Network map'), "usemap" => "#networkmap")); require ($filename_map); } else { print_error_message (__('Map could not be generated')); diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 28cba2d48c..805b872424 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -28,7 +28,7 @@ if (! give_acl ($config['id_user'], 0, "AR") && ! give_acl ($config['id_user'], return; } -echo '

'.__('Pandora Agents').' » '.__('Full list of Monitors').'

'; +echo '

'.__('Pandora agents').' » '.__('Full list of monitors').'

'; $ag_freestring = get_parameter ('ag_freestring'); $ag_modulename = (string) get_parameter ('ag_modulename'); @@ -171,7 +171,7 @@ $table->head[1] = __('Agent'); $table->head[2] = __('Type'); $table->align[2] = "center"; -$table->head[3] = __('Module Name'); +$table->head[3] = __('Module name'); $table->head[4] = __('Interval'); $table->align[4] = "center"; diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 86def6e46e..09e97fc951 100644 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -45,7 +45,7 @@ function print_cells_temp ($cells) { } -echo "

".__('Pandora Agents')." » ".__('Tactical view')."

"; +echo "

".__('Pandora agents')." » ".__('Tactical view')."

"; $data = get_group_stats (); diff --git a/pandora_console/operation/reporting/reporting_viewer.php b/pandora_console/operation/reporting/reporting_viewer.php index 4fce417fac..a5d8ca269b 100644 --- a/pandora_console/operation/reporting/reporting_viewer.php +++ b/pandora_console/operation/reporting/reporting_viewer.php @@ -248,7 +248,7 @@ foreach ($contents as $content) { if (!empty ($slas)) { $data = array (); if ($sla_failed == false) - $data[0] = ''.__('Ok').''; + $data[0] = ''.__('OK').''; else $data[0] = ''.__('Fail').''; $n = array_push ($table->data, $data); diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 738d7f3eca..837c903fef 100644 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -130,7 +130,7 @@ $table->data = array (); $agents = array (); $oids = array (); $severities = get_priorities (); -$alerted = array (__('Not fired'), __('fired')); +$alerted = array (__('Not fired'), __('Fired')); foreach ($traps as $trap) { $agent = get_agent_with_ip ($trap['source']); $agents[$trap["source"]] = $agent !== false ? $agent["nombre"] : $trap["source"]; @@ -349,7 +349,7 @@ foreach ($traps as $trap) { $data[8] .= '
'; } if (give_acl ($config["id_user"], 0, "IW")) { - $data[8] .= ''; + $data[8] .= ''; } $data[9] = print_checkbox_extended ("snmptrapid[]", $trap["id_trap"], false, false, '', 'class="chk"', true); @@ -372,7 +372,7 @@ print_submit_button (__('Validate'), "updatebt", false, 'class="sub ok"'); if (give_acl ($config['id_user'], 0, "IM")) { echo " "; - print_submit_button (__('Delete'), "deletebt", false, 'class="sub delete" onClick="javascript:confirm(\''.__('Are you sure').'\')"'); + print_submit_button (__('Delete'), "deletebt", false, 'class="sub delete" onClick="javascript:confirm(\''.__('Are you sure?').'\')"'); } echo ""; diff --git a/pandora_console/reporting/fgraph.php b/pandora_console/reporting/fgraph.php index 8ba1d50764..c11b08925e 100644 --- a/pandora_console/reporting/fgraph.php +++ b/pandora_console/reporting/fgraph.php @@ -468,8 +468,8 @@ function graph_incidents_status () { $data = array (0, 0, 0, 0); $data = array (); - $data[__('Open Incident')] = 0; - $data[__('Closed Incident')] = 0; + $data[__('Open incident')] = 0; + $data[__('Closed incident')] = 0; $data[__('Outdated')] = 0; $data[__('Invalid')] = 0; @@ -480,9 +480,9 @@ function graph_incidents_status () { $incidents = array (); foreach ($incidents as $incident) { if ($incident["estado"] == 0) - $data[__("Open Incident")]++; + $data[__("Open incident")]++; if ($incident["estado"] == 2) - $data[__("Closed Incident")]++; + $data[__("Closed incident")]++; if ($incident["estado"] == 3) $data[__("Outdated")]++; if ($incident["estado"] == 13)

'; diff --git a/pandora_console/godmode/db/db_main.php b/pandora_console/godmode/db/db_main.php index f4fba6e97f..ee9f77b442 100644 --- a/pandora_console/godmode/db/db_main.php +++ b/pandora_console/godmode/db/db_main.php @@ -35,7 +35,7 @@ if (! give_acl ($config['id_user'], 0, "DM")) { - A more powerful selection (by Agent, by Module, etc). */ -echo '

'.__('Database Maintenance').' » '.__('Current database maintenance setup').'

+echo '

'.__('Database maintenance').' » '.__('Current database maintenance setup').'

'; diff --git a/pandora_console/godmode/setup/links.php b/pandora_console/godmode/setup/links.php index 0423af514c..e5258a6a6a 100644 --- a/pandora_console/godmode/setup/links.php +++ b/pandora_console/godmode/setup/links.php @@ -33,7 +33,7 @@ if (! give_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_use if (! $result) echo "

".__('There was a problem creating link')."

"; else { - echo "

".__('Link successfully created')."

"; + echo "

".__('Successfully created')."

"; $id_link = mysql_insert_id(); } } @@ -47,7 +47,7 @@ if (! give_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_use if (! $result) echo "

".__('There was a problem modifying link')."

"; else - echo "

".__('Link successfully updated')."

"; + echo "

".__('Successfully updated')."

"; } if (isset($_GET["borrar"])){ // if delete @@ -57,7 +57,7 @@ if (! give_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_use if (! $result) echo "

".__('There was a problem deleting link')."

"; else - echo "

".__('Link successfully deleted')."

"; + echo "

".__('Successfully deleted')."

"; } diff --git a/pandora_console/godmode/setup/setup.php b/pandora_console/godmode/setup/setup.php index ce5ca8909d..6a97b509ff 100644 --- a/pandora_console/godmode/setup/setup.php +++ b/pandora_console/godmode/setup/setup.php @@ -72,7 +72,7 @@ $table->data[4][1] = print_input_text ('days_purge', $config["days_purge"], '', $table->data[5][0] = __('Compact interpolation in hours (1 Fine-20 bad)'); $table->data[5][1] = print_input_text ('step_compact', $config["step_compact"], '', 5, 5, true); -$table->data[6][0] = __('Auto login (Hash) password'); +$table->data[6][0] = __('Auto login (hash) password'); $table->data[6][1] = print_input_text ('loginhash_pwd', $config["loginhash_pwd"], '', 15, 15, true); $table->data[7][0] = __('Default hours for event view'); diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index 00932e55aa..609bf2c2f3 100644 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -33,7 +33,7 @@ if (isset ($_GET["delete_alert"])) { // Delete alert if ($result === false) { echo '

'.__('There was a problem deleting the alert').'

'; } else { - echo '

'.__('Alert successfully deleted').'

'; + echo '

'.__('Successfully deleted').'

'; } } @@ -73,7 +73,7 @@ if (isset ($_GET["submit"])) { if ($result === false) { echo '

'.__('There was a problem creating the alert').'

'; } else { - echo '

'.__('Alert successfully created').'

'; + echo '

'.__('Successfully created').'

'; } } else { @@ -88,7 +88,7 @@ if (isset ($_GET["submit"])) { if ($result === false) { echo '

'.__('There was a problem updating the alert').'

'; } else { - echo '

'.__('Alert successfully updated').'

'; + echo '

'.__('Successfully updated').'

'; } } } @@ -248,7 +248,7 @@ if (isset ($_GET["update_alert"])) { // End table echo "
'.__('Max. time before compact data').': '.$config['days_compact'].' '.__('days').'

diff --git a/pandora_console/godmode/db/db_purge.php b/pandora_console/godmode/db/db_purge.php index 357dec2c76..4480f5ccf9 100644 --- a/pandora_console/godmode/db/db_purge.php +++ b/pandora_console/godmode/db/db_purge.php @@ -30,7 +30,7 @@ if (! give_acl ($config['id_user'], 0, "DM")) { //id_agent = -1: None selected; id_agent = 0: All $id_agent = (int) get_parameter_post ("agent", -1); -echo '

'.__('Database Maintenance').' » '.__('Database purge').'

+echo '

'.__('Database maintenance').' » '.__('Database purge').'



'.__('Get data from agent').'

'; diff --git a/pandora_console/godmode/db/db_refine.php b/pandora_console/godmode/db/db_refine.php index 731bd99644..0b525a2017 100644 --- a/pandora_console/godmode/db/db_refine.php +++ b/pandora_console/godmode/db/db_refine.php @@ -26,7 +26,7 @@ if (! give_acl ($config['id_user'], 0, "DM")) { exit; } -echo '

'.__('Database Maintenance').' » '.__('Database debug').'

'; +echo '

'.__('Database maintenance').' » '.__('Database debug').'

'; if ((isset ($_GET["operacion"])) && (!isset ($_POST["update_agent"]))) { diff --git a/pandora_console/godmode/menu.php b/pandora_console/godmode/menu.php index 4e4b5e505f..6acb0d68ef 100644 --- a/pandora_console/godmode/menu.php +++ b/pandora_console/godmode/menu.php @@ -173,12 +173,12 @@ if (give_acl ($config['id_user'], 0, "PM")) { } if (give_acl ($config['id_user'], 0, "DM")) { - $menu["gdbman"]["text"] = __('DB Maintenance'); + $menu["gdbman"]["text"] = __('DB maintenance'); $menu["gdbman"]["sec2"] = "godmode/db/db_main"; $menu["gdbman"]["id"] = "god-dbmaint"; $sub = array (); - $sub["godmode/db/db_info"]["text"] = __('DB Information'); + $sub["godmode/db/db_info"]["text"] = __('DB information'); $sub["godmode/db/db_purge"]["text"] = __('Database purge'); diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index 6e0f0b845a..61c54ac198 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -235,7 +235,7 @@ $table->head[2] = __('Interval'); $table->head[3] = __('Description'); $table->head[4] = __('Group'); $table->head[5] = __('Max/Min'); -$table->head[6] = __(''); +$table->head[6] = __('Action'); $table->size = array (); $table->size[6] = '40px'; $table->data = array (); diff --git a/pandora_console/godmode/modules/manage_network_templates_form.php b/pandora_console/godmode/modules/manage_network_templates_form.php index f1b966654d..e5166fffb2 100644 --- a/pandora_console/godmode/modules/manage_network_templates_form.php +++ b/pandora_console/godmode/modules/manage_network_templates_form.php @@ -172,7 +172,7 @@ if ($id_np > 0) { } unset ($table); - echo "

".__('Add Modules')."

"; + echo "

".__('Add modules')."

"; //Here should be a form to filter group diff --git a/pandora_console/godmode/profiles/profile_list.php b/pandora_console/godmode/profiles/profile_list.php index bf063ab2fe..e3c6bc4134 100644 --- a/pandora_console/godmode/profiles/profile_list.php +++ b/pandora_console/godmode/profiles/profile_list.php @@ -224,16 +224,16 @@ if ($id_profile || $new_profile) { $table->head = array (); $table->head[0] = __('Profiles'); - $table->head[1] = 'IR'.print_help_tip (__('Read Incidents'), true); - $table->head[2] = 'IW'.print_help_tip (__('Create Incidents'), true); - $table->head[3] = 'IM'.print_help_tip (__('Manage Incidents'), true); - $table->head[4] = 'AR'.print_help_tip (__('Read Agent Information'), true); - $table->head[5] = 'AW'.print_help_tip (__('Manage Agents'), true); - $table->head[6] = 'LW'.print_help_tip (__('Edit Alerts'), true); - $table->head[7] = 'UM'.print_help_tip (__('Manage User Rights'), true); - $table->head[8] = 'DM'.print_help_tip (__('Database Management'), true); - $table->head[9] = 'LM'.print_help_tip (__('Alerts Management'), true); - $table->head[10] = 'PM'.print_help_tip (__('Pandora System Management'), true); + $table->head[1] = 'IR'.print_help_tip (__('Read incidents'), true); + $table->head[2] = 'IW'.print_help_tip (__('Create incidents'), true); + $table->head[3] = 'IM'.print_help_tip (__('Manage incidents'), true); + $table->head[4] = 'AR'.print_help_tip (__('Read agent information'), true); + $table->head[5] = 'AW'.print_help_tip (__('Manage agents'), true); + $table->head[6] = 'LW'.print_help_tip (__('Edit alerts'), true); + $table->head[7] = 'UM'.print_help_tip (__('Manage user rights'), true); + $table->head[8] = 'DM'.print_help_tip (__('Database management'), true); + $table->head[9] = 'LM'.print_help_tip (__('Alerts management'), true); + $table->head[10] = 'PM'.print_help_tip (__('Pandora system management'), true); $table->head[11] = __('Delete'); $table->align = array (); @@ -276,7 +276,7 @@ if ($id_profile || $new_profile) { print_table ($table); echo '
'; print_input_hidden ('new_profile', 1); - print_submit_button (__('Create profile'), "crt", false, 'class="sub next"'); + print_submit_button (__('Create'), "crt", false, 'class="sub next"'); echo "
"; echo ''; } diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index b5b3176202..e0b6994009 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -378,18 +378,18 @@ if (! $edit_layout && ! $id_layout) { /* Layout_data editor form */ $intervals = array (); - $intervals[3600] = __('Hour'); - $intervals[7200] = "2 ".__('Hours'); - $intervals[10800] = "3 ".__('Hours'); - $intervals[21600] = "6 ".__('Hours'); - $intervals[43200] = "12 ".__('Hours'); + $intervals[3600] = __('hour'); + $intervals[7200] = "2 ".__('hours'); + $intervals[10800] = "3 ".__('hours'); + $intervals[21600] = "6 ".__('hours'); + $intervals[43200] = "12 ".__('hours'); $intervals[86400] = __('Last day'); $intervals[172800] = "2 ". __('days'); $intervals[1209600] = __('Last week'); $intervals[2419200] = __('15 days'); - $intervals[4838400] = __('Last Month'); - $intervals[9676800] = __('Two Months'); - $intervals[29030400] = __('Six Months'); + $intervals[4838400] = __('Last month'); + $intervals[9676800] = __('Two months'); + $intervals[29030400] = __('Six months'); $agents = get_group_agents ($id_group); diff --git a/pandora_console/godmode/reporting/map_builder_wizard.php b/pandora_console/godmode/reporting/map_builder_wizard.php index e55a5260d1..b928e7fe25 100644 --- a/pandora_console/godmode/reporting/map_builder_wizard.php +++ b/pandora_console/godmode/reporting/map_builder_wizard.php @@ -169,7 +169,7 @@ $table->data[3][1] = print_select (get_group_agents ($layout_group, false, "none $table->data[4][0] = __('Modules'); $table->data[4][1] = print_select (array (), 'module[]', 0, false, '', '', true, true); -echo '
'; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/servers/manage_export.php b/pandora_console/godmode/servers/manage_export.php index 05fd46afa9..f3361c7a31 100644 --- a/pandora_console/godmode/servers/manage_export.php +++ b/pandora_console/godmode/servers/manage_export.php @@ -84,7 +84,7 @@ if ($create) { } // List export servers -echo "

".__('Pandora servers')." » ".__('export targets')."

"; +echo "

".__('Pandora servers')." » ".__('Export targets')."

"; $result = get_db_all_rows_in_table ("tserver_export"); if (!$result) { diff --git a/pandora_console/godmode/servers/manage_export_form.php b/pandora_console/godmode/servers/manage_export_form.php index 2d2b6ca0dc..ef6af5eaaf 100644 --- a/pandora_console/godmode/servers/manage_export_form.php +++ b/pandora_console/godmode/servers/manage_export_form.php @@ -55,7 +55,7 @@ else { $options = ''; } -echo '

'.__('Pandora servers').' » '.__('export targets'); +echo '

'.__('Pandora servers').' » '.__('Export targets'); //print_help_icon ("exportserver"); echo '

'; diff --git a/pandora_console/godmode/servers/manage_recontask_form.php b/pandora_console/godmode/servers/manage_recontask_form.php index 9cfd16a534..49d7b9df14 100644 --- a/pandora_console/godmode/servers/manage_recontask_form.php +++ b/pandora_console/godmode/servers/manage_recontask_form.php @@ -65,7 +65,7 @@ $table->data[0][0] = __('Task name'); $table->data[0][1] = print_input_text ('name', $name, '', 25, 0, true); // Recon server -$table->data[1][0] = __('Recon Server').' '.__('You must select a Recon Server for the Task, otherwise the Recon Task will never run').''; +$table->data[1][0] = __('Recon server').' '.__('You must select a Recon Server for the Task, otherwise the Recon Task will never run').''; $table->data[1][1] = print_select_from_sql ('SELECT id_server, name FROM tserver WHERE server_type = 3 ORDER BY name', "id_recon_server", $id_recon_server, '', '', '', true); diff --git a/pandora_console/godmode/servers/modificar_server.php b/pandora_console/godmode/servers/modificar_server.php index beca2b4fe4..562052c74c 100644 --- a/pandora_console/godmode/servers/modificar_server.php +++ b/pandora_console/godmode/servers/modificar_server.php @@ -125,10 +125,10 @@ if (isset($_GET["server"])) { //Legend echo ""; echo ""; - echo ''; + echo ''; echo ''; - echo ''; - echo ''; + echo ''; + echo ''; echo ''; echo "
'.__('Network Server').''.__('Network server').''.__('Master').''.__('Data Server').''.__('MD5 Check').''.__('Data server').''.__('MD5 check').''.__('SNMP console').'
"; } else { diff --git a/pandora_console/godmode/servers/plugin.php b/pandora_console/godmode/servers/plugin.php index 07ab7cc160..fd1dcf4680 100644 --- a/pandora_console/godmode/servers/plugin.php +++ b/pandora_console/godmode/servers/plugin.php @@ -161,7 +161,7 @@ if (($create != "") OR ($view != "")){ $fields[1]= __("Nagios"); print_select ($fields, "form_plugin_type", $form_plugin_type); - echo '
'.__('Max.Timeout'); + echo '
'.__('Max. timeout'); echo ''; echo '
"; } else { - echo "

".__('Alert Overview')."

"; + echo "

".__('Alert overview')."

"; require_once ('include/functions_alerts.php'); diff --git a/pandora_console/include/functions_db.php b/pandora_console/include/functions_db.php index fc5b21f39a..74cc73551f 100644 --- a/pandora_console/include/functions_db.php +++ b/pandora_console/include/functions_db.php @@ -2774,52 +2774,52 @@ function get_server_info ($id_server = -1) { foreach ($result as $server) { switch ($server['server_type']) { case 0: - $server["img"] = print_image ("images/data.png", true, array ("title" => __('Data Server'))); + $server["img"] = print_image ("images/data.png", true, array ("title" => __('Data server'))); $server["type"] = "data"; $id_modulo = 1; break; case 1: - $server["img"] = print_image ("images/network.png", true, array ("title" => __('Network Server'))); + $server["img"] = print_image ("images/network.png", true, array ("title" => __('Network server'))); $server["type"] = "network"; $id_modulo = 2; break; case 2: - $server["img"] = print_image ("images/snmp.png", true, array ("title" => __('SNMP Server'))); + $server["img"] = print_image ("images/snmp.png", true, array ("title" => __('SNMP server'))); $server["type"] = "snmp"; $id_modulo = 0; break; case 3: - $server["img"] = print_image ("images/recon.png", true, array ("title" => __('Recon Server'))); + $server["img"] = print_image ("images/recon.png", true, array ("title" => __('Recon server'))); $server["type"] = "recon"; $id_modulo = 0; break; case 4: - $server["img"] = print_image ("images/plugin.png", true, array ("title" => __('Plugin Server'))); + $server["img"] = print_image ("images/plugin.png", true, array ("title" => __('Plugin server'))); $server["type"] = "plugin"; $id_modulo = 4; break; case 5: - $server["img"] = print_image ("images/chart_bar.png", true, array ("title" => __('Prediction Server'))); + $server["img"] = print_image ("images/chart_bar.png", true, array ("title" => __('Prediction server'))); $server["type"] = "prediction"; $id_modulo = 5; break; case 6: - $server["img"] = print_image ("images/wmi.png", true, array ("title" => __('WMI Server'))); + $server["img"] = print_image ("images/wmi.png", true, array ("title" => __('WMI server'))); $server["type"] = "wmi"; $id_modulo = 6; break; case 7: - $server["img"] = print_image ("images/server_export.png", true, array ("title" => __('Export Server'))); + $server["img"] = print_image ("images/server_export.png", true, array ("title" => __('Export server'))); $server["type"] = "export"; $id_modulo = 0; break; case 8: - $server["img"] = print_image ("images/page_white_text.png", true, array ("title" => __('Inventory Server'))); + $server["img"] = print_image ("images/page_white_text.png", true, array ("title" => __('Inventory server'))); $server["type"] = "inventory"; $id_modulo = 0; break; case 9: - $server["img"] = print_image ("images/world.png", true, array ("title" => __('Web Server'))); + $server["img"] = print_image ("images/world.png", true, array ("title" => __('Web server'))); $server["type"] = "web"; $id_modulo = 0; break; diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo index e04dbf2c7cd635bb796130064c3041a92a3acc90..513d19f8e06442d3cdb6dabddfc747bfc2ae855b 100644 GIT binary patch delta 31911 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 delta 33134 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