- Update two images and languages (Pandora Console)
- Update submit button in configurare agent page (Pandora Console) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@67 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
42af52117f
commit
49f1fc1b22
|
@ -557,10 +557,10 @@ if (give_acl($id_user, 0, "AW")==1) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h2><?php echo $lang_label["agent_conf"]; ?><a href="help/<?php echo substr($language_code,0,2);?>/chap3.php#32" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h2>
|
<h2><?php echo $lang_label["agent_conf"]; ?></h2>
|
||||||
<?php
|
<?php
|
||||||
if (isset($_GET["creacion"])){echo "<h3>".$lang_label["create_agent"]."</h3>";}
|
if (isset($_GET["creacion"])){echo "<h3>".$lang_label["create_agent"]."<a href='help/".substr($language_code,0,2)."/chap3.php#32' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";}
|
||||||
else {echo "<h3>".$lang_label["update_agent"]."</h3>";}
|
else {echo "<h3>".$lang_label["update_agent"]."<a href='help/".substr($language_code,0,2)."/chap3.php#32' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";}
|
||||||
?>
|
?>
|
||||||
<form name="conf_agent" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">
|
<form name="conf_agent" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">
|
||||||
<?php
|
<?php
|
||||||
|
@ -709,7 +709,7 @@ while ($row=mysql_fetch_array($result)){
|
||||||
echo $module_max." / ".$module_min;
|
echo $module_max." / ".$module_min;
|
||||||
echo "<td class='datos'>";
|
echo "<td class='datos'>";
|
||||||
if ($id_tipo != -1)
|
if ($id_tipo != -1)
|
||||||
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."&delete_module=".$row["id_agente_modulo"]."'><img src='images/cancel.gif' border=0 alt='".$lang_label["delete"]."'></b></a> ";
|
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."&delete_module=".$row["id_agente_modulo"]."'><img src='images/cancel.gif' border=0 alt='".$lang_label["delete"]."'></b></a> ";
|
||||||
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."&update_module=".$row["id_agente_modulo"]."#modules'><img src='images/config.gif' border=0 alt='".$lang_label["update"]."'></b></a>";
|
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."&update_module=".$row["id_agente_modulo"]."#modules'><img src='images/config.gif' border=0 alt='".$lang_label["update"]."'></b></a>";
|
||||||
}
|
}
|
||||||
echo "<tr><td colspan='7'><div class='raya'></div></td></tr>";
|
echo "<tr><td colspan='7'><div class='raya'></div></td></tr>";
|
||||||
|
@ -897,9 +897,10 @@ if (isset($_POST["oid"])){
|
||||||
} else {
|
} else {
|
||||||
echo '<input name="crtbutton" type="submit" class="sub" value="'.$lang_label["add"].'">';
|
echo '<input name="crtbutton" type="submit" class="sub" value="'.$lang_label["add"].'">';
|
||||||
}
|
}
|
||||||
echo ' <a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'"><b>'.$lang_label["cancel"].'</b></a>';
|
echo "</form>";
|
||||||
|
echo "<form method='post' action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."'><input type='submit' class='sub' name='cancel' value='".$lang_label["cancel"]."'></form>";
|
||||||
?>
|
?>
|
||||||
</form>
|
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<?php
|
<?php
|
||||||
|
@ -1019,8 +1020,10 @@ echo '<tr><td colspan="3" align="right">';
|
||||||
} else {
|
} else {
|
||||||
echo '<input name="crtbutton" type="submit" class="sub" value="'.$lang_label["add"].'">';
|
echo '<input name="crtbutton" type="submit" class="sub" value="'.$lang_label["add"].'">';
|
||||||
}
|
}
|
||||||
echo ' <a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'"><b>'.$lang_label["cancel"].'</b></a>';
|
echo '</form>';
|
||||||
echo '</td></tr></table></form>';
|
|
||||||
|
echo "<form method='post' action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."'><input type='submit' class='sub' name='crt' value='".$lang_label["cancel"]."'></form>";
|
||||||
|
echo '</td></tr></table>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // end page
|
} // end page
|
||||||
|
|
|
@ -233,7 +233,7 @@ if (comprueba_login() == 0)
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h2><?php echo $lang_label["agent_conf"] ?></h2>
|
<h2><?php echo $lang_label["agent_conf"] ?></h2>
|
||||||
<h3><?php echo $lang_label["config_manage"]; ?><a href="help/<?php echo substr($language_code,0,2);?>/chap3.php#323" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>
|
<h3><?php echo $lang_label["config_manage"]; ?><a href="help/<?php echo substr($language_code,0,2);?>/chap3.php#323" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>
|
||||||
<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/manage_config&operacion=1">
|
<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/manage_config&operacion=1">
|
||||||
<table width=450 border=0 cellspacing=3 cellpadding=5>
|
<table width=450 border=0 cellspacing=3 cellpadding=5>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -40,7 +40,7 @@ if ( (give_acl($id_user, 0, "LM")==1)){
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h2><?php echo $lang_label["alert_config"];?></h2>
|
<h2><?php echo $lang_label["alert_config"];?></h2>
|
||||||
<h3><?php if (isset($_GET["creacion"])){echo $lang_label["create_alert"];} if (isset($_GET["id_alerta"])){echo $lang_label["mod_alert"];} ?><a href="help/<?php echo substr($language_code,0,2);?>/chap3.php#3221" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>
|
<h3><?php if (isset($_GET["creacion"])){echo $lang_label["create_alert"];} if (isset($_GET["id_alerta"])){echo $lang_label["mod_alert"];} ?><a href="help/<?php echo substr($language_code,0,2);?>/chap3.php#3221" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>
|
||||||
|
|
||||||
<table width="500" cellspacing="3" cellpadding="3">
|
<table width="500" cellspacing="3" cellpadding="3">
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ if ( (give_acl($id_user, 0, "LM")==1)){
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<h2>".$lang_label["alert_config"]."</h2>";
|
echo "<h2>".$lang_label["alert_config"]."</h2>";
|
||||||
echo "<h3>".$lang_label["alert_defined2"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3221' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["alert_defined2"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3221' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo "<table width='500' cellpadding='3' cellspacing='3'>";
|
echo "<table width='500' cellpadding='3' cellspacing='3'>";
|
||||||
echo "<th class='w100'>".$lang_label["alertname"];
|
echo "<th class='w100'>".$lang_label["alertname"];
|
||||||
echo "<th>".$lang_label["description"];
|
echo "<th>".$lang_label["description"];
|
||||||
|
|
|
@ -23,7 +23,7 @@ if (comprueba_login() == 0)
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<h2><?php echo $lang_label["dbmain_title"] ?></h2>
|
<h2><?php echo $lang_label["dbmain_title"] ?></h2>
|
||||||
<h3><?php echo $lang_label["db_purge"] ?><a href='help/<?php echo substr($language_code,0,2) ?>/chap8.php#8' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>
|
<h3><?php echo $lang_label["db_purge"] ?><a href='help/<?php echo substr($language_code,0,2) ?>/chap8.php#8' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>
|
||||||
<img src="reporting/fgraph.php?tipo=db_agente_purge&id=-1"><br><br>
|
<img src="reporting/fgraph.php?tipo=db_agente_purge&id=-1"><br><br>
|
||||||
<h3><?php echo $lang_label["get_data_agent"] ?></h3>
|
<h3><?php echo $lang_label["get_data_agent"] ?></h3>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -47,7 +47,7 @@ if (comprueba_login() == 0)
|
||||||
} else { // Form view
|
} else { // Form view
|
||||||
?>
|
?>
|
||||||
<h2><?php echo $lang_label["dbmain_title"]; ?></h2>
|
<h2><?php echo $lang_label["dbmain_title"]; ?></h2>
|
||||||
<h3><?php echo $lang_label["db_refine"]; ?><a href='help/<?php echo substr($language_code,0,2)?>/chap8.php#831' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>
|
<h3><?php echo $lang_label["db_refine"]; ?><a href='help/<?php echo substr($language_code,0,2)?>/chap8.php#831' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>
|
||||||
<form method="post" action="index.php?sec=gdbman&sec2=godmode/db/db_refine&operacion=1">
|
<form method="post" action="index.php?sec=gdbman&sec2=godmode/db/db_refine&operacion=1">
|
||||||
<table width='500' border='0' cellspacing='3' cellpadding='5'>
|
<table width='500' border='0' cellspacing='3' cellpadding='5'>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -126,9 +126,9 @@ if (comprueba_login() == 0)
|
||||||
}
|
}
|
||||||
echo '<h2>'.$lang_label["profile_title"].'</h2>';
|
echo '<h2>'.$lang_label["profile_title"].'</h2>';
|
||||||
echo (isset($_GET["new_profile"]))?
|
echo (isset($_GET["new_profile"]))?
|
||||||
('<h3>'.$lang_label["create_profile"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#21" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>'):
|
('<h3>'.$lang_label["create_profile"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#21" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>'):
|
||||||
((isset($_GET["edit_profile"]))?('<h3>'.$lang_label["update_profile"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#21" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>'):
|
((isset($_GET["edit_profile"]))?('<h3>'.$lang_label["update_profile"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#21" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>'):
|
||||||
('<h3>'.$lang_label["definedprofiles"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#21" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>'));
|
('<h3>'.$lang_label["definedprofiles"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#21" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>'));
|
||||||
// Form to manage date
|
// Form to manage date
|
||||||
if (isset ($id_perfil)){ // There are values defined, let's show form with data for INSERT or UPDATE
|
if (isset ($id_perfil)){ // There are values defined, let's show form with data for INSERT or UPDATE
|
||||||
echo "<table width='400' cellpadding='3' cellspacing='3'>";
|
echo "<table width='400' cellpadding='3' cellspacing='3'>";
|
||||||
|
|
|
@ -31,7 +31,7 @@ if (comprueba_login() == 0)
|
||||||
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_graph_order."' WHERE TOKEN='graph_order'");
|
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_graph_order."' WHERE TOKEN='graph_order'");
|
||||||
}
|
}
|
||||||
echo "<h2>".$lang_label["setup_screen"]."</h2>";
|
echo "<h2>".$lang_label["setup_screen"]."</h2>";
|
||||||
echo "<h3>".$lang_label["general_config"]."<a href='help/".substr($language_code,0,2)."/chap7.php#7' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["general_config"]."<a href='help/".substr($language_code,0,2)."/chap7.php#7' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo "<form name='setup' method='POST' action='index.php?sec=godmode/setup/setup&update=1'>";
|
echo "<form name='setup' method='POST' action='index.php?sec=godmode/setup/setup&update=1'>";
|
||||||
echo '<table width="500" cellpadding="3" cellspacing="3">';
|
echo '<table width="500" cellpadding="3" cellspacing="3">';
|
||||||
echo '<tr><td class="lb" rowspan="8" width="5"></td><td class="datos">'.$lang_label["language_code"];
|
echo '<tr><td class="lb" rowspan="8" width="5"></td><td class="datos">'.$lang_label["language_code"];
|
||||||
|
|
|
@ -136,11 +136,11 @@ if (comprueba_login() == 0)
|
||||||
echo "<h2>".$lang_label["user_management"]."</h2>";
|
echo "<h2>".$lang_label["user_management"]."</h2>";
|
||||||
if (isset($_GET["alta"])){
|
if (isset($_GET["alta"])){
|
||||||
if ($_GET["alta"]==1){
|
if ($_GET["alta"]==1){
|
||||||
echo '<h3>'.$lang_label["create_user"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#22" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>';
|
echo '<h3>'.$lang_label["create_user"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#22" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (isset($_GET["id_usuario_mio"]) OR isset($_GET["nuevo_usuario"])){
|
if (isset($_GET["id_usuario_mio"]) OR isset($_GET["nuevo_usuario"])){
|
||||||
echo '<h3>'.$lang_label["update_user"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#22" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>';
|
echo '<h3>'.$lang_label["update_user"].'<a href="help/'.substr($language_code,0,2).'/chap2.php#22" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>';
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -28,7 +28,7 @@ if (comprueba_login() == 0)
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h2><?php echo $lang_label["user_management"] ?></h2>
|
<h2><?php echo $lang_label["user_management"] ?></h2>
|
||||||
<h3><?php echo $lang_label["users"] ?><a href="help/<?php echo substr($language_code,0,2);?>/chap2.php#22" target="_help"><img src="images/ayuda.gif" border="0" class="help"></a></h3>
|
<h3><?php echo $lang_label["users"] ?><a href="help/<?php echo substr($language_code,0,2);?>/chap2.php#22" target="_help"><img src="images/help.gif" border="0" class="help"></a></h3>
|
||||||
|
|
||||||
<table cellpadding=3 cellspacing=3 width=550>
|
<table cellpadding=3 cellspacing=3 width=550>
|
||||||
<th class="w80"><?php echo $lang_label["user_ID"]?>
|
<th class="w80"><?php echo $lang_label["user_ID"]?>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 211 B |
Binary file not shown.
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 205 B |
Binary file not shown.
After Width: | Height: | Size: 81 B |
|
@ -1,10 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Pandora - The Free Monitoring System
|
// Pandora - the Free monitoring system
|
||||||
// This code is protected by GPL license.
|
// ====================================
|
||||||
// Este codigo esta protegido por la licencia GPL.
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||||
// Sancho Lerena <slerena@gmail.com>, 2003-2006
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
||||||
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
||||||
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// David Muniz , 2005-2006
|
// David Muniz , 2005-2006
|
||||||
|
|
||||||
$lang_label["view_agents"]="Agüeyar axentes";
|
$lang_label["view_agents"]="Agüeyar axentes";
|
||||||
|
@ -487,7 +498,7 @@ $lang_label["module_interval"]="Intervalu módulu";
|
||||||
$lang_label["snmp_community"]="Comunidá SNMP";
|
$lang_label["snmp_community"]="Comunidá SNMP";
|
||||||
$lang_label["server_asigned"]="Servidor asignáu";
|
$lang_label["server_asigned"]="Servidor asignáu";
|
||||||
$lang_label["remote"]="Remota";
|
$lang_label["remote"]="Remota";
|
||||||
$lang_label["default_server"]="Per defeutu (Servidor activu)";
|
$lang_label["default_server"]="Servidor activu";
|
||||||
$lang_label["incident_manag"]="Xestión d'indicentes";
|
$lang_label["incident_manag"]="Xestión d'indicentes";
|
||||||
$lang_label["del_message_ok"]="Mensaxe borráu correutamente";
|
$lang_label["del_message_ok"]="Mensaxe borráu correutamente";
|
||||||
$lang_label["del_message_no"]="Error al borrar el mensax";
|
$lang_label["del_message_no"]="Error al borrar el mensax";
|
||||||
|
@ -554,4 +565,10 @@ $lang_label["graph_order"]="Orden del gráficu";
|
||||||
$lang_label["truetype"]="Fontes truetype";
|
$lang_label["truetype"]="Fontes truetype";
|
||||||
$lang_label["right_left"]="dre. a manz.";
|
$lang_label["right_left"]="dre. a manz.";
|
||||||
$lang_label["left_right"]="manz. a dre.";
|
$lang_label["left_right"]="manz. a dre.";
|
||||||
|
$lang_label["right_left"]="Der. a Izq."; //derecha a izquierda
|
||||||
|
$lang_label["left_right"]="Izq. a Der."; //izquierda a derecha
|
||||||
|
$lang_label["cannot_read_snmp"]="No se puede leer SNMP del origen";
|
||||||
|
$lang_label["ok_read_snmp"]="El origen SNMP ha sido analizado";
|
||||||
|
$lang_label["cancel"]="Cancelar";
|
||||||
|
$lang_label["network_module_refresh_exec"]="Ejecutado el refresco del m&oaucute;dulo de red";
|
||||||
?>
|
?>
|
|
@ -1,10 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Pandora - The Free Monitoring System
|
// Pandora - the Free monitoring system
|
||||||
// This code is protected by GPL license.
|
// ====================================
|
||||||
// Aquest codi està protegit per la llicencia GPL.
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||||
// Sancho Lerena <slerena@gmail.com>, 2003-2006
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
||||||
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
||||||
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Hugo Vazquez <hugo@pentest.es>, 2006
|
// Hugo Vazquez <hugo@pentest.es>, 2006
|
||||||
|
|
||||||
$lang_label["view_agents"]="Veure Agents";
|
$lang_label["view_agents"]="Veure Agents";
|
||||||
|
@ -491,11 +502,11 @@ $lang_label["module_interval"]="Interval de Mòdul";
|
||||||
$lang_label["snmp_community"]="Comunitat SNMP";
|
$lang_label["snmp_community"]="Comunitat SNMP";
|
||||||
$lang_label["server_asigned"]="Servidor assignat";
|
$lang_label["server_asigned"]="Servidor assignat";
|
||||||
$lang_label["remote"]="Remot";
|
$lang_label["remote"]="Remot";
|
||||||
$lang_label["default_server"]="Per defecte (Servidor Actiu)";
|
$lang_label["default_server"]="Servidor Actiu";
|
||||||
$lang_label["incident_manag"]="Gestió d'íncidents";
|
$lang_label["incident_manag"]="Gestió d'íncidents";
|
||||||
|
|
||||||
$lang_label["del_message_ok"]="Messatge esborrat amb èxit";
|
$lang_label["del_message_ok"]="Messatge esborrat amb èxit";
|
||||||
$lang_label["del_message_no"]="There was a problem deleting message";
|
$lang_label["del_message_no"]="Hi ha hagut un problema esborrant el mensatge";
|
||||||
$lang_label["read_mes"]="Llegir mensatges";
|
$lang_label["read_mes"]="Llegir mensatges";
|
||||||
$lang_label["message"]="Mensatge";
|
$lang_label["message"]="Mensatge";
|
||||||
$lang_label["messages"]="Mensatges";
|
$lang_label["messages"]="Mensatges";
|
||||||
|
@ -567,6 +578,12 @@ $lang_label["truetype"]="Fonts Truetype";
|
||||||
|
|
||||||
$lang_label["right_left"]="Dre. a Esq."; //dreta a esquerra
|
$lang_label["right_left"]="Dre. a Esq."; //dreta a esquerra
|
||||||
$lang_label["left_right"]="Esq. a Dre."; //esquerra a dreta
|
$lang_label["left_right"]="Esq. a Dre."; //esquerra a dreta
|
||||||
|
$lang_label["right_left"]="Der. a Izq."; //derecha a izquierda
|
||||||
|
$lang_label["left_right"]="Izq. a Der."; //izquierda a derecha
|
||||||
|
$lang_label["cannot_read_snmp"]="Hi ha hagut un problema llegint SNMP";
|
||||||
|
$lang_label["ok_read_snmp"]="El origen SNMP ha sido analizado";
|
||||||
|
$lang_label["cancel"]="Cancel.lar";
|
||||||
|
$lang_label["network_module_refresh_exec"]="Ejecutado el refresco del m&oaucute;dulo de red";
|
||||||
|
|
||||||
global $lang_label;
|
global $lang_label;
|
||||||
global $help_label;
|
global $help_label;
|
||||||
|
|
|
@ -565,7 +565,7 @@ $lang_label["module_interval"]="Module Interval";
|
||||||
$lang_label["snmp_community"]="SNMP Community";
|
$lang_label["snmp_community"]="SNMP Community";
|
||||||
$lang_label["server_asigned"]="Server assigned";
|
$lang_label["server_asigned"]="Server assigned";
|
||||||
$lang_label["remote"]="Remote";
|
$lang_label["remote"]="Remote";
|
||||||
$lang_label["default_server"]="Default (Active server)";
|
$lang_label["default_server"]="Active Server";
|
||||||
$lang_label["incident_manag"]="Incident management";
|
$lang_label["incident_manag"]="Incident management";
|
||||||
|
|
||||||
$lang_label["del_message_ok"]="Message sucessfully deleted";
|
$lang_label["del_message_ok"]="Message sucessfully deleted";
|
||||||
|
@ -642,12 +642,13 @@ $lang_label["truetype"]="Truetype fonts";
|
||||||
$lang_label["right_left"]="Right to Left";
|
$lang_label["right_left"]="Right to Left";
|
||||||
$lang_label["left_right"]="Left to Right";
|
$lang_label["left_right"]="Left to Right";
|
||||||
|
|
||||||
// 29 May 06
|
// 29 May 06 (New in Beta2)
|
||||||
|
|
||||||
$lang_label["cannot_read_snmp"]="Cannot read from SNMP source";
|
$lang_label["cannot_read_snmp"]="Cannot read from SNMP source";
|
||||||
$lang_label["ok_read_snmp"]="SNMP source has been scanned";
|
$lang_label["ok_read_snmp"]="SNMP source has been scanned";
|
||||||
$lang_label["cancel"]="Cancel";
|
$lang_label["cancel"]="Cancel";
|
||||||
$lang_label["network_module_refresh_exec"]="Network module refresh executed";
|
$lang_label["network_module_refresh_exec"]="Network module refresh executed";
|
||||||
|
|
||||||
global $lang_label;
|
global $lang_label;
|
||||||
global $help_label;
|
global $help_label;
|
||||||
?>
|
?>
|
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Pandora - The Free Monitoring System
|
// Pandora - the Free monitoring system
|
||||||
// This code is protected by GPL license.
|
// ====================================
|
||||||
// Este codigo esta protegido por la licencia GPL.
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||||
// Sancho Lerena <slerena@gmail.com>, 2003-2006
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
||||||
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
||||||
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
// Latin American Spanish version:
|
// Latin American Spanish version:
|
||||||
// Aline Jorand <jorand.aline@laposte.net >
|
// Aline Jorand <jorand.aline@laposte.net >
|
||||||
|
@ -548,7 +559,7 @@ $lang_label["module_interval"]="Intervalo módulo";
|
||||||
$lang_label["snmp_community"]="Comunidad SNMP";
|
$lang_label["snmp_community"]="Comunidad SNMP";
|
||||||
$lang_label["server_asigned"]="Servidor asignado";
|
$lang_label["server_asigned"]="Servidor asignado";
|
||||||
$lang_label["remote"]="Remota";
|
$lang_label["remote"]="Remota";
|
||||||
$lang_label["default_server"]="Por defecto (Servidor activo)";
|
$lang_label["default_server"]="Servidor activo";
|
||||||
$lang_label["incident_manag"]="Administrar incidentes";
|
$lang_label["incident_manag"]="Administrar incidentes";
|
||||||
$lang_label["del_message_ok"]="Mensaje borrado correctamente";
|
$lang_label["del_message_ok"]="Mensaje borrado correctamente";
|
||||||
$lang_label["del_message_no"]="Error al borrar el mensaje";
|
$lang_label["del_message_no"]="Error al borrar el mensaje";
|
||||||
|
@ -615,6 +626,10 @@ $lang_label["graph_order"]="Orden del gráfico";
|
||||||
$lang_label["truetype"]="Fuentes truetype";
|
$lang_label["truetype"]="Fuentes truetype";
|
||||||
$lang_label["right_left"]="der. a izq.";
|
$lang_label["right_left"]="der. a izq.";
|
||||||
$lang_label["left_right"]="izq. a der.";
|
$lang_label["left_right"]="izq. a der.";
|
||||||
|
$lang_label["cannot_read_snmp"]="No se puede leer SNMP del origen";
|
||||||
|
$lang_label["ok_read_snmp"]="El origen SNMP ha sido analizado";
|
||||||
|
$lang_label["cancel"]="Cancelar";
|
||||||
|
$lang_label["network_module_refresh_exec"]="Ejecutado el refresco del m&oaucute;dulo de red";
|
||||||
|
|
||||||
global $lang_label;
|
global $lang_label;
|
||||||
global $help_label;
|
global $help_label;
|
||||||
|
|
|
@ -1,10 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Pandora - The Free Monitoring System
|
// Pandora - the Free monitoring system
|
||||||
// This code is protected by GPL license.
|
// ====================================
|
||||||
// Este codigo esta protegido por la licencia GPL.
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||||
// Sancho Lerena <slerena@gmail.com>, 2003-2006
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
||||||
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
||||||
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Sergio Iglesias, 2005
|
// Sergio Iglesias, 2005
|
||||||
|
|
||||||
$lang_label["view_agents"]="Egileak ikustea";
|
$lang_label["view_agents"]="Egileak ikustea";
|
||||||
|
@ -564,10 +575,93 @@ $lang_label["module_interval"]="Intervalo módulo";
|
||||||
$lang_label["snmp_community"]="Comunidad SNMP";
|
$lang_label["snmp_community"]="Comunidad SNMP";
|
||||||
$lang_label["server_asigned"]="Servidor asignado";
|
$lang_label["server_asigned"]="Servidor asignado";
|
||||||
$lang_label["remote"]="Remota";
|
$lang_label["remote"]="Remota";
|
||||||
$lang_label["default_server"]="Por defecto (Servidor activo)";
|
$lang_label["default_server"]="Servidor activo";
|
||||||
$lang_label["incident_manag"]="Gestión de incidentes";
|
$lang_label["incident_manag"]="Gestión de incidentes";
|
||||||
|
|
||||||
//Nov 2005 - Mensajes
$lang_label["del_message_ok"]="Mensaje borrado correctamente";
$lang_label["del_message_no"]="Error al borrar el mensaje";
$lang_label["read_mes"]="Leer mensajes";
$lang_label["message"]="Mensaje";
$lang_label["messages"]="Mensajes";
$lang_label["messages_g"]="Mensajes a grupos";
$lang_label["subject"]="Asunto";
$lang_label["new_message"]="Nuevo mensaje";
$lang_label["new_message_g"]="Nuevo mensaje a un grupo";
$lang_label["send_mes"]="Enviar mensaje";
$lang_label["m_from"]="Remitente"; //from en mensajes
$lang_label["m_to"]="Destinatario"; //to en mensajes
$lang_label["sender"]="Remitente";
$lang_label["message_ok"]="Mensaje insertado correctamente";
$lang_label["message_no"]="No se ha podido crear el mensaje";
$lang_label["no_messages"]="No hay mensajes";
$lang_label["new_message_bra"]="Tienes ";
$lang_label["new_message_ket"]=" mensaje(s) por leer.";
$lang_label["no_subject"]="Sin Asunto";
$lang_label["read"]="Leído";
$lang_label["reply"]="Responder";
// 06-08 Dec 2005
$lang_label["general_config"]="Configuración general";
$lang_label["no_profile"]="Este usuario no tiene ningún perfil/grupo asociado";
$lang_label["no_agent"]="No hay ningún agente incluido en este grupo";
$lang_label["no_change_field"]="Este campo no puede modificarse en el modo edición";
$lang_label["no_alert"]="Ningún agente de este grupo tiene alguna alerta definida";
$lang_label["total_data"]="Datos totales";
// 16-19 Dec 2005
$lang_label["no_incidents"]="Ningún incidente se ajusta a tu filtro de búsqueda";
$lang_label["no_agent_alert"]=", por tanto no hay alertas";
// 20-24 Dec 2005
$lang_label["wrote"]=" escribió";
$lang_label["no_snmp_agent"]="No hay definido ningún agente SNMP";
$lang_label["no_snmp_alert"]="No hay definida ninguna alerta SNMP";
$lang_label["no_agent_def"]="No hay ningún agente definido";
// 5 Enero 2006
$lang_label["view_servers"]="Servidores Pandora";
$lang_label["no_server"]="No hay ningún servidor configurado en la base de datos";
$lang_label["master"]="Principal";
$lang_label["checksum"]="Check";
$lang_label["snmp"]="SNMP";
$lang_label["laststart"]="Arrancado el";
$lang_label["lastupdate"]="Actualizado el";
$lang_label["network"]="Red";
$lang_label["server_detail"]="Detalle de configuración";
$lang_label["no_modules"]="Este agente no tiene ningún módulo definido";
$lang_label["no_monitors"]="Este agente no tiene ningún monitor definido";
$lang_label["no_alerts"]="Este agente no tiene ninguna alerta definida";
$lang_label["server"]="Servidor";
// 8 Enero 2006
$lang_label["no_sel_mod"]="No se ha seleccionado ningún módulo";
// 11 -15 Enero 2006
$lang_label["no_event"]="No hay eventos";
$lang_label["agent_access_rate"]="Accesibilidad agente (24h)";
$lang_label["agent_module_shareout"]="Distribución de módulos";
$lang_label["int"]="Itv."; // Nombre corto para intervalo
$lang_label["manage_servers"]="Gestión de servidores";
$lang_label["update_server"]="Actualizar servidor";
$lang_label["upd_server_ok"]="Servidor actualizado correctamente";
$lang_label["upd_server_no"]="Ha habido un problema al actualizar el servidor";
$lang_label["del_server_ok"]="Servidor eliminado correctamente";
$lang_label["del_server_no"]="Ha habido un problema al eliminar el servidor";
$lang_label["groups"]="grupos";
// 23-24 de Enero 2006
$lang_label["other"]="Otro";
$lang_label["icon"]="Icono";
$lang_label["agent_exists"]="El agente ya existe";
$lang_label["graph_order"]="Orden del gráfico";
$lang_label["truetype"]="Fuentes truetype";
|
//Nov 2005 - Mensajes
|
||||||
|
$lang_label["del_message_ok"]="Mensaje borrado correctamente";
|
||||||
|
$lang_label["del_message_no"]="Error al borrar el mensaje";
|
||||||
|
$lang_label["read_mes"]="Leer mensajes";
|
||||||
|
$lang_label["message"]="Mensaje";
|
||||||
|
$lang_label["messages"]="Mensajes";
|
||||||
|
$lang_label["messages_g"]="Mensajes a grupos";
|
||||||
|
$lang_label["subject"]="Asunto";
|
||||||
|
$lang_label["new_message"]="Nuevo mensaje";
|
||||||
|
$lang_label["new_message_g"]="Nuevo mensaje a un grupo";
|
||||||
|
$lang_label["send_mes"]="Enviar mensaje";
|
||||||
|
$lang_label["m_from"]="Remitente"; //from en mensajes
|
||||||
|
$lang_label["m_to"]="Destinatario"; //to en mensajes
|
||||||
|
$lang_label["sender"]="Remitente";
|
||||||
|
$lang_label["message_ok"]="Mensaje insertado correctamente";
|
||||||
|
$lang_label["message_no"]="No se ha podido crear el mensaje";
|
||||||
|
$lang_label["no_messages"]="No hay mensajes";
|
||||||
|
$lang_label["new_message_bra"]="Tienes ";
|
||||||
|
$lang_label["new_message_ket"]=" mensaje(s) por leer.";
|
||||||
|
$lang_label["no_subject"]="Sin Asunto";
|
||||||
|
$lang_label["read"]="Leído";
|
||||||
|
$lang_label["reply"]="Responder";
|
||||||
|
|
||||||
|
// 06-08 Dec 2005
|
||||||
|
$lang_label["general_config"]="Configuración general";
|
||||||
|
$lang_label["no_profile"]="Este usuario no tiene ningún perfil/grupo asociado";
|
||||||
|
$lang_label["no_agent"]="No hay ningún agente incluido en este grupo";
|
||||||
|
$lang_label["no_change_field"]="Este campo no puede modificarse en el modo edición";
|
||||||
|
$lang_label["no_alert"]="Ningún agente de este grupo tiene alguna alerta definida";
|
||||||
|
$lang_label["total_data"]="Datos totales";
|
||||||
|
|
||||||
|
// 16-19 Dec 2005
|
||||||
|
$lang_label["no_incidents"]="Ningún incidente se ajusta a tu filtro de búsqueda";
|
||||||
|
$lang_label["no_agent_alert"]=", por tanto no hay alertas";
|
||||||
|
|
||||||
|
// 20-24 Dec 2005
|
||||||
|
$lang_label["wrote"]=" escribió";
|
||||||
|
$lang_label["no_snmp_agent"]="No hay definido ningún agente SNMP";
|
||||||
|
$lang_label["no_snmp_alert"]="No hay definida ninguna alerta SNMP";
|
||||||
|
$lang_label["no_agent_def"]="No hay ningún agente definido";
|
||||||
|
|
||||||
|
// 5 Enero 2006
|
||||||
|
$lang_label["view_servers"]="Servidores Pandora";
|
||||||
|
$lang_label["no_server"]="No hay ningún servidor configurado en la base de datos";
|
||||||
|
$lang_label["master"]="Principal";
|
||||||
|
$lang_label["checksum"]="Check";
|
||||||
|
$lang_label["snmp"]="SNMP";
|
||||||
|
$lang_label["laststart"]="Arrancado el";
|
||||||
|
$lang_label["lastupdate"]="Actualizado el";
|
||||||
|
$lang_label["network"]="Red";
|
||||||
|
$lang_label["server_detail"]="Detalle de configuración";
|
||||||
|
$lang_label["no_modules"]="Este agente no tiene ningún módulo definido";
|
||||||
|
$lang_label["no_monitors"]="Este agente no tiene ningún monitor definido";
|
||||||
|
$lang_label["no_alerts"]="Este agente no tiene ninguna alerta definida";
|
||||||
|
$lang_label["server"]="Servidor";
|
||||||
|
|
||||||
|
// 8 Enero 2006
|
||||||
|
$lang_label["no_sel_mod"]="No se ha seleccionado ningún módulo";
|
||||||
|
|
||||||
|
// 11 -15 Enero 2006
|
||||||
|
$lang_label["no_event"]="No hay eventos";
|
||||||
|
$lang_label["agent_access_rate"]="Accesibilidad agente (24h)";
|
||||||
|
$lang_label["agent_module_shareout"]="Distribución de módulos";
|
||||||
|
$lang_label["int"]="Itv."; // Nombre corto para intervalo
|
||||||
|
$lang_label["manage_servers"]="Gestión de servidores";
|
||||||
|
$lang_label["update_server"]="Actualizar servidor";
|
||||||
|
$lang_label["upd_server_ok"]="Servidor actualizado correctamente";
|
||||||
|
$lang_label["upd_server_no"]="Ha habido un problema al actualizar el servidor";
|
||||||
|
$lang_label["del_server_ok"]="Servidor eliminado correctamente";
|
||||||
|
$lang_label["del_server_no"]="Ha habido un problema al eliminar el servidor";
|
||||||
|
$lang_label["groups"]="grupos";
|
||||||
|
|
||||||
|
// 23-24 de Enero 2006
|
||||||
|
$lang_label["other"]="Otro";
|
||||||
|
$lang_label["icon"]="Icono";
|
||||||
|
$lang_label["agent_exists"]="El agente ya existe";
|
||||||
|
$lang_label["graph_order"]="Orden del gráfico";
|
||||||
|
$lang_label["truetype"]="Fuentes truetype";
|
||||||
|
$lang_label["right_left"]="Der. a Izq."; //derecha a izquierda
|
||||||
|
$lang_label["left_right"]="Izq. a Der."; //izquierda a derecha
|
||||||
|
$lang_label["cannot_read_snmp"]="No se puede leer SNMP del origen";
|
||||||
|
$lang_label["ok_read_snmp"]="El origen SNMP ha sido analizado";
|
||||||
|
$lang_label["cancel"]="Cancelar";
|
||||||
|
$lang_label["network_module_refresh_exec"]="Ejecutado el refresco del m&oaucute;dulo de red";
|
||||||
|
|
||||||
global $lang_label;
|
global $lang_label;
|
||||||
global $help_label;
|
global $help_label;
|
||||||
|
|
|
@ -1,10 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Pandora - The Free Monitoring System
|
// Pandora - the Free monitoring system
|
||||||
// This code is protected by GPL license.
|
// ====================================
|
||||||
// Este codigo esta protegido por la licencia GPL.
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||||
// Sancho Lerena <slerena@gmail.com>, 2003-2006
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
||||||
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
||||||
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
// Translation to French
|
// Translation to French
|
||||||
// Translator: Aline Jorand <jorand.aline@laposte.net >
|
// Translator: Aline Jorand <jorand.aline@laposte.net >
|
||||||
|
@ -548,7 +559,7 @@ $lang_label["module_interval"]="Intervale du module";
|
||||||
$lang_label["snmp_community"]="Communauté SNMP";
|
$lang_label["snmp_community"]="Communauté SNMP";
|
||||||
$lang_label["server_asigned"]="Serveur assigné";
|
$lang_label["server_asigned"]="Serveur assigné";
|
||||||
$lang_label["remote"]="Distant";
|
$lang_label["remote"]="Distant";
|
||||||
$lang_label["default_server"]="Par défaut (Serveur actif)";
|
$lang_label["default_server"]="Serveur actif";
|
||||||
$lang_label["incident_manag"]="Gestion d'incidents";
|
$lang_label["incident_manag"]="Gestion d'incidents";
|
||||||
$lang_label["del_message_ok"]="Message effacé avec succès";
|
$lang_label["del_message_ok"]="Message effacé avec succès";
|
||||||
$lang_label["del_message_no"]="Erreur à l'effacement du message";
|
$lang_label["del_message_no"]="Erreur à l'effacement du message";
|
||||||
|
@ -606,7 +617,7 @@ $lang_label["update_server"]="Actualiser le serveur";
|
||||||
$lang_label["upd_server_ok"]="Serveur actualisé avec succès";
|
$lang_label["upd_server_ok"]="Serveur actualisé avec succès";
|
||||||
$lang_label["upd_server_no"]="Pandora a rencontré un problème pour actualiser le serveur";
|
$lang_label["upd_server_no"]="Pandora a rencontré un problème pour actualiser le serveur";
|
||||||
$lang_label["del_server_ok"]="Serveur éliminé avec succès";
|
$lang_label["del_server_ok"]="Serveur éliminé avec succès";
|
||||||
$lang_label["del_server_no"]=" Pandora a rencontré un problème pour éliminer le serveur ";
|
$lang_label["del_server_no"]="Pandora a rencontré un problème pour éliminer le serveur ";
|
||||||
$lang_label["groups"]="groupes";
|
$lang_label["groups"]="groupes";
|
||||||
$lang_label["other"]="Autre";
|
$lang_label["other"]="Autre";
|
||||||
$lang_label["icon"]="Icône";
|
$lang_label["icon"]="Icône";
|
||||||
|
@ -615,6 +626,10 @@ $lang_label["graph_order"]="Ordre du tableau";
|
||||||
$lang_label["truetype"]="Polices truetype";
|
$lang_label["truetype"]="Polices truetype";
|
||||||
$lang_label["right_left"]="dr. a gau.";
|
$lang_label["right_left"]="dr. a gau.";
|
||||||
$lang_label["left_right"]="gau. a dr.";
|
$lang_label["left_right"]="gau. a dr.";
|
||||||
|
$lang_label["cannot_read_snmp"]="Cannot read from SNMP source";
|
||||||
|
$lang_label["ok_read_snmp"]="SNMP source has been scanned";
|
||||||
|
$lang_label["cancel"]="Annuler";
|
||||||
|
$lang_label["network_module_refresh_exec"]="L'actualisation du module de Réseau est exécuté";
|
||||||
|
|
||||||
global $lang_label;
|
global $lang_label;
|
||||||
global $help_label;
|
global $help_label;
|
||||||
|
|
|
@ -1,13 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Pandora - The Free Monitoring System
|
// Pandora - the Free monitoring system
|
||||||
// This code is protected by GPL license.
|
// ====================================
|
||||||
// Este codigo esta protegido por la licencia GPL.
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||||
// Este odigo está protegido pela licença GPL.
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
||||||
// Sancho Lerena <slerena@gmail.com>, 2003-2006
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
||||||
// Raúl Mateos <raulofpandora@gmail.com>, 2004-2006
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
// Tradução para o Português do Brasil
|
// Tradução para o Português do Brasil
|
||||||
// Tradutor: Rodrigo J. Dutra <rodrigo.dutra@gmail.com>
|
// Tradutor: Rodrigo J. Dutra <rodrigo.dutra@gmail.com>
|
||||||
// 28/01/2006
|
// 28/01/2006
|
||||||
|
|
||||||
|
@ -45,7 +55,7 @@ $lang_label["status"] = "Estado";
|
||||||
$lang_label["in_openedby"] = "Proprietário";
|
$lang_label["in_openedby"] = "Proprietário";
|
||||||
$lang_label["in_openedwhen"] = "Aberto em";
|
$lang_label["in_openedwhen"] = "Aberto em";
|
||||||
$lang_label["updated_at"] = "Atualizado em";
|
$lang_label["updated_at"] = "Atualizado em";
|
||||||
$lang_label["main_text"] = "Este é o Console de Administração do Pandora. A partir daqui você pode gerenciar seus agentes, alertas e incidentes. A sessão permanecerá aberta desde que não haja inatividade prolongada.";
|
$lang_label["main_text"] = "Este é o Console de Administração do Pandora. A partir daqui você pode gerenciar seus agentes, alertas e incidentes. A sessão permanecerá aberta desde que não haja inatividade prolongada.";
|
||||||
$lang_label["id_user"] = "ID usuário";
|
$lang_label["id_user"] = "ID usuário";
|
||||||
$lang_label["real_name"] = "Nome Real";
|
$lang_label["real_name"] = "Nome Real";
|
||||||
$lang_label["telefono"] = "Telefone";
|
$lang_label["telefono"] = "Telefone";
|
||||||
|
@ -174,23 +184,23 @@ $lang_label["broken_light"] = "Agente caiu";
|
||||||
$lang_label["dbmain_title"] = "Manutenção da Base de Dados";
|
$lang_label["dbmain_title"] = "Manutenção da Base de Dados";
|
||||||
$lang_label["purge_30day"] = "Apagar os dados com mais de 30 dias";
|
$lang_label["purge_30day"] = "Apagar os dados com mais de 30 dias";
|
||||||
$lang_label["purge_7day"] = "Apagar os dados com mais de uma semana";
|
$lang_label["purge_7day"] = "Apagar os dados com mais de uma semana";
|
||||||
$lang_label["purge_90day"] = "Apagar os dados com mais de três meses";
|
$lang_label["purge_90day"] = "Apagar os dados com mais de três meses";
|
||||||
$lang_label["purge_14day"] = "Apagar os dados com mais de duas semanas";
|
$lang_label["purge_14day"] = "Apagar os dados com mais de duas semanas";
|
||||||
$lang_label["purge_3day"] = "Apagar os dados com mais de três dias";
|
$lang_label["purge_3day"] = "Apagar os dados com mais de três dias";
|
||||||
$lang_label["purge_1day"] = "Apagar os dados com mais de um dia";
|
$lang_label["purge_1day"] = "Apagar os dados com mais de um dia";
|
||||||
$lang_label["purge_all"] = "Apagar todos os dados";
|
$lang_label["purge_all"] = "Apagar todos os dados";
|
||||||
$lang_label["rango3"] = "Pacotes com menos de três meses";
|
$lang_label["rango3"] = "Pacotes com menos de três meses";
|
||||||
$lang_label["rango2"] = "Pacotes com menos de um mês";
|
$lang_label["rango2"] = "Pacotes com menos de um mês";
|
||||||
$lang_label["rango1"] = "Pacotes com menos de uma semana";
|
$lang_label["rango1"] = "Pacotes com menos de uma semana";
|
||||||
$lang_label["rango11"] = "Pacotes com menos de duas semanas";
|
$lang_label["rango11"] = "Pacotes com menos de duas semanas";
|
||||||
$lang_label["rango0"] = "Pacotes com menos de três dias";
|
$lang_label["rango0"] = "Pacotes com menos de três dias";
|
||||||
$lang_label["rango00"] = "Pacotes com menos de 24 horas";
|
$lang_label["rango00"] = "Pacotes com menos de 24 horas";
|
||||||
$lang_label["db_info"] = "Informação do BD";
|
$lang_label["db_info"] = "Informação do BD";
|
||||||
$lang_label["db_operation"] = "Manipulação do BD";
|
$lang_label["db_operation"] = "Manipulação do BD";
|
||||||
$lang_label["data_received"] = "Dados recebidos de";
|
$lang_label["data_received"] = "Dados recebidos de";
|
||||||
$lang_label["last_24"] = "Últimas 24 horas";
|
$lang_label["last_24"] = "Últimas 24 horas";
|
||||||
$lang_label["last_week"] = "Última Semana";
|
$lang_label["last_week"] = "Última Semana";
|
||||||
$lang_label["last_month"] = "Último mês";
|
$lang_label["last_month"] = "Último mês";
|
||||||
$lang_label["noagentselected"] = "Não foi selecionado um agente";
|
$lang_label["noagentselected"] = "Não foi selecionado um agente";
|
||||||
$lang_label["agentversion"] = "Versão do agente";
|
$lang_label["agentversion"] = "Versão do agente";
|
||||||
$lang_label["deleting_data"] = "Apagando dados";
|
$lang_label["deleting_data"] = "Apagando dados";
|
||||||
|
@ -287,14 +297,14 @@ $lang_label["purge_audit_30day"] = "Apagar os dados de auditoria, exceto os dos
|
||||||
$lang_label["purge_audit_7day"] = "Apagar os dados de auditoria, exceto os da útlima semana";
|
$lang_label["purge_audit_7day"] = "Apagar os dados de auditoria, exceto os da útlima semana";
|
||||||
$lang_label["purge_audit_90day"] = "Apagar os dados de auditoria, exceto os do último trimestre";
|
$lang_label["purge_audit_90day"] = "Apagar os dados de auditoria, exceto os do último trimestre";
|
||||||
$lang_label["purge_audit_14day"] = "Apagar os dados de auditoria, exceto os das útlimas duas semanas";
|
$lang_label["purge_audit_14day"] = "Apagar os dados de auditoria, exceto os das útlimas duas semanas";
|
||||||
$lang_label["purge_audit_3day"] = "Apagar os dados de auditoria, exceto os dos últimos três dias";
|
$lang_label["purge_audit_3day"] = "Apagar os dados de auditoria, exceto os dos últimos três dias";
|
||||||
$lang_label["purge_audit_1day"] = "Apagar os dados de auditoria, exceto do último dia";
|
$lang_label["purge_audit_1day"] = "Apagar os dados de auditoria, exceto do último dia";
|
||||||
$lang_label["purge_audit_all"] = "Apagar todos os dados de auditoria";
|
$lang_label["purge_audit_all"] = "Apagar todos os dados de auditoria";
|
||||||
$lang_label["purge_event_30day"] = "Apagar os dados de eventos, exceto os dos últimos 30 dias";
|
$lang_label["purge_event_30day"] = "Apagar os dados de eventos, exceto os dos últimos 30 dias";
|
||||||
$lang_label["purge_event_7day"] = "Apagar os dados de eventos, exceto os da última semana";
|
$lang_label["purge_event_7day"] = "Apagar os dados de eventos, exceto os da última semana";
|
||||||
$lang_label["purge_event_90day"] = "Apagar os dados de eventos, exceto os do último trimestre";
|
$lang_label["purge_event_90day"] = "Apagar os dados de eventos, exceto os do último trimestre";
|
||||||
$lang_label["purge_event_14day"] = "Apagar os dados de eventos, exceto os das últimas duas semanas";
|
$lang_label["purge_event_14day"] = "Apagar os dados de eventos, exceto os das últimas duas semanas";
|
||||||
$lang_label["purge_event_3day"] = "Apagar os dados de eventos, exceto os dos últimos três dias";
|
$lang_label["purge_event_3day"] = "Apagar os dados de eventos, exceto os dos últimos três dias";
|
||||||
$lang_label["purge_event_1day"] = "Apagar todos os dados de eventos, exceto os das últimas 24 horas";
|
$lang_label["purge_event_1day"] = "Apagar todos os dados de eventos, exceto os das últimas 24 horas";
|
||||||
$lang_label["purge_event_all"] = "Apagar todos os dados de eventos";
|
$lang_label["purge_event_all"] = "Apagar todos os dados de eventos";
|
||||||
$lang_label["deleting_records"] = "Apagando os registros para o módulo";
|
$lang_label["deleting_records"] = "Apagando os registros para o módulo";
|
||||||
|
@ -489,7 +499,7 @@ $lang_label["module_interval"] = "Intervalo módulo";
|
||||||
$lang_label["snmp_community"] = "Comunidade SNMP";
|
$lang_label["snmp_community"] = "Comunidade SNMP";
|
||||||
$lang_label["server_asigned"] = "Servidor atribuído";
|
$lang_label["server_asigned"] = "Servidor atribuído";
|
||||||
$lang_label["remote"] = "Remota";
|
$lang_label["remote"] = "Remota";
|
||||||
$lang_label["default_server"] = "Por padrão (Servidor ativo)";
|
$lang_label["default_server"] = "Servidor ativo";
|
||||||
$lang_label["incident_manag"] = "Gerenciamento de incidentes";
|
$lang_label["incident_manag"] = "Gerenciamento de incidentes";
|
||||||
$lang_label["del_message_ok"] = "Mensagem apagada corretamente";
|
$lang_label["del_message_ok"] = "Mensagem apagada corretamente";
|
||||||
$lang_label["del_message_no"] = "Erro ao apagar a mensagem";
|
$lang_label["del_message_no"] = "Erro ao apagar a mensagem";
|
||||||
|
@ -507,7 +517,7 @@ $lang_label["sender"] = "Remetente";
|
||||||
$lang_label["message_ok"] = "Mensagem enviada com sucesso";
|
$lang_label["message_ok"] = "Mensagem enviada com sucesso";
|
||||||
$lang_label["message_no"] = "Houve um problema ao enviar a mensagem";
|
$lang_label["message_no"] = "Houve um problema ao enviar a mensagem";
|
||||||
$lang_label["no_messages"] = "Não há mensagens";
|
$lang_label["no_messages"] = "Não há mensagens";
|
||||||
$lang_label["new_message_bra"] = "Você tem";
|
$lang_label["new_message_bra"] = "Você tem";
|
||||||
$lang_label["new_message_ket"] = "mensagem(ns) não lida(s)";
|
$lang_label["new_message_ket"] = "mensagem(ns) não lida(s)";
|
||||||
$lang_label["no_subject"] = "Sem assunto";
|
$lang_label["no_subject"] = "Sem assunto";
|
||||||
$lang_label["read"] = "Lido";
|
$lang_label["read"] = "Lido";
|
||||||
|
@ -556,6 +566,12 @@ $lang_label["graph_order"] = "Ordem do gráfico";
|
||||||
$lang_label["truetype"] = "Fontes truetype";
|
$lang_label["truetype"] = "Fontes truetype";
|
||||||
$lang_label["right_left"]="Dir. à Esq."; // direita à esquerda
|
$lang_label["right_left"]="Dir. à Esq."; // direita à esquerda
|
||||||
$lang_label["left_right"]="Esq. à Dir."; // esquerda à direita
|
$lang_label["left_right"]="Esq. à Dir."; // esquerda à direita
|
||||||
|
$lang_label["right_left"]="Der. a Izq."; //derecha a izquierda
|
||||||
|
$lang_label["left_right"]="Izq. a Der."; //izquierda a derecha
|
||||||
|
$lang_label["cannot_read_snmp"]="No se puede leer SNMP del origen";
|
||||||
|
$lang_label["ok_read_snmp"]="El origen SNMP ha sido analizado";
|
||||||
|
$lang_label["cancel"]="Cancelar";
|
||||||
|
$lang_label["network_module_refresh_exec"]="Ejecutado el refresco del m&oaucute;dulo de red";
|
||||||
|
|
||||||
global $lang_label;
|
global $lang_label;
|
||||||
global $help_label;
|
global $help_label;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
a.tip {cursor: help; position: relative; text-decoration: none; background:url(../../images/help.gif) no-repeat; padding: 5px 2px 5px 12px;}
|
a.tip {cursor: help; position: relative; text-decoration: none; background:url(../../images/tip.gif) no-repeat; padding: 5px 2px 5px 12px;}
|
||||||
a.tip2 {cursor: help; position: relative; text-decoration: none; background:url(../../images/help.gif) no-repeat; padding: 2px 2px 2px 12px;}
|
a.tip2 {cursor: help; position: relative; text-decoration: none; background:url(../../images/tip.gif) no-repeat; padding: 2px 2px 2px 12px;}
|
||||||
a.info {position: relative; text-decoration: none; padding: 25px 0px 0px -20px;}
|
a.info {position: relative; text-decoration: none; padding: 25px 0px 0px -20px;}
|
||||||
a.tip:hover {text-decoration: none; background-color: #f5f5f5;}
|
a.tip:hover {text-decoration: none; background-color: #f5f5f5;}
|
||||||
a.tip2:hover {text-decoration: none; background-color: #778866;}
|
a.tip2:hover {text-decoration: none; background-color: #778866;}
|
||||||
|
|
|
@ -12,7 +12,7 @@ if (comprueba_login() == 0){
|
||||||
$iduser_temp=$_SESSION['id_usuario'];
|
$iduser_temp=$_SESSION['id_usuario'];
|
||||||
if (give_acl($iduser_temp, 0, "AR") == 1){
|
if (give_acl($iduser_temp, 0, "AR") == 1){
|
||||||
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
||||||
echo "<h3>".$lang_label["db_stat_agent"]."<a href='help/".substr($language_code,0,2)."/chap3.php#337' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["db_stat_agent"]."<a href='help/".substr($language_code,0,2)."/chap3.php#337' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo "<table border=0>";
|
echo "<table border=0>";
|
||||||
echo "<tr><td><img src='reporting/fgraph.php?tipo=db_agente_modulo'><br>";
|
echo "<tr><td><img src='reporting/fgraph.php?tipo=db_agente_modulo'><br>";
|
||||||
echo "<tr><td><br>";
|
echo "<tr><td><br>";
|
||||||
|
|
|
@ -24,7 +24,7 @@ if (comprueba_login() == 0) {
|
||||||
$ag_group = $_GET["ag_group_refresh"];
|
$ag_group = $_GET["ag_group_refresh"];
|
||||||
}
|
}
|
||||||
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
||||||
echo "<h3>".$lang_label["summary"]."<a href='help/".substr($language_code,0,2)."/chap3.php#331' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["summary"]."<a href='help/".substr($language_code,0,2)."/chap3.php#331' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
|
|
||||||
$iduser_temp=$_SESSION['id_usuario'];
|
$iduser_temp=$_SESSION['id_usuario'];
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ if (comprueba_login() == 0) {
|
||||||
$query_gen='SELECT talerta_agente_modulo.id_alerta, talerta_agente_modulo.descripcion, talerta_agente_modulo.last_fired, talerta_agente_modulo.times_fired, tagente_modulo.nombre, talerta_agente_modulo.dis_max, talerta_agente_modulo.dis_min, talerta_agente_modulo.max_alerts, talerta_agente_modulo.time_threshold, talerta_agente_modulo.min_alerts, talerta_agente_modulo.id_agente_modulo, tagente_modulo.id_agente_modulo FROM tagente_modulo, talerta_agente_modulo WHERE tagente_modulo.id_agente = '.$id_agente.' AND tagente_modulo.id_agente_modulo = talerta_agente_modulo.id_agente_modulo';
|
$query_gen='SELECT talerta_agente_modulo.id_alerta, talerta_agente_modulo.descripcion, talerta_agente_modulo.last_fired, talerta_agente_modulo.times_fired, tagente_modulo.nombre, talerta_agente_modulo.dis_max, talerta_agente_modulo.dis_min, talerta_agente_modulo.max_alerts, talerta_agente_modulo.time_threshold, talerta_agente_modulo.min_alerts, talerta_agente_modulo.id_agente_modulo, tagente_modulo.id_agente_modulo FROM tagente_modulo, talerta_agente_modulo WHERE tagente_modulo.id_agente = '.$id_agente.' AND tagente_modulo.id_agente_modulo = talerta_agente_modulo.id_agente_modulo';
|
||||||
$result_gen=mysql_query($query_gen);
|
$result_gen=mysql_query($query_gen);
|
||||||
if (mysql_num_rows ($result_gen)) {
|
if (mysql_num_rows ($result_gen)) {
|
||||||
echo "<h3>".$lang_label["alert_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3324' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["alert_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3324' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo "<table cellpadding='3' cellspacing='3' width=750 border=0>";
|
echo "<table cellpadding='3' cellspacing='3' width=750 border=0>";
|
||||||
echo "<tr><th>".$lang_label["type"]."<th>".$lang_label["name"]."</th><th>".$lang_label["description"]."</th><th>".$lang_label["min_max"]."</th><th>".$lang_label["time_threshold"]."</th><th>".$lang_label["last_fired"]."</th><th>".$lang_label["times_fired"]."</th><th>".$lang_label["status"]."</th>";
|
echo "<tr><th>".$lang_label["type"]."<th>".$lang_label["name"]."</th><th>".$lang_label["description"]."</th><th>".$lang_label["min_max"]."</th><th>".$lang_label["time_threshold"]."</th><th>".$lang_label["last_fired"]."</th><th>".$lang_label["times_fired"]."</th><th>".$lang_label["status"]."</th>";
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ if (comprueba_login() == 0) {
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
||||||
echo "<h3>".$lang_label["alert_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#335' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["alert_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#335' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
$iduser_temp=$_SESSION['id_usuario'];
|
$iduser_temp=$_SESSION['id_usuario'];
|
||||||
if (isset($_POST["ag_group"]))
|
if (isset($_POST["ag_group"]))
|
||||||
$ag_group = $_POST["ag_group"];
|
$ag_group = $_POST["ag_group"];
|
||||||
|
|
|
@ -49,7 +49,7 @@ if (comprueba_login() == 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
||||||
echo "<h3>".$lang_label["view_agent_general_data"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3321' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["view_agent_general_data"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3321' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo '<table cellspacing=3 cellpadding=3 border=0 width=750>';
|
echo '<table cellspacing=3 cellpadding=3 border=0 width=750>';
|
||||||
echo '<tr><td class="datos"><b>'.$lang_label["agent_name"].'</b> <td class="datos">'.salida_limpia($nombre_agente);
|
echo '<tr><td class="datos"><b>'.$lang_label["agent_name"].'</b> <td class="datos">'.salida_limpia($nombre_agente);
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ if (comprueba_login() == 0) {
|
||||||
|
|
||||||
if (mysql_num_rows ($result_t)) {
|
if (mysql_num_rows ($result_t)) {
|
||||||
|
|
||||||
echo "<h3>".$lang_label["monitor_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3323' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["monitor_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3323' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo "<table width='750' cellpadding=3 cellspacing=3>";
|
echo "<table width='750' cellpadding=3 cellspacing=3>";
|
||||||
echo "<tr><th>".$lang_label["type"]."<th>".$lang_label["module_name"]."<th>".$lang_label["description"]."<th>".$lang_label["status"]."<th>".$lang_label["interval"]."<th>".$lang_label["last_contact"];
|
echo "<tr><th>".$lang_label["type"]."<th>".$lang_label["module_name"]."<th>".$lang_label["description"]."<th>".$lang_label["status"]."<th>".$lang_label["interval"]."<th>".$lang_label["last_contact"];
|
||||||
while ($row_t=mysql_fetch_array($result_t)){
|
while ($row_t=mysql_fetch_array($result_t)){
|
||||||
|
|
|
@ -74,7 +74,7 @@ if (comprueba_login() == 0) {
|
||||||
$last_label = "";
|
$last_label = "";
|
||||||
$result3=mysql_query($sql3);
|
$result3=mysql_query($sql3);
|
||||||
if (mysql_num_rows ($result3)) {
|
if (mysql_num_rows ($result3)) {
|
||||||
echo "<h3>".$lang_label["last_data_chunk"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3322' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["last_data_chunk"]."<a href='help/".substr($language_code,0,2)."/chap3.php#3322' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo "<table width='750' cellpadding='3' cellspacing='3'><th>X<th>".$lang_label["module_name"];
|
echo "<table width='750' cellpadding='3' cellspacing='3'><th>X<th>".$lang_label["module_name"];
|
||||||
echo "<th>".$lang_label["type"]."<th>".$lang_label["int"]."<th>".$lang_label["description"]."<th>".$lang_label["data"]."<th>".$lang_label["graph"]."<th>".$lang_label["raw_data"]."<th>".$lang_label["timestamp"];
|
echo "<th>".$lang_label["type"]."<th>".$lang_label["int"]."<th>".$lang_label["description"]."<th>".$lang_label["data"]."<th>".$lang_label["graph"]."<th>".$lang_label["raw_data"]."<th>".$lang_label["timestamp"];
|
||||||
$texto='';
|
$texto='';
|
||||||
|
|
|
@ -64,7 +64,7 @@ if (comprueba_login() == 0)
|
||||||
} else { // Form view
|
} else { // Form view
|
||||||
?>
|
?>
|
||||||
<h2><?php echo $lang_label["ag_title"] ?></h2>
|
<h2><?php echo $lang_label["ag_title"] ?></h2>
|
||||||
<h3><?php echo $lang_label["export_data"] ?><a href='help/<?php echo substr($language_code,0,2);?>/chap3.php#336' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>
|
<h3><?php echo $lang_label["export_data"] ?><a href='help/<?php echo substr($language_code,0,2);?>/chap3.php#336' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>
|
||||||
<form method="post" action="index.php?sec=estado&sec2=operation/agentes/exportdata&operacion=1" name="export_form">
|
<form method="post" action="index.php?sec=estado&sec2=operation/agentes/exportdata&operacion=1" name="export_form">
|
||||||
<table width=550 border=0 cellspacing=3 cellpadding=5 class=fon>
|
<table width=550 border=0 cellspacing=3 cellpadding=5 class=fon>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -19,7 +19,7 @@ if (comprueba_login() == 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
||||||
echo "<h3>".$lang_label["monitor_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#334' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["monitor_listing"]."<a href='help/".substr($language_code,0,2)."/chap3.php#334' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
$iduser_temp=$_SESSION['id_usuario'];
|
$iduser_temp=$_SESSION['id_usuario'];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ if (comprueba_login() == 0) {
|
||||||
$id_usuario =$_SESSION["id_usuario"];
|
$id_usuario =$_SESSION["id_usuario"];
|
||||||
if (give_acl($id_usuario, 0, "AR")==1) {
|
if (give_acl($id_usuario, 0, "AR")==1) {
|
||||||
echo "<h2>".$lang_label["events"]."</h2>";
|
echo "<h2>".$lang_label["events"]."</h2>";
|
||||||
echo "<h3>".$lang_label["event_statistics"]."<a href='help/".substr($language_code,0,2)."/chap5.php#51' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["event_statistics"]."<a href='help/".substr($language_code,0,2)."/chap5.php#51' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo '<img src="reporting/fgraph.php?tipo=total_events" border=0>';
|
echo '<img src="reporting/fgraph.php?tipo=total_events" border=0>';
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
echo '<img src="reporting/fgraph.php?tipo=user_events" border=0>';
|
echo '<img src="reporting/fgraph.php?tipo=user_events" border=0>';
|
||||||
|
|
|
@ -109,7 +109,7 @@ if (comprueba_login() == 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<h2>".$lang_label["events"]."</h2>";
|
echo "<h2>".$lang_label["events"]."</h2>";
|
||||||
echo "<h3>".$lang_label["event_main_view"]."<a href='help/".substr($language_code,0,2)."/chap5.php#5' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["event_main_view"]."<a href='help/".substr($language_code,0,2)."/chap5.php#5' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
|
|
||||||
// Prepare index for pagination
|
// Prepare index for pagination
|
||||||
$event_list[]="";
|
$event_list[]="";
|
||||||
|
|
|
@ -127,7 +127,7 @@ if ((give_acl($id_user, 0, "IR")==1) OR (give_acl($id_user, 0, "IM")==1) or (dam
|
||||||
$sql1_count="SELECT COUNT(id_incidencia) FROM tincidencia ".$sql1;
|
$sql1_count="SELECT COUNT(id_incidencia) FROM tincidencia ".$sql1;
|
||||||
$sql1=$sql0;
|
$sql1=$sql0;
|
||||||
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
||||||
echo "<h3>".$lang_label["manage_incidents"]."<a href='help/".substr($language_code,0,2)."/chap4.php#4' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["manage_incidents"]."<a href='help/".substr($language_code,0,2)."/chap4.php#4' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -219,8 +219,8 @@ $creacion_incidente = "";
|
||||||
|
|
||||||
if (isset($id_inc)) {echo "<input type='hidden' name='id_inc' value='".$id_inc."'>";}
|
if (isset($id_inc)) {echo "<input type='hidden' name='id_inc' value='".$id_inc."'>";}
|
||||||
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
||||||
if (isset($id_inc)) {echo "<h3>".$lang_label["rev_incident"]." # ".$id_inc." <a href='help/<?php echo substr($language_code,0,2);?>/chap4.php#42' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";}
|
if (isset($id_inc)) {echo "<h3>".$lang_label["rev_incident"]." # ".$id_inc." <a href='help/<?php echo substr($language_code,0,2);?>/chap4.php#42' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";}
|
||||||
else {echo "<h3>".$lang_label["create_incident"]."<a href='help/".substr($language_code,0,2)."/chap4.php#41' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";}
|
else {echo "<h3>".$lang_label["create_incident"]."<a href='help/".substr($language_code,0,2)."/chap4.php#41' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";}
|
||||||
echo '<table cellpadding=3 cellspacing=3 border=0 width=600>';
|
echo '<table cellpadding=3 cellspacing=3 border=0 width=600>';
|
||||||
if ((give_acl($iduser_temp, $id_grupo, "IM")==1) OR ($usuario == $iduser_temp))
|
if ((give_acl($iduser_temp, $id_grupo, "IM")==1) OR ($usuario == $iduser_temp))
|
||||||
echo '<tr><td class="lb" rowspan="6" width="5"><td class="datos"><b>'.$lang_label["incident"].'</b><td colspan=3 class="datos"><input type="text" name="titulo" size=70 value="'.$titulo.'">';
|
echo '<tr><td class="lb" rowspan="6" width="5"><td class="datos"><b>'.$lang_label["incident"].'</b><td colspan=3 class="datos"><input type="text" name="titulo" size=70 value="'.$titulo.'">';
|
||||||
|
|
|
@ -13,7 +13,7 @@ if (comprueba_login() == 0) {
|
||||||
|
|
||||||
echo "<img src='images/pulpo_lupa.gif' align='right' class='bot'>";
|
echo "<img src='images/pulpo_lupa.gif' align='right' class='bot'>";
|
||||||
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
||||||
echo "<h3>".$lang_label["find_crit"]." <a href='help/".substr($language_code,0,2)."/chap4.php#43' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["find_crit"]." <a href='help/".substr($language_code,0,2)."/chap4.php#43' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
?>
|
?>
|
||||||
<table width="500" cellpadding="3" cellspacing="3">
|
<table width="500" cellpadding="3" cellspacing="3">
|
||||||
<form name="busqueda" method="post" action="index.php?sec=incidencias&sec2=operation/incidents/incident">
|
<form name="busqueda" method="post" action="index.php?sec=incidencias&sec2=operation/incidents/incident">
|
||||||
|
|
|
@ -14,7 +14,7 @@ if (comprueba_login() == 0) {
|
||||||
$iduser=$_SESSION['id_usuario'];
|
$iduser=$_SESSION['id_usuario'];
|
||||||
if (give_acl($id_user, 0, "IR")==1) {
|
if (give_acl($id_user, 0, "IR")==1) {
|
||||||
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
echo "<h2>".$lang_label["incident_manag"]."</h2>";
|
||||||
echo "<h3>".$lang_label["statistics"]."<a href='help/".substr($language_code,0,2)."/chap4.php#44' target='_help'><img src='images/ayuda.gif' border='0' class='help'></a></h3>";
|
echo "<h3>".$lang_label["statistics"]."<a href='help/".substr($language_code,0,2)."/chap4.php#44' target='_help'><img src='images/help.gif' border='0' class='help'></a></h3>";
|
||||||
echo '<img src="reporting/fgraph.php?tipo=estado_incidente" border=0>';
|
echo '<img src="reporting/fgraph.php?tipo=estado_incidente" border=0>';
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
echo '<img src="reporting/fgraph.php?tipo=prioridad_incidente" border=0>';
|
echo '<img src="reporting/fgraph.php?tipo=prioridad_incidente" border=0>';
|
||||||
|
|
Loading…
Reference in New Issue