2009-02-16 Jorge Gonzalez <jorgegonz@artica.es>
* godmode/agentes/module_manager_editor_common.php: Changed string so it is the same as other used before. * godmode/agentes/configurar_agente.php: Fixed typo. * include/languages/pt_BR.po, include/languages/nl.mo, include/languages/es.po, include/languages/it.mo, include/languages/pt_BR.mo, include/languages/es.mo, include/languages/da.po, include/languages/de.po, include/languages/he.po, include/languages/eu.po, include/languages/da.mo, include/languages/de.mo, include/languages/he.mo, include/languages/eu.mo, include/languages/nl.po, include/languages/it.po: Updated translations from Rosetta. * include/languages/index.pot: Updated po template. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1458 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
28a5d8abf1
commit
12a53c775f
|
@ -1,3 +1,20 @@
|
|||
2009-02-16 Jorge Gonzalez <jorgegonz@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Changed string
|
||||
so it is the same as other used before.
|
||||
|
||||
* godmode/agentes/configurar_agente.php: Fixed typo.
|
||||
|
||||
* include/languages/pt_BR.po, include/languages/nl.mo,
|
||||
include/languages/es.po, include/languages/it.mo,
|
||||
include/languages/pt_BR.mo, include/languages/es.mo,
|
||||
include/languages/da.po, include/languages/de.po, include/languages/he.po,
|
||||
include/languages/eu.po, include/languages/da.mo, include/languages/de.mo,
|
||||
include/languages/he.mo, include/languages/eu.mo, include/languages/nl.po,
|
||||
include/languages/it.po: Updated translations from Rosetta.
|
||||
|
||||
* include/languages/index.pot: Updated po template.
|
||||
|
||||
2009-02-16 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* godmode/agentes/alert_manager.php: Moved AJAX interface for
|
||||
|
|
|
@ -156,7 +156,7 @@ if ($create_agent) {
|
|||
array ('nombre' => 'agent_keepalive',
|
||||
'id_agente' => $id_agente,
|
||||
'id_tipo_modulo' => 100,
|
||||
'descripcion' => __('Ageng keepalive monitor'),
|
||||
'descripcion' => __('Agent keepalive monitor'),
|
||||
'id_modulo' => 1,
|
||||
'min_warning' => 0,
|
||||
'max_warning' => 1));
|
||||
|
|
|
@ -170,9 +170,9 @@ $table_advanced->data[2][2] = __('Post process').' '.pandora_help ('postprocess'
|
|||
$table_advanced->data[2][3] = print_input_text ('post_process',
|
||||
$post_process, '', 5, 5, true);
|
||||
|
||||
$table_advanced->data[3][0] = __('Min. value');
|
||||
$table_advanced->data[3][0] = __('Min. Value');
|
||||
$table_advanced->data[3][1] = print_input_text ('min', $min, '', 5, 15, true);
|
||||
$table_advanced->data[3][2] = __('Max. value');
|
||||
$table_advanced->data[3][2] = __('Max. Value');
|
||||
$table_advanced->data[3][3] = print_input_text ('max', $max, '', 5, 15, true);
|
||||
|
||||
$table_advanced->data[4][0] = __('Export target');
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue