mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2009-01-12 Jorge Gonzalez <jorgegonz@artica.es>
include/help/en/help_alert-matches.php, include/help/en/help_time_stamp-comparation.php: Added help files. include/languages/es.po, include/languages/es.mo: Updated Spanish translation. include/languages/index.pot: Updated po template. godmode/setup/setup.php, godmode/agentes/alert_manager.php: Added help functions. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ccfc0f4fff
commit
fce6ea02bd
@ -1,3 +1,16 @@
|
|||||||
|
2009-01-12 Jorge Gonzalez <jorgegonz@artica.es>
|
||||||
|
|
||||||
|
include/help/en/help_alert-matches.php,
|
||||||
|
include/help/en/help_time_stamp-comparation.php: Added help files.
|
||||||
|
|
||||||
|
include/languages/es.po, include/languages/es.mo: Updated Spanish
|
||||||
|
translation.
|
||||||
|
|
||||||
|
include/languages/index.pot: Updated po template.
|
||||||
|
|
||||||
|
godmode/setup/setup.php, godmode/agentes/alert_manager.php: Added
|
||||||
|
help functions.
|
||||||
|
|
||||||
2009-01-12 Jorge Gonzalez <jorgegonz@artica.es>
|
2009-01-12 Jorge Gonzalez <jorgegonz@artica.es>
|
||||||
|
|
||||||
* include/languages/es.po, include/languages/es.mo: Updated Spanish
|
* include/languages/es.po, include/languages/es.mo: Updated Spanish
|
||||||
|
@ -216,6 +216,7 @@ print_input_text ('fires_min', -1, '', 4, 10);
|
|||||||
echo ' '.__('to').' ';
|
echo ' '.__('to').' ';
|
||||||
print_input_text ('fires_max', -1, '', 4, 10);
|
print_input_text ('fires_max', -1, '', 4, 10);
|
||||||
echo ' '.__('matches of the alert');
|
echo ' '.__('matches of the alert');
|
||||||
|
echo pandora_help("alert-matches", true);
|
||||||
echo '</span></div>';
|
echo '</span></div>';
|
||||||
echo '<div style="float: right; margin-left: 30px;"><br />';
|
echo '<div style="float: right; margin-left: 30px;"><br />';
|
||||||
print_submit_button (__('Add'), 'add', false, 'class="sub next"');
|
print_submit_button (__('Add'), 'add', false, 'class="sub next"');
|
||||||
|
@ -125,7 +125,7 @@ $table->data[14][1] = print_input_text ('block_size', $config["block_size"], '',
|
|||||||
$table->data[14][0] = __('Default hours for event view');
|
$table->data[14][0] = __('Default hours for event view');
|
||||||
$table->data[14][1] = print_input_text ('event_view_hr', $config["event_view_hr"], '', 5, 5, true);
|
$table->data[14][1] = print_input_text ('event_view_hr', $config["event_view_hr"], '', 5, 5, true);
|
||||||
|
|
||||||
$table->data[15][0] = __('Timestamp or time comparation');
|
$table->data[15][0] = __('Timestamp or time comparation') . pandora_help("time_stamp-comparation", true);
|
||||||
$table->data[15][1] = __('Comparation in rollover').' ';
|
$table->data[15][1] = __('Comparation in rollover').' ';
|
||||||
$table->data[15][1] .= print_radio_button ('prominent_time', "timestamp", '', $config["prominent_time"], true);
|
$table->data[15][1] .= print_radio_button ('prominent_time', "timestamp", '', $config["prominent_time"], true);
|
||||||
$table->data[15][1] .= '<br />'.__('Timestamp in rollover').' ';
|
$table->data[15][1] .= '<br />'.__('Timestamp in rollover').' ';
|
||||||
|
3
pandora_console/include/help/en/help_alert-matches.php
Executable file
3
pandora_console/include/help/en/help_alert-matches.php
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
<h1>Matches of the alert</h1>
|
||||||
|
|
||||||
|
Defines the number of alerts that must occur before executing the action. It is a fine-tunning parameter.
|
@ -0,0 +1,3 @@
|
|||||||
|
<h1>Timestamp or time comparation</h1>
|
||||||
|
|
||||||
|
It defines what time of date/time is used, the system timestamp or a comparation with the database. Useful when you have the database in other system different than where the Web console is.
|
Binary file not shown.
@ -3,14 +3,15 @@
|
|||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Jorge Gonzalez <jorge.gonzalez@artica.es>, 2009.
|
# Jorge Gonzalez <jorge.gonzalez@artica.es>, 2009.
|
||||||
|
# Jorge González <jorgegonz@svn.gnome.org>, 2009.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: es\n"
|
"Project-Id-Version: es\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-01-12 16:50+0100\n"
|
"POT-Creation-Date: 2009-01-12 16:50+0100\n"
|
||||||
"PO-Revision-Date: 2009-01-12 16:53+0100\n"
|
"PO-Revision-Date: 2009-01-12 17:11+0100\n"
|
||||||
"Last-Translator: Jorge Gonzalez <jorge.gonzalez@artica.es>\n"
|
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
|
||||||
"Language-Team: Español <artica@artica.es>\n"
|
"Language-Team: Español <gnome-es-list@gnome.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
@ -440,7 +441,7 @@ msgstr "del total de módulos funcionando"
|
|||||||
#: ../../enterprise/dashboard/widgets/monitor_health.php:77
|
#: ../../enterprise/dashboard/widgets/monitor_health.php:77
|
||||||
#: ../../operation/agentes/tactical.php:85
|
#: ../../operation/agentes/tactical.php:85
|
||||||
msgid "Module sanity"
|
msgid "Module sanity"
|
||||||
msgstr "Salud del módulo"
|
msgstr "Salud de los módulos"
|
||||||
|
|
||||||
#: ../../general/logon_ok.php:86 ../../operation/agentes/tactical.php:88
|
#: ../../general/logon_ok.php:86 ../../operation/agentes/tactical.php:88
|
||||||
msgid "of total modules inited"
|
msgid "of total modules inited"
|
||||||
@ -869,7 +870,7 @@ msgstr "Desactivado"
|
|||||||
#: ../../extensions/update_manager/lib/libupdate_manager.php:563
|
#: ../../extensions/update_manager/lib/libupdate_manager.php:563
|
||||||
#: ../../godmode/setup/setup.php:136
|
#: ../../godmode/setup/setup.php:136
|
||||||
msgid "Database"
|
msgid "Database"
|
||||||
msgstr "Base de Datos"
|
msgstr "Base de datos"
|
||||||
|
|
||||||
#: ../../extensions/update_manager/lib/libupdate_manager.php:564
|
#: ../../extensions/update_manager/lib/libupdate_manager.php:564
|
||||||
msgid "Code / binary directory"
|
msgid "Code / binary directory"
|
||||||
@ -3269,7 +3270,7 @@ msgstr "Opciones avanzadas"
|
|||||||
|
|
||||||
#: ../../godmode/agentes/alert_manager.php:218
|
#: ../../godmode/agentes/alert_manager.php:218
|
||||||
msgid "matches of the alert"
|
msgid "matches of the alert"
|
||||||
msgstr ""
|
msgstr "coincidencias de la alerta"
|
||||||
|
|
||||||
#: ../../godmode/agentes/manage_config.php:53
|
#: ../../godmode/agentes/manage_config.php:53
|
||||||
#: ../../godmode/agentes/manage_config.php:241
|
#: ../../godmode/agentes/manage_config.php:241
|
||||||
@ -3306,8 +3307,10 @@ msgid "You must check modules and/or alerts to be deleted"
|
|||||||
msgstr "Debe comprobar módulos y/o alertas para borrar"
|
msgstr "Debe comprobar módulos y/o alertas para borrar"
|
||||||
|
|
||||||
#: ../../godmode/agentes/manage_config.php:325
|
#: ../../godmode/agentes/manage_config.php:325
|
||||||
msgid "There was an error removing the module data, the removal has been cancelled"
|
msgid ""
|
||||||
msgstr "Hubo un error al eliminar el módulo de datos. Se canceló la eliminación."
|
"There was an error removing the module data, the removal has been cancelled"
|
||||||
|
msgstr ""
|
||||||
|
"Hubo un error al eliminar el módulo de datos. Se canceló la eliminación."
|
||||||
|
|
||||||
#: ../../godmode/agentes/manage_config.php:328
|
#: ../../godmode/agentes/manage_config.php:328
|
||||||
msgid "Successfully removed module data"
|
msgid "Successfully removed module data"
|
||||||
@ -3659,7 +3662,8 @@ msgid "Alert text"
|
|||||||
msgstr "Texto de la alerta"
|
msgstr "Texto de la alerta"
|
||||||
|
|
||||||
#: ../../godmode/agentes/alert_manager_editor.php:138
|
#: ../../godmode/agentes/alert_manager_editor.php:138
|
||||||
msgid "This value must be al least Module Interval * (Min.Number of Alerts + 1)"
|
msgid ""
|
||||||
|
"This value must be al least Module Interval * (Min.Number of Alerts + 1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Este valor debe ser como mínimo, el intervalo del módulo multiplicado por el "
|
"Este valor debe ser como mínimo, el intervalo del módulo multiplicado por el "
|
||||||
"mínimo número de alertas + 1"
|
"mínimo número de alertas + 1"
|
||||||
@ -3979,8 +3983,9 @@ msgid ""
|
|||||||
"This user has permissions to manage all. This is admin user and overwrites "
|
"This user has permissions to manage all. This is admin user and overwrites "
|
||||||
"all permissions given in profiles/groups"
|
"all permissions given in profiles/groups"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Este usuario tiene permisos para gestionar todo. Este es el usuario administrador y sobreescribe todos "
|
"Este usuario tiene permisos para gestionar todo. Este es el usuario "
|
||||||
"los permisos otorgados en los perfiles/grupos"
|
"administrador y sobreescribe todos los permisos otorgados en los perfiles/"
|
||||||
|
"grupos"
|
||||||
|
|
||||||
#: ../../godmode/users/configure_user.php:204
|
#: ../../godmode/users/configure_user.php:204
|
||||||
msgid "Standard user"
|
msgid "Standard user"
|
||||||
@ -5293,7 +5298,8 @@ msgstr ""
|
|||||||
"derecha del elemento."
|
"derecha del elemento."
|
||||||
|
|
||||||
#: ../../enterprise/dashboard/widgets/example.php:26
|
#: ../../enterprise/dashboard/widgets/example.php:26
|
||||||
msgid "To do so, just click on the title and drag and drop it to the desired place."
|
msgid ""
|
||||||
|
"To do so, just click on the title and drag and drop it to the desired place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Para hacerlo, simplemente pulse en la barra de título, arrastre y suéltela "
|
"Para hacerlo, simplemente pulse en la barra de título, arrastre y suéltela "
|
||||||
"en el lugar deseado."
|
"en el lugar deseado."
|
||||||
@ -6227,7 +6233,7 @@ msgstr "No se encontró ninguna alerta combinada"
|
|||||||
#: ../../operation/agentes/tactical.php:100
|
#: ../../operation/agentes/tactical.php:100
|
||||||
#: ../../operation/agentes/tactical.php:103
|
#: ../../operation/agentes/tactical.php:103
|
||||||
msgid "Monitor checks"
|
msgid "Monitor checks"
|
||||||
msgstr "Comprobaciones de monitor"
|
msgstr "Comprobaciones de monitores"
|
||||||
|
|
||||||
#: ../../operation/agentes/tactical.php:108
|
#: ../../operation/agentes/tactical.php:108
|
||||||
msgid "Monitors good"
|
msgid "Monitors good"
|
||||||
@ -6548,4 +6554,3 @@ msgstr "Remitente"
|
|||||||
#: ../../operation/messages/message.php:215
|
#: ../../operation/messages/message.php:215
|
||||||
msgid "No subject"
|
msgid "No subject"
|
||||||
msgstr "Sin asunto"
|
msgstr "Sin asunto"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-01-12 16:53+0100\n"
|
"POT-Creation-Date: 2009-01-12 17:11+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user