2007-09-04 Raul Mateos <raulofpandora@gmail.com>

* install.php: Changed width to show the footer when an error appears
	in step 4.
	* include/languages/language_es_es.php: Re-encoded to UTF-8.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@642 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2007-09-04 12:08:46 +00:00
parent 6797daff98
commit 4c25425200
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ $lang_label["delete"]="Borrar";
$lang_label["in_state_0"]="Abierta y activa";
$lang_label["in_state_1"]="Abierta y con notas";
$lang_label["in_state_2"]="No valida";
$lang_label["in_state_2"]="No válida";
$lang_label["in_state_3"]="Caducada";
$lang_label["in_state_13"]="Cerrada";
@ -126,7 +126,7 @@ $lang_label["src_address"]="IP Origen";
$lang_label["alert_listing"]="Lista completa de alertas";
$lang_label["monitor_listing"]="Lista completa de monitores";
$lang_label["times_fired"]="Número de veces lanzada";
$lang_label["description"] ="Descripción";
$lang_label["description"]="Descripción";
$lang_label["last_fired"]="Lanzada por última vez";
$lang_label["type"]="Tipo";
$lang_label["last_contact"]="Último contacto";
@ -861,7 +861,7 @@ $lang_label["graph_event_total"]="Gráfica de eventos";
$lang_label["graph_event_group"]="Gráfica de eventos por grupo";
$lang_label["graph_event_user"]="Gráfica de eventos por usuario";
$lang_label["db_agente_paquetes"]="Paquetes por agente";
$lang_label["db_agente_módulo"]="Módulos por agente";
$lang_label["db_agente_modulo"]="Módulos por agente";
$lang_label["inc_stat_status"]="Incidente por estado";
$lang_label["inc_stat_priority"]="Incidentes por prioridad";
$lang_label["inc_stat_user"]="Incidentes por usuario";

View File

@ -313,7 +313,7 @@ function install_step4() {
echo "
<div id='install_container'>
<h1>Pandora FMS Console installation wizard. Step #4 of 4</h1>
<div id='wizard' style='height: 350px;'>
<div id='wizard' style='height: 380px;'>
<div id='install_box'>
<h1>Creating database and default configuration file</h1>
<table>";