diff --git a/extras/android-event-viewer/.idea/misc.xml b/extras/android-event-viewer/.idea/misc.xml index 38041c7cc6..a4aaf9f97e 100644 --- a/extras/android-event-viewer/.idea/misc.xml +++ b/extras/android-event-viewer/.idea/misc.xml @@ -1,8 +1,5 @@ - - - - - - - - - - - - - - + diff --git a/extras/android-event-viewer/app/build.gradle b/extras/android-event-viewer/app/build.gradle index 92924f93b3..d9a280d817 100644 --- a/extras/android-event-viewer/app/build.gradle +++ b/extras/android-event-viewer/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 8 - buildToolsVersion "25.0.2" + buildToolsVersion "26.0.2" defaultConfig { applicationId "pandroid_event_viewer.pandorafms" diff --git a/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/EventList.java b/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/EventList.java index 15ca771bad..b208855e0b 100644 --- a/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/EventList.java +++ b/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/EventList.java @@ -159,8 +159,14 @@ public class EventList extends ListActivity { } }); - - + ImageButton btnSettings = (ImageButton) findViewById(R.id.settings_icon_button_list); + // Open the settings + btnSettings.setOnClickListener(new View.OnClickListener() { + public void onClick(View v) { + startActivity(new Intent(v.getContext(), Options.class)); + } + }); + registerReceiver(onBroadcast, new IntentFilter("eventlist.java")); this.toggleLoadingLayout(); diff --git a/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/Main.java b/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/Main.java index 6ab57371e9..2548b8023b 100644 --- a/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/Main.java +++ b/extras/android-event-viewer/app/src/main/java/pandroid_event_viewer/pandorafms/Main.java @@ -96,10 +96,29 @@ public class Main extends Activity { Activity.MODE_PRIVATE); setContentView(R.layout.main); + final ImageButton btnSettings = (ImageButton) findViewById(R.id.settings_icon_button_main); + final ImageButton btnFilter = (ImageButton) findViewById(R.id.filter_icon_button_main); final Button buttonSetAsFilterWatcher = (Button) findViewById(R.id.button_set_as_filter_watcher); final ImageButton buttonSearch = (ImageButton) findViewById(R.id.refresh_icon_button_main); final ImageButton buttonDeleteProfile = (ImageButton) findViewById(R.id.button_delete_profile); final ImageButton buttonSaveProfile = (ImageButton) findViewById(R.id.button_save_profile); + + // Open the settings + btnSettings.setOnClickListener(new View.OnClickListener() { + public void onClick(View v) { + startActivity(new Intent(v.getContext(), Options.class)); + } + }); + + // Go to the events list + btnFilter.setOnClickListener(new View.OnClickListener() { + public void onClick(View v) { + Activity a = (Activity) v.getContext(); + TabActivity ta = (TabActivity) a.getParent(); + ta.getTabHost().setCurrentTab(1); + } + }); + // Check if the user preferences it is set. if (object.user.length() == 0 || object.password.length() == 0 || object.url.length() == 0) { diff --git a/extras/android-event-viewer/app/src/main/res/layout/list_view_layout.xml b/extras/android-event-viewer/app/src/main/res/layout/list_view_layout.xml index 9b32dfe1dc..b0135b4489 100644 --- a/extras/android-event-viewer/app/src/main/res/layout/list_view_layout.xml +++ b/extras/android-event-viewer/app/src/main/res/layout/list_view_layout.xml @@ -63,8 +63,22 @@ android:layout_weight="0" android:padding="0dp" android:src="@drawable/filter_icon_button" + android:background="@null" /> + + + + + android:tint="@android:color/white" + android:src="@android:drawable/ic_menu_preferences" /> + + + + + + /dev/null diff --git a/pandora_agents/unix/Darwin/pandora_agent.conf b/pandora_agents/unix/Darwin/pandora_agent.conf index 463753cce4..d7647191a4 100644 --- a/pandora_agents/unix/Darwin/pandora_agent.conf +++ b/pandora_agents/unix/Darwin/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, GNU/Linux +# Version 7.0NG.716, GNU/Linux # Licensed under GPL license v2, # Copyright (c) 2003-2012 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/FreeBSD/pandora_agent.conf b/pandora_agents/unix/FreeBSD/pandora_agent.conf index dfed2140ba..2625ca7542 100644 --- a/pandora_agents/unix/FreeBSD/pandora_agent.conf +++ b/pandora_agents/unix/FreeBSD/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, FreeBSD Version +# Version 7.0NG.716, FreeBSD Version # Licensed under GPL license v2, # Copyright (c) 2003-2016 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/HP-UX/pandora_agent.conf b/pandora_agents/unix/HP-UX/pandora_agent.conf index 961acd9c83..2387412e15 100644 --- a/pandora_agents/unix/HP-UX/pandora_agent.conf +++ b/pandora_agents/unix/HP-UX/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, HP-UX Version +# Version 7.0NG.716, HP-UX Version # Licensed under GPL license v2, # Copyright (c) 2003-2009 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index c9ebc00767..da5c2b2c18 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, GNU/Linux +# Version 7.0NG.716, GNU/Linux # Licensed under GPL license v2, # Copyright (c) 2003-2014 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/NT4/pandora_agent.conf b/pandora_agents/unix/NT4/pandora_agent.conf index e234318c7e..a0717d889e 100644 --- a/pandora_agents/unix/NT4/pandora_agent.conf +++ b/pandora_agents/unix/NT4/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, GNU/Linux +# Version 7.0NG.716, GNU/Linux # Licensed under GPL license v2, # Copyright (c) 2003-2009 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/NetBSD/pandora_agent.conf b/pandora_agents/unix/NetBSD/pandora_agent.conf index 9b9a078a9d..0cc5dc41cc 100644 --- a/pandora_agents/unix/NetBSD/pandora_agent.conf +++ b/pandora_agents/unix/NetBSD/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, NetBSD Version +# Version 7.0NG.716, NetBSD Version # Licensed under GPL license v2, # Copyright (c) 2003-2010 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/SunOS/pandora_agent.conf b/pandora_agents/unix/SunOS/pandora_agent.conf index c11f852b29..ac8ece9b0c 100644 --- a/pandora_agents/unix/SunOS/pandora_agent.conf +++ b/pandora_agents/unix/SunOS/pandora_agent.conf @@ -1,5 +1,5 @@ # Base config file for Pandora FMS agents -# Version 7.0NG.713, Solaris Version +# Version 7.0NG.716, Solaris Version # Licensed under GPL license v2, # Copyright (c) 2003-2009 Artica Soluciones Tecnologicas # http://www.pandorafms.com diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index f4780c18a7..50e570e2e5 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -40,8 +40,8 @@ my $Sem = undef; # Semaphore used to control the number of threads my $ThreadSem = undef; -use constant AGENT_VERSION => '7.0NG.713'; -use constant AGENT_BUILD => '171018'; +use constant AGENT_VERSION => '7.0NG.716'; +use constant AGENT_BUILD => '171129'; # Agent log default file size maximum and instances use constant DEFAULT_MAX_LOG_SIZE => 600000; @@ -1579,6 +1579,9 @@ sub guess_os_version ($) { # AIX } elsif ($os eq 'aix') { $os_version = "$2.$1" if (`uname -rv` =~ /\s*(\d)\s+(\d)\s*/); + # Darwin + } elsif ($os eq 'darwin') { + $os_version = `defaults read loginwindow SystemVersionStampAsString`; # Windows } elsif ($os =~ /win/i) { $os_version = `ver`; diff --git a/pandora_agents/unix/pandora_agent.redhat.spec b/pandora_agents/unix/pandora_agent.redhat.spec index 5d0e1e4d5e..45bf73aa6f 100644 --- a/pandora_agents/unix/pandora_agent.redhat.spec +++ b/pandora_agents/unix/pandora_agent.redhat.spec @@ -2,8 +2,8 @@ #Pandora FMS Linux Agent # %define name pandorafms_agent_unix -%define version 7.0NG.713 -%define release 171018 +%define version 7.0NG.716 +%define release 171129 Summary: Pandora FMS Linux agent, PERL version Name: %{name} @@ -24,7 +24,7 @@ Requires(preun): chkconfig /bin/rm /usr/sbin/userdel Requires: fileutils textutils unzip Requires: util-linux procps grep Requires: /sbin/ip /bin/awk -Requires: perl perl(Sys::Syslog) perl(IO::Socket::SSL) +Requires: perl perl(Sys::Syslog) # Required by plugins #Requires: sh-utils sed passwd net-tools rpm AutoReq: 0 diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index ae5a512cd6..f73c761f4e 100644 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -2,8 +2,8 @@ #Pandora FMS Linux Agent # %define name pandorafms_agent_unix -%define version 7.0NG.713 -%define release 171018 +%define version 7.0NG.716 +%define release 171129 Summary: Pandora FMS Linux agent, PERL version Name: %{name} @@ -67,6 +67,7 @@ then fi %post +mkdir -p /var/log/pandora chown pandora:root /var/log/pandora if [ ! -d /etc/pandora ] ; then mkdir -p /etc/pandora @@ -91,6 +92,9 @@ if [ ! -e /etc/pandora/collections ]; then fi cp -aRf /usr/share/pandora_agent/pandora_agent_logrotate /etc/logrotate.d/pandora_agent +# Enable the service on SystemD +systemctl enable pandora_agent_daemon.service + mkdir -p /var/spool/pandora/data_out chkconfig pandora_agent_daemon on diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index 37de832d91..bd1033168b 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -9,8 +9,8 @@ # Please see http://www.pandorafms.org. This code is licensed under GPL 2.0 license. # ********************************************************************** -PI_VERSION="7.0NG.713" -PI_BUILD="171018" +PI_VERSION="7.0NG.716" +PI_BUILD="171129" OS_NAME=`uname -s` FORCE=0 diff --git a/pandora_agents/unix/plugins/route_parser b/pandora_agents/unix/plugins/route_parser new file mode 100644 index 0000000000..40cfcea36f --- /dev/null +++ b/pandora_agents/unix/plugins/route_parser @@ -0,0 +1,780 @@ +#!/usr/bin/perl +# +# Dynamic route parser +# Combines MTR and Ping features +# +# + +use strict; +use warnings; +use POSIX qw(strftime); +use Scalar::Util qw(looks_like_number); +use Socket; + +my $HELP=< 1 } @{$array}; + if (exists($params{$value})) { + return 1; + } + return 0; +} + +################################################################################ +# Check if a given variable contents a number +################################################################################ +sub to_number($) { + my $n = shift; + + if(empty($n)) { + return undef; + } + + if ($n =~ /[\d+,]*\d+\.\d+/) { + # American notation + $n =~ s/,//g; + } + elsif ($n =~ /[\d+\.]*\d+,\d+/) { + # Spanish notation + $n =~ s/\.//g; + $n =~ s/,/./g; + } + if(looks_like_number($n)) { + return $n; + } + return undef; +} + +################################################################################ +# Erase blank spaces before and after the string +################################################################################ +sub trim($){ + my $string = shift; + if (empty ($string)){ + return ""; + } + + $string =~ s/\r//g; + + chomp ($string); + $string =~ s/^\s+//g; + $string =~ s/\s+$//g; + + return $string; +} + +################################################################################ +# Empty +################################################################################ +sub empty($){ + my $str = shift; + + if (! (defined ($str)) ){ + return 1; + } + + if(looks_like_number($str)){ + return 0; + } + + if (ref ($str) eq "ARRAY") { + return (($#{$str}<0)?1:0); + } + + if (ref ($str) eq "HASH") { + my @tmp = keys %{$str}; + return (($#tmp<0)?1:0); + } + + if ($str =~ /^\ *[\n\r]{0,2}\ *$/) { + return 1; + } + return 0; +} + +################################################################################ +# is Enabled +################################################################################ +sub is_enabled($){ + my $value = shift; + + if ((defined ($value)) && ($value > 0)){ + # return true + return 1; + } + #return false + return 0; + +} + +################################################################################ +# print_module +################################################################################ +sub print_module ($$;$){ + my $config = shift; + my $data = shift; + my $not_print_flag = shift; + + if ((ref($data) ne "HASH") || (!defined $data->{name})) { + return undef; + } + + my $xml_module = ""; + # If not a string type, remove all blank spaces! + if ($data->{type} !~ m/string/){ + $data->{value} = trim($data->{value}); + } + + $data->{tags} = $data->{tags}?$data->{tags}:($config->{MODULE_TAG_LIST}?$config->{MODULE_TAG_LIST}:undef); + $data->{interval} = $data->{interval}?$data->{interval}:($config->{MODULE_INTERVAL}?$config->{MODULE_INTERVAL}:undef); + $data->{module_group} = $data->{module_group}?$data->{module_group}:($config->{MODULE_GROUP}?$config->{MODULE_GROUP}:undef); + + # Global instructions (if defined) + $data->{unknown_instructions} = $config->{unknown_instructions} unless (defined($data->{unknown_instructions}) || (!defined($config->{unknown_instructions}))); + $data->{warning_instructions} = $config->{warning_instructions} unless (defined($data->{warning_instructions}) || (!defined($config->{warning_instructions}))); + $data->{critical_instructions} = $config->{critical_instructions} unless (defined($data->{critical_instructions}) || (!defined($config->{critical_instructions}))); + + $xml_module .= "\n"; + $xml_module .= "\t{name} . "]]>\n"; + $xml_module .= "\t" . $data->{type} . "\n"; + + if (ref ($data->{value}) eq "ARRAY") { + $xml_module .= "\t\n"; + foreach (@{$data->{value}}) { + $xml_module .= "\t{value} . "]]>\n"; + } + $xml_module .= "\t\n"; + } + else { + $xml_module .= "\t{value} . "]]>\n"; + } + + if ( !(empty($data->{desc}))) { + $xml_module .= "\t{desc} . "]]>\n"; + } + if ( !(empty ($data->{unit})) ) { + $xml_module .= "\t{unit} . "]]>\n"; + } + if (! (empty($data->{interval})) ) { + $xml_module .= "\t{interval} . "]]>\n"; + } + if (! (empty($data->{tags})) ) { + $xml_module .= "\t" . $data->{tags} . "\n"; + } + if (! (empty($data->{module_group})) ) { + $xml_module .= "\t" . $data->{module_group} . "\n"; + } + if (! (empty($data->{module_parent})) ) { + $xml_module .= "\t" . $data->{module_parent} . "\n"; + } + if (! (empty($data->{wmin})) ) { + $xml_module .= "\t{wmin} . "]]>\n"; + } + if (! (empty($data->{wmax})) ) { + $xml_module .= "\t{wmax} . "]]>\n"; + } + if (! (empty ($data->{cmin})) ) { + $xml_module .= "\t{cmin} . "]]>\n"; + } + if (! (empty ($data->{cmax})) ){ + $xml_module .= "\t{cmax} . "]]>\n"; + } + if (! (empty ($data->{wstr}))) { + $xml_module .= "\t{wstr} . "]]>\n"; + } + if (! (empty ($data->{cstr}))) { + $xml_module .= "\t{cstr} . "]]>\n"; + } + if (! (empty ($data->{cinv}))) { + $xml_module .= "\t{cinv} . "]]>\n"; + } + if (! (empty ($data->{winv}))) { + $xml_module .= "\t{winv} . "]]>\n"; + } + if (! (empty ($data->{max}))) { + $xml_module .= "\t{max} . "]]>\n"; + } + if (! (empty ($data->{min}))) { + $xml_module .= "\t{min} . "]]>\n"; + } + if (! (empty ($data->{post_process}))) { + $xml_module .= "\t{post_process} . "]]>\n"; + } + if (! (empty ($data->{disabled}))) { + $xml_module .= "\t{disabled} . "]]>\n"; + } + if (! (empty ($data->{min_ff_event}))) { + $xml_module .= "\t{min_ff_event} . "]]>\n"; + } + if (! (empty ($data->{status}))) { + $xml_module .= "\t{status} . "]]>\n"; + } + if (! (empty ($data->{timestamp}))) { + $xml_module .= "\t{timestamp} . "]]>\n"; + } + if (! (empty ($data->{custom_id}))) { + $xml_module .= "\t{custom_id} . "]]>\n"; + } + if (! (empty ($data->{critical_instructions}))) { + $xml_module .= "\t{critical_instructions} . "]]>\n"; + } + if (! (empty ($data->{warning_instructions}))) { + $xml_module .= "\t{warning_instructions} . "]]>\n"; + } + if (! (empty ($data->{unknown_instructions}))) { + $xml_module .= "\t{unknown_instructions} . "]]>\n"; + } + if (! (empty ($data->{quiet}))) { + $xml_module .= "\t{quiet} . "]]>\n"; + } + if (! (empty ($data->{module_ff_interval}))) { + $xml_module .= "\t{module_ff_interval} . "]]>\n"; + } + if (! (empty ($data->{crontab}))) { + $xml_module .= "\t{crontab} . "]]>\n"; + } + if (! (empty ($data->{min_ff_event_normal}))) { + $xml_module .= "\t{min_ff_event_normal} . "]]>\n"; + } + if (! (empty ($data->{min_ff_event_warning}))) { + $xml_module .= "\t{min_ff_event_warning} . "]]>\n"; + } + if (! (empty ($data->{min_ff_event_critical}))) { + $xml_module .= "\t{min_ff_event_critical} . "]]>\n"; + } + if (! (empty ($data->{ff_timeout}))) { + $xml_module .= "\t{ff_timeout} . "]]>\n"; + } + if (! (empty ($data->{each_ff}))) { + $xml_module .= "\t{each_ff} . "]]>\n"; + } + if (! (empty ($data->{parent_unlink}))) { + $xml_module .= "\t{parent_unlink} . "]]>\n"; + } + if (! (empty ($data->{alerts}))) { + foreach my $alert (@{$data->{alerts}}){ + $xml_module .= "\t\n"; + } + } + if (defined ($config->{global_alerts})){ + foreach my $alert (@{$config->{global_alerts}}){ + $xml_module .= "\t\n"; + } + } + + $xml_module .= "\n"; + + if (empty ($not_print_flag)) { + print $xml_module; + } + + return $xml_module; +} + +################################################################################ +# General arguments parser +################################################################################ +sub parse_arguments($) { + my $raw = shift; + my @args; + if (defined($raw)){ + @args = @{$raw}; + } + else { + return {}; + } + + my %data; + for (my $i = 0; $i < $#args; $i+=2) { + my $key = trim($args[$i]); + + $key =~ s/^-//; + $data{$key} = trim($args[$i+1]); + } + + return \%data; + +} + +################################################################################ +# General configuration file parser +# +# log=/PATH/TO/LOG/FILE +# +################################################################################ +sub parse_configuration($;$$){ + my $conf_file = shift; + my $separator; + $separator = shift or $separator = "="; + my $custom_eval = shift; + my $_CFILE; + + my $_config; + + if (empty($conf_file)) { + return { + error => "Configuration file not specified" + }; + } + + if( !open ($_CFILE,"<", "$conf_file")) { + return { + error => "Cannot open configuration file" + }; + } + + while (my $line = <$_CFILE>){ + if (($line =~ /^ *\r*\n*$/) + || ($line =~ /^#/ )){ + # skip blank lines and comments + next; + } + my @parsed = split /$separator/, $line, 2; + if ($line =~ /^\s*global_alerts/){ + push (@{$_config->{global_alerts}}, trim($parsed[1])); + next; + } + if (ref ($custom_eval) eq "ARRAY") { + my $f = 0; + foreach my $item (@{$custom_eval}) { + if ($line =~ /$item->{exp}/) { + $f = 1; + my $aux; + eval { + $aux = $item->{target}->($item->{exp},$line); + }; + + if (empty($_config)) { + $_config = $aux; + } + elsif (!empty($aux) && (ref ($aux) eq "HASH")) { + $_config = merge_hashes($_config, $aux); + } + } + } + + if (is_enabled($f)){ + next; + } + } + $_config->{trim($parsed[0])} = trim($parsed[1]); + } + close ($_CFILE); + + return $_config; +} + +################################################################################ +# End of import +################################################################################ + + +########################################################################## +# Show a message to STDERR +########################################################################## +sub msg { + my $msg = shift; + print STDERR strftime ("%Y-%m-%d %H:%M:%S", localtime()) . ": $msg\n"; +} + + +sub get_next { + my ($route, $step) = @_; + return $route->{'next'}->{$step}; +} + +########################################################################## +# Extract route steps & timming from mtr output +########################################################################## +sub get_steps { + my ($conf) = @_; + my $target = $conf->{'t'}; + + return [] if empty($target); + + my $mtr_r = ""; + my $ping_r = ""; + + my @route_raw; + my @ping_raw; + + + if ($^O =~ /win/i){ + $ping_r = trim(`ping -r 9 $target -n 1 | tr "Routea:->-" " " | gawk "/^[0-9\. ]*\$/ {if (\$1 != \\"\\"){ print \$1\";\"0}}"`) unless is_enabled($conf->{'-no-ping'}); + + @ping_raw = split /\n/, $ping_r; + + if ($#ping_raw < 0) { + $mtr_r = trim(`mtr -n -o A -c $conf->{'c'} -r $target 2>/NUL | gawk "{print \$2";"\$3}"`) unless is_enabled($conf->{'-no-mtr'}); + } + } + else { + $ping_r = trim(`for x in \$(ping -n -c 1 -R $target 2>/dev/null | tr -s "R:" " " | awk '/^[0-9\. \t]*\$/ {if (\$1 != ""){print \$1}}'); do echo -n \$x";"; ping -c $conf->{'c'} \$x 2>/dev/null | grep rtt |awk '{print \$4}'| cut -f2 -d"/"; done`) unless is_enabled($conf->{'-no-ping'}); + + @ping_raw = split /\n/, $ping_r; + + if ($#ping_raw < 0) { + $mtr_r = trim(`mtr -n -c $conf->{'c'} -r $target -o A 2>/dev/null | awk '/^[0-9\\|\\-\\. \\t]*\$/ {print \$2\";\"\$3}'`) unless is_enabled($conf->{'-no-mtr'}); + } + + } + + @route_raw = split /\n/, $mtr_r; + + my @modules; + my @steps; + my $route; + + if ($#ping_raw >= 0) { + # PING mode + + my $rng = scalar @ping_raw; + my $checked; + my $j; + + if (is_enabled($conf->{'s'})) { + # Symmetric routing + + if ($^O =~ /win/i){ + $j = 1; + } + else { + $j = 0; + } + + for (my $i=0; $i< ($rng/2); $i++) { + my ($step,$time) = split /;/, $ping_raw[$i]; + my $_r; + + if (defined($checked->{$step})) { + $j-=2; + next; + } + $checked->{$step} = 1; + + $_r->{'step'} = $step; + if ($^O =~ /win/i) { + $_r->{'time'} = trim(`ping -n $conf->{'c'} $_r->{'step'} | grep -e "Av" -e "Me" | gawk "{print \$NF}" | tr -d "ms"`) unless ((!defined($_r->{'step'}) || ($_r->{'step'} eq ""))); + } + else { + $_r->{'time'} = $time; + } + + if ((!defined($_r->{'step'}) || ($_r->{'step'} eq ""))) { + $_r->{'step'} = "???"; + } + + $steps[$j] = $_r; + $j+=2; + } + + if ($^O =~ /win/i){ + $j = 0; + } + else { + $j = 1; + } + for (my $i=$rng-1; $i>= ($rng/2); $i--) { + my ($step,$time) = split /;/, $ping_raw[$i]; + my $_r; + + if (defined($checked->{$step})) { + $j-=2 if $j>2; + next; + } + + $_r->{'step'} = $step; + if ($^O =~ /win/i) { + $_r->{'time'} = trim(`ping -n $conf->{'c'} $_r->{'step'} | grep -e "Av" -e "Me" | gawk "{print \$NF}" | tr -d "ms"`) unless ((!defined($_r->{'step'}) || ($_r->{'step'} eq ""))); + } + else { + $_r->{'time'} = $time; + } + + + if ((!defined($_r->{'step'}) || ($_r->{'step'} eq ""))) { + $_r->{'step'} = "???"; + } + + $steps[$j] = $_r; + $j+=2; + } + } + else { + # Asymmetric routing + + for (my $i=0; $i< $rng; $i++) { + my ($step,$time) = split /;/, $ping_raw[$i]; + my $_r; + + if (defined($checked->{$step})) { + # target reached + last; + } + + $checked->{$step} = 1; + + $_r->{'step'} = $step; + if ($^O =~ /win/i) { + $_r->{'time'} = trim(`ping -n $conf->{'c'} $_r->{'step'} | grep -e "Av" -e "Me" | gawk "{print \$NF}" | tr -d "ms"`) unless ((!defined($_r->{'step'}) || ($_r->{'step'} eq ""))); + } + else { + $_r->{'time'} = $time; + } + + if ((!defined($_r->{'step'}) || ($_r->{'step'} eq ""))) { + $_r->{'step'} = "???"; + } + + $steps[$i] = $_r; + } + } + + my $__origin; + + if ($^O !~ /win/i){ + $__origin = shift @steps; + } + + my $gw; + + if ($^O =~ /win/i) { + ($gw->{'step'},$__origin->{'step'}) = split /;/, trim(`route print -4 | gawk "BEGIN {min=10000} /^\\ *0.0.0.0/ {met=\$NF;if(met{'time'} = trim(`ping -n $conf->{'c'} $gw->{'step'} 2>/NUL | grep ms | grep -v TTL | gawk "{print \$NF}" | tr -d "ms"`); + $__origin->{'time'} = 0; + } + else { + $gw->{'step'} = trim(`route -n | awk 'BEGIN {min=100000} /^0/ {met=\$5; if(min>met){gw=\$2;min=met} } END { print gw}'`); + $gw->{'time'} = trim(`ping -c $conf->{'c'} $gw->{'step'} 2>/dev/null | grep rtt |awk '{print \$4}'| cut -f2 -d"/"`); + } + + unshift (@steps,($__origin,$gw)); + + my $unknown_count = 0; + my $previous = undef; + + for(my $i=0; $i <= $#steps; $i++) { + my $host = $steps[$i]->{'step'}; + my $time = to_number($steps[$i]->{'time'}); + my $preffix = 'RouteStep_'; + my $desc = ''; + + if (!defined($time)) { + next; + } + + if ($host eq "???") { + $host = "Hidden_" . (++$unknown_count); + } + if (($i == $#steps) && in_array($conf->{'target_ip'},$host)) { + $preffix = 'RouteStepTarget_'; + } + elsif($i == $#steps) { + $desc = 'Step unreachable'; + } + + push @modules, { + name => $preffix . $host, + type => "generic_data", + value => $time, + unit => 'ms', + desc => $desc, + module_parent => $previous, + parent_unlink => (empty($previous)?'1':undef) + }; + + $previous = $preffix . $host; + } + + return \@modules; + } + else { + # MTR mode + + if ($#route_raw < 0) { + # Empty output + msg("Failed to analyze [$target]"); + return []; + + } + + for (my $i=0; $i <= $#route_raw; $i++) { + my $line = $route_raw[$i]; + if (trim($line) =~ /(.*?);(.*)/) { + my $host = $1; + my $time = to_number($2); + my $preffix = 'RouteStep_'; + my $desc = ''; + my $item; + my $_r; + + if (!defined($time)) { + next; + } + + $_r->{'step'} = $host; + $_r->{'time'} = $time; + + push @steps, $_r; + } + } + + my $__origin; + + if ($^O !~ /win/i){ + $__origin = shift @steps; + } + + my $gw; + + if ($^O =~ /win/i) { + ($gw->{'step'},$__origin->{'step'}) = split /;/, trim(`route print -4 | gawk "BEGIN {min=10000} /^\\ *0.0.0.0/ {met=\$NF;if(met{'time'} = trim(`ping -n $conf->{'c'} $gw->{'step'} 2>/NUL | grep ms | grep -v TTL | gawk "{print \$NF}" | tr -d "ms"`); + $__origin->{'time'} = 0; + } + else { + $gw->{'step'} = trim(`route -n | awk 'BEGIN {min=100000} /^0/ {met=\$5; if(min>met){gw=\$2;min=met} } END { print gw}'`); + $gw->{'time'} = trim(`ping -c $conf->{'c'} $gw->{'step'} 2>/dev/null | grep rtt |awk '{print \$4}'| cut -f2 -d"/"`); + + my $__xorigin = trim(`ip a show dev \`route -n | awk 'BEGIN {min=100000} /^0/ {met=\$5; if(min>met){iface=\$NF;min=met} } END { print iface}'\` | grep -w inet | awk '{print \$2}' | cut -d'/' -f1`); + + if ($__xorigin ne $__origin->{'step'}) { + unshift(@steps, $__origin); + $__origin = {}; + $__origin->{'step'} = $__xorigin; + $__origin->{'time'} = 0; + } + } + + unshift (@steps,($__origin,$gw)); + + my $unknown_count = 0; + my $previous = undef; + + for(my $i=0; $i <= $#steps; $i++) { + my $host = $steps[$i]->{'step'}; + my $time = to_number($steps[$i]->{'time'}); + my $preffix = 'RouteStep_'; + my $desc = ''; + + if (!defined($time)) { + next; + } + + if ($host eq "???") { + $host = "Hidden_" . (++$unknown_count); + } + if (($i == $#steps) && in_array($conf->{'target_ip'},$host)) { + $preffix = 'RouteStepTarget_'; + } + elsif($i == $#steps) { + $desc = 'Step unreachable'; + } + + push @modules, { + name => $preffix . $host, + type => "generic_data", + value => $time, + unit => 'ms', + desc => $desc, + module_parent => $previous, + parent_unlink => (empty($previous)?'1':undef) + }; + + $previous = $preffix . $host; + } + } + + return \@modules; +} + + +########################################################################## +########################################################################## +# MAIN +########################################################################## +########################################################################## + +if ($#ARGV < 0) { + print STDERR $HELP; + exit 1; +} + +my $conf; +my $file_conf = {}; +my $args_conf = {}; + +if (-e $ARGV[0]) { + $file_conf = parse_configuration($ARGV[0]); + shift @ARGV; +} + +$args_conf = parse_arguments(\@ARGV); +$conf = merge_hashes($file_conf,$args_conf); + +if (!defined $conf->{'t'}) { + print STDERR $HELP; + exit 1; +} + +my @targets = gethostbyname($conf->{'t'}); +@targets = map { inet_ntoa($_) } @targets[4 .. $#targets]; +if (empty(\@targets)) { + print STDERR "Cannot resolve $conf->{'t'} \n"; + exit 2; +} + + +$conf->{'target_ip'} = \@targets; + +$conf->{'c'} = 4 unless looks_like_number($conf->{'c'}); +$conf->{'s'} = 1 unless looks_like_number($conf->{'s'}); + + +my $results = get_steps($conf); + +foreach (@{$results}) { + print_module($conf, $_); +} + + + diff --git a/pandora_agents/win32/Makefile.am b/pandora_agents/win32/Makefile.am index 6e47cafcc1..d41c722ced 100644 --- a/pandora_agents/win32/Makefile.am +++ b/pandora_agents/win32/Makefile.am @@ -3,7 +3,7 @@ if DEBUG PandoraAgent_SOURCES = misc/pandora_file.cc modules/pandora_data.cc modules/pandora_module_factory.cc modules/pandora_module.cc modules/pandora_module_list.cc modules/pandora_module_plugin.cc modules/pandora_module_inventory.cc modules/pandora_module_freememory.cc modules/pandora_module_exec.cc modules/pandora_module_perfcounter.cc modules/pandora_module_proc.cc modules/pandora_module_tcpcheck.cc modules/pandora_module_freememory_percent.cc modules/pandora_module_freedisk.cc modules/pandora_module_freedisk_percent.cc modules/pandora_module_logevent.cc modules/pandora_module_service.cc modules/pandora_module_cpuusage.cc modules/pandora_module_wmiquery.cc modules/pandora_module_regexp.cc modules/pandora_module_ping.cc modules/pandora_module_snmpget.cc udp_server/udp_server.cc main.cc pandora_strutils.cc pandora.cc windows_service.cc pandora_agent_conf.cc windows/pandora_windows_info.cc windows/pandora_wmi.cc pandora_windows_service.cc misc/md5.c misc/sha256.cc windows/wmi/disphelper.c ssh/libssh2/channel.c ssh/libssh2/mac.c ssh/libssh2/session.c ssh/libssh2/comp.c ssh/libssh2/misc.c ssh/libssh2/sftp.c ssh/libssh2/crypt.c ssh/libssh2/packet.c ssh/libssh2/userauth.c ssh/libssh2/hostkey.c ssh/libssh2/publickey.c ssh/libssh2/kex.c ssh/libssh2/scp.c ssh/pandora_ssh_client.cc ssh/pandora_ssh_test.cc ftp/pandora_ftp_client.cc ftp/pandora_ftp_test.cc debug_new.cpp PandoraAgent_CXXFLAGS=-g -O0 else -PandoraAgent_SOURCES = misc/pandora_file.cc modules/pandora_data.cc modules/pandora_module_factory.cc modules/pandora_module.cc modules/pandora_module_list.cc modules/pandora_module_plugin.cc modules/pandora_module_inventory.cc modules/pandora_module_freememory.cc modules/pandora_module_exec.cc modules/pandora_module_perfcounter.cc modules/pandora_module_proc.cc modules/pandora_module_tcpcheck.cc modules/pandora_module_freememory_percent.cc modules/pandora_module_freedisk.cc modules/pandora_module_freedisk_percent.cc modules/pandora_module_logevent.cc modules/pandora_module_service.cc modules/pandora_module_cpuusage.cc modules/pandora_module_wmiquery.cc modules/pandora_module_regexp.cc modules/pandora_module_ping.cc modules/pandora_module_snmpget.cc udp_server/udp_server.cc main.cc pandora_strutils.cc pandora.cc windows_service.cc pandora_agent_conf.cc windows/pandora_windows_info.cc windows/pandora_wmi.cc pandora_windows_service.cc misc/md5.c misc/sha256.cc windows/wmi/disphelper.c ssh/libssh2/channel.c ssh/libssh2/mac.c ssh/libssh2/session.c ssh/libssh2/comp.c ssh/libssh2/misc.c ssh/libssh2/sftp.c ssh/libssh2/crypt.c ssh/libssh2/packet.c ssh/libssh2/userauth.c ssh/libssh2/hostkey.c ssh/libssh2/publickey.c ssh/libssh2/kex.c ssh/libssh2/scp.c ssh/pandora_ssh_client.cc ssh/pandora_ssh_test.cc ftp/pandora_ftp_client.cc ftp/pandora_ftp_test.cc +PandoraAgent_SOURCES = misc/pandora_file.cc modules/pandora_data.cc modules/pandora_module_factory.cc modules/pandora_module.cc modules/pandora_module_list.cc modules/pandora_module_plugin.cc modules/pandora_module_inventory.cc modules/pandora_module_freememory.cc modules/pandora_module_exec.cc modules/pandora_module_perfcounter.cc modules/pandora_module_proc.cc modules/pandora_module_tcpcheck.cc modules/pandora_module_freememory_percent.cc modules/pandora_module_freedisk.cc modules/pandora_module_freedisk_percent.cc modules/pandora_module_logevent.cc modules/pandora_module_logchannel.cc modules/pandora_module_service.cc modules/pandora_module_cpuusage.cc modules/pandora_module_wmiquery.cc modules/pandora_module_regexp.cc modules/pandora_module_ping.cc modules/pandora_module_snmpget.cc udp_server/udp_server.cc main.cc pandora_strutils.cc pandora.cc windows_service.cc pandora_agent_conf.cc windows/pandora_windows_info.cc windows/pandora_wmi.cc pandora_windows_service.cc misc/md5.c misc/sha256.cc windows/wmi/disphelper.c ssh/libssh2/channel.c ssh/libssh2/mac.c ssh/libssh2/session.c ssh/libssh2/comp.c ssh/libssh2/misc.c ssh/libssh2/sftp.c ssh/libssh2/crypt.c ssh/libssh2/packet.c ssh/libssh2/userauth.c ssh/libssh2/hostkey.c ssh/libssh2/publickey.c ssh/libssh2/kex.c ssh/libssh2/scp.c ssh/pandora_ssh_client.cc ssh/pandora_ssh_test.cc ftp/pandora_ftp_client.cc ftp/pandora_ftp_test.cc PandoraAgent_CXXFLAGS=-O2 endif diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index d8cd441060..e237f70244 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -1,6 +1,6 @@ # Base config file for Pandora FMS Windows Agent # (c) 2006-2014 Artica Soluciones Tecnologicas -# Version 7.0NG.713 +# Version 7.0NG.716 # This program is Free Software, you can redistribute it and/or modify it # under the terms of the GNU General Public Licence as published by the Free Software diff --git a/pandora_agents/win32/bin/util/mtr.exe b/pandora_agents/win32/bin/util/mtr.exe new file mode 100644 index 0000000000..3646ca89aa Binary files /dev/null and b/pandora_agents/win32/bin/util/mtr.exe differ diff --git a/pandora_agents/win32/bin/util/route_parser.exe b/pandora_agents/win32/bin/util/route_parser.exe new file mode 100644 index 0000000000..4da75a272a Binary files /dev/null and b/pandora_agents/win32/bin/util/route_parser.exe differ diff --git a/pandora_agents/win32/installer/pandora.mpi b/pandora_agents/win32/installer/pandora.mpi index f70866d914..af6f1f63a3 100644 --- a/pandora_agents/win32/installer/pandora.mpi +++ b/pandora_agents/win32/installer/pandora.mpi @@ -3,7 +3,7 @@ AllowLanguageSelection {Yes} AppName -{Pandora FMS Windows Agent v7.0NG.713} +{Pandora FMS Windows Agent v7.0NG.716} ApplicationID {17E3D2CF-CA02-406B-8A80-9D31C17BD08F} @@ -186,7 +186,7 @@ UpgradeApplicationID {} Version -{171018} +{171129} ViewReadme {Yes} diff --git a/pandora_agents/win32/modules/pandora_module.cc b/pandora_agents/win32/modules/pandora_module.cc index 296f42f2ea..99b0d47f88 100644 --- a/pandora_agents/win32/modules/pandora_module.cc +++ b/pandora_agents/win32/modules/pandora_module.cc @@ -248,7 +248,9 @@ Pandora_Module::parseModuleKindFromString (string kind) { } else if (kind == module_inventory_str) { return MODULE_INVENTORY; } else if (kind == module_logevent_str) { - return MODULE_LOGEVENT; + return MODULE_LOGEVENT; + } else if (kind == module_logchannel_str) { + return MODULE_LOGCHANNEL; } else if (kind == module_wmiquery_str) { return MODULE_WMIQUERY; } else if (kind == module_perfcounter_str) { diff --git a/pandora_agents/win32/modules/pandora_module.h b/pandora_agents/win32/modules/pandora_module.h index b2606d2442..2fbeb52e41 100644 --- a/pandora_agents/win32/modules/pandora_module.h +++ b/pandora_agents/win32/modules/pandora_module.h @@ -86,6 +86,7 @@ namespace Pandora_Modules { MODULE_FREEMEMORY_PERCENT, /**< The module checks the amount of * freememory in the system */ MODULE_LOGEVENT, /**< The module checks for log events */ + MODULE_LOGCHANNEL, /**< The module checks for log events on channel using XML functions*/ MODULE_WMIQUERY, /**< The module runs WQL queries */ MODULE_PERFCOUNTER, /**< The module reads performance counters */ MODULE_TCPCHECK, /**< The module checks whether a tcp port is open */ @@ -126,6 +127,7 @@ namespace Pandora_Modules { const string module_cpuusage_str = "module_cpuusage"; const string module_inventory_str = "module_inventory"; const string module_logevent_str = "module_logevent"; + const string module_logchannel_str = "module_logchannel"; const string module_wmiquery_str = "module_wmiquery"; const string module_perfcounter_str = "module_perfcounter"; const string module_tcpcheck_str = "module_tcpcheck"; diff --git a/pandora_agents/win32/modules/pandora_module_factory.cc b/pandora_agents/win32/modules/pandora_module_factory.cc index db33c1315a..90c82d5457 100644 --- a/pandora_agents/win32/modules/pandora_module_factory.cc +++ b/pandora_agents/win32/modules/pandora_module_factory.cc @@ -31,6 +31,7 @@ #include "pandora_module_cpuusage.h" #include "pandora_module_inventory.h" #include "pandora_module_logevent.h" +#include "pandora_module_logchannel.h" #include "pandora_module_wmiquery.h" #include "pandora_module_perfcounter.h" #include "pandora_module_tcpcheck.h" @@ -69,6 +70,7 @@ using namespace Pandora_Strutils; #define TOKEN_MIN_FF_EVENT ("module_min_ff_event ") #define TOKEN_DESCRIPTION ("module_description ") #define TOKEN_LOGEVENT ("module_logevent") +#define TOKEN_LOGCHANNEL ("module_logchannel") #define TOKEN_SOURCE ("module_source ") #define TOKEN_EVENTTYPE ("module_eventtype ") #define TOKEN_EVENTCODE ("module_eventcode ") @@ -121,6 +123,7 @@ using namespace Pandora_Strutils; #define TOKEN_MACRO ("module_macro") #define TOKEN_NATIVE_ENCODING ("module_native_encoding") #define TOKEN_ALERT_TEMPLATE ("module_alert_template") +#define TOKEN_USER_SESSION ("module_user_session ") string parseLine (string line, string token) { @@ -157,8 +160,9 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { string module_freedisk_percent, module_freememory_percent; string module_dsn, module_freememory; string module_logevent, module_source, module_eventtype, module_eventcode; + string module_logchannel; string module_pattern, module_application, module_async; - string module_watchdog, module_start_command; + string module_watchdog, module_start_command, module_user_session; string module_wmiquery, module_wmicolumn; string module_retries, module_startdelay, module_retrydelay; string module_perfcounter, module_tcpcheck; @@ -195,6 +199,7 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { module_proc = ""; module_service = ""; module_logevent = ""; + module_logchannel = ""; module_source = ""; module_eventtype = ""; module_eventcode = ""; @@ -253,6 +258,7 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { module_ff_interval = ""; module_native_encoding = ""; module_alert_template = ""; + module_user_session = ""; macro = ""; stringtok (tokens, definition, "\n"); @@ -342,6 +348,9 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { if (module_logevent == "") { module_logevent = parseLine (line, TOKEN_LOGEVENT); } + if (module_logchannel == "") { + module_logchannel = parseLine (line, TOKEN_LOGCHANNEL); + } if (module_source == "") { module_source = parseLine (line, TOKEN_SOURCE); } @@ -507,6 +516,10 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { if (module_alert_template == "") { module_alert_template = parseLine (line, TOKEN_ALERT_TEMPLATE); module_alert_template.erase (0,1); + } + + if (module_user_session == "") { + module_user_session = parseLine (line, TOKEN_USER_SESSION); } if (macro == "") { @@ -724,6 +737,13 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { } } + if (module_logchannel != "") { + pos_macro = module_logchannel.find(macro_name); + if (pos_macro != string::npos){ + module_logchannel.replace(pos_macro, macro_name.size(), macro_value); + } + } + if (module_source != "") { pos_macro = module_source.find(macro_name); if (pos_macro != string::npos){ @@ -1085,6 +1105,13 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { module_alert_template.replace(pos_macro, macro_name.size(), macro_value); } } + + if (module_user_session != "") { + pos_macro = module_user_session.find(macro_name); + if (pos_macro != string::npos){ + module_user_session.replace(pos_macro, macro_name.size(), macro_value); + } + } } } } @@ -1121,6 +1148,7 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { module_proc->setRetries (atoi(module_retries.c_str ())); module_proc->setStartDelay (atoi(module_startdelay.c_str ())); module_proc->setRetryDelay (atoi(module_retrydelay.c_str ())); + module_proc->setUserSession (is_enabled(module_user_session)); } } } else if (module_service != "") { @@ -1142,7 +1170,7 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { try { char buffer[100]; unsigned long memory = Pandora_Wmi::getDiskFreeSpace(module_freedisk_percent); - if (sprintf(buffer, "Free memory %s %dMB", + if (sprintf(buffer, "Free space on drive %s %dMB", module_freedisk_percent.c_str(), memory) > 0) { module->setDescription(buffer); } @@ -1173,6 +1201,13 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { module_eventcode, module_pattern, module_application); + } + else if (module_logchannel != "") { + module = new Pandora_Module_Logchannel (module_name, + module_source, + module_eventtype, + module_eventcode, + module_pattern); } else if (module_wmiquery != "") { module = new Pandora_Module_WMIQuery (module_name, module_wmiquery, module_wmicolumn); diff --git a/pandora_agents/win32/modules/pandora_module_list.cc b/pandora_agents/win32/modules/pandora_module_list.cc index 516b2296c8..305ee901d7 100644 --- a/pandora_agents/win32/modules/pandora_module_list.cc +++ b/pandora_agents/win32/modules/pandora_module_list.cc @@ -30,12 +30,13 @@ #include "pandora_module_cpuusage.h" #include "pandora_module_inventory.h" #include "pandora_module_logevent.h" +#include "pandora_module_logchannel.h" #include "pandora_module_wmiquery.h" #include "pandora_module_perfcounter.h" #include "pandora_module_tcpcheck.h" #include "pandora_module_regexp.h" #include "pandora_module_plugin.h" -#include "pandora_module_ping.h" +#include "pandora_module_ping.h" #include "pandora_module_snmpget.h" #include @@ -226,12 +227,13 @@ Pandora_Modules::Pandora_Module_List::parseModuleDefinition (string definition) Pandora_Module_Freememory *module_freememory; Pandora_Module_Freememory_Percent *module_freememory_percent; Pandora_Module_Logevent *module_logevent; + Pandora_Module_Logchannel *module_logchannel; Pandora_Module_WMIQuery *module_wmiquery; Pandora_Module_Perfcounter *module_perfcounter; Pandora_Module_Tcpcheck *module_tcpcheck; Pandora_Module_Regexp *module_regexp; Pandora_Module_Plugin *module_plugin; - Pandora_Module_Ping *module_ping; + Pandora_Module_Ping *module_ping; Pandora_Module_SNMPGet *module_snmpget; module = Pandora_Module_Factory::getModuleFromDefinition (definition); @@ -288,6 +290,10 @@ Pandora_Modules::Pandora_Module_List::parseModuleDefinition (string definition) module_logevent = (Pandora_Module_Logevent *) module; modules->push_back (module_logevent); break; + case MODULE_LOGCHANNEL: + module_logchannel = (Pandora_Module_Logchannel *) module; + modules->push_back (module_logchannel); + break; case MODULE_WMIQUERY: module_wmiquery = (Pandora_Module_WMIQuery *) module; modules->push_back (module_wmiquery); @@ -315,7 +321,7 @@ Pandora_Modules::Pandora_Module_List::parseModuleDefinition (string definition) case MODULE_SNMPGET: module_snmpget = (Pandora_Module_SNMPGet *) module; modules->push_back (module_snmpget); - break; + break; default: break; } diff --git a/pandora_agents/win32/modules/pandora_module_logchannel.cc b/pandora_agents/win32/modules/pandora_module_logchannel.cc new file mode 100755 index 0000000000..2c7c056565 --- /dev/null +++ b/pandora_agents/win32/modules/pandora_module_logchannel.cc @@ -0,0 +1,582 @@ +/* Pandora logchannel module. This module checks for log events that match a given + pattern using XML functions provided by wevtapi. + + Copyright (C) 2017 Artica ST. + Written by Fermin Hernandez. + + 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, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include +#include +#include +#include + +#include "pandora_module_logchannel.h" +#include "../windows/pandora_wmi.h" +#include "../pandora_windows_service.h" +#include "pandora_module_logchannel.h" +#include "pandora_strutils.h" + +using namespace Pandora; +using namespace Pandora_Modules; +using namespace Pandora_Strutils; + +// Pointers to Wevtapi.dll functions +static HINSTANCE WINEVENT = NULL; +static EvtQueryT EvtQueryF = NULL; +static EvtNextT EvtNextF = NULL; +static EvtSeekT EvtSeekF = NULL; +static EvtCreateRenderContextT EvtCreateRenderContextF = NULL; +static EvtRenderT EvtRenderF = NULL; +static EvtCloseT EvtCloseF = NULL; +static EvtFormatMessageT EvtFormatMessageF = NULL; +static EvtOpenPublisherMetadataT EvtOpenPublisherMetadataF = NULL; +static EvtCreateBookmarkT EvtCreateBookmarkF = NULL; +static EvtUpdateBookmarkT EvtUpdateBookmarkF = NULL; + +/** + * Creates a Pandora_Module_Logchannel object. + * + * @param name Module name. + * @param service_name Service internal name to check. + */ +Pandora_Module_Logchannel::Pandora_Module_Logchannel (string name, string source, string type, string id, string pattern) + : Pandora_Module (name) { + int i; + vector query; + vector::iterator query_it; + string upper_type = type; + + // Convert the type string to uppercase + for (i = 0; i < type.length(); i++) { + upper_type[i] = toupper(type[i]); + } + + // Set the type filter + int type_number = -1; + if (upper_type.compare("ERROR") == 0) { + type_number = EVENTLOG_ERROR_TYPE; + } else if (upper_type.compare("WARNING") == 0) { + type_number = EVENTLOG_WARNING_TYPE; + } else if (upper_type.compare("INFORMATION") == 0) { + type_number = EVENTLOG_INFORMATION_TYPE; + } else if (upper_type.compare("AUDIT SUCCESS") == 0) { + type_number = EVENTLOG_AUDIT_SUCCESS; + } else if (upper_type.compare("AUDIT FAILURE") == 0) { + type_number = EVENTLOG_AUDIT_FAILURE; + } + // Append type to log query + if (type_number != -1) { + wstringstream ss; + ss << L"*[System[Level='" << type_number << L"']]"; + query.push_back(ss.str()); + } + + // Set the id + int id_number = strtoul (id.c_str (), NULL, 0); + if (id_number != 0) { + wstringstream ss; + ss << L"*[System[EventID='" << id_number << L"']]"; + query.push_back(ss.str()); + } + + // Fill the filter + if (query.size() == 0) { + this->filter = L"*"; + } else { + int i = 0; + // Add filters with and + wstring item_query; + while (query.size() > 1) { + item_query = query.back(); + query.pop_back(); + this->filter += item_query + L" and "; + } + // Append the last value without the and + item_query = query.back(); + this->filter += item_query; + } + + this->source = source; + this->pattern = pattern; + if (! pattern.empty ()) { + // Compile the regular expression + if (regcomp (&this->regexp, pattern.c_str (), REG_EXTENDED) != 0) { + pandoraLog ("Invalid regular expression %s", pattern.c_str ()); + } + } + this->bookmark_xml = L""; + this->setKind (module_logchannel_str); + + // Load Wevtapi.dll and some functions + if (WINEVENT == NULL) { + WINEVENT = LoadLibrary("Wevtapi.dll"); + if (WINEVENT == NULL) { + + // Log to the bedug log, since this is not an error + pandoraLog ("Library Wevtapi.dll not available"); + return; + } + + EvtQueryF = (EvtQueryT) GetProcAddress (WINEVENT, "EvtQuery"); + if (EvtQueryF == NULL) { + pandoraLog ("Error loading function EvtQuery from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtNextF = (EvtNextT) GetProcAddress (WINEVENT, "EvtNext"); + if (EvtNextF == NULL) { + pandoraLog ("Error loading function EvtNext from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtSeekF = (EvtSeekT) GetProcAddress (WINEVENT, "EvtSeek"); + if (EvtSeekF == NULL) { + pandoraLog ("Error loading function EvtSeek from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtCreateRenderContextF = (EvtCreateRenderContextT) GetProcAddress (WINEVENT, "EvtCreateRenderContext"); + if (EvtCreateRenderContextF == NULL) { + pandoraLog ("Error loading function EvtCreateRenderContext from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtRenderF = (EvtRenderT) GetProcAddress (WINEVENT, "EvtRender"); + if (EvtRenderF == NULL) { + pandoraLog ("Error loading function EvtRender from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtCloseF = (EvtCloseT) GetProcAddress (WINEVENT, "EvtClose"); + if (EvtCloseF == NULL) { + pandoraLog ("Error loading function EvtClose from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtFormatMessageF = (EvtFormatMessageT) GetProcAddress (WINEVENT, "EvtFormatMessage"); + if (EvtFormatMessageF == NULL) { + pandoraLog ("Error loading function EvtFormatMessage from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtOpenPublisherMetadataF = (EvtOpenPublisherMetadataT) GetProcAddress (WINEVENT, "EvtOpenPublisherMetadata"); + if (EvtOpenPublisherMetadataF == NULL) { + pandoraLog ("Error loading function EvtOpenPublisherMetadata from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtCreateBookmarkF = (EvtCreateBookmarkT) GetProcAddress (WINEVENT, "EvtCreateBookmark"); + if (EvtCreateBookmarkF == NULL) { + pandoraLog ("Error loading function EvtCreateBookmark from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + EvtUpdateBookmarkF = (EvtUpdateBookmarkT) GetProcAddress (WINEVENT, "EvtUpdateBookmark"); + if (EvtUpdateBookmarkF == NULL) { + pandoraLog ("Error loading function EvtUpdateBookmark from Wevtapi.dll"); + FreeLibrary (WINEVENT); + WINEVENT = NULL; + return; + } + } +} + +void +Pandora_Module_Logchannel::run () { + list event_list; + list::iterator event; + SYSTEMTIME system_time; + + // Run + try { + Pandora_Module::run (); + } catch (Interval_Not_Fulfilled e) { + return; + } + + // Initialize log event query + this->initializeLogChannel(); + + // Read events on a list + this->getLogEvents (event_list); + + // Return if no data stored on list + if (event_list.size () < 1) return; + + for (event = event_list.begin (); event != event_list.end(); ++event) { + // Store the data + this->setOutput (event->message, &(event->timestamp)); + } +} + +/** + * Fill the first bookmark of events. + */ +void +Pandora_Module_Logchannel::initializeLogChannel () { + EVT_HANDLE hEvents[1]; + EVT_HANDLE hResults; + EVT_HANDLE hBookmark; + DWORD dwReturned = 0; + + // Check whether the first bookmark is set + if (!this->bookmark_xml.empty()) return; + + // Open the event log with a query + hResults = EvtQueryF ( + NULL, + strAnsiToUnicode (this->source.c_str()).c_str(), + this->filter.c_str(), + EvtOpenChannelPath | EvtQueryForwardDirection + ); + if (hResults == NULL) { + pandoraDebug ("Could not open event log channel. Error: '%d'", GetLastError()); + return; + } + + // Put the events on the last event + if (!EvtSeekF(hResults, 0, NULL, 0, EvtSeekRelativeToLast)) { + pandoraDebug("Cannot positionate the event at first. 'Error %d'.", GetLastError()); + EvtCloseF(hResults); + return; + } + // Read next event to positionate the bookmark + if (!EvtNextF(hResults, 1, hEvents, INFINITE, 0, &dwReturned)) { + if (GetLastError() != ERROR_NO_MORE_ITEMS) { + pandoraDebug ("EvtNext (initializeLogChannel) error: %d", GetLastError()); + EvtCloseF(hResults); + return; + } + } + // If no events read, do not use bookmark to read all events + if (dwReturned == 0) { + pandoraDebug("No events found positionating bookmark."); + EvtCloseF(hResults); + return; + } + // Create the bookmar + pandoraDebug("Creating bookmark to channel %s", this->source.c_str()); + hBookmark = EvtCreateBookmarkF(NULL); + if (hBookmark == NULL) { + pandoraDebug("EvtCreateBookmark (initializeLogChannel) failed %d", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hEvents[0]); + return; + } + if (!EvtUpdateBookmarkF(hBookmark, hEvents[0])) { + pandoraDebug("EvtUpdateBookmarkF (initializeLogChannel) failed %d", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hEvents[0]); + EvtCloseF(hBookmark); + return; + } + // Save the bookmark like an XML. + this->updateBookmarkXML(hBookmark); + + // Clean tasks + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); +} + +/** + * Update the bookmark XML. Returns false if fails + */ +bool +Pandora_Module_Logchannel::updateBookmarkXML (EVT_HANDLE hBookmark) { + LPWSTR pBookmarkXml = NULL; + DWORD dwBufferSize = 0; + DWORD dwBufferUsed = 0; + DWORD dwPropertyCount = 0; + DWORD status = 0; + + if (!EvtRenderF(NULL, hBookmark, EvtRenderBookmark, dwBufferSize, pBookmarkXml, &dwBufferUsed, &dwPropertyCount)){ + if (ERROR_INSUFFICIENT_BUFFER == (status = GetLastError())){ + dwBufferSize = dwBufferUsed; + pBookmarkXml = (LPWSTR)malloc(dwBufferSize); + if (pBookmarkXml){ + EvtRenderF(NULL, hBookmark, EvtRenderBookmark, dwBufferSize, pBookmarkXml, &dwBufferUsed, &dwPropertyCount); + } + else{ + pandoraDebug("Error loading the bookmark. Cannot load enough memory"); + this->cleanBookmark(); + free(pBookmarkXml); + return false; + } + } + if (ERROR_SUCCESS != (status = GetLastError())){ + pandoraDebug("EvtRender (updateBookmarkXML) failed with %d\n", GetLastError()); + this->cleanBookmark(); + free(pBookmarkXml); + return false; + } + } + this->bookmark_xml = pBookmarkXml; + free(pBookmarkXml); + return true; +} + +/** + * Clean the bookmark XML. + */ +void +Pandora_Module_Logchannel::cleanBookmark () { + this->bookmark_xml = L""; +} + +/** + * Reads available events from the event log. + */ +void +Pandora_Module_Logchannel::getLogEvents (list &event_list) { + EVT_HANDLE hResults = NULL; + EVT_HANDLE hBookmark = NULL; + EVT_HANDLE hEvents[1]; + EVT_HANDLE hContext = NULL; + PEVT_VARIANT pRenderedValues = NULL; + EVT_HANDLE hProviderMetadata = NULL; + LPWSTR pwsMessage = NULL; + LPWSTR ppValues[] = {L"Event/System/Provider/@Name", L"Event/System/TimeCreated/@SystemTime"}; + DWORD count = sizeof(ppValues)/sizeof(LPWSTR); + DWORD dwReturned = 0; + DWORD dwBufferSize = 0; + DWORD dwBufferUsed = 0; + DWORD dwPropertyCount = 0; + DWORD status = ERROR_SUCCESS; + SYSTEMTIME eventTime; + FILETIME lft, ft; + bool update_bookmark = false; + + // An empty bookmark XML means that log cannot be open + if (this->bookmark_xml.empty()) return; + + // Open the event log with a query + hResults = EvtQueryF ( + NULL, + strAnsiToUnicode (this->source.c_str()).c_str(), + this->filter.c_str(), + EvtOpenChannelPath | EvtQueryForwardDirection + ); + if (hResults == NULL) { + pandoraDebug ("Could not open event log channel '%s'. Error: '%d'", this->source.c_str(), GetLastError()); + EvtCloseF(hResults); + this->cleanBookmark(); + return; + } + + // Seek on the bookmark + hBookmark = EvtCreateBookmarkF(this->bookmark_xml.c_str()); + if (hBookmark == NULL) { + pandoraDebug("Cannot read the string bookmark. Error: %d.", GetLastError()); + EvtCloseF(hResults); + this->cleanBookmark(); + return; + } + if (!EvtSeekF(hResults, 1, hBookmark, 0, EvtSeekRelativeToBookmark)) { + pandoraDebug("Cannot positionate the event at bookmark. Error %d.", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + this->cleanBookmark(); + return; + } + + // Read events one by one + hEvents[0] = NULL; + while (EvtNextF(hResults, 1, hEvents, INFINITE, 0, &dwReturned)) { + hContext = EvtCreateRenderContextF(count, (LPCWSTR*)ppValues, EvtRenderContextValues); + if (NULL == hContext) { + pandoraDebug ("EvtCreateRenderContext error: %d", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); + this->cleanBookmark(); + return; + } + + // Reinitialize the buffers + dwBufferSize = 0; + dwBufferUsed = 0; + if (! EvtRenderF(hContext, hEvents[0], EvtRenderEventValues, dwBufferSize, pRenderedValues, &dwBufferUsed, &dwPropertyCount)) { + if ((status = GetLastError()) == ERROR_INSUFFICIENT_BUFFER) { + dwBufferSize = dwBufferUsed; + pRenderedValues = (PEVT_VARIANT)malloc(dwBufferSize); + if (pRenderedValues) { + EvtRenderF(hContext, hEvents[0], EvtRenderEventValues, dwBufferSize, pRenderedValues, &dwBufferUsed, &dwPropertyCount); + } + else { + pandoraDebug ("EvtRender error: %d", status); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); + EvtCloseF(hContext); + this->cleanBookmark(); + return; + } + } + + if ((status = GetLastError()) != ERROR_SUCCESS) { + pandoraDebug ("EvtRender error getting buffer size: %d", status); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); + EvtCloseF(hContext); + this->cleanBookmark(); + return; + } + } + + // Get the SYSTEMTIME of log + ULONGLONG ullTimeStamp = pRenderedValues[1].FileTimeVal; + ft.dwHighDateTime = (DWORD)((ullTimeStamp >> 32) & 0xFFFFFFFF); + ft.dwLowDateTime = (DWORD)(ullTimeStamp & 0xFFFFFFFF); + // Time format conversions + if (!FileTimeToLocalFileTime(&ft, &lft)){ + pandoraDebug("UTC FILETIME to LOCAL FILETIME error: %d.", GetLastError()); + } else if (!FileTimeToSystemTime(&lft, &eventTime)){ + pandoraDebug("FILETIME to SYSTEMTIME error: %d.", GetLastError()); + } + + // Get the handle to the provider's metadata that contains the message strings + hProviderMetadata = EvtOpenPublisherMetadataF(NULL, pRenderedValues[0].StringVal, NULL, 0, 0); + if (hProviderMetadata == NULL) { + pandoraDebug ("EvtOpenPublisherMetadata error: %d", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); + EvtCloseF(hContext); + free(pRenderedValues); + this->cleanBookmark(); + return; + } + + // Read the event message + pwsMessage = GetMessageString(hProviderMetadata, hEvents[0], EvtFormatMessageEvent); + if (pwsMessage == NULL) { + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); + EvtCloseF(hContext); + free(pRenderedValues); + EvtCloseF(hProviderMetadata); + this->cleanBookmark(); + return; + } + + // Check the regex and save the message if pass the regex + if (this->pattern.empty () || regexec (&this->regexp, strUnicodeToAnsi(pwsMessage).c_str (), 0, NULL, 0) == 0){ + // Save the event message + LogChannelList event_item; + event_item.message = strUnicodeToAnsi(pwsMessage); + event_item.timestamp= eventTime; + event_list.push_back (event_item); + } + + // Clean up some used vars + EvtCloseF(hContext); + free(pRenderedValues); + EvtCloseF(hProviderMetadata); + free(pwsMessage); + + // Update the bookmark + if (!EvtUpdateBookmarkF(hBookmark, hEvents[0])) { + pandoraDebug("EvtUpdateBookmarkF (getLogEvents) failed %d", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + EvtCloseF(hEvents[0]); + this->cleanBookmark(); + return; + } + + // Cleanup current event and read the next log + EvtCloseF(hEvents[0]); + hEvents[0] = NULL; + + // Information token to update bookmark + update_bookmark = true; + } + status = GetLastError(); + if (status != ERROR_NO_MORE_ITEMS) { + pandoraDebug ("EvtNext getLogEvents error: %d", GetLastError()); + EvtCloseF(hResults); + EvtCloseF(hBookmark); + this->cleanBookmark(); + return; + } + + // Update bookmark if there is new events + if (update_bookmark) this->updateBookmarkXML(hBookmark); + + // Clean handlers + EvtCloseF(hResults); + EvtCloseF(hBookmark); +} + +// Gets the specified message string from the event. If the event does not +// contain the specified message, the function returns NULL. +// See http://msdn.microsoft.com/en-us/library/windows/desktop/dd996923(v=vs.85).aspx +LPWSTR +Pandora_Module_Logchannel::GetMessageString(EVT_HANDLE hMetadata, EVT_HANDLE hEvent, EVT_FORMAT_MESSAGE_FLAGS FormatId) { + LPWSTR pBuffer = NULL; + DWORD dwBufferSize = 0; + DWORD dwBufferUsed = 0; + DWORD status = 0; + + if (!EvtFormatMessageF(hMetadata, hEvent, 0, 0, NULL, FormatId, dwBufferSize, pBuffer, &dwBufferUsed)) { + status = GetLastError(); + if (ERROR_INSUFFICIENT_BUFFER == status) { + // An event can contain one or more keywords. The function returns keywords + // as a list of keyword strings. To process the list, you need to know the + // size of the buffer, so you know when you have read the last string, or you + // can terminate the list of strings with a second null terminator character + // as this example does. + if ((EvtFormatMessageKeyword == FormatId)) { + pBuffer[dwBufferSize-1] = L'\0'; + } + else { + dwBufferSize = dwBufferUsed; + } + pBuffer = (LPWSTR)malloc(dwBufferSize * sizeof(WCHAR)); + + if (pBuffer) { + EvtFormatMessageF(hMetadata, hEvent, 0, 0, NULL, FormatId, dwBufferSize, pBuffer, &dwBufferUsed); + + // Add the second null terminator character. + if ((EvtFormatMessageKeyword == FormatId)) { + pBuffer[dwBufferUsed-1] = L'\0'; + } + } + else { + return NULL; + } + } + else { + pandoraDebug ("EvtFormatMessage error: %d", status); + return NULL; + } + } + + return pBuffer; +} \ No newline at end of file diff --git a/pandora_agents/win32/modules/pandora_module_logchannel.h b/pandora_agents/win32/modules/pandora_module_logchannel.h new file mode 100755 index 0000000000..14617037c6 --- /dev/null +++ b/pandora_agents/win32/modules/pandora_module_logchannel.h @@ -0,0 +1,76 @@ +/* Pandora logchannel module. This module checks for log events that match a given + pattern using XML functions provided by wevtapi. + + Copyright (C) 2017 Artica ST. + Written by Fermin Hernandez. + + 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, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef __PANDORA_MODULE_LOGCHANNEL_H__ +#define __PANDORA_MODULE_LOGCHANNEL_H__ + +#include "pandora_module.h" +#include "boost/regex.h" +#include "../windows/winevt.h" + +// Log event read buffer size +#define BUFFER_SIZE 1024 + +// Types for pointers to Wevtapi.dll functions +typedef EVT_HANDLE WINAPI (*EvtQueryT) (EVT_HANDLE Session, LPCWSTR Path, LPCWSTR Query, DWORD Flags); +typedef WINBOOL WINAPI (*EvtNextT) (EVT_HANDLE ResultSet, DWORD EventArraySize, EVT_HANDLE* EventArray, DWORD Timeout, DWORD Flags, PDWORD Returned); +typedef WINBOOL WINAPI (*EvtSeekT) (EVT_HANDLE ResultSet, LONGLONG Position, EVT_HANDLE Bookmark, DWORD Timeout, DWORD Flags); +typedef EVT_HANDLE WINAPI (*EvtCreateRenderContextT) (DWORD ValuePathsCount, LPCWSTR *ValuePaths, DWORD Flags); +typedef WINBOOL WINAPI (*EvtRenderT) (EVT_HANDLE Context, EVT_HANDLE Fragment, DWORD Flags, DWORD BufferSize, PVOID Buffer, PDWORD BufferUsed, PDWORD PropertyCount); +typedef WINBOOL WINAPI (*EvtCloseT) (EVT_HANDLE Object); +typedef WINBOOL WINAPI (*EvtFormatMessageT) (EVT_HANDLE PublisherMetadata, EVT_HANDLE Event, DWORD MessageId, DWORD ValueCount, PEVT_VARIANT Values, DWORD Flags, DWORD BufferSize, LPWSTR Buffer, PDWORD BufferUsed); +typedef EVT_HANDLE WINAPI (*EvtOpenPublisherMetadataT) (EVT_HANDLE Session, LPCWSTR PublisherIdentity, LPCWSTR LogFilePath, LCID Locale, DWORD Flags); +typedef EVT_HANDLE WINAPI (*EvtCreateBookmarkT) (LPCWSTR BookmarkXml); +typedef WINBOOL WINAPI (*EvtUpdateBookmarkT) (EVT_HANDLE Bookmark, EVT_HANDLE Event); + +namespace Pandora_Modules { + + /** + * This module checks for log events that match a given + * pattern. Events can be filtered by source and type. + */ + + class Pandora_Module_Logchannel : public Pandora_Module { + struct LogChannelList { + string message; + SYSTEMTIME timestamp; + }; + private: + regex_t regexp; + string source; + string pattern; + wstring filter; + wstring bookmark_xml; + HANDLE messages_dll; + + void initializeLogChannel (); + bool updateBookmarkXML (EVT_HANDLE hBookmark); + void getLogEvents (list &event_list); + void cleanBookmark (); + LPWSTR GetMessageString(EVT_HANDLE hMetadata, EVT_HANDLE hEvent, EVT_FORMAT_MESSAGE_FLAGS FormatId); + + public: + Pandora_Module_Logchannel (string name, string source, string type, string id, string pattern); + void run (); + }; +} + +#endif diff --git a/pandora_agents/win32/modules/pandora_module_proc.cc b/pandora_agents/win32/modules/pandora_module_proc.cc index e8eed1f97d..1c06e1001d 100644 --- a/pandora_agents/win32/modules/pandora_module_proc.cc +++ b/pandora_agents/win32/modules/pandora_module_proc.cc @@ -48,6 +48,7 @@ Pandora_Module_Proc::Pandora_Module_Proc (string name, string process_name) this->setKind (module_proc_str); this->watchdog = false; + this->user_session = false; this->start_command = ""; this->retries = 3; this->start_delay = 5000; @@ -95,6 +96,11 @@ Pandora_Module_Proc::getRetryDelay () const { return this->retry_delay; } +bool +Pandora_Module_Proc::getUserSession () const { + return this->user_session; +} + void Pandora_Module_Proc::setWatchdog (bool watchdog) { this->watchdog = watchdog; @@ -131,6 +137,11 @@ Pandora_Module_Proc::setRetryDelay (int mseconds) { this->retry_delay = mseconds; } +void +Pandora_Module_Proc::setUserSession (bool usession) { + this->user_session = usession; +} + void async_run (Pandora_Module_Proc *module) { HANDLE *processes = NULL; @@ -156,7 +167,7 @@ async_run (Pandora_Module_Proc *module) { } Sleep (module->getRetryDelay ()); - Pandora_Wmi::runProgram (module->getStartCommand ()); + Pandora_Wmi::runProgram (module->getStartCommand (), NULL, module->getUserSession()); Sleep (module->getStartDelay ()); counter++; continue; diff --git a/pandora_agents/win32/modules/pandora_module_proc.h b/pandora_agents/win32/modules/pandora_module_proc.h index edab85cb88..0286efcf5c 100644 --- a/pandora_agents/win32/modules/pandora_module_proc.h +++ b/pandora_agents/win32/modules/pandora_module_proc.h @@ -32,6 +32,7 @@ namespace Pandora_Modules { string process_name; HANDLE thread; bool watchdog; + bool user_session; string start_command; int retries; int start_delay; @@ -46,12 +47,14 @@ namespace Pandora_Modules { int getRetries () const; int getStartDelay () const; int getRetryDelay () const; + bool getUserSession () const; void setWatchdog (bool watchdog); void setStartCommand (string command); void setRetries (int retries); void setStartDelay (int mseconds); void setRetryDelay (int mseconds); + void setUserSession (bool usession); void run (); }; diff --git a/pandora_agents/win32/modules/pandora_module_service.cc b/pandora_agents/win32/modules/pandora_module_service.cc index c3f2259773..11abf8b2fa 100644 --- a/pandora_agents/win32/modules/pandora_module_service.cc +++ b/pandora_agents/win32/modules/pandora_module_service.cc @@ -124,7 +124,6 @@ async_run (Pandora_Module_Service *module) { // If time out and polling, // check the service status actively if (result == WAIT_TIMEOUT && polling) { - pandoraLog("Timeout. Polling"); module->execute_async_service(prev_res, module, modules); } continue; diff --git a/pandora_agents/win32/pandora.cc b/pandora_agents/win32/pandora.cc index 2a7d6d2be0..3efb7124c4 100644 --- a/pandora_agents/win32/pandora.cc +++ b/pandora_agents/win32/pandora.cc @@ -30,7 +30,7 @@ using namespace Pandora; using namespace Pandora_Strutils; #define PATH_SIZE _MAX_PATH+1 -#define PANDORA_VERSION ("7.0NG.713(Build 171018)") +#define PANDORA_VERSION ("7.0NG.716(Build 171129)") string pandora_path; string pandora_dir; diff --git a/pandora_agents/win32/versioninfo.rc b/pandora_agents/win32/versioninfo.rc index d908daef30..7a3f16fdaa 100644 --- a/pandora_agents/win32/versioninfo.rc +++ b/pandora_agents/win32/versioninfo.rc @@ -11,7 +11,7 @@ BEGIN VALUE "LegalCopyright", "Artica ST" VALUE "OriginalFilename", "PandoraAgent.exe" VALUE "ProductName", "Pandora FMS Windows Agent" - VALUE "ProductVersion", "(7.0NG.713(Build 171018))" + VALUE "ProductVersion", "(7.0NG.716(Build 171129))" VALUE "FileVersion", "1.0.0.0" END END diff --git a/pandora_agents/win32/windows/pandora_wmi.cc b/pandora_agents/win32/windows/pandora_wmi.cc index e4763cc433..fb572bddcb 100644 --- a/pandora_agents/win32/windows/pandora_wmi.cc +++ b/pandora_agents/win32/windows/pandora_wmi.cc @@ -369,16 +369,16 @@ Pandora_Wmi::getOSName () { dhGetValue (L"%s", &name, quickfix, L".Caption"); - if (name != NULL) { - // Remove the (R) character. - for (int i = 0; i < strlen(name); i++) { - if ((unsigned char)name[i] == 0xAE) { - name[i] = ' '; - } - } - ret = name; - dhFreeString (name); - } + if (name != NULL) { + // Remove the (R) character. + for (int i = 0; i < strlen(name); i++) { + if ((unsigned char)name[i] == 0xAE) { + name[i] = ' '; + } + } + ret = name; + dhFreeString (name); + } } NEXT_THROW (quickfix); } catch (string errstr) { @@ -411,12 +411,12 @@ Pandora_Wmi::getOSVersion () { L".CSDVersion"); if (version != NULL) { - // Remove the (R) character. - for (int i = 0; i < strlen(version); i++) { - if ((unsigned char)version[i] == 0xAE) { - version[i] = ' '; - } - } + // Remove the (R) character. + for (int i = 0; i < strlen(version); i++) { + if ((unsigned char)version[i] == 0xAE) { + version[i] = ' '; + } + } ret = version; dhFreeString (version); } @@ -501,7 +501,7 @@ Pandora_Wmi::getSystemName () { * @param flags Process creation flags */ bool -Pandora_Wmi::runProgram (string command, DWORD flags) { +Pandora_Wmi::runProgram (string command, DWORD flags, BOOL user_session) { PROCESS_INFORMATION process_info; STARTUPINFO startup_info; bool success; @@ -514,11 +514,75 @@ Pandora_Wmi::runProgram (string command, DWORD flags) { startup_info.cb = sizeof (startup_info); ZeroMemory (&process_info, sizeof (process_info)); - pandoraDebug ("Start process \"%s\".", command.c_str ()); - cmd = strdup (command.c_str ()); - success = CreateProcess (NULL, cmd, NULL, NULL, FALSE, flags, - NULL, NULL, &startup_info, &process_info); - pandoraFree (cmd); + if (user_session) { + DWORD sessionId = WTSGetActiveConsoleSessionId(); + startup_info.cb = sizeof(STARTUPINFO); + startup_info.hStdError = 0; + startup_info.hStdInput = 0; + startup_info.hStdOutput = 0; + if ( + startup_info.hStdError != 0 + || startup_info.hStdInput != 0 + || startup_info.hStdOutput != 0 + ) { + startup_info.dwFlags |= STARTF_USESTDHANDLES; + } + + HANDLE procHandle = GetCurrentProcess(); + HANDLE token, userToken; + + // Tray to open the process + if (OpenProcessToken(procHandle, TOKEN_DUPLICATE, &token) == 0) { + pandoraDebug ("Open Process Token fails with error %d.", GetLastError()); + return false; + } + + // Duplicate token + if (DuplicateTokenEx(token, + MAXIMUM_ALLOWED, + 0, + SecurityImpersonation, + TokenPrimary, + &userToken) == 0) { + pandoraDebug ("Duplicate token fails with error %d.", GetLastError()); + return false; + } + + // Set Token Information + if (SetTokenInformation(userToken, + (TOKEN_INFORMATION_CLASS)TokenSessionId, + &sessionId, + sizeof(sessionId)) == 0) { + // Error 1314 will be thrown if agent is not running as service. + if (GetLastError() != 1314) { + pandoraDebug ("Set token information fails with error %d.", GetLastError()); + return false; + } + } + + LPSTR command_exec = (LPSTR)command.c_str(); + + // Create Process As User + // Changed inherit and command + success = CreateProcessAsUser( + userToken, + 0, + command_exec, + 0, + 0, + FALSE, + flags, + 0, + NULL, + &startup_info, + &process_info); + } else { + pandoraDebug ("Start process \"%s\".", command.c_str ()); + cmd = strdup (command.c_str ()); + success = CreateProcess (NULL, cmd, NULL, NULL, FALSE, flags, + NULL, NULL, &startup_info, &process_info); + pandoraFree (cmd); + } if (success) { pandoraDebug ("The process \"%s\" was started.", command.c_str ()); @@ -949,7 +1013,7 @@ getIPs(VARIANT *ip_array){ if (V_VT(&pvArray[i]) == VT_BSTR) { if (i > 0) { ret += " , "; - } + } LPSTR szStringA; ret += Pandora_Strutils::strUnicodeToAnsi( V_BSTR(&pvArray[i])); } diff --git a/pandora_agents/win32/windows/pandora_wmi.h b/pandora_agents/win32/windows/pandora_wmi.h index 601499f4a1..de4f3db81b 100644 --- a/pandora_agents/win32/windows/pandora_wmi.h +++ b/pandora_agents/win32/windows/pandora_wmi.h @@ -53,7 +53,7 @@ namespace Pandora_Wmi { string getOSBuild (); string getSystemName (); string getSystemAddress (); - bool runProgram (string command, DWORD flags = 0); + bool runProgram (string command, DWORD flags = 0, BOOL user_session = false); bool startService (string service_name); bool stopService (string service_name); void runWMIQuery (string wmi_query, diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index d7223d3088..b40d8460f2 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-console -Version: 7.0NG.713-171018 +Version: 7.0NG.716-171129 Architecture: all Priority: optional Section: admin diff --git a/pandora_console/DEBIAN/make_deb_package.sh b/pandora_console/DEBIAN/make_deb_package.sh index d2d407b819..f6285eab5f 100644 --- a/pandora_console/DEBIAN/make_deb_package.sh +++ b/pandora_console/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="7.0NG.713-171018" +pandora_version="7.0NG.716-171129" package_pear=0 package_pandora=1 diff --git a/pandora_console/extensions/agents_alerts.php b/pandora_console/extensions/agents_alerts.php index 97f1bc7589..f5cad20d74 100755 --- a/pandora_console/extensions/agents_alerts.php +++ b/pandora_console/extensions/agents_alerts.php @@ -546,9 +546,11 @@ ui_require_jquery_file('pandora'); }); $('#group_id').change(function(){ - var regx = /&group_id=\d*/g; - var url = location.href.replace(regx, ""); - location.href = url+"&group_id="+$("#group_id").val(); + if(location.href.indexOf("extensions/agents_modules") == -1){ + var regx = /&group_id=\d*/g; + var url = location.href.replace(regx, ""); + location.href = url+"&group_id="+$("#group_id").val(); + } }); }); diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index cb6fe8cd42..6e6cf9a92e 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -66,11 +66,14 @@ function mainAgentsModules() { $modulegroup = get_parameter('modulegroup', 0); $refr = get_parameter('refresh', 0); // By default 30 seconds + $recursion = get_parameter('recursion', 0); $group_id = (int)get_parameter('group_id', 0); $offset = (int)get_parameter('offset', 0); $hor_offset = (int)get_parameter('hor_offset', 0); $block = $config['block_size']; - $agents_id = (array)get_parameter('id_agents2', -1); + if(get_parameter('modulegroup') != null){ + $agents_id = (array)get_parameter('id_agents2', -1); + } $selection_a_m = (int)get_parameter('selection_agent_module'); $modules_selected = (array)get_parameter('module', 0); $update_item = (string)get_parameter('edit_item',''); @@ -139,6 +142,8 @@ function mainAgentsModules() { $filter_groups_label = ''.__('Group').''; $filter_groups = html_print_select_groups(false, "AR", true, 'group_id', $group_id, '', '', '', true, false, true, '', false , 'width: auto;'); + $filter_recursion_label = ''.__('Recursion').''; + $filter_recursion = html_print_checkbox('recursion', 1, 0, true); //groups module $filter_module_groups_label = ''.__('Module group').''; $filter_module_groups = html_print_select_from_sql ("SELECT * FROM tmodule_group ORDER BY name", @@ -245,12 +250,12 @@ function mainAgentsModules() { if($config['pure'] != 1){ echo '
'; + . ui_get_url_refresh (array ('offset' => $offset, 'hor_offset' => $offset, 'group_id' => $group_id, 'modulegroup' => $modulegroup)).'">'; echo ''; echo ""; echo ""; - echo ""; + echo ""; echo ""; echo ""; echo ""; @@ -375,9 +380,14 @@ function mainAgentsModules() { } if ($group_id > 0) { - $filter_groups['id_grupo'] = $group_id; + if($recursion){ + $filter_groups['id_grupo'] = array_merge($group_id, + groups_get_id_recursive($group_id, true)); + } + else{ + $filter_groups['id_grupo'] = $group_id; + } } - $agents = agents_get_agents ($filter_groups); $nagents = count($agents); @@ -675,12 +685,14 @@ $ignored_params['refresh']=''; } $("#group_id").change (function () { + jQuery.post ("ajax.php", {"page" : "operation/agentes/ver_agente", "get_agents_group_json" : 1, "id_group" : this.value, "privilege" : "AW", - "keys_prefix" : "_" + "keys_prefix" : "_", + "recursion" : $('#checkbox-recursion').is(':checked') }, function (data, status) { $("#id_agents2").html(''); @@ -699,7 +711,34 @@ $ignored_params['refresh']=''; "json" ); }); - + + $("#checkbox-recursion").change (function () { + jQuery.post ("ajax.php", + {"page" : "operation/agentes/ver_agente", + "get_agents_group_json" : 1, + "id_group" : $("#group_id").val(), + "privilege" : "AW", + "keys_prefix" : "_", + "recursion" : $('#checkbox-recursion').is(':checked') + }, + function (data, status) { + $("#id_agents2").html(''); + $("#module").html(''); + jQuery.each (data, function (id, value) { + // Remove keys_prefix from the index + id = id.substring(1); + + option = $("") + .attr ("value", value["id_agente"]) + .html (value["alias"]); + $("#id_agents").append (option); + $("#id_agents2").append (option); + }); + }, + "json" + ); + }); + $("#modulegroup").change (function () { jQuery.post ("ajax.php", {"page" : "operation/agentes/ver_agente", diff --git a/pandora_console/extras/mr/8.sql b/pandora_console/extras/mr/8.sql new file mode 100644 index 0000000000..402fb7e82c --- /dev/null +++ b/pandora_console/extras/mr/8.sql @@ -0,0 +1,21 @@ +START TRANSACTION; +ALTER TABLE tusuario ADD COLUMN `time_autorefresh` int(5) unsigned NOT NULL default '30'; +ALTER TABLE treport_content ADD COLUMN lapse_calc tinyint(1) default '0'; +ALTER TABLE treport_content ADD COLUMN lapse int(11) default '300'; +ALTER TABLE treport_content ADD COLUMN visual_format tinyint(1) default '0'; +ALTER TABLE treport_content_template ADD COLUMN lapse_calc tinyint(1) default '0'; +ALTER TABLE treport_content_template ADD COLUMN lapse int(11) default '300'; +ALTER TABLE treport_content_template ADD COLUMN visual_format tinyint(1) default '0'; + +UPDATE `talert_commands` +SET `description` = 'This alert send an email using internal Pandora FMS Server SMTP capabilities (defined in each server, using: _field1_ as destination email address, and _field2_ as subject for message. _field3_ as text of message. _field4_ as content type (text/plain or html/text).', + `fields_descriptions` = '[\"Destination address\",\"Subject\",\"Text\",\"Content Type\",\"\",\"\",\"\",\"\",\"\",\"\"]', + `fields_values` = '[\"\",\"\",\"_html_editor_\",\"_content_type_\",\"\",\"\",\"\",\"\",\"\",\"\"]' +WHERE id=1; + +UPDATE `talert_actions` +SET `field4` = 'text/html', + `field4_recovery` = 'text/html' +WHERE id = 1; + +COMMIT; \ No newline at end of file diff --git a/pandora_console/extras/mr/9.sql b/pandora_console/extras/mr/9.sql new file mode 100644 index 0000000000..dbf0456323 --- /dev/null +++ b/pandora_console/extras/mr/9.sql @@ -0,0 +1,24 @@ +START TRANSACTION; + +SET @st_oum708 = (SELECT IF( + (SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'tuser_task_scheduled') > 0, + "ALTER TABLE tuser_task_scheduled MODIFY args TEXT NOT NULL", + "SELECT 1" +)); + +PREPARE pr_oum708 FROM @st_oum708; +EXECUTE pr_oum708; +DEALLOCATE PREPARE pr_oum708; + +ALTER TABLE tagente ADD COLUMN `safe_mode_module` int(10) unsigned NOT NULL default '0'; +ALTER TABLE tmetaconsole_agent ADD COLUMN `safe_mode_module` int(10) unsigned NOT NULL default '0'; + +alter table tlayout_data add column element_group int(10) not null default 0; + +alter table tlayout_data add column id_layout_linked_weight int(10) not null default 0; + +ALTER TABLE tlayout_data ADD COLUMN show_on_top tinyint(1) default 0; + +ALTER TABLE `tdashboard` ADD COLUMN `cells_slideshow` TINYINT(1) NOT NULL default 0; + +COMMIT; diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql index 4e31057a89..111ac54ee0 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql @@ -725,6 +725,9 @@ CREATE TABLE IF NOT EXISTS `treport_content_template` ( `module_free_text` TEXT, `each_agent` tinyint(1) default 1, `historical_db` tinyint(1) UNSIGNED NOT NULL default 0, + `lapse_calc` tinyint(1) UNSIGNED NOT NULL default '0', + `lapse` int(11) UNSIGNED NOT NULL default '300', + `visual_format` tinyint(1) UNSIGNED NOT NULL default '0', PRIMARY KEY(`id_rc`) ) ENGINE = InnoDB DEFAULT CHARSET=utf8; @@ -1134,6 +1137,10 @@ ALTER TABLE talert_actions ADD COLUMN `field15_recovery` TEXT NOT NULL DEFAULT " -- --------------------------------------------------------------------- UPDATE `talert_commands` SET `fields_descriptions` = '[\"Integria IMS API path\",\"Integria IMS API pass\",\"Integria IMS user\",\"Integria IMS user pass\",\"Ticket title\",\"Ticket group ID\",\"Ticket priority\",\"Email copy\",\"Ticket owner\",\"Ticket description\"]', `fields_values` = '[\"\",\"\",\"\",\"\",\"\",\"\",\"10,Maintenance;0,Informative;1,Low;2,Medium;3,Serious;4,Very Serious\",\"\",\"\",\"\"]' WHERE `id` = 11 AND `name` = 'Integria IMS Ticket'; +UPDATE `talert_commands` SET `description` = 'This alert send an email using internal Pandora FMS Server SMTP capabilities (defined in each server, using: _field1_ as destination email address, and _field2_ as subject for message. _field3_ as text of message. _field4_ as content type (text/plain or html/text).', `fields_descriptions` = '[\"Destination address\",\"Subject\",\"Text\",\"Content Type\",\"\",\"\",\"\",\"\",\"\",\"\"]', `fields_values` = '[\"\",\"\",\"_html_editor_\",\"_content_type_\",\"\",\"\",\"\",\"\",\"\",\"\"]' WHERE id=1; + +UPDATE `talert_actions` SET `field4` = 'text/html', `field4_recovery` = 'text/html' WHERE id = 1; + -- --------------------------------------------------------------------- -- Table `tmap` -- --------------------------------------------------------------------- @@ -1150,10 +1157,10 @@ ALTER TABLE titem MODIFY `source_data` int(10) unsigned; INSERT INTO `tconfig` (`token`, `value`) VALUES ('big_operation_step_datos_purge', '100'); INSERT INTO `tconfig` (`token`, `value`) VALUES ('small_operation_step_datos_purge', '1000'); INSERT INTO `tconfig` (`token`, `value`) VALUES ('days_autodisable_deletion', '30'); -INSERT INTO `tconfig` (`token`, `value`) VALUES ('MR', 4); +INSERT INTO `tconfig` (`token`, `value`) VALUES ('MR', 9); UPDATE tconfig SET value = 'https://licensing.artica.es/pandoraupdate7/server.php' WHERE token='url_update_manager'; DELETE FROM `tconfig` WHERE `token` = 'current_package_enterprise'; -INSERT INTO `tconfig` (`token`, `value`) VALUES ('current_package_enterprise', '708'); +INSERT INTO `tconfig` (`token`, `value`) VALUES ('current_package_enterprise', '716'); -- --------------------------------------------------------------------- -- Table `tplanned_downtime_agents` @@ -1183,6 +1190,7 @@ ALTER TABLE tusuario ADD COLUMN `id_filter` int(10) UNSIGNED NULL DEFAULT NULL; ALTER TABLE tusuario ADD CONSTRAINT `fk_id_filter` FOREIGN KEY (`id_filter`) REFERENCES tevent_filter(`id_filter`) ON DELETE SET NULL; ALTER TABLE tusuario ADD COLUMN `session_time` int(10) signed NOT NULL default '0'; alter table tusuario add autorefresh_white_list text not null default ''; +ALTER TABLE tusuario ADD COLUMN `time_autorefresh` int(5) unsigned NOT NULL default '30'; -- --------------------------------------------------------------------- -- Table `tagente_modulo` @@ -1218,6 +1226,7 @@ ALTER TABLE tagente ADD `remote` tinyint(1) NOT NULL default 0; ALTER TABLE tagente ADD COLUMN `cascade_protection_module` int(10) unsigned NOT NULL default '0'; ALTER TABLE tagente ADD COLUMN (alias varchar(600) not null default ''); ALTER TABLE tagente ADD `alias_as_name` int(2) unsigned default '0'; +ALTER TABLE tagente ADD COLUMN `safe_mode_module` int(10) unsigned NOT NULL default '0'; UPDATE tagente SET tagente.alias = tagente.nombre; -- --------------------------------------------------------------------- @@ -1231,6 +1240,9 @@ ALTER TABLE tlayout ADD `background_color` varchar(50) NOT NULL default '#FFF'; ALTER TABLE tlayout_data ADD `type_graph` varchar(50) NOT NULL default 'area'; ALTER TABLE tlayout_data ADD `label_position` varchar(50) NOT NULL default 'down'; ALTER TABLE tlayout_data ADD COLUMN `show_statistics` tinyint(2) NOT NULL default '0'; +ALTER TABLE tlayout_data ADD COLUMN `element_group` int(10) NOT NULL default '0'; +ALTER TABLE tlayout_data ADD COLUMN `id_layout_linked_weight` int(10) NOT NULL default '0'; +ALTER TABLE tlayout_data ADD COLUMN `show_on_top` tinyint(1) NOT NULL default '0'; -- --------------------------------------------------------------------- -- Table `tagent_custom_fields` @@ -1248,6 +1260,8 @@ UPDATE tagente_modulo SET cron_interval = '' WHERE cron_interval LIKE '% %'; -- Table `tgraph` -- --------------------------------------------------------------------- ALTER TABLE tgraph ADD COLUMN `percentil` int(4) unsigned default '0'; +ALTER TABLE tgraph ADD COLUMN `summatory_series` tinyint(1) UNSIGNED NOT NULL default '0'; +ALTER TABLE tgraph ADD COLUMN `average_series` tinyint(1) UNSIGNED NOT NULL default '0'; -- --------------------------------------------------------------------- -- Table `tnetflow_filter` @@ -1269,6 +1283,9 @@ UPDATE treport_custom_sql SET `sql` = 'select t1.alias as agent_n -- --------------------------------------------------------------------- ALTER TABLE treport_content ADD COLUMN `historical_db` tinyint(1) NOT NULL DEFAULT '0'; +ALTER TABLE treport_content ADD COLUMN `lapse_calc` tinyint(1) default '0'; +ALTER TABLE treport_content ADD COLUMN `lapse` int(11) default '300'; +ALTER TABLE treport_content ADD COLUMN `visual_format` tinyint(1) default '0'; -- --------------------------------------------------------------------- -- Table `tmodule_relationship` @@ -1295,6 +1312,7 @@ ALTER TABLE tmetaconsole_agent ADD COLUMN `cascade_protection_module` int(10) de ALTER TABLE tmetaconsole_agent ADD COLUMN `transactional_agent` tinyint(1) NOT NULL default '0'; ALTER TABLE tmetaconsole_agent ADD COLUMN `alias` VARCHAR(600) not null DEFAULT ''; ALTER TABLE tmetaconsole_agent ADD COLUMN `alias_as_name` int(2) unsigned default '0'; +ALTER TABLE tmetaconsole_agent ADD COLUMN `safe_mode_module` int(10) unsigned NOT NULL default '0'; UPDATE `tmetaconsole_agent` SET tmetaconsole_agent.alias = tmetaconsole_agent.nombre; -- --------------------------------------------------------------------- @@ -1326,6 +1344,10 @@ SET @vv1 = (SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = IF @vv1>0 THEN ALTER TABLE tbackup ADD COLUMN `filepath` varchar(512) NOT NULL DEFAULT ""; END IF; +SET @vv2 = (SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'tuser_task_scheduled'); +IF @vv2>0 THEN + ALTER TABLE tuser_task_scheduled MODIFY args TEXT NOT NULL; +END IF; END; // delimiter ; @@ -1440,3 +1462,7 @@ INSERT INTO tmodule VALUES (8, 'Wux module'); INSERT INTO ttipo_modulo VALUES (25,'web_analysis', 8, 'Web analysis data', 'module-wux.png'); +-- --------------------------------------------------------------------- +-- Table `tdashboard` +-- --------------------------------------------------------------------- +ALTER TABLE `tdashboard` ADD COLUMN `cells_slideshow` TINYINT(1) NOT NULL default 0; diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 46e95a7026..e228c1eca4 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -191,7 +191,7 @@ config_check(); $_GET['refr'] = null; } - $select = db_process_sql("SELECT autorefresh_white_list FROM tusuario WHERE id_user = '" . $config['id_user'] . "'"); + $select = db_process_sql("SELECT autorefresh_white_list,time_autorefresh FROM tusuario WHERE id_user = '" . $config['id_user'] . "'"); $autorefresh_list = json_decode($select[0]['autorefresh_white_list']); if ($autorefresh_list !== null && array_search($_GET['sec2'], $autorefresh_list) !== false) { @@ -261,7 +261,13 @@ config_check(); if ($check_minor_release_available) { if (users_is_admin($config['id_user'])) { - set_pandora_error_for_header('There are one or more minor releases waiting for update', 'minor release/s available'); + + if($config['language'] == 'es'){ + set_pandora_error_for_header('Hay una o mas revisiones menores en espera para ser actualizadas. '.__('Sobre actualización de revisión menor').'', 'Revisión/es menor/es disponible/s'); + } + else{ + set_pandora_error_for_header('There are one or more minor releases waiting for update. '.__('About minor release update').'', 'minor release/s available'); + } } } echo ''; @@ -389,7 +395,15 @@ config_check(); $("#combo_refr").toggle (); $("#combo_refr").css('padding-right', '9px'); href = $("a.autorefresh").attr ("href"); - $(document).attr ("location", href + "30"); + + var refresh = ''; + $(document).attr ("location", href + refresh); + + data[3][0] = __('Parent'); -$params = array(); -$params['return'] = true; -$params['show_helptip'] = true; -$params['input_name'] = 'id_parent'; -$params['print_hidden_input_idagent'] = true; -$params['hidden_input_idagent_name'] = 'id_agent_parent'; -$params['hidden_input_idagent_value'] = $id_parent; -$params['value'] = db_get_value ("alias","tagente","id_agente",$id_parent); -$params['selectbox_id'] = 'cascade_protection_module'; -$params['javascript_is_function_select'] = true; -$params['cascade_protection'] = true; - -$table->data[3][1] = ui_print_agent_autocomplete_input($params); - -$table->data[3][1] .= html_print_checkbox ("cascade_protection", 1, $cascade_protection, true).__('Cascade protection'). " " . ui_print_help_icon("cascade_protection", true); - -$table->data[3][1] .= "  " . __('Module') . " " . html_print_select ($modules_values, "cascade_protection_module", $cascade_protection_module, "", "", 0, true); - $table->data[4][0] = __('Group'); $table->data[4][1] = html_print_select_groups(false, "AR", false, 'grupo', $grupo, '', '', 0, true); $table->data[4][1] .= ' '; @@ -320,52 +301,87 @@ $table->class = "databox filters"; $table->head = array (); $table->style = array (); $table->style[0] = 'font-weight: bold; '; -$table->style[2] = 'font-weight: bold;'; +$table->style[4] = 'font-weight: bold;'; $table->data = array (); // Custom ID $table->data[0][0] = __('Custom ID'); $table->data[0][1] = html_print_input_text ('custom_id', $custom_id, '', 16, 255, true); +$table->data[1][0] = __('Parent'); +$params = array(); +$params['return'] = true; +$params['show_helptip'] = true; +$params['input_name'] = 'id_parent'; +$params['print_hidden_input_idagent'] = true; +$params['hidden_input_idagent_name'] = 'id_agent_parent'; +$params['hidden_input_idagent_value'] = $id_parent; +$params['value'] = db_get_value ("alias","tagente","id_agente",$id_parent); +$params['selectbox_id'] = 'cascade_protection_module'; +$params['javascript_is_function_select'] = true; +$params['cascade_protection'] = true; + +$table->data[1][1] = ui_print_agent_autocomplete_input($params); +$table->data[1][1] .= html_print_checkbox ("cascade_protection", 1, $cascade_protection, true).__('Cascade protection'). " " . ui_print_help_icon("cascade_protection", true); +$table->data[1][1] .= "  " . __('Module') . " " . html_print_select ($modules_values, "cascade_protection_module", $cascade_protection_module, "", "", 0, true); + +//safe operation mode +if($id_agente){ + $sql_modules = db_get_all_rows_sql("SELECT id_agente_modulo as id_module, nombre as name FROM tagente_modulo + WHERE id_agente = " . $id_agente); + $safe_mode_modules = array(); + $safe_mode_modules[0] = __('Any'); + foreach ($sql_modules as $m) { + $safe_mode_modules[$m['id_module']] = $m['name']; + } + + $table->data[2][0] = __('Safe operation mode') + . ui_print_help_tip(__('This mode allow Pandora FMS to disable all modules + of this agent while the selected module is on CRITICAL status'), true); + $table->data[2][1] = html_print_checkbox('safe_mode', 1, $safe_mode, true); + $table->data[2][1] .= "  " . __('Module') . " " . html_print_select ($safe_mode_modules, "safe_mode_module", $safe_mode_module, "", "", 0, true); +} + + // Learn mode / Normal mode -$table->data[1][0] = __('Module definition') . +$table->data[3][0] = __('Module definition') . ui_print_help_icon("module_definition", true); -$table->data[1][1] = __('Learning mode') . ' ' . +$table->data[3][1] = __('Learning mode') . ' ' . html_print_radio_button_extended ("modo", 1, '', $modo, false, 'show_modules_not_learning_mode_context_help();', 'style="margin-right: 40px;"', true); -$table->data[1][1] .= __('Normal mode') . ' ' . +$table->data[3][1] .= __('Normal mode') . ' ' . html_print_radio_button_extended ("modo", 0, '', $modo, false, 'show_modules_not_learning_mode_context_help();', 'style="margin-right: 40px;"', true); -$table->data[1][1] .= __('Autodisable mode') . ' ' . +$table->data[3][1] .= __('Autodisable mode') . ' ' . html_print_radio_button_extended ("modo", 2, '', $modo, false, 'show_modules_not_learning_mode_context_help();', 'style="margin-right: 40px;"', true); // Status (Disabled / Enabled) -$table->data[2][0] = __('Status'); -$table->data[2][1] = __('Disabled') . ' ' . +$table->data[4][0] = __('Status'); +$table->data[4][1] = __('Disabled') . ' ' . html_print_radio_button_extended ("disabled", 1, '', $disabled, false, '', 'style="margin-right: 40px;"', true); -$table->data[2][1] .= __('Active') . ' ' . +$table->data[4][1] .= __('Active') . ' ' . html_print_radio_button_extended ("disabled", 0, '', $disabled, false, '', 'style="margin-right: 40px;"', true); // Remote configuration -$table->data[3][0] = __('Remote configuration'); +$table->data[5][0] = __('Remote configuration'); if (!$new_agent) { - $table->data[3][1] = '' . __('Not available') . ''; + $table->data[5][1] = '' . __('Not available') . ''; if (isset($filename)) { if (file_exists ($filename['md5'])) { - $table->data[3][1] = date ("F d Y H:i:s", fileatime ($filename['md5'])); + $table->data[5][1] = date ("F d Y H:i:s", fileatime ($filename['md5'])); // Delete remote configuration - $table->data[3][1] .= ''; - $table->data[3][1] .= html_print_image( + $table->data[5][1] .= html_print_image( "images/cross.png", true, array ('title' => __('Delete remote configuration file'), 'style' => 'vertical-align: middle;')).''; - $table->data[3][1] .= '' . + $table->data[5][1] .= '' . ui_print_help_tip( __('Delete this conf file implies that for restore you must reactive remote config in the local agent.'), true); @@ -373,7 +389,7 @@ if (!$new_agent) { } } else - $table->data[3][1] = '' . __('Not available') . ''; + $table->data[5][1] = '' . __('Not available') . ''; $listIcons = gis_get_array_list_icons(); @@ -411,23 +427,23 @@ $table->data[0][3] = html_print_select($arraySelectIcon, "icon_path", array("id" => "icon_warning", "style" => "display:".$display_icons.";")); if ($config['activate_gis']) { - $table->data[1][2] = __('Ignore new GIS data:'); - $table->data[1][3] = __('Yes') . ' ' . + $table->data[3][2] = __('Ignore new GIS data:'); + $table->data[3][3] = __('Yes') . ' ' . html_print_radio_button_extended ("update_gis_data", 0, '', $update_gis_data, false, '', 'style="margin-right: 40px;"', true); - $table->data[1][3] .= __('No') . ' ' . + $table->data[3][3] .= __('No') . ' ' . html_print_radio_button_extended ("update_gis_data", 1, '', $update_gis_data, false, '', 'style="margin-right: 40px;"', true); } -$table->data[2][2] = __('Url address'); -$table->data[2][3] = html_print_input_text ('url_description', +$table->data[4][2] = __('Url address'); +$table->data[4][3] = html_print_input_text ('url_description', $url_description, '', 45, 255, true); -$table->data[3][2] = __('Quiet'); -$table->data[3][3] = ui_print_help_tip( +$table->data[5][2] = __('Quiet'); +$table->data[5][3] = ui_print_help_tip( __('The agent still runs but the alerts and events will be stop'), true); -$table->data[3][3] .= html_print_checkbox('quiet', 1, $quiet, true); +$table->data[5][3] .= html_print_checkbox('quiet', 1, $quiet, true); ui_toggle(html_print_table ($table, true), __('Advanced options')); unset($table); @@ -582,6 +598,26 @@ ui_require_jquery_file('bgiframe'); $("#cascade_protection_module").attr("disabled", 'disabled'); } }); + + var safe_mode_checked = $("#checkbox-safe_mode").is(":checked"); + if (safe_mode_checked) { + $("#safe_mode_module").removeAttr("disabled"); + } + else { + $("#safe_mode_module").attr("disabled", 'disabled'); + } + + $("#checkbox-safe_mode").change(function () { + var safe_mode_checked = $("#checkbox-safe_mode").is(":checked"); + + if (safe_mode_checked) { + $("#safe_mode_module").removeAttr("disabled"); + } + else { + $("#safe_mode_module").val(0); + $("#safe_mode_module").attr("disabled", 'disabled'); + } + }); paint_qrcode( "data[0][1] = ''; $table->data[0][2] = ''.__('Modules').''; - $table->data[1][0] = html_print_select ($interfaces_list, 'id_snmp[]', 0, false, '', '', true, true, true, '', false, 'width:200px;'); + $table->data[1][0] = html_print_select ($interfaces_list, 'id_snmp[]', 0, false, '', '', true, true, true, '', false, 'width:500px;'); $table->data[1][1] = html_print_image('images/darrowright.png', true); $table->data[1][2] = html_print_select (array (), 'module[]', 0, false, '', 0, true, true, true, '', false, 'width:200px;'); $table->data[1][2] .= html_print_input_hidden('agent', $id_agent, true); diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index e2a264e6e0..39f3cbba5b 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -135,6 +135,8 @@ $id_os = 9; // Windows $custom_id = ""; $cascade_protection = 0; $cascade_protection_modules = 0; +$safe_mode = 0; +$safe_mode_module = 0; $icon_path = ''; $update_gis_data = 0; $unit = ""; @@ -166,6 +168,8 @@ if ($create_agent) { $custom_id = (string) get_parameter_post ("custom_id",''); $cascade_protection = (int) get_parameter_post ("cascade_protection", 0); $cascade_protection_module = (int) get_parameter_post("cascade_protection_module", 0); + $safe_mode = (int) get_parameter_post ("safe_mode", 0); + $safe_mode_module = (int) get_parameter_post ("safe_mode_module", 0); $icon_path = (string) get_parameter_post ("icon_path",''); $update_gis_data = (int) get_parameter_post("update_gis_data", 0); $url_description = (string) get_parameter("url_description"); @@ -707,6 +711,7 @@ if ($update_agent) { // if modified some agent paramenter $custom_id = (string) get_parameter_post ("custom_id", ""); $cascade_protection = (int) get_parameter_post ("cascade_protection", 0); $cascade_protection_module = (int) get_parameter ("cascade_protection_module", 0); + $safe_mode_module = (int) get_parameter ("safe_mode_module", 0); $icon_path = (string) get_parameter_post ("icon_path",''); $update_gis_data = (int) get_parameter_post("update_gis_data", 0); $url_description = (string) get_parameter("url_description"); @@ -782,7 +787,8 @@ if ($update_agent) { // if modified some agent paramenter 'update_gis_data' => $update_gis_data, 'url_address' => $url_description, 'url_address' => $url_description, - 'quiet' => $quiet); + 'quiet' => $quiet, + 'safe_mode_module' => $safe_mode_module); if ($config['metaconsole_agent_cache'] == 1) { $values['update_module_count'] = 1; // Force an update of the agent cache. @@ -900,6 +906,8 @@ if ($id_agente) { $update_gis_data = $agent["update_gis_data"]; $url_description = $agent["url_address"]; $quiet = $agent["quiet"]; + $safe_mode_module = $agent["safe_mode_module"]; + $safe_mode = ($safe_mode_module) ? 1 : 0; } $update_module = (bool) get_parameter ('update_module'); diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index 3c5406c46c..cc5349182e 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -181,7 +181,7 @@ $order_collation = ""; switch ($config["dbtype"]) { case "mysql": $order_collation = ""; - //$order_collation = "COLLATE utf8_general_ci"; + $order_collation = "COLLATE utf8_general_ci"; break; case "postgresql": case "oracle": @@ -201,13 +201,13 @@ switch ($sortField) { switch ($sort) { case 'up': $selectRemoteUp = $selected; - $order = array('field' => 'remote ' . $order_collation, + $order = array('field' => 'remote ', 'field2' => 'nombre ' . $order_collation, 'order' => 'ASC'); break; case 'down': $selectRemoteDown = $selected; - $order = array('field' => 'remote ' . $order_collation, + $order = array('field' => 'remote ', 'field2' => 'nombre ' . $order_collation, 'order' => 'DESC'); break; @@ -540,10 +540,6 @@ if ($agents !== false) { } echo ''; echo ""; - if ($agent['quiet']) { - html_print_image("images/dot_green.disabled.png", false, array("border" => '0', "title" => __('Quiet'), "alt" => "")); - echo " "; - } if (check_acl ($config["id_user"], $agent["id_grupo"], "AW")) { $main_tab = 'main'; @@ -562,8 +558,10 @@ if ($agents !== false) { ""; echo ""; - $in_planned_downtime = db_get_value_filter('id', 'tplanned_downtime_agents', array('id_agent' => $agent["id_agente"])); - + $in_planned_downtime = db_get_sql('SELECT executed FROM tplanned_downtime + INNER JOIN tplanned_downtime_agents ON tplanned_downtime.id = tplanned_downtime_agents.id_downtime + WHERE tplanned_downtime_agents.id_agent = '. $agent["id_agente"] . ' AND tplanned_downtime.executed = 1'); + if ($agent["disabled"]) { ui_print_help_tip(__('Disabled')); @@ -571,6 +569,11 @@ if ($agents !== false) { echo ""; } } + + if ($agent['quiet']) { + echo " "; + html_print_image("images/dot_green.disabled.png", false, array("border" => '0', "title" => __('Quiet'), "alt" => "")); + } if ($in_planned_downtime) { ui_print_help_tip (__('Agent in planned downtime'), false, 'images/minireloj-16.png'); diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index 1fbf08bf80..b22bc0f626 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -45,10 +45,10 @@ echo ""; -echo ""; -echo ""; +echo ""; echo ''; // Check if there is at least one server of each type available to assign that // kind of modules. If not, do not show server type in combo @@ -119,7 +119,7 @@ if (($policy_page) || (isset($agent))) { // Create module/type combo echo ''; if (!$policy_page) { - echo ''; } - echo ''; - echo ''; echo ''; diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index e2739aee29..921296545d 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -111,12 +111,12 @@ if (is_ajax ()) { else $snmp_community = (string) get_parameter ('snmp_community'); $snmp_version = get_parameter('snmp_version'); - $snmp3_auth_user = get_parameter('snmp3_auth_user'); + $snmp3_auth_user = io_safe_output(get_parameter('snmp3_auth_user')); $snmp3_security_level = get_parameter('snmp3_security_level'); $snmp3_auth_method = get_parameter('snmp3_auth_method'); - $snmp3_auth_pass = get_parameter('snmp3_auth_pass'); + $snmp3_auth_pass = io_safe_output(get_parameter('snmp3_auth_pass')); $snmp3_privacy_method = get_parameter('snmp3_privacy_method'); - $snmp3_privacy_pass = get_parameter('snmp3_privacy_pass'); + $snmp3_privacy_pass = io_safe_output(get_parameter('snmp3_privacy_pass')); $snmp_port = get_parameter('snmp_port'); $snmpwalk = get_snmpwalk($ip_target, $snmp_version, $snmp_community, diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index f66aa17296..473e36dfdc 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -291,7 +291,7 @@ if (modules_is_string_type($id_module_type) || $edit) { $table_simple->data[4][1] .= '
'.__('Inverse interval').''; $table_simple->data[4][1] .= html_print_checkbox ("warning_inverse", 1, $warning_inverse, true, $disabledBecauseInPolicy); if (!modules_is_string_type($id_module_type) || $edit) { - $table_simple->data[4][2] = ' '; + $table_simple->data[4][2] = ''; $table_simple->colspan[4][2] = 2; $table_simple->rowspan[4][2] = 3; } @@ -590,8 +590,7 @@ $table_advanced->colspan[10][1] = 6; if (isset($id_agente) && $moduletype == MODULE_DATA) { $has_remote_conf = enterprise_hook('config_agents_has_remote_configuration',array($agent["id_agente"])); if ($has_remote_conf) { - $table_advanced->data[11][0] = __('Cron from') . - ui_print_help_tip (__('If cron is set the module interval is ignored and the module runs on the specified date and time'), true); + $table_advanced->data[11][0] = __('Cron from') . ui_print_help_icon ('cron', true); $table_advanced->data[11][1] = html_print_extended_select_for_cron ($hour_from, $minute_from, $mday_from, $month_from, $wday_from, true, $disabledBecauseInPolicy); $table_advanced->colspan[11][1] = 6; @@ -600,8 +599,7 @@ if (isset($id_agente) && $moduletype == MODULE_DATA) { $table_advanced->colspan[12][1] = 6; } else { - $table_advanced->data[11][0] = __('Cron from') . - ui_print_help_tip (__('If cron is set the module interval is ignored and the module runs on the specified date and time'), true); + $table_advanced->data[11][0] = __('Cron from') . ui_print_help_icon ('cron', true); $table_advanced->data[11][1] = html_print_extended_select_for_cron ($hour_from, $minute_from, $mday_from, $month_from, $wday_from, true, true); $table_advanced->colspan[11][1] = 6; @@ -611,8 +609,7 @@ if (isset($id_agente) && $moduletype == MODULE_DATA) { } } else { - $table_advanced->data[11][0] = __('Cron from') . - ui_print_help_tip (__('If cron is set the module interval is ignored and the module runs on the specified date and time'), true); + $table_advanced->data[11][0] = __('Cron from') . ui_print_help_icon ('cron', true); $table_advanced->data[11][1] = html_print_extended_select_for_cron ($hour_from, $minute_from, $mday_from, $month_from, $wday_from, true, $disabledBecauseInPolicy); $table_advanced->colspan[11][1] = 6; @@ -1323,8 +1320,8 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er .attr("id", "legend_normal") .attr("x", 72) .attr("y", -30) - .attr("width", 10) - .attr("height", 10) + .attr("width", '10px') + .attr("height", '10px') .style("fill", "#82B92E"); //legend Warning text @@ -1343,8 +1340,8 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er .attr("id", "legend_warning") .attr("x", 168) .attr("y", -30) - .attr("width", 10) - .attr("height", 10) + .attr("width", '10px') + .attr("height", '10px') .style("fill", "#ffd731"); //legend Critical text @@ -1363,8 +1360,8 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er .attr("id", "legend_critical") .attr("x", 258) .attr("y", -30) - .attr("width", 10) - .attr("height", 10) + .attr("width", '10px') + .attr("height", '10px') .style("fill", "#fc4444"); //styles for number and axes @@ -1382,8 +1379,8 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er .attr("id", "warning_rect") .attr("x", 3) .attr("y", 0) - .attr("width", 300) - .attr("height", 200) + .attr("width", '300px') + .attr("height", '200px') .style("fill", "#82B92E"); //controls the inverse warning diff --git a/pandora_console/godmode/agentes/module_manager_editor_network.php b/pandora_console/godmode/agentes/module_manager_editor_network.php index 24d0105d42..b640243cfe 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_network.php +++ b/pandora_console/godmode/agentes/module_manager_editor_network.php @@ -398,12 +398,12 @@ function snmpBrowserWindow () { $('#text-target_ip').val($('#text-ip_target').val()); $('#text-community').val($('#text-snmp_community').val()); $('#snmp_browser_version').val($('#snmp_version').val()); - $('#snmp3_browser_auth_user').val($('#snmp3_auth_user').val()); + $('#text-snmp3_browser_auth_user').val($('#text-snmp3_auth_user').val()); $('#snmp3_browser_security_level').val($('#snmp3_security_level').val()); $('#snmp3_browser_auth_method').val($('#snmp3_auth_method').val()); - $('#snmp3_browser_auth_pass').val($('#snmp3_auth_pass').val()); + $('#password-snmp3_browser_auth_pass').val($('#password-snmp3_auth_pass').val()); $('#snmp3_browser_privacy_method').val($('#snmp3_privacy_method').val()); - $('#snmp3_browser_privacy_pass').val($('#snmp3_privacy_pass').val()); + $('#password-snmp3_browser_privacy_pass').val($('#password-snmp3_privacy_pass').val()); $("#snmp_browser_container").show().dialog ({ title: '', diff --git a/pandora_console/godmode/alerts/alert_commands.php b/pandora_console/godmode/alerts/alert_commands.php index d4106e3460..10edc6bead 100644 --- a/pandora_console/godmode/alerts/alert_commands.php +++ b/pandora_console/godmode/alerts/alert_commands.php @@ -165,8 +165,26 @@ if (is_ajax ()) { $rfield = $editor_type_chkbx; $rfield .= html_print_textarea ('field'.$i.'_recovery_value', 1, 1, '', 'class="fields_recovery"', true); } + elseif(preg_match ("/^_content_type_$/i", $field_value)){ + $editor_type_chkbx = "
"; + $editor_type_chkbx .= __('Text/plain') . ui_print_help_tip (__("For sending emails only text plain"), true); + $editor_type_chkbx .= html_print_radio_button_extended ('field'.$i.'_value', 'text/plain', '', '', false, '', '', true); + $editor_type_chkbx .= "    "; + $editor_type_chkbx .= __('Text/html') . "  "; + $editor_type_chkbx .= html_print_radio_button_extended ('field'.$i.'_value', 'text/html', '', 'text/html', false, '', '', true); + $editor_type_chkbx .= "
"; + $ffield = $editor_type_chkbx; + + $editor_type_chkbx = "
"; + $editor_type_chkbx .= __('Text/plain') . ui_print_help_tip (__("For sending emails only text plain"), true); + $editor_type_chkbx .= html_print_radio_button_extended ('field'.$i.'_recovery_value', 'text/plain', '', '', false, '', '', true); + $editor_type_chkbx .= "    "; + $editor_type_chkbx .= __('Text/html') . "  "; + $editor_type_chkbx .= html_print_radio_button_extended ('field'.$i.'_recovery_value', 'text/html', '', 'text/html', false, '', '', true); + $editor_type_chkbx .= "
"; + $rfield = $editor_type_chkbx; // Select type - else { + }else { $fields_value_select = array(); $fv = explode(';', $field_value); diff --git a/pandora_console/godmode/alerts/configure_alert_action.php b/pandora_console/godmode/alerts/configure_alert_action.php index bef56c026c..990653f19f 100644 --- a/pandora_console/godmode/alerts/configure_alert_action.php +++ b/pandora_console/godmode/alerts/configure_alert_action.php @@ -305,8 +305,33 @@ $(document).ready (function () { // Replace the old column with the new $table_macros_field.replaceWith(field_row); if (old_value != '' || old_recovery_value != '') { - $("[name=field" + i + "_value]").val(old_value); - $("[name=field" + i + "_recovery_value]").val(old_recovery_value); + var inputType = $("[name=field" + i + "_value]").attr('type') + if (inputType == 'radio') { + if(old_value == 'text/plain'){ + if ($("[name=field" + i + "_value]").val() == 'text/plain') { + $("[name=field" + i + "_value]").attr('checked','checked'); + } + } + else{ + if($("[name=field" + i + "_value]").val() == 'text/html') { + $("[name=field" + i + "_value]").attr('checked','checked'); + } + } + if(old_recovery_value == 'text/plain'){ + if ($("[name=field" + i + "_recovery_value]").val() == 'text/plain') { + $("[name=field" + i + "_recovery_value]").attr('checked','checked'); + } + } + else{ + if ($("[name=field" + i + "_recovery_value]").val() == 'text/html') { + $("[name=field" + i + "_recovery_value]").attr('checked','checked'); + } + } + } + else { + $("[name=field" + i + "_value]").val(old_value); + $("[name=field" + i + "_recovery_value]").val(old_recovery_value); + } } else { $("[name=field" + i + "_value]") diff --git a/pandora_console/godmode/massive/massive_delete_modules.php b/pandora_console/godmode/massive/massive_delete_modules.php index 6009d1b9b8..b1cd1b220c 100755 --- a/pandora_console/godmode/massive/massive_delete_modules.php +++ b/pandora_console/godmode/massive/massive_delete_modules.php @@ -600,7 +600,7 @@ $(document).ready (function () { var params = { "page" : "operation/agentes/ver_agente", "get_agent_modules_json" : 1, - "get_id_and_name" : 1, + "get_distinct_name" : 1, "indexed" : 0, "privilege" : "AW" }; diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index 1550e0be93..f37a39e10d 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -503,6 +503,10 @@ $table->data['edit3'][2] = __('SMNP community'); $table->data['edit3'][3] = html_print_input_text ('snmp_community', '', '', 10, 100, true); +$table->data['edit15'][2] = __('SNMP OID'); +$table->data['edit15'][3] = html_print_input_text ('snmp_oid', '', + '', 80, 80, true); + $target_ip_values = array(); $target_ip_values['auto'] = __('Auto'); $target_ip_values['force_pri'] = __('Force primary key'); @@ -736,12 +740,13 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").hide (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").hide (); var params = { "page" : "operation/agentes/ver_agente", "get_agent_modules_json" : 1, - "get_id_and_name" : 1, + "get_distinct_name" : 1, "indexed" : 0 }; @@ -800,7 +805,8 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").show (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").show (); } function clean_lists() { @@ -829,7 +835,8 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").hide (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").hide (); $('input[type=checkbox]').attr('checked', false); $('input[type=checkbox]').attr('disabled', true); @@ -877,7 +884,8 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").hide (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").hide (); } } } @@ -919,7 +927,8 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").show (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").show (); } else { $(".select_agents_row_2").css('display', ''); @@ -942,7 +951,8 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").hide (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").hide (); } } } @@ -1026,7 +1036,8 @@ $(document).ready (function () { "tr#delete_table-edit11, " + "tr#delete_table-edit12, " + "tr#delete_table-edit13, " + - "tr#delete_table-edit14").hide (); + "tr#delete_table-edit14, " + + "tr#delete_table-edit15").hide (); jQuery.post ("ajax.php", {"page" : "operation/agentes/ver_agente", @@ -1158,8 +1169,8 @@ function process_manage_edit ($module_name, $agents_select = null, $module_statu /* List of fields which can be updated */ $fields = array ('dynamic_interval', 'dynamic_max', 'dynamic_min', 'dynamic_two_tailed', 'min_warning', 'max_warning', 'str_warning', 'min_critical', 'max_critical', 'str_critical', 'min_ff_event', - 'module_interval', 'disabled', 'post_process', 'unit_select', - 'snmp_community', 'tcp_send', 'custom_string_1', + 'module_interval', 'disabled', 'post_process', 'unit', + 'snmp_community','snmp_oid','tcp_send', 'custom_string_1', 'plugin_parameter', 'custom_string_2', 'custom_string_3', 'min', 'max', 'id_module_group', 'plugin_user', 'plugin_pass', 'id_export', 'history_data', 'critical_inverse', diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index ec448f0cf4..e2f3cdab26 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -129,7 +129,7 @@ else { } $snmp_version = (string) get_parameter('snmp_version'); -$snmp3_auth_user = (string) get_parameter('snmp3_auth_user'); +$snmp3_auth_user = (string) io_safe_output(get_parameter('snmp3_auth_user')); $snmp3_auth_pass = io_input_password((string) get_parameter('snmp3_auth_pass')); $snmp3_auth_method = (string) get_parameter('snmp3_auth_method'); $snmp3_privacy_method = (string) get_parameter('snmp3_privacy_method'); diff --git a/pandora_console/godmode/modules/manage_network_components_form_common.php b/pandora_console/godmode/modules/manage_network_components_form_common.php index 83b21b225b..b9cc96a468 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_common.php +++ b/pandora_console/godmode/modules/manage_network_components_form_common.php @@ -473,8 +473,8 @@ $next_row++; .attr("id", "legend_normal") .attr("x", 72) .attr("y", -30) - .attr("width", 10) - .attr("height", 10) + .attr("width", '10px') + .attr("height", '10px') .style("fill", "#82B92E"); //legend Warning text diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index a63f4672be..720d8750ba 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -46,6 +46,9 @@ $delete_layout = (bool) get_parameter ('delete_layout'); $refr = (int) get_parameter('refr', $config['vc_refr']); $offset = (int) get_parameter('offset', 0); $pagination = (int) get_parameter ("pagination", $config["block_size"]); +$search = (string) get_parameter("search",""); +$ag_group = (int)get_parameter("ag_group",0); +$recursion = get_parameter("recursion",0); if ($delete_layout || $copy_layout) { // Visual console required @@ -199,6 +202,50 @@ if ($delete_layout || $copy_layout) { } } +if ($ag_group > 0) { + + $ag_groups = array(); + $ag_groups = (array)$ag_group; + if ($recursion) { + $ag_groups = groups_get_id_recursive($ag_group, true); + } +} + +echo "
" . $filter_groups_label . "" . $filter_groups . "" . $filter_groups ."   ". $filter_recursion_label . $filter_recursion. "" . $filter_module_groups_label . "
"; echo __('Search') . ' ' . html_print_input_text ('search_string', $search_string, '', 15, 255, true); echo ""; +echo ""; html_print_submit_button (__('Filter'), 'filter', false, 'class="sub search"'); echo "
'; + echo ''; echo __('Show in hierachy mode'); if ($checked == "true") { $checked = true; @@ -130,12 +130,12 @@ if (($policy_page) || (isset($agent))) { html_print_checkbox ('status_hierachy_mode', "", $checked, false, false, "onChange=change_mod_filter();"); echo ''; + echo ''; echo __("Type"); html_print_select ($modules, 'moduletype', '', '', '', '', false, false, false, '', false, 'max-width:300px;' ); html_print_input_hidden ('edit_module', 1); echo ''; + echo ''; echo ''; echo '
+ "; +if(!is_metaconsole()){ + echo ""; +} else { + echo ""; +} + +echo ""; +echo ""; +echo "
"; +echo __('Search') . ' '; +html_print_input_text ("search", $search, '', 50); + +echo ""; + +echo __('Group') . ' '; +$own_info = get_user_info($config['id_user']); +if (!$own_info['is_admin'] && !check_acl ($config['id_user'], 0, "AW")) + $return_all_group = false; +else + $return_all_group = true; +html_print_select_groups(false, "AR", $return_all_group, "ag_group", $ag_group, 'this.form.submit();', '', 0, false, false, true, '', false); + +echo ""; +echo __('Group Recursion') . ' '; +html_print_checkbox ("recursion", 1, $recursion, false, false, 'this.form.submit()'); + +echo ""; +echo ""; +echo ""; +echo "
"; + $table = new stdClass(); $table->width = '100%'; $table->class = 'databox data'; @@ -228,31 +275,69 @@ $table->align[4] = 'left'; // or has "VR" privileges, otherwise show only maps of user group $filters['offset'] = $offset; $filters['limit'] = $pagination; +if(!empty($search)){ + $filters['name'] = io_safe_input($search); +} + +if($ag_group){ + $filters['group'] = array_flip($ag_groups); +} + $own_info = get_user_info ($config['id_user']); if (!defined('METACONSOLE')) { - $url = 'index.php?sec=network&sec2=godmode/reporting/map_builder&pagination='.$pagination; + $url = 'index.php?sec=network&sec2=godmode/reporting/map_builder&recursion='.$recursion.'&ag_group='.$ag_group.'&search='.$search.'&pagination='.$pagination; } else { - $url = 'index.php?sec=screen&sec2=screens/screens&action=visualmap&pagination='.$pagination; + $url = 'index.php?sec=screen&sec2=screens/screens&action=visualmap&recursion='.$recursion.'&ag_group='.$ag_group.'&search='.$search.'&pagination='.$pagination; } if ($own_info['is_admin'] || $vconsoles_read) { - $maps = visual_map_get_user_layouts (0,false,$filters); - $total_maps = count(visual_map_get_user_layouts()); + if($ag_group){ + $maps = visual_map_get_user_layouts (0,false,$filters,false); + unset($filters['offset']); + unset($filters['limit']); + $total_maps = count(visual_map_get_user_layouts(0,false,$filters,false)); + }else{ + $maps = visual_map_get_user_layouts (0,false,$filters); + unset($filters['offset']); + unset($filters['limit']); + $total_maps = count(visual_map_get_user_layouts(0,false,$filters)); + } } else { $maps = visual_map_get_user_layouts ($config['id_user'], false, $filters, false); + unset($filters['offset']); + unset($filters['limit']); $total_maps = count(visual_map_get_user_layouts ($config['id_user'], false, - false, false)); + $filters, false)); } if (!$maps && !is_metaconsole()) { - require_once ($config['homedir'] . "/general/firts_task/map_builder.php"); + $total = count(visual_map_get_user_layouts ($config['id_user'], false, + false, false)); + if(!$total){ + require_once ($config['homedir'] . "/general/firts_task/map_builder.php"); + } else { + ui_print_info_message( + array( + 'no_close'=>false, + 'message'=> __('No available data to show'))); + } } elseif (!$maps && is_metaconsole()) { - ui_print_info_message( - array( - 'no_close'=>true, - 'message'=> __('There are no visual console defined yet.'))); + $total = count(visual_map_get_user_layouts ($config['id_user'], false, + false, false)); + if(!$total){ + ui_print_info_message( + array( + 'no_close'=>true, + 'message'=> __('There are no visual console defined yet.'))); + }else{ + ui_print_info_message( + array( + 'no_close'=>false, + 'message'=> __('No available data to show'))); + } + } else { ui_pagination ($total_maps, $url, $offset, $pagination); diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 0593021bdc..b1dffe8e5b 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -112,6 +112,10 @@ $netflow_filter = 0; $max_values = 0; $resolution = 0; +$lapse_calc = 0; +$lapse = 300; +$visual_format = 0; + //Others $filter_search = ""; @@ -148,6 +152,7 @@ switch ($action) { case 'network_interfaces_report': case 'availability': case 'event_report_log': + case 'increment': case 'availability_graph': case 'agent_module': $get_data_editor = true; @@ -195,12 +200,6 @@ switch ($action) { $name = $item['name']; switch ($type) { - case 'avg_value': - $period = $item['period']; - $description = $item['description']; - $idAgentModule = $item['id_agent_module']; - $idAgent = db_get_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); - break; case 'event_report_log': $period = $item['period']; $description = $item['description']; @@ -282,6 +281,13 @@ switch ($action) { $idAgent = db_get_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); break; + case 'increment': + $description = $item['description']; + $idAgentModule = $item['id_agent_module']; + $idAgent = db_get_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); + $period = $item['period']; + break; + case 'SLA_services': $description = $item['description']; $period = $item['period']; @@ -312,6 +318,9 @@ switch ($action) { $idAgent = db_get_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); $idAgentModule = $item['id_agent_module']; $period = $item['period']; + $lapse = $item['lapse']; + $lapse_calc = $item['lapse_calc']; + $visual_format = $item['visual_format']; break; case 'max_value': $description = $item['description']; @@ -319,6 +328,9 @@ switch ($action) { $idAgent = db_get_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); $idAgentModule = $item['id_agent_module']; $period = $item['period']; + $lapse = $item['lapse']; + $lapse_calc = $item['lapse_calc']; + $visual_format = $item['visual_format']; break; case 'min_value': $description = $item['description']; @@ -326,6 +338,9 @@ switch ($action) { $idAgent = db_get_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); $idAgentModule = $item['id_agent_module']; $period = $item['period']; + $lapse = $item['lapse']; + $lapse_calc = $item['lapse_calc']; + $visual_format = $item['visual_format']; break; case 'sumatory': $description = $item['description']; @@ -593,6 +608,7 @@ switch ($action) { case 'MTTR': case 'simple_baseline_graph': case 'event_report_log': + case 'increment': $label = (isset($style['label'])) ? $style['label'] : ''; break; default: @@ -911,6 +927,9 @@ You can of course remove the warnings, that's why we include the source and do n elseif(check_acl ($config['id_user'], 0, "RM")) html_print_select_groups($config['id_user'], "RM", true, 'combo_group', $group, ''); + + echo "   ".__('Recursion').html_print_checkbox('recursion', 1, 0, true); + ?> @@ -1577,6 +1596,78 @@ You can of course remove the warnings, that's why we include the source and do n ?> + + + + + + + + + + + + + + + + + + + + + + + + + + '; + html_print_radio_button ('visual_format', 1, '', $visual_format_table,'',!$lapse_calc); + echo (''); + echo __('Graph only').''; + html_print_radio_button ('visual_format', 2, '', $visual_format_graph,'',!$lapse_calc); + echo (''); + echo __('Graph and table').''; + html_print_radio_button ('visual_format', 3, '', $visual_format_both,'',!$lapse_calc); + + ?> + + + + + @@ -2001,7 +2092,38 @@ $(document).ready (function () { "get_agents_group_json" : 1, "id_group" : this.value, "privilege" : "AW", - "keys_prefix" : "_" + "keys_prefix" : "_", + "recursion" : $('#checkbox-recursion').is(':checked') + }, + function (data, status) { + $("#id_agents").html(''); + $("#id_agents2").html(''); + $("#module").html(''); + jQuery.each (data, function (id, value) { + // Remove keys_prefix from the index + id = id.substring(1); + + option = $("") + .attr ("value", value["id_agente"]) + .html (value["alias"]); + $("#id_agents").append (option); + $("#id_agents2").append (option); + }); + }, + "json" + ); + } + ); + + $("#checkbox-recursion").change ( + function () { + jQuery.post ("ajax.php", + {"page" : "operation/agentes/ver_agente", + "get_agents_group_json" : 1, + "id_group" : $("#combo_group").val(), + "privilege" : "AW", + "keys_prefix" : "_", + "recursion" : $('#checkbox-recursion').is(':checked') }, function (data, status) { $("#id_agents").html(''); @@ -2177,6 +2299,19 @@ $(document).ready (function () { } }); + $("#checkbox-lapse_calc").change(function () { + + if($(this).is(":checked")){ + $( "#lapse_select" ).prop( "disabled", false ); + $("[name=visual_format]").prop( "disabled", false ); + } + else{ + $( "#lapse_select" ).prop( "disabled", true ); + $("[name=visual_format]").prop( "disabled", true ); + } + + }); + }); function create_custom_graph() { @@ -2658,6 +2793,9 @@ function chooseType() { $("#row_show_in_two_columns").hide(); $("#row_show_in_same_row").hide(); $("#row_historical_db_check").hide(); + $("#row_lapse_calc").hide(); + $("#row_lapse").hide(); + $("#row_visual_format").hide(); $("#row_show_in_landscape").hide(); $('#row_hide_notinit_agents').hide(); $("#row_module_group").hide(); @@ -2729,6 +2867,13 @@ function chooseType() { $("#row_source").show(); $("#row_historical_db_check").hide(); break; + + case 'increment': + $("#row_description").show(); + $("#row_agent").show(); + $("#row_module").show(); + $("#row_period").show(); + break; case 'simple_graph': $("#row_time_compare_overlapped").show(); @@ -2850,6 +2995,9 @@ function chooseType() { $("#row_module").show(); $("#row_period").show(); $("#row_show_in_two_columns").show(); + $("#row_lapse_calc").show(); + $("#row_lapse").show(); + $("#row_visual_format").show(); $("#row_historical_db_check").hide(); break; @@ -2859,6 +3007,9 @@ function chooseType() { $("#row_module").show(); $("#row_period").show(); $("#row_show_in_two_columns").show(); + $("#row_lapse_calc").show(); + $("#row_lapse").show(); + $("#row_visual_format").show(); $("#row_historical_db_check").hide(); break; @@ -2868,6 +3019,9 @@ function chooseType() { $("#row_module").show(); $("#row_period").show(); $("#row_show_in_two_columns").show(); + $("#row_lapse_calc").show(); + $("#row_lapse").show(); + $("#row_visual_format").show(); $("#row_historical_db_check").hide(); break; diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 4dd13e9af0..e52994b810 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -1,3 +1,37 @@ + + head[$next] = '' . - __('Op.') . ''; + __('Op.') . ''.html_print_checkbox('all_delete', 0, false, true, false, + 'check_all_checkboxes();'); //$table->size = array (); $table->size[$next] = '10%'; @@ -703,9 +738,13 @@ switch ($action) { $data[$next] .= '
'; $data[$next] .= html_print_input_hidden ('id_report', $report['id_report'], true); $data[$next] .= html_print_input_hidden ('action','delete_report', true); - $data[$next] .= html_print_input_image ('delete', 'images/cross.png', 1, '', + $data[$next] .= html_print_input_image ('delete', 'images/cross.png', 1, 'margin-right: 10px;', true, array ('title' => __('Delete'))); + + $data[$next] .= html_print_checkbox_extended ('massive_report_check', $report['id_report'], false, false, '', 'class="check_delete"', true); + $data[$next] .= '
'; + } } @@ -733,8 +772,19 @@ switch ($action) { else echo '
'; html_print_submit_button (__('Create report'), 'create', false, 'class="sub next"'); - echo "
"; + echo ""; + echo '
'; + + foreach ($reports as $report) { + echo ''; + } + + echo ''; + html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete" style="margin-left:5px;"'); + echo '
'; + echo ""; + } enterprise_hook('close_meta_frame'); @@ -1019,6 +1069,15 @@ switch ($action) { $values['period'] = get_parameter('period'); $good_format = true; break; + case 'min_value': + case 'max_value': + case 'avg_value': + $values['period'] = get_parameter('period'); + $values['lapse_calc'] = get_parameter('lapse_calc'); + $values['lapse'] = get_parameter('lapse'); + $values['visual_format'] = get_parameter('visual_format'); + $good_format = true; + break; default: $values['period'] = get_parameter('period'); $values['top_n'] = get_parameter('radiobutton_max_min_avg',0); @@ -1354,6 +1413,15 @@ switch ($action) { $values['period'] = get_parameter('period'); $good_format = true; break; + case 'min_value': + case 'max_value': + case 'avg_value': + $values['period'] = get_parameter('period'); + $values['lapse_calc'] = get_parameter('lapse_calc'); + $values['lapse'] = get_parameter('lapse'); + $values['visual_format'] = get_parameter('visual_format'); + $good_format = true; + break; default: $values['period'] = get_parameter('period'); $values['top_n'] = get_parameter('radiobutton_max_min_avg',0); @@ -2059,3 +2127,4 @@ switch ($activeTab) { enterprise_hook('close_meta_frame'); ?> + diff --git a/pandora_console/godmode/reporting/visual_console_builder.data.php b/pandora_console/godmode/reporting/visual_console_builder.data.php index 056d44e61d..8d9edddd88 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.data.php +++ b/pandora_console/godmode/reporting/visual_console_builder.data.php @@ -201,7 +201,23 @@ echo ""; diff --git a/pandora_console/include/graphs/fgraph.php b/pandora_console/include/graphs/fgraph.php index c36529b7f7..ba88a64434 100644 --- a/pandora_console/include/graphs/fgraph.php +++ b/pandora_console/include/graphs/fgraph.php @@ -10,48 +10,29 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -$ttl = 1; -$homeurl = ''; - -if (isset($_GET['homeurl'])) { - $homeurl = $_GET['homeurl']; -} -else $homeurl = ''; - -$homeurl = ((bool)filter_var($homeurl, FILTER_VALIDATE_URL) == 1) ? '' : $homeurl; - -if (isset($_GET['ttl'])) { - $ttl = $_GET['ttl']; -} -else $ttl_param = 1; - -if (isset($_GET['graph_type'])) { - $graph_type = $_GET['graph_type']; -} -else $graph_type = ''; - -//$graph_type = get_parameter('graph_type', ''); -//$ttl_param = get_parameter('ttl', 1); -//$homeurl_param = get_parameter('homeurl', ''); - // Turn on output buffering. // The entire buffer will be discarded later so that any accidental output // does not corrupt images generated by fgraph. -ob_start (); +ob_start(); + +global $config; + +if (empty($config['homedir'])) { + require_once ('../../include/config.php'); + global $config; +} + +include_once($config['homedir'] . '/include/functions.php'); + +$ttl = get_parameter('ttl', 1); +$graph_type = get_parameter('graph_type', ''); if (!empty($graph_type)) { - $homedir = $_GET['homedir']; - if ($homedir != null) { - $config['homedir'] = $homedir; - } - - include_once($homeurl . 'include/functions.php'); - include_once($homeurl . 'include/functions_html.php'); - - include_once($homeurl . 'include/graphs/functions_gd.php'); - include_once($homeurl . 'include/graphs/functions_utils.php'); - include_once($homeurl . 'include/graphs/functions_d3.php'); - include_once($homeurl . 'include/graphs/functions_flot.php'); + include_once($config['homedir'] . '/include/functions_html.php'); + include_once($config['homedir'] . '/include/graphs/functions_gd.php'); + include_once($config['homedir'] . '/include/graphs/functions_utils.php'); + include_once($config['homedir'] . '/include/graphs/functions_d3.php'); + include_once($config['homedir'] . '/include/graphs/functions_flot.php'); } // Clean the output buffer and turn off output buffering @@ -61,13 +42,12 @@ switch($graph_type) { case 'histogram': $width = get_parameter('width'); $height = get_parameter('height'); - $font = get_parameter('font'); $data = json_decode(io_safe_output(get_parameter('data')), true); $max = get_parameter('max'); $title = get_parameter('title'); $mode = get_parameter ('mode', 1); - gd_histogram ($width, $height, $mode, $data, $max, $font, $title); + gd_histogram ($width, $height, $mode, $data, $max, $config['fontpath'], $title); break; case 'progressbar': $width = get_parameter('width'); @@ -77,7 +57,6 @@ switch($graph_type) { $out_of_lim_str = io_safe_output(get_parameter('out_of_lim_str', false)); $out_of_lim_image = get_parameter('out_of_lim_image', false); - $font = get_parameter('font'); $title = get_parameter('title'); $mode = get_parameter('mode', 1); @@ -87,7 +66,7 @@ switch($graph_type) { $value_text = get_parameter('value_text', ''); $colorRGB = get_parameter('colorRGB', ''); - gd_progress_bar ($width, $height, $progress, $title, $font, + gd_progress_bar ($width, $height, $progress, $title, $config['fontpath'], $out_of_lim_str, $out_of_lim_image, $mode, $fontsize, $value_text, $colorRGB); break; @@ -99,7 +78,6 @@ switch($graph_type) { $out_of_lim_str = io_safe_output(get_parameter('out_of_lim_str', false)); $out_of_lim_image = get_parameter('out_of_lim_image', false); - $font = get_parameter('font'); $title = get_parameter('title'); $mode = get_parameter('mode', 1); @@ -109,7 +87,7 @@ switch($graph_type) { $value_text = get_parameter('value_text', ''); $colorRGB = get_parameter('colorRGB', ''); - gd_progress_bubble ($width, $height, $progress, $title, $font, + gd_progress_bubble ($width, $height, $progress, $title, $config['fontpath'], $out_of_lim_str, $out_of_lim_image, $mode, $fontsize, $value_text, $colorRGB); break; @@ -178,7 +156,7 @@ function vbar_graph($flash_chart, $chart_data, $width, $height, $color, $legend, $long_index, $no_data_image, $xaxisname = "", $yaxisname = "", $water_mark = "", $font = '', $font_size = '', $unit = '', $ttl = 1, $homeurl = '', $backgroundColor = 'white', - $from_ux = false, $from_wux = false) { + $from_ux = false, $from_wux = false, $tick_color = 'white') { setup_watermark($water_mark, $water_mark_file, $water_mark_url); if (empty($chart_data)) { @@ -188,9 +166,26 @@ function vbar_graph($flash_chart, $chart_data, $width, $height, if ($flash_chart) { return flot_vcolumn_chart ($chart_data, $width, $height, $color, $legend, $long_index, $homeurl, $unit, $water_mark_url, - $homedir,$font,$font_size, $from_ux, $from_wux); + $homedir,$font,$font_size, $from_ux, $from_wux, $backgroundColor, + $tick_color); } else { + foreach ($chart_data as $key => $value) { + if(strlen($key) > 20){ + + if(strpos($key, ' - ') != -1){ + $key_temp = explode(" - ",$key); + $key_temp[0] = $key_temp[0]." \n"; + $key_temp[1]= '...'.substr($key_temp[1],-15); + $key2 = $key_temp[0].$key_temp[1]; + io_safe_output($key2); + } + $chart_data[$key2]['g'] = $chart_data[$key]['g']; + unset($chart_data[$key]); + } + + } + $graph = array(); $graph['data'] = $chart_data; $graph['width'] = $width; @@ -626,7 +621,8 @@ function polar_graph($flash_chart, $chart_data, $width, $height, function hbar_graph($flash_chart, $chart_data, $width, $height, $color, $legend, $long_index, $no_data_image, $xaxisname = "", $yaxisname = "", $water_mark = "", $font = '', $font_size = '', - $unit = '', $ttl = 1, $homeurl = '', $backgroundColor = 'white') { + $unit = '', $ttl = 1, $homeurl = '', $backgroundColor = 'white', + $tick_color = "white") { setup_watermark($water_mark, $water_mark_file, $water_mark_url); @@ -636,9 +632,25 @@ function hbar_graph($flash_chart, $chart_data, $width, $height, if ($flash_chart) { return flot_hcolumn_chart( - $chart_data, $width, $height, $water_mark_url, $font, $font_size); + $chart_data, $width, $height, $water_mark_url, $font, $font_size, $backgroundColor, $tick_color); } else { + + foreach ($chart_data as $key => $value) { + if(strlen($key) > 40){ + if(strpos($key, ' - ') != -1){ + $key_temp = explode(" - ",$key); + $key_temp[0] = $key_temp[0]." \n"; + $key_temp[1]= '...'.substr($key_temp[1],-20); + $key2 = $key_temp[0].$key_temp[1]; + io_safe_output($key2); + } + $chart_data[$key2]['g'] = $chart_data[$key]['g']; + unset($chart_data[$key]); + } + } + + $graph = array(); $graph['data'] = $chart_data; $graph['width'] = $width; @@ -752,7 +764,7 @@ function pie_graph($graph_type, $flash_chart, $chart_data, $width, function ring_graph($flash_chart, $chart_data, $width, $height, $others_str = "other", $homedir="", $water_mark = "", $font = '', $font_size = '', $ttl = 1, $legend_position = false, - $colors = '', $hide_labels = false) { + $colors = '', $hide_labels = false,$background_color = 'white') { if (empty($chart_data)) { return graph_nodata_image($width, $height, 'pie'); @@ -768,7 +780,7 @@ function ring_graph($flash_chart, $chart_data, $width, return flot_custom_pie_chart ($flash_chart, $chart_data, $width, $height, $colors, $module_name_list, $long_index, $no_data, false, '', $water_mark, $font, $font_size, - $unit, $ttl, $homeurl, $background_color, $legend_position); + $unit, $ttl, $homeurl, $background_color, $legend_position,$background_color); } else { $total_modules = $chart_data['total_modules']; diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index e036a9855e..6fe97ae606 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -119,7 +119,8 @@ function pandoraFlotPie(graph_id, values, labels, nseries, width, font_size, wat function pandoraFlotPieCustom(graph_id, values, labels, width, font_size, font, water_mark, separator, legend_position, height, - colors,legend) { + colors,legend,background_color) { + font = font.split("/").pop().split(".").shift(); var labels = labels.split(separator); var legend = legend.split(separator); @@ -211,8 +212,24 @@ function pandoraFlotPieCustom(graph_id, values, labels, width, $('.legend>table').css('right',($('.legend>div').height()*-1)); } //$('.legend>table').css('border',"1px solid #E2E2E2"); - $('.legend>table').css('background-color',"transparent"); + if(background_color == 'transparent'){ + $('.legend>table').css('background-color',""); + $('.legend>div').css('background-color',""); + $('.legend>table').css('color',"#aaa"); + } + else if (background_color == 'white') { + $('.legend>table').css('background-color',"white"); + $('.legend>table').css('color',"black"); + } + else if (background_color == 'black') { + $('.legend>table').css('background-color',"black"); + $('.legend>table').css('color',"#aaa"); + } + + $('.legend').over(function(){ + return false; + }); var pielegends = $('#'+graph_id+' .pieLabelBackground'); pielegends.each(function () { @@ -309,7 +326,8 @@ function pandoraFlotPieCustom(graph_id, values, labels, width, } function pandoraFlotHBars(graph_id, values, labels, water_mark, - maxvalue, water_mark, separator, separator2, font, font_size) { + maxvalue, water_mark, separator, separator2, font, font_size, background_color, + tick_color) { var colors_data = ['#FC4444','#FFA631','#FAD403','#5BB6E5','#F2919D','#80BA27']; values = values.split(separator2); @@ -330,8 +348,6 @@ function pandoraFlotHBars(graph_id, values, labels, water_mark, }; } - - var labels_total=new Array(); labels = labels.split(separator); i = 0; @@ -355,20 +371,22 @@ function pandoraFlotHBars(graph_id, values, labels, water_mark, grid: { hoverable: true, borderWidth: 1, - backgroundColor: { colors: ["#FFF", "#FFF"] } + tickColor: tick_color, + backgroundColor: { colors: [background_color, background_color] } }, xaxis: { + color: tick_color, axisLabelUseCanvas: true, axisLabelFontSizePixels: font_size, axisLabelFontFamily: font+'Font', tickFormatter: xFormatter, }, yaxis: { + color: tick_color, axisLabelUseCanvas: true, axisLabelFontSizePixels: font_size, axisLabelFontFamily: font+'Font', ticks: yFormatter, - color: '', }, legend: { show: false @@ -494,7 +512,7 @@ function showTooltip(x, y, color, contents) { }).appendTo("body").fadeIn(200); } -function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, water_mark, maxvalue, water_mark, separator, separator2, font, font_size , from_ux, from_wux) { +function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, water_mark, maxvalue, water_mark, separator, separator2, font, font_size , from_ux, from_wux, background_color, tick_color) { values = values.split(separator2); legend = legend.split(separator); font = font.split("/").pop().split(".").shift(); @@ -548,6 +566,7 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, } }, xaxis: { + color:tick_color, axisLabelUseCanvas: true, axisLabelFontSizePixels: font_size, axisLabelFontFamily: font+'Font', @@ -557,6 +576,7 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, labelHeight: 50, }, yaxis: { + color:tick_color, axisLabelUseCanvas: true, axisLabelFontSizePixels: font_size, axisLabelFontFamily: font+'Font', @@ -585,7 +605,8 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, grid: { hoverable: true, borderWidth: 1, - backgroundColor: { colors: ["#FFF", "#FFF"] } + tickColor: tick_color, + backgroundColor: { colors: [background_color, background_color] } } }; @@ -608,16 +629,7 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, $('#' + graph_id).VUseTooltip(); $('#' + graph_id).css("margin-left","auto"); $('#' + graph_id).css("margin-right","auto"); - //~ $('#' + graph_id).find('div.legend-tooltip').tooltip({ track: true }); - /* - $('#'+graph_id+' .xAxis .tickLabel') - .css('transform', 'rotate(-45deg)') - .css('max-width','100px') - .find('div') - .css('position', 'relative') - .css('top', '+10px') - .css('left', '-30px'); - */ + if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) $('#'+graph_id+' .xAxis .tickLabel') .find('div') @@ -638,7 +650,7 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, } format.push([i, - '
' + '
' + label + '
']); } diff --git a/pandora_console/include/graphs/functions_d3.php b/pandora_console/include/graphs/functions_d3.php index f181492b7a..3a1cf73bbd 100644 --- a/pandora_console/include/graphs/functions_d3.php +++ b/pandora_console/include/graphs/functions_d3.php @@ -24,10 +24,16 @@ function include_javascript_d3 ($return = false) { if (!$is_include_javascript) { $is_include_javascript = true; - $output .= ''; - $output .= ''; - + if (is_metaconsole()) { + $output .= ''; + $output .= ''; + } + else { + $output .= ''; + $output .= ''; + } } + if (!$return) echo $output; @@ -309,4 +315,97 @@ function ux_console_phases_donut ($phases, $id, $return = false) { return $output; } + +function d3_progress_bar ($id, $percentile, $width, $height, $color, $unit = "%", $text = "", $fill_color = "#FFFFFF") { + global $config; + + $recipient_name = "progress_bar_" . $id; + $recipient_name_to_js = "#progress_bar_" . $id; + + $output = ""; + + $output .= "
"; + $output .= include_javascript_d3(true); + $output .= ""; + + return $output; +} + +function d3_progress_bubble ($id, $percentile, $width, $height, $color, $unit = "%", $text = "", $fill_color = "#FFFFFF") { + global $config; + + $recipient_name = "progress_bubble_" . $id; + $recipient_name_to_js = "#progress_bubble_" . $id; + + $output = ""; + + $output .= "
"; + $output .= include_javascript_d3(true); + $output .= ""; + + return $output; +} + +function progress_circular_bar ($id, $percentile, $width, $height, $color, $unit = "%", $text = "", $fill_color = "#FFFFFF") { + global $config; + + $recipient_name = "circular_progress_bar_" . $id; + $recipient_name_to_js = "#circular_progress_bar_" . $id; + + $output = ""; + + $output .= "
"; + $output .= include_javascript_d3(true); + $output .= ""; + + return $output; +} + +function progress_circular_bar_interior ($id, $percentile, $width, $height, $color, $unit = "%", $text = "", $fill_color = "#FFFFFF") { + global $config; + + $recipient_name = "circular_progress_bar_interior_" . $id; + $recipient_name_to_js = "#circular_progress_bar_interior_" . $id; + + $output = ""; + + $output .= "
"; + $output .= include_javascript_d3(true); + $output .= ""; + + return $output; +} + +function d3_donut_graph ($id, $width, $height, $module_data, $resume_color) { + global $config; + + $module_data = json_encode($module_data); + + $recipient_name = "donut_graph_" . $id; + $recipient_name_to_js = "#donut_graph_" . $id; + + $output = "
"; + $output .= include_javascript_d3(true); + $output .= ""; + + $output .= ""; + + return $output; +} + ?> diff --git a/pandora_console/include/graphs/functions_flot.php b/pandora_console/include/graphs/functions_flot.php index 319e69cab0..4f8943ed8f 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -666,7 +666,7 @@ function flot_custom_pie_chart ($flash_charts, $graph_values, $return .= "pandoraFlotPieCustom('$graph_id', '$values', '$labels', '$width', $font_size, '$fontpath', $water_mark, - '$separator', '$legend_position', '$height', '$colors','$legend')"; + '$separator', '$legend_position', '$height', '$colors','$legend','$background_color')"; $return .= ""; @@ -674,7 +674,7 @@ function flot_custom_pie_chart ($flash_charts, $graph_values, } // Returns a 3D column chart -function flot_hcolumn_chart ($graph_data, $width, $height, $water_mark, $font = '', $font_size = 7) { +function flot_hcolumn_chart ($graph_data, $width, $height, $water_mark, $font = '', $font_size = 7, $background_color = "white", $tick_color = "white") { global $config; include_javascript_dependencies_flot_graph(); @@ -755,7 +755,7 @@ function flot_hcolumn_chart ($graph_data, $width, $height, $water_mark, $font = $return .= ""; @@ -763,7 +763,7 @@ function flot_hcolumn_chart ($graph_data, $width, $height, $water_mark, $font = } // Returns a 3D column chart -function flot_vcolumn_chart ($graph_data, $width, $height, $color, $legend, $long_index, $homeurl, $unit, $water_mark, $homedir, $font, $font_size, $from_ux, $from_wux) { +function flot_vcolumn_chart ($graph_data, $width, $height, $color, $legend, $long_index, $homeurl, $unit, $water_mark, $homedir, $font, $font_size, $from_ux, $from_wux, $background_color = 'white', $tick_color = 'white') { global $config; include_javascript_dependencies_flot_graph(); @@ -847,14 +847,14 @@ function flot_vcolumn_chart ($graph_data, $width, $height, $color, $legend, $lon if ($from_ux) { if($from_wux){ - $return .= "pandoraFlotVBars('$graph_id', '$values', '$labels', '$labels', '$legend', '$colors', false, $max, '$water_mark', '$separator', '$separator2','$font',$font_size, true, true)"; + $return .= "pandoraFlotVBars('$graph_id', '$values', '$labels', '$labels', '$legend', '$colors', false, $max, '$water_mark', '$separator', '$separator2','$font',$font_size, true, true, '$background_color', '$tick_color')"; } else{ - $return .= "pandoraFlotVBars('$graph_id', '$values', '$labels', '$labels', '$legend', '$colors', false, $max, '$water_mark', '$separator', '$separator2','$font',$font_size, true, false)"; + $return .= "pandoraFlotVBars('$graph_id', '$values', '$labels', '$labels', '$legend', '$colors', false, $max, '$water_mark', '$separator', '$separator2','$font',$font_size, true, false, '$background_color', '$tick_color')"; } } else { - $return .= "pandoraFlotVBars('$graph_id', '$values', '$labels', '$labels', '$legend', '$colors', false, $max, '$water_mark', '$separator', '$separator2','$font',$font_size, false, false)"; + $return .= "pandoraFlotVBars('$graph_id', '$values', '$labels', '$labels', '$legend', '$colors', false, $max, '$water_mark', '$separator', '$separator2','$font',$font_size, false, false, '$background_color', '$tick_color')"; } $return .= ""; @@ -866,9 +866,7 @@ function flot_slicesbar_graph ($graph_data, $period, $width, $height, $legend, $ global $config; include_javascript_dependencies_flot_graph(); - - $height+= 20; - + $stacked_str = 'stack: stack,'; // Get a unique identifier to graph @@ -876,10 +874,10 @@ function flot_slicesbar_graph ($graph_data, $period, $width, $height, $legend, $ // Set some containers to legend, graph, timestamp tooltip, etc. if ($stat_win) { - $return = "
"; + $return = "
"; } else { - $return = "
"; + $return = "
"; } $return .= ""; diff --git a/pandora_console/include/graphs/functions_pchart.php b/pandora_console/include/graphs/functions_pchart.php index f5368ca4c5..fcbd67f00a 100644 --- a/pandora_console/include/graphs/functions_pchart.php +++ b/pandora_console/include/graphs/functions_pchart.php @@ -695,9 +695,12 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font, $MyData->setSerieDescription("Xaxis", $xaxisname); $MyData->setAbscissa("Xaxis"); + /* Create the pChart object */ $myPicture = new pImage($width,$height,$MyData); + + /* Turn of Antialiasing */ $myPicture->Antialias = $antialiasing; @@ -705,7 +708,15 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font, //$myPicture->drawRectangle(0,0,$width,$height,array("R"=>0,"G"=>0,"B"=>0)); /* Turn on shadow computing */ - $myPicture->setShadow(TRUE,array("X"=>1,"Y"=>1,"R"=>0,"G"=>0,"B"=>0,"Alpha"=>10)); + $myPicture->setShadow(TRUE,array("X"=>1,"Y"=>1,"R"=>120,"G"=>120,"B"=>120,"Alpha"=>10)); + + $pdf = get_parameter('pdf',false); + + if($pdf == true){ + $font_size = $font_size+1; + } + + /* Set the default font */ $myPicture->setFontProperties(array("FontName"=>$font,"FontSize"=>$font_size)); @@ -721,15 +732,15 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font, switch($graph_type) { case "vbar": $scaleSettings = array("AvoidTickWhenEmpty" => FALSE, "AvoidGridWhenEmpty" => FALSE, - "GridR"=>200,"GridG"=>200,"GridB"=>200,"DrawSubTicks"=>TRUE,"CycleBackground"=>TRUE, - "Mode"=>SCALE_MODE_START0, "LabelRotation" => 60); - $margin_left = 40; - $margin_right = 0; + "GridR"=>1000,"GridG"=>1000,"GridB"=>1000,"DrawSubTicks"=>TRUE,"CycleBackground"=>TRUE, + "Mode"=>SCALE_MODE_START0, "LabelRotation" => 45); + $margin_left = 40+50; + $margin_right = 90; $margin_top = 10; - $margin_bottom = 3 * $max_chars; + $margin_bottom = (3 * $max_chars)+80; break; case "hbar": - $scaleSettings = array("GridR"=>200,"GridG"=>200,"GridB"=>200,"DrawSubTicks"=>TRUE, + $scaleSettings = array("GridR"=>1000,"GridG"=>1000,"GridB"=>1000,"DrawSubTicks"=>TRUE, "CycleBackground"=>TRUE, "Mode"=>SCALE_MODE_START0, "Pos"=>SCALE_POS_TOPBOTTOM, "LabelValuesRotation" => 30); $margin_left = $font_size * $max_chars; @@ -743,19 +754,112 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font, $myPicture->setGraphArea($margin_left, $margin_top, $width - $margin_right, $height - $margin_bottom); $myPicture->drawScale($scaleSettings); - /* - if (isset($legend)) { - /* Write the chart legend - $size = $myPicture->getLegendSize(array("Style"=>LEGEND_NOBORDER,"Mode"=>LEGEND_HORIZONTAL)); - $myPicture->drawLegend($width-$size['Width'],0,array("Style"=>LEGEND_NOBORDER,"Mode"=>LEGEND_HORIZONTAL, "BoxWidth"=>10, "BoxHeight"=>10)); - } - */ + /* Turn on shadow computing */ $myPicture->setShadow(TRUE,array("X"=>0,"Y"=>1,"R"=>0,"G"=>0,"B"=>0,"Alpha"=>10)); - /* Draw the chart */ - $settings = array("ForceTransparency"=>"-1", "Gradient"=>TRUE,"GradientMode"=>GRADIENT_EFFECT_CAN,"DisplayValues"=>$show_values,"DisplayZeroValues"=>FALSE,"DisplayR"=>100,"DisplayG"=>100,"DisplayB"=>100,"DisplayShadow"=>TRUE,"Surrounding"=>5,"AroundZero"=>FALSE, "OverrideColors"=>$overridePalette); + /* Draw the chart */ + $settings = array("ForceTransparency"=>"-1", "Gradient"=>FALSE,"GradientMode"=>GRADIENT_EFFECT_CAN,"DisplayValues"=>$show_values,"DisplayZeroValues"=>FALSE,"DisplayR"=>100,"DisplayG"=>100,"DisplayB"=>100,"DisplayShadow"=>TRUE,"Surrounding"=>5,"AroundZero"=>FALSE, "OverrideColors"=>$overridePalette); + + /* goes through a series of colors and assigns them to the bars, when it ends it starts from the beginning */ + + for ($i=0,$j=1; $i < count($settings['OverrideColors']); $i++) { + + switch ($j) { + case 1: + $settings['OverrideColors'][$i]['R'] = 43; + $settings['OverrideColors'][$i]['G'] = 98; + $settings['OverrideColors'][$i]['B'] = 201; + $j++; + break; + + case 2: + $settings['OverrideColors'][$i]['R'] = 243; + $settings['OverrideColors'][$i]['G'] = 86; + $settings['OverrideColors'][$i]['B'] = 157; + $j++; + break; + + case 3: + $settings['OverrideColors'][$i]['R'] = 191; + $settings['OverrideColors'][$i]['G'] = 191; + $settings['OverrideColors'][$i]['B'] = 191; + $j++; + break; + + case 4: + $settings['OverrideColors'][$i]['R'] = 251; + $settings['OverrideColors'][$i]['G'] = 183; + $settings['OverrideColors'][$i]['B'] = 50; + $j++; + break; + + case 5: + $settings['OverrideColors'][$i]['R'] = 157; + $settings['OverrideColors'][$i]['G'] = 117; + $settings['OverrideColors'][$i]['B'] = 177; + $j++; + break; + + case 6: + $settings['OverrideColors'][$i]['R'] = 39; + $settings['OverrideColors'][$i]['G'] = 172; + $settings['OverrideColors'][$i]['B'] = 151; + $j++; + break; + + case 7: + $settings['OverrideColors'][$i]['R'] = 171; + $settings['OverrideColors'][$i]['G'] = 42; + $settings['OverrideColors'][$i]['B'] = 46; + $j++; + break; + + case 8: + $settings['OverrideColors'][$i]['R'] = 185; + $settings['OverrideColors'][$i]['G'] = 218; + $settings['OverrideColors'][$i]['B'] = 87; + $j++; + break; + + case 9: + $settings['OverrideColors'][$i]['R'] = 60; + $settings['OverrideColors'][$i]['G'] = 182; + $settings['OverrideColors'][$i]['B'] = 203; + $j++; + break; + + case 10: + $settings['OverrideColors'][$i]['R'] = 105; + $settings['OverrideColors'][$i]['G'] = 65; + $settings['OverrideColors'][$i]['B'] = 179; + $j++; + break; + + case 11: + $settings['OverrideColors'][$i]['R'] = 228; + $settings['OverrideColors'][$i]['G'] = 35; + $settings['OverrideColors'][$i]['B'] = 102; + $j++; + break; + + case 12: + $settings['OverrideColors'][$i]['R'] = 252; + $settings['OverrideColors'][$i]['G'] = 130; + $settings['OverrideColors'][$i]['B'] = 53; + $j = 1; + break; + + + default: + + break; + + } + + } + $myPicture->drawBarChart($settings); // Paint the water mark at the last moment to show it in front diff --git a/pandora_console/include/graphs/pandora.d3.js b/pandora_console/include/graphs/pandora.d3.js index 95a914104f..b315fae318 100644 --- a/pandora_console/include/graphs/pandora.d3.js +++ b/pandora_console/include/graphs/pandora.d3.js @@ -724,12 +724,13 @@ function sunburst (recipient, data, width, height) { .on("mousemove", move_tooltip); function computeTextRotation(d) { - var angle = x(d.x + d.dx / 2) - Math.PI / 2; - return angle / Math.PI * 180; + var ang = (x(d.x + d.dx / 2) - Math.PI / 2) / Math.PI * 180; + return (ang > 90) ? 180 + ang : ang; } var text = g.append("text") - .attr("x", function(d) { return y(d.y); }) + .attr("transform", function(d) { return "translate(" + arc.centroid(d) + ")rotate(" + computeTextRotation(d) + ")"; }) + .attr("x", function (d) { return computeTextRotation(d) > 180 ? -40 : -30; }) .attr("dx", "6") // margin .attr("dy", ".35em") // vertical-align .attr("opacity", function(d) { @@ -741,7 +742,6 @@ function sunburst (recipient, data, width, height) { .text(function(d) { return d.name; }) - .attr("transform", function(d) { return "rotate(" + computeTextRotation(d) + ")"; }) .style("font-size", "10px") // Makes svg elements invisible to events .style("pointer-events", "none"); @@ -768,8 +768,8 @@ function sunburst (recipient, data, width, height) { var arcText = d3.select(this.parentNode).select("text"); // fade in the text element and recalculate positions arcText - .attr("transform", function() { return "rotate(" + computeTextRotation(e) + ")" }) - .attr("x", function(d) { return y(d.y); }) + .attr("transform", function(d) { return "translate(" + arc.centroid(d) + ")rotate(" + computeTextRotation(d) + ")"; }) + .attr("x", function (d) { return computeTextRotation(d) > 180 ? -40 : -30; }) .transition().duration(250) .attr("opacity", 1); } @@ -1037,19 +1037,19 @@ function createGauges(data, width, height, font_size, no_data_image, font) { label = label.replace(/(/g,'\('); label = label.replace(/)/g,'\)'); - minimun_warning = Math.round(parseFloat( data[key].min_warning ),2); - maximun_warning = Math.round(parseFloat( data[key].max_warning ),2); - minimun_critical = Math.round(parseFloat( data[key].min_critical ),2); - maximun_critical = Math.round(parseFloat( data[key].max_critical ),2); + minimun_warning = round_with_decimals(parseFloat( data[key].min_warning )); + maximun_warning = round_with_decimals(parseFloat( data[key].max_warning )); + minimun_critical = round_with_decimals(parseFloat( data[key].min_critical )); + maximun_critical = round_with_decimals(parseFloat( data[key].max_critical )); - mininum = Math.round(parseFloat(data[key].min),2); - maxinum = Math.round(parseFloat(data[key].max),2); + mininum = round_with_decimals(parseFloat(data[key].min)); + maxinum = round_with_decimals(parseFloat(data[key].max)); critical_inverse = parseInt(data[key].critical_inverse); warning_inverse = parseInt(data[key].warning_inverse); - valor = Math.round(parseFloat(data[key].value),2); - + valor = round_with_decimals(data[key].value); + if (isNaN(valor)) valor = null; createGauge(nombre, label, valor, mininum, maxinum, @@ -1281,7 +1281,7 @@ function Gauge(placeholderName, configuration, font) { var pointerContainer = this.body.select(".pointerContainer"); - pointerContainer.selectAll("text").text(Math.round(value)); + pointerContainer.selectAll("text").text(round_with_decimals(value)); var pointer = pointerContainer.selectAll("path"); pointer.transition() @@ -1492,4 +1492,601 @@ function print_phases_donut (recipient, phases) { polyline.exit() .remove(); } +} + +function round_with_decimals (value, multiplier = 1) { + if ((value * multiplier) == 0) return 0; + if ((value * multiplier) >= 1) { + return Math.round(value * multiplier) / multiplier; + } + return round_with_decimals (value, multiplier * 10); +} + +function progress_bar_d3 (recipient, percentile, width, height, color, unit, label, label_color) { + var startPercent = 0; + var endPercent = parseInt(percentile) / 100; + var count = Math.abs((endPercent - startPercent) / 0.01); + var step = endPercent < startPercent ? -0.01 : 0.01; + + var circle = d3.select(recipient) + .append("svg") + .attr("width", width) + .attr("height", height); + + var progress_back = circle.append('rect') + .attr('fill', '#000000') + .attr('fill-opacity', 0.5) + .attr('height', 20) + .attr('width', width) + .attr('rx', 10) + .attr('ry', 10) + .attr('x', 0); + + var progress_front = circle.append('rect') + .attr('fill', color) + .attr('fill-opacity', 1) + .attr('height', 20) + .attr('width', 0) + .attr('rx', 10) + .attr('ry', 10) + .attr('x', 0); + + var labelText = circle.append("text") + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", 20) + .html(label) + .attr('dy', '15') + .attr('text-anchor', 'middle'); + + var numberText = circle.append("text") + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")") + .attr('fill', '#FFFFFF') + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", 14) + .attr('text-anchor', 'middle') + .attr('dy', '-10'); + + function updateProgress(bar_progress) { + var percent_value = Number(bar_progress * 100); + numberText.text(percent_value.toFixed() + " " + unit); + progress_front.attr('width', (width * bar_progress)); + } + + var bar_progress = startPercent; + + (function loops() { + updateProgress(bar_progress); + + if (count > 0) { + count--; + bar_progress += step; + setTimeout(loops, 30); + } + })(); +} + +function progress_bubble_d3 (recipient, percentile, width, height, color, unit, label, label_color) { + var startPercent = 0; + var endPercent = parseInt(percentile) / 100; + var count = Math.abs((endPercent - startPercent) / 0.01); + var step = endPercent < startPercent ? -0.01 : 0.01; + + var numberSize = 0; + var textSize = 0; + var unitSize = 0; + var yPosText = 0; + var yPosNumber = 0; + if (width >= 500) { + numberSize = 100; + textSize = 50; + unitSize = 50; + yPosNumber = '15'; + yPosText = '-100'; + } + else if (width >= 400) { + numberSize = 80; + textSize = 40; + unitSize = 40; + yPosNumber = '15'; + yPosText = '-80'; + } + else if (width >= 300) { + numberSize = 60; + textSize = 30; + unitSize = 30; + yPosNumber = '15'; + yPosText = '-45'; + } + else if (width >= 200) { + numberSize = 40; + textSize = 20; + unitSize = 20; + yPosNumber = '50'; + yPosText = '-30'; + } + else if (width >= 100) { + numberSize = 20; + textSize = 10; + unitSize = 10; + yPosNumber = '5'; + yPosText = '-20'; + } + else { + numberSize = 10; + textSize = 8; + unitSize = 8; + yPosNumber = '5'; + yPosText = '-10'; + } + + var circle = d3.select(recipient) + .append("svg") + .attr("width", width) + .attr("height", height); + + var progress_back = circle.append('circle') + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")") + .attr('fill', '#000000') + .attr('fill-opacity', 0) + .attr('r', width/2); + + var progress_front = circle.append('circle') + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")") + .attr('fill', color) + .attr('fill-opacity', 1) + .attr('r', 0); + + var labelText = circle.append("text") + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", textSize) + .html(label) + .attr('dy', -(width/3)) + .attr('text-anchor', 'middle'); + + var numberText = circle.append("text") + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", numberSize) + .attr('text-anchor', 'middle') + .attr('dy', width/3); + + function updateProgress(bar_progress) { + var percent_value = Number(bar_progress * 100); + numberText.text(percent_value.toFixed() + " " + unit); + progress_front.attr('r', ((width/2) * bar_progress)); + } + + var bar_progress = startPercent; + + (function loops() { + updateProgress(bar_progress); + + if (count > 0) { + count--; + bar_progress += step; + setTimeout(loops, 30); + } + })(); +} + +function print_circular_progress_bar (recipient, percentile, width, height, color, unit, label, label_color) { + var twoPi = Math.PI * 2; + var radius = (width / 2); + var border = 20; + var startPercent = 0; + var endPercent = parseInt(percentile) / 100; + var count = Math.abs((endPercent - startPercent) / 0.01); + var step = endPercent < startPercent ? -0.01 : 0.01; + + var numberSize = 0; + var textSize = 0; + var unitSize = 0; + var yPosText = 0; + var yPosUnit = 0; + var yPosNumber = 0; + if (width >= 500) { + numberSize = 100; + textSize = 50; + unitSize = 50; + yPosNumber = '15'; + yPosText = '-100'; + yPosUnit = '100'; + } + else if (width >= 400) { + numberSize = 80; + textSize = 40; + unitSize = 40; + yPosNumber = '15'; + yPosText = '-80'; + yPosUnit = '80'; + } + else if (width >= 300) { + numberSize = 60; + textSize = 30; + unitSize = 30; + yPosNumber = '15'; + yPosText = '-45'; + yPosUnit = '60'; + } + else if (width >= 200) { + numberSize = 40; + textSize = 20; + unitSize = 20; + yPosNumber = '10'; + yPosText = '-30'; + yPosUnit = '40'; + } + else if (width >= 100) { + numberSize = 20; + textSize = 10; + unitSize = 10; + yPosNumber = '5'; + yPosText = '-15'; + yPosUnit = '20'; + } + else { + numberSize = 8; + textSize = 4; + unitSize = 4; + yPosNumber = '2'; + yPosText = '-5'; + yPosUnit = '5'; + } + + var arc = d3.svg.arc() + .startAngle(0) + .innerRadius(radius) + .outerRadius(radius - border); + + var circle = d3.select(recipient) + .append("svg") + .attr("width", width) + .attr("height", height) + .append("g") + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")"); + + var meter = circle.append("g") + .attr('class', 'progress-meter'); + + meter.append("path") + .attr('fill', '#000000') + .attr('fill-opacity', 0.5) + .attr('d', arc.endAngle(twoPi)); + + var foreground = circle.append("path") + .attr('fill', color) + .attr('fill-opacity', 1) + .attr('stroke', color) + .attr('stroke-opacity', 1); + + var front = circle.append("path") + .attr('fill', color) + .attr('fill-opacity', 1); + + var labelText = circle.append("text") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", textSize) + .html(label) + .attr('text-anchor', 'middle') + .attr('dy', yPosText); + + var numberText = circle.append("text") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", numberSize) + .attr('text-anchor', 'middle') + .attr('dy', yPosNumber); + + var percentText = circle.append("text") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", unitSize) + .text(unit) + .attr('text-anchor', 'middle') + .attr('dy', yPosUnit); + + function updateProgress(progress) { + foreground.attr('d', arc.endAngle(twoPi * progress)); + front.attr('d', arc.endAngle(twoPi * progress)); + var percent_value = Number(progress * 100); + numberText.text(percent_value.toFixed()); + } + + var progress = startPercent; + + (function loops() { + updateProgress(progress); + + if (count > 0) { + count--; + progress += step; + setTimeout(loops, 30); + } + })(); +} + +function print_interior_circular_progress_bar (recipient, percentile, width, height, color, unit, label, label_color) { + var twoPi = Math.PI * 2; + var radius = (width / 2) - 20; + var radius2 = (width / 2); + var border = 20; + var startPercent = 0; + var endPercent = parseInt(percentile) / 100; + var count = Math.abs((endPercent - startPercent) / 0.01); + var step = endPercent < startPercent ? -0.01 : 0.01; + + var numberSize = 0; + var textSize = 0; + var unitSize = 0; + var yPosText = 0; + var yPosUnit = 0; + var yPosNumber = 0; + if (width >= 500) { + numberSize = 100; + textSize = 50; + unitSize = 50; + yPosNumber = '15'; + yPosText = '-100'; + yPosUnit = '100'; + } + else if (width >= 400) { + numberSize = 80; + textSize = 40; + unitSize = 40; + yPosNumber = '15'; + yPosText = '-80'; + yPosUnit = '80'; + } + else if (width >= 300) { + numberSize = 60; + textSize = 30; + unitSize = 30; + yPosNumber = '15'; + yPosText = '-45'; + yPosUnit = '60'; + } + else if (width >= 200) { + numberSize = 40; + textSize = 20; + unitSize = 20; + yPosNumber = '10'; + yPosText = '-30'; + yPosUnit = '40'; + } + else if (width >= 100) { + numberSize = 20; + textSize = 10; + unitSize = 10; + yPosNumber = '5'; + yPosText = '-15'; + yPosUnit = '20'; + } + else { + numberSize = 8; + textSize = 4; + unitSize = 4; + yPosNumber = '2'; + yPosText = '-5'; + yPosUnit = '5'; + } + + var arc = d3.svg.arc() + .startAngle(0) + .innerRadius(radius) + .outerRadius(radius - border); + + var arc2 = d3.svg.arc() + .startAngle(0) + .innerRadius(radius2) + .outerRadius(radius2 - border); + + var circle = d3.select(recipient) + .append("svg") + .attr("width", width) + .attr("height", height) + .append("g") + .attr("transform", "translate(" + (width/2) + ", " + (height/2) + ")"); + + var meter = circle.append("g") + .attr('class', 'progress-meter'); + + meter.append("path") + .attr('fill', '#000000') + .attr('fill-opacity', 0.5) + .attr('d', arc.endAngle(twoPi)); + + var meter = circle.append("g") + .attr('class', 'progress-meter'); + + meter.append("path") + .attr('fill', color) + .attr('fill-opacity', 1) + .attr('d', arc2.endAngle(twoPi)); + + var foreground = circle.append("path") + .attr('fill', color) + .attr('fill-opacity', 1) + .attr('stroke', color) + .attr('stroke-opacity', 1); + + var front = circle.append("path") + .attr('fill', color) + .attr('fill-opacity', 1); + + var labelText = circle.append("text") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", textSize) + .html(label) + .attr('text-anchor', 'middle') + .attr('dy', yPosText); + + var numberText = circle.append("text") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", numberSize) + .attr('text-anchor', 'middle') + .attr('dy', yPosNumber); + + var percentText = circle.append("text") + .attr('fill', label_color) + .style("font-family", "arial") + .style("font-weight", "bold") + .style("font-size", unitSize) + .text(unit) + .attr('text-anchor', 'middle') + .attr('dy', yPosUnit); + + function updateProgress(progress) { + foreground.attr('d', arc.endAngle(twoPi * progress)); + front.attr('d', arc.endAngle(twoPi * progress)); + var percent_value = Number(progress * 100); + numberText.text(percent_value.toFixed()); + } + + var progress = startPercent; + + (function loops() { + updateProgress(progress); + + if (count > 0) { + count--; + progress += step; + setTimeout(loops, 30); + } + })(); +} + +function print_donut_graph (recipient, width, height, module_data, resume_color) { + var svg = d3.select(recipient) + .append("svg") + .attr("width", width) + .attr("height", height) + .append("g"); + + svg.append("g") + .attr("class", "slices"); + + var radius = 120; + var increment_y = 60; + var increment_y_padding = 25; + var decrement_x_padding = 150; + if (width >= 500) { + radius = 180; + increment_y = 60; + increment_y_padding = 20; + decrement_x_padding = 40; + } + else if (width >= 400) { + radius = 140; + increment_y = 40; + increment_y_padding = 20; + decrement_x_padding = 40; + } + else if (width >= 300) { + radius = 100; + increment_y = 40; + increment_y_padding = 15; + decrement_x_padding = 40; + } + else if (width >= 200) { + radius = 50; + increment_y = 40; + increment_y_padding = 15; + decrement_x_padding = 25; + } + else if (width >= 100) { + radius = 20; + increment_y = 20; + increment_y_padding = 8; + decrement_x_padding = 25; + } + else { + radius = 10; + increment_y = 10; + increment_y_padding = 3; + decrement_x_padding = 5; + } + + var arc = d3.svg.arc() + .outerRadius(radius * 0.8) + .innerRadius(radius * 0.4); + + var key = function(d){ return d.data.label; }; + + var pie = d3.layout.pie() + .sort(null) + .value(function(d) { + return parseFloat(d.percent); + }); + + jQuery.each(module_data, function (key, m_d) { + svg.append("g") + .append("rect") + .attr("transform", "translate(" + (((width / 2) - (radius + decrement_x_padding))) + "," + (((height / 2) - radius) - increment_y) + ")") + .attr('fill', m_d.color) + .attr('x', -20) + .attr('y', -10) + .attr('width', 20) + .attr('height', 10); + + svg.append("g") + .append("text") + .attr('fill', resume_color) + .attr("transform", "translate(" + (((width / 2) - (radius + decrement_x_padding)) + 10) + "," + (((height / 2) - radius) - increment_y) + ")") + .text(m_d.tag_name) + .style("font-family", "smallfontFont") + .style("font-size", "7pt"); + + increment_y -= increment_y_padding; + }); + + function donutData (){ + return module_data.map(function(m_data){ + return { label: m_data.tag_name, percent: m_data.percent, color : m_data.color} + }); + } + + print_phases(donutData()); + + function print_phases(data) { + var slice = svg.select(".slices").selectAll("path.slice") + .data(pie(data), key); + + slice.enter() + .insert("path") + .style("fill", function(d) { + return d.data.color; + }) + .attr("class", "slice") + .attr("transform", "translate(" + width / 2 + "," + (height - radius) + ")"); + + slice.transition() + .duration(0) + .attrTween("d", function(d) { + this._current = this._current || d; + var interpolate = d3.interpolate(this._current, d); + this._current = interpolate(0); + return function(t) { + return arc(interpolate(t)); + }; + }); + + slice.exit().remove(); + } } \ No newline at end of file diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php index fec6b2a7bf..569242a5dc 100644 --- a/pandora_console/include/help/en/help_alert_config.php +++ b/pandora_console/include/help/en/help_alert_config.php @@ -58,6 +58,8 @@ Apart from the defined module macros, the following macros are also available:
  • _id_alert_ : Numerical ID of the alert (unique), used to correlate on third party software
  • _policy_ : Name of the policy the module belongs to (if applies).
  • _interval_ : Execution interval of the module.
  • +
  • _server_ip_ : Ip of server assigned to agent.
  • +
  • _server_name_ : Name of server assigned to agent.
  • _target_ip_ : IP address of the target of the module.
  • _target_port_ : Port number of the target of the module.
  • _plugin_parameters_ : Plug-in Parameters of the module.
  • diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index 5382c502ab..bd303e9657 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -54,6 +54,8 @@ Besides the defined module macros, the following macros are available:
  • _target_ip_: IP address for the module’s target.
  • _target_port_: Port number for the module’s target.
  • _plugin_parameters_: Module’s Plugin parameters.
  • +
  • _server_ip_ : Ip of server assigned to agent.
  • +
  • _server_name_ : Name of server assigned to agent.
  • _groupcontact_: Group’s contact information. Configured when the group is created.
  • _groupcustomid_: Group’s custom ID.
  • _groupother_: Other information about the group. Configured when the group is created.
  • diff --git a/pandora_console/include/help/en/help_cron.php b/pandora_console/include/help/en/help_cron.php new file mode 100644 index 0000000000..a1e235d06e --- /dev/null +++ b/pandora_console/include/help/en/help_cron.php @@ -0,0 +1,45 @@ + +

    Cron for server modules

    + +Using the configuration parameter sets Cron from and Cron to makes +it possible for a module to run only for certain periods of time. +The way in which it is configured is similar to the syntax of +cron. +Just as they appear in the Pandora console, each one of the parameters +has three options. + +

    Cron from: any

    + +The module will not have restrictions in that parameter. Whatever the value is +will be executed, and it is equivalent to the asterisk (*) in the cron nomenclature. In this +case Cron to is ignored. + +

    Cron from: different from any. Cron to: any

    + +The module will run only during the time in which the date matches that +parameter. It is equivalent to writingjust one number in cron nomenclature. + +

    Cron from: different from any. Cron to: different from any

    + +The module will run only during the time specified between Cron from and Cron to. +It is equivalent to writing number dash number (n-n) in cron nomenclature. + +

    Agent interval

    + +As long as cron conditions are met, the agent will run following +its execution interval. + +

    Examples

    + +
      +
    • * * * * *: No cron configured.
    • +
    • 15 20 * * *: It will run every day at 20:15.
    • +
    • * 20 * * *: It will run every day during the hour 20, that is, from 20:00 to 20:59.
    • +
    • * 8-19 * * *: It will run everyday from 8:00 to 19:59.
    • +
    • 15-45 * 1-16 * *: It will run every first 16 days of the month every hour, from quarter past to quarter to.
    • +
    • * * * 5 *: It will run only in May.
    • +
        diff --git a/pandora_console/include/help/en/help_linked_map_weight.php b/pandora_console/include/help/en/help_linked_map_weight.php new file mode 100644 index 0000000000..aff63a93c4 --- /dev/null +++ b/pandora_console/include/help/en/help_linked_map_weight.php @@ -0,0 +1,19 @@ + +

        Associated map status weight

        + +

        +Only "static image" type elements can have this option. Through it we establish a percentage of elements in a status other than the normal one so that our element linked to that map picks up its status. +

        +

        +For example: +

        +

        +If we have a map 1 with a "static image" type element that points to map 2 and has its weight set at 50%, you will only see its status modified if at least half of the elements (items that must return a status from an agent, module or other linked console) of map 2 are not in normal status. +

        +

        +We can also have an element linked to a console with 10 elements that return a status, which in turn can have elements linked to other consoles. If our element from the first console has a weight of 20%, it is because we want it to show a critical (or warning) status if at least 2 of the 10 elements of the second console have a critical (or warning) status. Similarly, if the weight is 80%, 8 out of 10 elements must be in a non-normal status. +

        \ No newline at end of file diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php index 5ab70b784e..056de9bcc3 100644 --- a/pandora_console/include/help/es/help_alert_config.php +++ b/pandora_console/include/help/es/help_alert_config.php @@ -63,6 +63,8 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
      • _target_ip_ : Dirección IP del objetivo del módulo.
      • _target_port_ : Puerto del objetivo del módulo.
      • _plugin_parameters_ : Parámetros del Plug-in del módulo.
      • +
      • _server_ip_ : Ip del servidor al que el agente está asignado.
      • +
      • _server_name_ : Nombre del servidor al que el agente está asignado.
      • _groupcontact_ : Información de contacto del grupo. Se configura al crear el grupo.
      • _groupother_ : Otra información sobre el grupo. Se configura al crear el grupo.
      • _email_tag_ : Emails asociados a los tags de módulos.
      • diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php index 74efb4582b..19bc0b6f71 100644 --- a/pandora_console/include/help/es/help_alert_macros.php +++ b/pandora_console/include/help/es/help_alert_macros.php @@ -54,6 +54,8 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
      • _target_ip_: Dirección IP del objetivo del módulo.
      • _target_port_: Puerto del objetivo del módulo.
      • _plugin_parameters_: Parámetros del plugin del módulo.
      • +
      • _server_ip_ : Ip del servidor al que el agente está asignado.
      • +
      • _server_name_ : Nombre del servidor al que el agente está asignado.
      • _groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.
      • _groupcustomid_: ID personalizado del grupo.
      • _groupother_: Otra información sobre el grupo. Se configura al crear el grupo.
      • diff --git a/pandora_console/include/help/es/help_cron.php b/pandora_console/include/help/es/help_cron.php new file mode 100644 index 0000000000..2902c81928 --- /dev/null +++ b/pandora_console/include/help/es/help_cron.php @@ -0,0 +1,46 @@ + +

        Cron para módulos de servidor

        + +Mediante los grupos de parámetros de configuración Cron desde y Cron hasta se +puede hacer que un módulo solo se ejecute durante ciertos periodos de tiempo. El +modo en el que se configura es parecido a la sintaxis de +cron. +Tal y como aparecen en la consola de Pandora, cada uno de los parámetros +tiene tres opciones. + +

        Cron desde: cualquiera

        + +El módulo no tendrá restricciones en ese parámetro. Se ejecutará cualquiera que +que sea el valor y equivale al asterisco (*) en la nomenclatura de cron. En este +caso se ignora Cron desde. + +

        Cron desde: distinto de cualquiera. Cron hasta: cualquiera

        + +El módulo se ejecutará solamente el tiempo en el que la fecha coincida con ese +parámetro. Equivale a escribir solamente un número en la nomenclatura de cron. + +

        Cron desde: distinto de cualquiera. Cron hasta: distinto de cualquiera

        + +El módulo se ejecutará entre el tiempo indicado en el Cron desde y el Cron hasta. +Equivale a escribir el número guión número (n-n) en la nomenclatura de cron. + +

        Intervalo del agente

        + +Mientras que se cumplan las condiciones de cron, el agente se ejecutará siguiendo +su intervalo de ejecución. + +

        Ejemplos

        + +
          +
        • * * * * *: No hay cron configurado.
        • +
        • 15 20 * * *: Se ejecutará todos los días a las 20:15.
        • +
        • * 20 * * *: Se ejecutará todos los días durante las 20 horas, es decir, entre las 20:00 y las 20:59.
        • +
        • * 8-19 * * *: Se ejecutará todos los días entre las 8:00 y las 19:59.
        • +
        • 15-45 * 1-16 * *: Se ejecutará todos los primeros 16 días del mes a todas horas entre y cuarto y menos cuarto.
        • +
        • * * * 5 *: Se ejecutará solamente en mayo.
        • +
            + diff --git a/pandora_console/include/help/es/help_linked_map_weight.php b/pandora_console/include/help/es/help_linked_map_weight.php new file mode 100644 index 0000000000..430179c134 --- /dev/null +++ b/pandora_console/include/help/es/help_linked_map_weight.php @@ -0,0 +1,19 @@ + +

            Peso de estado del mapa asociado

            + +

            +Solo los elementos de tipo "imagen estática" pueden llevar esta opción. Mediante ella establecemos un porcentaje de elementos en un estado diferente al normal para que nuestro elemento enlazado a ese mapa recoja su estado. +

            +

            +Por ejemplo: +

            +

            +Si tenemos un mapa 1 con un elemento de tipo "imagen estática" que apunta a un mapa 2 y tiene su peso establecido en un 50%, solo verá modificado su estado si al menos la mitad de los elementos (elementos que deben devolver un estado tanto de agente, de módulo o de otra consola enlazada) del mapa 2 no están en un estado normal. +

            +

            +También podemos tener un elemento enlazado a una consola con 10 elementos que devuelvan un estado, que a su vez pueden tener elementos enlazados a otras consolas. Si nuestro elemento de la primera consola tiene establecido un peso del 20% es porque queremos que nos muestre un estado crítico (o de advertencia) si al menos 2 de los 10 elementos de la segunda consola tienen un estado crítico (o de advertencia). Del mismo modo si el peso fuese del 80%, se tendrán que tener 8 elementos de 10 en un estado no normal. +

            \ No newline at end of file diff --git a/pandora_console/include/help/ja/help_alert_config.php b/pandora_console/include/help/ja/help_alert_config.php index 592ed64ee3..fa6a68ffa2 100644 --- a/pandora_console/include/help/ja/help_alert_config.php +++ b/pandora_console/include/help/ja/help_alert_config.php @@ -62,6 +62,8 @@ email アクションを設定するには、_field1_ (送信先アドレス)、
          • _target_ip_ : モジュールの対象IPアドレス
          • _target_port_ : モジュールの対象ポート
          • _plugin_parameters_ : モジュールのプラグインパラメータ
          • +
          • _server_ip_ : Ip of server assigned to agent.
          • +
          • _server_name_ : Name of server assigned to agent.
          • _groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。
          • _groupother_ : グループに関するその他情報。グループの作成時に設定されます。
          • _email_tag_ : モジュールタグに関連付けられた Email。
          • diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php index c9729e6bfd..86e3a04c96 100644 --- a/pandora_console/include/help/ja/help_alert_macros.php +++ b/pandora_console/include/help/ja/help_alert_macros.php @@ -54,6 +54,8 @@
          • _target_ip_ : モジュールの対象IPアドレス
          • _target_port_ : モジュールの対象ポート
          • _plugin_parameters_ : モジュールのプラグインパラメータ
          • +
          • _server_ip_ : Ip of server assigned to agent.
          • +
          • _server_name_ : Name of server assigned to agent.
          • _groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。
          • _groupcustomid_: グループカスタムID
          • _groupother_ : グループに関するその他情報。グループの作成時に設定されます。
          • diff --git a/pandora_console/include/help/ja/help_cron.php b/pandora_console/include/help/ja/help_cron.php new file mode 100644 index 0000000000..6608ae60cf --- /dev/null +++ b/pandora_console/include/help/ja/help_cron.php @@ -0,0 +1,46 @@ + +

            Cron for server modules

            + +Using the configuration parameter sets Cron from and Cron to makes +it possible for a module to run only for certain periods of time. +The way in which it is configured is similar to the syntax of +cron. +Just as they appear in the Pandora console, each one of the parameters +has three options. + +

            Cron from: any

            + +The module will not have restrictions in that parameter. Whatever the value is +will be executed, and it is equivalent to the asterisk (*) in the cron nomenclature. In this +case Cron to is ignored. + +

            Cron from: different from any. Cron to: any

            + +The module will run only during the time in which the date matches that +parameter. It is equivalent to writingjust one number in cron nomenclature. + +

            Cron from: different from any. Cron to: different from any

            + +The module will run only during the time specified between Cron from and Cron to. +It is equivalent to writing number dash number (n-n) in cron nomenclature. + +

            Agent interval

            + +As long as cron conditions are met, the agent will run following +its execution interval. + +

            Examples

            + +
              +
            • * * * * *: No cron configured.
            • +
            • 15 20 * * *: It will run every day at 20:15.
            • +
            • * 20 * * *: It will run every day during the hour 20, that is, from 20:00 to 20:59.
            • +
            • * 8-19 * * *: It will run everyday from 8:00 to 19:59.
            • +
            • 15-45 * 1-16 * *: It will run every first 16 days of the month every hour, from quarter past to quarter to.
            • +
            • * * * 5 *: It will run only in May.
            • +
                + diff --git a/pandora_console/include/javascript/functions_pandora_networkmap.js b/pandora_console/include/javascript/functions_pandora_networkmap.js index a9c36700a8..016732d213 100644 --- a/pandora_console/include/javascript/functions_pandora_networkmap.js +++ b/pandora_console/include/javascript/functions_pandora_networkmap.js @@ -240,10 +240,11 @@ function update_node_name(id_db_node) { jQuery.each(graph.nodes, function (i, element) { if (element.id_db == id_db_node) { - graph.nodes[i].text = name; + graph.nodes[i]['text'] = data['text']; + graph.nodes[i]['raw_text'] = data['raw_text']; - $("#id_node_" + i + networkmap_id + " title").html(name); - $("#id_node_" + i + networkmap_id + " tspan").html(name); + $("#id_node_" + i + networkmap_id + " title").html(data['raw_text']); + $("#id_node_" + i + networkmap_id + " tspan").html(data['raw_text']); } }); @@ -307,7 +308,12 @@ function change_shape(id_db_node) { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -342,7 +348,13 @@ function change_shape(id_db_node) { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -365,7 +377,13 @@ function change_shape(id_db_node) { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -400,7 +418,13 @@ function change_shape(id_db_node) { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -425,7 +449,13 @@ function change_shape(id_db_node) { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -460,7 +490,13 @@ function change_shape(id_db_node) { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); } @@ -618,6 +654,30 @@ function add_new_link(new_link) { graph.links.push(new_link); } +function move_to_networkmap (node) { + var params = []; + params.push("get_networkmap_from_fictional=1"); + params.push("id=" + node.id_db); + params.push("id_map=" + node.map_id); + params.push("page=enterprise/operation/agentes/pandora_networkmap.view"); + + jQuery.ajax ({ + data: params.join ("&"), + dataType: 'json', + type: 'POST', + url: action="ajax.php", + success: function (data) { + if (data['correct']) { + window.location="index.php?sec=network&sec2=operation/agentes/pandora_networkmap&tab=view&id_networkmap=" + data['id_networkmap']; + } + else { + edit_node(node, true); + } + } + }); +} + + function edit_node(data_node, dblClick) { if (enterprise_installed) { var flag_edit_node = true; @@ -664,7 +724,6 @@ function edit_node(data_node, dblClick) { $("#node_options-node_name-2 input") .attr("onclick", "update_node_name(" + node_selected.id_db + ");"); - $("#node_details-0-1").html('' + node_selected["text"] + ''); var params = []; params.push("get_agent_info=1"); params.push("id_agent=" + node_selected["id_agent"]); @@ -676,11 +735,19 @@ function edit_node(data_node, dblClick) { type: 'POST', url: action = "ajax.php", success: function (data) { - var adressess = ""; - for (adress in data['adressess']) { - adressess += adress + "
                "; + $("#node_details-0-1").html('' + data['alias'] + ''); + + var addresses = ""; + if (data['adressess'] instanceof Array) { + for (var i; i < data['adressess'].length; i++) { + addresses += data['adressess'][i] + "
                "; + } + } else { + for (address in data['adressess']) { + addresses += address + "
                "; + } } - $("#node_details-1-1").html(adressess); + $("#node_details-1-1").html(addresses); $("#node_details-2-1").html(data["os"]); $("#node_details-3-1").html(data["group"]); @@ -693,7 +760,7 @@ function edit_node(data_node, dblClick) { $("#dialog_node_edit") .dialog("option", "title", - dialog_node_edit_title.replace("%s", node_selected.text)); + dialog_node_edit_title.replace("%s", node_selected['text'])); // It doesn't eval the possible XSS so it's ok $("#dialog_node_edit").dialog("open"); if (node_selected.id_agent == undefined || node_selected.id_agent == -2) { @@ -701,7 +768,7 @@ function edit_node(data_node, dblClick) { $("#node_options-fictional_node_name") .css("display", ""); $("input[name='edit_name_fictional_node']") - .val(node_selected.text); + .val(node_selected.text); // It doesn't eval the possible XSS so it's ok $("#node_options-fictional_node_networkmap_link") .css("display", ""); $("#edit_networkmap_to_link") @@ -715,7 +782,7 @@ function edit_node(data_node, dblClick) { } else { $("input[name='edit_name_node']") - .val(node_selected.text); + .val(node_selected.text); // It doesn't eval the possible XSS so it's ok $("#node_options-fictional_node_name") .css("display", "none"); $("#node_options-fictional_node_networkmap_link") @@ -754,6 +821,12 @@ function get_interface_data_to_table(node_selected, selected_links) { } else { jQuery.each(data, function (j, interface) { + if (interface['graph'] == "") { + var interf_graph = "--"; + } + else { + var interf_graph = interface['graph']; + } $("#interface_information").find('tbody') .append($('') .append($('') @@ -763,7 +836,7 @@ function get_interface_data_to_table(node_selected, selected_links) { .html(interface['status']) ) .append($('') - .html(interface['graph']) + .html(interf_graph) ) .append($('') .html(interface['ip']) @@ -866,9 +939,9 @@ function load_interfaces(selected_links) { }); $("#relations_table-template_row-node_source", template_relation_row) - .html(link_each.source.text); + .html(link_each.source['raw_text']); $("#relations_table-template_row-node_target", template_relation_row) - .html(link_each.target.text); + .html(link_each.target['raw_text']); $("#relations_table-template_row-edit", template_relation_row) .attr("align", "center"); $("#relations_table-template_row-edit .delete_icon", template_relation_row) @@ -1833,6 +1906,21 @@ function show_menu(item, data) { refresh_holding_area(); } }; + items_list["restart_map"] = { + name: restart_map_menu, + icon: "restart_map", + disabled: function () { + if (enterprise_installed) { + return false; + } + else { + return true; + } + }, + "callback": function (key, options) { + restart_map(networkmap_id); + } + }; if (flag_setting_relationship_running) { items_list["cancel_set_parent"] = { @@ -2073,6 +2161,7 @@ function refresh_holding_area() { temp_node['image_url'] = node['image_url']; temp_node['image_width'] = node['image_width']; temp_node['image_height'] = node['image_width']; + temp_node['deleted'] = false; graph.nodes.push(temp_node); }); @@ -2143,6 +2232,123 @@ function refresh_holding_area() { } } +function restart_map (map_id) { + $("
                ").dialog ({ + resizable: true, + draggable: true, + modal: true, + overlay: { + opacity: 0.5, + background: 'black' + }, + width: 600, + height: 250, + buttons: [ + { + text: ok_button, + click: function () { + $(this).dialog("close"); + proceed_to_restart_map(map_id); + } + }, + { + text:cancel_button, + click: function () { + $(this).dialog("close"); + } + } + ] + }); + + var dialog_confirm_text = "
                "; + dialog_confirm_text = dialog_confirm_text + "
                "; + dialog_confirm_text = dialog_confirm_text + "

                " + warning_message + "

                "; + dialog_confirm_text = dialog_confirm_text + "

                " + message_to_confirm + "

                "; + dialog_confirm_text = dialog_confirm_text + "
                "; + + $('#restart_map_confirm').html(dialog_confirm_text); + $('#restart_map_confirm').dialog('open'); +} + +function proceed_to_restart_map (map_id) { + $("
                ").dialog ({ + resizable: true, + draggable: true, + modal: true, + overlay: { + opacity: 0.5, + background: 'black' + }, + width: 600, + height: 450, + buttons: [ + { + text: ok_button, + click: function () { + $(this).dialog("close"); + var new_elements = []; + new_elements[0] = $("#text-name").val(); + new_elements[1] = $("#id_group").val(); + new_elements[2] = $("#text-node_radius").val(); + new_elements[3] = $("#textarea_description").val(); + new_elements[4] = $("input[name=source]:checked").val(); + if (new_elements[4] == 'group') { + new_elements[5] = $("#checkbox-dont_show_subgroups").is(':checked'); + } + else if (new_elements[4] == 'recon_task') { + new_elements[5] = $("#recon_task_id").val(); + } + else { + new_elements[5] = $("#text-ip_mask").val(); + } + new_elements[6] = $("#method").val(); + reset_map_from_form(map_id, new_elements); + } + }, + { + text:cancel_button, + click: function () { + $(this).dialog("close"); + } + } + ] + }); + + var params = []; + params.push("get_reset_map_form=1"); + params.push("map_id=" + map_id); + params.push("page=enterprise/operation/agentes/pandora_networkmap.view"); + jQuery.ajax({ + data: params.join("&"), + dataType: 'html', + type: 'POST', + url: action = "ajax.php", + success: function (data) { + $('#restart_map_form').html(data); + $('#restart_map_form').dialog('open'); + } + }); +} + +function reset_map_from_form (map_id, new_elements) { + var params = []; + params.push("reset_map=1"); + params.push("map_id=" + map_id); + params.push("elems[]=" + new_elements) + params.push("page=enterprise/operation/agentes/pandora_networkmap.view"); + jQuery.ajax({ + data: params.join("&"), + dataType: 'json', + type: 'POST', + url: action = "ajax.php", + success: function (data) { + if (!data['error']) { + location.reload(true); + } + } + }); +} + function set_parent(parent_data) { if (enterprise_installed) { var selection = d3.selectAll('.node_children'); @@ -2950,9 +3156,18 @@ function myMouseoutRhombusFunction(node_id) { } function draw_elements_graph() { - link = link.data(force.links(), function (d) { - return d.source.id + networkmap_id + "-" + d.target.id + networkmap_id + Math.random(); + link = link.data(force.links().filter(function(d, i) { + if (d['deleted']) { + return false; + } + else { + return true; + } + }), + function (d) { + return d.source.id + networkmap_id + "-" + d.target.id + networkmap_id + Math.random(); }); + link_temp = link.enter() .append("g") @@ -2996,6 +3211,7 @@ function draw_elements_graph() { "id_module_start_" + d.id_module_start + " " + "id_module_end_" + d.id_module_end; }) + .attr("stroke", function (d) { return d.link_color; }) .attr("stroke-width", 3) .attr("d", null) .attr('marker-start', function (d) { @@ -3134,7 +3350,14 @@ function draw_elements_graph() { return (Array(25).join(" ")) + text_link; }); - node = node.data(force.nodes(), function (d) { return d.id; }); + node = node.data(force.nodes().filter(function(d, i) { + if (d['deleted']) { + return false; + } + else { + return true; + } + }), function (d) { return d.id; }); node_temp = node.enter() .append("g") @@ -3173,7 +3396,13 @@ function draw_elements_graph() { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -3207,7 +3436,13 @@ function draw_elements_graph() { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -3235,7 +3470,13 @@ function draw_elements_graph() { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -3273,7 +3514,13 @@ function draw_elements_graph() { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -3303,7 +3550,13 @@ function draw_elements_graph() { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); @@ -3341,7 +3594,13 @@ function draw_elements_graph() { }) .on("click", selected_node) .on("dblclick", function (d) { - edit_node(d, true); + if (d.type == 3) { + move_to_networkmap(d); + } + else { + edit_node(d, true); + } + }) .on("contextmenu", function (d) { show_menu("node", d); }); diff --git a/pandora_console/include/javascript/jquery.contextMenu.css b/pandora_console/include/javascript/jquery.contextMenu.css index 3a844d4a7e..b0b04223bf 100644 --- a/pandora_console/include/javascript/jquery.contextMenu.css +++ b/pandora_console/include/javascript/jquery.contextMenu.css @@ -117,6 +117,7 @@ .context-menu-item.icon-set_parent { background-image: url(../../images/father.png); } .context-menu-item.icon-add_node { background-image: url(../../images/add.png); } .context-menu-item.icon-refresh_holding_area { background-image: url(../../images/refresh_holding_area.png); } +.context-menu-item.icon-restart_map { background-image: url(../../images/reset.png); } .context-menu-item.icon-interface_link_children { background-image: url(../../images/icono_link_hijo.png); } .context-menu-item.icon-interface_link_parent { background-image: url(../../images/icono_link_padre.png); } .context-menu-item.icon-interface_link_cancel { background-image: url(../../images/link_abortar.png); } diff --git a/pandora_console/include/javascript/pandora_snmp_browser.js b/pandora_console/include/javascript/pandora_snmp_browser.js index 12f2f62296..fd202ad4dc 100644 --- a/pandora_console/include/javascript/pandora_snmp_browser.js +++ b/pandora_console/include/javascript/pandora_snmp_browser.js @@ -29,25 +29,25 @@ function snmpBrowse () { var ajax_url = $('#hidden-ajax_url').val(); // Prepare the AJAX call - var params = [ - "target_ip=" + target_ip, - "community=" + community, - "starting_oid=" + starting_oid, - "snmp_browser_version=" + snmp_version, - "server_to_exec=" + server_to_exec, - "snmp3_browser_auth_user=" + snmp3_auth_user, - "snmp3_browser_security_level=" + snmp3_security_level, - "snmp3_browser_auth_method=" + snmp3_auth_method, - "snmp3_browser_auth_pass=" + snmp3_auth_pass, - "snmp3_browser_privacy_method=" + snmp3_privacy_method, - "snmp3_browser_privacy_pass=" + snmp3_privacy_pass, - "action=" + "snmptree", - "page=operation/snmpconsole/snmp_browser" - ]; + + var params = {}; + params["target_ip"] = target_ip; + params["community"] = community; + params["starting_oid"] = starting_oid; + params["snmp_browser_version"] = snmp_version; + params["server_to_exec"] = server_to_exec; + params["snmp3_browser_auth_user"] = snmp3_auth_user; + params["snmp3_browser_security_level"] = snmp3_security_level; + params["snmp3_browser_auth_method"] = snmp3_auth_method; + params["snmp3_browser_auth_pass"] = snmp3_auth_pass; + params["snmp3_browser_privacy_method"] = snmp3_privacy_method; + params["snmp3_browser_privacy_pass"] = snmp3_privacy_pass; + params["action"] = "snmptree"; + params["page"] = "operation/snmpconsole/snmp_browser"; // Browse! jQuery.ajax ({ - data: params.join ("&"), + data: params, type: 'POST', url: action= ajax_url, async: true, diff --git a/pandora_console/include/javascript/tree/TreeController.js b/pandora_console/include/javascript/tree/TreeController.js index 271bd75f05..75acddc3f6 100644 --- a/pandora_console/include/javascript/tree/TreeController.js +++ b/pandora_console/include/javascript/tree/TreeController.js @@ -572,6 +572,12 @@ var TreeController = { }); } } + // Get hash and user. + var public_hash = $("#hidden-publi_dash_tree_view_hash" ).val(); + if (typeof(public_hash) === 'undefined') public_hash = 0; + var public_user = $("#hidden-publi_dash_tree_view_id_user" ).val(); + if (typeof(public_user) === 'undefined') public_user = 0; + if (typeof element.searchChildren != 'undefined' && element.searchChildren) { $node .removeClass("leaf-empty") @@ -598,7 +604,9 @@ var TreeController = { rootID: element.rootID, serverID: element.serverID, rootType: element.rootType, - filter: controller.filter + filter: controller.filter, + hash: public_hash, + id_user: public_user }, complete: function(xhr, textStatus) { $node.removeClass("leaf-loading"); diff --git a/pandora_console/include/languages/en_GB.mo b/pandora_console/include/languages/en_GB.mo index 26fb564370..3cc7f18f9d 100644 Binary files a/pandora_console/include/languages/en_GB.mo and b/pandora_console/include/languages/en_GB.mo differ diff --git a/pandora_console/include/languages/en_GB.po b/pandora_console/include/languages/en_GB.po index 7fd006d5bf..b436409d4d 100644 --- a/pandora_console/include/languages/en_GB.po +++ b/pandora_console/include/languages/en_GB.po @@ -7,695 +7,661 @@ msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-26 08:46+0200\n" -"PO-Revision-Date: 2017-03-13 11:33+0000\n" +"POT-Creation-Date: 2017-03-14 16:29+0100\n" +"PO-Revision-Date: 2017-07-07 17:06+0000\n" "Last-Translator: Vanessa \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-05-18 15:29+0000\n" -"X-Generator: Launchpad (build 18386)\n" +"X-Launchpad-Export-Date: 2017-10-23 14:56+0000\n" +"X-Generator: Launchpad (build 18484)\n" -#: ../../extensions/agents_alerts.php:55 -#: ../../extensions/agents_modules.php:57 -#: ../../operation/agentes/group_view.php:61 -#: ../../operation/agentes/tactical.php:46 -#: ../../enterprise/extensions/ipam/ipam_list.php:188 -#: ../../enterprise/operation/services/services.list.php:345 -#: ../../enterprise/operation/services/services.service.php:144 -msgid "Last update" -msgstr "Latest update" +#: ../../operation/search_alerts.php:27 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 ../../operation/search_graphs.php:24 +#: ../../operation/search_maps.php:22 ../../operation/search_modules.php:26 +#: ../../operation/search_agents.php:33 +msgid "Zero results found" +msgstr "Zero results found" -#: ../../extensions/agents_alerts.php:74 -#: ../../extensions/agents_modules.php:113 ../../general/ui/agents_list.php:69 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/agentes/agent_manager.php:270 -#: ../../godmode/agentes/configurar_agente.php:363 -#: ../../godmode/agentes/modificar_agente.php:145 -#: ../../godmode/agentes/modificar_agente.php:489 -#: ../../godmode/agentes/planned_downtime.editor.php:480 -#: ../../godmode/agentes/planned_downtime.editor.php:754 -#: ../../godmode/agentes/planned_downtime.list.php:393 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/alerts/alert_special_days.php:246 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/configure_alert_special_days.php:69 -#: ../../godmode/alerts/configure_alert_template.php:751 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_edit_filter.php:226 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/gis_maps/configure_gis_map.php:366 -#: ../../godmode/massive/massive_add_action_alerts.php:151 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_delete_action_alerts.php:151 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_edit_agents.php:207 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/modules/manage_network_components.php:479 -#: ../../godmode/modules/manage_network_components.php:568 -#: ../../godmode/modules/manage_network_components_form_common.php:101 -#: ../../godmode/modules/manage_network_templates_form.php:202 -#: ../../godmode/modules/manage_network_templates_form.php:269 -#: ../../godmode/modules/manage_network_templates_form.php:302 -#: ../../godmode/netflow/nf_edit.php:119 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/reporting/graph_builder.main.php:116 -#: ../../godmode/reporting/graphs.php:155 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/reporting_builder.item_editor.php:868 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../godmode/reporting/reporting_builder.php:431 -#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../operation/search_alerts.php:39 +#: ../../operation/events/events.build_table.php:36 +#: ../../operation/events/sound_events.php:80 +#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 +#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44 +#: ../../operation/search_agents.php:50 +#: ../../operation/agentes/status_monitor.php:948 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/ver_agente.php:818 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/estado_agente.php:490 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../extensions/module_groups.php:41 ../../extensions/insert_data.php:158 +#: ../../extensions/agents_alerts.php:345 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:310 ../../mobile/operation/events.php:510 +#: ../../mobile/operation/modules.php:496 +#: ../../include/functions_pandora_networkmap.php:1369 +#: ../../include/functions_pandora_networkmap.php:1532 +#: ../../include/ajax/alert_list.ajax.php:130 +#: ../../include/functions_visual_map_editor.php:277 +#: ../../include/functions_graph.php:5333 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:730 +#: ../../include/functions_reporting_html.php:810 +#: ../../include/functions_reporting_html.php:819 +#: ../../include/functions_reporting_html.php:1479 +#: ../../include/functions_reporting_html.php:1883 +#: ../../include/functions_reporting_html.php:1890 +#: ../../include/functions_reporting_html.php:1949 +#: ../../include/functions_reporting_html.php:2245 +#: ../../include/functions_reporting_html.php:2288 +#: ../../include/functions_reporting_html.php:2579 +#: ../../include/functions_reporting_html.php:2627 +#: ../../include/functions_reporting_html.php:2870 +#: ../../include/functions_reporting_html.php:3024 +#: ../../include/functions_reporting_html.php:3235 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_copy_modules.php:86 +#: ../../godmode/massive/massive_copy_modules.php:200 +#: ../../godmode/reporting/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/visual_console_builder.wizard.php:303 +#: ../../godmode/reporting/visual_console_builder.wizard.php:577 +#: ../../godmode/reporting/visual_console_builder.wizard.php:600 #: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:312 -#: ../../godmode/setup/gis.php:63 ../../godmode/setup/gis_step_2.php:153 -#: ../../godmode/setup/news.php:164 -#: ../../godmode/snmpconsole/snmp_alert.php:657 -#: ../../godmode/users/configure_user.php:624 -#: ../../godmode/users/user_list.php:227 -#: ../../include/functions_visual_map.php:2761 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2437 -#: ../../include/functions_events.php:3557 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:336 -#: ../../include/functions_visual_map_editor.php:656 -#: ../../include/functions_graph.php:5546 -#: ../../include/functions_groups.php:745 -#: ../../include/functions_networkmap.php:1721 -#: ../../include/functions_pandora_networkmap.php:1389 -#: ../../include/functions_pandora_networkmap.php:1575 -#: ../../include/functions_reporting_html.php:2079 -#: ../../include/functions_reporting_html.php:2114 -#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 -#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 -#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:317 -#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 -#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 -#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 -#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 -#: ../../mobile/operation/events.php:605 -#: ../../mobile/operation/modules.php:128 -#: ../../mobile/operation/modules.php:132 -#: ../../mobile/operation/modules.php:203 -#: ../../mobile/operation/modules.php:204 -#: ../../mobile/operation/networkmaps.php:65 -#: ../../mobile/operation/networkmaps.php:69 -#: ../../mobile/operation/networkmaps.php:129 -#: ../../mobile/operation/networkmaps.php:130 -#: ../../mobile/operation/networkmaps.php:197 -#: ../../mobile/operation/visualmaps.php:49 -#: ../../mobile/operation/visualmaps.php:53 -#: ../../mobile/operation/visualmaps.php:141 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/agentes/estado_agente.php:167 -#: ../../operation/agentes/estado_agente.php:517 -#: ../../operation/agentes/estado_generalagente.php:245 -#: ../../operation/agentes/exportdata.php:235 -#: ../../operation/agentes/group_view.php:164 -#: ../../operation/agentes/pandora_networkmap.editor.php:183 -#: ../../operation/agentes/pandora_networkmap.editor.php:196 -#: ../../operation/agentes/status_monitor.php:292 -#: ../../operation/agentes/ver_agente.php:687 -#: ../../operation/events/events.build_table.php:185 -#: ../../operation/events/events_list.php:550 -#: ../../operation/events/sound_events.php:78 -#: ../../operation/gis_maps/ajax.php:309 -#: ../../operation/gis_maps/gis_map.php:90 -#: ../../operation/incidents/incident.php:339 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../operation/netflow/nf_live_view.php:309 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/search_maps.php:32 ../../operation/users/user_edit.php:505 -#: ../../enterprise/dashboard/dashboards.php:84 -#: ../../enterprise/dashboard/main_dashboard.php:303 -#: ../../enterprise/dashboard/main_dashboard.php:332 -#: ../../enterprise/dashboard/widgets/agent_module.php:41 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 -#: ../../enterprise/dashboard/widgets/top_n.php:306 -#: ../../enterprise/dashboard/widgets/tree_view.php:44 -#: ../../enterprise/extensions/cron/functions.php:40 -#: ../../enterprise/extensions/cron/main.php:248 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:168 -#: ../../enterprise/godmode/agentes/collections.php:232 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:88 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/alerts/alert_events_list.php:361 -#: ../../enterprise/godmode/alerts/alert_events_list.php:423 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 -#: ../../enterprise/godmode/modules/configure_local_component.php:217 -#: ../../enterprise/godmode/modules/local_components.php:401 -#: ../../enterprise/godmode/modules/local_components.php:483 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:359 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1416 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/services/services.service.php:250 -#: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_events.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:2315 -#: ../../enterprise/include/functions_reporting_pdf.php:2365 -#: ../../enterprise/meta/advanced/synchronizing.user.php:562 -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/include/functions_events_meta.php:67 -#: ../../enterprise/meta/include/functions_wizard_meta.php:153 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1633 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:271 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:360 -#: ../../enterprise/operation/agentes/transactional_map.php:150 -#: ../../enterprise/operation/agentes/ver_agente.php:50 -#: ../../enterprise/operation/agentes/ver_agente.php:71 -#: ../../enterprise/operation/inventory/inventory.php:164 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:196 -#: ../../enterprise/operation/services/services.list.php:183 -#: ../../enterprise/operation/services/services.list.php:335 -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../enterprise/operation/services/services.table_services.php:152 -msgid "Group" -msgstr "Group" - -#: ../../extensions/agents_alerts.php:79 -#: ../../extensions/agents_modules.php:186 ../../general/login_page.php:53 -#: ../../general/login_page.php:204 ../../include/ajax/module.php:807 -#: ../../include/functions_pandora_networkmap.php:765 -#: ../../operation/events/events.php:464 -#: ../../operation/reporting/graph_viewer.php:257 -#: ../../operation/servers/recon_view.php:49 -#: ../../operation/visual_console/public_console.php:112 -#: ../../operation/visual_console/render_view.php:176 -#: ../../enterprise/dashboard/main_dashboard.php:187 -#: ../../enterprise/dashboard/widgets/top_n.php:286 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/godmode/policies/policy_queue.php:470 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -msgid "Refresh" -msgstr "Refresh" - -#: ../../extensions/agents_alerts.php:81 -#: ../../godmode/alerts/alert_list.builder.php:136 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/setup/setup_visuals.php:737 -#: ../../godmode/snmpconsole/snmp_alert.php:938 -#: ../../include/functions.php:430 ../../include/functions.php:564 -#: ../../include/functions_html.php:728 -#: ../../include/functions_netflow.php:1134 -#: ../../include/functions_netflow.php:1144 -#: ../../include/functions_netflow.php:1161 -#: ../../include/functions_netflow.php:1169 -#: ../../include/functions_netflow.php:1193 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 -#: ../../enterprise/meta/advanced/metasetup.visual.php:140 -msgid "seconds" -msgstr "seconds" - -#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2587 -#: ../../operation/gis_maps/render_view.php:138 -msgid "1 minute" -msgstr "1 minute" - -#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2588 -#: ../../operation/gis_maps/render_view.php:139 -msgid "2 minutes" -msgstr "2 minutes" - -#: ../../extensions/agents_alerts.php:84 ../../include/ajax/module.php:132 -#: ../../include/functions.php:2589 -#: ../../operation/gis_maps/render_view.php:140 -msgid "5 minutes" -msgstr "5 minutes" - -#: ../../extensions/agents_alerts.php:85 -#: ../../operation/gis_maps/render_view.php:141 -msgid "10 minutes" -msgstr "10 minutes" - -#: ../../extensions/agents_alerts.php:91 -#: ../../extensions/agents_modules.php:103 -#: ../../extensions/disabled/matrix_events.php:31 -#: ../../operation/gis_maps/render_view.php:111 -#: ../../operation/reporting/graph_viewer.php:164 -#: ../../operation/reporting/reporting_viewer.php:103 -#: ../../operation/visual_console/pure_ajax.php:136 -#: ../../operation/visual_console/render_view.php:139 -#: ../../enterprise/dashboard/main_dashboard.php:143 -#: ../../enterprise/operation/agentes/manage_transmap.php:92 -msgid "Full screen mode" -msgstr "Full screen mode" - -#: ../../extensions/agents_alerts.php:96 -#: ../../extensions/agents_modules.php:177 -#: ../../operation/events/events.php:455 -#: ../../operation/gis_maps/render_view.php:115 -#: ../../operation/reporting/graph_viewer.php:169 -#: ../../operation/reporting/reporting_viewer.php:108 -#: ../../operation/visual_console/render_view.php:167 -#: ../../enterprise/dashboard/main_dashboard.php:157 -msgid "Back to normal mode" -msgstr "Return to windowed mode" - -#: ../../extensions/agents_alerts.php:109 -msgid "Agents/Alerts" -msgstr "Agents / Alerts" - -#: ../../extensions/agents_alerts.php:118 -#: ../../operation/agentes/pandora_networkmap.view.php:741 -#: ../../operation/events/events.php:329 -#: ../../operation/snmpconsole/snmp_browser.php:90 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_view.php:82 -msgid "Full screen" -msgstr "Full screen" - -#: ../../extensions/agents_alerts.php:156 -msgid "There are no agents with alerts" -msgstr "There are no agents with alerts." - -#: ../../extensions/agents_alerts.php:177 -#: ../../extensions/agents_modules.php:135 -#: ../../extensions/agents_modules.php:329 -#: ../../godmode/alerts/alert_list.list.php:71 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_delete_agents.php:127 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_delete_modules.php:496 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_edit_agents.php:228 -#: ../../godmode/massive/massive_edit_modules.php:342 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/reporting/graph_builder.graph_editor.php:146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1020 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1083 -#: ../../godmode/reporting/reporting_builder.list_items.php:165 -#: ../../godmode/reporting/reporting_builder.list_items.php:190 -#: ../../godmode/reporting/visual_console_builder.wizard.php:283 -#: ../../include/functions_groups.php:46 -#: ../../include/functions_groups.php:784 -#: ../../include/functions_groups.php:786 -#: ../../include/functions_groups.php:788 -#: ../../include/functions_groups.php:789 -#: ../../include/functions_groups.php:790 -#: ../../include/functions_pandora_networkmap.php:1584 -#: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:1562 -#: ../../mobile/include/functions_web.php:22 -#: ../../mobile/operation/agents.php:158 ../../mobile/operation/home.php:58 -#: ../../operation/agentes/group_view.php:120 -#: ../../operation/agentes/group_view.php:158 -#: ../../operation/search_results.php:74 -#: ../../enterprise/dashboard/widgets/agent_module.php:256 -#: ../../enterprise/dashboard/widgets/groups_status.php:88 -#: ../../enterprise/dashboard/widgets/service_map.php:93 -#: ../../enterprise/extensions/cron/functions.php:33 -#: ../../enterprise/extensions/cron/main.php:247 -#: ../../enterprise/godmode/agentes/collections.agents.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:107 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:92 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/godmode/policies/policies.php:257 -#: ../../enterprise/godmode/policies/policies.php:409 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:283 -#: ../../enterprise/godmode/policies/policy_agents.php:341 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:135 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:155 -#: ../../enterprise/include/functions_policies.php:3307 -#: ../../enterprise/include/functions_reporting.php:5415 -#: ../../enterprise/include/functions_reporting_pdf.php:562 -#: ../../enterprise/include/functions_reporting_pdf.php:695 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 -#: ../../enterprise/meta/advanced/policymanager.queue.php:257 -#: ../../enterprise/meta/monitoring/group_view.php:98 -#: ../../enterprise/meta/monitoring/group_view.php:136 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/operation/services/services.service_map.php:135 -msgid "Agents" -msgstr "Agents" - -#: ../../extensions/agents_alerts.php:177 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/massive/massive_add_action_alerts.php:163 -#: ../../godmode/massive/massive_delete_action_alerts.php:167 -msgid "Alert templates" -msgstr "Alert templates" - -#: ../../extensions/agents_alerts.php:184 -msgid "Previous templates" -msgstr "Previous templates" - -#: ../../extensions/agents_alerts.php:222 -msgid "More templates" -msgstr "More templates" - -#: ../../extensions/agents_alerts.php:254 -#: ../../godmode/agentes/configurar_agente.php:312 -#: ../../godmode/agentes/modificar_agente.php:578 -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -#: ../../godmode/alerts/alert_commands.php:249 -#: ../../godmode/alerts/alert_list.php:326 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_special_days.php:44 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/configure_alert_special_days.php:55 -#: ../../godmode/alerts/configure_alert_template.php:62 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -#: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/groups/group_list.php:339 -#: ../../godmode/massive/massive_copy_modules.php:153 -#: ../../godmode/menu.php:140 ../../include/functions_reports.php:609 -#: ../../include/functions_reports.php:611 -#: ../../include/functions_reports.php:614 -#: ../../include/functions_graph.php:748 -#: ../../include/functions_graph.php:3942 -#: ../../include/functions_graph.php:4668 -#: ../../include/functions_reporting_html.php:1608 -#: ../../include/functions_reporting_html.php:3255 -#: ../../include/functions_treeview.php:374 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/agent.php:250 ../../mobile/operation/agents.php:83 -#: ../../mobile/operation/agents.php:324 ../../mobile/operation/alerts.php:154 -#: ../../operation/agentes/estado_agente.php:528 -#: ../../operation/agentes/ver_agente.php:973 -#: ../../operation/search_agents.php:65 ../../operation/search_results.php:94 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -#: ../../enterprise/godmode/policies/policies.php:397 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../enterprise/godmode/services/services.service.php:323 -#: ../../enterprise/include/functions_policies.php:3260 -#: ../../enterprise/include/functions_reporting_pdf.php:737 -#: ../../enterprise/meta/agentsearch.php:99 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1374 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1464 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1584 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -msgid "Alerts" -msgstr "Alerts" +#: ../../godmode/reporting/reporting_builder.item_editor.php:920 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1739 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1746 +#: ../../godmode/reporting/reporting_builder.list_items.php:291 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:689 +#: ../../godmode/agentes/module_manager_editor_common.php:717 +#: ../../godmode/agentes/module_manager_editor_prediction.php:110 +#: ../../godmode/agentes/planned_downtime.list.php:171 +msgid "Agent" +msgstr "Agent" +#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/agentes/alerts_status.php:428 +#: ../../operation/agentes/alerts_status.php:469 +#: ../../operation/agentes/alerts_status.php:503 +#: ../../operation/agentes/alerts_status.php:537 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/module_groups.php:43 ../../extensions/insert_data.php:173 +#: ../../extensions/agents_modules.php:161 #: ../../extensions/agents_alerts.php:280 -#: ../../extensions/agents_modules.php:146 -#: ../../extensions/insert_data.php:173 ../../extensions/module_groups.php:43 -#: ../../godmode/agentes/agent_manager.php:268 -#: ../../godmode/agentes/module_manager_editor_common.php:699 -#: ../../godmode/agentes/module_manager_editor_common.php:718 -#: ../../godmode/agentes/module_manager_editor_prediction.php:135 -#: ../../godmode/agentes/planned_downtime.editor.php:839 -#: ../../godmode/agentes/planned_downtime.list.php:175 -#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../mobile/operation/alerts.php:268 +#: ../../include/ajax/alert_list.ajax.php:139 +#: ../../include/functions_visual_map_editor.php:311 +#: ../../include/functions_graph.php:5449 +#: ../../include/functions_treeview.php:66 +#: ../../include/functions_reporting_html.php:397 +#: ../../include/functions_reporting_html.php:731 +#: ../../include/functions_reporting_html.php:1480 +#: ../../include/functions_reporting_html.php:1950 +#: ../../include/functions_reporting_html.php:2252 +#: ../../include/functions_reporting_html.php:2295 +#: ../../include/functions_reporting_html.php:2580 +#: ../../godmode/alerts/alert_view.php:71 #: ../../godmode/alerts/alert_list.list.php:393 #: ../../godmode/alerts/alert_list.list.php:599 -#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/alerts/alert_list.builder.php:71 #: ../../godmode/massive/massive_edit_agents.php:296 #: ../../godmode/massive/massive_enable_disable_alerts.php:154 #: ../../godmode/massive/massive_enable_disable_alerts.php:171 #: ../../godmode/massive/massive_standby_alerts.php:154 #: ../../godmode/massive/massive_standby_alerts.php:171 #: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:974 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1546 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1745 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1752 -#: ../../godmode/reporting/reporting_builder.list_items.php:299 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 #: ../../godmode/reporting/visual_console_builder.wizard.php:302 #: ../../godmode/reporting/visual_console_builder.wizard.php:609 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/reporting_builder.item_editor.php:974 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1541 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1740 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1747 +#: ../../godmode/reporting/reporting_builder.list_items.php:296 #: ../../godmode/servers/plugin.php:67 -#: ../../include/ajax/alert_list.ajax.php:139 -#: ../../include/functions_visual_map_editor.php:311 -#: ../../include/functions_graph.php:5451 -#: ../../include/functions_reporting_html.php:397 -#: ../../include/functions_reporting_html.php:731 -#: ../../include/functions_reporting_html.php:1486 -#: ../../include/functions_reporting_html.php:1956 -#: ../../include/functions_reporting_html.php:2258 -#: ../../include/functions_reporting_html.php:2301 -#: ../../include/functions_reporting_html.php:2590 -#: ../../include/functions_treeview.php:66 -#: ../../mobile/operation/alerts.php:268 -#: ../../operation/agentes/alerts_status.php:428 -#: ../../operation/agentes/alerts_status.php:469 -#: ../../operation/agentes/alerts_status.php:503 -#: ../../operation/agentes/alerts_status.php:537 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 -#: ../../enterprise/dashboard/widgets/agent_module.php:90 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:54 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:60 -#: ../../enterprise/dashboard/widgets/module_icon.php:63 -#: ../../enterprise/dashboard/widgets/module_icon.php:69 -#: ../../enterprise/dashboard/widgets/module_status.php:63 -#: ../../enterprise/dashboard/widgets/module_status.php:69 -#: ../../enterprise/dashboard/widgets/module_table_value.php:60 -#: ../../enterprise/dashboard/widgets/module_table_value.php:66 -#: ../../enterprise/dashboard/widgets/module_value.php:63 -#: ../../enterprise/dashboard/widgets/module_value.php:69 -#: ../../enterprise/dashboard/widgets/single_graph.php:61 -#: ../../enterprise/dashboard/widgets/single_graph.php:67 -#: ../../enterprise/dashboard/widgets/sla_percent.php:51 -#: ../../enterprise/dashboard/widgets/sla_percent.php:57 -#: ../../enterprise/dashboard/widgets/top_n.php:127 -#: ../../enterprise/dashboard/widgets/top_n.php:310 -#: ../../enterprise/extensions/disabled/check_acls.php:121 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:149 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:19 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/policies/policy_alerts.php:240 -#: ../../enterprise/godmode/policies/policy_alerts.php:447 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 -#: ../../enterprise/godmode/policies/policy_linking.php:121 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1476 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1948 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2098 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2105 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 -#: ../../enterprise/godmode/services/services.elements.php:334 -#: ../../enterprise/godmode/services/services.elements.php:360 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../enterprise/include/functions_events.php:120 -#: ../../enterprise/include/functions_inventory.php:507 -#: ../../enterprise/include/functions_inventory.php:563 -#: ../../enterprise/include/functions_reporting.php:1263 -#: ../../enterprise/include/functions_reporting.php:2055 -#: ../../enterprise/include/functions_reporting.php:2832 -#: ../../enterprise/include/functions_reporting_csv.php:323 -#: ../../enterprise/include/functions_reporting_csv.php:347 -#: ../../enterprise/include/functions_reporting_csv.php:404 -#: ../../enterprise/include/functions_reporting_csv.php:430 -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:523 -#: ../../enterprise/include/functions_reporting_csv.php:558 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/include/functions_reporting_csv.php:631 -#: ../../enterprise/include/functions_reporting_csv.php:699 -#: ../../enterprise/include/functions_reporting_csv.php:735 -#: ../../enterprise/include/functions_reporting_csv.php:771 -#: ../../enterprise/include/functions_reporting_csv.php:807 -#: ../../enterprise/include/functions_reporting_csv.php:843 -#: ../../enterprise/include/functions_reporting_csv.php:879 -#: ../../enterprise/include/functions_reporting_csv.php:928 -#: ../../enterprise/include/functions_reporting_csv.php:975 -#: ../../enterprise/include/functions_reporting_csv.php:1047 -#: ../../enterprise/include/functions_reporting_csv.php:1163 -#: ../../enterprise/include/functions_reporting_csv.php:1305 -#: ../../enterprise/include/functions_reporting_csv.php:1375 -#: ../../enterprise/include/functions_reporting_pdf.php:775 -#: ../../enterprise/include/functions_reporting_pdf.php:833 -#: ../../enterprise/include/functions_reporting_pdf.php:927 -#: ../../enterprise/include/functions_reporting_pdf.php:1265 -#: ../../enterprise/include/functions_reporting_pdf.php:1609 -#: ../../enterprise/include/functions_reporting_pdf.php:1847 -#: ../../enterprise/include/functions_reporting_pdf.php:1866 -#: ../../enterprise/include/functions_services.php:1492 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3255 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/inventory/inventory.php:169 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:191 +#: ../../godmode/agentes/module_manager_editor_common.php:699 +#: ../../godmode/agentes/module_manager_editor_common.php:718 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../godmode/agentes/agent_manager.php:268 +#: ../../godmode/agentes/module_manager_editor_prediction.php:135 +#: ../../godmode/agentes/planned_downtime.list.php:175 msgid "Module" msgstr "Module" -#: ../../extensions/agents_alerts.php:281 ../../general/logon_ok.php:225 -#: ../../general/logon_ok.php:422 ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/agentes/agent_template.php:231 -#: ../../godmode/agentes/module_manager.php:568 -#: ../../godmode/agentes/planned_downtime.editor.php:840 -#: ../../godmode/alerts/alert_list.list.php:607 +#: ../../operation/search_alerts.php:45 +#: ../../operation/servers/recon_view.php:101 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../extensions/agents_alerts.php:345 +#: ../../mobile/operation/alerts.php:270 +#: ../../include/functions_treeview.php:381 +#: ../../include/functions_treeview.php:422 +#: ../../include/functions_reporting_html.php:1951 +#: ../../include/functions_reporting_html.php:1954 +#: ../../godmode/alerts/alert_view.php:75 +#: ../../godmode/alerts/alert_list.list.php:407 +#: ../../godmode/alerts/alert_list.builder.php:113 +msgid "Template" +msgstr "Template" + +#: ../../operation/search_alerts.php:48 +#: ../../operation/snmpconsole/snmp_view.php:540 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../operation/events/events.build_table.php:253 +#: ../../operation/agentes/alerts_status.php:430 +#: ../../operation/agentes/alerts_status.php:471 +#: ../../operation/agentes/alerts_status.php:505 +#: ../../operation/agentes/alerts_status.php:539 +#: ../../operation/agentes/alerts_status.functions.php:106 +#: ../../operation/incidents/incident.php:343 +#: ../../extensions/agents_alerts.php:281 +#: ../../mobile/operation/tactical.php:308 ../../general/logon_ok.php:225 +#: ../../general/logon_ok.php:422 ../../include/ajax/alert_list.ajax.php:147 +#: ../../include/functions_ui_renders.php:97 +#: ../../include/functions_reporting_html.php:1953 +#: ../../include/functions_reporting_html.php:3587 +#: ../../include/functions_events.php:3614 ../../include/functions.php:2313 +#: ../../godmode/snmpconsole/snmp_alert.php:1172 +#: ../../godmode/snmpconsole/snmp_alert.php:1264 +#: ../../godmode/snmpconsole/snmp_filters.php:133 #: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/alerts/alert_list.list.php:607 #: ../../godmode/events/event_filter.php:113 #: ../../godmode/massive/massive_add_action_alerts.php:179 #: ../../godmode/massive/massive_delete_action_alerts.php:181 #: ../../godmode/massive/massive_enable_disable_alerts.php:163 #: ../../godmode/massive/massive_operations.php:271 #: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/users/configure_user.php:626 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1546 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1741 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1750 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 #: ../../godmode/modules/manage_nc_groups.php:195 #: ../../godmode/modules/manage_network_components.php:570 #: ../../godmode/modules/manage_network_templates.php:192 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1551 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1746 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1755 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/snmpconsole/snmp_alert.php:1172 -#: ../../godmode/snmpconsole/snmp_alert.php:1264 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/users/configure_user.php:626 -#: ../../include/ajax/alert_list.ajax.php:147 ../../include/functions.php:2313 -#: ../../include/functions_ui_renders.php:97 -#: ../../include/functions_events.php:3614 -#: ../../include/functions_reporting_html.php:1959 -#: ../../include/functions_reporting_html.php:3597 -#: ../../mobile/operation/tactical.php:308 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../operation/agentes/alerts_status.php:430 -#: ../../operation/agentes/alerts_status.php:471 -#: ../../operation/agentes/alerts_status.php:505 -#: ../../operation/agentes/alerts_status.php:539 -#: ../../operation/events/events.build_table.php:253 -#: ../../operation/incidents/incident.php:343 -#: ../../operation/search_alerts.php:48 -#: ../../operation/snmpconsole/snmp_view.php:631 -#: ../../operation/snmpconsole/snmp_view.php:929 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/extensions/ipam/ipam_list.php:200 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../enterprise/godmode/policies/policy_modules.php:1205 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/graph_template_list.php:130 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1952 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2099 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2107 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../godmode/agentes/planned_downtime.editor.php:840 +#: ../../godmode/agentes/module_manager.php:568 +#: ../../godmode/agentes/agent_template.php:231 msgid "Action" msgstr "Action" -#: ../../extensions/agents_alerts.php:282 -#: ../../godmode/alerts/alert_view.php:79 -#: ../../godmode/snmpconsole/snmp_alert.php:1169 -#: ../../include/functions_reporting_html.php:3109 -#: ../../include/functions_treeview.php:424 -#: ../../operation/agentes/alerts_status.php:431 -#: ../../operation/agentes/alerts_status.php:472 -#: ../../operation/agentes/alerts_status.php:506 -#: ../../operation/agentes/alerts_status.php:540 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 -#: ../../enterprise/operation/agentes/policy_view.php:197 -msgid "Last fired" -msgstr "Last fired" +#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 +#: ../../operation/menu.php:89 +msgid "MIB uploader" +msgstr "MIB uploader" -#: ../../extensions/agents_alerts.php:283 ../../extensions/net_tools.php:239 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/agent_manager.php:340 -#: ../../godmode/agentes/module_manager.php:564 -#: ../../godmode/alerts/alert_list.list.php:411 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/massive/massive_copy_modules.php:83 -#: ../../godmode/massive/massive_copy_modules.php:196 -#: ../../godmode/massive/massive_delete_agents.php:119 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_edit_agents.php:362 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../include/ajax/module.php:745 ../../include/functions_events.php:39 -#: ../../include/functions_events.php:2415 -#: ../../include/functions_events.php:3520 -#: ../../include/functions_pandora_networkmap.php:1400 -#: ../../include/functions_reporting_html.php:401 -#: ../../include/functions_reporting_html.php:806 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:1021 -#: ../../include/functions_reporting_html.php:1031 +#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 +msgid "" +"MIB files will be installed on the system. Please note that a MIB may depend " +"on other MIB. To customize trap definitions use the SNMP trap editor." +msgstr "" +"MIB files will be installed on the system. Please note that an MIB file " +"might depend on another MIB. In order to customize trap definitions, use the " +"SNMP trap editor." + +#: ../../operation/snmpconsole/snmp_statistics.php:45 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_browser.php:86 +#: ../../operation/agentes/pandora_networkmap.view.php:731 +msgid "Normal screen" +msgstr "Normal screen" + +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_browser.php:90 +#: ../../operation/events/events.php:329 +#: ../../operation/agentes/pandora_networkmap.view.php:741 +#: ../../extensions/agents_alerts.php:118 +msgid "Full screen" +msgstr "Full screen" + +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/events/events.php:405 ../../include/functions_html.php:659 +#: ../../include/functions_html.php:660 ../../include/functions_html.php:785 +#: ../../include/functions_html.php:786 +#: ../../godmode/alerts/alert_list.php:326 +#: ../../godmode/category/category.php:58 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +msgid "List" +msgstr "list" + +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/snmpconsole/snmp_view.php:71 ../../operation/menu.php:278 +#: ../../operation/menu.php:365 ../../operation/events/event_statistics.php:32 +#: ../../operation/incidents/incident_statistics.php:30 +msgid "Statistics" +msgstr "Statistics" + +#: ../../operation/snmpconsole/snmp_statistics.php:64 +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../godmode/snmpconsole/snmp_alert.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:82 +#: ../../godmode/snmpconsole/snmp_alert.php:86 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "SNMP Console" +msgstr "SNMP Console" + +#: ../../operation/snmpconsole/snmp_statistics.php:116 +#: ../../operation/snmpconsole/snmp_view.php:467 +msgid "There are no SNMP traps in database" +msgstr "There are no SNMP traps on the database" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +msgid "Traps received by source" +msgstr "Traps received by source" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../include/functions_reporting.php:959 +#, php-format +msgid "Top %d" +msgstr "Top %d" + +#: ../../operation/snmpconsole/snmp_statistics.php:140 +#: ../../mobile/operation/tactical.php:311 ../../general/logon_ok.php:227 +#: ../../general/logon_ok.php:424 +#: ../../include/functions_reporting_html.php:3589 +#: ../../godmode/admin_access_logs.php:191 +msgid "Source IP" +msgstr "Source IP" + +#: ../../operation/snmpconsole/snmp_statistics.php:141 +#: ../../operation/snmpconsole/snmp_statistics.php:199 +msgid "Number" +msgstr "Number" + +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../operation/snmpconsole/snmp_view.php:583 +#: ../../operation/agentes/estado_agente.php:626 +#: ../../operation/agentes/estado_agente.php:646 +#: ../../godmode/agentes/modificar_agente.php:654 +msgid "Create agent" +msgstr "Create agent" + +#: ../../operation/snmpconsole/snmp_statistics.php:156 +#: ../../operation/snmpconsole/snmp_view.php:589 +msgid "View agent details" +msgstr "View agent details" + +#: ../../operation/snmpconsole/snmp_statistics.php:172 +#: ../../operation/snmpconsole/snmp_statistics.php:219 +#: ../../operation/snmpconsole/snmp_view.php:429 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:741 +#: ../../operation/users/user_edit.php:282 +#: ../../operation/gis_maps/render_view.php:152 +#: ../../extensions/api_checker.php:152 ../../include/functions_graph.php:2594 +#: ../../include/functions_graph.php:2744 +#: ../../include/functions_graph.php:2785 +#: ../../include/functions_graph.php:2826 +#: ../../include/functions_graph.php:2882 +#: ../../include/functions_graph.php:2938 +#: ../../include/functions_graph.php:2992 +#: ../../include/functions_graph.php:3170 +#: ../../include/functions_graph.php:3315 +#: ../../include/functions_graph.php:3365 +#: ../../include/functions_graph.php:4364 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../godmode/groups/configure_group.php:190 +msgid "Other" +msgstr "Other" + +#: ../../operation/snmpconsole/snmp_statistics.php:185 +msgid "Traps received by Enterprise String" +msgstr "Traps received by the Enterprise String" + +#: ../../operation/snmpconsole/snmp_statistics.php:198 +msgid "Trap Enterprise String" +msgstr "Trap Enterprise String" + +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/events/events.php:508 +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/incidents/incident.php:66 +#: ../../extensions/files_repo.php:166 +#: ../../godmode/snmpconsole/snmp_alert.php:560 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/alerts/alert_special_days.php:223 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:213 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../godmode/setup/news.php:97 ../../godmode/setup/gis.php:57 +#: ../../godmode/setup/links.php:69 ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +#: ../../godmode/massive/massive_delete_action_alerts.php:114 +#: ../../godmode/massive/massive_delete_modules.php:236 +#: ../../godmode/massive/massive_delete_tags.php:151 +#: ../../godmode/massive/massive_delete_alerts.php:156 +#: ../../godmode/users/configure_user.php:415 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/netflow/nf_item_list.php:105 +#: ../../godmode/netflow/nf_item_list.php:126 +#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/modules/manage_network_components.php:372 +#: ../../godmode/agentes/planned_downtime.list.php:107 +msgid "Successfully deleted" +msgstr "Successfully deleted" + +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/events/events.php:509 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/agentes/pandora_networkmap.php:269 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/incidents/incident.php:67 +#: ../../extensions/files_repo.php:166 +#: ../../godmode/alerts/alert_special_days.php:224 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:213 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +#: ../../godmode/massive/massive_delete_action_alerts.php:115 +#: ../../godmode/massive/massive_delete_tags.php:152 +#: ../../godmode/massive/massive_delete_alerts.php:157 +#: ../../godmode/users/configure_user.php:416 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/modules/manage_network_components.php:373 +msgid "Could not be deleted" +msgstr "Could not be deleted" + +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../include/functions_planned_downtimes.php:125 +#: ../../godmode/snmpconsole/snmp_alert.php:318 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/alerts/alert_special_days.php:206 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/configure_alert_template.php:444 +#: ../../godmode/alerts/alert_list.php:196 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/setup/news.php:87 ../../godmode/setup/gis.php:39 +#: ../../godmode/setup/links.php:58 +#: ../../godmode/events/event_edit_filter.php:173 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/agentes/configurar_agente.php:804 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +msgid "Successfully updated" +msgstr "Successfully updated" + +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/agentes/pandora_networkmap.php:247 +#: ../../operation/incidents/incident.php:111 +#: ../../include/functions_planned_downtimes.php:122 +#: ../../godmode/alerts/alert_special_days.php:207 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/configure_alert_template.php:445 +#: ../../godmode/alerts/alert_list.php:196 +#: ../../godmode/alerts/alert_templates.php:152 ../../godmode/setup/gis.php:41 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/modules/manage_network_components.php:346 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +msgid "Could not be updated" +msgstr "Could not be updated" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:835 +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "Not triggered" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:832 +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../mobile/operation/alerts.php:38 +#: ../../include/functions_reporting_html.php:1598 +#: ../../include/functions_reporting_html.php:1953 +#: ../../include/functions_reporting_html.php:1954 +msgid "Fired" +msgstr "Triggered" + +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:536 +#: ../../operation/snmpconsole/snmp_view.php:830 +#: ../../operation/events/events_rss.php:185 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/agentes/estado_monitores.php:449 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:991 +#: ../../include/functions_events.php:3573 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../godmode/agentes/configurar_agente.php:538 +msgid "Alert" +msgstr "Alert" + +#: ../../operation/snmpconsole/snmp_view.php:384 +#: ../../operation/snmpconsole/snmp_view.php:401 +#: ../../operation/snmpconsole/snmp_view.php:406 +#: ../../operation/snmpconsole/snmp_view.php:546 +#: ../../operation/events/export_csv.php:54 +#: ../../operation/events/events_list.php:450 +#: ../../operation/events/events_list.php:454 +#: ../../operation/events/events_list.php:463 +#: ../../operation/events/events_list.php:566 +#: ../../operation/events/events_list.php:570 +#: ../../operation/events/events_rss.php:110 +#: ../../operation/events/events.build_table.php:506 +#: ../../operation/tree.php:130 ../../operation/tree.php:155 +#: ../../operation/gis_maps/render_view.php:148 +#: ../../operation/agentes/status_monitor.php:307 +#: ../../operation/agentes/status_monitor.php:324 +#: ../../operation/agentes/status_monitor.php:334 +#: ../../operation/agentes/status_monitor.php:353 +#: ../../operation/agentes/status_monitor.php:396 +#: ../../operation/agentes/status_monitor.php:398 +#: ../../operation/agentes/status_monitor.php:463 +#: ../../operation/agentes/estado_monitores.php:447 +#: ../../operation/agentes/estado_monitores.php:466 +#: ../../operation/agentes/alerts_status.functions.php:73 +#: ../../operation/agentes/alerts_status.functions.php:79 +#: ../../operation/agentes/alerts_status.functions.php:94 +#: ../../operation/agentes/alerts_status.functions.php:111 +#: ../../operation/agentes/alerts_status.functions.php:113 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../extensions/agents_modules.php:134 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../mobile/operation/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../mobile/operation/alerts.php:37 ../../mobile/operation/alerts.php:43 +#: ../../mobile/operation/agents.php:32 ../../mobile/operation/events.php:624 +#: ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 +#: ../../mobile/operation/modules.php:38 +#: ../../mobile/operation/modules.php:225 +#: ../../mobile/operation/modules.php:240 +#: ../../general/subselect_data_module.php:42 +#: ../../include/functions_modules.php:2497 +#: ../../include/functions_modules.php:2498 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 +#: ../../include/functions_graph.php:2872 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 +#: ../../include/functions_events.php:3339 +#: ../../include/functions_events.php:3852 +#: ../../include/functions_reporting.php:1657 ../../include/functions.php:906 +#: ../../include/functions.php:1129 +#: ../../godmode/alerts/alert_list.list.php:122 +#: ../../godmode/alerts/alert_list.list.php:128 +#: ../../godmode/alerts/alert_list.list.php:137 +#: ../../godmode/alerts/alert_list.list.php:142 +#: ../../godmode/alerts/alert_list.php:291 +#: ../../godmode/alerts/alert_list.php:345 +#: ../../godmode/alerts/alert_list.php:358 +#: ../../godmode/alerts/alert_templates.php:255 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:237 +#: ../../godmode/events/event_edit_filter.php:241 +#: ../../godmode/events/event_edit_filter.php:382 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_edit_agents.php:226 +#: ../../godmode/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_delete_agents.php:124 +#: ../../godmode/massive/massive_delete_modules.php:409 +#: ../../godmode/massive/massive_delete_modules.php:437 +#: ../../godmode/massive/massive_delete_modules.php:460 +#: ../../godmode/massive/massive_delete_modules.php:474 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_edit_modules.php:253 +#: ../../godmode/massive/massive_edit_modules.php:281 +#: ../../godmode/massive/massive_edit_modules.php:303 +#: ../../godmode/massive/massive_edit_modules.php:334 +#: ../../godmode/reporting/visual_console_builder.wizard.php:249 +#: ../../godmode/reporting/visual_console_builder.wizard.php:254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:904 +#: ../../godmode/reporting/reporting_builder.item_editor.php:914 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1091 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1401 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1413 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:165 +#: ../../godmode/reporting/reporting_builder.list_items.php:167 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/reporting/reporting_builder.list_items.php:192 +#: ../../godmode/reporting/reporting_builder.list_items.php:195 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/modules/manage_network_components.php:515 +#: ../../godmode/modules/manage_network_templates_form.php:267 +msgid "All" +msgstr "All" + +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../operation/events/events_list.php:468 +#: ../../operation/users/user_edit.php:238 +#: ../../include/functions_config.php:457 +#: ../../godmode/setup/setup_visuals.php:62 +#: ../../godmode/events/event_edit_filter.php:276 +#: ../../godmode/users/configure_user.php:519 +msgid "Block size for pagination" +msgstr "Block size for pagination" + +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/events/events_list.php:474 +#: ../../operation/users/user_edit.php:247 +#: ../../operation/users/user_edit.php:249 +#: ../../operation/users/user_edit.php:257 +#: ../../operation/users/user_edit.php:276 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../extensions/agents_alerts.php:313 ../../include/functions_ui.php:908 +#: ../../godmode/alerts/alert_special_days.php:275 +#: ../../godmode/alerts/alert_special_days.php:287 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/setup/gis_step_2.php:367 +#: ../../godmode/setup/gis_step_2.php:451 +#: ../../godmode/setup/setup_visuals.php:182 +#: ../../godmode/setup/setup_visuals.php:570 +#: ../../godmode/setup/setup_visuals.php:582 +#: ../../godmode/events/event_edit_filter.php:278 +#: ../../godmode/massive/massive_edit_agents.php:404 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/agentes/module_manager_editor_common.php:394 +msgid "Default" +msgstr "Default" + +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../operation/events/events_list.php:568 +#: ../../operation/events/events.build_table.php:211 +#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374 +#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632 +#: ../../mobile/operation/events.php:633 +#: ../../include/functions_reporting_html.php:811 +#: ../../include/functions_reporting_html.php:820 +#: ../../include/functions_reporting_html.php:1024 +#: ../../include/functions_reporting_html.php:1034 #: ../../include/functions_reporting_html.php:1642 -#: ../../include/functions_reporting_html.php:2083 -#: ../../include/functions_reporting_html.php:2118 -#: ../../include/functions_reporting_html.php:2824 -#: ../../include/functions_snmp_browser.php:435 -#: ../../mobile/operation/agents.php:81 ../../mobile/operation/agents.php:111 -#: ../../mobile/operation/agents.php:112 ../../mobile/operation/agents.php:184 -#: ../../mobile/operation/agents.php:185 ../../mobile/operation/agents.php:322 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:898 +#: ../../include/functions_events.php:2387 +#: ../../include/functions_events.php:3579 +#: ../../godmode/events/event_filter.php:112 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../godmode/events/event_edit_filter.php:239 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1396 +msgid "Severity" +msgstr "Severity" + +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:506 +#: ../../operation/snmpconsole/snmp_view.php:822 +#: ../../operation/events/events.build_table.php:144 +#: ../../operation/messages/message_list.php:121 +#: ../../operation/servers/recon_view.php:98 +#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64 +#: ../../operation/agentes/status_monitor.php:971 +#: ../../operation/agentes/alerts_status.php:432 +#: ../../operation/agentes/alerts_status.php:473 +#: ../../operation/agentes/alerts_status.php:507 +#: ../../operation/agentes/alerts_status.php:541 +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:525 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:283 #: ../../mobile/operation/alerts.php:75 ../../mobile/operation/alerts.php:76 #: ../../mobile/operation/alerts.php:194 ../../mobile/operation/alerts.php:195 -#: ../../mobile/operation/alerts.php:274 ../../mobile/operation/events.php:342 +#: ../../mobile/operation/alerts.php:274 ../../mobile/operation/agents.php:81 +#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112 +#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185 +#: ../../mobile/operation/agents.php:322 ../../mobile/operation/events.php:342 #: ../../mobile/operation/events.php:343 ../../mobile/operation/events.php:493 #: ../../mobile/operation/events.php:613 ../../mobile/operation/events.php:614 #: ../../mobile/operation/modules.php:119 @@ -711,596 +677,2817 @@ msgstr "Last fired" #: ../../mobile/operation/modules.php:533 #: ../../mobile/operation/modules.php:623 #: ../../mobile/operation/modules.php:754 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:432 -#: ../../operation/agentes/alerts_status.php:473 -#: ../../operation/agentes/alerts_status.php:507 -#: ../../operation/agentes/alerts_status.php:541 -#: ../../operation/agentes/estado_agente.php:193 -#: ../../operation/agentes/estado_agente.php:525 -#: ../../operation/agentes/status_monitor.php:971 -#: ../../operation/events/events.build_table.php:144 -#: ../../operation/incidents/incident.php:240 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../operation/messages/message_list.php:121 -#: ../../operation/search_agents.php:64 ../../operation/search_modules.php:51 -#: ../../operation/servers/recon_view.php:98 -#: ../../operation/snmpconsole/snmp_view.php:404 -#: ../../operation/snmpconsole/snmp_view.php:597 -#: ../../operation/snmpconsole/snmp_view.php:913 -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/extensions/backup/main.php:101 -#: ../../enterprise/extensions/vmware/vmware_view.php:1002 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/agentes/collection_manager.php:108 -#: ../../enterprise/godmode/agentes/collection_manager.php:166 -#: ../../enterprise/godmode/alerts/alert_events_list.php:425 -#: ../../enterprise/godmode/policies/policies.php:253 -#: ../../enterprise/godmode/policies/policy_agents.php:379 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/servers/list_satellite.php:36 -#: ../../enterprise/include/functions_reporting.php:1264 -#: ../../enterprise/include/functions_reporting.php:2056 -#: ../../enterprise/include/functions_reporting.php:2833 -#: ../../enterprise/include/functions_reporting.php:4428 -#: ../../enterprise/include/functions_reporting.php:4729 -#: ../../enterprise/include/functions_reporting_csv.php:1322 -#: ../../enterprise/include/functions_reporting_pdf.php:1269 -#: ../../enterprise/include/functions_reporting_pdf.php:1610 -#: ../../enterprise/include/functions_reporting_pdf.php:2042 -#: ../../enterprise/include/functions_reporting_pdf.php:2319 -#: ../../enterprise/include/functions_reporting_pdf.php:2369 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/operation/agentes/collection_view.php:66 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/operation/agentes/policy_view.php:307 -#: ../../enterprise/operation/services/services.list.php:175 -#: ../../enterprise/operation/services/services.list.php:342 -#: ../../enterprise/operation/services/services.service.php:140 -#: ../../enterprise/operation/services/services.table_services.php:144 +#: ../../include/functions_snmp_browser.php:435 +#: ../../include/functions_pandora_networkmap.php:1386 +#: ../../include/ajax/module.php:745 +#: ../../include/functions_reporting_html.php:401 +#: ../../include/functions_reporting_html.php:806 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:1021 +#: ../../include/functions_reporting_html.php:1031 +#: ../../include/functions_reporting_html.php:1636 +#: ../../include/functions_reporting_html.php:2077 +#: ../../include/functions_reporting_html.php:2112 +#: ../../include/functions_reporting_html.php:2814 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2415 +#: ../../include/functions_events.php:3520 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../godmode/massive/massive_edit_agents.php:362 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/massive/massive_delete_modules.php:450 +#: ../../godmode/massive/massive_copy_modules.php:83 +#: ../../godmode/massive/massive_copy_modules.php:196 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/agentes/agent_manager.php:340 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../godmode/agentes/module_manager.php:564 msgid "Status" msgstr "Status" -#: ../../extensions/agents_alerts.php:313 -#: ../../godmode/agentes/module_manager_editor_common.php:394 -#: ../../godmode/alerts/alert_list.list.php:504 -#: ../../godmode/alerts/alert_special_days.php:275 -#: ../../godmode/alerts/alert_special_days.php:287 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/events/event_edit_filter.php:278 -#: ../../godmode/massive/massive_edit_agents.php:404 -#: ../../godmode/setup/gis_step_2.php:367 -#: ../../godmode/setup/gis_step_2.php:451 -#: ../../godmode/setup/setup_visuals.php:182 -#: ../../godmode/setup/setup_visuals.php:596 -#: ../../godmode/setup/setup_visuals.php:608 -#: ../../godmode/users/configure_user.php:451 -#: ../../include/functions_ui.php:908 -#: ../../operation/events/events_list.php:475 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../operation/snmpconsole/snmp_view.php:395 -#: ../../operation/users/user_edit.php:247 -#: ../../operation/users/user_edit.php:249 -#: ../../operation/users/user_edit.php:257 -#: ../../operation/users/user_edit.php:276 -#: ../../enterprise/dashboard/main_dashboard.php:66 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:251 -#: ../../enterprise/meta/advanced/metasetup.visual.php:256 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/operation/agentes/policy_view.php:253 -msgid "Default" -msgstr "Default" +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:569 +#: ../../operation/snmpconsole/snmp_view.php:827 +#: ../../include/functions_events.php:3154 +#: ../../include/functions_events.php:3159 +msgid "Not validated" +msgstr "Unvalidated" +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:573 +#: ../../operation/snmpconsole/snmp_view.php:824 +#: ../../include/functions_graph.php:3022 +#: ../../include/functions_events.php:895 +#: ../../include/functions_events.php:1505 +#: ../../include/functions_events.php:1719 +#: ../../include/functions_events.php:1725 +#: ../../include/functions_events.php:1729 +#: ../../include/functions_events.php:1734 +#: ../../include/functions_events.php:3151 +#: ../../include/functions_events.php:3159 +msgid "Validated" +msgstr "Validated" + +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../operation/events/events_list.php:408 +#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/events.php:642 +#: ../../mobile/operation/modules.php:254 +#: ../../godmode/snmpconsole/snmp_alert.php:999 +#: ../../godmode/events/event_edit_filter.php:249 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1494 +msgid "Free search" +msgstr "Free search" + +#: ../../operation/snmpconsole/snmp_view.php:414 +msgid "" +"Search by any alphanumeric field in the trap.\n" +"\t\tREMEMBER trap sources need to be searched by IP Address" +msgstr "" +"Search by any alphanumeric field in the trap.\n" +"\t\tREMEMBER trap sources need to be searched by IP Address" + +#: ../../operation/snmpconsole/snmp_view.php:420 +#: ../../godmode/snmpconsole/snmp_alert.php:664 +#: ../../godmode/snmpconsole/snmp_alert.php:1003 +msgid "Trap type" +msgstr "Trap type" + +#: ../../operation/snmpconsole/snmp_view.php:421 +msgid "Search by trap type" +msgstr "Search by trap type" + +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:723 +#: ../../operation/events/events_list.php:281 +#: ../../operation/events/events_list.php:881 +#: ../../operation/users/user_edit.php:323 +#: ../../operation/users/user_edit.php:347 +#: ../../operation/users/user_edit.php:387 +#: ../../operation/users/user_edit.php:401 +#: ../../operation/users/user_edit.php:554 +#: ../../operation/users/user_edit.php:561 +#: ../../operation/users/user_edit.php:570 +#: ../../operation/users/user_edit.php:577 +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../operation/agentes/ver_agente.php:813 +#: ../../operation/agentes/ver_agente.php:856 +#: ../../operation/agentes/ver_agente.php:866 +#: ../../operation/agentes/pandora_networkmap.editor.php:204 +#: ../../mobile/operation/events.php:587 +#: ../../include/functions_pandora_networkmap.php:263 +#: ../../include/functions_pandora_networkmap.php:739 +#: ../../include/functions_pandora_networkmap.php:1450 +#: ../../include/functions_pandora_networkmap.php:1453 +#: ../../include/functions_pandora_networkmap.php:1504 +#: ../../include/functions_pandora_networkmap.php:1508 +#: ../../include/functions_pandora_networkmap.php:1560 +#: ../../include/functions_pandora_networkmap.php:1565 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/ajax/alert_list.ajax.php:150 +#: ../../include/functions_visual_map_editor.php:268 +#: ../../include/functions_visual_map_editor.php:353 +#: ../../include/functions_visual_map_editor.php:528 +#: ../../include/functions_events.php:1698 +#: ../../include/functions_events.php:1705 +#: ../../include/functions_html.php:316 ../../include/functions_html.php:479 +#: ../../include/functions.php:909 ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:1008 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/configure_alert_template.php:585 +#: ../../godmode/setup/setup_visuals.php:289 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../godmode/events/event_edit_filter.php:422 +#: ../../godmode/massive/massive_add_action_alerts.php:288 +#: ../../godmode/massive/massive_add_alerts.php:193 +#: ../../godmode/massive/massive_edit_agents.php:315 +#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/massive/massive_delete_modules.php:490 +#: ../../godmode/massive/massive_delete_modules.php:564 +#: ../../godmode/massive/massive_delete_modules.php:609 +#: ../../godmode/massive/massive_delete_modules.php:610 +#: ../../godmode/massive/massive_delete_modules.php:611 +#: ../../godmode/massive/massive_delete_modules.php:612 +#: ../../godmode/massive/massive_delete_modules.php:679 +#: ../../godmode/massive/massive_edit_modules.php:319 +#: ../../godmode/massive/massive_edit_modules.php:536 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:625 +#: ../../godmode/massive/massive_edit_modules.php:684 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:770 +#: ../../godmode/massive/massive_edit_modules.php:771 +#: ../../godmode/massive/massive_edit_modules.php:772 +#: ../../godmode/massive/massive_edit_modules.php:967 +#: ../../godmode/massive/massive_delete_tags.php:226 +#: ../../godmode/massive/massive_delete_tags.php:253 +#: ../../godmode/massive/massive_delete_tags.php:289 +#: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:243 +#: ../../godmode/users/configure_user.php:510 +#: ../../godmode/users/configure_user.php:682 +#: ../../godmode/users/configure_user.php:686 +#: ../../godmode/users/configure_user.php:691 +#: ../../godmode/reporting/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/reporting/visual_console_builder.wizard.php:199 +#: ../../godmode/reporting/visual_console_builder.wizard.php:296 +#: ../../godmode/reporting/visual_console_builder.wizard.php:304 +#: ../../godmode/reporting/visual_console_builder.wizard.php:326 +#: ../../godmode/reporting/visual_console_builder.wizard.php:335 +#: ../../godmode/reporting/visual_console_builder.wizard.php:374 +#: ../../godmode/reporting/visual_console_builder.wizard.php:571 +#: ../../godmode/reporting/visual_console_builder.wizard.php:581 +#: ../../godmode/reporting/visual_console_builder.wizard.php:613 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:429 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1072 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1100 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1141 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1176 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1469 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/servers/manage_recontask_form.php:270 +#: ../../godmode/groups/configure_group.php:197 +#: ../../godmode/modules/manage_nc_groups_form.php:72 +#: ../../godmode/modules/manage_network_components_form.php:455 +#: ../../godmode/modules/manage_network_components_form.php:461 +#: ../../godmode/modules/manage_network_components_form.php:470 +#: ../../godmode/modules/manage_network_components_form.php:476 +#: ../../godmode/modules/manage_network_components_form_common.php:191 +#: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../godmode/agentes/module_manager_editor_common.php:429 +#: ../../godmode/agentes/module_manager_editor_common.php:631 +#: ../../godmode/agentes/module_manager_editor_common.php:791 +#: ../../godmode/agentes/module_manager_editor_common.php:797 +#: ../../godmode/agentes/module_manager_editor_common.php:806 +#: ../../godmode/agentes/module_manager_editor_common.php:812 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:331 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:409 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 +#: ../../godmode/agentes/agent_manager.php:302 +#: ../../godmode/agentes/agent_manager.php:401 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:692 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:933 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:949 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +msgid "None" +msgstr "None" + +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:726 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +msgid "Cold start (0)" +msgstr "Cold start (0)" + +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:729 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +msgid "Warm start (1)" +msgstr "Warm start (1)" + +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:732 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +msgid "Link down (2)" +msgstr "Link down (2)" + +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:735 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +msgid "Link up (3)" +msgstr "Link up (3)" + +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:738 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +msgid "Authentication failure (4)" +msgstr "Authentication failure (4)" + +#: ../../operation/snmpconsole/snmp_view.php:435 +msgid "Group by Enterprise String/IP" +msgstr "Group by Enterprise String/IP" + +#: ../../operation/snmpconsole/snmp_view.php:436 +#: ../../operation/users/user_edit.php:249 +#: ../../operation/netflow/nf_live_view.php:276 +#: ../../general/login_identification_wizard.php:188 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/performance.php:125 +#: ../../godmode/setup/performance.php:132 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_general.php:71 +#: ../../godmode/setup/setup_general.php:75 +#: ../../godmode/setup/setup_general.php:79 +#: ../../godmode/setup/setup_general.php:103 +#: ../../godmode/setup/setup_general.php:112 +#: ../../godmode/setup/setup_general.php:167 +#: ../../godmode/setup/setup_general.php:175 +#: ../../godmode/setup/setup_general.php:184 +#: ../../godmode/setup/setup_general.php:205 +#: ../../godmode/setup/setup_general.php:214 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../godmode/setup/setup_visuals.php:86 +#: ../../godmode/setup/setup_visuals.php:106 +#: ../../godmode/setup/setup_visuals.php:128 +#: ../../godmode/setup/setup_visuals.php:225 +#: ../../godmode/setup/setup_visuals.php:239 +#: ../../godmode/setup/setup_visuals.php:247 +#: ../../godmode/setup/setup_visuals.php:276 +#: ../../godmode/setup/setup_visuals.php:369 +#: ../../godmode/setup/setup_visuals.php:455 +#: ../../godmode/setup/setup_visuals.php:461 +#: ../../godmode/setup/setup_visuals.php:471 +#: ../../godmode/setup/setup_visuals.php:500 +#: ../../godmode/setup/setup_visuals.php:615 +#: ../../godmode/setup/setup_visuals.php:642 +#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 +#: ../../godmode/setup/setup_auth.php:94 +#: ../../godmode/setup/setup_auth.php:130 +#: ../../godmode/massive/massive_edit_agents.php:293 +#: ../../godmode/massive/massive_edit_agents.php:412 +#: ../../godmode/massive/massive_edit_agents.php:419 +#: ../../godmode/massive/massive_edit_modules.php:407 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/massive/massive_edit_modules.php:604 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/reporting/visual_console_builder.wizard.php:312 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/servers/manage_recontask_form.php:310 +#: ../../godmode/servers/manage_recontask.php:335 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../godmode/agentes/agent_manager.php:411 +msgid "Yes" +msgstr "Yes" + +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../operation/users/user_edit.php:249 +#: ../../operation/netflow/nf_live_view.php:280 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +#: ../../general/login_identification_wizard.php:185 +#: ../../include/functions_events.php:2375 +#: ../../include/functions_events.php:2382 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../godmode/setup/performance.php:119 +#: ../../godmode/setup/performance.php:126 +#: ../../godmode/setup/performance.php:133 ../../godmode/setup/news.php:264 +#: ../../godmode/setup/setup_ehorus.php:56 +#: ../../godmode/setup/setup_general.php:72 +#: ../../godmode/setup/setup_general.php:76 +#: ../../godmode/setup/setup_general.php:80 +#: ../../godmode/setup/setup_general.php:104 +#: ../../godmode/setup/setup_general.php:113 +#: ../../godmode/setup/setup_general.php:170 +#: ../../godmode/setup/setup_general.php:178 +#: ../../godmode/setup/setup_general.php:185 +#: ../../godmode/setup/setup_general.php:206 +#: ../../godmode/setup/setup_general.php:215 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../godmode/setup/setup_visuals.php:90 +#: ../../godmode/setup/setup_visuals.php:110 +#: ../../godmode/setup/setup_visuals.php:132 +#: ../../godmode/setup/setup_visuals.php:233 +#: ../../godmode/setup/setup_visuals.php:242 +#: ../../godmode/setup/setup_visuals.php:250 +#: ../../godmode/setup/setup_visuals.php:278 +#: ../../godmode/setup/setup_visuals.php:371 +#: ../../godmode/setup/setup_visuals.php:456 +#: ../../godmode/setup/setup_visuals.php:463 +#: ../../godmode/setup/setup_visuals.php:475 +#: ../../godmode/setup/setup_visuals.php:502 +#: ../../godmode/setup/setup_visuals.php:619 +#: ../../godmode/setup/setup_visuals.php:646 +#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 +#: ../../godmode/setup/setup_auth.php:95 +#: ../../godmode/setup/setup_auth.php:133 +#: ../../godmode/massive/massive_edit_agents.php:293 +#: ../../godmode/massive/massive_edit_agents.php:413 +#: ../../godmode/massive/massive_edit_agents.php:419 +#: ../../godmode/massive/massive_edit_modules.php:408 +#: ../../godmode/massive/massive_edit_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:472 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:586 +#: ../../godmode/massive/massive_edit_modules.php:604 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:315 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/servers/manage_recontask_form.php:310 +#: ../../godmode/servers/manage_recontask.php:335 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../godmode/agentes/agent_manager.php:414 +msgid "No" +msgstr "No" + +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/events/events_list.php:627 +#: ../../operation/users/user_edit.php:472 +#: ../../operation/reporting/reporting_viewer.php:201 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../extensions/net_tools.php:338 +#: ../../extensions/files_repo/files_repo_form.php:88 +#: ../../include/functions_pandora_networkmap.php:1465 +#: ../../include/ajax/alert_list.ajax.php:172 +#: ../../include/functions_visual_map_editor.php:462 +#: ../../include/functions_events.php:1706 +#: ../../include/functions_events.php:1744 +#: ../../godmode/snmpconsole/snmp_alert.php:977 +#: ../../godmode/snmpconsole/snmp_alert.php:1232 +#: ../../godmode/snmpconsole/snmp_filters.php:105 +#: ../../godmode/snmpconsole/snmp_filters.php:142 +#: ../../godmode/alerts/configure_alert_special_days.php:102 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/alerts/configure_alert_action.php:216 +#: ../../godmode/alerts/configure_alert_action.php:222 +#: ../../godmode/alerts/alert_list.list.php:147 +#: ../../godmode/alerts/alert_list.list.php:155 +#: ../../godmode/setup/performance.php:154 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/snmp_wizard.php:106 ../../godmode/setup/os.php:57 +#: ../../godmode/setup/os.php:110 ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/setup_general.php:232 +#: ../../godmode/setup/setup_netflow.php:81 +#: ../../godmode/setup/setup_visuals.php:740 +#: ../../godmode/setup/setup_auth.php:202 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/events/event_edit_filter.php:401 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/massive/massive_edit_agents.php:473 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:619 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/users/configure_user.php:594 +#: ../../godmode/reporting/reporting_builder.main.php:38 +#: ../../godmode/reporting/visual_console_builder.elements.php:516 +#: ../../godmode/reporting/visual_console_builder.data.php:185 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/servers/manage_recontask_form.php:391 +#: ../../godmode/servers/recon_script.php:223 +#: ../../godmode/servers/modificar_server.php:53 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/groups/configure_group.php:221 +#: ../../godmode/modules/manage_nc_groups_form.php:80 +#: ../../godmode/modules/manage_network_components_form.php:274 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/agentes/module_manager_editor.php:525 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/agentes/agent_manager.php:489 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/agent_template.php:253 +#: ../../godmode/tag/edit_tag.php:224 +msgid "Update" +msgstr "Update" + +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/agentes/graphs.php:163 +#: ../../godmode/snmpconsole/snmp_alert.php:1019 +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../godmode/users/user_list.php:249 +msgid "Toggle filter(s)" +msgstr "Toggle filter(s)" + +#: ../../operation/snmpconsole/snmp_view.php:510 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:652 +#: ../../godmode/snmpconsole/snmp_alert.php:1153 +msgid "SNMP Agent" +msgstr "SNMP Agent" + +#: ../../operation/snmpconsole/snmp_view.php:514 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:637 +#: ../../godmode/snmpconsole/snmp_alert.php:1157 +msgid "Enterprise String" +msgstr "Enterprise String" + +#: ../../operation/snmpconsole/snmp_view.php:519 +#: ../../include/functions_reporting_html.php:807 +#: ../../include/functions_reporting_html.php:1025 +#: ../../include/functions_reporting_html.php:1638 +msgid "Count" +msgstr "Count" + +#: ../../operation/snmpconsole/snmp_view.php:524 +msgid "Trap subtype" +msgstr "Trap subtype" + +#: ../../operation/snmpconsole/snmp_view.php:528 +#: ../../operation/users/user_edit.php:184 ../../operation/search_users.php:38 +#: ../../include/functions_reporting_html.php:2816 +#: ../../godmode/users/configure_user.php:441 +#: ../../godmode/users/user_list.php:266 +msgid "User ID" +msgstr "User ID" + +#: ../../operation/snmpconsole/snmp_view.php:532 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/events/events.php:87 +#: ../../operation/messages/message_list.php:127 +#: ../../operation/search_modules.php:54 +#: ../../operation/agentes/status_monitor.php:990 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/estado_generalagente.php:402 +#: ../../mobile/operation/events.php:473 +#: ../../mobile/operation/modules.php:548 +#: ../../mobile/operation/modules.php:756 ../../include/ajax/events.php:466 +#: ../../include/functions_reporting_html.php:813 +#: ../../include/functions_reporting_html.php:822 +#: ../../include/functions_reporting_html.php:1026 +#: ../../include/functions_reporting_html.php:1035 +#: ../../include/functions_reporting_html.php:1644 +#: ../../include/functions_reporting_html.php:2817 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:912 +#: ../../include/functions_events.php:2343 +#: ../../include/functions_events.php:3542 +#: ../../include/functions_netflow.php:287 ../../godmode/setup/news.php:223 +#: ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +msgid "Timestamp" +msgstr "Timestamp" + +#: ../../operation/snmpconsole/snmp_view.php:600 +#: ../../operation/snmpconsole/snmp_view.php:619 +#: ../../operation/agentes/estado_generalagente.php:151 +#: ../../operation/agentes/estado_generalagente.php:163 +#: ../../operation/agentes/estado_generalagente.php:176 +#: ../../operation/agentes/estado_generalagente.php:280 +#: ../../operation/agentes/estado_generalagente.php:359 +#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 +#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 +#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 +#: ../../mobile/operation/agent.php:153 ../../mobile/operation/agent.php:167 +#: ../../include/functions_db.php:156 ../../include/functions_ui.php:2007 +#: ../../include/functions_ui.php:2017 +#: ../../include/functions_treeview.php:158 +#: ../../include/functions_treeview.php:392 +#: ../../include/functions_reporting_html.php:488 +#: ../../include/functions_reporting_html.php:567 +#: ../../include/functions_reporting_html.php:3163 +#: ../../include/functions_reporting_html.php:3201 +#: ../../include/functions_events.php:1778 +#: ../../include/functions_events.php:1946 +#: ../../include/functions_events.php:2013 +#: ../../include/functions_events.php:2029 +#: ../../include/functions_events.php:2039 +#: ../../include/functions_events.php:2044 +#: ../../include/functions_events.php:2062 +#: ../../include/functions_events.php:2141 +#: ../../include/functions_events.php:2195 +#: ../../include/functions_events.php:2207 +#: ../../include/functions_events.php:2219 +#: ../../include/functions_events.php:2241 +#: ../../include/functions_events.php:2256 +#: ../../include/functions_events.php:2266 +#: ../../include/functions_events.php:2355 +#: ../../include/functions_events.php:2432 +#: ../../include/functions_events.php:2454 +#: ../../include/functions_events.php:2464 ../../include/functions.php:946 +#: ../../include/functions.php:952 ../../include/functions.php:955 +#: ../../godmode/alerts/alert_view.php:113 ../../godmode/extensions.php:193 +#: ../../godmode/extensions.php:209 +#: ../../godmode/modules/manage_network_components.php:583 +#: ../../godmode/agentes/planned_downtime.list.php:477 +msgid "N/A" +msgstr "N/A" + +#: ../../operation/snmpconsole/snmp_view.php:644 +#: ../../operation/events/sound_events.php:83 +#: ../../operation/agentes/group_view.php:174 #: ../../extensions/agents_alerts.php:324 -#: ../../godmode/alerts/alert_list.list.php:642 -#: ../../godmode/alerts/alert_view.php:85 ../../include/functions.php:1035 -#: ../../include/functions_agents.php:2179 -#: ../../include/functions_agents.php:2191 +#: ../../mobile/operation/alerts.php:253 +#: ../../include/functions_agents.php:2161 +#: ../../include/functions_agents.php:2173 ../../include/functions_ui.php:921 #: ../../include/functions_events.php:1158 #: ../../include/functions_events.php:1404 -#: ../../include/functions_reporting.php:7998 -#: ../../include/functions_ui.php:921 ../../mobile/operation/alerts.php:253 -#: ../../operation/agentes/group_view.php:174 -#: ../../operation/events/sound_events.php:83 -#: ../../operation/snmpconsole/snmp_view.php:735 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/meta/monitoring/group_view.php:155 -#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../include/functions_reporting.php:7966 ../../include/functions.php:1035 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../godmode/alerts/alert_list.list.php:642 msgid "Alert fired" msgstr "Alert fired" -#: ../../extensions/agents_alerts.php:324 -#: ../../godmode/alerts/alert_list.list.php:642 -#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:921 -#: ../../mobile/operation/alerts.php:253 -#: ../../enterprise/godmode/alerts/alert_events_list.php:618 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/operation/agentes/policy_view.php:265 -msgid "times" -msgstr "amount of times alert was fired" - -#: ../../extensions/agents_alerts.php:328 -#: ../../godmode/alerts/alert_list.list.php:646 -#: ../../godmode/alerts/alert_view.php:89 -#: ../../include/functions_reporting.php:8004 -#: ../../include/functions_ui.php:925 ../../mobile/operation/alerts.php:257 -#: ../../enterprise/godmode/alerts/alert_events_list.php:622 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 -#: ../../enterprise/operation/agentes/policy_view.php:269 -msgid "Alert disabled" -msgstr "Alert disabled" - +#: ../../operation/snmpconsole/snmp_view.php:647 #: ../../extensions/agents_alerts.php:332 -#: ../../godmode/alerts/alert_list.list.php:650 +#: ../../mobile/operation/alerts.php:261 +#: ../../include/functions_agents.php:2164 +#: ../../include/functions_agents.php:2176 ../../include/functions_ui.php:929 +#: ../../include/functions_reporting.php:7911 #: ../../godmode/alerts/alert_view.php:93 -#: ../../include/functions_agents.php:2182 -#: ../../include/functions_agents.php:2194 -#: ../../include/functions_reporting.php:7943 -#: ../../include/functions_ui.php:929 ../../mobile/operation/alerts.php:261 -#: ../../operation/snmpconsole/snmp_view.php:738 -#: ../../enterprise/godmode/alerts/alert_events_list.php:626 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 -#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../godmode/alerts/alert_list.list.php:650 msgid "Alert not fired" msgstr "Alert not fired" -#: ../../extensions/agents_alerts.php:345 ../../extensions/insert_data.php:158 -#: ../../extensions/module_groups.php:41 -#: ../../godmode/agentes/module_manager_editor_common.php:689 -#: ../../godmode/agentes/module_manager_editor_common.php:717 -#: ../../godmode/agentes/module_manager_editor_prediction.php:110 -#: ../../godmode/agentes/planned_downtime.list.php:171 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/alerts/alert_list.list.php:379 -#: ../../godmode/alerts/alert_list.list.php:590 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/gis_maps/configure_gis_map.php:420 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/reporting_builder.item_editor.php:920 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1545 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1744 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1751 -#: ../../godmode/reporting/reporting_builder.list_items.php:294 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.wizard.php:303 -#: ../../godmode/reporting/visual_console_builder.wizard.php:577 -#: ../../godmode/reporting/visual_console_builder.wizard.php:600 -#: ../../godmode/servers/plugin.php:66 -#: ../../include/ajax/alert_list.ajax.php:130 -#: ../../include/functions_visual_map_editor.php:277 -#: ../../include/functions_graph.php:5335 -#: ../../include/functions_pandora_networkmap.php:1383 -#: ../../include/functions_pandora_networkmap.php:1553 -#: ../../include/functions_reporting_html.php:396 -#: ../../include/functions_reporting_html.php:730 -#: ../../include/functions_reporting_html.php:810 -#: ../../include/functions_reporting_html.php:819 -#: ../../include/functions_reporting_html.php:1485 -#: ../../include/functions_reporting_html.php:1889 -#: ../../include/functions_reporting_html.php:1896 -#: ../../include/functions_reporting_html.php:1955 -#: ../../include/functions_reporting_html.php:2251 -#: ../../include/functions_reporting_html.php:2294 -#: ../../include/functions_reporting_html.php:2589 -#: ../../include/functions_reporting_html.php:2637 -#: ../../include/functions_reporting_html.php:2880 -#: ../../include/functions_reporting_html.php:3034 -#: ../../include/functions_reporting_html.php:3245 -#: ../../mobile/operation/agents.php:69 ../../mobile/operation/agents.php:310 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/events.php:510 -#: ../../mobile/operation/home.php:72 ../../mobile/operation/modules.php:496 -#: ../../operation/agentes/alerts_status.php:427 -#: ../../operation/agentes/alerts_status.php:502 -#: ../../operation/agentes/estado_agente.php:490 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/status_monitor.php:948 -#: ../../operation/agentes/ver_agente.php:818 -#: ../../operation/events/events.build_table.php:36 -#: ../../operation/events/sound_events.php:80 -#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 -#: ../../operation/search_alerts.php:39 ../../operation/search_modules.php:42 -#: ../../enterprise/dashboard/widgets/agent_module.php:80 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:43 -#: ../../enterprise/dashboard/widgets/module_icon.php:52 -#: ../../enterprise/dashboard/widgets/module_status.php:52 -#: ../../enterprise/dashboard/widgets/module_table_value.php:49 -#: ../../enterprise/dashboard/widgets/module_value.php:52 -#: ../../enterprise/dashboard/widgets/single_graph.php:50 -#: ../../enterprise/dashboard/widgets/sla_percent.php:40 -#: ../../enterprise/dashboard/widgets/top_n.php:126 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/godmode/agentes/collections.agents.php:102 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:77 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1464 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1947 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2097 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../enterprise/godmode/services/services.elements.php:335 -#: ../../enterprise/godmode/services/services.elements.php:344 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../enterprise/include/functions_events.php:111 -#: ../../enterprise/include/functions_inventory.php:234 -#: ../../enterprise/include/functions_inventory.php:506 -#: ../../enterprise/include/functions_inventory.php:562 -#: ../../enterprise/include/functions_log.php:346 -#: ../../enterprise/include/functions_reporting.php:1263 -#: ../../enterprise/include/functions_reporting.php:1471 -#: ../../enterprise/include/functions_reporting.php:1594 -#: ../../enterprise/include/functions_reporting.php:1597 -#: ../../enterprise/include/functions_reporting.php:2055 -#: ../../enterprise/include/functions_reporting.php:2832 -#: ../../enterprise/include/functions_reporting_csv.php:323 -#: ../../enterprise/include/functions_reporting_csv.php:346 -#: ../../enterprise/include/functions_reporting_csv.php:404 -#: ../../enterprise/include/functions_reporting_csv.php:430 -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:523 -#: ../../enterprise/include/functions_reporting_csv.php:558 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/include/functions_reporting_csv.php:631 -#: ../../enterprise/include/functions_reporting_csv.php:699 -#: ../../enterprise/include/functions_reporting_csv.php:735 -#: ../../enterprise/include/functions_reporting_csv.php:771 -#: ../../enterprise/include/functions_reporting_csv.php:807 -#: ../../enterprise/include/functions_reporting_csv.php:843 -#: ../../enterprise/include/functions_reporting_csv.php:879 -#: ../../enterprise/include/functions_reporting_csv.php:927 -#: ../../enterprise/include/functions_reporting_csv.php:974 -#: ../../enterprise/include/functions_reporting_csv.php:1046 -#: ../../enterprise/include/functions_reporting_csv.php:1162 -#: ../../enterprise/include/functions_reporting_csv.php:1304 -#: ../../enterprise/include/functions_reporting_csv.php:1374 -#: ../../enterprise/include/functions_reporting_pdf.php:366 -#: ../../enterprise/include/functions_reporting_pdf.php:375 -#: ../../enterprise/include/functions_reporting_pdf.php:774 -#: ../../enterprise/include/functions_reporting_pdf.php:832 -#: ../../enterprise/include/functions_reporting_pdf.php:860 -#: ../../enterprise/include/functions_reporting_pdf.php:926 -#: ../../enterprise/include/functions_reporting_pdf.php:1264 -#: ../../enterprise/include/functions_reporting_pdf.php:1609 -#: ../../enterprise/include/functions_reporting_pdf.php:1842 -#: ../../enterprise/include/functions_reporting_pdf.php:1860 -#: ../../enterprise/include/functions_services.php:1442 -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3248 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:119 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:270 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:359 -#: ../../enterprise/operation/inventory/inventory.php:206 -#: ../../enterprise/operation/log/log_viewer.php:193 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:186 -msgid "Agent" -msgstr "Agent" +#: ../../operation/snmpconsole/snmp_view.php:654 +#: ../../operation/snmpconsole/snmp_view.php:811 +#: ../../operation/snmpconsole/snmp_view.php:839 +#: ../../operation/agentes/alerts_status.php:436 +#: ../../operation/agentes/alerts_status.php:477 +#: ../../operation/agentes/alerts_status.php:511 +#: ../../operation/agentes/alerts_status.php:545 +#: ../../operation/agentes/alerts_status.php:590 +#: ../../mobile/operation/events.php:528 ../../godmode/setup/license.php:98 +msgid "Validate" +msgstr "Validate" -#: ../../extensions/agents_alerts.php:345 -#: ../../godmode/alerts/alert_list.builder.php:113 -#: ../../godmode/alerts/alert_list.list.php:407 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../include/functions_reporting_html.php:1957 -#: ../../include/functions_reporting_html.php:1960 -#: ../../include/functions_treeview.php:381 -#: ../../include/functions_treeview.php:422 -#: ../../mobile/operation/alerts.php:270 -#: ../../operation/agentes/alerts_status.php:429 -#: ../../operation/agentes/alerts_status.php:470 -#: ../../operation/agentes/alerts_status.php:504 -#: ../../operation/agentes/alerts_status.php:538 -#: ../../operation/search_alerts.php:45 -#: ../../operation/servers/recon_view.php:101 -#: ../../enterprise/extensions/cron/main.php:246 -#: ../../enterprise/godmode/policies/policy_alerts.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:438 -#: ../../enterprise/operation/agentes/policy_view.php:195 -msgid "Template" -msgstr "Template" +#: ../../operation/snmpconsole/snmp_view.php:659 +#: ../../operation/snmpconsole/snmp_view.php:665 +#: ../../operation/snmpconsole/snmp_view.php:816 +#: ../../operation/events/events.build_table.php:774 +#: ../../operation/events/events.php:777 +#: ../../operation/users/user_edit.php:799 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/messages/message_list.php:199 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +#: ../../include/functions_events.php:1761 +#: ../../godmode/snmpconsole/snmp_alert.php:1200 +#: ../../godmode/snmpconsole/snmp_alert.php:1236 +#: ../../godmode/snmpconsole/snmp_alert.php:1455 +#: ../../godmode/snmpconsole/snmp_filters.php:143 +#: ../../godmode/alerts/alert_special_days.php:451 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/alerts/alert_list.list.php:825 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/setup/news.php:267 ../../godmode/setup/links.php:150 +#: ../../godmode/events/event_filter.php:146 +#: ../../godmode/massive/massive_add_action_alerts.php:203 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_delete_action_alerts.php:202 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_agents.php:138 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/users/configure_user.php:667 +#: ../../godmode/users/profile_list.php:390 +#: ../../godmode/users/user_list.php:470 ../../godmode/users/user_list.php:472 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/db/db_audit.php:107 +#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 +#: ../../godmode/servers/plugin.php:782 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 +#: ../../godmode/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/modules/manage_nc_groups.php:220 +#: ../../godmode/modules/manage_network_components.php:616 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/agentes/module_manager_editor_common.php:159 +#: ../../godmode/agentes/planned_downtime.editor.php:848 +#: ../../godmode/agentes/agent_manager.php:203 +#: ../../godmode/agentes/modificar_agente.php:635 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager.php:759 +#: ../../godmode/agentes/module_manager.php:767 +#: ../../godmode/agentes/module_manager.php:782 +#: ../../godmode/agentes/module_manager.php:797 +#: ../../godmode/agentes/module_manager.php:808 +#: ../../godmode/agentes/agent_template.php:251 ../../godmode/tag/tag.php:273 +msgid "Are you sure?" +msgstr "Are you sure?" -#: ../../extensions/agents_alerts.php:348 -msgid "Agents/Alerts view" -msgstr "Agent/Alert view" +#: ../../operation/snmpconsole/snmp_view.php:659 +#: ../../operation/snmpconsole/snmp_view.php:665 +#: ../../operation/snmpconsole/snmp_view.php:816 +#: ../../operation/snmpconsole/snmp_view.php:841 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/messages/message_list.php:128 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:200 +#: ../../operation/messages/message_list.php:218 +#: ../../operation/agentes/pandora_networkmap.php:404 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../include/functions_pandora_networkmap.php:748 +#: ../../include/functions_groups.php:2173 +#: ../../godmode/snmpconsole/snmp_alert.php:1201 +#: ../../godmode/snmpconsole/snmp_alert.php:1237 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/alerts/alert_list.list.php:710 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/extensions.php:272 ../../godmode/extensions.php:276 +#: ../../godmode/setup/news.php:225 ../../godmode/setup/snmp_wizard.php:122 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/links.php:137 +#: ../../godmode/setup/setup_visuals.php:694 +#: ../../godmode/setup/setup_visuals.php:725 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:162 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/massive/massive_delete_action_alerts.php:204 +#: ../../godmode/massive/massive_delete_agents.php:140 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_alerts.php:238 +#: ../../godmode/users/user_list.php:470 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../godmode/reporting/visual_console_builder.elements.php:518 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/reporting_builder.list_items.php:432 +#: ../../godmode/reporting/reporting_builder.list_items.php:459 +#: ../../godmode/reporting/reporting_builder.list_items.php:478 +#: ../../godmode/reporting/reporting_builder.list_items.php:538 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/netflow/nf_item_list.php:239 +#: ../../godmode/netflow/nf_item_list.php:250 +#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/servers/servers.build_table.php:167 +#: ../../godmode/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/modules/manage_nc_groups.php:222 +#: ../../godmode/modules/manage_nc_groups.php:233 +#: ../../godmode/modules/manage_network_components.php:617 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_network_templates.php:227 +#: ../../godmode/agentes/module_manager_editor_common.php:720 +#: ../../godmode/agentes/planned_downtime.editor.php:798 +#: ../../godmode/agentes/planned_downtime.editor.php:803 +#: ../../godmode/agentes/planned_downtime.editor.php:851 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager.php:569 +#: ../../godmode/agentes/module_manager.php:799 +#: ../../godmode/agentes/module_manager.php:816 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/agent_template.php:251 +msgid "Delete" +msgstr "Delete" -#: ../../extensions/agents_modules.php:117 -#: ../../godmode/agentes/module_manager_editor_common.php:174 -#: ../../godmode/massive/massive_edit_modules.php:518 -#: ../../godmode/modules/manage_network_components_form_common.php:95 -#: ../../godmode/reporting/reporting_builder.item_editor.php:909 -#: ../../include/functions_events.php:2075 -#: ../../include/functions_graph.php:5357 -#: ../../include/functions_treeview.php:123 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../operation/agentes/estado_monitores.php:463 -#: ../../operation/agentes/status_monitor.php:311 -#: ../../operation/agentes/ver_agente.php:810 -#: ../../enterprise/godmode/modules/configure_local_component.php:211 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1453 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:206 -msgid "Module group" -msgstr "Module group" +#: ../../operation/snmpconsole/snmp_view.php:669 +#: ../../operation/events/events.build_table.php:700 +#: ../../include/functions_events.php:4046 +msgid "Show more" +msgstr "Show more" + +#: ../../operation/snmpconsole/snmp_view.php:681 +msgid "Variable bindings:" +msgstr "Variable bindings:" + +#: ../../operation/snmpconsole/snmp_view.php:694 +msgid "See more details" +msgstr "View more details" + +#: ../../operation/snmpconsole/snmp_view.php:707 +msgid "Enterprise String:" +msgstr "Enterprise String:" + +#: ../../operation/snmpconsole/snmp_view.php:713 +msgid "Description:" +msgstr "Description:" + +#: ../../operation/snmpconsole/snmp_view.php:745 +msgid "Trap type:" +msgstr "Trap type:" + +#: ../../operation/snmpconsole/snmp_view.php:773 +msgid "Count:" +msgstr "Count:" + +#: ../../operation/snmpconsole/snmp_view.php:777 +msgid "First trap:" +msgstr "First trap:" + +#: ../../operation/snmpconsole/snmp_view.php:781 +msgid "Last trap:" +msgstr "Last trap:" + +#: ../../operation/snmpconsole/snmp_view.php:801 +msgid "No matching traps found" +msgstr "No matching traps found" + +#: ../../operation/snmpconsole/snmp_view.php:844 +#: ../../extensions/module_groups.php:296 +#: ../../extensions/agents_modules.php:490 +#: ../../include/functions_reporting_html.php:1438 +#: ../../godmode/snmpconsole/snmp_alert.php:1343 +msgid "Legend" +msgstr "Graph Key" + +#: ../../operation/snmpconsole/snmp_browser.php:92 +msgid "SNMP Browser" +msgstr "SNMP Browser" + +#: ../../operation/search_main.php:52 +msgid "Agents found" +msgstr "Agents found" + +#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 +#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 +#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 +#: ../../operation/search_main.php:80 +#, php-format +msgid "%s Found" +msgstr "%s Found" + +#: ../../operation/search_main.php:55 +msgid "Modules found" +msgstr "Modules found" + +#: ../../operation/search_main.php:66 +msgid "Users found" +msgstr "Users found" + +#: ../../operation/search_main.php:69 +msgid "Graphs found" +msgstr "Graphs found" + +#: ../../operation/search_main.php:72 +msgid "Reports found" +msgstr "Reports found" + +#: ../../operation/search_main.php:75 +msgid "Maps found" +msgstr "Maps found" + +#: ../../operation/search_main.php:78 +msgid "Helps found" +msgstr "Help found" + +#: ../../operation/search_main.php:88 +#, php-format +msgid "Show %s of %s. View all matches" +msgstr "Show %s of %s. Show all matching entities." + +#: ../../operation/menu.php:31 ../../operation/menu.php:106 +msgid "Monitoring" +msgstr "Monitoring" + +#: ../../operation/menu.php:37 +msgid "Views" +msgstr "Views" + +#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:280 +#: ../../operation/agentes/tactical.php:55 ../../mobile/operation/home.php:38 +#: ../../mobile/operation/tactical.php:84 +msgid "Tactical view" +msgstr "Tactical view" + +#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:279 +#: ../../operation/agentes/group_view.php:70 +msgid "Group view" +msgstr "Group view" + +#: ../../operation/menu.php:51 ../../operation/tree.php:87 +msgid "Tree view" +msgstr "Tree view" + +#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:145 +#: ../../godmode/agentes/agent_manager.php:166 +msgid "Agent detail" +msgstr "Agent detail" + +#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:40 +msgid "Monitor detail" +msgstr "Monitor detail" + +#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:281 +#: ../../operation/agentes/alerts_status.php:132 +msgid "Alert detail" +msgstr "Alert details" + +#: ../../operation/menu.php:70 +msgid "Netflow Live View" +msgstr "Netflow Live View" + +#: ../../operation/menu.php:84 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "SNMP console" + +#: ../../operation/menu.php:85 +msgid "SNMP browser" +msgstr "SNMP browser" + +#: ../../operation/menu.php:92 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "SNMP filters" + +#: ../../operation/menu.php:93 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "SNMP trap generator" + +#: ../../operation/menu.php:98 ../../operation/events/events_rss.php:185 +msgid "SNMP" +msgstr "SNMP" + +#: ../../operation/menu.php:117 +msgid "Network map" +msgstr "Network map" + +#: ../../operation/menu.php:128 ../../operation/users/user_edit.php:277 +#: ../../extensions/resource_exportation.php:355 +msgid "Visual console" +msgstr "Visual console" + +#: ../../operation/menu.php:185 ../../operation/gis_maps/gis_map.php:31 +msgid "GIS Maps" +msgstr "GIS Maps" + +#: ../../operation/menu.php:190 +msgid "List of Gis maps" +msgstr "List of Gis maps" + +#: ../../operation/menu.php:224 +msgid "Topology maps" +msgstr "Topology maps" + +#: ../../operation/menu.php:235 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/graph_viewer.php:317 +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:364 +#: ../../godmode/reporting/reporting_builder.php:1924 +#: ../../godmode/reporting/reporting_builder.php:1929 +#: ../../godmode/reporting/reporting_builder.php:1995 +#: ../../godmode/reporting/reporting_builder.php:2000 +#: ../../godmode/reporting/graphs.php:75 +msgid "Reporting" +msgstr "Reporting" + +#: ../../operation/menu.php:242 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1911 +msgid "Custom reporting" +msgstr "Custom reports" + +#: ../../operation/menu.php:249 ../../godmode/reporting/graphs.php:75 +msgid "Custom graphs" +msgstr "Custom graphs" + +#: ../../operation/menu.php:268 ../../operation/events/events.php:420 +#: ../../operation/events/events.php:429 ../../operation/events/events.php:446 +#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +#: ../../include/functions_reports.php:620 +#: ../../include/functions_reports.php:622 +#: ../../include/functions_reports.php:624 +#: ../../include/functions_graph.php:744 +#: ../../include/functions_graph.php:3936 +#: ../../include/functions_graph.php:4662 +#: ../../include/functions_reporting_html.php:1615 ../../godmode/menu.php:192 +msgid "Events" +msgstr "Events" + +#: ../../operation/menu.php:274 ../../godmode/users/configure_profile.php:275 +msgid "View events" +msgstr "View events" + +#: ../../operation/menu.php:288 +msgid "RSS" +msgstr "RSS" + +#: ../../operation/menu.php:293 +msgid "Marquee" +msgstr "Marquee" + +#: ../../operation/menu.php:299 +msgid "CSV File" +msgstr "CSV File" + +#: ../../operation/menu.php:307 ../../operation/events/sound_events.php:51 +msgid "Sound Events" +msgstr "Sound Events" + +#: ../../operation/menu.php:319 ../../operation/events/events.php:439 +msgid "Sound Alerts" +msgstr "Sound Alerts" + +#: ../../operation/menu.php:329 +msgid "Workspace" +msgstr "Workspace" + +#: ../../operation/menu.php:336 ../../general/header.php:294 +#: ../../general/header.php:296 +msgid "Edit my user" +msgstr "Edit my user" + +#: ../../operation/menu.php:342 +msgid "WebChat" +msgstr "WebChat" + +#: ../../operation/menu.php:354 ../../operation/agentes/ver_agente.php:1022 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../general/firts_task/incidents.php:32 +#: ../../godmode/agentes/configurar_agente.php:418 +#: ../../godmode/agentes/configurar_agente.php:550 +msgid "Incidents" +msgstr "Incidents" + +#: ../../operation/menu.php:364 +msgid "List of Incidents" +msgstr "List of Incidents" + +#: ../../operation/menu.php:373 ../../operation/messages/message_edit.php:46 +#: ../../operation/messages/message_list.php:43 ../../godmode/menu.php:457 +msgid "Messages" +msgstr "Messages" + +#: ../../operation/menu.php:379 +msgid "Messages List" +msgstr "Message list" + +#: ../../operation/menu.php:380 +msgid "New message" +msgstr "New message" + +#: ../../operation/menu.php:399 ../../operation/agentes/exportdata.php:36 +msgid "Export data" +msgstr "Export data" + +#: ../../operation/menu.php:405 +msgid "Scheduled downtime" +msgstr "Scheduled downtime" + +#: ../../operation/menu.php:410 +msgid "Recon view" +msgstr "Recon view" + +#: ../../operation/menu.php:485 +msgid "Tools" +msgstr "Tools" + +#: ../../operation/search_reports.php:38 +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../godmode/reporting/reporting_builder.php:532 +msgid "Report name" +msgstr "Report name" + +#: ../../operation/search_reports.php:39 ../../operation/events/events.php:91 +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:329 +#: ../../operation/search_users.php:53 ../../operation/gis_maps/ajax.php:302 +#: ../../operation/search_graphs.php:34 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/pandora_networkmap.editor.php:191 +#: ../../operation/agentes/estado_generalagente.php:171 +#: ../../operation/agentes/estado_agente.php:495 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:506 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../mobile/operation/tactical.php:312 +#: ../../include/functions_snmp_browser.php:415 +#: ../../include/ajax/module.php:744 ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:587 +#: ../../include/functions_reporting_html.php:123 +#: ../../include/functions_reporting_html.php:2076 +#: ../../include/functions_reporting_html.php:2109 +#: ../../include/functions_reporting_html.php:3096 +#: ../../include/functions_reporting_html.php:3810 +#: ../../include/functions_events.php:1810 +#: ../../godmode/snmpconsole/snmp_alert.php:627 +#: ../../godmode/snmpconsole/snmp_alert.php:1163 +#: ../../godmode/snmpconsole/snmp_filters.php:94 +#: ../../godmode/snmpconsole/snmp_filters.php:131 +#: ../../godmode/alerts/configure_alert_special_days.php:90 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/configure_alert_template.php:763 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/setup/snmp_wizard.php:40 ../../godmode/setup/os.list.php:35 +#: ../../godmode/setup/os.builder.php:36 +#: ../../godmode/events/event_responses.editor.php:87 +#: ../../godmode/events/event_responses.list.php:55 +#: ../../godmode/massive/massive_edit_agents.php:321 +#: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:459 +#: ../../godmode/users/user_list.php:277 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.item_editor.php:684 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/reporting_builder.list_items.php:303 +#: ../../godmode/reporting/graph_builder.main.php:123 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/recon_script.php:107 +#: ../../godmode/servers/recon_script.php:154 +#: ../../godmode/servers/recon_script.php:349 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/groups/group_list.php:340 +#: ../../godmode/groups/configure_group.php:182 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/modules/manage_network_components_form.php:263 +#: ../../godmode/modules/manage_network_templates_form.php:148 +#: ../../godmode/modules/manage_network_templates_form.php:199 +#: ../../godmode/modules/manage_network_templates.php:191 +#: ../../godmode/agentes/module_manager_editor_common.php:356 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/agentes/agent_manager.php:305 +#: ../../godmode/agentes/modificar_agente.php:493 +#: ../../godmode/agentes/module_manager.php:563 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/agent_template.php:230 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/tag.php:200 ../../godmode/tag/edit_tag.php:177 +msgid "Description" +msgstr "Description" + +#: ../../operation/search_reports.php:40 +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../godmode/reporting/reporting_builder.php:534 +msgid "HTML" +msgstr "HTML" + +#: ../../operation/search_reports.php:41 +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../godmode/reporting/reporting_builder.php:535 +msgid "XML" +msgstr "XML" + +#: ../../operation/search_reports.php:52 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/agentes/status_monitor.php:1118 +#: ../../operation/agentes/pandora_networkmap.php:403 +#: ../../operation/agentes/estado_agente.php:580 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../include/functions_pandora_networkmap.php:1443 +#: ../../include/ajax/module.php:866 ../../include/functions_groups.php:2166 +#: ../../godmode/alerts/alert_special_days.php:449 +#: ../../godmode/setup/snmp_wizard.php:119 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/users/user_list.php:468 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1189 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.list_items.php:430 +#: ../../godmode/servers/servers.build_table.php:154 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/agentes/modificar_agente.php:569 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/planned_downtime.list.php:401 +msgid "Edit" +msgstr "Edit" + +#: ../../operation/events/events_list.php:190 +#: ../../operation/events/events_list.php:714 +msgid "No filter loaded" +msgstr "No filter loaded" + +#: ../../operation/events/events_list.php:192 +#: ../../operation/events/events_list.php:715 +msgid "Filter loaded" +msgstr "Filter loaded" + +#: ../../operation/events/events_list.php:194 +#: ../../operation/events/events_list.php:257 +#: ../../operation/events/events_list.php:607 +msgid "Save filter" +msgstr "Save filter" + +#: ../../operation/events/events_list.php:196 +#: ../../operation/events/events_list.php:280 +#: ../../operation/events/events_list.php:282 +#: ../../operation/events/events_list.php:611 +#: ../../operation/netflow/nf_live_view.php:329 +msgid "Load filter" +msgstr "Load filter" + +#: ../../operation/events/events_list.php:217 +msgid "New filter" +msgstr "New filter" + +#: ../../operation/events/events_list.php:218 +#: ../../operation/events/events_list.php:249 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/netflow/nf_edit_form.php:180 +msgid "Update filter" +msgstr "Update filter" + +#: ../../operation/events/events_list.php:224 +#: ../../godmode/events/event_edit_filter.php:215 +msgid "Filter name" +msgstr "Filter name" + +#: ../../operation/events/events_list.php:227 +msgid "Save in Group" +msgstr "Save in Group" + +#: ../../operation/events/events_list.php:229 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +msgid "Filter group" +msgstr "Filter group" + +#: ../../operation/events/events_list.php:244 +msgid "Overwrite filter" +msgstr "Overwrite filter" + +#: ../../operation/events/events_list.php:335 +#: ../../operation/events/events_list.php:362 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../extensions/files_repo/files_repo_form.php:94 +#: ../../godmode/snmpconsole/snmp_alert.php:1317 +#: ../../godmode/alerts/alert_list.list.php:632 +#: ../../godmode/setup/news.php:275 ../../godmode/setup/links.php:158 +#: ../../godmode/setup/setup_visuals.php:684 +#: ../../godmode/setup/setup_visuals.php:720 +#: ../../godmode/events/event_edit_filter.php:353 +#: ../../godmode/events/event_edit_filter.php:368 +#: ../../godmode/massive/massive_add_action_alerts.php:205 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/reporting/visual_console_builder.wizard.php:367 +#: ../../godmode/servers/manage_recontask_form.php:395 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:864 +msgid "Add" +msgstr "Add" + +#: ../../operation/events/events_list.php:337 +#: ../../operation/events/events_list.php:364 +#: ../../godmode/alerts/alert_special_days.php:452 +#: ../../godmode/events/event_edit_filter.php:361 +#: ../../godmode/events/event_edit_filter.php:376 +msgid "Remove" +msgstr "Remove" + +#: ../../operation/events/events_list.php:410 +#: ../../godmode/events/event_edit_filter.php:253 +msgid "Agent search" +msgstr "Agent search" + +#: ../../operation/events/events_list.php:430 +#: ../../godmode/events/event_edit_filter.php:285 +msgid "User ack." +msgstr "User ack." + +#: ../../operation/events/events_list.php:440 +#: ../../include/ajax/visual_console_builder.ajax.php:693 +#: ../../include/functions_visual_map_editor.php:313 +#: ../../include/functions_visual_map_editor.php:652 +#: ../../include/functions_html.php:867 ../../include/functions_html.php:868 +#: ../../include/functions_html.php:869 ../../include/functions_html.php:870 +#: ../../include/functions_html.php:871 ../../include/functions_html.php:874 +#: ../../include/functions_html.php:875 ../../include/functions_html.php:876 +#: ../../include/functions_html.php:877 ../../include/functions_html.php:878 +#: ../../godmode/events/event_edit_filter.php:297 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../godmode/massive/massive_edit_agents.php:275 +#: ../../godmode/users/configure_user.php:696 +#: ../../godmode/reporting/visual_console_builder.wizard.php:372 +#: ../../godmode/servers/manage_recontask_form.php:296 +#: ../../godmode/servers/manage_recontask.php:339 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../godmode/agentes/agent_manager.php:250 +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Any" +msgstr "Any" + +#: ../../operation/events/events_list.php:442 +#: ../../godmode/events/event_edit_filter.php:388 +msgid "Module search" +msgstr "Module search" + +#: ../../operation/events/events_list.php:447 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/servers/recon_view.php:173 +#: ../../include/functions_events.php:3515 +#: ../../godmode/massive/massive_edit_agents.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1221 +#: ../../godmode/agentes/agent_manager.php:294 +#: ../../godmode/agentes/module_manager.php:554 +msgid "Server" +msgstr "Server" + +#: ../../operation/events/events_list.php:461 +#: ../../godmode/events/event_edit_filter.php:379 +msgid "Alert events" +msgstr "Alert events" -#: ../../extensions/agents_modules.php:119 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../general/subselect_data_module.php:42 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/alerts/alert_list.list.php:122 -#: ../../godmode/alerts/alert_list.list.php:128 -#: ../../godmode/alerts/alert_list.list.php:137 -#: ../../godmode/alerts/alert_list.list.php:142 -#: ../../godmode/alerts/alert_list.php:291 -#: ../../godmode/alerts/alert_list.php:345 -#: ../../godmode/alerts/alert_list.php:358 -#: ../../godmode/alerts/alert_templates.php:255 -#: ../../godmode/events/event_edit_filter.php:237 -#: ../../godmode/events/event_edit_filter.php:241 -#: ../../godmode/events/event_edit_filter.php:382 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_delete_agents.php:124 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../godmode/massive/massive_delete_modules.php:474 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_edit_agents.php:226 -#: ../../godmode/massive/massive_edit_modules.php:253 -#: ../../godmode/massive/massive_edit_modules.php:281 -#: ../../godmode/massive/massive_edit_modules.php:303 -#: ../../godmode/massive/massive_edit_modules.php:334 -#: ../../godmode/modules/manage_network_components.php:515 -#: ../../godmode/modules/manage_network_templates_form.php:269 -#: ../../godmode/reporting/reporting_builder.item_editor.php:904 -#: ../../godmode/reporting/reporting_builder.item_editor.php:914 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1096 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1406 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1418 -#: ../../godmode/reporting/reporting_builder.list_items.php:166 -#: ../../godmode/reporting/reporting_builder.list_items.php:168 -#: ../../godmode/reporting/reporting_builder.list_items.php:170 -#: ../../godmode/reporting/reporting_builder.list_items.php:192 -#: ../../godmode/reporting/reporting_builder.list_items.php:195 -#: ../../godmode/reporting/reporting_builder.list_items.php:198 -#: ../../godmode/reporting/visual_console_builder.wizard.php:249 -#: ../../godmode/reporting/visual_console_builder.wizard.php:254 -#: ../../godmode/setup/gis_step_2.php:154 ../../include/functions.php:906 -#: ../../include/functions.php:1129 ../../include/functions_users.php:187 -#: ../../include/functions_users.php:192 ../../include/functions_users.php:886 -#: ../../include/functions_events.php:3339 -#: ../../include/functions_events.php:3852 -#: ../../include/functions_graph.php:2874 -#: ../../include/functions_groups.php:616 -#: ../../include/functions_groups.php:2359 -#: ../../include/functions_modules.php:2497 -#: ../../include/functions_modules.php:2498 -#: ../../include/functions_reporting.php:1662 -#: ../../mobile/operation/agents.php:32 ../../mobile/operation/alerts.php:37 -#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/events.php:624 -#: ../../mobile/operation/events.php:634 -#: ../../mobile/operation/events.php:1082 -#: ../../mobile/operation/events.php:1101 -#: ../../mobile/operation/modules.php:38 -#: ../../mobile/operation/modules.php:225 -#: ../../mobile/operation/modules.php:240 -#: ../../mobile/operation/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../operation/agentes/alerts_status.functions.php:73 -#: ../../operation/agentes/alerts_status.functions.php:79 -#: ../../operation/agentes/alerts_status.functions.php:94 -#: ../../operation/agentes/alerts_status.functions.php:111 -#: ../../operation/agentes/alerts_status.functions.php:113 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/estado_monitores.php:447 -#: ../../operation/agentes/estado_monitores.php:466 -#: ../../operation/agentes/status_monitor.php:307 -#: ../../operation/agentes/status_monitor.php:324 -#: ../../operation/agentes/status_monitor.php:334 -#: ../../operation/agentes/status_monitor.php:353 -#: ../../operation/agentes/status_monitor.php:396 -#: ../../operation/agentes/status_monitor.php:398 -#: ../../operation/agentes/status_monitor.php:463 -#: ../../operation/events/events.build_table.php:506 -#: ../../operation/events/events_list.php:451 -#: ../../operation/events/events_list.php:455 #: ../../operation/events/events_list.php:464 -#: ../../operation/events/events_list.php:567 -#: ../../operation/events/events_list.php:571 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/gis_maps/render_view.php:148 -#: ../../operation/snmpconsole/snmp_view.php:384 -#: ../../operation/snmpconsole/snmp_view.php:401 -#: ../../operation/snmpconsole/snmp_view.php:406 -#: ../../operation/snmpconsole/snmp_view.php:637 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:65 -#: ../../enterprise/extensions/backup/main.php:85 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:448 -#: ../../enterprise/godmode/modules/local_components.php:462 -#: ../../enterprise/godmode/policies/policy_agents.php:370 -#: ../../enterprise/godmode/policies/policy_queue.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/godmode/policies/policy_queue.php:407 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1441 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1443 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1458 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1676 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1688 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:301 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:127 -#: ../../enterprise/godmode/setup/setup_acl.php:158 -#: ../../enterprise/godmode/setup/setup_acl.php:163 -#: ../../enterprise/godmode/setup/setup_acl.php:168 -#: ../../enterprise/godmode/setup/setup_acl.php:374 -#: ../../enterprise/godmode/setup/setup_acl.php:384 -#: ../../enterprise/godmode/setup/setup_acl.php:396 -#: ../../enterprise/godmode/setup/setup_acl.php:441 -#: ../../enterprise/godmode/setup/setup_acl.php:470 -#: ../../enterprise/include/functions_metaconsole.php:663 -#: ../../enterprise/include/functions_metaconsole.php:664 -#: ../../enterprise/include/functions_metaconsole.php:1268 -#: ../../enterprise/meta/advanced/policymanager.queue.php:214 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/meta/advanced/policymanager.queue.php:298 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 -#: ../../enterprise/meta/include/functions_agents_meta.php:1053 -#: ../../enterprise/meta/include/functions_html_meta.php:51 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/include/functions_wizard_meta.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 -#: ../../enterprise/operation/agentes/agent_inventory.php:69 -#: ../../enterprise/operation/inventory/inventory.php:55 -#: ../../enterprise/operation/inventory/inventory.php:57 -#: ../../enterprise/operation/inventory/inventory.php:120 -#: ../../enterprise/operation/inventory/inventory.php:122 -#: ../../enterprise/operation/inventory/inventory.php:176 -#: ../../enterprise/operation/log/log_viewer.php:194 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 -msgid "All" -msgstr "All" +#: ../../godmode/events/event_edit_filter.php:383 +msgid "Filter alert events" +msgstr "Filter alert events" -#: ../../extensions/agents_modules.php:139 -#: ../../extensions/agents_modules.php:141 -#: ../../godmode/massive/massive_add_action_alerts.php:171 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_action_alerts.php:172 -#: ../../godmode/massive/massive_delete_alerts.php:229 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:349 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1045 -#: ../../enterprise/dashboard/widgets/agent_module.php:84 -#: ../../enterprise/dashboard/widgets/agent_module.php:86 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 -msgid "Show common modules" -msgstr "Show common modules" +#: ../../operation/events/events_list.php:465 +#: ../../godmode/events/event_edit_filter.php:384 +msgid "Only alert events" +msgstr "Only alert events" -#: ../../extensions/agents_modules.php:140 -#: ../../godmode/massive/massive_add_action_alerts.php:172 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_action_alerts.php:173 -#: ../../godmode/massive/massive_delete_alerts.php:229 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:350 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 -#: ../../enterprise/dashboard/widgets/agent_module.php:87 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 -msgid "Show all modules" -msgstr "Show all modules" +#: ../../operation/events/events_list.php:479 +#: ../../godmode/events/event_edit_filter.php:305 +msgid "Date from" +msgstr "From (date)" -#: ../../extensions/agents_modules.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1517 -#: ../../include/functions_visual_map_editor.php:673 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1915 -msgid "Update item" -msgstr "Update item" +#: ../../operation/events/events_list.php:485 +#: ../../godmode/events/event_edit_filter.php:308 +msgid "Date to" +msgstr "To (date)" -#: ../../extensions/agents_modules.php:160 -#: ../../include/functions_reports.php:588 -#: ../../include/graphs/functions_pchart.php:1190 -msgid "Agents/Modules" -msgstr "Agents/Modules" +#: ../../operation/events/events_list.php:491 +#: ../../operation/agentes/datos_agente.php:189 +#: ../../include/ajax/module.php:162 +msgid "Timestamp from:" +msgstr "Timestamp from:" -#: ../../extensions/agents_modules.php:194 -msgid "Agent/module view" -msgstr "" +#: ../../operation/events/events_list.php:494 +#: ../../operation/agentes/datos_agente.php:195 +#: ../../include/ajax/module.php:170 +msgid "Timestamp to:" +msgstr "Timestamp to:" -#: ../../extensions/agents_modules.php:321 -#: ../../include/functions_reporting.php:1684 -msgid "There are no agents with modules" -msgstr "There are no agents with modules" +#: ../../operation/events/events_list.php:505 +#: ../../operation/events/events_list.php:519 +#: ../../godmode/events/event_edit_filter.php:350 +msgid "Events with following tags" +msgstr "Events with following tags" -#: ../../extensions/agents_modules.php:329 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 -#: ../../godmode/agentes/configurar_agente.php:302 -#: ../../godmode/agentes/configurar_agente.php:535 -#: ../../godmode/agentes/modificar_agente.php:574 -#: ../../godmode/agentes/planned_downtime.editor.php:757 -#: ../../godmode/agentes/planned_downtime.editor.php:831 -#: ../../godmode/db/db_refine.php:95 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_delete_modules.php:479 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:308 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/reporting/graph_builder.graph_editor.php:148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1053 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1102 -#: ../../godmode/reporting/reporting_builder.list_items.php:167 +#: ../../operation/events/events_list.php:511 +#: ../../operation/events/events_list.php:525 +#: ../../godmode/events/event_edit_filter.php:365 +msgid "Events without following tags" +msgstr "Events without follow-up tags" + +#: ../../operation/events/events_list.php:549 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/events/sound_events.php:78 +#: ../../operation/users/user_edit.php:505 +#: ../../operation/netflow/nf_live_view.php:309 +#: ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 ../../operation/search_maps.php:32 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/agentes/status_monitor.php:292 +#: ../../operation/agentes/exportdata.php:235 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/ver_agente.php:687 +#: ../../operation/agentes/pandora_networkmap.editor.php:183 +#: ../../operation/agentes/pandora_networkmap.editor.php:196 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/estado_generalagente.php:245 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:517 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/incidents/incident.php:339 +#: ../../extensions/agents_modules.php:128 +#: ../../extensions/agents_alerts.php:74 +#: ../../mobile/operation/networkmaps.php:65 +#: ../../mobile/operation/networkmaps.php:69 +#: ../../mobile/operation/networkmaps.php:129 +#: ../../mobile/operation/networkmaps.php:130 +#: ../../mobile/operation/networkmaps.php:197 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 +#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 +#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 +#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 +#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 +#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:317 +#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 +#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 +#: ../../mobile/operation/events.php:605 +#: ../../mobile/operation/modules.php:128 +#: ../../mobile/operation/modules.php:132 +#: ../../mobile/operation/modules.php:203 +#: ../../mobile/operation/modules.php:204 ../../general/ui/agents_list.php:69 +#: ../../include/functions_pandora_networkmap.php:1375 +#: ../../include/functions_pandora_networkmap.php:1554 +#: ../../include/functions_visual_map.php:2765 +#: ../../include/functions_groups.php:745 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:336 +#: ../../include/functions_visual_map_editor.php:610 +#: ../../include/functions_graph.php:5544 +#: ../../include/functions_reporting_html.php:2073 +#: ../../include/functions_reporting_html.php:2108 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2437 +#: ../../include/functions_events.php:3557 +#: ../../include/functions_networkmap.php:1721 +#: ../../godmode/snmpconsole/snmp_alert.php:657 +#: ../../godmode/alerts/configure_alert_special_days.php:69 +#: ../../godmode/alerts/alert_special_days.php:246 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/configure_alert_template.php:751 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/setup/news.php:164 ../../godmode/setup/gis.php:63 +#: ../../godmode/setup/gis_step_2.php:153 +#: ../../godmode/events/event_filter.php:109 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/events/event_edit_filter.php:226 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/massive/massive_add_action_alerts.php:151 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_edit_agents.php:207 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../godmode/massive/massive_delete_action_alerts.php:151 +#: ../../godmode/massive/massive_enable_disable_alerts.php:136 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/massive/massive_copy_modules.php:71 +#: ../../godmode/massive/massive_copy_modules.php:182 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/users/configure_user.php:624 +#: ../../godmode/users/user_list.php:227 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/reporting/reporting_builder.item_editor.php:868 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/graph_builder.main.php:116 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/netflow/nf_edit.php:119 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/modules/manage_network_components.php:479 +#: ../../godmode/modules/manage_network_components.php:568 +#: ../../godmode/modules/manage_network_templates_form.php:200 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_templates_form.php:300 +#: ../../godmode/modules/manage_network_components_form_common.php:101 +#: ../../godmode/agentes/configurar_agente.php:363 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/agentes/agent_manager.php:270 +#: ../../godmode/agentes/modificar_agente.php:145 +#: ../../godmode/agentes/modificar_agente.php:489 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/planned_downtime.list.php:393 +msgid "Group" +msgstr "Group" + +#: ../../operation/events/events_list.php:562 +#: ../../operation/events/events.build_table.php:191 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3562 +#: ../../godmode/events/event_filter.php:110 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../godmode/events/event_edit_filter.php:235 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1408 +msgid "Event type" +msgstr "Event type" + +#: ../../operation/events/events_list.php:565 +#: ../../operation/agentes/status_monitor.php:303 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../mobile/operation/modules.php:43 +#: ../../include/functions_events.php:1428 ../../include/functions.php:1083 +#: ../../godmode/events/event_edit_filter.php:233 +#: ../../godmode/massive/massive_edit_agents.php:220 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:331 +msgid "Not normal" +msgstr "Not normal" + +#: ../../operation/events/events_list.php:575 +#: ../../godmode/events/event_filter.php:111 +#: ../../godmode/events/event_edit_filter.php:245 +msgid "Event status" +msgstr "Event status" + +#: ../../operation/events/events_list.php:578 +#: ../../mobile/operation/events.php:647 +#: ../../godmode/events/event_edit_filter.php:281 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +msgid "Max. hours old" +msgstr "Max. hours old" + +#: ../../operation/events/events_list.php:580 +#: ../../mobile/operation/events.php:485 +#: ../../include/functions_events.php:2372 +#: ../../godmode/events/event_edit_filter.php:301 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:938 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:954 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 +msgid "Repeated" +msgstr "Duplicate" + +#: ../../operation/events/events_list.php:581 +#: ../../godmode/events/event_edit_filter.php:299 +msgid "All events" +msgstr "All events" + +#: ../../operation/events/events_list.php:582 +#: ../../godmode/events/event_edit_filter.php:300 +msgid "Group events" +msgstr "Group events" + +#: ../../operation/events/events_list.php:583 +msgid "Group agents" +msgstr "Group agents" + +#: ../../operation/events/events_list.php:590 +#: ../../include/functions_visual_map_editor.php:483 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_edit_agents.php:422 +#: ../../godmode/agentes/module_manager_editor.php:515 +#: ../../godmode/agentes/agent_manager.php:428 +msgid "Advanced options" +msgstr "Advanced options" + +#: ../../operation/events/events_list.php:613 +msgid "Show events graph" +msgstr "Show the events graph" + +#: ../../operation/events/events_list.php:635 ../../operation/tree.php:184 +#: ../../operation/agentes/status_monitor.php:533 +#: ../../operation/agentes/alerts_status.php:390 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/users/user_list.php:243 +#: ../../godmode/reporting/reporting_builder.list_items.php:206 +#: ../../godmode/modules/manage_network_components.php:532 +#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 +msgid "Show Options" +msgstr "Show Options" + +#: ../../operation/events/events_list.php:637 +msgid "Event control filter" +msgstr "Event control filter" + +#: ../../operation/events/events_list.php:641 +msgid "Error creating filter." +msgstr "Error creating filter." + +#: ../../operation/events/events_list.php:642 +msgid "Error creating filter is duplicated." +msgstr "Cannot create filter: duplicate filter" + +#: ../../operation/events/events_list.php:643 +msgid "Filter created." +msgstr "Filter created." + +#: ../../operation/events/events_list.php:645 +msgid "Filter updated." +msgstr "Filter updated." + +#: ../../operation/events/events_list.php:646 +msgid "Error updating filter." +msgstr "Error updating filter." + +#: ../../operation/events/events_list.php:1081 +msgid "Filter name cannot be left blank" +msgstr "The filter's name cannot be left blank" + +#: ../../operation/events/events_list.php:1150 +#: ../../operation/events/events_list.php:1236 +msgid "none" +msgstr "none" + +#: ../../operation/events/events_list.php:1558 +msgid "Events generated -by agent-" +msgstr "Events generated -by agent-" + +#: ../../operation/events/events_list.php:1577 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/reporting/reporting_viewer.php:254 +#: ../../operation/reporting/reporting_viewer.php:274 +#: ../../operation/tree.php:391 ../../operation/netflow/nf_live_view.php:659 +#: ../../operation/agentes/estado_monitores.php:401 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../operation/agentes/stat_win.php:506 +#: ../../extensions/insert_data.php:210 +#: ../../godmode/alerts/configure_alert_template.php:1074 +#: ../../godmode/setup/news.php:297 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2023 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +msgid "Choose time" +msgstr "Choose time" + +#: ../../operation/events/events_list.php:1578 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/reporting/reporting_viewer.php:255 +#: ../../operation/reporting/reporting_viewer.php:275 +#: ../../operation/tree.php:392 ../../operation/netflow/nf_live_view.php:660 +#: ../../operation/agentes/estado_monitores.php:402 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../operation/agentes/stat_win.php:507 +#: ../../extensions/insert_data.php:211 +#: ../../godmode/alerts/configure_alert_template.php:1075 +#: ../../godmode/setup/news.php:298 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2024 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +msgid "Time" +msgstr "Time" + +#: ../../operation/events/events_list.php:1579 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/reporting/reporting_viewer.php:256 +#: ../../operation/reporting/reporting_viewer.php:276 +#: ../../operation/tree.php:393 ../../operation/netflow/nf_live_view.php:661 +#: ../../operation/agentes/estado_monitores.php:403 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../operation/agentes/stat_win.php:508 +#: ../../extensions/insert_data.php:212 ../../include/functions_html.php:860 +#: ../../godmode/alerts/configure_alert_template.php:1076 +#: ../../godmode/setup/news.php:299 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2025 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +msgid "Hour" +msgstr "Hour" + +#: ../../operation/events/events_list.php:1580 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/tree.php:394 ../../operation/netflow/nf_live_view.php:662 +#: ../../operation/agentes/estado_monitores.php:404 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../operation/agentes/stat_win.php:509 +#: ../../extensions/insert_data.php:213 ../../include/functions_html.php:861 +#: ../../godmode/alerts/configure_alert_template.php:1077 +#: ../../godmode/setup/news.php:300 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2026 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +msgid "Minute" +msgstr "Minute" + +#: ../../operation/events/events_list.php:1581 +#: ../../operation/reporting/graph_viewer.php:271 +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/tree.php:395 ../../operation/netflow/nf_live_view.php:663 +#: ../../operation/agentes/estado_monitores.php:405 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../operation/agentes/stat_win.php:510 +#: ../../extensions/insert_data.php:214 +#: ../../godmode/alerts/configure_alert_template.php:1078 +#: ../../godmode/setup/news.php:301 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2027 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +msgid "Second" +msgstr "Second" + +#: ../../operation/events/events_list.php:1582 +#: ../../operation/reporting/graph_viewer.php:272 +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/tree.php:396 ../../operation/netflow/nf_live_view.php:664 +#: ../../operation/agentes/estado_monitores.php:406 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../operation/agentes/stat_win.php:511 +#: ../../extensions/insert_data.php:215 ../../include/functions.php:436 +#: ../../include/functions.php:570 +#: ../../godmode/alerts/configure_alert_template.php:1079 +#: ../../godmode/setup/news.php:302 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2028 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +msgid "Now" +msgstr "Now" + +#: ../../operation/events/events_list.php:1583 +#: ../../operation/reporting/graph_viewer.php:273 +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/tree.php:397 ../../operation/netflow/nf_live_view.php:665 +#: ../../operation/agentes/estado_monitores.php:407 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../operation/agentes/stat_win.php:512 +#: ../../extensions/insert_data.php:216 ../../mobile/include/ui.class.php:571 +#: ../../mobile/include/ui.class.php:610 +#: ../../include/functions_snmp_browser.php:441 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../godmode/alerts/configure_alert_template.php:1080 +#: ../../godmode/setup/news.php:303 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2029 +#: ../../godmode/agentes/planned_downtime.editor.php:1175 +msgid "Close" +msgstr "Close" + +#: ../../operation/events/events_rss.php:32 +msgid "Your IP is not into the IP list with API access." +msgstr "Your IP is not on the list of IPs with API access." + +#: ../../operation/events/events_rss.php:46 +msgid "The URL of your feed has bad hash." +msgstr "Your feed's URL has a bad hash" + +#: ../../operation/events/events_rss.php:178 +#: ../../operation/events/events.php:77 ../../mobile/operation/events.php:111 +#: ../../include/functions_graph.php:2256 +#: ../../include/functions_graph.php:2922 +#: ../../include/functions_graph.php:3350 +#: ../../include/functions_graph.php:3353 +#: ../../include/functions_reporting_html.php:878 +#: ../../include/functions_reporting_html.php:1695 +#: ../../include/functions_events.php:988 +#: ../../include/functions_events.php:1419 +#: ../../include/functions_reporting.php:6365 ../../include/functions.php:1042 +#: ../../godmode/setup/setup_general.php:66 +msgid "System" +msgstr "System" + +#: ../../operation/events/event_statistics.php:37 +#: ../../operation/agentes/tactical.php:203 +#: ../../include/functions_events.php:1025 +msgid "Event graph" +msgstr "Event graph" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "Event graph by user" + +#: ../../operation/events/event_statistics.php:57 +#: ../../operation/agentes/tactical.php:209 +#: ../../include/functions_events.php:1030 +msgid "Event graph by agent" +msgstr "Event graph by agent" + +#: ../../operation/events/event_statistics.php:61 +#: ../../include/functions_reporting_html.php:1769 +msgid "Amount events validated" +msgstr "Amount of events validated" + +#: ../../operation/events/events.build_table.php:37 +msgid "More detail" +msgstr "More detail" + +#: ../../operation/events/events.build_table.php:85 +#: ../../operation/events/events.build_table.php:89 +msgid "The Agent: " +msgstr "The Agent: " + +#: ../../operation/events/events.build_table.php:86 +#: ../../operation/events/events.build_table.php:90 +msgid " has " +msgstr " has " + +#: ../../operation/events/events.build_table.php:87 +#: ../../operation/events/events.build_table.php:91 +msgid " events." +msgstr " events." + +#: ../../operation/events/events.build_table.php:118 +#: ../../operation/events/events.build_table.php:787 +#: ../../mobile/operation/events.php:790 +#: ../../include/functions_reporting_html.php:3769 +#: ../../include/functions_events.php:865 +#: ../../include/functions_events.php:869 +#: ../../include/functions_reporting.php:1327 +#: ../../include/functions_reporting.php:1495 +msgid "No events" +msgstr "No events" + +#: ../../operation/events/events.build_table.php:133 +#: ../../operation/incidents/incident.php:335 +#: ../../extensions/api_checker.php:137 +#: ../../include/functions_events.php:3511 +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/setup/os.list.php:33 ../../godmode/groups/group_list.php:337 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/modules/module_list.php:58 +#: ../../godmode/agentes/module_manager_editor_common.php:156 +#: ../../godmode/agentes/agent_manager.php:163 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/agent_incidents.php:85 +msgid "ID" +msgstr "ID" + +#: ../../operation/events/events.build_table.php:149 +#: ../../mobile/operation/events.php:469 +#: ../../include/functions_events.php:2333 +#: ../../include/functions_events.php:3525 +msgid "Event ID" +msgstr "Event ID" + +#: ../../operation/events/events.build_table.php:155 +#: ../../mobile/operation/events.php:108 +#: ../../include/functions_events.php:3530 +msgid "Event Name" +msgstr "Event Name" + +#: ../../operation/events/events.build_table.php:161 +#: ../../mobile/operation/modules.php:495 +#: ../../mobile/operation/modules.php:753 +#: ../../include/functions_treeview.php:555 +#: ../../include/functions_reporting_html.php:2072 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:908 +#: ../../include/functions_events.php:3536 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../godmode/agentes/agent_manager.php:155 +#: ../../godmode/agentes/modificar_agente.php:477 +msgid "Agent name" +msgstr "Agent name" + +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:582 +#: ../../operation/search_users.php:68 +#: ../../extensions/disabled/ssh_gateway.php:59 +#: ../../extensions/api_checker.php:114 +#: ../../extensions/users_connected.php:77 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 ../../general/logon_ok.php:224 +#: ../../general/logon_ok.php:420 ../../general/login_page.php:135 +#: ../../general/login_page.php:160 +#: ../../include/functions_reporting_html.php:3585 +#: ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3547 +#: ../../include/functions_events.php:3928 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 ../../include/functions.php:2312 +#: ../../godmode/setup/setup_ehorus.php:73 +#: ../../godmode/events/custom_events.php:77 +#: ../../godmode/events/custom_events.php:155 +#: ../../godmode/admin_access_logs.php:63 +#: ../../godmode/admin_access_logs.php:188 +msgid "User" +msgstr "User" + +#: ../../operation/events/events.build_table.php:179 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/incidents/incident.php:342 +#: ../../mobile/operation/events.php:477 ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2353 +#: ../../include/functions_events.php:3552 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../godmode/agentes/agent_incidents.php:92 +msgid "Owner" +msgstr "Owner" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3568 +msgid "Agent Module" +msgstr "Agent Module" + +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:583 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1751 +#: ../../include/functions_events.php:3584 +#: ../../include/functions_events.php:3929 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +msgid "Comment" +msgstr "Comment" + +#: ../../operation/events/events.build_table.php:223 +#: ../../operation/users/user_edit.php:506 ../../operation/tree.php:49 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/agentes/status_monitor.php:343 +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/group_view.php:164 +#: ../../mobile/operation/events.php:514 ../../general/firts_task/tags.php:25 +#: ../../include/functions_treeview.php:165 +#: ../../include/functions_reporting_html.php:2113 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2446 +#: ../../include/functions_events.php:3589 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/massive/massive_edit_modules.php:562 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/users/configure_user.php:625 +#: ../../godmode/modules/manage_network_components_form_common.php:200 +#: ../../godmode/tag/edit_tag.php:57 +msgid "Tags" +msgstr "Tags" + +#: ../../operation/events/events.build_table.php:229 +#: ../../operation/agentes/pandora_networkmap.editor.php:194 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/incidents/incident.php:341 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2146 +#: ../../include/functions_events.php:2261 +#: ../../include/functions_events.php:3594 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/reporting/reporting_builder.item_editor.php:881 +#: ../../godmode/agentes/agent_incidents.php:91 +msgid "Source" +msgstr "Source" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3599 +msgid "Extra ID" +msgstr "Extra ID" + +#: ../../operation/events/events.build_table.php:241 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3604 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +msgid "ACK Timestamp" +msgstr "ACK Timestamp" + +#: ../../operation/events/events.build_table.php:247 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2190 +#: ../../include/functions_events.php:2202 +#: ../../include/functions_events.php:2214 +#: ../../include/functions_events.php:2226 +#: ../../include/functions_events.php:2231 +#: ../../include/functions_events.php:2236 +#: ../../include/functions_events.php:2240 +#: ../../include/functions_events.php:3609 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +msgid "Instructions" +msgstr "Instructions" + +#: ../../operation/events/events.build_table.php:304 +#: ../../mobile/operation/events.php:247 ../../include/ajax/events.php:447 +#: ../../include/functions_reporting_html.php:845 +#: ../../include/functions_reporting_html.php:1061 +#: ../../include/functions_reporting_html.php:1667 +#: ../../include/functions_events.php:928 +#: ../../include/functions_events.php:2402 +#: ../../include/functions_events.php:3657 +#: ../../include/functions_reporting.php:6339 +msgid "New event" +msgstr "New event" + +#: ../../operation/events/events.build_table.php:308 +#: ../../operation/events/events.php:614 ../../operation/events/events.php:643 +#: ../../operation/events/events.php:644 ../../operation/events/events.php:864 +#: ../../operation/events/events.php:869 ../../operation/events/events.php:870 +#: ../../mobile/operation/events.php:251 ../../include/ajax/events.php:451 +#: ../../include/functions_reporting_html.php:849 +#: ../../include/functions_reporting_html.php:1065 +#: ../../include/functions_reporting_html.php:1671 +#: ../../include/functions_events.php:932 +#: ../../include/functions_events.php:2406 +#: ../../include/functions_events.php:3661 +#: ../../include/functions_reporting.php:6343 +msgid "Event validated" +msgstr "Event validated" + +#: ../../operation/events/events.build_table.php:312 +#: ../../operation/events/events.php:676 ../../operation/events/events.php:714 +#: ../../operation/events/events.php:715 ../../operation/events/events.php:874 +#: ../../operation/events/events.php:888 ../../operation/events/events.php:889 +#: ../../mobile/operation/events.php:255 ../../include/ajax/events.php:455 +#: ../../include/functions_reporting_html.php:853 +#: ../../include/functions_reporting_html.php:1069 +#: ../../include/functions_reporting_html.php:1675 +#: ../../include/functions_events.php:936 +#: ../../include/functions_events.php:2410 +#: ../../include/functions_events.php:3665 +#: ../../include/functions_reporting.php:6347 +msgid "Event in process" +msgstr "Event in process" + +#: ../../operation/events/events.build_table.php:581 +#: ../../operation/reporting/graph_viewer.php:195 +#: ../../operation/netflow/nf_live_view.php:234 +#: ../../extensions/insert_data.php:182 +#: ../../extensions/users_connected.php:79 +#: ../../mobile/operation/tactical.php:310 ../../general/logon_ok.php:226 +#: ../../general/logon_ok.php:423 +#: ../../include/functions_reporting_html.php:1806 +#: ../../include/functions_reporting_html.php:1810 +#: ../../include/functions_reporting_html.php:1813 +#: ../../include/functions_reporting_html.php:1828 +#: ../../include/functions_reporting_html.php:3588 +#: ../../include/functions_events.php:3927 +#: ../../include/functions_reporting.php:2349 +#: ../../include/functions_reporting.php:2382 ../../include/functions.php:2314 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1116 +#: ../../godmode/admin_access_logs.php:190 +msgid "Date" +msgstr "Date" + +#: ../../operation/events/events.build_table.php:677 +#: ../../include/functions_events.php:4023 +msgid "Validate event" +msgstr "Validate event" + +#: ../../operation/events/events.build_table.php:687 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_events.php:1761 +#: ../../include/functions_events.php:4033 +msgid "Delete event" +msgstr "Delete event" + +#: ../../operation/events/events.build_table.php:692 +#: ../../operation/events/events.php:705 ../../operation/events/events.php:709 +#: ../../operation/events/events.php:879 ../../operation/events/events.php:883 +#: ../../include/functions_events.php:4038 +msgid "Is not allowed delete events in process" +msgstr "You cannot delete events in process." + +#: ../../operation/events/events.build_table.php:754 +msgid "Validate selected" +msgstr "Validate selected" + +#: ../../operation/events/events.build_table.php:770 +#: ../../godmode/snmpconsole/snmp_alert.php:1331 +#: ../../godmode/agentes/agent_manager.php:220 +msgid "Delete selected" +msgstr "Delete selected items" + +#: ../../operation/events/sound_events.php:68 +msgid "Sound console" +msgstr "Sound console" + +#: ../../operation/events/sound_events.php:82 +#: ../../operation/events/events.php:72 +#: ../../operation/netflow/nf_live_view.php:254 +#: ../../operation/search_modules.php:49 +#: ../../operation/agentes/ver_agente.php:806 +#: ../../mobile/operation/networkmaps.php:77 +#: ../../mobile/operation/networkmaps.php:78 +#: ../../mobile/operation/networkmaps.php:140 +#: ../../mobile/operation/networkmaps.php:141 +#: ../../mobile/operation/networkmaps.php:196 +#: ../../mobile/operation/visualmaps.php:61 +#: ../../mobile/operation/visualmaps.php:62 +#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 +#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 +#: ../../mobile/operation/events.php:623 +#: ../../include/functions_snmp_browser.php:410 +#: ../../include/ajax/module.php:738 +#: ../../include/functions_visual_map_editor.php:400 +#: ../../include/functions_visual_map_editor.php:419 +#: ../../include/functions_reporting_html.php:809 +#: ../../include/functions_reporting_html.php:818 +#: ../../include/functions_reporting_html.php:1023 +#: ../../include/functions_reporting_html.php:1033 +#: ../../include/functions_reporting_html.php:1641 +#: ../../include/functions_reporting_html.php:2105 +#: ../../include/functions_reporting_html.php:3095 +#: ../../include/functions_events.php:901 +#: ../../include/functions_events.php:2367 +#: ../../godmode/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:216 +#: ../../godmode/reporting/reporting_builder.item_editor.php:620 +#: ../../godmode/reporting/reporting_builder.list_items.php:166 #: ../../godmode/reporting/reporting_builder.list_items.php:193 -#: ../../godmode/reporting/visual_console_builder.wizard.php:294 -#: ../../godmode/servers/servers.build_table.php:68 +#: ../../godmode/reporting/reporting_builder.list_items.php:286 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/modules/manage_network_components.php:566 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components_form_common.php:69 +#: ../../godmode/agentes/module_manager_editor_common.php:186 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../godmode/agentes/module_manager.php:131 +#: ../../godmode/agentes/module_manager.php:557 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/agent_template.php:229 +msgid "Type" +msgstr "Type" + +#: ../../operation/events/sound_events.php:84 +#: ../../include/functions_reporting.php:7125 +msgid "Monitor critical" +msgstr "Monitor in critical status" + +#: ../../operation/events/sound_events.php:85 +#: ../../include/functions_reporting.php:7140 +msgid "Monitor unknown" +msgstr "Monitor in unknown status" + +#: ../../operation/events/sound_events.php:86 +#: ../../include/functions_reporting.php:7129 +msgid "Monitor warning" +msgstr "Monitor in warning status" + +#: ../../operation/events/events.php:71 +msgid "Event" +msgstr "Event" + +#: ../../operation/events/events.php:195 +msgid "" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" +msgstr "" +"Event viewer is disabled due to event replication. For more information, " +"please contact the administrator." + +#: ../../operation/events/events.php:334 +#: ../../operation/users/user_edit.php:278 ../../godmode/events/events.php:37 +msgid "Event list" +msgstr "Event list" + +#: ../../operation/events/events.php:339 +msgid "History event list" +msgstr "History event list" + +#: ../../operation/events/events.php:344 +msgid "RSS Events" +msgstr "RSS Events" + +#: ../../operation/events/events.php:349 +msgid "Marquee display" +msgstr "Marquee display" + +#: ../../operation/events/events.php:354 +msgid "Export to CSV file" +msgstr "Export to CSV file" + +#: ../../operation/events/events.php:358 ../../operation/events/events.php:397 +msgid "Sound events" +msgstr "Sound events" + +#: ../../operation/events/events.php:365 ../../godmode/events/events.php:85 +#: ../../godmode/events/events.php:88 +#: ../../godmode/users/configure_profile.php:283 +msgid "Manage events" +msgstr "Manage events" + +#: ../../operation/events/events.php:401 +msgid "History" +msgstr "History" + +#: ../../operation/events/events.php:446 +msgid "Main event view" +msgstr "Main event view" + +#: ../../operation/events/events.php:452 +#: ../../operation/reporting/graph_viewer.php:159 +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/visual_console/render_view.php:167 +#: ../../operation/gis_maps/render_view.php:115 +#: ../../extensions/agents_modules.php:120 +#: ../../extensions/agents_alerts.php:96 +msgid "Back to normal mode" +msgstr "Return to windowed mode" + +#: ../../operation/events/events.php:464 +msgid "No events selected" +msgstr "No events selected" + +#: ../../operation/events/events.php:490 +msgid "Successfully validated" +msgstr "Successfully validated" + +#: ../../operation/events/events.php:491 ../../operation/events/events.php:768 +#: ../../operation/events/events.php:920 +msgid "Could not be validated" +msgstr "Could not be validated" + +#: ../../operation/events/events.php:495 +msgid "Successfully set in process" +msgstr "Set in process successfully" + +#: ../../operation/events/events.php:496 +msgid "Could not be set in process" +msgstr "Could not be set in process" + +#: ../../operation/events/events.php:800 +msgid "Successfully delete" +msgstr "Successfully deleted" + +#: ../../operation/events/events.php:803 +msgid "Error deleting event" +msgstr "Error deleting event" + +#: ../../operation/users/webchat.php:71 +msgid "Webchat" +msgstr "Webchat" + +#: ../../operation/users/webchat.php:82 +msgid "Users Online" +msgstr "Users Online" + +#: ../../operation/users/webchat.php:86 +#: ../../operation/messages/message_edit.php:92 +#: ../../operation/messages/message_edit.php:210 +msgid "Message" +msgstr "Message" + +#: ../../operation/users/webchat.php:90 +#: ../../operation/messages/message_edit.php:217 +msgid "Send message" +msgstr "Send message" + +#: ../../operation/users/webchat.php:157 +msgid "Connection established...get last 24h messages..." +msgstr "Connection established - retrieving messages from the past 24hs." + +#: ../../operation/users/webchat.php:168 +msgid "Error in connection." +msgstr "Error in connection." + +#: ../../operation/users/webchat.php:249 +msgid "Error sendding message." +msgstr "Error sending message." + +#: ../../operation/users/webchat.php:277 +msgid "Error login." +msgstr "Login error." + +#: ../../operation/users/user_edit.php:62 +#: ../../godmode/users/configure_user.php:90 +msgid "User detail editor" +msgstr "User detail editor" + +#: ../../operation/users/user_edit.php:130 +#: ../../operation/users/user_edit.php:137 +msgid "Password successfully updated" +msgstr "Password successfully updated" + +#: ../../operation/users/user_edit.php:131 +#: ../../operation/users/user_edit.php:138 +#, php-format +msgid "Error updating passwords: %s" +msgstr "Error updating passwords: %s" + +#: ../../operation/users/user_edit.php:143 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" +msgstr "" +"The passwords didn't match or another problem occurred during password " +"update." + +#: ../../operation/users/user_edit.php:154 +#: ../../operation/users/user_edit.php:164 +#: ../../godmode/users/configure_user.php:303 +#: ../../godmode/users/configure_user.php:313 +#: ../../godmode/users/configure_user.php:341 +#: ../../godmode/users/configure_user.php:347 +#: ../../godmode/users/configure_user.php:375 +msgid "User info successfully updated" +msgstr "User info successfully updated" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:165 +msgid "Error updating user info" +msgstr "Error updating user info" + +#: ../../operation/users/user_edit.php:175 +msgid "Edit my User" +msgstr "Edit my User" + +#: ../../operation/users/user_edit.php:186 +#: ../../godmode/users/configure_user.php:445 +msgid "Full (display) name" +msgstr "Full (display) name" + +#: ../../operation/users/user_edit.php:208 +#: ../../godmode/users/configure_user.php:477 +#: ../../godmode/users/user_list.php:407 +msgid "E-mail" +msgstr "E-mail" + +#: ../../operation/users/user_edit.php:210 +#: ../../godmode/users/configure_user.php:481 +msgid "Phone number" +msgstr "Phone number" + +#: ../../operation/users/user_edit.php:219 +msgid "New Password" +msgstr "New Password" + +#: ../../operation/users/user_edit.php:221 +#: ../../godmode/users/configure_user.php:457 +msgid "Password confirmation" +msgstr "Password confirmation" + +#: ../../operation/users/user_edit.php:229 +msgid "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" + +#: ../../operation/users/user_edit.php:238 +msgid "If checkbox is clicked then block size global configuration is used" +msgstr "If checkbox is clicked then block size global configuration is used" + +#: ../../operation/users/user_edit.php:251 +#: ../../include/functions_config.php:469 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/users/configure_user.php:515 +msgid "Interactive charts" +msgstr "Interactive charts" + +#: ../../operation/users/user_edit.php:251 +#: ../../godmode/setup/setup_visuals.php:460 +#: ../../godmode/users/configure_user.php:515 +msgid "Whether to use Javascript or static PNG graphs" +msgstr "Whether to use Javascript or static PNG graphs" + +#: ../../operation/users/user_edit.php:255 +#: ../../godmode/users/configure_user.php:449 +msgid "Language" +msgstr "Language" + +#: ../../operation/users/user_edit.php:274 +msgid "Home screen" +msgstr "Home screen" + +#: ../../operation/users/user_edit.php:274 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type " +"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view" +msgstr "" +"User can customise the home page. By default, it will display 'Agent " +"Detail'. Example: Select 'Other' and type " +"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view" + +#: ../../operation/users/user_edit.php:284 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../operation/users/user_edit.php:322 +#: ../../godmode/users/configure_user.php:509 +#: ../../godmode/groups/configure_group.php:196 +msgid "Skin" +msgstr "Skin" + +#: ../../operation/users/user_edit.php:334 +#: ../../include/functions_config.php:359 +#: ../../godmode/setup/setup_auth.php:128 +msgid "Double authentication" +msgstr "Double authentication" + +#: ../../operation/users/user_edit.php:339 +msgid "Show information" +msgstr "Show information" + +#: ../../operation/users/user_edit.php:345 +msgid "Event filter" +msgstr "Event filter" + +#: ../../operation/users/user_edit.php:350 +msgid "Newsletter Subscribed" +msgstr "Newsletter Subscribed" + +#: ../../operation/users/user_edit.php:352 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "Already subscribed to Pandora FMS newsletter" + +#: ../../operation/users/user_edit.php:355 +#: ../../general/login_identification_wizard.php:167 +msgid "Subscribe to our newsletter" +msgstr "Subscribe to our newsletter" + +#: ../../operation/users/user_edit.php:358 +msgid "Newsletter Reminder" +msgstr "Newsletter Reminder" + +#: ../../operation/users/user_edit.php:414 +msgid "Autorefresh" +msgstr "Autorefresh" + +#: ../../operation/users/user_edit.php:414 +msgid "This will activate autorefresh in selected pages" +msgstr "This will activate autorefresh in selected pages" + +#: ../../operation/users/user_edit.php:421 +msgid "Full list of pages" +msgstr "Full list of pages" + +#: ../../operation/users/user_edit.php:423 +msgid "List of pages with autorefresh" +msgstr "List of pages with autorefresh" + +#: ../../operation/users/user_edit.php:429 +msgid "Push selected pages into autorefresh list" +msgstr "Push selected pages into autorefresh list" + +#: ../../operation/users/user_edit.php:433 +msgid "Pop selected pages out of autorefresh list" +msgstr "Pop selected pages out of autorefresh list" + +#: ../../operation/users/user_edit.php:448 +#: ../../mobile/operation/events.php:518 ../../general/logon_ok.php:228 +#: ../../general/logon_ok.php:425 ../../include/ajax/events.php:302 +#: ../../include/functions_reporting_html.php:3590 +#: ../../include/functions.php:2316 ../../godmode/users/configure_user.php:485 +#: ../../godmode/servers/manage_recontask_form.php:359 +#: ../../godmode/admin_access_logs.php:192 +msgid "Comments" +msgstr "Comments" + +#: ../../operation/users/user_edit.php:469 +msgid "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" + +#: ../../operation/users/user_edit.php:479 +#: ../../operation/users/user_edit.php:487 +#: ../../godmode/users/configure_user.php:604 +#: ../../godmode/users/configure_user.php:613 +msgid "Profiles/Groups assigned to this user" +msgstr "Profiles/Groups assigned to this user" + +#: ../../operation/users/user_edit.php:504 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/users/configure_profile.php:242 +#: ../../godmode/users/configure_user.php:623 +msgid "Profile name" +msgstr "Profile name" + +#: ../../operation/users/user_edit.php:541 +msgid "This user doesn't have any assigned profile/group." +msgstr "This user doesn't have any profile/group assigned" + +#: ../../operation/users/user_edit.php:693 +#: ../../operation/users/user_edit.php:758 +#: ../../operation/users/user_edit.php:829 ../../general/logon_failed.php:21 +#: ../../include/ajax/double_auth.ajax.php:247 +#: ../../include/ajax/double_auth.ajax.php:342 +#: ../../include/ajax/double_auth.ajax.php:387 +#: ../../include/ajax/double_auth.ajax.php:501 +msgid "Authentication error" +msgstr "Authentication error" + +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:761 +#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 +#: ../../include/ajax/double_auth.ajax.php:250 +#: ../../include/ajax/double_auth.ajax.php:345 +#: ../../include/ajax/double_auth.ajax.php:390 +#: ../../include/ajax/double_auth.ajax.php:505 +#: ../../include/functions_ui.php:228 ../../include/functions_events.php:1176 +#: ../../include/functions_events.php:1422 ../../include/functions.php:1043 +#: ../../godmode/massive/massive_edit_plugins.php:813 +#: ../../godmode/massive/massive_edit_plugins.php:814 +#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 +msgid "Error" +msgstr "Error" + +#: ../../operation/users/user_edit.php:700 +#: ../../operation/users/user_edit.php:765 +#: ../../include/ajax/double_auth.ajax.php:254 +#: ../../include/ajax/double_auth.ajax.php:349 +#: ../../include/ajax/double_auth.ajax.php:394 +#: ../../include/ajax/double_auth.ajax.php:509 +msgid "There was an error loading the data" +msgstr "There was an error sending the data" + +#: ../../operation/users/user_edit.php:710 +msgid "Double autentication information" +msgstr "Double autentication information" + +#: ../../operation/users/user_edit.php:773 +#: ../../operation/users/user_edit.php:849 +msgid "Double autentication activation" +msgstr "Double autentication activation" + +#: ../../operation/users/user_edit.php:799 +msgid "The double authentication will be deactivated" +msgstr "Double authentication will be deactivated" + +#: ../../operation/users/user_edit.php:800 +msgid "Deactivate" +msgstr "Deactivate" + +#: ../../operation/users/user_edit.php:832 +msgid "The double autentication was deactivated successfully" +msgstr "Double authentication was deactivated successfully" + +#: ../../operation/users/user_edit.php:835 +#: ../../operation/users/user_edit.php:839 +msgid "There was an error deactivating the double autentication" +msgstr "There was an error deactivating the double autentication" + +#: ../../operation/reporting/custom_reporting.php:32 +#: ../../operation/reporting/graph_viewer.php:344 +msgid "There are no defined reportings" +msgstr "There are no defined reportings" + +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +#: ../../godmode/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/netflow/nf_item_list.php:106 +#: ../../godmode/netflow/nf_item_list.php:127 +#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../godmode/agentes/planned_downtime.list.php:108 +msgid "Not deleted. Error deleting data" +msgstr "Could not be deleted. Error deleting data." + +#: ../../operation/reporting/graph_viewer.php:137 +#: ../../godmode/reporting/graph_builder.php:203 +#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 +msgid "Graph list" +msgstr "Graph list" + +#: ../../operation/reporting/graph_viewer.php:140 +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/visual_console/pure_ajax.php:110 +#: ../../operation/visual_console/render_view.php:113 +#: ../../godmode/reporting/reporting_builder.main.php:51 +#: ../../godmode/reporting/graph_builder.php:206 +#: ../../godmode/reporting/reporting_builder.php:1957 +#: ../../godmode/reporting/reporting_builder.php:1985 +#: ../../godmode/reporting/visual_console_builder.php:668 +msgid "Main data" +msgstr "Main data" + +#: ../../operation/reporting/graph_viewer.php:143 +#: ../../godmode/reporting/graph_builder.php:209 +msgid "Graph editor" +msgstr "Graph editor" + +#: ../../operation/reporting/graph_viewer.php:149 +#: ../../godmode/reporting/graph_builder.php:212 +msgid "View graph" +msgstr "View graph" + +#: ../../operation/reporting/graph_viewer.php:154 +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/visual_console/pure_ajax.php:136 +#: ../../operation/visual_console/render_view.php:139 +#: ../../operation/gis_maps/render_view.php:111 +#: ../../extensions/disabled/matrix_events.php:31 +#: ../../extensions/agents_modules.php:115 +#: ../../extensions/agents_alerts.php:91 +msgid "Full screen mode" +msgstr "Full screen mode" + +#: ../../operation/reporting/graph_viewer.php:184 +msgid "No data." +msgstr "No data." + +#: ../../operation/reporting/graph_viewer.php:207 +#: ../../operation/agentes/interface_traffic_graph_win.php:233 +#: ../../operation/agentes/stat_win.php:338 +#: ../../operation/agentes/graphs.php:136 +msgid "Time range" +msgstr "Time range" + +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../operation/reporting/graph_viewer.php:239 +msgid "Graph defined" +msgstr "Graph defined" + +#: ../../operation/reporting/graph_viewer.php:217 +#: ../../include/functions_visual_map_editor.php:325 +#: ../../godmode/setup/setup_visuals.php:481 +#: ../../godmode/setup/setup_visuals.php:490 +#: ../../godmode/reporting/graph_builder.main.php:157 +msgid "Area" +msgstr "Area" + +#: ../../operation/reporting/graph_viewer.php:218 +#: ../../godmode/reporting/graph_builder.main.php:158 +msgid "Stacked area" +msgstr "Stacked area" + +#: ../../operation/reporting/graph_viewer.php:219 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:324 +#: ../../include/functions_visual_map_editor.php:612 +#: ../../godmode/setup/setup_visuals.php:484 +#: ../../godmode/setup/setup_visuals.php:493 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/reporting/graph_builder.main.php:159 +msgid "Line" +msgstr "Line" + +#: ../../operation/reporting/graph_viewer.php:220 +#: ../../godmode/reporting/graph_builder.main.php:160 +msgid "Stacked line" +msgstr "Stacked line" + +#: ../../operation/reporting/graph_viewer.php:221 +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Bullet chart" +msgstr "Bullet chart" + +#: ../../operation/reporting/graph_viewer.php:222 +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Gauge" +msgstr "Gauge" + +#: ../../operation/reporting/graph_viewer.php:223 +msgid "Horizontal Bars" +msgstr "Horizontal Bars" + +#: ../../operation/reporting/graph_viewer.php:224 +msgid "Vertical Bars" +msgstr "Vertical Bars" + +#: ../../operation/reporting/graph_viewer.php:225 +#: ../../godmode/reporting/graph_builder.main.php:165 +msgid "Pie" +msgstr "Pie chart" + +#: ../../operation/reporting/graph_viewer.php:230 +#: ../../godmode/reporting/graph_builder.main.php:169 +msgid "Equalize maximum thresholds" +msgstr "Equalize maximum thresholds" + +#: ../../operation/reporting/graph_viewer.php:231 +#: ../../godmode/reporting/graph_builder.main.php:170 +msgid "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" +msgstr "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" + +#: ../../operation/reporting/graph_viewer.php:240 +msgid "Zoom x1" +msgstr "Zoom x1" + +#: ../../operation/reporting/graph_viewer.php:241 +msgid "Zoom x2" +msgstr "Zoom x2" + +#: ../../operation/reporting/graph_viewer.php:242 +msgid "Zoom x3" +msgstr "Zoom x3" + +#: ../../operation/reporting/graph_viewer.php:247 +#: ../../operation/visual_console/render_view.php:176 +#: ../../operation/visual_console/public_console.php:112 +#: ../../operation/servers/recon_view.php:49 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/agents_alerts.php:79 ../../general/login_page.php:46 +#: ../../general/login_page.php:199 +#: ../../include/functions_pandora_networkmap.php:751 +#: ../../include/ajax/module.php:807 +msgid "Refresh" +msgstr "Refresh" + +#: ../../operation/reporting/graph_viewer.php:310 +#: ../../operation/reporting/reporting_viewer.php:314 +msgid "Invalid date selected" +msgstr "Invalid date selected" + +#: ../../operation/reporting/graph_viewer.php:317 +msgid "Custom graph viewer" +msgstr "Custom graph viewer" + +#: ../../operation/reporting/graph_viewer.php:328 +#: ../../operation/search_graphs.php:33 ../../godmode/reporting/graphs.php:152 +msgid "Graph name" +msgstr "Graph name" + +#: ../../operation/reporting/reporting_viewer.php:77 +#: ../../godmode/netflow/nf_item_list.php:39 +msgid "Report list" +msgstr "Report list" + +#: ../../operation/reporting/reporting_viewer.php:86 +#: ../../godmode/reporting/reporting_builder.php:1960 +msgid "List items" +msgstr "List items" + +#: ../../operation/reporting/reporting_viewer.php:90 +#: ../../godmode/reporting/reporting_builder.php:1963 +msgid "Item editor" +msgstr "Item editor" + +#: ../../operation/reporting/reporting_viewer.php:98 +#: ../../godmode/reporting/reporting_builder.php:1972 +msgid "View report" +msgstr "View report" + +#: ../../operation/reporting/reporting_viewer.php:147 +msgid "View Report" +msgstr "View Report" + +#: ../../operation/reporting/reporting_viewer.php:186 +msgid "Set initial date" +msgstr "Set initial date" + +#: ../../operation/reporting/reporting_viewer.php:194 +#: ../../operation/agentes/gis_view.php:181 +#: ../../godmode/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:536 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:143 +msgid "From" +msgstr "From" + +#: ../../operation/reporting/reporting_viewer.php:197 +#: ../../include/functions_reporting_html.php:119 +msgid "Items period before" +msgstr "Items period before" + +#: ../../operation/reporting/reporting_viewer.php:198 +#: ../../include/ajax/alert_list.ajax.php:159 +#: ../../include/functions_reporting.php:9962 +#: ../../godmode/alerts/alert_list.list.php:533 +#: ../../godmode/alerts/alert_list.list.php:619 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:185 +msgid "to" +msgstr "to" + +#: ../../operation/reporting/reporting_viewer.php:212 +msgid "Invalid date selected. Initial date must be before end date." +msgstr "Invalid date selected. Initial date must be before end date." + +#: ../../operation/reporting/reporting_viewer.php:234 +#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 +#: ../../godmode/massive/massive_copy_modules.php:164 +msgid "Loading" +msgstr "Loading" + +#: ../../operation/tree.php:55 ../../operation/tree.php:94 +#: ../../operation/gis_maps/ajax.php:276 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 +#: ../../operation/agentes/estado_generalagente.php:127 +#: ../../operation/agentes/estado_agente.php:507 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:316 +#: ../../include/functions_reporting_html.php:2074 +#: ../../include/functions_events.php:2033 +#: ../../godmode/massive/massive_edit_agents.php:305 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/agentes/agent_manager.php:282 +#: ../../godmode/agentes/modificar_agente.php:485 +msgid "OS" +msgstr "OS" + +#: ../../operation/tree.php:61 +#: ../../operation/agentes/pandora_networkmap.php:400 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../mobile/operation/home.php:50 ../../mobile/operation/groups.php:66 +#: ../../mobile/include/functions_web.php:26 +#: ../../include/functions_maps.php:40 +#: ../../include/functions_networkmap.php:1632 +#: ../../godmode/reporting/visual_console_builder.wizard.php:260 +msgid "Groups" +msgstr "Groups" + +#: ../../operation/tree.php:67 ../../extensions/module_groups.php:325 +#: ../../godmode/menu.php:49 +msgid "Module groups" +msgstr "Module groups" + +#: ../../operation/tree.php:73 ../../operation/search_results.php:134 +#: ../../operation/search_agents.php:63 +#: ../../operation/agentes/exportdata.php:275 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 +#: ../../operation/agentes/estado_agente.php:522 +#: ../../operation/agentes/graphs.php:123 +#: ../../extensions/agents_modules.php:313 ../../mobile/operation/home.php:64 +#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:327 +#: ../../mobile/operation/agents.php:328 ../../mobile/operation/agent.php:233 +#: ../../mobile/operation/modules.php:186 #: ../../include/functions_reports.php:563 #: ../../include/functions_reports.php:565 #: ../../include/functions_reports.php:567 @@ -1309,124 +3496,3521 @@ msgstr "There are no agents with modules" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:575 #: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:3246 -#: ../../mobile/operation/agent.php:233 ../../mobile/operation/agents.php:79 -#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agents.php:328 -#: ../../mobile/operation/home.php:64 ../../mobile/operation/modules.php:186 -#: ../../operation/agentes/estado_agente.php:522 -#: ../../operation/agentes/exportdata.php:275 -#: ../../operation/agentes/graphs.php:123 -#: ../../operation/agentes/group_view.php:121 -#: ../../operation/agentes/group_view.php:159 -#: ../../operation/search_agents.php:63 ../../operation/search_results.php:134 -#: ../../operation/tree.php:73 -#: ../../enterprise/dashboard/widgets/agent_module.php:256 -#: ../../enterprise/dashboard/widgets/groups_status.php:160 -#: ../../enterprise/dashboard/widgets/service_map.php:98 -#: ../../enterprise/dashboard/widgets/top_n.php:332 -#: ../../enterprise/dashboard/widgets/tree_view.php:37 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/godmode/policies/policies.php:389 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:788 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:430 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:309 -#: ../../enterprise/godmode/policies/policy_modules.php:389 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:138 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:161 -#: ../../enterprise/include/functions_policies.php:3212 -#: ../../enterprise/include/functions_reporting_pdf.php:562 -#: ../../enterprise/include/functions_reporting_pdf.php:714 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1649 -#: ../../enterprise/meta/monitoring/group_view.php:99 -#: ../../enterprise/meta/monitoring/group_view.php:137 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/operation/services/services.service_map.php:140 +#: ../../include/functions_reporting_html.php:3236 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_edit_modules.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/visual_console_builder.wizard.php:294 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1053 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 +#: ../../godmode/reporting/reporting_builder.list_items.php:164 +#: ../../godmode/reporting/reporting_builder.list_items.php:190 +#: ../../godmode/db/db_refine.php:95 +#: ../../godmode/servers/servers.build_table.php:68 +#: ../../godmode/agentes/configurar_agente.php:302 +#: ../../godmode/agentes/configurar_agente.php:535 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/planned_downtime.editor.php:757 +#: ../../godmode/agentes/planned_downtime.editor.php:831 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 +#: ../../godmode/agentes/modificar_agente.php:574 msgid "Modules" msgstr "Modules" -#: ../../extensions/agents_modules.php:347 -msgid "Previous modules" -msgstr "Previous modules" +#: ../../operation/tree.php:80 ../../include/functions_maps.php:37 +#: ../../include/functions_networkmap.php:1635 +msgid "Policies" +msgstr "Policies" -#: ../../extensions/agents_modules.php:386 -msgid "More modules" -msgstr "More modules" +#: ../../operation/tree.php:88 +#, php-format +msgid "Sort the agents by %s" +msgstr "Sort the agents by %s" -#: ../../extensions/agents_modules.php:506 -#: ../../extensions/module_groups.php:296 -#: ../../godmode/snmpconsole/snmp_alert.php:1343 -#: ../../include/functions_reporting_html.php:1444 -#: ../../operation/snmpconsole/snmp_view.php:935 -#: ../../enterprise/dashboard/widgets/service_map.php:49 -#: ../../enterprise/dashboard/widgets/service_map.php:74 -#: ../../enterprise/operation/services/services.service_map.php:116 -msgid "Legend" -msgstr "Graph Key" +#: ../../operation/tree.php:91 +msgid "tags" +msgstr "tags" -#: ../../extensions/agents_modules.php:507 -#: ../../include/functions_reporting_html.php:1445 -msgid "Orange cell when the module has fired alerts" -msgstr "Cell turns orange when there are alerts for that module" +#: ../../operation/tree.php:97 +msgid "groups" +msgstr "groups" -#: ../../extensions/agents_modules.php:508 -#: ../../include/functions_reporting_html.php:1446 -msgid "Red cell when the module has a critical status" -msgstr "Cell turns red when a module is in 'critical' status" +#: ../../operation/tree.php:100 +msgid "module groups" +msgstr "module groups" -#: ../../extensions/agents_modules.php:509 -#: ../../include/functions_reporting_html.php:1447 -msgid "Yellow cell when the module has a warning status" -msgstr "Cell turns yellow when a module is in 'warning' status" +#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71 +#: ../../godmode/setup/license.php:74 ../../godmode/setup/license.php:77 +#: ../../godmode/setup/license.php:80 +msgid "modules" +msgstr "modules" -#: ../../extensions/agents_modules.php:510 -#: ../../include/functions_reporting_html.php:1448 -msgid "Green cell when the module has a normal status" -msgstr "Cell turns green when a module is in 'normal' status" +#: ../../operation/tree.php:107 +msgid "policies" +msgstr "policies" -#: ../../extensions/agents_modules.php:511 -#: ../../include/functions_reporting_html.php:1449 -msgid "Grey cell when the module has an unknown status" -msgstr "Cell turns grey when the module is in 'unknown' status" +#: ../../operation/tree.php:131 ../../operation/tree.php:156 +#: ../../operation/tree.php:303 ../../operation/netflow/nf_live_view.php:322 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/estado_monitores.php:450 +#: ../../operation/agentes/tactical.php:152 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39 +#: ../../include/functions_groups.php:821 +#: ../../include/functions_groups.php:823 +#: ../../include/functions_groups.php:825 +#: ../../include/functions_groups.php:826 +#: ../../include/functions_groups.php:827 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_graph.php:2186 +#: ../../include/functions_graph.php:3284 +#: ../../include/functions_graph.php:3285 +#: ../../include/functions_graph.php:5231 +#: ../../include/functions_reporting_html.php:1567 +#: ../../include/functions_events.php:1465 ../../include/functions.php:873 +#: ../../include/functions.php:1077 ../../include/functions.php:1084 +#: ../../include/functions.php:1114 +#: ../../godmode/massive/massive_edit_agents.php:216 +#: ../../godmode/massive/massive_delete_agents.php:113 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../godmode/massive/massive_copy_modules.php:77 +#: ../../godmode/massive/massive_copy_modules.php:190 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../godmode/netflow/nf_edit_form.php:207 +msgid "Normal" +msgstr "Normal" -#: ../../extensions/agents_modules.php:512 -#: ../../include/functions_reporting_html.php:1450 -msgid "Cell turns grey when the module is in 'not initialize' status" -msgstr "Cell turns grey when the module is in 'not initialize' status" +#: ../../operation/tree.php:132 ../../operation/tree.php:157 +#: ../../operation/tree.php:288 ../../operation/netflow/nf_live_view.php:273 +#: ../../operation/gis_maps/render_view.php:150 +#: ../../operation/agentes/status_monitor.php:300 +#: ../../operation/agentes/estado_monitores.php:452 +#: ../../operation/agentes/tactical.php:151 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40 +#: ../../include/functions_groups.php:830 +#: ../../include/functions_groups.php:832 +#: ../../include/functions_groups.php:834 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_groups.php:836 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:2185 +#: ../../include/functions_graph.php:3292 +#: ../../include/functions_graph.php:3293 +#: ../../include/functions_graph.php:5234 +#: ../../include/functions_reporting_html.php:1571 +#: ../../include/functions_events.php:1468 ../../include/functions.php:876 +#: ../../include/functions.php:1079 ../../include/functions.php:1082 +#: ../../include/functions.php:1117 ../../godmode/setup/setup_netflow.php:70 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_edit_agents.php:407 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/massive/massive_copy_modules.php:78 +#: ../../godmode/massive/massive_copy_modules.php:191 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/servers/manage_recontask_form.php:189 +msgid "Warning" +msgstr "Warning" -#: ../../extensions/agents_modules.php:554 -msgid "Agents/Modules view" -msgstr "Agent/Module view" +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:149 +#: ../../operation/agentes/status_monitor.php:301 +#: ../../operation/agentes/estado_monitores.php:448 +#: ../../operation/agentes/tactical.php:150 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41 +#: ../../include/functions_groups.php:839 +#: ../../include/functions_groups.php:841 +#: ../../include/functions_groups.php:843 +#: ../../include/functions_groups.php:844 +#: ../../include/functions_groups.php:845 ../../include/functions_ui.php:2001 +#: ../../include/functions_graph.php:2184 +#: ../../include/functions_graph.php:3300 +#: ../../include/functions_graph.php:3301 +#: ../../include/functions_graph.php:5237 +#: ../../include/functions_reporting_html.php:680 +#: ../../include/functions_reporting_html.php:1569 +#: ../../include/functions_reporting_html.php:2528 +#: ../../include/functions_events.php:1471 ../../include/functions.php:879 +#: ../../include/functions.php:1081 ../../include/functions.php:1082 +#: ../../include/functions.php:1084 ../../include/functions.php:1120 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_delete_agents.php:115 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../godmode/massive/massive_copy_modules.php:79 +#: ../../godmode/massive/massive_copy_modules.php:192 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:329 +msgid "Critical" +msgstr "Critical" + +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 ../../operation/agentes/status_monitor.php:302 +#: ../../operation/agentes/pandora_networkmap.view.php:245 +#: ../../operation/agentes/estado_monitores.php:453 +#: ../../operation/agentes/tactical.php:153 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42 +#: ../../include/ajax/module.php:824 +#: ../../include/functions_visual_map.php:1580 +#: ../../include/functions_visual_map.php:1601 +#: ../../include/functions_visual_map.php:1617 +#: ../../include/functions_visual_map.php:1633 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_groups.php:803 +#: ../../include/functions_groups.php:805 +#: ../../include/functions_groups.php:807 +#: ../../include/functions_groups.php:808 +#: ../../include/functions_groups.php:809 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 ../../include/functions_reports.php:426 +#: ../../include/functions_graph.php:773 +#: ../../include/functions_graph.php:2187 +#: ../../include/functions_graph.php:3957 ../../include/functions_maps.php:46 +#: ../../include/graphs/functions_flot.php:459 +#: ../../include/functions_reporting_html.php:490 +#: ../../include/functions_reporting_html.php:569 +#: ../../include/functions_reporting_html.php:1552 +#: ../../include/functions_reporting_html.php:1573 +#: ../../include/functions_reporting_html.php:2036 +#: ../../include/functions_reporting_html.php:2198 +#: ../../include/functions_alerts.php:584 +#: ../../include/functions_events.php:1392 +#: ../../include/functions_events.php:2855 +#: ../../include/functions_reporting.php:3410 ../../include/functions.php:1032 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:330 +msgid "Unknown" +msgstr "Unknown" + +#: ../../operation/tree.php:135 ../../operation/tree.php:160 +#: ../../operation/tree.php:298 ../../operation/agentes/status_monitor.php:304 +#: ../../operation/agentes/tactical.php:154 +#: ../../operation/agentes/group_view.php:167 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../mobile/operation/modules.php:44 +#: ../../include/functions_groups.php:812 +#: ../../include/functions_groups.php:814 +#: ../../include/functions_groups.php:816 +#: ../../include/functions_groups.php:817 +#: ../../include/functions_groups.php:818 +#: ../../include/functions_graph.php:2190 +#: ../../include/functions_reporting_html.php:1575 +#: ../../godmode/massive/massive_edit_agents.php:221 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_edit_modules.php:301 +#: ../../godmode/massive/massive_edit_modules.php:332 +msgid "Not init" +msgstr "Not initialised" + +#: ../../operation/tree.php:138 +msgid "Agent status" +msgstr "Agent status" + +#: ../../operation/tree.php:140 +msgid "Search agent" +msgstr "Search agent" + +#: ../../operation/tree.php:147 ../../operation/netflow/nf_live_view.php:320 +#: ../../operation/agentes/estado_monitores.php:474 +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/incidents/incident.php:230 +#: ../../godmode/snmpconsole/snmp_alert.php:1014 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/reporting/reporting_builder.item_editor.php:663 +#: ../../godmode/reporting/reporting_builder.list_items.php:174 +#: ../../godmode/reporting/reporting_builder.list_items.php:197 +#: ../../godmode/netflow/nf_item_list.php:148 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/agentes/module_manager.php:49 ../../godmode/tag/tag.php:161 +msgid "Filter" +msgstr "Filter" + +#: ../../operation/tree.php:163 +#: ../../include/functions_reporting_html.php:2751 +msgid "Module status" +msgstr "Module status" + +#: ../../operation/tree.php:165 +msgid "Search module" +msgstr "Search module" + +#: ../../operation/tree.php:189 +msgid "Tree search" +msgstr "Tree search" + +#: ../../operation/tree.php:264 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 +msgid "No data found" +msgstr "No data found" + +#: ../../operation/tree.php:271 ../../mobile/operation/groups.php:125 +#: ../../include/functions_reporting_html.php:3459 +#: ../../include/functions_reporting.php:7216 ../../godmode/db/db_main.php:99 +msgid "Total agents" +msgstr "Total amount of agents" + +#: ../../operation/tree.php:272 +msgid "Total modules" +msgstr "Total modules" + +#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:165 +#: ../../operation/agentes/gis_view.php:194 +#: ../../include/functions_reporting_html.php:1550 +#: ../../include/functions_reporting_html.php:1565 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +msgid "Total" +msgstr "Total" + +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 ../../include/functions_graph.php:2109 +#: ../../include/functions_reporting.php:7061 +#: ../../include/functions_reporting.php:7082 +msgid "Fired alerts" +msgstr "Triggered alerts" + +#: ../../operation/tree.php:281 +msgid "Critical agents" +msgstr "Critical agents" + +#: ../../operation/tree.php:282 ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "Modules in critical status" + +#: ../../operation/tree.php:286 +msgid "Warning agents" +msgstr "Agents in 'Warning' status" + +#: ../../operation/tree.php:287 ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "Modules in warning status" + +#: ../../operation/tree.php:291 +msgid "Unknown agents" +msgstr "Agents in 'Unknown' status" + +#: ../../operation/tree.php:292 ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "Unknown modules" + +#: ../../operation/tree.php:296 +msgid "Not init agents" +msgstr "Uninitialised agents" + +#: ../../operation/tree.php:297 ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "Modules in uninitialised status" + +#: ../../operation/tree.php:301 +msgid "Normal agents" +msgstr "Agents in 'Normal' status" + +#: ../../operation/tree.php:302 ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "Modules in normal status" + +#: ../../operation/tree.php:357 +#: ../../operation/agentes/status_monitor.php:1530 +#: ../../operation/agentes/estado_monitores.php:367 +msgid "Module: " +msgstr "Module: " + +#: ../../operation/netflow/nf_live_view.php:108 +#: ../../operation/netflow/nf_live_view.php:133 +#: ../../operation/netflow/nf_live_view.php:137 +msgid "Netflow live view" +msgstr "Netflow live view" + +#: ../../operation/netflow/nf_live_view.php:113 +#: ../../godmode/setup/setup_general.php:110 +#: ../../godmode/netflow/nf_edit.php:43 +msgid "Not supported in Windows systems" +msgstr "Not supported for Windows systems" + +#: ../../operation/netflow/nf_live_view.php:122 +#, php-format +msgid "nfdump binary (%s) not found!" +msgstr "nfdump binary (%s) not found!" + +#: ../../operation/netflow/nf_live_view.php:127 +msgid "Make sure nfdump version 1.6.8 or newer is installed!" +msgstr "Make sure that nfdump version 1.6.8 or newer is installed !" + +#: ../../operation/netflow/nf_live_view.php:132 +#: ../../operation/agentes/ver_agente.php:961 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit_form.php:65 +#: ../../godmode/netflow/nf_edit.php:47 +msgid "Main" +msgstr "Main" + +#: ../../operation/netflow/nf_live_view.php:149 +msgid "Error creating filter" +msgstr "Error creating filter" + +#: ../../operation/netflow/nf_live_view.php:152 +msgid "Filter created successfully" +msgstr "Filter created successfully" + +#: ../../operation/netflow/nf_live_view.php:167 +msgid "Filter updated successfully" +msgstr "Filter updated successfully" + +#: ../../operation/netflow/nf_live_view.php:168 +msgid "Error updating filter" +msgstr "Error updating filter" + +#: ../../operation/netflow/nf_live_view.php:193 +msgid "Draw live filter" +msgstr "Draw live filter" + +#: ../../operation/netflow/nf_live_view.php:224 +msgid "Connection" +msgstr "Connection" + +#: ../../operation/netflow/nf_live_view.php:240 +#: ../../godmode/agentes/planned_downtime.editor.php:510 +#: ../../godmode/agentes/planned_downtime.editor.php:521 +msgid "Date format in Pandora is year/month/day" +msgstr "Date format for Pandora FMS is YY/MM/DD" + +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../godmode/alerts/configure_alert_template.php:544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:848 +#: ../../godmode/reporting/reporting_builder.item_editor.php:857 +#: ../../godmode/agentes/planned_downtime.editor.php:512 +#: ../../godmode/agentes/planned_downtime.editor.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:591 +#: ../../godmode/agentes/planned_downtime.editor.php:599 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "Watch format in Pandora FMS is hours (24h):minutes:seconds" + +#: ../../operation/netflow/nf_live_view.php:245 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 +#: ../../operation/search_agents.php:56 +#: ../../operation/agentes/status_monitor.php:966 +#: ../../operation/agentes/estado_generalagente.php:200 +#: ../../operation/agentes/estado_agente.php:512 +#: ../../mobile/operation/modules.php:540 +#: ../../mobile/operation/modules.php:543 +#: ../../mobile/operation/modules.php:544 +#: ../../mobile/operation/modules.php:755 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:581 +#: ../../include/functions_reporting_html.php:2110 +#: ../../godmode/massive/massive_edit_agents.php:301 +#: ../../godmode/massive/massive_edit_modules.php:464 +#: ../../godmode/servers/manage_recontask_form.php:252 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/modules/manage_network_components_form_common.php:104 +#: ../../godmode/agentes/module_manager_editor_common.php:379 +#: ../../godmode/agentes/module_manager_editor_common.php:405 +#: ../../godmode/agentes/agent_manager.php:276 +#: ../../godmode/agentes/module_manager.php:560 +msgid "Interval" +msgstr "Interval" + +#: ../../operation/netflow/nf_live_view.php:248 +#: ../../include/functions_netflow.php:1134 +#: ../../include/functions_netflow.php:1144 +#: ../../include/functions_netflow.php:1161 +#: ../../include/functions_netflow.php:1169 +#: ../../include/functions_netflow.php:1193 +#: ../../godmode/reporting/reporting_builder.item_editor.php:735 +msgid "Resolution" +msgstr "Resolution" + +#: ../../operation/netflow/nf_live_view.php:248 +msgid "The interval will be divided in chunks the length of the resolution." +msgstr "The interval will be divided in chunks the length of the resolution." + +#: ../../operation/netflow/nf_live_view.php:258 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 +#: ../../godmode/netflow/nf_item_list.php:150 +msgid "Max. values" +msgstr "Max. values" + +#: ../../operation/netflow/nf_live_view.php:274 +#: ../../godmode/setup/setup_netflow.php:70 +msgid "IP address resolution can take a lot of time" +msgstr "This process can take a long time" + +#: ../../operation/netflow/nf_live_view.php:283 +msgid "IP address resolution" +msgstr "IP Address Resolution" + +#: ../../operation/netflow/nf_live_view.php:284 +#: ../../godmode/setup/setup_netflow.php:69 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Resolves IP addresses in order to obtain the hostname" + +#: ../../operation/netflow/nf_live_view.php:305 +#: ../../operation/search_users.php:41 ../../operation/gis_maps/gis_map.php:89 +#: ../../operation/search_helps.php:36 ../../operation/search_maps.php:31 +#: ../../operation/agentes/pandora_networkmap.php:398 +#: ../../operation/agentes/pandora_networkmap.editor.php:180 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../mobile/operation/networkmaps.php:195 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../include/functions_pandora_networkmap.php:1385 +#: ../../include/functions_pandora_networkmap.php:1418 +#: ../../include/functions_pandora_networkmap.php:1579 +#: ../../include/functions_filemanager.php:580 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_reporting_html.php:808 +#: ../../include/functions_reporting_html.php:817 +#: ../../include/functions_reporting_html.php:1640 +#: ../../include/functions_reporting_html.php:2104 +#: ../../include/functions_reporting_html.php:3809 +#: ../../include/functions_events.php:2018 +#: ../../include/functions_events.php:2068 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/configure_alert_template.php:747 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 +#: ../../godmode/events/event_filter.php:108 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 +#: ../../godmode/reporting/reporting_builder.main.php:65 +#: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:653 +#: ../../godmode/reporting/reporting_builder.list_items.php:303 +#: ../../godmode/reporting/graph_builder.main.php:103 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/netflow/nf_edit.php:118 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/servers/recon_script.php:95 +#: ../../godmode/servers/recon_script.php:348 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/servers/modificar_server.php:46 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/groups/configure_modu_group.php:69 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:116 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/modules/manage_nc_groups_form.php:67 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_components_form_common.php:54 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/agentes/module_manager_editor_common.php:149 +#: ../../godmode/agentes/module_manager_editor_common.php:655 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../godmode/agentes/module_manager.php:545 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/edit_tag.php:169 +msgid "Name" +msgstr "Name" + +#: ../../operation/netflow/nf_live_view.php:323 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:693 +#: ../../godmode/alerts/configure_alert_template.php:707 +#: ../../godmode/alerts/configure_alert_template.php:776 +#: ../../godmode/users/configure_user.php:533 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/modules/manage_network_components_form_common.php:60 +msgid "Advanced" +msgstr "Advanced" + +#: ../../operation/netflow/nf_live_view.php:335 +msgid "Select a filter" +msgstr "Select a filter" + +#: ../../operation/netflow/nf_live_view.php:349 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "Dst Ip" +msgstr "DST IP" + +#: ../../operation/netflow/nf_live_view.php:349 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "" +"Destination IP. A comma separated list of destination ip. If we leave the " +"field blank, will show all ip. Example filter by " +"ip:
                25.46.157.214,160.253.135.249" +msgstr "" +"Destination IP: a list of destined IPs separated by commas. Leaving this " +"field blank will show all IPs. Example: filter by IP number: " +"
                25.46.157.214,160.253.135.249" + +#: ../../operation/netflow/nf_live_view.php:358 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "Src Ip" +msgstr "SRC IP" + +#: ../../operation/netflow/nf_live_view.php:358 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "" +"Source IP. A comma separated list of source ip. If we leave the field blank, " +"will show all ip. Example filter by ip:
                25.46.157.214,160.253.135.249" +msgstr "" +"Source IP: a list of source IPs separated by commas. Leaving this field " +"blank will show all IPs. Example: filter by IP " +"number:
                25.46.157.214,160.253.135.249" + +#: ../../operation/netflow/nf_live_view.php:370 +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Port" +msgstr "DST port" + +#: ../../operation/netflow/nf_live_view.php:370 +#: ../../godmode/netflow/nf_edit_form.php:216 +msgid "" +"Destination port. A comma separated list of destination ports. If we leave " +"the field blank, will show all ports. Example filter by ports 80 and " +"22:
                80,22" +msgstr "" +"Destination port: a list of possible destination ports, separated by commas. " +"If we leave this field blank, all ports will be shown. Example: filtering by " +"ports 80 and 22:
                80,22" + +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Port" +msgstr "SRC Port" + +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../godmode/netflow/nf_edit_form.php:219 +msgid "" +"Source port. A comma separated list of source ports. If we leave the field " +"blank, will show all ports. Example filter by ports 80 and 22:
                80,22" +msgstr "" +"Source Port: a list of possible source ports, separated by commas. If we " +"leave this field blank, all ports will be shown. Example: filter by ports 80 " +"and 22:
                80,22" + +#: ../../operation/netflow/nf_live_view.php:397 +#: ../../godmode/netflow/nf_edit_form.php:225 +msgid "Aggregate by" +msgstr "Aggregate by" + +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../include/functions_netflow.php:1660 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Protocol" +msgstr "Protocol" + +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Ip Address" +msgstr "SRC IP address" + +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Ip Address" +msgstr "DST IP address" + +#: ../../operation/netflow/nf_live_view.php:402 +msgid "Router ip" +msgstr "Router IP" + +#: ../../operation/netflow/nf_live_view.php:405 +#: ../../godmode/netflow/nf_edit_form.php:230 +msgid "Output format" +msgstr "Output format" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../include/functions_netflow.php:1640 +#: ../../include/functions_config.php:447 +#: ../../include/functions_config.php:1494 +msgid "Bytes" +msgstr "Bytes" + +#: ../../operation/netflow/nf_live_view.php:406 +msgid "Bytes per second" +msgstr "Bytes per second" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes" +msgstr "Kilobytes" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes" +msgstr "Megabytes" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes per second" +msgstr "Kilobytes per second" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes per second" +msgstr "Megabytes per second" + +#: ../../operation/netflow/nf_live_view.php:417 +msgid "Draw" +msgstr "Draw" + +#: ../../operation/netflow/nf_live_view.php:421 +msgid "Save as new filter" +msgstr "Save as a new filter" + +#: ../../operation/netflow/nf_live_view.php:422 +msgid "Update current filter" +msgstr "Update current filter" + +#: ../../operation/netflow/nf_live_view.php:436 +msgid "No filter selected" +msgstr "No filter selected" + +#: ../../operation/visual_console/pure_ajax.php:96 +#: ../../operation/visual_console/render_view.php:96 +#: ../../godmode/reporting/visual_console_builder.php:662 +msgid "Visual consoles list" +msgstr "Visual consoles list" + +#: ../../operation/visual_console/pure_ajax.php:105 +#: ../../operation/visual_console/render_view.php:108 +#: ../../operation/gis_maps/render_view.php:128 +#: ../../godmode/reporting/visual_console_builder.php:665 +msgid "Show link to public Visual Console" +msgstr "Show link to public Visual Console" + +#: ../../operation/visual_console/pure_ajax.php:113 +#: ../../operation/visual_console/render_view.php:116 +#: ../../godmode/reporting/visual_console_builder.php:671 +msgid "List elements" +msgstr "List elements" + +#: ../../operation/visual_console/pure_ajax.php:118 +#: ../../operation/visual_console/render_view.php:121 +#: ../../godmode/reporting/visual_console_builder.php:676 +msgid "Services wizard" +msgstr "Services wizard" + +#: ../../operation/visual_console/pure_ajax.php:123 +#: ../../operation/visual_console/render_view.php:126 +#: ../../godmode/reporting/visual_console_builder.wizard.php:354 +#: ../../godmode/reporting/visual_console_builder.php:681 +msgid "Wizard" +msgstr "Wizard" + +#: ../../operation/visual_console/pure_ajax.php:126 +#: ../../operation/visual_console/render_view.php:129 +#: ../../godmode/reporting/visual_console_builder.php:684 +msgid "Builder" +msgstr "Builder" + +#: ../../operation/visual_console/pure_ajax.php:130 +#: ../../operation/visual_console/render_view.php:133 +#: ../../operation/agentes/estado_agente.php:577 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:185 +#: ../../godmode/setup/setup_visuals.php:204 +#: ../../godmode/setup/setup_visuals.php:220 +#: ../../godmode/setup/setup_visuals.php:292 +#: ../../godmode/reporting/visual_console_builder.php:687 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/agentes/configurar_agente.php:281 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:582 +msgid "View" +msgstr "View" -#: ../../extensions/agents_modules.php:574 -#: ../../operation/events/events.php:579 -#: ../../operation/visual_console/public_console.php:153 #: ../../operation/visual_console/render_view.php:232 +#: ../../operation/visual_console/public_console.php:153 msgid "Until refresh" msgstr "Until refresh" +#: ../../operation/visual_console/public_console.php:130 +#: ../../general/header.php:147 +msgid "QR code of the page" +msgstr "Page QR Code" + +#: ../../operation/search_users.php:44 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../godmode/tag/tag.php:203 ../../godmode/tag/edit_tag.php:195 +msgid "Email" +msgstr "E-mail" + +#: ../../operation/search_users.php:47 ../../operation/gis_maps/ajax.php:219 +#: ../../operation/gis_maps/ajax.php:321 ../../operation/search_agents.php:66 +#: ../../operation/agentes/ver_agente.php:696 +#: ../../operation/agentes/estado_generalagente.php:205 +#: ../../operation/agentes/estado_agente.php:531 +#: ../../mobile/operation/agents.php:85 ../../mobile/operation/agents.php:337 +#: ../../mobile/operation/agents.php:339 ../../mobile/operation/agents.php:341 +#: ../../mobile/operation/agents.php:342 ../../mobile/operation/agent.php:161 +#: ../../include/ajax/module.php:751 ../../include/functions_treeview.php:602 +#: ../../include/functions_events.php:2038 +#: ../../godmode/users/user_list.php:272 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +msgid "Last contact" +msgstr "Last contact" + +#: ../../operation/search_users.php:50 +msgid "Profile" +msgstr "Profile" + +#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275 +#: ../../godmode/users/user_list.php:413 +msgid "Admin" +msgstr "Admin" + +#: ../../operation/search_users.php:64 +#: ../../godmode/users/configure_user.php:468 +#: ../../godmode/users/user_list.php:414 +msgid "Administrator" +msgstr "Administrator" + +#: ../../operation/search_users.php:69 +#: ../../godmode/users/configure_user.php:473 +msgid "Standard User" +msgstr "Standard User" + +#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:457 +msgid "The user doesn't have any assigned profile/group" +msgstr "The user doesn't have any assigned profile/group" + +#: ../../operation/gis_maps/gis_map.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:214 +msgid "GIS Maps list" +msgstr "List of GIS maps" + +#: ../../operation/gis_maps/gis_map.php:94 +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/reporting/reporting_builder.php:567 +#: ../../godmode/reporting/reporting_builder.php:687 +#: ../../godmode/reporting/reporting_builder.list_items.php:305 +#: ../../godmode/reporting/graphs.php:163 +#: ../../godmode/servers/servers.build_table.php:76 +#: ../../godmode/servers/plugin.php:739 +msgid "Op." +msgstr "Op." + +#: ../../operation/gis_maps/gis_map.php:175 +msgid "No maps found" +msgstr "No maps found" + +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:470 +#: ../../godmode/snmpconsole/snmp_alert.php:980 +#: ../../godmode/snmpconsole/snmp_alert.php:1339 +#: ../../godmode/snmpconsole/snmp_filters.php:108 +#: ../../godmode/snmpconsole/snmp_filters.php:156 +#: ../../godmode/alerts/configure_alert_special_days.php:106 +#: ../../godmode/alerts/alert_special_days.php:464 +#: ../../godmode/alerts/alert_special_days.php:482 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_list.list.php:742 +#: ../../godmode/alerts/alert_list.php:329 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/setup/news.php:204 ../../godmode/setup/gis.php:93 +#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76 +#: ../../godmode/setup/links.php:117 +#: ../../godmode/events/event_edit_filter.php:405 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/users/configure_user.php:588 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1186 +#: ../../godmode/reporting/graph_builder.main.php:186 +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/servers/manage_recontask.php:392 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/groups/configure_group.php:225 +#: ../../godmode/modules/manage_nc_groups.php:245 +#: ../../godmode/modules/manage_nc_groups_form.php:84 +#: ../../godmode/modules/manage_network_components.php:645 +#: ../../godmode/modules/manage_network_components_form.php:279 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/agentes/module_manager_editor.php:540 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/agent_manager.php:495 +#: ../../godmode/agentes/module_manager.php:136 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/tag/edit_tag.php:232 +msgid "Create" +msgstr "Create" + +#: ../../operation/gis_maps/gis_map.php:194 +msgid "Caution: Do you want delete the map?" +msgstr "Caution: Do you want delete the map?" + +#: ../../operation/gis_maps/gis_map.php:201 +msgid "Do you want to set default the map?" +msgstr "Do you wish to set this map as default?" + +#: ../../operation/gis_maps/gis_map.php:209 +msgid "There was error on setup the default map." +msgstr "There was an error setting up the default map" + +#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 +msgid "Position (Lat, Long, Alt)" +msgstr "Position (Lat, Long, Alt)" + +#: ../../operation/gis_maps/ajax.php:218 +msgid "Start contact" +msgstr "Start contact" + +#: ../../operation/gis_maps/ajax.php:220 +msgid "Num reports" +msgstr "Num reports" + +#: ../../operation/gis_maps/ajax.php:222 +#: ../../operation/agentes/gis_view.php:186 +msgid "Manual placement" +msgstr "Manual placement" + +#: ../../operation/gis_maps/ajax.php:258 +msgid "Default position of map." +msgstr "Default map position" + +#: ../../operation/gis_maps/ajax.php:269 +#: ../../include/functions_treeview.php:575 +#: ../../include/functions_reporting_html.php:2249 +#: ../../include/functions_reporting_html.php:2292 +#: ../../include/functions_events.php:2028 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../godmode/agentes/agent_manager.php:211 +msgid "IP Address" +msgstr "IP Address" + +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 +msgid "URL" +msgstr "URL" + +#: ../../operation/gis_maps/ajax.php:315 +#: ../../operation/agentes/estado_generalagente.php:159 +#: ../../include/functions_treeview.php:642 +msgid "Agent Version" +msgstr "Agent Version" + +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../operation/agentes/estado_generalagente.php:210 +#: ../../include/functions_ui.php:449 ../../include/functions_treeview.php:595 +#: ../../godmode/snmpconsole/snmp_alert.php:1217 +#: ../../godmode/db/db_main.php:183 +msgid "Never" +msgstr "Never" + +#: ../../operation/gis_maps/ajax.php:332 +#: ../../operation/agentes/estado_generalagente.php:205 +#: ../../operation/agentes/estado_agente.php:501 +#: ../../include/functions_treeview.php:602 +msgid "Remote" +msgstr "Remote" + +#: ../../operation/gis_maps/render_view.php:119 +#: ../../operation/agentes/estado_agente.php:135 ../../godmode/menu.php:231 +#: ../../godmode/menu.php:238 ../../godmode/agentes/configurar_agente.php:293 +#: ../../godmode/agentes/configurar_agente.php:520 +msgid "Setup" +msgstr "Setup" + +#: ../../operation/gis_maps/render_view.php:135 +#: ../../include/functions.php:2583 +msgid "5 seconds" +msgstr "5 seconds" + +#: ../../operation/gis_maps/render_view.php:136 +#: ../../include/functions.php:2584 +msgid "10 seconds" +msgstr "10 seconds" + +#: ../../operation/gis_maps/render_view.php:137 +#: ../../include/functions.php:2586 +msgid "30 seconds" +msgstr "30 seconds" + +#: ../../operation/gis_maps/render_view.php:138 +#: ../../extensions/agents_modules.php:104 +#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2587 +msgid "1 minute" +msgstr "1 minute" + +#: ../../operation/gis_maps/render_view.php:139 +#: ../../extensions/agents_modules.php:105 +#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2588 +msgid "2 minutes" +msgstr "2 minutes" + +#: ../../operation/gis_maps/render_view.php:140 +#: ../../extensions/agents_modules.php:106 +#: ../../extensions/agents_alerts.php:84 ../../include/ajax/module.php:132 +#: ../../include/functions.php:2589 +msgid "5 minutes" +msgstr "5 minutes" + +#: ../../operation/gis_maps/render_view.php:141 +#: ../../extensions/agents_modules.php:107 +#: ../../extensions/agents_alerts.php:85 +msgid "10 minutes" +msgstr "10 minutes" + +#: ../../operation/gis_maps/render_view.php:142 +#: ../../include/ajax/module.php:134 ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 ../../include/functions.php:2022 +#: ../../include/functions.php:2592 ../../godmode/setup/performance.php:105 +msgid "1 hour" +msgstr "1 hour" + +#: ../../operation/gis_maps/render_view.php:143 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 +msgid "2 hours" +msgstr "2 hours" + +#: ../../operation/gis_maps/render_view.php:145 +msgid "Refresh: " +msgstr "Refresh: " + +#: ../../operation/gis_maps/render_view.php:151 +#: ../../include/functions_config.php:531 +#: ../../include/functions_config.php:1551 +#: ../../godmode/massive/massive_edit_agents.php:405 +msgid "Ok" +msgstr "Ok" + +#: ../../operation/gis_maps/render_view.php:154 +msgid "Show agents by state: " +msgstr "Show agents according to status: " + +#: ../../operation/gis_maps/render_view.php:157 +msgid "Map" +msgstr "Map" + +#: ../../operation/messages/message_edit.php:35 +#: ../../operation/messages/message_list.php:32 +msgid "Received messages" +msgstr "Received messages" + +#: ../../operation/messages/message_edit.php:39 +#: ../../operation/messages/message_list.php:36 +msgid "Sent messages" +msgstr "Sent messages" + +#: ../../operation/messages/message_edit.php:43 +#: ../../operation/messages/message_list.php:40 +#: ../../operation/messages/message_list.php:226 +msgid "Create message" +msgstr "Create message" + +#: ../../operation/messages/message_edit.php:60 +msgid "This message does not exist in the system" +msgstr "This message doesn't exist on the system." + +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +#: ../../operation/messages/message_list.php:125 +msgid "Sender" +msgstr "Sender" + +#: ../../operation/messages/message_edit.php:80 +msgid "at" +msgstr "at" + +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +#: ../../operation/messages/message_list.php:123 +msgid "Destination" +msgstr "Destination" + +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +#: ../../operation/messages/message_list.php:126 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +#: ../../godmode/update_manager/update_manager.messages.php:136 +msgid "Subject" +msgstr "Subject" + +#: ../../operation/messages/message_edit.php:104 +msgid "wrote" +msgstr "wrote" + +#: ../../operation/messages/message_edit.php:119 +msgid "Reply" +msgstr "Reply" + +#: ../../operation/messages/message_edit.php:136 +#, php-format +msgid "Message successfully sent to user %s" +msgstr "Message successfully sent to user %s" + +#: ../../operation/messages/message_edit.php:137 +#, php-format +msgid "Error sending message to user %s" +msgstr "Error sending message to user %s" + +#: ../../operation/messages/message_edit.php:145 +msgid "Message successfully sent" +msgstr "Message successfully sent" + +#: ../../operation/messages/message_edit.php:146 +#, php-format +msgid "Error sending message to group %s" +msgstr "Error sending message to group %s" + +#: ../../operation/messages/message_edit.php:203 +msgid "Select user" +msgstr "Select user" + +#: ../../operation/messages/message_edit.php:204 +msgid "OR" +msgstr "OR" + +#: ../../operation/messages/message_edit.php:205 +msgid "Select group" +msgstr "Select group" + +#: ../../operation/messages/message_list.php:74 +msgid "Not deleted. Error deleting messages" +msgstr "Not deleted: error deleting the message(s)." + +#: ../../operation/messages/message_list.php:80 +#: ../../operation/messages/message_list.php:88 +msgid "You have" +msgstr "You have" + +#: ../../operation/messages/message_list.php:81 +msgid "sent message(s)" +msgstr "message(s) sent" + +#: ../../operation/messages/message_list.php:89 +msgid "unread message(s)" +msgstr "unread message(s)" + +#: ../../operation/messages/message_list.php:97 +msgid "There are no messages." +msgstr "There are no messages." + +#: ../../operation/messages/message_list.php:136 +msgid "Click to read" +msgstr "Click to read" + +#: ../../operation/messages/message_list.php:141 +msgid "Mark as unread" +msgstr "Mark as unread" + +#: ../../operation/messages/message_list.php:148 +#: ../../operation/messages/message_list.php:153 +msgid "Message unread - click to read" +msgstr "Message unread - click to read" + +#: ../../operation/messages/message_list.php:180 +msgid "No Subject" +msgstr "No Subject" + +#: ../../operation/search_helps.php:22 +msgid "Zero results found." +msgstr "Zero results found." + +#: ../../operation/search_helps.php:23 +#, php-format +msgid "" +"You can find more help in the Pandora's wiki" +msgstr "" +"You can find more help on the Pandora wiki" + +#: ../../operation/search_helps.php:37 +msgid "Matches" +msgstr "Matches" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "Recon View" + +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/search_agents.php:111 +#: ../../operation/agentes/ver_agente.php:947 +msgid "Manage" +msgstr "Manage" + +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../include/ajax/module.php:804 ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 ../../include/functions_ui.php:834 +msgid "Force" +msgstr "Force" + +#: ../../operation/servers/recon_view.php:89 +#: ../../godmode/servers/manage_recontask_form.php:218 +msgid "Task name" +msgstr "Task name" + +#: ../../operation/servers/recon_view.php:95 +#: ../../godmode/servers/manage_recontask_form.php:242 +#: ../../godmode/servers/manage_recontask.php:291 +msgid "Network" +msgstr "Network" + +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +msgid "Progress" +msgstr "Progress" + +#: ../../operation/servers/recon_view.php:107 +#: ../../operation/incidents/incident_detail.php:261 +msgid "Updated at" +msgstr "Updated at" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +msgid "Done" +msgstr "Done" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "Pending" + +#: ../../operation/servers/recon_view.php:145 +#: ../../godmode/servers/manage_recontask.php:314 +msgid "Network recon task" +msgstr "Network recon task" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "has no recon tasks assigned" + +#: ../../operation/search_maps.php:33 +msgid "Elements" +msgstr "Elements" + +#: ../../operation/search_modules.php:52 +#: ../../operation/agentes/status_monitor.php:977 +#: ../../extensions/realtime_graphs.php:72 +#: ../../include/functions_pandora_networkmap.php:1387 +#: ../../include/ajax/module.php:750 +#: ../../include/functions_visual_map_editor.php:56 +#: ../../include/functions_events.php:2103 +msgid "Graph" +msgstr "Graph" + +#: ../../operation/search_modules.php:53 +#: ../../operation/agentes/status_monitor.php:983 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/gis_view.php:194 +#: ../../extensions/insert_data.php:180 ../../extensions/insert_data.php:181 +#: ../../mobile/operation/modules.php:606 +#: ../../mobile/operation/modules.php:613 +#: ../../mobile/operation/modules.php:621 +#: ../../mobile/operation/modules.php:757 ../../include/ajax/module.php:749 +#: ../../include/functions_graph.php:3433 +#: ../../include/functions_reporting_html.php:1806 +#: ../../include/functions_reporting_html.php:1809 +#: ../../include/functions_reporting_html.php:1810 +#: ../../include/functions_reporting_html.php:1813 +#: ../../include/functions_netflow.php:311 +#: ../../include/functions_reporting.php:2349 +#: ../../include/functions_reporting.php:2383 +msgid "Data" +msgstr "Data" + +#: ../../operation/search_modules.php:104 +#: ../../operation/agentes/status_monitor.php:1143 +#: ../../mobile/operation/modules.php:451 +#: ../../mobile/operation/modules.php:504 +#: ../../include/functions_modules.php:1871 +msgid "NOT INIT" +msgstr "Not initialised" + +#: ../../operation/search_modules.php:108 +#: ../../operation/search_modules.php:125 +#: ../../operation/agentes/status_monitor.php:1148 +#: ../../operation/agentes/status_monitor.php:1152 +#: ../../operation/agentes/status_monitor.php:1183 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/pandora_networkmap.view.php:293 +#: ../../operation/agentes/pandora_networkmap.view.php:302 +#: ../../mobile/operation/modules.php:455 +#: ../../mobile/operation/modules.php:472 +#: ../../mobile/operation/modules.php:508 +#: ../../mobile/operation/modules.php:525 +#: ../../include/class/Tree.class.php:1500 +#: ../../include/functions_modules.php:1883 +#: ../../include/functions_modules.php:1891 +msgid "NORMAL" +msgstr "NORMAL" + +#: ../../operation/search_modules.php:112 +#: ../../operation/search_modules.php:132 +#: ../../operation/agentes/status_monitor.php:1158 +#: ../../operation/agentes/status_monitor.php:1162 +#: ../../operation/agentes/status_monitor.php:1195 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/pandora_networkmap.view.php:285 +#: ../../operation/agentes/pandora_networkmap.view.php:307 +#: ../../mobile/operation/modules.php:459 +#: ../../mobile/operation/modules.php:477 +#: ../../mobile/operation/modules.php:512 +#: ../../mobile/operation/modules.php:530 +#: ../../include/class/Tree.class.php:1474 +#: ../../include/functions_modules.php:1875 +#: ../../include/functions_modules.php:1895 +msgid "CRITICAL" +msgstr "CRITICAL" + +#: ../../operation/search_modules.php:116 +#: ../../operation/search_modules.php:139 +#: ../../operation/agentes/status_monitor.php:1168 +#: ../../operation/agentes/status_monitor.php:1172 +#: ../../operation/agentes/status_monitor.php:1207 +#: ../../operation/agentes/status_monitor.php:1212 +#: ../../operation/agentes/pandora_networkmap.view.php:289 +#: ../../operation/agentes/pandora_networkmap.view.php:312 +#: ../../mobile/operation/modules.php:463 +#: ../../mobile/operation/modules.php:482 +#: ../../mobile/operation/modules.php:516 +#: ../../mobile/operation/modules.php:535 +#: ../../include/class/Tree.class.php:1481 +#: ../../include/functions_modules.php:1879 +#: ../../include/functions_modules.php:1899 +msgid "WARNING" +msgstr "WARNING" + +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/agentes/status_monitor.php:1211 +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../mobile/operation/modules.php:471 +#: ../../mobile/operation/modules.php:476 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:524 +#: ../../mobile/operation/modules.php:529 +#: ../../mobile/operation/modules.php:534 +#: ../../include/class/Tree.class.php:1486 +#: ../../include/functions_modules.php:1890 +#: ../../include/functions_modules.php:1894 +#: ../../include/functions_modules.php:1898 +msgid "UNKNOWN" +msgstr "UNKNOWN" + +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/agentes/status_monitor.php:1211 +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../mobile/operation/modules.php:471 +#: ../../mobile/operation/modules.php:476 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:524 +#: ../../mobile/operation/modules.php:529 +#: ../../mobile/operation/modules.php:534 +#: ../../include/functions_modules.php:1890 +#: ../../include/functions_modules.php:1894 +#: ../../include/functions_modules.php:1898 +msgid "Last status" +msgstr "Last status" + +#: ../../operation/search_results.php:64 ../../mobile/operation/home.php:135 +msgid "Global search" +msgstr "Global search" + +#: ../../operation/search_results.php:74 +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../extensions/agents_modules.php:150 +#: ../../extensions/agents_modules.php:313 +#: ../../extensions/agents_alerts.php:177 ../../mobile/operation/home.php:58 +#: ../../mobile/operation/agents.php:158 +#: ../../mobile/include/functions_web.php:22 +#: ../../include/functions_pandora_networkmap.php:1563 +#: ../../include/functions_groups.php:46 +#: ../../include/functions_groups.php:784 +#: ../../include/functions_groups.php:786 +#: ../../include/functions_groups.php:788 +#: ../../include/functions_groups.php:789 +#: ../../include/functions_groups.php:790 +#: ../../include/functions_reporting_html.php:1322 +#: ../../include/functions_reporting_html.php:1556 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:228 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_agents.php:127 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:342 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/visual_console_builder.wizard.php:283 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1020 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1078 +#: ../../godmode/reporting/reporting_builder.list_items.php:162 +#: ../../godmode/reporting/reporting_builder.list_items.php:187 +msgid "Agents" +msgstr "Agents" + +#: ../../operation/search_results.php:84 +#: ../../include/functions_reporting.php:7280 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../godmode/massive/massive_add_profiles.php:90 +msgid "Users" +msgstr "Users" + +#: ../../operation/search_results.php:94 ../../operation/search_agents.php:65 +#: ../../operation/agentes/ver_agente.php:973 +#: ../../operation/agentes/estado_agente.php:528 +#: ../../extensions/agents_alerts.php:254 +#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:324 ../../mobile/operation/agent.php:250 +#: ../../mobile/include/functions_web.php:25 +#: ../../include/functions_reports.php:609 +#: ../../include/functions_reports.php:611 +#: ../../include/functions_reports.php:614 +#: ../../include/functions_graph.php:748 +#: ../../include/functions_graph.php:3940 +#: ../../include/functions_graph.php:4666 +#: ../../include/functions_treeview.php:374 +#: ../../include/functions_reporting_html.php:1602 +#: ../../include/functions_reporting_html.php:3245 +#: ../../godmode/alerts/configure_alert_special_days.php:55 +#: ../../godmode/alerts/alert_special_days.php:44 +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../godmode/alerts/configure_alert_action.php:56 +#: ../../godmode/alerts/configure_alert_action.php:65 +#: ../../godmode/alerts/configure_alert_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/alerts/alert_list.php:326 +#: ../../godmode/alerts/alert_list.php:329 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 ../../godmode/menu.php:140 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/groups/group_list.php:339 +#: ../../godmode/groups/configure_group.php:170 +#: ../../godmode/agentes/configurar_agente.php:312 +#: ../../godmode/agentes/modificar_agente.php:578 +msgid "Alerts" +msgstr "Alerts" + +#: ../../operation/search_results.php:104 +#: ../../operation/agentes/ver_agente.php:1058 +#: ../../include/functions_groups.php:106 +#: ../../include/functions_groups.php:163 +#: ../../include/functions_reports.php:498 +#: ../../include/functions_reports.php:500 +#: ../../include/functions_reports.php:504 +#: ../../include/functions_reports.php:506 +#: ../../include/functions_reports.php:510 +#: ../../include/functions_reports.php:512 +#: ../../include/functions_reports.php:514 +#: ../../include/functions_reports.php:518 +#: ../../include/functions_reports.php:522 +#: ../../include/functions_reports.php:525 +msgid "Graphs" +msgstr "Graphs" + +#: ../../operation/search_results.php:114 +#: ../../include/functions_groups.php:120 +msgid "Reports" +msgstr "Reports" + +#: ../../operation/search_results.php:124 +msgid "Maps" +msgstr "Maps" + +#: ../../operation/search_results.php:144 +msgid "Helps" +msgstr "Help" + +#: ../../operation/search_results.php:161 +#: ../../operation/agentes/status_monitor.php:336 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../operation/incidents/incident.php:294 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../include/functions_snmp_browser.php:556 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/modules/manage_network_components.php:524 +#: ../../godmode/agentes/modificar_agente.php:169 +#: ../../godmode/agentes/modificar_agente.php:173 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +msgid "Search" +msgstr "Search" + +#: ../../operation/search_agents.php:91 +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../operation/agentes/estado_generalagente.php:79 +#: ../../operation/agentes/estado_generalagente.php:294 +#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:124 +#: ../../include/functions_groups.php:2158 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:551 +#: ../../include/functions_reporting_html.php:2089 +#: ../../include/functions_reporting.php:3572 +#: ../../godmode/alerts/alert_view.php:516 +#: ../../godmode/alerts/configure_alert_template.php:663 +#: ../../godmode/massive/massive_edit_agents.php:364 +#: ../../godmode/massive/massive_edit_modules.php:467 +#: ../../godmode/agentes/module_manager_editor_common.php:172 +#: ../../godmode/agentes/module_manager_editor_common.php:471 +#: ../../godmode/agentes/agent_manager.php:341 +#: ../../godmode/agentes/modificar_agente.php:562 +msgid "Disabled" +msgstr "Disabled" + +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" +msgstr "Monitor view" + +#: ../../operation/agentes/status_monitor.php:306 +msgid "Monitor status" +msgstr "Monitor status" + +#: ../../operation/agentes/status_monitor.php:311 +#: ../../operation/agentes/estado_monitores.php:463 +#: ../../operation/agentes/ver_agente.php:810 +#: ../../extensions/agents_modules.php:132 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +#: ../../include/functions_graph.php:5355 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_events.php:2075 +#: ../../godmode/massive/massive_edit_modules.php:518 +#: ../../godmode/reporting/reporting_builder.item_editor.php:909 +#: ../../godmode/modules/manage_network_components_form_common.php:95 +#: ../../godmode/agentes/module_manager_editor_common.php:174 +msgid "Module group" +msgstr "Module group" + +#: ../../operation/agentes/status_monitor.php:312 +#: ../../include/functions_graph.php:5308 +#: ../../include/functions_treeview.php:118 +#: ../../godmode/massive/massive_edit_modules.php:521 +#: ../../godmode/agentes/module_manager_editor_common.php:176 +#: ../../godmode/agentes/module_manager_editor_common.php:182 +msgid "Not assigned" +msgstr "Not assigned" + +#: ../../operation/agentes/status_monitor.php:327 +#: ../../operation/incidents/incident.php:238 +msgid "Show" +msgstr "Show" + +#: ../../operation/agentes/status_monitor.php:332 +#: ../../operation/agentes/status_monitor.php:958 +#: ../../mobile/operation/modules.php:489 +#: ../../mobile/operation/modules.php:752 ../../include/ajax/module.php:741 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_components.php:565 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/agentes/agent_template.php:228 +msgid "Module name" +msgstr "Module name" + +#: ../../operation/agentes/status_monitor.php:341 +#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/agentes/alerts_status.functions.php:86 +msgid "Only it is show tags in use." +msgstr "Show only tags in use" + +#: ../../operation/agentes/status_monitor.php:349 +#: ../../operation/agentes/alerts_status.functions.php:91 +msgid "No tags" +msgstr "No tags" + +#: ../../operation/agentes/status_monitor.php:380 +#: ../../godmode/agentes/module_manager_editor_data.php:17 +msgid "Data server module" +msgstr "Data server module" + +#: ../../operation/agentes/status_monitor.php:382 +#: ../../godmode/agentes/module_manager_editor_network.php:64 +msgid "Network server module" +msgstr "Network server module" + +#: ../../operation/agentes/status_monitor.php:384 +#: ../../godmode/agentes/module_manager_editor_plugin.php:47 +msgid "Plugin server module" +msgstr "Plug-in server module" + +#: ../../operation/agentes/status_monitor.php:386 +#: ../../godmode/agentes/module_manager_editor_wmi.php:32 +msgid "WMI server module" +msgstr "WMI server module" + +#: ../../operation/agentes/status_monitor.php:388 +#: ../../godmode/agentes/module_manager_editor_prediction.php:88 +msgid "Prediction server module" +msgstr "Prediction server module" + +#: ../../operation/agentes/status_monitor.php:390 +msgid "Web server module" +msgstr "Web server module" + +#: ../../operation/agentes/status_monitor.php:394 +#: ../../operation/agentes/status_monitor.php:962 +msgid "Server type" +msgstr "Server type" + +#: ../../operation/agentes/status_monitor.php:398 +#: ../../godmode/agentes/modificar_agente.php:158 +msgid "Only enabled" +msgstr "Only enabled" + +#: ../../operation/agentes/status_monitor.php:398 +#: ../../godmode/agentes/modificar_agente.php:157 +msgid "Only disabled" +msgstr "Only disabled" + +#: ../../operation/agentes/status_monitor.php:400 +msgid "Show monitors..." +msgstr "Show monitors..." + +#: ../../operation/agentes/status_monitor.php:410 +msgid "Data type" +msgstr "Data type" + +#: ../../operation/agentes/status_monitor.php:529 +msgid "Advanced Options" +msgstr "Advanced Options" + +#: ../../operation/agentes/status_monitor.php:539 +#: ../../operation/agentes/agent_fields.php:38 +msgid "Agent custom fields" +msgstr "Agent custom fields" + +#: ../../operation/agentes/status_monitor.php:946 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../include/ajax/module.php:735 ../../godmode/alerts/alert_view.php:123 +#: ../../godmode/agentes/module_manager.php:551 +msgid "Policy" +msgstr "Policy" + +#: ../../operation/agentes/status_monitor.php:946 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../include/ajax/module.php:735 +#: ../../godmode/snmpconsole/snmp_alert.php:1148 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +#: ../../godmode/agentes/module_manager.php:551 +msgid "P." +msgstr "P." + +#: ../../operation/agentes/status_monitor.php:952 +msgid "Data Type" +msgstr "Data Type" + +#: ../../operation/agentes/status_monitor.php:980 +#: ../../include/ajax/module.php:748 +#: ../../godmode/agentes/module_manager.php:565 +msgid "Warn" +msgstr "Warn" + +#: ../../operation/agentes/status_monitor.php:1035 +#: ../../operation/agentes/pandora_networkmap.view.php:258 +msgid "(Adopt) " +msgstr "(Adopted) " + +#: ../../operation/agentes/status_monitor.php:1045 +#: ../../operation/agentes/pandora_networkmap.view.php:268 +msgid "(Unlinked) (Adopt) " +msgstr "(Unlinked) (Adopted) " + +#: ../../operation/agentes/status_monitor.php:1049 +#: ../../operation/agentes/pandora_networkmap.view.php:272 +msgid "(Unlinked) " +msgstr "(Unlinked) " + +#: ../../operation/agentes/status_monitor.php:1362 +#: ../../operation/agentes/status_monitor.php:1369 +#: ../../mobile/operation/modules.php:610 +#: ../../mobile/operation/modules.php:617 ../../include/functions_ui.php:3684 +#: ../../include/functions_ui.php:3691 +#: ../../include/functions_treeview.php:279 +#: ../../include/functions_treeview.php:286 +msgid "Snapshot view" +msgstr "Command Snapshot view" + +#: ../../operation/agentes/status_monitor.php:1443 +msgid "This group doesn't have any monitor" +msgstr "This group doesn't have any monitor" + +#: ../../operation/agentes/pandora_networkmap.php:153 +msgid "Succesfully created" +msgstr "Successfully created." + +#: ../../operation/agentes/pandora_networkmap.php:153 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +#: ../../godmode/alerts/alert_special_days.php:149 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:432 +#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:57 +#: ../../godmode/setup/gis.php:47 ../../godmode/users/configure_user.php:237 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2431 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/modules/manage_network_components.php:162 +#: ../../godmode/modules/manage_network_components.php:256 +#: ../../godmode/agentes/configurar_agente.php:266 +#: ../../godmode/agentes/configurar_agente.php:617 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +msgid "Could not be created" +msgstr "Could not be created" + +#: ../../operation/agentes/pandora_networkmap.php:247 +msgid "Succesfully updated" +msgstr "Successfully updated" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Succesfully duplicate" +msgstr "Successfully duplicated" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Could not be duplicated" +msgstr "Could not be duplicated" + +#: ../../operation/agentes/pandora_networkmap.php:269 +msgid "Succesfully deleted" +msgstr "Successfully deleted" + +#: ../../operation/agentes/pandora_networkmap.php:365 +#: ../../operation/agentes/pandora_networkmap.view.php:701 +#: ../../operation/agentes/pandora_networkmap.editor.php:133 +msgid "Networkmap" +msgstr "Network map" + +#: ../../operation/agentes/pandora_networkmap.php:399 +#: ../../include/functions_reporting_html.php:3479 +msgid "Nodes" +msgstr "Nodes" + +#: ../../operation/agentes/pandora_networkmap.php:402 +#: ../../operation/agentes/pandora_networkmap.php:479 +#: ../../godmode/alerts/alert_actions.php:342 +#: ../../godmode/massive/massive_copy_modules.php:224 +#: ../../godmode/reporting/map_builder.php:214 +msgid "Copy" +msgstr "Copy" + +#: ../../operation/agentes/pandora_networkmap.php:466 +msgid "Pending to generate" +msgstr "Pending to generate" + +#: ../../operation/agentes/pandora_networkmap.php:486 +msgid "Config" +msgstr "Config" + +#: ../../operation/agentes/pandora_networkmap.php:502 +msgid "There are no maps defined." +msgstr "There are no maps defined." + +#: ../../operation/agentes/pandora_networkmap.php:509 +msgid "Create networkmap" +msgstr "Create networkmap" + +#: ../../operation/agentes/agent_fields.php:28 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../include/functions_treeview.php:506 +msgid "There was a problem loading agent" +msgstr "There was a problem loading agent" + +#: ../../operation/agentes/agent_fields.php:45 +#: ../../operation/agentes/estado_generalagente.php:354 +#: ../../include/functions_treeview.php:691 +msgid "Custom field" +msgstr "Custom field" + +#: ../../operation/agentes/agent_fields.php:48 +#: ../../operation/agentes/custom_fields.php:87 +msgid "empty" +msgstr "empty" + +#: ../../operation/agentes/pandora_networkmap.view.php:111 +msgid "Success be updated." +msgstr "Updating successful." + +#: ../../operation/agentes/pandora_networkmap.view.php:114 +msgid "Could not be updated." +msgstr "Could not be updated." + +#: ../../operation/agentes/pandora_networkmap.view.php:227 +msgid "Name: " +msgstr "Name : " + +#: ../../operation/agentes/pandora_networkmap.view.php:277 +msgid "Policy: " +msgstr "Policy : " + +#: ../../operation/agentes/pandora_networkmap.view.php:326 +msgid "Status: " +msgstr "Status : " + +#: ../../operation/agentes/pandora_networkmap.view.php:370 +msgid "Data: " +msgstr "Data : " + +#: ../../operation/agentes/pandora_networkmap.view.php:373 +#: ../../operation/agentes/estado_generalagente.php:552 +msgid "Last contact: " +msgstr "Last contact : " + +#: ../../operation/agentes/pandora_networkmap.view.php:703 +#: ../../operation/agentes/pandora_networkmap.editor.php:162 +msgid "Not found networkmap." +msgstr "Network map not found." + +#: ../../operation/agentes/pandora_networkmap.view.php:747 +msgid "List of networkmap" +msgstr "List of networkmap" + +#: ../../operation/agentes/exportdata.php:82 +#: ../../operation/agentes/exportdata.excel.php:67 +#: ../../operation/agentes/exportdata.csv.php:68 +msgid "Invalid time specified" +msgstr "Invalid time specified" + +#: ../../operation/agentes/exportdata.php:218 +#: ../../operation/agentes/exportdata.excel.php:165 +#: ../../operation/agentes/exportdata.csv.php:182 +msgid "No modules specified" +msgstr "No modules specified" + +#: ../../operation/agentes/exportdata.php:244 +#: ../../godmode/db/db_refine.php:83 +msgid "Source agent" +msgstr "Source agent" + +#: ../../operation/agentes/exportdata.php:276 +msgid "No modules of type string. You can not calculate their average" +msgstr "No string type modules. You cannot calculate their average." + +#: ../../operation/agentes/exportdata.php:310 +#: ../../operation/agentes/interface_traffic_graph_win.php:226 +#: ../../operation/agentes/stat_win.php:314 +#: ../../operation/agentes/graphs.php:132 +#: ../../mobile/operation/module_graph.php:452 +msgid "Begin date" +msgstr "Begin date" + +#: ../../operation/agentes/exportdata.php:319 +msgid "End date" +msgstr "End date" + +#: ../../operation/agentes/exportdata.php:327 +msgid "Export type" +msgstr "Export type" + +#: ../../operation/agentes/exportdata.php:330 +#: ../../include/functions_netflow.php:1034 +msgid "Data table" +msgstr "Data table" + +#: ../../operation/agentes/exportdata.php:331 +#: ../../extensions/insert_data.php:185 +msgid "CSV" +msgstr "CSV" + +#: ../../operation/agentes/exportdata.php:332 +msgid "MS Excel" +msgstr "MS Excel" + +#: ../../operation/agentes/exportdata.php:333 +msgid "Average per hour/day" +msgstr "Average per hour/day" + +#: ../../operation/agentes/exportdata.php:341 +#: ../../extensions/resource_exportation.php:354 +#: ../../extensions/resource_exportation.php:357 +msgid "Export" +msgstr "Export" + +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" +msgstr "No fields defined" + +#: ../../operation/agentes/custom_fields.php:59 +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +#: ../../godmode/agentes/fields_manager.php:95 +msgid "Field" +msgstr "Field" + +#: ../../operation/agentes/custom_fields.php:61 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "Display on front" +msgstr "Display up front" + +#: ../../operation/agentes/custom_fields.php:62 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "" +"The fields with display on front enabled will be displayed into the agent " +"details" +msgstr "" +"The fields with up front display enabled will be shown on the agent's details" + +#: ../../operation/agentes/estado_monitores.php:35 +msgid "Tag's information" +msgstr "Tag's information" + +#: ../../operation/agentes/estado_monitores.php:81 +msgid "Relationship information" +msgstr "Relationship information" + +#: ../../operation/agentes/estado_monitores.php:128 +msgid "" +"To see the list of modules paginated, enable this option in the Styles " +"Configuration." +msgstr "" +"To see the list of modules paginated, enable this option in the Styles " +"Configuration." + +#: ../../operation/agentes/estado_monitores.php:129 +msgid "Full list of monitors" +msgstr "Full list of monitors" + +#: ../../operation/agentes/estado_monitores.php:154 +msgid "List of modules" +msgstr "List of modules" + +#: ../../operation/agentes/estado_monitores.php:445 +msgid "Status:" +msgstr "Status:" + +#: ../../operation/agentes/estado_monitores.php:451 +msgid "Not Normal" +msgstr "Abnormal" + +#: ../../operation/agentes/estado_monitores.php:459 +msgid "Free text for search (*):" +msgstr "Free text for search (*):" + +#: ../../operation/agentes/estado_monitores.php:460 +msgid "Search by module name, list matches." +msgstr "Search by module name, list matches." + +#: ../../operation/agentes/estado_monitores.php:472 +#: ../../godmode/agentes/module_manager.php:120 +msgid "Show in hierachy mode" +msgstr "Show in hierarchy mode" + +#: ../../operation/agentes/estado_monitores.php:475 +msgid "Reset" +msgstr "Reset" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "Current data at" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "Full list of alerts" + +#: ../../operation/agentes/alerts_status.php:135 +msgid "Alerts view" +msgstr "Alerts view" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "Insufficient permissions to validate alerts" + +#: ../../operation/agentes/alerts_status.php:396 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Alert control filter" +msgstr "Alert control filter" + +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.functions.php:103 +#: ../../godmode/alerts/alert_list.list.php:138 +msgid "Standby" +msgstr "Stand by" + +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../mobile/operation/agents.php:322 +#: ../../include/functions_events.php:898 +#: ../../godmode/agentes/module_manager.php:554 +msgid "S." +msgstr "S." + +#: ../../operation/agentes/alerts_status.php:422 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:732 +msgid "Force execution" +msgstr "Force execution" + +#: ../../operation/agentes/alerts_status.php:423 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:732 +msgid "F." +msgstr "F." + +#: ../../operation/agentes/alerts_status.php:431 +#: ../../operation/agentes/alerts_status.php:472 +#: ../../operation/agentes/alerts_status.php:506 +#: ../../operation/agentes/alerts_status.php:540 +#: ../../extensions/agents_alerts.php:282 +#: ../../include/functions_treeview.php:424 +#: ../../include/functions_reporting_html.php:3099 +#: ../../godmode/snmpconsole/snmp_alert.php:1169 +#: ../../godmode/alerts/alert_view.php:79 +msgid "Last fired" +msgstr "Last fired" + +#: ../../operation/agentes/alerts_status.php:599 +msgid "No alerts found" +msgstr "No alerts found" + +#: ../../operation/agentes/datos_agente.php:165 +msgid "Received data from" +msgstr "Received data from" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "Main database" +msgstr "Main database" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "History database" +msgstr "Historical database" + +#: ../../operation/agentes/datos_agente.php:173 +msgid "" +"Switch between the main database and the history database to retrieve module " +"data" +msgstr "" +"Switch between the main database and the historical database in order to " +"retrieve module data." + +#: ../../operation/agentes/datos_agente.php:185 +#: ../../include/ajax/module.php:149 +msgid "Choose a time from now" +msgstr "Choose a time from now" + +#: ../../operation/agentes/datos_agente.php:188 +#: ../../include/ajax/module.php:161 +msgid "Specify time range" +msgstr "Specify time range" + +#: ../../operation/agentes/datos_agente.php:202 +#: ../../operation/agentes/alerts_status.functions.php:97 +msgid "Free text for search" +msgstr "Free text for search" + +#: ../../operation/agentes/datos_agente.php:286 +#: ../../include/ajax/module.php:345 +#: ../../godmode/agentes/module_manager.php:523 +msgid "No available data to show" +msgstr "No available data to show" + +#: ../../operation/agentes/tactical.php:46 +#: ../../operation/agentes/group_view.php:61 +#: ../../extensions/agents_modules.php:56 +#: ../../extensions/agents_alerts.php:55 +msgid "Last update" +msgstr "Latest update" + +#: ../../operation/agentes/tactical.php:135 +msgid "Report of State" +msgstr "Status report" + +#: ../../operation/agentes/tactical.php:188 +#: ../../include/functions_events.php:880 +msgid "Latest events" +msgstr "Latest events" + +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" +msgstr "Missing agent id" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" +msgstr "Missing eHorus agent id" + +#: ../../operation/agentes/ehorus.php:80 +msgid "There was an error retrieving an authorization token" +msgstr "There was an error retrieving an authorization token" + +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +msgid "There was an error processing the response" +msgstr "There was an error processing the response" + +#: ../../operation/agentes/ehorus.php:116 +msgid "There was an error retrieving the agent data" +msgstr "There was an error retrieving the agent data" + +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" +msgstr "Remote management of this agent with eHorus" + +#: ../../operation/agentes/ehorus.php:136 +msgid "Launch" +msgstr "Launch" + +#: ../../operation/agentes/ehorus.php:142 +msgid "The connection was lost and the authorization token was expired" +msgstr "The connection was lost and the authorization token was expired" + +#: ../../operation/agentes/ehorus.php:144 +msgid "Reload the page to request a new authorization token" +msgstr "Reload the page to request a new authorization token" + +#: ../../operation/agentes/alerts_status.functions.php:32 +msgid "Alert(s) validated" +msgstr "Alert(s) validated" + +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" +msgstr "Error processing alert(s)" + +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "All (Enabled)" + +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:826 +#: ../../godmode/alerts/alert_list.list.php:140 +msgid "Standby on" +msgstr "Standby on" + +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../mobile/operation/alerts.php:45 +#: ../../godmode/alerts/alert_list.list.php:141 +msgid "Standby off" +msgstr "Standby off" + +#: ../../operation/agentes/alerts_status.functions.php:99 +msgid "Filter by agent name, module name, template name or action name" +msgstr "Filter by agent name, module name, template name or action name" + +#: ../../operation/agentes/alerts_status.functions.php:109 +msgid "No actions" +msgstr "No actions" + +#: ../../operation/agentes/interface_traffic_graph_win.php:48 +#: ../../operation/agentes/stat_win.php:44 +msgid "There was a problem connecting with the node" +msgstr "There was a problem connecting with the node" + +#: ../../operation/agentes/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "In" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "Out" + +#: ../../operation/agentes/interface_traffic_graph_win.php:201 +#: ../../operation/agentes/stat_win.php:268 +msgid "Pandora FMS Graph configuration menu" +msgstr "Pandora FMS' graph configuration menu" + +#: ../../operation/agentes/interface_traffic_graph_win.php:203 +#: ../../operation/agentes/stat_win.php:270 +msgid "Please, make your changes and apply with the Reload button" +msgstr "" +"Please establish your changes and apply the with the Reload button" + +#: ../../operation/agentes/interface_traffic_graph_win.php:220 +#: ../../operation/agentes/stat_win.php:297 +msgid "Refresh time" +msgstr "Refresh time" + +#: ../../operation/agentes/interface_traffic_graph_win.php:239 +#: ../../operation/agentes/stat_win.php:377 +msgid "Show percentil" +msgstr "Show percentile" + +#: ../../operation/agentes/interface_traffic_graph_win.php:245 +#: ../../operation/agentes/stat_win.php:326 +msgid "Zoom factor" +msgstr "Zoom factor" + +#: ../../operation/agentes/interface_traffic_graph_win.php:272 +#: ../../operation/agentes/stat_win.php:421 +msgid "Reload" +msgstr "Reload" + +#: ../../operation/agentes/ver_agente.php:686 +msgid "Main IP" +msgstr "Main IP" + +#: ../../operation/agentes/ver_agente.php:697 +#: ../../include/functions_events.php:2043 +msgid "Last remote contact" +msgstr "Last remote contact" + +#: ../../operation/agentes/ver_agente.php:737 +msgid "Monitors down" +msgstr "Monitors down" + +#: ../../operation/agentes/ver_agente.php:773 +#: ../../mobile/operation/groups.php:161 +#: ../../include/functions_groups.php:848 +#: ../../include/functions_groups.php:850 +#: ../../include/functions_groups.php:852 +#: ../../include/functions_groups.php:853 +#: ../../include/functions_groups.php:854 +#: ../../include/functions_reporting_html.php:2920 +#: ../../include/functions_reporting_html.php:2929 +msgid "Alerts fired" +msgstr "Alerts fired" + +#: ../../operation/agentes/ver_agente.php:822 +msgid "Address" +msgstr "Address" + +#: ../../operation/agentes/ver_agente.php:854 +#: ../../operation/agentes/estado_generalagente.php:278 +#: ../../include/functions_visual_map_editor.php:525 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/groups/configure_group.php:134 +#: ../../godmode/modules/manage_nc_groups_form.php:70 +#: ../../godmode/agentes/agent_manager.php:255 +msgid "Parent" +msgstr "Parent" + +#: ../../operation/agentes/ver_agente.php:863 +msgid "Sons" +msgstr "Sons" + +#: ../../operation/agentes/ver_agente.php:1008 +#: ../../godmode/agentes/configurar_agente.php:374 +msgid "GIS data" +msgstr "GIS data" + +#: ../../operation/agentes/ver_agente.php:1035 +#: ../../operation/agentes/estado_generalagente.php:329 +#: ../../include/functions_treeview.php:668 +#: ../../godmode/agentes/agent_manager.php:419 +msgid "Url address" +msgstr "URL address" + +#: ../../operation/agentes/ver_agente.php:1046 +#: ../../include/functions_events.php:2048 ../../godmode/menu.php:36 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 +#: ../../godmode/massive/massive_edit_agents.php:465 +#: ../../godmode/agentes/agent_manager.php:470 +msgid "Custom fields" +msgstr "Custom fields" + +#: ../../operation/agentes/ver_agente.php:1076 +msgid "Log Viewer" +msgstr "Log Viewer" + +#: ../../operation/agentes/ver_agente.php:1089 ../../godmode/menu.php:269 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +msgid "eHorus" +msgstr "eHorus" + +#: ../../operation/agentes/ver_agente.php:1096 +msgid "Terminal" +msgstr "Terminal" + +#: ../../operation/agentes/ver_agente.php:1101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 +msgid "Display" +msgstr "Display" + +#: ../../operation/agentes/ver_agente.php:1106 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:793 +msgid "Processes" +msgstr "Processes" + +#: ../../operation/agentes/ver_agente.php:1111 +#: ../../general/firts_task/service_list.php:28 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +msgid "Services" +msgstr "Services" + +#: ../../operation/agentes/ver_agente.php:1116 +msgid "Files" +msgstr "Files" + +#: ../../operation/agentes/pandora_networkmap.editor.php:187 +msgid "Node radius" +msgstr "Node radius" + +#: ../../operation/agentes/pandora_networkmap.editor.php:197 +#: ../../include/functions_groups.php:92 ../../godmode/menu.php:212 +msgid "Recon task" +msgstr "Recon task" + +#: ../../operation/agentes/pandora_networkmap.editor.php:198 +msgid "CIDR IP mask" +msgstr "CIDR IP mask" + +#: ../../operation/agentes/pandora_networkmap.editor.php:200 +msgid "Source from recon task" +msgstr "Source from recon task" + +#: ../../operation/agentes/pandora_networkmap.editor.php:202 +msgid "" +"It is setted any recon task, the nodes get from the recontask IP mask " +"instead from the group." +msgstr "" +"If any Recon Task is defined, the nodes obtain their IPs from the " +"recontask's IP mask instead from the group." + +#: ../../operation/agentes/pandora_networkmap.editor.php:206 +msgid "Show only the task with the recon script \"SNMP L2 Recon\"." +msgstr "" +"Display the task which contains the recon script called \"SNMP L2 Recon\" " +"only." + +#: ../../operation/agentes/pandora_networkmap.editor.php:208 +msgid "Source from CIDR IP mask" +msgstr "Source from CIDR IP mask" + +#: ../../operation/agentes/pandora_networkmap.editor.php:212 +msgid "Don't show subgroups:" +msgstr "Don't show subgroups:" + +#: ../../operation/agentes/pandora_networkmap.editor.php:225 +msgid "Method generation networkmap" +msgstr "Method generation of network map" + +#: ../../operation/agentes/pandora_networkmap.editor.php:237 +msgid "Save networkmap" +msgstr "Save network map" + +#: ../../operation/agentes/pandora_networkmap.editor.php:243 +msgid "Update networkmap" +msgstr "Update network map" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "Summary of the status groups" + +#: ../../operation/agentes/group_view.php:170 +#: ../../include/functions_reporting_html.php:690 +#: ../../include/functions_reporting_html.php:2538 +msgid "Not Init" +msgstr "Uninitialised" + +#: ../../operation/agentes/group_view.php:249 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "Tag" + +#: ../../operation/agentes/group_view.php:430 +#: ../../operation/agentes/estado_agente.php:642 +#: ../../godmode/agentes/modificar_agente.php:646 +msgid "There are no defined agents" +msgstr "There are no defined agents" + +#: ../../operation/agentes/stat_win.php:115 +msgid "There was a problem locating the source of the graph" +msgstr "There was a problem locating the graph source" + +#: ../../operation/agentes/stat_win.php:305 +msgid "Avg. Only" +msgstr "Avg. Only" + +#: ../../operation/agentes/stat_win.php:320 +msgid "Begin time" +msgstr "Start time" + +#: ../../operation/agentes/stat_win.php:345 +#: ../../operation/agentes/graphs.php:140 +msgid "Show events" +msgstr "Show events" + +#: ../../operation/agentes/stat_win.php:356 +msgid "" +"Show events is disabled because this Pandora node is set the event " +"replication." +msgstr "" +"'Show events' is disabled because this Pandora node is set to event " +"replication." + +#: ../../operation/agentes/stat_win.php:362 +#: ../../operation/agentes/graphs.php:142 +msgid "Show alerts" +msgstr "Show alerts" + +#: ../../operation/agentes/stat_win.php:368 +msgid "Show event graph" +msgstr "Show event graph" + +#: ../../operation/agentes/stat_win.php:383 +#: ../../mobile/operation/module_graph.php:418 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1295 +msgid "Time compare (Overlapped)" +msgstr "Time comparison (overlapped)" + +#: ../../operation/agentes/stat_win.php:389 +#: ../../mobile/operation/module_graph.php:410 +msgid "Time compare (Separated)" +msgstr "Time comparison (separated)" + +#: ../../operation/agentes/stat_win.php:395 +#: ../../mobile/operation/module_graph.php:426 +msgid "Show unknown graph" +msgstr "Show unknown graph" + +#: ../../operation/agentes/estado_generalagente.php:42 +msgid "The agent has not assigned server. Maybe agent does not run fine." +msgstr "" +"The agent has not assigned a server. Maybe the agent does not run fine." + +#: ../../operation/agentes/estado_generalagente.php:82 +#: ../../operation/agentes/estado_agente.php:572 +#: ../../mobile/operation/agent.php:129 +#: ../../include/class/Tree.class.php:1796 ../../include/ajax/module.php:879 +#: ../../godmode/massive/massive_edit_agents.php:416 +#: ../../godmode/massive/massive_edit_modules.php:601 +#: ../../godmode/agentes/module_manager_editor_common.php:565 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/agentes/agent_manager.php:423 +#: ../../godmode/agentes/modificar_agente.php:541 +#: ../../godmode/agentes/module_manager.php:643 +#: ../../godmode/agentes/planned_downtime.list.php:427 +msgid "Quiet" +msgstr "Quiet" + +#: ../../operation/agentes/estado_generalagente.php:119 +msgid "" +"Agent statuses are re-calculated by the server, they are not shown in real " +"time." +msgstr "" +"Agent statuses are recalculated by the server and aren't shown in real time." + +#: ../../operation/agentes/estado_generalagente.php:147 +#: ../../extensions/net_tools.php:131 +msgid "IP address" +msgstr "IP address" + +#: ../../operation/agentes/estado_generalagente.php:196 +msgid "Agent contact" +msgstr "Agent contact" + +#: ../../operation/agentes/estado_generalagente.php:218 +msgid "Next contact" +msgstr "Next contact" + +#: ../../operation/agentes/estado_generalagente.php:241 +msgid "Agent info" +msgstr "Agent info" + +#: ../../operation/agentes/estado_generalagente.php:256 +#: ../../include/functions_treeview.php:714 +msgid "Agent access rate (24h)" +msgstr "Agent access rate (24h)" + +#: ../../operation/agentes/estado_generalagente.php:268 +#: ../../include/functions_treeview.php:571 +msgid "Other IP addresses" +msgstr "Other IP addresses" + +#: ../../operation/agentes/estado_generalagente.php:292 +#: ../../godmode/massive/massive_edit_agents.php:368 +#: ../../godmode/servers/servers.build_table.php:160 +#: ../../godmode/agentes/configurar_agente.php:441 +#: ../../godmode/agentes/configurar_agente.php:553 +#: ../../godmode/agentes/agent_manager.php:347 +msgid "Remote configuration" +msgstr "Remote configuration" + +#: ../../operation/agentes/estado_generalagente.php:297 +#: ../../include/functions_groups.php:2158 +#: ../../include/functions_reporting_html.php:2086 +#: ../../godmode/alerts/configure_alert_template.php:663 +msgid "Enabled" +msgstr "Enabled" + +#: ../../operation/agentes/estado_generalagente.php:310 +#: ../../include/functions_treeview.php:659 +msgid "Position (Long, Lat)" +msgstr "Position (Long, Lat)" + +#: ../../operation/agentes/estado_generalagente.php:313 +msgid "There is no GIS data." +msgstr "There is no GIS data." + +#: ../../operation/agentes/estado_generalagente.php:338 +#: ../../include/functions_treeview.php:676 +msgid "Timezone Offset" +msgstr "Timezone Offset" + +#: ../../operation/agentes/estado_generalagente.php:388 +msgid "Active incident on this agent" +msgstr "Active incident on this agent" + +#: ../../operation/agentes/estado_generalagente.php:392 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../godmode/setup/news.php:222 +msgid "Author" +msgstr "Author" + +#: ../../operation/agentes/estado_generalagente.php:397 +msgid "Title" +msgstr "Title" + +#: ../../operation/agentes/estado_generalagente.php:407 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../include/functions_reporting_html.php:2873 +#: ../../include/functions_events.php:2173 +#: ../../godmode/snmpconsole/snmp_alert.php:941 +#: ../../godmode/snmpconsole/snmp_alert.php:1006 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/configure_alert_template.php:767 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/agentes/agent_incidents.php:88 +msgid "Priority" +msgstr "Priority" + +#: ../../operation/agentes/estado_generalagente.php:448 +#: ../../include/functions_treeview.php:796 +msgid "Interface information" +msgstr "Interface information" + +#: ../../operation/agentes/estado_generalagente.php:477 +#: ../../include/functions_treeview.php:774 +msgid "Interface traffic" +msgstr "Interface traffic" + +#: ../../operation/agentes/estado_generalagente.php:538 +msgid "Events info (24hr.)" +msgstr "Event info (24hrs.)" + +#: ../../operation/agentes/estado_generalagente.php:601 +#: ../../mobile/operation/agent.php:214 +#: ../../include/functions_treeview.php:722 +msgid "Events (24h)" +msgstr "Events (24h)" + +#: ../../operation/agentes/estado_generalagente.php:620 +msgid "Refresh data" +msgstr "Refresh data" + +#: ../../operation/agentes/estado_generalagente.php:622 +msgid "Force remote checks" +msgstr "Force remote checks" + +#: ../../operation/agentes/estado_agente.php:156 +msgid "Sucessfully deleted agent" +msgstr "Agent sucessfully deleted" + +#: ../../operation/agentes/estado_agente.php:158 +msgid "There was an error message deleting the agent" +msgstr "An error message appeared when deleting the agent" + +#: ../../operation/agentes/estado_agente.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +#: ../../godmode/agentes/modificar_agente.php:165 +msgid "Recursion" +msgstr "Recursion" + +#: ../../operation/agentes/estado_agente.php:593 +msgid "Remote config" +msgstr "Remote config" + +#: ../../operation/agentes/gis_view.php:55 +#: ../../godmode/agentes/agent_conf_gis.php:40 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"There is no default map. Please go to the setup in order to select one." + +#: ../../operation/agentes/gis_view.php:86 +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"There is no GIS data for this agent, so it'll be found in its default " +"position on the map." + +#: ../../operation/agentes/gis_view.php:91 +msgid "Last position in " +msgstr "Last position in " + +#: ../../operation/agentes/gis_view.php:98 +msgid "Period to show data as path" +msgstr "Period to show data as path" + +#: ../../operation/agentes/gis_view.php:102 +msgid "Refresh path" +msgstr "Refresh path" + +#: ../../operation/agentes/gis_view.php:105 +msgid "Positional data from the last" +msgstr "Positional data from the last" + +#: ../../operation/agentes/gis_view.php:144 +msgid "This agent doesn't have any GIS data." +msgstr "This agent doesn't have any GIS data." + +#: ../../operation/agentes/gis_view.php:172 +#, php-format +msgid "%s Km" +msgstr "%s Km" + +#: ../../operation/agentes/gis_view.php:178 +#: ../../godmode/setup/gis_step_2.php:300 +msgid "Longitude" +msgstr "Longitude" + +#: ../../operation/agentes/gis_view.php:179 +#: ../../godmode/setup/gis_step_2.php:296 +msgid "Latitude" +msgstr "Latitude" + +#: ../../operation/agentes/gis_view.php:180 +#: ../../godmode/setup/gis_step_2.php:304 +msgid "Altitude" +msgstr "Altitude" + +#: ../../operation/agentes/gis_view.php:182 +#: ../../godmode/agentes/planned_downtime.list.php:145 +msgid "To" +msgstr "To" + +#: ../../operation/agentes/gis_view.php:184 +msgid "Distance" +msgstr "Distance" + +#: ../../operation/agentes/gis_view.php:185 +msgid "# of Packages" +msgstr "# of packages" + +#: ../../operation/agentes/gis_view.php:189 +msgid "positional data" +msgstr "positional data" + +#: ../../operation/agentes/status_events.php:31 +#: ../../operation/agentes/status_events.php:32 +msgid "Latest events for this agent" +msgstr "Latest events for this agent" + +#: ../../operation/agentes/graphs.php:86 +msgid "Other modules" +msgstr "Other modules" + +#: ../../operation/agentes/graphs.php:91 +msgid "Modules network no proc" +msgstr "Modules network no proc" + +#: ../../operation/agentes/graphs.php:143 +msgid "the combined graph does not show the alerts into this graph" +msgstr "the combined graph does not show the alerts into this graph" + +#: ../../operation/agentes/graphs.php:145 +msgid "Show as one combined graph" +msgstr "Show as a single combined graph" + +#: ../../operation/agentes/graphs.php:147 +msgid "one combined graph" +msgstr "single combined graph" + +#: ../../operation/agentes/graphs.php:150 +msgid "several graphs for each module" +msgstr "Several graphs per module" + +#: ../../operation/agentes/graphs.php:157 +msgid "Save as custom graph" +msgstr "Save as a custom graph" + +#: ../../operation/agentes/graphs.php:163 +msgid "Filter graphs" +msgstr "Filter graphs" + +#: ../../operation/agentes/graphs.php:210 +msgid "There was an error loading the graph" +msgstr "There was an error loading the graph" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "Name the custom graph" + +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:194 +#: ../../godmode/setup/snmp_wizard.php:104 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/reporting/visual_console_builder.data.php:181 +msgid "Save" +msgstr "Save" + +#: ../../operation/agentes/graphs.php:243 +msgid "Save custom graph" +msgstr "Save custom graph" + +#: ../../operation/agentes/graphs.php:264 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "Custom graph create from the tab graphs in the agent." + +#: ../../operation/agentes/networkmap.dinamic.php:130 +#: ../../mobile/operation/networkmap.php:110 +#: ../../mobile/operation/networkmap.php:129 +#: ../../mobile/operation/networkmap.php:146 +#: ../../include/functions_pandora_networkmap.php:99 +msgid "Pandora FMS" +msgstr "Pandora FMS" + +#: ../../operation/incidents/incident_statistics.php:33 +msgid "Incidents by status" +msgstr "Incidents by status" + +#: ../../operation/incidents/incident_statistics.php:36 +msgid "Incidents by priority" +msgstr "Incidents by priority" + +#: ../../operation/incidents/incident_statistics.php:39 +msgid "Incidents by group" +msgstr "Incidents by group" + +#: ../../operation/incidents/incident_statistics.php:42 +msgid "Incidents by user" +msgstr "Incidents by user" + +#: ../../operation/incidents/incident_statistics.php:45 +msgid "Incidents by source" +msgstr "Incidents by source" + +#: ../../operation/incidents/incident_detail.php:67 +#: ../../godmode/alerts/alert_list.php:170 +#: ../../godmode/massive/massive_add_action_alerts.php:112 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/massive/massive_add_tags.php:88 +msgid "Successfully added" +msgstr "Successfully added" + +#: ../../operation/incidents/incident_detail.php:68 +#: ../../godmode/alerts/alert_list.php:170 +#: ../../godmode/massive/massive_add_action_alerts.php:59 +#: ../../godmode/massive/massive_add_action_alerts.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:112 +#: ../../godmode/massive/massive_add_action_alerts.php:116 +#: ../../godmode/massive/massive_add_action_alerts.php:120 +#: ../../godmode/massive/massive_add_alerts.php:113 +#: ../../godmode/massive/massive_delete_action_alerts.php:119 +#: ../../godmode/massive/massive_add_tags.php:89 +msgid "Could not be added" +msgstr "Could not be added" + +#: ../../operation/incidents/incident_detail.php:120 +msgid "No description available" +msgstr "No description available" + +#: ../../operation/incidents/incident_detail.php:160 +msgid "File could not be saved due to database error" +msgstr "The file couldn't be saved due to a database error." + +#: ../../operation/incidents/incident_detail.php:173 +msgid "File uploaded" +msgstr "File uploaded" + +#: ../../operation/incidents/incident_detail.php:174 +msgid "File could not be uploaded" +msgstr "The file could not be uploaded." + +#: ../../operation/incidents/incident_detail.php:233 +msgid "Incident details" +msgstr "Incident details" + +#: ../../operation/incidents/incident_detail.php:238 +#: ../../operation/incidents/incident.php:411 +msgid "Create incident" +msgstr "Create incident" + +#: ../../operation/incidents/incident_detail.php:244 +#: ../../operation/incidents/incident.php:337 +#: ../../godmode/servers/manage_recontask_form.php:311 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/agentes/agent_incidents.php:87 +msgid "Incident" +msgstr "Incident" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "Opened at" + +#: ../../operation/incidents/incident_detail.php:327 +msgid "Creator" +msgstr "Creator" + +#: ../../operation/incidents/incident_detail.php:376 +msgid "Update incident" +msgstr "Update incident" + +#: ../../operation/incidents/incident_detail.php:382 +msgid "Submit" +msgstr "Submit" + +#: ../../operation/incidents/incident_detail.php:396 +#: ../../operation/incidents/incident_detail.php:400 +msgid "Add note" +msgstr "Add note" + +#: ../../operation/incidents/incident_detail.php:432 +msgid "Notes attached to incident" +msgstr "Notes attached to the incident" + +#: ../../operation/incidents/incident_detail.php:453 +#: ../../operation/incidents/incident_detail.php:505 +msgid "Filename" +msgstr "Filename" + +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../include/functions_filemanager.php:582 +#: ../../include/functions_visual_map_editor.php:107 +#: ../../include/functions_visual_map_editor.php:149 +#: ../../include/functions_visual_map_editor.php:444 +#: ../../include/functions_visual_map_editor.php:508 +#: ../../godmode/events/event_responses.editor.php:97 +msgid "Size" +msgstr "Size" + +#: ../../operation/incidents/incident_detail.php:481 +msgid "Attached files" +msgstr "Attached files" + +#: ../../operation/incidents/incident_detail.php:499 +#: ../../operation/incidents/incident_detail.php:503 +msgid "Add attachment" +msgstr "Add attachment" + +#: ../../operation/incidents/incident_detail.php:507 +#: ../../extensions/resource_registration.php:876 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/extension_uploader.php:85 +#: ../../godmode/alerts/alert_special_days.php:260 +msgid "Upload" +msgstr "Upload" + +#: ../../operation/incidents/incident.php:33 +msgid "Incident management" +msgstr "Incident management" + +#: ../../operation/incidents/incident.php:72 +msgid "Successfully reclaimed ownership" +msgstr "Successfully reclaimed ownership" + +#: ../../operation/incidents/incident.php:73 +msgid "Could not reclame ownership" +msgstr "Could not reclame ownership" + +#: ../../operation/incidents/incident.php:143 +msgid "Error creating incident" +msgstr "Error creating the incident" + +#: ../../operation/incidents/incident.php:146 +msgid "Incident created" +msgstr "Incident created" + +#: ../../operation/incidents/incident.php:233 +msgid "Incidents:" +msgstr "Incidents:" + +#: ../../operation/incidents/incident.php:234 +msgid "All incidents" +msgstr "All incidents" + +#: ../../operation/incidents/incident.php:256 +msgid "Priorities:" +msgstr "Priorities:" + +#: ../../operation/incidents/incident.php:257 +msgid "All priorities" +msgstr "All priorities" + +#: ../../operation/incidents/incident.php:261 +msgid "Users:" +msgstr "Users:" + +#: ../../operation/incidents/incident.php:262 +msgid "All users" +msgstr "All users" + +#: ../../operation/incidents/incident.php:277 +msgid "Agents:" +msgstr "Agents:" + +#: ../../operation/incidents/incident.php:279 +#: ../../godmode/db/db_purge.php:167 +msgid "All agents" +msgstr "All agents" + +#: ../../operation/incidents/incident.php:284 +msgid "Groups:" +msgstr "Groups:" + +#: ../../operation/incidents/incident.php:290 +msgid "Free text:" +msgstr "Free text:" + +#: ../../operation/incidents/incident.php:291 +msgid "Search by incident name or description, list matches." +msgstr "Search by incident name or description, list matches." + +#: ../../operation/incidents/incident.php:340 +#: ../../godmode/servers/servers.build_table.php:72 +#: ../../godmode/agentes/agent_incidents.php:90 +msgid "Updated" +msgstr "Updated" + +#: ../../operation/incidents/incident.php:399 +msgid "Delete incidents" +msgstr "Delete incidents" + +#: ../../operation/incidents/incident.php:403 +msgid "Become owner" +msgstr "Become owner" + +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:338 +msgid "Resource exportation" +msgstr "Resource exporting" + +#: ../../extensions/resource_exportation.php:341 +msgid "" +"This extension makes exportation of resource template more easy. Here you " +"can export as a resource template in Pandora FMS 3.x format (.ptr). " +msgstr "" +"This extension makes exporting resource templates easier. You can export " +"resource templates in Pandora FMS 3.x format (.ptr) " + +#: ../../extensions/resource_exportation.php:352 +msgid "Report" +msgstr "Report" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +msgstr "Number of alerts fired" + +#: ../../extensions/module_groups.php:46 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../godmode/massive/massive_delete_alerts.php:206 +msgid "Alert template" +msgstr "Alert template" + +#: ../../extensions/module_groups.php:84 +#: ../../include/functions_filemanager.php:583 +#: ../../include/functions_treeview.php:382 +#: ../../include/functions_reporting_html.php:1952 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_list.builder.php:83 ../../godmode/menu.php:156 +#: ../../godmode/events/event_responses.list.php:57 +#: ../../godmode/category/category.php:111 +#: ../../godmode/groups/group_list.php:341 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/agentes/modificar_agente.php:494 +#: ../../godmode/agentes/fields_manager.php:97 ../../godmode/tag/tag.php:205 +msgid "Actions" +msgstr "Actions" + +#: ../../extensions/module_groups.php:168 +msgid "Combined table of agent group and module group" +msgstr "Agent group and module group combined table" + +#: ../../extensions/module_groups.php:171 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"This table shows module groups in the columns, and agent groups in the rows. " +"Cells show all modules." + +#: ../../extensions/module_groups.php:297 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" +"Cell is orange when the module and agent groups have at least one alarm " +"fired." + +#: ../../extensions/module_groups.php:298 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Cell is red when the module and agent groups have at least one module in " +"critical status although others may be in any status." + +#: ../../extensions/module_groups.php:299 +msgid "" +"Yellow cell when the module group and agent have at least one in warning " +"status and the others in grey or green status" +msgstr "" +"Cell is yellow when module and agent groups have at least one module in " +"warning status, although others may be in green or grey status." + +#: ../../extensions/module_groups.php:300 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Cell is green when the module and agent groups have all modules in normal " +"status." + +#: ../../extensions/module_groups.php:301 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Cell is grey when the module and agent groups have at least one module in " +"unknown status and the rest in normal status." + +#: ../../extensions/module_groups.php:302 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Cell is blue if the module and agent groups all have modules in non-" +"initialised status." + +#: ../../extensions/module_groups.php:307 +msgid "There are no defined groups or module groups" +msgstr "There are no agent or module groups defined." + +#: ../../extensions/resource_registration.php:40 +#, php-format +msgid "Success add '%s' item in report '%s'." +msgstr "Successfully added '%s' item into '%s' report" + +#: ../../extensions/resource_registration.php:41 +#, php-format +msgid "Error create '%s' item in report '%s'." +msgstr "Error creating item '%s' on report '%s'" + +#: ../../extensions/resource_registration.php:68 +#, php-format +msgid "Error create '%s' report, the name exist and there aren't free name." +msgstr "" +"Error creating '%s' report, the name already exists and no other names are " +"available." + +#: ../../extensions/resource_registration.php:75 +#, php-format +msgid "" +"Warning create '%s' report, the name exist, the report have a name %s." +msgstr "" +"Warning creating report '%s': the name already exists and the report has a " +"name '%s'." + +#: ../../extensions/resource_registration.php:82 +msgid "Error the report haven't name." +msgstr "Error. The report is unnamed" + +#: ../../extensions/resource_registration.php:88 +msgid "Error the report haven't group." +msgstr "Error. The report is not in any available group." + +#: ../../extensions/resource_registration.php:98 +#, php-format +msgid "Success create '%s' report." +msgstr "successfully created '%s' report" + +#: ../../extensions/resource_registration.php:99 +#, php-format +msgid "Error create '%s' report." +msgstr "Error creating '%s' report" + +#: ../../extensions/resource_registration.php:327 +#: ../../extensions/resource_registration.php:348 +#: ../../extensions/resource_registration.php:358 +#, php-format +msgid "Success add '%s' content." +msgstr "Success adding the '%s' content" + +#: ../../extensions/resource_registration.php:328 +#: ../../extensions/resource_registration.php:349 +#: ../../extensions/resource_registration.php:359 +#, php-format +msgid "Error add '%s' action." +msgstr "Error adding '%s' action" + +#: ../../extensions/resource_registration.php:335 +#, php-format +msgid "Success add '%s' SLA." +msgstr "Success adding the '%s' SLA" + +#: ../../extensions/resource_registration.php:336 +#, php-format +msgid "Error add '%s' SLA." +msgstr "Error adding the '%s' SLA" + +#: ../../extensions/resource_registration.php:377 +#, php-format +msgid "Error create '%s' visual map, lost tag name." +msgstr "Error creating the '%s' visual map. Tag name is missing." + +#: ../../extensions/resource_registration.php:413 +#, php-format +msgid "" +"Error create '%s' visual map, the name exist and there aren't free name." +msgstr "" +"Error creating the '%s' visual map, the name is already taken and there are " +"no names available" + +#: ../../extensions/resource_registration.php:420 +#, php-format +msgid "" +"Warning create '%s' visual map, the name exist, the report have a name %s." +msgstr "" +"Warning creating the '%s' visual map: the name already exists and the report " +"already has '%s' as a name." + +#: ../../extensions/resource_registration.php:428 +#, php-format +msgid "Success create '%s' visual map." +msgstr "Success creating the '%s' visual map" + +#: ../../extensions/resource_registration.php:429 +#, php-format +msgid "Error create '%s' visual map." +msgstr "'Error creating the '%s' visual map" + +#: ../../extensions/resource_registration.php:535 +#, php-format +msgid "Success create item type '%d' visual map." +msgstr "Success creating item type '%d' on the visual map." + +#: ../../extensions/resource_registration.php:536 +#, php-format +msgid "Error create item type '%d' visual map." +msgstr "Error creating the '%d' visual map" + +#: ../../extensions/resource_registration.php:554 +#: ../../extensions/resource_registration.php:569 +#, php-format +msgid "Success create item for agent '%s' visual map." +msgstr "Success creating the '%s' agent item on the visual map" + +#: ../../extensions/resource_registration.php:555 +#: ../../extensions/resource_registration.php:570 +#, php-format +msgid "Error create item for agent '%s' visual map." +msgstr "Error creating the '%s' agent item on the visual map" + +#: ../../extensions/resource_registration.php:792 +#, php-format +msgid "Success create '%s' component." +msgstr "Success creating '%s' component." + +#: ../../extensions/resource_registration.php:793 +#, php-format +msgid "Error create '%s' component." +msgstr "Error creating '%s' component" + +#: ../../extensions/resource_registration.php:849 +#: ../../extensions/resource_registration.php:889 +msgid "Resource registration" +msgstr "Resource registration" + +#: ../../extensions/resource_registration.php:852 +msgid "Error, please install the PHP libXML in the system." +msgstr "Error: please install PHP libXML on the system" + +#: ../../extensions/resource_registration.php:858 +#, php-format +msgid "" +"This extension makes registration of resource template more easy. Here you " +"can upload a resource template in Pandora FMS 3.x format (.ptr). Please " +"refer to documentation on how to obtain and use Pandora FMS resources. " +"

                You can get more resurces in our Public Resource " +"Library" +msgstr "" +"This extension makes registering resource templates easier. Here you can " +"upload a resource template in Pandora FMS 3.x format (.ptr files). Please " +"refer to our documentation for more information on how to obtain and use " +"Pandora FMS' resources.

                You can get more resurces in our Public Resource Library" + +#: ../../extensions/resource_registration.php:872 +msgid "Group filter: " +msgstr "Group filter: " + +#: ../../extensions/disabled/ssh_gateway.php:52 +msgid "You need to specify a user and a host address" +msgstr "You must specify a username and a host address" + +#: ../../extensions/disabled/ssh_gateway.php:57 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 +msgid "Host address" +msgstr "Host address" + +#: ../../extensions/disabled/ssh_gateway.php:59 +#, php-format +msgid "For security reasons the following characters are not allowed: %s" +msgstr "For security reasons, the following characters are not allowed : %s" + +#: ../../extensions/disabled/ssh_gateway.php:60 +msgid "Connect" +msgstr "Connect" + +#: ../../extensions/disabled/ssh_gateway.php:63 +msgid "Port (use 0 for default)" +msgstr "Port (use 0 as default)" + +#: ../../extensions/disabled/ssh_gateway.php:65 +msgid "Connect mode" +msgstr "Connect mode" + +#: ../../extensions/disabled/matrix_events.php:29 +msgid "Matrix events" +msgstr "Matrix Events" + +#: ../../extensions/disabled/vnc_view.php:25 +msgid "VNC Display (:0 by default)" +msgstr "VNC Display (:0 as default value)" + +#: ../../extensions/disabled/vnc_view.php:28 +msgid "Send" +msgstr "Send" + +#: ../../extensions/disabled/vnc_view.php:42 +msgid "VNC view" +msgstr "VNC mode" + +#: ../../extensions/net_tools.php:96 +msgid "The agent hasn't got IP" +msgstr "The agent doesn't have an IP yet." + +#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 +#: ../../include/functions_menu.php:574 +#: ../../include/functions_reporting_html.php:1481 +#: ../../include/functions_reporting_html.php:2582 +#: ../../godmode/extensions.php:153 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1748 +msgid "Operation" +msgstr "Operation" + +#: ../../extensions/net_tools.php:120 +msgid "" +"You can set the command path in the menu Administration -> Extensions -" +"> Config Network Tools" +msgstr "" +"You can set the command path from the menu Administration -> Extensions -" +"> Config Network Tools" + +#: ../../extensions/net_tools.php:123 +msgid "Traceroute" +msgstr "Traceroute" + +#: ../../extensions/net_tools.php:124 +msgid "Ping host & Latency" +msgstr "Ping host and retrieve latency values" + +#: ../../extensions/net_tools.php:125 +msgid "SNMP Interface status" +msgstr "SNMP Interface status" + +#: ../../extensions/net_tools.php:126 +msgid "Basic TCP Port Scan" +msgstr "Basic TCP Port Scan" + +#: ../../extensions/net_tools.php:127 +msgid "DiG/Whois Lookup" +msgstr "Look up DiG/Whois" + +#: ../../extensions/net_tools.php:145 +msgid "SNMP Community" +msgstr "SNMP Community" + +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1796 +msgid "Execute" +msgstr "Execute" + +#: ../../extensions/net_tools.php:162 +msgid "Traceroute executable does not exist." +msgstr "Traceroute executable does not exist." + +#: ../../extensions/net_tools.php:165 +msgid "Traceroute to " +msgstr "Traceroute to " + +#: ../../extensions/net_tools.php:174 +msgid "Ping executable does not exist." +msgstr "Ping executable does not exist." + +#: ../../extensions/net_tools.php:177 +#, php-format +msgid "Ping to %s" +msgstr "Ping %s" + +#: ../../extensions/net_tools.php:186 +msgid "Nmap executable does not exist." +msgstr "Nmap executable does not exist." + +#: ../../extensions/net_tools.php:189 +msgid "Basic TCP Scan on " +msgstr "Perform basic TCP Scan on " + +#: ../../extensions/net_tools.php:196 +msgid "Domain and IP information for " +msgstr "Domain and IP information on " + +#: ../../extensions/net_tools.php:200 +msgid "Dig executable does not exist." +msgstr "Dig executable does not exist." + +#: ../../extensions/net_tools.php:210 +msgid "Whois executable does not exist." +msgstr "Whois executable does not exist." + +#: ../../extensions/net_tools.php:219 +msgid "SNMP information for " +msgstr "SNMP information on " + +#: ../../extensions/net_tools.php:223 +msgid "SNMPget executable does not exist." +msgstr "SNMPget executable does not exist." + +#: ../../extensions/net_tools.php:226 +msgid "Uptime" +msgstr "Uptime" + +#: ../../extensions/net_tools.php:230 +msgid "Device info" +msgstr "Device info" + +#: ../../extensions/net_tools.php:238 +msgid "Interface" +msgstr "Interface" + +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:343 +msgid "Config Network Tools" +msgstr "Config Network Tools" + +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 +msgid "Set the paths." +msgstr "Set paths" + +#: ../../extensions/net_tools.php:310 +msgid "Traceroute path" +msgstr "Traceroute path" + +#: ../../extensions/net_tools.php:311 +msgid "If it is empty, Pandora searchs the traceroute system." +msgstr "If empty, Pandora will search the traceroute system" + +#: ../../extensions/net_tools.php:314 +msgid "Ping path" +msgstr "Ping path" + +#: ../../extensions/net_tools.php:315 +msgid "If it is empty, Pandora searchs the ping system." +msgstr "If empty, Pandora will search the ping system" + +#: ../../extensions/net_tools.php:318 +msgid "Nmap path" +msgstr "Nmap path" + +#: ../../extensions/net_tools.php:319 +msgid "If it is empty, Pandora searchs the nmap system." +msgstr "If empty, Pandora will search the nmap system." + +#: ../../extensions/net_tools.php:322 +msgid "Dig path" +msgstr "Dig path" + +#: ../../extensions/net_tools.php:323 +msgid "If it is empty, Pandora searchs the dig system." +msgstr "If empty, Pandora will search the dig system" + +#: ../../extensions/net_tools.php:326 +msgid "Snmpget path" +msgstr "Snmpget path" + +#: ../../extensions/net_tools.php:327 +msgid "If it is empty, Pandora searchs the snmpget system." +msgstr "If empty, Pandora will search the snmpget system" + +#: ../../extensions/net_tools.php:332 +#: ../../godmode/reporting/reporting_builder.list_items.php:305 +#: ../../godmode/update_manager/update_manager.php:35 +msgid "Options" +msgstr "Options" + +#: ../../extensions/insert_data.php:56 +msgid "Insert data" +msgstr "Insert data" + +#: ../../extensions/insert_data.php:93 +msgid "You haven't privileges for insert data in the agent." +msgstr "You don't have the necessary privileges to add data to the agent" + +#: ../../extensions/insert_data.php:130 +#, php-format +msgid "Can't save agent (%s), module (%s) data xml." +msgstr "Can't save (%s) agent, module (%s) xml data" + +#: ../../extensions/insert_data.php:137 +#, php-format +msgid "Save agent (%s), module (%s) data xml." +msgstr "(%s) Agent saved, module (%s) xml data" + +#: ../../extensions/insert_data.php:146 +#, php-format +msgid "" +"Please check that the directory \"%s\" is writeable by the apache user.

                The CSV file format is " +"date;value<newline>date;value<newline>... The date in CSV is in " +"format Y/m/d H:i:s." +msgstr "" +"Please check if the directory \"%s\" is can be written on by the apache " +"user.

                The CSV file format is " +"date;value<newline>date;value<newline>... The date in CSV has a " +"Y/m/d H:i:s format." + +#: ../../extensions/insert_data.php:179 ../../general/header.php:204 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/alerts/configure_alert_template.php:592 +#: ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_edit_modules.php:256 +#: ../../godmode/massive/massive_edit_modules.php:310 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +msgid "Select" +msgstr "Select" + +#: ../../extensions/insert_data.php:258 +msgid "Insert Data" +msgstr "Insert Data" + #: ../../extensions/api_checker.php:92 ../../extensions/api_checker.php:228 msgid "API checker" msgstr "API checker" #: ../../extensions/api_checker.php:99 ../../extensions/users_connected.php:78 +#: ../../include/functions_visual_map_editor.php:653 +#: ../../include/functions_reporting_html.php:1901 +#: ../../include/functions_reporting_html.php:2075 +#: ../../godmode/reporting/visual_console_builder.elements.php:558 #: ../../godmode/admin_access_logs.php:69 #: ../../godmode/admin_access_logs.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:558 -#: ../../include/functions_visual_map_editor.php:699 -#: ../../include/functions_reporting_html.php:1907 -#: ../../include/functions_reporting_html.php:2081 -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -#: ../../enterprise/include/functions_reporting_pdf.php:2317 msgid "IP" msgstr "IP" @@ -1438,78 +7022,17 @@ msgstr "Pandora Console URL" msgid "API Pass" msgstr "API Pass" -#: ../../extensions/api_checker.php:114 -#: ../../extensions/disabled/ssh_gateway.php:59 -#: ../../extensions/users_connected.php:77 ../../general/login_page.php:140 -#: ../../general/login_page.php:169 ../../general/logon_ok.php:224 -#: ../../general/logon_ok.php:420 ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/setup/setup_ehorus.php:73 ../../include/functions.php:2312 -#: ../../include/functions_config.php:332 -#: ../../include/functions_config.php:343 -#: ../../include/functions_config.php:353 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:3547 -#: ../../include/functions_events.php:3928 -#: ../../include/functions_reporting_html.php:3595 -#: ../../mobile/include/user.class.php:245 -#: ../../mobile/operation/tactical.php:309 -#: ../../operation/events/events.build_table.php:173 -#: ../../operation/events/events.build_table.php:582 -#: ../../operation/search_users.php:68 -#: ../../enterprise/extensions/cron/main.php:196 -#: ../../enterprise/extensions/disabled/check_acls.php:42 -#: ../../enterprise/extensions/disabled/check_acls.php:120 -#: ../../enterprise/extensions/vmware/main.php:243 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../enterprise/godmode/setup/setup_auth.php:272 -#: ../../enterprise/godmode/setup/setup_auth.php:303 -#: ../../enterprise/godmode/setup/setup_auth.php:334 -#: ../../enterprise/meta/general/login_page.php:79 -#: ../../enterprise/meta/general/login_page.php:108 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_meta.php:859 -#: ../../enterprise/meta/include/functions_meta.php:912 -#: ../../enterprise/meta/include/functions_meta.php:965 -#: ../../enterprise/meta/include/functions_wizard_meta.php:402 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 -msgid "User" -msgstr "User" - -#: ../../extensions/api_checker.php:119 ../../general/login_page.php:148 -#: ../../general/login_page.php:176 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 -#: ../../godmode/agentes/module_manager_editor_wmi.php:57 -#: ../../godmode/massive/massive_edit_modules.php:528 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 -#: ../../godmode/setup/setup_ehorus.php:79 -#: ../../godmode/users/configure_user.php:454 -#: ../../include/functions_config.php:334 +#: ../../extensions/api_checker.php:119 +#: ../../mobile/include/user.class.php:252 ../../general/login_page.php:141 +#: ../../general/login_page.php:165 ../../include/functions_config.php:334 #: ../../include/functions_config.php:345 #: ../../include/functions_config.php:355 -#: ../../mobile/include/user.class.php:252 -#: ../../enterprise/extensions/vmware/main.php:248 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:262 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:326 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:55 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/godmode/setup/setup_auth.php:278 -#: ../../enterprise/godmode/setup/setup_auth.php:309 -#: ../../enterprise/godmode/setup/setup_auth.php:340 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../enterprise/meta/general/login_page.php:87 -#: ../../enterprise/meta/general/login_page.php:116 -#: ../../enterprise/meta/include/functions_meta.php:869 -#: ../../enterprise/meta/include/functions_meta.php:922 -#: ../../enterprise/meta/include/functions_meta.php:975 -#: ../../enterprise/meta/include/functions_wizard_meta.php:406 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1315 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/users/configure_user.php:454 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 msgid "Password" msgstr "Password" @@ -1517,40 +7040,6 @@ msgstr "Password" msgid "Action (get or set)" msgstr "Action (get or set)" -#: ../../extensions/api_checker.php:132 ../../extensions/net_tools.php:118 -#: ../../godmode/extensions.php:153 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1753 -#: ../../include/functions_menu.php:574 -#: ../../include/functions_reporting_html.php:1487 -#: ../../include/functions_reporting_html.php:2592 -#: ../../enterprise/dashboard/widgets/top_n.php:128 -#: ../../enterprise/dashboard/widgets/top_n.php:337 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2106 -#: ../../enterprise/include/functions_reporting_pdf.php:835 -#: ../../enterprise/include/functions_reporting_pdf.php:928 -#: ../../enterprise/meta/advanced/policymanager.queue.php:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -msgid "Operation" -msgstr "Operation" - -#: ../../extensions/api_checker.php:137 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/agentes/agent_manager.php:163 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/agentes/module_manager_editor_common.php:156 -#: ../../godmode/alerts/alert_commands.php:331 -#: ../../godmode/groups/group_list.php:337 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 -#: ../../include/functions_events.php:3511 -#: ../../operation/events/events.build_table.php:133 -#: ../../operation/incidents/incident.php:335 -msgid "ID" -msgstr "ID" - #: ../../extensions/api_checker.php:142 msgid "ID 2" msgstr "ID 2" @@ -1559,33 +7048,6 @@ msgstr "ID 2" msgid "Return Type" msgstr "Return Type" -#: ../../extensions/api_checker.php:152 -#: ../../godmode/groups/configure_group.php:190 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../include/functions_graph.php:2596 -#: ../../include/functions_graph.php:2746 -#: ../../include/functions_graph.php:2787 -#: ../../include/functions_graph.php:2828 -#: ../../include/functions_graph.php:2884 -#: ../../include/functions_graph.php:2940 -#: ../../include/functions_graph.php:2994 -#: ../../include/functions_graph.php:3172 -#: ../../include/functions_graph.php:3317 -#: ../../include/functions_graph.php:3367 -#: ../../include/functions_graph.php:4366 -#: ../../operation/gis_maps/render_view.php:152 -#: ../../operation/snmpconsole/snmp_statistics.php:172 -#: ../../operation/snmpconsole/snmp_statistics.php:219 -#: ../../operation/snmpconsole/snmp_view.php:429 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:832 -#: ../../operation/users/user_edit.php:282 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 -#: ../../enterprise/godmode/setup/setup_acl.php:157 -msgid "Other" -msgstr "Other" - #: ../../extensions/api_checker.php:157 msgid "Other Mode" msgstr "Alternate mode" @@ -1595,8 +7057,6 @@ msgid "Raw URL" msgstr "Raw URL" #: ../../extensions/api_checker.php:171 -#: ../../enterprise/meta/include/functions_wizard_meta.php:833 -#: ../../enterprise/meta/include/functions_wizard_meta.php:918 msgid "Credentials" msgstr "Credentials" @@ -1617,17 +7077,6 @@ msgstr "Custom URL" msgid "Result" msgstr "Result" -#: ../../extensions/api_checker.php:201 -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1243 -#: ../../operation/gis_maps/ajax.php:293 -#: ../../enterprise/dashboard/widgets/url.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1549 -msgid "URL" -msgstr "URL" - #: ../../extensions/api_checker.php:203 ../../extensions/api_checker.php:220 msgid "Show URL" msgstr "Show URL" @@ -1636,6 +7085,114 @@ msgstr "Show URL" msgid "Hide URL" msgstr "Hide URL" +#: ../../extensions/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" +msgstr "Connected users" + +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" +msgstr "No other users connected" + +#: ../../extensions/agents_modules.php:103 +#: ../../extensions/agents_alerts.php:81 +#: ../../include/functions_netflow.php:1134 +#: ../../include/functions_netflow.php:1144 +#: ../../include/functions_netflow.php:1161 +#: ../../include/functions_netflow.php:1169 +#: ../../include/functions_netflow.php:1193 +#: ../../include/functions_html.php:727 ../../include/functions.php:430 +#: ../../include/functions.php:564 +#: ../../godmode/snmpconsole/snmp_alert.php:938 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/setup/setup_visuals.php:711 +msgid "seconds" +msgstr "seconds" + +#: ../../extensions/agents_modules.php:154 +#: ../../extensions/agents_modules.php:156 +#: ../../godmode/massive/massive_add_action_alerts.php:171 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_action_alerts.php:172 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:349 +#: ../../godmode/massive/massive_delete_alerts.php:229 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1045 +msgid "Show common modules" +msgstr "Show common modules" + +#: ../../extensions/agents_modules.php:155 +#: ../../godmode/massive/massive_add_action_alerts.php:172 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_action_alerts.php:173 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_delete_alerts.php:229 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 +msgid "Show all modules" +msgstr "Show all modules" + +#: ../../extensions/agents_modules.php:165 +#: ../../include/functions_visual_map_editor.php:627 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1512 +msgid "Update item" +msgstr "Update item" + +#: ../../extensions/agents_modules.php:176 +#: ../../include/functions_reports.php:588 +#: ../../include/graphs/functions_pchart.php:1196 +msgid "Agents/Modules" +msgstr "Agents/Modules" + +#: ../../extensions/agents_modules.php:305 +#: ../../include/functions_reporting.php:1679 +msgid "There are no agents with modules" +msgstr "There are no agents with modules" + +#: ../../extensions/agents_modules.php:331 +msgid "Previous modules" +msgstr "Previous modules" + +#: ../../extensions/agents_modules.php:370 +msgid "More modules" +msgstr "More modules" + +#: ../../extensions/agents_modules.php:491 +#: ../../include/functions_reporting_html.php:1439 +msgid "Orange cell when the module has fired alerts" +msgstr "Cell turns orange when there are alerts for that module" + +#: ../../extensions/agents_modules.php:492 +#: ../../include/functions_reporting_html.php:1440 +msgid "Red cell when the module has a critical status" +msgstr "Cell turns red when a module is in 'critical' status" + +#: ../../extensions/agents_modules.php:493 +#: ../../include/functions_reporting_html.php:1441 +msgid "Yellow cell when the module has a warning status" +msgstr "Cell turns yellow when a module is in 'warning' status" + +#: ../../extensions/agents_modules.php:494 +#: ../../include/functions_reporting_html.php:1442 +msgid "Green cell when the module has a normal status" +msgstr "Cell turns green when a module is in 'normal' status" + +#: ../../extensions/agents_modules.php:495 +#: ../../include/functions_reporting_html.php:1443 +msgid "Grey cell when the module has an unknown status" +msgstr "Cell turns grey when the module is in 'unknown' status" + +#: ../../extensions/agents_modules.php:496 +#: ../../include/functions_reporting_html.php:1444 +msgid "Cell turns grey when the module is in 'not initialize' status" +msgstr "Cell turns grey when the module is in 'not initialize' status" + +#: ../../extensions/agents_modules.php:538 +msgid "Agents/Modules view" +msgstr "Agent/Module view" + #: ../../extensions/db_status.php:43 ../../extensions/db_status.php:361 msgid "DB Status" msgstr "DB Status" @@ -1785,1769 +7342,6 @@ msgstr "Run SQL query" msgid "DB interface" msgstr "DB interface" -#: ../../extensions/disabled/matrix_events.php:29 -msgid "Matrix events" -msgstr "Matrix Events" - -#: ../../extensions/disabled/ssh_gateway.php:52 -msgid "You need to specify a user and a host address" -msgstr "You must specify a username and a host address" - -#: ../../extensions/disabled/ssh_gateway.php:57 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 -msgid "Host address" -msgstr "Host address" - -#: ../../extensions/disabled/ssh_gateway.php:59 -#, php-format -msgid "For security reasons the following characters are not allowed: %s" -msgstr "For security reasons, the following characters are not allowed : %s" - -#: ../../extensions/disabled/ssh_gateway.php:60 -msgid "Connect" -msgstr "Connect" - -#: ../../extensions/disabled/ssh_gateway.php:63 -msgid "Port (use 0 for default)" -msgstr "Port (use 0 as default)" - -#: ../../extensions/disabled/ssh_gateway.php:65 -msgid "Connect mode" -msgstr "Connect mode" - -#: ../../extensions/disabled/vnc_view.php:25 -msgid "VNC Display (:0 by default)" -msgstr "VNC Display (:0 as default value)" - -#: ../../extensions/disabled/vnc_view.php:28 -msgid "Send" -msgstr "Send" - -#: ../../extensions/disabled/vnc_view.php:42 -msgid "VNC view" -msgstr "VNC mode" - -#: ../../extensions/extension_uploader.php:28 -msgid "Uploader extension" -msgstr "Upload extension" - -#: ../../extensions/extension_uploader.php:64 -msgid "Success to upload extension" -msgstr "Successfully uploaded extension" - -#: ../../extensions/extension_uploader.php:65 -msgid "Fail to upload extension" -msgstr "Failed to upload extension" - -#: ../../extensions/extension_uploader.php:73 -msgid "Upload extension" -msgstr "Upload extension" - -#: ../../extensions/extension_uploader.php:75 -msgid "Upload the extension as a zip file." -msgstr "Upload the extension as a zip file." - -#: ../../extensions/extension_uploader.php:77 -msgid "Upload enterprise extension" -msgstr "Upload enterprise extension" - -#: ../../extensions/extension_uploader.php:85 -#: ../../extensions/plugin_registration.php:43 -#: ../../extensions/resource_registration.php:876 -#: ../../godmode/alerts/alert_special_days.php:260 -#: ../../operation/incidents/incident_detail.php:507 -#: ../../enterprise/include/functions_policies.php:4110 -msgid "Upload" -msgstr "Upload" - -#: ../../extensions/extension_uploader.php:90 -msgid "Extension uploader" -msgstr "Extension uploader" - -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../godmode/reporting/visual_console_builder.wizard.php:260 -#: ../../include/functions_maps.php:40 -#: ../../include/functions_networkmap.php:1632 -#: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 -#: ../../operation/agentes/pandora_networkmap.php:404 -#: ../../operation/tree.php:61 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 -#: ../../enterprise/dashboard/widgets/tree_view.php:34 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -msgid "Groups" -msgstr "Groups" - -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../godmode/agentes/agent_manager.php:305 -#: ../../godmode/agentes/agent_template.php:230 -#: ../../godmode/agentes/modificar_agente.php:493 -#: ../../godmode/agentes/module_manager.php:563 -#: ../../godmode/agentes/module_manager_editor_common.php:356 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/alerts/alert_commands.php:332 -#: ../../godmode/alerts/alert_templates.php:47 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/configure_alert_special_days.php:90 -#: ../../godmode/alerts/configure_alert_template.php:763 -#: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/events/event_responses.list.php:55 -#: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/groups/group_list.php:340 -#: ../../godmode/massive/massive_edit_agents.php:321 -#: ../../godmode/massive/massive_edit_modules.php:459 -#: ../../godmode/massive/massive_edit_plugins.php:451 -#: ../../godmode/modules/manage_network_components.php:567 -#: ../../godmode/modules/manage_network_components_form.php:263 -#: ../../godmode/modules/manage_network_templates.php:191 -#: ../../godmode/modules/manage_network_templates_form.php:150 -#: ../../godmode/modules/manage_network_templates_form.php:201 -#: ../../godmode/modules/module_list.php:60 -#: ../../godmode/netflow/nf_item_list.php:149 -#: ../../godmode/reporting/graph_builder.main.php:123 -#: ../../godmode/reporting/graphs.php:153 -#: ../../godmode/reporting/reporting_builder.item_editor.php:684 -#: ../../godmode/reporting/reporting_builder.list_items.php:306 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/reporting/reporting_builder.php:533 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 -#: ../../godmode/servers/recon_script.php:107 -#: ../../godmode/servers/recon_script.php:154 -#: ../../godmode/servers/recon_script.php:349 -#: ../../godmode/setup/os.builder.php:36 ../../godmode/setup/os.list.php:35 -#: ../../godmode/setup/snmp_wizard.php:40 -#: ../../godmode/snmpconsole/snmp_alert.php:627 -#: ../../godmode/snmpconsole/snmp_alert.php:1163 -#: ../../godmode/snmpconsole/snmp_filters.php:94 -#: ../../godmode/snmpconsole/snmp_filters.php:131 -#: ../../godmode/tag/edit_tag.php:177 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 ../../godmode/users/user_list.php:277 -#: ../../include/ajax/module.php:744 ../../include/functions_events.php:1810 -#: ../../include/functions_reporting_html.php:123 -#: ../../include/functions_reporting_html.php:2082 -#: ../../include/functions_reporting_html.php:2115 -#: ../../include/functions_reporting_html.php:3106 -#: ../../include/functions_reporting_html.php:3820 -#: ../../include/functions_snmp_browser.php:415 -#: ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:587 -#: ../../mobile/operation/tactical.php:312 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/estado_agente.php:495 -#: ../../operation/agentes/estado_generalagente.php:171 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/agentes/pandora_networkmap.editor.php:191 -#: ../../operation/events/events.php:91 ../../operation/gis_maps/ajax.php:302 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:506 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../operation/reporting/graph_viewer.php:339 -#: ../../operation/search_graphs.php:34 ../../operation/search_reports.php:39 -#: ../../operation/search_users.php:53 -#: ../../enterprise/extensions/backup/main.php:98 -#: ../../enterprise/extensions/backup/main.php:213 -#: ../../enterprise/extensions/cron/functions.php:62 -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -#: ../../enterprise/extensions/ipam/ipam_list.php:160 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/agentes/collections.php:234 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/alerts/alert_events.php:501 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 -#: ../../enterprise/godmode/modules/configure_local_component.php:305 -#: ../../enterprise/godmode/modules/configure_local_component.php:443 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/reporting/graph_template_list.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1223 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/services/services.elements.php:383 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../enterprise/godmode/setup/edit_skin.php:231 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:322 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/include/functions_netflow_pdf.php:166 -#: ../../enterprise/include/functions_reporting.php:4559 -#: ../../enterprise/include/functions_reporting_csv.php:256 -#: ../../enterprise/include/functions_reporting_csv.php:259 -#: ../../enterprise/include/functions_reporting_csv.php:341 -#: ../../enterprise/include/functions_reporting_csv.php:343 -#: ../../enterprise/include/functions_reporting_csv.php:372 -#: ../../enterprise/include/functions_reporting_csv.php:374 -#: ../../enterprise/include/functions_reporting_csv.php:398 -#: ../../enterprise/include/functions_reporting_csv.php:400 -#: ../../enterprise/include/functions_reporting_csv.php:425 -#: ../../enterprise/include/functions_reporting_csv.php:427 -#: ../../enterprise/include/functions_reporting_csv.php:451 -#: ../../enterprise/include/functions_reporting_csv.php:453 -#: ../../enterprise/include/functions_reporting_csv.php:491 -#: ../../enterprise/include/functions_reporting_csv.php:493 -#: ../../enterprise/include/functions_reporting_csv.php:519 -#: ../../enterprise/include/functions_reporting_csv.php:521 -#: ../../enterprise/include/functions_reporting_csv.php:523 -#: ../../enterprise/include/functions_reporting_csv.php:554 -#: ../../enterprise/include/functions_reporting_csv.php:556 -#: ../../enterprise/include/functions_reporting_csv.php:558 -#: ../../enterprise/include/functions_reporting_csv.php:590 -#: ../../enterprise/include/functions_reporting_csv.php:592 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/include/functions_reporting_csv.php:626 -#: ../../enterprise/include/functions_reporting_csv.php:628 -#: ../../enterprise/include/functions_reporting_csv.php:631 -#: ../../enterprise/include/functions_reporting_csv.php:661 -#: ../../enterprise/include/functions_reporting_csv.php:663 -#: ../../enterprise/include/functions_reporting_csv.php:695 -#: ../../enterprise/include/functions_reporting_csv.php:697 -#: ../../enterprise/include/functions_reporting_csv.php:699 -#: ../../enterprise/include/functions_reporting_csv.php:731 -#: ../../enterprise/include/functions_reporting_csv.php:733 -#: ../../enterprise/include/functions_reporting_csv.php:735 -#: ../../enterprise/include/functions_reporting_csv.php:767 -#: ../../enterprise/include/functions_reporting_csv.php:769 -#: ../../enterprise/include/functions_reporting_csv.php:771 -#: ../../enterprise/include/functions_reporting_csv.php:803 -#: ../../enterprise/include/functions_reporting_csv.php:805 -#: ../../enterprise/include/functions_reporting_csv.php:807 -#: ../../enterprise/include/functions_reporting_csv.php:839 -#: ../../enterprise/include/functions_reporting_csv.php:841 -#: ../../enterprise/include/functions_reporting_csv.php:843 -#: ../../enterprise/include/functions_reporting_csv.php:875 -#: ../../enterprise/include/functions_reporting_csv.php:877 -#: ../../enterprise/include/functions_reporting_csv.php:916 -#: ../../enterprise/include/functions_reporting_csv.php:918 -#: ../../enterprise/include/functions_reporting_csv.php:1039 -#: ../../enterprise/include/functions_reporting_csv.php:1152 -#: ../../enterprise/include/functions_reporting_csv.php:1299 -#: ../../enterprise/include/functions_reporting_csv.php:1364 -#: ../../enterprise/include/functions_reporting_csv.php:1504 -#: ../../enterprise/include/functions_reporting_csv.php:1508 -#: ../../enterprise/include/functions_reporting_pdf.php:2175 -#: ../../enterprise/include/functions_reporting_pdf.php:2318 -#: ../../enterprise/include/functions_reporting_pdf.php:2366 -#: ../../enterprise/include/functions_reporting_pdf.php:2421 -#: ../../enterprise/include/functions_services.php:1414 -#: ../../enterprise/include/functions_update_manager.php:172 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:102 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1113 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1393 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1658 -#: ../../enterprise/meta/include/functions_wizard_meta.php:158 -#: ../../enterprise/meta/include/functions_wizard_meta.php:369 -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1519 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 -#: ../../enterprise/mobile/include/enterprise.class.php:80 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:269 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:358 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/transactional_map.php:149 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/operation/services/services.list.php:331 -#: ../../enterprise/operation/services/services.service.php:130 -msgid "Description" -msgstr "Description" - -#: ../../extensions/files_repo/files_repo_form.php:73 -msgid "Only 200 characters are permitted" -msgstr "200 characters max." - -#: ../../extensions/files_repo/files_repo_form.php:84 -#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 -#: ../../godmode/extensions.php:143 -msgid "File" -msgstr "File" - -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -#: ../../extensions/files_repo/files_repo_list.php:89 -msgid "Public link" -msgstr "Public link" - -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../extensions/net_tools.php:338 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/agent_manager.php:489 -#: ../../godmode/agentes/agent_template.php:253 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/agentes/module_manager_editor.php:525 -#: ../../godmode/agentes/planned_downtime.editor.php:624 -#: ../../godmode/agentes/planned_downtime.list.php:466 -#: ../../godmode/agentes/planned_downtime.list.php:475 -#: ../../godmode/alerts/alert_list.list.php:147 -#: ../../godmode/alerts/alert_list.list.php:155 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/configure_alert_special_days.php:102 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:401 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/groups/configure_group.php:221 -#: ../../godmode/groups/configure_modu_group.php:83 -#: ../../godmode/massive/massive_edit_agents.php:473 -#: ../../godmode/massive/massive_edit_modules.php:619 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/modules/manage_nc_groups_form.php:80 -#: ../../godmode/modules/manage_network_components_form.php:274 -#: ../../godmode/modules/manage_network_templates_form.php:156 -#: ../../godmode/netflow/nf_edit_form.php:240 -#: ../../godmode/reporting/graph_builder.main.php:183 -#: ../../godmode/reporting/reporting_builder.main.php:38 -#: ../../godmode/reporting/visual_console_builder.data.php:185 -#: ../../godmode/reporting/visual_console_builder.elements.php:516 -#: ../../godmode/servers/manage_recontask_form.php:407 -#: ../../godmode/servers/modificar_server.php:53 -#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 -#: ../../godmode/servers/recon_script.php:223 -#: ../../godmode/setup/links.php:120 ../../godmode/setup/news.php:207 -#: ../../godmode/setup/os.php:57 ../../godmode/setup/os.php:110 -#: ../../godmode/setup/performance.php:154 -#: ../../godmode/setup/setup_auth.php:202 -#: ../../godmode/setup/setup_ehorus.php:57 -#: ../../godmode/setup/setup_ehorus.php:158 -#: ../../godmode/setup/setup_general.php:232 -#: ../../godmode/setup/setup_netflow.php:81 -#: ../../godmode/setup/setup_visuals.php:766 -#: ../../godmode/setup/snmp_wizard.php:106 -#: ../../godmode/snmpconsole/snmp_alert.php:977 -#: ../../godmode/snmpconsole/snmp_alert.php:1232 -#: ../../godmode/snmpconsole/snmp_filters.php:105 -#: ../../godmode/snmpconsole/snmp_filters.php:142 -#: ../../godmode/tag/edit_tag.php:224 -#: ../../godmode/update_manager/update_manager.setup.php:132 -#: ../../godmode/users/configure_profile.php:381 -#: ../../godmode/users/configure_user.php:594 -#: ../../include/ajax/alert_list.ajax.php:172 -#: ../../include/functions_events.php:1706 -#: ../../include/functions_events.php:1744 -#: ../../include/functions_visual_map_editor.php:465 -#: ../../include/functions_pandora_networkmap.php:1486 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/events/events_list.php:628 -#: ../../operation/reporting/reporting_viewer.php:201 -#: ../../operation/snmpconsole/snmp_view.php:450 -#: ../../operation/users/user_edit.php:472 -#: ../../enterprise/dashboard/main_dashboard.php:286 -#: ../../enterprise/dashboard/widget.php:190 -#: ../../enterprise/extensions/cron/main.php:350 -#: ../../enterprise/extensions/ipam/ipam_editor.php:118 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/vmware/vmware_view.php:1353 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:216 -#: ../../enterprise/godmode/agentes/collection_manager.php:132 -#: ../../enterprise/godmode/agentes/collection_manager.php:217 -#: ../../enterprise/godmode/agentes/collections.data.php:95 -#: ../../enterprise/godmode/agentes/collections.data.php:202 -#: ../../enterprise/godmode/agentes/collections.data.php:260 -#: ../../enterprise/godmode/agentes/collections.data.php:335 -#: ../../enterprise/godmode/agentes/collections.editor.php:130 -#: ../../enterprise/godmode/agentes/collections.editor.php:196 -#: ../../enterprise/godmode/agentes/inventory_manager.php:204 -#: ../../enterprise/godmode/agentes/inventory_manager.php:267 -#: ../../enterprise/godmode/agentes/plugins_manager.php:145 -#: ../../enterprise/godmode/agentes/plugins_manager.php:179 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/modules/configure_local_component.php:486 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:364 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:327 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:87 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:172 -#: ../../enterprise/godmode/services/services.elements.php:421 -#: ../../enterprise/godmode/services/services.service.php:377 -#: ../../enterprise/godmode/setup/edit_skin.php:262 -#: ../../enterprise/godmode/setup/setup.php:225 -#: ../../enterprise/godmode/setup/setup.php:318 -#: ../../enterprise/godmode/setup/setup_history.php:84 -#: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:345 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:348 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/meta/advanced/metasetup.setup.php:258 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:102 -#: ../../enterprise/meta/advanced/metasetup.visual.php:283 -#: ../../enterprise/meta/event/custom_events.php:197 -#: ../../enterprise/operation/agentes/collection_view.php:98 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:191 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:399 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:76 -#: ../../enterprise/operation/agentes/policy_view.php:161 -msgid "Update" -msgstr "Update" - -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../godmode/agentes/planned_downtime.editor.php:628 -#: ../../godmode/agentes/planned_downtime.editor.php:724 -#: ../../godmode/agentes/planned_downtime.editor.php:864 -#: ../../godmode/alerts/alert_list.list.php:632 -#: ../../godmode/events/event_edit_filter.php:353 -#: ../../godmode/events/event_edit_filter.php:368 -#: ../../godmode/massive/massive_add_action_alerts.php:205 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/modules/manage_network_templates_form.php:310 -#: ../../godmode/reporting/graph_builder.graph_editor.php:163 -#: ../../godmode/reporting/visual_console_builder.wizard.php:367 -#: ../../godmode/servers/manage_recontask_form.php:411 -#: ../../godmode/servers/plugin.php:796 -#: ../../godmode/servers/recon_script.php:383 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/setup_visuals.php:710 -#: ../../godmode/setup/setup_visuals.php:746 -#: ../../godmode/snmpconsole/snmp_alert.php:1317 -#: ../../godmode/users/configure_profile.php:375 -#: ../../operation/events/events_list.php:336 -#: ../../operation/events/events_list.php:363 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../enterprise/dashboard/main_dashboard.php:340 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:186 -#: ../../enterprise/godmode/agentes/collection_manager.php:109 -#: ../../enterprise/godmode/agentes/collection_manager.php:126 -#: ../../enterprise/godmode/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:127 -#: ../../enterprise/godmode/alerts/alert_events_list.php:608 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/policies/policy_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../enterprise/godmode/policies/policy_plugins.php:70 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:162 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:358 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:193 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:243 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:380 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:78 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../enterprise/godmode/setup/setup_acl.php:172 -#: ../../enterprise/godmode/setup/setup_acl.php:191 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:352 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:484 -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1213 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:235 -msgid "Add" -msgstr "Add" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Unreliable petition" -msgstr "Unreliable petition" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Please contact the administrator" -msgstr "Please contact the administrator." - -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/agentes/module_manager.php:545 -#: ../../godmode/agentes/module_manager_editor_common.php:149 -#: ../../godmode/agentes/module_manager_editor_common.php:655 -#: ../../godmode/agentes/planned_downtime.editor.php:478 -#: ../../godmode/agentes/planned_downtime.editor.php:753 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/alerts/alert_commands.php:330 -#: ../../godmode/alerts/alert_templates.php:298 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/configure_alert_template.php:747 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/groups/configure_group.php:116 -#: ../../godmode/groups/configure_modu_group.php:69 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_nc_groups_form.php:67 -#: ../../godmode/modules/manage_network_components_form_common.php:54 -#: ../../godmode/modules/manage_network_templates.php:190 -#: ../../godmode/modules/manage_network_templates_form.php:146 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/netflow/nf_edit.php:118 -#: ../../godmode/netflow/nf_edit_form.php:189 -#: ../../godmode/reporting/graph_builder.main.php:103 -#: ../../godmode/reporting/reporting_builder.item_editor.php:653 -#: ../../godmode/reporting/reporting_builder.list_items.php:306 -#: ../../godmode/reporting/reporting_builder.main.php:65 -#: ../../godmode/reporting/reporting_builder.main.php:67 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/modificar_server.php:46 -#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 -#: ../../godmode/servers/recon_script.php:95 -#: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../godmode/setup/os.builder.php:35 ../../godmode/setup/os.list.php:34 -#: ../../godmode/tag/edit_tag.php:169 ../../godmode/tag/tag.php:156 -#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 -#: ../../include/functions_events.php:2018 -#: ../../include/functions_events.php:2068 -#: ../../include/functions_filemanager.php:580 -#: ../../include/functions_pandora_networkmap.php:1399 -#: ../../include/functions_pandora_networkmap.php:1432 -#: ../../include/functions_pandora_networkmap.php:1439 -#: ../../include/functions_pandora_networkmap.php:1600 -#: ../../include/functions_reporting_html.php:808 -#: ../../include/functions_reporting_html.php:817 -#: ../../include/functions_reporting_html.php:1646 -#: ../../include/functions_reporting_html.php:2110 -#: ../../include/functions_reporting_html.php:3819 -#: ../../include/functions_treeview.php:79 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../operation/agentes/pandora_networkmap.editor.php:180 -#: ../../operation/agentes/pandora_networkmap.php:402 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../operation/netflow/nf_live_view.php:305 -#: ../../operation/search_helps.php:36 ../../operation/search_maps.php:31 -#: ../../operation/search_users.php:41 -#: ../../enterprise/dashboard/dashboards.php:82 -#: ../../enterprise/dashboard/main_dashboard.php:295 -#: ../../enterprise/dashboard/main_dashboard.php:330 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../enterprise/godmode/modules/local_components.php:481 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policies.php:254 -#: ../../enterprise/godmode/policies/policy_agents.php:377 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_modules.php:1203 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1213 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:84 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:325 -#: ../../enterprise/godmode/servers/list_satellite.php:35 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:54 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../enterprise/godmode/setup/edit_skin.php:208 -#: ../../enterprise/godmode/setup/setup_skins.php:82 -#: ../../enterprise/include/functions_reporting.php:4558 -#: ../../enterprise/include/functions_reporting_pdf.php:2420 -#: ../../enterprise/include/functions_services.php:1413 -#: ../../enterprise/meta/advanced/servers.build_table.php:59 -#: ../../enterprise/meta/include/functions_wizard_meta.php:148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:359 -#: ../../enterprise/meta/include/functions_wizard_meta.php:464 -#: ../../enterprise/meta/include/functions_wizard_meta.php:995 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1298 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1415 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1515 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/mobile/include/enterprise.class.php:79 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:118 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:268 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:357 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:158 -#: ../../enterprise/operation/services/services.list.php:326 -#: ../../enterprise/operation/services/services.service.php:129 -msgid "Name" -msgstr "Name" - -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../godmode/events/event_responses.editor.php:97 -#: ../../include/functions_visual_map_editor.php:107 -#: ../../include/functions_visual_map_editor.php:149 -#: ../../include/functions_visual_map_editor.php:444 -#: ../../include/functions_visual_map_editor.php:511 -#: ../../include/functions_filemanager.php:582 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../enterprise/extensions/backup/main.php:100 -msgid "Size" -msgstr "Size" - -#: ../../extensions/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:581 -msgid "Last modification" -msgstr "Previous modification" - -#: ../../extensions/files_repo/files_repo_list.php:86 -msgid "Copy to clipboard" -msgstr "Copy to clipboard" - -#: ../../extensions/files_repo/files_repo_list.php:94 -#: ../../extensions/system_info.php:467 -#: ../../enterprise/extensions/backup/main.php:179 -msgid "Download" -msgstr "Download" - -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/agentes/modificar_agente.php:569 -#: ../../godmode/agentes/planned_downtime.list.php:401 -#: ../../godmode/alerts/alert_special_days.php:449 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1194 -#: ../../godmode/reporting/reporting_builder.list_items.php:437 -#: ../../godmode/reporting/reporting_builder.php:698 -#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 -#: ../../godmode/servers/servers.build_table.php:159 -#: ../../godmode/setup/snmp_wizard.php:119 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/users/user_list.php:468 ../../include/ajax/module.php:866 -#: ../../include/functions_groups.php:2166 -#: ../../include/functions_pandora_networkmap.php:1464 -#: ../../operation/agentes/estado_agente.php:581 -#: ../../operation/agentes/pandora_networkmap.php:407 -#: ../../operation/agentes/status_monitor.php:1118 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../operation/search_reports.php:52 -#: ../../operation/servers/recon_view.php:110 -#: ../../enterprise/extensions/cron/main.php:293 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../enterprise/godmode/agentes/collections.editor.php:178 -#: ../../enterprise/godmode/alerts/alert_events_list.php:634 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/godmode/reporting/mysql_builder.php:86 -#: ../../enterprise/godmode/reporting/mysql_builder.php:100 -#: ../../enterprise/godmode/reporting/mysql_builder.php:110 -#: ../../enterprise/godmode/reporting/mysql_builder.php:152 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/include/ajax/transactional.ajax.php:119 -#: ../../enterprise/include/ajax/transactional.ajax.php:210 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1909 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2003 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2481 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 -#: ../../enterprise/meta/screens/screens.visualmap.php:63 -msgid "Edit" -msgstr "Edit" - -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../godmode/agentes/agent_manager.php:203 -#: ../../godmode/agentes/agent_template.php:251 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/modificar_agente.php:635 -#: ../../godmode/agentes/module_manager.php:759 -#: ../../godmode/agentes/module_manager.php:767 -#: ../../godmode/agentes/module_manager.php:782 -#: ../../godmode/agentes/module_manager.php:797 -#: ../../godmode/agentes/module_manager.php:808 -#: ../../godmode/agentes/module_manager_editor_common.php:159 -#: ../../godmode/agentes/planned_downtime.editor.php:848 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/alerts/alert_commands.php:361 -#: ../../godmode/alerts/alert_list.list.php:825 -#: ../../godmode/alerts/alert_special_days.php:451 -#: ../../godmode/alerts/alert_templates.php:341 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 ../../godmode/db/db_audit.php:107 -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 -#: ../../godmode/events/event_filter.php:146 -#: ../../godmode/groups/modu_group_list.php:198 -#: ../../godmode/groups/modu_group_list.php:200 -#: ../../godmode/massive/massive_add_action_alerts.php:203 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_action_alerts.php:202 -#: ../../godmode/massive/massive_delete_agents.php:138 -#: ../../godmode/massive/massive_delete_modules.php:511 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/massive/massive_operations.php:247 -#: ../../godmode/massive/massive_operations.php:256 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/modules/manage_nc_groups.php:220 -#: ../../godmode/modules/manage_network_components.php:616 -#: ../../godmode/modules/manage_network_templates.php:209 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../godmode/reporting/graphs.php:190 -#: ../../godmode/reporting/reporting_builder.php:703 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/servers/plugin.php:782 ../../godmode/setup/links.php:150 -#: ../../godmode/setup/news.php:267 -#: ../../godmode/snmpconsole/snmp_alert.php:1200 -#: ../../godmode/snmpconsole/snmp_alert.php:1236 -#: ../../godmode/snmpconsole/snmp_alert.php:1455 -#: ../../godmode/snmpconsole/snmp_filters.php:143 -#: ../../godmode/tag/tag.php:273 ../../godmode/users/configure_user.php:667 -#: ../../godmode/users/profile_list.php:390 -#: ../../godmode/users/user_list.php:470 ../../godmode/users/user_list.php:472 -#: ../../include/functions_events.php:1761 -#: ../../include/functions_filemanager.php:740 -#: ../../include/functions_groups.php:2173 -#: ../../operation/agentes/pandora_networkmap.php:496 -#: ../../operation/events/events.build_table.php:774 -#: ../../operation/events/events.php:852 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/messages/message_list.php:199 -#: ../../operation/snmpconsole/snmp_view.php:750 -#: ../../operation/snmpconsole/snmp_view.php:756 -#: ../../operation/snmpconsole/snmp_view.php:907 -#: ../../operation/users/user_edit.php:799 -#: ../../enterprise/dashboard/dashboards.php:140 -#: ../../enterprise/extensions/backup/main.php:238 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -#: ../../enterprise/godmode/alerts/alert_events_list.php:643 -#: ../../enterprise/godmode/alerts/alert_events_list.php:756 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/modules/local_components.php:530 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../enterprise/godmode/policies/policies.php:430 -#: ../../enterprise/godmode/policies/policies.php:440 -#: ../../enterprise/godmode/policies/policies.php:458 -#: ../../enterprise/godmode/policies/policy_agents.php:227 -#: ../../enterprise/godmode/policies/policy_agents.php:326 -#: ../../enterprise/godmode/policies/policy_agents.php:470 -#: ../../enterprise/godmode/policies/policy_agents.php:523 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_modules.php:1251 -#: ../../enterprise/godmode/policies/policy_modules.php:1258 -#: ../../enterprise/godmode/policies/policy_modules.php:1287 -#: ../../enterprise/godmode/policies/policy_queue.php:440 -#: ../../enterprise/godmode/policies/policy_queue.php:476 -#: ../../enterprise/godmode/policies/policy_queue.php:492 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_list.php:146 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:762 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:367 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:348 -#: ../../enterprise/include/ajax/transactional.ajax.php:120 -#: ../../enterprise/include/ajax/transactional.ajax.php:212 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:195 -#: ../../enterprise/operation/agentes/transactional_map.php:300 -#: ../../enterprise/operation/agentes/transactional_map.php:306 -#: ../../enterprise/operation/agentes/transactional_map.php:318 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:228 -#: ../../enterprise/operation/services/services.list.php:482 -msgid "Are you sure?" -msgstr "Are you sure?" - -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../godmode/agentes/agent_template.php:251 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/module_manager.php:569 -#: ../../godmode/agentes/module_manager.php:799 -#: ../../godmode/agentes/module_manager.php:816 -#: ../../godmode/agentes/module_manager_editor_common.php:720 -#: ../../godmode/agentes/planned_downtime.editor.php:798 -#: ../../godmode/agentes/planned_downtime.editor.php:803 -#: ../../godmode/agentes/planned_downtime.editor.php:851 -#: ../../godmode/agentes/planned_downtime.list.php:402 -#: ../../godmode/agentes/planned_downtime.list.php:470 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/alerts/alert_commands.php:333 -#: ../../godmode/alerts/alert_list.list.php:710 -#: ../../godmode/alerts/alert_templates.php:344 -#: ../../godmode/db/db_refine.php:119 -#: ../../godmode/events/event_filter.php:148 -#: ../../godmode/events/event_filter.php:162 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/extensions.php:272 ../../godmode/extensions.php:276 -#: ../../godmode/groups/modu_group_list.php:184 -#: ../../godmode/massive/massive_delete_action_alerts.php:204 -#: ../../godmode/massive/massive_delete_agents.php:140 -#: ../../godmode/massive/massive_delete_alerts.php:238 -#: ../../godmode/massive/massive_delete_modules.php:513 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/modules/manage_nc_groups.php:222 -#: ../../godmode/modules/manage_nc_groups.php:233 -#: ../../godmode/modules/manage_network_components.php:617 -#: ../../godmode/modules/manage_network_components.php:629 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/modules/manage_network_templates.php:227 -#: ../../godmode/modules/manage_network_templates_form.php:221 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/reporting/graph_builder.graph_editor.php:88 -#: ../../godmode/reporting/graph_builder.graph_editor.php:127 -#: ../../godmode/reporting/graphs.php:191 -#: ../../godmode/reporting/graphs.php:204 -#: ../../godmode/reporting/map_builder.php:215 -#: ../../godmode/reporting/reporting_builder.list_items.php:439 -#: ../../godmode/reporting/reporting_builder.list_items.php:466 -#: ../../godmode/reporting/reporting_builder.list_items.php:485 -#: ../../godmode/reporting/reporting_builder.list_items.php:545 -#: ../../godmode/reporting/reporting_builder.php:707 -#: ../../godmode/reporting/visual_console_builder.elements.php:518 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/servers/servers.build_table.php:172 -#: ../../godmode/setup/gis.php:64 ../../godmode/setup/links.php:137 -#: ../../godmode/setup/news.php:225 ../../godmode/setup/setup_visuals.php:720 -#: ../../godmode/setup/setup_visuals.php:751 -#: ../../godmode/setup/snmp_wizard.php:122 -#: ../../godmode/snmpconsole/snmp_alert.php:1201 -#: ../../godmode/snmpconsole/snmp_alert.php:1237 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/update_manager/update_manager.messages.php:91 -#: ../../godmode/update_manager/update_manager.messages.php:165 -#: ../../godmode/users/user_list.php:470 -#: ../../include/functions_groups.php:2173 -#: ../../include/functions_pandora_networkmap.php:762 -#: ../../operation/agentes/pandora_networkmap.php:408 -#: ../../operation/agentes/pandora_networkmap.php:496 -#: ../../operation/gis_maps/gis_map.php:165 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/messages/message_list.php:128 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:200 -#: ../../operation/messages/message_list.php:218 -#: ../../operation/snmpconsole/snmp_view.php:750 -#: ../../operation/snmpconsole/snmp_view.php:756 -#: ../../operation/snmpconsole/snmp_view.php:907 -#: ../../operation/snmpconsole/snmp_view.php:932 -#: ../../enterprise/dashboard/dashboards.php:97 -#: ../../enterprise/dashboard/dashboards.php:140 -#: ../../enterprise/extensions/backup/main.php:190 -#: ../../enterprise/extensions/cron/main.php:296 -#: ../../enterprise/godmode/agentes/inventory_manager.php:262 -#: ../../enterprise/godmode/agentes/plugins_manager.php:147 -#: ../../enterprise/godmode/agentes/plugins_manager.php:218 -#: ../../enterprise/godmode/alerts/alert_events_list.php:568 -#: ../../enterprise/godmode/alerts/alert_events_list.php:646 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/godmode/modules/local_components.php:531 -#: ../../enterprise/godmode/modules/local_components.php:543 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 -#: ../../enterprise/godmode/policies/policies.php:444 -#: ../../enterprise/godmode/policies/policy_agents.php:478 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_modules.php:1269 -#: ../../enterprise/godmode/policies/policy_modules.php:1293 -#: ../../enterprise/godmode/policies/policy_plugins.php:88 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:379 -#: ../../enterprise/godmode/policies/policy_queue.php:421 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 -#: ../../enterprise/godmode/reporting/graph_template_list.php:158 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:328 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:366 -#: ../../enterprise/godmode/setup/setup_acl.php:227 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:349 -#: ../../enterprise/include/ajax/transactional.ajax.php:121 -#: ../../enterprise/include/ajax/transactional.ajax.php:213 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:261 -#: ../../enterprise/meta/advanced/policymanager.queue.php:312 -#: ../../enterprise/meta/advanced/servers.build_table.php:132 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../enterprise/meta/include/functions_wizard_meta.php:294 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:196 -#: ../../enterprise/operation/agentes/transactional_map.php:319 -#: ../../enterprise/operation/services/services.list.php:483 -msgid "Delete" -msgstr "Delete" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "No items" - -#: ../../extensions/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1779 -msgid "Attachment directory is not writable by HTTP Server" -msgstr "Attachment directory is not writable by HTTP Server" - -#: ../../extensions/files_repo/functions_files_repo.php:30 -#: ../../extensions/files_repo/functions_files_repo.php:41 -#, php-format -msgid "Please check that the web server has write rights on the %s directory" -msgstr "" -"Please check if the web server has writing permissions on the %s directory " -"or not." - -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" -msgstr "The file could not be copied." - -#: ../../extensions/files_repo/functions_files_repo.php:233 -msgid "There was an error creating the file" -msgstr "There was an error creating the file." - -#: ../../extensions/files_repo/functions_files_repo.php:274 -#: ../../enterprise/extensions/vmware/main.php:76 -msgid "There was an error updating the file" -msgstr "There was an error updating the file." - -#: ../../extensions/files_repo.php:91 -msgid "Extension not installed" -msgstr "Extension not installed." - -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -#: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:226 -#: ../../enterprise/extensions/ipam.php:292 -msgid "Administration view" -msgstr "Management view" - -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:300 -msgid "Operation view" -msgstr "Operation view" - -#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 -msgid "Files repository manager" -msgstr "File repository manager" - -#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190 -#: ../../include/functions.php:2193 -msgid "The file exceeds the maximum size" -msgstr "Maximum filesize exceeded" - -#: ../../extensions/files_repo.php:166 -#: ../../godmode/agentes/planned_downtime.list.php:107 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/alerts/alert_commands.php:319 -#: ../../godmode/alerts/alert_list.php:145 -#: ../../godmode/alerts/alert_list.php:213 -#: ../../godmode/alerts/alert_special_days.php:223 -#: ../../godmode/alerts/alert_templates.php:224 -#: ../../godmode/events/event_filter.php:56 -#: ../../godmode/events/event_filter.php:77 -#: ../../godmode/massive/massive_delete_action_alerts.php:114 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_modules.php:236 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:372 -#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 -#: ../../godmode/reporting/graphs.php:136 -#: ../../godmode/reporting/map_builder.php:87 -#: ../../godmode/reporting/reporting_builder.php:412 -#: ../../godmode/setup/gis.php:57 ../../godmode/setup/links.php:69 -#: ../../godmode/setup/news.php:97 -#: ../../godmode/snmpconsole/snmp_alert.php:560 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/users/configure_user.php:415 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../operation/events/events.php:536 -#: ../../operation/gis_maps/gis_map.php:74 -#: ../../operation/incidents/incident.php:66 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/reporting/graph_viewer.php:44 -#: ../../operation/reporting/graph_viewer.php:51 -#: ../../operation/snmpconsole/snmp_view.php:95 -#: ../../enterprise/dashboard/dashboards.php:51 -#: ../../enterprise/extensions/ipam/ipam_action.php:64 -#: ../../enterprise/godmode/alerts/alert_events_list.php:160 -#: ../../enterprise/godmode/alerts/alert_events_list.php:204 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 -#: ../../enterprise/godmode/modules/local_components.php:330 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 -#: ../../enterprise/godmode/reporting/graph_template_list.php:86 -#: ../../enterprise/godmode/reporting/graph_template_list.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:53 -#: ../../enterprise/operation/agentes/transactional_map.php:132 -msgid "Successfully deleted" -msgstr "Successfully deleted" - -#: ../../extensions/files_repo.php:166 -#: ../../godmode/alerts/alert_actions.php:333 -#: ../../godmode/alerts/alert_commands.php:320 -#: ../../godmode/alerts/alert_list.php:145 -#: ../../godmode/alerts/alert_list.php:213 -#: ../../godmode/alerts/alert_special_days.php:224 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/massive/massive_delete_action_alerts.php:115 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/modules/manage_network_components.php:373 -#: ../../godmode/reporting/reporting_builder.php:413 -#: ../../godmode/setup/gis.php:55 ../../godmode/setup/news.php:98 -#: ../../godmode/users/configure_user.php:416 -#: ../../operation/agentes/pandora_networkmap.php:273 -#: ../../operation/events/events.php:537 -#: ../../operation/gis_maps/gis_map.php:75 -#: ../../operation/incidents/incident.php:67 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/snmpconsole/snmp_view.php:96 -#: ../../enterprise/dashboard/dashboards.php:52 -#: ../../enterprise/extensions/ipam/ipam_action.php:61 -#: ../../enterprise/godmode/alerts/alert_events_list.php:161 -#: ../../enterprise/godmode/alerts/alert_events_list.php:205 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 -#: ../../enterprise/godmode/modules/local_components.php:331 -#: ../../enterprise/godmode/policies/policies.php:175 -#: ../../enterprise/godmode/policies/policy_agents.php:91 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:1097 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:54 -#: ../../enterprise/operation/agentes/transactional_map.php:133 -msgid "Could not be deleted" -msgstr "Could not be deleted" - -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" -msgstr "File repository" - -#: ../../extensions/insert_data.php:56 -msgid "Insert data" -msgstr "Insert data" - -#: ../../extensions/insert_data.php:93 -msgid "You haven't privileges for insert data in the agent." -msgstr "You don't have the necessary privileges to add data to the agent" - -#: ../../extensions/insert_data.php:130 -#, php-format -msgid "Can't save agent (%s), module (%s) data xml." -msgstr "Can't save (%s) agent, module (%s) xml data" - -#: ../../extensions/insert_data.php:137 -#, php-format -msgid "Save agent (%s), module (%s) data xml." -msgstr "(%s) Agent saved, module (%s) xml data" - -#: ../../extensions/insert_data.php:146 -#, php-format -msgid "" -"Please check that the directory \"%s\" is writeable by the apache user.

                The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV is in " -"format Y/m/d H:i:s." -msgstr "" -"Please check if the directory \"%s\" is can be written on by the apache " -"user.

                The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV has a " -"Y/m/d H:i:s format." - -#: ../../extensions/insert_data.php:179 ../../general/header.php:204 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:125 -#: ../../godmode/alerts/configure_alert_template.php:592 -#: ../../godmode/gis_maps/configure_gis_map.php:588 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:481 -#: ../../godmode/massive/massive_edit_modules.php:256 -#: ../../godmode/massive/massive_edit_modules.php:310 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 -#: ../../enterprise/godmode/policies/policy_alerts.php:509 -#: ../../enterprise/godmode/policies/policy_alerts.php:513 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 -#: ../../enterprise/meta/advanced/synchronizing.user.php:538 -#: ../../enterprise/meta/general/main_header.php:392 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 -msgid "Select" -msgstr "Select" - -#: ../../extensions/insert_data.php:180 ../../extensions/insert_data.php:181 -#: ../../include/ajax/module.php:749 ../../include/functions_graph.php:3435 -#: ../../include/functions_netflow.php:311 -#: ../../include/functions_reporting.php:2360 -#: ../../include/functions_reporting.php:2394 -#: ../../include/functions_reporting_html.php:1812 -#: ../../include/functions_reporting_html.php:1815 -#: ../../include/functions_reporting_html.php:1816 -#: ../../include/functions_reporting_html.php:1819 -#: ../../mobile/operation/modules.php:606 -#: ../../mobile/operation/modules.php:613 -#: ../../mobile/operation/modules.php:621 -#: ../../mobile/operation/modules.php:757 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/status_monitor.php:983 -#: ../../operation/search_modules.php:53 -#: ../../enterprise/godmode/agentes/collections.agents.php:50 -#: ../../enterprise/godmode/agentes/collections.agents.php:59 -#: ../../enterprise/godmode/agentes/collections.data.php:62 -#: ../../enterprise/godmode/agentes/collections.data.php:101 -#: ../../enterprise/godmode/agentes/collections.data.php:138 -#: ../../enterprise/godmode/agentes/collections.data.php:154 -#: ../../enterprise/godmode/agentes/collections.data.php:169 -#: ../../enterprise/godmode/agentes/collections.data.php:191 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:235 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../enterprise/include/functions_reporting.php:1470 -#: ../../enterprise/include/functions_reporting.php:1594 -#: ../../enterprise/include/functions_reporting.php:1597 -#: ../../enterprise/include/functions_reporting_csv.php:348 -#: ../../enterprise/include/functions_reporting_csv.php:404 -#: ../../enterprise/include/functions_reporting_csv.php:430 -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:879 -#: ../../enterprise/include/functions_reporting_pdf.php:365 -#: ../../enterprise/include/functions_reporting_pdf.php:371 -#: ../../enterprise/include/functions_reporting_pdf.php:977 -#: ../../enterprise/include/functions_reporting_pdf.php:983 -#: ../../enterprise/include/functions_reporting_pdf.php:984 -#: ../../enterprise/include/functions_reporting_pdf.php:987 -#: ../../enterprise/include/functions_services.php:1428 -#: ../../enterprise/operation/agentes/policy_view.php:308 -msgid "Data" -msgstr "Data" - -#: ../../extensions/insert_data.php:182 -#: ../../extensions/users_connected.php:79 ../../general/logon_ok.php:226 -#: ../../general/logon_ok.php:423 ../../godmode/admin_access_logs.php:190 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1121 -#: ../../include/functions.php:2314 ../../include/functions_events.php:3927 -#: ../../include/functions_reporting.php:2360 -#: ../../include/functions_reporting.php:2393 -#: ../../include/functions_reporting_html.php:1812 -#: ../../include/functions_reporting_html.php:1816 -#: ../../include/functions_reporting_html.php:1819 -#: ../../include/functions_reporting_html.php:1834 -#: ../../include/functions_reporting_html.php:3598 -#: ../../mobile/operation/tactical.php:310 -#: ../../operation/events/events.build_table.php:581 -#: ../../operation/netflow/nf_live_view.php:234 -#: ../../operation/reporting/graph_viewer.php:205 -#: ../../enterprise/extensions/backup/main.php:99 -#: ../../enterprise/include/functions_inventory.php:508 -#: ../../enterprise/include/functions_log.php:346 -#: ../../enterprise/include/functions_reporting.php:1446 -#: ../../enterprise/include/functions_reporting.php:1469 -#: ../../enterprise/include/functions_reporting.php:1594 -#: ../../enterprise/include/functions_reporting.php:1597 -#: ../../enterprise/include/functions_reporting_csv.php:323 -#: ../../enterprise/include/functions_reporting_csv.php:377 -#: ../../enterprise/include/functions_reporting_pdf.php:364 -#: ../../enterprise/include/functions_reporting_pdf.php:373 -#: ../../enterprise/include/functions_reporting_pdf.php:976 -#: ../../enterprise/include/functions_reporting_pdf.php:982 -#: ../../enterprise/include/functions_reporting_pdf.php:999 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:223 -msgid "Date" -msgstr "Date" - -#: ../../extensions/insert_data.php:185 -#: ../../operation/agentes/exportdata.php:331 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 -#: ../../enterprise/operation/reporting/custom_reporting.php:21 -msgid "CSV" -msgstr "CSV" - -#: ../../extensions/insert_data.php:194 -#: ../../godmode/reporting/reporting_builder.main.php:32 -#: ../../godmode/reporting/visual_console_builder.data.php:181 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/setup/snmp_wizard.php:104 -#: ../../operation/agentes/graphs.php:235 -#: ../../enterprise/dashboard/main_dashboard.php:315 -#: ../../enterprise/godmode/reporting/mysql_builder.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 -#: ../../enterprise/include/ajax/transactional.ajax.php:83 -msgid "Save" -msgstr "Save" - -#: ../../extensions/insert_data.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:1169 -#: ../../godmode/alerts/configure_alert_template.php:1074 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2028 -#: ../../godmode/setup/news.php:297 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/estado_monitores.php:401 -#: ../../operation/agentes/interface_traffic_graph_win.php:354 -#: ../../operation/agentes/stat_win.php:506 -#: ../../operation/events/events_list.php:1587 -#: ../../operation/netflow/nf_live_view.php:659 -#: ../../operation/reporting/graph_viewer.php:277 -#: ../../operation/reporting/reporting_viewer.php:254 -#: ../../operation/reporting/reporting_viewer.php:274 -#: ../../operation/tree.php:391 -#: ../../enterprise/dashboard/widgets/tree_view.php:317 -#: ../../enterprise/extensions/cron/main.php:370 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2283 -#: ../../enterprise/operation/log/log_viewer.php:310 -#: ../../enterprise/operation/log/log_viewer.php:322 -msgid "Choose time" -msgstr "Choose time" - -#: ../../extensions/insert_data.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:1170 -#: ../../godmode/alerts/configure_alert_template.php:1075 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2029 -#: ../../godmode/setup/news.php:298 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/estado_monitores.php:402 -#: ../../operation/agentes/interface_traffic_graph_win.php:355 -#: ../../operation/agentes/stat_win.php:507 -#: ../../operation/events/events_list.php:1588 -#: ../../operation/netflow/nf_live_view.php:660 -#: ../../operation/reporting/graph_viewer.php:278 -#: ../../operation/reporting/reporting_viewer.php:255 -#: ../../operation/reporting/reporting_viewer.php:275 -#: ../../operation/tree.php:392 -#: ../../enterprise/dashboard/widgets/tree_view.php:318 -#: ../../enterprise/extensions/cron/main.php:371 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2284 -#: ../../enterprise/operation/log/log_viewer.php:311 -#: ../../enterprise/operation/log/log_viewer.php:323 -msgid "Time" -msgstr "Time" - -#: ../../extensions/insert_data.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:1171 -#: ../../godmode/alerts/configure_alert_template.php:1076 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2030 -#: ../../godmode/setup/news.php:299 ../../include/functions_html.php:861 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/estado_monitores.php:403 -#: ../../operation/agentes/interface_traffic_graph_win.php:356 -#: ../../operation/agentes/stat_win.php:508 -#: ../../operation/events/events_list.php:1589 -#: ../../operation/netflow/nf_live_view.php:661 -#: ../../operation/reporting/graph_viewer.php:279 -#: ../../operation/reporting/reporting_viewer.php:256 -#: ../../operation/reporting/reporting_viewer.php:276 -#: ../../operation/tree.php:393 -#: ../../enterprise/dashboard/widgets/tree_view.php:319 -#: ../../enterprise/extensions/cron/main.php:372 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2285 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/operation/log/log_viewer.php:324 -msgid "Hour" -msgstr "Hour" - -#: ../../extensions/insert_data.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -#: ../../godmode/alerts/configure_alert_template.php:1077 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2031 -#: ../../godmode/setup/news.php:300 ../../include/functions_html.php:862 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/estado_monitores.php:404 -#: ../../operation/agentes/interface_traffic_graph_win.php:357 -#: ../../operation/agentes/stat_win.php:509 -#: ../../operation/events/events_list.php:1590 -#: ../../operation/netflow/nf_live_view.php:662 -#: ../../operation/reporting/graph_viewer.php:280 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../operation/tree.php:394 -#: ../../enterprise/dashboard/widgets/tree_view.php:320 -#: ../../enterprise/extensions/cron/main.php:373 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2286 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/operation/log/log_viewer.php:325 -msgid "Minute" -msgstr "Minute" - -#: ../../extensions/insert_data.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:1173 -#: ../../godmode/alerts/configure_alert_template.php:1078 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2032 -#: ../../godmode/setup/news.php:301 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/estado_monitores.php:405 -#: ../../operation/agentes/interface_traffic_graph_win.php:358 -#: ../../operation/agentes/stat_win.php:510 -#: ../../operation/events/events_list.php:1591 -#: ../../operation/netflow/nf_live_view.php:663 -#: ../../operation/reporting/graph_viewer.php:281 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../operation/tree.php:395 -#: ../../enterprise/dashboard/widgets/tree_view.php:321 -#: ../../enterprise/extensions/cron/main.php:374 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2287 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/operation/log/log_viewer.php:326 -msgid "Second" -msgstr "Second" - -#: ../../extensions/insert_data.php:215 -#: ../../godmode/agentes/planned_downtime.editor.php:1174 -#: ../../godmode/alerts/configure_alert_template.php:1079 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2033 -#: ../../godmode/setup/news.php:302 ../../include/functions.php:436 -#: ../../include/functions.php:570 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/estado_monitores.php:406 -#: ../../operation/agentes/interface_traffic_graph_win.php:359 -#: ../../operation/agentes/stat_win.php:511 -#: ../../operation/events/events_list.php:1592 -#: ../../operation/netflow/nf_live_view.php:664 -#: ../../operation/reporting/graph_viewer.php:282 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../operation/tree.php:396 -#: ../../enterprise/dashboard/widgets/tree_view.php:322 -#: ../../enterprise/extensions/cron/main.php:375 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2288 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/operation/log/log_viewer.php:327 -msgid "Now" -msgstr "Now" - -#: ../../extensions/insert_data.php:216 -#: ../../godmode/agentes/planned_downtime.editor.php:1175 -#: ../../godmode/alerts/configure_alert_template.php:1080 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2034 -#: ../../godmode/setup/news.php:303 -#: ../../include/functions_filemanager.php:619 -#: ../../include/functions_filemanager.php:640 -#: ../../include/functions_filemanager.php:656 -#: ../../include/functions_snmp_browser.php:441 -#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:407 -#: ../../operation/agentes/interface_traffic_graph_win.php:360 -#: ../../operation/agentes/stat_win.php:512 -#: ../../operation/events/events_list.php:1593 -#: ../../operation/netflow/nf_live_view.php:665 -#: ../../operation/reporting/graph_viewer.php:283 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../operation/tree.php:397 -#: ../../enterprise/dashboard/widgets/tree_view.php:323 -#: ../../enterprise/extensions/cron/main.php:376 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2289 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/operation/log/log_viewer.php:328 -msgid "Close" -msgstr "Close" - -#: ../../extensions/insert_data.php:258 -msgid "Insert Data" -msgstr "Insert Data" - -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" -msgstr "Number of alerts fired" - -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_add_alerts.php:174 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 -#: ../../enterprise/godmode/policies/policy_alerts.php:507 -msgid "Alert template" -msgstr "Alert template" - -#: ../../extensions/module_groups.php:84 -#: ../../godmode/agentes/fields_manager.php:97 -#: ../../godmode/agentes/modificar_agente.php:494 -#: ../../godmode/agentes/planned_downtime.editor.php:760 -#: ../../godmode/alerts/alert_list.builder.php:83 -#: ../../godmode/alerts/alert_list.list.php:121 -#: ../../godmode/alerts/alert_list.list.php:410 -#: ../../godmode/alerts/alert_view.php:344 -#: ../../godmode/category/category.php:111 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../godmode/groups/group_list.php:341 ../../godmode/menu.php:156 -#: ../../godmode/tag/tag.php:205 ../../include/functions_filemanager.php:583 -#: ../../include/functions_reporting_html.php:1958 -#: ../../include/functions_treeview.php:382 -#: ../../enterprise/extensions/backup/main.php:103 -#: ../../enterprise/extensions/cron/main.php:201 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/godmode/agentes/collections.php:235 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:323 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 -#: ../../enterprise/meta/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:122 -#: ../../enterprise/operation/agentes/transactional_map.php:155 -#: ../../enterprise/operation/services/services.list.php:348 -msgid "Actions" -msgstr "Actions" - -#: ../../extensions/module_groups.php:168 -msgid "Combined table of agent group and module group" -msgstr "Agent group and module group combined table" - -#: ../../extensions/module_groups.php:171 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"This table shows module groups in the columns, and agent groups in the rows. " -"Cells show all modules." - -#: ../../extensions/module_groups.php:297 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Cell is orange when the module and agent groups have at least one alarm " -"fired." - -#: ../../extensions/module_groups.php:298 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Cell is red when the module and agent groups have at least one module in " -"critical status although others may be in any status." - -#: ../../extensions/module_groups.php:299 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" -msgstr "" -"Cell is yellow when module and agent groups have at least one module in " -"warning status, although others may be in green or grey status." - -#: ../../extensions/module_groups.php:300 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Cell is green when the module and agent groups have all modules in normal " -"status." - -#: ../../extensions/module_groups.php:301 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Cell is grey when the module and agent groups have at least one module in " -"unknown status and the rest in normal status." - -#: ../../extensions/module_groups.php:302 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Cell is blue if the module and agent groups all have modules in non-" -"initialised status." - -#: ../../extensions/module_groups.php:307 -msgid "There are no defined groups or module groups" -msgstr "There are no agent or module groups defined." - -#: ../../extensions/module_groups.php:325 ../../godmode/menu.php:49 -#: ../../operation/tree.php:67 -#: ../../enterprise/dashboard/widgets/tree_view.php:36 -msgid "Module groups" -msgstr "Module groups" - -#: ../../extensions/net_tools.php:96 -msgid "The agent hasn't got IP" -msgstr "The agent doesn't have an IP yet." - -#: ../../extensions/net_tools.php:120 -msgid "" -"You can set the command path in the menu Administration -> Extensions -" -"> Config Network Tools" -msgstr "" -"You can set the command path from the menu Administration -> Extensions -" -"> Config Network Tools" - -#: ../../extensions/net_tools.php:123 -msgid "Traceroute" -msgstr "Traceroute" - -#: ../../extensions/net_tools.php:124 -msgid "Ping host & Latency" -msgstr "Ping host and retrieve latency values" - -#: ../../extensions/net_tools.php:125 -msgid "SNMP Interface status" -msgstr "SNMP Interface status" - -#: ../../extensions/net_tools.php:126 -msgid "Basic TCP Port Scan" -msgstr "Basic TCP Port Scan" - -#: ../../extensions/net_tools.php:127 -msgid "DiG/Whois Lookup" -msgstr "Look up DiG/Whois" - -#: ../../extensions/net_tools.php:131 -#: ../../operation/agentes/estado_generalagente.php:147 -msgid "IP address" -msgstr "IP address" - -#: ../../extensions/net_tools.php:145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:826 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1322 -msgid "SNMP Community" -msgstr "SNMP Community" - -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1796 -msgid "Execute" -msgstr "Execute" - -#: ../../extensions/net_tools.php:162 -msgid "Traceroute executable does not exist." -msgstr "Traceroute executable does not exist." - -#: ../../extensions/net_tools.php:165 -msgid "Traceroute to " -msgstr "Traceroute to " - -#: ../../extensions/net_tools.php:174 -msgid "Ping executable does not exist." -msgstr "Ping executable does not exist." - -#: ../../extensions/net_tools.php:177 -#, php-format -msgid "Ping to %s" -msgstr "Ping %s" - -#: ../../extensions/net_tools.php:186 -msgid "Nmap executable does not exist." -msgstr "Nmap executable does not exist." - -#: ../../extensions/net_tools.php:189 -msgid "Basic TCP Scan on " -msgstr "Perform basic TCP Scan on " - -#: ../../extensions/net_tools.php:196 -msgid "Domain and IP information for " -msgstr "Domain and IP information on " - -#: ../../extensions/net_tools.php:200 -msgid "Dig executable does not exist." -msgstr "Dig executable does not exist." - -#: ../../extensions/net_tools.php:210 -msgid "Whois executable does not exist." -msgstr "Whois executable does not exist." - -#: ../../extensions/net_tools.php:219 -msgid "SNMP information for " -msgstr "SNMP information on " - -#: ../../extensions/net_tools.php:223 -msgid "SNMPget executable does not exist." -msgstr "SNMPget executable does not exist." - -#: ../../extensions/net_tools.php:226 -msgid "Uptime" -msgstr "Uptime" - -#: ../../extensions/net_tools.php:230 -msgid "Device info" -msgstr "Device info" - -#: ../../extensions/net_tools.php:238 -msgid "Interface" -msgstr "Interface" - -#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:343 -msgid "Config Network Tools" -msgstr "Config Network Tools" - -#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 -msgid "Set the paths." -msgstr "Set paths" - -#: ../../extensions/net_tools.php:310 -msgid "Traceroute path" -msgstr "Traceroute path" - -#: ../../extensions/net_tools.php:311 -msgid "If it is empty, Pandora searchs the traceroute system." -msgstr "If empty, Pandora will search the traceroute system" - -#: ../../extensions/net_tools.php:314 -msgid "Ping path" -msgstr "Ping path" - -#: ../../extensions/net_tools.php:315 -msgid "If it is empty, Pandora searchs the ping system." -msgstr "If empty, Pandora will search the ping system" - -#: ../../extensions/net_tools.php:318 -msgid "Nmap path" -msgstr "Nmap path" - -#: ../../extensions/net_tools.php:319 -msgid "If it is empty, Pandora searchs the nmap system." -msgstr "If empty, Pandora will search the nmap system." - -#: ../../extensions/net_tools.php:322 -msgid "Dig path" -msgstr "Dig path" - -#: ../../extensions/net_tools.php:323 -msgid "If it is empty, Pandora searchs the dig system." -msgstr "If empty, Pandora will search the dig system" - -#: ../../extensions/net_tools.php:326 -msgid "Snmpget path" -msgstr "Snmpget path" - -#: ../../extensions/net_tools.php:327 -msgid "If it is empty, Pandora searchs the snmpget system." -msgstr "If empty, Pandora will search the snmpget system" - -#: ../../extensions/net_tools.php:332 -#: ../../godmode/reporting/reporting_builder.list_items.php:308 -#: ../../godmode/update_manager/update_manager.php:35 -#: ../../enterprise/dashboard/main_dashboard.php:162 -#: ../../enterprise/dashboard/main_dashboard.php:242 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 -msgid "Options" -msgstr "Options" - #: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174 msgid "Cannot find file" msgstr "Cannot find file" @@ -3580,6 +7374,74 @@ msgstr "" msgid "System logfiles" msgstr "System logfiles" +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Unreliable petition" +msgstr "Unreliable petition" + +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Please contact the administrator" +msgstr "Please contact the administrator." + +#: ../../extensions/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" +msgstr "200 characters max." + +#: ../../extensions/files_repo/files_repo_form.php:84 +#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 +#: ../../godmode/extensions.php:143 +msgid "File" +msgstr "File" + +#: ../../extensions/files_repo/files_repo_form.php:87 +#: ../../extensions/files_repo/files_repo_form.php:93 +#: ../../extensions/files_repo/files_repo_list.php:89 +msgid "Public link" +msgstr "Public link" + +#: ../../extensions/files_repo/files_repo_list.php:61 +#: ../../include/functions_filemanager.php:581 +msgid "Last modification" +msgstr "Previous modification" + +#: ../../extensions/files_repo/files_repo_list.php:86 +msgid "Copy to clipboard" +msgstr "Copy to clipboard" + +#: ../../extensions/files_repo/files_repo_list.php:94 +#: ../../extensions/system_info.php:467 +msgid "Download" +msgstr "Download" + +#: ../../extensions/files_repo/files_repo_list.php:115 +msgid "No items" +msgstr "No items" + +#: ../../extensions/files_repo/functions_files_repo.php:29 +#: ../../extensions/files_repo/functions_files_repo.php:40 +#: ../../include/functions_config.php:1730 +msgid "Attachment directory is not writable by HTTP Server" +msgstr "Attachment directory is not writable by HTTP Server" + +#: ../../extensions/files_repo/functions_files_repo.php:30 +#: ../../extensions/files_repo/functions_files_repo.php:41 +#, php-format +msgid "Please check that the web server has write rights on the %s directory" +msgstr "" +"Please check if the web server has writing permissions on the %s directory " +"or not." + +#: ../../extensions/files_repo/functions_files_repo.php:229 +msgid "The file could not be copied" +msgstr "The file could not be copied." + +#: ../../extensions/files_repo/functions_files_repo.php:233 +msgid "There was an error creating the file" +msgstr "There was an error creating the file." + +#: ../../extensions/files_repo/functions_files_repo.php:274 +msgid "There was an error updating the file" +msgstr "There was an error updating the file." + #: ../../extensions/plugin_registration.php:26 #: ../../extensions/plugin_registration.php:33 msgid "Plugin registration" @@ -3632,9 +7494,9 @@ msgid "Module plugin registered" msgstr "Module plug-in registered" #: ../../extensions/plugin_registration.php:422 -#: ../../godmode/agentes/module_manager_editor_plugin.php:50 #: ../../godmode/massive/massive_edit_plugins.php:287 #: ../../godmode/modules/manage_network_components_form_plugin.php:22 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 msgid "Plugin" msgstr "Plugin" @@ -3679,18 +7541,6 @@ msgstr "Pandora Server load" msgid "SNMP Interface throughput" msgstr "SNMP Interface throughput" -#: ../../extensions/realtime_graphs.php:72 ../../include/ajax/module.php:750 -#: ../../include/functions_events.php:2103 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../include/functions_pandora_networkmap.php:1401 -#: ../../operation/agentes/status_monitor.php:977 -#: ../../operation/search_modules.php:52 -#: ../../enterprise/dashboard/widgets/custom_graph.php:33 -#: ../../enterprise/operation/services/services.list.php:344 -#: ../../enterprise/operation/services/services.service.php:143 -msgid "Graph" -msgstr "Graph" - #: ../../extensions/realtime_graphs.php:79 msgid "Refresh interval" msgstr "Refresh interval" @@ -3704,41 +7554,32 @@ msgid "Clear graph" msgstr "Clear graph" #: ../../extensions/realtime_graphs.php:94 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:700 +#: ../../include/functions_snmp_browser.php:506 +#: ../../godmode/massive/massive_edit_modules.php:488 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:339 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 #: ../../godmode/agentes/module_manager_editor_network.php:67 #: ../../godmode/agentes/module_manager_editor_wmi.php:45 -#: ../../godmode/massive/massive_edit_modules.php:488 -#: ../../include/functions_snmp_browser.php:506 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:689 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:252 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:700 msgid "Target IP" msgstr "Target IP" #: ../../extensions/realtime_graphs.php:97 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 #: ../../include/functions_snmp_browser.php:508 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 msgid "Community" msgstr "Community" #: ../../extensions/realtime_graphs.php:108 -#: ../../godmode/setup/snmp_wizard.php:41 #: ../../include/functions_snmp_browser.php:401 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:318 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../godmode/setup/snmp_wizard.php:41 msgid "OID" msgstr "OID" -#: ../../extensions/realtime_graphs.php:111 ../../godmode/extensions.php:144 -#: ../../godmode/servers/servers.build_table.php:67 +#: ../../extensions/realtime_graphs.php:111 #: ../../include/functions_snmp_browser.php:513 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../enterprise/godmode/servers/list_satellite.php:37 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:388 -#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../godmode/extensions.php:144 +#: ../../godmode/servers/servers.build_table.php:67 msgid "Version" msgstr "Version" @@ -3752,203 +7593,103 @@ msgstr "SNMP walk" msgid "Use this OID" msgstr "Use this OID" -#: ../../extensions/resource_exportation.php:53 -#: ../../extensions/resource_exportation.php:338 -msgid "Resource exportation" -msgstr "Resource exporting" +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "Extension not installed." -#: ../../extensions/resource_exportation.php:341 -msgid "" -"This extension makes exportation of resource template more easy. Here you " -"can export as a resource template in Pandora FMS 3.x format (.ptr). " -msgstr "" -"This extension makes exporting resource templates easier. You can export " -"resource templates in Pandora FMS 3.x format (.ptr) " +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +msgid "Administration view" +msgstr "Management view" -#: ../../extensions/resource_exportation.php:352 -#: ../../enterprise/dashboard/widgets/reports.php:27 -#: ../../enterprise/dashboard/widgets/reports.php:43 -#: ../../enterprise/extensions/cron/functions.php:445 -#: ../../enterprise/extensions/cron/main.php:225 -#: ../../enterprise/extensions/cron/main.php:267 -#: ../../enterprise/extensions/cron/main.php:281 -msgid "Report" -msgstr "Report" +#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 +msgid "Operation view" +msgstr "Operation view" -#: ../../extensions/resource_exportation.php:354 -#: ../../extensions/resource_exportation.php:357 -#: ../../operation/agentes/exportdata.php:341 -#: ../../enterprise/extensions/resource_exportation/functions.php:20 -msgid "Export" -msgstr "Export" +#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 +msgid "Files repository manager" +msgstr "File repository manager" -#: ../../extensions/resource_exportation.php:355 ../../operation/menu.php:128 -#: ../../operation/users/user_edit.php:277 -#: ../../enterprise/meta/screens/screens.visualmap.php:216 -#: ../../enterprise/meta/screens/screens.visualmap.php:220 -msgid "Visual console" -msgstr "Visual console" +#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190 +#: ../../include/functions.php:2193 +msgid "The file exceeds the maximum size" +msgstr "Maximum filesize exceeded" -#: ../../extensions/resource_registration.php:40 -#, php-format -msgid "Success add '%s' item in report '%s'." -msgstr "Successfully added '%s' item into '%s' report" +#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 +msgid "Files repository" +msgstr "File repository" -#: ../../extensions/resource_registration.php:41 -#, php-format -msgid "Error create '%s' item in report '%s'." -msgstr "Error creating item '%s' on report '%s'" +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "Agents / Alerts" -#: ../../extensions/resource_registration.php:68 -#, php-format -msgid "Error create '%s' report, the name exist and there aren't free name." -msgstr "" -"Error creating '%s' report, the name already exists and no other names are " -"available." +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "There are no agents with alerts." -#: ../../extensions/resource_registration.php:75 -#, php-format -msgid "" -"Warning create '%s' report, the name exist, the report have a name %s." -msgstr "" -"Warning creating report '%s': the name already exists and the report has a " -"name '%s'." +#: ../../extensions/agents_alerts.php:177 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +#: ../../godmode/massive/massive_add_action_alerts.php:163 +#: ../../godmode/massive/massive_delete_action_alerts.php:167 +msgid "Alert templates" +msgstr "Alert templates" -#: ../../extensions/resource_registration.php:82 -msgid "Error the report haven't name." -msgstr "Error. The report is unnamed" +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "Previous templates" -#: ../../extensions/resource_registration.php:88 -msgid "Error the report haven't group." -msgstr "Error. The report is not in any available group." +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "More templates" -#: ../../extensions/resource_registration.php:98 -#, php-format -msgid "Success create '%s' report." -msgstr "successfully created '%s' report" +#: ../../extensions/agents_alerts.php:324 +#: ../../mobile/operation/alerts.php:253 ../../include/functions_ui.php:921 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../godmode/alerts/alert_list.list.php:642 +msgid "times" +msgstr "amount of times alert was fired" -#: ../../extensions/resource_registration.php:99 -#, php-format -msgid "Error create '%s' report." -msgstr "Error creating '%s' report" +#: ../../extensions/agents_alerts.php:328 +#: ../../mobile/operation/alerts.php:257 ../../include/functions_ui.php:925 +#: ../../include/functions_reporting.php:7972 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../godmode/alerts/alert_list.list.php:646 +msgid "Alert disabled" +msgstr "Alert disabled" -#: ../../extensions/resource_registration.php:327 -#: ../../extensions/resource_registration.php:348 -#: ../../extensions/resource_registration.php:358 -#, php-format -msgid "Success add '%s' content." -msgstr "Success adding the '%s' content" +#: ../../extensions/agents_alerts.php:348 +msgid "Agents/Alerts view" +msgstr "Agent/Alert view" -#: ../../extensions/resource_registration.php:328 -#: ../../extensions/resource_registration.php:349 -#: ../../extensions/resource_registration.php:359 -#: ../../enterprise/extensions/resource_registration/functions.php:482 -#, php-format -msgid "Error add '%s' action." -msgstr "Error adding '%s' action" +#: ../../extensions/extension_uploader.php:28 +msgid "Uploader extension" +msgstr "Upload extension" -#: ../../extensions/resource_registration.php:335 -#, php-format -msgid "Success add '%s' SLA." -msgstr "Success adding the '%s' SLA" +#: ../../extensions/extension_uploader.php:64 +msgid "Success to upload extension" +msgstr "Successfully uploaded extension" -#: ../../extensions/resource_registration.php:336 -#, php-format -msgid "Error add '%s' SLA." -msgstr "Error adding the '%s' SLA" +#: ../../extensions/extension_uploader.php:65 +msgid "Fail to upload extension" +msgstr "Failed to upload extension" -#: ../../extensions/resource_registration.php:377 -#, php-format -msgid "Error create '%s' visual map, lost tag name." -msgstr "Error creating the '%s' visual map. Tag name is missing." +#: ../../extensions/extension_uploader.php:73 +msgid "Upload extension" +msgstr "Upload extension" -#: ../../extensions/resource_registration.php:413 -#, php-format -msgid "" -"Error create '%s' visual map, the name exist and there aren't free name." -msgstr "" -"Error creating the '%s' visual map, the name is already taken and there are " -"no names available" +#: ../../extensions/extension_uploader.php:75 +msgid "Upload the extension as a zip file." +msgstr "Upload the extension as a zip file." -#: ../../extensions/resource_registration.php:420 -#, php-format -msgid "" -"Warning create '%s' visual map, the name exist, the report have a name %s." -msgstr "" -"Warning creating the '%s' visual map: the name already exists and the report " -"already has '%s' as a name." +#: ../../extensions/extension_uploader.php:77 +msgid "Upload enterprise extension" +msgstr "Upload enterprise extension" -#: ../../extensions/resource_registration.php:428 -#, php-format -msgid "Success create '%s' visual map." -msgstr "Success creating the '%s' visual map" - -#: ../../extensions/resource_registration.php:429 -#, php-format -msgid "Error create '%s' visual map." -msgstr "'Error creating the '%s' visual map" - -#: ../../extensions/resource_registration.php:535 -#, php-format -msgid "Success create item type '%d' visual map." -msgstr "Success creating item type '%d' on the visual map." - -#: ../../extensions/resource_registration.php:536 -#, php-format -msgid "Error create item type '%d' visual map." -msgstr "Error creating the '%d' visual map" - -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 -#, php-format -msgid "Success create item for agent '%s' visual map." -msgstr "Success creating the '%s' agent item on the visual map" - -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 -#, php-format -msgid "Error create item for agent '%s' visual map." -msgstr "Error creating the '%s' agent item on the visual map" - -#: ../../extensions/resource_registration.php:792 -#, php-format -msgid "Success create '%s' component." -msgstr "Success creating '%s' component." - -#: ../../extensions/resource_registration.php:793 -#, php-format -msgid "Error create '%s' component." -msgstr "Error creating '%s' component" - -#: ../../extensions/resource_registration.php:849 -#: ../../extensions/resource_registration.php:889 -msgid "Resource registration" -msgstr "Resource registration" - -#: ../../extensions/resource_registration.php:852 -#: ../../enterprise/include/functions_policies.php:4090 -msgid "Error, please install the PHP libXML in the system." -msgstr "Error: please install PHP libXML on the system" - -#: ../../extensions/resource_registration.php:858 -#, php-format -msgid "" -"This extension makes registration of resource template more easy. Here you " -"can upload a resource template in Pandora FMS 3.x format (.ptr). Please " -"refer to documentation on how to obtain and use Pandora FMS resources. " -"

                You can get more resurces in our Public Resource " -"Library" -msgstr "" -"This extension makes registering resource templates easier. Here you can " -"upload a resource template in Pandora FMS 3.x format (.ptr files). Please " -"refer to our documentation for more information on how to obtain and use " -"Pandora FMS' resources.

                You can get more resurces in our Public Resource Library" - -#: ../../extensions/resource_registration.php:872 -#: ../../enterprise/include/functions_policies.php:4106 -msgid "Group filter: " -msgstr "Group filter: " +#: ../../extensions/extension_uploader.php:90 +msgid "Extension uploader" +msgstr "Extension uploader" #: ../../extensions/system_info.php:179 msgid "Cannot read file" @@ -3997,15 +7738,11 @@ msgid "Number lines of log" msgstr "Number of log lines" #: ../../extensions/system_info.php:476 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 msgid "Created" msgstr "Created" #: ../../extensions/system_info.php:481 ../../extensions/system_info.php:527 #: ../../godmode/events/event_responses.editor.php:93 -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -#: ../../enterprise/extensions/ipam/ipam_list.php:161 -#: ../../enterprise/extensions/ipam/ipam_network.php:140 msgid "Location" msgstr "Location" @@ -4013,60 +7750,611 @@ msgstr "Location" msgid "Generate file" msgstr "Generate file" -#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 -#: ../../godmode/massive/massive_copy_modules.php:164 -#: ../../operation/reporting/reporting_viewer.php:234 -#: ../../enterprise/godmode/policies/policy_modules.php:1309 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:246 -#: ../../enterprise/operation/log/log_viewer.php:252 -msgid "Loading" -msgstr "Loading" - -#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 -#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:813 -#: ../../godmode/massive/massive_edit_plugins.php:814 -#: ../../include/ajax/double_auth.ajax.php:250 -#: ../../include/ajax/double_auth.ajax.php:347 -#: ../../include/ajax/double_auth.ajax.php:392 -#: ../../include/ajax/double_auth.ajax.php:507 -#: ../../include/functions.php:1043 ../../include/functions_events.php:1176 -#: ../../include/functions_events.php:1422 ../../include/functions_ui.php:228 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:761 -#: ../../enterprise/dashboard/main_dashboard.php:355 -#: ../../enterprise/dashboard/main_dashboard.php:435 -#: ../../enterprise/include/functions_login.php:99 -#: ../../enterprise/meta/include/functions_ui_meta.php:779 -msgid "Error" -msgstr "Error" - #: ../../extensions/system_info.php:548 msgid "At least one option must be selected" msgstr "At least one option must be selected" -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:123 -msgid "Users connected" -msgstr "Connected users" +#: ../../index.php:241 ../../mobile/include/user.class.php:171 +#: ../../include/ajax/double_auth.ajax.php:489 +msgid "Invalid code" +msgstr "Invalid code" -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "No other users connected" +#: ../../index.php:252 +msgid "The code shouldn't be empty" +msgstr "The code shouldn't be empty" -#: ../../extras/pandora_diag.php:90 -msgid "Pandora FMS Diagnostic tool" -msgstr "Pandora FMS Diagnostic tool" +#: ../../index.php:264 +msgid "Expired login" +msgstr "Expired login" -#: ../../extras/pandora_diag.php:93 -msgid "Item" -msgstr "Item" +#: ../../index.php:272 ../../index.php:278 +msgid "Login error" +msgstr "Login error" -#: ../../extras/pandora_diag.php:94 -msgid "Data value" -msgstr "Data value" +#: ../../index.php:548 +msgid "User doesn\\'t exist." +msgstr "User does not exist" + +#: ../../index.php:564 +msgid "User only can use the API." +msgstr "Only user can use the API" + +#: ../../index.php:794 +msgid "Sorry! I can't find the page!" +msgstr "Sorry! I can't find the page!" + +#: ../../mobile/operation/home.php:78 +#: ../../include/functions_visual_map.php:2744 +#: ../../include/functions_visual_map_editor.php:251 +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +msgid "Module graph" +msgstr "Module graph" + +#: ../../mobile/operation/home.php:118 ../../mobile/include/user.class.php:286 +#: ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/functions_web.php:33 ../../general/header.php:289 +msgid "Logout" +msgstr "Logout" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "Home" + +#: ../../mobile/operation/networkmaps.php:99 +#: ../../mobile/operation/networkmap.php:78 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/tactical.php:71 ../../mobile/operation/groups.php:53 +#: ../../mobile/operation/alerts.php:141 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/events.php:430 +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/agent.php:66 ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/modules.php:173 ../../mobile/index.php:240 +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +msgid "You don't have access to this page" +msgstr "You don't have access to this page" + +#: ../../mobile/operation/networkmaps.php:100 +#: ../../mobile/operation/networkmap.php:79 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/tactical.php:72 ../../mobile/operation/groups.php:54 +#: ../../mobile/operation/alerts.php:142 ../../mobile/operation/agents.php:146 +#: ../../mobile/operation/events.php:431 +#: ../../mobile/operation/module_graph.php:271 +#: ../../mobile/operation/agent.php:67 ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/modules.php:174 ../../mobile/index.php:241 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

                Please know that all " +"attempts to access this page are recorded in security logs of Pandora System " +"Database" +msgstr "" +"Access to this page is restricted to authorized users only, please contact " +"your system administrator if you should need help.

                . Please remember " +"that any attempts to access this page will be recorded on the Pandora FMS " +"System Database." + +#: ../../mobile/operation/networkmaps.php:112 +msgid "Networkmaps" +msgstr "Network maps" + +#: ../../mobile/operation/networkmaps.php:116 +#: ../../mobile/operation/networkmap.php:98 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/tactical.php:88 ../../mobile/operation/groups.php:69 +#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/agents.php:162 +#: ../../mobile/operation/events.php:568 +#: ../../mobile/operation/module_graph.php:368 +#: ../../mobile/operation/module_graph.php:377 +#: ../../mobile/operation/agent.php:108 +#: ../../mobile/operation/visualmap.php:103 +#: ../../mobile/operation/modules.php:190 +msgid "Back" +msgstr "Back" + +#: ../../mobile/operation/networkmaps.php:120 +#, php-format +msgid "Filter Networkmaps by %s" +msgstr "Filter Network maps by %s" + +#: ../../mobile/operation/networkmaps.php:150 +#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/events.php:659 +#: ../../mobile/operation/modules.php:261 +msgid "Apply Filter" +msgstr "Apply Filter" + +#: ../../mobile/operation/networkmaps.php:202 +#: ../../mobile/operation/networkmap.php:164 +msgid "No networkmaps" +msgstr "No network maps" + +#: ../../mobile/operation/networkmaps.php:216 +#: ../../mobile/operation/alerts.php:306 ../../mobile/operation/agents.php:460 +#: ../../mobile/operation/events.php:1070 +#: ../../mobile/operation/modules.php:786 +msgid "(Default)" +msgstr "(Default)" + +#: ../../mobile/operation/networkmaps.php:222 +#: ../../mobile/operation/alerts.php:316 ../../mobile/operation/agents.php:466 +#: ../../mobile/operation/events.php:1096 +#: ../../mobile/operation/modules.php:793 +#, php-format +msgid "Group: %s" +msgstr "Group : %s" + +#: ../../mobile/operation/networkmaps.php:229 +#: ../../mobile/operation/events.php:1108 +#, php-format +msgid "Type: %s" +msgstr "Type: %s" + +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 +msgid "Map could not be generated" +msgstr "Map could not be generated" + +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" +msgstr "Visual consoles" + +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" +msgstr "No maps defined" + +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "Last activity" + +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/agents.php:381 ../../mobile/operation/events.php:797 +#: ../../mobile/operation/module_graph.php:467 +#: ../../mobile/operation/agent.php:305 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/modules.php:706 +#: ../../godmode/reporting/visual_console_builder.wizard.php:377 +msgid "Loading..." +msgstr "Loading..." + +#: ../../mobile/operation/groups.php:129 +#: ../../include/functions_reporting_html.php:3422 +msgid "Agents not init" +msgstr "Uninitialised agents" + +#: ../../mobile/operation/groups.php:133 +#: ../../include/functions_reporting_html.php:3404 +msgid "Agents critical" +msgstr "Agents in critical status" + +#: ../../mobile/operation/groups.php:137 +#: ../../include/functions_groups.php:794 +#: ../../include/functions_groups.php:796 +#: ../../include/functions_groups.php:798 +#: ../../include/functions_groups.php:799 +#: ../../include/functions_groups.php:800 +#: ../../include/functions_reporting_html.php:3416 +msgid "Agents unknown" +msgstr "Unknown agents" + +#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 +#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 +#: ../../godmode/alerts/alert_view.php:106 +msgid "Stand by" +msgstr "Stand by" + +#: ../../mobile/operation/alerts.php:162 +#, php-format +msgid "Filter Alerts by %s" +msgstr "Filter Alerts by %s" + +#: ../../mobile/operation/alerts.php:272 +msgid "Last Fired" +msgstr "Last Fired" + +#: ../../mobile/operation/alerts.php:282 +msgid "No alerts" +msgstr "No alerts" + +#: ../../mobile/operation/alerts.php:312 +#, php-format +msgid "Standby: %s" +msgstr "Standby : %s" + +#: ../../mobile/operation/alerts.php:320 ../../mobile/operation/agents.php:470 +#: ../../mobile/operation/events.php:1112 +#: ../../mobile/operation/modules.php:805 +#, php-format +msgid "Status: %s" +msgstr "Status : %s" + +#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:474 +#: ../../mobile/operation/modules.php:809 +#, php-format +msgid "Free Search: %s" +msgstr "Free Search : %s" + +#: ../../mobile/operation/agents.php:166 +#, php-format +msgid "Filter Agents by %s" +msgstr "Filter Agents by %s" + +#: ../../mobile/operation/agents.php:324 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +msgid "A." +msgstr "A." + +#: ../../mobile/operation/agents.php:370 +msgid "No agents" +msgstr "No agents" + +#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 +#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 +msgid "Preset Filters" +msgstr "Preset Filters" + +#: ../../mobile/operation/events.php:443 +msgid "ERROR: Event detail" +msgstr "ERROR : Event details" + +#: ../../mobile/operation/events.php:445 +msgid "Error connecting to DB pandora." +msgstr "Error on connecting to Pandora DB." + +#: ../../mobile/operation/events.php:458 +msgid "Event detail" +msgstr "Event details" + +#: ../../mobile/operation/events.php:497 +#: ../../include/functions_events.php:2421 +msgid "Acknowledged by" +msgstr "Acknowledged by" + +#: ../../mobile/operation/events.php:506 +#: ../../include/functions_visual_map_editor.php:606 +#: ../../godmode/reporting/visual_console_builder.elements.php:153 +msgid "Module Graph" +msgstr "Module Graph" + +#: ../../mobile/operation/events.php:541 +msgid "Sucessful validate" +msgstr "Validation successful." + +#: ../../mobile/operation/events.php:543 +msgid "Fail validate" +msgstr "Validation failed." + +#: ../../mobile/operation/events.php:575 +#, php-format +msgid "Filter Events by %s" +msgstr "Filter events by %s" + +#: ../../mobile/operation/events.php:1076 +#, php-format +msgid "Filter: %s" +msgstr "Filter : %s" + +#: ../../mobile/operation/events.php:1089 +#, php-format +msgid "Severity: %s" +msgstr "Severity : %s" + +#: ../../mobile/operation/events.php:1116 +#, php-format +msgid "Free search: %s" +msgstr "Free search : %s" + +#: ../../mobile/operation/events.php:1120 +#, php-format +msgid "Hours: %s" +msgstr "Hours : %s" + +#: ../../mobile/operation/module_graph.php:364 +#: ../../mobile/operation/module_graph.php:373 +#, php-format +msgid "PandoraFMS: %s" +msgstr "PandoraFMS : %s" + +#: ../../mobile/operation/module_graph.php:387 +#, php-format +msgid "Options for %s : %s" +msgstr "Options for %s : %s" + +#: ../../mobile/operation/module_graph.php:394 +msgid "Show Alerts" +msgstr "Show Alerts" + +#: ../../mobile/operation/module_graph.php:402 +msgid "Show Events" +msgstr "Show Events" + +#: ../../mobile/operation/module_graph.php:434 +msgid "Avg Only" +msgstr "Avg Only" + +#: ../../mobile/operation/module_graph.php:439 +msgid "Time range (hours)" +msgstr "Time range (hours)" + +#: ../../mobile/operation/module_graph.php:459 +msgid "Update graph" +msgstr "Update graph" + +#: ../../mobile/operation/module_graph.php:468 +msgid "Error get the graph" +msgstr "Error retrieving the graph" + +#: ../../mobile/operation/agent.php:112 +msgid "PandoraFMS: Agents" +msgstr "PandoraFMS : Agents" + +#: ../../mobile/operation/agent.php:118 +msgid "No agent found" +msgstr "No agent found." + +#: ../../mobile/operation/agent.php:200 +msgid "Modules by status" +msgstr "Modules by status" + +#: ../../mobile/operation/agent.php:269 +#, php-format +msgid "Last %s Events" +msgstr "Last %s events" + +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "Filter Modules by %s" + +#: ../../mobile/operation/modules.php:543 +msgid "Interval." +msgstr "Interval" + +#: ../../mobile/operation/modules.php:549 +msgid "Last update." +msgstr "Last update" + +#: ../../mobile/operation/modules.php:668 +#: ../../godmode/agentes/agent_template.php:263 +msgid "No modules" +msgstr "No modules" + +#: ../../mobile/operation/modules.php:801 +#, php-format +msgid "Module group: %s" +msgstr "Module group : %s" + +#: ../../mobile/operation/modules.php:814 +#, php-format +msgid "Tag: %s" +msgstr "Tag: %s" + +#: ../../mobile/include/user.class.php:152 +#: ../../mobile/include/user.class.php:170 +#: ../../mobile/include/user.class.php:177 +msgid "Double authentication failed" +msgstr "Double authentication failed" + +#: ../../mobile/include/user.class.php:153 +msgid "Secret code not found" +msgstr "Secret code not found" + +#: ../../mobile/include/user.class.php:154 +msgid "Please contact the administrator to reset your double authentication" +msgstr "Please contact the administrator to reset your double authentication" + +#: ../../mobile/include/user.class.php:178 +msgid "There was an error checking the code" +msgstr "There was an error checking the code" + +#: ../../mobile/include/user.class.php:211 +msgid "Login Failed" +msgstr "Login Failed" + +#: ../../mobile/include/user.class.php:212 +msgid "User not found in database or incorrect password." +msgstr "User not found in database or wrong password." + +#: ../../mobile/include/user.class.php:220 +msgid "Login out" +msgstr "Logout" + +#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:176 +msgid "" +"Your session is over. Please close your browser window to close this Pandora " +"session." +msgstr "" +"Your session has ended. Please close your browser window to close this " +"Pandora FMS session." + +#: ../../mobile/include/user.class.php:244 +msgid "user" +msgstr "User" + +#: ../../mobile/include/user.class.php:251 +msgid "password" +msgstr "Password" + +#: ../../mobile/include/user.class.php:256 ../../general/login_page.php:168 +msgid "Login" +msgstr "Login" + +#: ../../mobile/include/user.class.php:301 +#: ../../mobile/include/user.class.php:302 ../../general/login_page.php:186 +msgid "Authenticator code" +msgstr "Authentication code" + +#: ../../mobile/include/user.class.php:306 ../../general/login_page.php:192 +msgid "Check code" +msgstr "Check code" + +#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 +msgid "Pandora FMS mobile" +msgstr "Pandora FMS : Mobile" + +#: ../../mobile/include/ui.class.php:257 +#: ../../mobile/include/functions_web.php:81 +#, php-format +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Build %s" + +#: ../../mobile/include/ui.class.php:258 +#: ../../mobile/include/functions_web.php:82 +msgid "Generated at" +msgstr "Generated at" + +#: ../../mobile/include/ui.class.php:630 +msgid "Not found header." +msgstr "Header not found." + +#: ../../mobile/include/ui.class.php:633 +msgid "Not found content." +msgstr "Content not found." + +#: ../../mobile/include/ui.class.php:636 +msgid "Not found footer." +msgstr "Footer not found." + +#: ../../mobile/include/ui.class.php:639 +msgid "Incorrect form." +msgstr "Incorrect form." + +#: ../../mobile/include/ui.class.php:642 +msgid "Incorrect grid." +msgstr "Wrong grid." + +#: ../../mobile/include/ui.class.php:645 +msgid "Incorrect collapsible." +msgstr "Wrong collapsible." + +#: ../../mobile/include/functions_web.php:23 +#: ../../include/functions_reporting_html.php:3025 +#: ../../include/functions_reporting_html.php:3165 +msgid "Monitor" +msgstr "Monitor" + +#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:201 +#: ../../godmode/reporting/visual_console_builder.wizard.php:246 +msgid "Servers" +msgstr "Servers" + +#: ../../general/logon_failed.php:33 +msgid "" +"Either, your password or your login are incorrect. Please check your CAPS " +"LOCK key, username and password are case SeNSiTiVe.

                All actions, " +"included failed login attempts are logged in Pandora FMS System logs, and " +"these can be reviewed by each user, please report to admin any incident or " +"malfunction." +msgstr "" +"Username or password are incorrect. Please check that your CAPS LOCK key is " +"disabled, username and password are case sensitive

                All actions, " +"included failed login attempts are registered in Pandora FMS System logs and " +"can be reviewed by all users. Please report any incident or malfunction to " +"an admin" + +#: ../../general/footer.php:35 +#, php-format +msgid "Pandora FMS %s - Build %s - MR %s" +msgstr "Pandora FMS %s - Build %s - MR %s" + +#: ../../general/footer.php:38 +msgid "Page generated at" +msgstr "Page generated as" + +#: ../../general/footer.php:39 +msgid "® Ártica ST" +msgstr "" + +#: ../../general/ui/agents_list.php:127 +msgid "No agents found" +msgstr "No agents found" + +#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 +#: ../../general/pandora_help.php:95 +msgid "Pandora FMS help system" +msgstr "Pandora FMS help wizard" + +#: ../../general/pandora_help.php:73 +msgid "Help system error" +msgstr "Help wizard error" + +#: ../../general/pandora_help.php:78 +msgid "" +"Pandora FMS help system has been called with a help reference that currently " +"don't exist. There is no help content to show." +msgstr "" +"Pandora FMS' help wizard has been asked for a reference that currently " +"doesn't exist. There is no help content available for this topic." + +#: ../../general/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "Blank characters are used as AND conditions" + +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "Enter keywords to search" + +#: ../../general/header.php:114 ../../general/header.php:122 +msgid "All systems" +msgstr "All systems" + +#: ../../general/header.php:114 +msgid "Down" +msgstr "Down" + +#: ../../general/header.php:118 +msgid "servers down" +msgstr "servers down" + +#: ../../general/header.php:122 +msgid "Ready" +msgstr "Ready" + +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "Page QR Code" + +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "Pandora FMS assistant" + +#: ../../general/header.php:195 +msgid "Configure autorefresh" +msgstr "Configure autorefresh" + +#: ../../general/header.php:222 +msgid "Disabled autorefresh" +msgstr "Disable autorefresh" + +#: ../../general/header.php:248 +msgid "System alerts detected - Please fix as soon as possible" +msgstr "System alerts detected - Please fix them as soon as possible" + +#: ../../general/header.php:263 +#, php-format +msgid "You have %d warning(s)" +msgstr "You have %d warning(s)" + +#: ../../general/header.php:274 +msgid "There are not warnings" +msgstr "There are no warnings" + +#: ../../general/header.php:283 +msgid "Main help" +msgstr "Main help" + +#: ../../general/header.php:305 +msgid "New chat message" +msgstr "New chat message" + +#: ../../general/header.php:314 +msgid "Message overview" +msgstr "Message overview" + +#: ../../general/header.php:315 +#, php-format +msgid "You have %d unread message(s)" +msgstr "You have %d unread message(s)" #: ../../general/alert_enterprise.php:96 msgid "" @@ -4314,19 +8602,361 @@ msgstr "" "correlation alerts to simplify the alerting system and have easier " "administration and increased performance." +#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:318 +msgid "Pandora FMS Overview" +msgstr "Pandora FMS Overview" + +#: ../../general/logon_ok.php:181 ../../general/logon_ok.php:380 +msgid "News board" +msgstr "News board" + +#: ../../general/logon_ok.php:186 ../../general/logon_ok.php:385 +msgid "ago" +msgstr "ago" + +#: ../../general/logon_ok.php:193 ../../general/logon_ok.php:392 +msgid "by" +msgstr "by" + +#: ../../general/logon_ok.php:229 ../../general/logon_ok.php:426 +msgid "This is your last activity in Pandora FMS console" +msgstr "This is your last activity performed on the Pandora FMS console" + +#: ../../general/login_page.php:35 +msgid "Go to Pandora FMS Website" +msgstr "Go to the Pandora FMS Website" + +#: ../../general/login_page.php:40 +msgid "Go to Login" +msgstr "Go to Login" + +#: ../../general/login_page.php:82 +msgid "Docs" +msgstr "Docs" + +#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 +msgid "Support" +msgstr "Support" + +#: ../../general/login_page.php:145 +msgid "Login as admin" +msgstr "Login as admin" + +#: ../../general/login_page.php:152 +msgid "Login with SAML" +msgstr "Login with SAML" + +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "Logged out" + +#: ../../general/login_page.php:200 +msgid "View details" +msgstr "View details" + +#: ../../general/login_page.php:224 +msgid "Build" +msgstr "Build" + +#: ../../general/login_page.php:237 +msgid "Login failed" +msgstr "Login failed" + +#: ../../general/login_page.php:261 +msgid "" +"Pandora FMS frontend is built on advanced, modern technologies and does not " +"support old browsers." +msgstr "" +"Pandora FMS' frontend is built with advanced, modern technologies and " +"doesn't support older browsers." + +#: ../../general/login_page.php:262 +msgid "" +"It is highly recommended that you choose and install a modern browser. It is " +"free of charge and only takes a couple of minutes." +msgstr "" +"It's highly recommended that you choose and install an updated browser. It's " +"free of charge and will only take a couple of minutes" + +#: ../../general/login_page.php:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "Why is it recommendable to upgrade your browser?" + +#: ../../general/login_page.php:330 +msgid "" +"New browsers usually come with support for new technologies, increasing web " +"page speed, better privacy settings and so on. They also resolve security " +"and functional issues." +msgstr "" +"Newer browsers usually include support for new technology, increasing " +"browsing speed, improving privacy settings, and so on. They also solve " +"security and functional issues." + +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "Continue despite this warning" + +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "Access to this page is restricted" + +#: ../../general/noaccess2.php:31 +msgid "No access" +msgstr "No access" + +#: ../../general/noaccess2.php:36 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

                \n" +"\t\t\tPlease know that all attempts to access this page are recorded in " +"security logs of Pandora System Database" +msgstr "" +"Access to this page is restricted to authorised users only, please contact " +"system administrator if you need assistance.

                \n" +"\t\t\tPlease know that all attempts to access this page are recorded on the " +"security logs of Pandora System Database" + +#: ../../general/login_required.php:69 +#: ../../general/login_identification_wizard.php:180 +msgid "Pandora FMS instance identification wizard" +msgstr "Pandora FMS instance identification wizard" + +#: ../../general/login_required.php:72 +msgid "" +"Please fill the following information in order to configure your Pandora FMS " +"instance successfully" +msgstr "" +"Please fill out the following information in order to configure your Pandora " +"FMS instance successfully" + +#: ../../general/login_required.php:86 ../../include/functions_config.php:129 +#: ../../godmode/setup/setup_general.php:52 +msgid "Language code for Pandora" +msgstr "Pandora FMS Language settings" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Africa" +msgstr "Africa" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "America" +msgstr "America" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Antarctica" +msgstr "Antarctica" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Arctic" +msgstr "Arctic" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Asia" +msgstr "Asia" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Atlantic" +msgstr "Atlantic" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Australia" +msgstr "Australia" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Europe" +msgstr "Europe" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Indian" +msgstr "Indian" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Pacific" +msgstr "Pacific" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "UTC" +msgstr "UTC" + +#: ../../general/login_required.php:111 ../../include/functions_config.php:166 +#: ../../godmode/setup/setup_general.php:135 +msgid "Timezone setup" +msgstr "Timezone setup" + +#: ../../general/login_required.php:112 +#: ../../godmode/setup/setup_general.php:136 +msgid "" +"Must have the same time zone as the system or database to avoid mismatches " +"of time." +msgstr "" +"Pandora FMS must be set to the same timezone as your system or database as " +"to avoid incoherences." + +#: ../../general/login_required.php:116 +msgid "E-mail for receiving alerts" +msgstr "E-mail for receiving alerts" + +#: ../../general/login_required.php:124 +msgid "Register" +msgstr "Register" + +#: ../../general/login_required.php:127 +#: ../../include/functions_visual_map_editor.php:461 +#: ../../include/functions_visual_map_editor.php:469 +#: ../../godmode/setup/snmp_wizard.php:109 +msgid "Cancel" +msgstr "Cancel" + +#: ../../general/login_required.php:130 +msgid "All fields required" +msgstr "All fields required" + +#: ../../general/login_help_dialog.php:39 +msgid "Welcome to Pandora FMS" +msgstr "Welcome to Pandora FMS" + +#: ../../general/login_help_dialog.php:42 +msgid "" +"If this is your first time with Pandora FMS, we propose you a few links to " +"learn more about Pandora FMS. Monitoring could be overwhelm, but take your " +"time to learn how to use the power of Pandora FMS!" +msgstr "" +"If this is your first time using Pandora FMS, we suggest a few links that'll " +"help you learn more about the software. Monitoring can be overwhelming, but " +"take your time to learn how to harness the power of Pandora FMS!" + +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" +msgstr "Online help" + +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" +msgstr "Enterprise Edition" + +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "Forums" + +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" +msgstr "Documentation" + +#: ../../general/login_help_dialog.php:86 +msgid "Click here to don't show again this message" +msgstr "Don't show this message again" + +#: ../../general/firts_task/recon_view.php:21 +msgid "There are no recon task defined yet." +msgstr "There are no recon task defined yet." + +#: ../../general/firts_task/recon_view.php:25 +#: ../../include/functions_servers.php:378 +#: ../../godmode/servers/manage_recontask_form.php:222 +msgid "Recon server" +msgstr "Recon server" + +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" +msgstr "Create Recon Task" + +#: ../../general/firts_task/recon_view.php:29 +msgid "" +"The Recon Task definition of Pandora FMS is used to find new elements in the " +"network. \n" +"\t\tIf it detects any item, it will add that item to the monitoring, and if " +"that item it is already being monitored, then it will \n" +"\t\tignore it or will update its information.There are three types of " +"detection: Based on ICMP (pings), \n" +"\t\tSNMP (detecting the topology of networks " +"and their interfaces), and other customized " +"\n" +"\t\ttype. You can define your own customized recon script." +msgstr "" +"The Recon Task definition for Pandora FMS is used to find new elements on " +"the network. \n" +"\t\tIf it detects any item, it will add that item into the monitoring " +"process, and if that item it is already being monitored, then it will \n" +"\t\tignore it or it will update its information.There are three types of " +"detection: Based on ICMP (pings), \n" +"\t\tSNMP (detecting the topology of networks " +"and their interfaces), and other customized " +"\n" +"\t\ttype. You can define your own customized recon script." + +#: ../../general/firts_task/transactional_list.php:23 +msgid "There are no transactions defined yet." +msgstr "There are no transactions defined yet." + +#: ../../general/firts_task/transactional_list.php:30 +msgid "Transactions" +msgstr "Transactions" + +#: ../../general/firts_task/transactional_list.php:33 +#: ../../general/firts_task/transactional_list.php:38 +msgid "Create Transactions" +msgstr "Create Transactions" + +#: ../../general/firts_task/transactional_list.php:34 +msgid "" +"The new transactional server allows you to execute tasks dependent on the " +"others following a user-defined design. This means that it is possible to " +"coordinate several executions to check a target at a given time.\n" +"\n" +"Transaction graphs represent the different processes within our " +"infrastructure that we use to deliver our service." +msgstr "" +"The new transactional server allows you to execute tasks dependent on the " +"others following a user-defined design. This means that it is possible to " +"coordinate several executions to check a target at a given time.\n" +"\n" +"Transaction graphs represent the different processes within our " +"infrastructure that we use to deliver our service." + +#: ../../general/firts_task/custom_fields.php:23 +#: ../../general/firts_task/fields_manager.php:21 +msgid "There are no custom fields defined yet." +msgstr "There are no custom fields defined yet." + +#: ../../general/firts_task/custom_fields.php:28 +msgid "Custom Fields" +msgstr "Custom Fields" + +#: ../../general/firts_task/custom_fields.php:31 +#: ../../general/firts_task/custom_fields.php:35 +msgid "Create Custom Fields" +msgstr "Create Custom Fields" + +#: ../../general/firts_task/custom_fields.php:32 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t You're able to create custom fields by klicking on 'Administration' -> " +"'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Custom fields are an easy way to customize an agent's information.\n" +"\t\t It's possible to create custom fields by clicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " + #: ../../general/firts_task/collections.php:21 msgid "There are no collections defined yet." msgstr "There are no collections defined yet." #: ../../general/firts_task/collections.php:25 -#: ../../enterprise/godmode/agentes/collections.agents.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/menu.php:56 -#: ../../enterprise/godmode/policies/policies.php:385 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../enterprise/include/functions_policies.php:3289 msgid "Collections" msgstr "Collections" @@ -4369,173 +8999,30 @@ msgstr "" "can see on \n" "\t\t the picture below. " -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 -msgid "There are no custom fields defined yet." -msgstr "There are no custom fields defined yet." +#: ../../general/firts_task/service_list.php:23 +msgid "There are no services defined yet." +msgstr "There are no services defined yet." -#: ../../general/firts_task/custom_fields.php:28 -msgid "Custom Fields" -msgstr "Custom Fields" +#: ../../general/firts_task/service_list.php:31 +#: ../../general/firts_task/service_list.php:40 +msgid "Create Services" +msgstr "Create Services" -#: ../../general/firts_task/custom_fields.php:31 -#: ../../general/firts_task/custom_fields.php:35 -msgid "Create Custom Fields" -msgstr "Create Custom Fields" - -#: ../../general/firts_task/custom_fields.php:32 +#: ../../general/firts_task/service_list.php:32 msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t You're able to create custom fields by klicking on 'Administration' -> " -"'Manage monitoring' -> 'Manage custom fields'. " +"A service is a way to group your IT resources based on their " +"functionalities. \n" +"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, " +"your support application, or even your printers.\n" +"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " +"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" +"\t\t\t\t\t\t By the following example, you're able to see more clearly what " +"a service is:\n" +"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " +"the world. \n" +"\t\t\t\t\t\t\tHis company consists of three big departments: A management, " +"an on-line shop and support." msgstr "" -"Custom fields are an easy way to customize an agent's information.\n" -"\t\t It's possible to create custom fields by clicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " - -#: ../../general/firts_task/custom_graphs.php:23 -msgid "There are no custom graphs defined yet." -msgstr "There are no custom graphs defined yet." - -#: ../../general/firts_task/custom_graphs.php:28 -msgid "Custom Graphs" -msgstr "Custom Graphs" - -#: ../../general/firts_task/custom_graphs.php:31 -#: ../../general/firts_task/custom_graphs.php:36 -msgid "Create Custom Graph" -msgstr "Create Custom Graph" - -#: ../../general/firts_task/custom_graphs.php:32 -msgid "" -"Graphs are designed to show the data collected by Pandora FMS in a temporary " -"scale defined by the user.\n" -"\t\t\t\tPandora FMS Graphs display data in real time. They are generated " -"every time the operator requires any of them and display the up-to-date " -"state.\n" -"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " -"graphs the user customizes by using one or more modules to do so." -msgstr "" -"Graphs are designed to show the data collected by Pandora FMS in a user " -"defined timeframe.\n" -"\t\t\t\tPandora FMS Graphs display data in real time. They are generated " -"every time the operator requires any of them and display the updated " -"status.\n" -"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " -"graphs the user customizes by using one or more modules to do so." - -#: ../../general/firts_task/fields_manager.php:25 -msgid "Fields Manager" -msgstr "Field Manager" - -#: ../../general/firts_task/fields_manager.php:28 -msgid "Create Fields Manager" -msgstr "Create field manager" - -#: ../../general/firts_task/fields_manager.php:29 -msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " -msgstr "" -"Custom fields are an easy way to customize an agent's information\n" -"\t\t\t\tA user is able to create custom fields by clicking on " -"'Administration' -> 'Manage monitoring' -> 'Manage custom fields'. " - -#: ../../general/firts_task/fields_manager.php:32 -msgid "Create Fields " -msgstr "Create Fields " - -#: ../../general/firts_task/incidents.php:25 -msgid "There are no incidents defined yet." -msgstr "There are no incidents defined yet." - -#: ../../general/firts_task/incidents.php:32 -#: ../../godmode/agentes/configurar_agente.php:418 -#: ../../godmode/agentes/configurar_agente.php:550 -#: ../../operation/agentes/ver_agente.php:1022 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/menu.php:354 -msgid "Incidents" -msgstr "Incidents" - -#: ../../general/firts_task/incidents.php:35 -#: ../../general/firts_task/incidents.php:44 -msgid "Create Incidents" -msgstr "Create Incidents" - -#: ../../general/firts_task/incidents.php:36 -msgid "" -"Besides receiving and processing data to monitor systems or applications, \n" -"\t\t\tyou're also required to monitor possible incidents which might take " -"place on these systems within the system monitoring process.\n" -"\t\t\tFor it, the Pandora FMS team has designed an incident manager within " -"which any user is able to open incidents, \n" -"\t\t\texplaining what's happened on the network and to update them with " -"comments and files any time in case there is a need to do so.\n" -"\t\t\tThis system allows the users to work as a team, along with different " -"roles and work-flow systems which allows an incident to be \n" -"\t\t\tmoved from one group to another, and that members from different " -"groups and different people could work on the same incident, sharing " -"information and files.\n" -"\t\t" -msgstr "" -"Besides receiving and processing data to monitor systems or applications, \n" -"\t\t\tyou're also required to monitor possible incidents which might take " -"place on these subsystems within the system's monitoring process.\n" -"\t\t\tFor it, the Pandora FMS team has designed an incident manager from " -"which any user is able to open incidents, \n" -"\t\t\tthat explain what's happened on the network, and update them with " -"comments and files, at any time, in case there is a need to do so.\n" -"\t\t\tThis system allows users to work as a team, along with different roles " -"and work-flow systems which allow an incident to be \n" -"\t\t\tmoved from one group to another, and members from different groups and " -"different people could work on the same incident, sharing information and " -"files.\n" -"\t\t" - -#: ../../general/firts_task/map_builder.php:26 -#: ../../godmode/reporting/map_builder.php:255 -msgid "There are no visual console defined yet." -msgstr "There are no visual consoles defined yet" - -#: ../../general/firts_task/map_builder.php:32 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../enterprise/include/functions_enterprise.php:292 -#: ../../enterprise/meta/general/main_header.php:189 -msgid "Visual Console" -msgstr "Visual Console" - -#: ../../general/firts_task/map_builder.php:35 -#: ../../general/firts_task/map_builder.php:43 -msgid "Create Visual Console" -msgstr "Create Visual Console" - -#: ../../general/firts_task/map_builder.php:36 -msgid "" -"Pandora FMS allows you to create visual maps in which each user is able to " -"create his own monitoring map.\n" -"\t\t\tThe new visual console editor is much more practical, although the old " -"visual console editor had its advantages. \n" -"\t\t\tWithin the new visual console, we've been successful in imitating the " -"sensation and touch of a drawing application like GIMP. \n" -"\t\t\tWe've also simplified the editor by dividing it into several subject-" -"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " -"'Editor'.\n" -"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are " -"'static image', 'percentage bar', 'module graph' and 'simple value'. " -msgstr "" -"Pandora FMS allows users to create visual maps on which each user is able to " -"create his or her own monitoring map.\n" -"\t\t\tThe new visual console editor is much more practical, although the " -"prior visual console editor had its advantages. \n" -"\t\t\tOn the new visual console, we've been successful in imitating the " -"sensation and touch of a drawing application like GIMP. \n" -"\t\t\tWe've also simplified the editor by dividing it into several subject-" -"divided tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " -"'Editor'.\n" -"\t\t\tThe items the Pandora FMS Visual Map was designed to handle are " -"'static images', 'percentage bars', 'module graphs' and 'simple values'. " #: ../../general/firts_task/network_map.php:23 msgid "There are no network map defined yet." @@ -4584,6 +9071,86 @@ msgstr "Dynamic Map" msgid "Policy Map (Only Enterprise version)" msgstr "Policy Map (Only Enterprise version)" +#: ../../general/firts_task/map_builder.php:26 +#: ../../godmode/reporting/map_builder.php:255 +msgid "There are no visual console defined yet." +msgstr "There are no visual consoles defined yet" + +#: ../../general/firts_task/map_builder.php:32 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "Visual Console" + +#: ../../general/firts_task/map_builder.php:35 +#: ../../general/firts_task/map_builder.php:43 +msgid "Create Visual Console" +msgstr "Create Visual Console" + +#: ../../general/firts_task/map_builder.php:36 +msgid "" +"Pandora FMS allows you to create visual maps in which each user is able to " +"create his own monitoring map.\n" +"\t\t\tThe new visual console editor is much more practical, although the old " +"visual console editor had its advantages. \n" +"\t\t\tWithin the new visual console, we've been successful in imitating the " +"sensation and touch of a drawing application like GIMP. \n" +"\t\t\tWe've also simplified the editor by dividing it into several subject-" +"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " +"'Editor'.\n" +"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are " +"'static image', 'percentage bar', 'module graph' and 'simple value'. " +msgstr "" +"Pandora FMS allows users to create visual maps on which each user is able to " +"create his or her own monitoring map.\n" +"\t\t\tThe new visual console editor is much more practical, although the " +"prior visual console editor had its advantages. \n" +"\t\t\tOn the new visual console, we've been successful in imitating the " +"sensation and touch of a drawing application like GIMP. \n" +"\t\t\tWe've also simplified the editor by dividing it into several subject-" +"divided tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " +"'Editor'.\n" +"\t\t\tThe items the Pandora FMS Visual Map was designed to handle are " +"'static images', 'percentage bars', 'module graphs' and 'simple values'. " + +#: ../../general/firts_task/incidents.php:25 +msgid "There are no incidents defined yet." +msgstr "There are no incidents defined yet." + +#: ../../general/firts_task/incidents.php:35 +#: ../../general/firts_task/incidents.php:44 +msgid "Create Incidents" +msgstr "Create Incidents" + +#: ../../general/firts_task/incidents.php:36 +msgid "" +"Besides receiving and processing data to monitor systems or applications, \n" +"\t\t\tyou're also required to monitor possible incidents which might take " +"place on these systems within the system monitoring process.\n" +"\t\t\tFor it, the Pandora FMS team has designed an incident manager within " +"which any user is able to open incidents, \n" +"\t\t\texplaining what's happened on the network and to update them with " +"comments and files any time in case there is a need to do so.\n" +"\t\t\tThis system allows the users to work as a team, along with different " +"roles and work-flow systems which allows an incident to be \n" +"\t\t\tmoved from one group to another, and that members from different " +"groups and different people could work on the same incident, sharing " +"information and files.\n" +"\t\t" +msgstr "" +"Besides receiving and processing data to monitor systems or applications, \n" +"\t\t\tyou're also required to monitor possible incidents which might take " +"place on these subsystems within the system's monitoring process.\n" +"\t\t\tFor it, the Pandora FMS team has designed an incident manager from " +"which any user is able to open incidents, \n" +"\t\t\tthat explain what's happened on the network, and update them with " +"comments and files, at any time, in case there is a need to do so.\n" +"\t\t\tThis system allows users to work as a team, along with different roles " +"and work-flow systems which allow an incident to be \n" +"\t\t\tmoved from one group to another, and members from different groups and " +"different people could work on the same incident, sharing information and " +"files.\n" +"\t\t" + #: ../../general/firts_task/planned_downtime.php:21 msgid "There are no planned downtime defined yet." msgstr "There are no planned downtime defined yet." @@ -4617,92 +9184,6 @@ msgstr "" "\t\t\t\t\t\taccount for most metrics or report types, because agents don't " "contain any data within those intervals. " -#: ../../general/firts_task/recon_view.php:21 -msgid "There are no recon task defined yet." -msgstr "There are no recon task defined yet." - -#: ../../general/firts_task/recon_view.php:25 -#: ../../godmode/servers/manage_recontask_form.php:228 -#: ../../include/functions_servers.php:378 -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "Recon server" -msgstr "Recon server" - -#: ../../general/firts_task/recon_view.php:28 -#: ../../general/firts_task/recon_view.php:35 -msgid "Create Recon Task" -msgstr "Create Recon Task" - -#: ../../general/firts_task/recon_view.php:29 -msgid "" -"The Recon Task definition of Pandora FMS is used to find new elements in the " -"network. \n" -"\t\tIf it detects any item, it will add that item to the monitoring, and if " -"that item it is already being monitored, then it will \n" -"\t\tignore it or will update its information.There are three types of " -"detection: Based on ICMP (pings), \n" -"\t\tSNMP (detecting the topology of networks " -"and their interfaces), and other customized " -"\n" -"\t\ttype. You can define your own customized recon script." -msgstr "" -"The Recon Task definition for Pandora FMS is used to find new elements on " -"the network. \n" -"\t\tIf it detects any item, it will add that item into the monitoring " -"process, and if that item it is already being monitored, then it will \n" -"\t\tignore it or it will update its information.There are three types of " -"detection: Based on ICMP (pings), \n" -"\t\tSNMP (detecting the topology of networks " -"and their interfaces), and other customized " -"\n" -"\t\ttype. You can define your own customized recon script." - -#: ../../general/firts_task/service_list.php:23 -msgid "There are no services defined yet." -msgstr "There are no services defined yet." - -#: ../../general/firts_task/service_list.php:28 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 -#: ../../operation/agentes/ver_agente.php:1111 -#: ../../enterprise/dashboard/widgets/service_map.php:79 -#: ../../enterprise/godmode/menu.php:92 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:298 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 -#: ../../enterprise/godmode/services/services.elements.php:135 -#: ../../enterprise/godmode/services/services.service.php:210 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../enterprise/meta/general/main_header.php:172 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/operation/services/services.list.php:60 -#: ../../enterprise/operation/services/services.list.php:64 -#: ../../enterprise/operation/services/services.service_map.php:121 -#: ../../enterprise/operation/services/services.table_services.php:46 -#: ../../enterprise/operation/services/services.table_services.php:50 -msgid "Services" -msgstr "Services" - -#: ../../general/firts_task/service_list.php:31 -#: ../../general/firts_task/service_list.php:40 -msgid "Create Services" -msgstr "Create Services" - -#: ../../general/firts_task/service_list.php:32 -msgid "" -"A service is a way to group your IT resources based on their " -"functionalities. \n" -"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, " -"your support application, or even your printers.\n" -"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " -"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -"\t\t\t\t\t\t By the following example, you're able to see more clearly what " -"a service is:\n" -"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " -"the world. \n" -"\t\t\t\t\t\t\tHis company consists of three big departments: A management, " -"an on-line shop and support." -msgstr "" - #: ../../general/firts_task/snmp_filters.php:21 msgid "There are no SNMP filter defined yet." msgstr "There are no SNMP filter defined yet." @@ -4738,43 +9219,32 @@ msgstr "" "\t\t\t\tOne trap is going to run in conjunction with any of them - just the " "ones for the server are going to get ruled out automatically. " +#: ../../general/firts_task/fields_manager.php:25 +msgid "Fields Manager" +msgstr "Field Manager" + +#: ../../general/firts_task/fields_manager.php:28 +msgid "Create Fields Manager" +msgstr "Create field manager" + +#: ../../general/firts_task/fields_manager.php:29 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Custom fields are an easy way to customize an agent's information\n" +"\t\t\t\tA user is able to create custom fields by clicking on " +"'Administration' -> 'Manage monitoring' -> 'Manage custom fields'. " + +#: ../../general/firts_task/fields_manager.php:32 +msgid "Create Fields " +msgstr "Create Fields " + #: ../../general/firts_task/tags.php:21 msgid "There are no tags defined yet." msgstr "There are no tags defined yet." -#: ../../general/firts_task/tags.php:25 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:200 -#: ../../godmode/tag/edit_tag.php:57 -#: ../../godmode/users/configure_user.php:625 -#: ../../include/functions_events.php:46 -#: ../../include/functions_events.php:2446 -#: ../../include/functions_events.php:3589 -#: ../../include/functions_reporting_html.php:2119 -#: ../../include/functions_treeview.php:165 -#: ../../mobile/operation/events.php:514 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/group_view.php:164 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/agentes/status_monitor.php:343 -#: ../../operation/events/events.build_table.php:223 -#: ../../operation/tree.php:49 ../../operation/users/user_edit.php:506 -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/dashboard/widgets/tree_view.php:35 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -#: ../../enterprise/include/functions_reporting_pdf.php:2370 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -msgid "Tags" -msgstr "Tags" - #: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 msgid "Create Tags" msgstr "Create Tags" @@ -4795,196 +9265,36 @@ msgstr "" "\t\t\t\t\t\t\t\tA user's access can therefore be restricted to modules with " "certain tags. " -#: ../../general/firts_task/transactional_list.php:23 -msgid "There are no transactions defined yet." -msgstr "There are no transactions defined yet." +#: ../../general/firts_task/custom_graphs.php:23 +msgid "There are no custom graphs defined yet." +msgstr "There are no custom graphs defined yet." -#: ../../general/firts_task/transactional_list.php:30 -msgid "Transactions" -msgstr "Transactions" +#: ../../general/firts_task/custom_graphs.php:28 +msgid "Custom Graphs" +msgstr "Custom Graphs" -#: ../../general/firts_task/transactional_list.php:33 -#: ../../general/firts_task/transactional_list.php:38 -msgid "Create Transactions" -msgstr "Create Transactions" +#: ../../general/firts_task/custom_graphs.php:31 +#: ../../general/firts_task/custom_graphs.php:36 +msgid "Create Custom Graph" +msgstr "Create Custom Graph" -#: ../../general/firts_task/transactional_list.php:34 +#: ../../general/firts_task/custom_graphs.php:32 msgid "" -"The new transactional server allows you to execute tasks dependent on the " -"others following a user-defined design. This means that it is possible to " -"coordinate several executions to check a target at a given time.\n" -"\n" -"Transaction graphs represent the different processes within our " -"infrastructure that we use to deliver our service." +"Graphs are designed to show the data collected by Pandora FMS in a temporary " +"scale defined by the user.\n" +"\t\t\t\tPandora FMS Graphs display data in real time. They are generated " +"every time the operator requires any of them and display the up-to-date " +"state.\n" +"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " +"graphs the user customizes by using one or more modules to do so." msgstr "" -"The new transactional server allows you to execute tasks dependent on the " -"others following a user-defined design. This means that it is possible to " -"coordinate several executions to check a target at a given time.\n" -"\n" -"Transaction graphs represent the different processes within our " -"infrastructure that we use to deliver our service." - -#: ../../general/footer.php:35 -#, php-format -msgid "Pandora FMS %s - Build %s - MR %s" -msgstr "Pandora FMS %s - Build %s - MR %s" - -#: ../../general/footer.php:38 ../../enterprise/meta/general/footer.php:27 -msgid "Page generated at" -msgstr "Page generated as" - -#: ../../general/footer.php:39 ../../enterprise/meta/general/footer.php:28 -msgid "® Ártica ST" -msgstr "" - -#: ../../general/header.php:75 -msgid "Blank characters are used as AND conditions" -msgstr "Blank characters are used as AND conditions" - -#: ../../general/header.php:90 ../../general/header.php:92 -msgid "Enter keywords to search" -msgstr "Enter keywords to search" - -#: ../../general/header.php:114 ../../general/header.php:122 -#: ../../enterprise/meta/general/main_header.php:355 -#: ../../enterprise/meta/general/main_header.php:363 -msgid "All systems" -msgstr "All systems" - -#: ../../general/header.php:114 -#: ../../enterprise/meta/general/main_header.php:355 -msgid "Down" -msgstr "Down" - -#: ../../general/header.php:118 -#: ../../enterprise/meta/general/main_header.php:359 -msgid "servers down" -msgstr "servers down" - -#: ../../general/header.php:122 -#: ../../enterprise/meta/general/main_header.php:363 -msgid "Ready" -msgstr "Ready" - -#: ../../general/header.php:142 ../../general/header.php:143 -msgid "QR Code of the page" -msgstr "Page QR Code" - -#: ../../general/header.php:147 -#: ../../operation/visual_console/public_console.php:130 -msgid "QR code of the page" -msgstr "Page QR Code" - -#: ../../general/header.php:169 ../../general/header.php:170 -#: ../../include/functions_clippy.php:128 -msgid "Pandora FMS assistant" -msgstr "Pandora FMS assistant" - -#: ../../general/header.php:195 -#: ../../enterprise/meta/general/main_header.php:388 -msgid "Configure autorefresh" -msgstr "Configure autorefresh" - -#: ../../general/header.php:222 -#: ../../enterprise/meta/general/main_header.php:405 -#: ../../enterprise/meta/general/main_header.php:415 -msgid "Disabled autorefresh" -msgstr "Disable autorefresh" - -#: ../../general/header.php:248 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "System alerts detected - Please fix them as soon as possible" - -#: ../../general/header.php:263 -#, php-format -msgid "You have %d warning(s)" -msgstr "You have %d warning(s)" - -#: ../../general/header.php:274 -msgid "There are not warnings" -msgstr "There are no warnings" - -#: ../../general/header.php:283 -msgid "Main help" -msgstr "Main help" - -#: ../../general/header.php:289 ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 -#: ../../mobile/include/user.class.php:286 ../../mobile/operation/home.php:118 -#: ../../enterprise/meta/general/main_header.php:373 -msgid "Logout" -msgstr "Logout" - -#: ../../general/header.php:294 ../../general/header.php:296 -#: ../../operation/menu.php:336 -#: ../../enterprise/meta/general/main_header.php:428 -#: ../../enterprise/meta/general/main_header.php:433 -#: ../../enterprise/meta/include/functions_users_meta.php:178 -#: ../../enterprise/meta/include/functions_users_meta.php:190 -msgid "Edit my user" -msgstr "Edit my user" - -#: ../../general/header.php:305 -msgid "New chat message" -msgstr "New chat message" - -#: ../../general/header.php:314 -msgid "Message overview" -msgstr "Message overview" - -#: ../../general/header.php:315 -#, php-format -msgid "You have %d unread message(s)" -msgstr "You have %d unread message(s)" - -#: ../../general/links_menu.php:20 ../../godmode/menu.php:298 -#: ../../godmode/menu.php:414 -msgid "Links" -msgstr "Links" - -#: ../../general/login_help_dialog.php:39 -#: ../../enterprise/dashboard/widgets/example.php:37 -msgid "Welcome to Pandora FMS" -msgstr "Welcome to Pandora FMS" - -#: ../../general/login_help_dialog.php:42 -msgid "" -"If this is your first time with Pandora FMS, we propose you a few links to " -"learn more about Pandora FMS. Monitoring could be overwhelm, but take your " -"time to learn how to use the power of Pandora FMS!" -msgstr "" -"If this is your first time using Pandora FMS, we suggest a few links that'll " -"help you learn more about the software. Monitoring can be overwhelming, but " -"take your time to learn how to harness the power of Pandora FMS!" - -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" -msgstr "Online help" - -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" -msgstr "Enterprise Edition" - -#: ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:90 -#: ../../enterprise/meta/general/login_page.php:45 -msgid "Support" -msgstr "Support" - -#: ../../general/login_help_dialog.php:69 -msgid "Forums" -msgstr "Forums" - -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" -msgstr "Documentation" - -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" -msgstr "Don't show this message again" +"Graphs are designed to show the data collected by Pandora FMS in a user " +"defined timeframe.\n" +"\t\t\t\tPandora FMS Graphs display data in real time. They are generated " +"every time the operator requires any of them and display the updated " +"status.\n" +"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " +"graphs the user customizes by using one or more modules to do so." #: ../../general/login_identification_wizard.php:142 msgid "The Pandora FMS community wizard" @@ -5025,8 +9335,6 @@ msgstr "" #: ../../general/login_identification_wizard.php:157 #: ../../godmode/alerts/configure_alert_template.php:814 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 msgid "Finish" msgstr "Finish" @@ -5038,13940 +9346,1277 @@ msgstr "Return" msgid "Join the Pandora FMS community" msgstr "Join the Pandora FMS community" -#: ../../general/login_identification_wizard.php:167 -#: ../../operation/users/user_edit.php:355 -msgid "Subscribe to our newsletter" -msgstr "Subscribe to our newsletter" - -#: ../../general/login_identification_wizard.php:170 -#: ../../general/login_identification_wizard.php:171 -#: ../../godmode/tag/edit_tag.php:195 ../../godmode/tag/tag.php:203 -#: ../../operation/search_users.php:44 -#: ../../enterprise/extensions/cron/main.php:226 -#: ../../enterprise/extensions/cron/main.php:251 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:78 -msgid "Email" -msgstr "E-mail" - #: ../../general/login_identification_wizard.php:172 msgid "Required" msgstr "Required" -#: ../../general/login_identification_wizard.php:180 -#: ../../general/login_required.php:69 -msgid "Pandora FMS instance identification wizard" -msgstr "Pandora FMS instance identification wizard" - #: ../../general/login_identification_wizard.php:182 msgid "Do you want to continue without any registration" msgstr "Do you want to continue without any registration?" -#: ../../general/login_identification_wizard.php:185 -#: ../../godmode/agentes/agent_conf_gis.php:80 -#: ../../godmode/agentes/agent_manager.php:414 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/massive/massive_edit_agents.php:293 -#: ../../godmode/massive/massive_edit_agents.php:413 -#: ../../godmode/massive/massive_edit_agents.php:419 -#: ../../godmode/massive/massive_edit_modules.php:408 -#: ../../godmode/massive/massive_edit_modules.php:453 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/massive/massive_edit_modules.php:586 -#: ../../godmode/massive/massive_edit_modules.php:604 -#: ../../godmode/reporting/reporting_builder.main.php:115 -#: ../../godmode/reporting/reporting_builder.php:639 -#: ../../godmode/reporting/visual_console_builder.wizard.php:274 -#: ../../godmode/reporting/visual_console_builder.wizard.php:315 -#: ../../godmode/servers/manage_recontask.php:340 -#: ../../godmode/servers/manage_recontask_form.php:317 -#: ../../godmode/setup/news.php:264 ../../godmode/setup/performance.php:119 -#: ../../godmode/setup/performance.php:126 -#: ../../godmode/setup/performance.php:133 -#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 -#: ../../godmode/setup/setup_auth.php:95 -#: ../../godmode/setup/setup_auth.php:133 -#: ../../godmode/setup/setup_ehorus.php:56 -#: ../../godmode/setup/setup_general.php:72 -#: ../../godmode/setup/setup_general.php:76 -#: ../../godmode/setup/setup_general.php:80 -#: ../../godmode/setup/setup_general.php:104 -#: ../../godmode/setup/setup_general.php:113 -#: ../../godmode/setup/setup_general.php:170 -#: ../../godmode/setup/setup_general.php:178 -#: ../../godmode/setup/setup_general.php:185 -#: ../../godmode/setup/setup_general.php:206 -#: ../../godmode/setup/setup_general.php:215 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 -#: ../../godmode/setup/setup_visuals.php:90 -#: ../../godmode/setup/setup_visuals.php:110 -#: ../../godmode/setup/setup_visuals.php:132 -#: ../../godmode/setup/setup_visuals.php:259 -#: ../../godmode/setup/setup_visuals.php:268 -#: ../../godmode/setup/setup_visuals.php:276 -#: ../../godmode/setup/setup_visuals.php:304 -#: ../../godmode/setup/setup_visuals.php:397 -#: ../../godmode/setup/setup_visuals.php:482 -#: ../../godmode/setup/setup_visuals.php:489 -#: ../../godmode/setup/setup_visuals.php:501 -#: ../../godmode/setup/setup_visuals.php:528 -#: ../../godmode/setup/setup_visuals.php:645 -#: ../../godmode/setup/setup_visuals.php:672 -#: ../../godmode/update_manager/update_manager.setup.php:125 -#: ../../godmode/users/configure_user.php:516 -#: ../../include/functions_events.php:2375 -#: ../../include/functions_events.php:2382 -#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 -#: ../../operation/netflow/nf_live_view.php:280 -#: ../../operation/snmpconsole/snmp_view.php:439 -#: ../../operation/users/user_edit.php:249 -#: ../../enterprise/extensions/cron/functions.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 -#: ../../enterprise/godmode/setup/setup.php:32 -#: ../../enterprise/godmode/setup/setup.php:41 -#: ../../enterprise/godmode/setup/setup.php:57 -#: ../../enterprise/godmode/setup/setup.php:141 -#: ../../enterprise/godmode/setup/setup.php:206 -#: ../../enterprise/godmode/setup/setup.php:245 -#: ../../enterprise/godmode/setup/setup.php:254 -#: ../../enterprise/godmode/setup/setup.php:259 -#: ../../enterprise/godmode/setup/setup.php:268 -#: ../../enterprise/godmode/setup/setup.php:282 -#: ../../enterprise/godmode/setup/setup.php:287 -#: ../../enterprise/godmode/setup/setup_auth.php:359 -#: ../../enterprise/godmode/setup/setup_auth.php:394 -#: ../../enterprise/godmode/setup/setup_auth.php:513 -#: ../../enterprise/godmode/setup/setup_history.php:47 -#: ../../enterprise/godmode/setup/setup_history.php:51 -#: ../../enterprise/meta/advanced/metasetup.password.php:80 -#: ../../enterprise/meta/advanced/metasetup.password.php:91 -#: ../../enterprise/meta/advanced/metasetup.password.php:97 -#: ../../enterprise/meta/advanced/metasetup.password.php:108 -#: ../../enterprise/meta/advanced/metasetup.password.php:124 -#: ../../enterprise/meta/advanced/metasetup.password.php:130 -#: ../../enterprise/meta/advanced/metasetup.performance.php:84 -#: ../../enterprise/meta/advanced/metasetup.setup.php:138 -#: ../../enterprise/meta/advanced/metasetup.setup.php:189 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:95 -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../enterprise/meta/advanced/metasetup.visual.php:170 -#: ../../enterprise/meta/advanced/metasetup.visual.php:179 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 -msgid "No" -msgstr "No" +#: ../../general/links_menu.php:20 ../../godmode/menu.php:298 +#: ../../godmode/menu.php:414 +msgid "Links" +msgstr "Links" -#: ../../general/login_identification_wizard.php:188 -#: ../../godmode/agentes/agent_conf_gis.php:79 -#: ../../godmode/agentes/agent_manager.php:411 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/massive/massive_edit_agents.php:293 -#: ../../godmode/massive/massive_edit_agents.php:412 -#: ../../godmode/massive/massive_edit_agents.php:419 -#: ../../godmode/massive/massive_edit_modules.php:407 -#: ../../godmode/massive/massive_edit_modules.php:452 -#: ../../godmode/massive/massive_edit_modules.php:471 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/massive/massive_edit_modules.php:585 -#: ../../godmode/massive/massive_edit_modules.php:604 -#: ../../godmode/reporting/reporting_builder.main.php:111 -#: ../../godmode/reporting/reporting_builder.php:637 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/reporting/visual_console_builder.wizard.php:312 -#: ../../godmode/servers/manage_recontask.php:340 -#: ../../godmode/servers/manage_recontask_form.php:317 -#: ../../godmode/setup/performance.php:118 -#: ../../godmode/setup/performance.php:125 -#: ../../godmode/setup/performance.php:132 -#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 -#: ../../godmode/setup/setup_auth.php:94 -#: ../../godmode/setup/setup_auth.php:130 -#: ../../godmode/setup/setup_ehorus.php:55 -#: ../../godmode/setup/setup_general.php:71 -#: ../../godmode/setup/setup_general.php:75 -#: ../../godmode/setup/setup_general.php:79 -#: ../../godmode/setup/setup_general.php:103 -#: ../../godmode/setup/setup_general.php:112 -#: ../../godmode/setup/setup_general.php:167 -#: ../../godmode/setup/setup_general.php:175 -#: ../../godmode/setup/setup_general.php:184 -#: ../../godmode/setup/setup_general.php:205 -#: ../../godmode/setup/setup_general.php:214 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../godmode/setup/setup_visuals.php:86 -#: ../../godmode/setup/setup_visuals.php:106 -#: ../../godmode/setup/setup_visuals.php:128 -#: ../../godmode/setup/setup_visuals.php:251 -#: ../../godmode/setup/setup_visuals.php:265 -#: ../../godmode/setup/setup_visuals.php:273 -#: ../../godmode/setup/setup_visuals.php:302 -#: ../../godmode/setup/setup_visuals.php:395 -#: ../../godmode/setup/setup_visuals.php:481 -#: ../../godmode/setup/setup_visuals.php:487 -#: ../../godmode/setup/setup_visuals.php:497 -#: ../../godmode/setup/setup_visuals.php:526 -#: ../../godmode/setup/setup_visuals.php:641 -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../godmode/update_manager/update_manager.setup.php:124 -#: ../../godmode/users/configure_user.php:516 -#: ../../operation/netflow/nf_live_view.php:276 -#: ../../operation/snmpconsole/snmp_view.php:436 -#: ../../operation/users/user_edit.php:249 -#: ../../enterprise/extensions/cron/functions.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 -#: ../../enterprise/godmode/setup/setup.php:31 -#: ../../enterprise/godmode/setup/setup.php:40 -#: ../../enterprise/godmode/setup/setup.php:56 -#: ../../enterprise/godmode/setup/setup.php:140 -#: ../../enterprise/godmode/setup/setup.php:205 -#: ../../enterprise/godmode/setup/setup.php:244 -#: ../../enterprise/godmode/setup/setup.php:253 -#: ../../enterprise/godmode/setup/setup.php:258 -#: ../../enterprise/godmode/setup/setup.php:267 -#: ../../enterprise/godmode/setup/setup.php:281 -#: ../../enterprise/godmode/setup/setup.php:286 -#: ../../enterprise/godmode/setup/setup_auth.php:356 -#: ../../enterprise/godmode/setup/setup_auth.php:391 -#: ../../enterprise/godmode/setup/setup_auth.php:512 -#: ../../enterprise/godmode/setup/setup_history.php:46 -#: ../../enterprise/godmode/setup/setup_history.php:50 -#: ../../enterprise/meta/advanced/metasetup.password.php:79 -#: ../../enterprise/meta/advanced/metasetup.password.php:90 -#: ../../enterprise/meta/advanced/metasetup.password.php:96 -#: ../../enterprise/meta/advanced/metasetup.password.php:107 -#: ../../enterprise/meta/advanced/metasetup.password.php:123 -#: ../../enterprise/meta/advanced/metasetup.password.php:129 -#: ../../enterprise/meta/advanced/metasetup.performance.php:83 -#: ../../enterprise/meta/advanced/metasetup.setup.php:137 -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:94 -#: ../../enterprise/meta/advanced/metasetup.visual.php:121 -#: ../../enterprise/meta/advanced/metasetup.visual.php:125 -#: ../../enterprise/meta/advanced/metasetup.visual.php:166 -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 -msgid "Yes" -msgstr "Yes" +#: ../../extras/pandora_diag.php:90 +msgid "Pandora FMS Diagnostic tool" +msgstr "Pandora FMS Diagnostic tool" -#: ../../general/login_page.php:35 -msgid "Go to Pandora FMS Website" -msgstr "Go to the Pandora FMS Website" +#: ../../extras/pandora_diag.php:93 +msgid "Item" +msgstr "Item" -#: ../../general/login_page.php:47 -msgid "Go to Login" -msgstr "Go to Login" +#: ../../extras/pandora_diag.php:94 +msgid "Data value" +msgstr "Data value" -#: ../../general/login_page.php:55 -#: ../../enterprise/meta/general/login_page.php:32 -msgid "Splash login" -msgstr "" +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "The target IP cannot be left blank." -#: ../../general/login_page.php:88 -msgid "Docs" -msgstr "Docs" +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "Numeric OID" -#: ../../general/login_page.php:152 -msgid "Login as admin" -msgstr "Login as admin" - -#: ../../general/login_page.php:160 -#: ../../enterprise/meta/general/login_page.php:99 -msgid "Login with SAML" -msgstr "Login with SAML" - -#: ../../general/login_page.php:179 ../../mobile/include/user.class.php:256 -#: ../../enterprise/meta/general/login_page.php:91 -#: ../../enterprise/meta/general/login_page.php:119 -msgid "Login" -msgstr "Login" - -#: ../../general/login_page.php:194 -msgid "Authentication code" -msgstr "" - -#: ../../general/login_page.php:197 ../../mobile/include/user.class.php:306 -msgid "Check code" -msgstr "Check code" - -#: ../../general/login_page.php:205 -msgid "View details" -msgstr "View details" - -#: ../../general/login_page.php:223 ../../general/login_page.php:227 -#: ../../include/functions_config.php:1120 -msgid "WELCOME TO PANDORA FMS" -msgstr "" - -#: ../../general/login_page.php:236 ../../general/login_page.php:240 -#: ../../include/functions_config.php:1124 -msgid "NEXT GENERATION" -msgstr "" - -#: ../../general/login_page.php:259 -#: ../../enterprise/meta/general/login_page.php:154 -msgid "Build" -msgstr "Build" - -#: ../../general/login_page.php:263 ../../general/login_page.php:266 -#: ../../general/login_page.php:365 ../../general/login_page.php:368 -#: ../../enterprise/include/functions_login.php:132 -#: ../../enterprise/meta/general/login_page.php:157 -#: ../../enterprise/meta/general/login_page.php:160 -msgid "Login failed" -msgstr "Login failed" - -#: ../../general/login_page.php:270 -#: ../../enterprise/meta/general/login_page.php:164 -msgid "ERROR" -msgstr "ERROR" - -#: ../../general/login_page.php:282 ../../general/login_page.php:285 -#: ../../general/login_page.php:289 -#: ../../enterprise/meta/general/login_page.php:176 -#: ../../enterprise/meta/general/login_page.php:179 -#: ../../enterprise/meta/general/login_page.php:183 -msgid "Logged out" -msgstr "Logged out" - -#: ../../general/login_page.php:290 ../../mobile/include/user.class.php:221 -#: ../../enterprise/meta/general/login_page.php:184 -msgid "" -"Your session is over. Please close your browser window to close this Pandora " -"session." -msgstr "" -"Your session has ended. Please close your browser window to close this " -"Pandora FMS session." - -#: ../../general/login_page.php:303 ../../include/functions_ui.php:3574 -msgid "Problem with Pandora FMS database" -msgstr "Problem with Pandora FMS database" - -#: ../../general/login_page.php:304 -msgid "" -"Cannot connect to the database, please check your database setup in the " -"include/config.php file.

                \n" -"\t\tProbably your database, hostname, user or password values are incorrect " -"or\n" -"\t\tthe database server is not running." -msgstr "" - -#: ../../general/login_page.php:308 ../../include/functions_ui.php:3579 -msgid "DB ERROR" -msgstr "DB ERROR" - -#: ../../general/login_page.php:314 ../../include/functions_ui.php:3585 -msgid "" -"If you have modified auth system, this problem could be because Pandora " -"cannot override authorization variables from the config database. Remove " -"them from your database by executing:
                DELETE FROM tconfig WHERE "
                -"token = \"auth\";
                " -msgstr "" -"If you have modified the auth system, the origin of this problem could be " -"that Pandora cannot override the authorization variables from the config " -"database. Please remove them from your database by executing " -":
                DELETE FROM tconfig WHERE token = \"auth\";
                " - -#: ../../general/login_page.php:318 ../../include/functions_ui.php:3589 -msgid "Empty configuration table" -msgstr "Empty configuration table" - -#: ../../general/login_page.php:319 -msgid "" -"Cannot load configuration variables from database. Please check your " -"database setup in the\n" -"\t\tinclude/config.php file.

                \n" -"\t\tMost likely your database schema has been created but there are is no " -"data in it, you have a problem with the database access credentials or your " -"schema is out of date.\n" -"\t\t

                Pandora FMS Console cannot find include/config.php or " -"this file has invalid\n" -"\t\tpermissions and HTTP server cannot read it. Please read documentation to " -"fix this problem.
                " -msgstr "" - -#: ../../general/login_page.php:326 ../../include/functions_ui.php:3597 -msgid "No configuration file found" -msgstr "No configuration file found." - -#: ../../general/login_page.php:327 -msgid "" -"Pandora FMS Console cannot find include/config.php or this file has " -"invalid\n" -"\t\tpermissions and HTTP server cannot read it. Please read documentation to " -"fix this problem." -msgstr "" - -#: ../../general/login_page.php:338 ../../include/functions_ui.php:3609 -#, php-format -msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" -"You may try running the %sinstallation wizard%s to create one." - -#: ../../general/login_page.php:341 ../../include/functions_ui.php:3612 -msgid "Installer active" -msgstr "Installer active" - -#: ../../general/login_page.php:342 -msgid "" -"For security reasons, normal operation is not possible until you delete " -"installer file.\n" -"\t\tPlease delete the ./install.php file before running Pandora FMS " -"Console." -msgstr "" - -#: ../../general/login_page.php:346 ../../include/functions_ui.php:3617 -msgid "Bad permission for include/config.php" -msgstr "Bad permission for include/config.php" - -#: ../../general/login_page.php:347 -msgid "" -"For security reasons, config.php must have restrictive permissions, " -"and \"other\" users\n" -"\t\tshould not read it or write to it. It should be written only for owner\n" -"\t\t(usually www-data or http daemon user), normal operation is not possible " -"until you change\n" -"\t\tpermissions for include/config.php file. Please do it, it is for " -"your security." -msgstr "" - -#: ../../general/login_page.php:353 -msgid "Bad defined homedir" -msgstr "" - -#: ../../general/login_page.php:354 -msgid "" -"In the config.php file in the variable $config[\"homedir\"] = add the " -"correct path" -msgstr "" - -#: ../../general/login_page.php:357 -msgid "Bad defined homeurl or homeurl_static" -msgstr "" - -#: ../../general/login_page.php:358 -msgid "" -"In the config.php file in the variable $config[\"homeurl\"] or " -"$config[\"homeurl_static\"] = add the correct path" -msgstr "" - -#: ../../general/login_required.php:72 -msgid "" -"Please fill the following information in order to configure your Pandora FMS " -"instance successfully" -msgstr "" -"Please fill out the following information in order to configure your Pandora " -"FMS instance successfully" - -#: ../../general/login_required.php:86 -#: ../../godmode/setup/setup_general.php:52 -#: ../../include/functions_config.php:129 -#: ../../enterprise/meta/advanced/metasetup.setup.php:119 -#: ../../enterprise/meta/include/functions_meta.php:358 -msgid "Language code for Pandora" -msgstr "Pandora FMS Language settings" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:148 -msgid "Africa" -msgstr "Africa" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:149 -msgid "America" -msgstr "America" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:150 -msgid "Antarctica" -msgstr "Antarctica" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -msgid "Arctic" -msgstr "Arctic" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:152 -msgid "Asia" -msgstr "Asia" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:153 -msgid "Atlantic" -msgstr "Atlantic" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:154 -msgid "Australia" -msgstr "Australia" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:155 -msgid "Europe" -msgstr "Europe" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:156 -msgid "Indian" -msgstr "Indian" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:157 -msgid "Pacific" -msgstr "Pacific" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:158 -msgid "UTC" -msgstr "UTC" - -#: ../../general/login_required.php:111 -#: ../../godmode/setup/setup_general.php:135 -#: ../../include/functions_config.php:166 -#: ../../enterprise/meta/advanced/metasetup.setup.php:177 -#: ../../enterprise/meta/include/functions_meta.php:408 -msgid "Timezone setup" -msgstr "Timezone setup" - -#: ../../general/login_required.php:112 -#: ../../godmode/setup/setup_general.php:136 -msgid "" -"Must have the same time zone as the system or database to avoid mismatches " -"of time." -msgstr "" -"Pandora FMS must be set to the same timezone as your system or database as " -"to avoid incoherences." - -#: ../../general/login_required.php:116 -msgid "E-mail for receiving alerts" -msgstr "E-mail for receiving alerts" - -#: ../../general/login_required.php:124 -msgid "Register" -msgstr "Register" - -#: ../../general/login_required.php:127 -#: ../../godmode/setup/snmp_wizard.php:109 -#: ../../godmode/update_manager/update_manager.offline.php:65 -#: ../../include/functions_update_manager.php:365 -#: ../../include/functions_visual_map_editor.php:464 -#: ../../include/functions_visual_map_editor.php:472 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:167 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:194 -#: ../../enterprise/include/functions_update_manager.php:197 -msgid "Cancel" -msgstr "Cancel" - -#: ../../general/login_required.php:130 -msgid "All fields required" -msgstr "All fields required" - -#: ../../general/logon_failed.php:21 -#: ../../include/ajax/double_auth.ajax.php:247 -#: ../../include/ajax/double_auth.ajax.php:344 -#: ../../include/ajax/double_auth.ajax.php:389 -#: ../../include/ajax/double_auth.ajax.php:503 -#: ../../operation/users/user_edit.php:693 -#: ../../operation/users/user_edit.php:758 -#: ../../operation/users/user_edit.php:829 -msgid "Authentication error" -msgstr "Authentication error" - -#: ../../general/logon_failed.php:33 -msgid "" -"Either, your password or your login are incorrect. Please check your CAPS " -"LOCK key, username and password are case SeNSiTiVe.

                All actions, " -"included failed login attempts are logged in Pandora FMS System logs, and " -"these can be reviewed by each user, please report to admin any incident or " -"malfunction." -msgstr "" -"Username or password are incorrect. Please check that your CAPS LOCK key is " -"disabled, username and password are case sensitive

                All actions, " -"included failed login attempts are registered in Pandora FMS System logs and " -"can be reviewed by all users. Please report any incident or malfunction to " -"an admin" - -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:318 -msgid "Pandora FMS Overview" -msgstr "Pandora FMS Overview" - -#: ../../general/logon_ok.php:181 ../../general/logon_ok.php:380 -msgid "News board" -msgstr "News board" - -#: ../../general/logon_ok.php:186 ../../general/logon_ok.php:385 -msgid "ago" -msgstr "ago" - -#: ../../general/logon_ok.php:193 ../../general/logon_ok.php:392 -msgid "by" -msgstr "by" - -#: ../../general/logon_ok.php:227 ../../general/logon_ok.php:424 -#: ../../godmode/admin_access_logs.php:191 -#: ../../include/functions_reporting_html.php:3599 -#: ../../mobile/operation/tactical.php:311 -#: ../../operation/snmpconsole/snmp_statistics.php:140 -msgid "Source IP" -msgstr "Source IP" - -#: ../../general/logon_ok.php:228 ../../general/logon_ok.php:425 -#: ../../godmode/admin_access_logs.php:192 -#: ../../godmode/servers/manage_recontask_form.php:371 -#: ../../godmode/users/configure_user.php:485 -#: ../../include/ajax/events.php:302 ../../include/functions.php:2316 -#: ../../include/functions_reporting_html.php:3600 -#: ../../mobile/operation/events.php:518 -#: ../../operation/users/user_edit.php:448 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -msgid "Comments" -msgstr "Comments" - -#: ../../general/logon_ok.php:229 ../../general/logon_ok.php:426 -msgid "This is your last activity in Pandora FMS console" -msgstr "This is your last activity performed on the Pandora FMS console" - -#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 -#: ../../mobile/index.php:240 ../../mobile/operation/agent.php:66 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/events.php:430 ../../mobile/operation/groups.php:53 -#: ../../mobile/operation/module_graph.php:270 -#: ../../mobile/operation/modules.php:173 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/tactical.php:71 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../enterprise/meta/general/noaccess.php:24 -msgid "You don't have access to this page" -msgstr "You don't have access to this page" - -#: ../../general/noaccess2.php:26 -msgid "Access to this page is restricted" -msgstr "Access to this page is restricted" - -#: ../../general/noaccess2.php:31 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../enterprise/meta/general/noaccess.php:28 -msgid "No access" -msgstr "No access" - -#: ../../general/noaccess2.php:36 -msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

                \n" -"\t\t\tPlease know that all attempts to access this page are recorded in " -"security logs of Pandora System Database" -msgstr "" -"Access to this page is restricted to authorised users only, please contact " -"system administrator if you need assistance.

                \n" -"\t\t\tPlease know that all attempts to access this page are recorded on the " -"security logs of Pandora System Database" - -#: ../../general/pandora_help.php:24 -msgid "Pandora FMS help system" -msgstr "Pandora FMS help wizard" - -#: ../../general/pandora_help.php:74 -msgid "Help system error" -msgstr "Help wizard error" - -#: ../../general/pandora_help.php:79 -msgid "" -"Pandora FMS help system has been called with a help reference that currently " -"don't exist. There is no help content to show." -msgstr "" -"Pandora FMS' help wizard has been asked for a reference that currently " -"doesn't exist. There is no help content available for this topic." - -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -#: ../../godmode/agentes/modificar_agente.php:169 -#: ../../godmode/agentes/modificar_agente.php:173 -#: ../../godmode/agentes/module_manager.php:45 -#: ../../godmode/agentes/planned_downtime.list.php:141 -#: ../../godmode/agentes/planned_downtime.list.php:177 -#: ../../godmode/alerts/alert_templates.php:256 -#: ../../godmode/alerts/alert_templates.php:260 -#: ../../godmode/modules/manage_network_components.php:524 -#: ../../godmode/reporting/reporting_builder.php:439 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../include/functions_snmp_browser.php:556 -#: ../../operation/agentes/estado_agente.php:180 -#: ../../operation/agentes/estado_agente.php:198 -#: ../../operation/agentes/status_monitor.php:336 -#: ../../operation/incidents/incident.php:294 -#: ../../operation/search_results.php:161 -#: ../../enterprise/extensions/translate_string.php:265 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/agentes/collections.php:221 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/modules/local_components.php:450 -#: ../../enterprise/godmode/modules/local_components.php:464 -#: ../../enterprise/godmode/policies/policy_agents.php:366 -#: ../../enterprise/godmode/policies/policy_agents.php:371 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 -#: ../../enterprise/meta/agentsearch.php:69 -#: ../../enterprise/meta/general/main_header.php:486 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/inventory/inventory.php:179 -#: ../../enterprise/operation/inventory/inventory.php:219 -#: ../../enterprise/operation/log/log_viewer.php:170 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/operation/services/services.list.php:164 -#: ../../enterprise/operation/services/services.list.php:203 -#: ../../enterprise/operation/services/services.table_services.php:133 -#: ../../enterprise/operation/services/services.table_services.php:172 -msgid "Search" -msgstr "Search" - -#: ../../general/ui/agents_list.php:127 -#: ../../enterprise/extensions/vmware/vmware_view.php:1363 -#: ../../enterprise/operation/policies/networkmap.policies.php:71 -msgid "No agents found" -msgstr "No agents found" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Pandora audit" -msgstr "Pandora audit" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Review Logs" -msgstr "Review Logs" - -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/agentes/module_manager.php:49 -#: ../../godmode/modules/manage_network_templates_form.php:244 -#: ../../godmode/modules/manage_network_templates_form.php:300 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:663 -#: ../../godmode/reporting/reporting_builder.list_items.php:177 -#: ../../godmode/reporting/reporting_builder.list_items.php:200 -#: ../../godmode/snmpconsole/snmp_alert.php:1014 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -#: ../../godmode/tag/tag.php:161 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/alerts_status.functions.php:126 -#: ../../operation/agentes/estado_monitores.php:474 -#: ../../operation/agentes/graphs.php:159 -#: ../../operation/incidents/incident.php:230 -#: ../../operation/netflow/nf_live_view.php:320 ../../operation/tree.php:147 -#: ../../enterprise/extensions/backup/main.php:87 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../enterprise/godmode/setup/setup_acl.php:207 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/meta/advanced/policymanager.queue.php:228 -#: ../../enterprise/operation/services/services.list.php:293 -#: ../../enterprise/operation/services/services.list.php:299 -#: ../../enterprise/operation/services/services.table_services.php:261 -#: ../../enterprise/operation/services/services.table_services.php:267 -msgid "Filter" -msgstr "Filter" - -#: ../../godmode/admin_access_logs.php:65 -#: ../../godmode/admin_access_logs.php:66 -#: ../../enterprise/extensions/translate_string.php:254 -#: ../../enterprise/extensions/translate_string.php:255 -#: ../../enterprise/godmode/agentes/collection_manager.php:44 -#: ../../enterprise/godmode/agentes/collections.php:217 -#: ../../enterprise/godmode/policies/policies.php:235 -#: ../../enterprise/godmode/policies/policy_collections.php:176 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 -msgid "Free text for search (*)" -msgstr "Free text for search (*)" - -#: ../../godmode/admin_access_logs.php:67 -#: ../../godmode/admin_access_logs.php:68 -#: ../../godmode/events/event_edit_filter.php:281 -#: ../../mobile/operation/events.php:647 -#: ../../operation/events/events_list.php:579 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 -#: ../../enterprise/include/functions_events.php:163 -msgid "Max. hours old" -msgstr "Max. hours old" - -#: ../../godmode/admin_access_logs.php:303 -msgid "Export to CSV " -msgstr "Export to CSV " - -#: ../../godmode/agentes/agent_conf_gis.php:40 -#: ../../operation/agentes/gis_view.php:55 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"There is no default map. Please go to the setup in order to select one." - -#: ../../godmode/agentes/agent_conf_gis.php:50 -#: ../../operation/agentes/gis_view.php:86 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"There is no GIS data for this agent, so it'll be found in its default " -"position on the map." - -#: ../../godmode/agentes/agent_conf_gis.php:53 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"When you change the agent's position, the agent will automatically activate " -"the 'Ignore new GIS data' option." - -#: ../../godmode/agentes/agent_conf_gis.php:60 -msgid "Agent position" -msgstr "Agent position" - -#: ../../godmode/agentes/agent_conf_gis.php:66 -msgid "Latitude: " -msgstr "Latitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:70 -msgid "Longitude: " -msgstr "Longitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:74 -msgid "Altitude: " -msgstr "Altitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:78 -#: ../../godmode/agentes/agent_manager.php:410 -#: ../../godmode/massive/massive_edit_agents.php:410 -msgid "Ignore new GIS data:" -msgstr "Ignore new GIS data:" - -#: ../../godmode/agentes/agent_incidents.php:67 -msgid "No incidents associated to this agent" -msgstr "No incidents associated to this agent" - -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:318 -#: ../../operation/incidents/incident.php:337 -#: ../../operation/incidents/incident_detail.php:244 -msgid "Incident" -msgstr "Incident" - -#: ../../godmode/agentes/agent_incidents.php:88 -#: ../../godmode/alerts/alert_list.list.php:127 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/alerts/configure_alert_template.php:767 -#: ../../godmode/snmpconsole/snmp_alert.php:941 -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -#: ../../include/functions_events.php:2173 -#: ../../include/functions_reporting_html.php:2883 -#: ../../operation/agentes/estado_generalagente.php:407 -#: ../../operation/incidents/incident.php:246 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../enterprise/godmode/alerts/alert_events.php:505 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 -msgid "Priority" -msgstr "Priority" - -#: ../../godmode/agentes/agent_incidents.php:90 -#: ../../godmode/servers/servers.build_table.php:72 -#: ../../operation/incidents/incident.php:340 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 -#: ../../enterprise/meta/advanced/servers.build_table.php:67 -msgid "Updated" -msgstr "Updated" - -#: ../../godmode/agentes/agent_incidents.php:91 -#: ../../godmode/events/custom_events.php:107 -#: ../../godmode/events/custom_events.php:165 -#: ../../godmode/massive/massive_copy_modules.php:108 -#: ../../godmode/reporting/reporting_builder.item_editor.php:881 -#: ../../include/functions_events.php:47 -#: ../../include/functions_events.php:2146 -#: ../../include/functions_events.php:2261 -#: ../../include/functions_events.php:3594 -#: ../../operation/agentes/pandora_networkmap.editor.php:194 -#: ../../operation/events/events.build_table.php:229 -#: ../../operation/incidents/incident.php:341 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../enterprise/include/functions_log.php:346 -#: ../../enterprise/meta/advanced/policymanager.sync.php:295 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 -#: ../../enterprise/meta/advanced/synchronizing.os.php:91 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.user.php:517 -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/operation/log/log_viewer.php:205 -msgid "Source" -msgstr "Source" - -#: ../../godmode/agentes/agent_incidents.php:92 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../include/functions_events.php:49 -#: ../../include/functions_events.php:2353 -#: ../../include/functions_events.php:3552 -#: ../../mobile/operation/events.php:477 -#: ../../operation/events/events.build_table.php:179 -#: ../../operation/incidents/incident.php:342 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../enterprise/meta/include/functions_events_meta.php:100 -msgid "Owner" -msgstr "Owner" - -#: ../../godmode/agentes/agent_manager.php:155 -#: ../../godmode/agentes/modificar_agente.php:477 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../include/functions_events.php:36 -#: ../../include/functions_events.php:908 -#: ../../include/functions_events.php:3536 -#: ../../include/functions_reporting_html.php:2078 -#: ../../include/functions_treeview.php:555 -#: ../../mobile/operation/modules.php:495 -#: ../../mobile/operation/modules.php:753 -#: ../../operation/events/events.build_table.php:161 -#: ../../enterprise/include/functions_reporting_pdf.php:2314 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/meta/include/functions_events_meta.php:61 -msgid "Agent name" -msgstr "Agent name" - -#: ../../godmode/agentes/agent_manager.php:156 -msgid "The agent's name must be the same as the one defined at the console" -msgstr "Agent name must be the same as the one defined on the console" - -#: ../../godmode/agentes/agent_manager.php:159 -msgid "QR Code Agent view" -msgstr "View agent's QR code" - -#: ../../godmode/agentes/agent_manager.php:166 -#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:54 -msgid "Agent detail" -msgstr "Agent detail" - -#: ../../godmode/agentes/agent_manager.php:193 -#: ../../enterprise/godmode/policies/policy_agents.php:428 -msgid "This agent can be remotely configured" -msgstr "This agent can be configured remotely" - -#: ../../godmode/agentes/agent_manager.php:196 -msgid "You can remotely edit this agent configuration" -msgstr "Agent settings can be remotely edited" - -#: ../../godmode/agentes/agent_manager.php:203 -msgid "Delete agent" -msgstr "Delete agent" - -#: ../../godmode/agentes/agent_manager.php:205 -msgid "Alias" -msgstr "Alias" - -#: ../../godmode/agentes/agent_manager.php:208 -msgid "Use alias as name" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:211 -#: ../../godmode/servers/modificar_server.php:47 -#: ../../include/functions_events.php:2028 -#: ../../include/functions_reporting_html.php:2255 -#: ../../include/functions_reporting_html.php:2298 -#: ../../include/functions_treeview.php:575 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../enterprise/include/functions_reporting_pdf.php:1844 -#: ../../enterprise/include/functions_reporting_pdf.php:1863 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 -#: ../../enterprise/meta/include/functions_wizard_meta.php:163 -#: ../../enterprise/meta/include/functions_wizard_meta.php:166 -#: ../../enterprise/meta/include/functions_wizard_meta.php:375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1306 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 -msgid "IP Address" -msgstr "IP Address" - -#: ../../godmode/agentes/agent_manager.php:220 -#: ../../godmode/snmpconsole/snmp_alert.php:1331 -#: ../../operation/events/events.build_table.php:770 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -msgid "Delete selected" -msgstr "Delete selected items" - -#: ../../godmode/agentes/agent_manager.php:238 -msgid "Only it is show when
                the agent is saved." -msgstr "Only shown when
                the agent is saved." - -#: ../../godmode/agentes/agent_manager.php:250 -#: ../../godmode/agentes/planned_downtime.editor.php:713 -#: ../../godmode/agentes/planned_downtime.list.php:154 -#: ../../godmode/events/event_edit_filter.php:297 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -#: ../../godmode/massive/massive_edit_agents.php:275 -#: ../../godmode/reporting/visual_console_builder.wizard.php:372 -#: ../../godmode/servers/manage_recontask.php:344 -#: ../../godmode/servers/manage_recontask_form.php:303 -#: ../../godmode/users/configure_user.php:696 -#: ../../include/ajax/visual_console_builder.ajax.php:693 -#: ../../include/functions_visual_map_editor.php:313 -#: ../../include/functions_visual_map_editor.php:698 -#: ../../include/functions_html.php:868 ../../include/functions_html.php:869 -#: ../../include/functions_html.php:870 ../../include/functions_html.php:871 -#: ../../include/functions_html.php:872 ../../include/functions_html.php:875 -#: ../../include/functions_html.php:876 ../../include/functions_html.php:877 -#: ../../include/functions_html.php:878 ../../include/functions_html.php:879 -#: ../../operation/events/events_list.php:441 -#: ../../enterprise/dashboard/widgets/events_list.php:31 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 -#: ../../enterprise/godmode/setup/setup_acl.php:205 -#: ../../enterprise/godmode/setup/setup_auth.php:66 -#: ../../enterprise/godmode/setup/setup_auth.php:383 -#: ../../enterprise/godmode/setup/setup_auth.php:475 -#: ../../enterprise/operation/services/services.list.php:176 -#: ../../enterprise/operation/services/services.list.php:193 -#: ../../enterprise/operation/services/services.table_services.php:145 -#: ../../enterprise/operation/services/services.table_services.php:162 -msgid "Any" -msgstr "Any" - -#: ../../godmode/agentes/agent_manager.php:255 -#: ../../godmode/groups/configure_group.php:134 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/modules/manage_nc_groups_form.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -#: ../../include/functions_visual_map_editor.php:528 -#: ../../operation/agentes/estado_generalagente.php:278 -#: ../../operation/agentes/ver_agente.php:854 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 -msgid "Parent" -msgstr "Parent" - -#: ../../godmode/agentes/agent_manager.php:266 -#: ../../godmode/massive/massive_edit_agents.php:291 -msgid "Cascade protection" -msgstr "Cascade protection" - -#: ../../godmode/agentes/agent_manager.php:276 -#: ../../godmode/agentes/module_manager.php:560 -#: ../../godmode/agentes/module_manager_editor_common.php:379 -#: ../../godmode/agentes/module_manager_editor_common.php:405 -#: ../../godmode/massive/massive_edit_agents.php:301 -#: ../../godmode/massive/massive_edit_modules.php:464 -#: ../../godmode/modules/manage_network_components_form_common.php:104 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:259 -#: ../../include/functions_reporting_html.php:2116 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:581 -#: ../../mobile/operation/modules.php:540 -#: ../../mobile/operation/modules.php:543 -#: ../../mobile/operation/modules.php:544 -#: ../../mobile/operation/modules.php:755 -#: ../../operation/agentes/estado_agente.php:512 -#: ../../operation/agentes/estado_generalagente.php:200 -#: ../../operation/agentes/status_monitor.php:966 -#: ../../operation/netflow/nf_live_view.php:245 -#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 -#: ../../operation/search_modules.php:50 -#: ../../operation/servers/recon_view.php:92 -#: ../../enterprise/extensions/ipam/ipam_list.php:162 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/extensions/vmware/main.php:253 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/modules/configure_local_component.php:223 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/include/functions_reporting_pdf.php:2367 -#: ../../enterprise/meta/agentsearch.php:95 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 -#: ../../enterprise/meta/include/functions_wizard_meta.php:780 -#: ../../enterprise/meta/include/functions_wizard_meta.php:898 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1062 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1360 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1441 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1574 -msgid "Interval" -msgstr "Interval" - -#: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/modificar_agente.php:485 -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/massive/massive_edit_agents.php:305 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:298 -#: ../../include/functions_events.php:2033 -#: ../../include/functions_reporting_html.php:2080 -#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:316 -#: ../../operation/agentes/estado_agente.php:507 -#: ../../operation/agentes/estado_generalagente.php:127 -#: ../../operation/gis_maps/ajax.php:276 ../../operation/search_agents.php:45 -#: ../../operation/search_agents.php:53 ../../operation/tree.php:55 -#: ../../operation/tree.php:94 -#: ../../enterprise/dashboard/widgets/tree_view.php:38 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../enterprise/godmode/modules/local_components.php:446 -#: ../../enterprise/godmode/modules/local_components.php:460 -#: ../../enterprise/godmode/modules/local_components.php:482 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -#: ../../enterprise/meta/agentsearch.php:94 -msgid "OS" -msgstr "OS" - -#: ../../godmode/agentes/agent_manager.php:294 -#: ../../godmode/agentes/module_manager.php:554 -#: ../../godmode/massive/massive_edit_agents.php:316 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1226 -#: ../../include/functions_events.php:3515 -#: ../../operation/events/events.build_table.php:139 -#: ../../operation/events/events_list.php:448 -#: ../../operation/servers/recon_view.php:173 -#: ../../enterprise/extensions/csv_import/main.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 -#: ../../enterprise/include/functions_events.php:204 -#: ../../enterprise/meta/advanced/policymanager.queue.php:255 -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 -#: ../../enterprise/meta/include/functions_wizard_meta.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1624 -msgid "Server" -msgstr "Server" - -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/agentes/agent_manager.php:401 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:692 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:933 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:949 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:331 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:409 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 -#: ../../godmode/agentes/module_manager_editor_common.php:429 -#: ../../godmode/agentes/module_manager_editor_common.php:631 -#: ../../godmode/agentes/module_manager_editor_common.php:791 -#: ../../godmode/agentes/module_manager_editor_common.php:797 -#: ../../godmode/agentes/module_manager_editor_common.php:806 -#: ../../godmode/agentes/module_manager_editor_common.php:812 -#: ../../godmode/agentes/module_manager_editor_plugin.php:52 -#: ../../godmode/alerts/alert_list.list.php:610 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/configure_alert_template.php:585 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:422 -#: ../../godmode/gis_maps/configure_gis_map.php:414 -#: ../../godmode/groups/configure_group.php:197 -#: ../../godmode/massive/massive_add_action_alerts.php:288 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_add_tags.php:169 -#: ../../godmode/massive/massive_delete_alerts.php:243 -#: ../../godmode/massive/massive_delete_modules.php:490 -#: ../../godmode/massive/massive_delete_modules.php:564 -#: ../../godmode/massive/massive_delete_modules.php:609 -#: ../../godmode/massive/massive_delete_modules.php:610 -#: ../../godmode/massive/massive_delete_modules.php:611 -#: ../../godmode/massive/massive_delete_modules.php:612 -#: ../../godmode/massive/massive_delete_modules.php:679 -#: ../../godmode/massive/massive_delete_tags.php:226 -#: ../../godmode/massive/massive_delete_tags.php:253 -#: ../../godmode/massive/massive_delete_tags.php:289 -#: ../../godmode/massive/massive_edit_agents.php:315 -#: ../../godmode/massive/massive_edit_modules.php:319 -#: ../../godmode/massive/massive_edit_modules.php:536 -#: ../../godmode/massive/massive_edit_modules.php:564 -#: ../../godmode/massive/massive_edit_modules.php:625 -#: ../../godmode/massive/massive_edit_modules.php:684 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:770 -#: ../../godmode/massive/massive_edit_modules.php:771 -#: ../../godmode/massive/massive_edit_modules.php:772 -#: ../../godmode/massive/massive_edit_modules.php:967 -#: ../../godmode/massive/massive_edit_plugins.php:284 -#: ../../godmode/modules/manage_nc_groups_form.php:72 -#: ../../godmode/modules/manage_network_components_form.php:455 -#: ../../godmode/modules/manage_network_components_form.php:461 -#: ../../godmode/modules/manage_network_components_form.php:470 -#: ../../godmode/modules/manage_network_components_form.php:476 -#: ../../godmode/modules/manage_network_components_form_common.php:191 -#: ../../godmode/modules/manage_network_components_form_plugin.php:24 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../godmode/reporting/graph_builder.graph_editor.php:135 -#: ../../godmode/reporting/graph_builder.graph_editor.php:194 -#: ../../godmode/reporting/graph_builder.graph_editor.php:214 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1077 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1156 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1181 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1474 -#: ../../godmode/reporting/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.elements.php:429 -#: ../../godmode/reporting/visual_console_builder.wizard.php:199 -#: ../../godmode/reporting/visual_console_builder.wizard.php:296 -#: ../../godmode/reporting/visual_console_builder.wizard.php:304 -#: ../../godmode/reporting/visual_console_builder.wizard.php:326 -#: ../../godmode/reporting/visual_console_builder.wizard.php:335 -#: ../../godmode/reporting/visual_console_builder.wizard.php:374 -#: ../../godmode/reporting/visual_console_builder.wizard.php:571 -#: ../../godmode/reporting/visual_console_builder.wizard.php:581 -#: ../../godmode/reporting/visual_console_builder.wizard.php:613 -#: ../../godmode/servers/manage_recontask_form.php:277 -#: ../../godmode/setup/os.builder.php:40 -#: ../../godmode/setup/setup_visuals.php:315 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:1008 -#: ../../godmode/users/configure_user.php:510 -#: ../../godmode/users/configure_user.php:682 -#: ../../godmode/users/configure_user.php:686 -#: ../../godmode/users/configure_user.php:691 -#: ../../include/ajax/alert_list.ajax.php:150 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../include/functions.php:909 ../../include/functions_events.php:1698 -#: ../../include/functions_events.php:1705 -#: ../../include/functions_visual_map_editor.php:268 -#: ../../include/functions_visual_map_editor.php:353 -#: ../../include/functions_visual_map_editor.php:531 -#: ../../include/functions_html.php:317 ../../include/functions_html.php:480 -#: ../../include/functions_pandora_networkmap.php:267 -#: ../../include/functions_pandora_networkmap.php:753 -#: ../../include/functions_pandora_networkmap.php:1471 -#: ../../include/functions_pandora_networkmap.php:1474 -#: ../../include/functions_pandora_networkmap.php:1525 -#: ../../include/functions_pandora_networkmap.php:1529 -#: ../../include/functions_pandora_networkmap.php:1581 -#: ../../include/functions_pandora_networkmap.php:1586 -#: ../../mobile/operation/events.php:587 -#: ../../operation/agentes/pandora_networkmap.editor.php:204 -#: ../../operation/agentes/ver_agente.php:813 -#: ../../operation/agentes/ver_agente.php:856 -#: ../../operation/agentes/ver_agente.php:866 -#: ../../operation/events/events_list.php:282 -#: ../../operation/events/events_list.php:891 -#: ../../operation/netflow/nf_live_view.php:399 -#: ../../operation/snmpconsole/snmp_view.php:423 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:814 -#: ../../operation/users/user_edit.php:323 -#: ../../operation/users/user_edit.php:347 -#: ../../operation/users/user_edit.php:387 -#: ../../operation/users/user_edit.php:401 -#: ../../operation/users/user_edit.php:554 -#: ../../operation/users/user_edit.php:561 -#: ../../operation/users/user_edit.php:570 -#: ../../operation/users/user_edit.php:577 -#: ../../enterprise/dashboard/widgets/service_map.php:39 -#: ../../enterprise/dashboard/widgets/top_n.php:398 -#: ../../enterprise/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:427 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:558 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:654 -#: ../../enterprise/godmode/alerts/alert_events.php:468 -#: ../../enterprise/godmode/alerts/alert_events_list.php:595 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/modules/configure_local_component.php:367 -#: ../../enterprise/godmode/modules/configure_local_component.php:507 -#: ../../enterprise/godmode/modules/configure_local_component.php:513 -#: ../../enterprise/godmode/modules/configure_local_component.php:521 -#: ../../enterprise/godmode/modules/configure_local_component.php:527 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:681 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:756 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:917 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:933 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:949 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:965 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:981 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:996 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1002 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:328 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:403 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:244 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:284 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:414 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:430 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:446 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:462 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:477 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:483 -#: ../../enterprise/godmode/policies/policy_agents.php:223 -#: ../../enterprise/godmode/policies/policy_agents.php:653 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:138 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:344 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:363 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:374 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:500 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:509 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:528 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:665 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:729 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:744 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:754 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:768 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1745 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:699 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:720 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:735 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:745 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:786 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:57 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:422 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:438 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:459 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:468 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:625 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:653 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:672 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:699 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:274 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:292 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:314 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:332 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:365 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:395 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:416 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:436 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:461 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:500 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:158 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:190 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:196 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:208 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:218 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../enterprise/godmode/setup/setup.php:332 -#: ../../enterprise/godmode/setup/setup.php:338 -#: ../../enterprise/godmode/setup/setup.php:346 -#: ../../enterprise/godmode/setup/setup.php:352 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../enterprise/meta/advanced/metasetup.setup.php:277 -#: ../../enterprise/meta/advanced/metasetup.setup.php:283 -#: ../../enterprise/meta/advanced/metasetup.setup.php:293 -#: ../../enterprise/meta/advanced/metasetup.setup.php:299 -#: ../../enterprise/meta/event/custom_events.php:211 -#: ../../enterprise/meta/event/custom_events.php:222 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 -#: ../../enterprise/operation/agentes/ver_agente.php:36 -msgid "None" -msgstr "None" - -#: ../../godmode/agentes/agent_manager.php:323 -#: ../../godmode/agentes/module_manager_editor_common.php:361 -#: ../../godmode/groups/configure_group.php:178 -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Custom ID" -msgstr "Custom ID" - -#: ../../godmode/agentes/agent_manager.php:327 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Module definition" -msgstr "Module definition" - -#: ../../godmode/agentes/agent_manager.php:329 -#: ../../godmode/massive/massive_edit_agents.php:358 -msgid "Learning mode" -msgstr "Apprentice mode" - -#: ../../godmode/agentes/agent_manager.php:332 -#: ../../godmode/massive/massive_edit_agents.php:359 -msgid "Normal mode" -msgstr "Normal mode" - -#: ../../godmode/agentes/agent_manager.php:335 -msgid "Autodisable mode" -msgstr "Autodisable mode" - -#: ../../godmode/agentes/agent_manager.php:341 -#: ../../godmode/agentes/modificar_agente.php:562 -#: ../../godmode/agentes/module_manager_editor_common.php:172 -#: ../../godmode/agentes/module_manager_editor_common.php:471 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/alerts/configure_alert_template.php:663 -#: ../../godmode/massive/massive_edit_agents.php:364 -#: ../../godmode/massive/massive_edit_modules.php:467 -#: ../../include/functions_groups.php:2158 -#: ../../include/functions_reporting.php:3604 -#: ../../include/functions_reporting_html.php:2095 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:551 -#: ../../mobile/operation/agent.php:124 ../../mobile/operation/alerts.php:40 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../operation/agentes/estado_generalagente.php:79 -#: ../../operation/agentes/estado_generalagente.php:294 -#: ../../operation/search_agents.php:91 -#: ../../enterprise/extensions/vmware/functions.php:20 -#: ../../enterprise/godmode/modules/configure_local_component.php:287 -#: ../../enterprise/godmode/setup/edit_skin.php:248 -#: ../../enterprise/include/functions_reporting_pdf.php:2347 -#: ../../enterprise/meta/agentsearch.php:160 -#: ../../enterprise/meta/agentsearch.php:168 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364 -#: ../../enterprise/meta/include/functions_wizard_meta.php:179 -#: ../../enterprise/meta/include/functions_wizard_meta.php:411 -#: ../../enterprise/meta/include/functions_wizard_meta.php:480 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1009 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -msgid "Disabled" -msgstr "Disabled" - -#: ../../godmode/agentes/agent_manager.php:343 -#: ../../godmode/massive/massive_edit_agents.php:365 -msgid "Active" -msgstr "Active" - -#: ../../godmode/agentes/agent_manager.php:347 -#: ../../godmode/agentes/configurar_agente.php:441 -#: ../../godmode/agentes/configurar_agente.php:553 -#: ../../godmode/massive/massive_edit_agents.php:368 -#: ../../godmode/servers/servers.build_table.php:165 -#: ../../operation/agentes/estado_generalagente.php:292 -#: ../../enterprise/godmode/policies/policy_agents.php:378 -msgid "Remote configuration" -msgstr "Remote configuration" - -#: ../../godmode/agentes/agent_manager.php:350 -#: ../../godmode/agentes/agent_manager.php:372 -#: ../../godmode/massive/massive_edit_agents.php:375 -msgid "Not available" -msgstr "Not available" - -#: ../../godmode/agentes/agent_manager.php:363 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 -msgid "Delete remote configuration file" -msgstr "Delete remote configuration file" - -#: ../../godmode/agentes/agent_manager.php:366 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:208 -msgid "" -"Delete this conf file implies that for restore you must reactive remote " -"config in the local agent." -msgstr "" -"Deleting this conf file means you will have to reactivate remote " -"configuration on the local agent in order to restore it." - -#: ../../godmode/agentes/agent_manager.php:381 -#: ../../godmode/massive/massive_edit_agents.php:401 -msgid "Agent icon" -msgstr "Agent icon" - -#: ../../godmode/agentes/agent_manager.php:381 -msgid "Agent icon for GIS Maps." -msgstr "Agent icon for GIS Maps." - -#: ../../godmode/agentes/agent_manager.php:419 -#: ../../include/functions_treeview.php:668 -#: ../../operation/agentes/estado_generalagente.php:329 -#: ../../operation/agentes/ver_agente.php:1035 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 -msgid "Url address" -msgstr "URL address" - -#: ../../godmode/agentes/agent_manager.php:423 -#: ../../godmode/agentes/modificar_agente.php:541 -#: ../../godmode/agentes/module_manager.php:643 -#: ../../godmode/agentes/module_manager_editor_common.php:565 -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:427 -#: ../../godmode/massive/massive_edit_agents.php:416 -#: ../../godmode/massive/massive_edit_modules.php:601 -#: ../../include/ajax/module.php:879 ../../include/class/Tree.class.php:1796 -#: ../../mobile/operation/agent.php:129 -#: ../../operation/agentes/estado_agente.php:572 -#: ../../operation/agentes/estado_generalagente.php:82 -msgid "Quiet" -msgstr "Quiet" - -#: ../../godmode/agentes/agent_manager.php:425 -#: ../../godmode/massive/massive_edit_agents.php:417 -msgid "The agent still runs but the alerts and events will be stop" -msgstr "" -"The agent will continue to run, but alerts and events will be stopped" - -#: ../../godmode/agentes/agent_manager.php:428 -#: ../../godmode/agentes/module_manager_editor.php:515 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/massive/massive_edit_agents.php:422 -#: ../../include/functions_visual_map_editor.php:486 -#: ../../operation/events/events_list.php:591 -#: ../../enterprise/godmode/alerts/alert_events_list.php:597 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../enterprise/godmode/policies/policy_modules.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 -msgid "Advanced options" -msgstr "Advanced options" - -#: ../../godmode/agentes/agent_manager.php:448 -#: ../../godmode/massive/massive_edit_agents.php:446 -msgid "This field allows url insertion using the BBCode's url tag" -msgstr "This field allows url insertion using the BBCode's url tag" - -#: ../../godmode/agentes/agent_manager.php:450 -#: ../../godmode/massive/massive_edit_agents.php:448 -msgid "The format is: [url='url to navigate']'text to show'[/url]" -msgstr "The format is: [url='url to navigate']'text to show'[/url]" - -#: ../../godmode/agentes/agent_manager.php:452 -#: ../../godmode/massive/massive_edit_agents.php:450 -msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" -msgstr "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" - -#: ../../godmode/agentes/agent_manager.php:470 -#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 -#: ../../godmode/events/events.php:69 -#: ../../godmode/massive/massive_edit_agents.php:465 ../../godmode/menu.php:36 -#: ../../include/functions_events.php:2048 -#: ../../operation/agentes/ver_agente.php:1046 -#: ../../enterprise/meta/event/custom_events.php:53 -#: ../../enterprise/meta/event/custom_events.php:58 -#: ../../enterprise/meta/event/custom_events.php:69 -#: ../../enterprise/meta/event/custom_events.php:83 -msgid "Custom fields" -msgstr "Custom fields" - -#: ../../godmode/agentes/agent_manager.php:495 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/agentes/module_manager.php:136 -#: ../../godmode/agentes/module_manager_editor.php:540 -#: ../../godmode/agentes/planned_downtime.list.php:366 -#: ../../godmode/agentes/planned_downtime.list.php:516 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/alerts/alert_commands.php:377 -#: ../../godmode/alerts/alert_list.list.php:742 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_special_days.php:464 -#: ../../godmode/alerts/alert_special_days.php:482 -#: ../../godmode/alerts/alert_templates.php:363 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/configure_alert_special_days.php:106 -#: ../../godmode/category/edit_category.php:174 -#: ../../godmode/events/event_edit_filter.php:405 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/groups/configure_group.php:225 -#: ../../godmode/groups/configure_modu_group.php:87 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/modules/manage_nc_groups.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:84 -#: ../../godmode/modules/manage_network_components.php:645 -#: ../../godmode/modules/manage_network_components_form.php:279 -#: ../../godmode/modules/manage_network_templates.php:237 -#: ../../godmode/modules/manage_network_templates_form.php:159 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../godmode/reporting/graph_builder.main.php:186 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 -#: ../../godmode/servers/manage_recontask.php:397 -#: ../../godmode/servers/plugin.php:542 -#: ../../godmode/servers/recon_script.php:220 ../../godmode/setup/gis.php:93 -#: ../../godmode/setup/links.php:117 ../../godmode/setup/news.php:204 -#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76 -#: ../../godmode/snmpconsole/snmp_alert.php:980 -#: ../../godmode/snmpconsole/snmp_alert.php:1339 -#: ../../godmode/snmpconsole/snmp_filters.php:108 -#: ../../godmode/snmpconsole/snmp_filters.php:156 -#: ../../godmode/tag/edit_tag.php:232 -#: ../../godmode/users/configure_user.php:588 -#: ../../godmode/users/profile_list.php:404 -#: ../../include/functions_visual_map_editor.php:473 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:654 -#: ../../operation/gis_maps/gis_map.php:182 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../enterprise/extensions/backup/main.php:227 -#: ../../enterprise/extensions/cron/main.php:354 -#: ../../enterprise/extensions/ipam/ipam_editor.php:121 -#: ../../enterprise/extensions/ipam/ipam_list.php:257 -#: ../../enterprise/godmode/agentes/collections.agents.php:40 -#: ../../enterprise/godmode/agentes/collections.data.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:127 -#: ../../enterprise/godmode/agentes/collections.data.php:146 -#: ../../enterprise/godmode/agentes/collections.data.php:161 -#: ../../enterprise/godmode/agentes/collections.data.php:183 -#: ../../enterprise/godmode/agentes/collections.data.php:225 -#: ../../enterprise/godmode/agentes/collections.editor.php:117 -#: ../../enterprise/godmode/agentes/collections.php:287 -#: ../../enterprise/godmode/alerts/alert_events_list.php:671 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 -#: ../../enterprise/godmode/modules/configure_local_component.php:490 -#: ../../enterprise/godmode/modules/local_components.php:551 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policies.php:478 -#: ../../enterprise/godmode/policies/policy_modules.php:369 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../enterprise/godmode/services/services.elements.php:426 -#: ../../enterprise/godmode/services/services.service.php:372 -#: ../../enterprise/godmode/setup/edit_skin.php:270 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:365 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:309 -msgid "Create" -msgstr "Create" - -#: ../../godmode/agentes/agent_template.php:69 -msgid "Created by template " -msgstr "Created from a template " - -#: ../../godmode/agentes/agent_template.php:157 -msgid "Error adding modules" -msgstr "Error adding modules" - -#: ../../godmode/agentes/agent_template.php:159 -msgid "Error adding modules. The following errors already exists: " -msgstr "Error adding modules. The following errors already exist: " - -#: ../../godmode/agentes/agent_template.php:162 -msgid "Modules successfully added" -msgstr "Modules successfully added" - -#: ../../godmode/agentes/agent_template.php:189 -msgid "Assign" -msgstr "Assign" - -#: ../../godmode/agentes/agent_template.php:228 -#: ../../godmode/alerts/alert_list.list.php:86 -#: ../../godmode/modules/manage_network_components.php:565 -#: ../../godmode/modules/manage_network_templates_form.php:198 -#: ../../include/ajax/module.php:741 ../../mobile/operation/modules.php:489 -#: ../../mobile/operation/modules.php:752 -#: ../../operation/agentes/status_monitor.php:332 -#: ../../operation/agentes/status_monitor.php:958 -#: ../../enterprise/include/functions_reporting_pdf.php:2361 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 -msgid "Module name" -msgstr "Module name" - -#: ../../godmode/agentes/agent_template.php:229 -#: ../../godmode/agentes/module_manager.php:131 -#: ../../godmode/agentes/module_manager.php:557 -#: ../../godmode/agentes/module_manager_editor_common.php:186 -#: ../../godmode/agentes/planned_downtime.editor.php:485 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/alerts/alert_templates.php:38 -#: ../../godmode/alerts/alert_templates.php:253 -#: ../../godmode/alerts/alert_templates.php:301 -#: ../../godmode/events/event_responses.editor.php:115 -#: ../../godmode/modules/manage_network_components.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:69 -#: ../../godmode/modules/manage_network_templates_form.php:199 -#: ../../godmode/reporting/reporting_builder.item_editor.php:620 -#: ../../godmode/reporting/reporting_builder.list_items.php:169 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.list_items.php:289 -#: ../../godmode/reporting/visual_console_builder.wizard.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:216 -#: ../../godmode/servers/plugin.php:736 -#: ../../godmode/servers/servers.build_table.php:66 -#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 -#: ../../include/ajax/module.php:738 ../../include/functions_events.php:901 -#: ../../include/functions_events.php:2367 -#: ../../include/functions_visual_map_editor.php:400 -#: ../../include/functions_visual_map_editor.php:419 -#: ../../include/functions_reporting_html.php:809 -#: ../../include/functions_reporting_html.php:818 -#: ../../include/functions_reporting_html.php:1023 -#: ../../include/functions_reporting_html.php:1033 -#: ../../include/functions_reporting_html.php:1647 -#: ../../include/functions_reporting_html.php:2111 -#: ../../include/functions_reporting_html.php:3105 -#: ../../include/functions_snmp_browser.php:410 -#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 -#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 -#: ../../mobile/operation/events.php:623 -#: ../../mobile/operation/networkmaps.php:77 -#: ../../mobile/operation/networkmaps.php:78 -#: ../../mobile/operation/networkmaps.php:140 -#: ../../mobile/operation/networkmaps.php:141 -#: ../../mobile/operation/networkmaps.php:196 -#: ../../mobile/operation/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../operation/agentes/ver_agente.php:806 -#: ../../operation/events/events.php:72 -#: ../../operation/events/sound_events.php:82 -#: ../../operation/netflow/nf_live_view.php:254 -#: ../../operation/search_modules.php:49 -#: ../../enterprise/godmode/modules/configure_local_component.php:184 -#: ../../enterprise/godmode/policies/policy_modules.php:1204 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1194 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:80 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 -#: ../../enterprise/godmode/services/services.elements.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:1030 -#: ../../enterprise/include/functions_reporting_csv.php:1143 -#: ../../enterprise/include/functions_reporting_csv.php:1290 -#: ../../enterprise/include/functions_reporting_csv.php:1355 -#: ../../enterprise/include/functions_reporting_pdf.php:2362 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/operation/agentes/policy_view.php:306 -#: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:159 -msgid "Type" -msgstr "Type" - -#: ../../godmode/agentes/agent_template.php:263 -#: ../../mobile/operation/modules.php:668 -msgid "No modules" -msgstr "No modules" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 -msgid "The SNMP remote plugin doesnt seem to be installed" -msgstr "The remote SNMP plugin doesn't appear to be installed" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 -msgid "It is necessary to use some features" -msgstr "It's necessary in order to access certain features" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 -msgid "" -"Please, install the SNMP remote plugin (The name of the plugin must be " -"snmp_remote.pl)" -msgstr "" -"Please, install the remote SNMP plugin (the plugin must be named " -"snmp_remote.pl)" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:248 -msgid "Remote system doesnt support host SNMP information" -msgstr "The remote system doesn't support the host's SNMP information" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179 -msgid "No agent selected or the agent does not exist" -msgstr "No agent selected or the agent does not exist" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:330 -msgid "The number of bytes read from this device since boot" -msgstr "The number of bytes read from this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:332 -msgid "The number of bytes written to this device since boot" -msgstr "The number of bytes written to this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:334 -msgid "The number of read accesses from this device since boot" -msgstr "The number of read accesses from this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:336 -msgid "The number of write accesses from this device since boot" -msgstr "The number of write accesses from this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:511 -#, php-format -msgid "Check if the process %s is running or not" -msgstr "Check if the process %s is running or not" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:582 -msgid "Disk use information" -msgstr "Disk use information" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:651 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s modules created succesfully" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:656 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:661 -#, php-format -msgid "Error creating %s modules" -msgstr "Error creating %s modules" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:666 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:232 -#, php-format -msgid "%s modules already exist" -msgstr "%s modules already exist" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:675 -msgid "Modules created succesfully" -msgstr "Modules successfully created." - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342 -#: ../../godmode/agentes/module_manager_editor_network.php:106 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -#: ../../include/functions_config.php:695 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:692 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:339 -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../enterprise/godmode/setup/setup_history.php:56 -msgid "Port" -msgstr "Port" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345 -msgid "Use agent ip" -msgstr "Use agent IP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353 -#: ../../godmode/agentes/module_manager_editor_network.php:119 -#: ../../godmode/modules/manage_network_components_form_network.php:50 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:700 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:347 -msgid "SNMP community" -msgstr "SNMP community" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356 -#: ../../godmode/agentes/module_manager_editor_network.php:132 -#: ../../godmode/massive/massive_edit_modules.php:494 -#: ../../godmode/modules/manage_network_components_form_network.php:40 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:703 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:350 -msgid "SNMP version" -msgstr "SNMP version" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369 -#: ../../godmode/agentes/module_manager_editor_network.php:216 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../godmode/modules/manage_network_components_form_network.php:57 -#: ../../include/functions_snmp_browser.php:530 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:716 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:363 -msgid "Auth user" -msgstr "Authenticate user" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/module_manager_editor_network.php:219 -#: ../../godmode/massive/massive_edit_modules.php:500 -#: ../../godmode/modules/manage_network_components_form_network.php:59 -#: ../../include/functions_snmp_browser.php:532 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:718 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:365 -msgid "Auth password" -msgstr "Authenticate password" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/module_manager_editor_network.php:227 -#: ../../godmode/massive/massive_edit_modules.php:503 -#: ../../godmode/modules/manage_network_components_form_network.php:65 -#: ../../include/functions_snmp_browser.php:536 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:722 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:369 -msgid "Privacy method" -msgstr "Privacy method" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 -#: ../../godmode/agentes/module_manager_editor_network.php:228 -#: ../../godmode/massive/massive_edit_modules.php:504 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../include/functions_snmp_browser.php:537 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 -msgid "DES" -msgstr "DES" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 -#: ../../godmode/agentes/module_manager_editor_network.php:228 -#: ../../godmode/massive/massive_edit_modules.php:504 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../include/functions_snmp_browser.php:537 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 -msgid "AES" -msgstr "AES" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:724 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:371 -msgid "privacy pass" -msgstr "privacy pass" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380 -#: ../../godmode/agentes/module_manager_editor_network.php:237 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/modules/manage_network_components_form_network.php:72 -#: ../../include/functions_snmp_browser.php:541 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:727 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:374 -msgid "Auth method" -msgstr "Authentication method" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 -#: ../../godmode/agentes/module_manager_editor_network.php:238 -#: ../../godmode/massive/massive_edit_modules.php:508 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../include/functions_snmp_browser.php:542 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 -msgid "MD5" -msgstr "MD5" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 -#: ../../godmode/agentes/module_manager_editor_network.php:238 -#: ../../godmode/massive/massive_edit_modules.php:508 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../include/functions_snmp_browser.php:542 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 -msgid "SHA" -msgstr "SHA" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382 -#: ../../godmode/agentes/module_manager_editor_network.php:239 -#: ../../godmode/massive/massive_edit_modules.php:509 -#: ../../godmode/modules/manage_network_components_form_network.php:74 -#: ../../include/functions_snmp_browser.php:543 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:729 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:376 -msgid "Security level" -msgstr "Security level" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383 -#: ../../godmode/agentes/module_manager_editor_network.php:240 -#: ../../godmode/massive/massive_edit_modules.php:510 -#: ../../godmode/modules/manage_network_components_form_network.php:75 -#: ../../include/functions_snmp_browser.php:544 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:730 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:377 -msgid "Not auth and not privacy method" -msgstr "Non-authenticated and non-private method" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 -#: ../../godmode/agentes/module_manager_editor_network.php:241 -#: ../../godmode/massive/massive_edit_modules.php:511 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../include/functions_snmp_browser.php:545 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 -msgid "Auth and not privacy method" -msgstr "Authenticated and non-private method" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 -#: ../../godmode/agentes/module_manager_editor_network.php:241 -#: ../../godmode/massive/massive_edit_modules.php:511 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../include/functions_snmp_browser.php:545 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 -msgid "Auth and privacy method" -msgstr "Authenticated and private method" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:744 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:391 -msgid "SNMP Walk" -msgstr "SNMP Walk" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 -#: ../../operation/tree.php:264 -#: ../../enterprise/dashboard/widgets/tree_view.php:188 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 -#: ../../enterprise/include/functions_inventory.php:166 -msgid "No data found" -msgstr "No data found" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 -msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" -msgstr "If it's a network device, try with the SNMP interface wizard" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:776 -msgid "Devices" -msgstr "Devices" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:793 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../operation/agentes/ver_agente.php:1106 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:777 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:299 -msgid "Processes" -msgstr "Processes" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:778 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:300 -msgid "Free space on disk" -msgstr "Free space on disk" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:779 -msgid "Temperature sensors" -msgstr "Temperature sensors" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:780 -msgid "Other SNMP data" -msgstr "Other SNMP data" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:782 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:303 -msgid "Wizard mode" -msgstr "Wizard mode" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:801 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:806 -msgid "SNMP remote plugin is necessary for this feature" -msgstr "The remote SNMP plugin is necessary to run this feature" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:838 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:840 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:842 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:844 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:847 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:346 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:348 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:350 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:352 -msgid "Add to modules list" -msgstr "Add to the module list" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:849 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:356 -msgid "Remove from modules list" -msgstr "Remove from the module list" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:859 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:440 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:367 -msgid "Create modules" -msgstr "Create modules" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:916 -msgid "Device" -msgstr "Device" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:938 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:954 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 -#: ../../godmode/events/event_edit_filter.php:301 -#: ../../include/functions_events.php:2372 -#: ../../mobile/operation/events.php:485 -#: ../../operation/events/events_list.php:581 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:922 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:938 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:954 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:970 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:986 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:419 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:435 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:451 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:467 -#: ../../enterprise/include/functions_events.php:149 -msgid "Repeated" -msgstr "Duplicate" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 -#: ../../godmode/reporting/visual_console_builder.wizard.php:193 -#: ../../include/functions_visual_map_editor.php:348 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:932 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:429 -msgid "Process" -msgstr "Process" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:964 -msgid "Temperature" -msgstr "Temperature" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1011 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:489 -msgid "Modules list is empty" -msgstr "Module list is empty" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174 -#: ../../godmode/massive/massive_add_action_alerts.php:116 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../godmode/massive/massive_delete_action_alerts.php:119 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/reporting/visual_console_builder.php:486 -#: ../../include/functions_visual_map.php:1749 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:404 -#: ../../enterprise/include/functions_massive.php:15 -msgid "No modules selected" -msgstr "No modules selected" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:283 -msgid "Successfully modules created" -msgstr "Modules created successfully" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 -#: ../../godmode/agentes/configurar_agente.php:266 -#: ../../godmode/agentes/configurar_agente.php:617 -#: ../../godmode/agentes/planned_downtime.editor.php:356 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/alerts/alert_commands.php:294 -#: ../../godmode/alerts/alert_list.php:104 -#: ../../godmode/alerts/alert_special_days.php:149 -#: ../../godmode/alerts/configure_alert_template.php:119 -#: ../../godmode/alerts/configure_alert_template.php:432 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:162 -#: ../../godmode/modules/manage_network_components.php:256 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2436 -#: ../../godmode/setup/gis.php:47 ../../godmode/setup/news.php:57 -#: ../../godmode/users/configure_user.php:237 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -#: ../../operation/agentes/pandora_networkmap.php:153 -#: ../../enterprise/extensions/ipam/ipam_action.php:92 -#: ../../enterprise/extensions/ipam/ipam_action.php:100 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:247 -#: ../../enterprise/godmode/policies/policies.php:128 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:287 -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:87 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:216 -#: ../../enterprise/operation/agentes/transactional_map.php:87 -msgid "Could not be created" -msgstr "Could not be created" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:293 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1855 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1955 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2428 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2544 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2633 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2844 -msgid "Another module already exists with the same name" -msgstr "Another module already exists with the same name" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 -msgid "Some required fields are missed" -msgstr "Some required fields are missing" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 -msgid "name" -msgstr "name" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:301 -msgid "Processing error" -msgstr "Processing error" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:395 -msgid "Unable to do SNMP walk" -msgstr "Unable to perform an SNMP walk" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:428 -msgid "Interfaces" -msgstr "Interfaces" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:110 -#, php-format -msgid "Free space on %s" -msgstr "Free space on %s" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:202 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s service modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:205 -#, php-format -msgid "Error creating %s service modules" -msgstr "Error when creating %s service modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:210 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s process modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:213 -#, php-format -msgid "Error creating %s process modules" -msgstr "Error when creating %s service modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:218 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "%s disk space modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:221 -#, php-format -msgid "Error creating %s disk space modules" -msgstr "Error upon creating %s disk space modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:226 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "%s modules created from components successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:229 -#, php-format -msgid "Error creating %s modules from components" -msgstr "Error creating %s modules from components" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 -#: ../../godmode/agentes/module_manager_editor_wmi.php:47 -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:255 -msgid "Namespace" -msgstr "Namespace" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 -#: ../../godmode/agentes/module_manager_editor_wmi.php:54 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:259 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -msgid "Username" -msgstr "Username" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:272 -msgid "WMI Explore" -msgstr "WMI Explorer" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:276 -msgid "Unable to do WMI explorer" -msgstr "Unable to perform WMI exploration" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:301 -msgid "WMI components" -msgstr "WMI components" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 -#: ../../godmode/agentes/planned_downtime.editor.php:708 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:314 -msgid "Filter by group" -msgstr "Filter by group" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:81 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:334 -msgid "No component was found" -msgstr "No component was found" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1547 -#: ../../enterprise/dashboard/widgets/service_map.php:46 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:22 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:157 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:413 -#: ../../enterprise/godmode/services/services.elements.php:336 -#: ../../enterprise/godmode/services/services.elements.php:377 -#: ../../enterprise/include/functions_reporting.php:4425 -#: ../../enterprise/include/functions_reporting.php:4726 -#: ../../enterprise/include/functions_reporting_pdf.php:2039 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../enterprise/include/functions_visual_map.php:496 -#: ../../enterprise/include/functions_visual_map_editor.php:17 -#: ../../enterprise/include/functions_visual_map_editor.php:24 -#: ../../enterprise/include/functions_visual_map_editor.php:47 -msgid "Service" -msgstr "Service" - -#: ../../godmode/agentes/configurar_agente.php:187 -#: ../../godmode/agentes/configurar_agente.php:733 -msgid "No agent alias specified" -msgstr "No agent alias specified" - -#: ../../godmode/agentes/configurar_agente.php:268 -msgid "Could not be created, because name already exists" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:281 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:582 -#: ../../godmode/reporting/visual_console_builder.php:687 -#: ../../godmode/servers/manage_recontask.php:32 -#: ../../godmode/setup/setup_visuals.php:165 -#: ../../godmode/setup/setup_visuals.php:185 -#: ../../godmode/setup/setup_visuals.php:204 -#: ../../godmode/setup/setup_visuals.php:220 -#: ../../godmode/setup/setup_visuals.php:231 -#: ../../godmode/setup/setup_visuals.php:318 -#: ../../operation/agentes/estado_agente.php:578 -#: ../../operation/visual_console/pure_ajax.php:130 -#: ../../operation/visual_console/render_view.php:133 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 -#: ../../enterprise/meta/screens/screens.visualmap.php:149 -#: ../../enterprise/meta/screens/screens.visualmap.php:165 -#: ../../enterprise/operation/agentes/policy_view.php:51 -msgid "View" -msgstr "View" - -#: ../../godmode/agentes/configurar_agente.php:293 -#: ../../godmode/agentes/configurar_agente.php:520 ../../godmode/menu.php:231 -#: ../../godmode/menu.php:238 ../../operation/agentes/estado_agente.php:135 -#: ../../operation/gis_maps/render_view.php:119 -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../enterprise/include/functions_policies.php:3203 -msgid "Setup" -msgstr "Setup" - -#: ../../godmode/agentes/configurar_agente.php:322 ../../godmode/menu.php:101 -msgid "Module templates" -msgstr "Module templates" - -#: ../../godmode/agentes/configurar_agente.php:374 -#: ../../operation/agentes/ver_agente.php:1008 -msgid "GIS data" -msgstr "GIS data" - -#: ../../godmode/agentes/configurar_agente.php:385 -#: ../../enterprise/godmode/policies/policy.php:58 -#: ../../enterprise/include/functions_policies.php:3221 -msgid "Agent wizard" -msgstr "Agent wizard" - -#: ../../godmode/agentes/configurar_agente.php:392 -#: ../../godmode/agentes/configurar_agente.php:558 -#: ../../godmode/setup/snmp_wizard.php:30 -#: ../../enterprise/include/functions_policies.php:3228 -msgid "SNMP Wizard" -msgstr "SNMP Wizard" - -#: ../../godmode/agentes/configurar_agente.php:397 -#: ../../godmode/agentes/configurar_agente.php:561 -#: ../../enterprise/include/functions_policies.php:3233 -msgid "SNMP Interfaces wizard" -msgstr "SNMP Interface wizard" - -#: ../../godmode/agentes/configurar_agente.php:402 -#: ../../godmode/agentes/configurar_agente.php:564 -#: ../../enterprise/include/functions_policies.php:3238 -msgid "WMI Wizard" -msgstr "WMI Wizard" - -#: ../../godmode/agentes/configurar_agente.php:523 -#: ../../enterprise/godmode/agentes/collections.php:229 -#: ../../enterprise/include/functions_groups.php:75 -#: ../../enterprise/operation/agentes/ver_agente.php:190 -msgid "Collection" -msgstr "Collection" - -#: ../../godmode/agentes/configurar_agente.php:527 -#: ../../include/functions_reports.php:628 -#: ../../include/functions_reports.php:629 -#: ../../include/functions_reports.php:631 -#: ../../include/functions_reporting.php:1590 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../enterprise/include/functions_reporting_csv.php:304 -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -msgid "Inventory" -msgstr "Inventory" - -#: ../../godmode/agentes/configurar_agente.php:531 -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../enterprise/include/functions_policies.php:3316 -msgid "Agent plugins" -msgstr "Agent plugins" - -#: ../../godmode/agentes/configurar_agente.php:538 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:991 -#: ../../include/functions_events.php:3573 -#: ../../operation/agentes/estado_monitores.php:449 -#: ../../operation/events/events.build_table.php:204 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/snmpconsole/snmp_view.php:382 -#: ../../operation/snmpconsole/snmp_view.php:627 -#: ../../operation/snmpconsole/snmp_view.php:921 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../enterprise/meta/include/functions_events_meta.php:82 -msgid "Alert" -msgstr "Alert" - -#: ../../godmode/agentes/configurar_agente.php:542 ../../godmode/menu.php:151 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/include/functions_reporting.php:81 -#: ../../enterprise/include/functions_reporting.php:6156 -#: ../../enterprise/include/functions_reporting.php:6180 -#: ../../enterprise/include/functions_reporting.php:6234 -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -msgid "Templates" -msgstr "Templates" - -#: ../../godmode/agentes/configurar_agente.php:546 -msgid "Gis" -msgstr "Gis" - -#: ../../godmode/agentes/configurar_agente.php:572 -msgid "SNMP explorer" -msgstr "SNMP explorer" - -#: ../../godmode/agentes/configurar_agente.php:587 -msgid "Agent manager" -msgstr "Agent manager" - -#: ../../godmode/agentes/configurar_agente.php:610 -#: ../../godmode/servers/modificar_server.php:135 -msgid "Conf file deleted successfully" -msgstr "Conf file deleted successfully" - -#: ../../godmode/agentes/configurar_agente.php:611 -#: ../../godmode/servers/modificar_server.php:136 -msgid "Could not delete conf file" -msgstr "Could not delete conf file" - -#: ../../godmode/agentes/configurar_agente.php:621 -#: ../../godmode/agentes/planned_downtime.editor.php:365 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/alerts/alert_commands.php:293 -#: ../../godmode/alerts/alert_list.php:104 -#: ../../godmode/alerts/alert_special_days.php:148 -#: ../../godmode/alerts/configure_alert_template.php:431 -#: ../../godmode/modules/manage_nc_groups.php:73 -#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/news.php:56 -#: ../../godmode/snmpconsole/snmp_alert.php:247 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/users/configure_user.php:236 -#: ../../godmode/users/profile_list.php:241 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -#: ../../enterprise/extensions/cron/main.php:83 -#: ../../enterprise/extensions/cron/main.php:142 -#: ../../enterprise/extensions/ipam/ipam_action.php:96 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:86 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:129 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:215 -#: ../../enterprise/operation/agentes/transactional_map.php:86 -msgid "Successfully created" -msgstr "Successfully created" - -#: ../../godmode/agentes/configurar_agente.php:647 -#: ../../godmode/agentes/configurar_agente.php:652 -msgid "No data to normalize" -msgstr "No data to normalise" - -#: ../../godmode/agentes/configurar_agente.php:656 -#, php-format -msgid "Deleted data above %f" -msgstr "Deleted data above %f" - -#: ../../godmode/agentes/configurar_agente.php:657 -#, php-format -msgid "Error normalizing module %s" -msgstr "Error normalising module %s" - -#: ../../godmode/agentes/configurar_agente.php:782 -msgid "There was a problem updating the agent" -msgstr "There was a problem updating the agent" - -#: ../../godmode/agentes/configurar_agente.php:804 -#: ../../godmode/agentes/planned_downtime.editor.php:368 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/alerts/alert_list.php:196 -#: ../../godmode/alerts/alert_special_days.php:206 -#: ../../godmode/alerts/alert_templates.php:151 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/configure_alert_template.php:444 -#: ../../godmode/events/event_edit_filter.php:173 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../godmode/modules/manage_nc_groups.php:98 -#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/gis.php:39 -#: ../../godmode/setup/links.php:58 ../../godmode/setup/news.php:87 -#: ../../godmode/snmpconsole/snmp_alert.php:318 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/users/profile_list.php:223 -#: ../../include/functions_planned_downtimes.php:125 -#: ../../operation/incidents/incident.php:110 -#: ../../operation/snmpconsole/snmp_view.php:114 -#: ../../enterprise/extensions/ipam/ipam_action.php:131 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/policies/policy_modules.php:1038 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../enterprise/operation/agentes/transactional_map.php:117 -msgid "Successfully updated" -msgstr "Successfully updated" - -#: ../../godmode/agentes/configurar_agente.php:826 -msgid "There was a problem loading the agent" -msgstr "There was a problem loading the agent" - -#: ../../godmode/agentes/configurar_agente.php:1227 -msgid "" -"There was a problem updating module. Another module already exists with the " -"same name." -msgstr "" -"There was an issue updating the module: there's another module with the same " -"name" - -#: ../../godmode/agentes/configurar_agente.php:1230 -msgid "" -"There was a problem updating module. Some required fields are missed: (name)" -msgstr "" -"There was an issue updating the module: some required fields are missing: " -"(name)" - -#: ../../godmode/agentes/configurar_agente.php:1233 -msgid "There was a problem updating module. \"No change\"" -msgstr "A problem occurred when updating the module. \"No change\"" - -#: ../../godmode/agentes/configurar_agente.php:1238 -msgid "There was a problem updating module. Processing error" -msgstr "A problem occurred when updating the module. Processing error" - -#: ../../godmode/agentes/configurar_agente.php:1258 -msgid "Module successfully updated" -msgstr "Module successfully updated" - -#: ../../godmode/agentes/configurar_agente.php:1367 -msgid "" -"There was a problem adding module. Another module already exists with the " -"same name." -msgstr "" -"A problem occurred when adding the module. There's another module with the " -"same name." - -#: ../../godmode/agentes/configurar_agente.php:1370 -msgid "" -"There was a problem adding module. Some required fields are missed : (name)" -msgstr "" -"There was a problem adding the module: some required fields are missing: " -"(name)" - -#: ../../godmode/agentes/configurar_agente.php:1375 -msgid "There was a problem adding module. Processing error" -msgstr "There was a problem adding the module. Processing error." - -#: ../../godmode/agentes/configurar_agente.php:1393 -#: ../../godmode/reporting/graph_builder.php:258 -msgid "Module added successfully" -msgstr "Module added successfully" - -#: ../../godmode/agentes/configurar_agente.php:1511 -msgid "There was a problem deleting the module" -msgstr "There was a problem deleting the module" - -#: ../../godmode/agentes/configurar_agente.php:1514 -msgid "Module deleted succesfully" -msgstr "Module deleted succesfully" - -#: ../../godmode/agentes/configurar_agente.php:1528 -#: ../../enterprise/godmode/policies/policy_modules.php:1143 -#, php-format -msgid "copy of %s" -msgstr "copy of %s" - -#: ../../godmode/agentes/configurar_agente.php:1538 -#: ../../enterprise/godmode/policies/policy_modules.php:1155 -#, php-format -msgid "copy of %s (%d)" -msgstr "copy of %s (%d)" - -#: ../../godmode/agentes/configurar_agente.php:1571 -#: ../../godmode/agentes/modificar_agente.php:116 -#: ../../godmode/alerts/alert_list.php:230 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../godmode/users/user_list.php:208 -#: ../../include/ajax/alert_list.ajax.php:80 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../enterprise/godmode/policies/policy_modules.php:422 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:237 -msgid "Successfully enabled" -msgstr "Successfully enabled" - -#: ../../godmode/agentes/configurar_agente.php:1571 -#: ../../godmode/agentes/modificar_agente.php:116 -#: ../../godmode/alerts/alert_list.php:230 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../include/ajax/alert_list.ajax.php:82 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../enterprise/godmode/policies/policy_modules.php:422 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:238 -msgid "Could not be enabled" -msgstr "Could not be enabled" - -#: ../../godmode/agentes/configurar_agente.php:1586 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/alerts/alert_list.php:247 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../godmode/users/user_list.php:203 -#: ../../include/ajax/alert_list.ajax.php:91 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../enterprise/godmode/policies/policy_modules.php:436 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:248 -msgid "Successfully disabled" -msgstr "Successfully disabled" - -#: ../../godmode/agentes/configurar_agente.php:1586 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/alerts/alert_list.php:247 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../include/ajax/alert_list.ajax.php:93 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../enterprise/godmode/policies/policy_modules.php:436 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:249 -msgid "Could not be disabled" -msgstr "Could not be disabled" - -#: ../../godmode/agentes/configurar_agente.php:1614 -#: ../../include/functions_api.php:7659 -msgid "Save by Pandora Console" -msgstr "Save from Pandora Console" - -#: ../../godmode/agentes/configurar_agente.php:1629 -#: ../../include/functions_api.php:7660 -msgid "Update by Pandora Console" -msgstr "Update from Pandora Console" - -#: ../../godmode/agentes/configurar_agente.php:1642 -#: ../../include/functions_api.php:7661 -msgid "Insert by Pandora Console" -msgstr "Insert from Pandora Console" - -#: ../../godmode/agentes/configurar_agente.php:1696 -#: ../../godmode/agentes/configurar_agente.php:1706 -msgid "Invalid tab specified" -msgstr "Invalid tab specified" - -#: ../../godmode/agentes/configure_field.php:36 -msgid "Update agent custom field" -msgstr "Update agent's custom fields" - -#: ../../godmode/agentes/configure_field.php:39 -msgid "Create agent custom field" -msgstr "Create agent custom field" - -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -#: ../../operation/agentes/custom_fields.php:61 -msgid "Display on front" -msgstr "Display up front" - -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -#: ../../operation/agentes/custom_fields.php:62 -msgid "" -"The fields with display on front enabled will be displayed into the agent " -"details" -msgstr "" -"The fields with up front display enabled will be shown on the agent's details" - -#: ../../godmode/agentes/fields_manager.php:31 -msgid "Agents custom fields manager" -msgstr "Agent's custom field manager" - -#: ../../godmode/agentes/fields_manager.php:44 -msgid "The name must not be empty" -msgstr "Name cannot be left empty" - -#: ../../godmode/agentes/fields_manager.php:47 -msgid "The name must be unique" -msgstr "Name must be unique" - -#: ../../godmode/agentes/fields_manager.php:52 -msgid "Field successfully created" -msgstr "Custom field successfully created" - -#: ../../godmode/agentes/fields_manager.php:69 -msgid "Field successfully updated" -msgstr "Field successfully updated" - -#: ../../godmode/agentes/fields_manager.php:72 -msgid "There was a problem modifying field" -msgstr "There was a problem modifying field" - -#: ../../godmode/agentes/fields_manager.php:82 -msgid "There was a problem deleting field" -msgstr "There was an issue deleting the field" - -#: ../../godmode/agentes/fields_manager.php:84 -msgid "Field successfully deleted" -msgstr "Field successfully deleted" - -#: ../../godmode/agentes/fields_manager.php:95 -#: ../../godmode/alerts/alert_view.php:441 -#: ../../godmode/alerts/alert_view.php:531 -#: ../../operation/agentes/custom_fields.php:59 -msgid "Field" -msgstr "Field" - -#: ../../godmode/agentes/fields_manager.php:138 -msgid "Create field" -msgstr "Create field" - -#: ../../godmode/agentes/modificar_agente.php:62 -msgid "Agents defined in Pandora" -msgstr "Agents defined in Pandora" - -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Success deleted agent." -msgstr "Success deleting agent." - -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Could not be deleted." -msgstr "Agent could not be deleted" - -#: ../../godmode/agentes/modificar_agente.php:94 -msgid "Maybe the files conf or md5 could not be deleted" -msgstr "It's possible the .conf or md5 files couldn't be deleted" - -#: ../../godmode/agentes/modificar_agente.php:154 -msgid "Show Agents" -msgstr "Show Agents" - -#: ../../godmode/agentes/modificar_agente.php:156 -msgid "Everyone" -msgstr "Everyone" - -#: ../../godmode/agentes/modificar_agente.php:157 -#: ../../operation/agentes/status_monitor.php:398 -msgid "Only disabled" -msgstr "Only disabled" - -#: ../../godmode/agentes/modificar_agente.php:158 -#: ../../operation/agentes/status_monitor.php:398 -msgid "Only enabled" -msgstr "Only enabled" - -#: ../../godmode/agentes/modificar_agente.php:165 -#: ../../godmode/agentes/planned_downtime.editor.php:706 -#: ../../operation/agentes/estado_agente.php:175 -#: ../../enterprise/godmode/policies/policies.php:233 -msgid "Recursion" -msgstr "Recursion" - -#: ../../godmode/agentes/modificar_agente.php:481 -msgid "Remote agent configuration" -msgstr "Remote agent configuration" - -#: ../../godmode/agentes/modificar_agente.php:481 -msgid "R" -msgstr "R" - -#: ../../godmode/agentes/modificar_agente.php:597 -msgid "Edit remote config" -msgstr "Edit remote configuration" - -#: ../../godmode/agentes/modificar_agente.php:624 -msgid "Enable agent" -msgstr "Enable agent" - -#: ../../godmode/agentes/modificar_agente.php:629 -msgid "Disable agent" -msgstr "Disable agent" - -#: ../../godmode/agentes/modificar_agente.php:646 -#: ../../operation/agentes/estado_agente.php:643 -#: ../../operation/agentes/group_view.php:430 -msgid "There are no defined agents" -msgstr "There are no defined agents" - -#: ../../godmode/agentes/modificar_agente.php:654 -#: ../../operation/agentes/estado_agente.php:627 -#: ../../operation/agentes/estado_agente.php:647 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../operation/snmpconsole/snmp_view.php:674 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -msgid "Create agent" -msgstr "Create agent" - -#: ../../godmode/agentes/module_manager.php:78 -msgid "Create a new data server module" -msgstr "Create a new data server module" - -#: ../../godmode/agentes/module_manager.php:80 -msgid "Create a new network server module" -msgstr "Create a new network server module" - -#: ../../godmode/agentes/module_manager.php:82 -msgid "Create a new plugin server module" -msgstr "Create a new plug-in server module" - -#: ../../godmode/agentes/module_manager.php:84 -msgid "Create a new WMI server module" -msgstr "Create a new WMI server module" - -#: ../../godmode/agentes/module_manager.php:86 -msgid "Create a new prediction server module" -msgstr "Create a new prediction server module" - -#: ../../godmode/agentes/module_manager.php:120 -#: ../../operation/agentes/estado_monitores.php:472 -msgid "Show in hierachy mode" -msgstr "Show in hierarchy mode" - -#: ../../godmode/agentes/module_manager.php:148 -msgid "Get more modules in Pandora FMS Library" -msgstr "Get more modules on the Pandora FMS Library" - -#: ../../godmode/agentes/module_manager.php:175 -msgid "Nice try buddy" -msgstr "Nice try, buddy!" - -#: ../../godmode/agentes/module_manager.php:272 -#, php-format -msgid "There was a problem deleting %s modules, none deleted." -msgstr "There was a problem deleting %s modules, none deleted." - -#: ../../godmode/agentes/module_manager.php:277 -msgid "All Modules deleted succesfully" -msgstr "All Modules deleted succesfully" - -#: ../../godmode/agentes/module_manager.php:281 -#, php-format -msgid "There was a problem only deleted %s modules of %s total." -msgstr "There was a problem only deleted %s modules of %s total." - -#: ../../godmode/agentes/module_manager.php:523 -#: ../../include/ajax/module.php:345 -#: ../../operation/agentes/datos_agente.php:286 -msgid "No available data to show" -msgstr "No available data to show" - -#: ../../godmode/agentes/module_manager.php:551 -#: ../../godmode/alerts/alert_view.php:123 ../../include/ajax/module.php:735 -#: ../../operation/agentes/alerts_status.php:412 -#: ../../operation/agentes/alerts_status.php:459 -#: ../../operation/agentes/status_monitor.php:946 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:144 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../enterprise/include/functions_policies.php:3789 -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/meta/advanced/policymanager.sync.php:306 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:201 -msgid "Policy" -msgstr "Policy" - -#: ../../godmode/agentes/module_manager.php:551 -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/snmpconsole/snmp_alert.php:1148 -#: ../../include/ajax/module.php:735 -#: ../../operation/agentes/alerts_status.php:413 -#: ../../operation/agentes/alerts_status.php:459 -#: ../../operation/agentes/status_monitor.php:946 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../enterprise/operation/agentes/collection_view.php:62 -msgid "P." -msgstr "P." - -#: ../../godmode/agentes/module_manager.php:554 -#: ../../include/functions_events.php:898 -#: ../../mobile/operation/agents.php:322 -#: ../../operation/agentes/alerts_status.php:417 -#: ../../operation/agentes/alerts_status.php:462 -#: ../../operation/agentes/alerts_status.php:497 -#: ../../operation/agentes/alerts_status.php:532 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policy_agents.php:379 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../enterprise/operation/agentes/policy_view.php:198 -msgid "S." -msgstr "S." - -#: ../../godmode/agentes/module_manager.php:565 -#: ../../include/ajax/module.php:748 -#: ../../operation/agentes/status_monitor.php:980 -msgid "Warn" -msgstr "Warn" - -#: ../../godmode/agentes/module_manager.php:569 -#: ../../enterprise/godmode/policies/policy_agents.php:383 -msgid "D." -msgstr "D." - -#: ../../godmode/agentes/module_manager.php:679 -#: ../../godmode/agentes/module_manager.php:689 -#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846 -msgid "Adopted" -msgstr "Adopted" - -#: ../../godmode/agentes/module_manager.php:689 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/massive/massive_edit_modules.php:572 -#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850 -msgid "Unlinked" -msgstr "Not linked" - -#: ../../godmode/agentes/module_manager.php:716 -#: ../../enterprise/operation/agentes/policy_view.php:355 -msgid "Non initialized module" -msgstr "Non initialised module" - -#: ../../godmode/agentes/module_manager.php:733 -#: ../../godmode/agentes/module_manager_editor_common.php:398 -msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." -msgstr "" -"The policy modules for the data type will only update their intervals when a " -"policy is applied." - -#: ../../godmode/agentes/module_manager.php:749 -#: ../../enterprise/godmode/policies/policy_modules.php:1241 -#: ../../enterprise/godmode/policies/policy_modules.php:1242 -msgid "Enable module" -msgstr "Enable module" - -#: ../../godmode/agentes/module_manager.php:754 -#: ../../enterprise/godmode/policies/policy_modules.php:1247 -#: ../../enterprise/godmode/policies/policy_modules.php:1248 -msgid "Disable module" -msgstr "Disable module" - -#: ../../godmode/agentes/module_manager.php:761 -#: ../../godmode/alerts/alert_templates.php:338 -#: ../../godmode/modules/manage_network_components.php:613 -#: ../../godmode/snmpconsole/snmp_alert.php:1226 -#: ../../enterprise/godmode/modules/local_components.php:525 -#: ../../enterprise/godmode/policies/policy_modules.php:1255 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 -msgid "Duplicate" -msgstr "Duplicate" - -#: ../../godmode/agentes/module_manager.php:769 -msgid "Normalize" -msgstr "Normalize" - -#: ../../godmode/agentes/module_manager.php:775 -msgid "Normalize (Disabled)" -msgstr "Normalize (Disabled)" - -#: ../../godmode/agentes/module_manager.php:784 -#: ../../include/functions_snmp_browser.php:475 -msgid "Create network component" -msgstr "Create network component" - -#: ../../godmode/agentes/module_manager.php:789 -msgid "Create network component (Disabled)" -msgstr "Create network component (Disabled)" - -#: ../../godmode/agentes/module_manager_editor.php:390 -#: ../../enterprise/godmode/policies/policies.php:191 -#: ../../enterprise/godmode/policies/policy_agents.php:80 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_linking.php:32 -#: ../../enterprise/godmode/policies/policy_modules.php:486 -msgid "This policy is applying and cannot be modified" -msgstr "This policy is being applied and cannot be modified" - -#: ../../godmode/agentes/module_manager_editor.php:394 -#: ../../enterprise/include/functions_policies.php:3050 -msgid "Module will be linked in the next application" -msgstr "Module will be linked upon next use" - -#: ../../godmode/agentes/module_manager_editor.php:402 -#: ../../enterprise/include/functions_policies.php:3055 -msgid "Module will be unlinked in the next application" -msgstr "Module will be unlinked upon next use" - -#: ../../godmode/agentes/module_manager_editor.php:490 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" -msgstr "DEBUG: Invalid module type specified in %s:%s" - -#: ../../godmode/agentes/module_manager_editor.php:491 -msgid "" -"Most likely you have recently upgraded from an earlier version of Pandora " -"and either
                \n" -"\t\t\t\t1) forgot to use the database converter
                \n" -"\t\t\t\t2) used a bad version of the database converter (see Bugreport " -"#2124706 for the solution)
                \n" -"\t\t\t\t3) found a new bug - please report a way to duplicate this error" -msgstr "" -"Most likely you've recently upgraded from an earlier version of Pandora and " -"you either
                \n" -"\t\t\t\t1) forgot to use the database converter
                \n" -"\t\t\t\t2) used a bad version of the database converter (see Bugreport " -"#2124706 for the solution)
                \n" -"\t\t\t\t3) found a new bug - please report a way to duplicate this error" - -#: ../../godmode/agentes/module_manager_editor.php:517 -#: ../../godmode/agentes/module_manager_editor_common.php:667 -msgid "Custom macros" -msgstr "Custom macros" - -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "Module relations" -msgstr "Module relations" - -#: ../../godmode/agentes/module_manager_editor.php:565 -#: ../../enterprise/godmode/policies/policy_modules.php:1357 -msgid "No module name provided" -msgstr "No module name provided" - -#: ../../godmode/agentes/module_manager_editor.php:566 -#: ../../enterprise/godmode/policies/policy_modules.php:1358 -msgid "No target IP provided" -msgstr "No target IP provided" - -#: ../../godmode/agentes/module_manager_editor.php:567 -#: ../../enterprise/godmode/policies/policy_modules.php:1359 -msgid "No SNMP OID provided" -msgstr "No SNMP OID provided" - -#: ../../godmode/agentes/module_manager_editor.php:568 -msgid "No module to predict" -msgstr "No module to predict" - -#: ../../godmode/agentes/module_manager_editor.php:569 -msgid "No plug-in provided" -msgstr "No plug-in provided" - -#: ../../godmode/agentes/module_manager_editor.php:592 -msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." -msgstr "" -"Error: field name and name in the module_name string under data " -"configuration are different." - -#: ../../godmode/agentes/module_manager_editor_common.php:70 -msgid "Using module component" -msgstr "Using module component" - -#: ../../godmode/agentes/module_manager_editor_common.php:76 -#: ../../godmode/agentes/module_manager_editor_common.php:85 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 -msgid "Manual setup" -msgstr "Manual setup" - -#: ../../godmode/agentes/module_manager_editor_common.php:161 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 -msgid "Delete module" -msgstr "Delete module" - -#: ../../godmode/agentes/module_manager_editor_common.php:176 -#: ../../godmode/agentes/module_manager_editor_common.php:182 -#: ../../godmode/massive/massive_edit_modules.php:521 -#: ../../include/functions_graph.php:5310 -#: ../../include/functions_treeview.php:118 -#: ../../operation/agentes/status_monitor.php:312 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -msgid "Not assigned" -msgstr "Not assigned" - -#: ../../godmode/agentes/module_manager_editor_common.php:180 -msgid "Module parent" -msgstr "Module parent" - -#: ../../godmode/agentes/module_manager_editor_common.php:256 -msgid "Dynamic Threshold Interval" -msgstr "Dynamic Threshold Interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:258 -#: ../../godmode/modules/manage_network_components_form_common.php:109 -#: ../../enterprise/godmode/modules/configure_local_component.php:228 -msgid "Advanced options Dynamic Threshold" -msgstr "Advanced options Dynamic Threshold" - -#: ../../godmode/agentes/module_manager_editor_common.php:268 -msgid "Dynamic Threshold Min. " -msgstr "Dynamic Threshold Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:271 -msgid "Dynamic Threshold Max. " -msgstr "Dynamic Threshold Max. " - -#: ../../godmode/agentes/module_manager_editor_common.php:274 -msgid "Dynamic Threshold Two Tailed: " -msgstr "Dynamic Threshold Two Tailed: " - -#: ../../godmode/agentes/module_manager_editor_common.php:278 -#: ../../godmode/massive/massive_edit_modules.php:368 -#: ../../godmode/modules/manage_network_components_form_common.php:118 -#: ../../include/functions_alerts.php:573 -#: ../../include/functions_treeview.php:98 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -msgid "Warning status" -msgstr "Warning status" - -#: ../../godmode/agentes/module_manager_editor_common.php:280 -#: ../../godmode/agentes/module_manager_editor_common.php:301 -msgid "Min. " -msgstr "Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:283 -#: ../../godmode/agentes/module_manager_editor_common.php:304 -#: ../../godmode/alerts/configure_alert_template.php:625 -#: ../../godmode/massive/massive_edit_modules.php:381 -#: ../../godmode/massive/massive_edit_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:516 -#: ../../godmode/modules/manage_network_components_form_common.php:122 -#: ../../godmode/modules/manage_network_components_form_common.php:139 -#: ../../include/functions_alerts.php:569 -#: ../../include/functions_graph.php:4322 -#: ../../include/functions_reporting_html.php:3141 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../enterprise/godmode/modules/configure_local_component.php:241 -#: ../../enterprise/godmode/modules/configure_local_component.php:258 -msgid "Max." -msgstr "Max." - -#: ../../godmode/agentes/module_manager_editor_common.php:288 -#: ../../godmode/agentes/module_manager_editor_common.php:309 -#: ../../godmode/massive/massive_edit_modules.php:390 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/modules/manage_network_components_form_common.php:125 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../enterprise/godmode/modules/configure_local_component.php:244 -#: ../../enterprise/godmode/modules/configure_local_component.php:261 -msgid "Str." -msgstr "Str." - -#: ../../godmode/agentes/module_manager_editor_common.php:292 -#: ../../godmode/agentes/module_manager_editor_common.php:314 -#: ../../godmode/massive/massive_edit_modules.php:400 -#: ../../godmode/massive/massive_edit_modules.php:446 -#: ../../godmode/modules/manage_network_components_form_common.php:128 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -#: ../../enterprise/godmode/modules/configure_local_component.php:247 -#: ../../enterprise/godmode/modules/configure_local_component.php:264 -#: ../../enterprise/meta/include/functions_wizard_meta.php:844 -#: ../../enterprise/meta/include/functions_wizard_meta.php:853 -#: ../../enterprise/meta/include/functions_wizard_meta.php:930 -#: ../../enterprise/meta/include/functions_wizard_meta.php:939 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1131 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1140 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1428 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1544 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1553 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1569 -msgid "Inverse interval" -msgstr "Inverse interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:299 -#: ../../godmode/massive/massive_edit_modules.php:414 -#: ../../godmode/modules/manage_network_components_form_common.php:135 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_treeview.php:110 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -msgid "Critical status" -msgstr "Critical status" - -#: ../../godmode/agentes/module_manager_editor_common.php:318 -#: ../../godmode/massive/massive_edit_modules.php:543 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -#: ../../enterprise/godmode/modules/configure_local_component.php:267 -msgid "FF threshold" -msgstr "FF threshold" - -#: ../../godmode/agentes/module_manager_editor_common.php:321 -#: ../../godmode/massive/massive_edit_modules.php:545 -#: ../../godmode/massive/massive_edit_modules.php:546 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -#: ../../enterprise/godmode/modules/configure_local_component.php:269 -msgid "All state changing" -msgstr "Change all statuses" - -#: ../../godmode/agentes/module_manager_editor_common.php:324 -#: ../../godmode/massive/massive_edit_modules.php:545 -#: ../../godmode/massive/massive_edit_modules.php:547 -#: ../../godmode/modules/manage_network_components_form_common.php:153 -#: ../../enterprise/godmode/modules/configure_local_component.php:272 -msgid "Each state changing" -msgstr "Change each status" - -#: ../../godmode/agentes/module_manager_editor_common.php:325 -#: ../../godmode/massive/massive_edit_modules.php:548 -#: ../../godmode/modules/manage_network_components_form_common.php:154 -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -msgid "To normal" -msgstr "To 'normal'" - -#: ../../godmode/agentes/module_manager_editor_common.php:328 -#: ../../godmode/massive/massive_edit_modules.php:549 -#: ../../godmode/modules/manage_network_components_form_common.php:156 -#: ../../enterprise/godmode/modules/configure_local_component.php:275 -msgid "To warning" -msgstr "To 'warning'" - -#: ../../godmode/agentes/module_manager_editor_common.php:331 -#: ../../godmode/massive/massive_edit_modules.php:550 -#: ../../godmode/modules/manage_network_components_form_common.php:158 -#: ../../enterprise/godmode/modules/configure_local_component.php:277 -msgid "To critical" -msgstr "To 'critical'" - -#: ../../godmode/agentes/module_manager_editor_common.php:334 -#: ../../godmode/massive/massive_edit_modules.php:557 -#: ../../godmode/modules/manage_network_components_form_common.php:161 -#: ../../include/functions_reporting.php:2346 -#: ../../enterprise/godmode/modules/configure_local_component.php:281 -msgid "Historical data" -msgstr "Historical data" - -#: ../../godmode/agentes/module_manager_editor_common.php:366 -#: ../../godmode/massive/massive_edit_modules.php:538 -#: ../../godmode/modules/manage_network_components_form_common.php:168 -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1159 -#: ../../include/functions_netflow.php:1167 -#: ../../include/functions_netflow.php:1190 -#: ../../include/functions_netflow.php:1248 -#: ../../include/functions_netflow.php:1254 -#: ../../include/functions_netflow.php:1286 -#: ../../include/functions_reporting_html.php:2117 -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -#: ../../enterprise/include/functions_reporting_pdf.php:2368 -#: ../../enterprise/meta/include/functions_wizard_meta.php:786 -#: ../../enterprise/meta/include/functions_wizard_meta.php:904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1082 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1365 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1446 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1579 -msgid "Unit" -msgstr "Unit" - -#: ../../godmode/agentes/module_manager_editor_common.php:385 -#: ../../godmode/agentes/module_manager_editor_common.php:388 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 -#, php-format -msgid "Agent interval x %s" -msgstr "Agent interval x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:412 -#: ../../godmode/massive/massive_edit_modules.php:475 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/setup/snmp_wizard.php:42 -#: ../../enterprise/godmode/modules/configure_local_component.php:301 -msgid "Post process" -msgstr "Post process" - -#: ../../godmode/agentes/module_manager_editor_common.php:419 -#: ../../godmode/modules/manage_network_components_form_common.php:164 -#: ../../include/functions_reports.php:568 -#: ../../include/functions_graph.php:705 -#: ../../include/functions_graph.php:3934 -#: ../../include/functions_reporting.php:3705 -#: ../../enterprise/godmode/modules/configure_local_component.php:289 -#: ../../enterprise/include/functions_reporting_csv.php:723 -#: ../../enterprise/include/functions_reporting_csv.php:739 -#: ../../enterprise/include/functions_reporting_csv.php:746 -msgid "Min. Value" -msgstr "Min. Value" - -#: ../../godmode/agentes/module_manager_editor_common.php:422 -msgid "Any value below this number is discarted." -msgstr "Any value below this number is discarded" - -#: ../../godmode/agentes/module_manager_editor_common.php:423 -#: ../../godmode/modules/manage_network_components_form_common.php:166 -#: ../../include/functions_reports.php:566 -#: ../../include/functions_graph.php:703 -#: ../../include/functions_graph.php:3933 -#: ../../include/functions_reporting.php:3702 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -#: ../../enterprise/include/functions_reporting_csv.php:759 -#: ../../enterprise/include/functions_reporting_csv.php:775 -#: ../../enterprise/include/functions_reporting_csv.php:782 -msgid "Max. Value" -msgstr "Max. Value" - -#: ../../godmode/agentes/module_manager_editor_common.php:424 -msgid "Any value over this number is discarted." -msgstr "Any value larger than this number is discarded" - -#: ../../godmode/agentes/module_manager_editor_common.php:427 -#: ../../godmode/massive/massive_edit_modules.php:532 -msgid "Export target" -msgstr "Export target" - -#: ../../godmode/agentes/module_manager_editor_common.php:433 -msgid "Not needed" -msgstr "Not needed" - -#: ../../godmode/agentes/module_manager_editor_common.php:437 -msgid "" -"In case you use an Export server you can link this module and export data to " -"one these." -msgstr "" -"In case you're using an Export server you can link this module and export " -"data to one of these." - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -#: ../../godmode/massive/massive_edit_modules.php:581 -#: ../../godmode/modules/manage_network_components_form_common.php:171 -msgid "Discard unknown events" -msgstr "Discard unknown events" - -#: ../../godmode/agentes/module_manager_editor_common.php:456 -#: ../../godmode/massive/massive_edit_modules.php:552 -msgid "FF interval" -msgstr "FF interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:459 -#: ../../godmode/massive/massive_edit_modules.php:553 -msgid "Module execution flip flop time interval (in secs)." -msgstr "Module execution flip flop time interval (in secs)." - -#: ../../godmode/agentes/module_manager_editor_common.php:462 -#: ../../godmode/massive/massive_edit_modules.php:554 -#: ../../enterprise/godmode/modules/configure_local_component.php:284 -msgid "FF timeout" -msgstr "FlipFlop timeout" - -#: ../../godmode/agentes/module_manager_editor_common.php:468 -#: ../../godmode/massive/massive_edit_modules.php:555 -#: ../../enterprise/godmode/modules/configure_local_component.php:286 -msgid "" -"Timeout in secs from start of flip flop counting. If this value is exceeded, " -"FF counter is reset. Set to 0 for no timeout." -msgstr "" -"Timeout in seconds to the start of flip flop counting. If this value is " -"exceeded, the FF counter is reset. Please set it to '0' for no timeout." - -#: ../../godmode/agentes/module_manager_editor_common.php:471 -#: ../../enterprise/godmode/modules/configure_local_component.php:287 -msgid "This value can be set only in the async modules." -msgstr "This value can only be set in conjunction with asynchronous modules." - -#: ../../godmode/agentes/module_manager_editor_common.php:478 -#: ../../godmode/modules/manage_network_components_form_common.php:212 -#: ../../enterprise/godmode/modules/configure_local_component.php:387 -msgid "Tags available" -msgstr "Tags available" - -#: ../../godmode/agentes/module_manager_editor_common.php:540 -#: ../../godmode/modules/manage_network_components_form_common.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:394 -msgid "Add tags to module" -msgstr "Add tags to module" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -#: ../../godmode/modules/manage_network_components_form_common.php:220 -#: ../../enterprise/godmode/modules/configure_local_component.php:396 -msgid "Delete tags to module" -msgstr "Delete tags from module" - -#: ../../godmode/agentes/module_manager_editor_common.php:543 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:398 -msgid "Tags selected" -msgstr "Tags selected" - -#: ../../godmode/agentes/module_manager_editor_common.php:554 -msgid "Tags from policy" -msgstr "Tags from policy" - -#: ../../godmode/agentes/module_manager_editor_common.php:567 -msgid "The module still stores data but the alerts and events will be stop" -msgstr "Module will still store data but alerts and events will be stopped." - -#: ../../godmode/agentes/module_manager_editor_common.php:572 -#: ../../godmode/massive/massive_edit_modules.php:589 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../enterprise/godmode/modules/configure_local_component.php:344 -msgid "Critical instructions" -msgstr "Critical instructions" - -#: ../../godmode/agentes/module_manager_editor_common.php:573 -#: ../../godmode/massive/massive_edit_modules.php:589 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../enterprise/godmode/modules/configure_local_component.php:345 -msgid "Instructions when the status is critical" -msgstr "Instructions when status is critical" - -#: ../../godmode/agentes/module_manager_editor_common.php:578 -#: ../../godmode/massive/massive_edit_modules.php:593 -#: ../../godmode/modules/manage_network_components_form_common.php:179 -#: ../../enterprise/godmode/modules/configure_local_component.php:350 -msgid "Warning instructions" -msgstr "Warning instructions" - -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:593 -#: ../../godmode/modules/manage_network_components_form_common.php:179 -#: ../../enterprise/godmode/modules/configure_local_component.php:351 -msgid "Instructions when the status is warning" -msgstr "Instructions when warning status is active" - -#: ../../godmode/agentes/module_manager_editor_common.php:583 -#: ../../godmode/massive/massive_edit_modules.php:597 -#: ../../godmode/modules/manage_network_components_form_common.php:183 -#: ../../enterprise/godmode/modules/configure_local_component.php:356 -msgid "Unknown instructions" -msgstr "Unknown instructions" - -#: ../../godmode/agentes/module_manager_editor_common.php:583 -#: ../../godmode/massive/massive_edit_modules.php:597 -#: ../../godmode/modules/manage_network_components_form_common.php:183 -#: ../../enterprise/godmode/modules/configure_local_component.php:357 -msgid "Instructions when the status is unknown" -msgstr "Instructions when status is unknown" - -#: ../../godmode/agentes/module_manager_editor_common.php:590 -#: ../../godmode/agentes/module_manager_editor_common.php:600 -#: ../../godmode/agentes/module_manager_editor_common.php:611 -msgid "Cron from" -msgstr "Cron from" - -#: ../../godmode/agentes/module_manager_editor_common.php:591 -#: ../../godmode/agentes/module_manager_editor_common.php:601 -#: ../../godmode/agentes/module_manager_editor_common.php:612 -msgid "" -"If cron is set the module interval is ignored and the module runs on the " -"specified date and time" -msgstr "" -"If cron is set, the module's interval is ignored and the module runs on the " -"specified date and time" - -#: ../../godmode/agentes/module_manager_editor_common.php:595 -#: ../../godmode/agentes/module_manager_editor_common.php:605 -#: ../../godmode/agentes/module_manager_editor_common.php:616 -msgid "Cron to" -msgstr "Cron to" - -#: ../../godmode/agentes/module_manager_editor_common.php:621 -#: ../../godmode/massive/massive_edit_modules.php:606 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:68 -msgid "Timeout" -msgstr "Timeout" - -#: ../../godmode/agentes/module_manager_editor_common.php:622 -#: ../../godmode/massive/massive_edit_modules.php:610 -msgid "Seconds that agent will wait for the execution of the module." -msgstr "Seconds that the agent will wait for the module to run." - -#: ../../godmode/agentes/module_manager_editor_common.php:624 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:65 -msgid "Retries" -msgstr "Retries" - -#: ../../godmode/agentes/module_manager_editor_common.php:625 -msgid "Number of retries that the module will attempt to run." -msgstr "Number of module launch retry attempts" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:565 -#: ../../godmode/modules/manage_network_components_form_common.php:190 -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -msgid "Category" -msgstr "Category" - -#: ../../godmode/agentes/module_manager_editor_common.php:657 -#: ../../godmode/alerts/configure_alert_template.php:602 -#: ../../godmode/massive/massive_edit_modules.php:513 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 -#: ../../godmode/reporting/visual_console_builder.wizard.php:237 -#: ../../godmode/setup/setup_visuals.php:703 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../include/functions_graph.php:5454 -#: ../../include/functions_reporting_html.php:732 -#: ../../include/functions_reporting_html.php:1488 -#: ../../include/functions_reporting_html.php:2594 -#: ../../include/functions_reporting_html.php:3107 #: ../../include/functions_snmp_browser.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1611 -#: ../../enterprise/include/functions_reporting_csv.php:523 -#: ../../enterprise/include/functions_reporting_csv.php:558 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/include/functions_reporting_csv.php:631 -#: ../../enterprise/include/functions_reporting_csv.php:699 -#: ../../enterprise/include/functions_reporting_csv.php:735 -#: ../../enterprise/include/functions_reporting_csv.php:771 -#: ../../enterprise/include/functions_reporting_csv.php:807 -#: ../../enterprise/include/functions_reporting_pdf.php:776 -#: ../../enterprise/include/functions_reporting_pdf.php:837 -#: ../../enterprise/include/functions_reporting_pdf.php:929 -#: ../../enterprise/operation/services/services.list.php:341 -#: ../../enterprise/operation/services/services.service.php:137 +#: ../../include/functions_graph.php:5452 +#: ../../include/functions_reporting_html.php:732 +#: ../../include/functions_reporting_html.php:1482 +#: ../../include/functions_reporting_html.php:2584 +#: ../../include/functions_reporting_html.php:3097 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/alerts/configure_alert_template.php:602 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/massive/massive_edit_modules.php:513 +#: ../../godmode/reporting/visual_console_builder.wizard.php:237 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1312 +#: ../../godmode/agentes/module_manager_editor_common.php:657 msgid "Value" msgstr "Value" -#: ../../godmode/agentes/module_manager_editor_common.php:701 -msgid "Add relationship" -msgstr "Add relation" +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "Syntax" -#: ../../godmode/agentes/module_manager_editor_common.php:719 -msgid "Changes" -msgstr "Changes" +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "Display hint" -#: ../../godmode/agentes/module_manager_editor_common.php:719 -msgid "Activate this to prevent the relation from being updated or deleted" -msgstr "Activate this to prevent the relation from being updated or deleted" +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "Max. access" -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/modules/manage_network_components_form_common.php:379 -#: ../../enterprise/godmode/modules/configure_local_component.php:740 -msgid "Normal Status" -msgstr "Normal Status" +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "OID Information" -#: ../../godmode/agentes/module_manager_editor_common.php:1249 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -#: ../../enterprise/godmode/modules/configure_local_component.php:741 -msgid "Warning Status" -msgstr "Warning Status" +#: ../../include/functions_snmp_browser.php:475 +#: ../../godmode/agentes/module_manager.php:784 +msgid "Create network component" +msgstr "Create network component" -#: ../../godmode/agentes/module_manager_editor_common.php:1250 -#: ../../godmode/modules/manage_network_components_form_common.php:381 -#: ../../enterprise/godmode/modules/configure_local_component.php:742 -msgid "Critical Status" -msgstr "Critical Status" +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "Starting OID" -#: ../../godmode/agentes/module_manager_editor_common.php:1471 -#: ../../godmode/modules/manage_network_components_form_common.php:602 -#: ../../enterprise/godmode/modules/configure_local_component.php:963 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "Please introduce a maximum warning higher than the minimum warning" +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "Browse" -#: ../../godmode/agentes/module_manager_editor_common.php:1472 -#: ../../godmode/modules/manage_network_components_form_common.php:603 -#: ../../enterprise/godmode/modules/configure_local_component.php:964 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "Please introduce a maximum critical higher than the minimum critical" - -#: ../../godmode/agentes/module_manager_editor_data.php:17 -#: ../../operation/agentes/status_monitor.php:380 -msgid "Data server module" -msgstr "Data server module" - -#: ../../godmode/agentes/module_manager_editor_network.php:27 -#: ../../include/functions_snmp_browser.php:603 -msgid "Search matches" -msgstr "Search matches" - -#: ../../godmode/agentes/module_manager_editor_network.php:64 -#: ../../operation/agentes/status_monitor.php:382 -msgid "Network server module" -msgstr "Network server module" - -#: ../../godmode/agentes/module_manager_editor_network.php:85 -#: ../../godmode/massive/massive_edit_modules.php:484 -#: ../../include/ajax/events.php:481 -#: ../../enterprise/godmode/services/services.service.php:258 -#: ../../enterprise/meta/include/functions_wizard_meta.php:390 -#: ../../enterprise/operation/services/services.list.php:190 -#: ../../enterprise/operation/services/services.table_services.php:159 -msgid "Auto" -msgstr "Auto" - -#: ../../godmode/agentes/module_manager_editor_network.php:86 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../enterprise/meta/include/functions_wizard_meta.php:391 -msgid "Force primary key" -msgstr "Force primary key" - -#: ../../godmode/agentes/module_manager_editor_network.php:87 -#: ../../godmode/massive/massive_edit_modules.php:486 -#: ../../include/functions_html.php:647 ../../include/functions_html.php:648 -#: ../../include/functions_html.php:771 ../../include/functions_html.php:772 -#: ../../enterprise/extensions/cron/functions.php:227 -#: ../../enterprise/godmode/setup/setup_acl.php:146 -#: ../../enterprise/godmode/setup/setup_acl.php:390 -#: ../../enterprise/include/functions_backup.php:483 -#: ../../enterprise/include/functions_backup.php:484 -#: ../../enterprise/meta/include/functions_wizard_meta.php:392 -msgid "Custom" -msgstr "Custom" - -#: ../../godmode/agentes/module_manager_editor_network.php:152 -msgid "SNMP OID" -msgstr "SNMP OID" - -#: ../../godmode/agentes/module_manager_editor_network.php:171 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" -msgstr "TCP send" - -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" -msgstr "TCP receive" +#: ../../include/functions_snmp_browser.php:530 +#: ../../godmode/massive/massive_edit_modules.php:497 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369 +#: ../../godmode/agentes/module_manager_editor_network.php:216 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 +msgid "Auth user" +msgstr "Authenticate user" +#: ../../include/functions_snmp_browser.php:532 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 #: ../../godmode/agentes/module_manager_editor_network.php:219 -#: ../../godmode/agentes/module_manager_editor_network.php:229 -#: ../../godmode/massive/massive_edit_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:505 -msgid "The pass length must be eight character minimum." -msgstr "The pass length must be eight character minimum." +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 +msgid "Auth password" +msgstr "Authenticate password" -#: ../../godmode/agentes/module_manager_editor_network.php:229 +#: ../../include/functions_snmp_browser.php:536 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/module_manager_editor_network.php:227 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 +msgid "Privacy method" +msgstr "Privacy method" + +#: ../../include/functions_snmp_browser.php:537 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../godmode/agentes/module_manager_editor_network.php:228 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 +msgid "DES" +msgstr "DES" + +#: ../../include/functions_snmp_browser.php:537 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../godmode/agentes/module_manager_editor_network.php:228 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 +msgid "AES" +msgstr "AES" + +#: ../../include/functions_snmp_browser.php:538 #: ../../godmode/massive/massive_edit_modules.php:505 #: ../../godmode/modules/manage_network_components_form_network.php:67 -#: ../../include/functions_snmp_browser.php:538 +#: ../../godmode/agentes/module_manager_editor_network.php:229 msgid "Privacy pass" msgstr "Privacy pass" -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -#: ../../operation/agentes/status_monitor.php:384 -msgid "Plugin server module" -msgstr "Plug-in server module" +#: ../../include/functions_snmp_browser.php:541 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380 +#: ../../godmode/agentes/module_manager_editor_network.php:237 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742 +msgid "Auth method" +msgstr "Authentication method" -#: ../../godmode/agentes/module_manager_editor_prediction.php:88 -#: ../../operation/agentes/status_monitor.php:388 -msgid "Prediction server module" -msgstr "Prediction server module" +#: ../../include/functions_snmp_browser.php:542 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:238 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 +msgid "MD5" +msgstr "MD5" -#: ../../godmode/agentes/module_manager_editor_prediction.php:91 -msgid "Source module" -msgstr "Source module" +#: ../../include/functions_snmp_browser.php:542 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:238 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 +msgid "SHA" +msgstr "SHA" -#: ../../godmode/agentes/module_manager_editor_prediction.php:119 -#: ../../godmode/agentes/module_manager_editor_prediction.php:144 -msgid "Select Module" -msgstr "Select Module" +#: ../../include/functions_snmp_browser.php:543 +#: ../../godmode/massive/massive_edit_modules.php:509 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382 +#: ../../godmode/agentes/module_manager_editor_network.php:239 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744 +msgid "Security level" +msgstr "Security level" -#: ../../godmode/agentes/module_manager_editor_prediction.php:150 -#: ../../godmode/reporting/graph_builder.main.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:748 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/visual_console_builder.wizard.php:185 -#: ../../include/functions_visual_map_editor.php:438 -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:70 -#: ../../enterprise/dashboard/widgets/single_graph.php:72 -#: ../../enterprise/dashboard/widgets/sla_percent.php:67 -#: ../../enterprise/dashboard/widgets/top_n.php:59 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273 -#: ../../enterprise/include/functions_reporting_csv.php:257 -#: ../../enterprise/include/functions_reporting_csv.php:260 -#: ../../enterprise/include/functions_reporting_csv.php:376 -#: ../../enterprise/include/functions_reporting_csv.php:403 -#: ../../enterprise/include/functions_reporting_csv.php:429 -#: ../../enterprise/include/functions_reporting_csv.php:495 -#: ../../enterprise/include/functions_reporting_csv.php:523 -#: ../../enterprise/include/functions_reporting_csv.php:558 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/include/functions_reporting_csv.php:631 -#: ../../enterprise/include/functions_reporting_csv.php:699 -#: ../../enterprise/include/functions_reporting_csv.php:735 -#: ../../enterprise/include/functions_reporting_csv.php:771 -#: ../../enterprise/include/functions_reporting_csv.php:807 -#: ../../enterprise/include/functions_reporting_csv.php:843 -#: ../../enterprise/include/functions_reporting_csv.php:920 -msgid "Period" -msgstr "Periodicity" +#: ../../include/functions_snmp_browser.php:544 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383 +#: ../../godmode/agentes/module_manager_editor_network.php:240 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745 +msgid "Not auth and not privacy method" +msgstr "Non-authenticated and non-private method" -#: ../../godmode/agentes/module_manager_editor_prediction.php:152 -#: ../../godmode/agentes/planned_downtime.editor.php:533 -#: ../../enterprise/extensions/cron/functions.php:195 -#: ../../enterprise/extensions/vmware/functions.php:27 -msgid "Weekly" -msgstr "Weekly" +#: ../../include/functions_snmp_browser.php:545 +#: ../../godmode/massive/massive_edit_modules.php:511 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 +#: ../../godmode/agentes/module_manager_editor_network.php:241 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 +msgid "Auth and not privacy method" +msgstr "Authenticated and non-private method" -#: ../../godmode/agentes/module_manager_editor_prediction.php:153 -#: ../../godmode/agentes/planned_downtime.editor.php:534 -#: ../../enterprise/extensions/cron/functions.php:196 -#: ../../enterprise/extensions/vmware/functions.php:28 -msgid "Monthly" -msgstr "Monthly" +#: ../../include/functions_snmp_browser.php:545 +#: ../../godmode/massive/massive_edit_modules.php:511 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 +#: ../../godmode/agentes/module_manager_editor_network.php:241 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 +msgid "Auth and privacy method" +msgstr "Authenticated and private method" -#: ../../godmode/agentes/module_manager_editor_prediction.php:154 -#: ../../enterprise/extensions/cron/functions.php:194 -#: ../../enterprise/extensions/vmware/functions.php:26 -msgid "Daily" -msgstr "Daily" +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "First match" -#: ../../godmode/agentes/module_manager_editor_wmi.php:32 -#: ../../operation/agentes/status_monitor.php:386 -msgid "WMI server module" -msgstr "WMI server module" +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "Previous match" -#: ../../godmode/agentes/module_manager_editor_wmi.php:64 -#: ../../godmode/modules/manage_network_components_form_wmi.php:32 -msgid "WMI query" -msgstr "WMI query" +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "Next match" -#: ../../godmode/agentes/module_manager_editor_wmi.php:73 -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -msgid "Key string" -msgstr "Key string" +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "Last match" -#: ../../godmode/agentes/module_manager_editor_wmi.php:77 -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -msgid "Field number" -msgstr "Field number" +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "Expand the tree (can be slow)" -#: ../../godmode/agentes/planned_downtime.editor.php:38 -#: ../../godmode/alerts/alert_list.php:326 -#: ../../godmode/category/category.php:58 ../../include/functions_html.php:660 -#: ../../include/functions_html.php:661 ../../include/functions_html.php:786 -#: ../../include/functions_html.php:787 ../../operation/events/events.php:405 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../operation/snmpconsole/snmp_view.php:74 -#: ../../enterprise/include/functions_backup.php:496 -#: ../../enterprise/include/functions_backup.php:497 -msgid "List" -msgstr "list" +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "Collapse the tree" -#: ../../godmode/agentes/planned_downtime.editor.php:115 -#: ../../godmode/agentes/planned_downtime.editor.php:187 -#: ../../godmode/agentes/planned_downtime.editor.php:942 -msgid "This elements cannot be modified while the downtime is being executed" -msgstr "These items cannot be modified while downtime is taking place" +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "SNMP v3 settings" -#: ../../godmode/agentes/planned_downtime.editor.php:212 -#: ../../include/functions_planned_downtimes.php:42 -#: ../../include/functions_planned_downtimes.php:678 +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "Search options" + +#: ../../include/functions_snmp_browser.php:603 +#: ../../godmode/agentes/module_manager_editor_network.php:27 +msgid "Search matches" +msgstr "Search matches" + +#: ../../include/help/clippy/homepage.php:59 +msgid "Hi, can I help you?" +msgstr "Hi! How can I help you?" + +#: ../../include/help/clippy/homepage.php:60 msgid "" -"Not created. Error inserting data. Start time must be higher than the " -"current time" +"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " +"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " +"close me and never see me again." msgstr "" -"Couldn't be created: error during data insertion. Start time must be higher " -"than the current time." +"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " +"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " +"close me and never see me again." -#: ../../godmode/agentes/planned_downtime.editor.php:215 -#: ../../godmode/agentes/planned_downtime.editor.php:218 -#: ../../godmode/agentes/planned_downtime.editor.php:223 -#: ../../godmode/agentes/planned_downtime.editor.php:226 -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:682 -#: ../../include/functions_planned_downtimes.php:687 -#: ../../include/functions_planned_downtimes.php:695 -#: ../../include/functions_planned_downtimes.php:702 -msgid "Not created. Error inserting data" -msgstr "Not created. Error inserting data" +#: ../../include/help/clippy/homepage.php:67 +msgid "Close this wizard and don't open it again." +msgstr "Close this wizard and don't open it again." -#: ../../godmode/agentes/planned_downtime.editor.php:215 -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:683 -msgid "The end date must be higher than the start date" -msgstr "The end date cannot be earlier than the start date" +#: ../../include/help/clippy/homepage.php:81 +msgid "Which task would you like to do first?" +msgstr "Which task would you like to tackle first?" -#: ../../godmode/agentes/planned_downtime.editor.php:218 -#: ../../include/functions_planned_downtimes.php:688 -msgid "The end date must be higher than the current time" -msgstr "End date must be after current time" +#: ../../include/help/clippy/homepage.php:85 +msgid "Ping to a Linux or Windows server with a Pandora FMS agent" +msgstr "Ping a Linux or Windows server using a Pandora FMS agent." -#: ../../godmode/agentes/planned_downtime.editor.php:223 -#: ../../godmode/agentes/planned_downtime.editor.php:592 -#: ../../godmode/agentes/planned_downtime.editor.php:600 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:696 -msgid "The end time must be higher than the start time" -msgstr "End time must be after start time" +#: ../../include/help/clippy/homepage.php:90 +msgid "Create a alert by email in a critical module." +msgstr "Create an email alert for a module in critical status" -#: ../../godmode/agentes/planned_downtime.editor.php:226 -#: ../../godmode/agentes/planned_downtime.editor.php:581 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:703 -msgid "The end day must be higher than the start day" -msgstr "The end date cannot be earlier than the start date" - -#: ../../godmode/agentes/planned_downtime.editor.php:275 -#: ../../include/functions_planned_downtimes.php:94 -#: ../../include/functions_planned_downtimes.php:717 -msgid "Each planned downtime must have a different name" -msgstr "Each planned downtime must have a different name" - -#: ../../godmode/agentes/planned_downtime.editor.php:280 -#: ../../godmode/agentes/planned_downtime.editor.php:307 -#: ../../include/functions_planned_downtimes.php:100 -#: ../../include/functions_planned_downtimes.php:722 -msgid "Planned downtime must have a name" -msgstr "Planned downtime must have a name" - -#: ../../godmode/agentes/planned_downtime.editor.php:318 -msgid "Cannot be modified while the downtime is being executed" -msgstr "Cannot be modified while downtime is taking place" - -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/alerts/alert_list.php:196 -#: ../../godmode/alerts/alert_special_days.php:207 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/configure_alert_template.php:445 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../godmode/modules/manage_network_components.php:346 -#: ../../godmode/setup/gis.php:41 -#: ../../include/functions_planned_downtimes.php:122 -#: ../../operation/agentes/pandora_networkmap.php:247 -#: ../../operation/incidents/incident.php:111 -#: ../../operation/snmpconsole/snmp_view.php:115 -#: ../../enterprise/extensions/ipam/ipam_action.php:128 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:99 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/modules/local_components.php:309 -#: ../../enterprise/godmode/policies/policies.php:159 -#: ../../enterprise/godmode/policies/policy_modules.php:1039 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:130 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:121 -#: ../../enterprise/operation/agentes/transactional_map.php:112 -msgid "Could not be updated" -msgstr "Could not be updated" - -#: ../../godmode/agentes/planned_downtime.editor.php:485 -msgid "Quiet: Modules will not generate events or fire alerts." -msgstr "Quiet: Modules will not generate events or fire alerts." - -#: ../../godmode/agentes/planned_downtime.editor.php:486 -msgid "Disable Agents: Disables the selected agents." -msgstr "Disable Agents: Disables the selected agents." - -#: ../../godmode/agentes/planned_downtime.editor.php:487 -msgid "Disable Alerts: Disable alerts for the selected agents." -msgstr "Disable Alerts: disables alerts for the selected agents." - -#: ../../godmode/agentes/planned_downtime.editor.php:489 -#: ../../godmode/agentes/planned_downtime.list.php:428 -msgid "Disabled Agents" -msgstr "Disable Agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:490 -#: ../../godmode/agentes/planned_downtime.list.php:429 -msgid "Disabled only Alerts" -msgstr "Disable only Alerts" - -#: ../../godmode/agentes/planned_downtime.editor.php:493 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../include/functions_reporting_html.php:3821 -#: ../../enterprise/include/functions_reporting.php:4560 -#: ../../enterprise/include/functions_reporting_pdf.php:2422 -msgid "Execution" -msgstr "Execution" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -#: ../../godmode/agentes/planned_downtime.list.php:153 -msgid "Once" -msgstr "Once" - -#: ../../godmode/agentes/planned_downtime.editor.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:153 -#: ../../godmode/agentes/planned_downtime.list.php:434 -msgid "Periodically" -msgstr "Periodically" - -#: ../../godmode/agentes/planned_downtime.editor.php:500 -msgid "Configure the time" -msgstr "Set time" - -#: ../../godmode/agentes/planned_downtime.editor.php:506 -#: ../../include/functions_reporting_html.php:63 -#: ../../include/functions_reporting_html.php:3394 -msgid "From:" -msgstr "From:" - -#: ../../godmode/agentes/planned_downtime.editor.php:510 -#: ../../godmode/agentes/planned_downtime.editor.php:521 -#: ../../operation/netflow/nf_live_view.php:240 -#: ../../enterprise/extensions/cron/main.php:331 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../enterprise/operation/log/log_viewer.php:226 -msgid "Date format in Pandora is year/month/day" -msgstr "Date format for Pandora FMS is YY/MM/DD" - -#: ../../godmode/agentes/planned_downtime.editor.php:512 -#: ../../godmode/agentes/planned_downtime.editor.php:523 -#: ../../godmode/agentes/planned_downtime.editor.php:591 -#: ../../godmode/agentes/planned_downtime.editor.php:599 -#: ../../godmode/alerts/configure_alert_template.php:540 -#: ../../godmode/alerts/configure_alert_template.php:544 -#: ../../godmode/reporting/reporting_builder.item_editor.php:848 -#: ../../godmode/reporting/reporting_builder.item_editor.php:857 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../enterprise/extensions/cron/main.php:333 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../enterprise/operation/log/log_viewer.php:228 -msgid "Time format in Pandora is hours(24h):minutes:seconds" -msgstr "Watch format in Pandora FMS is hours (24h):minutes:seconds" - -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:3395 -msgid "To:" -msgstr "To:" - -#: ../../godmode/agentes/planned_downtime.editor.php:531 -msgid "Type Periodicity:" -msgstr "Periodicity type:" - -#: ../../godmode/agentes/planned_downtime.editor.php:544 -#: ../../godmode/alerts/alert_special_days.php:327 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/alerts/configure_alert_template.php:521 -#: ../../include/functions.php:913 ../../include/functions_reporting.php:10006 -#: ../../enterprise/godmode/alerts/alert_events.php:431 -#: ../../enterprise/include/functions_reporting.php:4596 -msgid "Mon" -msgstr "Mon" - -#: ../../godmode/agentes/planned_downtime.editor.php:547 -#: ../../godmode/alerts/alert_special_days.php:328 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/alerts/configure_alert_template.php:523 -#: ../../include/functions.php:915 ../../include/functions_reporting.php:10010 -#: ../../enterprise/godmode/alerts/alert_events.php:433 -#: ../../enterprise/include/functions_reporting.php:4600 -msgid "Tue" -msgstr "Tue" - -#: ../../godmode/agentes/planned_downtime.editor.php:550 -#: ../../godmode/alerts/alert_special_days.php:329 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/alerts/configure_alert_template.php:525 -#: ../../include/functions.php:917 ../../include/functions_reporting.php:10014 -#: ../../enterprise/godmode/alerts/alert_events.php:435 -#: ../../enterprise/include/functions_reporting.php:4604 -msgid "Wed" -msgstr "Wed" - -#: ../../godmode/agentes/planned_downtime.editor.php:553 -#: ../../godmode/alerts/alert_special_days.php:330 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/alerts/configure_alert_template.php:527 -#: ../../include/functions.php:919 ../../include/functions_reporting.php:10018 -#: ../../enterprise/godmode/alerts/alert_events.php:437 -#: ../../enterprise/include/functions_reporting.php:4608 -msgid "Thu" -msgstr "Thu" - -#: ../../godmode/agentes/planned_downtime.editor.php:556 -#: ../../godmode/alerts/alert_special_days.php:331 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/alerts/configure_alert_template.php:529 -#: ../../include/functions.php:921 ../../include/functions_reporting.php:10022 -#: ../../enterprise/godmode/alerts/alert_events.php:439 -#: ../../enterprise/include/functions_reporting.php:4612 -msgid "Fri" -msgstr "Fri" - -#: ../../godmode/agentes/planned_downtime.editor.php:559 -#: ../../godmode/alerts/alert_special_days.php:332 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/alerts/configure_alert_template.php:531 -#: ../../include/functions.php:923 ../../include/functions_reporting.php:10026 -#: ../../enterprise/godmode/alerts/alert_events.php:441 -#: ../../enterprise/include/functions_reporting.php:4616 -msgid "Sat" -msgstr "Sat" - -#: ../../godmode/agentes/planned_downtime.editor.php:562 -#: ../../godmode/alerts/alert_special_days.php:326 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/alerts/configure_alert_template.php:533 -#: ../../include/functions.php:925 ../../include/functions_reporting.php:10030 -#: ../../enterprise/godmode/alerts/alert_events.php:443 -#: ../../enterprise/include/functions_reporting.php:4620 -msgid "Sun" -msgstr "Sun" - -#: ../../godmode/agentes/planned_downtime.editor.php:569 -msgid "From day:" -msgstr "set start date" - -#: ../../godmode/agentes/planned_downtime.editor.php:575 -msgid "To day:" -msgstr "Set end date" - -#: ../../godmode/agentes/planned_downtime.editor.php:586 -msgid "From hour:" -msgstr "Set start time" - -#: ../../godmode/agentes/planned_downtime.editor.php:594 -msgid "To hour:" -msgstr "Set end time" - -#: ../../godmode/agentes/planned_downtime.editor.php:637 -msgid "Available agents" -msgstr "Available agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:714 -msgid "Available modules:" -msgstr "Available modules:" - -#: ../../godmode/agentes/planned_downtime.editor.php:715 -msgid "Only for type Quiet for downtimes." -msgstr "Only for quiet type downtimes" - -#: ../../godmode/agentes/planned_downtime.editor.php:729 -msgid "Agents planned for this downtime" -msgstr "Selected agents for this downtime" - -#: ../../godmode/agentes/planned_downtime.editor.php:744 -msgid "There are no agents" -msgstr "There are no agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:756 -#: ../../godmode/users/user_list.php:272 ../../include/ajax/module.php:751 -#: ../../include/functions_events.php:2038 -#: ../../include/functions_treeview.php:602 -#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:85 -#: ../../mobile/operation/agents.php:337 ../../mobile/operation/agents.php:339 -#: ../../mobile/operation/agents.php:341 ../../mobile/operation/agents.php:342 -#: ../../operation/agentes/estado_agente.php:531 -#: ../../operation/agentes/estado_generalagente.php:205 -#: ../../operation/agentes/ver_agente.php:696 -#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 -#: ../../operation/search_agents.php:66 ../../operation/search_users.php:47 -#: ../../enterprise/meta/agentsearch.php:100 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../enterprise/operation/agentes/policy_view.php:309 -#: ../../enterprise/operation/agentes/ver_agente.php:75 -msgid "Last contact" -msgstr "Last contact" - -#: ../../godmode/agentes/planned_downtime.editor.php:780 -msgid "All alerts" -msgstr "All alerts" - -#: ../../godmode/agentes/planned_downtime.editor.php:783 -msgid "Entire agent" -msgstr "Entire agent" - -#: ../../godmode/agentes/planned_downtime.editor.php:787 -#: ../../godmode/agentes/planned_downtime.editor.php:892 -msgid "All modules" -msgstr "All modules" - -#: ../../godmode/agentes/planned_downtime.editor.php:790 -#: ../../godmode/agentes/planned_downtime.editor.php:884 -#: ../../godmode/agentes/planned_downtime.editor.php:888 -msgid "Some modules" -msgstr "Some modules" - -#: ../../godmode/agentes/planned_downtime.editor.php:856 -msgid "Add Module:" -msgstr "Add Module:" - -#: ../../godmode/agentes/planned_downtime.editor.php:1072 -msgid "Please select a module." -msgstr "Please select a module." - -#: ../../godmode/agentes/planned_downtime.editor.php:1204 +#: ../../include/help/clippy/homepage.php:209 msgid "" -"WARNING: If you edit this planned downtime, the data of future SLA reports " -"may be altered" +"The first thing you have to do is to setup the config email in the Pandora " +"FMS Server." msgstr "" -"WARNING: if you edit this planned downtime, it may alter the data on future " -"SLA reports." +"The first thing you have to do is to setup the e-mail config on the Pandora " +"FMS Server." -#: ../../godmode/agentes/planned_downtime.export_csv.php:199 -#: ../../godmode/agentes/planned_downtime.list.php:358 -msgid "No planned downtime" -msgstr "No planned downtime" +#: ../../include/help/clippy/homepage.php:213 +msgid "If you have it already configured you can go to the next step." +msgstr "If you've already configured it, you can go to the next step." -#: ../../godmode/agentes/planned_downtime.list.php:46 -msgid "An error occurred while migrating the malformed planned downtimes" -msgstr "An error occurred while migrating faulty planned downtimes" +#: ../../include/help/clippy/homepage.php:218 +msgid "Now, pull down the Manage alerts menu and click on Actions. " +msgstr "Now, pull down the 'Manage Alerts' menu, and click on 'Actions'. " -#: ../../godmode/agentes/planned_downtime.list.php:47 -msgid "Please run the migration again or contact with the administrator" -msgstr "Please run the migration again or contact the administrator" - -#: ../../godmode/agentes/planned_downtime.list.php:79 -msgid "An error occurred stopping the planned downtime" -msgstr "An error occurred when attempting to stop planned downtime." - -#: ../../godmode/agentes/planned_downtime.list.php:101 -msgid "This planned downtime is running" -msgstr "This planned downtime is running" - -#: ../../godmode/agentes/planned_downtime.list.php:108 -#: ../../godmode/events/event_filter.php:57 -#: ../../godmode/events/event_filter.php:78 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 -#: ../../godmode/reporting/graphs.php:137 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../operation/reporting/graph_viewer.php:46 -#: ../../operation/reporting/graph_viewer.php:53 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 -#: ../../enterprise/godmode/reporting/graph_template_list.php:87 -#: ../../enterprise/godmode/reporting/graph_template_list.php:107 -msgid "Not deleted. Error deleting data" -msgstr "Could not be deleted. Error deleting data." - -#: ../../godmode/agentes/planned_downtime.list.php:143 -#: ../../godmode/alerts/alert_list.list.php:532 -#: ../../godmode/alerts/alert_list.list.php:536 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:194 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../enterprise/include/functions_reporting_pdf.php:2217 -#: ../../enterprise/include/functions_reporting_pdf.php:2253 -#: ../../enterprise/include/functions_reporting_pdf.php:2291 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -msgid "From" -msgstr "From" - -#: ../../godmode/agentes/planned_downtime.list.php:145 -#: ../../operation/agentes/gis_view.php:182 -#: ../../enterprise/include/functions_reporting_pdf.php:2254 -#: ../../enterprise/include/functions_reporting_pdf.php:2292 -msgid "To" -msgstr "To" - -#: ../../godmode/agentes/planned_downtime.list.php:154 -msgid "Execution type" -msgstr "Execution type" - -#: ../../godmode/agentes/planned_downtime.list.php:156 -msgid "Show past downtimes" -msgstr "Show past downtimes" - -#: ../../godmode/agentes/planned_downtime.list.php:391 -msgid "Name #Ag." -msgstr "Name #Ag." - -#: ../../godmode/agentes/planned_downtime.list.php:396 -#: ../../godmode/menu.php:131 ../../godmode/setup/setup.php:138 -#: ../../include/functions_reports.php:637 -#: ../../include/functions_reports.php:639 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:210 -#: ../../enterprise/godmode/modules/configure_local_component.php:311 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:166 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 -msgid "Configuration" -msgstr "Configuration" - -#: ../../godmode/agentes/planned_downtime.list.php:397 -#: ../../godmode/agentes/planned_downtime.list.php:446 -#: ../../enterprise/extensions/backup/main.php:136 -#: ../../enterprise/operation/agentes/transactional_map.php:197 -msgid "Running" -msgstr "Running" - -#: ../../godmode/agentes/planned_downtime.list.php:400 -#: ../../godmode/agentes/planned_downtime.list.php:456 -msgid "Stop downtime" -msgstr "Stop downtime" - -#: ../../godmode/agentes/planned_downtime.list.php:433 -msgid "once" -msgstr "once" - -#: ../../godmode/agentes/planned_downtime.list.php:442 -msgid "Not running" -msgstr "Not running" - -#: ../../godmode/agentes/planned_downtime.list.php:477 -#: ../../godmode/alerts/alert_view.php:113 ../../godmode/extensions.php:193 -#: ../../godmode/extensions.php:209 -#: ../../godmode/modules/manage_network_components.php:583 -#: ../../include/functions.php:946 ../../include/functions.php:952 -#: ../../include/functions.php:955 ../../include/functions_db.php:156 -#: ../../include/functions_events.php:1778 -#: ../../include/functions_events.php:1946 -#: ../../include/functions_events.php:2013 -#: ../../include/functions_events.php:2029 -#: ../../include/functions_events.php:2039 -#: ../../include/functions_events.php:2044 -#: ../../include/functions_events.php:2062 -#: ../../include/functions_events.php:2141 -#: ../../include/functions_events.php:2195 -#: ../../include/functions_events.php:2207 -#: ../../include/functions_events.php:2219 -#: ../../include/functions_events.php:2241 -#: ../../include/functions_events.php:2256 -#: ../../include/functions_events.php:2266 -#: ../../include/functions_events.php:2355 -#: ../../include/functions_events.php:2432 -#: ../../include/functions_events.php:2454 -#: ../../include/functions_events.php:2464 -#: ../../include/functions_reporting_html.php:488 -#: ../../include/functions_reporting_html.php:567 -#: ../../include/functions_reporting_html.php:3173 -#: ../../include/functions_reporting_html.php:3211 -#: ../../include/functions_treeview.php:158 -#: ../../include/functions_treeview.php:392 -#: ../../include/functions_ui.php:2007 ../../include/functions_ui.php:2017 -#: ../../mobile/operation/agent.php:153 ../../mobile/operation/agent.php:167 -#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 -#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 -#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 -#: ../../operation/agentes/estado_generalagente.php:151 -#: ../../operation/agentes/estado_generalagente.php:163 -#: ../../operation/agentes/estado_generalagente.php:176 -#: ../../operation/agentes/estado_generalagente.php:280 -#: ../../operation/agentes/estado_generalagente.php:359 -#: ../../operation/snmpconsole/snmp_view.php:691 -#: ../../operation/snmpconsole/snmp_view.php:710 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../enterprise/include/functions_reporting.php:4444 -#: ../../enterprise/include/functions_reporting.php:4776 -#: ../../enterprise/include/functions_reporting_pdf.php:1314 -#: ../../enterprise/include/functions_reporting_pdf.php:1395 -#: ../../enterprise/include/functions_reporting_pdf.php:2060 -#: ../../enterprise/include/functions_servicemap.php:265 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1697 -#: ../../enterprise/include/functions_visual_map.php:277 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:437 -msgid "N/A" -msgstr "N/A" - -#: ../../godmode/agentes/planned_downtime.list.php:508 -#: ../../godmode/modules/manage_network_templates.php:216 -#: ../../include/graphs/functions_flot.php:259 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 -#: ../../enterprise/operation/log/log_viewer.php:239 -#: ../../enterprise/operation/reporting/custom_reporting.php:59 -msgid "Export to CSV" -msgstr "Export to CSV" - -#: ../../godmode/agentes/planned_downtime.list.php:535 +#: ../../include/help/clippy/modules_not_learning_mode.php:40 msgid "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." msgstr "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"Please note that if you have your agent set up you mustn't add new modules " +"coming from the data XML." -#: ../../godmode/agentes/planned_downtime.list.php:541 -msgid "WARNING: There are malformed planned downtimes" -msgstr "WARNING: there are faulty planned downtimes" +#: ../../include/help/clippy/modules_not_learning_mode.php:41 +msgid "" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." +msgstr "" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." -#: ../../godmode/agentes/planned_downtime.list.php:541 -msgid "Do you want to migrate automatically the malformed items?" -msgstr "Do you want to automatically migrate the faulty items" +#: ../../include/help/clippy/modules_not_learning_mode.php:42 +msgid "" +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." +msgstr "" +"You should use \"normal\" mode (not 'learning' mode) only when you don't " +"intend to add more modules to the agent." -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -msgid "Alert actions" -msgstr "Alert actions" +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." +msgstr "Interval Agent." -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -#: ../../include/functions_agents.php:684 -#: ../../enterprise/godmode/policies/policies.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 -msgid "Successfully copied" -msgstr "Successfully copied" +#: ../../include/help/clippy/interval_agent_min.php:44 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will seriously impact the server's performance. " +"For example, having 200 agents with a one minute interval, is the same than " +"having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." -#: ../../godmode/alerts/alert_actions.php:141 -#: ../../enterprise/godmode/policies/policies.php:181 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 -msgid "Could not be copied" -msgstr "Could not be copied" +#: ../../include/help/clippy/agent_out_of_limits.php:39 +msgid "Agent contact date passed it's ETA!." +msgstr "Agent contact date passed it's ETA!." -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/massive/massive_copy_modules.php:224 -#: ../../godmode/reporting/map_builder.php:214 -#: ../../operation/agentes/pandora_networkmap.php:406 -#: ../../operation/agentes/pandora_networkmap.php:483 -#: ../../enterprise/dashboard/dashboards.php:96 -#: ../../enterprise/dashboard/dashboards.php:134 -#: ../../enterprise/godmode/policies/policies.php:434 -#: ../../enterprise/godmode/policies/policy_modules.php:1333 -msgid "Copy" -msgstr "Copy" +#: ../../include/help/clippy/agent_out_of_limits.php:44 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"This occurs when your agent has stopped reporting, or the server has any " +"issues (overloaded or downed). You should also check the connectivity " +"between agent and server." -#: ../../godmode/alerts/alert_actions.php:398 -msgid "No alert actions configured" -msgstr "No alert actions established" +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 +msgid "" +"Let me show you how to create an email action: Click on Create button and " +"fill the form showed in the following screen." +msgstr "" +"Let me show you how to set up email actions: click on the 'Create' button, " +"and fill out the form shown in the following screen." -#: ../../godmode/alerts/alert_commands.php:105 -#: ../../godmode/alerts/alert_commands.php:109 -#: ../../godmode/alerts/alert_commands.php:127 -#: ../../godmode/alerts/alert_commands.php:135 -#: ../../godmode/alerts/alert_view.php:471 -#: ../../godmode/alerts/alert_view.php:548 -#: ../../godmode/alerts/configure_alert_template.php:684 -#: ../../enterprise/godmode/alerts/alert_events.php:474 +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 +msgid "" +"Now, you have to go to the monitors list and look for a critical module to " +"apply the alert." +msgstr "" +"Now, head over to the monitor list and look for a module in critical status " +"to apply the alert to." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 +msgid "" +"Click on the arrow to drop down the Monitoring submenu and select Monitor " +"Detail." +msgstr "" +"Click on the arrow to display the Monitoring submenu and select 'Monitor " +"Detail'." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 +msgid "" +"Now, you have to go to the monitors list and look for a \"critical\" module " +"to apply the alert." +msgstr "" +"Now, you must go to the monitor list and look for a \"critical\" module to " +"apply the alert to." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 +msgid "" +"If you know the name of the agent or the name of the module in critical " +"status, type it in this field to make the module list shorter. You can write " +"the entire name or just a part of it." +msgstr "" +"If you know the agent name or the name of the module in critical status, " +"type it in this field in order to shorten the list of modules.You can write " +"the name entirely or partially." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 +msgid "Click on Show button to get the modules list filtered." +msgstr "Click on Show button to get the modules list filtered." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 +msgid "" +"Now, to edit the module, click on the wrench that appears in the type column." +msgstr "" +"In order to edit the module, click on the wrench icon that can be seen in " +"the 'Type' column." + +#: ../../include/help/clippy/extension_cron_send_email.php:39 +msgid "The configuration of email for the task email is in the file:" +msgstr "The configuration of e-mail for the task e-mail is in the file:" + +#: ../../include/help/clippy/extension_cron_send_email.php:41 +msgid "Please check if the email configuration is correct." +msgstr "Please check if the e-mail configuration is correct." + +#: ../../include/help/clippy/data_configuration_module.php:39 +msgid "Data Configuration Module." +msgstr "Data Configuration Module." + +#: ../../include/help/clippy/data_configuration_module.php:44 +msgid "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." +msgstr "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." + +#: ../../include/help/clippy/data_configuration_module.php:50 +msgid "" +"Information imported FIRST time from the XML will fill the information you " +"can see in the console, but after the first import, system will ignore any " +"update coming from the XML/Agent." +msgstr "" +"The information imported the FIRST time form the XML file will be the " +"information visible on the console. After the first import, the system will " +"ignore any updates coming from the XML/agent." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 +msgid "I'm going to show you how to monitor a server." +msgstr "I'm going to show you how to monitor a server." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 +msgid "Please, type an agent to save the modules for monitoring a server." +msgstr "Please, type an agent to save the modules for monitoring a server." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 +msgid "If you have typed the name correctly you will see the agent." +msgstr "If the name is entered correctly, the agent will be shown." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 +msgid "Now, please choose the agent you searched." +msgstr "Now, select the agent you searched for." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 +msgid "Choose the agent and click on the name." +msgstr "Select the agent and click on its name." + +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" +msgstr "Topology Group" + +#: ../../include/help/clippy/topology_group.php:44 +msgid "" +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " +msgstr "" +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " + +#: ../../include/help/clippy/modules_not_init.php:39 +msgid "You have non initialized modules" +msgstr "You have non initialised modules" + +#: ../../include/help/clippy/modules_not_init.php:44 +msgid "" +"This happen when you have just created a module and it's not executed at " +"first time. Usually in a few seconds should be initialized and you will be " +"able to see in main view. If you keep non-init modules for more than 24hr " +"(due a problem in it's execution or configuration) they will be " +"automatically deleted by the system. Non-init are not visible in the “main " +"view”, you can see/edit them in the module administration section, in the " +"agent administrator." +msgstr "" +"This happens when you have just created a module and it wasn't executed on " +"the first time. Usually after a few seconds the status should change to " +"\"initialized\" and you'll be able to see it on the main view." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 +msgid "Fill the name of your action." +msgstr "Provide the name for your action." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 +msgid "" +"Select the group in the drop-down list and filter for ACL (the user in this " +"group can use your action to create an alert)." +msgstr "" +"Select the group from the drop-down list and filter by ACL (other users in " +"this group can use your action to create an alert)." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 +msgid "In the command field select \"email\"." +msgstr "In the 'Command' field, select \"email\"." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 +msgid "" +"In the threshold field enter the seconds. The help icon show more " +"information." +msgstr "" +"In the 'Threshold' field, enter the time (seconds). The help icon displays " +"more details." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 +msgid "" +"In the first field enter the email address/addresses where you want to " +"receive the email alerts separated with comas ( , ) or white spaces." +msgstr "" +"In the first field, enter the email address(es) to which the alerts should " +"be sent. Multiple addresses must be separated by commas (,) or blank spaces." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 +msgid "" +"In the \"Subject\" field you can use the macros _agent_ or _module_ for " +"each name." +msgstr "" +"In the 'Subject' field you can use the \"_agent_\" or \"_module_\" macros " +"for each name." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 +msgid "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." +msgstr "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 +msgid "Click on Create button to create the action." +msgstr "Click on the 'Create' button to create the action" + +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" +msgstr "All servers down" + +#: ../../include/help/clippy/servers_down.php:44 +msgid "" +"Can you up all servers. You go to terminal in linux and execute the next " +"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " +"introduce root pass." +msgstr "" +"You must boot up all servers. Go to the Linux terminal and run the following " +"command: \"sudo /etc/init.d/pandora_server restart\". You'll have to provide " +"root user credentials." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 +msgid "" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your email." +msgstr "" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your e-mail." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 +msgid "" +"And restart your pandora server to read again general configuration tokens." +msgstr "" +"After, restart your Pandora Server to reread the general configuration " +"tokens." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "Now you must go to Modules. Don't worry, I'll lead you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." +msgstr "Click on this tab.." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Now you must create the module. Don't worry, i'll teach you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "Choose the network server module." +msgstr "Choose the network server module." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." +msgstr "And click the button." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Now you must create the module. Don't worry, i'll teach you ." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 +msgid "Now we are going to fill the form." +msgstr "Now, we'll proceed to fill out the form." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "Please choose Network Management." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "Choose the component named \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 +msgid "You can change the name if you want." +msgstr "You can change this name if you want." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Check if the IP shown is the same as your device's IP" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 +msgid "And only to finish it is clicking this button." +msgstr "And only to finish it is clicking this button." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 +msgid "" +"Congrats! Your module has been created.
                and the status color is " +"blue.
                That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"Congrats! Your module has been created.
                Its status color is " +"blue.
                which means that the module hasn't been executed for the " +"first time. In a few seconds, if there is no problem, the status color will " +"turn into red or green." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Click on the 'alerts' tab and then fill out the form to add a new alert." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 +msgid "Select the critical module." +msgstr "Select the critical module." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 +msgid "In template select \"Critical Condition\"." +msgstr "On the template select \"Critical Condition\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 +msgid "Now, select the action created before." +msgstr "Now, select the previously created action." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 +msgid "Click on Add Alert button to create the alert." +msgstr "Click on the 'Add Alert' button to create the alert." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." + +#: ../../include/help/clippy/server_queued_modules.php:39 +msgid "Excesive Queued." +msgstr "Too many modules queued" + +#: ../../include/help/clippy/server_queued_modules.php:44 +msgid "" +"You have too much items in the processing queue. This can happen if your " +"server is too loaded and/or not properly configured. This could be something " +"temporal, or a bottleneck. One possible solution is increase number of " +"server threads, but you should consider getting support about this." +msgstr "" +"You have too many items in the processing queue. This can happen if your " +"server is overloaded and/or improperly configured. This could be something " +"temporary, or a bottleneck. A possible solution is to increase the number of " +"server threads, but you should consider getting support (or contact our " +"support for Enterprise Edition users)." + +#: ../../include/help/clippy/module_unknow.php:39 +msgid "You have unknown modules in this agent." +msgstr "You have unknown modules in this agent." + +#: ../../include/help/clippy/module_unknow.php:44 +msgid "" +"Unknown modules are modules which receive data normally at least in one " +"occassion, but at this time are not receving data. Please check our " +"troubleshoot help page to help you determine why you have unknown modules." +msgstr "" +"Unknown modules are those which have received data normally at least on one " +"occasion, but that aren't receiving data right now. Please check our " +"troubleshooting page to help you determine why you have modules in unknown " +"status." + +#: ../../include/functions_pandora_networkmap.php:740 #, php-format -msgid "Field %s" -msgstr "Field %s" +msgid "Edit node %s" +msgstr "Edit node %s" -#: ../../godmode/alerts/alert_commands.php:149 -#: ../../godmode/alerts/alert_commands.php:159 -#: ../../godmode/alerts/configure_alert_template.php:689 -#: ../../godmode/alerts/configure_alert_template.php:703 -#: ../../godmode/alerts/configure_alert_template.php:775 -#: ../../godmode/modules/manage_network_components_form_common.php:59 -#: ../../godmode/users/configure_user.php:532 -#: ../../enterprise/godmode/modules/configure_local_component.php:157 -#: ../../enterprise/meta/advanced/metasetup.setup.php:107 -msgid "Basic" -msgstr "Basic" +#: ../../include/functions_pandora_networkmap.php:741 +msgid "Holding Area" +msgstr "Holding Area" -#: ../../godmode/alerts/alert_commands.php:152 -#: ../../godmode/alerts/alert_commands.php:162 -#: ../../godmode/alerts/configure_alert_template.php:693 -#: ../../godmode/alerts/configure_alert_template.php:707 -#: ../../godmode/alerts/configure_alert_template.php:776 -#: ../../godmode/modules/manage_network_components_form_common.php:60 -#: ../../godmode/netflow/nf_edit_form.php:208 -#: ../../godmode/users/configure_user.php:533 -#: ../../operation/netflow/nf_live_view.php:323 -#: ../../enterprise/godmode/modules/configure_local_component.php:158 -#: ../../enterprise/meta/general/logon_ok.php:64 -#: ../../enterprise/meta/general/main_header.php:232 -#: ../../enterprise/meta/general/main_header.php:303 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 -msgid "Advanced" -msgstr "Advanced" +#: ../../include/functions_pandora_networkmap.php:742 +msgid "Show details and options" +msgstr "Show details and options" -#: ../../godmode/alerts/alert_commands.php:249 -msgid "Alert commands" -msgstr "Alert commands" +#: ../../include/functions_pandora_networkmap.php:743 +msgid "Add a interface link" +msgstr "Add an interface link" -#: ../../godmode/alerts/alert_commands.php:372 -msgid "No alert commands configured" -msgstr "No alert commands configured" +#: ../../include/functions_pandora_networkmap.php:744 +msgid "Set parent interface" +msgstr "Set parent interface" -#: ../../godmode/alerts/alert_list.builder.php:78 -msgid "Latest value" -msgstr "Latest value" +#: ../../include/functions_pandora_networkmap.php:745 +msgid "Set as children" +msgstr "Define as children element" -#: ../../godmode/alerts/alert_list.builder.php:94 -#: ../../godmode/alerts/configure_alert_template.php:564 -msgid "Default action" -msgstr "Default action" +#: ../../include/functions_pandora_networkmap.php:746 +msgid "Set parent" +msgstr "Define as parent element" -#: ../../godmode/alerts/alert_list.builder.php:97 -#: ../../godmode/alerts/alert_list.list.php:615 -#: ../../godmode/massive/massive_add_action_alerts.php:183 -#: ../../include/ajax/alert_list.ajax.php:155 -#: ../../enterprise/godmode/alerts/alert_events_list.php:599 -#: ../../enterprise/godmode/policies/policy_alerts.php:465 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 -msgid "Number of alerts match from" -msgstr "Number of alerts match from" +#: ../../include/functions_pandora_networkmap.php:747 +#: ../../include/functions_pandora_networkmap.php:754 +msgid "Abort the action of set relationship" +msgstr "Abort the action of set relationship" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../godmode/alerts/alert_list.list.php:533 -#: ../../godmode/alerts/alert_list.list.php:619 -#: ../../godmode/alerts/alert_templates.php:96 -#: ../../godmode/massive/massive_add_action_alerts.php:185 -#: ../../include/ajax/alert_list.ajax.php:159 -#: ../../include/functions_reporting.php:9994 -#: ../../operation/reporting/reporting_viewer.php:198 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -#: ../../enterprise/godmode/alerts/alert_events_list.php:560 -#: ../../enterprise/godmode/alerts/alert_events_list.php:601 -#: ../../enterprise/godmode/policies/policy_alerts.php:337 -#: ../../enterprise/godmode/policies/policy_alerts.php:469 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 -#: ../../enterprise/include/functions_reporting.php:4587 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -msgid "to" -msgstr "to" +#: ../../include/functions_pandora_networkmap.php:749 +#: ../../include/functions_pandora_networkmap.php:1525 +msgid "Add node" +msgstr "Add node" -#: ../../godmode/alerts/alert_list.builder.php:109 -#: ../../godmode/alerts/configure_alert_action.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:517 -msgid "Create Action" -msgstr "Create Action" +#: ../../include/functions_pandora_networkmap.php:750 +msgid "Set center" +msgstr "Set centre" -#: ../../godmode/alerts/alert_list.builder.php:131 -#: ../../godmode/alerts/configure_alert_template.php:499 -msgid "Create Template" -msgstr "Create Template" +#: ../../include/functions_pandora_networkmap.php:752 +msgid "Refresh Holding area" +msgstr "Refresh Holding Area" -#: ../../godmode/alerts/alert_list.builder.php:134 -#: ../../godmode/alerts/alert_list.list.php:539 -#: ../../godmode/alerts/alert_list.list.php:625 -#: ../../godmode/alerts/alert_view.php:391 -#: ../../godmode/alerts/configure_alert_action.php:142 -#: ../../include/ajax/alert_list.ajax.php:165 -#: ../../include/functions_reporting_html.php:2113 -#: ../../include/functions_reporting_html.php:3108 -#: ../../enterprise/godmode/alerts/alert_events_list.php:563 -#: ../../enterprise/godmode/alerts/alert_events_list.php:604 -#: ../../enterprise/include/functions_reporting_pdf.php:2364 -msgid "Threshold" -msgstr "Threshold" +#: ../../include/functions_pandora_networkmap.php:753 +msgid "Abort the action of set interface relationship" +msgstr "Abort 'set interface relationship'" -#: ../../godmode/alerts/alert_list.builder.php:144 -msgid "Add alert" -msgstr "Add alert" +#: ../../include/functions_pandora_networkmap.php:939 +#: ../../include/functions_maps.php:62 +msgid "Copy of " +msgstr "Copy of " -#: ../../godmode/alerts/alert_list.builder.php:209 -#: ../../godmode/massive/massive_copy_modules.php:80 -#: ../../godmode/massive/massive_copy_modules.php:193 -#: ../../godmode/massive/massive_delete_agents.php:116 -#: ../../godmode/massive/massive_delete_modules.php:456 -#: ../../godmode/massive/massive_delete_modules.php:470 -#: ../../godmode/massive/massive_edit_agents.php:219 -#: ../../godmode/massive/massive_edit_modules.php:299 -#: ../../godmode/massive/massive_edit_modules.php:330 -#: ../../include/ajax/module.php:824 ../../include/functions.php:1032 -#: ../../include/functions_reports.php:426 -#: ../../include/functions_alerts.php:593 -#: ../../include/functions_visual_map.php:1580 -#: ../../include/functions_visual_map.php:1601 -#: ../../include/functions_visual_map.php:1617 -#: ../../include/functions_visual_map.php:1633 -#: ../../include/functions_events.php:1392 -#: ../../include/functions_events.php:2855 -#: ../../include/functions_filemanager.php:706 -#: ../../include/functions_graph.php:773 -#: ../../include/functions_graph.php:2189 -#: ../../include/functions_graph.php:3959 -#: ../../include/functions_groups.php:803 -#: ../../include/functions_groups.php:805 -#: ../../include/functions_groups.php:807 -#: ../../include/functions_groups.php:808 -#: ../../include/functions_groups.php:809 ../../include/functions_maps.php:46 -#: ../../include/graphs/functions_flot.php:461 -#: ../../include/functions_reporting.php:3441 -#: ../../include/functions_reporting_html.php:490 -#: ../../include/functions_reporting_html.php:569 -#: ../../include/functions_reporting_html.php:1558 -#: ../../include/functions_reporting_html.php:1579 -#: ../../include/functions_reporting_html.php:2042 -#: ../../include/functions_reporting_html.php:2204 -#: ../../include/functions_ui.php:449 ../../include/functions_ui.php:450 -#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42 -#: ../../operation/agentes/estado_agente.php:189 -#: ../../operation/agentes/estado_monitores.php:453 -#: ../../operation/agentes/group_view.php:166 -#: ../../operation/agentes/group_view.php:169 -#: ../../operation/agentes/pandora_networkmap.view.php:245 -#: ../../operation/agentes/status_monitor.php:302 -#: ../../operation/agentes/tactical.php:153 ../../operation/tree.php:134 -#: ../../operation/tree.php:159 ../../operation/tree.php:293 -#: ../../enterprise/dashboard/widgets/events_list.php:185 -#: ../../enterprise/dashboard/widgets/service_map.php:87 -#: ../../enterprise/dashboard/widgets/tree_view.php:56 -#: ../../enterprise/dashboard/widgets/tree_view.php:69 -#: ../../enterprise/dashboard/widgets/tree_view.php:217 -#: ../../enterprise/extensions/cron/functions.php:229 -#: ../../enterprise/include/functions_reporting.php:1288 -#: ../../enterprise/include/functions_reporting.php:2080 -#: ../../enterprise/include/functions_reporting.php:2857 -#: ../../enterprise/include/functions_reporting.php:3759 -#: ../../enterprise/include/functions_reporting.php:4446 -#: ../../enterprise/include/functions_reporting.php:4777 -#: ../../enterprise/include/functions_reporting_pdf.php:331 -#: ../../enterprise/include/functions_reporting_pdf.php:692 -#: ../../enterprise/include/functions_reporting_pdf.php:710 -#: ../../enterprise/include/functions_reporting_pdf.php:1316 -#: ../../enterprise/include/functions_reporting_pdf.php:1397 -#: ../../enterprise/include/functions_reporting_pdf.php:1641 -#: ../../enterprise/include/functions_reporting_pdf.php:2062 -#: ../../enterprise/include/functions_reporting_pdf.php:2097 -#: ../../enterprise/meta/monitoring/group_view.php:146 -#: ../../enterprise/meta/monitoring/group_view.php:150 -#: ../../enterprise/meta/monitoring/tactical.php:281 -#: ../../enterprise/operation/agentes/transactional_map.php:270 -#: ../../enterprise/operation/agentes/transactional_map.php:287 -#: ../../enterprise/operation/services/services.list.php:173 -#: ../../enterprise/operation/services/services.list.php:415 -#: ../../enterprise/operation/services/services.service.php:193 -#: ../../enterprise/operation/services/services.service_map.php:129 -#: ../../enterprise/operation/services/services.table_services.php:142 -msgid "Unknown" -msgstr "Unknown" +#: ../../include/functions_pandora_networkmap.php:1262 +msgid "Open Minimap" +msgstr "Open Minimap" -#: ../../godmode/alerts/alert_list.builder.php:212 -#: ../../godmode/alerts/configure_alert_template.php:915 -#: ../../godmode/modules/manage_network_components_form_network.php:82 -#: ../../godmode/modules/manage_network_components_form_plugin.php:29 -#: ../../godmode/modules/manage_network_components_form_wmi.php:58 -#: ../../include/functions.php:2036 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 -#: ../../enterprise/operation/agentes/policy_view.php:146 -#: ../../enterprise/operation/agentes/policy_view.php:210 -#: ../../enterprise/operation/agentes/policy_view.php:442 -msgid "Empty" -msgstr "Empty" +#: ../../include/functions_pandora_networkmap.php:1269 +msgid "Hide Labels" +msgstr "Hide Labels" -#: ../../godmode/alerts/alert_list.list.php:58 -#: ../../enterprise/godmode/reporting/graph_template_list.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 -msgid "Template name" -msgstr "Template name" +#: ../../include/functions_pandora_networkmap.php:1360 +msgid "Edit node" +msgstr "Edit node" -#: ../../godmode/alerts/alert_list.list.php:124 -msgid "Field content" -msgstr "Field content" +#: ../../include/functions_pandora_networkmap.php:1371 +msgid "Adresses" +msgstr "Addresses" -#: ../../godmode/alerts/alert_list.list.php:133 -msgid "Enabled / Disabled" -msgstr "Enabled / Disabled" +#: ../../include/functions_pandora_networkmap.php:1373 +msgid "OS type" +msgstr "OS type" -#: ../../godmode/alerts/alert_list.list.php:135 -#: ../../godmode/alerts/alert_list.list.php:793 -#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466 -#: ../../enterprise/godmode/agentes/plugins_manager.php:146 -#: ../../enterprise/godmode/agentes/plugins_manager.php:193 -#: ../../enterprise/godmode/alerts/alert_events_list.php:715 -#: ../../enterprise/godmode/policies/policy_alerts.php:564 -msgid "Enable" -msgstr "Enable" +#: ../../include/functions_pandora_networkmap.php:1378 +#: ../../include/functions_pandora_networkmap.php:1379 +msgid "Node Details" +msgstr "Node Details" -#: ../../godmode/alerts/alert_list.list.php:136 -#: ../../godmode/alerts/alert_list.list.php:784 -#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463 -#: ../../include/functions.php:2582 -#: ../../enterprise/godmode/agentes/plugins_manager.php:146 -#: ../../enterprise/godmode/agentes/plugins_manager.php:206 -#: ../../enterprise/godmode/alerts/alert_events_list.php:707 -#: ../../enterprise/godmode/policies/policy_alerts.php:556 -msgid "Disable" -msgstr "Disable" +#: ../../include/functions_pandora_networkmap.php:1388 +msgid "Ip" +msgstr "Ip" -#: ../../godmode/alerts/alert_list.list.php:138 -#: ../../operation/agentes/alerts_status.functions.php:103 -#: ../../operation/agentes/alerts_status.php:416 -#: ../../operation/agentes/alerts_status.php:462 -#: ../../operation/agentes/alerts_status.php:497 -#: ../../operation/agentes/alerts_status.php:532 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 -#: ../../enterprise/operation/agentes/policy_view.php:193 -msgid "Standby" -msgstr "Stand by" +#: ../../include/functions_pandora_networkmap.php:1389 +msgid "MAC" +msgstr "MAC" -#: ../../godmode/alerts/alert_list.list.php:140 -#: ../../include/functions_ui.php:826 ../../mobile/operation/alerts.php:44 -#: ../../operation/agentes/alerts_status.functions.php:80 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 -#: ../../enterprise/operation/agentes/policy_view.php:221 -msgid "Standby on" -msgstr "Standby on" +#: ../../include/functions_pandora_networkmap.php:1398 +#: ../../include/functions_pandora_networkmap.php:1399 +msgid "Interface Information (SNMP)" +msgstr "Interface Information (SNMP)" -#: ../../godmode/alerts/alert_list.list.php:141 -#: ../../mobile/operation/alerts.php:45 -#: ../../operation/agentes/alerts_status.functions.php:81 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 -msgid "Standby off" -msgstr "Standby off" +#: ../../include/functions_pandora_networkmap.php:1406 +msgid "Shape" +msgstr "Shape" -#: ../../godmode/alerts/alert_list.list.php:163 -#: ../../operation/agentes/alerts_status.php:396 -msgid "Alert control filter" -msgstr "Alert control filter" +#: ../../include/functions_pandora_networkmap.php:1408 +msgid "Circle" +msgstr "Circle" -#: ../../godmode/alerts/alert_list.list.php:163 -#: ../../godmode/snmpconsole/snmp_alert.php:1019 -#: ../../godmode/users/user_list.php:249 -#: ../../operation/agentes/alerts_status.php:396 -#: ../../operation/agentes/graphs.php:163 -#: ../../operation/snmpconsole/snmp_view.php:559 -#: ../../enterprise/godmode/policies/policy_queue.php:277 -#: ../../enterprise/godmode/policies/policy_queue.php:364 -msgid "Toggle filter(s)" -msgstr "Toggle filter(s)" +#: ../../include/functions_pandora_networkmap.php:1409 +msgid "Square" +msgstr "Square" -#: ../../godmode/alerts/alert_list.list.php:412 -#: ../../godmode/massive/massive_copy_modules.php:133 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 -msgid "Operations" -msgstr "Operations" +#: ../../include/functions_pandora_networkmap.php:1410 +msgid "Rhombus" +msgstr "Rhomb" -#: ../../godmode/alerts/alert_list.list.php:412 -#: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/reporting/graphs.php:163 -#: ../../godmode/reporting/reporting_builder.list_items.php:308 -#: ../../godmode/reporting/reporting_builder.php:567 -#: ../../godmode/reporting/reporting_builder.php:687 -#: ../../godmode/servers/plugin.php:739 -#: ../../godmode/servers/servers.build_table.php:76 -#: ../../godmode/users/profile_list.php:327 -#: ../../godmode/users/user_list.php:278 -#: ../../operation/gis_maps/gis_map.php:94 -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/modules/local_components.php:484 -#: ../../enterprise/godmode/policies/policies.php:261 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 -#: ../../enterprise/meta/advanced/servers.build_table.php:71 -msgid "Op." -msgstr "Op." +#: ../../include/functions_pandora_networkmap.php:1420 +#: ../../include/functions_pandora_networkmap.php:1581 +msgid "name fictional node" +msgstr "Name fictional node" -#: ../../godmode/alerts/alert_list.list.php:505 -#: ../../godmode/alerts/alert_view.php:356 -msgid "" -"The default actions will be executed every time that the alert is fired and " -"no other action is executed" +#: ../../include/functions_pandora_networkmap.php:1421 +#: ../../include/functions_pandora_networkmap.php:1582 +msgid "Networkmap to link" +msgstr "Networkmap to link" + +#: ../../include/functions_pandora_networkmap.php:1427 +msgid "Update fictional node" +msgstr "Update fictional node" + +#: ../../include/functions_pandora_networkmap.php:1430 +#: ../../include/functions_pandora_networkmap.php:1431 +msgid "Node options" +msgstr "Node Options" + +#: ../../include/functions_pandora_networkmap.php:1438 +#: ../../include/functions_pandora_networkmap.php:1493 +msgid "Node source" +msgstr "Node Source" + +#: ../../include/functions_pandora_networkmap.php:1439 +#: ../../include/functions_pandora_networkmap.php:1494 +msgid "Interface source" +msgstr "Interface Source" + +#: ../../include/functions_pandora_networkmap.php:1440 +#: ../../include/functions_pandora_networkmap.php:1495 +msgid "Interface Target" +msgstr "Interface Target" + +#: ../../include/functions_pandora_networkmap.php:1442 +#: ../../include/functions_pandora_networkmap.php:1496 +msgid "Node target" +msgstr "Node Target" + +#: ../../include/functions_pandora_networkmap.php:1443 +msgid "E." +msgstr "E." + +#: ../../include/functions_pandora_networkmap.php:1474 +msgid "There are not relations" +msgstr "There are no relations." + +#: ../../include/functions_pandora_networkmap.php:1481 +#: ../../include/functions_pandora_networkmap.php:1482 +msgid "Relations" +msgstr "Relations" + +#: ../../include/functions_pandora_networkmap.php:1517 +msgid "Add interface link" +msgstr "Add interface link" + +#: ../../include/functions_pandora_networkmap.php:1544 +#: ../../include/functions_pandora_networkmap.php:1548 +#: ../../include/functions_pandora_networkmap.php:1549 +#: ../../include/functions_pandora_networkmap.php:1569 +#: ../../include/functions_pandora_networkmap.php:1574 +#: ../../include/functions_pandora_networkmap.php:1592 +msgid "Add agent node" +msgstr "Add Agent Node" + +#: ../../include/functions_pandora_networkmap.php:1573 +msgid "Add agent node (filter by group)" +msgstr "Add Agent Node (filter by group)" + +#: ../../include/functions_pandora_networkmap.php:1588 +msgid "Add fictional node" +msgstr "Add Fictional Node" + +#: ../../include/functions_pandora_networkmap.php:1591 +msgid "Add fictional point" +msgstr "Add fictional point" + +#: ../../include/class/Tree.class.php:1492 +msgid "NO DATA" +msgstr "NO DATA" + +#: ../../include/class/Tree.class.php:1578 +msgid "Module alerts" +msgstr "Module alerts" + +#: ../../include/functions_servers.php:363 +msgid "Data server" +msgstr "Data server" + +#: ../../include/functions_servers.php:368 +msgid "Network server" +msgstr "Network server" + +#: ../../include/functions_servers.php:373 +msgid "SNMP Trap server" +msgstr "SNMP Trap server" + +#: ../../include/functions_servers.php:383 +msgid "Plugin server" +msgstr "Plug-in server" + +#: ../../include/functions_servers.php:388 +msgid "Prediction server" +msgstr "Prediction server" + +#: ../../include/functions_servers.php:393 +msgid "WMI server" +msgstr "WMI server" + +#: ../../include/functions_servers.php:398 +msgid "Export server" +msgstr "Export server" + +#: ../../include/functions_servers.php:403 +msgid "Inventory server" +msgstr "Inventory server" + +#: ../../include/functions_servers.php:408 +msgid "Web server" +msgstr "Web server" + +#: ../../include/functions_servers.php:413 +msgid "Event server" +msgstr "Event server" + +#: ../../include/functions_servers.php:418 +msgid "Enterprise ICMP server" +msgstr "Enterprise ICMP server" + +#: ../../include/functions_servers.php:423 +msgid "Enterprise SNMP server" +msgstr "Enterprise SNMP server" + +#: ../../include/functions_servers.php:428 +msgid "Enterprise Satellite server" +msgstr "Enterprise Satellite server" + +#: ../../include/functions_servers.php:433 +msgid "Enterprise Transactional server" +msgstr "Enterprise Transactional server" + +#: ../../include/functions_servers.php:438 +msgid "Mainframe server" msgstr "" -"Default actions will run every time an alert is fired and no other action is " -"executed." -#: ../../godmode/alerts/alert_list.list.php:524 -#: ../../godmode/alerts/alert_view.php:195 -#: ../../include/functions_alerts.php:577 -#: ../../enterprise/godmode/alerts/alert_events_list.php:551 -#: ../../enterprise/godmode/policies/policy_alerts.php:328 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 -msgid "Always" -msgstr "Always" - -#: ../../godmode/alerts/alert_list.list.php:526 -#: ../../enterprise/godmode/alerts/alert_events_list.php:553 -#: ../../enterprise/godmode/policies/policy_alerts.php:330 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 -msgid "On" -msgstr "On" - -#: ../../godmode/alerts/alert_list.list.php:530 -#: ../../enterprise/godmode/alerts/alert_events_list.php:557 -#: ../../enterprise/godmode/policies/policy_alerts.php:334 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 -msgid "Until" -msgstr "Until" - -#: ../../godmode/alerts/alert_list.list.php:552 -msgid "Delete action" -msgstr "Delete action" - -#: ../../godmode/alerts/alert_list.list.php:559 -#: ../../godmode/alerts/alert_list.list.php:871 -msgid "Update action" -msgstr "Update action" - -#: ../../godmode/alerts/alert_list.list.php:703 -#: ../../godmode/alerts/alert_list.list.php:707 -#: ../../godmode/alerts/alert_list.list.php:841 -#: ../../godmode/snmpconsole/snmp_alert.php:1234 -#: ../../enterprise/godmode/alerts/alert_events_list.php:582 -#: ../../enterprise/godmode/alerts/alert_events_list.php:584 -#: ../../enterprise/godmode/policies/policy_alerts.php:596 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 -msgid "Add action" -msgstr "Add action" - -#: ../../godmode/alerts/alert_list.list.php:718 -msgid "View alert advanced details" -msgstr "View the alert's advanced details" - -#: ../../godmode/alerts/alert_list.list.php:729 -msgid "No alerts defined" -msgstr "No alerts defined" - -#: ../../godmode/alerts/alert_list.list.php:802 -#: ../../enterprise/godmode/alerts/alert_events_list.php:724 -#: ../../enterprise/godmode/policies/policy_alerts.php:573 -msgid "Set off standby" -msgstr "Turn off standby" - -#: ../../godmode/alerts/alert_list.list.php:811 -#: ../../enterprise/godmode/alerts/alert_events_list.php:733 -#: ../../enterprise/godmode/policies/policy_alerts.php:582 -msgid "Set standby" -msgstr "Set standby" - -#: ../../godmode/alerts/alert_list.php:80 -msgid "Already added" -msgstr "Already added" - -#: ../../godmode/alerts/alert_list.php:170 -#: ../../godmode/massive/massive_add_action_alerts.php:112 -#: ../../godmode/massive/massive_add_alerts.php:112 -#: ../../godmode/massive/massive_add_tags.php:88 -#: ../../operation/incidents/incident_detail.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:186 -#: ../../enterprise/godmode/policies/policy_agents.php:144 -msgid "Successfully added" -msgstr "Successfully added" - -#: ../../godmode/alerts/alert_list.php:170 -#: ../../godmode/massive/massive_add_action_alerts.php:59 -#: ../../godmode/massive/massive_add_action_alerts.php:96 -#: ../../godmode/massive/massive_add_action_alerts.php:112 -#: ../../godmode/massive/massive_add_action_alerts.php:116 -#: ../../godmode/massive/massive_add_action_alerts.php:120 -#: ../../godmode/massive/massive_add_alerts.php:113 -#: ../../godmode/massive/massive_add_tags.php:89 -#: ../../godmode/massive/massive_delete_action_alerts.php:119 -#: ../../operation/incidents/incident_detail.php:68 -#: ../../enterprise/godmode/alerts/alert_events_list.php:187 -#: ../../enterprise/godmode/policies/policy_agents.php:145 -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 -msgid "Could not be added" -msgstr "Could not be added" - -#: ../../godmode/alerts/alert_list.php:264 -#: ../../godmode/massive/massive_standby_alerts.php:96 -#: ../../enterprise/godmode/alerts/alert_events_list.php:255 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -msgid "Successfully set standby" -msgstr "Succesfully set to standby mode" - -#: ../../godmode/alerts/alert_list.php:264 -#: ../../godmode/massive/massive_standby_alerts.php:96 -#: ../../enterprise/godmode/alerts/alert_events_list.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -msgid "Could not be set standby" -msgstr "Could not be set to standby mode" - -#: ../../godmode/alerts/alert_list.php:281 -#: ../../godmode/massive/massive_standby_alerts.php:78 -#: ../../enterprise/godmode/alerts/alert_events_list.php:272 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -msgid "Successfully set off standby" -msgstr "Successfully turned off standby" - -#: ../../godmode/alerts/alert_list.php:281 -#: ../../godmode/massive/massive_standby_alerts.php:78 -#: ../../enterprise/godmode/alerts/alert_events_list.php:273 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -msgid "Could not be set off standby" -msgstr "Standby mode could not be deactivated" - -#: ../../godmode/alerts/alert_list.php:313 -#: ../../godmode/alerts/alert_view.php:61 -#: ../../godmode/alerts/alert_view.php:62 -#: ../../godmode/alerts/alert_view.php:63 -msgid "List alerts" -msgstr "List alerts" - -#: ../../godmode/alerts/alert_list.php:317 -msgid "Builder alert" -msgstr "Builder alert" - -#: ../../godmode/alerts/alert_list.php:326 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/users/configure_profile.php:268 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 -msgid "Manage alerts" -msgstr "Manage alerts" - -#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164 -#: ../../godmode/menu.php:165 -msgid "Special days list" -msgstr "List of special days" - -#: ../../godmode/alerts/alert_special_days.php:86 -msgid "Skipped dates: " -msgstr "Skipped dates: " - -#: ../../godmode/alerts/alert_special_days.php:106 -msgid "Success to upload iCalendar" -msgstr "Success to upload iCalendar" - -#: ../../godmode/alerts/alert_special_days.php:106 -msgid "Fail to upload iCalendar" -msgstr "Fail to upload iCalendar" - -#: ../../godmode/alerts/alert_special_days.php:232 -msgid "iCalendar(.ics) file" -msgstr "iCalendar(.ics) file" - -#: ../../godmode/alerts/alert_special_days.php:235 -#: ../../godmode/alerts/configure_alert_special_days.php:79 -msgid "Same day of the week" -msgstr "Same day of the week" - -#: ../../godmode/alerts/alert_special_days.php:237 -#: ../../godmode/alerts/alert_special_days.php:425 -#: ../../godmode/alerts/alert_templates.php:65 -#: ../../godmode/alerts/configure_alert_special_days.php:81 -#: ../../godmode/reporting/reporting_builder.item_editor.php:803 -#: ../../include/functions_html.php:849 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336 -#: ../../enterprise/include/functions_reporting.php:1175 -#: ../../enterprise/include/functions_reporting.php:1666 -#: ../../enterprise/include/functions_reporting.php:1969 -#: ../../enterprise/include/functions_reporting.php:2391 -#: ../../enterprise/include/functions_reporting.php:3173 -#: ../../enterprise/include/functions_reporting_pdf.php:1525 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 -msgid "Monday" -msgstr "Monday" - -#: ../../godmode/alerts/alert_special_days.php:238 -#: ../../godmode/alerts/alert_special_days.php:428 -#: ../../godmode/alerts/alert_templates.php:66 -#: ../../godmode/alerts/configure_alert_special_days.php:82 -#: ../../godmode/reporting/reporting_builder.item_editor.php:809 -#: ../../include/functions_html.php:850 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1342 -#: ../../enterprise/include/functions_reporting.php:1176 -#: ../../enterprise/include/functions_reporting.php:1667 -#: ../../enterprise/include/functions_reporting.php:1970 -#: ../../enterprise/include/functions_reporting.php:2392 -#: ../../enterprise/include/functions_reporting.php:3174 -#: ../../enterprise/include/functions_reporting_pdf.php:1526 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 -msgid "Tuesday" -msgstr "Tuesday" - -#: ../../godmode/alerts/alert_special_days.php:239 -#: ../../godmode/alerts/alert_special_days.php:431 -#: ../../godmode/alerts/alert_templates.php:67 -#: ../../godmode/alerts/configure_alert_special_days.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:815 -#: ../../include/functions_html.php:851 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1348 -#: ../../enterprise/include/functions_reporting.php:1177 -#: ../../enterprise/include/functions_reporting.php:1668 -#: ../../enterprise/include/functions_reporting.php:1971 -#: ../../enterprise/include/functions_reporting.php:2393 -#: ../../enterprise/include/functions_reporting.php:3175 -#: ../../enterprise/include/functions_reporting_pdf.php:1527 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 -msgid "Wednesday" -msgstr "Wednesday" - -#: ../../godmode/alerts/alert_special_days.php:240 -#: ../../godmode/alerts/alert_special_days.php:434 -#: ../../godmode/alerts/alert_templates.php:68 -#: ../../godmode/alerts/configure_alert_special_days.php:84 -#: ../../godmode/reporting/reporting_builder.item_editor.php:821 -#: ../../include/functions_html.php:852 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1354 -#: ../../enterprise/include/functions_reporting.php:1178 -#: ../../enterprise/include/functions_reporting.php:1669 -#: ../../enterprise/include/functions_reporting.php:1972 -#: ../../enterprise/include/functions_reporting.php:2394 -#: ../../enterprise/include/functions_reporting.php:3176 -#: ../../enterprise/include/functions_reporting_pdf.php:1528 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 -msgid "Thursday" -msgstr "Thursday" - -#: ../../godmode/alerts/alert_special_days.php:241 -#: ../../godmode/alerts/alert_special_days.php:437 -#: ../../godmode/alerts/alert_templates.php:69 -#: ../../godmode/alerts/configure_alert_special_days.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:827 -#: ../../include/functions_html.php:853 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1360 -#: ../../enterprise/include/functions_reporting.php:1179 -#: ../../enterprise/include/functions_reporting.php:1670 -#: ../../enterprise/include/functions_reporting.php:1973 -#: ../../enterprise/include/functions_reporting.php:2395 -#: ../../enterprise/include/functions_reporting.php:3177 -#: ../../enterprise/include/functions_reporting_pdf.php:1529 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 -msgid "Friday" -msgstr "Friday" - -#: ../../godmode/alerts/alert_special_days.php:242 -#: ../../godmode/alerts/alert_special_days.php:440 -#: ../../godmode/alerts/alert_templates.php:70 -#: ../../godmode/alerts/configure_alert_special_days.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:833 -#: ../../include/functions_html.php:854 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1366 -#: ../../enterprise/include/functions_reporting.php:1180 -#: ../../enterprise/include/functions_reporting.php:1671 -#: ../../enterprise/include/functions_reporting.php:1974 -#: ../../enterprise/include/functions_reporting.php:2396 -#: ../../enterprise/include/functions_reporting.php:3178 -#: ../../enterprise/include/functions_reporting_pdf.php:1530 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 -msgid "Saturday" -msgstr "Saturday" - -#: ../../godmode/alerts/alert_special_days.php:243 -#: ../../godmode/alerts/alert_special_days.php:443 -#: ../../godmode/alerts/alert_templates.php:71 -#: ../../godmode/alerts/configure_alert_special_days.php:87 -#: ../../godmode/reporting/reporting_builder.item_editor.php:839 -#: ../../include/functions_html.php:848 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372 -#: ../../enterprise/include/functions_reporting.php:1181 -#: ../../enterprise/include/functions_reporting.php:1672 -#: ../../enterprise/include/functions_reporting.php:1975 -#: ../../enterprise/include/functions_reporting.php:2397 -#: ../../enterprise/include/functions_reporting.php:3179 -#: ../../enterprise/include/functions_reporting_pdf.php:1531 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 -msgid "Sunday" -msgstr "Sunday" - -#: ../../godmode/alerts/alert_special_days.php:254 -msgid "Overwrite" -msgstr "Overwrite" - -#: ../../godmode/alerts/alert_special_days.php:255 -msgid "Check this box, if you want to overwrite existing same days." -msgstr "Check this box, if you want to overwrite existing same days." - -#: ../../godmode/alerts/alert_special_days.php:273 -msgid "Display range: " -msgstr "Display range: " - -#: ../../godmode/alerts/alert_special_days.php:347 -#: ../../enterprise/include/functions_reporting.php:1213 -#: ../../enterprise/include/functions_reporting.php:2010 -#: ../../enterprise/include/functions_reporting.php:2788 -#: ../../enterprise/include/functions_reporting_pdf.php:1562 -msgid "January" -msgstr "January" - -#: ../../godmode/alerts/alert_special_days.php:350 -#: ../../enterprise/include/functions_reporting.php:1216 -#: ../../enterprise/include/functions_reporting.php:2013 -#: ../../enterprise/include/functions_reporting.php:2791 -#: ../../enterprise/include/functions_reporting_pdf.php:1565 -msgid "February" -msgstr "February" - -#: ../../godmode/alerts/alert_special_days.php:353 -#: ../../enterprise/include/functions_reporting.php:1219 -#: ../../enterprise/include/functions_reporting.php:2016 -#: ../../enterprise/include/functions_reporting.php:2794 -#: ../../enterprise/include/functions_reporting_pdf.php:1568 -msgid "March" -msgstr "March" - -#: ../../godmode/alerts/alert_special_days.php:356 -#: ../../enterprise/include/functions_reporting.php:1222 -#: ../../enterprise/include/functions_reporting.php:2019 -#: ../../enterprise/include/functions_reporting.php:2797 -#: ../../enterprise/include/functions_reporting_pdf.php:1571 -msgid "April" -msgstr "April" - -#: ../../godmode/alerts/alert_special_days.php:359 -#: ../../enterprise/include/functions_reporting.php:1225 -#: ../../enterprise/include/functions_reporting.php:2022 -#: ../../enterprise/include/functions_reporting.php:2800 -#: ../../enterprise/include/functions_reporting_pdf.php:1574 -msgid "May" -msgstr "May" - -#: ../../godmode/alerts/alert_special_days.php:362 -#: ../../enterprise/include/functions_reporting.php:1228 -#: ../../enterprise/include/functions_reporting.php:2025 -#: ../../enterprise/include/functions_reporting.php:2803 -#: ../../enterprise/include/functions_reporting_pdf.php:1577 -msgid "June" -msgstr "June" - -#: ../../godmode/alerts/alert_special_days.php:365 -#: ../../enterprise/include/functions_reporting.php:1231 -#: ../../enterprise/include/functions_reporting.php:2028 -#: ../../enterprise/include/functions_reporting.php:2806 -#: ../../enterprise/include/functions_reporting_pdf.php:1580 -msgid "July" -msgstr "July" - -#: ../../godmode/alerts/alert_special_days.php:368 -#: ../../enterprise/include/functions_reporting.php:1234 -#: ../../enterprise/include/functions_reporting.php:2031 -#: ../../enterprise/include/functions_reporting.php:2809 -#: ../../enterprise/include/functions_reporting_pdf.php:1583 -msgid "August" -msgstr "August" - -#: ../../godmode/alerts/alert_special_days.php:371 -#: ../../enterprise/include/functions_reporting.php:1237 -#: ../../enterprise/include/functions_reporting.php:2034 -#: ../../enterprise/include/functions_reporting.php:2812 -#: ../../enterprise/include/functions_reporting_pdf.php:1586 -msgid "September" -msgstr "September" - -#: ../../godmode/alerts/alert_special_days.php:374 -#: ../../enterprise/include/functions_reporting.php:1240 -#: ../../enterprise/include/functions_reporting.php:2037 -#: ../../enterprise/include/functions_reporting.php:2815 -#: ../../enterprise/include/functions_reporting_pdf.php:1589 -msgid "October" -msgstr "October" - -#: ../../godmode/alerts/alert_special_days.php:377 -#: ../../enterprise/include/functions_reporting.php:1243 -#: ../../enterprise/include/functions_reporting.php:2040 -#: ../../enterprise/include/functions_reporting.php:2818 -#: ../../enterprise/include/functions_reporting_pdf.php:1592 -msgid "November" -msgstr "November" - -#: ../../godmode/alerts/alert_special_days.php:380 -#: ../../enterprise/include/functions_reporting.php:1246 -#: ../../enterprise/include/functions_reporting.php:2043 -#: ../../enterprise/include/functions_reporting.php:2821 -#: ../../enterprise/include/functions_reporting_pdf.php:1595 -msgid "December" -msgstr "December" - -#: ../../godmode/alerts/alert_special_days.php:422 -msgid "Same as " -msgstr "Same as " - -#: ../../godmode/alerts/alert_special_days.php:452 -#: ../../godmode/events/event_edit_filter.php:361 -#: ../../godmode/events/event_edit_filter.php:376 -#: ../../operation/events/events_list.php:338 -#: ../../operation/events/events_list.php:365 -#: ../../enterprise/godmode/agentes/collection_manager.php:167 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 -#: ../../enterprise/godmode/policies/policy_collections.php:125 -msgid "Remove" -msgstr "Remove" - -#: ../../godmode/alerts/alert_templates.php:62 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 -msgid "Everyday" -msgstr "Everyday" - -#: ../../godmode/alerts/alert_templates.php:73 -#: ../../include/functions_config.php:703 -#: ../../enterprise/extensions/ipam/ipam_editor.php:95 -#: ../../enterprise/godmode/setup/setup_history.php:68 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -msgid "Days" -msgstr "Days" - -#: ../../godmode/alerts/alert_templates.php:73 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -msgid "Every" -msgstr "Every" - -#: ../../godmode/alerts/alert_templates.php:83 -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 -msgid "and" -msgstr "and" - -#: ../../godmode/alerts/alert_templates.php:89 -#: ../../godmode/alerts/alert_view.php:306 -#: ../../godmode/alerts/configure_alert_template.php:549 -#: ../../godmode/snmpconsole/snmp_alert.php:919 -#: ../../enterprise/godmode/alerts/alert_events.php:453 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 -msgid "Time threshold" -msgstr "Time threshold" - -#: ../../godmode/alerts/alert_templates.php:268 -#: ../../godmode/modules/manage_network_components.php:532 -#: ../../godmode/reporting/reporting_builder.list_items.php:209 -#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 -#: ../../godmode/users/user_list.php:243 -#: ../../operation/agentes/alerts_status.php:390 -#: ../../operation/agentes/status_monitor.php:533 -#: ../../operation/events/events_list.php:640 ../../operation/tree.php:184 -#: ../../enterprise/godmode/alerts/alert_events_list.php:382 -#: ../../enterprise/godmode/modules/local_components.php:457 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 -#: ../../enterprise/meta/advanced/policymanager.queue.php:244 -#: ../../enterprise/meta/agentsearch.php:72 -msgid "Show Options" -msgstr "Show Options" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "No alert templates defined" - -#: ../../godmode/alerts/alert_view.php:49 -#: ../../godmode/alerts/alert_view.php:324 -#: ../../include/functions_events.php:2140 -msgid "Alert details" -msgstr "Alert details" - -#: ../../godmode/alerts/alert_view.php:106 -#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 -#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 -msgid "Stand by" -msgstr "Stand by" - -#: ../../godmode/alerts/alert_view.php:144 -#: ../../godmode/alerts/configure_alert_template.php:844 -#: ../../include/functions_ui.php:1012 -msgid "" -"The alert would fire when the value matches " +#: ../../include/functions_servers.php:443 +msgid "Sync server" msgstr "" -"The alert is triggered when the value matches " -#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1015 -msgid "" -"The alert would fire when the value doesn't match " -msgstr "" -"The alert is triggered when the value doesn't match " - -#: ../../godmode/alerts/alert_view.php:152 -#: ../../godmode/alerts/configure_alert_template.php:846 -#: ../../include/functions_ui.php:1003 -msgid "The alert would fire when the value is " -msgstr "" -"The alert is triggered when the value is equal to " - -#: ../../godmode/alerts/alert_view.php:156 -#: ../../godmode/alerts/configure_alert_template.php:847 -#: ../../include/functions_ui.php:1007 -msgid "The alert would fire when the value is not " -msgstr "" -"The alert is triggered when the value is different to " - -#: ../../godmode/alerts/alert_view.php:161 -#: ../../godmode/alerts/configure_alert_template.php:848 -#: ../../include/functions_ui.php:1021 -msgid "" -"The alert would fire when the value is between and " -"" -msgstr "" -"The alert is triggered when the value is between " -"and " - -#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1024 -msgid "" -"The alert would fire when the value is not between " -"and " -msgstr "" -"The alert is triggered when the value isn't between " -"and " - -#: ../../godmode/alerts/alert_view.php:170 -#: ../../godmode/alerts/configure_alert_template.php:850 -msgid "The alert would fire when the value is below " -msgstr "" -"The alert is triggered when the value is below " - -#: ../../godmode/alerts/alert_view.php:174 -#: ../../godmode/alerts/configure_alert_template.php:851 -msgid "The alert would fire when the value is above " -msgstr "" -"The alert is triggered when the value is over " - -#: ../../godmode/alerts/alert_view.php:179 -#: ../../godmode/alerts/configure_alert_template.php:854 -msgid "The alert would fire when the module value changes" -msgstr "The alert is triggered when the module's value changes" - -#: ../../godmode/alerts/alert_view.php:182 -#: ../../godmode/alerts/configure_alert_template.php:855 -msgid "The alert would fire when the module value does not change" -msgstr "The alert is triggered when the module's value remains the same" - -#: ../../godmode/alerts/alert_view.php:186 -#: ../../godmode/alerts/configure_alert_template.php:852 -#: ../../include/functions_ui.php:1038 -msgid "The alert would fire when the module is in warning status" -msgstr "The alert is triggered when the module is in warning status" - -#: ../../godmode/alerts/alert_view.php:189 -#: ../../godmode/alerts/configure_alert_template.php:853 -#: ../../include/functions_ui.php:1043 -msgid "The alert would fire when the module is in critical status" -msgstr "The alert is triggered when the module is in critical status" - -#: ../../godmode/alerts/alert_view.php:192 -#: ../../godmode/alerts/configure_alert_template.php:856 -msgid "The alert would fire when the module is in unknown status" -msgstr "The alert is triggered when the module is in unknown status" - -#: ../../godmode/alerts/alert_view.php:298 -#: ../../godmode/alerts/configure_alert_template.php:536 -msgid "Use special days list" -msgstr "Use special days list" - -#: ../../godmode/alerts/alert_view.php:310 -msgid "Number of alerts" -msgstr "Number of alerts" - -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:779 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1291 -#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 -#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 -#: ../../include/functions_graph.php:1435 -#: ../../include/functions_graph.php:3949 -#: ../../include/functions_graph.php:3954 -#: ../../include/functions_graph.php:4672 -#: ../../include/functions_graph.php:4675 -#: ../../include/functions_graph.php:4678 -#: ../../include/graphs/functions_pchart.php:208 -#: ../../include/graphs/functions_pchart.php:1182 -#: ../../include/functions_reporting.php:956 -#: ../../include/functions_ui.php:2001 -#: ../../enterprise/dashboard/widgets/top_n.php:477 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1592 -#: ../../enterprise/meta/include/functions_wizard_meta.php:840 -#: ../../enterprise/meta/include/functions_wizard_meta.php:849 -#: ../../enterprise/meta/include/functions_wizard_meta.php:926 -#: ../../enterprise/meta/include/functions_wizard_meta.php:935 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 -msgid "Min" -msgstr "Min." - -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:781 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 -#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 -#: ../../include/functions_graph.php:1433 -#: ../../include/functions_graph.php:3949 -#: ../../include/functions_graph.php:3954 -#: ../../include/functions_graph.php:4672 -#: ../../include/functions_graph.php:4675 -#: ../../include/functions_graph.php:4678 -#: ../../include/graphs/functions_pchart.php:202 -#: ../../include/graphs/functions_pchart.php:1184 -#: ../../include/functions_reporting.php:953 -#: ../../include/functions_ui.php:2001 -#: ../../enterprise/dashboard/widgets/top_n.php:474 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1312 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590 -#: ../../enterprise/meta/include/functions_wizard_meta.php:842 -#: ../../enterprise/meta/include/functions_wizard_meta.php:851 -#: ../../enterprise/meta/include/functions_wizard_meta.php:928 -#: ../../enterprise/meta/include/functions_wizard_meta.php:937 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1129 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1138 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1345 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1354 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1426 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1435 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1542 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1551 -msgid "Max" -msgstr "Max." - -#: ../../godmode/alerts/alert_view.php:325 -msgid "Firing conditions" -msgstr "Firing conditions" - -#: ../../godmode/alerts/alert_view.php:348 -#: ../../godmode/alerts/alert_view.php:370 -msgid "Every time that the alert is fired" -msgstr "Every time that the alert is fired" - -#: ../../godmode/alerts/alert_view.php:414 -msgid "" -"Select the desired action and mode to see the Firing/Recovery fields for " -"this action" -msgstr "" -"Select the desired action and mode to view the Firing/Recovery fields for " -"this action" - -#: ../../godmode/alerts/alert_view.php:417 -msgid "Select the action" -msgstr "Choose an action" - -#: ../../godmode/alerts/alert_view.php:420 -#: ../../godmode/alerts/configure_alert_action.php:148 -msgid "Firing" -msgstr "Firing" - -#: ../../godmode/alerts/alert_view.php:421 -msgid "Recovering" -msgstr "Recovering" - -#: ../../godmode/alerts/alert_view.php:423 -#: ../../godmode/massive/massive_edit_modules.php:545 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:243 -#: ../../enterprise/godmode/services/services.service.php:253 -#: ../../enterprise/operation/services/services.list.php:192 -#: ../../enterprise/operation/services/services.table_services.php:161 -msgid "Mode" -msgstr "Mode" - -#: ../../godmode/alerts/alert_view.php:438 -#: ../../godmode/alerts/alert_view.php:532 -#: ../../godmode/alerts/configure_alert_template.php:670 -msgid "Firing fields" -msgstr "Triggering fields" - -#: ../../godmode/alerts/alert_view.php:439 -msgid "" -"Fields passed to the command executed by this action when the alert is fired" -msgstr "" -"When the alert is triggered, action definining fields will be passed to the " -"command." - -#: ../../godmode/alerts/alert_view.php:442 -#: ../../godmode/alerts/alert_view.php:531 -msgid "Fields configured on the command associated to the action" -msgstr "Fields configured on the command associated to the action" - -#: ../../godmode/alerts/alert_view.php:443 -msgid "Template fields" -msgstr "Template fields" - -#: ../../godmode/alerts/alert_view.php:444 -msgid "Triggering fields configured in template" -msgstr "Triggering fields configured in template" - -#: ../../godmode/alerts/alert_view.php:445 -msgid "Action fields" -msgstr "Action fields" - -#: ../../godmode/alerts/alert_view.php:446 -msgid "Triggering fields configured in action" -msgstr "Triggering fields configured in action" - -#: ../../godmode/alerts/alert_view.php:448 -msgid "Executed on firing" -msgstr "Executed upon triggering" - -#: ../../godmode/alerts/alert_view.php:449 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Fields used on execution when the alert is fired" -msgstr "Fields used on execution when the alert is fired" - -#: ../../godmode/alerts/alert_view.php:508 -#: ../../godmode/alerts/alert_view.php:595 -#: ../../godmode/alerts/configure_alert_action.php:153 -#: ../../godmode/servers/plugin.php:381 -msgid "Command preview" -msgstr "Command preview" - -#: ../../godmode/alerts/alert_view.php:516 -msgid "The alert recovering is disabled on this template." -msgstr "Alert recovery is disabled for this template" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "Recovering fields" -msgstr "Recovery fields" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "" -"Fields passed to the command executed by this action when the alert is " -"recovered" -msgstr "" -"Fields passed to the command executed by this action when the alert is " -"recovered" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Template recovery fields" -msgstr "Template recovery fields" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Recovery fields configured in alert template" -msgstr "Recovery fields configured on alert templates" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Action recovery fields" -msgstr "Action recovery fields" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Recovery fields configured in alert action" -msgstr "Recovery fields configured on alert action" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Executed on recovery" -msgstr "Executed upon recovery" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Fields used on execution when the alert is recovered" -msgstr "Fields used upon execution when the alert is recovered" - -#: ../../godmode/alerts/configure_alert_action.php:57 -#: ../../godmode/alerts/configure_alert_action.php:66 -msgid "Configure alert action" -msgstr "Configure alert action" - -#: ../../godmode/alerts/configure_alert_action.php:98 -msgid "Update Action" -msgstr "Update Action" - -#: ../../godmode/alerts/configure_alert_action.php:128 -#: ../../godmode/alerts/configure_alert_command.php:150 -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/massive/massive_edit_plugins.php:437 -#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 -#: ../../godmode/servers/plugin.php:737 -#: ../../godmode/servers/recon_script.php:370 -msgid "Command" -msgstr "Command" - -#: ../../godmode/alerts/configure_alert_action.php:136 -#: ../../godmode/alerts/configure_alert_command.php:130 -msgid "Create Command" -msgstr "Create Command" - -#: ../../godmode/alerts/configure_alert_action.php:149 -msgid "Recovery" -msgstr "Recovery" - -#: ../../godmode/alerts/configure_alert_command.php:42 -msgid "Configure alert command" -msgstr "Configure alert command" - -#: ../../godmode/alerts/configure_alert_command.php:127 -msgid "Update Command" -msgstr "Update Command" - -#: ../../godmode/alerts/configure_alert_command.php:160 -#, php-format -msgid "Field %s description" -msgstr "%s field description" - -#: ../../godmode/alerts/configure_alert_command.php:175 -#, php-format -msgid "Field %s values" -msgstr "%s field values" - -#: ../../godmode/alerts/configure_alert_special_days.php:55 -msgid "Configure special day" -msgstr "Configure special day" - -#: ../../godmode/alerts/configure_alert_template.php:63 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -#: ../../include/functions_menu.php:483 -msgid "Configure alert template" -msgstr "Configure alert template" - -#: ../../godmode/alerts/configure_alert_template.php:118 -#: ../../godmode/modules/manage_network_components.php:160 -#: ../../enterprise/godmode/modules/local_components.php:106 -#, php-format -msgid "Successfully created from %s" -msgstr "Successfully created from %s" - -#: ../../godmode/alerts/configure_alert_template.php:147 -#: ../../godmode/alerts/configure_alert_template.php:152 -#: ../../godmode/alerts/configure_alert_template.php:167 -#: ../../godmode/alerts/configure_alert_template.php:172 -#: ../../godmode/alerts/configure_alert_template.php:187 -#: ../../godmode/alerts/configure_alert_template.php:192 -#: ../../include/functions_config.php:707 -#: ../../enterprise/godmode/alerts/alert_events.php:96 -#: ../../enterprise/godmode/alerts/alert_events.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:116 -#: ../../enterprise/godmode/alerts/alert_events.php:121 -#: ../../enterprise/godmode/alerts/alert_events.php:136 -#: ../../enterprise/godmode/alerts/alert_events.php:141 -#: ../../enterprise/godmode/setup/setup_history.php:71 -msgid "Step" -msgstr "Step" - -#: ../../godmode/alerts/configure_alert_template.php:148 -#: ../../godmode/alerts/configure_alert_template.php:153 -#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 -#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:581 -#: ../../include/functions_reporting.php:5483 -#: ../../enterprise/godmode/alerts/alert_events.php:97 -#: ../../enterprise/godmode/alerts/alert_events.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 -#: ../../enterprise/include/functions_reporting_csv.php:483 -#: ../../enterprise/meta/include/functions_wizard_meta.php:184 -#: ../../enterprise/meta/include/functions_wizard_meta.php:416 -#: ../../enterprise/meta/include/functions_wizard_meta.php:485 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1014 -msgid "General" -msgstr "General" - -#: ../../godmode/alerts/configure_alert_template.php:168 -#: ../../godmode/alerts/configure_alert_template.php:173 -#: ../../enterprise/godmode/alerts/alert_events.php:117 -#: ../../enterprise/godmode/alerts/alert_events.php:122 -msgid "Conditions" -msgstr "Conditions" - -#: ../../godmode/alerts/configure_alert_template.php:188 -#: ../../godmode/alerts/configure_alert_template.php:193 -#: ../../enterprise/godmode/alerts/alert_events.php:137 -#: ../../enterprise/godmode/alerts/alert_events.php:142 -msgid "Advanced fields" -msgstr "Advanced fields" - -#: ../../godmode/alerts/configure_alert_template.php:520 -#: ../../enterprise/godmode/alerts/alert_events.php:430 -msgid "Days of week" -msgstr "Days of week" - -#: ../../godmode/alerts/configure_alert_template.php:539 -#: ../../godmode/reporting/reporting_builder.item_editor.php:847 -#: ../../enterprise/godmode/alerts/alert_events.php:446 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1380 -msgid "Time from" -msgstr "Set initial time" - -#: ../../godmode/alerts/configure_alert_template.php:543 -#: ../../godmode/reporting/reporting_builder.item_editor.php:856 -#: ../../enterprise/godmode/alerts/alert_events.php:449 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1388 -msgid "Time to" -msgstr "Set end time" - -#: ../../godmode/alerts/configure_alert_template.php:553 -#: ../../godmode/snmpconsole/snmp_alert.php:911 -#: ../../enterprise/godmode/alerts/alert_events.php:457 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 -msgid "Min. number of alerts" -msgstr "Min. number of alerts" - -#: ../../godmode/alerts/configure_alert_template.php:557 -msgid "Reset counter for non-sustained alerts" -msgstr "Reset counter for non-sustained alerts" - -#: ../../godmode/alerts/configure_alert_template.php:557 -msgid "" -"Enable this option if you want the counter to be reset when the alert is not " -"being fired consecutively, even if it's within the time threshold" -msgstr "" -"Enable this option if you want the counter to be reset when the alert is not " -"being fired consecutively, even if it's within the time threshold" - -#: ../../godmode/alerts/configure_alert_template.php:560 -#: ../../godmode/snmpconsole/snmp_alert.php:914 -#: ../../enterprise/godmode/alerts/alert_events.php:460 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 -msgid "Max. number of alerts" -msgstr "Max. number of alerts" - -#: ../../godmode/alerts/configure_alert_template.php:588 -msgid "" -"Unless they're left blank, the fields from the action will override those " -"set on the template." -msgstr "" -"Unless they're left blank, the fields from the action will override those " -"set on the template." - -#: ../../godmode/alerts/configure_alert_template.php:590 -msgid "Condition type" -msgstr "Condition type" - -#: ../../godmode/alerts/configure_alert_template.php:597 -msgid "Trigger when matches the value" -msgstr "Triggered when the value matches" - -#: ../../godmode/alerts/configure_alert_template.php:609 -msgid "The regular expression is valid" -msgstr "The regular expression is valid" - -#: ../../godmode/alerts/configure_alert_template.php:614 -msgid "The regular expression is not valid" -msgstr "The regular expression is not valid" - -#: ../../godmode/alerts/configure_alert_template.php:620 -#: ../../godmode/massive/massive_edit_modules.php:372 -#: ../../godmode/massive/massive_edit_modules.php:418 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/modules/manage_network_components_form_common.php:119 -#: ../../godmode/modules/manage_network_components_form_common.php:136 -#: ../../include/functions_alerts.php:570 -#: ../../include/functions_graph.php:4322 -#: ../../include/functions_reporting_html.php:3140 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../enterprise/dashboard/widgets/top_n.php:79 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 -#: ../../enterprise/godmode/modules/configure_local_component.php:238 -#: ../../enterprise/godmode/modules/configure_local_component.php:255 -msgid "Min." -msgstr "Min." - -#: ../../godmode/alerts/configure_alert_template.php:662 -msgid "Alert recovery" -msgstr "Alert recovery" - -#: ../../godmode/alerts/configure_alert_template.php:663 -#: ../../include/functions_groups.php:2158 -#: ../../include/functions_reporting_html.php:2092 -#: ../../operation/agentes/estado_generalagente.php:297 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 -#: ../../enterprise/extensions/ipam/ipam_massive.php:79 -#: ../../enterprise/extensions/ipam/ipam_network.php:542 -#: ../../enterprise/include/functions_reporting_pdf.php:2344 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 -msgid "Enabled" -msgstr "Enabled" - -#: ../../godmode/alerts/configure_alert_template.php:671 -msgid "Recovery fields" -msgstr "Recovery fields" - -#: ../../godmode/alerts/configure_alert_template.php:772 -#: ../../godmode/modules/manage_network_components_form_common.php:58 -#: ../../enterprise/godmode/modules/configure_local_component.php:155 -msgid "Wizard level" -msgstr "Wizard level" - -#: ../../godmode/alerts/configure_alert_template.php:774 -msgid "No wizard" -msgstr "No wizard" - -#: ../../godmode/alerts/configure_alert_template.php:821 -#: ../../godmode/alerts/configure_alert_template.php:825 -#: ../../enterprise/dashboard/full_dashboard.php:210 -#: ../../enterprise/dashboard/public_dashboard.php:226 -#: ../../enterprise/godmode/alerts/alert_events.php:552 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 -msgid "Next" -msgstr "Next" - -#: ../../godmode/alerts/configure_alert_template.php:845 -#, php-format -msgid "The alert would fire when the value doesn\\'t match %s" -msgstr "The alert is triggered when the value doesn't match %s" - -#: ../../godmode/alerts/configure_alert_template.php:849 -msgid "" -"The alert would fire when the value is not between and " -msgstr "" -"The alert will activate when the value is not between and " - -#: ../../godmode/alerts/configure_alert_template.php:857 -msgid "" -"The alert template cannot have the same value for min and max thresholds." -msgstr "" -"The alert template cannot have the same value for min and max thresholds." - -#: ../../godmode/category/category.php:44 -#: ../../godmode/category/category.php:51 -#: ../../godmode/category/edit_category.php:43 -#: ../../godmode/category/edit_category.php:50 -msgid "List categories" -msgstr "List categories" - -#: ../../godmode/category/category.php:58 -#: ../../godmode/category/category.php:61 -#: ../../godmode/category/edit_category.php:57 -#: ../../godmode/category/edit_category.php:60 -msgid "Categories configuration" -msgstr "Category settings" - -#: ../../godmode/category/category.php:72 -msgid "Error deleting category" -msgstr "Error deleting category" - -#: ../../godmode/category/category.php:76 -msgid "Successfully deleted category" -msgstr "Successfully deleted category" - -#: ../../godmode/category/category.php:110 -msgid "Category name" -msgstr "Category name" - -#: ../../godmode/category/category.php:141 -msgid "No categories found" -msgstr "No categories found" - -#: ../../godmode/category/category.php:150 -#: ../../godmode/category/edit_category.php:146 -msgid "Create category" -msgstr "Create category" - -#: ../../godmode/category/edit_category.php:57 -msgid "Editor" -msgstr "Editor" - -#: ../../godmode/category/edit_category.php:76 -msgid "Error updating category" -msgstr "Error updating category" - -#: ../../godmode/category/edit_category.php:80 -msgid "Successfully updated category" -msgstr "Category successfully updated" - -#: ../../godmode/category/edit_category.php:99 -msgid "Error creating category" -msgstr "Error creating category" - -#: ../../godmode/category/edit_category.php:105 -msgid "Successfully created category" -msgstr "Category successfully created" - -#: ../../godmode/category/edit_category.php:137 -msgid "Update category" -msgstr "Update category" - -#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 -#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_purge.php:37 -#: ../../godmode/db/db_refine.php:33 -msgid "Database maintenance" -msgstr "Database maintenance" - -#: ../../godmode/db/db_audit.php:19 -msgid "Database audit purge" -msgstr "Purge audit data" - -#: ../../godmode/db/db_audit.php:70 -msgid "Success data deleted" -msgstr "Data deleted sucessfully" - -#: ../../godmode/db/db_audit.php:72 -msgid "Error deleting data" -msgstr "Error deleting data" - -#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 -#: ../../include/functions_reporting_html.php:1556 -#: ../../include/functions_reporting_html.php:1571 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/group_view.php:165 ../../operation/tree.php:273 -#: ../../enterprise/dashboard/widgets/tree_view.php:197 -#: ../../enterprise/include/functions_inventory.php:323 -#: ../../enterprise/include/functions_reporting_pdf.php:691 -#: ../../enterprise/include/functions_reporting_pdf.php:706 -#: ../../enterprise/meta/monitoring/group_view.php:145 -#: ../../enterprise/operation/agentes/agent_inventory.php:230 -msgid "Total" -msgstr "Total" - -#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 -msgid "Records" -msgstr "Records" - -#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 -msgid "First date" -msgstr "First date" - -#: ../../godmode/db/db_audit.php:88 -msgid "Latest date" -msgstr "Latest date" - -#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_event.php:73 -#: ../../godmode/db/db_purge.php:335 -msgid "Purge data" -msgstr "Purge data" - -#: ../../godmode/db/db_audit.php:97 -msgid "Purge audit data over 90 days" -msgstr "Purge audit data from last 90 days" - -#: ../../godmode/db/db_audit.php:98 -msgid "Purge audit data over 30 days" -msgstr "Purge audit data from last 30 days" - -#: ../../godmode/db/db_audit.php:99 -msgid "Purge audit data over 14 days" -msgstr "Purge audit data from last 14 days" - -#: ../../godmode/db/db_audit.php:100 -msgid "Purge audit data over 7 days" -msgstr "Purge audit data from last 7 days" - -#: ../../godmode/db/db_audit.php:101 -msgid "Purge audit data over 3 days" -msgstr "Purge audit data from last 3 days" - -#: ../../godmode/db/db_audit.php:102 -msgid "Purge audit data over 1 day" -msgstr "Purge audit data from last day" - -#: ../../godmode/db/db_audit.php:103 -msgid "Purge all audit data" -msgstr "Purge all audit data" - -#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 -msgid "Do it!" -msgstr "Do it!" - -#: ../../godmode/db/db_event.php:22 -msgid "Event database cleanup" -msgstr "Database events cleanup" - -#: ../../godmode/db/db_event.php:40 -msgid "Successfully deleted old events" -msgstr "Successfully deleted old events" - -#: ../../godmode/db/db_event.php:43 -msgid "Error deleting old events" -msgstr "Error deleting old events" - -#: ../../godmode/db/db_event.php:67 -msgid "Latest data" -msgstr "Latest data" - -#: ../../godmode/db/db_event.php:81 -msgid "Purge event data over 90 days" -msgstr "Purge event data from last 90 days" - -#: ../../godmode/db/db_event.php:82 -msgid "Purge event data over 30 days" -msgstr "Purge event data from last 30 days" - -#: ../../godmode/db/db_event.php:83 -msgid "Purge event data over 14 days" -msgstr "Purge event data from last 14 days" - -#: ../../godmode/db/db_event.php:84 -msgid "Purge event data over 7 days" -msgstr "Purge event data from last 7 days" - -#: ../../godmode/db/db_event.php:85 -msgid "Purge event data over 3 days" -msgstr "Purge event data from last 3 days" - -#: ../../godmode/db/db_event.php:86 -msgid "Purge event data over 1 day" -msgstr "Purge event data from last day" - -#: ../../godmode/db/db_event.php:87 -msgid "Purge all event data" -msgstr "Purge all event data" - -#: ../../godmode/db/db_info.php:32 -msgid "Database information" -msgstr "Database information" - -#: ../../godmode/db/db_info.php:34 -msgid "Module data received" -msgstr "Module data received" - -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" -msgstr "Current setup for database maintenance" - -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" -msgstr "Database setup" - -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" -msgstr "Max. time before compacting data" - -#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88 -#: ../../godmode/setup/setup_visuals.php:740 ../../include/functions.php:431 -#: ../../include/functions.php:565 ../../include/functions_html.php:731 -#: ../../enterprise/meta/advanced/metasetup.visual.php:143 -msgid "days" -msgstr "days" - -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" -msgstr "Max. time before purging" - -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" -msgstr "Database size stats" - -#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:7248 -#: ../../include/functions_reporting_html.php:3469 -#: ../../mobile/operation/groups.php:125 ../../operation/tree.php:271 -#: ../../enterprise/dashboard/widgets/tree_view.php:195 -#: ../../enterprise/include/functions_reporting_csv.php:456 -msgid "Total agents" -msgstr "Total amount of agents" - -#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:9898 -msgid "Total events" -msgstr "Total amount of events" - -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" -msgstr "Total data items (tagente_datos)" - -#: ../../godmode/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" -msgstr "Total log4x items (tagente_datos_log4x)" - -#: ../../godmode/db/db_main.php:135 -msgid "Total data string items (tagente_datos_string)" -msgstr "Total number of data string items" - -#: ../../godmode/db/db_main.php:141 -msgid "Total modules configured" -msgstr "Total amount of modules configured" - -#: ../../godmode/db/db_main.php:149 -msgid "Total agent access records" -msgstr "Total agent access records" - -#: ../../godmode/db/db_main.php:160 -msgid "Database sanity" -msgstr "Database health status" - -#: ../../godmode/db/db_main.php:164 -msgid "Total uknown agents" -msgstr "Total number of unknown agents" - -#: ../../godmode/db/db_main.php:170 -msgid "Total non-init modules" -msgstr "Total amount of non-init modules" - -#: ../../godmode/db/db_main.php:179 -msgid "Last time on DB maintance" -msgstr "Last time on DB maintance" - -#: ../../godmode/db/db_main.php:183 -#: ../../godmode/snmpconsole/snmp_alert.php:1217 -#: ../../include/functions_treeview.php:595 ../../include/functions_ui.php:449 -#: ../../operation/agentes/estado_generalagente.php:210 -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 -#: ../../enterprise/extensions/cron/main.php:291 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 -#: ../../enterprise/extensions/ipam/ipam_list.php:223 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 -msgid "Never" -msgstr "Never" - -#: ../../godmode/db/db_main.php:200 -msgid "" -"Please check your Pandora Server setup and be sure that database maintenance " -"daemon is running. It's very important to keep up-to-date database to get " -"the best performance and results in Pandora" -msgstr "" -"Please make sure your Pandora Server settings are correct and that the " -"database maintenance daemon is running. It's very important to keep your " -"database up to date in order to get the best performance and results from " -"Pandora FMS." - -#: ../../godmode/db/db_purge.php:38 ../../godmode/menu.php:316 -msgid "Database purge" -msgstr "Database purge" - -#: ../../godmode/db/db_purge.php:43 -msgid "Get data from agent" -msgstr "Retrieve data from agent" - -#: ../../godmode/db/db_purge.php:75 -#, php-format -msgid "Purge task launched for agent %s :: Data older than %s" -msgstr "Purge task launched for agent %s :: Data older than %s" - -#: ../../godmode/db/db_purge.php:78 -msgid "" -"Please be patient. This operation can take a long time depending on the " -"amount of modules." -msgstr "" -"Please be patient, this operation can take a long time depending on the " -"amount of modules" - -#: ../../godmode/db/db_purge.php:92 -#, php-format -msgid "Deleting records for module %s" -msgstr "Deleting records for module %s" - -#: ../../godmode/db/db_purge.php:140 -#, php-format -msgid "Total errors: %s" -msgstr "Total amount of errors: %s" - -#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 -#, php-format -msgid "Total records deleted: %s" -msgstr "Total number of records deleted: %s" - -#: ../../godmode/db/db_purge.php:149 -msgid "Deleting records for all agents" -msgstr "Deleting records for all agents" - -#: ../../godmode/db/db_purge.php:166 -msgid "Choose agent" -msgstr "Choose agent" - -#: ../../godmode/db/db_purge.php:167 -#: ../../operation/incidents/incident.php:279 -msgid "All agents" -msgstr "All agents" - -#: ../../godmode/db/db_purge.php:172 -msgid "Select the agent you want information about" -msgstr "Choose the agent you wish to view information about" - -#: ../../godmode/db/db_purge.php:174 -msgid "Get data" -msgstr "Retrieve data" - -#: ../../godmode/db/db_purge.php:175 -msgid "Click here to get the data from the agent specified in the select box" -msgstr "Click here to retrieve data from the agent specified." - -#: ../../godmode/db/db_purge.php:179 -#, php-format -msgid "Information on agent %s in the database" -msgstr "Information on agent %s in the database" - -#: ../../godmode/db/db_purge.php:182 -msgid "Information on all agents in the database" -msgstr "Information on all agents from the database" - -#: ../../godmode/db/db_purge.php:317 -msgid "Packets less than three months old" -msgstr "Packages less than three months old" - -#: ../../godmode/db/db_purge.php:319 -msgid "Packets less than one month old" -msgstr "Packages less than one month old" - -#: ../../godmode/db/db_purge.php:321 -msgid "Packets less than two weeks old" -msgstr "Packages less than two weeks old" - -#: ../../godmode/db/db_purge.php:323 -msgid "Packets less than one week old" -msgstr "Packages less than one week old" - -#: ../../godmode/db/db_purge.php:325 -msgid "Packets less than three days old" -msgstr "Packages less than three days old" - -#: ../../godmode/db/db_purge.php:327 -msgid "Packets less than one day old" -msgstr "Packages less than one day old" - -#: ../../godmode/db/db_purge.php:329 -msgid "Total number of packets" -msgstr "Total number of packages" - -#: ../../godmode/db/db_purge.php:340 -msgid "Purge data over 3 months" -msgstr "Purge data from the last 3 months" - -#: ../../godmode/db/db_purge.php:341 -msgid "Purge data over 1 month" -msgstr "Purge data from the last month" - -#: ../../godmode/db/db_purge.php:342 -msgid "Purge data over 2 weeks" -msgstr "Purge data from the last 2 weeks" - -#: ../../godmode/db/db_purge.php:343 -msgid "Purge data over 1 week" -msgstr "Purge data from the last week" - -#: ../../godmode/db/db_purge.php:344 -msgid "Purge data over 3 days" -msgstr "Purge data from the last 3 days" - -#: ../../godmode/db/db_purge.php:345 -msgid "Purge data over 1 day" -msgstr "Purge data from last day" - -#: ../../godmode/db/db_purge.php:346 -msgid "All data until now" -msgstr "All data until now" - -#: ../../godmode/db/db_purge.php:350 -msgid "Purge" -msgstr "Purge" - -#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:317 -#: ../../include/functions_db.php:1499 -msgid "Database debug" -msgstr "Database debug" - -#: ../../godmode/db/db_refine.php:42 -msgid "Maximum is equal to minimum" -msgstr "Maximum is equal to minimum" - -#: ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_copy_modules.php:447 -#: ../../include/functions_agents.php:565 -msgid "No modules have been selected" -msgstr "No modules have been selected" - -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" -msgstr "Filtering data module" - -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" -msgstr "Filtering completed" - -#: ../../godmode/db/db_refine.php:83 -#: ../../operation/agentes/exportdata.php:244 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 -msgid "Source agent" -msgstr "Source agent" - -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" -msgstr "No agent selected" - -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" -msgstr "Get Info" - -#: ../../godmode/db/db_refine.php:105 -msgid "Purge data out of these limits" -msgstr "Purge data out of these limits" - -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 -#: ../../include/functions_reporting.php:5704 -msgid "Minimum" -msgstr "Minimum" - -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -#: ../../include/functions_reporting.php:5707 -msgid "Maximum" -msgstr "Maximum" - -#: ../../godmode/events/custom_events.php:68 -#: ../../godmode/events/custom_events.php:152 -#: ../../include/functions_events.php:34 -#: ../../include/functions_events.php:1581 -#: ../../enterprise/meta/include/functions_events_meta.php:55 -msgid "Event id" -msgstr "Choose between the users who have validated an event." - -#: ../../godmode/events/custom_events.php:71 -#: ../../godmode/events/custom_events.php:153 -#: ../../include/functions_events.php:35 -#: ../../include/functions_events.php:905 -#: ../../include/functions_events.php:2338 -#: ../../include/functions_reporting_html.php:1022 -#: ../../include/functions_reporting_html.php:1032 -#: ../../include/functions_reporting_html.php:2825 -#: ../../enterprise/meta/include/functions_events_meta.php:58 -msgid "Event name" -msgstr "Event name" - -#: ../../godmode/events/custom_events.php:86 -#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223 -#: ../../include/ajax/events.php:466 ../../include/functions_events.php:40 -#: ../../include/functions_events.php:912 -#: ../../include/functions_events.php:2343 -#: ../../include/functions_events.php:3542 -#: ../../include/functions_netflow.php:287 -#: ../../include/functions_reporting_html.php:813 -#: ../../include/functions_reporting_html.php:822 -#: ../../include/functions_reporting_html.php:1026 -#: ../../include/functions_reporting_html.php:1035 -#: ../../include/functions_reporting_html.php:1650 -#: ../../include/functions_reporting_html.php:2827 -#: ../../mobile/operation/events.php:473 -#: ../../mobile/operation/modules.php:548 -#: ../../mobile/operation/modules.php:756 -#: ../../operation/agentes/estado_generalagente.php:402 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:99 -#: ../../operation/agentes/status_monitor.php:990 -#: ../../operation/events/events.build_table.php:167 -#: ../../operation/events/events.php:87 -#: ../../operation/messages/message_list.php:127 -#: ../../operation/search_modules.php:54 -#: ../../operation/snmpconsole/snmp_view.php:623 -#: ../../enterprise/include/functions_inventory.php:65 -#: ../../enterprise/include/functions_inventory.php:241 -#: ../../enterprise/include/functions_reporting_csv.php:349 -#: ../../enterprise/include/functions_reporting_csv.php:879 -#: ../../enterprise/meta/include/functions_events_meta.php:73 -msgid "Timestamp" -msgstr "Timestamp" - -#: ../../godmode/events/custom_events.php:89 -#: ../../godmode/events/custom_events.php:159 -#: ../../godmode/events/event_edit_filter.php:235 -#: ../../godmode/events/event_filter.php:110 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1413 -#: ../../include/functions_events.php:41 -#: ../../include/functions_events.php:3562 -#: ../../operation/events/events.build_table.php:191 -#: ../../operation/events/events_list.php:563 -#: ../../enterprise/dashboard/widgets/events_list.php:36 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1683 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:296 -#: ../../enterprise/include/functions_events.php:97 -#: ../../enterprise/meta/include/functions_events_meta.php:76 -msgid "Event type" -msgstr "Event type" - -#: ../../godmode/events/custom_events.php:92 -#: ../../godmode/events/custom_events.php:160 -#: ../../include/functions_events.php:42 -#: ../../enterprise/meta/include/functions_events_meta.php:79 -msgid "Agent module" -msgstr "Agent module" - -#: ../../godmode/events/custom_events.php:98 -#: ../../godmode/events/custom_events.php:162 -#: ../../godmode/events/event_edit_filter.php:239 -#: ../../godmode/events/event_filter.php:112 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1401 -#: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:898 -#: ../../include/functions_events.php:2387 -#: ../../include/functions_events.php:3579 -#: ../../include/functions_reporting_html.php:811 -#: ../../include/functions_reporting_html.php:820 -#: ../../include/functions_reporting_html.php:1024 -#: ../../include/functions_reporting_html.php:1034 -#: ../../include/functions_reporting_html.php:1648 -#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374 -#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632 -#: ../../mobile/operation/events.php:633 -#: ../../operation/events/events.build_table.php:211 -#: ../../operation/events/events_list.php:569 -#: ../../operation/snmpconsole/snmp_view.php:399 -#: ../../enterprise/dashboard/widgets/events_list.php:54 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1671 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:285 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:320 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 -#: ../../enterprise/include/functions_events.php:104 -#: ../../enterprise/include/functions_reporting.php:1397 -#: ../../enterprise/include/functions_reporting_pdf.php:1761 -#: ../../enterprise/meta/include/functions_events_meta.php:85 -msgid "Severity" -msgstr "Severity" - -#: ../../godmode/events/custom_events.php:101 -#: ../../godmode/events/custom_events.php:163 -#: ../../include/functions_events.php:45 -#: ../../include/functions_events.php:1751 -#: ../../include/functions_events.php:3584 -#: ../../include/functions_events.php:3929 -#: ../../operation/events/events.build_table.php:217 -#: ../../operation/events/events.build_table.php:583 -#: ../../enterprise/meta/include/functions_events_meta.php:88 -msgid "Comment" -msgstr "Comment" - -#: ../../godmode/events/custom_events.php:110 -#: ../../godmode/events/custom_events.php:166 -#: ../../include/functions_events.php:48 -#: ../../include/functions_events.php:2251 -#: ../../enterprise/meta/include/functions_events_meta.php:97 -msgid "Extra id" -msgstr "Extra ID" - -#: ../../godmode/events/custom_events.php:116 -#: ../../godmode/events/custom_events.php:168 -#: ../../include/functions_events.php:50 -#: ../../include/functions_events.php:3604 -#: ../../operation/events/events.build_table.php:241 -#: ../../enterprise/meta/include/functions_events_meta.php:103 -msgid "ACK Timestamp" -msgstr "ACK Timestamp" - -#: ../../godmode/events/custom_events.php:119 -#: ../../godmode/events/custom_events.php:169 -#: ../../include/functions_events.php:51 -#: ../../include/functions_events.php:2190 -#: ../../include/functions_events.php:2202 -#: ../../include/functions_events.php:2214 -#: ../../include/functions_events.php:2226 -#: ../../include/functions_events.php:2231 -#: ../../include/functions_events.php:2236 -#: ../../include/functions_events.php:2240 -#: ../../include/functions_events.php:3609 -#: ../../operation/events/events.build_table.php:247 -#: ../../enterprise/meta/include/functions_events_meta.php:106 -msgid "Instructions" -msgstr "Instructions" - -#: ../../godmode/events/custom_events.php:122 -#: ../../godmode/events/custom_events.php:170 -#: ../../include/functions_events.php:52 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:307 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:387 -#: ../../enterprise/meta/include/functions_events_meta.php:109 -msgid "Server name" -msgstr "Server name" - -#: ../../godmode/events/custom_events.php:131 -#: ../../enterprise/meta/event/custom_events.php:191 -msgid "Show event fields" -msgstr "Show event fields" - -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "Load default event fields" - -#: ../../godmode/events/custom_events.php:133 -msgid "Default event fields will be loaded. Do you want to continue?" -msgstr "Default event fields will be loaded. Continue?" - -#: ../../godmode/events/custom_events.php:181 -#: ../../enterprise/meta/event/custom_events.php:169 -msgid "Fields available" -msgstr "Fields available" - -#: ../../godmode/events/custom_events.php:185 -#: ../../enterprise/meta/event/custom_events.php:178 -msgid "Add fields to select" -msgstr "Add fields to select" - -#: ../../godmode/events/custom_events.php:189 -#: ../../enterprise/meta/event/custom_events.php:183 -msgid "Delete fields to select" -msgstr "Delete fields to select" - -#: ../../godmode/events/custom_events.php:193 -#: ../../enterprise/meta/event/custom_events.php:171 -msgid "Fields selected" -msgstr "Fields selected" - -#: ../../godmode/events/event_edit_filter.php:166 -#: ../../godmode/modules/manage_nc_groups.php:83 -#: ../../godmode/netflow/nf_edit_form.php:110 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 -msgid "Not updated. Blank name" -msgstr "Couldn't update. Blank name." - -#: ../../godmode/events/event_edit_filter.php:174 -#: ../../godmode/modules/manage_nc_groups.php:99 -#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88 -msgid "Not updated. Error updating data" -msgstr "Couldn't update. Error updating data." - -#: ../../godmode/events/event_edit_filter.php:203 -msgid "Update Filter" -msgstr "Update Filter" - -#: ../../godmode/events/event_edit_filter.php:206 -msgid "Create Filter" -msgstr "Create Filter" - -#: ../../godmode/events/event_edit_filter.php:215 -#: ../../operation/events/events_list.php:225 -msgid "Filter name" -msgstr "Filter name" - -#: ../../godmode/events/event_edit_filter.php:219 -msgid "Save in group" -msgstr "Save in group" - -#: ../../godmode/events/event_edit_filter.php:220 -msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" -msgstr "" -"This group will be used to restrict visibility for this filter with ACLs." - -#: ../../godmode/events/event_edit_filter.php:233 -#: ../../godmode/massive/massive_copy_modules.php:81 -#: ../../godmode/massive/massive_copy_modules.php:194 -#: ../../godmode/massive/massive_delete_agents.php:117 -#: ../../godmode/massive/massive_delete_modules.php:457 -#: ../../godmode/massive/massive_delete_modules.php:471 -#: ../../godmode/massive/massive_edit_agents.php:220 -#: ../../godmode/massive/massive_edit_modules.php:300 -#: ../../godmode/massive/massive_edit_modules.php:331 -#: ../../include/functions.php:1083 ../../include/functions_events.php:1428 -#: ../../mobile/operation/modules.php:43 -#: ../../operation/agentes/estado_agente.php:190 -#: ../../operation/agentes/status_monitor.php:303 -#: ../../operation/events/events_list.php:566 -#: ../../enterprise/dashboard/widgets/events_list.php:34 -msgid "Not normal" -msgstr "Not normal" - -#: ../../godmode/events/event_edit_filter.php:245 -#: ../../godmode/events/event_filter.php:111 -#: ../../operation/events/events_list.php:576 -#: ../../enterprise/dashboard/widgets/events_list.php:46 -#: ../../enterprise/include/functions_events.php:83 -msgid "Event status" -msgstr "Event status" - -#: ../../godmode/events/event_edit_filter.php:249 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1499 -#: ../../godmode/snmpconsole/snmp_alert.php:999 -#: ../../mobile/operation/agents.php:194 ../../mobile/operation/alerts.php:188 -#: ../../mobile/operation/events.php:642 -#: ../../mobile/operation/modules.php:254 -#: ../../operation/events/events_list.php:409 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../enterprise/extensions/ipam/ipam_network.php:281 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1889 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:347 -#: ../../enterprise/include/functions_events.php:90 -msgid "Free search" -msgstr "Free search" - -#: ../../godmode/events/event_edit_filter.php:253 -#: ../../operation/events/events_list.php:411 -#: ../../enterprise/meta/agentsearch.php:28 -#: ../../enterprise/meta/agentsearch.php:32 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 -msgid "Agent search" -msgstr "Agent search" - -#: ../../godmode/events/event_edit_filter.php:276 -#: ../../godmode/setup/setup_visuals.php:62 -#: ../../godmode/users/configure_user.php:519 -#: ../../include/functions_config.php:457 -#: ../../operation/events/events_list.php:469 -#: ../../operation/snmpconsole/snmp_view.php:388 -#: ../../operation/users/user_edit.php:238 -#: ../../enterprise/meta/advanced/metasetup.visual.php:117 -#: ../../enterprise/meta/include/functions_meta.php:1071 -msgid "Block size for pagination" -msgstr "Block size for pagination" - -#: ../../godmode/events/event_edit_filter.php:285 -#: ../../operation/events/events_list.php:431 -#: ../../enterprise/include/functions_events.php:128 -msgid "User ack." -msgstr "User ack." - -#: ../../godmode/events/event_edit_filter.php:286 -msgid "Choose between the users who have validated an event. " -msgstr "Choose among the users who have validated an event. " - -#: ../../godmode/events/event_edit_filter.php:299 -#: ../../operation/events/events_list.php:582 -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "All events" -msgstr "All events" - -#: ../../godmode/events/event_edit_filter.php:300 -#: ../../operation/events/events_list.php:583 -msgid "Group events" -msgstr "Group events" - -#: ../../godmode/events/event_edit_filter.php:305 -#: ../../operation/events/events_list.php:480 -#: ../../enterprise/include/functions_events.php:142 -msgid "Date from" -msgstr "From (date)" - -#: ../../godmode/events/event_edit_filter.php:308 -#: ../../operation/events/events_list.php:486 -#: ../../enterprise/include/functions_events.php:135 -msgid "Date to" -msgstr "To (date)" - -#: ../../godmode/events/event_edit_filter.php:350 -#: ../../operation/events/events_list.php:506 -#: ../../operation/events/events_list.php:520 -#: ../../enterprise/include/functions_events.php:180 -msgid "Events with following tags" -msgstr "Events with following tags" - -#: ../../godmode/events/event_edit_filter.php:365 -#: ../../operation/events/events_list.php:512 -#: ../../operation/events/events_list.php:526 -#: ../../enterprise/include/functions_events.php:197 -msgid "Events without following tags" -msgstr "Events without follow-up tags" - -#: ../../godmode/events/event_edit_filter.php:379 -#: ../../operation/events/events_list.php:462 -#: ../../enterprise/include/functions_events.php:156 -msgid "Alert events" -msgstr "Alert events" - -#: ../../godmode/events/event_edit_filter.php:383 -#: ../../operation/events/events_list.php:465 -msgid "Filter alert events" -msgstr "Filter alert events" - -#: ../../godmode/events/event_edit_filter.php:384 -#: ../../operation/events/events_list.php:466 -msgid "Only alert events" -msgstr "Only alert events" - -#: ../../godmode/events/event_edit_filter.php:388 -#: ../../operation/events/events_list.php:443 -msgid "Module search" -msgstr "Module search" - -#: ../../godmode/events/event_filter.php:167 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -msgstr "There are no filters set" - -#: ../../godmode/events/event_filter.php:175 -#: ../../godmode/netflow/nf_edit.php:167 -#: ../../godmode/netflow/nf_edit_form.php:182 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../enterprise/meta/event/custom_events.php:43 -msgid "Create filter" -msgstr "Create new filter" - -#: ../../godmode/events/event_responses.editor.php:63 -msgid "Edit event responses" -msgstr "Edit event responses" - -#: ../../godmode/events/event_responses.editor.php:93 -msgid "For Command type Modal Window mode is enforced" -msgstr "For Command type Modal Window mode is enforced" - -#: ../../godmode/events/event_responses.editor.php:94 -msgid "Modal window" -msgstr "Modal window" - -#: ../../godmode/events/event_responses.editor.php:94 -msgid "New window" -msgstr "New window" - -#: ../../godmode/events/event_responses.editor.php:104 -#: ../../godmode/reporting/graph_builder.main.php:137 -#: ../../godmode/reporting/visual_console_builder.wizard.php:134 -#: ../../godmode/setup/gis_step_2.php:257 -#: ../../include/functions_visual_map_editor.php:84 -#: ../../include/functions_visual_map_editor.php:386 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 -msgid "Width" -msgstr "Width" - -#: ../../godmode/events/event_responses.editor.php:106 -#: ../../godmode/reporting/graph_builder.main.php:141 -#: ../../godmode/reporting/visual_console_builder.wizard.php:137 -#: ../../godmode/setup/gis_step_2.php:259 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 -msgid "Height" -msgstr "Height" - -#: ../../godmode/events/event_responses.editor.php:111 -#: ../../include/functions_events.php:1817 -#: ../../enterprise/extensions/cron/main.php:334 -msgid "Parameters" -msgstr "Parameters" - -#: ../../godmode/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "No responses found" - -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "Create response" - -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" -msgstr "Response added succesfully" - -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" -msgstr "Response cannot be added" - -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" -msgstr "Response successfully updated" - -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" -msgstr "Response cannot be updated" - -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" -msgstr "Response successfully deleted" - -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" -msgstr "Response cannot be deleted" - -#: ../../godmode/events/events.php:37 ../../operation/events/events.php:334 -#: ../../operation/users/user_edit.php:278 -msgid "Event list" -msgstr "Event list" - -#: ../../godmode/events/events.php:42 -#: ../../godmode/netflow/nf_edit_form.php:55 -msgid "Filter list" -msgstr "Filter list" - -#: ../../godmode/events/events.php:48 ../../godmode/menu.php:187 -#: ../../enterprise/meta/event/custom_events.php:48 -msgid "Event responses" -msgstr "Event responses" - -#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80 -#: ../../godmode/reporting/reporting_builder.list_items.php:182 -#: ../../enterprise/meta/event/custom_events.php:65 -#: ../../enterprise/meta/event/custom_events.php:80 -#: ../../enterprise/meta/general/main_header.php:214 -msgid "Filters" -msgstr "Filters" - -#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306 -#: ../../enterprise/meta/event/custom_events.php:73 -msgid "Responses" -msgstr "Responses" - -#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 -#: ../../godmode/users/configure_profile.php:283 -#: ../../operation/events/events.php:365 -msgid "Manage events" -msgstr "Manage events" - -#: ../../godmode/extensions.php:27 -#: ../../enterprise/meta/general/main_header.php:320 -msgid "Extensions" -msgstr "Extensions" - -#: ../../godmode/extensions.php:27 -msgid "Defined extensions" -msgstr "Defined extensions" - -#: ../../godmode/extensions.php:32 -msgid "There are no extensions defined" -msgstr "There are no extensions defined" - -#: ../../godmode/extensions.php:145 ../../enterprise/godmode/menu.php:162 -#: ../../enterprise/include/functions_setup.php:27 -#: ../../enterprise/include/functions_setup.php:55 -msgid "Enterprise" -msgstr "Enterprise" - -#: ../../godmode/extensions.php:146 -msgid "Godmode Function" -msgstr "Godmode Function" - -#: ../../godmode/extensions.php:147 -msgid "Godmode Menu" -msgstr "Godmode Menu" - -#: ../../godmode/extensions.php:148 -msgid "Operation Menu" -msgstr "Operation Menu" - -#: ../../godmode/extensions.php:149 -msgid "Operation Function" -msgstr "Operation Function" - -#: ../../godmode/extensions.php:150 -msgid "Login Function" -msgstr "Login Function" - -#: ../../godmode/extensions.php:151 -msgid "Agent operation tab" -msgstr "Agent operation tab" - -#: ../../godmode/extensions.php:152 -msgid "Agent godmode tab" -msgstr "Agent godmode tab" - -#: ../../godmode/gis_maps/configure_gis_map.php:111 -msgid "Map successfully created" -msgstr "Map created successfully" - -#: ../../godmode/gis_maps/configure_gis_map.php:112 -msgid "Map could not be created" -msgstr "Could not create map" - -#: ../../godmode/gis_maps/configure_gis_map.php:201 -msgid "Map successfully update" -msgstr "Map updated successfully" - -#: ../../godmode/gis_maps/configure_gis_map.php:202 -msgid "Map could not be updated" -msgstr "Could not update map" - -#: ../../godmode/gis_maps/configure_gis_map.php:214 -#: ../../operation/gis_maps/gis_map.php:29 -msgid "GIS Maps list" -msgstr "List of GIS maps" - -#: ../../godmode/gis_maps/configure_gis_map.php:219 -msgid "View GIS" -msgstr "View GIS" - -#: ../../godmode/gis_maps/configure_gis_map.php:222 -msgid "GIS Maps builder" -msgstr "GIS map builder" - -#: ../../godmode/gis_maps/configure_gis_map.php:329 -msgid "Map Name" -msgstr "Map Name" - -#: ../../godmode/gis_maps/configure_gis_map.php:329 -msgid "Descriptive name for the map" -msgstr "Name for descriptive map" - -#: ../../godmode/gis_maps/configure_gis_map.php:348 -msgid "Add Map connection" -msgstr "Add Map connection" - -#: ../../godmode/gis_maps/configure_gis_map.php:348 -msgid "" -"At least one map connection must be defined, it will be possible to change " -"between the connections in the map" -msgstr "" -"At least one map connection has to be defined. It's possible to change " -"between connections on the map." - -#: ../../godmode/gis_maps/configure_gis_map.php:366 -msgid "Group that owns the map" -msgstr "Group that owns the map" - -#: ../../godmode/gis_maps/configure_gis_map.php:369 -msgid "Default zoom" -msgstr "Default zoom" - -#: ../../godmode/gis_maps/configure_gis_map.php:369 -msgid "Default zoom level when opening the map" -msgstr "Default zoom level when opening the map" - -#: ../../godmode/gis_maps/configure_gis_map.php:372 -msgid "Center Latitude" -msgstr "Centre Latitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:375 -msgid "Center Longitude" -msgstr "Centre Longitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:378 -msgid "Center Altitude" -msgstr "Center Altitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:381 -msgid "Default Latitude" -msgstr "Default Latitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:384 -msgid "Default Longitude" -msgstr "Default Longitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:387 -msgid "Default Altitude" -msgstr "Default Altitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:392 -msgid "Layers" -msgstr "Layers" - -#: ../../godmode/gis_maps/configure_gis_map.php:392 -msgid "" -"Each layer can show agents from one group or the agents added to that layer " -"or both." -msgstr "" -"Each layer can show agents from one group, agents added to that layer, or " -"both." - -#: ../../godmode/gis_maps/configure_gis_map.php:398 -msgid "List of layers" -msgstr "List of layers" - -#: ../../godmode/gis_maps/configure_gis_map.php:398 -msgid "It is possible to edit, delete and reorder the layers." -msgstr "It is possible to edit, delete and reorder the layers." - -#: ../../godmode/gis_maps/configure_gis_map.php:399 -msgid "New layer" -msgstr "New layer" - -#: ../../godmode/gis_maps/configure_gis_map.php:407 -msgid "Layer name" -msgstr "Layer name" - -#: ../../godmode/gis_maps/configure_gis_map.php:409 -msgid "Visible" -msgstr "Visible" - -#: ../../godmode/gis_maps/configure_gis_map.php:413 -msgid "Show agents from group" -msgstr "Show agents from group" - -#: ../../godmode/gis_maps/configure_gis_map.php:425 -msgid "Add agent" -msgstr "Add agent" - -#: ../../godmode/gis_maps/configure_gis_map.php:441 -msgid "List of Agents to be shown in the layer" -msgstr "List of Agents to be shown in the layer" - -#: ../../godmode/gis_maps/configure_gis_map.php:448 -#: ../../godmode/gis_maps/configure_gis_map.php:624 -#: ../../godmode/gis_maps/configure_gis_map.php:635 -msgid "Save Layer" -msgstr "Save Layer" - -#: ../../godmode/gis_maps/configure_gis_map.php:464 -#: ../../godmode/gis_maps/configure_gis_map.php:471 -msgid "Save map" -msgstr "Save map" - -#: ../../godmode/gis_maps/configure_gis_map.php:467 -msgid "Update map" -msgstr "Update map" - -#: ../../godmode/gis_maps/configure_gis_map.php:668 -#: ../../godmode/gis_maps/configure_gis_map.php:724 -msgid "Update Layer" -msgstr "Update Layer" - -#: ../../godmode/gis_maps/configure_gis_map.php:790 -msgid "Do you want to use the default data from the connection?" -msgstr "Do you want to use the default data from the connection?" - -#: ../../godmode/gis_maps/configure_gis_map.php:825 -msgid "The connection" -msgstr "The connection" - -#: ../../godmode/gis_maps/configure_gis_map.php:825 -msgid "just added previously." -msgstr "just added previously." - -#: ../../godmode/groups/configure_group.php:70 -#: ../../godmode/groups/configure_modu_group.php:51 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 -msgid "There was a problem loading group" -msgstr "There was a problem loading group" - -#: ../../godmode/groups/configure_group.php:92 -msgid "Update group" -msgstr "Update group" - -#: ../../godmode/groups/configure_group.php:94 -#: ../../godmode/groups/group_list.php:396 -msgid "Create group" -msgstr "Create group" - -#: ../../godmode/groups/configure_group.php:106 -msgid "Update Group" -msgstr "Update Group" - -#: ../../godmode/groups/configure_group.php:108 -msgid "Create Group" -msgstr "Create Group" - -#: ../../godmode/groups/configure_group.php:119 -#: ../../godmode/groups/group_list.php:338 -#: ../../godmode/modules/module_list.php:57 -#: ../../godmode/reporting/visual_console_builder.elements.php:183 -#: ../../godmode/setup/os.builder.php:39 -#: ../../include/functions_visual_map.php:2765 -#: ../../include/functions_visual_map_editor.php:60 -#: ../../include/functions_visual_map_editor.php:655 -#: ../../enterprise/dashboard/widgets/module_icon.php:84 -#: ../../enterprise/dashboard/widgets/module_status.php:84 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 -msgid "Icon" -msgstr "Icon" - -#: ../../godmode/groups/configure_group.php:144 -msgid "You have not access to the parent." -msgstr "You don't have access to the parent" - -#: ../../godmode/groups/configure_group.php:166 -msgid "Group Password" -msgstr "Group Password" - -#: ../../godmode/groups/configure_group.php:174 -msgid "Propagate ACL" -msgstr "Propagate ACL" - -#: ../../godmode/groups/configure_group.php:174 -msgid "Propagate the same ACL security into the child subgroups." -msgstr "Propagate the same ACL security onto the child subgroups" - -#: ../../godmode/groups/configure_group.php:186 -msgid "Contact" -msgstr "Contact" - -#: ../../godmode/groups/configure_group.php:186 -msgid "Contact information accessible through the _groupcontact_ macro" -msgstr "Contact information can be accessed using the _groupcontact_ macro" - -#: ../../godmode/groups/configure_group.php:190 -msgid "Information accessible through the _group_other_ macro" -msgstr "Information can be accessed using the _group_other_ macro" - -#: ../../godmode/groups/configure_group.php:196 -#: ../../godmode/users/configure_user.php:509 -#: ../../operation/users/user_edit.php:322 -msgid "Skin" -msgstr "Skin" - -#: ../../godmode/groups/configure_group.php:238 -msgid "" -"WARNING: You\\'re trying to create a group in a node member of a " -"metaconsole.\\n\\nThis group and all of this contents will not be visible in " -"the metaconsole.\\n\\nIf you want to create a visible group, you must do it " -"from the metaconsole and propagate to the node. " -msgstr "" -"WARNING: you're trying to create a group on a node that is part of a " -"metaconsole. \\n\\nThis group and all of its content will not be visible on " -"the metaconsole. \\n\\nIf you wish to create a visible group, you will have " -"to do it from the metaconsole and propagate it on to the node. " - -#: ../../godmode/groups/configure_modu_group.php:32 -msgid "Module group management" -msgstr "Module group management" - -#: ../../godmode/groups/group_list.php:158 -msgid "Edit or delete groups can cause problems with synchronization" -msgstr "Editing or deleting groups can cause problems with synchronization" - -#: ../../godmode/groups/group_list.php:164 -msgid "Groups defined in Pandora" -msgstr "Groups defined in Pandora" - -#: ../../godmode/groups/group_list.php:210 -#: ../../godmode/groups/modu_group_list.php:75 -msgid "Group successfully created" -msgstr "Group successfully created" - -#: ../../godmode/groups/group_list.php:213 -#: ../../godmode/groups/modu_group_list.php:78 -msgid "There was a problem creating group" -msgstr "There was a problem creating the group" - -#: ../../godmode/groups/group_list.php:217 -msgid "Each group must have a different name" -msgstr "Each group must have a different name" - -#: ../../godmode/groups/group_list.php:222 -msgid "Group must have a name" -msgstr "Group must have a name" - -#: ../../godmode/groups/group_list.php:266 -#: ../../godmode/groups/modu_group_list.php:106 -msgid "Group successfully updated" -msgstr "Group successfully updated" - -#: ../../godmode/groups/group_list.php:269 -#: ../../godmode/groups/modu_group_list.php:109 -msgid "There was a problem modifying group" -msgstr "There was a problem modifying the group" - -#: ../../godmode/groups/group_list.php:294 -#, php-format -msgid "The group is not empty. It is use in %s." -msgstr "The group isn't empty. It's used in %s." - -#: ../../godmode/groups/group_list.php:298 -#: ../../godmode/groups/modu_group_list.php:138 -msgid "Group successfully deleted" -msgstr "Group successfully deleted" - -#: ../../godmode/groups/group_list.php:301 -#: ../../godmode/groups/modu_group_list.php:136 -msgid "There was a problem deleting group" -msgstr "There was a problem deleting group" - -#: ../../godmode/groups/group_list.php:390 -msgid "There are no defined groups" -msgstr "There are no groups defined" - -#: ../../godmode/groups/modu_group_list.php:55 -msgid "Module groups defined in Pandora" -msgstr "Module groups defined in Pandora" - -#: ../../godmode/groups/modu_group_list.php:82 -#: ../../godmode/groups/modu_group_list.php:113 -msgid "Each module group must have a different name" -msgstr "Each module group must have a different name" - -#: ../../godmode/groups/modu_group_list.php:86 -#: ../../godmode/groups/modu_group_list.php:117 -msgid "Module group must have a name" -msgstr "The module group must be named" - -#: ../../godmode/groups/modu_group_list.php:208 -msgid "There are no defined module groups" -msgstr "There are no module groups defined" - -#: ../../godmode/groups/modu_group_list.php:213 -msgid "Create module group" -msgstr "Create module group" - -#: ../../godmode/massive/massive_add_action_alerts.php:59 -#: ../../godmode/massive/massive_add_alerts.php:73 -#: ../../godmode/massive/massive_add_tags.php:33 -#: ../../godmode/massive/massive_delete_agents.php:33 -#: ../../godmode/massive/massive_delete_alerts.php:83 -#: ../../godmode/massive/massive_delete_modules.php:61 -#: ../../godmode/massive/massive_delete_tags.php:97 -#: ../../godmode/massive/massive_edit_agents.php:92 -#: ../../include/functions_visual_map.php:1665 -#: ../../include/functions_visual_map.php:1898 -#: ../../enterprise/godmode/policies/policy_agents.php:520 -msgid "No agents selected" -msgstr "No agents selected" - -#: ../../godmode/massive/massive_add_action_alerts.php:96 -msgid "No alerts selected" -msgstr "No alerts selected" - -#: ../../godmode/massive/massive_add_action_alerts.php:120 -msgid "No actions selected" -msgstr "No actions selected" - -#: ../../godmode/massive/massive_add_action_alerts.php:154 -#: ../../godmode/massive/massive_add_alerts.php:154 -#: ../../godmode/massive/massive_copy_modules.php:74 -#: ../../godmode/massive/massive_copy_modules.php:185 -#: ../../godmode/massive/massive_delete_action_alerts.php:154 -#: ../../godmode/massive/massive_delete_agents.php:108 -#: ../../godmode/massive/massive_delete_alerts.php:215 -#: ../../godmode/massive/massive_delete_modules.php:441 -#: ../../godmode/massive/massive_edit_agents.php:210 -#: ../../godmode/massive/massive_edit_modules.php:285 -#: ../../godmode/massive/massive_enable_disable_alerts.php:138 -#: ../../godmode/massive/massive_standby_alerts.php:139 -#: ../../enterprise/godmode/policies/policy_agents.php:243 -#: ../../enterprise/godmode/policies/policy_agents.php:259 -#: ../../enterprise/godmode/policies/policy_agents.php:363 -msgid "Group recursion" -msgstr "Group recursion" - -#: ../../godmode/massive/massive_add_action_alerts.php:157 -#: ../../godmode/massive/massive_delete_action_alerts.php:158 -msgid "Agents with templates" -msgstr "Agents with templates" - -#: ../../godmode/massive/massive_add_action_alerts.php:168 -#: ../../godmode/massive/massive_add_alerts.php:167 -#: ../../godmode/massive/massive_delete_action_alerts.php:169 -#: ../../godmode/massive/massive_delete_alerts.php:227 -#: ../../godmode/massive/massive_delete_modules.php:499 -#: ../../godmode/massive/massive_edit_modules.php:346 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 -msgid "When select agents" -msgstr "When selecting agents" - -#: ../../godmode/massive/massive_add_action_alerts.php:172 -#: ../../godmode/massive/massive_delete_action_alerts.php:173 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:350 -msgid "Show unknown and not init modules" -msgstr "Show unknown and not init modules" - -#: ../../godmode/massive/massive_add_action_alerts.php:228 -#: ../../godmode/massive/massive_add_alerts.php:213 -#: ../../godmode/massive/massive_copy_modules.php:424 -#: ../../godmode/massive/massive_delete_agents.php:163 -#: ../../godmode/massive/massive_delete_alerts.php:266 -#: ../../godmode/massive/massive_delete_modules.php:727 -#: ../../godmode/massive/massive_edit_agents.php:553 -#: ../../godmode/massive/massive_edit_modules.php:653 -msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." -msgstr "" -"Data sending unsuccessful, please contact your administrator or try again " -"with less items." - -#: ../../godmode/massive/massive_add_alerts.php:78 -#: ../../godmode/massive/massive_delete_alerts.php:78 -msgid "No alert selected" -msgstr "No alert selected" - -#: ../../godmode/massive/massive_add_profiles.php:72 -msgid "Profiles added successfully" -msgstr "Successfully added profiles" - -#: ../../godmode/massive/massive_add_profiles.php:73 -msgid "Profiles cannot be added" -msgstr "Profiles cannot be added" - -#: ../../godmode/massive/massive_add_profiles.php:88 -#: ../../godmode/massive/massive_delete_profiles.php:102 -#: ../../godmode/users/configure_profile.php:242 -#: ../../godmode/users/configure_user.php:623 -#: ../../operation/users/user_edit.php:504 -#: ../../enterprise/godmode/setup/setup_acl.php:223 -msgid "Profile name" -msgstr "Profile name" - -#: ../../godmode/massive/massive_add_profiles.php:90 -#: ../../godmode/massive/massive_delete_profiles.php:104 -#: ../../include/functions_reporting.php:7312 -#: ../../operation/search_results.php:84 -#: ../../enterprise/meta/advanced/synchronizing.user.php:520 -msgid "Users" -msgstr "Users" - -#: ../../godmode/massive/massive_add_tags.php:43 -msgid "No tags selected" -msgstr "No tags selected" - -#: ../../godmode/massive/massive_copy_modules.php:77 -#: ../../godmode/massive/massive_copy_modules.php:190 -#: ../../godmode/massive/massive_delete_agents.php:113 -#: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_delete_modules.php:467 -#: ../../godmode/massive/massive_edit_agents.php:216 -#: ../../godmode/massive/massive_edit_modules.php:296 -#: ../../godmode/massive/massive_edit_modules.php:327 -#: ../../godmode/netflow/nf_edit_form.php:207 ../../include/functions.php:873 -#: ../../include/functions.php:1077 ../../include/functions.php:1084 -#: ../../include/functions.php:1114 ../../include/functions_events.php:1465 -#: ../../include/functions_graph.php:2188 -#: ../../include/functions_graph.php:3286 -#: ../../include/functions_graph.php:3287 -#: ../../include/functions_graph.php:5233 -#: ../../include/functions_groups.php:821 -#: ../../include/functions_groups.php:823 -#: ../../include/functions_groups.php:825 -#: ../../include/functions_groups.php:826 -#: ../../include/functions_groups.php:827 -#: ../../include/functions_groups.php:835 -#: ../../include/functions_reporting_html.php:1573 -#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39 -#: ../../operation/agentes/estado_agente.php:186 -#: ../../operation/agentes/estado_monitores.php:450 -#: ../../operation/agentes/group_view.php:171 -#: ../../operation/agentes/status_monitor.php:299 -#: ../../operation/agentes/tactical.php:152 -#: ../../operation/netflow/nf_live_view.php:322 ../../operation/tree.php:131 -#: ../../operation/tree.php:156 ../../operation/tree.php:303 -#: ../../enterprise/dashboard/widgets/tree_view.php:53 -#: ../../enterprise/dashboard/widgets/tree_view.php:66 -#: ../../enterprise/dashboard/widgets/tree_view.php:227 -#: ../../enterprise/include/functions_reporting_pdf.php:707 -#: ../../enterprise/include/functions_services.php:1258 -#: ../../enterprise/meta/monitoring/group_view.php:152 -#: ../../enterprise/meta/monitoring/tactical.php:280 -msgid "Normal" -msgstr "Normal" - -#: ../../godmode/massive/massive_copy_modules.php:78 -#: ../../godmode/massive/massive_copy_modules.php:191 -#: ../../godmode/massive/massive_delete_agents.php:114 -#: ../../godmode/massive/massive_delete_modules.php:454 -#: ../../godmode/massive/massive_delete_modules.php:468 -#: ../../godmode/massive/massive_edit_agents.php:217 -#: ../../godmode/massive/massive_edit_agents.php:407 -#: ../../godmode/massive/massive_edit_modules.php:297 -#: ../../godmode/massive/massive_edit_modules.php:328 -#: ../../godmode/servers/manage_recontask_form.php:193 -#: ../../godmode/setup/setup_netflow.php:70 ../../include/functions.php:876 -#: ../../include/functions.php:1079 ../../include/functions.php:1082 -#: ../../include/functions.php:1117 ../../include/functions_events.php:1468 -#: ../../include/functions_graph.php:2187 -#: ../../include/functions_graph.php:3294 -#: ../../include/functions_graph.php:3295 -#: ../../include/functions_graph.php:5236 -#: ../../include/functions_groups.php:830 -#: ../../include/functions_groups.php:832 -#: ../../include/functions_groups.php:834 -#: ../../include/functions_groups.php:835 -#: ../../include/functions_groups.php:836 -#: ../../include/functions_reporting_html.php:1577 -#: ../../include/functions_ui.php:234 ../../include/functions_ui.php:2001 -#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40 -#: ../../operation/agentes/estado_agente.php:187 -#: ../../operation/agentes/estado_monitores.php:452 -#: ../../operation/agentes/group_view.php:172 -#: ../../operation/agentes/status_monitor.php:300 -#: ../../operation/agentes/tactical.php:151 -#: ../../operation/gis_maps/render_view.php:150 -#: ../../operation/netflow/nf_live_view.php:273 ../../operation/tree.php:132 -#: ../../operation/tree.php:157 ../../operation/tree.php:288 -#: ../../enterprise/dashboard/widgets/service_map.php:85 -#: ../../enterprise/dashboard/widgets/tree_view.php:54 -#: ../../enterprise/dashboard/widgets/tree_view.php:67 -#: ../../enterprise/dashboard/widgets/tree_view.php:212 -#: ../../enterprise/godmode/services/services.service.php:274 -#: ../../enterprise/include/functions_login.php:23 -#: ../../enterprise/include/functions_reporting.php:3749 -#: ../../enterprise/include/functions_reporting_pdf.php:709 -#: ../../enterprise/include/functions_reporting_pdf.php:2363 -#: ../../enterprise/include/functions_services.php:1267 -#: ../../enterprise/meta/include/functions_wizard_meta.php:839 -#: ../../enterprise/meta/include/functions_wizard_meta.php:925 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1126 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1146 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1342 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1423 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1539 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1559 -#: ../../enterprise/meta/monitoring/group_view.php:153 -#: ../../enterprise/meta/monitoring/tactical.php:279 -#: ../../enterprise/operation/agentes/transactional_map.php:265 -#: ../../enterprise/operation/services/services.list.php:171 -#: ../../enterprise/operation/services/services.list.php:340 -#: ../../enterprise/operation/services/services.list.php:409 -#: ../../enterprise/operation/services/services.service.php:136 -#: ../../enterprise/operation/services/services.service.php:188 -#: ../../enterprise/operation/services/services.service_map.php:127 -#: ../../enterprise/operation/services/services.table_services.php:140 -msgid "Warning" -msgstr "Warning" - -#: ../../godmode/massive/massive_copy_modules.php:79 -#: ../../godmode/massive/massive_copy_modules.php:192 -#: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_delete_modules.php:455 -#: ../../godmode/massive/massive_delete_modules.php:469 -#: ../../godmode/massive/massive_edit_agents.php:218 -#: ../../godmode/massive/massive_edit_modules.php:298 -#: ../../godmode/massive/massive_edit_modules.php:329 -#: ../../include/functions.php:879 ../../include/functions.php:1081 -#: ../../include/functions.php:1082 ../../include/functions.php:1084 -#: ../../include/functions.php:1120 ../../include/functions_events.php:1471 -#: ../../include/functions_graph.php:2186 -#: ../../include/functions_graph.php:3302 -#: ../../include/functions_graph.php:3303 -#: ../../include/functions_graph.php:5239 -#: ../../include/functions_groups.php:839 -#: ../../include/functions_groups.php:841 -#: ../../include/functions_groups.php:843 -#: ../../include/functions_groups.php:844 -#: ../../include/functions_groups.php:845 -#: ../../include/functions_reporting_html.php:680 -#: ../../include/functions_reporting_html.php:1575 -#: ../../include/functions_reporting_html.php:2536 -#: ../../include/functions_ui.php:2001 ../../mobile/operation/agents.php:33 -#: ../../mobile/operation/modules.php:41 -#: ../../operation/agentes/estado_agente.php:188 -#: ../../operation/agentes/estado_monitores.php:448 -#: ../../operation/agentes/group_view.php:168 -#: ../../operation/agentes/group_view.php:173 -#: ../../operation/agentes/status_monitor.php:301 -#: ../../operation/agentes/tactical.php:150 -#: ../../operation/gis_maps/render_view.php:149 ../../operation/tree.php:133 -#: ../../operation/tree.php:158 ../../operation/tree.php:283 -#: ../../enterprise/dashboard/widgets/service_map.php:84 -#: ../../enterprise/dashboard/widgets/tree_view.php:55 -#: ../../enterprise/dashboard/widgets/tree_view.php:68 -#: ../../enterprise/dashboard/widgets/tree_view.php:207 -#: ../../enterprise/godmode/services/services.elements.php:410 -#: ../../enterprise/godmode/services/services.service.php:270 -#: ../../enterprise/include/functions_reporting.php:2264 -#: ../../enterprise/include/functions_reporting.php:3033 -#: ../../enterprise/include/functions_reporting.php:3754 -#: ../../enterprise/include/functions_reporting_pdf.php:708 -#: ../../enterprise/include/functions_reporting_pdf.php:1504 -#: ../../enterprise/include/functions_reporting_pdf.php:2363 -#: ../../enterprise/include/functions_services.php:1264 -#: ../../enterprise/include/functions_services.php:1423 -#: ../../enterprise/meta/include/functions_wizard_meta.php:848 -#: ../../enterprise/meta/include/functions_wizard_meta.php:934 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1135 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1152 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1351 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1432 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1548 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1566 -#: ../../enterprise/meta/monitoring/group_view.php:154 -#: ../../enterprise/meta/monitoring/tactical.php:278 -#: ../../enterprise/operation/services/services.list.php:172 -#: ../../enterprise/operation/services/services.list.php:339 -#: ../../enterprise/operation/services/services.list.php:404 -#: ../../enterprise/operation/services/services.service.php:135 -#: ../../enterprise/operation/services/services.service.php:183 -#: ../../enterprise/operation/services/services.service_map.php:126 -#: ../../enterprise/operation/services/services.table_services.php:141 -msgid "Critical" -msgstr "Critical" - -#: ../../godmode/massive/massive_copy_modules.php:82 -#: ../../godmode/massive/massive_copy_modules.php:195 -#: ../../godmode/massive/massive_delete_agents.php:118 -#: ../../godmode/massive/massive_delete_modules.php:458 -#: ../../godmode/massive/massive_delete_modules.php:472 -#: ../../godmode/massive/massive_edit_agents.php:221 -#: ../../godmode/massive/massive_edit_modules.php:301 -#: ../../godmode/massive/massive_edit_modules.php:332 -#: ../../include/functions_graph.php:2192 -#: ../../include/functions_groups.php:812 -#: ../../include/functions_groups.php:814 -#: ../../include/functions_groups.php:816 -#: ../../include/functions_groups.php:817 -#: ../../include/functions_groups.php:818 -#: ../../include/functions_reporting_html.php:1581 -#: ../../mobile/operation/modules.php:44 -#: ../../operation/agentes/estado_agente.php:191 -#: ../../operation/agentes/group_view.php:167 -#: ../../operation/agentes/status_monitor.php:304 -#: ../../operation/agentes/tactical.php:154 ../../operation/tree.php:135 -#: ../../operation/tree.php:160 ../../operation/tree.php:298 -#: ../../enterprise/dashboard/widgets/tree_view.php:57 -#: ../../enterprise/dashboard/widgets/tree_view.php:70 -#: ../../enterprise/dashboard/widgets/tree_view.php:222 -#: ../../enterprise/include/functions_reporting_pdf.php:711 -#: ../../enterprise/meta/monitoring/group_view.php:147 -#: ../../enterprise/meta/monitoring/group_view.php:151 -#: ../../enterprise/meta/monitoring/tactical.php:282 -#: ../../enterprise/operation/agentes/transactional_map.php:275 -msgid "Not init" -msgstr "Not initialized" - -#: ../../godmode/massive/massive_copy_modules.php:136 -#: ../../enterprise/godmode/policies/policy_modules.php:1315 -msgid "Copy modules" -msgstr "Copy modules" - -#: ../../godmode/massive/massive_copy_modules.php:141 -msgid "Copy alerts" -msgstr "Copy alerts" - -#: ../../godmode/massive/massive_copy_modules.php:150 -msgid "No modules for this agent" -msgstr "No modules for this agent" - -#: ../../godmode/massive/massive_copy_modules.php:159 -msgid "No alerts for this agent" -msgstr "No alerts for this agent" - -#: ../../godmode/massive/massive_copy_modules.php:168 -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 -#: ../../enterprise/meta/advanced/synchronizing.component.php:320 -#: ../../enterprise/meta/advanced/synchronizing.group.php:157 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 -#: ../../enterprise/meta/advanced/synchronizing.os.php:101 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 -msgid "Targets" -msgstr "Targets" - -#: ../../godmode/massive/massive_copy_modules.php:217 -msgid "To agent(s)" -msgstr "To agent(s)" - -#: ../../godmode/massive/massive_copy_modules.php:434 #: ../../include/functions_agents.php:535 +#: ../../godmode/massive/massive_copy_modules.php:434 msgid "No source agent to copy" msgstr "No source agent to copy" -#: ../../godmode/massive/massive_copy_modules.php:442 -msgid "No operation selected" -msgstr "No operation selected" - -#: ../../godmode/massive/massive_copy_modules.php:452 #: ../../include/functions_agents.php:540 +#: ../../godmode/massive/massive_copy_modules.php:452 msgid "No destiny agent(s) to copy" msgstr "No destiny agent(s) to copy" -#: ../../godmode/massive/massive_delete_action_alerts.php:56 -msgid "Could not be deleted. No agents selected" -msgstr "Could not be deleted. No agents selected" +#: ../../include/functions_agents.php:565 +#: ../../godmode/massive/massive_copy_modules.php:447 +#: ../../godmode/db/db_refine.php:47 +msgid "No modules have been selected" +msgstr "No modules have been selected" -#: ../../godmode/massive/massive_delete_action_alerts.php:81 -msgid "Could not be deleted. No alerts selected" -msgstr "Could not be deleted. No alerts selected" - -#: ../../godmode/massive/massive_delete_action_alerts.php:124 -msgid "Could not be deleted. No action selected" -msgstr "Could not be deleted. No action selected" - -#: ../../godmode/massive/massive_delete_agents.php:57 -#, php-format +#: ../../include/functions_agents.php:672 msgid "" -"There was an error deleting the agent, the operation has been cancelled " -"Could not delete agent %s" +"There was an error copying the agent configuration, the copy has been " +"cancelled" msgstr "" -"There was an error deleting the agent. The operation has been cancelled, " -"could not delete agent %s" - -#: ../../godmode/massive/massive_delete_agents.php:63 -#, php-format -msgid "Successfully deleted (%s)" -msgstr "Successfully deleted (%s)" - -#: ../../godmode/massive/massive_delete_agents.php:123 -#: ../../godmode/massive/massive_edit_agents.php:225 -msgid "Show agents" -msgstr "Show agents" - -#: ../../godmode/massive/massive_delete_modules.php:56 -msgid "No module selected" -msgstr "No module selected" - -#: ../../godmode/massive/massive_delete_modules.php:230 -msgid "" -"There was an error deleting the modules, the operation has been cancelled" -msgstr "" -"There was an error deleting the selected modules. The operation has been " +"There was an error copying the agent's configuration, the copy has been " "cancelled." -#: ../../godmode/massive/massive_delete_modules.php:396 -#: ../../godmode/massive/massive_edit_modules.php:239 -msgid "Selection mode" -msgstr "Selection mode" - -#: ../../godmode/massive/massive_delete_modules.php:397 -#: ../../godmode/massive/massive_edit_modules.php:240 -msgid "Select modules first " -msgstr "Select modules first " - -#: ../../godmode/massive/massive_delete_modules.php:399 -#: ../../godmode/massive/massive_edit_modules.php:242 -msgid "Select agents first " -msgstr "Select agents first " - -#: ../../godmode/massive/massive_delete_modules.php:405 -#: ../../godmode/massive/massive_edit_modules.php:249 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 -msgid "Module type" -msgstr "Module type" - -#: ../../godmode/massive/massive_delete_modules.php:414 -#: ../../godmode/massive/massive_edit_modules.php:258 -msgid "Select all modules of this type" -msgstr "Select all modules of the same type" - -#: ../../godmode/massive/massive_delete_modules.php:435 -#: ../../godmode/massive/massive_edit_modules.php:279 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 -msgid "Agent group" -msgstr "Agent group" - -#: ../../godmode/massive/massive_delete_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:287 -msgid "Select all modules of this group" -msgstr "Select all modules from this group" - -#: ../../godmode/massive/massive_delete_modules.php:464 -#: ../../godmode/massive/massive_edit_modules.php:293 -msgid "Module Status" -msgstr "Module Status" - -#: ../../godmode/massive/massive_delete_modules.php:483 -#: ../../godmode/massive/massive_edit_modules.php:311 -msgid "When select modules" -msgstr "When selecting modules" - -#: ../../godmode/massive/massive_delete_modules.php:486 -#: ../../godmode/massive/massive_edit_modules.php:314 -msgid "Show common agents" -msgstr "Show common agents" - -#: ../../godmode/massive/massive_delete_modules.php:487 -#: ../../godmode/massive/massive_edit_modules.php:315 -msgid "Show all agents" -msgstr "Show all agents" - -#: ../../godmode/massive/massive_delete_profiles.php:61 -msgid "Not deleted. You must select an existing user" -msgstr "Could not be deleted. An existing user must be chosen." - -#: ../../godmode/massive/massive_delete_profiles.php:87 -msgid "Profiles deleted successfully" -msgstr "Profiles deleted successfully" - -#: ../../godmode/massive/massive_delete_profiles.php:88 -msgid "Profiles cannot be deleted" -msgstr "Profiles cannot be deleted" - -#: ../../godmode/massive/massive_delete_tags.php:107 -msgid "No tag selected" -msgstr "No tag selected" - -#: ../../godmode/massive/massive_edit_agents.php:97 -msgid "No values changed" -msgstr "No values changed" - -#: ../../godmode/massive/massive_edit_agents.php:126 -msgid "Configuration files deleted successfully" -msgstr "Configuration files deleted successfully" - -#: ../../godmode/massive/massive_edit_agents.php:127 -msgid "Configuration files cannot be deleted" -msgstr "Configuration files cannot be deleted" - -#: ../../godmode/massive/massive_edit_agents.php:185 -msgid "Agents updated successfully" -msgstr "Agents updated successfully" - -#: ../../godmode/massive/massive_edit_agents.php:186 -msgid "Agents cannot be updated" -msgstr "Agents cannot be updated" - -#: ../../godmode/massive/massive_edit_agents.php:294 -#: ../../godmode/massive/massive_edit_agents.php:299 -#: ../../godmode/massive/massive_edit_agents.php:303 -#: ../../godmode/massive/massive_edit_agents.php:307 -#: ../../godmode/massive/massive_edit_agents.php:318 -#: ../../godmode/massive/massive_edit_agents.php:357 -#: ../../godmode/massive/massive_edit_agents.php:363 -#: ../../godmode/massive/massive_edit_agents.php:402 -#: ../../godmode/massive/massive_edit_agents.php:411 -#: ../../godmode/massive/massive_edit_agents.php:418 -#: ../../godmode/massive/massive_edit_modules.php:406 -#: ../../godmode/massive/massive_edit_modules.php:451 -#: ../../godmode/massive/massive_edit_modules.php:466 -#: ../../godmode/massive/massive_edit_modules.php:470 -#: ../../godmode/massive/massive_edit_modules.php:490 -#: ../../godmode/massive/massive_edit_modules.php:496 -#: ../../godmode/massive/massive_edit_modules.php:504 -#: ../../godmode/massive/massive_edit_modules.php:508 -#: ../../godmode/massive/massive_edit_modules.php:511 -#: ../../godmode/massive/massive_edit_modules.php:524 -#: ../../godmode/massive/massive_edit_modules.php:537 -#: ../../godmode/massive/massive_edit_modules.php:545 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/massive/massive_edit_modules.php:572 -#: ../../godmode/massive/massive_edit_modules.php:584 -#: ../../godmode/massive/massive_edit_modules.php:603 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 -msgid "No change" -msgstr "No change" - -#: ../../godmode/massive/massive_edit_agents.php:371 -msgid "Delete available remote configurations" -msgstr "Delete the available remote configurations" - -#: ../../godmode/massive/massive_edit_agents.php:403 -msgid "Without status" -msgstr "Without status" - -#: ../../godmode/massive/massive_edit_agents.php:405 -#: ../../godmode/update_manager/update_manager.offline.php:66 -#: ../../include/functions_update_manager.php:366 -#: ../../include/functions_config.php:547 -#: ../../include/functions_config.php:1600 -#: ../../operation/gis_maps/render_view.php:151 -#: ../../enterprise/dashboard/widgets/service_map.php:86 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 -#: ../../enterprise/include/functions_update_manager.php:198 -#: ../../enterprise/load_enterprise.php:1 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:37 -#: ../../enterprise/operation/agentes/transactional_map.php:255 -#: ../../enterprise/operation/services/services.list.php:170 -#: ../../enterprise/operation/services/services.list.php:399 -#: ../../enterprise/operation/services/services.service.php:177 -#: ../../enterprise/operation/services/services.service_map.php:128 -#: ../../enterprise/operation/services/services.table_services.php:139 -msgid "Ok" -msgstr "Ok" - -#: ../../godmode/massive/massive_edit_agents.php:406 -#: ../../enterprise/dashboard/widgets/maps_status.php:77 -msgid "Bad" -msgstr "Bad" - -#: ../../godmode/massive/massive_edit_modules.php:324 -msgid "Agent Status" -msgstr "Agent Status" - -#: ../../godmode/massive/massive_edit_modules.php:357 -#: ../../godmode/modules/manage_network_components_form_common.php:107 -#: ../../enterprise/godmode/modules/configure_local_component.php:226 -msgid "Dynamic Interval" -msgstr "Dynamic Interval" - -#: ../../godmode/massive/massive_edit_modules.php:359 -msgid "Dynamic Min." -msgstr "Dynamic Min." - -#: ../../godmode/massive/massive_edit_modules.php:362 -#: ../../godmode/modules/manage_network_components_form_common.php:113 -#: ../../enterprise/godmode/modules/configure_local_component.php:232 -msgid "Dynamic Max." -msgstr "Dynamic Max." - -#: ../../godmode/massive/massive_edit_modules.php:365 -#: ../../godmode/modules/manage_network_components_form_common.php:115 -#: ../../enterprise/godmode/modules/configure_local_component.php:234 -msgid "Dynamic Two Tailed: " -msgstr "Dynamic Two Tailed: " - -#: ../../godmode/massive/massive_edit_modules.php:479 -msgid "SMNP community" -msgstr "SMNP community" - -#: ../../godmode/massive/massive_edit_modules.php:571 -msgid "Policy linking status" -msgstr "Policy linking status" - -#: ../../godmode/massive/massive_edit_modules.php:571 -msgid "This field only has sense in modules adopted by a policy." -msgstr "This field only makes sense in modules adopted by a policy" - -#: ../../godmode/massive/massive_edit_modules.php:572 -msgid "Linked" -msgstr "Linked" - -#: ../../godmode/massive/massive_edit_modules.php:602 -msgid "The module still store data but the alerts and events will be stop" -msgstr "" -"The module will still store data, but alerts and events will be stopped." - -#: ../../godmode/massive/massive_edit_plugins.php:151 -msgid "Error retrieving the plugin macros" -msgstr "Error retrieving plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:158 -msgid "Error retrieving the modified macros" -msgstr "Error retrieving modified macros" - -#: ../../godmode/massive/massive_edit_plugins.php:172 -msgid "Error retrieving the module plugin macros" -msgstr "Error retrieving module plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:190 -msgid "Error retrieving the module plugin macros data" -msgstr "Error retrieving data from module plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:224 -msgid "Error building the new macros" -msgstr "Error creating new macros" - -#: ../../godmode/massive/massive_edit_plugins.php:253 -#, php-format -msgid "%d modules updated" -msgstr "%d modules updated" - -#: ../../godmode/massive/massive_edit_plugins.php:272 -msgid "There are not registered plugins" -msgstr "There are no registered plugins" - -#: ../../godmode/massive/massive_edit_plugins.php:421 -msgid "Invalid plugin data" -msgstr "Invalid plugin data" - -#: ../../godmode/massive/massive_edit_plugins.php:528 -msgid "Clear" -msgstr "Clear" - -#: ../../godmode/massive/massive_edit_plugins.php:556 -msgid "Invalid macros array" -msgstr "Invalid array of macros" - -#: ../../godmode/massive/massive_edit_plugins.php:581 -msgid "Multiple values" -msgstr "Multiple values" - -#: ../../godmode/massive/massive_edit_plugins.php:613 -#: ../../godmode/massive/massive_edit_plugins.php:750 -#: ../../godmode/massive/massive_edit_plugins.php:766 -msgid "Invalid agents array" -msgstr "Invalid array of agents" - -#: ../../godmode/massive/massive_edit_plugins.php:629 -msgid "Invalid agent element" -msgstr "Invalid agent item" - -#: ../../godmode/massive/massive_edit_plugins.php:640 -msgid "Invalid modules array" -msgstr "Invalid array of modules" - -#: ../../godmode/massive/massive_edit_plugins.php:668 -msgid "Invalid module element" -msgstr "Invalid module item" - -#: ../../godmode/massive/massive_edit_plugins.php:876 -msgid "There are no modules using this plugin" -msgstr "There are no modules using this plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:955 -msgid "There was a problem loading the module plugin macros data" -msgstr "There was a problem loading the data from the module plugin macros" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -msgid "Enabled alerts" -msgstr "Alerts enabled" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 -msgid "Format" -msgstr "Format" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:165 -msgid "Disable selected alerts" -msgstr "Disable the selected alerts" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:169 -msgid "Enable selected alerts" -msgstr "Enable selected alerts" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Disabled alerts" -msgstr "Disabled alerts" - -#: ../../godmode/massive/massive_operations.php:36 -msgid "Bulk alert add" -msgstr "Add alerts in bulk" - -#: ../../godmode/massive/massive_operations.php:37 -msgid "Bulk alert delete" -msgstr "Delete alerts in bulk" - -#: ../../godmode/massive/massive_operations.php:38 -msgid "Bulk alert actions add" -msgstr "Add alert actions in bulk" - -#: ../../godmode/massive/massive_operations.php:39 -msgid "Bulk alert actions delete" -msgstr "Delete alert actions in bulk" - -#: ../../godmode/massive/massive_operations.php:40 -msgid "Bulk alert enable/disable" -msgstr "Enable/disable alerts in bulk" - -#: ../../godmode/massive/massive_operations.php:41 -msgid "Bulk alert setting standby" -msgstr "Set alerts standby in bulk" - -#: ../../godmode/massive/massive_operations.php:44 -msgid "Bulk agent edit" -msgstr "Edit agents in bulk" - -#: ../../godmode/massive/massive_operations.php:45 -msgid "Bulk agent delete" -msgstr "Delete agents in bulk" - -#: ../../godmode/massive/massive_operations.php:49 -msgid "Bulk profile add" -msgstr "Add profiles in bulk" - -#: ../../godmode/massive/massive_operations.php:50 -msgid "Bulk profile delete" -msgstr "Delete profiles in bulk" - -#: ../../godmode/massive/massive_operations.php:57 -msgid "Bulk module delete" -msgstr "Delete modules in bulk" - -#: ../../godmode/massive/massive_operations.php:58 -msgid "Bulk module edit" -msgstr "Edit modules in bulk" - -#: ../../godmode/massive/massive_operations.php:59 -msgid "Bulk module copy" -msgstr "Copy modules in bulk" - -#: ../../godmode/massive/massive_operations.php:62 -msgid "Bulk plugin edit" -msgstr "Edit plugins in bulk" - -#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122 -msgid "Alerts operations" -msgstr "Alert operations" - -#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120 -msgid "Users operations" -msgstr "User operations" - -#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116 -msgid "Agents operations" -msgstr "Agent operations" - -#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117 -msgid "Modules operations" -msgstr "Module operations" - -#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118 -msgid "Plugins operations" -msgstr "Plugin operations" - -#: ../../godmode/massive/massive_operations.php:215 -#: ../../enterprise/extensions/ipam.php:197 -msgid "Massive operations" -msgstr "Massive operations" - -#: ../../godmode/massive/massive_operations.php:223 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 -msgid "" -"In order to perform massive operations, PHP needs a correct configuration in " -"timeout parameters. Please, open your PHP configuration file (php.ini) for " -"example: sudo vi /etc/php5/apache2/php.ini;
                And set your timeout " -"parameters to a correct value:
                max_execution_time = 0 and " -"max_input_time = -1" -msgstr "" -"In order to perform massive operations PHP needs to be have timeout " -"parameters set correctly. Please open the PHP configuration file (php.ini) " -"for example: sudo vi /etc/php5/apache2/php.ini;
                And set the " -"timeout parameters to the correct value:
                max_execution_time = 0 " -"and max_input_time = -1" - -#: ../../godmode/massive/massive_operations.php:239 -msgid "Please wait..." -msgstr "Please wait..." - -#: ../../godmode/massive/massive_operations.php:276 -msgid "The blank fields will not be updated" -msgstr "Fields left blank will not be updated" - -#: ../../godmode/massive/massive_standby_alerts.php:154 -msgid "Not standby alerts" -msgstr "Not standby alerts" - -#: ../../godmode/massive/massive_standby_alerts.php:165 -#: ../../godmode/massive/massive_standby_alerts.php:169 -msgid "Set standby selected alerts" -msgstr "Set selected alerts to standby" - -#: ../../godmode/massive/massive_standby_alerts.php:171 -msgid "Standby alerts" -msgstr "Standby alerts" - -#: ../../godmode/menu.php:29 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -msgid "Manage agents" -msgstr "Manage agents" - -#: ../../godmode/menu.php:39 -#: ../../enterprise/meta/include/functions_components_meta.php:48 -#: ../../enterprise/meta/include/functions_components_meta.php:66 -msgid "Component groups" -msgstr "Component groups" - -#: ../../godmode/menu.php:42 -msgid "Module categories" -msgstr "Module categories" - -#: ../../godmode/menu.php:46 -msgid "Module types" -msgstr "Module types" - -#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit.php:48 -#: ../../godmode/netflow/nf_edit.php:52 -#: ../../godmode/netflow/nf_edit_form.php:66 -#: ../../godmode/netflow/nf_edit_form.php:71 -msgid "Netflow filters" -msgstr "Netflow filters" - -#: ../../godmode/menu.php:62 -msgid "Resources" -msgstr "Resources" - -#: ../../godmode/menu.php:70 -msgid "Manage agents groups" -msgstr "Manage agent groups" - -#: ../../godmode/menu.php:76 -#: ../../enterprise/extensions/disabled/check_acls.php:122 -msgid "Module tags" -msgstr "Module tags" - -#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312 -#: ../../enterprise/extensions/disabled/check_acls.php:51 -#: ../../enterprise/extensions/disabled/check_acls.php:131 -msgid "Users management" -msgstr "Manage users" - -#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/configure_user.php:86 -#: ../../godmode/users/profile_list.php:49 -#: ../../godmode/users/user_list.php:117 -#: ../../enterprise/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -msgid "Profile management" -msgstr "Profile management" - -#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -#: ../../enterprise/meta/advanced/synchronizing.user.php:564 -msgid "Profiles" -msgstr "Profiles" - -#: ../../godmode/menu.php:98 -#: ../../enterprise/meta/include/functions_components_meta.php:56 -#: ../../enterprise/meta/include/functions_components_meta.php:72 -msgid "Network components" -msgstr "Network components" - -#: ../../godmode/menu.php:111 -msgid "Bulk operations" -msgstr "Bulk operations" - -#: ../../godmode/menu.php:145 -msgid "List of Alerts" -msgstr "List of Alerts" - -#: ../../godmode/menu.php:160 -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -msgid "Commands" -msgstr "Commands" - -#: ../../godmode/menu.php:170 ../../include/functions_menu.php:512 -msgid "SNMP alerts" -msgstr "SNMP alerts" - -#: ../../godmode/menu.php:180 -msgid "Event filters" -msgstr "Event filters" - -#: ../../godmode/menu.php:185 -msgid "Custom events" -msgstr "Custom events" - -#: ../../godmode/menu.php:192 ../../include/functions_reports.php:620 -#: ../../include/functions_reports.php:622 -#: ../../include/functions_reports.php:624 -#: ../../include/functions_graph.php:744 -#: ../../include/functions_graph.php:3938 -#: ../../include/functions_graph.php:4664 -#: ../../include/functions_reporting_html.php:1621 -#: ../../mobile/include/functions_web.php:24 -#: ../../mobile/operation/events.php:564 ../../mobile/operation/home.php:44 -#: ../../operation/events/events.php:420 ../../operation/events/events.php:429 -#: ../../operation/menu.php:268 -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/include/functions_reporting_pdf.php:753 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/general/main_header.php:123 -#: ../../enterprise/meta/monitoring/tactical.php:312 -msgid "Events" -msgstr "Events" - -#: ../../godmode/menu.php:201 -#: ../../godmode/reporting/visual_console_builder.wizard.php:246 -#: ../../mobile/include/functions_web.php:27 -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -msgid "Servers" -msgstr "Servers" - -#: ../../godmode/menu.php:207 -msgid "Manage servers" -msgstr "Manage servers" - -#: ../../godmode/menu.php:212 ../../include/functions_groups.php:92 -#: ../../operation/agentes/pandora_networkmap.editor.php:197 -msgid "Recon task" -msgstr "Recon task" - -#: ../../godmode/menu.php:215 -#: ../../enterprise/godmode/agentes/plugins_manager.php:143 -#: ../../enterprise/godmode/policies/policy_plugins.php:87 -msgid "Plugins" -msgstr "Plugins" - -#: ../../godmode/menu.php:218 -#: ../../godmode/servers/manage_recontask_form.php:281 -msgid "Recon script" -msgstr "Recon script" - -#: ../../godmode/menu.php:244 -msgid "General Setup" -msgstr "General Setup" - -#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82 -#: ../../godmode/setup/setup.php:116 -#: ../../enterprise/meta/advanced/metasetup.php:70 -#: ../../enterprise/meta/advanced/metasetup.php:122 -msgid "Authentication" -msgstr "Authentication" - -#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86 -#: ../../godmode/setup/setup.php:120 -#: ../../enterprise/meta/advanced/metasetup.performance.php:73 -msgid "Performance" -msgstr "Performance" - -#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:125 -msgid "Visual styles" -msgstr "Visual styles" - -#: ../../godmode/menu.php:264 ../../godmode/setup/setup.php:96 -#: ../../godmode/setup/setup.php:129 ../../include/functions_reports.php:641 -#: ../../include/functions_reports.php:643 -#: ../../include/functions_reports.php:645 -#: ../../include/functions_reports.php:647 -#: ../../include/functions_reports.php:649 -#: ../../enterprise/include/functions_enterprise.php:289 -#: ../../enterprise/meta/general/main_header.php:199 -msgid "Netflow" -msgstr "Netflow" - -#: ../../godmode/menu.php:269 ../../godmode/setup/setup.php:102 -#: ../../godmode/setup/setup.php:133 -#: ../../operation/agentes/ver_agente.php:1089 -msgid "eHorus" -msgstr "eHorus" - -#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" -msgstr "GIS map connection" - -#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143 -msgid "Edit OS" -msgstr "Edit OS" - -#: ../../godmode/menu.php:279 -#: ../../enterprise/meta/general/main_header.php:288 -msgid "License" -msgstr "Licence" - -#: ../../godmode/menu.php:288 -msgid "Admin tools" -msgstr "Admin tools" - -#: ../../godmode/menu.php:296 -msgid "System audit log" -msgstr "System audit log" - -#: ../../godmode/menu.php:300 -msgid "Diagnostic info" -msgstr "Diagnostic info" - -#: ../../godmode/menu.php:302 -msgid "Site news" -msgstr "Site news" - -#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30 -#: ../../enterprise/meta/advanced/metasetup.php:85 -#: ../../enterprise/meta/advanced/metasetup.php:131 -msgid "File manager" -msgstr "File manager" - -#: ../../godmode/menu.php:309 -msgid "DB maintenance" -msgstr "DB maintenance" - -#: ../../godmode/menu.php:315 -msgid "DB information" -msgstr "DB information" - -#: ../../godmode/menu.php:318 -msgid "Database audit" -msgstr "Database audit" - -#: ../../godmode/menu.php:319 -msgid "Database event" -msgstr "Database events" - -#: ../../godmode/menu.php:401 -msgid "Extension manager view" +#: ../../include/functions_agents.php:684 +#: ../../godmode/alerts/alert_actions.php:140 +#: ../../godmode/reporting/map_builder.php:183 +#: ../../godmode/reporting/map_builder.php:192 +msgid "Successfully copied" +msgstr "Successfully copied" + +#: ../../include/functions_agents.php:2185 +#: ../../include/functions_agents.php:2210 +#: ../../include/functions_agents.php:2235 +msgid "No Monitors" +msgstr "No Monitors" + +#: ../../include/functions_agents.php:2189 +#: ../../include/functions_agents.php:2214 +#: ../../include/functions_agents.php:2239 +#: ../../include/functions_reporting.php:7947 +msgid "At least one module in CRITICAL status" +msgstr "At least one module is in CRITICAL status." + +#: ../../include/functions_agents.php:2193 +#: ../../include/functions_agents.php:2218 +#: ../../include/functions_agents.php:2243 +#: ../../include/functions_reporting.php:7951 +msgid "At least one module in WARNING status" +msgstr "At least one module is in WARNING status" + +#: ../../include/functions_agents.php:2197 +#: ../../include/functions_agents.php:2222 +#: ../../include/functions_agents.php:2247 +#: ../../include/functions_reporting.php:7955 +msgid "At least one module is in UKNOWN status" +msgstr "At least one module is in UNKNOWN status" + +#: ../../include/functions_agents.php:2201 +#: ../../include/functions_agents.php:2226 +#: ../../include/functions_agents.php:2251 +#: ../../include/functions_reporting.php:7959 +msgid "All Monitors OK" +msgstr "All monitors are OK" + +#: ../../include/ajax/update_manager.ajax.php:74 +msgid "There was an error extracting the file '" +msgstr "There was an error extracting the file '" + +#: ../../include/ajax/update_manager.ajax.php:90 +msgid "The package was not extracted." +msgstr "The package couldn't be extracted" + +#: ../../include/ajax/update_manager.ajax.php:96 +msgid "Invalid extension. The package must have the extension .oum." +msgstr "Invalid extension. The package is required to be in '.oum' format." + +#: ../../include/ajax/update_manager.ajax.php:103 +msgid "The file was not uploaded succesfully." +msgstr "The file wasn't uploaded successfully." + +#: ../../include/ajax/update_manager.ajax.php:172 +#: ../../include/ajax/update_manager.ajax.php:176 +#: ../../include/ajax/update_manager.ajax.php:203 +#: ../../include/functions_update_manager.php:128 +#: ../../include/functions_update_manager.php:132 +#: ../../include/functions_update_manager.php:158 +msgid "Some of your files might not be recovered." +msgstr "Some of your files may be unrecoverable." + +#: ../../include/ajax/update_manager.ajax.php:180 +#: ../../include/ajax/update_manager.ajax.php:197 +#: ../../include/functions_update_manager.php:136 +#: ../../include/functions_update_manager.php:152 +msgid "Some of your old files might not be recovered." +msgstr "Some of your old files may be unrecoverable." + +#: ../../include/ajax/update_manager.ajax.php:218 +#: ../../include/functions_update_manager.php:173 +msgid "An error ocurred while reading a file." +msgstr "An error ocurred while reading a file." + +#: ../../include/ajax/update_manager.ajax.php:225 +#: ../../include/functions_update_manager.php:180 +msgid "The package does not exist" +msgstr "The package does not exist." + +#: ../../include/ajax/update_manager.ajax.php:239 +msgid "Package not accepted" msgstr "" -#: ../../godmode/menu.php:405 -msgid "Extension manager" -msgstr "Extension manager" +#: ../../include/ajax/update_manager.ajax.php:411 +msgid "Fail to update to the last package." +msgstr "Failed to update to the latest package." -#: ../../godmode/menu.php:433 -msgid "Update manager" -msgstr "Update manager" +#: ../../include/ajax/update_manager.ajax.php:419 +msgid "Starting to update to the last package." +msgstr "Starting to update to the latest package." -#: ../../godmode/menu.php:439 -msgid "Update Manager offline" -msgstr "Update Manager offline" - -#: ../../godmode/menu.php:442 -msgid "Update Manager online" -msgstr "Update Manager online" - -#: ../../godmode/menu.php:444 -msgid "Update Manager options" -msgstr "Update Manager options" - -#: ../../godmode/menu.php:457 ../../operation/menu.php:373 -#: ../../operation/messages/message_edit.php:46 -#: ../../operation/messages/message_list.php:43 -msgid "Messages" -msgstr "Messages" - -#: ../../godmode/modules/manage_nc_groups.php:40 -#: ../../godmode/modules/manage_network_components.php:50 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -#: ../../godmode/modules/module_list.php:28 -#: ../../enterprise/godmode/modules/local_components.php:89 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/meta/general/main_header.php:253 -msgid "Module management" -msgstr "Module management" - -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" -msgstr "Component group management" - -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" -msgstr "Could not be created. Name left blank" - -#: ../../godmode/modules/manage_nc_groups.php:154 -#: ../../godmode/modules/manage_network_components.php:399 -#: ../../godmode/modules/manage_network_templates.php:85 -#: ../../enterprise/godmode/modules/local_components.php:355 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 -msgid "Successfully multiple deleted" -msgstr "Multi-deletion successful" - -#: ../../godmode/modules/manage_nc_groups.php:155 -#: ../../godmode/modules/manage_network_components.php:400 -#: ../../godmode/modules/manage_network_templates.php:86 -#: ../../enterprise/godmode/modules/local_components.php:356 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 -msgid "Not deleted. Error deleting multiple data" -msgstr "Not deleted. Error deleting multiple data" - -#: ../../godmode/modules/manage_nc_groups.php:238 -msgid "There are no defined component groups" -msgstr "There are no component groups defined" - -#: ../../godmode/modules/manage_nc_groups_form.php:54 -msgid "Update Group Component" -msgstr "Update Group Component" - -#: ../../godmode/modules/manage_nc_groups_form.php:57 -msgid "Create Group Component" -msgstr "Create Group Component" - -#: ../../godmode/modules/manage_network_components.php:51 -msgid "Network component management" -msgstr "Network component management" - -#: ../../godmode/modules/manage_network_components.php:261 -#: ../../godmode/servers/recon_script.php:320 -#: ../../enterprise/godmode/modules/local_components.php:253 -msgid "Created successfully" -msgstr "Created successfully" - -#: ../../godmode/modules/manage_network_components.php:352 -#: ../../godmode/servers/recon_script.php:274 -#: ../../enterprise/godmode/modules/local_components.php:315 -msgid "Updated successfully" -msgstr "Updated successfully" - -#: ../../godmode/modules/manage_network_components.php:516 -#: ../../enterprise/godmode/modules/local_components.php:440 -msgid "Free Search" -msgstr "Free Search" - -#: ../../godmode/modules/manage_network_components.php:517 -msgid "Search by name, description, tcp send or tcp rcv, list matches." -msgstr "" -"Search by: name, description, TCP sending or TCP receiving, list matches." - -#: ../../godmode/modules/manage_network_components.php:569 -msgid "Max/Min" -msgstr "Max/Min" - -#: ../../godmode/modules/manage_network_components.php:595 -msgid "Network module" -msgstr "Network module" - -#: ../../godmode/modules/manage_network_components.php:599 -msgid "WMI module" -msgstr "WMI module" - -#: ../../godmode/modules/manage_network_components.php:603 -msgid "Plug-in module" -msgstr "Plug-in module" - -#: ../../godmode/modules/manage_network_components.php:634 -msgid "There are no defined network components" -msgstr "There are no network components defined" - -#: ../../godmode/modules/manage_network_components.php:641 -msgid "Create a new network component" -msgstr "Create a new network component" - -#: ../../godmode/modules/manage_network_components.php:642 -msgid "Create a new plugin component" -msgstr "Create a new plug-in component" - -#: ../../godmode/modules/manage_network_components.php:643 -msgid "Create a new WMI component" -msgstr "Create a new WMI component" - -#: ../../godmode/modules/manage_network_components_form.php:253 -msgid "Update Network Component" -msgstr "Update Network Components" - -#: ../../godmode/modules/manage_network_components_form.php:256 -msgid "Create Network Component" -msgstr "Create Network Components" - -#: ../../godmode/modules/manage_network_components_form_common.php:111 -#: ../../enterprise/godmode/modules/configure_local_component.php:230 -msgid "Dynamic Min. " -msgstr "Dynamic Min. " - -#: ../../godmode/modules/manage_network_components_form_common.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:289 -msgid "Any value below this number is discarted" -msgstr "Any value below this number is discarded" - -#: ../../godmode/modules/manage_network_components_form_common.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -msgid "Any value over this number is discarted" -msgstr "Any value over this number is discarded" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "Enterprise SNMP String" - -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module template management" -msgstr "Module template management" - -#: ../../godmode/modules/manage_network_templates.php:61 -msgid "Template successfully deleted" -msgstr "Template successfully deleted" - -#: ../../godmode/modules/manage_network_templates.php:62 -msgid "Error deleting template" -msgstr "Error deleting template" - -#: ../../godmode/modules/manage_network_templates.php:94 -msgid "This template does not exist" -msgstr "This template does not exist" - -#: ../../godmode/modules/manage_network_templates.php:232 -msgid "There are no defined network profiles" -msgstr "There are no network profiles defined" - -#: ../../godmode/modules/manage_network_templates_form.php:54 -msgid "Successfully deleted module from profile" -msgstr "Successfully deleted module from profile" - -#: ../../godmode/modules/manage_network_templates_form.php:55 -msgid "Error deleting module from profile" -msgstr "Error deleting module from profile" - -#: ../../godmode/modules/manage_network_templates_form.php:70 -msgid "Successfully added module to profile" -msgstr "Successfully added module to profile" - -#: ../../godmode/modules/manage_network_templates_form.php:71 -msgid "Error adding module to profile" -msgstr "Error adding module to profile" - -#: ../../godmode/modules/manage_network_templates_form.php:96 -msgid "Successfully updated network profile" -msgstr "Network profile updated successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:97 -msgid "Error updating network profile" -msgstr "Error updating the network profile" - -#: ../../godmode/modules/manage_network_templates_form.php:112 -msgid "Successfully added network profile" -msgstr "Network profile added successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Error adding network profile" -msgstr "Error adding network profile" - -#: ../../godmode/modules/manage_network_templates_form.php:118 -msgid "Cannot create a template without name" -msgstr "Cannot create a template without a name" - -#: ../../godmode/modules/manage_network_templates_form.php:186 -msgid "No modules for this profile" -msgstr "No modules for this profile" - -#: ../../godmode/modules/manage_network_templates_form.php:226 -#: ../../enterprise/dashboard/widgets/top_n.php:346 -msgid "Add modules" -msgstr "Add modules" - -#: ../../godmode/modules/manage_network_templates_form.php:304 -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -msgid "Components" -msgstr "Components" - -#: ../../godmode/modules/module_list.php:28 -msgid "Defined modules" -msgstr "Defined modules" - -#: ../../godmode/modules/module_list.php:50 -msgid "Problem modifying module" -msgstr "There was a problem modifying the module" - -#: ../../godmode/modules/module_list.php:52 -msgid "Module updated successfully" -msgstr "Module updated successfully" - -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "Manage Netflow Filter" - -#: ../../godmode/netflow/nf_edit.php:43 -#: ../../godmode/setup/setup_general.php:110 -#: ../../operation/netflow/nf_live_view.php:113 -#: ../../enterprise/extensions/backup/main.php:67 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 -#: ../../enterprise/operation/log/log_viewer.php:155 -msgid "Not supported in Windows systems" -msgstr "Not supported for Windows systems" - -#: ../../godmode/netflow/nf_edit.php:47 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_item_list.php:57 -#: ../../operation/agentes/ver_agente.php:961 -#: ../../operation/netflow/nf_live_view.php:132 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/general/logon_ok.php:15 -#: ../../enterprise/meta/index.php:496 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -msgid "Main" -msgstr "Main" - -#: ../../godmode/netflow/nf_edit_form.php:59 -#: ../../godmode/netflow/nf_edit_form.php:67 -msgid "Add filter" -msgstr "Add filter" - -#: ../../godmode/netflow/nf_edit_form.php:62 -msgid "Netflow Filter" -msgstr "Netflow Filter" - -#: ../../godmode/netflow/nf_edit_form.php:180 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../operation/events/events_list.php:219 -#: ../../operation/events/events_list.php:250 -msgid "Update filter" -msgstr "Update filter" - -#: ../../godmode/netflow/nf_edit_form.php:206 -msgid "Filter:" -msgstr "Filter:" - -#: ../../godmode/netflow/nf_edit_form.php:210 -#: ../../operation/netflow/nf_live_view.php:349 -msgid "Dst Ip" -msgstr "DST IP" - -#: ../../godmode/netflow/nf_edit_form.php:210 -#: ../../operation/netflow/nf_live_view.php:349 -msgid "" -"Destination IP. A comma separated list of destination ip. If we leave the " -"field blank, will show all ip. Example filter by " -"ip:
                25.46.157.214,160.253.135.249" -msgstr "" -"Destination IP: a list of destined IPs separated by commas. Leaving this " -"field blank will show all IPs. Example: filter by IP number: " -"
                25.46.157.214,160.253.135.249" - -#: ../../godmode/netflow/nf_edit_form.php:213 -#: ../../operation/netflow/nf_live_view.php:358 -msgid "Src Ip" -msgstr "SRC IP" - -#: ../../godmode/netflow/nf_edit_form.php:213 -#: ../../operation/netflow/nf_live_view.php:358 -msgid "" -"Source IP. A comma separated list of source ip. If we leave the field blank, " -"will show all ip. Example filter by ip:
                25.46.157.214,160.253.135.249" -msgstr "" -"Source IP: a list of source IPs separated by commas. Leaving this field " -"blank will show all IPs. Example: filter by IP " -"number:
                25.46.157.214,160.253.135.249" - -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:370 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Dst Port" -msgstr "DST port" - -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../operation/netflow/nf_live_view.php:370 -msgid "" -"Destination port. A comma separated list of destination ports. If we leave " -"the field blank, will show all ports. Example filter by ports 80 and " -"22:
                80,22" -msgstr "" -"Destination port: a list of possible destination ports, separated by commas. " -"If we leave this field blank, all ports will be shown. Example: filtering by " -"ports 80 and 22:
                80,22" - -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Src Port" -msgstr "SRC Port" - -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../operation/netflow/nf_live_view.php:379 -msgid "" -"Source port. A comma separated list of source ports. If we leave the field " -"blank, will show all ports. Example filter by ports 80 and 22:
                80,22" -msgstr "" -"Source Port: a list of possible source ports, separated by commas. If we " -"leave this field blank, all ports will be shown. Example: filter by ports 80 " -"and 22:
                80,22" - -#: ../../godmode/netflow/nf_edit_form.php:225 -#: ../../operation/netflow/nf_live_view.php:397 -msgid "Aggregate by" -msgstr "Aggregate by" - -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../include/functions_netflow.php:1660 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Protocol" -msgstr "Protocol" - -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Src Ip Address" -msgstr "SRC IP address" - -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Dst Ip Address" -msgstr "DST IP address" - -#: ../../godmode/netflow/nf_edit_form.php:230 -#: ../../operation/netflow/nf_live_view.php:405 -msgid "Output format" -msgstr "Output format" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Kilobytes" -msgstr "Kilobytes" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Megabytes" -msgstr "Megabytes" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Kilobytes per second" -msgstr "Kilobytes per second" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Megabytes per second" -msgstr "Megabytes per second" - -#: ../../godmode/netflow/nf_item_list.php:39 -#: ../../operation/reporting/reporting_viewer.php:77 -msgid "Report list" -msgstr "Report list" - -#: ../../godmode/netflow/nf_item_list.php:44 -#: ../../godmode/netflow/nf_item_list.php:54 -msgid "Report items" -msgstr "Report items" - -#: ../../godmode/netflow/nf_item_list.php:49 -msgid "Edit report" -msgstr "Edit report" - -#: ../../godmode/netflow/nf_item_list.php:58 -msgid "Netflow reports" -msgstr "Netflow reports" - -#: ../../godmode/netflow/nf_item_list.php:59 -msgid "Item list" -msgstr "List of Items" - -#: ../../godmode/netflow/nf_item_list.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1259 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1473 -#: ../../enterprise/dashboard/widgets/top_n.php:69 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1565 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1744 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:221 -msgid "Order" -msgstr "Order" - -#: ../../godmode/netflow/nf_item_list.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 -#: ../../operation/netflow/nf_live_view.php:258 -msgid "Max. values" -msgstr "Max. values" - -#: ../../godmode/netflow/nf_item_list.php:151 -msgid "Chart type" -msgstr "Chart type" - -#: ../../godmode/netflow/nf_item_list.php:203 -#: ../../godmode/netflow/nf_item_list.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 -msgid "Move to down" -msgstr "Move down" - -#: ../../godmode/netflow/nf_item_list.php:206 -#: ../../godmode/netflow/nf_item_list.php:209 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 -msgid "Move to up" -msgstr "Move up" - -#: ../../godmode/netflow/nf_item_list.php:255 -msgid "There are no defined items" -msgstr "There are no items defined" - -#: ../../godmode/netflow/nf_item_list.php:260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1514 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1910 -msgid "Create item" -msgstr "Create item" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:693 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/visual_console_builder.wizard.php:300 -#: ../../include/functions_visual_map.php:2757 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:654 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:40 -#: ../../enterprise/dashboard/widgets/module_icon.php:49 -#: ../../enterprise/dashboard/widgets/module_status.php:49 -#: ../../enterprise/dashboard/widgets/module_value.php:49 -#: ../../enterprise/dashboard/widgets/sla_percent.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1232 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:234 -msgid "Label" -msgstr "Label" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:87 -#: ../../godmode/reporting/graph_builder.graph_editor.php:156 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 -msgid "Weight" -msgstr "Weight" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -#: ../../operation/events/events_list.php:230 -#: ../../enterprise/godmode/policies/policy_agents.php:233 -#: ../../enterprise/godmode/policies/policy_agents.php:250 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:92 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 -#: ../../enterprise/meta/event/custom_events.php:149 -msgid "Filter group" -msgstr "Filter group" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:185 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -msgid "Please, select a module" -msgstr "Please select a module" - -#: ../../godmode/reporting/graph_builder.main.php:151 -#: ../../include/functions_visual_map_editor.php:322 -msgid "Type of graph" -msgstr "Type of graph" - -#: ../../godmode/reporting/graph_builder.main.php:157 -#: ../../godmode/setup/setup_visuals.php:507 -#: ../../godmode/setup/setup_visuals.php:516 -#: ../../include/functions_visual_map_editor.php:325 -#: ../../operation/reporting/graph_viewer.php:227 -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../enterprise/meta/advanced/metasetup.visual.php:129 -msgid "Area" -msgstr "Area" - -#: ../../godmode/reporting/graph_builder.main.php:158 -#: ../../operation/reporting/graph_viewer.php:228 -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -msgid "Stacked area" -msgstr "Stacked area" - -#: ../../godmode/reporting/graph_builder.main.php:159 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/setup/setup_visuals.php:510 -#: ../../godmode/setup/setup_visuals.php:519 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:324 -#: ../../include/functions_visual_map_editor.php:658 -#: ../../operation/reporting/graph_viewer.php:229 -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../enterprise/meta/advanced/metasetup.visual.php:132 -msgid "Line" -msgstr "Line" - -#: ../../godmode/reporting/graph_builder.main.php:160 -#: ../../operation/reporting/graph_viewer.php:230 -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -msgid "Stacked line" -msgstr "Stacked line" - -#: ../../godmode/reporting/graph_builder.main.php:161 -#: ../../operation/reporting/graph_viewer.php:231 -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -msgid "Bullet chart" -msgstr "Bullet chart" - -#: ../../godmode/reporting/graph_builder.main.php:162 -#: ../../operation/reporting/graph_viewer.php:232 -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -msgid "Gauge" -msgstr "Gauge" - -#: ../../godmode/reporting/graph_builder.main.php:163 -msgid "Horizontal bars" -msgstr "Horizontal bars" - -#: ../../godmode/reporting/graph_builder.main.php:164 -msgid "Vertical bars" -msgstr "Vertical bars" - -#: ../../godmode/reporting/graph_builder.main.php:165 -#: ../../operation/reporting/graph_viewer.php:235 -#: ../../enterprise/dashboard/widgets/custom_graph.php:47 -msgid "Pie" -msgstr "Pie chart" - -#: ../../godmode/reporting/graph_builder.main.php:169 -#: ../../operation/reporting/graph_viewer.php:240 -msgid "Equalize maximum thresholds" -msgstr "Equalize maximum thresholds" - -#: ../../godmode/reporting/graph_builder.main.php:170 -#: ../../operation/reporting/graph_viewer.php:241 -msgid "" -"If an option is selected, all graphs will have the highest value from all " -"modules included in the graph as a maximum threshold" -msgstr "" -"If an option is selected, all graphs will have the highest value from all " -"modules included in the graph as a maximum threshold" - -#: ../../godmode/reporting/graph_builder.main.php:177 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266 -msgid "Percentil" -msgstr "Percentile" - -#: ../../godmode/reporting/graph_builder.php:214 -#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 -#: ../../operation/reporting/graph_viewer.php:147 -#: ../../enterprise/godmode/reporting/graph_template_list.php:32 -#: ../../enterprise/godmode/reporting/graph_template_list.php:43 -#: ../../enterprise/godmode/reporting/graph_template_list.php:53 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 -msgid "Graph list" -msgstr "Graph list" - -#: ../../godmode/reporting/graph_builder.php:217 -#: ../../godmode/reporting/reporting_builder.main.php:51 -#: ../../godmode/reporting/reporting_builder.php:1957 -#: ../../godmode/reporting/reporting_builder.php:1985 -#: ../../godmode/reporting/visual_console_builder.php:668 -#: ../../operation/reporting/graph_viewer.php:150 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../operation/visual_console/pure_ajax.php:110 -#: ../../operation/visual_console/render_view.php:113 -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -msgid "Main data" -msgstr "Main data" - -#: ../../godmode/reporting/graph_builder.php:220 -#: ../../operation/reporting/graph_viewer.php:153 -msgid "Graph editor" -msgstr "Graph editor" - -#: ../../godmode/reporting/graph_builder.php:223 -#: ../../operation/reporting/graph_viewer.php:159 -msgid "View graph" -msgstr "View graph" - -#: ../../godmode/reporting/graph_builder.php:235 -msgid "Graph builder" -msgstr "Graph builder" - -#: ../../godmode/reporting/graph_builder.php:255 -msgid "Graph stored successfully" -msgstr "Graph stored successfully" - -#: ../../godmode/reporting/graph_builder.php:255 -msgid "There was a problem storing Graph" -msgstr "There was a problem storing Graph" - -#: ../../godmode/reporting/graph_builder.php:258 -msgid "There was a problem adding Module" -msgstr "There was a problem adding Module" - -#: ../../godmode/reporting/graph_builder.php:261 -msgid "Update the graph" -msgstr "Update the graph" - -#: ../../godmode/reporting/graph_builder.php:261 -msgid "Bad update the graph" -msgstr "Bad update the graph" - -#: ../../godmode/reporting/graph_builder.php:264 -msgid "Graph deleted successfully" -msgstr "Graph deleted successfully" - -#: ../../godmode/reporting/graph_builder.php:264 -msgid "There was a problem deleting Graph" -msgstr "There was a problem deleting the graph" - -#: ../../godmode/reporting/graphs.php:75 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/reporting_builder.php:359 -#: ../../godmode/reporting/reporting_builder.php:364 -#: ../../godmode/reporting/reporting_builder.php:1924 -#: ../../godmode/reporting/reporting_builder.php:1929 -#: ../../godmode/reporting/reporting_builder.php:1995 -#: ../../godmode/reporting/reporting_builder.php:2000 -#: ../../operation/menu.php:235 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/reporting/graph_viewer.php:327 -#: ../../operation/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 -#: ../../enterprise/meta/general/logon_ok.php:48 -msgid "Reporting" -msgstr "Reporting" - -#: ../../godmode/reporting/graphs.php:75 ../../operation/menu.php:249 -msgid "Custom graphs" -msgstr "Custom graphs" - -#: ../../godmode/reporting/graphs.php:152 -#: ../../operation/reporting/graph_viewer.php:338 -#: ../../operation/search_graphs.php:33 -msgid "Graph name" -msgstr "Graph name" - -#: ../../godmode/reporting/graphs.php:154 -msgid "Number of Graphs" -msgstr "Number of Graphs" - -#: ../../godmode/reporting/graphs.php:213 -msgid "Create graph" -msgstr "Create graph" - -#: ../../godmode/reporting/map_builder.php:187 -#: ../../godmode/reporting/map_builder.php:197 -msgid "Not copied. Error copying data" -msgstr "Not copied. Error copying data" - -#: ../../godmode/reporting/map_builder.php:207 -msgid "Map name" -msgstr "Map name" - -#: ../../godmode/reporting/map_builder.php:209 -#: ../../enterprise/dashboard/widgets/top_n.php:82 -msgid "Items" -msgstr "Items" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:35 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -msgid "Only table" -msgstr "Only table" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:36 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -msgid "Table & Graph" -msgstr "Chart & graph" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 -msgid "Only graph" -msgstr "Only graph" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1262 -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1568 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -msgid "Ascending" -msgstr "Ascending" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1265 -#: ../../enterprise/dashboard/widgets/top_n.php:71 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1571 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 -msgid "Descending" -msgstr "Descending" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:611 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1185 -msgid "Item Editor" -msgstr "Item Editor" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:639 -msgid "Not valid" -msgstr "Not valid" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:644 -msgid "" -"This type of report brings a lot of data loading, it is recommended to use " -"it for scheduled reports and not for real-time view." -msgstr "" -"This type of report implies a lot of data loading, and is therefore " -"recommended for scheduled reports, not real-time view." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:705 -#: ../../godmode/reporting/reporting_builder.list_items.php:305 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:88 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 -msgid "Time lapse" -msgstr "Time lapse" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:706 -msgid "" -"This is the range, or period of time over which the report renders the " -"information for this report type. For example, a week means data from a week " -"ago from now. " -msgstr "" -"This is the range, or time-period, over which the report renders the " -"information for this type of report. E.g. a week means data from a week ago. " - -#: ../../godmode/reporting/reporting_builder.item_editor.php:720 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 -msgid "Last value" -msgstr "Last value" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:721 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3203 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1259 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3108 -msgid "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" -msgstr "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:735 -#: ../../include/functions_netflow.php:1134 -#: ../../include/functions_netflow.php:1144 -#: ../../include/functions_netflow.php:1161 -#: ../../include/functions_netflow.php:1169 -#: ../../include/functions_netflow.php:1193 -#: ../../operation/netflow/nf_live_view.php:248 -msgid "Resolution" -msgstr "Resolution" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:766 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1292 -msgid "Projection period" -msgstr "Projected period" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:776 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1306 -msgid "Data range" -msgstr "Data range" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:787 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1320 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:226 -msgid "Only display wrong SLAs" -msgstr "Only display wrong SLAs" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:796 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1329 -msgid "Working time" -msgstr "Work time" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1011 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1684 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1719 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1880 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1908 -#: ../../enterprise/dashboard/widgets/top_n.php:179 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2078 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2267 -msgid "Select an Agent first" -msgstr "Select an Agent first" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1042 -msgid "Show modules" -msgstr "Show modules" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1132 -#: ../../include/functions_graph.php:754 -#: ../../include/functions_graph.php:3949 -#: ../../include/functions_graph.php:3954 -#: ../../include/functions_graph.php:4672 -#: ../../include/functions_graph.php:4675 -#: ../../include/functions_graph.php:4678 -#: ../../enterprise/operation/inventory/inventory.php:227 -msgid "Last" -msgstr "Last" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1139 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.elements.php:380 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -#: ../../include/functions_visual_map_editor.php:254 -#: ../../include/functions_visual_map_editor.php:264 -#: ../../include/functions_reporting.php:5780 -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1498 -msgid "Custom graph" -msgstr "Custom graph" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 -msgid "Target server" -msgstr "Target server" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1201 -#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:705 -#: ../../include/functions_reports.php:603 -#: ../../include/functions_reporting.php:3878 -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:321 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -msgid "Text" -msgstr "Text" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1208 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1539 -msgid "Custom SQL template" -msgstr "Custom SQL template" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1213 -#: ../../include/functions_reports.php:592 -msgid "SQL query" -msgstr "SQL query" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1405 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407 -msgid "Select server" -msgstr "Select server" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1534 -msgid "Serialized header" -msgstr "Serialised header" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1534 -msgid "The separator character is |" -msgstr "The separation character is |" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1247 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553 -msgid "Field separator" -msgstr "Field separator" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1247 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553 -msgid "Separator for different fields in the serialized text chain" -msgstr "Separator for different fields in the serialised text string" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1557 -msgid "Line separator" -msgstr "Line break" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1557 -msgid "" -"Separator in different lines (composed by fields) of the serialized text " -"chain" -msgstr "" -"Separator in different lines (composed by fields) of the serialised text " -"chain" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1255 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 -msgid "Group by agent" -msgstr "Group by agent" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1268 -#: ../../enterprise/dashboard/widgets/top_n.php:73 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:192 -msgid "By agent name" -msgstr "By agent name" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 -#: ../../enterprise/dashboard/widgets/top_n.php:67 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 -msgid "Quantity (n)" -msgstr "Quantity (n)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 -#: ../../operation/agentes/ver_agente.php:1101 -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -msgid "Display" -msgstr "Display" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1293 -#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758 -#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 -#: ../../include/functions_graph.php:763 -#: ../../include/functions_graph.php:1437 -#: ../../include/functions_graph.php:3949 -#: ../../include/functions_graph.php:3954 -#: ../../include/functions_graph.php:4672 -#: ../../include/functions_graph.php:4675 -#: ../../include/functions_graph.php:4678 -#: ../../include/functions_reporting.php:961 -#: ../../enterprise/dashboard/widgets/top_n.php:482 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 -msgid "Avg" -msgstr "Avg." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 -#: ../../mobile/operation/module_graph.php:418 -#: ../../operation/agentes/stat_win.php:383 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:246 -msgid "Time compare (Overlapped)" -msgstr "Time comparison (overlapped)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1309 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:256 -msgid "Only average" -msgstr "Only average" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615 -msgid "Condition" -msgstr "Condition" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1331 -#: ../../include/functions_reporting.php:1746 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 -msgid "Everything" -msgstr "Everything" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1332 -msgid "Greater or equal (>=)" -msgstr "Greater or equal to (>=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1333 -msgid "Less or equal (<=)" -msgstr "Lesser or equal to (<=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1334 -msgid "Less (<)" -msgstr "Lesser than (<)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 -msgid "Greater (>)" -msgstr "Greater than (>)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1336 -msgid "Equal (=)" -msgstr "Equal to (=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1337 -msgid "Not equal (!=)" -msgstr "Unequal to (!=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1338 -#: ../../include/functions_db.php:1529 -#: ../../include/functions_reporting_html.php:496 -#: ../../include/functions_reporting_html.php:575 -#: ../../include/functions_reporting_html.php:675 -#: ../../include/functions_reporting_html.php:2049 -#: ../../include/functions_reporting_html.php:2531 -#: ../../enterprise/dashboard/widgets/maps_status.php:74 -#: ../../enterprise/extensions/backup/main.php:163 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1624 -#: ../../enterprise/include/functions_reporting.php:1282 -#: ../../enterprise/include/functions_reporting.php:2074 -#: ../../enterprise/include/functions_reporting.php:2259 -#: ../../enterprise/include/functions_reporting.php:2851 -#: ../../enterprise/include/functions_reporting.php:3028 -#: ../../enterprise/include/functions_reporting.php:3744 -#: ../../enterprise/include/functions_reporting.php:4440 -#: ../../enterprise/include/functions_reporting.php:4782 -#: ../../enterprise/include/functions_reporting_csv.php:964 -#: ../../enterprise/include/functions_reporting_csv.php:1011 -#: ../../enterprise/include/functions_reporting_pdf.php:1322 -#: ../../enterprise/include/functions_reporting_pdf.php:1403 -#: ../../enterprise/include/functions_reporting_pdf.php:1502 -#: ../../enterprise/include/functions_reporting_pdf.php:1635 -#: ../../enterprise/include/functions_reporting_pdf.php:2056 -#: ../../enterprise/include/functions_reporting_pdf.php:2106 -#: ../../enterprise/include/functions_services.php:1700 -#: ../../enterprise/operation/agentes/ux_console_view.php:101 -#: ../../enterprise/operation/agentes/ux_console_view.php:263 -msgid "OK" -msgstr "OK" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1339 -#: ../../include/functions_reporting_html.php:2055 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1626 -#: ../../enterprise/include/functions_reporting_pdf.php:2109 -msgid "Not OK" -msgstr "Not OK" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:232 -msgid "Show graph" -msgstr "Show graph" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1369 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1640 -msgid "Show address instead module name." -msgstr "Show address instead of module name." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1370 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1641 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:219 -msgid "Show the main address of agent." -msgstr "Show the agent's main address." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1382 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1653 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:202 -msgid "Show resume" -msgstr "Show summary" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1382 -msgid "" -"Show a summary chart with max, min and average number of total modules at " -"the end of the report and Checks." -msgstr "" -"Show a summary chart with max, min and average number of total modules at " -"the end of the report and Checks." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1392 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1662 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:277 -msgid "Show Summary group" -msgstr "Show Summary group" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1425 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1696 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:307 -msgid "Event Status" -msgstr "Event Status" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1437 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:318 -msgid "Event graphs" -msgstr "Event graphs" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1441 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:322 -msgid "By agent" -msgstr "By agent" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1447 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1718 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:328 -msgid "By user validator" -msgstr "By user validation" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1453 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1724 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:334 -msgid "By criticity" -msgstr "By priority" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1459 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1730 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:340 -msgid "Validated vs unvalidated" -msgstr "Validated vs unvalidated" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1467 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1738 -msgid "Show in two columns" -msgstr "Show in two columns" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1473 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1744 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:221 -msgid "SLA items sorted by fulfillment value" -msgstr "SLA items sorted by fulfillment value" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1478 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1749 -msgid "Show in landscape" -msgstr "Show in landscape" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1489 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1760 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:215 -msgid "Hide not init agents" -msgstr "Hide not init agents" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1548 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1949 -msgid "SLA Min. (value)" -msgstr "SLA Min. (value)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1549 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1950 -msgid "SLA Max. (value)" -msgstr "SLA Max. (value)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1951 -msgid "SLA Limit (%)" -msgstr "SLA Limit (%)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1559 -msgid "Please save the SLA for start to add items in this list." -msgstr "Please save the SLA for start to add items in this list." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1731 -msgid "rate" -msgstr "rate" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1732 -#: ../../enterprise/dashboard/widgets/top_n.php:115 -#: ../../enterprise/dashboard/widgets/top_n.php:298 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 -msgid "max" -msgstr "max" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1733 -#: ../../enterprise/dashboard/widgets/top_n.php:116 -#: ../../enterprise/dashboard/widgets/top_n.php:299 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 -msgid "min" -msgstr "min" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1734 -#: ../../enterprise/dashboard/widgets/top_n.php:117 -#: ../../enterprise/dashboard/widgets/top_n.php:300 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 -msgid "sum" -msgstr "sum" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1754 -msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." -msgstr "" -"Please be careful: when the module has different intervals during its life, " -"the sum may return mistaken results." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1768 -msgid "Please save the report to start adding items into the list." -msgstr "Please save the report to start adding items onto the list" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:2077 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2097 -msgid "Please select Agent" -msgstr "Please select Agent" - -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/snmpconsole/snmp_alert.php:966 -#: ../../godmode/snmpconsole/snmp_alert.php:1148 -#: ../../include/functions_visual_map_editor.php:500 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 -msgid "Position" -msgstr "Position" - -#: ../../godmode/reporting/reporting_builder.list_items.php:291 -#: ../../godmode/reporting/reporting_builder.list_items.php:296 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 -msgid "Ascendent" -msgstr "Ascendent" - -#: ../../godmode/reporting/reporting_builder.list_items.php:292 -#: ../../godmode/reporting/reporting_builder.list_items.php:297 -#: ../../godmode/reporting/reporting_builder.list_items.php:303 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 -msgid "Descent" -msgstr "Descendent" - -#: ../../godmode/reporting/reporting_builder.list_items.php:314 -#: ../../godmode/reporting/reporting_builder.list_items.php:514 -#: ../../enterprise/extensions/ipam/ipam_network.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:420 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -msgid "Sort" -msgstr "Sort" - -#: ../../godmode/reporting/reporting_builder.list_items.php:320 -#: ../../include/functions_custom_graphs.php:226 -msgid "No items." -msgstr "No items." - -#: ../../godmode/reporting/reporting_builder.list_items.php:500 -#: ../../godmode/reporting/reporting_builder.list_items.php:505 -msgid "Sort items" -msgstr "Sort items" - -#: ../../godmode/reporting/reporting_builder.list_items.php:507 -msgid "Sort selected items from position: " -msgstr "Sort selected items from position: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:509 -msgid "Move before to" -msgstr "Move before to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:509 -msgid "Move after to" -msgstr "Move after to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:531 -#: ../../godmode/reporting/reporting_builder.list_items.php:536 -msgid "Delete items" -msgstr "Delete items" - -#: ../../godmode/reporting/reporting_builder.list_items.php:538 -msgid "Delete selected items from position: " -msgstr "Delete selected items from position: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:540 -msgid "Delete above to" -msgstr "Delete above to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:540 -msgid "Delete below to" -msgstr "Delete below to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:578 -msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." -msgstr "" -"Are you sure you wish to sort the items into the report?\\nThis action " -"changes how items are sorted into the database." - -#: ../../godmode/reporting/reporting_builder.list_items.php:599 -msgid "Please select any item to order" -msgstr "Please select any item to sort" - -#: ../../godmode/reporting/reporting_builder.list_items.php:629 -msgid "Are you sure to delete the items into the report?\\n" -msgstr "Are you sure to delete the items into the report?" - -#: ../../godmode/reporting/reporting_builder.list_items.php:651 -msgid "Please select any item to delete" -msgstr "Please select an item to delete it" - -#: ../../godmode/reporting/reporting_builder.main.php:85 -msgid "Only the group can view the report" -msgstr "Only the group can view the report" - -#: ../../godmode/reporting/reporting_builder.main.php:86 -msgid "The next group can edit the report" -msgstr "The next group can edit the report" - -#: ../../godmode/reporting/reporting_builder.main.php:87 -msgid "Only the user and admin user can edit the report" -msgstr "Only the user and admin user can edit the report" - -#: ../../godmode/reporting/reporting_builder.main.php:89 -msgid "Write Access" -msgstr "Writing Access" - -#: ../../godmode/reporting/reporting_builder.main.php:90 -msgid "" -"For example, you want a report that the people of \"All\" groups can see but " -"you want to edit only for you or your group." -msgstr "" -"For example, you want a report that people from \"All\" groups can see, but " -"you want only yourself or your group to be able to edit." - -#: ../../godmode/reporting/reporting_builder.main.php:110 -msgid "Non interactive report" -msgstr "Non-interactive Report" - -#: ../../godmode/reporting/reporting_builder.php:80 -msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" -msgstr "" -"Your report has been scheduled and the system will send a PDF file of the " -"report as soon as it's finished." - -#: ../../godmode/reporting/reporting_builder.php:81 -msgid "An error has ocurred" -msgstr "An error has ocurred." - -#: ../../godmode/reporting/reporting_builder.php:335 -#: ../../godmode/reporting/reporting_builder.php:1902 -#: ../../godmode/reporting/reporting_builder.php:1954 -msgid "Reports list" -msgstr "Reports list" - -#: ../../godmode/reporting/reporting_builder.php:346 -#: ../../godmode/reporting/reporting_builder.php:368 -#: ../../godmode/reporting/reporting_builder.php:1911 -#: ../../operation/menu.php:242 -#: ../../operation/reporting/custom_reporting.php:27 -msgid "Custom reporting" -msgstr "Custom reports" - -#: ../../godmode/reporting/reporting_builder.php:435 -msgid "Free text for search: " -msgstr "Free text for search: " - -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Search by report name or description, list matches." -msgstr "Search by report name or description, list matches." - -#: ../../godmode/reporting/reporting_builder.php:446 -msgid "Show Option" -msgstr "Show Option" - -#: ../../godmode/reporting/reporting_builder.php:532 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../operation/search_reports.php:38 -#: ../../enterprise/extensions/cron/functions.php:47 -#: ../../enterprise/extensions/cron/main.php:250 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 -#: ../../enterprise/include/functions_reporting_csv.php:1503 -#: ../../enterprise/include/functions_reporting_csv.php:1507 -msgid "Report name" -msgstr "Report name" - -#: ../../godmode/reporting/reporting_builder.php:534 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../operation/search_reports.php:40 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -msgid "HTML" -msgstr "HTML" - -#: ../../godmode/reporting/reporting_builder.php:535 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../operation/search_reports.php:41 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -msgid "XML" -msgstr "XML" - -#: ../../godmode/reporting/reporting_builder.php:554 -#: ../../enterprise/dashboard/main_dashboard.php:298 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 -msgid "Private" -msgstr "Private" - -#: ../../godmode/reporting/reporting_builder.php:610 -msgid "This report exceeds the item limit for realtime operations" -msgstr "This report exceeds the item limit for realtime operations" - -#: ../../godmode/reporting/reporting_builder.php:615 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:342 -msgid "HTML view" -msgstr "HTML view" - -#: ../../godmode/reporting/reporting_builder.php:616 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:344 -msgid "Export to XML" -msgstr "Export to XML" - -#: ../../godmode/reporting/reporting_builder.php:727 -#: ../../include/functions_reporting.php:1631 -#: ../../enterprise/operation/agentes/agent_inventory.php:242 -#: ../../enterprise/operation/inventory/inventory.php:253 -#: ../../enterprise/operation/log/log_viewer.php:428 -msgid "No data found." -msgstr "No data found." - -#: ../../godmode/reporting/reporting_builder.php:735 -msgid "Create report" -msgstr "Create report" - -#: ../../godmode/reporting/reporting_builder.php:1960 -#: ../../operation/reporting/reporting_viewer.php:86 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 -msgid "List items" -msgstr "List items" - -#: ../../godmode/reporting/reporting_builder.php:1963 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../enterprise/include/functions_reporting.php:6192 -#: ../../enterprise/include/functions_reporting.php:6242 -msgid "Item editor" -msgstr "Item editor" - -#: ../../godmode/reporting/reporting_builder.php:1972 -#: ../../operation/reporting/reporting_viewer.php:98 -msgid "View report" -msgstr "View report" - -#: ../../godmode/reporting/reporting_builder.php:2020 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1164 -msgid "Successfull action" -msgstr "Succesful action" - -#: ../../godmode/reporting/reporting_builder.php:2020 -msgid "Unsuccessfull action

                " -msgstr "Unsuccessfull action

                " - -#: ../../godmode/reporting/visual_console_builder.data.php:91 -msgid "Create visual console" -msgstr "Create a new visual console" - -#: ../../godmode/reporting/visual_console_builder.data.php:102 -#: ../../godmode/setup/os.builder.php:34 -#: ../../enterprise/godmode/agentes/collections.data.php:318 -msgid "Name:" -msgstr "Name:" - -#: ../../godmode/reporting/visual_console_builder.data.php:103 -msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" -msgstr "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" - -#: ../../godmode/reporting/visual_console_builder.data.php:122 -#: ../../enterprise/godmode/agentes/collections.data.php:358 -msgid "Group:" -msgstr "Group:" - -#: ../../godmode/reporting/visual_console_builder.data.php:139 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:359 -#: ../../enterprise/dashboard/widget.php:65 -msgid "Background" -msgstr "Background" - -#: ../../godmode/reporting/visual_console_builder.data.php:142 -msgid "Background image" -msgstr "Background image" - -#: ../../godmode/reporting/visual_console_builder.data.php:144 -#: ../../include/functions_visual_map_editor.php:237 -msgid "Background color" -msgstr "Background colour" - -#: ../../godmode/reporting/visual_console_builder.data.php:164 -msgid "Layout size" +#: ../../include/ajax/update_manager.ajax.php:463 +msgid "Package not accepted." msgstr "" -#: ../../godmode/reporting/visual_console_builder.data.php:168 -msgid "Set custom size" -msgstr "Set custom size" - -#: ../../godmode/reporting/visual_console_builder.data.php:177 -msgid "Get default image size" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.editor.php:134 -msgid "Min allowed size is 1024x768" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.editor.php:138 -#: ../../godmode/reporting/visual_console_builder.editor.php:143 -#: ../../godmode/reporting/visual_console_builder.editor.php:148 -#: ../../enterprise/dashboard/main_dashboard.php:348 -msgid "Action in progress" -msgstr "Action in progress" - -#: ../../godmode/reporting/visual_console_builder.editor.php:139 -#: ../../enterprise/dashboard/main_dashboard.php:349 -msgid "Loading in progress" -msgstr "Loading in progress" - -#: ../../godmode/reporting/visual_console_builder.editor.php:144 -msgid "Saving in progress" -msgstr "Saving in progress" - -#: ../../godmode/reporting/visual_console_builder.editor.php:149 -msgid "Deletion in progress" -msgstr "Deletion in progress" - -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:118 -#: ../../include/functions_visual_map_editor.php:198 -#: ../../include/functions_filemanager.php:682 -msgid "Image" -msgstr "Image" - -#: ../../godmode/reporting/visual_console_builder.elements.php:79 -msgid "Width x Height
                Max value" -msgstr "Width x Height
                Max value" - -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -#: ../../include/functions_visual_map_editor.php:540 -msgid "Map linked" -msgstr "Map linked" - -#: ../../godmode/reporting/visual_console_builder.elements.php:86 -#: ../../mobile/operation/agents.php:324 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:381 -msgid "A." -msgstr "A." - -#: ../../godmode/reporting/visual_console_builder.elements.php:138 -#: ../../godmode/reporting/visual_console_builder.wizard.php:104 -#: ../../include/functions_visual_map_editor.php:54 -#: ../../include/functions_visual_map_editor.php:650 -msgid "Static Graph" -msgstr "Static Graph" - -#: ../../godmode/reporting/visual_console_builder.elements.php:143 -msgid "Percentile Bar" -msgstr "Percentile Bar" - -#: ../../godmode/reporting/visual_console_builder.elements.php:148 -msgid "Percentile Bubble" -msgstr "Percentile Bubble" - -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -#: ../../include/functions_visual_map_editor.php:652 -#: ../../mobile/operation/events.php:506 -msgid "Module Graph" -msgstr "Module Graph" - -#: ../../godmode/reporting/visual_console_builder.elements.php:158 -#: ../../include/functions_visual_map.php:2753 -#: ../../include/functions_visual_map_editor.php:653 -msgid "Simple Value" -msgstr "Simple Value" - -#: ../../godmode/reporting/visual_console_builder.elements.php:163 -msgid "Simple Value (Process Max)" -msgstr "Simple Value (Process Max)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:168 -msgid "Simple Value (Process Min)" -msgstr "Simple Value (Process Min)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:173 -msgid "Simple Value (Process Avg)" -msgstr "Simple Value (Process Avg)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:188 -#: ../../include/functions_visual_map.php:2736 -#: ../../include/functions_visual_map_editor.php:62 -#: ../../include/functions_visual_map_editor.php:657 -msgid "Box" -msgstr "Box" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:619 -msgid "Edit label" -msgstr "Edit label" - -#: ../../godmode/reporting/visual_console_builder.php:159 -msgid "This file isn't image" -msgstr "Invalid image file" - -#: ../../godmode/reporting/visual_console_builder.php:160 -msgid "This file isn't image." -msgstr "Invalid image file" - -#: ../../godmode/reporting/visual_console_builder.php:164 -#: ../../godmode/reporting/visual_console_builder.php:165 -msgid "File already are exists." -msgstr "File already exists." - -#: ../../godmode/reporting/visual_console_builder.php:171 -#: ../../godmode/reporting/visual_console_builder.php:172 -msgid "The file have not image extension." -msgstr "The file doesn't have an image extension" - -#: ../../godmode/reporting/visual_console_builder.php:183 -#: ../../godmode/reporting/visual_console_builder.php:184 -#: ../../godmode/reporting/visual_console_builder.php:191 -#: ../../godmode/reporting/visual_console_builder.php:194 -msgid "Problems with move file to target." -msgstr "Problems moving file to target location" - -#: ../../godmode/reporting/visual_console_builder.php:223 -msgid "Successfully update." -msgstr "Successfully updated" - -#: ../../godmode/reporting/visual_console_builder.php:235 -msgid "Could not be update." -msgstr "Could not be updated" - -#: ../../godmode/reporting/visual_console_builder.php:250 -#: ../../enterprise/meta/screens/screens.visualmap.php:120 -msgid "Successfully created." -msgstr "Successfully created." - -#: ../../godmode/reporting/visual_console_builder.php:263 -#: ../../enterprise/meta/screens/screens.visualmap.php:123 -msgid "Could not be created." -msgstr "Could not be created." - -#: ../../godmode/reporting/visual_console_builder.php:304 -msgid "Successfully multiple delete." -msgstr "Successfully multiple delete." - -#: ../../godmode/reporting/visual_console_builder.php:305 -msgid "Unsuccessfull multiple delete." -msgstr "Unsuccessfull multiple delete." - -#: ../../godmode/reporting/visual_console_builder.php:387 -msgid "Successfully delete." -msgstr "Successfully delete." - -#: ../../godmode/reporting/visual_console_builder.php:662 -#: ../../operation/visual_console/pure_ajax.php:96 -#: ../../operation/visual_console/render_view.php:96 -#: ../../enterprise/meta/screens/screens.visualmap.php:196 -msgid "Visual consoles list" -msgstr "Visual consoles list" - -#: ../../godmode/reporting/visual_console_builder.php:665 -#: ../../operation/gis_maps/render_view.php:128 -#: ../../operation/visual_console/pure_ajax.php:105 -#: ../../operation/visual_console/render_view.php:108 -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -msgid "Show link to public Visual Console" -msgstr "Show link to public Visual Console" - -#: ../../godmode/reporting/visual_console_builder.php:671 -#: ../../operation/visual_console/pure_ajax.php:113 -#: ../../operation/visual_console/render_view.php:116 -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -msgid "List elements" -msgstr "List elements" - -#: ../../godmode/reporting/visual_console_builder.php:676 -#: ../../operation/visual_console/pure_ajax.php:118 -#: ../../operation/visual_console/render_view.php:121 -msgid "Services wizard" -msgstr "Services wizard" - -#: ../../godmode/reporting/visual_console_builder.php:681 -#: ../../godmode/reporting/visual_console_builder.wizard.php:354 -#: ../../operation/visual_console/pure_ajax.php:123 -#: ../../operation/visual_console/render_view.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:71 -#: ../../enterprise/include/functions_reporting.php:32 -#: ../../enterprise/include/functions_reporting.php:6162 -#: ../../enterprise/include/functions_reporting.php:6184 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/general/main_header.php:114 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -msgid "Wizard" -msgstr "Wizard" - -#: ../../godmode/reporting/visual_console_builder.php:684 -#: ../../operation/visual_console/pure_ajax.php:126 -#: ../../operation/visual_console/render_view.php:129 -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -msgid "Builder" -msgstr "Builder" - -#: ../../godmode/reporting/visual_console_builder.php:693 -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -msgid "New visual console" -msgstr "New visual console" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:651 -msgid "Percentile Item" -msgstr "Percentile Item" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -#: ../../include/functions_visual_map.php:2740 -#: ../../include/functions_visual_map_editor.php:251 -#: ../../mobile/operation/home.php:78 -msgid "Module graph" -msgstr "Module graph" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -#: ../../include/functions_visual_map_editor.php:57 -msgid "Simple value" -msgstr "Simple value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:125 -msgid "Range between elements (px)" -msgstr "Range between elements (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:132 -msgid "Size (px)" -msgstr "Size (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:170 -#: ../../enterprise/extensions/vmware/vmware_view.php:1333 -msgid "Font" -msgstr "Font" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:178 -#: ../../godmode/setup/setup_visuals.php:344 -#: ../../include/functions_config.php:467 -msgid "Font size" -msgstr "Font size" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:196 -#: ../../include/functions_visual_map_editor.php:350 -msgid "Min value" -msgstr "Min value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:197 -#: ../../godmode/reporting/visual_console_builder.wizard.php:210 -#: ../../include/functions_visual_map_editor.php:351 -#: ../../include/functions_visual_map_editor.php:393 -msgid "Max value" -msgstr "Max value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:198 -#: ../../include/functions_visual_map_editor.php:352 -msgid "Avg value" -msgstr "Avg value" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:204 -msgid "Width (px)" -msgstr "Width (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:218 -#: ../../godmode/setup/setup_visuals.php:532 -msgid "Percentile" -msgstr "Percentile" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:223 -msgid "Bubble" -msgstr "Bubble" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:230 -#: ../../include/functions_visual_map_editor.php:409 -#: ../../include/functions_visual_map_editor.php:428 -msgid "Value to show" -msgstr "Value to show" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:232 -msgid "Percent" -msgstr "Percent" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:267 -msgid "One item per agent" -msgstr "One item per agent" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:604 -msgid "Agent - Module" -msgstr "Agent - Module" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:310 -msgid "Enable link agent" -msgstr "Enable agent link" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:322 -msgid "Set Parent" -msgstr "Set Parent" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -msgid "Item created in the visualmap" -msgstr "Iteam created on the visual map" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:325 -msgid "Use the agents relationship (from selected agents)" -msgstr "Use the agents relationship (from selected agents)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:328 -msgid "Item in the map" -msgstr "Item on the map" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:331 -msgid "The parent relationships in Pandora will be drawn in the map." -msgstr "The parenting relationships in Pandora will be drawn on the map." - -#: ../../godmode/reporting/visual_console_builder.wizard.php:344 -#: ../../godmode/reporting/visual_console_builder.wizard.php:349 -msgid "Are you sure to add many elements\\nin visual map?" -msgstr "Are you sure you wish to add this many elements\\non the visual map?" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:377 -#: ../../mobile/operation/agent.php:305 ../../mobile/operation/agents.php:381 -#: ../../mobile/operation/events.php:797 -#: ../../mobile/operation/module_graph.php:467 -#: ../../mobile/operation/modules.php:706 -#: ../../mobile/operation/tactical.php:215 -#: ../../mobile/operation/visualmap.php:118 -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:74 -#: ../../enterprise/mobile/operation/dashboard.php:118 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -msgid "Loading..." -msgstr "Loading..." - -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -msgid "Please select any module or modules." -msgstr "Please select any module or modules." - -#: ../../godmode/servers/manage_recontask.php:43 -#: ../../godmode/servers/manage_recontask_form.php:186 -#: ../../include/functions_menu.php:473 -msgid "Manage recontask" -msgstr "Manage recon task" - -#: ../../godmode/servers/manage_recontask.php:55 -msgid "Successfully deleted recon task" -msgstr "Successfully deleted recon task" - -#: ../../godmode/servers/manage_recontask.php:58 -msgid "Error deleting recon task" -msgstr "Error deleting recon task" - -#: ../../godmode/servers/manage_recontask.php:68 -#: ../../godmode/servers/manage_recontask.php:182 -msgid "Successfully updated recon task" -msgstr "Recon task successfully updated" - -#: ../../godmode/servers/manage_recontask.php:75 -#: ../../godmode/servers/manage_recontask.php:185 -msgid "Error updating recon task" -msgstr "Error updating recon task" - -#: ../../godmode/servers/manage_recontask.php:166 -#: ../../godmode/servers/manage_recontask.php:239 -msgid "Wrong format in Subnet field" -msgstr "Wrong format in the Subnet field" - -#: ../../godmode/servers/manage_recontask.php:235 -msgid "Recon-task name already exists and incorrect format in Subnet field" -msgstr "" -"The recon task's name already exists and the format is incorrect for the " -"Subnet field." - -#: ../../godmode/servers/manage_recontask.php:243 -#: ../../godmode/servers/manage_recontask.php:252 -msgid "Recon-task name already exists" -msgstr "The recon task's name already exists" - -#: ../../godmode/servers/manage_recontask.php:266 -msgid "Successfully created recon task" -msgstr "Recon task successfully created" - -#: ../../godmode/servers/manage_recontask.php:269 -msgid "Error creating recon task" -msgstr "Error creating recon task" - -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:248 -#: ../../operation/servers/recon_view.php:95 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -#: ../../enterprise/extensions/ipam/ipam_list.php:148 -msgid "Network" -msgstr "Network" - -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:306 -msgid "Ports" -msgstr "Ports" - -#: ../../godmode/servers/manage_recontask.php:319 -#: ../../operation/servers/recon_view.php:145 -msgid "Network recon task" -msgstr "Network recon task" - -#: ../../godmode/servers/manage_recontask.php:351 -#: ../../godmode/servers/manage_recontask_form.php:262 -#: ../../enterprise/extensions/ipam/ipam_list.php:217 -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/godmode/services/services.service.php:255 -#: ../../enterprise/operation/services/services.list.php:189 -#: ../../enterprise/operation/services/services.table_services.php:158 -msgid "Manual" -msgstr "Manual" - -#: ../../godmode/servers/manage_recontask.php:392 -msgid "There are no recon task configured" -msgstr "There are no recon tasks set up" - -#: ../../godmode/servers/manage_recontask_form.php:193 -msgid "" -"By default, in Windows, Pandora FMS only support Standard network sweep, not " -"custom scripts" -msgstr "" -"On Windows Pandora FMS only supports standard network sweeps by default, not " -"custom scripts." - -#: ../../godmode/servers/manage_recontask_form.php:224 -#: ../../operation/servers/recon_view.php:89 -msgid "Task name" -msgstr "Task name" - -#: ../../godmode/servers/manage_recontask_form.php:230 -msgid "" -"You must select a Recon Server for the Task, otherwise the Recon Task will " -"never run" -msgstr "" -"You must appoint a recon server for the task, otherwise the recon task won't " -"run." - -#: ../../godmode/servers/manage_recontask_form.php:238 -msgid "Network sweep" -msgstr "Network sweep" - -#: ../../godmode/servers/manage_recontask_form.php:240 -#: ../../enterprise/extensions/cron/functions.php:69 -#: ../../enterprise/extensions/cron/main.php:255 -msgid "Custom script" -msgstr "Custom script" - -#: ../../godmode/servers/manage_recontask_form.php:249 -msgid "" -"You can specify several networks, separated by commas, for example: " -"192.168.50.0/24,192.168.60.0/24" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:260 -msgid "Manual interval means that it will be executed only On-demand" -msgstr "Manual interval means that it's going to run only on demand." - -#: ../../godmode/servers/manage_recontask_form.php:262 -#: ../../include/functions_reporting_html.php:1602 -#: ../../enterprise/include/functions_reporting_pdf.php:733 -msgid "Defined" -msgstr "Defined" - -#: ../../godmode/servers/manage_recontask_form.php:267 -msgid "The minimum recomended interval for Recon Task is 5 minutes" -msgstr "The minimum recommended interval for a recon task is 5 minutes" - -#: ../../godmode/servers/manage_recontask_form.php:272 -msgid "Module template" -msgstr "Module template" - -#: ../../godmode/servers/manage_recontask_form.php:309 -msgid "" -"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line " -"format). If dont want to do a sweep using portscan, left it in blank" -msgstr "" -"Defined ports such as 80 or 80,443,512 or even 0-1024 (same format as Nmap " -"command line) are left blank if you don't want to perform a sweep using " -"portscan." - -#: ../../godmode/servers/manage_recontask_form.php:320 -msgid "Choose if the discovery of a new system creates an incident or not." -msgstr "Choose if the discovery of a new system creates an incident or not." - -#: ../../godmode/servers/manage_recontask_form.php:323 -msgid "SNMP enabled" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:327 -msgid "SNMP Default community" -msgstr "SNMP Default community" - -#: ../../godmode/servers/manage_recontask_form.php:328 -msgid "" -"You can specify several values, separated by commas, for example: " -"public,mysecret,1234" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:334 -msgid "Explanation" -msgstr "Explanation" - -#: ../../godmode/servers/manage_recontask_form.php:375 -msgid "OS detection" -msgstr "OS detection" - -#: ../../godmode/servers/manage_recontask_form.php:379 -msgid "Name resolution" -msgstr "Name resolution" - -#: ../../godmode/servers/manage_recontask_form.php:383 -msgid "Parent detection" -msgstr "Parent detection" - -#: ../../godmode/servers/manage_recontask_form.php:387 -msgid "Parent recursion" -msgstr "Parent recursion" - -#: ../../godmode/servers/manage_recontask_form.php:388 -msgid "" -"Maximum number of parent hosts that will be created if parent detection is " -"enabled." -msgstr "" -"Maximum number of parent hosts that will be created if parent detection is " -"enabled." - -#: ../../godmode/servers/manage_recontask_form.php:391 -msgid "Vlan enabled" -msgstr "" - -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" -msgstr "Update Server" - -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" -msgstr "Remote Configuration" - -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" -msgstr "Pandora servers" - -#: ../../godmode/servers/modificar_server.php:73 -#: ../../godmode/servers/modificar_server.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1164 -msgid "Unsuccessfull action" -msgstr "Unsuccesful action" - -#: ../../godmode/servers/modificar_server.php:76 -#: ../../godmode/servers/modificar_server.php:88 -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Successfully action" -msgstr "Action successfully processed" - -#: ../../godmode/servers/modificar_server.php:98 -#: ../../enterprise/meta/advanced/servers.php:39 -msgid "Server deleted successfully" -msgstr "Server deleted successfully" - -#: ../../godmode/servers/modificar_server.php:101 -#: ../../enterprise/meta/advanced/servers.php:42 -msgid "There was a problem deleting the server" -msgstr "There was a problem deleting the server" - -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" -msgstr "Server updated successfully" - -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" -msgstr "There was a problem updating the server" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "Network Components" - -#: ../../godmode/servers/plugin.php:151 -#: ../../include/functions_filemanager.php:759 -#: ../../enterprise/godmode/agentes/collections.editor.php:111 -#: ../../enterprise/godmode/agentes/collections.editor.php:172 -msgid "Edit file" -msgstr "Edit file" - -#: ../../godmode/servers/plugin.php:170 -#: ../../enterprise/godmode/agentes/collections.editor.php:193 -msgid "Compatibility mode" -msgstr "Compatibility mode" - -#: ../../godmode/servers/plugin.php:224 -#: ../../godmode/setup/file_manager.php:63 -#: ../../include/functions_filemanager.php:561 -#, php-format -msgid "Index of %s" -msgstr "Index of %s" - -#: ../../godmode/servers/plugin.php:266 -msgid "Plugin creation" -msgstr "Plug-in creation" - -#: ../../godmode/servers/plugin.php:269 -msgid "Plugin update" -msgstr "Plug-in update" - -#: ../../godmode/servers/plugin.php:299 -msgid "Plugin type" -msgstr "Plug-in type" - -#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 -msgid "Standard" -msgstr "Standard" - -#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 -msgid "Nagios" -msgstr "Nagios" - -#: ../../godmode/servers/plugin.php:306 -msgid "Max. timeout" -msgstr "Max. timeout" - -#: ../../godmode/servers/plugin.php:306 -msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" -msgstr "" -"This value will only be applied if it's less than the timeout for the " -"server's general configuration plugin." - -#: ../../godmode/servers/plugin.php:306 -msgid "" -"If you set a 0 seconds timeout, the server plugin timeout will be used" -msgstr "" -"If you set the timeout to 0 seconds, the server's plugin timeout will be " -"used." - -#: ../../godmode/servers/plugin.php:362 -msgid "Plugin command" -msgstr "Plug-in command" - -#: ../../godmode/servers/plugin.php:373 -msgid "Plug-in parameters" -msgstr "Plug-in parameters" - -#: ../../godmode/servers/plugin.php:451 -#: ../../godmode/servers/recon_script.php:161 -#: ../../enterprise/godmode/modules/configure_local_component.php:446 -msgid "Default value" -msgstr "Default value" - -#: ../../godmode/servers/plugin.php:464 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" -msgstr "Hide Value" - -#: ../../godmode/servers/plugin.php:464 -#: ../../godmode/servers/recon_script.php:174 -msgid "This field will show up as dots like a password" -msgstr "This field is only going to display dots like a password window." - -#: ../../godmode/servers/plugin.php:473 -#: ../../godmode/servers/recon_script.php:183 -#: ../../include/functions_ui.php:1080 -#: ../../enterprise/godmode/modules/configure_local_component.php:452 -#: ../../enterprise/meta/general/login_page.php:50 -msgid "Help" -msgstr "Help" - -#: ../../godmode/servers/plugin.php:491 -#: ../../godmode/servers/recon_script.php:199 -#: ../../enterprise/godmode/modules/configure_local_component.php:462 -msgid "Add macro" -msgstr "Add macro" - -#: ../../godmode/servers/plugin.php:506 -#: ../../godmode/servers/recon_script.php:206 -#: ../../enterprise/godmode/modules/configure_local_component.php:470 -msgid "Delete macro" -msgstr "Delete macro" - -#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 -msgid "Parameters macros" -msgstr "Macro parameters" - -#: ../../godmode/servers/plugin.php:564 -msgid "Plugins registered in Pandora FMS" -msgstr "Plug-ins registered on Pandora FMS" - -#: ../../godmode/servers/plugin.php:569 -msgid "You need to create your own plugins with Windows compatibility" -msgstr "You'll need to create your own Windows-compatible plugins" - -#: ../../godmode/servers/plugin.php:629 -msgid "Problem updating plugin" -msgstr "Problem updating plugin" - -#: ../../godmode/servers/plugin.php:632 -msgid "Plugin updated successfully" -msgstr "Plugin updated successfully" - -#: ../../godmode/servers/plugin.php:687 -msgid "Problem creating plugin" -msgstr "Problem creating plugin" - -#: ../../godmode/servers/plugin.php:690 -msgid "Plugin created successfully" -msgstr "Plugin created successfully" - -#: ../../godmode/servers/plugin.php:700 -msgid "Problem deleting plugin" -msgstr "Problem deleting plugin" - -#: ../../godmode/servers/plugin.php:703 -msgid "Plugin deleted successfully" -msgstr "Plugin deleted successfully" - -#: ../../godmode/servers/plugin.php:782 -msgid "All the modules that are using this plugin will be deleted" -msgstr "All modules that are using this plugin will be deleted" - -#: ../../godmode/servers/plugin.php:789 -msgid "There are no plugins in the system" -msgstr "There are no plugins on the system" - -#: ../../godmode/servers/plugin.php:801 -#, php-format -msgid "List of modules and components created by \"%s\" " -msgstr "List of modules and components created by \"%s\" " - -#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 -msgid "Some modules or components are using the plugin" -msgstr "Some modules or components are using the plugin" - -#: ../../godmode/servers/plugin.php:910 -msgid "" -"The modules or components should be updated manually or using the bulk " -"operations for plugins after this change" -msgstr "" -"Modules or components should be updated manually or by using the bulk " -"operation option for plugins after this change" - -#: ../../godmode/servers/plugin.php:912 -msgid "Are you sure you want to perform this action?" -msgstr "Are you sure you want to perform this action?" - -#: ../../godmode/servers/plugin.php:926 -msgid "Are you sure you want to unlock this item?" -msgstr "Are you sure you want to unlock this item?" - -#: ../../godmode/servers/plugin.php:946 -msgid "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." -msgstr "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." - -#: ../../godmode/servers/plugin.php:952 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" -msgstr "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" - -#: ../../godmode/servers/recon_script.php:73 -msgid "Recon script creation" -msgstr "Recon script creation" - -#: ../../godmode/servers/recon_script.php:75 -msgid "Recon script update" -msgstr "Recon script update" - -#: ../../godmode/servers/recon_script.php:101 -msgid "Script fullpath" -msgstr "Script fullpath" - -#: ../../godmode/servers/recon_script.php:228 -msgid "Recon scripts registered in Pandora FMS" -msgstr "Recon scripts registered on Pandora FMS" - -#: ../../godmode/servers/recon_script.php:271 -msgid "Problem updating" -msgstr "Problem updating" - -#: ../../godmode/servers/recon_script.php:317 -msgid "Problem creating" -msgstr "Problem creating" - -#: ../../godmode/servers/recon_script.php:331 -msgid "Problem deleting reconscript" -msgstr "Problem deleting reconscript" - -#: ../../godmode/servers/recon_script.php:334 -msgid "reconscript deleted successfully" -msgstr "Reconscript deleted successfully" - -#: ../../godmode/servers/recon_script.php:378 -msgid "There are no recon scripts in the system" -msgstr "There are no recon scripts in the system" - -#: ../../godmode/servers/servers.build_table.php:38 -#: ../../enterprise/meta/advanced/servers.build_table.php:33 -msgid "There are no servers configured into the database" -msgstr "There are no servers registered on the database" - -#: ../../godmode/servers/servers.build_table.php:69 -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -msgid "Lag" -msgstr "Lag" - -#: ../../godmode/servers/servers.build_table.php:69 -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -msgid "Avg. Delay(sec)/Modules delayed" -msgstr "Avg. Delay(sec)/Modules delayed" - -#: ../../godmode/servers/servers.build_table.php:70 -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -msgid "T/Q" -msgstr "T/Q" - -#: ../../godmode/servers/servers.build_table.php:70 -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -msgid "Threads / Queued modules currently" -msgstr "Current threads/queued modules currently" - -#: ../../godmode/servers/servers.build_table.php:97 -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -msgid "This is a master server" -msgstr "This is a master server" - -#: ../../godmode/servers/servers.build_table.php:110 -#: ../../godmode/servers/servers.build_table.php:115 -#: ../../enterprise/meta/advanced/servers.build_table.php:104 -#: ../../enterprise/meta/advanced/servers.build_table.php:109 -msgid "of" -msgstr "of" - -#: ../../godmode/servers/servers.build_table.php:147 -msgid "Reset module status and fired alert counts" -msgstr "Reset module status and fired alert counts" - -#: ../../godmode/servers/servers.build_table.php:153 -msgid "Claim back SNMP modules" -msgstr "Reclaim SNMP modules" - -#: ../../godmode/servers/servers.build_table.php:173 -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -msgid "" -"Modules run by this server will stop working. Do you want to continue?" -msgstr "" -"Modules run by this server will stop working. Do you want to continue?" - -#: ../../godmode/servers/servers.build_table.php:194 -#: ../../enterprise/meta/advanced/servers.build_table.php:154 -msgid "Tactical server information" -msgstr "Tactical server information" - -#: ../../godmode/setup/gis.php:62 -msgid "Map connection name" -msgstr "Map connection name" - -#: ../../godmode/setup/gis.php:83 -msgid "Do you wan delete this connection?" -msgstr "do you wish to delete this connection?" - -#: ../../godmode/setup/gis_step_2.php:39 -msgid "Create new map connection" -msgstr "Create new map connection" - -#: ../../godmode/setup/gis_step_2.php:58 -msgid "Edit map connection" -msgstr "Edit map connection" - -#: ../../godmode/setup/gis_step_2.php:150 -msgid "Connection Name" -msgstr "Connection Name" - -#: ../../godmode/setup/gis_step_2.php:150 -msgid "Descriptive name for the connection" -msgstr "Descriptive name for the connection" - -#: ../../godmode/setup/gis_step_2.php:153 -msgid "Group that owns the connection" -msgstr "Group that owns the connection" - -#: ../../godmode/setup/gis_step_2.php:156 -msgid "Number of zoom levels" -msgstr "Number of zoom levels" - -#: ../../godmode/setup/gis_step_2.php:160 -msgid "Default zoom level" -msgstr "Default zoom level" - -#: ../../godmode/setup/gis_step_2.php:160 -msgid "Zoom level used when the map is opened" -msgstr "Zoom level used when the map is opened" - -#: ../../godmode/setup/gis_step_2.php:163 -msgid "Basic configuration" -msgstr "Basic configuration" - -#: ../../godmode/setup/gis_step_2.php:168 -msgid "Open Street Maps" -msgstr "Open Street Maps" - -#: ../../godmode/setup/gis_step_2.php:169 -msgid "Google Maps" -msgstr "Google Maps" - -#: ../../godmode/setup/gis_step_2.php:170 -msgid "Static Image" -msgstr "Static Image" - -#: ../../godmode/setup/gis_step_2.php:172 -msgid "Please select the connection type" -msgstr "Please select the connection type" - -#: ../../godmode/setup/gis_step_2.php:174 -msgid "Map connection type" -msgstr "Map connection type" - -#: ../../godmode/setup/gis_step_2.php:210 -msgid "Tile Server URL" -msgstr "Tile Server URL" - -#: ../../godmode/setup/gis_step_2.php:216 -msgid "Google Physical" -msgstr "Google Physical" - -#: ../../godmode/setup/gis_step_2.php:217 -msgid "Google Hybrid" -msgstr "Google Hybrid" - -#: ../../godmode/setup/gis_step_2.php:218 -msgid "Google Satelite" -msgstr "Google Satelite" - -#: ../../godmode/setup/gis_step_2.php:222 -msgid "Google Map Type" -msgstr "Google Map Type" - -#: ../../godmode/setup/gis_step_2.php:226 -msgid "Google Maps Key" -msgstr "Google Maps Key" - -#: ../../godmode/setup/gis_step_2.php:235 -msgid "Image URL" -msgstr "Image URL" - -#: ../../godmode/setup/gis_step_2.php:239 -msgid "Corners of the area of the image" -msgstr "Corners of the area of the image" - -#: ../../godmode/setup/gis_step_2.php:242 -msgid "Left" -msgstr "Left" - -#: ../../godmode/setup/gis_step_2.php:244 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 -msgid "Bottom" -msgstr "Bottom" - -#: ../../godmode/setup/gis_step_2.php:248 -msgid "Right" -msgstr "Right" - -#: ../../godmode/setup/gis_step_2.php:250 -msgid "Top" -msgstr "Top" - -#: ../../godmode/setup/gis_step_2.php:254 -msgid "Image Size" -msgstr "Image Size" - -#: ../../godmode/setup/gis_step_2.php:279 -msgid "" -"Preview to select the center of the map and the default position of an agent " -"without gis data" -msgstr "" -"Previes to select the center of the map and the default position for an " -"agent without GIS data." - -#: ../../godmode/setup/gis_step_2.php:280 -msgid "Load preview map" -msgstr "Load preview map" - -#: ../../godmode/setup/gis_step_2.php:289 -msgid "Map Center" -msgstr "Map Centre" - -#: ../../godmode/setup/gis_step_2.php:289 -msgid "Position to center the map when the map is opened" -msgstr "Position to centre the map when the map is opened" - -#: ../../godmode/setup/gis_step_2.php:290 -msgid "Default position for agents without GIS data" -msgstr "Default position for agents without GIS data" - -#: ../../godmode/setup/gis_step_2.php:292 -msgid "Change in the map" -msgstr "Change on the map" - -#: ../../godmode/setup/gis_step_2.php:292 -msgid "This selects what to change by clicking on the map" -msgstr "This selects what to change by clicking on the map" - -#: ../../godmode/setup/gis_step_2.php:296 -#: ../../operation/agentes/gis_view.php:179 -msgid "Latitude" -msgstr "Latitude" - -#: ../../godmode/setup/gis_step_2.php:300 -#: ../../operation/agentes/gis_view.php:178 -msgid "Longitude" -msgstr "Longitude" - -#: ../../godmode/setup/gis_step_2.php:304 -#: ../../operation/agentes/gis_view.php:180 -msgid "Altitude" -msgstr "Altitude" - -#: ../../godmode/setup/gis_step_2.php:353 -#: ../../godmode/setup/gis_step_2.php:446 -msgid "Center" -msgstr "Centre" - -#: ../../godmode/setup/gis_step_2.php:413 -msgid "Refresh preview map" -msgstr "Refresh preview map" - -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "Licence Management" - -#: ../../godmode/setup/license.php:37 -msgid "License updated" -msgstr "Licence updated" - -#: ../../godmode/setup/license.php:64 -#: ../../enterprise/meta/advanced/license_meta.php:79 -msgid "Customer key" -msgstr "Customer key" - -#: ../../godmode/setup/license.php:67 -#: ../../enterprise/meta/advanced/license_meta.php:82 -msgid "Expires" -msgstr "Expires" - -#: ../../godmode/setup/license.php:70 -#: ../../enterprise/meta/advanced/license_meta.php:85 -msgid "Platform Limit" -msgstr "Platform Limit" - -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 -#: ../../enterprise/meta/advanced/license_meta.php:86 -#: ../../enterprise/meta/advanced/license_meta.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:92 -#: ../../enterprise/meta/advanced/license_meta.php:95 -msgid "agents" -msgstr "agents" - -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 -#: ../../operation/tree.php:103 -#: ../../enterprise/meta/advanced/license_meta.php:86 -#: ../../enterprise/meta/advanced/license_meta.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:92 -#: ../../enterprise/meta/advanced/license_meta.php:95 -msgid "modules" -msgstr "modules" - -#: ../../godmode/setup/license.php:73 -#: ../../enterprise/meta/advanced/license_meta.php:88 -msgid "Current Platform Count" -msgstr "Current Platform Count" - -#: ../../godmode/setup/license.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:91 -msgid "Current Platform Count (enabled: items)" -msgstr "Current Platform Count (enabled: items)" - -#: ../../godmode/setup/license.php:79 -#: ../../enterprise/meta/advanced/license_meta.php:94 -msgid "Current Platform Count (disabled: items)" -msgstr "Current Platform Count (disabled: items)" - -#: ../../godmode/setup/license.php:82 -#: ../../enterprise/meta/advanced/license_meta.php:97 -msgid "License Mode" -msgstr "Licence Mode" - -#: ../../godmode/setup/license.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:100 -msgid "NMS" -msgstr "NMS" - -#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:101 -#: ../../enterprise/meta/advanced/license_meta.php:104 -msgid "enabled" -msgstr "enabled" - -#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:101 -#: ../../enterprise/meta/advanced/license_meta.php:104 -msgid "disabled" -msgstr "Disabled" - -#: ../../godmode/setup/license.php:88 -#: ../../enterprise/meta/advanced/license_meta.php:103 -msgid "Satellite" -msgstr "Satellite" - -#: ../../godmode/setup/license.php:91 -#: ../../enterprise/meta/advanced/license_meta.php:106 -msgid "Licensed to" -msgstr "Licensed to" - -#: ../../godmode/setup/license.php:98 ../../mobile/operation/events.php:528 -#: ../../operation/agentes/alerts_status.php:436 -#: ../../operation/agentes/alerts_status.php:477 -#: ../../operation/agentes/alerts_status.php:511 -#: ../../operation/agentes/alerts_status.php:545 -#: ../../operation/agentes/alerts_status.php:590 -#: ../../operation/snmpconsole/snmp_view.php:745 -#: ../../operation/snmpconsole/snmp_view.php:902 -#: ../../operation/snmpconsole/snmp_view.php:930 -#: ../../enterprise/extensions/vmware/main.php:196 -#: ../../enterprise/extensions/vmware/main.php:203 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../enterprise/load_enterprise.php:1 -msgid "Validate" -msgstr "Validate" - -#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 -#: ../../enterprise/meta/advanced/license_meta.php:115 -#: ../../enterprise/meta/advanced/license_meta.php:119 -msgid "Request new license" -msgstr "Request new licence" - -#: ../../godmode/setup/license.php:108 -#: ../../enterprise/meta/advanced/license_meta.php:123 -msgid "To get your Pandora FMS Enterprise License:" -msgstr "To get your Pandora FMS Enterprise Licence:" - -#: ../../godmode/setup/license.php:111 -#: ../../enterprise/meta/advanced/license_meta.php:126 -#, php-format -msgid "Go to %s" -msgstr "Go to %s" - -#: ../../godmode/setup/license.php:114 -#: ../../enterprise/meta/advanced/license_meta.php:129 -msgid "Enter the auth key and the following request key:" -msgstr "Enter the auth key and the following request key:" - -#: ../../godmode/setup/license.php:120 -#: ../../enterprise/meta/advanced/license_meta.php:135 -msgid "Enter your name (or a company name) and a contact email address." -msgstr "Enter your name (or a company name) and a contact e-mail address." - -#: ../../godmode/setup/license.php:123 -#: ../../enterprise/meta/advanced/license_meta.php:138 -msgid "Click on Generate." -msgstr "Click on Generate." - -#: ../../godmode/setup/license.php:126 -#: ../../enterprise/meta/advanced/license_meta.php:141 -msgid "" -"Click here, enter " -"the generated license key and click on Validate." -msgstr "" -"Click here, enter " -"the generated licence key and click on Validate." - -#: ../../godmode/setup/links.php:27 -msgid "Link management" -msgstr "Link management" - -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "There was a problem creating the link" - -#: ../../godmode/setup/links.php:56 -msgid "There was a problem modifying link" -msgstr "There was a problem modifying the link" - -#: ../../godmode/setup/links.php:67 -msgid "There was a problem deleting link" -msgstr "There was a problem deleting the link" - -#: ../../godmode/setup/links.php:86 ../../godmode/setup/news.php:130 -msgid "Name error" -msgstr "Map not found" - -#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 -msgid "Link name" -msgstr "Link name" - -#: ../../godmode/setup/links.php:109 -#: ../../enterprise/godmode/policies/policy_linking.php:137 -msgid "Link" -msgstr "Link" - -#: ../../godmode/setup/links.php:132 -msgid "There isn't links" -msgstr "There aren't links" - -#: ../../godmode/setup/news.php:28 -msgid "Site news management" -msgstr "Site news management" - -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -#: ../../godmode/update_manager/update_manager.messages.php:136 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../operation/messages/message_list.php:126 -msgid "Subject" -msgstr "Subject" - -#: ../../godmode/setup/news.php:167 -msgid "Modal screen" -msgstr "Modal Window" - -#: ../../godmode/setup/news.php:170 -msgid "Expire" -msgstr "Expire" - -#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 -msgid "Expiration" -msgstr "Expiration" - -#: ../../godmode/setup/news.php:215 -msgid "There are no defined news" -msgstr "There are no news defined" - -#: ../../godmode/setup/news.php:222 -#: ../../operation/agentes/estado_generalagente.php:392 -#: ../../operation/incidents/incident_detail.php:419 -msgid "Author" -msgstr "Author" - -#: ../../godmode/setup/news.php:242 -msgid "Modal" -msgstr "Modal" - -#: ../../godmode/setup/news.php:245 -msgid "Board" -msgstr "Board" - -#: ../../godmode/setup/news.php:256 -msgid "Expired" -msgstr "Expired" - -#: ../../godmode/setup/os.list.php:75 -msgid "There are no defined operating systems" -msgstr "There are no operating systems defined" - -#: ../../godmode/setup/os.list.php:81 -msgid "Create OS" -msgstr "Create OS" - -#: ../../godmode/setup/os.php:73 -msgid "Fail creating OS" -msgstr "Failure creating OS" - -#: ../../godmode/setup/os.php:80 -msgid "Success creating OS" -msgstr "Success creating OS" - -#: ../../godmode/setup/os.php:100 -msgid "Success updatng OS" -msgstr "Success updating OS" - -#: ../../godmode/setup/os.php:100 -msgid "Error updating OS" -msgstr "Error updating OS" - -#: ../../godmode/setup/os.php:119 -msgid "There are agents with this OS." -msgstr "This OS is being used" - -#: ../../godmode/setup/os.php:124 -msgid "Success deleting" -msgstr "Success deleting" - -#: ../../godmode/setup/os.php:124 -msgid "Error deleting" -msgstr "Error deleting" - -#: ../../godmode/setup/os.php:133 -msgid "List OS" -msgstr "List OS" - -#: ../../godmode/setup/os.php:137 -msgid "Builder OS" -msgstr "OS editor" - -#: ../../godmode/setup/performance.php:49 -#: ../../include/functions_config.php:371 -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../enterprise/meta/include/functions_meta.php:1281 -msgid "Max. days before delete events" -msgstr "Max. days before delete events" - -#: ../../godmode/setup/performance.php:49 -msgid "" -"If the compaction or purge of the data is more frequent than the events " -"deletion, anomalies in module graphs could appear" -msgstr "" -"If data compression or purge is more frequent than event cleanups, it could " -"lead to anomalies in module graphs." - -#: ../../godmode/setup/performance.php:52 -#: ../../include/functions_config.php:373 -msgid "Max. days before delete traps" -msgstr "Max. days before trap cleanup" - -#: ../../godmode/setup/performance.php:55 -#: ../../include/functions_config.php:377 -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../enterprise/meta/include/functions_meta.php:1301 -msgid "Max. days before delete audit events" -msgstr "Max. days before audited event cleanup" - -#: ../../godmode/setup/performance.php:58 -#: ../../include/functions_config.php:375 -msgid "Max. days before delete string data" -msgstr "Max. days before delete string data" - -#: ../../godmode/setup/performance.php:61 -#: ../../include/functions_config.php:379 -msgid "Max. days before delete GIS data" -msgstr "Max. days before delete GIS data" - -#: ../../godmode/setup/performance.php:64 -#: ../../include/functions_config.php:381 -msgid "Max. days before purge" -msgstr "Max. days before purge" - -#: ../../godmode/setup/performance.php:64 -msgid "" -"Configure a purge period more frequent than a compact data period has no " -"sense" -msgstr "" -"Configuring a more frequent purge interval than a data compacting interval " -"makes no sense." - -#: ../../godmode/setup/performance.php:67 -#: ../../include/functions_config.php:385 -msgid "Max. days before compact data" -msgstr "Max. days before data compacting" - -#: ../../godmode/setup/performance.php:70 -#: ../../include/functions_config.php:383 -msgid "Max. days before delete unknown modules" -msgstr "Max. days before deleting unknown modules." - -#: ../../godmode/setup/performance.php:73 -msgid "Max. days before delete autodisabled agents" -msgstr "Max. days before delete autodisabled agents" - -#: ../../godmode/setup/performance.php:76 -#: ../../include/functions_config.php:409 -msgid "Retention period of past special days" -msgstr "Retention period of past special days" - -#: ../../godmode/setup/performance.php:76 -msgid "This number is days to keep past special days. 0 means never remove." -msgstr "This number is days to keep past special days. 0 means never remove." - -#: ../../godmode/setup/performance.php:79 -#: ../../include/functions_config.php:411 -msgid "Max. macro data fields" -msgstr "Max. macro data fields" - -#: ../../godmode/setup/performance.php:79 -msgid "Number of macro fields in alerts and templates between 1 and 15" -msgstr "" - -#: ../../godmode/setup/performance.php:83 -#: ../../include/functions_config.php:414 -msgid "Max. days before delete inventory data" -msgstr "Max. days before delete inventory data" - -#: ../../godmode/setup/performance.php:96 -msgid "Item limit for realtime reports" -msgstr "Item limit for realtime reports" - -#: ../../godmode/setup/performance.php:96 -msgid "" -"Set a value too high cause a slowdown on console and a performance penalty " -"in the system." -msgstr "" -"Setting too high a value will cause a slowdown on console and a performance " -"penalty in the system." - -#: ../../godmode/setup/performance.php:100 -#: ../../include/functions_config.php:391 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Compact interpolation in hours (1 Fine-20 bad)" - -#: ../../godmode/setup/performance.php:100 -msgid "Data will be compacted in intervals of the specified length." -msgstr "Data will be compacted in intervals of the specified length." - -#: ../../godmode/setup/performance.php:105 ../../include/ajax/module.php:134 -#: ../../include/functions.php:2022 ../../include/functions.php:2592 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 -#: ../../operation/gis_maps/render_view.php:142 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:65 -#: ../../enterprise/dashboard/widgets/sla_percent.php:62 -#: ../../enterprise/dashboard/widgets/top_n.php:61 -#: ../../enterprise/godmode/agentes/inventory_manager.php:176 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 -msgid "1 hour" -msgstr "1 hour" - -#: ../../godmode/setup/performance.php:106 ../../include/ajax/module.php:136 -#: ../../include/functions_netflow.php:1055 +#: ../../include/ajax/update_manager.ajax.php:497 +msgid "progress" +msgstr "progress" + +#: ../../include/ajax/update_manager.ajax.php:525 +#: ../../include/functions_update_manager.php:189 +msgid "The package is installed." +msgstr "The package is installed." + +#: ../../include/ajax/visual_console_builder.ajax.php:180 +#: ../../include/functions_graph.php:5207 +msgid "No data to show" +msgstr "No data to show" + +#: ../../include/ajax/alert_list.ajax.php:80 +#: ../../godmode/alerts/alert_list.php:230 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/agentes/configurar_agente.php:1571 +#: ../../godmode/agentes/modificar_agente.php:116 +msgid "Successfully enabled" +msgstr "Successfully enabled" + +#: ../../include/ajax/alert_list.ajax.php:82 +#: ../../godmode/alerts/alert_list.php:230 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/agentes/configurar_agente.php:1571 +#: ../../godmode/agentes/modificar_agente.php:116 +msgid "Could not be enabled" +msgstr "Could not be enabled" + +#: ../../include/ajax/alert_list.ajax.php:91 +#: ../../godmode/alerts/alert_list.php:247 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/agentes/configurar_agente.php:1586 +#: ../../godmode/agentes/modificar_agente.php:135 +msgid "Successfully disabled" +msgstr "Successfully disabled" + +#: ../../include/ajax/alert_list.ajax.php:93 +#: ../../godmode/alerts/alert_list.php:247 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/agentes/configurar_agente.php:1586 +#: ../../godmode/agentes/modificar_agente.php:135 +msgid "Could not be disabled" +msgstr "Could not be disabled" + +#: ../../include/ajax/alert_list.ajax.php:155 +#: ../../godmode/alerts/alert_list.list.php:615 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../godmode/massive/massive_add_action_alerts.php:183 +msgid "Number of alerts match from" +msgstr "Number of alerts match from" + +#: ../../include/ajax/alert_list.ajax.php:165 +#: ../../include/functions_reporting_html.php:2107 +#: ../../include/functions_reporting_html.php:3098 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../godmode/alerts/alert_list.list.php:539 +#: ../../godmode/alerts/alert_list.list.php:625 +#: ../../godmode/alerts/alert_list.builder.php:134 +msgid "Threshold" +msgstr "Threshold" + +#: ../../include/ajax/module.php:133 ../../include/functions.php:2591 +msgid "30 minutes" +msgstr "30 minutes" + +#: ../../include/ajax/module.php:135 +msgid "6 hours" +msgstr "6 hours" + +#: ../../include/ajax/module.php:136 ../../include/functions_netflow.php:1055 #: ../../include/functions_netflow.php:1088 -#: ../../enterprise/dashboard/widgets/top_n.php:64 -#: ../../enterprise/godmode/agentes/inventory_manager.php:179 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../godmode/setup/performance.php:106 msgid "12 hours" msgstr "12 hours" -#: ../../godmode/setup/performance.php:107 -msgid "Last day" -msgstr "Last day" - -#: ../../godmode/setup/performance.php:108 -#: ../../include/functions_netflow.php:1057 -#: ../../include/functions_netflow.php:1090 -#: ../../enterprise/godmode/agentes/inventory_manager.php:181 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 -msgid "2 days" -msgstr "2 days" - -#: ../../godmode/setup/performance.php:109 -msgid "10 days" -msgstr "10 days" - -#: ../../godmode/setup/performance.php:110 -#: ../../include/functions_netflow.php:1060 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 -msgid "Last week" -msgstr "Last week" - -#: ../../godmode/setup/performance.php:111 -msgid "2 weeks" -msgstr "2 weeks" - -#: ../../godmode/setup/performance.php:112 -#: ../../include/functions_netflow.php:1061 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -msgid "Last month" -msgstr "Last month" - -#: ../../godmode/setup/performance.php:114 -#: ../../include/functions_config.php:393 -#: ../../enterprise/meta/advanced/metasetup.performance.php:92 -#: ../../enterprise/meta/include/functions_meta.php:1311 -msgid "Default hours for event view" -msgstr "Default hours for event view" - -#: ../../godmode/setup/performance.php:117 -#: ../../include/functions_config.php:395 -msgid "Use realtime statistics" -msgstr "Use realtime statistics" - -#: ../../godmode/setup/performance.php:121 -#: ../../include/functions_config.php:397 -msgid "Batch statistics period (secs)" -msgstr "Batch statistics period (secs)" - -#: ../../godmode/setup/performance.php:121 -msgid "" -"If realtime statistics are disabled, statistics interval resfresh will be " -"set here." -msgstr "" -"If realtime statistics are disabled, the refresh interval for statistics " -"will be set here." - -#: ../../godmode/setup/performance.php:124 -#: ../../include/functions_config.php:399 -#: ../../enterprise/meta/include/functions_meta.php:1321 -msgid "Use agent access graph" -msgstr "Use agent access graph" - -#: ../../godmode/setup/performance.php:128 -#: ../../include/functions_config.php:401 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. recommended number of files in attachment directory" - -#: ../../godmode/setup/performance.php:128 -msgid "" -"This number is the maximum number of files in attachment directory. If this " -"number is reached then a warning message will appear in the header " -"notification space." -msgstr "" -"This number is the maximum number of files for the attachment directory. If " -"this number is reached, a warning message will appear in the header's " -"notification space." - -#: ../../godmode/setup/performance.php:131 -#: ../../include/functions_config.php:403 -msgid "Delete not init modules" -msgstr "Delete not init modules" - -#: ../../godmode/setup/performance.php:135 -msgid "Big Operation Step to purge old data" -msgstr "Big Operation Step to purge old data" - -#: ../../godmode/setup/performance.php:135 -msgid "" -"The number of blocks that a time interval is split into. A bigger value " -"means bigger blocks, which is faster but heavier on the database. Default is " -"100." -msgstr "" -"The number of blocks that a time interval is split into. A bigger value " -"means bigger blocks, which is faster but heavier on the database. Default is " -"100." - -#: ../../godmode/setup/performance.php:138 -#: ../../include/functions_config.php:407 -msgid "Small Operation Step to purge old data" -msgstr "Small Operation Step to purge old data" - -#: ../../godmode/setup/performance.php:138 -msgid "" -"The number of rows that are processed in a single query in deletion. Default " -"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " -"systems with locks." -msgstr "" -"The number of rows that are processed in a single query in deletion. Default " -"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " -"systems with locks." - -#: ../../godmode/setup/performance.php:143 -msgid "Database maintenance options" -msgstr "Database maintenance options" - -#: ../../godmode/setup/performance.php:149 -#: ../../include/functions_graph.php:3236 -msgid "Others" -msgstr "Others" - -#: ../../godmode/setup/setup.php:145 -msgid "Correct update the setup options" -msgstr "Correctly updated the setup options" - -#: ../../godmode/setup/setup_auth.php:49 -#: ../../include/functions_config.php:323 -#: ../../enterprise/meta/include/functions_meta.php:612 -msgid "Fallback to local authentication" -msgstr "Fallback to local authentication" - -#: ../../godmode/setup/setup_auth.php:50 -msgid "" -"Enable this option if you want to fallback to local authentication when " -"remote (ldap etc...) authentication failed." -msgstr "" -"Please enable this option if you wish to fallback to a local authentication " -"protocol, should remote authentication (LDAP etc,) fails." - -#: ../../godmode/setup/setup_auth.php:57 -#: ../../include/functions_config.php:287 -#: ../../enterprise/meta/include/functions_meta.php:622 -msgid "Autocreate remote users" -msgstr "Autocreate remote users" - -#: ../../godmode/setup/setup_auth.php:74 -#: ../../include/functions_config.php:311 -#: ../../enterprise/meta/include/functions_meta.php:766 -msgid "LDAP server" -msgstr "LDAP server" - -#: ../../godmode/setup/setup_auth.php:80 -#: ../../include/functions_config.php:313 -#: ../../enterprise/meta/include/functions_meta.php:776 -msgid "LDAP port" -msgstr "LDAP port" - -#: ../../godmode/setup/setup_auth.php:87 -#: ../../include/functions_config.php:315 -#: ../../enterprise/meta/include/functions_meta.php:786 -msgid "LDAP version" -msgstr "LDAP version" - -#: ../../godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:302 -#: ../../include/functions_config.php:317 -#: ../../enterprise/godmode/setup/setup_auth.php:511 -#: ../../enterprise/meta/include/functions_meta.php:714 -#: ../../enterprise/meta/include/functions_meta.php:796 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../godmode/setup/setup_auth.php:100 -#: ../../include/functions_config.php:319 -#: ../../enterprise/meta/include/functions_meta.php:806 -msgid "Base DN" -msgstr "Base DN" - -#: ../../godmode/setup/setup_auth.php:106 -#: ../../include/functions_config.php:321 -#: ../../enterprise/meta/include/functions_meta.php:816 -msgid "Login attribute" -msgstr "Login attribute" - -#: ../../godmode/setup/setup_auth.php:128 -#: ../../include/functions_config.php:359 -#: ../../operation/users/user_edit.php:334 -#: ../../enterprise/meta/include/functions_meta.php:672 -msgid "Double authentication" -msgstr "Double authentication" - -#: ../../godmode/setup/setup_auth.php:129 -msgid "" -"If this option is enabled, the users can use double authentication with " -"their accounts" -msgstr "" -"If this option is enabled, double authentication for user accounts will be " -"available." - -#: ../../godmode/setup/setup_auth.php:141 -msgid "Session timeout (mins)" -msgstr "Session timeout (mins)" - -#: ../../godmode/setup/setup_auth.php:142 -#: ../../godmode/users/configure_user.php:548 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting -" -"1 in this field." -msgstr "" -"This is defined in minutes. If you want a permanent session, introduce -1 in " -"this field." - -#: ../../godmode/setup/setup_auth.php:177 -msgid "Local Pandora FMS" -msgstr "Local Pandora FMS" - -#: ../../godmode/setup/setup_auth.php:177 -msgid "ldap" -msgstr "LDAP" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:285 -#: ../../enterprise/meta/include/functions_meta.php:602 -msgid "Authentication method" -msgstr "Authentication method" - -#: ../../godmode/setup/setup_ehorus.php:54 -#: ../../include/functions_config.php:713 -msgid "Enable eHorus" -msgstr "Enable eHorus" - -#: ../../godmode/setup/setup_ehorus.php:85 -msgid "API Hostname" -msgstr "API Hostname" - -#: ../../godmode/setup/setup_ehorus.php:87 -msgid "Hostname of the eHorus API" -msgstr "Hostname of the eHorus API" - -#: ../../godmode/setup/setup_ehorus.php:87 -msgid "Without protocol and port" -msgstr "Without protocol and port" - -#: ../../godmode/setup/setup_ehorus.php:87 -msgid "e.g., portal.ehorus.com" -msgstr "e.g., switch.eHorus.com" - -#: ../../godmode/setup/setup_ehorus.php:92 -msgid "API Port" -msgstr "API Port" - -#: ../../godmode/setup/setup_ehorus.php:94 -msgid "e.g., 18080" -msgstr "e.g., 18080" - -#: ../../godmode/setup/setup_ehorus.php:99 -msgid "Request timeout" -msgstr "Request timeout" - -#: ../../godmode/setup/setup_ehorus.php:101 -msgid "" -"Time in seconds to set the maximum time of the requests to the eHorus API" -msgstr "" -"Time in seconds to set the maximum time of the requests to the eHorus API" - -#: ../../godmode/setup/setup_ehorus.php:101 -msgid "0 to disable" -msgstr "0 to disable" - -#: ../../godmode/setup/setup_ehorus.php:106 -msgid "Test" -msgstr "Test" - -#: ../../godmode/setup/setup_ehorus.php:107 -#: ../../enterprise/dashboard/full_dashboard.php:286 -#: ../../enterprise/dashboard/main_dashboard.php:466 -#: ../../enterprise/dashboard/public_dashboard.php:312 -#: ../../enterprise/operation/agentes/transactional_map.php:301 -msgid "Start" -msgstr "Start" - -#: ../../godmode/setup/setup_ehorus.php:122 -msgid "Remote Management System" -msgstr "Remote Management System" - -#: ../../godmode/setup/setup_ehorus.php:130 -msgid "Custom field eHorusID created" -msgstr "Custom field eHorusID created" - -#: ../../godmode/setup/setup_ehorus.php:130 -msgid "Error creating custom field" -msgstr "Error creating custom field" - -#: ../../godmode/setup/setup_ehorus.php:133 -msgid "eHorus has his own agent identifiers" -msgstr "eHorus has its own agent identifiers" - -#: ../../godmode/setup/setup_ehorus.php:134 -msgid "To store them, it will be necessary to use an agent custom field" -msgstr "To store them, it is necessary to use an agent custom field" - -#: ../../godmode/setup/setup_ehorus.php:135 -msgid "" -"Possibly the eHorus id will have to be filled in by hand for every agent" -msgstr "" -"Possibly the eHorus id will have to be filled out manually for every agent" - -#: ../../godmode/setup/setup_ehorus.php:140 -msgid "The custom field does not exists already" -msgstr "The custom field does not exist yet" - -#: ../../godmode/setup/setup_ehorus.php:154 -msgid "eHorus API" -msgstr "eHorus API" - -#: ../../godmode/setup/setup_ehorus.php:186 -msgid "Connection timeout" -msgstr "Connection timeout" - -#: ../../godmode/setup/setup_ehorus.php:187 -msgid "Empty user or password" -msgstr "Empty user or password" - -#: ../../godmode/setup/setup_ehorus.php:188 -msgid "User not found" -msgstr "User not found" - -#: ../../godmode/setup/setup_ehorus.php:189 -msgid "Invalid password" -msgstr "Invalid password" - -#: ../../godmode/setup/setup_general.php:57 -#: ../../include/functions_config.php:131 -msgid "Remote config directory" -msgstr "Remote config directory" - -#: ../../godmode/setup/setup_general.php:58 -msgid "Directory where agent remote configuration is stored." -msgstr "Directory in which the agent's remote configuration is stored" - -#: ../../godmode/setup/setup_general.php:62 -#: ../../include/functions_config.php:133 -#: ../../enterprise/meta/advanced/metasetup.setup.php:125 -#: ../../enterprise/meta/include/functions_meta.php:368 -msgid "Auto login (hash) password" -msgstr "Auto login (hash) password" - -#: ../../godmode/setup/setup_general.php:65 -#: ../../include/functions_config.php:136 -#: ../../enterprise/meta/advanced/metasetup.setup.php:129 -#: ../../enterprise/meta/include/functions_meta.php:378 -msgid "Time source" -msgstr "Time source" - -#: ../../godmode/setup/setup_general.php:66 ../../include/functions.php:1042 -#: ../../include/functions_events.php:988 -#: ../../include/functions_events.php:1419 -#: ../../include/functions_graph.php:2258 -#: ../../include/functions_graph.php:2924 -#: ../../include/functions_graph.php:3352 -#: ../../include/functions_graph.php:3355 -#: ../../include/functions_reporting.php:6397 -#: ../../include/functions_reporting_html.php:878 -#: ../../include/functions_reporting_html.php:1701 -#: ../../mobile/operation/events.php:111 ../../operation/events/events.php:77 -#: ../../operation/events/events_rss.php:178 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/meta/advanced/metasetup.setup.php:130 -msgid "System" -msgstr "System" - -#: ../../godmode/setup/setup_general.php:67 -#: ../../enterprise/meta/advanced/metasetup.setup.php:131 -msgid "Database" -msgstr "Database" - -#: ../../godmode/setup/setup_general.php:70 -#: ../../include/functions_config.php:138 -msgid "Automatic check for updates" -msgstr "Automatically check for updates" - -#: ../../godmode/setup/setup_general.php:74 -#: ../../include/functions_config.php:142 -#: ../../enterprise/meta/advanced/metasetup.setup.php:136 -#: ../../enterprise/meta/include/functions_meta.php:388 -msgid "Enforce https" -msgstr "Enforce https" - -#: ../../godmode/setup/setup_general.php:75 -#: ../../enterprise/meta/advanced/metasetup.setup.php:137 -msgid "" -"If SSL is not properly configured you will lose access to Pandora FMS " -"Console. Do you want to continue?" -msgstr "" -"If SSL is not properly configured, you will lose access to the Pandora FMS " -"Console. Do you want to continue?" - -#: ../../godmode/setup/setup_general.php:78 -msgid "Use cert of SSL" -msgstr "Use cert of SSL" - -#: ../../godmode/setup/setup_general.php:83 -msgid "Path of SSL Cert." -msgstr "Path of SSL Cert." - -#: ../../godmode/setup/setup_general.php:83 -msgid "" -"Path where you put your cert and name of this cert. Remember your cert only " -"in .pem extension." -msgstr "" -"Path where you put your cert and name of this cert. Remember your cert " -"should only be in .pem extension." - -#: ../../godmode/setup/setup_general.php:86 -#: ../../include/functions_config.php:146 -#: ../../enterprise/meta/advanced/metasetup.setup.php:142 -#: ../../enterprise/meta/include/functions_meta.php:398 -msgid "Attachment store" -msgstr "Attachment directory" - -#: ../../godmode/setup/setup_general.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:142 -msgid "Directory where temporary data is stored." -msgstr "Directory in which temporary data is stored." - -#: ../../godmode/setup/setup_general.php:89 -#: ../../include/functions_config.php:148 -#: ../../enterprise/meta/advanced/metasetup.setup.php:241 -#: ../../enterprise/meta/include/functions_meta.php:459 -msgid "IP list with API access" -msgstr "IP list with API access" - -#: ../../godmode/setup/setup_general.php:98 -#: ../../include/functions_config.php:150 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:318 -#: ../../enterprise/meta/advanced/metasetup.setup.php:237 -#: ../../enterprise/meta/include/functions_meta.php:438 -#: ../../enterprise/meta/include/functions_meta.php:448 -msgid "API password" -msgstr "API password" - -#: ../../godmode/setup/setup_general.php:99 -#: ../../enterprise/meta/advanced/metasetup.setup.php:238 -msgid "Please be careful if you put a password put https access." -msgstr "" -"Please bear in mind that if you set a password, you should use HTTPS access." - -#: ../../godmode/setup/setup_general.php:102 -#: ../../include/functions_config.php:152 -msgid "Enable GIS features in Pandora Console" -msgstr "Enable GIS features for the Pandora Console" - -#: ../../godmode/setup/setup_general.php:106 -#: ../../include/functions_config.php:162 -msgid "Enable Netflow" -msgstr "Enable Netflow" - -#: ../../godmode/setup/setup_general.php:140 -#: ../../enterprise/meta/advanced/metasetup.setup.php:179 -msgid "Change timezone" -msgstr "Change timezone" - -#: ../../godmode/setup/setup_general.php:146 -#: ../../include/functions_config.php:169 -msgid "Sound for Alert fired" -msgstr "Sound for Alert fired" - -#: ../../godmode/setup/setup_general.php:148 -#: ../../godmode/setup/setup_general.php:153 -#: ../../godmode/setup/setup_general.php:158 -msgid "Play sound" -msgstr "Play sound" - -#: ../../godmode/setup/setup_general.php:151 -#: ../../include/functions_config.php:171 -msgid "Sound for Monitor critical" -msgstr "Sound for Monitor critical" - -#: ../../godmode/setup/setup_general.php:156 -#: ../../include/functions_config.php:173 -msgid "Sound for Monitor warning" -msgstr "Sound for Monitor warning" - -#: ../../godmode/setup/setup_general.php:161 -#: ../../include/functions_config.php:188 -#: ../../enterprise/meta/advanced/metasetup.setup.php:183 -#: ../../enterprise/meta/include/functions_meta.php:418 -msgid "Public URL" -msgstr "Public URL" - -#: ../../godmode/setup/setup_general.php:162 -#: ../../enterprise/meta/advanced/metasetup.setup.php:184 -msgid "" -"Set this value when your PandoraFMS across inverse proxy or for example with " -"mod_proxy of Apache." -msgstr "" -"Set this value when you need your Pandora to be accessible via a public URL " -"(for example using Apache mod_proxy settings)" - -#: ../../godmode/setup/setup_general.php:165 -#: ../../include/functions_config.php:190 -msgid "Referer security" -msgstr "Enforce URL security" - -#: ../../godmode/setup/setup_general.php:166 -msgid "" -"When it is set as \"yes\" in some important sections check if the user have " -"gone from url Pandora." -msgstr "If enabled, actively checks if the user comes from Pandora's URL" - -#: ../../godmode/setup/setup_general.php:173 -#: ../../include/functions_config.php:192 -msgid "Event storm protection" -msgstr "Event storm protection" - -#: ../../godmode/setup/setup_general.php:174 -msgid "" -"If set to yes no events or alerts will be generated, but agents will " -"continue receiving data." -msgstr "" -"If enabled, no events or alerts will be generated, although agents will " -"continue to receive data." - -#: ../../godmode/setup/setup_general.php:182 -#: ../../include/functions_config.php:194 -msgid "Command Snapshot" -msgstr "Command line snapshot" - -#: ../../godmode/setup/setup_general.php:183 -msgid "The string modules with several lines show as command output" -msgstr "" -"String module outputs with more than one line will be shown as a snapshot." - -#: ../../godmode/setup/setup_general.php:187 -#: ../../include/functions_config.php:196 -msgid "Server logs directory" -msgstr "Server log directory" - -#: ../../godmode/setup/setup_general.php:187 -msgid "Directory where the server logs are stored." -msgstr "The directory in which server logs are stored." - -#: ../../godmode/setup/setup_general.php:192 -msgid "Full mode" -msgstr "Full assist mode" - -#: ../../godmode/setup/setup_general.php:193 -msgid "On demand" -msgstr "On demand" - -#: ../../godmode/setup/setup_general.php:194 -msgid "Expert" -msgstr "Expert" - -#: ../../godmode/setup/setup_general.php:196 -#: ../../include/functions_config.php:198 -msgid "Tutorial mode" -msgstr "Tutorial mode" - -#: ../../godmode/setup/setup_general.php:197 -msgid "" -"Configuration of our clippy, 'full mode' show the icon in the header and the " -"contextual helps and it is noise, 'on demand' it is equal to full but it is " -"not noise and 'expert' the icons in the header and the context is not." -msgstr "" -"These are settings for the 'helper' cartoon. When 'Full mode' is enabled the " -"icon in the header and help texts will all be active and will automatically " -"show. 'On demand' mode is the same as 'Full mode' but users will choose when " -"the helper activates. In 'Expert' mode, the icons in the header and help " -"texts are all disabled." - -#: ../../godmode/setup/setup_general.php:203 -#: ../../include/functions_config.php:200 -msgid "Allow create planned downtimes in the past" -msgstr "Allows creating planned downtimes for past dates" - -#: ../../godmode/setup/setup_general.php:204 -msgid "The planned downtimes created in the past will affect the SLA reports" -msgstr "" -"The planned downtimes created in the past will affect the SLA reports" - -#: ../../godmode/setup/setup_general.php:208 -#: ../../include/functions_config.php:202 -msgid "Limit parameters massive" -msgstr "Massive parameter limits" - -#: ../../godmode/setup/setup_general.php:209 +#: ../../include/ajax/module.php:137 ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2025 +msgid "1 day" +msgstr "1 day" + +#: ../../include/ajax/module.php:138 ../../include/functions_netflow.php:1093 +#: ../../include/functions.php:2026 +msgid "1 week" +msgstr "1 week" + +#: ../../include/ajax/module.php:139 ../../include/functions_netflow.php:1059 +#: ../../include/functions_netflow.php:1092 ../../include/functions.php:2027 +msgid "15 days" +msgstr "15 days" + +#: ../../include/ajax/module.php:140 ../../include/functions_netflow.php:1094 +#: ../../include/functions.php:2028 +msgid "1 month" +msgstr "1 month" + +#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063 +msgid "3 months" +msgstr "3 months" + +#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064 +msgid "6 months" +msgstr "6 months" + +#: ../../include/ajax/module.php:143 ../../include/functions.php:2031 +msgid "1 year" +msgstr "1 year" + +#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066 +msgid "2 years" +msgstr "2 years" + +#: ../../include/ajax/module.php:145 +msgid "3 years" +msgstr "3 years" + +#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846 +#: ../../godmode/agentes/module_manager.php:679 +#: ../../godmode/agentes/module_manager.php:689 +msgid "Adopted" +msgstr "Adopted" + +#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850 +#: ../../godmode/massive/massive_edit_modules.php:572 +#: ../../godmode/agentes/module_manager.php:689 +#: ../../godmode/agentes/module_manager.php:693 +msgid "Unlinked" +msgstr "Not linked" + +#: ../../include/ajax/module.php:1093 +msgid "Any monitors aren't with this filter." +msgstr "No monitors have this filter." + +#: ../../include/ajax/module.php:1096 +msgid "This agent doesn't have any active monitors." +msgstr "This agent doesn't have any active monitors." + +#: ../../include/ajax/events.php:158 #, php-format -msgid "" -"Your PHP environment is setted with %d max_input_vars. Maybe you must not " -"set this value with upper values." -msgstr "" -"Your PHP environment is setted with %d max_input_vars. Maybe you must not " -"set this value with upper values." - -#: ../../godmode/setup/setup_general.php:213 -msgid "Include agents manually disabled" -msgstr "Include agents manually disabled" - -#: ../../godmode/setup/setup_general.php:217 -msgid "audit log directory" -msgstr "audit log directory" - -#: ../../godmode/setup/setup_general.php:218 -msgid "Directory where audit log is stored." -msgstr "Directory where audit log is stored." - -#: ../../godmode/setup/setup_general.php:224 -msgid "General options" -msgstr "General settings" - -#: ../../godmode/setup/setup_general.php:283 -msgid "" -"If Enterprise ACL System is enabled without rules you will lose access to " -"Pandora FMS Console (even admin). Do you want to continue?" -msgstr "" -"If Enterprise ACL System is enabled without rules you will lose access to " -"Pandora FMS Console (even admin). Do you want to continue?" - -#: ../../godmode/setup/setup_netflow.php:41 -#: ../../include/functions_config.php:663 -msgid "Data storage path" -msgstr "Data storage path" - -#: ../../godmode/setup/setup_netflow.php:42 -msgid "Directory where netflow data will be stored." -msgstr "Directory where netflow data will be stored." - -#: ../../godmode/setup/setup_netflow.php:45 -#: ../../include/functions_config.php:665 -msgid "Daemon interval" -msgstr "Daemon interval" - -#: ../../godmode/setup/setup_netflow.php:46 -msgid "Specifies the time interval in seconds to rotate netflow data files." -msgstr "Specifies the time interval in seconds to rotate netflow data files." - -#: ../../godmode/setup/setup_netflow.php:49 -#: ../../include/functions_config.php:667 -msgid "Daemon binary path" -msgstr "Daemon binary path" - -#: ../../godmode/setup/setup_netflow.php:52 -#: ../../include/functions_config.php:669 -msgid "Nfdump binary path" -msgstr "Nfdump binary path" - -#: ../../godmode/setup/setup_netflow.php:55 -#: ../../include/functions_config.php:671 -msgid "Nfexpire binary path" -msgstr "Nfexpire binary path" - -#: ../../godmode/setup/setup_netflow.php:58 -#: ../../include/functions_config.php:673 -msgid "Maximum chart resolution" -msgstr "Maximum chart resolution" - -#: ../../godmode/setup/setup_netflow.php:58 -msgid "" -"Maximum number of points that a netflow area chart will display. The higher " -"the resolution the performance. Values between 50 and 100 are recommended." -msgstr "" -"Maximum number of points that a netflow area chart will display. Higher " -"resolutions take more time to render. Values between 50 and 100 are " -"recommended" - -#: ../../godmode/setup/setup_netflow.php:61 -#: ../../include/functions_config.php:675 -#: ../../enterprise/meta/advanced/metasetup.setup.php:187 -msgid "Disable custom live view filters" -msgstr "Disable custom live view filters" - -#: ../../godmode/setup/setup_netflow.php:62 -#: ../../enterprise/meta/advanced/metasetup.setup.php:187 -msgid "" -"Disable the definition of custom filters in the live view. Only existing " -"filters can be used." -msgstr "" -"Disable the definition of custom filters in the live view. Only existing " -"filters can be used." - -#: ../../godmode/setup/setup_netflow.php:65 -#: ../../include/functions_config.php:677 -#: ../../include/functions_config.php:683 -msgid "Netflow max lifetime" -msgstr "Max. Netflow lifespan" - -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Sets the maximum lifetime for netflow data in days." -msgstr "Sets the max. lifespan for netflow data, in days." - -#: ../../godmode/setup/setup_netflow.php:68 -#: ../../include/functions_config.php:679 -msgid "Name resolution for IP address" -msgstr "Enable IP address name resolution" - -#: ../../godmode/setup/setup_netflow.php:69 -#: ../../operation/netflow/nf_live_view.php:284 -msgid "Resolve the IP addresses to get their hostnames." -msgstr "Resolves IP addresses in order to obtain the hostname" - -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../operation/netflow/nf_live_view.php:274 -msgid "IP address resolution can take a lot of time" -msgstr "This process can take a long time" - -#: ../../godmode/setup/setup_visuals.php:75 -#: ../../include/functions_config.php:498 -msgid "Default interval for refresh on Visual Console" -msgstr "Default interval for Visual Console to refresh" - -#: ../../godmode/setup/setup_visuals.php:76 -msgid "This interval will affect to Visual Console pages" -msgstr "This interval will affect Visual Console pages" - -#: ../../godmode/setup/setup_visuals.php:80 -msgid "Paginated module view" -msgstr "Paginated module view" - -#: ../../godmode/setup/setup_visuals.php:85 -#: ../../include/functions_config.php:546 -#: ../../enterprise/meta/advanced/metasetup.visual.php:174 -#: ../../enterprise/meta/include/functions_meta.php:1257 -msgid "Display data of proc modules in other format" -msgstr "Display data of proc modules in other format" - -#: ../../godmode/setup/setup_visuals.php:95 -#: ../../include/functions_config.php:548 -#: ../../enterprise/meta/advanced/metasetup.visual.php:183 -#: ../../enterprise/meta/include/functions_meta.php:1262 -msgid "Display text proc modules have state is ok" -msgstr "Display text proc modules have state is ok" - -#: ../../godmode/setup/setup_visuals.php:99 -#: ../../include/functions_config.php:550 -#: ../../enterprise/meta/advanced/metasetup.visual.php:186 -#: ../../enterprise/meta/include/functions_meta.php:1267 -msgid "Display text when proc modules have state critical" -msgstr "Display text when proc modules" - -#: ../../godmode/setup/setup_visuals.php:104 -msgid "Click to display lateral menus" -msgstr "Click to display lateral menus" - -#: ../../godmode/setup/setup_visuals.php:105 -msgid "" -"When enabled, the lateral menus are shown when left clicking them, instead " -"of hovering over them" -msgstr "" -"When enabled, the lateral menus are shown when left-clicked, not by hovering " -"over them." - -#: ../../godmode/setup/setup_visuals.php:117 -#: ../../include/functions_config.php:557 -msgid "Service label font size" -msgstr "Service label font size" - -#: ../../godmode/setup/setup_visuals.php:121 -msgid "Space between items in Service maps" -msgstr "Space between items in Service maps" - -#: ../../godmode/setup/setup_visuals.php:126 -#: ../../include/functions_config.php:564 -msgid "Classic menu mode" -msgstr "Classic menu mode" - -#: ../../godmode/setup/setup_visuals.php:127 -msgid "Text menu options always visible, don't hide" -msgstr "Text menu options always visible" - -#: ../../godmode/setup/setup_visuals.php:138 -msgid "Behaviour configuration" -msgstr "Behaviour configuration" - -#: ../../godmode/setup/setup_visuals.php:153 -#: ../../include/functions_config.php:455 -msgid "Style template" -msgstr "Style template" - -#: ../../godmode/setup/setup_visuals.php:158 -#: ../../include/functions_config.php:463 -msgid "Status icon set" -msgstr "Status icon set" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Colors" -msgstr "Colours" - -#: ../../godmode/setup/setup_visuals.php:160 -msgid "Faces" -msgstr "Faces" - -#: ../../godmode/setup/setup_visuals.php:161 -msgid "Colors and text" -msgstr "Colours and text" - -#: ../../godmode/setup/setup_visuals.php:168 -#: ../../include/functions_config.php:482 -#: ../../enterprise/meta/advanced/metasetup.visual.php:207 -msgid "Login background" -msgstr "Login background" - -#: ../../godmode/setup/setup_visuals.php:169 -#: ../../enterprise/meta/advanced/metasetup.visual.php:208 -msgid "You can place your custom images into the folder images/backgrounds/" -msgstr "You can place custom images in the folder images/backgrounds/" - -#: ../../godmode/setup/setup_visuals.php:188 -#: ../../enterprise/meta/advanced/metasetup.visual.php:218 -msgid "Custom logo (header)" -msgstr "Custom logo (header)" - -#: ../../godmode/setup/setup_visuals.php:207 -#: ../../enterprise/meta/advanced/metasetup.visual.php:225 -msgid "Custom logo (login)" -msgstr "Custom logo (login)" - -#: ../../godmode/setup/setup_visuals.php:225 -#: ../../enterprise/meta/advanced/metasetup.visual.php:232 -msgid "Custom Splash (login)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:238 -#: ../../enterprise/meta/advanced/metasetup.visual.php:239 -msgid "Title 1 (login)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:245 -#: ../../enterprise/meta/advanced/metasetup.visual.php:243 -msgid "Title 2 (login)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:250 -msgid "Disable logo in graphs" -msgstr "Disable logo in graphs" - -#: ../../godmode/setup/setup_visuals.php:264 -#: ../../include/functions_config.php:524 -msgid "Fixed header" -msgstr "Fixed header" - -#: ../../godmode/setup/setup_visuals.php:272 -#: ../../include/functions_config.php:526 -msgid "Fixed menu" -msgstr "Fixed menu" - -#: ../../godmode/setup/setup_visuals.php:280 -#: ../../include/functions_config.php:520 -msgid "Autohidden menu" -msgstr "Auto-hidden menu" - -#: ../../godmode/setup/setup_visuals.php:285 -msgid "Style configuration" -msgstr "Style configuration" - -#: ../../godmode/setup/setup_visuals.php:300 -#: ../../include/functions_config.php:514 -msgid "GIS Labels" -msgstr "GIS Labels" - -#: ../../godmode/setup/setup_visuals.php:301 -msgid "" -"This enabling this, you get a label with agent name in GIS maps. If you have " -"lots of agents in the map, will be unreadable. Disabled by default." -msgstr "" -"Enabling this shows a label with the agent name on the GIS maps. If you have " -"a lot of agents on the map, it will be unreadable. Disabled by default." - -#: ../../godmode/setup/setup_visuals.php:312 -#: ../../include/functions_config.php:518 -msgid "Default icon in GIS" -msgstr "Default icon in GIS" - -#: ../../godmode/setup/setup_visuals.php:313 -msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" -msgstr "Agent icon for GIS Maps. If set to \"none\", group icon will be used" - -#: ../../godmode/setup/setup_visuals.php:322 -msgid "GIS configuration" -msgstr "GIS configuration" - -#: ../../godmode/setup/setup_visuals.php:337 -#: ../../include/functions_config.php:465 -msgid "Font path" -msgstr "Font path" - -#: ../../godmode/setup/setup_visuals.php:367 -#: ../../include/functions_config.php:502 -#: ../../include/functions_config.php:504 -msgid "Agent size text" -msgstr "Agent text size" - -#: ../../godmode/setup/setup_visuals.php:368 -msgid "" -"When the agent name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"When the agent name has a lot of characters, it is needed to truncate it " -"into N characters in some sections in Pandora Console." - -#: ../../godmode/setup/setup_visuals.php:369 -#: ../../godmode/setup/setup_visuals.php:377 -msgid "Small:" -msgstr "Small:" - -#: ../../godmode/setup/setup_visuals.php:371 -#: ../../godmode/setup/setup_visuals.php:379 -msgid "Normal:" -msgstr "Normal:" - -#: ../../godmode/setup/setup_visuals.php:375 -#: ../../include/functions_config.php:506 -msgid "Module size text" -msgstr "Module text size" - -#: ../../godmode/setup/setup_visuals.php:376 -msgid "" -"When the module name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"When the module name has a lot of characters, it is necessary to truncate it " -"into N characters in some sections in Pandora Console." - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:508 -#: ../../include/functions_config.php:510 -msgid "Description size text" -msgstr "Description text size" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"When the description name have a lot of characters, in some places in " -"Pandora Console it is necesary truncate to N characters." -msgstr "" -"If the description name has a lot of characters, in some places in Pandora " -"Console it is necessary to truncate it to N characters." - -#: ../../godmode/setup/setup_visuals.php:387 -#: ../../include/functions_config.php:512 -msgid "Item title size text" -msgstr "Item title text size" - -#: ../../godmode/setup/setup_visuals.php:388 -msgid "" -"When the item title name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"When the item title name has a lot of characters, it is needed to truncate " -"it into N characters in some sections in Pandora Console." - -#: ../../godmode/setup/setup_visuals.php:393 -msgid "Show unit along with value in reports" -msgstr "Show unit along with value in reports" - -#: ../../godmode/setup/setup_visuals.php:394 -msgid "This enabling this, max, min and avg values will be shown with units." -msgstr "When enabled, max, min and avg values are shown with units" - -#: ../../godmode/setup/setup_visuals.php:402 -msgid "Font and Text configuration" -msgstr "Font and text settings" - -#: ../../godmode/setup/setup_visuals.php:417 -#: ../../include/functions_config.php:426 -#: ../../enterprise/meta/advanced/metasetup.visual.php:99 -#: ../../enterprise/meta/include/functions_meta.php:1008 -msgid "Graph color (min)" -msgstr "Graph colour (min)" - -#: ../../godmode/setup/setup_visuals.php:421 -#: ../../include/functions_config.php:428 -#: ../../enterprise/meta/advanced/metasetup.visual.php:102 -#: ../../enterprise/meta/include/functions_meta.php:1018 -msgid "Graph color (avg)" -msgstr "Graph colour (avg)" - -#: ../../godmode/setup/setup_visuals.php:425 -#: ../../include/functions_config.php:430 -#: ../../enterprise/meta/advanced/metasetup.visual.php:105 -#: ../../enterprise/meta/include/functions_meta.php:1028 -msgid "Graph color (max)" -msgstr "Graph colour (max)" - -#: ../../godmode/setup/setup_visuals.php:429 -#: ../../include/functions_config.php:432 -msgid "Graph color #4" -msgstr "Graph colour #4" - -#: ../../godmode/setup/setup_visuals.php:433 -#: ../../include/functions_config.php:434 -msgid "Graph color #5" -msgstr "Graph colour #5" - -#: ../../godmode/setup/setup_visuals.php:437 -#: ../../include/functions_config.php:436 -msgid "Graph color #6" -msgstr "Graph colour #6" - -#: ../../godmode/setup/setup_visuals.php:441 -#: ../../include/functions_config.php:438 -msgid "Graph color #7" -msgstr "Graph colour #7" - -#: ../../godmode/setup/setup_visuals.php:445 -#: ../../include/functions_config.php:440 -msgid "Graph color #8" -msgstr "Graph colour #8" - -#: ../../godmode/setup/setup_visuals.php:449 -#: ../../include/functions_config.php:442 -msgid "Graph color #9" -msgstr "Graph colour #9" - -#: ../../godmode/setup/setup_visuals.php:453 -#: ../../include/functions_config.php:444 -msgid "Graph color #10" -msgstr "Graph colour #10" - -#: ../../godmode/setup/setup_visuals.php:457 -msgid "Graph resolution (1-low, 5-high)" -msgstr "Graph resolution (1-low, 5-high)" - -#: ../../godmode/setup/setup_visuals.php:461 -#: ../../include/functions_config.php:448 -#: ../../enterprise/meta/advanced/metasetup.visual.php:114 -#: ../../enterprise/meta/include/functions_meta.php:1058 -msgid "Value to interface graphics" -msgstr "Value to interface graphics" - -#: ../../godmode/setup/setup_visuals.php:470 -#: ../../include/functions_config.php:450 -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -#: ../../enterprise/meta/include/functions_meta.php:1038 -msgid "Data precision for reports" -msgstr "Data precision for reports" - -#: ../../godmode/setup/setup_visuals.php:471 -msgid "" -"Number of decimals shown in reports. It must be a number between 0 and 5" -msgstr "" -"Number of decimals shown in reports. It must be a number between 0 and 5" - -#: ../../godmode/setup/setup_visuals.php:475 -#: ../../include/functions_config.php:538 -msgid "Default line thickness for the Custom Graph." -msgstr "Default line width for the Custom Graph" - -#: ../../godmode/setup/setup_visuals.php:480 -#: ../../include/functions_config.php:459 -#: ../../enterprise/meta/advanced/metasetup.visual.php:120 -#: ../../enterprise/meta/include/functions_meta.php:1081 -msgid "Use round corners" -msgstr "Use round corners" - -#: ../../godmode/setup/setup_visuals.php:485 -#: ../../godmode/users/configure_user.php:515 -#: ../../include/functions_config.php:469 -#: ../../operation/users/user_edit.php:251 -#: ../../enterprise/meta/advanced/metasetup.visual.php:124 -#: ../../enterprise/meta/include/functions_meta.php:1091 -msgid "Interactive charts" -msgstr "Interactive charts" - -#: ../../godmode/setup/setup_visuals.php:486 -#: ../../godmode/users/configure_user.php:515 -#: ../../operation/users/user_edit.php:251 -#: ../../enterprise/meta/advanced/metasetup.visual.php:124 -msgid "Whether to use Javascript or static PNG graphs" -msgstr "Whether to use Javascript or static PNG graphs" - -#: ../../godmode/setup/setup_visuals.php:495 -#: ../../include/functions_config.php:534 -msgid "Shortened module graph data" -msgstr "Shortened module graph data" - -#: ../../godmode/setup/setup_visuals.php:496 -msgid "The data number of the module graphs will be rounded and shortened" -msgstr "The numeric data of module graphs will be rounded out and shortened." - -#: ../../godmode/setup/setup_visuals.php:506 -#: ../../enterprise/meta/advanced/metasetup.visual.php:128 -msgid "Type of module charts" -msgstr "Type of module charts" - -#: ../../godmode/setup/setup_visuals.php:515 -msgid "Type of interface charts" -msgstr "Type of interface charts" - -#: ../../godmode/setup/setup_visuals.php:524 -msgid "Show only average" -msgstr "Show only average" - -#: ../../godmode/setup/setup_visuals.php:525 -msgid "Hide Max and Min values in graphs" -msgstr "Hide Max and Min values in graphs" - -#: ../../godmode/setup/setup_visuals.php:533 -msgid "Show percentile 95 in graphs" -msgstr "Show percentile 95 in graphs" - -#: ../../godmode/setup/setup_visuals.php:538 -msgid "Charts configuration" -msgstr "Chart settings" - -#: ../../godmode/setup/setup_visuals.php:554 -#: ../../include/functions_config.php:500 -msgid "Default line thickness for the Visual Console" -msgstr "Default line width for the Visual Console" - -#: ../../godmode/setup/setup_visuals.php:554 -msgid "" -"This interval will affect to the lines between elements on the Visual Console" -msgstr "" -"This interval will affect to the lines between elements on the Visual Console" - -#: ../../godmode/setup/setup_visuals.php:559 -msgid "Show report info with description" -msgstr "Show report info with description" - -#: ../../godmode/setup/setup_visuals.php:561 -msgid "" -"Custom report description info. It will be applied to all reports and " -"templates by default." -msgstr "" -"Custom report description info. Applied to all reports and templates by " -"default." - -#: ../../godmode/setup/setup_visuals.php:569 -#: ../../enterprise/meta/advanced/metasetup.visual.php:247 -msgid "Custom report front page" -msgstr "Front page for custom reports" - -#: ../../godmode/setup/setup_visuals.php:571 -#: ../../enterprise/meta/advanced/metasetup.visual.php:247 -msgid "" -"Custom report front page. It will be applied to all reports and templates by " -"default." -msgstr "" -"It's the custom report's front page. It'll be applied to all reports and " -"templates by default." - -#: ../../godmode/setup/setup_visuals.php:593 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:612 -#: ../../godmode/setup/setup_visuals.php:620 -#: ../../godmode/setup/setup_visuals.php:625 -#: ../../godmode/setup/setup_visuals.php:633 -#: ../../include/functions_config.php:643 -#: ../../include/functions_config.php:646 -#: ../../include/functions_config.php:649 -#: ../../include/functions_config.php:652 -#: ../../include/functions_config.php:655 -#: ../../include/functions_config.php:658 -#: ../../enterprise/meta/advanced/metasetup.visual.php:250 -#: ../../enterprise/meta/advanced/metasetup.visual.php:253 -#: ../../enterprise/meta/advanced/metasetup.visual.php:257 -#: ../../enterprise/meta/advanced/metasetup.visual.php:263 -#: ../../enterprise/meta/advanced/metasetup.visual.php:267 -#: ../../enterprise/meta/advanced/metasetup.visual.php:274 -#: ../../enterprise/meta/include/functions_meta.php:1227 -#: ../../enterprise/meta/include/functions_meta.php:1232 -#: ../../enterprise/meta/include/functions_meta.php:1237 -#: ../../enterprise/meta/include/functions_meta.php:1242 -#: ../../enterprise/meta/include/functions_meta.php:1247 -#: ../../enterprise/meta/include/functions_meta.php:1252 -msgid "Custom report front" -msgstr "Front side custom report" - -#: ../../godmode/setup/setup_visuals.php:593 -#: ../../include/functions_config.php:646 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../enterprise/meta/advanced/metasetup.visual.php:250 -#: ../../enterprise/meta/include/functions_meta.php:1232 -msgid "Font family" -msgstr "Font family" - -#: ../../godmode/setup/setup_visuals.php:600 -#: ../../include/functions_config.php:472 -#: ../../include/functions_config.php:649 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../enterprise/meta/advanced/metasetup.visual.php:253 -#: ../../enterprise/meta/include/functions_meta.php:1131 -#: ../../enterprise/meta/include/functions_meta.php:1237 -msgid "Custom logo" -msgstr "Custom logo" - -#: ../../godmode/setup/setup_visuals.php:602 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../enterprise/meta/advanced/metasetup.visual.php:255 -msgid "" -"The dir of custom logos is in your www Pandora Console in " -"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool " -"in console." -msgstr "" -"The directory for custom logos can be found on the Pandora Console under " -"\"images/custom_logo\". You can upload more files (ONLY IN JPEG) using the " -"console's upload tool." - -#: ../../godmode/setup/setup_visuals.php:620 -#: ../../include/functions_config.php:652 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../enterprise/meta/advanced/metasetup.visual.php:263 -#: ../../enterprise/meta/include/functions_meta.php:1242 -msgid "Header" -msgstr "Header" - -#: ../../godmode/setup/setup_visuals.php:625 -#: ../../include/functions_config.php:655 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../enterprise/meta/advanced/metasetup.visual.php:267 -#: ../../enterprise/meta/include/functions_meta.php:1247 -msgid "First page" -msgstr "First page" - -#: ../../godmode/setup/setup_visuals.php:633 -#: ../../include/functions_config.php:658 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../enterprise/meta/advanced/metasetup.visual.php:274 -#: ../../enterprise/meta/include/functions_meta.php:1252 -msgid "Footer" -msgstr "Footer" - -#: ../../godmode/setup/setup_visuals.php:640 -msgid "Show QR Code icon in the header" -msgstr "Display the QR Code's icon on the header" - -#: ../../godmode/setup/setup_visuals.php:651 -#: ../../include/functions_config.php:530 -msgid "Custom graphviz directory" -msgstr "Custom graphviz directory" - -#: ../../godmode/setup/setup_visuals.php:652 -msgid "Custom directory where the graphviz binaries are stored." -msgstr "Custom directory in which graphviz binaries are stored." - -#: ../../godmode/setup/setup_visuals.php:658 -#: ../../include/functions_config.php:532 -msgid "Networkmap max width" -msgstr "Networkmap max width" - -#: ../../godmode/setup/setup_visuals.php:665 -#: ../../enterprise/meta/advanced/metasetup.visual.php:163 -#: ../../enterprise/meta/include/functions_meta.php:1121 -msgid "Show only the group name" -msgstr "Show only the group's name" - -#: ../../godmode/setup/setup_visuals.php:667 -#: ../../include/functions_config.php:536 -#: ../../enterprise/meta/advanced/metasetup.visual.php:165 -msgid "Show the group name instead the group icon." -msgstr "Show group name instead of group icon" - -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../include/functions_config.php:422 -#: ../../enterprise/meta/advanced/metasetup.visual.php:81 -#: ../../enterprise/meta/include/functions_meta.php:988 -msgid "Date format string" -msgstr "Date format string" - -#: ../../godmode/setup/setup_visuals.php:678 -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -msgid "Example" -msgstr "Example" - -#: ../../godmode/setup/setup_visuals.php:690 -#: ../../include/functions_config.php:424 -#: ../../enterprise/meta/advanced/metasetup.visual.php:93 -#: ../../enterprise/meta/include/functions_meta.php:998 -msgid "Timestamp or time comparation" -msgstr "Timestamp or time comparison" - -#: ../../godmode/setup/setup_visuals.php:691 -#: ../../enterprise/meta/advanced/metasetup.visual.php:94 -msgid "Comparation in rollover" -msgstr "Rollover comparison" - -#: ../../godmode/setup/setup_visuals.php:693 -#: ../../enterprise/meta/advanced/metasetup.visual.php:96 -msgid "Timestamp in rollover" -msgstr "Timestamp in rollover" - -#: ../../godmode/setup/setup_visuals.php:701 -msgid "Custom values post process" -msgstr "Custom value post processing" - -#: ../../godmode/setup/setup_visuals.php:715 -msgid "Delete custom values" -msgstr "Delete custom values" - -#: ../../godmode/setup/setup_visuals.php:735 -msgid "Interval values" -msgstr "Interval values" - -#: ../../godmode/setup/setup_visuals.php:738 ../../include/functions.php:434 -#: ../../include/functions.php:568 ../../include/functions_html.php:729 -#: ../../enterprise/extensions/vmware/functions.php:21 -#: ../../enterprise/extensions/vmware/functions.php:22 -#: ../../enterprise/extensions/vmware/functions.php:23 -#: ../../enterprise/extensions/vmware/functions.php:24 -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "minutes" -msgstr "minutes" - -#: ../../godmode/setup/setup_visuals.php:739 ../../include/functions.php:435 -#: ../../include/functions.php:569 ../../include/functions_html.php:730 -#: ../../enterprise/meta/advanced/metasetup.visual.php:142 -msgid "hours" -msgstr "hours" - -#: ../../godmode/setup/setup_visuals.php:741 ../../include/functions.php:432 -#: ../../include/functions.php:566 ../../include/functions_html.php:733 -#: ../../enterprise/meta/advanced/metasetup.visual.php:144 -msgid "months" -msgstr "months" - -#: ../../godmode/setup/setup_visuals.php:742 ../../include/functions.php:433 -#: ../../include/functions.php:567 ../../include/functions_html.php:734 -#: ../../enterprise/meta/advanced/metasetup.visual.php:145 -msgid "years" -msgstr "years" - -#: ../../godmode/setup/setup_visuals.php:743 -#: ../../enterprise/meta/advanced/metasetup.visual.php:146 -msgid "Add new custom value to intervals" -msgstr "Add new custom value to intervals" - -#: ../../godmode/setup/setup_visuals.php:749 -#: ../../include/functions_config.php:634 -#: ../../enterprise/meta/advanced/metasetup.visual.php:152 -#: ../../enterprise/meta/include/functions_meta.php:1221 -msgid "Delete interval" -msgstr "Delete interval" - -#: ../../godmode/setup/setup_visuals.php:760 -msgid "Other configuration" -msgstr "Other configuration" - -#: ../../godmode/setup/setup_visuals.php:948 -#: ../../godmode/setup/setup_visuals.php:988 -#: ../../enterprise/meta/advanced/metasetup.visual.php:399 -#: ../../enterprise/meta/advanced/metasetup.visual.php:439 -msgid "Logo preview" -msgstr "Logo preview" - -#: ../../godmode/setup/setup_visuals.php:1028 -#: ../../enterprise/meta/advanced/metasetup.visual.php:479 -msgid "Splash Preview" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1069 -#: ../../enterprise/meta/advanced/metasetup.visual.php:519 -msgid "Background preview" -msgstr "Background preview" - -#: ../../godmode/setup/setup_visuals.php:1113 -msgid "Gis icons preview" -msgstr "GIS icon preview" - -#: ../../godmode/setup/setup_visuals.php:1168 -msgid "Status set preview" -msgstr "Status set preview" - -#: ../../godmode/setup/snmp_wizard.php:43 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -msgid "OP" -msgstr "OP" - -#: ../../godmode/setup/snmp_wizard.php:166 -msgid "Unsucessful update the snmp translation" -msgstr "SNMP translation failed to update" - -#: ../../godmode/setup/snmp_wizard.php:173 -msgid "Unsucessful update the snmp translation." -msgstr "SNMP translation failed to update." - -#: ../../godmode/setup/snmp_wizard.php:221 -msgid "Unsucessful delete the snmp translation" -msgstr "SNMP translation failed to delete" - -#: ../../godmode/setup/snmp_wizard.php:228 -msgid "Unsucessful delete the snmp translation." -msgstr "SNMP translation failed to delete." - -#: ../../godmode/setup/snmp_wizard.php:289 -msgid "Unsucessful save the snmp translation" -msgstr "SNMP translation failed to save" - -#: ../../godmode/setup/snmp_wizard.php:298 -msgid "Unsucessful save the snmp translation." -msgstr "SNMP translation failed to save." - -#: ../../godmode/snmpconsole/snmp_alert.php:28 -#: ../../operation/snmpconsole/snmp_view.php:424 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:817 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -msgid "Cold start (0)" -msgstr "Cold start (0)" - -#: ../../godmode/snmpconsole/snmp_alert.php:29 -#: ../../operation/snmpconsole/snmp_view.php:425 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:820 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -msgid "Warm start (1)" -msgstr "Warm start (1)" - -#: ../../godmode/snmpconsole/snmp_alert.php:30 -#: ../../operation/snmpconsole/snmp_view.php:426 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:823 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -msgid "Link down (2)" -msgstr "Link down (2)" - -#: ../../godmode/snmpconsole/snmp_alert.php:31 -#: ../../operation/snmpconsole/snmp_view.php:427 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:826 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -msgid "Link up (3)" -msgstr "Link up (3)" - -#: ../../godmode/snmpconsole/snmp_alert.php:32 -#: ../../operation/snmpconsole/snmp_view.php:428 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:829 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -msgid "Authentication failure (4)" -msgstr "Authentication failure (4)" - -#: ../../godmode/snmpconsole/snmp_alert.php:78 -#: ../../godmode/snmpconsole/snmp_alert.php:82 -#: ../../godmode/snmpconsole/snmp_alert.php:86 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/snmpconsole/snmp_filters.php:42 -#: ../../operation/snmpconsole/snmp_statistics.php:64 -#: ../../operation/snmpconsole/snmp_view.php:466 -#: ../../operation/snmpconsole/snmp_view.php:553 -msgid "SNMP Console" -msgstr "SNMP Console" - -#: ../../godmode/snmpconsole/snmp_alert.php:78 -msgid "Update alert" -msgstr "Update alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 -msgid "Create alert" -msgstr "Create alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:86 -msgid "Alert overview" -msgstr "Alert overview" - -#: ../../godmode/snmpconsole/snmp_alert.php:243 -msgid "There was a problem creating the alert" -msgstr "There was a problem creating the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:314 -msgid "There was a problem updating the alert" -msgstr "There was a problem updating the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:536 -msgid "There was a problem duplicating the alert" -msgstr "There was a problem duplicating the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:540 -msgid "Successfully Duplicate" -msgstr "Duplicate successful" - -#: ../../godmode/snmpconsole/snmp_alert.php:556 -msgid "There was a problem deleting the alert" -msgstr "There was a problem deleting the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:585 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 -#, php-format -msgid "Successfully deleted alerts (%s / %s)" -msgstr "Successfully deleted alerts (%s / %s)" - -#: ../../godmode/snmpconsole/snmp_alert.php:589 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#, php-format -msgid "Unsuccessfully deleted alerts (%s / %s)" -msgstr "Unsuccessfully deleted alerts (%s / %s)" - -#: ../../godmode/snmpconsole/snmp_alert.php:637 -#: ../../godmode/snmpconsole/snmp_alert.php:1157 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 -#: ../../operation/snmpconsole/snmp_view.php:605 -msgid "Enterprise String" -msgstr "Enterprise String" - -#: ../../godmode/snmpconsole/snmp_alert.php:643 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -msgid "Custom Value/OID" -msgstr "Custom Value/OID" - -#: ../../godmode/snmpconsole/snmp_alert.php:652 -#: ../../godmode/snmpconsole/snmp_alert.php:1153 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 -#: ../../operation/snmpconsole/snmp_view.php:601 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 -msgid "SNMP Agent" -msgstr "SNMP Agent" - -#: ../../godmode/snmpconsole/snmp_alert.php:664 -#: ../../godmode/snmpconsole/snmp_alert.php:1003 -#: ../../operation/snmpconsole/snmp_view.php:420 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 -msgid "Trap type" -msgstr "Trap type" - -#: ../../godmode/snmpconsole/snmp_alert.php:669 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -msgid "Single value" -msgstr "Single value" - -#: ../../godmode/snmpconsole/snmp_alert.php:676 -#: ../../godmode/snmpconsole/snmp_alert.php:686 -#: ../../godmode/snmpconsole/snmp_alert.php:696 -#: ../../godmode/snmpconsole/snmp_alert.php:708 -#: ../../godmode/snmpconsole/snmp_alert.php:720 -#: ../../godmode/snmpconsole/snmp_alert.php:732 -#: ../../godmode/snmpconsole/snmp_alert.php:744 -#: ../../godmode/snmpconsole/snmp_alert.php:754 -#: ../../godmode/snmpconsole/snmp_alert.php:764 -#: ../../godmode/snmpconsole/snmp_alert.php:774 -#: ../../godmode/snmpconsole/snmp_alert.php:784 -#: ../../godmode/snmpconsole/snmp_alert.php:793 -#: ../../godmode/snmpconsole/snmp_alert.php:802 -#: ../../godmode/snmpconsole/snmp_alert.php:811 -#: ../../godmode/snmpconsole/snmp_alert.php:820 -#: ../../godmode/snmpconsole/snmp_alert.php:829 -#: ../../godmode/snmpconsole/snmp_alert.php:838 -#: ../../godmode/snmpconsole/snmp_alert.php:846 -#: ../../godmode/snmpconsole/snmp_alert.php:854 -#: ../../godmode/snmpconsole/snmp_alert.php:862 -msgid "Variable bindings/Data" -msgstr "Variable bindings/Data" - -#: ../../godmode/snmpconsole/snmp_alert.php:933 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -msgid "Other value" -msgstr "Other value" - -#: ../../godmode/snmpconsole/snmp_alert.php:946 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -msgid "Alert action" -msgstr "Alert action" - -#: ../../godmode/snmpconsole/snmp_alert.php:1000 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." -msgstr "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." - -#: ../../godmode/snmpconsole/snmp_alert.php:1019 -msgid "Alert SNMP control filter" -msgstr "Alert SNMP control filter" - -#: ../../godmode/snmpconsole/snmp_alert.php:1112 -msgid "There are no SNMP alerts" -msgstr "There are no SNMP alerts" - -#: ../../godmode/snmpconsole/snmp_alert.php:1160 -msgid "Custom Value/Enterprise String" -msgstr "Custom Value/Enterprise String" - -#: ../../godmode/snmpconsole/snmp_alert.php:1165 -#: ../../include/functions_reporting_html.php:2882 -#: ../../include/functions_reporting_html.php:3110 -#: ../../include/functions_treeview.php:423 -msgid "Times fired" -msgstr "Times fired" - -#: ../../godmode/snmpconsole/snmp_alert.php:1165 -msgid "TF." -msgstr "TF." - -#: ../../godmode/snmpconsole/snmp_alert.php:1256 -msgid "ID Alert SNMP" -msgstr "SNMP Alert ID" - -#: ../../godmode/snmpconsole/snmp_alert.php:1487 -msgid "Add action " -msgstr "Add Action " - -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "Filter overview" -msgstr "Filter overview" - -#: ../../godmode/snmpconsole/snmp_filters.php:51 -msgid "There was a problem updating the filter" -msgstr "There was a problem updating the filter" - -#: ../../godmode/snmpconsole/snmp_filters.php:63 -msgid "There was a problem creating the filter" -msgstr "There was a problem creating the filter" - -#: ../../godmode/snmpconsole/snmp_filters.php:73 -msgid "There was a problem deleting the filter" -msgstr "There was a problem deleting the filter" - -#: ../../godmode/snmpconsole/snmp_filters.php:98 -msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"OID, or a plain substring" -msgstr "" -"This field contains a substring which could be part of an IP address, a " -"numeric OID, or a plain substring." - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "SNMP Trap generator" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "Empty parameters" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "Successfully generated" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 -#, php-format -msgid "Could not be generated: %s" -msgstr "Could not be generated: %s" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 -msgid "SNMP Type" -msgstr "SNMP Type" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 -msgid "Generate trap" -msgstr "Generate trap" - -#: ../../godmode/tag/edit_tag.php:53 ../../godmode/tag/edit_tag.php:64 -#: ../../godmode/tag/tag.php:100 -msgid "List tags" -msgstr "List tags" - -#: ../../godmode/tag/edit_tag.php:68 ../../godmode/tag/tag.php:110 -msgid "Tags configuration" -msgstr "Tag settings" - -#: ../../godmode/tag/edit_tag.php:92 -msgid "Error updating tag" -msgstr "Error updating tag" - -#: ../../godmode/tag/edit_tag.php:96 -msgid "Successfully updated tag" -msgstr "Successfully updated tag" - -#: ../../godmode/tag/edit_tag.php:122 -msgid "Error creating tag" -msgstr "Error creating tag" - -#: ../../godmode/tag/edit_tag.php:128 -msgid "Successfully created tag" -msgstr "Successfully created tag" - -#: ../../godmode/tag/edit_tag.php:161 -msgid "Update Tag" -msgstr "Update Tag" - -#: ../../godmode/tag/edit_tag.php:164 -msgid "Create Tag" -msgstr "Create Tag" - -#: ../../godmode/tag/edit_tag.php:185 -#: ../../include/functions_reporting.php:3843 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 -msgid "Url" -msgstr "URL" - -#: ../../godmode/tag/edit_tag.php:187 -msgid "Hyperlink to help information that has to exist previously." -msgstr "Hyperlink to help information that has to exist previously." - -#: ../../godmode/tag/edit_tag.php:197 -msgid "Associated Email direction to use later in alerts associated to Tags." -msgstr "" -"Associated E-mail direction to use later in alerts associated to Tags." - -#: ../../godmode/tag/edit_tag.php:205 ../../godmode/tag/tag.php:204 -#: ../../godmode/users/user_list.php:406 -msgid "Phone" -msgstr "Phone" - -#: ../../godmode/tag/edit_tag.php:207 -msgid "Associated phone number to use later in alerts associated to Tags." -msgstr "Phone number linked for use later in alerts related to tags." - -#: ../../godmode/tag/tag.php:80 -msgid "Number of modules" -msgstr "Number of modules" - -#: ../../godmode/tag/tag.php:82 -msgid "Number of policy modules" -msgstr "Number of policy modules" - -#: ../../godmode/tag/tag.php:121 -msgid "Error deleting tag" -msgstr "Error deleting tag" - -#: ../../godmode/tag/tag.php:125 -msgid "Successfully deleted tag" -msgstr "Tag successfully deleted" - -#: ../../godmode/tag/tag.php:199 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 -msgid "Tag name" -msgstr "Tag name" - -#: ../../godmode/tag/tag.php:201 -msgid "Detail information" -msgstr "Detail information" - -#: ../../godmode/tag/tag.php:202 -msgid "Number of modules affected" -msgstr "Number of modules affected" - -#: ../../godmode/tag/tag.php:222 -msgid "Tag details" -msgstr "Tag details" - -#: ../../godmode/tag/tag.php:249 -#, php-format -msgid "Emails for the tag: %s" -msgstr "E-mails for the tag: %s" - -#: ../../godmode/tag/tag.php:264 -#, php-format -msgid "Phones for the tag: %s" -msgstr "Phone numbers for the tag: %s" - -#: ../../godmode/tag/tag.php:282 -msgid "No tags defined" -msgstr "No tags defined" - -#: ../../godmode/tag/tag.php:298 -msgid "Create tag" -msgstr "Create tag" - -#: ../../godmode/update_manager/update_manager.messages.php:96 -#: ../../godmode/update_manager/update_manager.messages.php:170 -msgid "Mark as not read" -msgstr "Mark as not read" - -#: ../../godmode/update_manager/update_manager.messages.php:101 -#: ../../godmode/update_manager/update_manager.messages.php:175 -msgid "Mark as read" -msgstr "Mark as read" - -#: ../../godmode/update_manager/update_manager.messages.php:186 -msgid "There is not any update manager messages." -msgstr "There are not any update manager messages." - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Drop the package here or" -msgstr "Please drop the package here or" - -#: ../../godmode/update_manager/update_manager.offline.php:38 -msgid "browse it" -msgstr "browse it" - -#: ../../godmode/update_manager/update_manager.offline.php:39 -msgid "The package has been uploaded successfully." -msgstr "The package has been uploaded successfully." - -#: ../../godmode/update_manager/update_manager.offline.php:40 -msgid "" -"Remember that this package will override the actual Pandora FMS files and it " -"is recommended to do a backup before continue with the update." -msgstr "" -"Please keep in mind that this package is going to override your actual " -"Pandora FMS files and that it's recommended to conduct a backup before " -"continuing the updating process." - -#: ../../godmode/update_manager/update_manager.offline.php:41 -msgid "Click on the file below to begin." -msgstr "Please click on the file below to begin." - -#: ../../godmode/update_manager/update_manager.offline.php:42 -msgid "Updating" -msgstr "Updating" - -#: ../../godmode/update_manager/update_manager.offline.php:43 -msgid "Package updated successfully." -msgstr "Package updated successfully." - -#: ../../godmode/update_manager/update_manager.offline.php:44 -msgid "" -"If there are any database change, it will be applied on the next login." -msgstr "" -"If there are any database changes, they will be applied on the next login." - -#: ../../godmode/update_manager/update_manager.offline.php:45 -#: ../../include/functions_update_manager.php:345 -#: ../../enterprise/include/functions_update_manager.php:177 -msgid "Minor release available" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:46 -#: ../../include/functions_update_manager.php:346 -#: ../../enterprise/include/functions_update_manager.php:178 -msgid "New package available" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:47 -#: ../../godmode/update_manager/update_manager.offline.php:49 -#: ../../include/functions_update_manager.php:347 -#: ../../include/functions_update_manager.php:349 -#: ../../enterprise/include/functions_update_manager.php:179 -#: ../../enterprise/include/functions_update_manager.php:181 -msgid "Minor release rejected. Changes will not apply." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:48 -#: ../../include/functions_update_manager.php:348 -#: ../../enterprise/include/functions_update_manager.php:180 -msgid "" -"Minor release rejected. The database will not be updated and the package " -"will apply." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:50 -#: ../../include/functions_update_manager.php:350 -#: ../../enterprise/include/functions_update_manager.php:182 -msgid "These package changes will not apply." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:51 -#: ../../include/functions_update_manager.php:351 -#: ../../enterprise/include/functions_update_manager.php:183 -msgid "Package rejected. These package changes will not apply." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:52 -#: ../../include/functions_update_manager.php:352 -#: ../../enterprise/include/functions_update_manager.php:184 -msgid "Database successfully updated" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:53 -#: ../../include/functions_update_manager.php:353 -#: ../../enterprise/include/functions_update_manager.php:185 -msgid "Error in MR file" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:54 -#: ../../include/functions_update_manager.php:354 -#: ../../enterprise/include/functions_update_manager.php:186 -msgid "Package updated successfully" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:55 -#: ../../include/functions_update_manager.php:355 -#: ../../enterprise/include/functions_update_manager.php:187 -msgid "Error in package updated" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:56 -#: ../../include/functions_update_manager.php:356 -#: ../../enterprise/include/functions_update_manager.php:188 -msgid "" -"Database MR version is inconsistent, do you want to apply the package?" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:57 -#: ../../include/functions_update_manager.php:357 -#: ../../enterprise/include/functions_update_manager.php:189 -msgid "There are db changes" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:58 -#: ../../include/functions_update_manager.php:358 -msgid "" -"There are a new database changes available to apply. Do you want to start " -"the DB update process?" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:59 -#: ../../include/functions_update_manager.php:359 -msgid "We recommend launch a " -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:60 -#: ../../include/functions_update_manager.php:360 -#: ../../enterprise/include/functions_update_manager.php:192 -msgid "planned downtime" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:61 -#: ../../include/functions_update_manager.php:361 -#: ../../enterprise/include/functions_update_manager.php:193 -msgid " to this process" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:62 -#: ../../include/functions_update_manager.php:362 -#: ../../enterprise/include/functions_update_manager.php:194 -msgid "There is a new update available" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:63 -#: ../../include/functions_update_manager.php:363 -#: ../../enterprise/include/functions_update_manager.php:195 -msgid "" -"There is a new update available to apply. Do you want to start the update " -"process?" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:64 -#: ../../include/functions_update_manager.php:364 -#: ../../enterprise/include/functions_update_manager.php:196 -msgid "Applying DB MR" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:67 -#: ../../include/functions_update_manager.php:367 -#: ../../enterprise/include/functions_update_manager.php:199 -msgid "Apply MR" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:68 -#: ../../include/functions_update_manager.php:368 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../enterprise/godmode/policies/policy_agents.php:381 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../enterprise/include/functions_update_manager.php:200 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -msgid "Apply" -msgstr "Apply" - -#: ../../godmode/update_manager/update_manager.online.php:48 -#, php-format -msgid "" -"Your PHP has set memory limit in %s. For avoid problems with big updates " -"please set to 500M" -msgstr "" -"Your PHP has set memory limit in %s. For avoid problems with big updates " -"please set to 500M" - -#: ../../godmode/update_manager/update_manager.online.php:55 -#, php-format -msgid "" -"Your PHP has set post parameter max size limit in %s. For avoid problems " -"with big updates please set to 100M" -msgstr "" -"Your PHP has set post parameter max size limit in %s. For avoid problems " -"with big updates please set to 100M" - -#: ../../godmode/update_manager/update_manager.online.php:62 -#, php-format -msgid "" -"Your PHP has set maximum allowed size for uploaded files limit in %s. For " -"avoid problems with big updates please set to 100M" -msgstr "" -"Your PHP has set maximum allowed size for uploaded files limit in %s. For " -"avoid problems with big updates please set to 100M" - -#: ../../godmode/update_manager/update_manager.online.php:85 -msgid "The last version of package installed is:" -msgstr "The last version of package installed is:" - -#: ../../godmode/update_manager/update_manager.online.php:89 -msgid "Checking for the newest package." -msgstr "Checking for the latest package." - -#: ../../godmode/update_manager/update_manager.online.php:93 -msgid "Downloading for the newest package." -msgstr "Downloading the latest package" - -#: ../../godmode/update_manager/update_manager.php:39 -msgid "Offline update manager" -msgstr "Offline Update Manager" - -#: ../../godmode/update_manager/update_manager.php:43 -msgid "Online update manager" -msgstr "Online Update Manager" - -#: ../../godmode/update_manager/update_manager.php:50 -msgid "Update manager messages" -msgstr "Update manager messages" - -#: ../../godmode/update_manager/update_manager.php:55 -msgid "Update manager » Setup" -msgstr "Update Manager Setup" - -#: ../../godmode/update_manager/update_manager.php:58 -msgid "Update manager » Offline" -msgstr "Offline Update Manager" - -#: ../../godmode/update_manager/update_manager.php:61 -msgid "Update manager » Online" -msgstr "Online Update Manager" - -#: ../../godmode/update_manager/update_manager.php:64 -msgid "Update manager » Messages" -msgstr "Update manager » Messages" - -#: ../../godmode/update_manager/update_manager.setup.php:58 -#: ../../godmode/update_manager/update_manager.setup.php:87 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:58 -msgid "Succesful Update the url config vars." -msgstr "URL configuration variables successfully updated." - -#: ../../godmode/update_manager/update_manager.setup.php:59 -#: ../../godmode/update_manager/update_manager.setup.php:88 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:59 -msgid "Unsuccesful Update the url config vars." -msgstr "Unsuccessful in updating the URL configuration variables." - -#: ../../godmode/update_manager/update_manager.setup.php:100 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:70 -msgid "URL update manager:" -msgstr "Update manager URL" - -#: ../../godmode/update_manager/update_manager.setup.php:102 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:72 -msgid "URL update manager" -msgstr "Update Manager URL" - -#: ../../godmode/update_manager/update_manager.setup.php:104 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:74 -msgid "Proxy server:" -msgstr "Proxy server:" - -#: ../../godmode/update_manager/update_manager.setup.php:106 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:76 -msgid "Proxy server" -msgstr "Proxy server" - -#: ../../godmode/update_manager/update_manager.setup.php:108 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:78 -msgid "Proxy port:" -msgstr "Proxy port:" - -#: ../../godmode/update_manager/update_manager.setup.php:110 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:80 -msgid "Proxy port" -msgstr "Proxy port" - -#: ../../godmode/update_manager/update_manager.setup.php:112 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:82 -msgid "Proxy user:" -msgstr "Proxy user:" - -#: ../../godmode/update_manager/update_manager.setup.php:114 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:84 -msgid "Proxy user" -msgstr "Proxy user" - -#: ../../godmode/update_manager/update_manager.setup.php:116 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:86 -msgid "Proxy password:" -msgstr "Proxy password:" - -#: ../../godmode/update_manager/update_manager.setup.php:118 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:88 -msgid "Proxy password" -msgstr "Proxy password" - -#: ../../godmode/update_manager/update_manager.setup.php:122 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:92 -msgid "Pandora FMS community reminder" -msgstr "Pandora FMS community reminder" - -#: ../../godmode/update_manager/update_manager.setup.php:123 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:93 -msgid "" -"Every 8 days, a message is displayed to admin users to remember to register " -"this Pandora instance" -msgstr "" -"Every 8 days, a message is displayed to admin users to remind them to " -"register this Pandora instance" - -#: ../../godmode/users/configure_profile.php:41 -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/configure_user.php:82 -#: ../../godmode/users/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 -#: ../../enterprise/meta/general/main_header.php:243 -#: ../../enterprise/meta/general/main_header.php:309 -#: ../../enterprise/meta/include/functions_users_meta.php:168 -#: ../../enterprise/meta/include/functions_users_meta.php:187 -msgid "User management" -msgstr "User management" - -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/profile_list.php:53 -msgid "Profiles defined in Pandora" -msgstr "Profiles defined on Pandora" - -#: ../../godmode/users/configure_profile.php:113 -msgid "Create profile" -msgstr "Create profile" - -#: ../../godmode/users/configure_profile.php:119 -msgid "There was a problem loading profile" -msgstr "There was a problem loading the profile" - -#: ../../godmode/users/configure_profile.php:219 -msgid "Update profile" -msgstr "Update profile" - -#: ../../godmode/users/configure_profile.php:229 -msgid "Update Profile" -msgstr "Update Profile" - -#: ../../godmode/users/configure_profile.php:231 -msgid "Create Profile" -msgstr "Create Profile" - -#: ../../godmode/users/configure_profile.php:249 -msgid "View agents" -msgstr "View agents" - -#: ../../godmode/users/configure_profile.php:253 -msgid "Disable agents" -msgstr "Disable agents" - -#: ../../godmode/users/configure_profile.php:257 -msgid "Edit agents" -msgstr "Edit agents" - -#: ../../godmode/users/configure_profile.php:264 -msgid "Edit alerts" -msgstr "Edit alerts" - -#: ../../godmode/users/configure_profile.php:275 ../../operation/menu.php:274 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../enterprise/meta/event/custom_events.php:38 -msgid "View events" -msgstr "View events" - -#: ../../godmode/users/configure_profile.php:279 -msgid "Edit events" -msgstr "Edit events" - -#: ../../godmode/users/configure_profile.php:290 -msgid "View reports" -msgstr "View reports" - -#: ../../godmode/users/configure_profile.php:294 -msgid "Edit reports" -msgstr "Edit reports" - -#: ../../godmode/users/configure_profile.php:298 -msgid "Manage reports" -msgstr "Manage reports" - -#: ../../godmode/users/configure_profile.php:305 -msgid "View network maps" -msgstr "View network maps" - -#: ../../godmode/users/configure_profile.php:309 -msgid "Edit network maps" -msgstr "Edit network maps" - -#: ../../godmode/users/configure_profile.php:313 -msgid "Manage network maps" -msgstr "Manage network maps" - -#: ../../godmode/users/configure_profile.php:320 -#: ../../include/functions_menu.php:486 -msgid "View visual console" -msgstr "View visual console" - -#: ../../godmode/users/configure_profile.php:324 -msgid "Edit visual console" -msgstr "Edit visual console" - -#: ../../godmode/users/configure_profile.php:328 -#: ../../include/functions_menu.php:521 -msgid "Manage visual console" -msgstr "Manage visual console" - -#: ../../godmode/users/configure_profile.php:335 -msgid "View incidents" -msgstr "View incidents" - -#: ../../godmode/users/configure_profile.php:339 -msgid "Edit incidents" -msgstr "Edit incidents" - -#: ../../godmode/users/configure_profile.php:343 -msgid "Manage incidents" -msgstr "Manage incidents" - -#: ../../godmode/users/configure_profile.php:350 -msgid "Manage users" -msgstr "Manage users" - -#: ../../godmode/users/configure_profile.php:357 -msgid "Manage database" -msgstr "Manage database" - -#: ../../godmode/users/configure_profile.php:364 -msgid "Pandora management" -msgstr "Pandora management" - -#: ../../godmode/users/configure_user.php:90 -#: ../../operation/users/user_edit.php:62 -msgid "User detail editor" -msgstr "User detail editor" - -#: ../../godmode/users/configure_user.php:145 -#: ../../godmode/users/user_list.php:492 -msgid "" -"The current authentication scheme doesn't support creating users from " -"Pandora FMS" -msgstr "" -"The current authentication scheme doesn't support creating users on Pandora " -"FMS" - -#: ../../godmode/users/configure_user.php:182 -msgid "User ID cannot be empty" -msgstr "User ID field cannot be empty" - -#: ../../godmode/users/configure_user.php:189 -msgid "Passwords cannot be empty" -msgstr "Password field cannot be empty" - -#: ../../godmode/users/configure_user.php:196 -msgid "Passwords didn't match" -msgstr "Provided passwords do not match" - -#: ../../godmode/users/configure_user.php:245 -msgid "" -"Strict ACL is not recommended for admin users because performance could be " -"affected." -msgstr "" -"A strict ACL isn't recommended for admin users because it could affect " -"overall performance" - -#: ../../godmode/users/configure_user.php:303 -#: ../../godmode/users/configure_user.php:313 -#: ../../godmode/users/configure_user.php:341 -#: ../../godmode/users/configure_user.php:347 -#: ../../godmode/users/configure_user.php:375 -#: ../../operation/users/user_edit.php:154 -#: ../../operation/users/user_edit.php:164 -msgid "User info successfully updated" -msgstr "User info successfully updated" - -#: ../../godmode/users/configure_user.php:304 -#: ../../godmode/users/configure_user.php:314 -#: ../../godmode/users/configure_user.php:342 -#: ../../godmode/users/configure_user.php:348 -#: ../../godmode/users/configure_user.php:376 -msgid "Error updating user info (no change?)" -msgstr "Error updating user info (no change?)" - -#: ../../godmode/users/configure_user.php:318 -msgid "Passwords does not match" -msgstr "Passwords don't match" - -#: ../../godmode/users/configure_user.php:366 -msgid "" -"Strict ACL is not recommended for this user. Performance could be affected." -msgstr "" -"A strict ACL is not recommended for this user. Performance could be affected." - -#: ../../godmode/users/configure_user.php:398 -msgid "Profile added successfully" -msgstr "Profile added successfully" - -#: ../../godmode/users/configure_user.php:399 -msgid "Profile cannot be added" -msgstr "Profile could not be added" - -#: ../../godmode/users/configure_user.php:425 -msgid "Update User" -msgstr "Update User" - -#: ../../godmode/users/configure_user.php:428 -msgid "Create User" -msgstr "Create User" - -#: ../../godmode/users/configure_user.php:441 -#: ../../godmode/users/user_list.php:266 -#: ../../include/functions_reporting_html.php:2826 -#: ../../operation/search_users.php:38 -#: ../../operation/snmpconsole/snmp_view.php:619 -#: ../../operation/users/user_edit.php:184 -msgid "User ID" -msgstr "User ID" - -#: ../../godmode/users/configure_user.php:445 -#: ../../operation/users/user_edit.php:186 -msgid "Full (display) name" -msgstr "Full (display) name" - -#: ../../godmode/users/configure_user.php:449 -#: ../../operation/users/user_edit.php:255 -#: ../../enterprise/extensions/translate_string.php:250 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 -msgid "Language" -msgstr "Language" - -#: ../../godmode/users/configure_user.php:457 -#: ../../operation/users/user_edit.php:221 -msgid "Password confirmation" -msgstr "Password confirmation" - -#: ../../godmode/users/configure_user.php:464 -msgid "Global Profile" -msgstr "Global Profile" - -#: ../../godmode/users/configure_user.php:468 -#: ../../godmode/users/user_list.php:414 ../../operation/search_users.php:64 -msgid "Administrator" -msgstr "Administrator" - -#: ../../godmode/users/configure_user.php:469 -msgid "" -"This user has permissions to manage all. An admin user should not requiere " -"additional group permissions, except for using Enterprise ACL." -msgstr "" -"This user has management permissions over everything. An admin user should " -"not require additional group permissions, except when using the Enterprise " -"ACL." - -#: ../../godmode/users/configure_user.php:473 -#: ../../operation/search_users.php:69 -msgid "Standard User" -msgstr "Standard User" - -#: ../../godmode/users/configure_user.php:474 -msgid "" -"This user has separated permissions to view data in his group agents, create " -"incidents belong to his groups, add notes in another incidents, create " -"personal assignments or reviews and other tasks, on different profiles" -msgstr "" -"This user has separated permissions to view data in his group agents, create " -"incidents belong to his groups, add notes in another incidents, create " -"personal assignments or reviews and other tasks, on different profiles" - -#: ../../godmode/users/configure_user.php:477 -#: ../../godmode/users/user_list.php:407 -#: ../../operation/users/user_edit.php:208 -msgid "E-mail" -msgstr "E-mail" - -#: ../../godmode/users/configure_user.php:481 -#: ../../operation/users/user_edit.php:210 -msgid "Phone number" -msgstr "Phone number" - -#: ../../godmode/users/configure_user.php:516 -msgid "Use global conf" -msgstr "Use global conf" - -#: ../../godmode/users/configure_user.php:531 -msgid "Metaconsole access" -msgstr "Metaconsole access" - -#: ../../godmode/users/configure_user.php:539 -msgid "Not Login" -msgstr "Not Login" - -#: ../../godmode/users/configure_user.php:540 -msgid "The user with not login set only can access to API." -msgstr "The user with not login set only can access to API." - -#: ../../godmode/users/configure_user.php:543 -msgid "Strict ACL" -msgstr "Strict ACL" - -#: ../../godmode/users/configure_user.php:544 -msgid "" -"With this option enabled, the user will can access to accurate information. " -"It is not recommended for admin users because performance could be affected" -msgstr "" -"With this option enabled, the user will be able to access accurate " -"information. Not recommended for admin users because it can affect " -"performance." - -#: ../../godmode/users/configure_user.php:547 -msgid "Session Time" -msgstr "Session Time" - -#: ../../godmode/users/configure_user.php:554 -msgid "Enable agents managment" -msgstr "Enable agent management" - -#: ../../godmode/users/configure_user.php:561 -msgid "Assigned node" -msgstr "Assigned node" - -#: ../../godmode/users/configure_user.php:561 -msgid "Server where the agents created of this user will be placed" -msgstr "Server in which the agents created by this user will be placed" - -#: ../../godmode/users/configure_user.php:573 -msgid "Enable node access" -msgstr "Enable node access" - -#: ../../godmode/users/configure_user.php:573 -msgid "With this option enabled, the user will can access to nodes console" -msgstr "" -"With this option enabled, the user will be able to access the node console" - -#: ../../godmode/users/configure_user.php:604 -#: ../../godmode/users/configure_user.php:613 -#: ../../operation/users/user_edit.php:479 -#: ../../operation/users/user_edit.php:487 -msgid "Profiles/Groups assigned to this user" -msgstr "Profiles/Groups assigned to this user" - -#: ../../godmode/users/profile_list.php:80 -msgid "" -"Unsucessful delete profile. Because the profile is used by some admin users." -msgstr "" -"Unsucessful delete profile. Because the profile is used by some admin users." - -#: ../../godmode/users/profile_list.php:88 -#: ../../godmode/users/user_list.php:189 -msgid "There was a problem deleting the profile" -msgstr "There was a problem deleting the profile" - -#: ../../godmode/users/profile_list.php:226 -msgid "There was a problem updating this profile" -msgstr "There was a problem updating this profile" - -#: ../../godmode/users/profile_list.php:230 -msgid "Profile name cannot be empty" -msgstr "Profile name cannot be empty" - -#: ../../godmode/users/profile_list.php:282 -#: ../../godmode/users/profile_list.php:286 -msgid "There was a problem creating this profile" -msgstr "There was a problem creating this profile" - -#: ../../godmode/users/profile_list.php:304 -#: ../../enterprise/extensions/disabled/check_acls.php:44 -#: ../../enterprise/extensions/disabled/check_acls.php:124 -msgid "System incidents reading" -msgstr "Read system incidents" - -#: ../../godmode/users/profile_list.php:305 -#: ../../enterprise/extensions/disabled/check_acls.php:45 -#: ../../enterprise/extensions/disabled/check_acls.php:125 -msgid "System incidents writing" -msgstr "Write system incidents" - -#: ../../godmode/users/profile_list.php:306 -#: ../../enterprise/extensions/disabled/check_acls.php:46 -#: ../../enterprise/extensions/disabled/check_acls.php:126 -msgid "System incidents management" -msgstr "Manage system incidents" - -#: ../../godmode/users/profile_list.php:307 -#: ../../enterprise/extensions/disabled/check_acls.php:47 -#: ../../enterprise/extensions/disabled/check_acls.php:127 -msgid "Agents reading" -msgstr "Read agents" - -#: ../../godmode/users/profile_list.php:308 -#: ../../include/functions_menu.php:479 -#: ../../enterprise/extensions/disabled/check_acls.php:48 -#: ../../enterprise/extensions/disabled/check_acls.php:128 -msgid "Agents management" -msgstr "Manage agents" - -#: ../../godmode/users/profile_list.php:309 -#: ../../enterprise/extensions/disabled/check_acls.php:49 -#: ../../enterprise/extensions/disabled/check_acls.php:129 -msgid "Agents disable" -msgstr "Disable agents" - -#: ../../godmode/users/profile_list.php:310 -#: ../../enterprise/extensions/disabled/check_acls.php:50 -#: ../../enterprise/extensions/disabled/check_acls.php:130 -msgid "Alerts editing" -msgstr "Edit alerts" - -#: ../../godmode/users/profile_list.php:311 -#: ../../enterprise/extensions/disabled/check_acls.php:53 -#: ../../enterprise/extensions/disabled/check_acls.php:133 -msgid "Alerts management" -msgstr "Manage alerts" - -#: ../../godmode/users/profile_list.php:313 -#: ../../enterprise/extensions/disabled/check_acls.php:52 -#: ../../enterprise/extensions/disabled/check_acls.php:132 -msgid "Database management" -msgstr "Database management" - -#: ../../godmode/users/profile_list.php:314 -#: ../../enterprise/extensions/disabled/check_acls.php:57 -#: ../../enterprise/extensions/disabled/check_acls.php:137 -msgid "Events reading" -msgstr "Read events" - -#: ../../godmode/users/profile_list.php:315 -#: ../../enterprise/extensions/disabled/check_acls.php:58 -#: ../../enterprise/extensions/disabled/check_acls.php:138 -msgid "Events writing" -msgstr "Write events" - -#: ../../godmode/users/profile_list.php:316 -#: ../../enterprise/extensions/disabled/check_acls.php:59 -#: ../../enterprise/extensions/disabled/check_acls.php:139 -msgid "Events management" -msgstr "Manage events" - -#: ../../godmode/users/profile_list.php:317 -#: ../../enterprise/extensions/disabled/check_acls.php:54 -#: ../../enterprise/extensions/disabled/check_acls.php:134 -msgid "Reports reading" -msgstr "Read reports" - -#: ../../godmode/users/profile_list.php:318 -#: ../../enterprise/extensions/disabled/check_acls.php:55 -#: ../../enterprise/extensions/disabled/check_acls.php:135 -msgid "Reports writing" -msgstr "Write reports" - -#: ../../godmode/users/profile_list.php:319 -#: ../../enterprise/extensions/disabled/check_acls.php:56 -#: ../../enterprise/extensions/disabled/check_acls.php:136 -msgid "Reports management" -msgstr "Manage reports" - -#: ../../godmode/users/profile_list.php:320 -msgid "Network maps reading" -msgstr "Read network maps" - -#: ../../godmode/users/profile_list.php:321 -msgid "Network maps writing" -msgstr "Write network maps" - -#: ../../godmode/users/profile_list.php:322 -msgid "Network maps management" -msgstr "Manage network maps" - -#: ../../godmode/users/profile_list.php:323 -msgid "Visual console reading" -msgstr "Read visual console" - -#: ../../godmode/users/profile_list.php:324 -msgid "Visual console writing" -msgstr "Write visual console" - -#: ../../godmode/users/profile_list.php:325 -msgid "Visual console management" -msgstr "Manage visual console" - -#: ../../godmode/users/profile_list.php:326 -#: ../../enterprise/extensions/disabled/check_acls.php:60 -#: ../../enterprise/extensions/disabled/check_acls.php:140 -msgid "Systems management" -msgstr "Systems management" - -#: ../../godmode/users/profile_list.php:398 -msgid "There are no defined profiles" -msgstr "There are no defined profiles" - -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "Users defined on Pandora" - -#: ../../godmode/users/user_list.php:143 -#, php-format -msgid "Deleted user %s" -msgstr "Deleted user %s" - -#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 -msgid "There was a problem deleting the user" -msgstr "There was a problem deleting the user" - -#: ../../godmode/users/user_list.php:163 -#, php-format -msgid "Deleted user %s from metaconsole" -msgstr "Deleted user %s from the metaconsole" - -#: ../../godmode/users/user_list.php:172 -#, php-format -msgid "Deleted user %s from %s" -msgstr "Deleted user %s from %s" - -#: ../../godmode/users/user_list.php:175 -#, php-format -msgid "Successfully deleted from %s" -msgstr "Successfully deleted from %s" - -#: ../../godmode/users/user_list.php:176 -#, php-format -msgid "There was a problem deleting the user from %s" -msgstr "There was a problem deleting the user from %s" - -#: ../../godmode/users/user_list.php:204 -msgid "There was a problem disabling user" -msgstr "There was a problem disabling the user" - -#: ../../godmode/users/user_list.php:209 -msgid "There was a problem enabling user" -msgstr "There was a problem enabling the user" - -#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 -msgid "Search by username, fullname or email" -msgstr "Search by username, full name, or e-mail" - -#: ../../godmode/users/user_list.php:249 -msgid "Users control filter" -msgstr "User control filter" - -#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 -#: ../../operation/search_users.php:63 -#: ../../enterprise/extensions/disabled/check_acls.php:61 -#: ../../enterprise/extensions/disabled/check_acls.php:141 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:391 -msgid "Admin" -msgstr "Admin" - -#: ../../godmode/users/user_list.php:276 -msgid "Profile / Group" -msgstr "Profile / Group" - -#: ../../godmode/users/user_list.php:457 ../../operation/search_users.php:82 -msgid "The user doesn't have any assigned profile/group" -msgstr "The user doesn't have any assigned profile/group" - -#: ../../godmode/users/user_list.php:470 -msgid "Deleting User" -msgstr "Deleting User" - -#: ../../godmode/users/user_list.php:472 -msgid "Delete from all consoles" -msgstr "Delete from all consoles" - -#: ../../godmode/users/user_list.php:472 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "Deleting User %s from all consoles" - -#: ../../godmode/users/user_list.php:488 -msgid "Create user" -msgstr "Create user" +msgid "Executing command: %s" +msgstr "Executing command : %s" + +#: ../../include/ajax/events.php:165 +msgid "Execute again" +msgstr "Execute again" + +#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:581 +#: ../../include/functions_reporting.php:5451 +#: ../../godmode/alerts/configure_alert_template.php:148 +#: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 +#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +msgid "General" +msgstr "General" + +#: ../../include/ajax/events.php:300 +msgid "Details" +msgstr "Details" + +#: ../../include/ajax/events.php:301 +msgid "Agent fields" +msgstr "Agent fields" + +#: ../../include/ajax/events.php:306 ../../godmode/events/events.php:73 +msgid "Responses" +msgstr "Responses" + +#: ../../include/ajax/events.php:309 +msgid "Custom data" +msgstr "Custom data" + +#: ../../include/ajax/events.php:377 +msgid "Error adding comment" +msgstr "Error on adding comment." + +#: ../../include/ajax/events.php:378 +msgid "Comment added successfully" +msgstr "Comment added successfully." + +#: ../../include/ajax/events.php:379 +msgid "Error changing event status" +msgstr "Error on changing event status." + +#: ../../include/ajax/events.php:380 +msgid "Event status changed successfully" +msgstr "Event status changed successfully." + +#: ../../include/ajax/events.php:381 +msgid "Error changing event owner" +msgstr "Error: could not change event owner." + +#: ../../include/ajax/events.php:382 +msgid "Event owner changed successfully" +msgstr "Event owner changed successfully." + +#: ../../include/ajax/events.php:481 +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/agentes/module_manager_editor_network.php:85 +msgid "Auto" +msgstr "Auto" #: ../../include/ajax/double_auth.ajax.php:146 msgid "" @@ -18988,7 +10633,6 @@ msgstr "" #: ../../include/ajax/double_auth.ajax.php:151 #: ../../include/ajax/double_auth.ajax.php:287 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 msgid "Code" msgstr "Code" @@ -19030,15 +10674,6 @@ msgstr "Continue" msgid "Are you installed the app yet?" msgstr "Have you installed the app yet?" -#: ../../include/ajax/double_auth.ajax.php:254 -#: ../../include/ajax/double_auth.ajax.php:351 -#: ../../include/ajax/double_auth.ajax.php:396 -#: ../../include/ajax/double_auth.ajax.php:511 -#: ../../operation/users/user_edit.php:700 -#: ../../operation/users/user_edit.php:765 -msgid "There was an error loading the data" -msgstr "There was an error sending the data" - #: ../../include/ajax/double_auth.ajax.php:277 msgid "A private code has been generated" msgstr "A private code has been generated" @@ -19053,745 +10688,990 @@ msgstr "" msgid "Refresh code" msgstr "Refresh code" -#: ../../include/ajax/double_auth.ajax.php:360 +#: ../../include/ajax/double_auth.ajax.php:358 msgid "Are you introduced the code in the authenticator app yet?" msgstr "Have you introduced the code in the authentication app yet?" -#: ../../include/ajax/double_auth.ajax.php:422 +#: ../../include/ajax/double_auth.ajax.php:420 msgid "Introduce a code generated by the app" msgstr "Introduce a code generated by the app" -#: ../../include/ajax/double_auth.ajax.php:423 +#: ../../include/ajax/double_auth.ajax.php:421 msgid "If the code is valid, the double authentication will be activated" msgstr "If the code is valid, double authentication will be activated." -#: ../../include/ajax/double_auth.ajax.php:432 +#: ../../include/ajax/double_auth.ajax.php:430 msgid "Validate code" msgstr "Validate code" -#: ../../include/ajax/double_auth.ajax.php:483 +#: ../../include/ajax/double_auth.ajax.php:481 msgid "The code is valid, you can exit now" msgstr "The code is valid. You may exit now." -#: ../../include/ajax/double_auth.ajax.php:491 -#: ../../mobile/include/user.class.php:171 ../../enterprise/meta/index.php:239 -#: ../../index.php:256 -msgid "Invalid code" -msgstr "Invalid code" - -#: ../../include/ajax/double_auth.ajax.php:499 +#: ../../include/ajax/double_auth.ajax.php:497 msgid "The code is valid, but it was an error saving the data" msgstr "The code is valid, but there was an error saving the data" -#: ../../include/ajax/events.php:158 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 -#, php-format -msgid "Executing command: %s" -msgstr "Executing command : %s" +#: ../../include/functions_update_manager.php:202 +msgid "There is a unknown error." +msgstr "There is a unknown error." -#: ../../include/ajax/events.php:165 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 -msgid "Execute again" -msgstr "Execute again" +#: ../../include/functions_update_manager.php:316 +#: ../../include/functions_update_manager.php:319 +#: ../../include/functions_update_manager.php:409 +#: ../../include/functions_update_manager.php:413 +msgid "Could not connect to internet" +msgstr "Could not obtain an internet connection" -#: ../../include/ajax/events.php:300 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -msgid "Details" -msgstr "Details" +#: ../../include/functions_update_manager.php:324 +#: ../../include/functions_update_manager.php:327 +#: ../../include/functions_update_manager.php:420 +#: ../../include/functions_update_manager.php:424 +msgid "Server not found." +msgstr "Server not found." -#: ../../include/ajax/events.php:301 -msgid "Agent fields" -msgstr "Agent fields" - -#: ../../include/ajax/events.php:309 -msgid "Custom data" -msgstr "Custom data" - -#: ../../include/ajax/events.php:377 -msgid "Error adding comment" -msgstr "Error on adding comment." - -#: ../../include/ajax/events.php:378 -msgid "Comment added successfully" -msgstr "Comment added successfully." - -#: ../../include/ajax/events.php:379 -msgid "Error changing event status" -msgstr "Error on changing event status." - -#: ../../include/ajax/events.php:380 -msgid "Event status changed successfully" -msgstr "Event status changed successfully." - -#: ../../include/ajax/events.php:381 -msgid "Error changing event owner" -msgstr "Error: could not change event owner." - -#: ../../include/ajax/events.php:382 -msgid "Event owner changed successfully" -msgstr "Event owner changed successfully." - -#: ../../include/ajax/events.php:447 ../../include/functions_events.php:928 -#: ../../include/functions_events.php:2402 -#: ../../include/functions_events.php:3657 -#: ../../include/functions_reporting.php:6371 -#: ../../include/functions_reporting_html.php:845 -#: ../../include/functions_reporting_html.php:1061 -#: ../../include/functions_reporting_html.php:1673 -#: ../../mobile/operation/events.php:247 -#: ../../operation/events/events.build_table.php:304 -msgid "New event" -msgstr "New event" - -#: ../../include/ajax/events.php:451 ../../include/functions_events.php:932 -#: ../../include/functions_events.php:2406 -#: ../../include/functions_events.php:3661 -#: ../../include/functions_reporting.php:6375 -#: ../../include/functions_reporting_html.php:849 -#: ../../include/functions_reporting_html.php:1065 -#: ../../include/functions_reporting_html.php:1677 -#: ../../mobile/operation/events.php:251 -#: ../../operation/events/events.build_table.php:308 -#: ../../operation/events/events.php:689 ../../operation/events/events.php:718 -#: ../../operation/events/events.php:719 ../../operation/events/events.php:939 -#: ../../operation/events/events.php:944 ../../operation/events/events.php:945 -msgid "Event validated" -msgstr "Event validated" - -#: ../../include/ajax/events.php:455 ../../include/functions_events.php:936 -#: ../../include/functions_events.php:2410 -#: ../../include/functions_events.php:3665 -#: ../../include/functions_reporting.php:6379 -#: ../../include/functions_reporting_html.php:853 -#: ../../include/functions_reporting_html.php:1069 -#: ../../include/functions_reporting_html.php:1681 -#: ../../mobile/operation/events.php:255 -#: ../../operation/events/events.build_table.php:312 -#: ../../operation/events/events.php:751 ../../operation/events/events.php:789 -#: ../../operation/events/events.php:790 ../../operation/events/events.php:949 -#: ../../operation/events/events.php:963 ../../operation/events/events.php:964 -msgid "Event in process" -msgstr "Event in process" - -#: ../../include/ajax/module.php:133 ../../include/functions.php:2591 -msgid "30 minutes" -msgstr "30 minutes" - -#: ../../include/ajax/module.php:135 -#: ../../enterprise/godmode/agentes/inventory_manager.php:178 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -msgid "6 hours" -msgstr "6 hours" - -#: ../../include/ajax/module.php:137 ../../include/functions.php:2025 -#: ../../include/functions_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 -#: ../../enterprise/dashboard/widgets/top_n.php:65 -#: ../../enterprise/godmode/agentes/inventory_manager.php:180 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 -msgid "1 day" -msgstr "1 day" - -#: ../../include/ajax/module.php:138 ../../include/functions.php:2026 -#: ../../include/functions_netflow.php:1093 -msgid "1 week" -msgstr "1 week" - -#: ../../include/ajax/module.php:139 ../../include/functions.php:2027 -#: ../../include/functions_netflow.php:1059 -#: ../../include/functions_netflow.php:1092 -#: ../../enterprise/godmode/agentes/inventory_manager.php:183 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 -msgid "15 days" -msgstr "15 days" - -#: ../../include/ajax/module.php:140 ../../include/functions.php:2028 -#: ../../include/functions_netflow.php:1094 -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -msgid "1 month" -msgstr "1 month" - -#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063 -msgid "3 months" -msgstr "3 months" - -#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 -msgid "6 months" -msgstr "6 months" - -#: ../../include/ajax/module.php:143 ../../include/functions.php:2031 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -msgid "1 year" -msgstr "1 year" - -#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066 -msgid "2 years" -msgstr "2 years" - -#: ../../include/ajax/module.php:145 -msgid "3 years" -msgstr "3 years" - -#: ../../include/ajax/module.php:149 -#: ../../operation/agentes/datos_agente.php:185 -msgid "Choose a time from now" -msgstr "Choose a time from now" - -#: ../../include/ajax/module.php:161 -#: ../../operation/agentes/datos_agente.php:188 -msgid "Specify time range" -msgstr "Specify time range" - -#: ../../include/ajax/module.php:162 -#: ../../operation/agentes/datos_agente.php:189 -#: ../../operation/events/events_list.php:492 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449 -msgid "Timestamp from:" -msgstr "Timestamp from:" - -#: ../../include/ajax/module.php:170 -#: ../../operation/agentes/datos_agente.php:195 -#: ../../operation/events/events_list.php:495 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 -msgid "Timestamp to:" -msgstr "Timestamp to:" - -#: ../../include/ajax/module.php:732 -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:466 -#: ../../operation/agentes/alerts_status.php:500 -#: ../../operation/agentes/alerts_status.php:535 -msgid "Force execution" -msgstr "Force execution" - -#: ../../include/ajax/module.php:732 -#: ../../operation/agentes/alerts_status.php:423 -#: ../../operation/agentes/alerts_status.php:466 -#: ../../operation/agentes/alerts_status.php:500 -#: ../../operation/agentes/alerts_status.php:535 -msgid "F." -msgstr "F." - -#: ../../include/ajax/module.php:804 ../../include/functions_groups.php:771 -#: ../../include/functions_groups.php:964 ../../include/functions_ui.php:834 -#: ../../operation/agentes/group_view.php:163 -#: ../../operation/agentes/group_view.php:216 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -#: ../../enterprise/extensions/ipam/ipam_network.php:154 -#: ../../enterprise/godmode/agentes/inventory_manager.php:272 -#: ../../enterprise/operation/services/services.list.php:469 -msgid "Force" -msgstr "Force" - -#: ../../include/ajax/module.php:1093 -msgid "Any monitors aren't with this filter." -msgstr "No monitors have this filter." - -#: ../../include/ajax/module.php:1096 -msgid "This agent doesn't have any active monitors." -msgstr "This agent doesn't have any active monitors." - -#: ../../include/ajax/rolling_release.ajax.php:56 -msgid "The sql file contains a dangerous query" +#: ../../include/functions_update_manager.php:346 +msgid "Update to the next version" msgstr "" -#: ../../include/ajax/rolling_release.ajax.php:103 +#: ../../include/functions_update_manager.php:349 +msgid "There is no update available." +msgstr "There are no updates available" + +#: ../../include/functions_update_manager.php:458 +#: ../../include/functions_update_manager.php:488 +msgid "Remote server error on newsletter request" +msgstr "Remote server error on newsletter request" + +#: ../../include/functions_update_manager.php:466 +msgid "E-mail successfully subscribed to newsletter." +msgstr "E-mail successfully subscribed to newsletter." + +#: ../../include/functions_update_manager.php:468 +msgid "E-mail has already subscribed to newsletter." +msgstr "E-mail has already subscribed to newsletter." + +#: ../../include/functions_update_manager.php:470 +#: ../../include/functions_update_manager.php:510 +msgid "Update manager returns error code: " +msgstr "Update manager returns error code: " + +#: ../../include/functions_update_manager.php:505 +msgid "Pandora successfully subscribed with UID: " +msgstr "Pandora successfully subscribed with UID: " + +#: ../../include/functions_update_manager.php:507 +msgid "Unsuccessful subscription." +msgstr "Unsuccessful subscription." + +#: ../../include/functions_update_manager.php:635 +msgid "Failed extracting the package to temp directory." +msgstr "Failed to extract the package to the temp directory." + +#: ../../include/functions_update_manager.php:664 +msgid "Failed the copying of the files." +msgstr "Failed to copy the files." + +#: ../../include/functions_update_manager.php:680 +msgid "Package extracted successfully." +msgstr "Package extracted successfully." + +#: ../../include/functions_visual_map.php:1150 +msgid "Last value: " +msgstr "Last value: " + +#: ../../include/functions_visual_map.php:1665 +#: ../../include/functions_visual_map.php:1898 +#: ../../godmode/massive/massive_add_action_alerts.php:59 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_edit_agents.php:92 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_alerts.php:83 +msgid "No agents selected" +msgstr "No agents selected" + +#: ../../include/functions_visual_map.php:1723 +msgid "Agent successfully added to layout" +msgstr "Agent successfully added to the layout." + +#: ../../include/functions_visual_map.php:1749 +#: ../../godmode/massive/massive_add_action_alerts.php:116 +#: ../../godmode/massive/massive_delete_action_alerts.php:119 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/reporting/visual_console_builder.php:486 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174 +msgid "No modules selected" +msgstr "No modules selected" + +#: ../../include/functions_visual_map.php:1870 +msgid "Modules successfully added to layout" +msgstr "Modules successfully added to the layout." + +#: ../../include/functions_visual_map.php:2067 +msgid "Agents successfully added to layout" +msgstr "Agents successfully added to the layout." + +#: ../../include/functions_visual_map.php:2408 +msgid "Cannot load the visualmap" +msgstr "Cannot load the visual map." + +#: ../../include/functions_visual_map.php:2740 +#: ../../include/functions_visual_map_editor.php:62 +#: ../../include/functions_visual_map_editor.php:611 +#: ../../godmode/reporting/visual_console_builder.elements.php:188 +msgid "Box" +msgstr "Box" + +#: ../../include/functions_visual_map.php:2748 +msgid "Percentile bar" +msgstr "Percentile bar" + +#: ../../include/functions_visual_map.php:2752 +msgid "Static graph" +msgstr "Static graph" + +#: ../../include/functions_visual_map.php:2757 +#: ../../include/functions_visual_map_editor.php:607 +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +msgid "Simple Value" +msgstr "Simple Value" + +#: ../../include/functions_visual_map.php:2761 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:608 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../godmode/reporting/visual_console_builder.wizard.php:300 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../godmode/reporting/reporting_builder.item_editor.php:693 +msgid "Label" +msgstr "Label" + +#: ../../include/functions_visual_map.php:2769 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:609 +#: ../../godmode/setup/os.builder.php:39 +#: ../../godmode/reporting/visual_console_builder.elements.php:183 +#: ../../godmode/groups/group_list.php:338 +#: ../../godmode/groups/configure_group.php:119 +#: ../../godmode/modules/module_list.php:57 +msgid "Icon" +msgstr "Icon" + +#: ../../include/functions_snmp.php:67 +msgid "Load Average (Last minute)" +msgstr "Load Average (Last minute)" + +#: ../../include/functions_snmp.php:71 +msgid "Load Average (Last 5 minutes)" +msgstr "Load Average (Last 5 minutes)" + +#: ../../include/functions_snmp.php:75 +msgid "Load Average (Last 15 minutes)" +msgstr "Load Average (Last 15 minutes)" + +#: ../../include/functions_snmp.php:79 +msgid "Total Swap Size configured for the host" +msgstr "Total Swap Size configured for the host" + +#: ../../include/functions_snmp.php:83 +msgid "Available Swap Space on the host" +msgstr "Available Swap Space on the host" + +#: ../../include/functions_snmp.php:87 +msgid "Total Real/Physical Memory Size on the host" +msgstr "Total Real/Physical Memory Size on the host" + +#: ../../include/functions_snmp.php:91 +msgid "Available Real/Physical Memory Space on the host" +msgstr "Available Real/Physical Memory Space on the host" + +#: ../../include/functions_snmp.php:95 +msgid "Total Available Memory on the host" +msgstr "Total Available Memory on the host" + +#: ../../include/functions_snmp.php:99 +msgid "Total Cached Memory" +msgstr "Total Cached Memory" + +#: ../../include/functions_snmp.php:103 +msgid "Total Buffered Memory" +msgstr "Total Buffered Memory" + +#: ../../include/functions_snmp.php:107 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "Amount of memory swapped in from disk (kB/s)" + +#: ../../include/functions_snmp.php:111 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "Amount of memory swapped to disk (kB/s)" + +#: ../../include/functions_snmp.php:115 +msgid "Number of blocks sent to a block device" +msgstr "Number of blocks sent to a block device" + +#: ../../include/functions_snmp.php:119 +msgid "Number of blocks received from a block device" +msgstr "Number of blocks received from a block device" + +#: ../../include/functions_snmp.php:123 +msgid "Number of interrupts processed" +msgstr "Number of interrupts processed" + +#: ../../include/functions_snmp.php:127 +msgid "Number of context switches" +msgstr "Number of context switches" + +#: ../../include/functions_snmp.php:131 +msgid "user CPU time" +msgstr "user CPU time" + +#: ../../include/functions_snmp.php:135 +msgid "system CPU time" +msgstr "system CPU time" + +#: ../../include/functions_snmp.php:139 +msgid "idle CPU time" +msgstr "idle CPU time" + +#: ../../include/functions_snmp.php:143 +msgid "system Up time" +msgstr "system Up time" + +#: ../../include/functions_filemanager.php:172 +#: ../../include/functions_filemanager.php:242 +#: ../../include/functions_filemanager.php:300 +#: ../../include/functions_filemanager.php:382 +msgid "Security error" +msgstr "Security error" + +#: ../../include/functions_filemanager.php:185 +msgid "Upload error" +msgstr "Upload error" + +#: ../../include/functions_filemanager.php:193 +#: ../../include/functions_filemanager.php:261 +#: ../../include/functions_filemanager.php:326 +msgid "Upload correct" +msgstr "Upload correct" + +#: ../../include/functions_filemanager.php:206 msgid "" -"An error occurred while updating the database schema to the minor release " +"File size seems to be too large. Please check your php.ini configuration or " +"contact with the administrator" msgstr "" +"The file seems to be too large. Please check your php.ini configuration file " +"or contact your administrator." -#: ../../include/ajax/rolling_release.ajax.php:117 -#: ../../include/ajax/rolling_release.ajax.php:130 -msgid "The directory " -msgstr "" +#: ../../include/functions_filemanager.php:254 +msgid "Error creating file" +msgstr "Error creating file" -#: ../../include/ajax/rolling_release.ajax.php:117 -msgid " should have read permissions in order to update the database schema" -msgstr "" +#: ../../include/functions_filemanager.php:267 +#: ../../include/functions_filemanager.php:362 +msgid "Error creating file with empty name" +msgstr "Error creating a file with no name." -#: ../../include/ajax/rolling_release.ajax.php:130 -msgid " does not exist" -msgstr "" +#: ../../include/functions_filemanager.php:312 +msgid "Attach error" +msgstr "Attachment error" -#: ../../include/ajax/update_manager.ajax.php:75 -#: ../../enterprise/include/functions_update_manager.php:362 -msgid "There was an error extracting the file '" -msgstr "There was an error extracting the file '" +#: ../../include/functions_filemanager.php:348 +msgid "Security error." +msgstr "Security error." -#: ../../include/ajax/update_manager.ajax.php:91 -#: ../../enterprise/include/functions_update_manager.php:379 -msgid "The package was not extracted." -msgstr "The package couldn't be extracted" +#: ../../include/functions_filemanager.php:357 +msgid "Directory created" +msgstr "Directory created" -#: ../../include/ajax/update_manager.ajax.php:97 -msgid "Invalid extension. The package must have the extension .oum." -msgstr "Invalid extension. The package is required to be in '.oum' format." +#: ../../include/functions_filemanager.php:385 +#: ../../include/functions_reporting_html.php:1238 +msgid "Deleted" +msgstr "Deleted" -#: ../../include/ajax/update_manager.ajax.php:104 -msgid "The file was not uploaded succesfully." -msgstr "The file wasn't uploaded successfully." +#: ../../include/functions_filemanager.php:550 +#, php-format +msgid "Directory %s doesn't exist!" +msgstr "Directory %s doesn't exist!" -#: ../../include/ajax/update_manager.ajax.php:173 -#: ../../include/ajax/update_manager.ajax.php:177 -#: ../../include/ajax/update_manager.ajax.php:204 -#: ../../include/functions_update_manager.php:128 -#: ../../include/functions_update_manager.php:132 -#: ../../include/functions_update_manager.php:158 -#: ../../enterprise/include/functions_update_manager.php:501 -#: ../../enterprise/include/functions_update_manager.php:505 -#: ../../enterprise/include/functions_update_manager.php:532 -msgid "Some of your files might not be recovered." -msgstr "Some of your files may be unrecoverable." +#: ../../include/functions_filemanager.php:561 +#: ../../godmode/setup/file_manager.php:63 +#: ../../godmode/servers/plugin.php:224 +#, php-format +msgid "Index of %s" +msgstr "Index of %s" -#: ../../include/ajax/update_manager.ajax.php:181 -#: ../../include/ajax/update_manager.ajax.php:198 -#: ../../include/functions_update_manager.php:136 -#: ../../include/functions_update_manager.php:152 -#: ../../enterprise/include/functions_update_manager.php:510 -#: ../../enterprise/include/functions_update_manager.php:526 -msgid "Some of your old files might not be recovered." -msgstr "Some of your old files may be unrecoverable." +#: ../../include/functions_filemanager.php:565 +msgid "Index of images" +msgstr "Image index" -#: ../../include/ajax/update_manager.ajax.php:219 -#: ../../include/functions_update_manager.php:173 -#: ../../enterprise/include/functions_update_manager.php:547 -msgid "An error ocurred while reading a file." -msgstr "An error ocurred while reading a file." +#: ../../include/functions_filemanager.php:603 +msgid "Parent directory" +msgstr "Parent directory" -#: ../../include/ajax/update_manager.ajax.php:226 -#: ../../include/functions_update_manager.php:180 -#: ../../enterprise/include/functions_update_manager.php:554 -msgid "The package does not exist" -msgstr "The package does not exist." +#: ../../include/functions_filemanager.php:632 +msgid "The zip upload in this dir, easy to upload multiple files." +msgstr "The zip uploads in this dir, easy to upload multiple files." -#: ../../include/ajax/update_manager.ajax.php:240 -msgid "Package rejected." -msgstr "" +#: ../../include/functions_filemanager.php:636 +msgid "Decompress" +msgstr "Decompress" -#: ../../include/ajax/update_manager.ajax.php:414 -#: ../../enterprise/include/functions_update_manager.php:315 -msgid "Fail to update to the last package." -msgstr "Failed to update to the latest package." +#: ../../include/functions_filemanager.php:638 +msgid "Go" +msgstr "Go" -#: ../../include/ajax/update_manager.ajax.php:422 -#: ../../enterprise/include/functions_update_manager.php:330 -msgid "Starting to update to the last package." -msgstr "Starting to update to the latest package." +#: ../../include/functions_filemanager.php:679 +msgid "Directory" +msgstr "Directory" -#: ../../include/ajax/update_manager.ajax.php:493 -#: ../../enterprise/include/functions_update_manager.php:423 -msgid "progress" -msgstr "progress" +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:198 +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +msgid "Image" +msgstr "Image" -#: ../../include/ajax/update_manager.ajax.php:514 -msgid "The package is extracted." -msgstr "" +#: ../../include/functions_filemanager.php:685 +msgid "Compressed file" +msgstr "Compressed file" -#: ../../include/ajax/update_manager.ajax.php:518 -msgid "Error in package extraction." -msgstr "" +#: ../../include/functions_filemanager.php:688 +#: ../../include/functions_filemanager.php:695 +msgid "Text file" +msgstr "Text file" -#: ../../include/ajax/update_manager.ajax.php:536 -#: ../../include/functions_update_manager.php:189 -#: ../../enterprise/include/functions_update_manager.php:563 -msgid "The package is installed." -msgstr "The package is installed." +#: ../../include/functions_filemanager.php:759 +#: ../../godmode/servers/plugin.php:151 +msgid "Edit file" +msgstr "Edit file" -#: ../../include/ajax/update_manager.ajax.php:540 -msgid "An error ocurred in the installation process." -msgstr "" +#: ../../include/functions_filemanager.php:785 +msgid "Create directory" +msgstr "Create directory" -#: ../../include/ajax/visual_console_builder.ajax.php:180 -#: ../../include/functions_graph.php:5209 -msgid "No data to show" -msgstr "No data to show" +#: ../../include/functions_filemanager.php:790 +msgid "Create text" +msgstr "Create text" -#: ../../include/auth/mysql.php:246 +#: ../../include/functions_filemanager.php:795 +msgid "Upload file/s" +msgstr "Upload file(s)" + +#: ../../include/functions_filemanager.php:802 +msgid "The directory is read-only" +msgstr "This directory is read-only" + +#: ../../include/functions_db.php:75 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "Error on connecting to database %s at %s." + +#: ../../include/functions_db.php:1499 ../../godmode/menu.php:317 +#: ../../godmode/db/db_refine.php:33 +msgid "Database debug" +msgstr "Database debug" + +#: ../../include/functions_db.php:1515 +msgid "SQL sentence" +msgstr "SQL sentence" + +#: ../../include/functions_db.php:1517 +msgid "Rows" +msgstr "Rows" + +#: ../../include/functions_db.php:1518 +msgid "Saved" +msgstr "Saved" + +#: ../../include/functions_db.php:1519 +msgid "Time (ms)" +msgstr "Time (ms)" + +#: ../../include/functions_db.php:1529 +#: ../../include/functions_reporting_html.php:496 +#: ../../include/functions_reporting_html.php:575 +#: ../../include/functions_reporting_html.php:675 +#: ../../include/functions_reporting_html.php:2043 +#: ../../include/functions_reporting_html.php:2523 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1333 +msgid "OK" +msgstr "OK" + +#: ../../include/functions_custom_graphs.php:226 +#: ../../godmode/reporting/reporting_builder.list_items.php:313 +msgid "No items." +msgstr "No items." + +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "Alert Actions" + +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "Alert Templates" + +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "Visual console layout" + +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "Planned downtime" + +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "GIS maps" + +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "GIS connections" + +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "GIS map layers" + +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "Network maps" + +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "Show branch son" + +#: ../../include/functions_groups.php:2178 msgid "" -"Problems with configuration permissions. Please contact with Administrator" +"You can not delete the last group in Pandora. A common installation must has " +"almost one group." msgstr "" -"Problems with configuration permissions. Please contact with Administrator" +"You cannot delete the last group in Pandora. A common installation must have " +"at least one group." -#: ../../include/auth/mysql.php:252 -msgid "Your permissions have changed. Please, login again." -msgstr "Your permissions have changed. Please, login again." +#: ../../include/functions_ui.php:225 +msgid "Information" +msgstr "Information" -#: ../../include/auth/mysql.php:265 +#: ../../include/functions_ui.php:231 +msgid "Success" +msgstr "Success" + +#: ../../include/functions_ui.php:367 +msgid "Request successfully processed" +msgstr "Request successfully processed" + +#: ../../include/functions_ui.php:370 +msgid "Error processing request" +msgstr "Error processing request" + +#: ../../include/functions_ui.php:508 msgid "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" +"Is possible that this view uses part of information which your user has not " +"access" msgstr "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" +"It's possible that this view uses a part of the information to which your " +"user doesn't have access." -#: ../../include/auth/mysql.php:283 ../../include/auth/mysql.php:331 -msgid "Fail the group synchronizing" -msgstr "Fail the group synchronizing" +#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:846 +msgid "The alert would fire when the value is " +msgstr "" +"The alert is triggered when the value is equal to " -#: ../../include/auth/mysql.php:289 ../../include/auth/mysql.php:337 -msgid "Fail the tag synchronizing" -msgstr "Fail the tag synchronizing" +#: ../../include/functions_ui.php:1007 ../../godmode/alerts/alert_view.php:156 +#: ../../godmode/alerts/configure_alert_template.php:847 +msgid "The alert would fire when the value is not " +msgstr "" +"The alert is triggered when the value is different to " -#: ../../include/auth/mysql.php:302 +#: ../../include/functions_ui.php:1012 ../../godmode/alerts/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:844 msgid "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" +"The alert would fire when the value matches " msgstr "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" +"The alert is triggered when the value matches " -#: ../../include/auth/mysql.php:317 -msgid "User not found in database or incorrect password" -msgstr "User not found in database or incorrect password" +#: ../../include/functions_ui.php:1015 ../../godmode/alerts/alert_view.php:147 +msgid "" +"The alert would fire when the value doesn't match " +msgstr "" +"The alert is triggered when the value doesn't match " -#: ../../include/auth/mysql.php:593 -msgid "Could not changes password on remote pandora" -msgstr "Could not change password for remote pandora" +#: ../../include/functions_ui.php:1021 ../../godmode/alerts/alert_view.php:161 +#: ../../godmode/alerts/configure_alert_template.php:848 +msgid "" +"The alert would fire when the value is between and " +"" +msgstr "" +"The alert is triggered when the value is between " +"and " -#: ../../include/auth/mysql.php:630 -msgid "Your installation of PHP does not support LDAP" -msgstr "Your PHP environment doesn't support LDAP" +#: ../../include/functions_ui.php:1024 ../../godmode/alerts/alert_view.php:164 +msgid "" +"The alert would fire when the value is not between " +"and " +msgstr "" +"The alert is triggered when the value isn't between " +"and " -#: ../../include/class/Tree.class.php:1474 -#: ../../include/functions_modules.php:1875 -#: ../../include/functions_modules.php:1895 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:477 -#: ../../mobile/operation/modules.php:512 -#: ../../mobile/operation/modules.php:530 -#: ../../operation/agentes/pandora_networkmap.view.php:285 -#: ../../operation/agentes/pandora_networkmap.view.php:307 -#: ../../operation/agentes/status_monitor.php:1158 -#: ../../operation/agentes/status_monitor.php:1162 -#: ../../operation/agentes/status_monitor.php:1195 -#: ../../operation/agentes/status_monitor.php:1200 -#: ../../operation/search_modules.php:112 -#: ../../operation/search_modules.php:132 -#: ../../enterprise/extensions/vmware/vmware_view.php:935 -#: ../../enterprise/include/functions_services.php:1595 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/operation/agentes/policy_view.php:363 -#: ../../enterprise/operation/agentes/policy_view.php:382 -msgid "CRITICAL" -msgstr "CRITICAL" +#: ../../include/functions_ui.php:1028 +msgid "The alert would fire when the value is over " +msgstr "" +"The alert will be triggered when the value is over " -#: ../../include/class/Tree.class.php:1481 -#: ../../include/functions_modules.php:1879 -#: ../../include/functions_modules.php:1899 -#: ../../mobile/operation/modules.php:463 -#: ../../mobile/operation/modules.php:482 -#: ../../mobile/operation/modules.php:516 -#: ../../mobile/operation/modules.php:535 -#: ../../operation/agentes/pandora_networkmap.view.php:289 -#: ../../operation/agentes/pandora_networkmap.view.php:312 -#: ../../operation/agentes/status_monitor.php:1168 -#: ../../operation/agentes/status_monitor.php:1172 -#: ../../operation/agentes/status_monitor.php:1207 -#: ../../operation/agentes/status_monitor.php:1212 -#: ../../operation/search_modules.php:116 -#: ../../operation/search_modules.php:139 -#: ../../enterprise/extensions/vmware/vmware_view.php:939 -#: ../../enterprise/include/functions_login.php:33 -#: ../../enterprise/include/functions_services.php:1599 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:367 -#: ../../enterprise/operation/agentes/policy_view.php:386 -msgid "WARNING" -msgstr "WARNING" +#: ../../include/functions_ui.php:1033 +msgid "The alert would fire when the value is under " +msgstr "" +"The alert will be triggered when the value is under " -#: ../../include/class/Tree.class.php:1486 -#: ../../include/functions_modules.php:1890 -#: ../../include/functions_modules.php:1894 -#: ../../include/functions_modules.php:1898 -#: ../../mobile/operation/modules.php:471 -#: ../../mobile/operation/modules.php:476 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:529 -#: ../../mobile/operation/modules.php:534 -#: ../../operation/agentes/pandora_networkmap.view.php:301 -#: ../../operation/agentes/pandora_networkmap.view.php:306 -#: ../../operation/agentes/pandora_networkmap.view.php:311 -#: ../../operation/agentes/status_monitor.php:1182 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1194 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1206 -#: ../../operation/agentes/status_monitor.php:1211 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../enterprise/extensions/vmware/vmware_view.php:943 -#: ../../enterprise/include/functions_services.php:1606 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/include/functions_services.php:1627 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -msgid "UNKNOWN" -msgstr "UNKNOWN" +#: ../../include/functions_ui.php:1038 ../../godmode/alerts/alert_view.php:186 +#: ../../godmode/alerts/configure_alert_template.php:852 +msgid "The alert would fire when the module is in warning status" +msgstr "The alert is triggered when the module is in warning status" -#: ../../include/class/Tree.class.php:1492 -msgid "NO DATA" -msgstr "NO DATA" +#: ../../include/functions_ui.php:1043 ../../godmode/alerts/alert_view.php:189 +#: ../../godmode/alerts/configure_alert_template.php:853 +msgid "The alert would fire when the module is in critical status" +msgstr "The alert is triggered when the module is in critical status" -#: ../../include/class/Tree.class.php:1500 -#: ../../include/functions_modules.php:1883 -#: ../../include/functions_modules.php:1891 -#: ../../mobile/operation/modules.php:455 -#: ../../mobile/operation/modules.php:472 -#: ../../mobile/operation/modules.php:508 -#: ../../mobile/operation/modules.php:525 -#: ../../operation/agentes/pandora_networkmap.view.php:293 -#: ../../operation/agentes/pandora_networkmap.view.php:302 -#: ../../operation/agentes/status_monitor.php:1148 -#: ../../operation/agentes/status_monitor.php:1152 -#: ../../operation/agentes/status_monitor.php:1183 -#: ../../operation/agentes/status_monitor.php:1188 -#: ../../operation/search_modules.php:108 -#: ../../operation/search_modules.php:125 -#: ../../enterprise/extensions/vmware/vmware_view.php:931 -#: ../../enterprise/include/functions_services.php:1591 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/operation/agentes/policy_view.php:371 -#: ../../enterprise/operation/agentes/policy_view.php:378 -msgid "NORMAL" -msgstr "NORMAL" +#: ../../include/functions_ui.php:1080 +#: ../../godmode/servers/recon_script.php:183 +#: ../../godmode/servers/plugin.php:473 +msgid "Help" +msgstr "Help" -#: ../../include/class/Tree.class.php:1578 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "Module alerts" -msgstr "Module alerts" +#: ../../include/functions_ui.php:1307 +msgid "the Flexible Monitoring System" +msgstr "the Flexible Monitoring System" -#: ../../include/functions.php:215 -#: ../../enterprise/include/functions_reporting_csv.php:1534 -msgid "." -msgstr "." - -#: ../../include/functions.php:217 -msgid "," -msgstr "," - -#: ../../include/functions.php:439 ../../include/functions.php:573 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:440 ../../include/functions.php:574 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:441 ../../include/functions.php:575 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:442 ../../include/functions.php:576 -msgid "Y" -msgstr "Y" - -#: ../../include/functions.php:443 ../../include/functions.php:577 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:444 ../../include/functions.php:578 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:445 ../../include/functions.php:579 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:867 ../../include/functions.php:1075 -#: ../../include/functions.php:1108 ../../include/functions_events.php:1459 -#: ../../include/functions_graph.php:2778 -#: ../../include/functions_graph.php:3278 -#: ../../include/functions_graph.php:3279 -#: ../../include/functions_graph.php:5227 -#: ../../include/functions_incidents.php:34 -#: ../../include/functions_incidents.php:69 -msgid "Maintenance" -msgstr "Maintenance" - -#: ../../include/functions.php:870 ../../include/functions.php:1076 -#: ../../include/functions.php:1111 ../../include/functions_events.php:1462 -#: ../../include/functions_graph.php:3282 -#: ../../include/functions_graph.php:3283 -#: ../../include/functions_graph.php:5230 -msgid "Informational" -msgstr "Informative" - -#: ../../include/functions.php:882 ../../include/functions.php:1078 -#: ../../include/functions.php:1123 ../../include/functions_graph.php:3290 -#: ../../include/functions_graph.php:3291 -#: ../../include/functions_graph.php:5242 -msgid "Minor" -msgstr "Minor" - -#: ../../include/functions.php:885 ../../include/functions.php:1080 -#: ../../include/functions.php:1126 ../../include/functions_graph.php:3298 -#: ../../include/functions_graph.php:3299 -#: ../../include/functions_graph.php:5245 -msgid "Major" -msgstr "Major" - -#: ../../include/functions.php:1029 ../../include/functions_events.php:1395 -msgid "Monitor Critical" -msgstr "Monitor in critical status" - -#: ../../include/functions.php:1030 ../../include/functions_events.php:1398 -msgid "Monitor Warning" -msgstr "Monitor in warning status" - -#: ../../include/functions.php:1031 ../../include/functions_events.php:1401 -msgid "Monitor Normal" -msgstr "Monitor in normal status" - -#: ../../include/functions.php:1033 -msgid "Monitor Unknown" -msgstr "Unknown Monitor" - -#: ../../include/functions.php:1036 ../../include/functions_events.php:1138 -#: ../../include/functions_events.php:1407 -msgid "Alert recovered" -msgstr "Alert recovered" - -#: ../../include/functions.php:1037 ../../include/functions_events.php:1173 -#: ../../include/functions_events.php:1410 -msgid "Alert ceased" -msgstr "Alert ceased" - -#: ../../include/functions.php:1038 ../../include/functions_events.php:1413 -msgid "Alert manual validation" -msgstr "Manual alert validation" - -#: ../../include/functions.php:1040 -msgid "Agent created" -msgstr "Agent created" - -#: ../../include/functions.php:1041 ../../include/functions_events.php:1416 -msgid "Recon host detected" -msgstr "Recon host detected" - -#: ../../include/functions.php:1044 ../../include/functions_events.php:1170 -#: ../../include/functions_events.php:1425 -msgid "Configuration change" -msgstr "Configuration change" - -#: ../../include/functions.php:2015 -msgid "custom" -msgstr "custom" - -#: ../../include/functions.php:2020 ../../include/functions.php:2021 +#: ../../include/functions_ui.php:1627 ../../include/functions_ui.php:1661 #, php-format -msgid "%s minutes" -msgstr "%s minutes" +msgid "Total items: %s" +msgstr "Total items : %s" -#: ../../include/functions.php:2023 ../../include/functions.php:2024 +#: ../../include/functions_ui.php:1968 +msgid "Unknown type" +msgstr "Unknown type" + +#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1433 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../include/graphs/functions_pchart.php:202 +#: ../../include/graphs/functions_pchart.php:1190 +#: ../../include/functions_reporting.php:948 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../godmode/reporting/reporting_builder.item_editor.php:781 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1284 +msgid "Max" +msgstr "Max." + +#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1435 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../include/graphs/functions_pchart.php:208 +#: ../../include/graphs/functions_pchart.php:1188 +#: ../../include/functions_reporting.php:951 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../godmode/reporting/reporting_builder.item_editor.php:779 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +msgid "Min" +msgstr "Min." + +#: ../../include/functions_ui.php:2781 +msgid "Type at least two characters to search." +msgstr "Type at least two characters to search." + +#: ../../include/functions_ui.php:3574 +msgid "Problem with Pandora FMS database" +msgstr "Problem with Pandora FMS database" + +#: ../../include/functions_ui.php:3575 +msgid "" +"Cannot connect to the database, please check your database setup in the " +"include/config.php file.

                \n" +"\t\t\tProbably your database, hostname, user or password values are " +"incorrect or\n" +"\t\t\tthe database server is not running." +msgstr "" +"Cannot connect to the database, please check your database setup in the " +"include/config.php file.

                \n" +"\t\t\tProbably your database, hostname, user or password values are " +"incorrect or\n" +"\t\t\tthe database server is not running." + +#: ../../include/functions_ui.php:3579 +msgid "DB ERROR" +msgstr "DB ERROR" + +#: ../../include/functions_ui.php:3585 +msgid "" +"If you have modified auth system, this problem could be because Pandora " +"cannot override authorization variables from the config database. Remove " +"them from your database by executing:
                DELETE FROM tconfig WHERE "
                +"token = \"auth\";
                " +msgstr "" +"If you have modified the auth system, the origin of this problem could be " +"that Pandora cannot override the authorization variables from the config " +"database. Please remove them from your database by executing " +":
                DELETE FROM tconfig WHERE token = \"auth\";
                " + +#: ../../include/functions_ui.php:3589 +msgid "Empty configuration table" +msgstr "Empty configuration table" + +#: ../../include/functions_ui.php:3590 +msgid "" +"Cannot load configuration variables from database. Please check your " +"database setup in the\n" +"\t\t\tinclude/config.php file.

                \n" +"\t\t\tMost likely your database schema has been created but there are is no " +"data in it, you have a problem with the database access credentials or your " +"schema is out of date.\n" +"\t\t\t

                Pandora FMS Console cannot find include/config.php or " +"this file has invalid\n" +"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " +"to fix this problem.
                " +msgstr "" +"Cannot load configuration variables from database. Please check your " +"database setup in the\n" +"\t\t\tinclude/config.php file.

                \n" +"\t\t\tMost likely your database scheme has been created but there is no data " +"in it, you might have a problem with the database access credentials or your " +"scheme is out of date.\n" +"\t\t\t

                Pandora FMS Console cannot find include/config.php or " +"the file has invalid\n" +"\t\t\tpermissions and the HTTP server cannot read it. Please read the " +"documentation to fix this problem.
                " + +#: ../../include/functions_ui.php:3597 +msgid "No configuration file found" +msgstr "No configuration file found." + +#: ../../include/functions_ui.php:3598 +msgid "" +"Pandora FMS Console cannot find include/config.php or this file has " +"invalid\n" +"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " +"to fix this problem." +msgstr "" +"The Pandora FMS Console cannot find include/config.php or this file " +"has invalid\n" +"\t\t\tpermissions and the HTTP server cannot read it. Please read the " +"documentation to fix this problem." + +#: ../../include/functions_ui.php:3609 #, php-format -msgid "%s hours" -msgstr "%s hours" +msgid "You may try to run the %sinstallation wizard%s to create one." +msgstr "" +"You may try running the %sinstallation wizard%s to create one." -#: ../../include/functions.php:2029 ../../include/functions.php:2030 -#, php-format -msgid "%s months" -msgstr "%s months" +#: ../../include/functions_ui.php:3612 +msgid "Installer active" +msgstr "Installer active" -#: ../../include/functions.php:2032 ../../include/functions.php:2033 -#, php-format -msgid "%s years" -msgstr "%s years" +#: ../../include/functions_ui.php:3613 +msgid "" +"For security reasons, normal operation is not possible until you delete " +"installer file.\n" +"\t\t\tPlease delete the ./install.php file before running Pandora FMS " +"Console." +msgstr "" +"For security reasons, normal operation is not possible until you delete the " +"installer file.\n" +"\t\t\tPlease delete the ./install.php file before running the Pandora " +"FMS Console." -#: ../../include/functions.php:2036 -msgid "Default values will be used" -msgstr "Default values will be applied" +#: ../../include/functions_ui.php:3617 +msgid "Bad permission for include/config.php" +msgstr "Bad permission for include/config.php" -#: ../../include/functions.php:2196 -msgid "The uploaded file was only partially uploaded" -msgstr "The file was only partially uploaded." +#: ../../include/functions_ui.php:3618 +msgid "" +"For security reasons, config.php must have restrictive permissions, " +"and \"other\" users\n" +"\t\t\tshould not read it or write to it. It should be written only for " +"owner\n" +"\t\t\t(usually www-data or http daemon user), normal operation is not " +"possible until you change\n" +"\t\t\tpermissions for include/config.php file. Please do it, it is " +"for your security." +msgstr "" +"For security reasons, config.php must have restrictive permissions, " +"and \"other\" users\n" +"\t\t\tshould not read it or write to it. It should be written only for " +"owner\n" +"\t\t\t(usually www-data or http daemon user), normal operation is not " +"possible until you change\n" +"\t\t\tpermissions for include/config.php file. Please do it, it is " +"for your security." -#: ../../include/functions.php:2199 -msgid "No file was uploaded" -msgstr "No file was uploaded" +#: ../../include/functions_visual_map_editor.php:53 +#: ../../include/functions_visual_map_editor.php:359 +#: ../../godmode/reporting/visual_console_builder.elements.php:111 +#: ../../godmode/reporting/visual_console_builder.data.php:139 +msgid "Background" +msgstr "Background" -#: ../../include/functions.php:2202 -msgid "Missing a temporary folder" -msgstr "Temporary folder missing." +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:604 +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +msgid "Static Graph" +msgstr "Static Graph" -#: ../../include/functions.php:2205 -msgid "Failed to write file to disk" -msgstr "Failed to write file to disk." +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:605 +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +msgid "Percentile Item" +msgstr "Percentile Item" -#: ../../include/functions.php:2208 -msgid "File upload stopped by extension" -msgstr "File upload stopped by extension." +#: ../../include/functions_visual_map_editor.php:57 +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +msgid "Simple value" +msgstr "Simple value" -#: ../../include/functions.php:2212 -msgid "Unknown upload error" -msgstr "Unknown upload error." +#: ../../include/functions_visual_map_editor.php:57 +msgid "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." +msgstr "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." -#: ../../include/functions.php:2297 -msgid "No data found to export" -msgstr "No data found to export" +#: ../../include/functions_visual_map_editor.php:84 +#: ../../include/functions_visual_map_editor.php:386 +#: ../../godmode/setup/gis_step_2.php:257 +#: ../../godmode/events/event_responses.editor.php:104 +#: ../../godmode/reporting/visual_console_builder.wizard.php:134 +#: ../../godmode/reporting/graph_builder.main.php:137 +msgid "Width" +msgstr "Width" -#: ../../include/functions.php:2315 -msgid "Source ID" -msgstr "Source ID" +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "Border colour" -#: ../../include/functions.php:2583 -#: ../../operation/gis_maps/render_view.php:135 -msgid "5 seconds" -msgstr "5 seconds" +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "Outline width" -#: ../../include/functions.php:2584 -#: ../../operation/gis_maps/render_view.php:136 -msgid "10 seconds" -msgstr "10 seconds" +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "Fill color" -#: ../../include/functions.php:2585 -msgid "15 seconds" -msgstr "15 seconds" +#: ../../include/functions_visual_map_editor.php:218 +msgid "Enable link" +msgstr "Enable link" -#: ../../include/functions.php:2586 -#: ../../operation/gis_maps/render_view.php:137 -msgid "30 seconds" -msgstr "30 seconds" +#: ../../include/functions_visual_map_editor.php:237 +#: ../../godmode/reporting/visual_console_builder.data.php:144 +msgid "Background color" +msgstr "Background colour" -#: ../../include/functions.php:2590 -msgid "15 minutes" -msgstr "15 minutes" +#: ../../include/functions_visual_map_editor.php:239 +msgid "White" +msgstr "White" -#: ../../include/functions_reports.php:498 -#: ../../include/functions_reports.php:500 -#: ../../include/functions_reports.php:504 -#: ../../include/functions_reports.php:506 -#: ../../include/functions_reports.php:510 -#: ../../include/functions_reports.php:512 -#: ../../include/functions_reports.php:514 -#: ../../include/functions_reports.php:518 -#: ../../include/functions_reports.php:522 -#: ../../include/functions_reports.php:525 -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -#: ../../operation/agentes/ver_agente.php:1058 -#: ../../operation/search_results.php:104 -msgid "Graphs" -msgstr "Graphs" +#: ../../include/functions_visual_map_editor.php:240 +msgid "Black" +msgstr "Black" + +#: ../../include/functions_visual_map_editor.php:241 +msgid "Transparent" +msgstr "Transparent" + +#: ../../include/functions_visual_map_editor.php:254 +#: ../../include/functions_visual_map_editor.php:264 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +#: ../../include/functions_reporting.php:5748 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:380 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1134 +msgid "Custom graph" +msgstr "Custom graph" + +#: ../../include/functions_visual_map_editor.php:322 +#: ../../godmode/reporting/graph_builder.main.php:151 +msgid "Type of graph" +msgstr "Type of graph" + +#: ../../include/functions_visual_map_editor.php:348 +#: ../../godmode/reporting/visual_console_builder.wizard.php:193 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948 +msgid "Process" +msgstr "Process" + +#: ../../include/functions_visual_map_editor.php:350 +#: ../../godmode/reporting/visual_console_builder.wizard.php:196 +msgid "Min value" +msgstr "Min value" + +#: ../../include/functions_visual_map_editor.php:351 +#: ../../include/functions_visual_map_editor.php:393 +#: ../../godmode/reporting/visual_console_builder.wizard.php:197 +#: ../../godmode/reporting/visual_console_builder.wizard.php:210 +msgid "Max value" +msgstr "Max value" + +#: ../../include/functions_visual_map_editor.php:352 +#: ../../godmode/reporting/visual_console_builder.wizard.php:198 +msgid "Avg value" +msgstr "Avg value" + +#: ../../include/functions_visual_map_editor.php:366 +msgid "Original Size" +msgstr "Original Size" + +#: ../../include/functions_visual_map_editor.php:367 +msgid "Apply" +msgstr "Apply" + +#: ../../include/functions_visual_map_editor.php:373 +msgid "Aspect ratio" +msgstr "Aspect ratio" + +#: ../../include/functions_visual_map_editor.php:374 +msgid "Width proportional" +msgstr "Proportional width" + +#: ../../include/functions_visual_map_editor.php:380 +msgid "Height proportional" +msgstr "Proportional Height" + +#: ../../include/functions_visual_map_editor.php:409 +#: ../../include/functions_visual_map_editor.php:428 +#: ../../godmode/reporting/visual_console_builder.wizard.php:230 +msgid "Value to show" +msgstr "Value to show" + +#: ../../include/functions_visual_map_editor.php:438 +#: ../../godmode/reporting/visual_console_builder.wizard.php:185 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.item_editor.php:748 +#: ../../godmode/reporting/graph_builder.main.php:147 +#: ../../godmode/agentes/module_manager_editor_prediction.php:150 +msgid "Period" +msgstr "Periodicity" + +#: ../../include/functions_visual_map_editor.php:497 +#: ../../godmode/snmpconsole/snmp_alert.php:966 +#: ../../godmode/snmpconsole/snmp_alert.php:1148 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +msgid "Position" +msgstr "Position" + +#: ../../include/functions_visual_map_editor.php:510 +msgid "For use the original image file size, set 0 width and 0 height." +msgstr "" +"In order to use the original image's file size, set width and height to 0." + +#: ../../include/functions_visual_map_editor.php:537 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +msgid "Map linked" +msgstr "Map linked" + +#: ../../include/functions_visual_map_editor.php:546 +msgid "Lines haven't advanced options" +msgstr "Lines haven't advanced options" + +#: ../../include/functions_visual_map_editor.php:573 +msgid "Click start point
                of the line" +msgstr "Click the starting point
                of the line" + +#: ../../include/functions_visual_map_editor.php:578 +msgid "Click end point
                of the line" +msgstr "Click end point
                of the line" + +#: ../../include/functions_visual_map_editor.php:626 +msgid "Show grid" +msgstr "Show grid" + +#: ../../include/functions_visual_map_editor.php:628 +msgid "Delete item" +msgstr "Delete item" + +#: ../../include/functions_visual_map_editor.php:629 +msgid "Copy item" +msgstr "Copy item" + +#: ../../include/functions_visual_map_editor.php:657 +msgid "No image or name defined." +msgstr "No image or name defined." + +#: ../../include/functions_visual_map_editor.php:659 +msgid "No label defined." +msgstr "No label defined" + +#: ../../include/functions_visual_map_editor.php:661 +msgid "No image defined." +msgstr "No image defined." + +#: ../../include/functions_visual_map_editor.php:663 +msgid "No process defined." +msgstr "No process defined." + +#: ../../include/functions_visual_map_editor.php:665 +msgid "No Max value defined." +msgstr "No Max value defined." + +#: ../../include/functions_visual_map_editor.php:667 +msgid "No width defined." +msgstr "No width defined." + +#: ../../include/functions_visual_map_editor.php:669 +msgid "No period defined." +msgstr "No period defined." + +#: ../../include/functions_visual_map_editor.php:671 +msgid "No agent defined." +msgstr "No agent defined." + +#: ../../include/functions_visual_map_editor.php:673 +msgid "No module defined." +msgstr "No module defined." + +#: ../../include/functions_visual_map_editor.php:676 +msgid "Successfully save the changes." +msgstr "Changes successfully saved." + +#: ../../include/functions_visual_map_editor.php:678 +msgid "Could not be save" +msgstr "Could not be saved." #: ../../include/functions_reports.php:499 -#: ../../include/functions_reporting.php:5783 -#: ../../include/functions_reporting.php:5905 +#: ../../include/functions_reporting.php:5751 +#: ../../include/functions_reporting.php:5873 msgid "Simple graph" msgstr "Simple graph" #: ../../include/functions_reports.php:501 -#: ../../include/functions_reporting.php:3349 +#: ../../include/functions_reporting.php:3325 msgid "Simple baseline graph" msgstr "Simple baseline graph" @@ -19827,34 +11707,22 @@ msgid "ITIL" msgstr "ITIL" #: ../../include/functions_reports.php:529 -#: ../../include/functions_reporting.php:3723 -#: ../../enterprise/include/functions_reporting_csv.php:618 -#: ../../enterprise/include/functions_reporting_csv.php:635 -#: ../../enterprise/include/functions_reporting_csv.php:642 +#: ../../include/functions_reporting.php:3691 msgid "TTRT" msgstr "TTRT" #: ../../include/functions_reports.php:531 -#: ../../include/functions_reporting.php:3720 -#: ../../enterprise/include/functions_reporting_csv.php:582 -#: ../../enterprise/include/functions_reporting_csv.php:598 -#: ../../enterprise/include/functions_reporting_csv.php:605 +#: ../../include/functions_reporting.php:3688 msgid "TTO" msgstr "TTO" #: ../../include/functions_reports.php:533 -#: ../../include/functions_reporting.php:3717 -#: ../../enterprise/include/functions_reporting_csv.php:546 -#: ../../enterprise/include/functions_reporting_csv.php:562 -#: ../../enterprise/include/functions_reporting_csv.php:569 +#: ../../include/functions_reporting.php:3685 msgid "MTBF" msgstr "MTBF" #: ../../include/functions_reports.php:535 -#: ../../include/functions_reporting.php:3714 -#: ../../enterprise/include/functions_reporting_csv.php:511 -#: ../../enterprise/include/functions_reporting_csv.php:526 -#: ../../enterprise/include/functions_reporting_csv.php:533 +#: ../../include/functions_reporting.php:3682 msgid "MTTR" msgstr "MTTR" @@ -19863,41 +11731,27 @@ msgstr "MTTR" #: ../../include/functions_reports.php:544 #: ../../include/functions_reports.php:546 #: ../../include/functions_reports.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:1320 -#: ../../enterprise/operation/services/services.list.php:343 -#: ../../enterprise/operation/services/services.service.php:141 msgid "SLA" msgstr "SLA" #: ../../include/functions_reports.php:540 -#: ../../include/functions_reporting.php:535 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 -#: ../../enterprise/godmode/services/services.service.php:301 -#: ../../enterprise/include/functions_reporting_csv.php:908 +#: ../../include/functions_reporting.php:530 msgid "S.L.A." msgstr "S.L.A." #: ../../include/functions_reports.php:543 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113 -#: ../../enterprise/include/functions_reporting.php:1613 msgid "Monthly S.L.A." msgstr "Monthly SLA" #: ../../include/functions_reports.php:545 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114 -#: ../../enterprise/include/functions_reporting.php:2338 msgid "Weekly S.L.A." msgstr "Weekly S.L.A." #: ../../include/functions_reports.php:547 -#: ../../enterprise/include/functions_reporting.php:3120 msgid "Hourly S.L.A." msgstr "Hourly S.L.A." #: ../../include/functions_reports.php:551 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:119 -#: ../../enterprise/include/functions_reporting.php:4016 -#: ../../enterprise/include/functions_reporting.php:4480 msgid "Services S.L.A." msgstr "SLA services" @@ -19907,7 +11761,6 @@ msgid "Forecasting" msgstr "Forecasting" #: ../../include/functions_reports.php:557 -#: ../../enterprise/include/functions_reporting_csv.php:316 msgid "Prediction date" msgstr "Prediction date" @@ -19917,10 +11770,28 @@ msgstr "Projection graph" #: ../../include/functions_reports.php:564 #: ../../include/functions_graph.php:704 -#: ../../include/functions_graph.php:3933 +#: ../../include/functions_graph.php:3931 msgid "Avg. Value" msgstr "Avg. Value" +#: ../../include/functions_reports.php:566 +#: ../../include/functions_graph.php:703 +#: ../../include/functions_graph.php:3931 +#: ../../include/functions_reporting.php:3670 +#: ../../godmode/modules/manage_network_components_form_common.php:166 +#: ../../godmode/agentes/module_manager_editor_common.php:423 +msgid "Max. Value" +msgstr "Max. Value" + +#: ../../include/functions_reports.php:568 +#: ../../include/functions_graph.php:705 +#: ../../include/functions_graph.php:3932 +#: ../../include/functions_reporting.php:3673 +#: ../../godmode/modules/manage_network_components_form_common.php:164 +#: ../../godmode/agentes/module_manager_editor_common.php:419 +msgid "Min. Value" +msgstr "Min. Value" + #: ../../include/functions_reports.php:570 msgid "Monitor report" msgstr "Monitor report" @@ -19930,11 +11801,8 @@ msgid "Serialize data" msgstr "Serialise data" #: ../../include/functions_reports.php:574 -#: ../../include/functions_reporting.php:3711 -#: ../../include/functions_reporting.php:5701 -#: ../../enterprise/include/functions_reporting_csv.php:687 -#: ../../enterprise/include/functions_reporting_csv.php:703 -#: ../../enterprise/include/functions_reporting_csv.php:710 +#: ../../include/functions_reporting.php:3679 +#: ../../include/functions_reporting.php:5669 msgid "Summatory" msgstr "Summatory" @@ -19954,19 +11822,20 @@ msgid "Grouped" msgstr "Grouped" #: ../../include/functions_reports.php:583 -#: ../../enterprise/include/functions_reporting_csv.php:469 msgid "Group report" msgstr "Group report" #: ../../include/functions_reports.php:585 -#: ../../include/functions_reporting.php:1727 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../enterprise/include/functions_reporting_csv.php:390 +#: ../../include/functions_reporting.php:1722 msgid "Exception" msgstr "Exception" +#: ../../include/functions_reports.php:592 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1208 +msgid "SQL query" +msgstr "SQL query" + #: ../../include/functions_reports.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 msgid "Top n" msgstr "Top n" @@ -19975,10 +11844,8 @@ msgid "Network interfaces" msgstr "Network interfaces" #: ../../include/functions_reports.php:599 -#: ../../include/functions_reporting.php:4849 -#: ../../include/functions_reporting.php:5092 -#: ../../enterprise/include/functions_reporting.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:248 +#: ../../include/functions_reporting.php:4817 +#: ../../include/functions_reporting.php:5060 msgid "Availability" msgstr "Availability" @@ -19987,6 +11854,13 @@ msgstr "Availability" msgid "Text/HTML " msgstr "Text / HTML " +#: ../../include/functions_reports.php:603 +#: ../../include/functions_reporting.php:3846 ../../godmode/setup/news.php:181 +#: ../../godmode/setup/setup_visuals.php:679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1196 +msgid "Text" +msgstr "Text" + #: ../../include/functions_reports.php:605 msgid "Import text from URL" msgstr "Import text from URL" @@ -20015,20 +11889,44 @@ msgstr "Event report module" msgid "Event report group" msgstr "Event report group" +#: ../../include/functions_reports.php:628 +#: ../../include/functions_reports.php:629 +#: ../../include/functions_reports.php:631 +#: ../../include/functions_reporting.php:1585 +#: ../../godmode/agentes/configurar_agente.php:527 +msgid "Inventory" +msgstr "Inventory" + #: ../../include/functions_reports.php:632 msgid "Inventory changes" msgstr "Inventory changes" +#: ../../include/functions_reports.php:637 +#: ../../include/functions_reports.php:639 ../../godmode/menu.php:131 +#: ../../godmode/setup/setup.php:138 +#: ../../godmode/agentes/planned_downtime.list.php:396 +msgid "Configuration" +msgstr "Configuration" + #: ../../include/functions_reports.php:638 -#: ../../include/functions_reporting.php:3554 +#: ../../include/functions_reporting.php:3522 msgid "Agent configuration" msgstr "Agent configuration" #: ../../include/functions_reports.php:640 -#: ../../include/functions_reporting.php:2529 +#: ../../include/functions_reporting.php:2511 msgid "Group configuration" msgstr "Group settings" +#: ../../include/functions_reports.php:641 +#: ../../include/functions_reports.php:643 +#: ../../include/functions_reports.php:645 +#: ../../include/functions_reports.php:647 +#: ../../include/functions_reports.php:649 ../../godmode/menu.php:264 +#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 +msgid "Netflow" +msgstr "Netflow" + #: ../../include/functions_reports.php:642 msgid "Netflow area chart" msgstr "Netflow area chart" @@ -20050,165 +11948,1191 @@ msgid "Netflow summary table" msgstr "Netflow summary chart" #: ../../include/functions_reports.php:654 -#: ../../enterprise/include/functions_reporting.php:1446 msgid "Log" msgstr "Log" #: ../../include/functions_reports.php:655 -#: ../../enterprise/include/functions_reporting.php:1437 msgid "Log report" msgstr "Log report" -#: ../../include/functions_agents.php:672 +#: ../../include/functions_graph.php:706 +msgid "Units. Value" +msgstr "Unit Value" + +#: ../../include/functions_graph.php:754 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1127 +msgid "Last" +msgstr "Last" + +#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1437 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../include/functions_reporting.php:956 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1288 +msgid "Avg" +msgstr "Avg." + +#: ../../include/functions_graph.php:781 +#: ../../include/functions_graph.php:1753 +#, php-format +msgid "Percentile %dº" +msgstr "Percentile %dº" + +#: ../../include/functions_graph.php:815 +#: ../../include/functions_graph.php:4017 +msgid "Previous" +msgstr "Previous" + +#: ../../include/functions_graph.php:1246 +#, php-format +msgid "%s" +msgstr "%s" + +#: ../../include/functions_graph.php:1753 +msgid " of module " +msgstr " of module " + +#: ../../include/functions_graph.php:2109 +msgid "Not fired alerts" +msgstr "Non-triggered alerts" + +#: ../../include/functions_graph.php:2118 +#: ../../include/functions_graph.php:2198 +#: ../../include/functions_graph.php:2271 +#: ../../include/functions_graph.php:3037 +#: ../../include/functions_graph.php:3473 +#: ../../include/functions_reporting_html.php:2924 +#: ../../include/functions_reporting_html.php:3002 +#: ../../include/functions_reporting.php:1207 +#: ../../include/functions_reporting.php:1360 +#: ../../include/functions_reporting.php:1379 +#: ../../include/functions_reporting.php:1400 +#: ../../include/functions_reporting.php:1421 +#: ../../include/functions_reporting.php:2087 +#: ../../include/functions_reporting.php:2269 +#: ../../include/functions_reporting.php:2290 +#: ../../include/functions_reporting.php:2311 +#: ../../include/functions_reporting.php:6179 +#: ../../include/functions_reporting.php:6199 +#: ../../include/functions_reporting.php:6219 +msgid "other" +msgstr "other" + +#: ../../include/functions_graph.php:2278 +#: ../../include/functions_graph.php:2325 +#: ../../include/graphs/functions_gd.php:165 +#: ../../include/graphs/functions_gd.php:256 +msgid "Out of limits" +msgstr "Out of limits" + +#: ../../include/functions_graph.php:2558 +msgid "Today" +msgstr "Today" + +#: ../../include/functions_graph.php:2559 +msgid "Week" +msgstr "Week" + +#: ../../include/functions_graph.php:2560 ../../include/functions_html.php:863 +msgid "Month" +msgstr "Month" + +#: ../../include/functions_graph.php:2561 +#: ../../include/functions_graph.php:2562 +msgid "Months" +msgstr "Month" + +#: ../../include/functions_graph.php:2584 +msgid "History db" +msgstr "History db" + +#: ../../include/functions_graph.php:2771 +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:54 +msgid "Informative" +msgstr "Informative" + +#: ../../include/functions_graph.php:2772 +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +msgid "Low" +msgstr "Low" + +#: ../../include/functions_graph.php:2773 +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +msgid "Medium" +msgstr "Medium" + +#: ../../include/functions_graph.php:2774 +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +msgid "Serious" +msgstr "Serious" + +#: ../../include/functions_graph.php:2775 +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +msgid "Very serious" +msgstr "Very serious" + +#: ../../include/functions_graph.php:2776 +#: ../../include/functions_graph.php:3276 +#: ../../include/functions_graph.php:3277 +#: ../../include/functions_graph.php:5225 +#: ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:69 +#: ../../include/functions_events.php:1459 ../../include/functions.php:867 +#: ../../include/functions.php:1075 ../../include/functions.php:1108 +msgid "Maintenance" +msgstr "Maintenance" + +#: ../../include/functions_graph.php:2798 +#: ../../include/functions_graph.php:2810 +msgid "Open incident" +msgstr "Open incident" + +#: ../../include/functions_graph.php:2799 +#: ../../include/functions_graph.php:2812 +msgid "Closed incident" +msgstr "Closed incident" + +#: ../../include/functions_graph.php:2800 +#: ../../include/functions_graph.php:2814 +msgid "Outdated" +msgstr "Outdated" + +#: ../../include/functions_graph.php:2801 +#: ../../include/functions_graph.php:2816 +msgid "Invalid" +msgstr "Invalid" + +#: ../../include/functions_graph.php:3147 +#: ../../include/functions_graph.php:3198 +#: ../../include/functions_events.php:1161 +msgid "SYSTEM" +msgstr "SYSTEM" + +#: ../../include/functions_graph.php:3234 +#: ../../godmode/setup/performance.php:149 +msgid "Others" +msgstr "Others" + +#: ../../include/functions_graph.php:3280 +#: ../../include/functions_graph.php:3281 +#: ../../include/functions_graph.php:5228 +#: ../../include/functions_events.php:1462 ../../include/functions.php:870 +#: ../../include/functions.php:1076 ../../include/functions.php:1111 +msgid "Informational" +msgstr "Informative" + +#: ../../include/functions_graph.php:3288 +#: ../../include/functions_graph.php:3289 +#: ../../include/functions_graph.php:5240 ../../include/functions.php:882 +#: ../../include/functions.php:1078 ../../include/functions.php:1123 +msgid "Minor" +msgstr "Minor" + +#: ../../include/functions_graph.php:3296 +#: ../../include/functions_graph.php:3297 +#: ../../include/functions_graph.php:5243 ../../include/functions.php:885 +#: ../../include/functions.php:1080 ../../include/functions.php:1126 +msgid "Major" +msgstr "Major" + +#: ../../include/functions_graph.php:3932 +msgid "Units" +msgstr "Units" + +#: ../../include/functions_graph.php:4320 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_reporting_html.php:3131 +#: ../../include/functions_alerts.php:560 +#: ../../godmode/alerts/configure_alert_template.php:625 +#: ../../godmode/massive/massive_edit_modules.php:381 +#: ../../godmode/massive/massive_edit_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/modules/manage_network_components_form_common.php:122 +#: ../../godmode/modules/manage_network_components_form_common.php:139 +#: ../../godmode/agentes/module_manager_editor_common.php:283 +#: ../../godmode/agentes/module_manager_editor_common.php:304 +msgid "Max." +msgstr "Max." + +#: ../../include/functions_graph.php:4320 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_reporting_html.php:3130 +#: ../../include/functions_alerts.php:561 +#: ../../godmode/alerts/configure_alert_template.php:620 +#: ../../godmode/massive/massive_edit_modules.php:372 +#: ../../godmode/massive/massive_edit_modules.php:418 +#: ../../godmode/massive/massive_edit_modules.php:514 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/modules/manage_network_components_form_common.php:136 +msgid "Min." +msgstr "Min." + +#: ../../include/functions_graph.php:4320 +msgid "Avg." +msgstr "Avg." + +#: ../../include/functions_graph.php:5577 +msgid "Main node" +msgstr "Main node" + +#: ../../include/functions_clippy.php:163 +#: ../../include/functions_clippy.php:168 +msgid "End wizard" +msgstr "End wizard" + +#: ../../include/functions_clippy.php:195 +msgid "Next →" +msgstr "Next →" + +#: ../../include/functions_clippy.php:196 +msgid "← Back" +msgstr "← Back" + +#: ../../include/functions_clippy.php:208 +msgid "Do you want to exit the help tour?" +msgstr "Do you wish to stop the help tour?" + +#: ../../include/functions_treeview.php:54 +msgid "There was a problem loading module" +msgstr "There was a problem loading the module." + +#: ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:104 +#: ../../godmode/massive/massive_edit_modules.php:390 +#: ../../godmode/massive/massive_edit_modules.php:436 +#: ../../godmode/modules/manage_network_components_form_common.php:125 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +#: ../../godmode/agentes/module_manager_editor_common.php:309 +msgid "Str." +msgstr "Str." + +#: ../../include/functions_treeview.php:98 +#: ../../include/functions_alerts.php:564 +#: ../../godmode/massive/massive_edit_modules.php:368 +#: ../../godmode/modules/manage_network_components_form_common.php:118 +#: ../../godmode/agentes/module_manager_editor_common.php:278 +msgid "Warning status" +msgstr "Warning status" + +#: ../../include/functions_treeview.php:110 +#: ../../include/functions_alerts.php:565 +#: ../../godmode/massive/massive_edit_modules.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:135 +#: ../../godmode/agentes/module_manager_editor_common.php:299 +msgid "Critical status" +msgstr "Critical status" + +#: ../../include/functions_treeview.php:294 +#: ../../include/graphs/functions_flot.php:593 +msgid "No data" +msgstr "No data" + +#: ../../include/functions_treeview.php:298 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:3373 +msgid "Last data" +msgstr "Last data" + +#: ../../include/functions_treeview.php:313 +msgid "Go to module edition" +msgstr "Go to module edition" + +#: ../../include/functions_treeview.php:362 +msgid "There was a problem loading alerts" +msgstr "There was a problem loading the alerts" + +#: ../../include/functions_treeview.php:423 +#: ../../include/functions_reporting_html.php:2872 +#: ../../include/functions_reporting_html.php:3100 +#: ../../godmode/snmpconsole/snmp_alert.php:1165 +msgid "Times fired" +msgstr "Times fired" + +#: ../../include/functions_treeview.php:446 +msgid "Go to alerts edition" +msgstr "Go to alerts edition" + +#: ../../include/functions_treeview.php:610 +msgid "Next agent contact" +msgstr "Next agent contact" + +#: ../../include/functions_treeview.php:620 +msgid "Go to agent edition" +msgstr "Go to agent edition" + +#: ../../include/functions_treeview.php:629 +msgid "Agent data" +msgstr "Agent data" + +#: ../../include/functions_treeview.php:702 +msgid "Advanced information" +msgstr "Advanced information" + +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:678 +#: ../../godmode/agentes/planned_downtime.editor.php:212 msgid "" -"There was an error copying the agent configuration, the copy has been " -"cancelled" +"Not created. Error inserting data. Start time must be higher than the " +"current time" msgstr "" -"There was an error copying the agent's configuration, the copy has been " -"cancelled." +"Couldn't be created: error during data insertion. Start time must be higher " +"than the current time." -#: ../../include/functions_agents.php:2203 -#: ../../include/functions_agents.php:2228 -#: ../../include/functions_agents.php:2253 -msgid "No Monitors" -msgstr "No Monitors" +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:682 +#: ../../include/functions_planned_downtimes.php:687 +#: ../../include/functions_planned_downtimes.php:695 +#: ../../include/functions_planned_downtimes.php:702 +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +msgid "Not created. Error inserting data" +msgstr "Not created. Error inserting data" -#: ../../include/functions_agents.php:2207 -#: ../../include/functions_agents.php:2232 -#: ../../include/functions_agents.php:2257 -#: ../../include/functions_reporting.php:7979 -msgid "At least one module in CRITICAL status" -msgstr "At least one module is in CRITICAL status." +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:683 +#: ../../godmode/agentes/planned_downtime.editor.php:215 +msgid "The end date must be higher than the start date" +msgstr "The end date cannot be earlier than the start date" -#: ../../include/functions_agents.php:2211 -#: ../../include/functions_agents.php:2236 -#: ../../include/functions_agents.php:2261 -#: ../../include/functions_reporting.php:7983 -msgid "At least one module in WARNING status" -msgstr "At least one module is in WARNING status" +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:696 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:592 +#: ../../godmode/agentes/planned_downtime.editor.php:600 +msgid "The end time must be higher than the start time" +msgstr "End time must be after start time" -#: ../../include/functions_agents.php:2215 -#: ../../include/functions_agents.php:2240 -#: ../../include/functions_agents.php:2265 -#: ../../include/functions_reporting.php:7987 -msgid "At least one module is in UKNOWN status" -msgstr "At least one module is in UNKNOWN status" +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:703 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:581 +msgid "The end day must be higher than the start day" +msgstr "The end date cannot be earlier than the start date" -#: ../../include/functions_agents.php:2219 -#: ../../include/functions_agents.php:2244 -#: ../../include/functions_agents.php:2269 -#: ../../include/functions_reporting.php:7991 -msgid "All Monitors OK" -msgstr "All monitors are OK" +#: ../../include/functions_planned_downtimes.php:94 +#: ../../include/functions_planned_downtimes.php:717 +#: ../../godmode/agentes/planned_downtime.editor.php:275 +msgid "Each planned downtime must have a different name" +msgstr "Each planned downtime must have a different name" -#: ../../include/functions_servers.php:363 -msgid "Data server" -msgstr "Data server" +#: ../../include/functions_planned_downtimes.php:100 +#: ../../include/functions_planned_downtimes.php:722 +#: ../../godmode/agentes/planned_downtime.editor.php:280 +#: ../../godmode/agentes/planned_downtime.editor.php:307 +msgid "Planned downtime must have a name" +msgstr "Planned downtime must have a name" -#: ../../include/functions_servers.php:368 -msgid "Network server" -msgstr "Network server" +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +#: ../../godmode/snmpconsole/snmp_alert.php:247 +#: ../../godmode/snmpconsole/snmp_filters.php:66 +#: ../../godmode/alerts/alert_special_days.php:148 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:431 +#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:56 +#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41 +#: ../../godmode/users/configure_user.php:236 +#: ../../godmode/users/profile_list.php:241 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/agentes/configurar_agente.php:621 +#: ../../godmode/agentes/planned_downtime.editor.php:365 +msgid "Successfully created" +msgstr "Successfully created" -#: ../../include/functions_servers.php:373 -msgid "SNMP Trap server" -msgstr "SNMP Trap server" +#: ../../include/functions_planned_downtimes.php:560 +msgid "Succesful stopped the Downtime" +msgstr "Downtime has been stopped successfully" -#: ../../include/functions_servers.php:383 -msgid "Plugin server" -msgstr "Plug-in server" +#: ../../include/functions_planned_downtimes.php:561 +msgid "Unsuccesful stopped the Downtime" +msgstr "Downtime could not be stopped successfully" -#: ../../include/functions_servers.php:388 -msgid "Prediction server" -msgstr "Prediction server" +#: ../../include/functions_planned_downtimes.php:660 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "Enabled %s elements from the downtime" -#: ../../include/functions_servers.php:393 -msgid "WMI server" -msgstr "WMI server" +#: ../../include/functions_planned_downtimes.php:688 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +msgid "The end date must be higher than the current time" +msgstr "End date must be after current time" -#: ../../include/functions_servers.php:398 -#: ../../enterprise/godmode/servers/manage_export_form.php:71 -msgid "Export server" -msgstr "Export server" - -#: ../../include/functions_servers.php:403 -msgid "Inventory server" -msgstr "Inventory server" - -#: ../../include/functions_servers.php:408 -msgid "Web server" -msgstr "Web server" - -#: ../../include/functions_servers.php:413 -msgid "Event server" -msgstr "Event server" - -#: ../../include/functions_servers.php:418 -msgid "Enterprise ICMP server" -msgstr "Enterprise ICMP server" - -#: ../../include/functions_servers.php:423 -msgid "Enterprise SNMP server" -msgstr "Enterprise SNMP server" - -#: ../../include/functions_servers.php:428 -msgid "Enterprise Satellite server" -msgstr "Enterprise Satellite server" - -#: ../../include/functions_servers.php:433 -msgid "Enterprise Transactional server" -msgstr "Enterprise Transactional server" - -#: ../../include/functions_servers.php:438 -msgid "Mainframe server" +#: ../../include/functions_planned_downtimes.php:785 +msgid "This planned downtime are executed now. Can't delete in this moment." msgstr "" +"This planned downtime are executed now. It can't be deleted in this moment." -#: ../../include/functions_servers.php:443 -msgid "Sync server" -msgstr "" +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "Deleted this planned downtime successfully." -#: ../../include/functions_alerts.php:401 -#: ../../enterprise/include/functions_policies.php:456 -#: ../../enterprise/include/functions_policies.php:471 -msgid "copy" -msgstr "copy" +#: ../../include/functions_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "Problems for deleted this planned downtime." -#: ../../include/functions_alerts.php:567 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 -msgid "Regular expression" -msgstr "Regular expression" +#: ../../include/functions_incidents.php:88 +#: ../../include/functions_incidents.php:107 +msgid "Active incidents" +msgstr "Active incidents" -#: ../../include/functions_alerts.php:568 -msgid "Max and min" -msgstr "Max and min" +#: ../../include/functions_incidents.php:89 +#: ../../include/functions_incidents.php:110 +msgid "Active incidents, with comments" +msgstr "Active incidents, with comments" -#: ../../include/functions_alerts.php:571 -msgid "Equal to" -msgstr "Equal to" +#: ../../include/functions_incidents.php:90 +#: ../../include/functions_incidents.php:113 +msgid "Rejected incidents" +msgstr "Rejected incidents" -#: ../../include/functions_alerts.php:572 -msgid "Not equal to" -msgstr "Not equal to" +#: ../../include/functions_incidents.php:91 +#: ../../include/functions_incidents.php:116 +msgid "Expired incidents" +msgstr "Expired incidents" -#: ../../include/functions_alerts.php:575 -msgid "Unknown status" -msgstr "Unknown status" +#: ../../include/functions_incidents.php:92 +#: ../../include/functions_incidents.php:119 +msgid "Closed incidents" +msgstr "Closed incidents" -#: ../../include/functions_alerts.php:576 -msgid "On Change" -msgstr "On Change" +#: ../../include/functions_maps.php:34 +#: ../../include/functions_networkmap.php:1641 +#: ../../include/functions_networkmap.php:1720 +msgid "Topology" +msgstr "Topology" + +#: ../../include/functions_maps.php:43 +#: ../../include/functions_reporting.php:619 +#: ../../include/functions_reporting.php:5126 +#: ../../include/functions_networkmap.php:1722 +msgid "Dynamic" +msgstr "Dynamic" + +#: ../../include/functions_menu.php:470 +msgid "Configure user" +msgstr "Configure user" + +#: ../../include/functions_menu.php:471 +msgid "Configure profile" +msgstr "Configure profile" + +#: ../../include/functions_menu.php:473 +#: ../../godmode/servers/manage_recontask_form.php:182 +#: ../../godmode/servers/manage_recontask.php:43 +msgid "Manage recontask" +msgstr "Manage recon task" + +#: ../../include/functions_menu.php:475 +msgid "Module templates management" +msgstr "Module templates management" + +#: ../../include/functions_menu.php:476 +msgid "Inventory modules management" +msgstr "Inventory modules management" + +#: ../../include/functions_menu.php:477 +msgid "Tags management" +msgstr "Tags management" + +#: ../../include/functions_menu.php:479 +#: ../../godmode/users/profile_list.php:308 +msgid "Agents management" +msgstr "Manage agents" + +#: ../../include/functions_menu.php:481 +msgid "View agent" +msgstr "View agent" + +#: ../../include/functions_menu.php:483 +#: ../../godmode/alerts/configure_alert_template.php:63 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +msgid "Configure alert template" +msgstr "Configure alert template" + +#: ../../include/functions_menu.php:485 +msgid "Manage network map" +msgstr "Manage network map" + +#: ../../include/functions_menu.php:486 +#: ../../godmode/users/configure_profile.php:320 +msgid "View visual console" +msgstr "View visual console" + +#: ../../include/functions_menu.php:487 +msgid "Builder visual console" +msgstr "Builder visual console" + +#: ../../include/functions_menu.php:489 +msgid "Administration events" +msgstr "Administration events" + +#: ../../include/functions_menu.php:491 +msgid "View reporting" +msgstr "View reporting" + +#: ../../include/functions_menu.php:492 +msgid "Manage custom graphs" +msgstr "Manage custom graphs" + +#: ../../include/functions_menu.php:493 +msgid "Copy dashboard" +msgstr "Copy dashboard" + +#: ../../include/functions_menu.php:496 +msgid "Manage GIS Maps" +msgstr "Manage GIS Maps" + +#: ../../include/functions_menu.php:498 +msgid "Incidents statistics" +msgstr "Incident statistics" + +#: ../../include/functions_menu.php:499 +msgid "Manage messages" +msgstr "Manage messages" + +#: ../../include/functions_menu.php:501 +msgid "Manage groups" +msgstr "Manage groups" + +#: ../../include/functions_menu.php:502 +msgid "Manage module groups" +msgstr "Manage module groups" + +#: ../../include/functions_menu.php:503 +msgid "Manage custom field" +msgstr "Manage custom fields" + +#: ../../include/functions_menu.php:505 +msgid "Manage alert actions" +msgstr "Manage alert actions" + +#: ../../include/functions_menu.php:506 +msgid "Manage commands" +msgstr "Manage commands" + +#: ../../include/functions_menu.php:507 +msgid "Manage event alerts" +msgstr "Manage event alerts" + +#: ../../include/functions_menu.php:509 +msgid "Manage export targets" +msgstr "Manage export targets" + +#: ../../include/functions_menu.php:511 +msgid "Manage services" +msgstr "Manage services" + +#: ../../include/functions_menu.php:512 ../../godmode/menu.php:170 +msgid "SNMP alerts" +msgstr "SNMP alerts" + +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "SNMP trap editor" + +#: ../../include/functions_menu.php:519 +msgid "Manage incident" +msgstr "Manage incidents" + +#: ../../include/functions_menu.php:521 +#: ../../godmode/users/configure_profile.php:328 +msgid "Manage visual console" +msgstr "Manage visual console" + +#: ../../include/functions_menu.php:571 +msgid "Administration" +msgstr "Administration" -#: ../../include/functions_alerts.php:970 #: ../../include/functions_network_components.php:507 -#: ../../enterprise/include/functions_local_components.php:284 +#: ../../include/functions_alerts.php:961 msgid "Copy of" msgstr "Copy of" -#: ../../include/functions_alerts.php:1394 -msgid "No actions defined" -msgstr "No actions defined" +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "Security error. Please contact your administrator." + +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." +msgstr "" +"The file is missing in the disk's storage. Please contact your administrator." + +#: ../../include/functions_tags.php:602 +msgid "Click here to open a popup window with URL tag" +msgstr "Click here to open a popup window with URL tag" + +#: ../../include/graphs/functions_pchart.php:205 +#: ../../include/graphs/functions_pchart.php:1189 +msgid "Actual" +msgstr "Actual" + +#: ../../include/graphs/export_data.php:71 +#: ../../include/graphs/export_data.php:126 +msgid "An error occured exporting the data" +msgstr "An error occured exporting the data" + +#: ../../include/graphs/export_data.php:76 +msgid "Selected" +msgstr "Selected" + +#: ../../include/graphs/functions_flot.php:251 +msgid "Cancel zoom" +msgstr "Cancel zoom" + +#: ../../include/graphs/functions_flot.php:253 +msgid "Warning and Critical thresholds" +msgstr "Warning and Critical thresholds" + +#: ../../include/graphs/functions_flot.php:256 +msgid "Overview graph" +msgstr "Overview graph" + +#: ../../include/graphs/functions_flot.php:259 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../godmode/agentes/planned_downtime.list.php:508 +msgid "Export to CSV" +msgstr "Export to CSV" + +#: ../../include/functions_users.php:377 +#, php-format +msgid "User %s login at %s" +msgstr "User %s login at %s" + +#: ../../include/functions_users.php:438 +#, php-format +msgid "User %s was deleted in the DB at %s" +msgstr "User %s was deleted in the DB at %s" + +#: ../../include/functions_users.php:443 +#, php-format +msgid "User %s logout at %s" +msgstr "User %s logout at %s" + +#: ../../include/functions_reporting_html.php:63 +#: ../../include/functions_reporting_html.php:3384 +#: ../../godmode/agentes/planned_downtime.editor.php:506 +msgid "From:" +msgstr "From:" + +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:3385 +#: ../../godmode/agentes/planned_downtime.editor.php:517 +msgid "To:" +msgstr "To:" + +#: ../../include/functions_reporting_html.php:93 +msgid "Label: " +msgstr "Label: " + +#: ../../include/functions_reporting_html.php:111 +msgid "Generated" +msgstr "Generated" + +#: ../../include/functions_reporting_html.php:114 +msgid "Report date" +msgstr "Report date" + +#: ../../include/functions_reporting_html.php:398 +msgid "Max/Min Values" +msgstr "Max/Min Values" + +#: ../../include/functions_reporting_html.php:399 +msgid "SLA Limit" +msgstr "SLA Limit" + +#: ../../include/functions_reporting_html.php:400 +msgid "SLA Compliance" +msgstr "SLA Compliance" + +#: ../../include/functions_reporting_html.php:425 +msgid "Global Time" +msgstr "Global Time" + +#: ../../include/functions_reporting_html.php:426 +msgid "Time Total" +msgstr "Time Total" + +#: ../../include/functions_reporting_html.php:427 +msgid "Time Failed" +msgstr "Time Failed" + +#: ../../include/functions_reporting_html.php:428 +#: ../../include/functions_reporting_html.php:2256 +msgid "Time OK" +msgstr "Time OK" + +#: ../../include/functions_reporting_html.php:429 +msgid "Time Unknown" +msgstr "Time Unknown" + +#: ../../include/functions_reporting_html.php:430 +msgid "Time Not Init" +msgstr "Time Not Init" + +#: ../../include/functions_reporting_html.php:431 +msgid "Downtime" +msgstr "Downtime" + +#: ../../include/functions_reporting_html.php:456 +msgid "Checks Time" +msgstr "Checks Time" + +#: ../../include/functions_reporting_html.php:457 +msgid "Checks Total" +msgstr "Checks Total" + +#: ../../include/functions_reporting_html.php:458 +msgid "Checks Failed" +msgstr "Checks Failed" + +#: ../../include/functions_reporting_html.php:459 +#: ../../include/functions_reporting_html.php:2299 +msgid "Checks OK" +msgstr "Checks OK" + +#: ../../include/functions_reporting_html.php:460 +msgid "Checks Unknown" +msgstr "Checks Unknown" + +#: ../../include/functions_reporting_html.php:502 +#: ../../include/functions_reporting_html.php:581 +#: ../../include/functions_config.php:533 +#: ../../include/functions_config.php:1554 +msgid "Fail" +msgstr "Fail" + +#: ../../include/functions_reporting_html.php:685 +#: ../../include/functions_reporting_html.php:2533 +msgid "Unknow" +msgstr "Unknown" + +#: ../../include/functions_reporting_html.php:695 +#: ../../include/functions_reporting_html.php:2543 +msgid "Downtimes" +msgstr "Downtimes" + +#: ../../include/functions_reporting_html.php:700 +#: ../../include/functions_reporting_html.php:2548 +msgid "Ignore time" +msgstr "Ignore time" + +#: ../../include/functions_reporting_html.php:772 +#: ../../include/functions_reporting_html.php:1523 +#: ../../include/functions_reporting_html.php:2449 +#: ../../include/functions_reporting_html.php:2673 +msgid "Min Value" +msgstr "Min Value" + +#: ../../include/functions_reporting_html.php:773 +#: ../../include/functions_reporting_html.php:1524 +#: ../../include/functions_reporting_html.php:2450 +#: ../../include/functions_reporting_html.php:2674 +msgid "Average Value" +msgstr "Average Value" + +#: ../../include/functions_reporting_html.php:774 +#: ../../include/functions_reporting_html.php:1525 +#: ../../include/functions_reporting_html.php:2447 +#: ../../include/functions_reporting_html.php:2676 +msgid "Max Value" +msgstr "Max Value" + +#: ../../include/functions_reporting_html.php:812 +#: ../../include/functions_reporting_html.php:821 +#: ../../include/functions_reporting_html.php:1643 +msgid "Val. by" +msgstr "Value" + +#: ../../include/functions_reporting_html.php:875 +#: ../../include/functions_events.php:2709 +msgid "Pandora System" +msgstr "Pandora System" + +#: ../../include/functions_reporting_html.php:915 +#: ../../include/functions_reporting_html.php:1111 +msgid "Events by agent" +msgstr "Events per agent" + +#: ../../include/functions_reporting_html.php:934 +#: ../../include/functions_reporting_html.php:1130 +msgid "Events by user validator" +msgstr "Events according to validating user" + +#: ../../include/functions_reporting_html.php:953 +#: ../../include/functions_reporting_html.php:1149 +msgid "Events by Severity" +msgstr "Events according to severity" + +#: ../../include/functions_reporting_html.php:972 +#: ../../include/functions_reporting_html.php:1168 +msgid "Events validated vs unvalidated" +msgstr "Validated vs. unvalidated events" + +#: ../../include/functions_reporting_html.php:1022 +#: ../../include/functions_reporting_html.php:1032 +#: ../../include/functions_reporting_html.php:2815 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:905 +#: ../../include/functions_events.php:2338 +#: ../../godmode/events/custom_events.php:71 +#: ../../godmode/events/custom_events.php:153 +msgid "Event name" +msgstr "Event name" + +#: ../../include/functions_reporting_html.php:1228 +msgid "Added" +msgstr "Added" + +#: ../../include/functions_reporting_html.php:1379 +#, php-format +msgid "%s in %s : NORMAL" +msgstr "%s in %s : NORMAL" + +#: ../../include/functions_reporting_html.php:1387 +#, php-format +msgid "%s in %s : CRITICAL" +msgstr "%s in %s : CRITICAL" + +#: ../../include/functions_reporting_html.php:1395 +#, php-format +msgid "%s in %s : WARNING" +msgstr "%s in %s : WARNING" + +#: ../../include/functions_reporting_html.php:1403 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "%s in %s : UNKNOWN" + +#: ../../include/functions_reporting_html.php:1413 +#, php-format +msgid "%s in %s : ALERTS FIRED" +msgstr "%s in %s: ALERTS TRIGGERED" + +#: ../../include/functions_reporting_html.php:1421 +#, php-format +msgid "%s in %s : Not initialize" +msgstr "%s in %s: not initialized" + +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_reporting_html.php:3262 +msgid "Monitors" +msgstr "Monitors" + +#: ../../include/functions_reporting_html.php:1596 +#: ../../godmode/servers/manage_recontask_form.php:255 +msgid "Defined" +msgstr "Defined" + +#: ../../include/functions_reporting_html.php:1611 +#, php-format +msgid "Last %s" +msgstr "Last %s" + +#: ../../include/functions_reporting_html.php:1731 +msgid "Events validated by user" +msgstr "Events validated by user" + +#: ../../include/functions_reporting_html.php:1750 +#: ../../include/functions_reporting_html.php:3551 +msgid "Events by severity" +msgstr "Events by severity" + +#: ../../include/functions_reporting_html.php:1899 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "Interface '%s' throughput graph" + +#: ../../include/functions_reporting_html.php:1902 +msgid "Mac" +msgstr "MAC address" + +#: ../../include/functions_reporting_html.php:1903 +msgid "Actual status" +msgstr "Current status" + +#: ../../include/functions_reporting_html.php:2049 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1334 +msgid "Not OK" +msgstr "Not OK" + +#: ../../include/functions_reporting_html.php:2099 +msgid "Empty modules" +msgstr "Empty modules" + +#: ../../include/functions_reporting_html.php:2106 +msgid "Warning
                Critical" +msgstr "Warning
                Critical" + +#: ../../include/functions_reporting_html.php:2111 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1159 +#: ../../include/functions_netflow.php:1167 +#: ../../include/functions_netflow.php:1190 +#: ../../include/functions_netflow.php:1248 +#: ../../include/functions_netflow.php:1254 +#: ../../include/functions_netflow.php:1286 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/modules/manage_network_components_form_common.php:168 +#: ../../godmode/agentes/module_manager_editor_common.php:366 +msgid "Unit" +msgstr "Unit" + +#: ../../include/functions_reporting_html.php:2254 +msgid "Total time" +msgstr "Total time" + +#: ../../include/functions_reporting_html.php:2255 +msgid "Time failed" +msgstr "Time failed" + +#: ../../include/functions_reporting_html.php:2257 +msgid "Time Uknown" +msgstr "Time Uknown" + +#: ../../include/functions_reporting_html.php:2258 +msgid "Time Not Init Module" +msgstr "Time Not Init Module" + +#: ../../include/functions_reporting_html.php:2259 +msgid "Time Downtime" +msgstr "Time Downtime" + +#: ../../include/functions_reporting_html.php:2260 +msgid "% Ok" +msgstr "% Ok" + +#: ../../include/functions_reporting_html.php:2297 +msgid "Total checks" +msgstr "Total checks" + +#: ../../include/functions_reporting_html.php:2298 +msgid "Checks failed" +msgstr "Checks failed" + +#: ../../include/functions_reporting_html.php:2300 +msgid "Checks Uknown" +msgstr "Checks Unknown" + +#: ../../include/functions_reporting_html.php:2426 +#: ../../include/functions_reporting_html.php:2654 +#: ../../include/functions_reporting.php:997 +#: ../../include/functions_reporting.php:1816 +msgid "There are no Agent/Modules defined" +msgstr "There are no Agent/Modules defined" + +#: ../../include/functions_reporting_html.php:2446 +msgid "Agent max value" +msgstr "Agent max value" + +#: ../../include/functions_reporting_html.php:2448 +msgid "Agent min value" +msgstr "Agent min value" + +#: ../../include/functions_reporting_html.php:2685 +#: ../../include/functions_reporting_html.php:2779 +msgid "Summary" +msgstr "Summary" + +#: ../../include/functions_reporting_html.php:2752 +#: ../../include/functions_reporting.php:6988 +#: ../../include/functions_reporting.php:7010 +msgid "Alert level" +msgstr "Alert level" + +#: ../../include/functions_reporting_html.php:2871 +msgid "Alert description" +msgstr "Alert description" + +#: ../../include/functions_reporting_html.php:2921 +msgid "Alerts not fired" +msgstr "Non-triggered alerts" + +#: ../../include/functions_reporting_html.php:2930 +msgid "Total alerts monitored" +msgstr "Total # of alerts monitored" + +#: ../../include/functions_reporting_html.php:2981 +msgid "Total monitors" +msgstr "Total # of monitors" + +#: ../../include/functions_reporting_html.php:2982 +msgid "Monitors down on period" +msgstr "Monitors down on period" + +#: ../../include/functions_reporting_html.php:2998 +msgid "Monitors OK" +msgstr "Monitors in OK status" + +#: ../../include/functions_reporting_html.php:2999 +msgid "Monitors BAD" +msgstr "Monitors BAD" + +#: ../../include/functions_reporting_html.php:3073 +#, php-format +msgid "Agents in group: %s" +msgstr "Agents in group : %s" + +#: ../../include/functions_reporting_html.php:3166 +msgid "Last failure" +msgstr "Latest failure" + +#: ../../include/functions_reporting_html.php:3230 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:3407 +msgid "Agents warning" +msgstr "Agents in warning status" + +#: ../../include/functions_reporting_html.php:3413 +msgid "Agents ok" +msgstr "Agents in OK status" + +#: ../../include/functions_reporting_html.php:3433 +#: ../../include/functions_reporting_html.php:3442 +msgid "Agents by status" +msgstr "Agents by status" + +#: ../../include/functions_reporting_html.php:3461 +#: ../../include/functions_reporting.php:7229 +msgid "Monitor checks" +msgstr "Monitor checks" + +#: ../../include/functions_reporting_html.php:3466 +#: ../../include/functions_reporting.php:7247 +msgid "Total agents and monitors" +msgstr "Total # of agents and monitors" + +#: ../../include/functions_reporting_html.php:3486 +#: ../../include/functions_reporting_html.php:3495 +msgid "Node overview" +msgstr "Node overview" + +#: ../../include/functions_reporting_html.php:3513 +#: ../../include/functions_reporting_html.php:3530 +msgid "Critical events" +msgstr "Critical events" + +#: ../../include/functions_reporting_html.php:3517 +#: ../../include/functions_reporting_html.php:3534 +msgid "Warning events" +msgstr "Events in Warning status" + +#: ../../include/functions_reporting_html.php:3521 +#: ../../include/functions_reporting_html.php:3538 +msgid "OK events" +msgstr "Events in OK status" + +#: ../../include/functions_reporting_html.php:3525 +#: ../../include/functions_reporting_html.php:3542 +msgid "Unknown events" +msgstr "Events in Unknown status" + +#: ../../include/functions_reporting_html.php:3565 +msgid "Important Events by Criticity" +msgstr "Important Events by Criticity" + +#: ../../include/functions_reporting_html.php:3591 +msgid "Last activity in Pandora FMS console" +msgstr "Latest activity in the Pandora FMS console" + +#: ../../include/functions_reporting_html.php:3667 +msgid "Events info (1hr.)" +msgstr "Event info. (1hr.)" + +#: ../../include/functions_reporting_html.php:3807 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "This SLA has been affected by the following planned downtimes" + +#: ../../include/functions_reporting_html.php:3811 +#: ../../godmode/agentes/planned_downtime.editor.php:493 +#: ../../godmode/agentes/planned_downtime.list.php:395 +msgid "Execution" +msgstr "Execution" + +#: ../../include/functions_reporting_html.php:3812 +msgid "Dates" +msgstr "Dates" + +#: ../../include/functions_reporting_html.php:3853 +msgid "This item is affected by a malformed planned downtime" +msgstr "This item is affected by a erroneous planned downtime" + +#: ../../include/functions_reporting_html.php:3854 +msgid "Go to the planned downtimes section to solve this" +msgstr "Go to the planned downtimes section to solve this" + +#: ../../include/auth/mysql.php:246 +msgid "" +"Problems with configuration permissions. Please contact with Administrator" +msgstr "" +"Problems with configuration permissions. Please contact with Administrator" + +#: ../../include/auth/mysql.php:252 +msgid "Your permissions have changed. Please, login again." +msgstr "Your permissions have changed. Please, login again." + +#: ../../include/auth/mysql.php:265 +msgid "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" +msgstr "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" + +#: ../../include/auth/mysql.php:283 ../../include/auth/mysql.php:331 +msgid "Fail the group synchronizing" +msgstr "Group synchronisation failure" + +#: ../../include/auth/mysql.php:289 ../../include/auth/mysql.php:337 +msgid "Fail the tag synchronizing" +msgstr "Tag synchronisation failure" + +#: ../../include/auth/mysql.php:302 +msgid "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" +msgstr "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" + +#: ../../include/auth/mysql.php:317 +msgid "User not found in database or incorrect password" +msgstr "User not found in database or incorrect password" + +#: ../../include/auth/mysql.php:593 +msgid "Could not changes password on remote pandora" +msgstr "Could not change password for remote pandora" + +#: ../../include/auth/mysql.php:630 +msgid "Your installation of PHP does not support LDAP" +msgstr "Your PHP environment doesn't support LDAP" #: ../../include/functions_api.php:77 msgid "No set or get or help operation." @@ -21106,6 +14030,21 @@ msgstr "User enabled" msgid "Disabled user." msgstr "User disabled." +#: ../../include/functions_api.php:7659 +#: ../../godmode/agentes/configurar_agente.php:1614 +msgid "Save by Pandora Console" +msgstr "Save from Pandora Console" + +#: ../../include/functions_api.php:7660 +#: ../../godmode/agentes/configurar_agente.php:1629 +msgid "Update by Pandora Console" +msgstr "Update from Pandora Console" + +#: ../../include/functions_api.php:7661 +#: ../../godmode/agentes/configurar_agente.php:1642 +msgid "Insert by Pandora Console" +msgstr "Insert from Pandora Console" + #: ../../include/functions_api.php:8268 msgid "Delete user." msgstr "Delete user." @@ -21204,1036 +14143,71 @@ msgstr "Error on deleting the special day. ID doesn't exist." msgid "Error in deletion special day." msgstr "Error deleting the special day." -#: ../../include/functions_snmp.php:67 -msgid "Load Average (Last minute)" -msgstr "Load Average (Last minute)" - -#: ../../include/functions_snmp.php:71 -msgid "Load Average (Last 5 minutes)" -msgstr "Load Average (Last 5 minutes)" - -#: ../../include/functions_snmp.php:75 -msgid "Load Average (Last 15 minutes)" -msgstr "Load Average (Last 15 minutes)" - -#: ../../include/functions_snmp.php:79 -msgid "Total Swap Size configured for the host" -msgstr "Total Swap Size configured for the host" - -#: ../../include/functions_snmp.php:83 -msgid "Available Swap Space on the host" -msgstr "Available Swap Space on the host" - -#: ../../include/functions_snmp.php:87 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Total Real/Physical Memory Size on the host" - -#: ../../include/functions_snmp.php:91 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Available Real/Physical Memory Space on the host" - -#: ../../include/functions_snmp.php:95 -msgid "Total Available Memory on the host" -msgstr "Total Available Memory on the host" - -#: ../../include/functions_snmp.php:99 -msgid "Total Cached Memory" -msgstr "Total Cached Memory" - -#: ../../include/functions_snmp.php:103 -msgid "Total Buffered Memory" -msgstr "Total Buffered Memory" - -#: ../../include/functions_snmp.php:107 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "Amount of memory swapped in from disk (kB/s)" - -#: ../../include/functions_snmp.php:111 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Amount of memory swapped to disk (kB/s)" - -#: ../../include/functions_snmp.php:115 -msgid "Number of blocks sent to a block device" -msgstr "Number of blocks sent to a block device" - -#: ../../include/functions_snmp.php:119 -msgid "Number of blocks received from a block device" -msgstr "Number of blocks received from a block device" - -#: ../../include/functions_snmp.php:123 -msgid "Number of interrupts processed" -msgstr "Number of interrupts processed" - -#: ../../include/functions_snmp.php:127 -msgid "Number of context switches" -msgstr "Number of context switches" - -#: ../../include/functions_snmp.php:131 -msgid "user CPU time" -msgstr "user CPU time" - -#: ../../include/functions_snmp.php:135 -msgid "system CPU time" -msgstr "system CPU time" - -#: ../../include/functions_snmp.php:139 -msgid "idle CPU time" -msgstr "idle CPU time" - -#: ../../include/functions_snmp.php:143 -msgid "system Up time" -msgstr "system Up time" - -#: ../../include/functions_clippy.php:163 -#: ../../include/functions_clippy.php:168 -msgid "End wizard" -msgstr "End wizard" - -#: ../../include/functions_clippy.php:195 -msgid "Next →" -msgstr "Next →" - -#: ../../include/functions_clippy.php:196 -msgid "← Back" -msgstr "← Back" - -#: ../../include/functions_clippy.php:208 -msgid "Do you want to exit the help tour?" -msgstr "Do you wish to stop the help tour?" - -#: ../../include/functions_update_manager.php:202 -msgid "There is a unknown error." -msgstr "There is a unknown error." - -#: ../../include/functions_update_manager.php:316 -#: ../../include/functions_update_manager.php:319 -#: ../../include/functions_update_manager.php:438 -#: ../../include/functions_update_manager.php:442 -#: ../../enterprise/include/functions_update_manager.php:141 -#: ../../enterprise/include/functions_update_manager.php:310 -msgid "Could not connect to internet" -msgstr "Could not obtain an internet connection" - -#: ../../include/functions_update_manager.php:324 -#: ../../include/functions_update_manager.php:327 -#: ../../include/functions_update_manager.php:449 -#: ../../include/functions_update_manager.php:453 -#: ../../enterprise/include/functions_update_manager.php:144 -msgid "Server not found." -msgstr "Server not found." - -#: ../../include/functions_update_manager.php:375 -msgid "Update to the last version" -msgstr "Update to the latest version" - -#: ../../include/functions_update_manager.php:378 -#: ../../enterprise/include/functions_update_manager.php:222 -msgid "There is no update available." -msgstr "There are no updates available" - -#: ../../include/functions_update_manager.php:487 -#: ../../include/functions_update_manager.php:517 -msgid "Remote server error on newsletter request" -msgstr "Remote server error on newsletter request" - -#: ../../include/functions_update_manager.php:495 -msgid "E-mail successfully subscribed to newsletter." -msgstr "E-mail successfully subscribed to newsletter." - -#: ../../include/functions_update_manager.php:497 -msgid "E-mail has already subscribed to newsletter." -msgstr "E-mail has already subscribed to newsletter." - -#: ../../include/functions_update_manager.php:499 -#: ../../include/functions_update_manager.php:539 -msgid "Update manager returns error code: " -msgstr "Update manager returns error code: " - -#: ../../include/functions_update_manager.php:534 -msgid "Pandora successfully subscribed with UID: " -msgstr "Pandora successfully subscribed with UID: " - -#: ../../include/functions_update_manager.php:536 -msgid "Unsuccessful subscription." -msgstr "Unsuccessful subscription." - -#: ../../include/functions_update_manager.php:663 -msgid "Failed extracting the package to temp directory." -msgstr "Failed to extract the package to the temp directory." - -#: ../../include/functions_update_manager.php:702 -msgid "Failed the copying of the files." -msgstr "Failed to copy the files." - -#: ../../include/functions_update_manager.php:718 -msgid "Package extracted successfully." -msgstr "Package extracted successfully." - -#: ../../include/functions_config.php:94 -msgid "Failed updated: User did not login." -msgstr "Update failed : User did not login." - -#: ../../include/functions_config.php:102 -msgid "Failed updated: User is not admin." -msgstr "Update failed: User isn't admin." - -#: ../../include/functions_config.php:140 -msgid "SSL cert path" -msgstr "SSL cert path" - -#: ../../include/functions_config.php:144 -msgid "Use cert." -msgstr "Use cert." - -#: ../../include/functions_config.php:154 -msgid "Enable Integria incidents in Pandora Console" -msgstr "Enable Integria incidents in Pandora Console" - -#: ../../include/functions_config.php:156 -msgid "Integria inventory" -msgstr "Integria inventory" - -#: ../../include/functions_config.php:158 -msgid "Integria API password" -msgstr "Integria API password" - -#: ../../include/functions_config.php:160 -msgid "Integria URL" -msgstr "Integria IMS' URL" - -#: ../../include/functions_config.php:184 -msgid "License information" -msgstr "Licence information" - -#: ../../include/functions_config.php:204 -msgid "Identification_reminder" -msgstr "Identification_reminder" - -#: ../../include/functions_config.php:206 -msgid "Include_agents" -msgstr "Include_agents" - -#: ../../include/functions_config.php:208 -msgid "Audit log directory" -msgstr "Audit log directory" - -#: ../../include/functions_config.php:213 -#: ../../enterprise/godmode/setup/setup.php:30 -msgid "Forward SNMP traps to agent (if exist)" -msgstr "Forward SNMP traps to an agent (if it exists)" - -#: ../../include/functions_config.php:215 -#: ../../enterprise/godmode/setup/setup.php:38 -msgid "Use Enterprise ACL System" -msgstr "Use Enterprise ACL System" - -#: ../../include/functions_config.php:217 -#: ../../enterprise/meta/include/functions_meta.php:348 -msgid "Activate Metaconsole" -msgstr "Activate Metaconsole" - -#: ../../include/functions_config.php:219 -#: ../../enterprise/godmode/setup/setup.php:47 -msgid "Size of collection" -msgstr "Collection size" - -#: ../../include/functions_config.php:221 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:384 -msgid "Events replication" -msgstr "Event replication" - -#: ../../include/functions_config.php:224 -#: ../../enterprise/godmode/setup/setup.php:63 -msgid "Replication interval" -msgstr "Replication interval" - -#: ../../include/functions_config.php:226 -#: ../../enterprise/godmode/setup/setup.php:70 -msgid "Replication limit" -msgstr "Replication limit" - -#: ../../include/functions_config.php:228 -#: ../../enterprise/godmode/setup/setup.php:89 -msgid "Replication mode" -msgstr "Replication mode" - -#: ../../include/functions_config.php:230 -#: ../../enterprise/godmode/setup/setup.php:138 -msgid "Show events list in local console (read only)" -msgstr "Show event list in the local console (read only)" - -#: ../../include/functions_config.php:233 -msgid "Replication DB engine" -msgstr "Replication DB engine" - -#: ../../include/functions_config.php:235 -msgid "Replication DB host" -msgstr "Replication DB host" - -#: ../../include/functions_config.php:237 -msgid "Replication DB database" -msgstr "Replication DB database" - -#: ../../include/functions_config.php:239 -msgid "Replication DB user" -msgstr "Replication DB user" - -#: ../../include/functions_config.php:241 -msgid "Replication DB password" -msgstr "Replication DB password" - -#: ../../include/functions_config.php:243 -msgid "Replication DB port" -msgstr "Replication DB port" - -#: ../../include/functions_config.php:245 -msgid "Metaconsole agent cache" -msgstr "Metaconsole agent cache" - -#: ../../include/functions_config.php:247 -#: ../../enterprise/godmode/setup/setup.php:203 -msgid "Activate Log Collector" -msgstr "Activate Log Collector" - -#: ../../include/functions_config.php:251 -#: ../../enterprise/godmode/setup/setup.php:147 -msgid "Inventory changes blacklist" -msgstr "Inventory change blacklist" - -#: ../../include/functions_config.php:258 -#: ../../enterprise/godmode/setup/setup.php:243 -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/meta/include/functions_meta.php:499 -msgid "Enable password policy" -msgstr "Enable password policy" - -#: ../../include/functions_config.php:261 -#: ../../enterprise/godmode/setup/setup.php:248 -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/meta/include/functions_meta.php:509 -msgid "Min. size password" -msgstr "Min. password size" - -#: ../../include/functions_config.php:263 -#: ../../enterprise/godmode/setup/setup.php:262 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/meta/include/functions_meta.php:539 -msgid "Password expiration" -msgstr "Password expiration" - -#: ../../include/functions_config.php:265 -#: ../../enterprise/godmode/setup/setup.php:266 -#: ../../enterprise/meta/advanced/metasetup.password.php:106 -#: ../../enterprise/meta/include/functions_meta.php:549 -msgid "Force change password on first login" -msgstr "Force password change on first login" - -#: ../../include/functions_config.php:267 -#: ../../enterprise/godmode/setup/setup.php:271 -#: ../../enterprise/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/meta/include/functions_meta.php:559 -msgid "User blocked if login fails" -msgstr "Block user if login fails" - -#: ../../include/functions_config.php:269 -#: ../../enterprise/godmode/setup/setup.php:275 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/meta/include/functions_meta.php:569 -msgid "Number of failed login attempts" -msgstr "Number of failed login attempts" - -#: ../../include/functions_config.php:271 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/meta/include/functions_meta.php:519 -msgid "Password must have numbers" -msgstr "The password must include numbers" - -#: ../../include/functions_config.php:273 -#: ../../enterprise/godmode/setup/setup.php:257 -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/meta/include/functions_meta.php:529 -msgid "Password must have symbols" -msgstr "The password must include symbols." - -#: ../../include/functions_config.php:275 -#: ../../enterprise/godmode/setup/setup.php:280 -#: ../../enterprise/meta/advanced/metasetup.password.php:122 -#: ../../enterprise/meta/include/functions_meta.php:486 -msgid "Apply password policy to admin users" -msgstr "Apply password policy to admin users" - -#: ../../include/functions_config.php:277 -#: ../../enterprise/godmode/setup/setup.php:285 -#: ../../enterprise/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/meta/include/functions_meta.php:579 -msgid "Enable password history" -msgstr "Enable password history" - -#: ../../include/functions_config.php:279 -#: ../../enterprise/godmode/setup/setup.php:290 -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/meta/include/functions_meta.php:589 -msgid "Compare previous password" -msgstr "Compare to previous password" - -#: ../../include/functions_config.php:289 -#: ../../enterprise/godmode/setup/setup_auth.php:52 -#: ../../enterprise/godmode/setup/setup_auth.php:369 -#: ../../enterprise/meta/include/functions_meta.php:632 -msgid "Autocreate profile" -msgstr "Autocreate profile" - -#: ../../include/functions_config.php:291 -#: ../../enterprise/godmode/setup/setup_auth.php:58 -#: ../../enterprise/godmode/setup/setup_auth.php:375 -#: ../../enterprise/meta/include/functions_meta.php:642 -msgid "Autocreate profile group" -msgstr "Autocreate profile group" - -#: ../../include/functions_config.php:293 -#: ../../enterprise/godmode/setup/setup_auth.php:65 -#: ../../enterprise/godmode/setup/setup_auth.php:382 -#: ../../enterprise/meta/include/functions_meta.php:652 -msgid "Autocreate profile tags" -msgstr "Autocreate profile tags" - -#: ../../include/functions_config.php:295 -#: ../../enterprise/godmode/setup/setup_auth.php:491 -#: ../../enterprise/meta/include/functions_meta.php:662 -msgid "Autocreate blacklist" -msgstr "Autocreate blacklist" - -#: ../../include/functions_config.php:298 -#: ../../enterprise/godmode/setup/setup_auth.php:499 -#: ../../enterprise/meta/include/functions_meta.php:694 -msgid "Active directory server" -msgstr "Active directory server" - -#: ../../include/functions_config.php:300 -#: ../../enterprise/godmode/setup/setup_auth.php:505 -#: ../../enterprise/meta/include/functions_meta.php:704 -msgid "Active directory port" -msgstr "Active directory port" - -#: ../../include/functions_config.php:304 -#: ../../enterprise/godmode/setup/setup_auth.php:354 -#: ../../enterprise/meta/include/functions_meta.php:724 -msgid "Advanced Config AD" -msgstr "" - -#: ../../include/functions_config.php:306 -#: ../../enterprise/godmode/setup/setup_auth.php:518 -#: ../../enterprise/meta/include/functions_meta.php:734 -msgid "Domain" -msgstr "Domain" - -#: ../../include/functions_config.php:308 -#: ../../enterprise/godmode/setup/setup_auth.php:416 -#: ../../enterprise/meta/include/functions_meta.php:744 -msgid "Advanced Permisions AD" -msgstr "Advanced Permisions AD" - -#: ../../include/functions_config.php:326 -#: ../../enterprise/godmode/setup/setup_auth.php:254 -msgid "MySQL host" -msgstr "MySQL host" - -#: ../../include/functions_config.php:328 -#: ../../include/functions_config.php:339 -#: ../../include/functions_config.php:349 -#: ../../enterprise/godmode/setup/setup_auth.php:260 -#: ../../enterprise/godmode/setup/setup_auth.php:291 -#: ../../enterprise/godmode/setup/setup_auth.php:322 -#: ../../enterprise/meta/include/functions_meta.php:839 -#: ../../enterprise/meta/include/functions_meta.php:892 -#: ../../enterprise/meta/include/functions_meta.php:945 -msgid "MySQL port" -msgstr "MySQL port" - -#: ../../include/functions_config.php:330 -#: ../../include/functions_config.php:341 -#: ../../include/functions_config.php:351 -#: ../../include/functions_config.php:697 -#: ../../enterprise/godmode/setup/setup_auth.php:266 -#: ../../enterprise/godmode/setup/setup_auth.php:297 -#: ../../enterprise/godmode/setup/setup_auth.php:328 -#: ../../enterprise/godmode/setup/setup_history.php:59 -#: ../../enterprise/meta/include/functions_meta.php:849 -#: ../../enterprise/meta/include/functions_meta.php:902 -#: ../../enterprise/meta/include/functions_meta.php:955 -msgid "Database name" -msgstr "Database name" - -#: ../../include/functions_config.php:337 -#: ../../enterprise/godmode/setup/setup_auth.php:285 -#: ../../enterprise/meta/include/functions_meta.php:882 -msgid "Babel Enterprise host" -msgstr "Babel Enterprise host" - -#: ../../include/functions_config.php:347 -#: ../../enterprise/godmode/setup/setup_auth.php:316 -#: ../../enterprise/meta/include/functions_meta.php:935 -msgid "Integria host" -msgstr "Integria host" - -#: ../../include/functions_config.php:357 -msgid "Saml path" -msgstr "SAML path" - -#: ../../include/functions_config.php:361 -#: ../../enterprise/meta/include/functions_meta.php:682 -msgid "Session timeout" -msgstr "Session timeout" - -#: ../../include/functions_config.php:387 -msgid "Max. days before autodisable deletion" -msgstr "Max. days before autodisable deletion" - -#: ../../include/functions_config.php:389 -msgid "Item limit for realtime reports)" -msgstr "Item limit for realtime reports" - -#: ../../include/functions_config.php:405 -msgid "Big Operatiopn Step to purge old data" -msgstr "Big Operation Step to purge old data" - -#: ../../include/functions_config.php:446 -#: ../../enterprise/meta/advanced/metasetup.visual.php:111 -#: ../../enterprise/meta/include/functions_meta.php:1048 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "Graphic resolution (1-low, 5-high)" - -#: ../../include/functions_config.php:447 -#: ../../include/functions_config.php:1543 -#: ../../include/functions_netflow.php:1640 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Bytes" -msgstr "Bytes" - -#: ../../include/functions_config.php:461 -msgid "Show QR code header" -msgstr "Display QR code in header" - -#: ../../include/functions_config.php:474 -#: ../../enterprise/meta/include/functions_meta.php:1141 -msgid "Custom logo login" -msgstr "Custom logo login" - -#: ../../include/functions_config.php:476 -#: ../../enterprise/meta/include/functions_meta.php:1151 -msgid "Custom splash login" -msgstr "" - -#: ../../include/functions_config.php:478 -#: ../../enterprise/meta/include/functions_meta.php:1161 -msgid "Custom title1 login" -msgstr "" - -#: ../../include/functions_config.php:480 -#: ../../enterprise/meta/include/functions_meta.php:1171 -msgid "Custom title2 login" -msgstr "" - -#: ../../include/functions_config.php:485 -msgid "Custom logo metaconsole" -msgstr "" - -#: ../../include/functions_config.php:487 -msgid "Custom logo login metaconsole" -msgstr "" - -#: ../../include/functions_config.php:489 -msgid "Custom splash login metaconsole" -msgstr "" - -#: ../../include/functions_config.php:491 -msgid "Custom title1 login metaconsole" -msgstr "" - -#: ../../include/functions_config.php:493 -msgid "Custom title2 login metaconsole" -msgstr "" - -#: ../../include/functions_config.php:495 -msgid "Login background metaconsole" -msgstr "" - -#: ../../include/functions_config.php:516 -msgid "Show units in values report" -msgstr "Show units in values report" - -#: ../../include/functions_config.php:522 -msgid "Fixed graph" -msgstr "Fixed graph" - -#: ../../include/functions_config.php:528 -msgid "Paginate module" -msgstr "Paginate module" - -#: ../../include/functions_config.php:540 -msgid "Default type of module charts." -msgstr "Default module chart type" - -#: ../../include/functions_config.php:542 -msgid "Default type of interface charts." -msgstr "Default type of interface charts." - -#: ../../include/functions_config.php:544 -msgid "Default show only average or min and max" -msgstr "Default show only average or min and max" - -#: ../../include/functions_config.php:549 -#: ../../include/functions_config.php:1603 -#: ../../include/functions_reporting_html.php:502 -#: ../../include/functions_reporting_html.php:581 -#: ../../enterprise/include/functions_reporting.php:1276 -#: ../../enterprise/include/functions_reporting.php:1312 -#: ../../enterprise/include/functions_reporting.php:2068 -#: ../../enterprise/include/functions_reporting.php:2104 -#: ../../enterprise/include/functions_reporting.php:2845 -#: ../../enterprise/include/functions_reporting.php:2881 -#: ../../enterprise/include/functions_reporting.php:4452 -#: ../../enterprise/include/functions_reporting.php:4786 -#: ../../enterprise/include/functions_reporting_csv.php:967 -#: ../../enterprise/include/functions_reporting_csv.php:1014 -#: ../../enterprise/include/functions_reporting_pdf.php:1328 -#: ../../enterprise/include/functions_reporting_pdf.php:1409 -#: ../../enterprise/include/functions_reporting_pdf.php:1629 -#: ../../enterprise/include/functions_reporting_pdf.php:1665 -#: ../../enterprise/include/functions_reporting_pdf.php:2068 -msgid "Fail" -msgstr "Fail" - -#: ../../include/functions_config.php:553 -msgid "Display lateral menus with left click" -msgstr "Display lateral menus with left click" - -#: ../../include/functions_config.php:559 -msgid "Service item padding size" -msgstr "Service item padding size" - -#: ../../include/functions_config.php:562 -msgid "Default percentil" -msgstr "Default percentile" - -#: ../../include/functions_config.php:582 -msgid "Add the custom post process" -msgstr "Add the custom post process" - -#: ../../include/functions_config.php:589 -msgid "Delete the custom post process" -msgstr "Delete the custom post process" - -#: ../../include/functions_config.php:638 -msgid "Custom report info" -msgstr "Custom report info" - -#: ../../include/functions_config.php:685 -#: ../../enterprise/godmode/setup/setup_log_collector.php:47 -msgid "Log max lifetime" -msgstr "Max. log lifespan" - -#: ../../include/functions_config.php:689 -#: ../../enterprise/godmode/setup/setup_history.php:45 -msgid "Enable history database" -msgstr "Enable historic database" - -#: ../../include/functions_config.php:691 -msgid "Enable history event" -msgstr "Enable history event" - -#: ../../include/functions_config.php:693 -#: ../../enterprise/godmode/setup/setup_history.php:53 -msgid "Host" -msgstr "Host" - -#: ../../include/functions_config.php:699 -#: ../../enterprise/godmode/setup/setup_history.php:62 -msgid "Database user" -msgstr "Database user" - -#: ../../include/functions_config.php:701 -#: ../../enterprise/godmode/setup/setup_history.php:65 -msgid "Database password" -msgstr "Database password" - -#: ../../include/functions_config.php:705 -msgid "Event Days" -msgstr "Event Days" - -#: ../../include/functions_config.php:709 -#: ../../enterprise/godmode/setup/setup_history.php:74 -msgid "Delay" -msgstr "Delay" - -#: ../../include/functions_config.php:715 -msgid "eHorus user" -msgstr "eHorus user" - -#: ../../include/functions_config.php:717 -msgid "eHorus password" -msgstr "eHorus password" - -#: ../../include/functions_config.php:719 -msgid "eHorus API hostname" -msgstr "eHorus API hostname" - -#: ../../include/functions_config.php:721 -msgid "eHorus API port" -msgstr "eHorus API port" - -#: ../../include/functions_config.php:723 -msgid "eHorus request timeout" -msgstr "eHorus request timeout" - -#: ../../include/functions_config.php:725 -msgid "eHorus id custom field" -msgstr "eHorus id custom field" - -#: ../../include/functions_config.php:737 -#, php-format -msgid "Failed updated: the next values cannot update: %s" -msgstr "Updated failed. The following values could not be updated: %s" - -#: ../../include/functions_config.php:1140 -#: ../../enterprise/meta/general/login_page.php:133 -msgid "PANDORA FMS NEXT GENERATION" -msgstr "" - -#: ../../include/functions_config.php:1144 -#: ../../enterprise/meta/general/login_page.php:141 -msgid "METACONSOLE" -msgstr "" - -#: ../../include/functions_config.php:1745 -msgid "" -"Click here to start the " -"registration process" -msgstr "" -"Click here to start the " -"registration process" - -#: ../../include/functions_config.php:1746 -msgid "This instance is not registered in the Update manager" -msgstr "This instance is not registered in the Update manager" - -#: ../../include/functions_config.php:1753 -msgid "" -"Click here to start the " -"newsletter subscription process" -msgstr "" -"Click here to start the " -"newsletter subscription process" - -#: ../../include/functions_config.php:1754 -msgid "Not subscribed to the newsletter" -msgstr "Not subscribed to the newsletter" - -#: ../../include/functions_config.php:1765 -msgid "Default password for \"Admin\" user has not been changed." -msgstr "The default password for the \"Admin\" user hasn't been changed." - -#: ../../include/functions_config.php:1766 -msgid "" -"Please change the default password because is a common vulnerability " -"reported." -msgstr "" -"Please change the default password. It's a commonly reported security issue " -"to not do so." - -#: ../../include/functions_config.php:1772 -msgid "You can not get updates until you renew the license." -msgstr "You cannot obtain updates until you renew the license." - -#: ../../include/functions_config.php:1773 -msgid "This license has expired." -msgstr "This license has expired." - -#: ../../include/functions_config.php:1778 -msgid "" -"Please check that the web server has write rights on the " -"{HOMEDIR}/attachment directory" -msgstr "" -"Please check that the webserver has writing permission over the " -"{HOMEDIR}/attachment directory" - -#: ../../include/functions_config.php:1791 -msgid "Remote configuration directory is not readble for the console" -msgstr "Remote configuration directory is unreadable for the console." - -#: ../../include/functions_config.php:1797 -#: ../../include/functions_config.php:1804 -msgid "Remote configuration directory is not writtable for the console" -msgstr "Remote configuration directory is not writtable by the console" - -#: ../../include/functions_config.php:1815 -msgid "" -"There are too much files in attachment directory. This is not fatal, but you " -"should consider cleaning up your attachment directory manually" -msgstr "" -"there are too many files in the attachment directory. This is not a fatal " -"issue, but you should consider cleaning your attachment directory manually." - -#: ../../include/functions_config.php:1815 -msgid "files" -msgstr "files" - -#: ../../include/functions_config.php:1816 -msgid "Too much files in your tempora/attachment directory" -msgstr "Too many files in your temporary/attachment directory" - -#: ../../include/functions_config.php:1833 -msgid "" -"Your database is not well maintained. Seems that it have more than 48hr " -"without a proper maintance. Please review Pandora FMS documentation about " -"how to execute this maintance process (pandora_db.pl) and enable it as soon " -"as possible" -msgstr "" -"Your database is not maintained correctly. It seems that more than 48hrs " -"have passed without proper maintenance. Please review Pandora FMS' documents " -"on how to perform this maintenance process (pandora_db.pl) and enable it as " -"soon as possible." - -#: ../../include/functions_config.php:1834 -msgid "Database maintance problem" -msgstr "Database maintenance issue." - -#: ../../include/functions_config.php:1840 -msgid "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" -msgstr "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" - -#: ../../include/functions_config.php:1841 -msgid "Default font doesnt exist" -msgstr "The default font doesn't exist." - -#: ../../include/functions_config.php:1846 -msgid "You need to restart server after altering this configuration setting." -msgstr "" -"You'll need to restart the server after modifying this configuration setting." - -#: ../../include/functions_config.php:1847 -msgid "" -"Event storm protection is activated. No events will be generated during this " -"mode." -msgstr "" -"Event storm protection is activated. No events will be generated during this " -"mode." - -#: ../../include/functions_config.php:1854 -msgid "" -"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " -"developer mode and should be disabled in a production system. This value is " -"written in the main index.php file" -msgstr "" -"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " -"developer mode and should be disabled in a production system. This value is " -"written in the main index.php file" - -#: ../../include/functions_config.php:1855 -msgid "Developer mode is enabled" -msgstr "Developer mode enabled" - -#: ../../include/functions_config.php:1864 -msgid "Error first setup Open update" -msgstr "Error on first setup open update" - -#: ../../include/functions_config.php:1870 -msgid "" -"There is a new update available. Please go to Administration:Setup:Update Manager for more details." -msgstr "" -"There is a new update available. Please go to Administration:Setup:Update Manager for more details." - -#: ../../include/functions_config.php:1871 -msgid "New update of Pandora Console" -msgstr "New Pandora Console update" - -#: ../../include/functions_config.php:1885 -msgid "" -"To disable, change it on your PHP configuration file (php.ini) and put " -"safe_mode = Off (Dont forget restart apache process after changes)" -msgstr "" -"In order to disable it, please go to your PHP configuration file (php.ini) " -"and set the 'safe_mode' option to 'Off'. Please don't forget to restart the " -"apache process after the changes are complete." - -#: ../../include/functions_config.php:1886 -msgid "PHP safe mode is enabled. Some features may not properly work." -msgstr "PHP safe mode is enabled. Some features may not work properly." - -#: ../../include/functions_config.php:1891 -#, php-format -msgid "Recommended value is %s" -msgstr "The recommended value is %s" - -#: ../../include/functions_config.php:1891 -#: ../../include/functions_config.php:1897 -msgid "Unlimited" -msgstr "Unlimited" - -#: ../../include/functions_config.php:1891 -#: ../../include/functions_config.php:1897 -#: ../../include/functions_config.php:1905 -#: ../../include/functions_config.php:1920 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Dont forget restart apache process after changes)" -msgstr "" -"Please, change this in your PHP configuration file (php.ini) or contact your " -"administrator (remember to restart the Apache process after performing " -"changes)" - -#: ../../include/functions_config.php:1892 -#: ../../include/functions_config.php:1898 -#: ../../include/functions_config.php:1906 -#: ../../include/functions_config.php:1914 -#, php-format -msgid "Not recommended '%s' value in PHP configuration" -msgstr "Not recommended '%s' value in PHP configuration" - -#: ../../include/functions_config.php:1897 -#: ../../include/functions_config.php:1905 -#: ../../include/functions_config.php:1913 -#, php-format -msgid "Recommended value is: %s" -msgstr "The recommended value is: %s" - -#: ../../include/functions_config.php:1905 -#: ../../include/functions_config.php:1913 -#, php-format -msgid "%s or greater" -msgstr "%s or greater" - -#: ../../include/functions_config.php:1913 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator" -msgstr "" -"Please, change it in your PHP configuration file (php.ini) or contact the " -"administrator" - -#: ../../include/functions_config.php:1919 -msgid "" -"Variable disable_functions containts functions system() or exec(), in PHP " -"configuration file (php.ini)" -msgstr "" -"The variable disable_functions contains the system () or exec () functions " -"in the PHP configuration file (php.ini)" - -#: ../../include/functions_config.php:1920 -msgid "Problems with disable functions in PHP.INI" -msgstr "Problems with disable functions in PHP.INI" - -#: ../../include/functions_users.php:377 -#, php-format -msgid "User %s login at %s" -msgstr "User %s login at %s" - -#: ../../include/functions_users.php:438 -#, php-format -msgid "User %s was deleted in the DB at %s" -msgstr "User %s was deleted in the DB at %s" - -#: ../../include/functions_users.php:443 -#, php-format -msgid "User %s logout at %s" -msgstr "User %s logout at %s" - -#: ../../include/functions_db.php:75 -#, php-format -msgid "Error connecting to database %s at %s." -msgstr "Error on connecting to database %s at %s." - -#: ../../include/functions_db.php:1515 -msgid "SQL sentence" -msgstr "SQL sentence" - -#: ../../include/functions_db.php:1517 -msgid "Rows" -msgstr "Rows" - -#: ../../include/functions_db.php:1518 -msgid "Saved" -msgstr "Saved" - -#: ../../include/functions_db.php:1519 -msgid "Time (ms)" -msgstr "Time (ms)" - -#: ../../include/functions_visual_map.php:1150 -msgid "Last value: " -msgstr "Last value: " - -#: ../../include/functions_visual_map.php:1723 -msgid "Agent successfully added to layout" -msgstr "Agent successfully added to the layout." - -#: ../../include/functions_visual_map.php:1870 -msgid "Modules successfully added to layout" -msgstr "Modules successfully added to the layout." - -#: ../../include/functions_visual_map.php:2067 -msgid "Agents successfully added to layout" -msgstr "Agents successfully added to the layout." - -#: ../../include/functions_visual_map.php:2408 -msgid "Cannot load the visualmap" -msgstr "Cannot load the visual map." - -#: ../../include/functions_visual_map.php:2744 -msgid "Percentile bar" -msgstr "Percentile bar" - -#: ../../include/functions_visual_map.php:2748 -msgid "Static graph" -msgstr "Static graph" - -#: ../../include/functions_events.php:865 -#: ../../include/functions_events.php:869 -#: ../../include/functions_reporting.php:1332 -#: ../../include/functions_reporting.php:1500 -#: ../../include/functions_reporting_html.php:3779 -#: ../../mobile/operation/events.php:790 -#: ../../operation/events/events.build_table.php:118 -#: ../../operation/events/events.build_table.php:787 -msgid "No events" -msgstr "No events" - -#: ../../include/functions_events.php:880 -#: ../../operation/agentes/tactical.php:188 -msgid "Latest events" -msgstr "Latest events" +#: ../../include/functions_alerts.php:392 +msgid "copy" +msgstr "copy" + +#: ../../include/functions_alerts.php:558 +msgid "Regular expression" +msgstr "Regular expression" + +#: ../../include/functions_alerts.php:559 +msgid "Max and min" +msgstr "Max and min" + +#: ../../include/functions_alerts.php:562 +msgid "Equal to" +msgstr "Equal to" + +#: ../../include/functions_alerts.php:563 +msgid "Not equal to" +msgstr "Not equal to" + +#: ../../include/functions_alerts.php:566 +msgid "Unknown status" +msgstr "Unknown status" + +#: ../../include/functions_alerts.php:567 +msgid "On Change" +msgstr "On Change" + +#: ../../include/functions_alerts.php:568 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../godmode/alerts/alert_list.list.php:524 +msgid "Always" +msgstr "Always" + +#: ../../include/functions_alerts.php:1385 +msgid "No actions defined" +msgstr "No actions defined" + +#: ../../include/functions_events.php:34 +#: ../../include/functions_events.php:1581 +#: ../../godmode/events/custom_events.php:68 +#: ../../godmode/events/custom_events.php:152 +msgid "Event id" +msgstr "Choose between the users who have validated an event." + +#: ../../include/functions_events.php:42 +#: ../../godmode/events/custom_events.php:92 +#: ../../godmode/events/custom_events.php:160 +msgid "Agent module" +msgstr "Agent module" + +#: ../../include/functions_events.php:48 +#: ../../include/functions_events.php:2251 +#: ../../godmode/events/custom_events.php:110 +#: ../../godmode/events/custom_events.php:166 +msgid "Extra id" +msgstr "Extra ID" + +#: ../../include/functions_events.php:52 +#: ../../godmode/events/custom_events.php:122 +#: ../../godmode/events/custom_events.php:170 +msgid "Server name" +msgstr "Server name" #: ../../include/functions_events.php:895 -#: ../../include/functions_events.php:1505 -#: ../../include/functions_events.php:1719 -#: ../../include/functions_events.php:1725 -#: ../../include/functions_events.php:1729 -#: ../../include/functions_events.php:1734 -#: ../../include/functions_events.php:3151 -#: ../../include/functions_events.php:3159 -#: ../../include/functions_graph.php:3024 -#: ../../operation/snmpconsole/snmp_view.php:408 -#: ../../operation/snmpconsole/snmp_view.php:664 -#: ../../operation/snmpconsole/snmp_view.php:915 -msgid "Validated" -msgstr "Validated" - -#: ../../include/functions_events.php:895 -#: ../../enterprise/operation/agentes/policy_view.php:51 msgid "V." msgstr "V." @@ -22241,22 +14215,15 @@ msgstr "V." msgid "Events -by module-" msgstr "Events -by module-" -#: ../../include/functions_events.php:1025 -#: ../../operation/agentes/tactical.php:203 -#: ../../operation/events/event_statistics.php:37 -msgid "Event graph" -msgstr "Event graph" - -#: ../../include/functions_events.php:1030 -#: ../../operation/agentes/tactical.php:209 -#: ../../operation/events/event_statistics.php:57 -msgid "Event graph by agent" -msgstr "Event graph by agent" - #: ../../include/functions_events.php:1135 msgid "Going to unknown" msgstr "Going to unknown" +#: ../../include/functions_events.php:1138 +#: ../../include/functions_events.php:1407 ../../include/functions.php:1036 +msgid "Alert recovered" +msgstr "Alert recovered" + #: ../../include/functions_events.php:1141 msgid "Alert manually validated" msgstr "Alert manually validated" @@ -22277,12 +14244,6 @@ msgstr "Going up to normal status" msgid "Going down from normal to warning" msgstr "Falling from normal to warning status" -#: ../../include/functions_events.php:1161 -#: ../../include/functions_graph.php:3149 -#: ../../include/functions_graph.php:3200 -msgid "SYSTEM" -msgstr "SYSTEM" - #: ../../include/functions_events.php:1164 msgid "Recon server detected a new host" msgstr "Recon server detected a new host" @@ -22291,14 +14252,43 @@ msgstr "Recon server detected a new host" msgid "New agent created" msgstr "New agent created" +#: ../../include/functions_events.php:1170 +#: ../../include/functions_events.php:1425 ../../include/functions.php:1044 +msgid "Configuration change" +msgstr "Configuration change" + +#: ../../include/functions_events.php:1173 +#: ../../include/functions_events.php:1410 ../../include/functions.php:1037 +msgid "Alert ceased" +msgstr "Alert ceased" + #: ../../include/functions_events.php:1180 msgid "Unknown type:" msgstr "Unknown status:" +#: ../../include/functions_events.php:1395 ../../include/functions.php:1029 +msgid "Monitor Critical" +msgstr "Monitor in critical status" + +#: ../../include/functions_events.php:1398 ../../include/functions.php:1030 +msgid "Monitor Warning" +msgstr "Monitor in warning status" + +#: ../../include/functions_events.php:1401 ../../include/functions.php:1031 +msgid "Monitor Normal" +msgstr "Monitor in normal status" + +#: ../../include/functions_events.php:1413 ../../include/functions.php:1038 +msgid "Alert manual validation" +msgstr "Manual alert validation" + +#: ../../include/functions_events.php:1416 ../../include/functions.php:1041 +msgid "Recon host detected" +msgstr "Recon host detected" + #: ../../include/functions_events.php:1496 #: ../../include/functions_events.php:1503 #: ../../include/functions_events.php:1523 -#: ../../enterprise/dashboard/widgets/events_list.php:47 msgid "All event" msgstr "All events" @@ -22309,7 +14299,6 @@ msgstr "Only new events" #: ../../include/functions_events.php:1498 #: ../../include/functions_events.php:1529 -#: ../../enterprise/dashboard/widgets/events_list.php:48 msgid "Only validated" msgstr "Only validated events" @@ -22325,7 +14314,6 @@ msgstr "Only not validated" #: ../../include/functions_events.php:1504 #: ../../include/functions_events.php:1719 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 msgid "New" msgstr "New" @@ -22364,17 +14352,15 @@ msgstr "Change status" msgid "Add comment" msgstr "Add comment" -#: ../../include/functions_events.php:1759 -#: ../../include/functions_events.php:1761 -#: ../../include/functions_events.php:4033 -#: ../../operation/events/events.build_table.php:687 -msgid "Delete event" -msgstr "Delete event" - #: ../../include/functions_events.php:1771 msgid "Custom responses" msgstr "Custom responses" +#: ../../include/functions_events.php:1817 +#: ../../godmode/events/event_responses.editor.php:111 +msgid "Parameters" +msgstr "Parameters" + #: ../../include/functions_events.php:1973 msgid "There was an error connecting to the node" msgstr "There was an error connecting to the node" @@ -22383,12 +14369,6 @@ msgstr "There was an error connecting to the node" msgid "Agent details" msgstr "Agent details" -#: ../../include/functions_events.php:2043 -#: ../../operation/agentes/ver_agente.php:697 -#: ../../enterprise/operation/agentes/ver_agente.php:76 -msgid "Last remote contact" -msgstr "Last remote contact" - #: ../../include/functions_events.php:2049 msgid "View custom fields" msgstr "View custom fields" @@ -22401,6 +14381,12 @@ msgstr "Module details" msgid "No assigned" msgstr "Not assigned" +#: ../../include/functions_events.php:2140 +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +msgid "Alert details" +msgstr "Alert details" + #: ../../include/functions_events.php:2151 #: ../../include/functions_events.php:2155 msgid "Go to data overview" @@ -22411,13 +14397,6 @@ msgstr "Go to data overview" msgid "Invalid custom data: %s" msgstr "Invalid custom data : %s" -#: ../../include/functions_events.php:2333 -#: ../../include/functions_events.php:3525 -#: ../../mobile/operation/events.php:469 -#: ../../operation/events/events.build_table.php:149 -msgid "Event ID" -msgstr "Event ID" - #: ../../include/functions_events.php:2345 msgid "First event" msgstr "First event" @@ -22426,11 +14405,6 @@ msgstr "First event" msgid "Last event" msgstr "Last event" -#: ../../include/functions_events.php:2421 -#: ../../mobile/operation/events.php:497 -msgid "Acknowledged by" -msgstr "Acknowledged by" - #: ../../include/functions_events.php:2459 msgid "ID extra" msgstr "Extra ID" @@ -22440,1246 +14414,6 @@ msgstr "Extra ID" msgid "There are no comments" msgstr "There are no comments." -#: ../../include/functions_events.php:2709 -#: ../../include/functions_reporting_html.php:875 -msgid "Pandora System" -msgstr "Pandora System" - -#: ../../include/functions_events.php:3154 -#: ../../include/functions_events.php:3159 -#: ../../operation/snmpconsole/snmp_view.php:407 -#: ../../operation/snmpconsole/snmp_view.php:660 -#: ../../operation/snmpconsole/snmp_view.php:918 -msgid "Not validated" -msgstr "Unvalidated" - -#: ../../include/functions_events.php:3530 -#: ../../mobile/operation/events.php:108 -#: ../../operation/events/events.build_table.php:155 -msgid "Event Name" -msgstr "Event Name" - -#: ../../include/functions_events.php:3568 -#: ../../operation/events/events.build_table.php:198 -msgid "Agent Module" -msgstr "Agent Module" - -#: ../../include/functions_events.php:3599 -#: ../../operation/events/events.build_table.php:235 -msgid "Extra ID" -msgstr "Extra ID" - -#: ../../include/functions_events.php:4023 -#: ../../operation/events/events.build_table.php:677 -msgid "Validate event" -msgstr "Validate event" - -#: ../../include/functions_events.php:4038 -#: ../../operation/events/events.build_table.php:692 -#: ../../operation/events/events.php:780 ../../operation/events/events.php:784 -#: ../../operation/events/events.php:954 ../../operation/events/events.php:958 -msgid "Is not allowed delete events in process" -msgstr "You cannot delete events in process." - -#: ../../include/functions_events.php:4046 -#: ../../operation/events/events.build_table.php:700 -#: ../../operation/snmpconsole/snmp_view.php:760 -msgid "Show more" -msgstr "Show more" - -#: ../../include/functions_visual_map_editor.php:57 -msgid "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." -msgstr "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." - -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "Border color" - -#: ../../include/functions_visual_map_editor.php:131 -msgid "Border width" -msgstr "Outline width" - -#: ../../include/functions_visual_map_editor.php:140 -msgid "Fill color" -msgstr "Fill color" - -#: ../../include/functions_visual_map_editor.php:218 -msgid "Enable link" -msgstr "Enable link" - -#: ../../include/functions_visual_map_editor.php:239 -msgid "White" -msgstr "White" - -#: ../../include/functions_visual_map_editor.php:240 -msgid "Black" -msgstr "Black" - -#: ../../include/functions_visual_map_editor.php:241 -msgid "Transparent" -msgstr "Transparent" - -#: ../../include/functions_visual_map_editor.php:366 -msgid "Original Size" -msgstr "Original Size" - -#: ../../include/functions_visual_map_editor.php:373 -msgid "Aspect ratio" -msgstr "Aspect ratio" - -#: ../../include/functions_visual_map_editor.php:374 -msgid "Width proportional" -msgstr "Proportional width" - -#: ../../include/functions_visual_map_editor.php:380 -msgid "Height proportional" -msgstr "Proportional Height" - -#: ../../include/functions_visual_map_editor.php:513 -msgid "For use the original image file size, set 0 width and 0 height." -msgstr "" -"In order to use the original image's file size, set width and height to 0." - -#: ../../include/functions_visual_map_editor.php:549 -msgid "Lines haven't advanced options" -msgstr "Lines haven't advanced options" - -#: ../../include/functions_visual_map_editor.php:576 -msgid "Click start point
                of the line" -msgstr "Click the starting point
                of the line" - -#: ../../include/functions_visual_map_editor.php:581 -msgid "Click end point
                of the line" -msgstr "Click end point
                of the line" - -#: ../../include/functions_visual_map_editor.php:672 -msgid "Show grid" -msgstr "Show grid" - -#: ../../include/functions_visual_map_editor.php:674 -msgid "Delete item" -msgstr "Delete item" - -#: ../../include/functions_visual_map_editor.php:675 -msgid "Copy item" -msgstr "Copy item" - -#: ../../include/functions_visual_map_editor.php:703 -msgid "No image or name defined." -msgstr "No image or name defined." - -#: ../../include/functions_visual_map_editor.php:705 -msgid "No label defined." -msgstr "No label defined" - -#: ../../include/functions_visual_map_editor.php:707 -msgid "No image defined." -msgstr "No image defined." - -#: ../../include/functions_visual_map_editor.php:709 -msgid "No process defined." -msgstr "No process defined." - -#: ../../include/functions_visual_map_editor.php:711 -msgid "No Max value defined." -msgstr "No Max value defined." - -#: ../../include/functions_visual_map_editor.php:713 -msgid "No width defined." -msgstr "No width defined." - -#: ../../include/functions_visual_map_editor.php:715 -msgid "No period defined." -msgstr "No period defined." - -#: ../../include/functions_visual_map_editor.php:717 -msgid "No agent defined." -msgstr "No agent defined." - -#: ../../include/functions_visual_map_editor.php:719 -msgid "No module defined." -msgstr "No module defined." - -#: ../../include/functions_visual_map_editor.php:722 -msgid "Successfully save the changes." -msgstr "Changes successfully saved." - -#: ../../include/functions_visual_map_editor.php:724 -msgid "Could not be save" -msgstr "Could not be saved." - -#: ../../include/get_file.php:46 -msgid "Security error. Please contact the administrator." -msgstr "Security error. Please contact your administrator." - -#: ../../include/get_file.php:56 -msgid "File is missing in disk storage. Please contact the administrator." -msgstr "" -"The file is missing in the disk's storage. Please contact your administrator." - -#: ../../include/functions_filemanager.php:172 -#: ../../include/functions_filemanager.php:242 -#: ../../include/functions_filemanager.php:300 -#: ../../include/functions_filemanager.php:382 -msgid "Security error" -msgstr "Security error" - -#: ../../include/functions_filemanager.php:185 -msgid "Upload error" -msgstr "Upload error" - -#: ../../include/functions_filemanager.php:193 -#: ../../include/functions_filemanager.php:261 -#: ../../include/functions_filemanager.php:326 -msgid "Upload correct" -msgstr "Upload correct" - -#: ../../include/functions_filemanager.php:206 -msgid "" -"File size seems to be too large. Please check your php.ini configuration or " -"contact with the administrator" -msgstr "" -"The file seems to be too large. Please check your php.ini configuration file " -"or contact your administrator." - -#: ../../include/functions_filemanager.php:254 -msgid "Error creating file" -msgstr "Error creating file" - -#: ../../include/functions_filemanager.php:267 -#: ../../include/functions_filemanager.php:362 -msgid "Error creating file with empty name" -msgstr "Error creating a file with no name." - -#: ../../include/functions_filemanager.php:312 -msgid "Attach error" -msgstr "Attachment error" - -#: ../../include/functions_filemanager.php:348 -#: ../../enterprise/godmode/agentes/collections.editor.php:148 -#: ../../enterprise/godmode/agentes/collections.editor.php:311 -msgid "Security error." -msgstr "Security error." - -#: ../../include/functions_filemanager.php:357 -msgid "Directory created" -msgstr "Directory created" - -#: ../../include/functions_filemanager.php:385 -#: ../../include/functions_reporting_html.php:1238 -#: ../../enterprise/include/functions_inventory.php:517 -#: ../../enterprise/include/functions_inventory.php:582 -#: ../../enterprise/include/functions_reporting_pdf.php:511 -msgid "Deleted" -msgstr "Deleted" - -#: ../../include/functions_filemanager.php:550 -#, php-format -msgid "Directory %s doesn't exist!" -msgstr "Directory %s doesn't exist!" - -#: ../../include/functions_filemanager.php:565 -msgid "Index of images" -msgstr "Image index" - -#: ../../include/functions_filemanager.php:603 -msgid "Parent directory" -msgstr "Parent directory" - -#: ../../include/functions_filemanager.php:632 -msgid "The zip upload in this dir, easy to upload multiple files." -msgstr "The zip uploads in this dir, easy to upload multiple files." - -#: ../../include/functions_filemanager.php:636 -msgid "Decompress" -msgstr "Decompress" - -#: ../../include/functions_filemanager.php:638 -#: ../../enterprise/extensions/csv_import/main.php:88 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 -msgid "Go" -msgstr "Go" - -#: ../../include/functions_filemanager.php:679 -msgid "Directory" -msgstr "Directory" - -#: ../../include/functions_filemanager.php:685 -msgid "Compressed file" -msgstr "Compressed file" - -#: ../../include/functions_filemanager.php:688 -#: ../../include/functions_filemanager.php:695 -msgid "Text file" -msgstr "Text file" - -#: ../../include/functions_filemanager.php:785 -msgid "Create directory" -msgstr "Create directory" - -#: ../../include/functions_filemanager.php:790 -msgid "Create text" -msgstr "Create text" - -#: ../../include/functions_filemanager.php:795 -msgid "Upload file/s" -msgstr "Upload file(s)" - -#: ../../include/functions_filemanager.php:802 -msgid "The directory is read-only" -msgstr "This directory is read-only" - -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" -msgstr "Agent hierarchy" - -#: ../../include/functions_graph.php:706 -msgid "Units. Value" -msgstr "Unit Value" - -#: ../../include/functions_graph.php:781 -#: ../../include/functions_graph.php:1753 -#, php-format -msgid "Percentile %dº" -msgstr "Percentile %dº" - -#: ../../include/functions_graph.php:815 -#: ../../include/functions_graph.php:4019 -#: ../../enterprise/dashboard/full_dashboard.php:234 -#: ../../enterprise/dashboard/public_dashboard.php:256 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 -msgid "Previous" -msgstr "Previous" - -#: ../../include/functions_graph.php:1246 -#, php-format -msgid "%s" -msgstr "%s" - -#: ../../include/functions_graph.php:1753 -msgid " of module " -msgstr " of module " - -#: ../../include/functions_graph.php:2111 -msgid "Not fired alerts" -msgstr "Non-triggered alerts" - -#: ../../include/functions_graph.php:2111 -#: ../../include/functions_reporting.php:7093 -#: ../../include/functions_reporting.php:7114 ../../operation/tree.php:276 -#: ../../operation/tree.php:277 ../../operation/tree.php:278 -#: ../../enterprise/dashboard/widgets/tree_view.php:200 -#: ../../enterprise/dashboard/widgets/tree_view.php:201 -#: ../../enterprise/dashboard/widgets/tree_view.php:202 -#: ../../enterprise/include/functions_reporting_csv.php:465 -msgid "Fired alerts" -msgstr "Triggered alerts" - -#: ../../include/functions_graph.php:2120 -#: ../../include/functions_graph.php:2200 -#: ../../include/functions_graph.php:2273 -#: ../../include/functions_graph.php:3039 -#: ../../include/functions_graph.php:3475 -#: ../../include/functions_reporting.php:1212 -#: ../../include/functions_reporting.php:1365 -#: ../../include/functions_reporting.php:1384 -#: ../../include/functions_reporting.php:1405 -#: ../../include/functions_reporting.php:1426 -#: ../../include/functions_reporting.php:2092 -#: ../../include/functions_reporting.php:2274 -#: ../../include/functions_reporting.php:2295 -#: ../../include/functions_reporting.php:2316 -#: ../../include/functions_reporting.php:6211 -#: ../../include/functions_reporting.php:6231 -#: ../../include/functions_reporting.php:6251 -#: ../../include/functions_reporting_html.php:2934 -#: ../../include/functions_reporting_html.php:3012 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:180 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:197 -msgid "other" -msgstr "other" - -#: ../../include/functions_graph.php:2280 -#: ../../include/functions_graph.php:2327 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -#: ../../enterprise/include/functions_reporting.php:1407 -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting_pdf.php:1769 -msgid "Out of limits" -msgstr "Out of limits" - -#: ../../include/functions_graph.php:2560 -msgid "Today" -msgstr "Today" - -#: ../../include/functions_graph.php:2561 -msgid "Week" -msgstr "Week" - -#: ../../include/functions_graph.php:2562 ../../include/functions_html.php:864 -#: ../../enterprise/include/functions_reporting_csv.php:1159 -#: ../../enterprise/include/functions_reporting_csv.php:1371 -msgid "Month" -msgstr "Month" - -#: ../../include/functions_graph.php:2563 -#: ../../include/functions_graph.php:2564 -msgid "Months" -msgstr "Month" - -#: ../../include/functions_graph.php:2586 -msgid "History db" -msgstr "History db" - -#: ../../include/functions_graph.php:2773 -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -msgid "Informative" -msgstr "Informative" - -#: ../../include/functions_graph.php:2774 -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -msgid "Low" -msgstr "Low" - -#: ../../include/functions_graph.php:2775 -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -msgid "Medium" -msgstr "Medium" - -#: ../../include/functions_graph.php:2776 -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -msgid "Serious" -msgstr "Serious" - -#: ../../include/functions_graph.php:2777 -#: ../../include/functions_incidents.php:33 -#: ../../include/functions_incidents.php:66 -msgid "Very serious" -msgstr "Very serious" - -#: ../../include/functions_graph.php:2800 -#: ../../include/functions_graph.php:2812 -msgid "Open incident" -msgstr "Open incident" - -#: ../../include/functions_graph.php:2801 -#: ../../include/functions_graph.php:2814 -msgid "Closed incident" -msgstr "Closed incident" - -#: ../../include/functions_graph.php:2802 -#: ../../include/functions_graph.php:2816 -msgid "Outdated" -msgstr "Outdated" - -#: ../../include/functions_graph.php:2803 -#: ../../include/functions_graph.php:2818 -#: ../../enterprise/godmode/setup/setup_acl.php:368 -#: ../../enterprise/godmode/setup/setup_acl.php:381 -msgid "Invalid" -msgstr "Invalid" - -#: ../../include/functions_graph.php:3934 -msgid "Units" -msgstr "Units" - -#: ../../include/functions_graph.php:4322 -#: ../../enterprise/dashboard/widgets/top_n.php:77 -msgid "Avg." -msgstr "Avg." - -#: ../../include/functions_graph.php:5579 -msgid "Main node" -msgstr "Main node" - -#: ../../include/help/clippy/agent_out_of_limits.php:39 -msgid "Agent contact date passed it's ETA!." -msgstr "Agent contact date passed it's ETA!." - -#: ../../include/help/clippy/agent_out_of_limits.php:44 -msgid "" -"This happen when your agent stopped reporting or the server have any problem " -"(too load or just down). Check also connectivity between the agent and the " -"server." -msgstr "" -"This occurs when your agent has stopped reporting, or the server has any " -"issues (overloaded or downed). You should also check the connectivity " -"between agent and server." - -#: ../../include/help/clippy/data_configuration_module.php:39 -msgid "Data Configuration Module." -msgstr "Data Configuration Module." - -#: ../../include/help/clippy/data_configuration_module.php:44 -msgid "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." -msgstr "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." - -#: ../../include/help/clippy/data_configuration_module.php:50 -msgid "" -"Information imported FIRST time from the XML will fill the information you " -"can see in the console, but after the first import, system will ignore any " -"update coming from the XML/Agent." -msgstr "" -"The information imported the FIRST time form the XML file will be the " -"information visible on the console. After the first import, the system will " -"ignore any updates coming from the XML/agent." - -#: ../../include/help/clippy/extension_cron_send_email.php:39 -msgid "The configuration of email for the task email is in the file:" -msgstr "The configuration of e-mail for the task e-mail is in the file:" - -#: ../../include/help/clippy/extension_cron_send_email.php:41 -msgid "Please check if the email configuration is correct." -msgstr "Please check if the e-mail configuration is correct." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 -msgid "Now you must go to Modules. Don't worry I'll lead you." -msgstr "Now you must go to Modules. Don't worry, I'll lead you." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 -msgid "Click in this tab.." -msgstr "Click on this tab.." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 -msgid "Now you must create the module. Don't worry, i'll teach you." -msgstr "Now you must create the module. Don't worry, i'll teach you." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 -msgid "Choose the network server module." -msgstr "Choose the network server module." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 -msgid "And click the button." -msgstr "And click the button." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 -msgid "Now you must create the module. Don't worry, i'll teach you ." -msgstr "Now you must create the module. Don't worry, i'll teach you ." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 -msgid "Now we are going to fill the form." -msgstr "Now, we'll proceed to fill out the form." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 -msgid "Please choose Network Management." -msgstr "Please choose Network Management." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 -msgid "Choose the component named \"Host alive\"." -msgstr "Choose the component named \"Host alive\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 -msgid "You can change the name if you want." -msgstr "You can change this name if you want." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 -msgid "Check if the IP showed is the IP of your machine." -msgstr "Check if the IP shown is the same as your device's IP" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 -msgid "And only to finish it is clicking this button." -msgstr "And only to finish it is clicking this button." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 -msgid "" -"Congrats! Your module has been created.
                and the status color is " -"blue.
                That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"Congrats! Your module has been created.
                Its status color is " -"blue.
                which means that the module hasn't been executed for the " -"first time. In a few seconds, if there is no problem, the status color will " -"turn into red or green." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -#: ../../operation/servers/recon_view.php:137 -msgid "Done" -msgstr "Done" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Click on the 'alerts' tab and then fill out the form to add a new alert." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 -msgid "Select the critical module." -msgstr "Select the critical module." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "In template select \"Critical Condition\"." -msgstr "On the template select \"Critical Condition\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 -msgid "Now, select the action created before." -msgstr "Now, select the previously created action." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 -msgid "Click on Add Alert button to create the alert." -msgstr "Click on the 'Add Alert' button to create the alert." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 -msgid "I'm going to show you how to monitor a server." -msgstr "I'm going to show you how to monitor a server." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 -msgid "Please, type an agent to save the modules for monitoring a server." -msgstr "Please, type an agent to save the modules for monitoring a server." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 -msgid "If you have typed the name correctly you will see the agent." -msgstr "If the name is entered correctly, the agent will be shown." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 -msgid "Now, please choose the agent you searched." -msgstr "Now, select the agent you searched for." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 -msgid "Choose the agent and click on the name." -msgstr "Select the agent and click on its name." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 -msgid "" -"Let me show you how to create an email action: Click on Create button and " -"fill the form showed in the following screen." -msgstr "" -"Let me show you how to set up email actions: click on the 'Create' button, " -"and fill out the form shown in the following screen." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 -msgid "" -"Now, you have to go to the monitors list and look for a critical module to " -"apply the alert." -msgstr "" -"Now, head over to the monitor list and look for a module in critical status " -"to apply the alert to." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 -msgid "" -"Click on the arrow to drop down the Monitoring submenu and select Monitor " -"Detail." -msgstr "" -"Click on the arrow to display the Monitoring submenu and select 'Monitor " -"Detail'." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 -msgid "Fill the name of your action." -msgstr "Provide the name for your action." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 -msgid "" -"Select the group in the drop-down list and filter for ACL (the user in this " -"group can use your action to create an alert)." -msgstr "" -"Select the group from the drop-down list and filter by ACL (other users in " -"this group can use your action to create an alert)." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 -msgid "In the command field select \"email\"." -msgstr "In the 'Command' field, select \"email\"." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 -msgid "" -"In the threshold field enter the seconds. The help icon show more " -"information." -msgstr "" -"In the 'Threshold' field, enter the time (seconds). The help icon displays " -"more details." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 -msgid "" -"In the first field enter the email address/addresses where you want to " -"receive the email alerts separated with comas ( , ) or white spaces." -msgstr "" -"In the first field, enter the email address(es) to which the alerts should " -"be sent. Multiple addresses must be separated by commas (,) or blank spaces." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 -msgid "" -"In the \"Subject\" field you can use the macros _agent_ or _module_ for " -"each name." -msgstr "" -"In the 'Subject' field you can use the \"_agent_\" or \"_module_\" macros " -"for each name." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 -msgid "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." -msgstr "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 -msgid "Click on Create button to create the action." -msgstr "Click on the 'Create' button to create the action" - -#: ../../include/help/clippy/homepage.php:59 -msgid "Hi, can I help you?" -msgstr "Hi! How can I help you?" - -#: ../../include/help/clippy/homepage.php:60 -msgid "" -"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " -"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " -"close me and never see me again." -msgstr "" -"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " -"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " -"close me and never see me again." - -#: ../../include/help/clippy/homepage.php:67 -msgid "Close this wizard and don't open it again." -msgstr "Close this wizard and don't open it again." - -#: ../../include/help/clippy/homepage.php:81 -msgid "Which task would you like to do first?" -msgstr "Which task would you like to tackle first?" - -#: ../../include/help/clippy/homepage.php:85 -msgid "Ping to a Linux or Windows server with a Pandora FMS agent" -msgstr "Ping a Linux or Windows server using a Pandora FMS agent." - -#: ../../include/help/clippy/homepage.php:90 -msgid "Create a alert by email in a critical module." -msgstr "Create an email alert for a module in critical status" - -#: ../../include/help/clippy/homepage.php:209 -msgid "" -"The first thing you have to do is to setup the config email in the Pandora " -"FMS Server." -msgstr "" -"The first thing you have to do is to setup the e-mail config on the Pandora " -"FMS Server." - -#: ../../include/help/clippy/homepage.php:213 -msgid "If you have it already configured you can go to the next step." -msgstr "If you've already configured it, you can go to the next step." - -#: ../../include/help/clippy/homepage.php:218 -msgid "Now, pull down the Manage alerts menu and click on Actions. " -msgstr "Now, pull down the 'Manage Alerts' menu, and click on 'Actions'. " - -#: ../../include/help/clippy/interval_agent_min.php:39 -msgid "Interval Agent." -msgstr "Interval Agent." - -#: ../../include/help/clippy/interval_agent_min.php:44 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will seriously impact the server's performance. " -"For example, having 200 agents with a one minute interval, is the same than " -"having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." - -#: ../../include/help/clippy/module_unknow.php:39 -msgid "You have unknown modules in this agent." -msgstr "You have unknown modules in this agent." - -#: ../../include/help/clippy/module_unknow.php:44 -msgid "" -"Unknown modules are modules which receive data normally at least in one " -"occassion, but at this time are not receving data. Please check our " -"troubleshoot help page to help you determine why you have unknown modules." -msgstr "" -"Unknown modules are those which have received data normally at least on one " -"occasion, but that aren't receiving data right now. Please check our " -"troubleshooting page to help you determine why you have modules in unknown " -"status." - -#: ../../include/help/clippy/modules_not_init.php:39 -msgid "You have non initialized modules" -msgstr "You have non initialised modules" - -#: ../../include/help/clippy/modules_not_init.php:44 -msgid "" -"This happen when you have just created a module and it's not executed at " -"first time. Usually in a few seconds should be initialized and you will be " -"able to see in main view. If you keep non-init modules for more than 24hr " -"(due a problem in it's execution or configuration) they will be " -"automatically deleted by the system. Non-init are not visible in the “main " -"view”, you can see/edit them in the module administration section, in the " -"agent administrator." -msgstr "" -"This happens when you have just created a module and it wasn't executed on " -"the first time. Usually after a few seconds the status should change to " -"\"initialized\" and you'll be able to see it on the main view." - -#: ../../include/help/clippy/modules_not_learning_mode.php:40 -msgid "" -"Please note that you have your agent setup to do not add new modules coming " -"from the data XML." -msgstr "" -"Please note that if you have your agent set up you mustn't add new modules " -"coming from the data XML." - -#: ../../include/help/clippy/modules_not_learning_mode.php:41 -msgid "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." -msgstr "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." - -#: ../../include/help/clippy/modules_not_learning_mode.php:42 -msgid "" -"You should use the \"normal\" mode (non learn) only when you don't intend to " -"add more modules to the agent." -msgstr "" -"You should use \"normal\" mode (not 'learning' mode) only when you don't " -"intend to add more modules to the agent." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 -msgid "" -"Now, you have to go to the monitors list and look for a \"critical\" module " -"to apply the alert." -msgstr "" -"Now, you must go to the monitor list and look for a \"critical\" module to " -"apply the alert to." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 -msgid "" -"If you know the name of the agent or the name of the module in critical " -"status, type it in this field to make the module list shorter. You can write " -"the entire name or just a part of it." -msgstr "" -"If you know the agent name or the name of the module in critical status, " -"type it in this field in order to shorten the list of modules.You can write " -"the name entirely or partially." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 -msgid "Click on Show button to get the modules list filtered." -msgstr "Click on Show button to get the modules list filtered." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 -msgid "" -"Now, to edit the module, click on the wrench that appears in the type column." -msgstr "" -"In order to edit the module, click on the wrench icon that can be seen in " -"the 'Type' column." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 -msgid "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your email." -msgstr "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your e-mail." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 -msgid "" -"And restart your pandora server to read again general configuration tokens." -msgstr "" -"After, restart your Pandora Server to reread the general configuration " -"tokens." - -#: ../../include/help/clippy/server_queued_modules.php:39 -msgid "Excesive Queued." -msgstr "Too many modules queued" - -#: ../../include/help/clippy/server_queued_modules.php:44 -msgid "" -"You have too much items in the processing queue. This can happen if your " -"server is too loaded and/or not properly configured. This could be something " -"temporal, or a bottleneck. One possible solution is increase number of " -"server threads, but you should consider getting support about this." -msgstr "" -"You have too many items in the processing queue. This can happen if your " -"server is overloaded and/or improperly configured. This could be something " -"temporary, or a bottleneck. A possible solution is to increase the number of " -"server threads, but you should consider getting support (or contact our " -"support for Enterprise Edition users)." - -#: ../../include/help/clippy/servers_down.php:39 -msgid "All servers down" -msgstr "All servers down" - -#: ../../include/help/clippy/servers_down.php:44 -msgid "" -"Can you up all servers. You go to terminal in linux and execute the next " -"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " -"introduce root pass." -msgstr "" -"You must boot up all servers. Go to the Linux terminal and run the following " -"command: \"sudo /etc/init.d/pandora_server restart\". You'll have to provide " -"root user credentials." - -#: ../../include/help/clippy/topology_group.php:39 -msgid "Topology Group" -msgstr "Topology Group" - -#: ../../include/help/clippy/topology_group.php:44 -msgid "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " -msgstr "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " - -#: ../../include/functions_groups.php:63 -msgid "Alert Actions" -msgstr "Alert Actions" - -#: ../../include/functions_groups.php:78 -msgid "Alert Templates" -msgstr "Alert Templates" - -#: ../../include/functions_groups.php:120 -#: ../../operation/search_results.php:114 -#: ../../enterprise/extensions/cron/functions.php:543 -#: ../../enterprise/meta/general/main_header.php:136 -#: ../../enterprise/meta/general/main_header.php:151 -#: ../../enterprise/mobile/include/functions_web.php:15 -msgid "Reports" -msgstr "Reports" - -#: ../../include/functions_groups.php:135 -msgid "Layout visual console" -msgstr "Visual console layout" - -#: ../../include/functions_groups.php:149 -msgid "Plannet down time" -msgstr "Planned downtime" - -#: ../../include/functions_groups.php:176 -msgid "GIS maps" -msgstr "GIS maps" - -#: ../../include/functions_groups.php:190 -msgid "GIS connections" -msgstr "GIS connections" - -#: ../../include/functions_groups.php:204 -msgid "GIS map layers" -msgstr "GIS map layers" - -#: ../../include/functions_groups.php:217 -msgid "Network maps" -msgstr "Network maps" - -#: ../../include/functions_groups.php:794 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_groups.php:798 -#: ../../include/functions_groups.php:799 -#: ../../include/functions_groups.php:800 -#: ../../include/functions_reporting_html.php:3426 -#: ../../mobile/operation/groups.php:137 -msgid "Agents unknown" -msgstr "Unknown agents" - -#: ../../include/functions_groups.php:848 -#: ../../include/functions_groups.php:850 -#: ../../include/functions_groups.php:852 -#: ../../include/functions_groups.php:853 -#: ../../include/functions_groups.php:854 -#: ../../include/functions_reporting_html.php:2930 -#: ../../include/functions_reporting_html.php:2939 -#: ../../mobile/operation/groups.php:161 -#: ../../operation/agentes/ver_agente.php:773 -#: ../../enterprise/operation/agentes/ver_agente.php:152 -msgid "Alerts fired" -msgstr "Alerts fired" - -#: ../../include/functions_groups.php:2149 -msgid "Show branch children" -msgstr "Show branch son" - -#: ../../include/functions_groups.php:2178 -msgid "" -"You can not delete the last group in Pandora. A common installation must has " -"almost one group." -msgstr "" -"You cannot delete the last group in Pandora. A common installation must have " -"at least one group." - -#: ../../include/functions_html.php:732 -msgid "weeks" -msgstr "weeks" - -#: ../../include/functions_html.php:863 -msgid "Month day" -msgstr "Day of the month" - -#: ../../include/functions_html.php:865 -msgid "Week day" -msgstr "Day of the week" - -#: ../../include/functions_html.php:2168 -msgid "Type at least two characters to search the module." -msgstr "Type at least two characters to search the module." - -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Active incidents" - -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Active incidents, with comments" - -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Rejected incidents" - -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Expired incidents" - -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Closed incidents" - -#: ../../include/functions_maps.php:34 -#: ../../include/functions_networkmap.php:1641 -#: ../../include/functions_networkmap.php:1720 -#: ../../enterprise/meta/general/logon_ok.php:62 -msgid "Topology" -msgstr "Topology" - -#: ../../include/functions_maps.php:37 -#: ../../include/functions_networkmap.php:1635 ../../operation/tree.php:80 -#: ../../enterprise/dashboard/widgets/tree_view.php:39 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../enterprise/meta/advanced/policymanager.apply.php:200 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -msgid "Policies" -msgstr "Policies" - -#: ../../include/functions_maps.php:43 -#: ../../include/functions_networkmap.php:1722 -#: ../../include/functions_reporting.php:624 -#: ../../include/functions_reporting.php:5158 -#: ../../enterprise/include/functions_reporting.php:1734 -#: ../../enterprise/include/functions_reporting.php:2460 -#: ../../enterprise/include/functions_reporting.php:3241 -msgid "Dynamic" -msgstr "Dynamic" - -#: ../../include/functions_maps.php:62 -#: ../../include/functions_pandora_networkmap.php:953 -msgid "Copy of " -msgstr "Copy of " - -#: ../../include/functions_menu.php:470 -msgid "Configure user" -msgstr "Configure user" - -#: ../../include/functions_menu.php:471 -msgid "Configure profile" -msgstr "Configure profile" - -#: ../../include/functions_menu.php:475 -msgid "Module templates management" -msgstr "Module templates management" - -#: ../../include/functions_menu.php:476 -msgid "Inventory modules management" -msgstr "Inventory modules management" - -#: ../../include/functions_menu.php:477 -#: ../../enterprise/meta/advanced/component_management.php:56 -msgid "Tags management" -msgstr "Tags management" - -#: ../../include/functions_menu.php:481 -msgid "View agent" -msgstr "View agent" - -#: ../../include/functions_menu.php:485 -msgid "Manage network map" -msgstr "Manage network map" - -#: ../../include/functions_menu.php:487 -msgid "Builder visual console" -msgstr "Builder visual console" - -#: ../../include/functions_menu.php:489 -msgid "Administration events" -msgstr "Administration events" - -#: ../../include/functions_menu.php:491 -msgid "View reporting" -msgstr "View reporting" - -#: ../../include/functions_menu.php:492 -msgid "Manage custom graphs" -msgstr "Manage custom graphs" - -#: ../../include/functions_menu.php:493 -msgid "Copy dashboard" -msgstr "Copy dashboard" - -#: ../../include/functions_menu.php:496 -msgid "Manage GIS Maps" -msgstr "Manage GIS Maps" - -#: ../../include/functions_menu.php:498 -msgid "Incidents statistics" -msgstr "Incident statistics" - -#: ../../include/functions_menu.php:499 -msgid "Manage messages" -msgstr "Manage messages" - -#: ../../include/functions_menu.php:501 -msgid "Manage groups" -msgstr "Manage groups" - -#: ../../include/functions_menu.php:502 -msgid "Manage module groups" -msgstr "Manage module groups" - -#: ../../include/functions_menu.php:503 -msgid "Manage custom field" -msgstr "Manage custom fields" - -#: ../../include/functions_menu.php:505 -msgid "Manage alert actions" -msgstr "Manage alert actions" - -#: ../../include/functions_menu.php:506 -msgid "Manage commands" -msgstr "Manage commands" - -#: ../../include/functions_menu.php:507 -msgid "Manage event alerts" -msgstr "Manage event alerts" - -#: ../../include/functions_menu.php:509 -msgid "Manage export targets" -msgstr "Manage export targets" - -#: ../../include/functions_menu.php:511 -msgid "Manage services" -msgstr "Manage services" - -#: ../../include/functions_menu.php:513 ../../operation/menu.php:92 -msgid "SNMP filters" -msgstr "SNMP filters" - -#: ../../include/functions_menu.php:514 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/operation/menu.php:119 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -msgid "SNMP trap editor" -msgstr "SNMP trap editor" - -#: ../../include/functions_menu.php:515 ../../operation/menu.php:93 -msgid "SNMP trap generator" -msgstr "SNMP trap generator" - -#: ../../include/functions_menu.php:517 ../../operation/menu.php:84 -msgid "SNMP console" -msgstr "SNMP console" - -#: ../../include/functions_menu.php:519 -msgid "Manage incident" -msgstr "Manage incidents" - -#: ../../include/functions_menu.php:571 -msgid "Administration" -msgstr "Administration" - -#: ../../include/functions_modules.php:1871 -#: ../../mobile/operation/modules.php:451 -#: ../../mobile/operation/modules.php:504 -#: ../../operation/agentes/status_monitor.php:1143 -#: ../../operation/search_modules.php:104 -msgid "NOT INIT" -msgstr "Non- initialized" - -#: ../../include/functions_modules.php:1890 -#: ../../include/functions_modules.php:1894 -#: ../../include/functions_modules.php:1898 -#: ../../mobile/operation/modules.php:471 -#: ../../mobile/operation/modules.php:476 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:529 -#: ../../mobile/operation/modules.php:534 -#: ../../operation/agentes/pandora_networkmap.view.php:301 -#: ../../operation/agentes/pandora_networkmap.view.php:306 -#: ../../operation/agentes/pandora_networkmap.view.php:311 -#: ../../operation/agentes/status_monitor.php:1182 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1194 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1206 -#: ../../operation/agentes/status_monitor.php:1211 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/transactional_map.php:152 -msgid "Last status" -msgstr "Last status" - #: ../../include/functions_netflow.php:362 msgid "Total flows" msgstr "Total flows" @@ -23716,11 +14450,6 @@ msgstr "Pie graph and summary table" msgid "Statistics table" msgstr "Statistics table" -#: ../../include/functions_netflow.php:1034 -#: ../../operation/agentes/exportdata.php:330 -msgid "Data table" -msgstr "Data table" - #: ../../include/functions_netflow.php:1035 msgid "Circular mesh" msgstr "Circular Mesh" @@ -23745,29 +14474,33 @@ msgstr "15 mins" msgid "30 mins" msgstr "30 mins" -#: ../../include/functions_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 -#: ../../operation/gis_maps/render_view.php:143 -#: ../../enterprise/dashboard/widgets/top_n.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:177 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 -msgid "2 hours" -msgstr "2 hours" - #: ../../include/functions_netflow.php:1054 #: ../../include/functions_netflow.php:1087 -#: ../../enterprise/dashboard/widgets/top_n.php:63 msgid "5 hours" msgstr "5 hours" +#: ../../include/functions_netflow.php:1057 +#: ../../include/functions_netflow.php:1090 +#: ../../godmode/setup/performance.php:108 +msgid "2 days" +msgstr "2 days" + #: ../../include/functions_netflow.php:1058 #: ../../include/functions_netflow.php:1091 msgid "5 days" msgstr "5 days" +#: ../../include/functions_netflow.php:1060 +#: ../../godmode/setup/performance.php:110 +msgid "Last week" +msgstr "Last week" + +#: ../../include/functions_netflow.php:1061 +#: ../../godmode/setup/performance.php:112 +msgid "Last month" +msgstr "Last month" + #: ../../include/functions_netflow.php:1062 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 msgid "2 months" msgstr "2 months" @@ -23844,41 +14577,2021 @@ msgstr "Source IP" msgid "Src port" msgstr "Source Port" -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" -msgstr "An error occured exporting the data" +#: ../../include/functions_html.php:646 ../../include/functions_html.php:647 +#: ../../include/functions_html.php:770 ../../include/functions_html.php:771 +#: ../../godmode/massive/massive_edit_modules.php:486 +#: ../../godmode/agentes/module_manager_editor_network.php:87 +msgid "Custom" +msgstr "Custom" -#: ../../include/graphs/export_data.php:76 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106 -msgid "Selected" -msgstr "Selected" +#: ../../include/functions_html.php:728 ../../include/functions.php:434 +#: ../../include/functions.php:568 ../../godmode/setup/setup_visuals.php:712 +msgid "minutes" +msgstr "minutes" -#: ../../include/graphs/functions_flot.php:251 -msgid "Cancel zoom" -msgstr "Cancel zoom" +#: ../../include/functions_html.php:729 ../../include/functions.php:435 +#: ../../include/functions.php:569 ../../godmode/setup/setup_visuals.php:713 +msgid "hours" +msgstr "hours" -#: ../../include/graphs/functions_flot.php:253 -msgid "Warning and Critical thresholds" -msgstr "Warning and Critical thresholds" +#: ../../include/functions_html.php:730 ../../include/functions.php:431 +#: ../../include/functions.php:565 ../../godmode/setup/setup_visuals.php:714 +#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88 +msgid "days" +msgstr "days" -#: ../../include/graphs/functions_flot.php:256 -msgid "Overview graph" -msgstr "Overview graph" +#: ../../include/functions_html.php:731 +msgid "weeks" +msgstr "weeks" -#: ../../include/graphs/functions_flot.php:595 -#: ../../include/functions_treeview.php:294 -#: ../../enterprise/extensions/vmware/vmware_view.php:873 -#: ../../enterprise/extensions/vmware/vmware_view.php:889 -#: ../../enterprise/extensions/vmware/vmware_view.php:905 -#: ../../enterprise/extensions/vmware/vmware_view.php:921 -msgid "No data" -msgstr "No data" +#: ../../include/functions_html.php:732 ../../include/functions.php:432 +#: ../../include/functions.php:566 ../../godmode/setup/setup_visuals.php:715 +msgid "months" +msgstr "months" -#: ../../include/graphs/functions_pchart.php:205 -#: ../../include/graphs/functions_pchart.php:1183 -msgid "Actual" -msgstr "Actual" +#: ../../include/functions_html.php:733 ../../include/functions.php:433 +#: ../../include/functions.php:567 ../../godmode/setup/setup_visuals.php:716 +msgid "years" +msgstr "years" + +#: ../../include/functions_html.php:847 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_special_days.php:243 +#: ../../godmode/alerts/alert_special_days.php:443 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../godmode/reporting/reporting_builder.item_editor.php:839 +msgid "Sunday" +msgstr "Sunday" + +#: ../../include/functions_html.php:848 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_special_days.php:237 +#: ../../godmode/alerts/alert_special_days.php:425 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../godmode/reporting/reporting_builder.item_editor.php:803 +msgid "Monday" +msgstr "Monday" + +#: ../../include/functions_html.php:849 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_special_days.php:238 +#: ../../godmode/alerts/alert_special_days.php:428 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../godmode/reporting/reporting_builder.item_editor.php:809 +msgid "Tuesday" +msgstr "Tuesday" + +#: ../../include/functions_html.php:850 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_special_days.php:239 +#: ../../godmode/alerts/alert_special_days.php:431 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:815 +msgid "Wednesday" +msgstr "Wednesday" + +#: ../../include/functions_html.php:851 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_special_days.php:240 +#: ../../godmode/alerts/alert_special_days.php:434 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../godmode/reporting/reporting_builder.item_editor.php:821 +msgid "Thursday" +msgstr "Thursday" + +#: ../../include/functions_html.php:852 +#: ../../godmode/alerts/configure_alert_special_days.php:85 +#: ../../godmode/alerts/alert_special_days.php:241 +#: ../../godmode/alerts/alert_special_days.php:437 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:827 +msgid "Friday" +msgstr "Friday" + +#: ../../include/functions_html.php:853 +#: ../../godmode/alerts/configure_alert_special_days.php:86 +#: ../../godmode/alerts/alert_special_days.php:242 +#: ../../godmode/alerts/alert_special_days.php:440 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../godmode/reporting/reporting_builder.item_editor.php:833 +msgid "Saturday" +msgstr "Saturday" + +#: ../../include/functions_html.php:862 +msgid "Month day" +msgstr "Day of the month" + +#: ../../include/functions_html.php:864 +msgid "Week day" +msgstr "Day of the week" + +#: ../../include/functions_html.php:2167 +msgid "Type at least two characters to search the module." +msgstr "Type at least two characters to search the module." + +#: ../../include/functions_reporting.php:563 +#: ../../include/functions_reporting.php:5086 +msgid "There are no SLAs defined" +msgstr "There are no SLAs defined" + +#: ../../include/functions_reporting.php:630 +#: ../../include/functions_reporting.php:5137 +msgid "Inverse" +msgstr "Inverse" + +#: ../../include/functions_reporting.php:940 +msgid "Top N" +msgstr "Top N" + +#: ../../include/functions_reporting.php:1050 +msgid "Insuficient data" +msgstr "Insufficient data" + +#: ../../include/functions_reporting.php:1283 +msgid "Event Report Group" +msgstr "Event Report Group" + +#: ../../include/functions_reporting.php:1460 +msgid "Event Report Module" +msgstr "Event Report Module" + +#: ../../include/functions_reporting.php:1522 +msgid "Inventory Changes" +msgstr "Inventory Changes" + +#: ../../include/functions_reporting.php:1564 +msgid "No changes found." +msgstr "No changes found." + +#: ../../include/functions_reporting.php:1626 +#: ../../godmode/reporting/reporting_builder.php:727 +msgid "No data found." +msgstr "No data found." + +#: ../../include/functions_reporting.php:1651 +msgid "Agent/Modules" +msgstr "Agent/Modules" + +#: ../../include/functions_reporting.php:1740 +msgid "Exception - Everything" +msgstr "Exception - Everything" + +#: ../../include/functions_reporting.php:1741 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "Everything" +msgstr "Everything" + +#: ../../include/functions_reporting.php:1745 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "Exception - Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1747 +#, php-format +msgid "Modules over or equal to %s" +msgstr "Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1751 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "Exception - Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1753 +#, php-format +msgid "Modules under or equal to %s" +msgstr "Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1757 +#, php-format +msgid "Exception - Modules under %s" +msgstr "Exception - Modules lesser than %s" + +#: ../../include/functions_reporting.php:1759 +#, php-format +msgid "Modules under %s" +msgstr "Modules lesser than %s" + +#: ../../include/functions_reporting.php:1763 +#, php-format +msgid "Exception - Modules over %s" +msgstr "Exception - Modules larger than %s" + +#: ../../include/functions_reporting.php:1765 +#, php-format +msgid "Modules over %s" +msgstr "Modules larger than %s" + +#: ../../include/functions_reporting.php:1769 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Exception - Equal to %s" + +#: ../../include/functions_reporting.php:1771 +#, php-format +msgid "Equal to %s" +msgstr "Equal to %s" + +#: ../../include/functions_reporting.php:1775 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Exception - Not equal to %s" + +#: ../../include/functions_reporting.php:1777 +#, php-format +msgid "Not equal to %s" +msgstr "Not equal to %s" + +#: ../../include/functions_reporting.php:1781 +msgid "Exception - Modules at normal status" +msgstr "Exception - Modules in normal status." + +#: ../../include/functions_reporting.php:1782 +msgid "Modules at normal status" +msgstr "Modules in normal status" + +#: ../../include/functions_reporting.php:1786 +msgid "Exception - Modules at critical or warning status" +msgstr "Exception - Modules in critical or warning status" + +#: ../../include/functions_reporting.php:1787 +msgid "Modules at critical or warning status" +msgstr "Modules in critical or warning status." + +#: ../../include/functions_reporting.php:1976 +msgid "There are no Modules under those conditions." +msgstr "There are no Modules under those conditions." + +#: ../../include/functions_reporting.php:1979 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "There are no Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1982 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "There are no Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1985 +#, php-format +msgid "There are no Modules less %s." +msgstr "There are no Modules lesser than %s" + +#: ../../include/functions_reporting.php:1988 +#, php-format +msgid "There are no Modules over %s." +msgstr "There are no Modules larger than %s" + +#: ../../include/functions_reporting.php:1991 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "There are no Modules equal to %s" + +#: ../../include/functions_reporting.php:1994 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "There are no Modules not equal to %s" + +#: ../../include/functions_reporting.php:1997 +msgid "There are no Modules normal status" +msgstr "There are no Modules in normal status" + +#: ../../include/functions_reporting.php:2000 +msgid "There are no Modules at critial or warning status" +msgstr "There are no modules in critical or warning status." + +#: ../../include/functions_reporting.php:2148 +msgid "Group Report" +msgstr "Group Report" + +#: ../../include/functions_reporting.php:2202 +msgid "Event Report Agent" +msgstr "Event Report Agent" + +#: ../../include/functions_reporting.php:2341 +#: ../../godmode/massive/massive_edit_modules.php:557 +#: ../../godmode/modules/manage_network_components_form_common.php:161 +#: ../../godmode/agentes/module_manager_editor_common.php:334 +msgid "Historical data" +msgstr "Historical data" + +#: ../../include/functions_reporting.php:2398 +msgid "Database Serialized" +msgstr "Database Serialised" + +#: ../../include/functions_reporting.php:2587 +msgid "Network interfaces report" +msgstr "Network interface report" + +#: ../../include/functions_reporting.php:2606 +msgid "" +"The group has no agents or none of the agents has any network interface" +msgstr "" +"The group has no agents or none of the agents have any network interfaces." + +#: ../../include/functions_reporting.php:2655 +#: ../../include/functions_reporting.php:2678 +msgid "bytes/s" +msgstr "bytes/s" + +#: ../../include/functions_reporting.php:2730 +msgid "Alert Report Group" +msgstr "Alert Report Group" + +#: ../../include/functions_reporting.php:2876 +msgid "Alert Report Agent" +msgstr "Alert Report Agent" + +#: ../../include/functions_reporting.php:2993 +msgid "Alert Report Module" +msgstr "Alert Report Module" + +#: ../../include/functions_reporting.php:3126 +msgid "SQL Graph Vertical Bars" +msgstr "SQL vertical bar graph" + +#: ../../include/functions_reporting.php:3129 +msgid "SQL Graph Horizontal Bars" +msgstr "SQL horizontal bar graph" + +#: ../../include/functions_reporting.php:3132 +msgid "SQL Graph Pie" +msgstr "SQL Graph Pie" + +#: ../../include/functions_reporting.php:3179 +msgid "Monitor Report" +msgstr "Monitor Report" + +#: ../../include/functions_reporting.php:3250 +msgid "Netflow Area" +msgstr "Netflow Area" + +#: ../../include/functions_reporting.php:3253 +msgid "Netflow Pie" +msgstr "Netflow Pie" + +#: ../../include/functions_reporting.php:3256 +msgid "Netflow Data" +msgstr "Netflow Data" + +#: ../../include/functions_reporting.php:3259 +msgid "Netflow Statistics" +msgstr "Netflow Statistics" + +#: ../../include/functions_reporting.php:3262 +msgid "Netflow Summary" +msgstr "Netflow Summary" + +#: ../../include/functions_reporting.php:3386 +msgid "Prediction Date" +msgstr "Prediction Date" + +#: ../../include/functions_reporting.php:3436 +msgid "Projection Graph" +msgstr "Projection Graph" + +#: ../../include/functions_reporting.php:3676 +msgid "AVG. Value" +msgstr "AVG. Value" + +#: ../../include/functions_reporting.php:3811 +#: ../../godmode/tag/edit_tag.php:185 +msgid "Url" +msgstr "URL" + +#: ../../include/functions_reporting.php:3866 +msgid "SQL" +msgstr "SQL" + +#: ../../include/functions_reporting.php:3937 +msgid "" +"Illegal query: Due security restrictions, there are some tokens or words you " +"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " +"update." +msgstr "" +"Illegal query. Due to security reasons, there are some tokens or words you " +"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " +"update." + +#: ../../include/functions_reporting.php:4928 +msgid "No Address" +msgstr "No Address" + +#: ../../include/functions_reporting.php:5672 +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" +msgstr "Minimum" + +#: ../../include/functions_reporting.php:5675 +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" +msgstr "Maximum" + +#: ../../include/functions_reporting.php:5679 +msgid "Rate" +msgstr "Rate" + +#: ../../include/functions_reporting.php:6324 +msgid "Maximum of events shown" +msgstr "Maximum number of displayed events" + +#: ../../include/functions_reporting.php:6964 +#: ../../include/functions_reporting.php:7001 +msgid "Server health" +msgstr "Server health" + +#: ../../include/functions_reporting.php:6964 +#, php-format +msgid "%d Downed servers" +msgstr "%d Downed servers" + +#: ../../include/functions_reporting.php:6972 +#: ../../include/functions_reporting.php:7004 +msgid "Monitor health" +msgstr "Monitor health" + +#: ../../include/functions_reporting.php:6972 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Abnormal monitors" + +#: ../../include/functions_reporting.php:6974 +#: ../../include/functions_reporting.php:7005 +msgid "of monitors up" +msgstr "of monitors up" + +#: ../../include/functions_reporting.php:6980 +#: ../../include/functions_reporting.php:7007 +msgid "Module sanity" +msgstr "Module sanity" + +#: ../../include/functions_reporting.php:6980 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d unitialised monitors" + +#: ../../include/functions_reporting.php:6982 +#: ../../include/functions_reporting.php:7008 +msgid "of total modules inited" +msgstr "of total modules initiated" + +#: ../../include/functions_reporting.php:6988 +#: ../../include/functions_reporting.php:8008 +#: ../../include/functions_reporting.php:8017 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Triggered alerts" + +#: ../../include/functions_reporting.php:6990 +#: ../../include/functions_reporting.php:7011 +msgid "of defined alerts not fired" +msgstr "Of defined alerts not triggered" + +#: ../../include/functions_reporting.php:7048 +msgid "Defined alerts" +msgstr "Triggered alerts" + +#: ../../include/functions_reporting.php:7070 +msgid "Defined and fired alerts" +msgstr "Defined and triggered alerts" + +#: ../../include/functions_reporting.php:7136 +msgid "Monitor normal" +msgstr "Monitor in normal status" + +#: ../../include/functions_reporting.php:7147 +msgid "Monitor not init" +msgstr "Monitor not initialised" + +#: ../../include/functions_reporting.php:7171 +#: ../../include/functions_reporting.php:7182 +msgid "Monitors by status" +msgstr "Monitors by status" + +#: ../../include/functions_reporting.php:7270 +msgid "Defined users" +msgstr "Defined users" + +#: ../../include/functions_reporting.php:7908 +msgid "Agent without data" +msgstr "Dataless agent" + +#: ../../include/functions_reporting.php:7995 +#: ../../include/functions_reporting.php:8003 +#, php-format +msgid "%d Total modules" +msgstr "%d Total modules" + +#: ../../include/functions_reporting.php:7996 +#, php-format +msgid "%d Modules in normal status" +msgstr "%d Modules in normal status" + +#: ../../include/functions_reporting.php:7997 +#, php-format +msgid "%d Modules in critical status" +msgstr "%d Modules in critical status" + +#: ../../include/functions_reporting.php:7998 +#, php-format +msgid "%d Modules in warning status" +msgstr "%d Modules in warning status" + +#: ../../include/functions_reporting.php:7999 +#, php-format +msgid "%d Modules in unknown status" +msgstr "%d Modules in unknown status" + +#: ../../include/functions_reporting.php:8000 +#, php-format +msgid "%d Modules in not init status" +msgstr "" + +#: ../../include/functions_reporting.php:8004 +#, php-format +msgid "%d Normal modules" +msgstr "%d Normal modules" + +#: ../../include/functions_reporting.php:8005 +#, php-format +msgid "%d Critical modules" +msgstr "%d Critical modules" + +#: ../../include/functions_reporting.php:8006 +#, php-format +msgid "%d Warning modules" +msgstr "%d Warning modules" + +#: ../../include/functions_reporting.php:8007 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Modules in Unknown status" + +#: ../../include/functions_reporting.php:8011 +#, php-format +msgid "%d Total agents" +msgstr "%d Total agents" + +#: ../../include/functions_reporting.php:8012 +#, php-format +msgid "%d Normal agents" +msgstr "%d Agents in Normal status" + +#: ../../include/functions_reporting.php:8013 +#, php-format +msgid "%d Critical agents" +msgstr "%d Agents in critical status" + +#: ../../include/functions_reporting.php:8014 +#, php-format +msgid "%d Warning agents" +msgstr "%d Agents in warning status." + +#: ../../include/functions_reporting.php:8015 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Unknown agents" + +#: ../../include/functions_reporting.php:8016 +#, php-format +msgid "%d not init agents" +msgstr "%d not init agents" + +#: ../../include/functions_reporting.php:9718 +msgid "Total running modules" +msgstr "Total running modules" + +#: ../../include/functions_reporting.php:9721 +#: ../../include/functions_reporting.php:9737 +#: ../../include/functions_reporting.php:9753 +#: ../../include/functions_reporting.php:9776 +#: ../../include/functions_reporting.php:9795 +#: ../../include/functions_reporting.php:9807 +#: ../../include/functions_reporting.php:9819 +#: ../../include/functions_reporting.php:9835 +msgid "Ratio" +msgstr "Ratio" + +#: ../../include/functions_reporting.php:9721 +#: ../../include/functions_reporting.php:9737 +#: ../../include/functions_reporting.php:9753 +#: ../../include/functions_reporting.php:9776 +#: ../../include/functions_reporting.php:9795 +#: ../../include/functions_reporting.php:9807 +#: ../../include/functions_reporting.php:9819 +#: ../../include/functions_reporting.php:9835 +msgid "Modules by second" +msgstr "Modules by second" + +#: ../../include/functions_reporting.php:9733 +msgid "Local modules" +msgstr "Local modules" + +#: ../../include/functions_reporting.php:9744 +msgid "Remote modules" +msgstr "Remote modules" + +#: ../../include/functions_reporting.php:9768 +msgid "Network modules" +msgstr "Network modules" + +#: ../../include/functions_reporting.php:9791 +msgid "Plugin modules" +msgstr "Plugin modules" + +#: ../../include/functions_reporting.php:9803 +msgid "Prediction modules" +msgstr "Prediction modules" + +#: ../../include/functions_reporting.php:9815 +msgid "WMI modules" +msgstr "WMI modules" + +#: ../../include/functions_reporting.php:9827 +msgid "Web modules" +msgstr "Web modules" + +#: ../../include/functions_reporting.php:9866 ../../godmode/db/db_main.php:105 +msgid "Total events" +msgstr "Total amount of events" + +#: ../../include/functions_reporting.php:9889 +msgid "Server performance" +msgstr "Server performance" + +#: ../../include/functions_reporting.php:9971 +msgid "Weekly:" +msgstr "Weekly:" + +#: ../../include/functions_reporting.php:9974 ../../include/functions.php:913 +#: ../../godmode/alerts/alert_special_days.php:327 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +msgid "Mon" +msgstr "Mon" + +#: ../../include/functions_reporting.php:9978 ../../include/functions.php:915 +#: ../../godmode/alerts/alert_special_days.php:328 +#: ../../godmode/alerts/alert_view.php:209 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +msgid "Tue" +msgstr "Tue" + +#: ../../include/functions_reporting.php:9982 ../../include/functions.php:917 +#: ../../godmode/alerts/alert_special_days.php:329 +#: ../../godmode/alerts/alert_view.php:210 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +msgid "Wed" +msgstr "Wed" + +#: ../../include/functions_reporting.php:9986 ../../include/functions.php:919 +#: ../../godmode/alerts/alert_special_days.php:330 +#: ../../godmode/alerts/alert_view.php:211 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +msgid "Thu" +msgstr "Thu" + +#: ../../include/functions_reporting.php:9990 ../../include/functions.php:921 +#: ../../godmode/alerts/alert_special_days.php:331 +#: ../../godmode/alerts/alert_view.php:212 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +msgid "Fri" +msgstr "Fri" + +#: ../../include/functions_reporting.php:9994 ../../include/functions.php:923 +#: ../../godmode/alerts/alert_special_days.php:332 +#: ../../godmode/alerts/alert_view.php:213 +#: ../../godmode/alerts/configure_alert_template.php:531 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +msgid "Sat" +msgstr "Sat" + +#: ../../include/functions_reporting.php:9998 ../../include/functions.php:925 +#: ../../godmode/alerts/alert_special_days.php:326 +#: ../../godmode/alerts/alert_view.php:214 +#: ../../godmode/alerts/configure_alert_template.php:533 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +msgid "Sun" +msgstr "Sun" + +#: ../../include/functions_reporting.php:10005 +msgid "Monthly:" +msgstr "Monthly:" + +#: ../../include/functions_reporting.php:10006 +msgid "From day" +msgstr "From (date):" + +#: ../../include/functions_reporting.php:10007 +msgid "To day" +msgstr "To day" + +#: ../../include/functions_config.php:94 +msgid "Failed updated: User did not login." +msgstr "Update failed : User did not login." + +#: ../../include/functions_config.php:102 +msgid "Failed updated: User is not admin." +msgstr "Update failed: User isn't admin." + +#: ../../include/functions_config.php:131 +#: ../../godmode/setup/setup_general.php:57 +msgid "Remote config directory" +msgstr "Remote config directory" + +#: ../../include/functions_config.php:133 +#: ../../godmode/setup/setup_general.php:62 +msgid "Auto login (hash) password" +msgstr "Auto login (hash) password" + +#: ../../include/functions_config.php:136 +#: ../../godmode/setup/setup_general.php:65 +msgid "Time source" +msgstr "Time source" + +#: ../../include/functions_config.php:138 +#: ../../godmode/setup/setup_general.php:70 +msgid "Automatic check for updates" +msgstr "Automatically check for updates" + +#: ../../include/functions_config.php:140 +msgid "SSL cert path" +msgstr "SSL cert path" + +#: ../../include/functions_config.php:142 +#: ../../godmode/setup/setup_general.php:74 +msgid "Enforce https" +msgstr "Enforce https" + +#: ../../include/functions_config.php:144 +msgid "Use cert." +msgstr "Use cert." + +#: ../../include/functions_config.php:146 +#: ../../godmode/setup/setup_general.php:86 +msgid "Attachment store" +msgstr "Attachment directory" + +#: ../../include/functions_config.php:148 +#: ../../godmode/setup/setup_general.php:89 +msgid "IP list with API access" +msgstr "IP list with API access" + +#: ../../include/functions_config.php:150 +#: ../../godmode/setup/setup_general.php:98 +msgid "API password" +msgstr "API password" + +#: ../../include/functions_config.php:152 +#: ../../godmode/setup/setup_general.php:102 +msgid "Enable GIS features in Pandora Console" +msgstr "Enable GIS features for the Pandora Console" + +#: ../../include/functions_config.php:154 +msgid "Enable Integria incidents in Pandora Console" +msgstr "Enable Integria incidents in Pandora Console" + +#: ../../include/functions_config.php:156 +msgid "Integria inventory" +msgstr "Integria inventory" + +#: ../../include/functions_config.php:158 +msgid "Integria API password" +msgstr "Integria API password" + +#: ../../include/functions_config.php:160 +msgid "Integria URL" +msgstr "Integria IMS' URL" + +#: ../../include/functions_config.php:162 +#: ../../godmode/setup/setup_general.php:106 +msgid "Enable Netflow" +msgstr "Enable Netflow" + +#: ../../include/functions_config.php:169 +#: ../../godmode/setup/setup_general.php:146 +msgid "Sound for Alert fired" +msgstr "Sound for Alert fired" + +#: ../../include/functions_config.php:171 +#: ../../godmode/setup/setup_general.php:151 +msgid "Sound for Monitor critical" +msgstr "Sound for Monitor critical" + +#: ../../include/functions_config.php:173 +#: ../../godmode/setup/setup_general.php:156 +msgid "Sound for Monitor warning" +msgstr "Sound for Monitor warning" + +#: ../../include/functions_config.php:184 +msgid "License information" +msgstr "Licence information" + +#: ../../include/functions_config.php:188 +#: ../../godmode/setup/setup_general.php:161 +msgid "Public URL" +msgstr "Public URL" + +#: ../../include/functions_config.php:190 +#: ../../godmode/setup/setup_general.php:165 +msgid "Referer security" +msgstr "Enforce URL security" + +#: ../../include/functions_config.php:192 +#: ../../godmode/setup/setup_general.php:173 +msgid "Event storm protection" +msgstr "Event storm protection" + +#: ../../include/functions_config.php:194 +#: ../../godmode/setup/setup_general.php:182 +msgid "Command Snapshot" +msgstr "Command line snapshot" + +#: ../../include/functions_config.php:196 +#: ../../godmode/setup/setup_general.php:187 +msgid "Server logs directory" +msgstr "Server log directory" + +#: ../../include/functions_config.php:198 +#: ../../godmode/setup/setup_general.php:196 +msgid "Tutorial mode" +msgstr "Tutorial mode" + +#: ../../include/functions_config.php:200 +#: ../../godmode/setup/setup_general.php:203 +msgid "Allow create planned downtimes in the past" +msgstr "Allows creating planned downtimes for past dates" + +#: ../../include/functions_config.php:202 +#: ../../godmode/setup/setup_general.php:208 +msgid "Limit parameters massive" +msgstr "Massive parameter limits" + +#: ../../include/functions_config.php:204 +msgid "Identification_reminder" +msgstr "Identification_reminder" + +#: ../../include/functions_config.php:206 +msgid "Include_agents" +msgstr "Include_agents" + +#: ../../include/functions_config.php:208 +msgid "Audit log directory" +msgstr "Audit log directory" + +#: ../../include/functions_config.php:213 +msgid "Forward SNMP traps to agent (if exist)" +msgstr "Forward SNMP traps to an agent (if it exists)" + +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "Use Enterprise ACL System" + +#: ../../include/functions_config.php:217 +msgid "Activate Metaconsole" +msgstr "Activate Metaconsole" + +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "Collection size" + +#: ../../include/functions_config.php:221 +msgid "Events replication" +msgstr "Event replication" + +#: ../../include/functions_config.php:224 +msgid "Replication interval" +msgstr "Replication interval" + +#: ../../include/functions_config.php:226 +msgid "Replication limit" +msgstr "Replication limit" + +#: ../../include/functions_config.php:228 +msgid "Replication mode" +msgstr "Replication mode" + +#: ../../include/functions_config.php:230 +msgid "Show events list in local console (read only)" +msgstr "Show event list in the local console (read only)" + +#: ../../include/functions_config.php:233 +msgid "Replication DB engine" +msgstr "Replication DB engine" + +#: ../../include/functions_config.php:235 +msgid "Replication DB host" +msgstr "Replication DB host" + +#: ../../include/functions_config.php:237 +msgid "Replication DB database" +msgstr "Replication DB database" + +#: ../../include/functions_config.php:239 +msgid "Replication DB user" +msgstr "Replication DB user" + +#: ../../include/functions_config.php:241 +msgid "Replication DB password" +msgstr "Replication DB password" + +#: ../../include/functions_config.php:243 +msgid "Replication DB port" +msgstr "Replication DB port" + +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "Metaconsole agent cache" + +#: ../../include/functions_config.php:247 +msgid "Activate Log Collector" +msgstr "Activate Log Collector" + +#: ../../include/functions_config.php:251 +msgid "Inventory changes blacklist" +msgstr "Inventory change blacklist" + +#: ../../include/functions_config.php:258 +msgid "Enable password policy" +msgstr "Enable password policy" + +#: ../../include/functions_config.php:261 +msgid "Min. size password" +msgstr "Min. password size" + +#: ../../include/functions_config.php:263 +msgid "Password expiration" +msgstr "Password expiration" + +#: ../../include/functions_config.php:265 +msgid "Force change password on first login" +msgstr "Force password change on first login" + +#: ../../include/functions_config.php:267 +msgid "User blocked if login fails" +msgstr "Block user if login fails" + +#: ../../include/functions_config.php:269 +msgid "Number of failed login attempts" +msgstr "Number of failed login attempts" + +#: ../../include/functions_config.php:271 +msgid "Password must have numbers" +msgstr "The password must include numbers" + +#: ../../include/functions_config.php:273 +msgid "Password must have symbols" +msgstr "The password must include symbols." + +#: ../../include/functions_config.php:275 +msgid "Apply password policy to admin users" +msgstr "Apply password policy to admin users" + +#: ../../include/functions_config.php:277 +msgid "Enable password history" +msgstr "Enable password history" + +#: ../../include/functions_config.php:279 +msgid "Compare previous password" +msgstr "Compare to previous password" + +#: ../../include/functions_config.php:285 +#: ../../godmode/setup/setup_auth.php:183 +msgid "Authentication method" +msgstr "Authentication method" + +#: ../../include/functions_config.php:287 +#: ../../godmode/setup/setup_auth.php:57 +msgid "Autocreate remote users" +msgstr "Autocreate remote users" + +#: ../../include/functions_config.php:289 +msgid "Autocreate profile" +msgstr "Autocreate profile" + +#: ../../include/functions_config.php:291 +msgid "Autocreate profile group" +msgstr "Autocreate profile group" + +#: ../../include/functions_config.php:293 +msgid "Autocreate profile tags" +msgstr "Autocreate profile tags" + +#: ../../include/functions_config.php:295 +msgid "Autocreate blacklist" +msgstr "Autocreate blacklist" + +#: ../../include/functions_config.php:298 +msgid "Active directory server" +msgstr "Active directory server" + +#: ../../include/functions_config.php:300 +msgid "Active directory port" +msgstr "Active directory port" + +#: ../../include/functions_config.php:302 +#: ../../include/functions_config.php:317 +#: ../../godmode/setup/setup_auth.php:93 +msgid "Start TLS" +msgstr "Start TLS" + +#: ../../include/functions_config.php:304 +msgid "Advanced Config AD" +msgstr "" + +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "Domain" + +#: ../../include/functions_config.php:308 +msgid "Advanced Permisions AD" +msgstr "Advanced Permisions AD" + +#: ../../include/functions_config.php:311 +#: ../../godmode/setup/setup_auth.php:74 +msgid "LDAP server" +msgstr "LDAP server" + +#: ../../include/functions_config.php:313 +#: ../../godmode/setup/setup_auth.php:80 +msgid "LDAP port" +msgstr "LDAP port" + +#: ../../include/functions_config.php:315 +#: ../../godmode/setup/setup_auth.php:87 +msgid "LDAP version" +msgstr "LDAP version" + +#: ../../include/functions_config.php:319 +#: ../../godmode/setup/setup_auth.php:100 +msgid "Base DN" +msgstr "Base DN" + +#: ../../include/functions_config.php:321 +#: ../../godmode/setup/setup_auth.php:106 +msgid "Login attribute" +msgstr "Login attribute" + +#: ../../include/functions_config.php:323 +#: ../../godmode/setup/setup_auth.php:49 +msgid "Fallback to local authentication" +msgstr "Fallback to local authentication" + +#: ../../include/functions_config.php:326 +msgid "MySQL host" +msgstr "MySQL host" + +#: ../../include/functions_config.php:328 +#: ../../include/functions_config.php:339 +#: ../../include/functions_config.php:349 +msgid "MySQL port" +msgstr "MySQL port" + +#: ../../include/functions_config.php:330 +#: ../../include/functions_config.php:341 +#: ../../include/functions_config.php:351 +#: ../../include/functions_config.php:681 +msgid "Database name" +msgstr "Database name" + +#: ../../include/functions_config.php:337 +msgid "Babel Enterprise host" +msgstr "Babel Enterprise host" + +#: ../../include/functions_config.php:347 +msgid "Integria host" +msgstr "Integria host" + +#: ../../include/functions_config.php:357 +msgid "Saml path" +msgstr "SAML path" + +#: ../../include/functions_config.php:361 +msgid "Session timeout" +msgstr "Session timeout" + +#: ../../include/functions_config.php:371 +#: ../../godmode/setup/performance.php:49 +msgid "Max. days before delete events" +msgstr "Max. days before delete events" + +#: ../../include/functions_config.php:373 +#: ../../godmode/setup/performance.php:52 +msgid "Max. days before delete traps" +msgstr "Max. days before trap cleanup" + +#: ../../include/functions_config.php:375 +#: ../../godmode/setup/performance.php:58 +msgid "Max. days before delete string data" +msgstr "Max. days before delete string data" + +#: ../../include/functions_config.php:377 +#: ../../godmode/setup/performance.php:55 +msgid "Max. days before delete audit events" +msgstr "Max. days before audited event cleanup" + +#: ../../include/functions_config.php:379 +#: ../../godmode/setup/performance.php:61 +msgid "Max. days before delete GIS data" +msgstr "Max. days before delete GIS data" + +#: ../../include/functions_config.php:381 +#: ../../godmode/setup/performance.php:64 +msgid "Max. days before purge" +msgstr "Max. days before purge" + +#: ../../include/functions_config.php:383 +#: ../../godmode/setup/performance.php:70 +msgid "Max. days before delete unknown modules" +msgstr "Max. days before deleting unknown modules." + +#: ../../include/functions_config.php:385 +#: ../../godmode/setup/performance.php:67 +msgid "Max. days before compact data" +msgstr "Max. days before data compacting" + +#: ../../include/functions_config.php:387 +msgid "Max. days before autodisable deletion" +msgstr "Max. days before autodisable deletion" + +#: ../../include/functions_config.php:389 +msgid "Item limit for realtime reports)" +msgstr "Item limit for realtime reports" + +#: ../../include/functions_config.php:391 +#: ../../godmode/setup/performance.php:100 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Compact interpolation in hours (1 Fine-20 bad)" + +#: ../../include/functions_config.php:393 +#: ../../godmode/setup/performance.php:114 +msgid "Default hours for event view" +msgstr "Default hours for event view" + +#: ../../include/functions_config.php:395 +#: ../../godmode/setup/performance.php:117 +msgid "Use realtime statistics" +msgstr "Use realtime statistics" + +#: ../../include/functions_config.php:397 +#: ../../godmode/setup/performance.php:121 +msgid "Batch statistics period (secs)" +msgstr "Batch statistics period (secs)" + +#: ../../include/functions_config.php:399 +#: ../../godmode/setup/performance.php:124 +msgid "Use agent access graph" +msgstr "Use agent access graph" + +#: ../../include/functions_config.php:401 +#: ../../godmode/setup/performance.php:128 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. recommended number of files in attachment directory" + +#: ../../include/functions_config.php:403 +#: ../../godmode/setup/performance.php:131 +msgid "Delete not init modules" +msgstr "Delete not init modules" + +#: ../../include/functions_config.php:405 +msgid "Big Operatiopn Step to purge old data" +msgstr "Big Operation Step to purge old data" + +#: ../../include/functions_config.php:407 +#: ../../godmode/setup/performance.php:138 +msgid "Small Operation Step to purge old data" +msgstr "Small Operation Step to purge old data" + +#: ../../include/functions_config.php:409 +#: ../../godmode/setup/performance.php:76 +msgid "Retention period of past special days" +msgstr "Retention period of past special days" + +#: ../../include/functions_config.php:411 +#: ../../godmode/setup/performance.php:79 +msgid "Max. macro data fields" +msgstr "Max. macro data fields" + +#: ../../include/functions_config.php:414 +#: ../../godmode/setup/performance.php:83 +msgid "Max. days before delete inventory data" +msgstr "Max. days before delete inventory data" + +#: ../../include/functions_config.php:422 +#: ../../godmode/setup/setup_visuals.php:651 +msgid "Date format string" +msgstr "Date format string" + +#: ../../include/functions_config.php:424 +#: ../../godmode/setup/setup_visuals.php:664 +msgid "Timestamp or time comparation" +msgstr "Timestamp or time comparison" + +#: ../../include/functions_config.php:426 +#: ../../godmode/setup/setup_visuals.php:391 +msgid "Graph color (min)" +msgstr "Graph colour (min)" + +#: ../../include/functions_config.php:428 +#: ../../godmode/setup/setup_visuals.php:395 +msgid "Graph color (avg)" +msgstr "Graph colour (avg)" + +#: ../../include/functions_config.php:430 +#: ../../godmode/setup/setup_visuals.php:399 +msgid "Graph color (max)" +msgstr "Graph colour (max)" + +#: ../../include/functions_config.php:432 +#: ../../godmode/setup/setup_visuals.php:403 +msgid "Graph color #4" +msgstr "Graph colour #4" + +#: ../../include/functions_config.php:434 +#: ../../godmode/setup/setup_visuals.php:407 +msgid "Graph color #5" +msgstr "Graph colour #5" + +#: ../../include/functions_config.php:436 +#: ../../godmode/setup/setup_visuals.php:411 +msgid "Graph color #6" +msgstr "Graph colour #6" + +#: ../../include/functions_config.php:438 +#: ../../godmode/setup/setup_visuals.php:415 +msgid "Graph color #7" +msgstr "Graph colour #7" + +#: ../../include/functions_config.php:440 +#: ../../godmode/setup/setup_visuals.php:419 +msgid "Graph color #8" +msgstr "Graph colour #8" + +#: ../../include/functions_config.php:442 +#: ../../godmode/setup/setup_visuals.php:423 +msgid "Graph color #9" +msgstr "Graph colour #9" + +#: ../../include/functions_config.php:444 +#: ../../godmode/setup/setup_visuals.php:427 +msgid "Graph color #10" +msgstr "Graph colour #10" + +#: ../../include/functions_config.php:446 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "Graphic resolution (1-low, 5-high)" + +#: ../../include/functions_config.php:448 +#: ../../godmode/setup/setup_visuals.php:435 +msgid "Value to interface graphics" +msgstr "Value to interface graphics" + +#: ../../include/functions_config.php:450 +#: ../../godmode/setup/setup_visuals.php:444 +msgid "Data precision for reports" +msgstr "Data precision for reports" + +#: ../../include/functions_config.php:455 +#: ../../godmode/setup/setup_visuals.php:153 +msgid "Style template" +msgstr "Style template" + +#: ../../include/functions_config.php:459 +#: ../../godmode/setup/setup_visuals.php:454 +msgid "Use round corners" +msgstr "Use round corners" + +#: ../../include/functions_config.php:461 +msgid "Show QR code header" +msgstr "Display QR code in header" + +#: ../../include/functions_config.php:463 +#: ../../godmode/setup/setup_visuals.php:158 +msgid "Status icon set" +msgstr "Status icon set" + +#: ../../include/functions_config.php:465 +#: ../../godmode/setup/setup_visuals.php:311 +msgid "Font path" +msgstr "Font path" + +#: ../../include/functions_config.php:467 +#: ../../godmode/setup/setup_visuals.php:318 +#: ../../godmode/reporting/visual_console_builder.wizard.php:178 +msgid "Font size" +msgstr "Font size" + +#: ../../include/functions_config.php:473 +#: ../../include/functions_config.php:633 +#: ../../godmode/setup/setup_visuals.php:574 +msgid "Custom logo" +msgstr "Custom logo" + +#: ../../include/functions_config.php:475 +msgid "Custom logo login" +msgstr "Custom logo login" + +#: ../../include/functions_config.php:480 +#: ../../godmode/setup/setup_visuals.php:168 +msgid "Login background" +msgstr "Login background" + +#: ../../include/functions_config.php:482 +#: ../../godmode/setup/setup_visuals.php:75 +msgid "Default interval for refresh on Visual Console" +msgstr "Default interval for Visual Console to refresh" + +#: ../../include/functions_config.php:484 +#: ../../godmode/setup/setup_visuals.php:528 +msgid "Default line thickness for the Visual Console" +msgstr "Default line width for the Visual Console" + +#: ../../include/functions_config.php:486 +#: ../../include/functions_config.php:488 +#: ../../godmode/setup/setup_visuals.php:341 +msgid "Agent size text" +msgstr "Agent text size" + +#: ../../include/functions_config.php:490 +#: ../../godmode/setup/setup_visuals.php:349 +msgid "Module size text" +msgstr "Module text size" + +#: ../../include/functions_config.php:492 +#: ../../include/functions_config.php:494 +#: ../../godmode/setup/setup_visuals.php:357 +msgid "Description size text" +msgstr "Description text size" + +#: ../../include/functions_config.php:496 +#: ../../godmode/setup/setup_visuals.php:361 +msgid "Item title size text" +msgstr "Item title text size" + +#: ../../include/functions_config.php:498 +#: ../../godmode/setup/setup_visuals.php:274 +msgid "GIS Labels" +msgstr "GIS Labels" + +#: ../../include/functions_config.php:500 +msgid "Show units in values report" +msgstr "Show units in values report" + +#: ../../include/functions_config.php:502 +#: ../../godmode/setup/setup_visuals.php:286 +msgid "Default icon in GIS" +msgstr "Default icon in GIS" + +#: ../../include/functions_config.php:504 +#: ../../godmode/setup/setup_visuals.php:254 +msgid "Autohidden menu" +msgstr "Auto-hidden menu" + +#: ../../include/functions_config.php:506 +msgid "Fixed graph" +msgstr "Fixed graph" + +#: ../../include/functions_config.php:508 +#: ../../godmode/setup/setup_visuals.php:238 +msgid "Fixed header" +msgstr "Fixed header" + +#: ../../include/functions_config.php:510 +#: ../../godmode/setup/setup_visuals.php:246 +msgid "Fixed menu" +msgstr "Fixed menu" + +#: ../../include/functions_config.php:512 +msgid "Paginate module" +msgstr "Paginate module" + +#: ../../include/functions_config.php:514 +#: ../../godmode/setup/setup_visuals.php:625 +msgid "Custom graphviz directory" +msgstr "Custom graphviz directory" + +#: ../../include/functions_config.php:516 +#: ../../godmode/setup/setup_visuals.php:632 +msgid "Networkmap max width" +msgstr "Networkmap max width" + +#: ../../include/functions_config.php:518 +#: ../../godmode/setup/setup_visuals.php:469 +msgid "Shortened module graph data" +msgstr "Shortened module graph data" + +#: ../../include/functions_config.php:520 +#: ../../godmode/setup/setup_visuals.php:641 +msgid "Show the group name instead the group icon." +msgstr "Show group name instead of group icon" + +#: ../../include/functions_config.php:522 +#: ../../godmode/setup/setup_visuals.php:449 +msgid "Default line thickness for the Custom Graph." +msgstr "Default line width for the Custom Graph" + +#: ../../include/functions_config.php:524 +msgid "Default type of module charts." +msgstr "Default module chart type" + +#: ../../include/functions_config.php:526 +msgid "Default type of interface charts." +msgstr "Default type of interface charts." + +#: ../../include/functions_config.php:528 +msgid "Default show only average or min and max" +msgstr "Default show only average or min and max" + +#: ../../include/functions_config.php:530 +#: ../../godmode/setup/setup_visuals.php:85 +msgid "Display data of proc modules in other format" +msgstr "Display data of proc modules in other format" + +#: ../../include/functions_config.php:532 +#: ../../godmode/setup/setup_visuals.php:95 +msgid "Display text proc modules have state is ok" +msgstr "Display text proc modules have state is ok" + +#: ../../include/functions_config.php:534 +#: ../../godmode/setup/setup_visuals.php:99 +msgid "Display text when proc modules have state critical" +msgstr "Display text when proc modules" + +#: ../../include/functions_config.php:537 +msgid "Display lateral menus with left click" +msgstr "Display lateral menus with left click" + +#: ../../include/functions_config.php:541 +#: ../../godmode/setup/setup_visuals.php:117 +msgid "Service label font size" +msgstr "Service label font size" + +#: ../../include/functions_config.php:543 +msgid "Service item padding size" +msgstr "Service item padding size" + +#: ../../include/functions_config.php:546 +msgid "Default percentil" +msgstr "Default percentile" + +#: ../../include/functions_config.php:548 +#: ../../godmode/setup/setup_visuals.php:126 +msgid "Classic menu mode" +msgstr "Classic menu mode" + +#: ../../include/functions_config.php:566 +msgid "Add the custom post process" +msgstr "Add the custom post process" + +#: ../../include/functions_config.php:573 +msgid "Delete the custom post process" +msgstr "Delete the custom post process" + +#: ../../include/functions_config.php:618 +#: ../../godmode/setup/setup_visuals.php:723 +msgid "Delete interval" +msgstr "Delete interval" + +#: ../../include/functions_config.php:622 +msgid "Custom report info" +msgstr "Custom report info" + +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:630 +#: ../../include/functions_config.php:633 +#: ../../include/functions_config.php:636 +#: ../../include/functions_config.php:639 +#: ../../include/functions_config.php:642 +#: ../../godmode/setup/setup_visuals.php:567 +#: ../../godmode/setup/setup_visuals.php:573 +#: ../../godmode/setup/setup_visuals.php:586 +#: ../../godmode/setup/setup_visuals.php:594 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:607 +msgid "Custom report front" +msgstr "Front side custom report" + +#: ../../include/functions_config.php:630 +#: ../../godmode/setup/setup_visuals.php:567 +msgid "Font family" +msgstr "Font family" + +#: ../../include/functions_config.php:636 +#: ../../godmode/setup/setup_visuals.php:594 +msgid "Header" +msgstr "Header" + +#: ../../include/functions_config.php:639 +#: ../../godmode/setup/setup_visuals.php:599 +msgid "First page" +msgstr "First page" + +#: ../../include/functions_config.php:642 +#: ../../godmode/setup/setup_visuals.php:607 +msgid "Footer" +msgstr "Footer" + +#: ../../include/functions_config.php:647 +#: ../../godmode/setup/setup_netflow.php:41 +msgid "Data storage path" +msgstr "Data storage path" + +#: ../../include/functions_config.php:649 +#: ../../godmode/setup/setup_netflow.php:45 +msgid "Daemon interval" +msgstr "Daemon interval" + +#: ../../include/functions_config.php:651 +#: ../../godmode/setup/setup_netflow.php:49 +msgid "Daemon binary path" +msgstr "Daemon binary path" + +#: ../../include/functions_config.php:653 +#: ../../godmode/setup/setup_netflow.php:52 +msgid "Nfdump binary path" +msgstr "Nfdump binary path" + +#: ../../include/functions_config.php:655 +#: ../../godmode/setup/setup_netflow.php:55 +msgid "Nfexpire binary path" +msgstr "Nfexpire binary path" + +#: ../../include/functions_config.php:657 +#: ../../godmode/setup/setup_netflow.php:58 +msgid "Maximum chart resolution" +msgstr "Maximum chart resolution" + +#: ../../include/functions_config.php:659 +#: ../../godmode/setup/setup_netflow.php:61 +msgid "Disable custom live view filters" +msgstr "Disable custom live view filters" + +#: ../../include/functions_config.php:661 +#: ../../include/functions_config.php:667 +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Netflow max lifetime" +msgstr "Max. Netflow lifespan" + +#: ../../include/functions_config.php:663 +#: ../../godmode/setup/setup_netflow.php:68 +msgid "Name resolution for IP address" +msgstr "Enable IP address name resolution" + +#: ../../include/functions_config.php:669 +msgid "Log max lifetime" +msgstr "Max. log lifespan" + +#: ../../include/functions_config.php:673 +msgid "Enable history database" +msgstr "Enable historic database" + +#: ../../include/functions_config.php:675 +msgid "Enable history event" +msgstr "Enable history event" + +#: ../../include/functions_config.php:677 +msgid "Host" +msgstr "Host" + +#: ../../include/functions_config.php:679 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342 +#: ../../godmode/agentes/module_manager_editor_network.php:106 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 +msgid "Port" +msgstr "Port" + +#: ../../include/functions_config.php:683 +msgid "Database user" +msgstr "Database user" + +#: ../../include/functions_config.php:685 +msgid "Database password" +msgstr "Database password" + +#: ../../include/functions_config.php:687 +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Days" +msgstr "Days" + +#: ../../include/functions_config.php:689 +msgid "Event Days" +msgstr "Event Days" + +#: ../../include/functions_config.php:691 +#: ../../godmode/alerts/configure_alert_template.php:147 +#: ../../godmode/alerts/configure_alert_template.php:152 +#: ../../godmode/alerts/configure_alert_template.php:167 +#: ../../godmode/alerts/configure_alert_template.php:172 +#: ../../godmode/alerts/configure_alert_template.php:187 +#: ../../godmode/alerts/configure_alert_template.php:192 +msgid "Step" +msgstr "Step" + +#: ../../include/functions_config.php:693 +msgid "Delay" +msgstr "Delay" + +#: ../../include/functions_config.php:697 +#: ../../godmode/setup/setup_ehorus.php:54 +msgid "Enable eHorus" +msgstr "Enable eHorus" + +#: ../../include/functions_config.php:699 +msgid "eHorus user" +msgstr "eHorus user" + +#: ../../include/functions_config.php:701 +msgid "eHorus password" +msgstr "eHorus password" + +#: ../../include/functions_config.php:703 +msgid "eHorus API hostname" +msgstr "eHorus API hostname" + +#: ../../include/functions_config.php:705 +msgid "eHorus API port" +msgstr "eHorus API port" + +#: ../../include/functions_config.php:707 +msgid "eHorus request timeout" +msgstr "eHorus request timeout" + +#: ../../include/functions_config.php:709 +msgid "eHorus id custom field" +msgstr "eHorus id custom field" + +#: ../../include/functions_config.php:721 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "Updated failed. The following values could not be updated: %s" + +#: ../../include/functions_config.php:1696 +msgid "" +"Click here to start the " +"registration process" +msgstr "" +"Click here to start the " +"registration process" + +#: ../../include/functions_config.php:1697 +msgid "This instance is not registered in the Update manager" +msgstr "This instance is not registered in the Update manager" + +#: ../../include/functions_config.php:1704 +msgid "" +"Click here to start the " +"newsletter subscription process" +msgstr "" +"Click here to start the " +"newsletter subscription process" + +#: ../../include/functions_config.php:1705 +msgid "Not subscribed to the newsletter" +msgstr "Not subscribed to the newsletter" + +#: ../../include/functions_config.php:1716 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "The default password for the \"Admin\" user hasn't been changed." + +#: ../../include/functions_config.php:1717 +msgid "" +"Please change the default password because is a common vulnerability " +"reported." +msgstr "" +"Please change the default password. It's a commonly reported security issue " +"to not do so." + +#: ../../include/functions_config.php:1723 +msgid "You can not get updates until you renew the license." +msgstr "You cannot obtain updates until you renew the license." + +#: ../../include/functions_config.php:1724 +msgid "This license has expired." +msgstr "This license has expired." + +#: ../../include/functions_config.php:1729 +msgid "" +"Please check that the web server has write rights on the " +"{HOMEDIR}/attachment directory" +msgstr "" +"Please check that the webserver has writing permission over the " +"{HOMEDIR}/attachment directory" + +#: ../../include/functions_config.php:1742 +msgid "Remote configuration directory is not readble for the console" +msgstr "Remote configuration directory is unreadable for the console." + +#: ../../include/functions_config.php:1748 +#: ../../include/functions_config.php:1755 +msgid "Remote configuration directory is not writtable for the console" +msgstr "Remote configuration directory is not writtable by the console" + +#: ../../include/functions_config.php:1766 +msgid "" +"There are too much files in attachment directory. This is not fatal, but you " +"should consider cleaning up your attachment directory manually" +msgstr "" +"there are too many files in the attachment directory. This is not a fatal " +"issue, but you should consider cleaning your attachment directory manually." + +#: ../../include/functions_config.php:1766 +msgid "files" +msgstr "files" + +#: ../../include/functions_config.php:1767 +msgid "Too much files in your tempora/attachment directory" +msgstr "Too many files in your temporary/attachment directory" + +#: ../../include/functions_config.php:1784 +msgid "" +"Your database is not well maintained. Seems that it have more than 48hr " +"without a proper maintance. Please review Pandora FMS documentation about " +"how to execute this maintance process (pandora_db.pl) and enable it as soon " +"as possible" +msgstr "" +"Your database is not maintained correctly. It seems that more than 48hrs " +"have passed without proper maintenance. Please review Pandora FMS' documents " +"on how to perform this maintenance process (pandora_db.pl) and enable it as " +"soon as possible." + +#: ../../include/functions_config.php:1785 +msgid "Database maintance problem" +msgstr "Database maintenance issue." + +#: ../../include/functions_config.php:1791 +msgid "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" +msgstr "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" + +#: ../../include/functions_config.php:1792 +msgid "Default font doesnt exist" +msgstr "The default font doesn't exist." + +#: ../../include/functions_config.php:1797 +msgid "You need to restart server after altering this configuration setting." +msgstr "" +"You'll need to restart the server after modifying this configuration setting." + +#: ../../include/functions_config.php:1798 +msgid "" +"Event storm protection is activated. No events will be generated during this " +"mode." +msgstr "" +"Event storm protection is activated. No events will be generated during this " +"mode." + +#: ../../include/functions_config.php:1805 +msgid "" +"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " +"developer mode and should be disabled in a production system. This value is " +"written in the main index.php file" +msgstr "" +"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " +"developer mode and should be disabled in a production system. This value is " +"written in the main index.php file" + +#: ../../include/functions_config.php:1806 +msgid "Developer mode is enabled" +msgstr "Developer mode enabled" + +#: ../../include/functions_config.php:1815 +msgid "Error first setup Open update" +msgstr "Error on first setup open update" + +#: ../../include/functions_config.php:1821 +msgid "" +"There is a new update available. Please go to Administration:Setup:Update Manager for more details." +msgstr "" +"There is a new update available. Please go to Administration:Setup:Update Manager for more details." + +#: ../../include/functions_config.php:1822 +msgid "New update of Pandora Console" +msgstr "New Pandora Console update" + +#: ../../include/functions_config.php:1836 +msgid "" +"To disable, change it on your PHP configuration file (php.ini) and put " +"safe_mode = Off (Dont forget restart apache process after changes)" +msgstr "" +"In order to disable it, please go to your PHP configuration file (php.ini) " +"and set the 'safe_mode' option to 'Off'. Please don't forget to restart the " +"apache process after the changes are complete." + +#: ../../include/functions_config.php:1837 +msgid "PHP safe mode is enabled. Some features may not properly work." +msgstr "PHP safe mode is enabled. Some features may not work properly." + +#: ../../include/functions_config.php:1842 +#, php-format +msgid "Recommended value is %s" +msgstr "The recommended value is %s" + +#: ../../include/functions_config.php:1842 +#: ../../include/functions_config.php:1848 +msgid "Unlimited" +msgstr "Unlimited" + +#: ../../include/functions_config.php:1842 +#: ../../include/functions_config.php:1848 +#: ../../include/functions_config.php:1856 +#: ../../include/functions_config.php:1871 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" +msgstr "" +"Please, change this in your PHP configuration file (php.ini) or contact your " +"administrator (remember to restart the Apache process after performing " +"changes)" + +#: ../../include/functions_config.php:1843 +#: ../../include/functions_config.php:1849 +#: ../../include/functions_config.php:1857 +#: ../../include/functions_config.php:1865 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Not recommended '%s' value in PHP configuration" + +#: ../../include/functions_config.php:1848 +#: ../../include/functions_config.php:1856 +#: ../../include/functions_config.php:1864 +#, php-format +msgid "Recommended value is: %s" +msgstr "The recommended value is: %s" + +#: ../../include/functions_config.php:1856 +#: ../../include/functions_config.php:1864 +#, php-format +msgid "%s or greater" +msgstr "%s or greater" + +#: ../../include/functions_config.php:1864 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" +"Please, change it in your PHP configuration file (php.ini) or contact the " +"administrator" + +#: ../../include/functions_config.php:1870 +msgid "" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" +msgstr "" +"The variable disable_functions contains the system () or exec () functions " +"in the PHP configuration file (php.ini)" + +#: ../../include/functions_config.php:1871 +msgid "Problems with disable functions in PHP.INI" +msgstr "Problems with disable functions in PHP.INI" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "Agent hierarchy" + +#: ../../include/functions.php:215 +msgid "." +msgstr "." + +#: ../../include/functions.php:217 +msgid "," +msgstr "," + +#: ../../include/functions.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "s" + +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "d" + +#: ../../include/functions.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "M" + +#: ../../include/functions.php:442 ../../include/functions.php:576 +msgid "Y" +msgstr "Y" + +#: ../../include/functions.php:443 ../../include/functions.php:577 +msgid "m" +msgstr "m" + +#: ../../include/functions.php:444 ../../include/functions.php:578 +msgid "h" +msgstr "h" + +#: ../../include/functions.php:445 ../../include/functions.php:579 +msgid "N" +msgstr "N" + +#: ../../include/functions.php:1033 +msgid "Monitor Unknown" +msgstr "Unknown Monitor" + +#: ../../include/functions.php:1040 +msgid "Agent created" +msgstr "Agent created" + +#: ../../include/functions.php:2015 +msgid "custom" +msgstr "custom" + +#: ../../include/functions.php:2020 ../../include/functions.php:2021 +#, php-format +msgid "%s minutes" +msgstr "%s minutes" + +#: ../../include/functions.php:2023 ../../include/functions.php:2024 +#, php-format +msgid "%s hours" +msgstr "%s hours" + +#: ../../include/functions.php:2029 ../../include/functions.php:2030 +#, php-format +msgid "%s months" +msgstr "%s months" + +#: ../../include/functions.php:2032 ../../include/functions.php:2033 +#, php-format +msgid "%s years" +msgstr "%s years" + +#: ../../include/functions.php:2036 +#: ../../godmode/alerts/configure_alert_template.php:915 +#: ../../godmode/alerts/alert_list.builder.php:212 +#: ../../godmode/modules/manage_network_components_form_network.php:82 +#: ../../godmode/modules/manage_network_components_form_plugin.php:29 +#: ../../godmode/modules/manage_network_components_form_wmi.php:58 +msgid "Empty" +msgstr "Empty" + +#: ../../include/functions.php:2036 +msgid "Default values will be used" +msgstr "Default values will be applied" + +#: ../../include/functions.php:2196 +msgid "The uploaded file was only partially uploaded" +msgstr "The file was only partially uploaded." + +#: ../../include/functions.php:2199 +msgid "No file was uploaded" +msgstr "No file was uploaded" + +#: ../../include/functions.php:2202 +msgid "Missing a temporary folder" +msgstr "Temporary folder missing." + +#: ../../include/functions.php:2205 +msgid "Failed to write file to disk" +msgstr "Failed to write file to disk." + +#: ../../include/functions.php:2208 +msgid "File upload stopped by extension" +msgstr "File upload stopped by extension." + +#: ../../include/functions.php:2212 +msgid "Unknown upload error" +msgstr "Unknown upload error." + +#: ../../include/functions.php:2297 +msgid "No data found to export" +msgstr "No data found to export" + +#: ../../include/functions.php:2315 +msgid "Source ID" +msgstr "Source ID" + +#: ../../include/functions.php:2582 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463 +msgid "Disable" +msgstr "Disable" + +#: ../../include/functions.php:2585 +msgid "15 seconds" +msgstr "15 seconds" + +#: ../../include/functions.php:2590 +msgid "15 minutes" +msgstr "15 minutes" #: ../../include/functions_networkmap.php:1638 #: ../../include/functions_networkmap.php:1724 @@ -23901,11791 +16614,7097 @@ msgstr "Create a new dynamic map" msgid "Create a new radial dynamic map" msgstr "Create a new radial dynamic map" -#: ../../include/functions_reporting.php:568 -#: ../../include/functions_reporting.php:5118 -#: ../../enterprise/include/functions_reporting.php:1690 -#: ../../enterprise/include/functions_reporting.php:2416 -#: ../../enterprise/include/functions_reporting.php:3197 -#: ../../enterprise/include/functions_reporting.php:4516 -#: ../../enterprise/include/functions_reporting.php:4522 -msgid "There are no SLAs defined" -msgstr "There are no SLAs defined" - -#: ../../include/functions_reporting.php:635 -#: ../../include/functions_reporting.php:5169 -#: ../../enterprise/include/functions_reporting.php:1745 -#: ../../enterprise/include/functions_reporting.php:2471 -#: ../../enterprise/include/functions_reporting.php:3252 -msgid "Inverse" -msgstr "Inverse" - -#: ../../include/functions_reporting.php:945 -#: ../../enterprise/dashboard/widgets/top_n.php:31 -msgid "Top N" -msgstr "Top N" - -#: ../../include/functions_reporting.php:964 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#: ../../enterprise/include/functions_reporting_csv.php:417 -#, php-format -msgid "Top %d" -msgstr "Top %d" - -#: ../../include/functions_reporting.php:1002 -#: ../../include/functions_reporting.php:1821 -#: ../../include/functions_reporting_html.php:2432 -#: ../../include/functions_reporting_html.php:2664 -#: ../../enterprise/dashboard/widgets/top_n.php:468 -#: ../../enterprise/include/functions_reporting_pdf.php:825 -#: ../../enterprise/include/functions_reporting_pdf.php:1258 -#: ../../enterprise/include/functions_reporting_pdf.php:2013 -msgid "There are no Agent/Modules defined" -msgstr "There are no Agent/Modules defined" - -#: ../../include/functions_reporting.php:1055 -#: ../../enterprise/dashboard/widgets/top_n.php:534 -msgid "Insuficient data" -msgstr "Insufficient data" - -#: ../../include/functions_reporting.php:1288 -msgid "Event Report Group" -msgstr "Event Report Group" - -#: ../../include/functions_reporting.php:1465 -msgid "Event Report Module" -msgstr "Event Report Module" - -#: ../../include/functions_reporting.php:1527 -#: ../../enterprise/include/functions_reporting_csv.php:292 -msgid "Inventory Changes" -msgstr "Inventory Changes" - -#: ../../include/functions_reporting.php:1569 -#: ../../enterprise/extensions/ipam/ipam_action.php:198 -msgid "No changes found." -msgstr "No changes found." - -#: ../../include/functions_reporting.php:1656 -msgid "Agent/Modules" -msgstr "Agent/Modules" - -#: ../../include/functions_reporting.php:1745 -msgid "Exception - Everything" -msgstr "Exception - Everything" - -#: ../../include/functions_reporting.php:1750 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "Exception - Modules larger than or equal to %s" - -#: ../../include/functions_reporting.php:1752 -#, php-format -msgid "Modules over or equal to %s" -msgstr "Modules larger than or equal to %s" - -#: ../../include/functions_reporting.php:1756 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "Exception - Modules lesser than or equal to %s" - -#: ../../include/functions_reporting.php:1758 -#, php-format -msgid "Modules under or equal to %s" -msgstr "Modules lesser than or equal to %s" - -#: ../../include/functions_reporting.php:1762 -#, php-format -msgid "Exception - Modules under %s" -msgstr "Exception - Modules lesser than %s" - -#: ../../include/functions_reporting.php:1764 -#, php-format -msgid "Modules under %s" -msgstr "Modules lesser than %s" - -#: ../../include/functions_reporting.php:1768 -#, php-format -msgid "Exception - Modules over %s" -msgstr "Exception - Modules larger than %s" - -#: ../../include/functions_reporting.php:1770 -#, php-format -msgid "Modules over %s" -msgstr "Modules larger than %s" - -#: ../../include/functions_reporting.php:1774 -#, php-format -msgid "Exception - Equal to %s" -msgstr "Exception - Equal to %s" - -#: ../../include/functions_reporting.php:1776 -#, php-format -msgid "Equal to %s" -msgstr "Equal to %s" - -#: ../../include/functions_reporting.php:1780 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "Exception - Not equal to %s" - -#: ../../include/functions_reporting.php:1782 -#, php-format -msgid "Not equal to %s" -msgstr "Not equal to %s" - -#: ../../include/functions_reporting.php:1786 -msgid "Exception - Modules at normal status" -msgstr "Exception - Modules in normal status." - -#: ../../include/functions_reporting.php:1787 -msgid "Modules at normal status" -msgstr "Modules in normal status" - -#: ../../include/functions_reporting.php:1791 -msgid "Exception - Modules at critical or warning status" -msgstr "Exception - Modules in critical or warning status" - -#: ../../include/functions_reporting.php:1792 -msgid "Modules at critical or warning status" -msgstr "Modules in critical or warning status." - -#: ../../include/functions_reporting.php:1981 -msgid "There are no Modules under those conditions." -msgstr "There are no Modules under those conditions." - -#: ../../include/functions_reporting.php:1984 -#, php-format -msgid "There are no Modules over or equal to %s." -msgstr "There are no Modules larger than or equal to %s" - -#: ../../include/functions_reporting.php:1987 -#, php-format -msgid "There are no Modules less or equal to %s." -msgstr "There are no Modules lesser than or equal to %s" - -#: ../../include/functions_reporting.php:1990 -#, php-format -msgid "There are no Modules less %s." -msgstr "There are no Modules lesser than %s" - -#: ../../include/functions_reporting.php:1993 -#, php-format -msgid "There are no Modules over %s." -msgstr "There are no Modules larger than %s" - -#: ../../include/functions_reporting.php:1996 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "There are no Modules equal to %s" - -#: ../../include/functions_reporting.php:1999 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "There are no Modules not equal to %s" - -#: ../../include/functions_reporting.php:2002 -msgid "There are no Modules normal status" -msgstr "There are no Modules in normal status" - -#: ../../include/functions_reporting.php:2005 -msgid "There are no Modules at critial or warning status" -msgstr "There are no modules in critical or warning status." - -#: ../../include/functions_reporting.php:2153 -#: ../../enterprise/include/functions_reporting_csv.php:443 -msgid "Group Report" -msgstr "Group Report" - -#: ../../include/functions_reporting.php:2207 -msgid "Event Report Agent" -msgstr "Event Report Agent" - -#: ../../include/functions_reporting.php:2409 -msgid "Database Serialized" -msgstr "Database Serialized" - -#: ../../include/functions_reporting.php:2605 -msgid "Network interfaces report" -msgstr "Network interface report" - -#: ../../include/functions_reporting.php:2624 -msgid "" -"The group has no agents or none of the agents has any network interface" -msgstr "" -"The group has no agents or none of the agents have any network interfaces." - -#: ../../include/functions_reporting.php:2673 -#: ../../include/functions_reporting.php:2696 -msgid "bytes/s" -msgstr "bytes/s" - -#: ../../include/functions_reporting.php:2748 -msgid "Alert Report Group" -msgstr "Alert Report Group" - -#: ../../include/functions_reporting.php:2894 -msgid "Alert Report Agent" -msgstr "Alert Report Agent" - -#: ../../include/functions_reporting.php:3011 -msgid "Alert Report Module" -msgstr "Alert Report Module" - -#: ../../include/functions_reporting.php:3144 -msgid "SQL Graph Vertical Bars" -msgstr "SQL vertical bar graph" - -#: ../../include/functions_reporting.php:3147 -msgid "SQL Graph Horizontal Bars" -msgstr "SQL horizontal bar graph" - -#: ../../include/functions_reporting.php:3150 -msgid "SQL Graph Pie" -msgstr "SQL Graph Pie" - -#: ../../include/functions_reporting.php:3197 -#: ../../enterprise/include/functions_reporting_csv.php:831 -#: ../../enterprise/include/functions_reporting_csv.php:847 -#: ../../enterprise/include/functions_reporting_csv.php:855 -msgid "Monitor Report" -msgstr "Monitor Report" - -#: ../../include/functions_reporting.php:3274 -msgid "Netflow Area" -msgstr "Netflow Area" - -#: ../../include/functions_reporting.php:3277 -msgid "Netflow Pie" -msgstr "Netflow Pie" - -#: ../../include/functions_reporting.php:3280 -msgid "Netflow Data" -msgstr "Netflow Data" - -#: ../../include/functions_reporting.php:3283 -msgid "Netflow Statistics" -msgstr "Netflow Statistics" - -#: ../../include/functions_reporting.php:3286 -msgid "Netflow Summary" -msgstr "Netflow Summary" - -#: ../../include/functions_reporting.php:3416 -msgid "Prediction Date" -msgstr "Prediction Date" - -#: ../../include/functions_reporting.php:3467 -#: ../../enterprise/include/functions_reporting_csv.php:333 -msgid "Projection Graph" -msgstr "Projection Graph" - -#: ../../include/functions_reporting.php:3708 -#: ../../enterprise/include/functions_reporting_csv.php:795 -#: ../../enterprise/include/functions_reporting_csv.php:811 -#: ../../enterprise/include/functions_reporting_csv.php:818 -msgid "AVG. Value" -msgstr "AVG. Value" - -#: ../../include/functions_reporting.php:3898 -#: ../../enterprise/godmode/reporting/mysql_builder.php:142 -#: ../../enterprise/include/functions_reporting_csv.php:653 -msgid "SQL" -msgstr "SQL" - -#: ../../include/functions_reporting.php:3969 -msgid "" -"Illegal query: Due security restrictions, there are some tokens or words you " -"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " -"update." -msgstr "" -"Illegal query. Due to security reasons, there are some tokens or words you " -"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " -"update." - -#: ../../include/functions_reporting.php:4960 -msgid "No Address" -msgstr "No Address" - -#: ../../include/functions_reporting.php:5711 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 -msgid "Rate" -msgstr "Rate" - -#: ../../include/functions_reporting.php:6356 -msgid "Maximum of events shown" -msgstr "Maximum number of displayed events" - -#: ../../include/functions_reporting.php:6996 -#: ../../include/functions_reporting.php:7033 -msgid "Server health" -msgstr "Server health" - -#: ../../include/functions_reporting.php:6996 -#, php-format -msgid "%d Downed servers" -msgstr "%d Downed servers" - -#: ../../include/functions_reporting.php:7004 -#: ../../include/functions_reporting.php:7036 -msgid "Monitor health" -msgstr "Monitor health" - -#: ../../include/functions_reporting.php:7004 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Abnormal monitors" - -#: ../../include/functions_reporting.php:7006 -#: ../../include/functions_reporting.php:7037 -msgid "of monitors up" -msgstr "of monitors up" - -#: ../../include/functions_reporting.php:7012 -#: ../../include/functions_reporting.php:7039 -msgid "Module sanity" -msgstr "Module sanity" - -#: ../../include/functions_reporting.php:7012 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Not initiated monitors" - -#: ../../include/functions_reporting.php:7014 -#: ../../include/functions_reporting.php:7040 -msgid "of total modules inited" -msgstr "of total modules initiated" - -#: ../../include/functions_reporting.php:7020 -#: ../../include/functions_reporting.php:7042 -#: ../../include/functions_reporting_html.php:2762 -msgid "Alert level" -msgstr "Alert level" - -#: ../../include/functions_reporting.php:7020 -#: ../../include/functions_reporting.php:8040 -#: ../../include/functions_reporting.php:8049 -#, php-format -msgid "%d Fired alerts" -msgstr "%d Triggered alerts" - -#: ../../include/functions_reporting.php:7022 -#: ../../include/functions_reporting.php:7043 -msgid "of defined alerts not fired" -msgstr "Of defined alerts not triggered" - -#: ../../include/functions_reporting.php:7080 -#: ../../enterprise/include/functions_reporting_csv.php:464 -msgid "Defined alerts" -msgstr "Triggered alerts" - -#: ../../include/functions_reporting.php:7102 -msgid "Defined and fired alerts" -msgstr "Defined and triggered alerts" - -#: ../../include/functions_reporting.php:7157 -#: ../../operation/events/sound_events.php:84 -msgid "Monitor critical" -msgstr "Monitor in critical status" - -#: ../../include/functions_reporting.php:7161 -#: ../../operation/events/sound_events.php:86 -msgid "Monitor warning" -msgstr "Monitor in warning status" - -#: ../../include/functions_reporting.php:7168 -msgid "Monitor normal" -msgstr "Monitor in normal status" - -#: ../../include/functions_reporting.php:7172 -#: ../../operation/events/sound_events.php:85 -msgid "Monitor unknown" -msgstr "Monitor in unknown status" - -#: ../../include/functions_reporting.php:7179 -msgid "Monitor not init" -msgstr "Monitor not initialised" - -#: ../../include/functions_reporting.php:7203 -#: ../../include/functions_reporting.php:7214 -msgid "Monitors by status" -msgstr "Monitors by status" - -#: ../../include/functions_reporting.php:7261 -#: ../../include/functions_reporting_html.php:3471 -#: ../../enterprise/dashboard/widgets/tactical.php:32 -msgid "Monitor checks" -msgstr "Monitor checks" - -#: ../../include/functions_reporting.php:7279 -#: ../../include/functions_reporting_html.php:3476 -msgid "Total agents and monitors" -msgstr "Total # of agents and monitors" - -#: ../../include/functions_reporting.php:7302 -msgid "Defined users" -msgstr "Defined users" - -#: ../../include/functions_reporting.php:7940 -msgid "Agent without data" -msgstr "Dataless agent" - -#: ../../include/functions_reporting.php:8027 -#: ../../include/functions_reporting.php:8035 -#, php-format -msgid "%d Total modules" -msgstr "%d Total modules" - -#: ../../include/functions_reporting.php:8028 -#, php-format -msgid "%d Modules in normal status" -msgstr "%d Modules in normal status" - -#: ../../include/functions_reporting.php:8029 -#, php-format -msgid "%d Modules in critical status" -msgstr "%d Modules in critical status" - -#: ../../include/functions_reporting.php:8030 -#, php-format -msgid "%d Modules in warning status" -msgstr "%d Modules in warning status" - -#: ../../include/functions_reporting.php:8031 -#, php-format -msgid "%d Modules in unknown status" -msgstr "%d Modules in unknown status" - -#: ../../include/functions_reporting.php:8032 -#, php-format -msgid "%d Modules in not init status" -msgstr "" - -#: ../../include/functions_reporting.php:8036 -#, php-format -msgid "%d Normal modules" -msgstr "%d Normal modules" - -#: ../../include/functions_reporting.php:8037 -#, php-format -msgid "%d Critical modules" -msgstr "%d Critical modules" - -#: ../../include/functions_reporting.php:8038 -#, php-format -msgid "%d Warning modules" -msgstr "%d Warning modules" - -#: ../../include/functions_reporting.php:8039 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Modules in Unknown status" - -#: ../../include/functions_reporting.php:8043 -#, php-format -msgid "%d Total agents" -msgstr "%d Total agents" - -#: ../../include/functions_reporting.php:8044 -#, php-format -msgid "%d Normal agents" -msgstr "%d Agents in Normal status" - -#: ../../include/functions_reporting.php:8045 -#, php-format -msgid "%d Critical agents" -msgstr "%d Agents in critical status" - -#: ../../include/functions_reporting.php:8046 -#, php-format -msgid "%d Warning agents" -msgstr "%d Agents in warning status." - -#: ../../include/functions_reporting.php:8047 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Unknown agents" - -#: ../../include/functions_reporting.php:8048 -#, php-format -msgid "%d not init agents" -msgstr "%d not init agents" - -#: ../../include/functions_reporting.php:9750 -msgid "Total running modules" -msgstr "Total running modules" - -#: ../../include/functions_reporting.php:9753 -#: ../../include/functions_reporting.php:9769 -#: ../../include/functions_reporting.php:9785 -#: ../../include/functions_reporting.php:9808 -#: ../../include/functions_reporting.php:9827 -#: ../../include/functions_reporting.php:9839 -#: ../../include/functions_reporting.php:9851 -#: ../../include/functions_reporting.php:9867 -msgid "Ratio" -msgstr "Ratio" - -#: ../../include/functions_reporting.php:9753 -#: ../../include/functions_reporting.php:9769 -#: ../../include/functions_reporting.php:9785 -#: ../../include/functions_reporting.php:9808 -#: ../../include/functions_reporting.php:9827 -#: ../../include/functions_reporting.php:9839 -#: ../../include/functions_reporting.php:9851 -#: ../../include/functions_reporting.php:9867 -msgid "Modules by second" -msgstr "Modules by second" - -#: ../../include/functions_reporting.php:9765 -msgid "Local modules" -msgstr "Local modules" - -#: ../../include/functions_reporting.php:9776 -msgid "Remote modules" -msgstr "Remote modules" - -#: ../../include/functions_reporting.php:9800 -msgid "Network modules" -msgstr "Network modules" - -#: ../../include/functions_reporting.php:9823 -msgid "Plugin modules" -msgstr "Plugin modules" - -#: ../../include/functions_reporting.php:9835 -msgid "Prediction modules" -msgstr "Prediction modules" - -#: ../../include/functions_reporting.php:9847 -msgid "WMI modules" -msgstr "WMI modules" - -#: ../../include/functions_reporting.php:9859 -msgid "Web modules" -msgstr "Web modules" - -#: ../../include/functions_reporting.php:9921 -#: ../../enterprise/dashboard/widgets/tactical.php:39 -msgid "Server performance" -msgstr "Server performance" - -#: ../../include/functions_reporting.php:10003 -#: ../../enterprise/include/functions_reporting.php:4593 -msgid "Weekly:" -msgstr "Weekly:" - -#: ../../include/functions_reporting.php:10037 -#: ../../enterprise/include/functions_reporting.php:4627 -msgid "Monthly:" -msgstr "Monthly:" - -#: ../../include/functions_reporting.php:10038 -#: ../../enterprise/include/functions_reporting.php:4628 -msgid "From day" -msgstr "From (date):" - -#: ../../include/functions_reporting.php:10039 -#: ../../enterprise/include/functions_reporting.php:4629 -msgid "To day" -msgstr "To day" - -#: ../../include/functions_pandora_networkmap.php:103 -#: ../../mobile/operation/networkmap.php:110 -#: ../../mobile/operation/networkmap.php:129 -#: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.dinamic.php:130 -#: ../../enterprise/include/class/NetworkmapEnterprise.class.php:227 -#: ../../enterprise/operation/policies/networkmap.policies.php:64 -msgid "Pandora FMS" -msgstr "Pandora FMS" - -#: ../../include/functions_pandora_networkmap.php:754 -#, php-format -msgid "Edit node %s" -msgstr "Edit node %s" - -#: ../../include/functions_pandora_networkmap.php:755 -msgid "Holding Area" -msgstr "Holding Area" - -#: ../../include/functions_pandora_networkmap.php:756 -msgid "Show details and options" -msgstr "Show details and options" - -#: ../../include/functions_pandora_networkmap.php:757 -msgid "Add a interface link" -msgstr "Add an interface link" - -#: ../../include/functions_pandora_networkmap.php:758 -msgid "Set parent interface" -msgstr "Set parent interface" - -#: ../../include/functions_pandora_networkmap.php:759 -msgid "Set as children" -msgstr "Define as children element" - -#: ../../include/functions_pandora_networkmap.php:760 -msgid "Set parent" -msgstr "Define as parent element" - -#: ../../include/functions_pandora_networkmap.php:761 -#: ../../include/functions_pandora_networkmap.php:768 -msgid "Abort the action of set relationship" -msgstr "Abort the action of set relationship" - -#: ../../include/functions_pandora_networkmap.php:763 -#: ../../include/functions_pandora_networkmap.php:1546 -msgid "Add node" -msgstr "Add node" - -#: ../../include/functions_pandora_networkmap.php:764 -msgid "Set center" -msgstr "Set centre" - -#: ../../include/functions_pandora_networkmap.php:766 -msgid "Refresh Holding area" -msgstr "Refresh Holding Area" - -#: ../../include/functions_pandora_networkmap.php:767 -msgid "Abort the action of set interface relationship" -msgstr "Abort 'set interface relationship'" - -#: ../../include/functions_pandora_networkmap.php:1276 -msgid "Open Minimap" -msgstr "Open Minimap" - -#: ../../include/functions_pandora_networkmap.php:1283 -msgid "Hide Labels" -msgstr "Hide Labels" - -#: ../../include/functions_pandora_networkmap.php:1374 -msgid "Edit node" -msgstr "Edit node" - -#: ../../include/functions_pandora_networkmap.php:1385 -msgid "Adresses" -msgstr "Addresses" - -#: ../../include/functions_pandora_networkmap.php:1387 -msgid "OS type" -msgstr "OS type" - -#: ../../include/functions_pandora_networkmap.php:1392 -#: ../../include/functions_pandora_networkmap.php:1393 -msgid "Node Details" -msgstr "Node Details" - -#: ../../include/functions_pandora_networkmap.php:1402 -msgid "Ip" -msgstr "Ip" - -#: ../../include/functions_pandora_networkmap.php:1403 -msgid "MAC" -msgstr "MAC" - -#: ../../include/functions_pandora_networkmap.php:1412 -#: ../../include/functions_pandora_networkmap.php:1413 -msgid "Interface Information (SNMP)" -msgstr "Interface Information (SNMP)" - -#: ../../include/functions_pandora_networkmap.php:1420 -msgid "Shape" -msgstr "Shape" - -#: ../../include/functions_pandora_networkmap.php:1422 -msgid "Circle" -msgstr "Circle" - -#: ../../include/functions_pandora_networkmap.php:1423 -msgid "Square" -msgstr "Square" - -#: ../../include/functions_pandora_networkmap.php:1424 -msgid "Rhombus" -msgstr "Rhomb" - -#: ../../include/functions_pandora_networkmap.php:1434 -msgid "name node" -msgstr "" - -#: ../../include/functions_pandora_networkmap.php:1436 -msgid "Update node" -msgstr "" - -#: ../../include/functions_pandora_networkmap.php:1441 -#: ../../include/functions_pandora_networkmap.php:1602 -msgid "name fictional node" -msgstr "Name fictional node" - -#: ../../include/functions_pandora_networkmap.php:1442 -#: ../../include/functions_pandora_networkmap.php:1603 -msgid "Networkmap to link" -msgstr "Networkmap to link" - -#: ../../include/functions_pandora_networkmap.php:1448 -msgid "Update fictional node" -msgstr "Update fictional node" - -#: ../../include/functions_pandora_networkmap.php:1451 -#: ../../include/functions_pandora_networkmap.php:1452 -msgid "Node options" -msgstr "Node Options" - -#: ../../include/functions_pandora_networkmap.php:1459 -#: ../../include/functions_pandora_networkmap.php:1514 -msgid "Node source" -msgstr "Node Source" - -#: ../../include/functions_pandora_networkmap.php:1460 -#: ../../include/functions_pandora_networkmap.php:1515 -msgid "Interface source" -msgstr "Interface Source" - -#: ../../include/functions_pandora_networkmap.php:1461 -#: ../../include/functions_pandora_networkmap.php:1516 -msgid "Interface Target" -msgstr "Interface Target" - -#: ../../include/functions_pandora_networkmap.php:1463 -#: ../../include/functions_pandora_networkmap.php:1517 -msgid "Node target" -msgstr "Node Target" - -#: ../../include/functions_pandora_networkmap.php:1464 -msgid "E." -msgstr "E." - -#: ../../include/functions_pandora_networkmap.php:1495 -msgid "There are not relations" -msgstr "There are no relations." - -#: ../../include/functions_pandora_networkmap.php:1502 -#: ../../include/functions_pandora_networkmap.php:1503 -msgid "Relations" -msgstr "Relations" - -#: ../../include/functions_pandora_networkmap.php:1538 -msgid "Add interface link" -msgstr "Add interface link" - -#: ../../include/functions_pandora_networkmap.php:1565 -#: ../../include/functions_pandora_networkmap.php:1569 -#: ../../include/functions_pandora_networkmap.php:1570 -#: ../../include/functions_pandora_networkmap.php:1590 -#: ../../include/functions_pandora_networkmap.php:1595 -#: ../../include/functions_pandora_networkmap.php:1613 -msgid "Add agent node" -msgstr "Add Agent Node" - -#: ../../include/functions_pandora_networkmap.php:1594 -msgid "Add agent node (filter by group)" -msgstr "Add Agent Node (filter by group)" - -#: ../../include/functions_pandora_networkmap.php:1609 -msgid "Add fictional node" -msgstr "Add Fictional Node" - -#: ../../include/functions_pandora_networkmap.php:1612 -msgid "Add fictional point" -msgstr "Add fictional point" - -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:3383 -#: ../../include/functions_treeview.php:298 -#: ../../enterprise/include/functions_reporting_pdf.php:2260 -#: ../../enterprise/include/functions_reporting_pdf.php:2298 -msgid "Last data" -msgstr "Last data" - -#: ../../include/functions_reporting_html.php:93 -msgid "Label: " -msgstr "Label: " - -#: ../../include/functions_reporting_html.php:111 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -#: ../../enterprise/include/functions_reporting_csv.php:1505 -#: ../../enterprise/include/functions_reporting_csv.php:1509 -#: ../../enterprise/include/functions_reporting_pdf.php:2163 -msgid "Generated" -msgstr "Generated" - -#: ../../include/functions_reporting_html.php:114 -#: ../../enterprise/include/functions_reporting_pdf.php:2166 -msgid "Report date" -msgstr "Report date" - -#: ../../include/functions_reporting_html.php:119 -#: ../../operation/reporting/reporting_viewer.php:197 -#: ../../enterprise/include/functions_reporting_pdf.php:2171 -msgid "Items period before" -msgstr "Items period before" - -#: ../../include/functions_reporting_html.php:398 -#: ../../enterprise/include/functions_reporting.php:1263 -#: ../../enterprise/include/functions_reporting.php:2055 -#: ../../enterprise/include/functions_reporting.php:2832 -#: ../../enterprise/include/functions_reporting_pdf.php:1266 -#: ../../enterprise/include/functions_reporting_pdf.php:1609 -msgid "Max/Min Values" -msgstr "Max/Min Values" - -#: ../../include/functions_reporting_html.php:399 -#: ../../enterprise/include/functions_reporting.php:1264 -#: ../../enterprise/include/functions_reporting.php:2056 -#: ../../enterprise/include/functions_reporting.php:2833 -#: ../../enterprise/include/functions_reporting.php:4426 -#: ../../enterprise/include/functions_reporting.php:4727 -#: ../../enterprise/include/functions_reporting_csv.php:931 -#: ../../enterprise/include/functions_reporting_csv.php:978 -#: ../../enterprise/include/functions_reporting_csv.php:1050 -#: ../../enterprise/include/functions_reporting_csv.php:1166 -#: ../../enterprise/include/functions_reporting_csv.php:1378 -#: ../../enterprise/include/functions_reporting_pdf.php:1267 -#: ../../enterprise/include/functions_reporting_pdf.php:1610 -#: ../../enterprise/include/functions_reporting_pdf.php:2040 -msgid "SLA Limit" -msgstr "SLA Limit" - -#: ../../include/functions_reporting_html.php:400 -#: ../../enterprise/include/functions_reporting.php:1264 -#: ../../enterprise/include/functions_reporting.php:1396 -#: ../../enterprise/include/functions_reporting.php:2056 -#: ../../enterprise/include/functions_reporting.php:2833 -#: ../../enterprise/include/functions_reporting.php:4427 -#: ../../enterprise/include/functions_reporting.php:4728 -#: ../../enterprise/include/functions_reporting_pdf.php:1268 -#: ../../enterprise/include/functions_reporting_pdf.php:1610 -#: ../../enterprise/include/functions_reporting_pdf.php:1759 -#: ../../enterprise/include/functions_reporting_pdf.php:2041 -msgid "SLA Compliance" -msgstr "SLA Compliance" - -#: ../../include/functions_reporting_html.php:425 -#: ../../enterprise/include/functions_reporting_pdf.php:1275 -msgid "Global Time" -msgstr "Global Time" - -#: ../../include/functions_reporting_html.php:426 -#: ../../enterprise/include/functions_reporting_csv.php:1309 -#: ../../enterprise/include/functions_reporting_pdf.php:1276 -msgid "Time Total" -msgstr "Time Total" - -#: ../../include/functions_reporting_html.php:427 -#: ../../enterprise/include/functions_reporting_pdf.php:1277 -#: ../../enterprise/include/functions_reporting_pdf.php:1850 -msgid "Time Failed" -msgstr "Time Failed" - -#: ../../include/functions_reporting_html.php:428 -#: ../../include/functions_reporting_html.php:2262 -#: ../../enterprise/include/functions_reporting_csv.php:1310 -#: ../../enterprise/include/functions_reporting_pdf.php:1278 -#: ../../enterprise/include/functions_reporting_pdf.php:1851 -msgid "Time OK" -msgstr "Time OK" - -#: ../../include/functions_reporting_html.php:429 -#: ../../enterprise/include/functions_reporting_csv.php:1312 -#: ../../enterprise/include/functions_reporting_pdf.php:1279 -#: ../../enterprise/include/functions_reporting_pdf.php:1852 -msgid "Time Unknown" -msgstr "Time Unknown" - -#: ../../include/functions_reporting_html.php:430 -#: ../../enterprise/include/functions_reporting_csv.php:1313 -#: ../../enterprise/include/functions_reporting_pdf.php:1280 -msgid "Time Not Init" -msgstr "Time Not Init" - -#: ../../include/functions_reporting_html.php:431 -#: ../../enterprise/include/functions_reporting_pdf.php:1281 -msgid "Downtime" -msgstr "Downtime" - -#: ../../include/functions_reporting_html.php:456 -#: ../../enterprise/include/functions_reporting_pdf.php:1287 -msgid "Checks Time" -msgstr "Checks Time" - -#: ../../include/functions_reporting_html.php:457 -#: ../../enterprise/include/functions_reporting_csv.php:1315 -#: ../../enterprise/include/functions_reporting_pdf.php:1288 -msgid "Checks Total" -msgstr "Checks Total" - -#: ../../include/functions_reporting_html.php:458 -#: ../../enterprise/include/functions_reporting_pdf.php:1289 -#: ../../enterprise/include/functions_reporting_pdf.php:1870 -msgid "Checks Failed" -msgstr "Checks Failed" - -#: ../../include/functions_reporting_html.php:459 -#: ../../include/functions_reporting_html.php:2305 -#: ../../enterprise/include/functions_reporting_csv.php:1316 -#: ../../enterprise/include/functions_reporting_pdf.php:1290 -#: ../../enterprise/include/functions_reporting_pdf.php:1871 -msgid "Checks OK" -msgstr "Checks OK" - -#: ../../include/functions_reporting_html.php:460 -#: ../../enterprise/include/functions_reporting_csv.php:1318 -#: ../../enterprise/include/functions_reporting_pdf.php:1291 -#: ../../enterprise/include/functions_reporting_pdf.php:1872 -msgid "Checks Unknown" -msgstr "Checks Unknown" - -#: ../../include/functions_reporting_html.php:685 -#: ../../include/functions_reporting_html.php:2541 -#: ../../enterprise/include/functions_reporting.php:2269 -#: ../../enterprise/include/functions_reporting.php:3038 -#: ../../enterprise/include/functions_reporting_pdf.php:1506 -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "Unknown" - -#: ../../include/functions_reporting_html.php:690 -#: ../../include/functions_reporting_html.php:2546 -#: ../../operation/agentes/group_view.php:170 -#: ../../enterprise/include/functions_reporting.php:1294 -#: ../../enterprise/include/functions_reporting.php:2086 -#: ../../enterprise/include/functions_reporting.php:2274 -#: ../../enterprise/include/functions_reporting.php:2863 -#: ../../enterprise/include/functions_reporting.php:3043 -#: ../../enterprise/include/functions_reporting.php:3764 -#: ../../enterprise/include/functions_reporting_pdf.php:1508 -#: ../../enterprise/include/functions_reporting_pdf.php:1647 -msgid "Not Init" -msgstr "Uninitialised" - -#: ../../include/functions_reporting_html.php:695 -#: ../../include/functions_reporting_html.php:2551 -#: ../../enterprise/include/functions_reporting.php:2279 -#: ../../enterprise/include/functions_reporting.php:3048 -#: ../../enterprise/include/functions_reporting_pdf.php:1510 -msgid "Downtimes" -msgstr "Downtimes" - -#: ../../include/functions_reporting_html.php:700 -#: ../../include/functions_reporting_html.php:2556 -#: ../../enterprise/include/functions_reporting.php:2284 -#: ../../enterprise/include/functions_reporting.php:3053 -#: ../../enterprise/include/functions_reporting_pdf.php:1512 -msgid "Ignore time" -msgstr "Ignore time" - -#: ../../include/functions_reporting_html.php:772 -#: ../../include/functions_reporting_html.php:1529 -#: ../../include/functions_reporting_html.php:2455 -#: ../../include/functions_reporting_html.php:2683 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:896 -#: ../../enterprise/include/functions_reporting_pdf.php:952 -msgid "Min Value" -msgstr "Min Value" - -#: ../../include/functions_reporting_html.php:773 -#: ../../include/functions_reporting_html.php:1530 -#: ../../include/functions_reporting_html.php:2456 -#: ../../include/functions_reporting_html.php:2684 -#: ../../enterprise/include/functions_reporting_pdf.php:805 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../enterprise/include/functions_reporting_pdf.php:953 -#: ../../enterprise/include/functions_reporting_pdf.php:1993 -msgid "Average Value" -msgstr "Average Value" - -#: ../../include/functions_reporting_html.php:774 -#: ../../include/functions_reporting_html.php:1531 -#: ../../include/functions_reporting_html.php:2453 -#: ../../include/functions_reporting_html.php:2686 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../enterprise/include/functions_reporting_pdf.php:954 -#: ../../enterprise/include/functions_reporting_pdf.php:1990 -msgid "Max Value" -msgstr "Max Value" - -#: ../../include/functions_reporting_html.php:807 -#: ../../include/functions_reporting_html.php:1025 -#: ../../include/functions_reporting_html.php:1644 -#: ../../operation/snmpconsole/snmp_view.php:610 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 -msgid "Count" -msgstr "Count" - -#: ../../include/functions_reporting_html.php:812 -#: ../../include/functions_reporting_html.php:821 -#: ../../include/functions_reporting_html.php:1649 -msgid "Val. by" -msgstr "Value" - -#: ../../include/functions_reporting_html.php:915 -#: ../../include/functions_reporting_html.php:1111 -msgid "Events by agent" -msgstr "Events per agent" - -#: ../../include/functions_reporting_html.php:934 -#: ../../include/functions_reporting_html.php:1130 -msgid "Events by user validator" -msgstr "Events according to validating user" - -#: ../../include/functions_reporting_html.php:953 -#: ../../include/functions_reporting_html.php:1149 -msgid "Events by Severity" -msgstr "Events according to severity" - -#: ../../include/functions_reporting_html.php:972 -#: ../../include/functions_reporting_html.php:1168 -msgid "Events validated vs unvalidated" -msgstr "Validated vs. unvalidated events" - -#: ../../include/functions_reporting_html.php:1228 -#: ../../enterprise/include/functions_inventory.php:511 -#: ../../enterprise/include/functions_inventory.php:574 -#: ../../enterprise/include/functions_reporting_pdf.php:495 -msgid "Added" -msgstr "Added" - -#: ../../include/functions_reporting_html.php:1379 -#: ../../enterprise/dashboard/widgets/agent_module.php:309 -#: ../../enterprise/include/functions_reporting_pdf.php:618 -#, php-format -msgid "%s in %s : NORMAL" -msgstr "%s in %s : NORMAL" - -#: ../../include/functions_reporting_html.php:1388 -#: ../../enterprise/dashboard/widgets/agent_module.php:317 -#: ../../enterprise/include/functions_reporting_pdf.php:627 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "%s in %s : CRITICAL" - -#: ../../include/functions_reporting_html.php:1397 -#: ../../enterprise/dashboard/widgets/agent_module.php:325 -#: ../../enterprise/include/functions_reporting_pdf.php:636 -#, php-format -msgid "%s in %s : WARNING" -msgstr "%s in %s : WARNING" - -#: ../../include/functions_reporting_html.php:1406 -#: ../../enterprise/dashboard/widgets/agent_module.php:333 -#: ../../enterprise/include/functions_reporting_pdf.php:645 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "%s in %s : UNKNOWN" - -#: ../../include/functions_reporting_html.php:1417 -#: ../../enterprise/dashboard/widgets/agent_module.php:350 -#: ../../enterprise/include/functions_reporting_pdf.php:663 -#, php-format -msgid "%s in %s : ALERTS FIRED" -msgstr "%s in %s: ALERTS TRIGGERED" - -#: ../../include/functions_reporting_html.php:1426 -#: ../../enterprise/dashboard/widgets/agent_module.php:341 -#: ../../enterprise/include/functions_reporting_pdf.php:654 -#, php-format -msgid "%s in %s : Not initialize" -msgstr "%s in %s: not initialized" - -#: ../../include/functions_reporting_html.php:1585 -#: ../../include/functions_reporting_html.php:3272 -msgid "Monitors" -msgstr "Monitors" - -#: ../../include/functions_reporting_html.php:1604 -#: ../../include/functions_reporting_html.php:1959 -#: ../../include/functions_reporting_html.php:1960 -#: ../../mobile/operation/alerts.php:38 -#: ../../operation/agentes/alerts_status.functions.php:74 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:923 -#: ../../enterprise/include/functions_reporting_pdf.php:734 -msgid "Fired" -msgstr "Triggered" - -#: ../../include/functions_reporting_html.php:1617 -#: ../../enterprise/include/functions_reporting_pdf.php:749 -#, php-format -msgid "Last %s" -msgstr "Last %s" - -#: ../../include/functions_reporting_html.php:1737 -msgid "Events validated by user" -msgstr "Events validated by user" - -#: ../../include/functions_reporting_html.php:1756 -#: ../../include/functions_reporting_html.php:3561 -msgid "Events by severity" -msgstr "Events by severity" - -#: ../../include/functions_reporting_html.php:1775 -#: ../../operation/events/event_statistics.php:61 -msgid "Amount events validated" -msgstr "Amount of events validated" - -#: ../../include/functions_reporting_html.php:1905 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "Interface '%s' throughput graph" - -#: ../../include/functions_reporting_html.php:1908 -msgid "Mac" -msgstr "MAC address" - -#: ../../include/functions_reporting_html.php:1909 -msgid "Actual status" -msgstr "Current status" - -#: ../../include/functions_reporting_html.php:2105 -msgid "Empty modules" -msgstr "Empty modules" - -#: ../../include/functions_reporting_html.php:2112 -msgid "Warning
                Critical" -msgstr "Warning
                Critical" - -#: ../../include/functions_reporting_html.php:2260 -msgid "Total time" -msgstr "Total time" - -#: ../../include/functions_reporting_html.php:2261 -msgid "Time failed" -msgstr "Time failed" - -#: ../../include/functions_reporting_html.php:2263 -msgid "Time Uknown" -msgstr "Time Uknown" - -#: ../../include/functions_reporting_html.php:2264 -msgid "Time Not Init Module" -msgstr "Time Not Init Module" - -#: ../../include/functions_reporting_html.php:2265 -#: ../../enterprise/include/functions_reporting_csv.php:1314 -msgid "Time Downtime" -msgstr "Time Downtime" - -#: ../../include/functions_reporting_html.php:2266 -#: ../../enterprise/include/functions_reporting_pdf.php:1855 -msgid "% Ok" -msgstr "% Ok" - -#: ../../include/functions_reporting_html.php:2303 -msgid "Total checks" -msgstr "Total checks" - -#: ../../include/functions_reporting_html.php:2304 -msgid "Checks failed" -msgstr "Checks failed" - -#: ../../include/functions_reporting_html.php:2306 -msgid "Checks Uknown" -msgstr "Checks Unknown" - -#: ../../include/functions_reporting_html.php:2452 -#: ../../enterprise/include/functions_reporting_pdf.php:1989 -msgid "Agent max value" -msgstr "Agent max value" - -#: ../../include/functions_reporting_html.php:2454 -msgid "Agent min value" -msgstr "Agent min value" - -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2789 -#: ../../enterprise/dashboard/widgets/tactical.php:44 -msgid "Summary" -msgstr "Summary" - -#: ../../include/functions_reporting_html.php:2761 -#: ../../operation/tree.php:163 -msgid "Module status" -msgstr "Module status" - -#: ../../include/functions_reporting_html.php:2881 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1224 -msgid "Alert description" -msgstr "Alert description" - -#: ../../include/functions_reporting_html.php:2931 -msgid "Alerts not fired" -msgstr "Non-triggered alerts" - -#: ../../include/functions_reporting_html.php:2940 -msgid "Total alerts monitored" -msgstr "Total # of alerts monitored" - -#: ../../include/functions_reporting_html.php:2991 -msgid "Total monitors" -msgstr "Total # of monitors" - -#: ../../include/functions_reporting_html.php:2992 -msgid "Monitors down on period" -msgstr "Monitors down on period" - -#: ../../include/functions_reporting_html.php:3008 -msgid "Monitors OK" -msgstr "Monitors in OK status" - -#: ../../include/functions_reporting_html.php:3009 -msgid "Monitors BAD" -msgstr "Monitors BAD" - -#: ../../include/functions_reporting_html.php:3035 -#: ../../include/functions_reporting_html.php:3175 -#: ../../mobile/include/functions_web.php:23 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -msgid "Monitor" -msgstr "Monitor" - -#: ../../include/functions_reporting_html.php:3083 -#, php-format -msgid "Agents in group: %s" -msgstr "Agents in group : %s" - -#: ../../include/functions_reporting_html.php:3176 -msgid "Last failure" -msgstr "Latest failure" - -#: ../../include/functions_reporting_html.php:3240 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:3414 -#: ../../mobile/operation/groups.php:133 -msgid "Agents critical" -msgstr "Agents in critical status" - -#: ../../include/functions_reporting_html.php:3417 -msgid "Agents warning" -msgstr "Agents in warning status" - -#: ../../include/functions_reporting_html.php:3423 -msgid "Agents ok" -msgstr "Agents in OK status" - -#: ../../include/functions_reporting_html.php:3432 -#: ../../mobile/operation/groups.php:129 -msgid "Agents not init" -msgstr "Uninitialized agents" - -#: ../../include/functions_reporting_html.php:3443 -#: ../../include/functions_reporting_html.php:3452 -msgid "Agents by status" -msgstr "Agents by status" - -#: ../../include/functions_reporting_html.php:3489 -#: ../../operation/agentes/pandora_networkmap.php:403 -msgid "Nodes" -msgstr "Nodes" - -#: ../../include/functions_reporting_html.php:3496 -#: ../../include/functions_reporting_html.php:3505 -msgid "Node overview" -msgstr "Node overview" - -#: ../../include/functions_reporting_html.php:3523 -#: ../../include/functions_reporting_html.php:3540 -msgid "Critical events" -msgstr "Critical events" - -#: ../../include/functions_reporting_html.php:3527 -#: ../../include/functions_reporting_html.php:3544 -msgid "Warning events" -msgstr "Events in Warning status" - -#: ../../include/functions_reporting_html.php:3531 -#: ../../include/functions_reporting_html.php:3548 -msgid "OK events" -msgstr "Events in OK status" - -#: ../../include/functions_reporting_html.php:3535 -#: ../../include/functions_reporting_html.php:3552 -msgid "Unknown events" -msgstr "Events in Unknown status" - -#: ../../include/functions_reporting_html.php:3575 -msgid "Important Events by Criticity" -msgstr "Important Events by Criticity" - -#: ../../include/functions_reporting_html.php:3601 -msgid "Last activity in Pandora FMS console" -msgstr "Latest activity in the Pandora FMS console" - -#: ../../include/functions_reporting_html.php:3677 -msgid "Events info (1hr.)" -msgstr "Event info. (1hr.)" - -#: ../../include/functions_reporting_html.php:3817 -#: ../../enterprise/include/functions_reporting.php:4556 -#: ../../enterprise/include/functions_reporting_pdf.php:2418 -msgid "This SLA has been affected by the following planned downtimes" -msgstr "This SLA has been affected by the following planned downtimes" - -#: ../../include/functions_reporting_html.php:3822 -#: ../../enterprise/include/functions_reporting.php:4561 -#: ../../enterprise/include/functions_reporting_pdf.php:2423 -msgid "Dates" -msgstr "Dates" - -#: ../../include/functions_reporting_html.php:3863 -#: ../../enterprise/include/functions_reporting.php:4655 -#: ../../enterprise/include/functions_reporting_pdf.php:2462 -msgid "This item is affected by a malformed planned downtime" -msgstr "This item is affected by a erroneous planned downtime" - -#: ../../include/functions_reporting_html.php:3864 -#: ../../enterprise/include/functions_reporting.php:4656 -#: ../../enterprise/include/functions_reporting_pdf.php:2463 -msgid "Go to the planned downtimes section to solve this" -msgstr "Go to the planned downtimes section to solve this" - -#: ../../include/functions_planned_downtimes.php:560 -msgid "Succesful stopped the Downtime" -msgstr "Downtime has been stopped successfully" - -#: ../../include/functions_planned_downtimes.php:561 -msgid "Unsuccesful stopped the Downtime" -msgstr "Downtime could not be stopped successfully" - -#: ../../include/functions_planned_downtimes.php:660 -#, php-format -msgid "Enabled %s elements from the downtime" -msgstr "Enabled %s elements from the downtime" - -#: ../../include/functions_planned_downtimes.php:785 -msgid "This planned downtime are executed now. Can't delete in this moment." -msgstr "" -"This planned downtime are executed now. It can't be deleted in this moment." - -#: ../../include/functions_planned_downtimes.php:790 -msgid "Deleted this planned downtime successfully." -msgstr "Deleted this planned downtime successfully." - -#: ../../include/functions_planned_downtimes.php:792 -msgid "Problems for deleted this planned downtime." -msgstr "Problems for deleted this planned downtime." - -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "The target IP cannot be left blank." - -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "Numeric OID" - -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "Syntax" - -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "Display hint" - -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "Max. access" - -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "OID Information" - -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "Starting OID" - -#: ../../include/functions_snmp_browser.php:521 -msgid "Browse" -msgstr "Browse" - -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "First match" - -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "Previous match" - -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "Next match" - -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "Last match" - -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "Expand the tree (can be slow)" - -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "Collapse the tree" - -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "SNMP v3 settings" - -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "Search options" - -#: ../../include/functions_tags.php:602 -msgid "Click here to open a popup window with URL tag" -msgstr "Click here to open a popup window with URL tag" - -#: ../../include/functions_treeview.php:54 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 -msgid "There was a problem loading module" -msgstr "There was a problem loading the module." - -#: ../../include/functions_treeview.php:279 -#: ../../include/functions_treeview.php:286 -#: ../../include/functions_ui.php:3684 ../../include/functions_ui.php:3691 -#: ../../mobile/operation/modules.php:610 -#: ../../mobile/operation/modules.php:617 -#: ../../operation/agentes/status_monitor.php:1362 -#: ../../operation/agentes/status_monitor.php:1369 -#: ../../enterprise/include/functions_services.php:1569 -#: ../../enterprise/operation/agentes/ux_console_view.php:185 -#: ../../enterprise/operation/agentes/ux_console_view.php:257 -msgid "Snapshot view" -msgstr "Command Snapshot view" - -#: ../../include/functions_treeview.php:313 -msgid "Go to module edition" -msgstr "Go to module edition" - -#: ../../include/functions_treeview.php:362 -msgid "There was a problem loading alerts" -msgstr "There was a problem loading the alerts" - -#: ../../include/functions_treeview.php:446 -msgid "Go to alerts edition" -msgstr "Go to alerts edition" - -#: ../../include/functions_treeview.php:506 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -msgid "There was a problem loading agent" -msgstr "There was a problem loading agent" - -#: ../../include/functions_treeview.php:571 -#: ../../operation/agentes/estado_generalagente.php:268 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -msgid "Other IP addresses" -msgstr "Other IP addresses" - -#: ../../include/functions_treeview.php:602 -#: ../../operation/agentes/estado_agente.php:501 -#: ../../operation/agentes/estado_generalagente.php:205 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -msgid "Remote" -msgstr "Remote" - -#: ../../include/functions_treeview.php:610 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -msgid "Next agent contact" -msgstr "Next agent contact" - -#: ../../include/functions_treeview.php:620 -msgid "Go to agent edition" -msgstr "Go to agent edition" - -#: ../../include/functions_treeview.php:629 -msgid "Agent data" -msgstr "Agent data" - -#: ../../include/functions_treeview.php:642 -#: ../../operation/agentes/estado_generalagente.php:159 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -msgid "Agent Version" -msgstr "Agent Version" - -#: ../../include/functions_treeview.php:659 -#: ../../operation/agentes/estado_generalagente.php:310 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -msgid "Position (Long, Lat)" -msgstr "Position (Long, Lat)" - -#: ../../include/functions_treeview.php:676 -#: ../../operation/agentes/estado_generalagente.php:338 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -msgid "Timezone Offset" -msgstr "Timezone Offset" - -#: ../../include/functions_treeview.php:691 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:354 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -msgid "Custom field" -msgstr "Custom field" - -#: ../../include/functions_treeview.php:702 -msgid "Advanced information" -msgstr "Advanced information" - -#: ../../include/functions_treeview.php:714 -#: ../../operation/agentes/estado_generalagente.php:256 -msgid "Agent access rate (24h)" -msgstr "Agent access rate (24h)" - -#: ../../include/functions_treeview.php:722 -#: ../../mobile/operation/agent.php:214 -#: ../../operation/agentes/estado_generalagente.php:602 -msgid "Events (24h)" -msgstr "Events (24h)" - -#: ../../include/functions_treeview.php:774 -#: ../../operation/agentes/estado_generalagente.php:478 -#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:645 -msgid "Interface traffic" -msgstr "Interface traffic" - -#: ../../include/functions_treeview.php:796 -#: ../../operation/agentes/estado_generalagente.php:448 -msgid "Interface information" -msgstr "Interface information" - -#: ../../include/functions_ui.php:225 -msgid "Information" -msgstr "Information" - -#: ../../include/functions_ui.php:231 -#: ../../enterprise/include/functions_visual_map.php:622 -msgid "Success" -msgstr "Success" - -#: ../../include/functions_ui.php:367 -msgid "Request successfully processed" -msgstr "Request successfully processed" - -#: ../../include/functions_ui.php:370 -msgid "Error processing request" -msgstr "Error processing request" - -#: ../../include/functions_ui.php:508 -msgid "" -"Is possible that this view uses part of information which your user has not " -"access" -msgstr "" -"It's possible that this view uses a part of the information to which your " -"user doesn't have access." - -#: ../../include/functions_ui.php:1028 -msgid "The alert would fire when the value is over " -msgstr "" -"The alert will be triggered when the value is over " - -#: ../../include/functions_ui.php:1033 -msgid "The alert would fire when the value is under " -msgstr "" -"The alert will be triggered when the value is under " - -#: ../../include/functions_ui.php:1307 -#: ../../enterprise/meta/include/functions_ui_meta.php:54 -msgid "the Flexible Monitoring System" -msgstr "the Flexible Monitoring System" - -#: ../../include/functions_ui.php:1627 ../../include/functions_ui.php:1661 -#, php-format -msgid "Total items: %s" -msgstr "Total items : %s" - -#: ../../include/functions_ui.php:1968 -msgid "Unknown type" -msgstr "Unknown type" - -#: ../../include/functions_ui.php:2781 -msgid "Type at least two characters to search." -msgstr "Type at least two characters to search." - -#: ../../include/functions_ui.php:3575 -msgid "" -"Cannot connect to the database, please check your database setup in the " -"include/config.php file.

                \n" -"\t\t\tProbably your database, hostname, user or password values are " -"incorrect or\n" -"\t\t\tthe database server is not running." -msgstr "" -"Cannot connect to the database, please check your database setup in the " -"include/config.php file.

                \n" -"\t\t\tProbably your database, hostname, user or password values are " -"incorrect or\n" -"\t\t\tthe database server is not running." - -#: ../../include/functions_ui.php:3590 -msgid "" -"Cannot load configuration variables from database. Please check your " -"database setup in the\n" -"\t\t\tinclude/config.php file.

                \n" -"\t\t\tMost likely your database schema has been created but there are is no " -"data in it, you have a problem with the database access credentials or your " -"schema is out of date.\n" -"\t\t\t

                Pandora FMS Console cannot find include/config.php or " -"this file has invalid\n" -"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " -"to fix this problem.
                " -msgstr "" -"Cannot load configuration variables from database. Please check your " -"database setup in the\n" -"\t\t\tinclude/config.php file.

                \n" -"\t\t\tMost likely your database scheme has been created but there is no data " -"in it, you might have a problem with the database access credentials or your " -"scheme is out of date.\n" -"\t\t\t

                Pandora FMS Console cannot find include/config.php or " -"the file has invalid\n" -"\t\t\tpermissions and the HTTP server cannot read it. Please read the " -"documentation to fix this problem.
                " - -#: ../../include/functions_ui.php:3598 -msgid "" -"Pandora FMS Console cannot find include/config.php or this file has " -"invalid\n" -"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " -"to fix this problem." -msgstr "" -"The Pandora FMS Console cannot find include/config.php or this file " -"has invalid\n" -"\t\t\tpermissions and the HTTP server cannot read it. Please read the " -"documentation to fix this problem." - -#: ../../include/functions_ui.php:3613 -msgid "" -"For security reasons, normal operation is not possible until you delete " -"installer file.\n" -"\t\t\tPlease delete the ./install.php file before running Pandora FMS " -"Console." -msgstr "" -"For security reasons, normal operation is not possible until you delete the " -"installer file.\n" -"\t\t\tPlease delete the ./install.php file before running the Pandora " -"FMS Console." - -#: ../../include/functions_ui.php:3618 -msgid "" -"For security reasons, config.php must have restrictive permissions, " -"and \"other\" users\n" -"\t\t\tshould not read it or write to it. It should be written only for " -"owner\n" -"\t\t\t(usually www-data or http daemon user), normal operation is not " -"possible until you change\n" -"\t\t\tpermissions for include/config.php file. Please do it, it is " -"for your security." -msgstr "" -"For security reasons, config.php must have restrictive permissions, " -"and \"other\" users\n" -"\t\t\tshould not read it or write to it. It should be written only for " -"owner\n" -"\t\t\t(usually www-data or http daemon user), normal operation is not " -"possible until you change\n" -"\t\t\tpermissions for include/config.php file. Please do it, it is " -"for your security." - -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:284 -#: ../../enterprise/extensions/vmware/vmware_view.php:1109 -#: ../../enterprise/extensions/vmware/vmware_view.php:1128 -#: ../../enterprise/mobile/operation/dashboard.php:221 -#: ../../enterprise/operation/menu.php:89 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 -#: ../../enterprise/meta/general/footer.php:26 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Build %s" - -#: ../../mobile/include/functions_web.php:82 -#: ../../mobile/include/ui.class.php:258 -#: ../../enterprise/extensions/cron/functions.php:451 -#: ../../enterprise/extensions/cron/functions.php:549 -msgid "Generated at" -msgstr "Generated at" - -#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 -msgid "Pandora FMS mobile" -msgstr "Pandora FMS : Mobile" - -#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:128 -msgid "Home" -msgstr "Home" - -#: ../../mobile/include/ui.class.php:630 -msgid "Not found header." -msgstr "Header not found." - -#: ../../mobile/include/ui.class.php:633 -msgid "Not found content." -msgstr "Content not found." - -#: ../../mobile/include/ui.class.php:636 -msgid "Not found footer." -msgstr "Footer not found." - -#: ../../mobile/include/ui.class.php:639 -msgid "Incorrect form." -msgstr "Incorrect form." - -#: ../../mobile/include/ui.class.php:642 -msgid "Incorrect grid." -msgstr "Wrong grid." - -#: ../../mobile/include/ui.class.php:645 -msgid "Incorrect collapsible." -msgstr "Wrong collapsible." - -#: ../../mobile/include/user.class.php:152 -#: ../../mobile/include/user.class.php:170 -#: ../../mobile/include/user.class.php:177 -msgid "Double authentication failed" -msgstr "Double authentication failed" - -#: ../../mobile/include/user.class.php:153 -msgid "Secret code not found" -msgstr "Secret code not found" - -#: ../../mobile/include/user.class.php:154 -msgid "Please contact the administrator to reset your double authentication" -msgstr "Please contact the administrator to reset your double authentication" - -#: ../../mobile/include/user.class.php:178 -msgid "There was an error checking the code" -msgstr "There was an error checking the code" - -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" -msgstr "Login Failed" - -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." -msgstr "User not found in database or wrong password." - -#: ../../mobile/include/user.class.php:220 -msgid "Login out" -msgstr "Logout" - -#: ../../mobile/include/user.class.php:244 -msgid "user" -msgstr "User" - -#: ../../mobile/include/user.class.php:251 -msgid "password" -msgstr "Password" - -#: ../../mobile/include/user.class.php:301 -#: ../../mobile/include/user.class.php:302 -msgid "Authenticator code" -msgstr "Authentication code" - -#: ../../mobile/index.php:241 ../../mobile/operation/agent.php:67 -#: ../../mobile/operation/agents.php:146 ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/events.php:431 ../../mobile/operation/groups.php:54 -#: ../../mobile/operation/module_graph.php:271 -#: ../../mobile/operation/modules.php:174 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/tactical.php:72 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/visualmaps.php:84 -msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

                Please know that all " -"attempts to access this page are recorded in security logs of Pandora System " -"Database" -msgstr "" -"Access to this page is restricted to authorized users only, please contact " -"your system administrator if you should need help.

                . Please remember " -"that any attempts to access this page will be recorded on the Pandora FMS " -"System Database." - -#: ../../mobile/operation/agent.php:108 ../../mobile/operation/agents.php:162 -#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/events.php:568 -#: ../../mobile/operation/groups.php:69 -#: ../../mobile/operation/module_graph.php:368 -#: ../../mobile/operation/module_graph.php:377 -#: ../../mobile/operation/modules.php:190 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/tactical.php:88 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 -#: ../../enterprise/mobile/operation/dashboard.php:91 -#: ../../enterprise/mobile/operation/dashboard.php:225 -msgid "Back" -msgstr "Back" - -#: ../../mobile/operation/agent.php:112 -msgid "PandoraFMS: Agents" -msgstr "PandoraFMS : Agents" - -#: ../../mobile/operation/agent.php:118 -msgid "No agent found" -msgstr "No agent found." - -#: ../../mobile/operation/agent.php:200 -msgid "Modules by status" -msgstr "Modules by status" - -#: ../../mobile/operation/agent.php:269 -#, php-format -msgid "Last %s Events" -msgstr "Last %s events" - -#: ../../mobile/operation/agents.php:166 -#, php-format -msgid "Filter Agents by %s" -msgstr "Filter Agents by %s" - -#: ../../mobile/operation/agents.php:201 ../../mobile/operation/alerts.php:213 -#: ../../mobile/operation/events.php:659 -#: ../../mobile/operation/modules.php:261 -#: ../../mobile/operation/networkmaps.php:150 -msgid "Apply Filter" -msgstr "Apply Filter" - -#: ../../mobile/operation/agents.php:370 -msgid "No agents" -msgstr "No agents" - -#: ../../mobile/operation/agents.php:460 ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/events.php:1070 -#: ../../mobile/operation/modules.php:786 -#: ../../mobile/operation/networkmaps.php:216 -msgid "(Default)" -msgstr "(Default)" - -#: ../../mobile/operation/agents.php:466 ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/events.php:1096 -#: ../../mobile/operation/modules.php:793 -#: ../../mobile/operation/networkmaps.php:222 -#, php-format -msgid "Group: %s" -msgstr "Group : %s" - -#: ../../mobile/operation/agents.php:470 ../../mobile/operation/alerts.php:320 -#: ../../mobile/operation/events.php:1112 -#: ../../mobile/operation/modules.php:805 -#, php-format -msgid "Status: %s" -msgstr "Status : %s" - -#: ../../mobile/operation/agents.php:474 ../../mobile/operation/alerts.php:324 -#: ../../mobile/operation/modules.php:809 -#, php-format -msgid "Free Search: %s" -msgstr "Free Search : %s" - -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -msgstr "All (Enabled)" - -#: ../../mobile/operation/alerts.php:39 -#: ../../operation/agentes/alerts_status.functions.php:75 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:926 -msgid "Not fired" -msgstr "Not triggered" - -#: ../../mobile/operation/alerts.php:162 -#, php-format -msgid "Filter Alerts by %s" -msgstr "Filter Alerts by %s" - -#: ../../mobile/operation/alerts.php:272 -msgid "Last Fired" -msgstr "Last Fired" - -#: ../../mobile/operation/alerts.php:282 -msgid "No alerts" -msgstr "No alerts" - -#: ../../mobile/operation/alerts.php:312 -#, php-format -msgid "Standby: %s" -msgstr "Standby : %s" - -#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 -#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 -msgid "Preset Filters" -msgstr "Preset Filters" - -#: ../../mobile/operation/events.php:443 -msgid "ERROR: Event detail" -msgstr "ERROR : Event details" - -#: ../../mobile/operation/events.php:445 -msgid "Error connecting to DB pandora." -msgstr "Error on connecting to Pandora DB." - -#: ../../mobile/operation/events.php:458 -msgid "Event detail" -msgstr "Event details" - -#: ../../mobile/operation/events.php:541 -msgid "Sucessful validate" -msgstr "Validation successful." - -#: ../../mobile/operation/events.php:543 -msgid "Fail validate" -msgstr "Validation failed." - -#: ../../mobile/operation/events.php:575 -#, php-format -msgid "Filter Events by %s" -msgstr "Filter events by %s" - -#: ../../mobile/operation/events.php:1076 -#, php-format -msgid "Filter: %s" -msgstr "Filter : %s" - -#: ../../mobile/operation/events.php:1089 -#, php-format -msgid "Severity: %s" -msgstr "Severity : %s" - -#: ../../mobile/operation/events.php:1108 -#: ../../mobile/operation/networkmaps.php:229 -#, php-format -msgid "Type: %s" -msgstr "Type: %s" - -#: ../../mobile/operation/events.php:1116 -#, php-format -msgid "Free search: %s" -msgstr "Free search : %s" - -#: ../../mobile/operation/events.php:1120 -#, php-format -msgid "Hours: %s" -msgstr "Hours : %s" - -#: ../../mobile/operation/groups.php:141 ../../operation/tree.php:292 -#: ../../enterprise/dashboard/widgets/tree_view.php:216 -#: ../../enterprise/include/functions_reporting_csv.php:462 -msgid "Unknown modules" -msgstr "Unknown modules" - -#: ../../mobile/operation/groups.php:145 ../../operation/tree.php:297 -#: ../../enterprise/dashboard/widgets/tree_view.php:221 -#: ../../enterprise/include/functions_reporting_csv.php:463 -msgid "Not init modules" -msgstr "Modules in uninitialised status" - -#: ../../mobile/operation/groups.php:149 ../../operation/tree.php:302 -#: ../../enterprise/dashboard/widgets/tree_view.php:226 -#: ../../enterprise/include/functions_reporting_csv.php:459 -msgid "Normal modules" -msgstr "Modules in normal status" - -#: ../../mobile/operation/groups.php:153 ../../operation/tree.php:287 -#: ../../enterprise/dashboard/widgets/tree_view.php:211 -#: ../../enterprise/include/functions_reporting_csv.php:461 -msgid "Warning modules" -msgstr "Modules in warning status" - -#: ../../mobile/operation/groups.php:157 ../../operation/tree.php:282 -#: ../../enterprise/dashboard/widgets/tree_view.php:206 -#: ../../enterprise/include/functions_reporting_csv.php:460 -msgid "Critical modules" -msgstr "Modules in critical status" - -#: ../../mobile/operation/home.php:38 ../../mobile/operation/tactical.php:84 -#: ../../operation/agentes/tactical.php:55 ../../operation/menu.php:45 -#: ../../operation/users/user_edit.php:280 -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../enterprise/meta/general/main_header.php:93 -#: ../../enterprise/meta/monitoring/tactical.php:60 -msgid "Tactical view" -msgstr "Tactical view" - -#: ../../mobile/operation/home.php:135 ../../operation/search_results.php:64 -msgid "Global search" -msgstr "Global search" - -#: ../../mobile/operation/module_graph.php:364 -#: ../../mobile/operation/module_graph.php:373 -#, php-format -msgid "PandoraFMS: %s" -msgstr "PandoraFMS : %s" - -#: ../../mobile/operation/module_graph.php:387 -#, php-format -msgid "Options for %s : %s" -msgstr "Options for %s : %s" - -#: ../../mobile/operation/module_graph.php:394 -msgid "Show Alerts" -msgstr "Show Alerts" - -#: ../../mobile/operation/module_graph.php:402 -msgid "Show Events" -msgstr "Show Events" - -#: ../../mobile/operation/module_graph.php:410 -#: ../../operation/agentes/stat_win.php:389 -msgid "Time compare (Separated)" -msgstr "Time comparison (separated)" - -#: ../../mobile/operation/module_graph.php:426 -#: ../../operation/agentes/stat_win.php:395 -msgid "Show unknown graph" -msgstr "Show unknown graph" - -#: ../../mobile/operation/module_graph.php:434 -msgid "Avg Only" -msgstr "Avg Only" - -#: ../../mobile/operation/module_graph.php:439 -msgid "Time range (hours)" -msgstr "Time range (hours)" - -#: ../../mobile/operation/module_graph.php:452 -#: ../../operation/agentes/exportdata.php:310 -#: ../../operation/agentes/graphs.php:132 -#: ../../operation/agentes/interface_traffic_graph_win.php:235 -#: ../../operation/agentes/stat_win.php:314 -msgid "Begin date" -msgstr "Begin date" - -#: ../../mobile/operation/module_graph.php:459 -msgid "Update graph" -msgstr "Update graph" - -#: ../../mobile/operation/module_graph.php:468 -msgid "Error get the graph" -msgstr "Error retrieving the graph" - -#: ../../mobile/operation/modules.php:151 -#: ../../mobile/operation/modules.php:152 -#: ../../mobile/operation/modules.php:244 -#: ../../mobile/operation/modules.php:245 -#: ../../operation/agentes/group_view.php:249 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 -msgid "Tag" -msgstr "Tag" - -#: ../../mobile/operation/modules.php:194 -#, php-format -msgid "Filter Modules by %s" -msgstr "Filter Modules by %s" - -#: ../../mobile/operation/modules.php:543 -msgid "Interval." -msgstr "Interval" - -#: ../../mobile/operation/modules.php:549 -msgid "Last update." -msgstr "Last update" - -#: ../../mobile/operation/modules.php:801 -#, php-format -msgid "Module group: %s" -msgstr "Module group : %s" - -#: ../../mobile/operation/modules.php:814 -#, php-format -msgid "Tag: %s" -msgstr "Tag: %s" - -#: ../../mobile/operation/networkmap.php:164 -#: ../../mobile/operation/networkmaps.php:202 -msgid "No networkmaps" -msgstr "No network maps" - -#: ../../mobile/operation/networkmap.php:222 -#: ../../mobile/operation/networkmap.php:234 -#: ../../enterprise/extensions/vmware/vmware_view.php:1362 -#: ../../enterprise/extensions/vmware/vmware_view.php:1394 -#: ../../enterprise/extensions/vmware/vmware_view.php:1410 -#: ../../enterprise/operation/policies/networkmap.policies.php:70 -#: ../../enterprise/operation/policies/networkmap.policies.php:119 -#: ../../enterprise/operation/policies/networkmap.policies.php:133 -msgid "Map could not be generated" -msgstr "Map could not be generated" - -#: ../../mobile/operation/networkmaps.php:112 -msgid "Networkmaps" -msgstr "Network maps" - -#: ../../mobile/operation/networkmaps.php:120 -#, php-format -msgid "Filter Networkmaps by %s" -msgstr "Filter Network maps by %s" - -#: ../../mobile/operation/tactical.php:193 -msgid "Last activity" -msgstr "Last activity" - -#: ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -msgstr "Visual consoles" - -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "No maps defined" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:539 -msgid "Agent custom fields" -msgstr "Agent custom fields" - -#: ../../operation/agentes/agent_fields.php:48 -#: ../../operation/agentes/custom_fields.php:87 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -msgid "empty" -msgstr "empty" - -#: ../../operation/agentes/alerts_status.functions.php:32 -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Alert(s) validated" -msgstr "Alert(s) validated" - -#: ../../operation/agentes/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "Error processing alert(s)" - -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:341 -#: ../../operation/agentes/status_monitor.php:344 -msgid "Only it is show tags in use." -msgstr "Show only tags in use" - -#: ../../operation/agentes/alerts_status.functions.php:91 -#: ../../operation/agentes/status_monitor.php:349 -msgid "No tags" -msgstr "No tags" - -#: ../../operation/agentes/alerts_status.functions.php:97 -#: ../../operation/agentes/datos_agente.php:202 -msgid "Free text for search" -msgstr "Free text for search" - -#: ../../operation/agentes/alerts_status.functions.php:99 -msgid "Filter by agent name, module name, template name or action name" -msgstr "Filter by agent name, module name, template name or action name" - -#: ../../operation/agentes/alerts_status.functions.php:109 -msgid "No actions" -msgstr "No actions" - -#: ../../operation/agentes/alerts_status.php:108 -msgid "Full list of alerts" -msgstr "Full list of alerts" - -#: ../../operation/agentes/alerts_status.php:132 ../../operation/menu.php:62 -#: ../../operation/users/user_edit.php:281 -msgid "Alert detail" -msgstr "Alert details" - -#: ../../operation/agentes/alerts_status.php:135 -#: ../../enterprise/meta/general/main_header.php:103 -msgid "Alerts view" -msgstr "Alerts view" - -#: ../../operation/agentes/alerts_status.php:144 -msgid "Insufficient permissions to validate alerts" -msgstr "Insufficient permissions to validate alerts" - -#: ../../operation/agentes/alerts_status.php:599 -msgid "No alerts found" -msgstr "No alerts found" - -#: ../../operation/agentes/custom_fields.php:52 -msgid "No fields defined" -msgstr "No fields defined" - -#: ../../operation/agentes/datos_agente.php:165 -msgid "Received data from" -msgstr "Received data from" - -#: ../../operation/agentes/datos_agente.php:172 -msgid "Main database" -msgstr "Main database" - -#: ../../operation/agentes/datos_agente.php:172 -#: ../../enterprise/godmode/menu.php:102 -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -msgid "History database" -msgstr "Historical database" - -#: ../../operation/agentes/datos_agente.php:173 -msgid "" -"Switch between the main database and the history database to retrieve module " -"data" -msgstr "" -"Switch between the main database and the historical database in order to " -"retrieve module data." - -#: ../../operation/agentes/ehorus.php:30 -msgid "Missing agent id" -msgstr "Missing agent id" - -#: ../../operation/agentes/ehorus.php:48 -msgid "Missing ehorus agent id" -msgstr "Missing eHorus agent id" - -#: ../../operation/agentes/ehorus.php:80 -msgid "There was an error retrieving an authorization token" -msgstr "There was an error retrieving an authorization token" - -#: ../../operation/agentes/ehorus.php:93 -#: ../../operation/agentes/ehorus.php:129 -msgid "There was an error processing the response" -msgstr "There was an error processing the response" - -#: ../../operation/agentes/ehorus.php:116 -msgid "There was an error retrieving the agent data" -msgstr "There was an error retrieving the agent data" - -#: ../../operation/agentes/ehorus.php:134 -msgid "Remote management of this agent with eHorus" -msgstr "Remote management of this agent with eHorus" - -#: ../../operation/agentes/ehorus.php:136 -msgid "Launch" -msgstr "Launch" - -#: ../../operation/agentes/ehorus.php:142 -msgid "The connection was lost and the authorization token was expired" -msgstr "The connection was lost and the authorization token was expired" - -#: ../../operation/agentes/ehorus.php:144 -msgid "Reload the page to request a new authorization token" -msgstr "Reload the page to request a new authorization token" - -#: ../../operation/agentes/estado_agente.php:156 -msgid "Sucessfully deleted agent" -msgstr "Agent sucessfully deleted" - -#: ../../operation/agentes/estado_agente.php:158 -msgid "There was an error message deleting the agent" -msgstr "An error message appeared when deleting the agent" - -#: ../../operation/agentes/estado_agente.php:594 -msgid "Remote config" -msgstr "Remote config" - -#: ../../operation/agentes/estado_generalagente.php:42 -msgid "The agent has not assigned server. Maybe agent does not run fine." -msgstr "" -"The agent has not assigned a server. Maybe the agent does not run fine." - -#: ../../operation/agentes/estado_generalagente.php:119 -msgid "" -"Agent statuses are re-calculated by the server, they are not shown in real " -"time." -msgstr "" -"Agent statuses are recalculated by the server and aren't shown in real time." - -#: ../../operation/agentes/estado_generalagente.php:196 -msgid "Agent contact" -msgstr "Agent contact" - -#: ../../operation/agentes/estado_generalagente.php:218 -msgid "Next contact" -msgstr "Next contact" - -#: ../../operation/agentes/estado_generalagente.php:241 -msgid "Agent info" -msgstr "Agent info" - -#: ../../operation/agentes/estado_generalagente.php:313 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -msgid "There is no GIS data." -msgstr "There is no GIS data." - -#: ../../operation/agentes/estado_generalagente.php:388 -msgid "Active incident on this agent" -msgstr "Active incident on this agent" - -#: ../../operation/agentes/estado_generalagente.php:397 -#: ../../enterprise/dashboard/widget.php:63 -#: ../../enterprise/include/functions_reporting_csv.php:1033 -#: ../../enterprise/include/functions_reporting_csv.php:1146 -#: ../../enterprise/include/functions_reporting_csv.php:1293 -#: ../../enterprise/include/functions_reporting_csv.php:1358 -msgid "Title" -msgstr "Title" - -#: ../../operation/agentes/estado_generalagente.php:539 -msgid "Events info (24hr.)" -msgstr "Event info (24hrs.)" - -#: ../../operation/agentes/estado_generalagente.php:553 -#: ../../operation/agentes/pandora_networkmap.view.php:373 -msgid "Last contact: " -msgstr "Last contact : " - -#: ../../operation/agentes/estado_generalagente.php:621 -msgid "Refresh data" -msgstr "Refresh data" - -#: ../../operation/agentes/estado_generalagente.php:623 -msgid "Force remote checks" -msgstr "Force remote checks" - -#: ../../operation/agentes/estado_monitores.php:35 -msgid "Tag's information" -msgstr "Tag's information" - -#: ../../operation/agentes/estado_monitores.php:81 -msgid "Relationship information" -msgstr "Relationship information" - -#: ../../operation/agentes/estado_monitores.php:128 -msgid "" -"To see the list of modules paginated, enable this option in the Styles " -"Configuration." -msgstr "" -"To see the list of modules paginated, enable this option in the Styles " -"Configuration." - -#: ../../operation/agentes/estado_monitores.php:129 -msgid "Full list of monitors" -msgstr "Full list of monitors" - -#: ../../operation/agentes/estado_monitores.php:154 -msgid "List of modules" -msgstr "List of modules" - -#: ../../operation/agentes/estado_monitores.php:367 -#: ../../operation/agentes/status_monitor.php:1530 -#: ../../operation/tree.php:357 -#: ../../enterprise/dashboard/widgets/tree_view.php:283 -msgid "Module: " -msgstr "Module: " - -#: ../../operation/agentes/estado_monitores.php:445 -msgid "Status:" -msgstr "Status:" - -#: ../../operation/agentes/estado_monitores.php:451 -msgid "Not Normal" -msgstr "Abnormal" - -#: ../../operation/agentes/estado_monitores.php:459 -msgid "Free text for search (*):" -msgstr "Free text for search (*):" - -#: ../../operation/agentes/estado_monitores.php:460 -msgid "Search by module name, list matches." -msgstr "Search by module name, list matches." - -#: ../../operation/agentes/estado_monitores.php:475 -msgid "Reset" -msgstr "Reset" - -#: ../../operation/agentes/exportdata.csv.php:68 -#: ../../operation/agentes/exportdata.excel.php:67 -#: ../../operation/agentes/exportdata.php:82 -msgid "Invalid time specified" -msgstr "Invalid time specified" - -#: ../../operation/agentes/exportdata.csv.php:182 -#: ../../operation/agentes/exportdata.excel.php:165 -#: ../../operation/agentes/exportdata.php:218 -msgid "No modules specified" -msgstr "No modules specified" - -#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:399 -msgid "Export data" -msgstr "Export data" - -#: ../../operation/agentes/exportdata.php:276 -msgid "No modules of type string. You can not calculate their average" -msgstr "No string type modules. You cannot calculate their average." - -#: ../../operation/agentes/exportdata.php:319 -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../enterprise/operation/log/log_viewer.php:223 -msgid "End date" -msgstr "End date" - -#: ../../operation/agentes/exportdata.php:327 -msgid "Export type" -msgstr "Export type" - -#: ../../operation/agentes/exportdata.php:332 -msgid "MS Excel" -msgstr "MS Excel" - -#: ../../operation/agentes/exportdata.php:333 -msgid "Average per hour/day" -msgstr "Average per hour/day" - -#: ../../operation/agentes/gis_view.php:91 -msgid "Last position in " -msgstr "Last position in " - -#: ../../operation/agentes/gis_view.php:98 -msgid "Period to show data as path" -msgstr "Period to show data as path" - -#: ../../operation/agentes/gis_view.php:102 -msgid "Refresh path" -msgstr "Refresh path" - -#: ../../operation/agentes/gis_view.php:105 -msgid "Positional data from the last" -msgstr "Positional data from the last" - -#: ../../operation/agentes/gis_view.php:144 -msgid "This agent doesn't have any GIS data." -msgstr "This agent doesn't have any GIS data." - -#: ../../operation/agentes/gis_view.php:172 -#, php-format -msgid "%s Km" -msgstr "%s Km" - -#: ../../operation/agentes/gis_view.php:184 -msgid "Distance" -msgstr "Distance" - -#: ../../operation/agentes/gis_view.php:185 -msgid "# of Packages" -msgstr "# of packages" - -#: ../../operation/agentes/gis_view.php:186 -#: ../../operation/gis_maps/ajax.php:222 -msgid "Manual placement" -msgstr "Manual placement" - -#: ../../operation/agentes/gis_view.php:189 -msgid "positional data" -msgstr "positional data" - -#: ../../operation/agentes/graphs.php:86 -msgid "Other modules" -msgstr "Other modules" - -#: ../../operation/agentes/graphs.php:91 -msgid "Modules network no proc" -msgstr "Modules network no proc" - -#: ../../operation/agentes/graphs.php:136 -#: ../../operation/agentes/interface_traffic_graph_win.php:248 -#: ../../operation/agentes/stat_win.php:338 -#: ../../operation/reporting/graph_viewer.php:217 -msgid "Time range" -msgstr "Time range" - -#: ../../operation/agentes/graphs.php:140 -#: ../../operation/agentes/stat_win.php:345 -msgid "Show events" -msgstr "Show events" - -#: ../../operation/agentes/graphs.php:142 -#: ../../operation/agentes/stat_win.php:362 -msgid "Show alerts" -msgstr "Show alerts" - -#: ../../operation/agentes/graphs.php:143 -msgid "the combined graph does not show the alerts into this graph" -msgstr "the combined graph does not show the alerts into this graph" - -#: ../../operation/agentes/graphs.php:145 -msgid "Show as one combined graph" -msgstr "Show as a single combined graph" - -#: ../../operation/agentes/graphs.php:147 -msgid "one combined graph" -msgstr "single combined graph" - -#: ../../operation/agentes/graphs.php:150 -msgid "several graphs for each module" -msgstr "Several graphs per module" - -#: ../../operation/agentes/graphs.php:157 -msgid "Save as custom graph" -msgstr "Save as a custom graph" - -#: ../../operation/agentes/graphs.php:163 -msgid "Filter graphs" -msgstr "Filter graphs" - -#: ../../operation/agentes/graphs.php:210 -msgid "There was an error loading the graph" -msgstr "There was an error loading the graph" - -#: ../../operation/agentes/graphs.php:218 -#: ../../operation/agentes/graphs.php:221 -msgid "Name custom graph" -msgstr "Name the custom graph" - -#: ../../operation/agentes/graphs.php:243 -msgid "Save custom graph" -msgstr "Save custom graph" - -#: ../../operation/agentes/graphs.php:264 -msgid "Custom graph create from the tab graphs in the agent." -msgstr "Custom graph create from the tab graphs in the agent." - -#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:48 -#: ../../operation/users/user_edit.php:279 -#: ../../enterprise/meta/monitoring/group_view.php:46 -msgid "Group view" -msgstr "Group view" - -#: ../../operation/agentes/group_view.php:117 -msgid "Summary of the status groups" -msgstr "Summary of the status groups" - -#: ../../operation/agentes/interface_traffic_graph_win.php:48 -#: ../../operation/agentes/stat_win.php:44 -msgid "There was a problem connecting with the node" -msgstr "There was a problem connecting with the node" - -#: ../../operation/agentes/interface_traffic_graph_win.php:66 -msgid "In" -msgstr "In" - -#: ../../operation/agentes/interface_traffic_graph_win.php:67 -msgid "Out" -msgstr "Out" - -#: ../../operation/agentes/interface_traffic_graph_win.php:210 -#: ../../operation/agentes/stat_win.php:268 -msgid "Pandora FMS Graph configuration menu" -msgstr "Pandora FMS' graph configuration menu" - -#: ../../operation/agentes/interface_traffic_graph_win.php:212 -#: ../../operation/agentes/stat_win.php:270 -msgid "Please, make your changes and apply with the Reload button" -msgstr "" -"Please establish your changes and apply the with the Reload button" - -#: ../../operation/agentes/interface_traffic_graph_win.php:229 -#: ../../operation/agentes/stat_win.php:297 -msgid "Refresh time" -msgstr "Refresh time" - -#: ../../operation/agentes/interface_traffic_graph_win.php:242 -#: ../../operation/agentes/stat_win.php:320 -msgid "Begin time" -msgstr "Start time" - -#: ../../operation/agentes/interface_traffic_graph_win.php:254 -#: ../../operation/agentes/stat_win.php:377 -msgid "Show percentil" -msgstr "Show percentile" - -#: ../../operation/agentes/interface_traffic_graph_win.php:260 -#: ../../operation/agentes/stat_win.php:326 -msgid "Zoom factor" -msgstr "Zoom factor" - -#: ../../operation/agentes/interface_traffic_graph_win.php:287 -#: ../../operation/agentes/stat_win.php:421 -msgid "Reload" -msgstr "Reload" - -#: ../../operation/agentes/pandora_networkmap.editor.php:133 -#: ../../operation/agentes/pandora_networkmap.php:369 -#: ../../operation/agentes/pandora_networkmap.view.php:701 -msgid "Networkmap" -msgstr "Network map" - -#: ../../operation/agentes/pandora_networkmap.editor.php:162 -#: ../../operation/agentes/pandora_networkmap.view.php:703 -msgid "Not found networkmap." -msgstr "Network map not found." - -#: ../../operation/agentes/pandora_networkmap.editor.php:187 -msgid "Node radius" -msgstr "Node radius" - -#: ../../operation/agentes/pandora_networkmap.editor.php:198 -msgid "CIDR IP mask" -msgstr "CIDR IP mask" - -#: ../../operation/agentes/pandora_networkmap.editor.php:200 -msgid "Source from recon task" -msgstr "Source from recon task" - -#: ../../operation/agentes/pandora_networkmap.editor.php:202 -msgid "" -"It is setted any recon task, the nodes get from the recontask IP mask " -"instead from the group." -msgstr "" -"If any Recon Task is defined, the nodes obtain their IPs from the " -"recontask's IP mask instead from the group." - -#: ../../operation/agentes/pandora_networkmap.editor.php:206 -msgid "Show only the task with the recon script \"SNMP L2 Recon\"." -msgstr "" -"Display the task which contains the recon script called \"SNMP L2 Recon\" " -"only." - -#: ../../operation/agentes/pandora_networkmap.editor.php:208 -msgid "Source from CIDR IP mask" -msgstr "Source from CIDR IP mask" - -#: ../../operation/agentes/pandora_networkmap.editor.php:212 -msgid "Don't show subgroups:" -msgstr "Don't show subgroups:" - -#: ../../operation/agentes/pandora_networkmap.editor.php:225 -msgid "Method generation networkmap" -msgstr "Method generation of network map" - -#: ../../operation/agentes/pandora_networkmap.editor.php:237 -msgid "Save networkmap" -msgstr "Save network map" - -#: ../../operation/agentes/pandora_networkmap.editor.php:243 -msgid "Update networkmap" -msgstr "Update network map" - -#: ../../operation/agentes/pandora_networkmap.php:153 -msgid "Succesfully created" -msgstr "Successfully created." - -#: ../../operation/agentes/pandora_networkmap.php:247 -msgid "Succesfully updated" -msgstr "Successfully updated" - -#: ../../operation/agentes/pandora_networkmap.php:264 -msgid "Succesfully duplicate" -msgstr "Successfully duplicated" - -#: ../../operation/agentes/pandora_networkmap.php:264 -#: ../../enterprise/godmode/policies/policy_modules.php:1173 -msgid "Could not be duplicated" -msgstr "Could not be duplicated" - -#: ../../operation/agentes/pandora_networkmap.php:273 -msgid "Succesfully deleted" -msgstr "Successfully deleted" - -#: ../../operation/agentes/pandora_networkmap.php:470 -msgid "Pending to generate" -msgstr "Pending to generate" - -#: ../../operation/agentes/pandora_networkmap.php:490 -#: ../../enterprise/operation/services/services.list.php:458 -msgid "Config" -msgstr "Config" - -#: ../../operation/agentes/pandora_networkmap.php:506 -msgid "There are no maps defined." -msgstr "There are no maps defined." - -#: ../../operation/agentes/pandora_networkmap.php:513 -msgid "Create networkmap" -msgstr "Create networkmap" - -#: ../../operation/agentes/pandora_networkmap.view.php:111 -msgid "Success be updated." -msgstr "Updating successful." - -#: ../../operation/agentes/pandora_networkmap.view.php:114 -#: ../../enterprise/extensions/ipam/ipam_action.php:190 -msgid "Could not be updated." -msgstr "Could not be updated." - -#: ../../operation/agentes/pandora_networkmap.view.php:227 -msgid "Name: " -msgstr "Name : " - -#: ../../operation/agentes/pandora_networkmap.view.php:258 -#: ../../operation/agentes/status_monitor.php:1035 -msgid "(Adopt) " -msgstr "(Adopted) " - -#: ../../operation/agentes/pandora_networkmap.view.php:268 -#: ../../operation/agentes/status_monitor.php:1045 -msgid "(Unlinked) (Adopt) " -msgstr "(Unlinked) (Adopted) " - -#: ../../operation/agentes/pandora_networkmap.view.php:272 -#: ../../operation/agentes/status_monitor.php:1049 -msgid "(Unlinked) " -msgstr "(Unlinked) " - -#: ../../operation/agentes/pandora_networkmap.view.php:277 -msgid "Policy: " -msgstr "Policy : " - -#: ../../operation/agentes/pandora_networkmap.view.php:326 -#: ../../enterprise/extensions/vmware/vmware_manager.php:202 -msgid "Status: " -msgstr "Status : " - -#: ../../operation/agentes/pandora_networkmap.view.php:370 -msgid "Data: " -msgstr "Data : " - -#: ../../operation/agentes/pandora_networkmap.view.php:731 -#: ../../operation/snmpconsole/snmp_browser.php:86 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_view.php:78 -msgid "Normal screen" -msgstr "Normal screen" - -#: ../../operation/agentes/pandora_networkmap.view.php:747 -msgid "List of networkmap" -msgstr "List of networkmap" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "Current data at" - -#: ../../operation/agentes/stat_win.php:115 -msgid "There was a problem locating the source of the graph" -msgstr "There was a problem locating the graph source" - -#: ../../operation/agentes/stat_win.php:305 -msgid "Avg. Only" -msgstr "Avg. Only" - -#: ../../operation/agentes/stat_win.php:356 -msgid "" -"Show events is disabled because this Pandora node is set the event " -"replication." -msgstr "" -"'Show events' is disabled because this Pandora node is set to event " -"replication." - -#: ../../operation/agentes/stat_win.php:368 -msgid "Show event graph" -msgstr "Show event graph" - -#: ../../operation/agentes/status_events.php:31 -#: ../../operation/agentes/status_events.php:32 -msgid "Latest events for this agent" -msgstr "Latest events for this agent" - -#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:59 -msgid "Monitor detail" -msgstr "Monitor detail" - -#: ../../operation/agentes/status_monitor.php:45 -msgid "Monitor view" -msgstr "Monitor view" - -#: ../../operation/agentes/status_monitor.php:306 -msgid "Monitor status" -msgstr "Monitor status" - -#: ../../operation/agentes/status_monitor.php:327 -#: ../../operation/incidents/incident.php:238 -#: ../../enterprise/extensions/vmware/vmware_view.php:1247 -msgid "Show" -msgstr "Show" - -#: ../../operation/agentes/status_monitor.php:390 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:38 -msgid "Web server module" -msgstr "Web server module" - -#: ../../operation/agentes/status_monitor.php:394 -#: ../../operation/agentes/status_monitor.php:962 -msgid "Server type" -msgstr "Server type" - -#: ../../operation/agentes/status_monitor.php:400 -msgid "Show monitors..." -msgstr "Show monitors..." - -#: ../../operation/agentes/status_monitor.php:410 -msgid "Data type" -msgstr "Data type" - -#: ../../operation/agentes/status_monitor.php:529 -msgid "Advanced Options" -msgstr "Advanced Options" - -#: ../../operation/agentes/status_monitor.php:952 -msgid "Data Type" -msgstr "Data Type" - -#: ../../operation/agentes/status_monitor.php:1443 -msgid "This group doesn't have any monitor" -msgstr "This group doesn't have any monitor" - -#: ../../operation/agentes/tactical.php:135 -msgid "Report of State" -msgstr "Status report" - -#: ../../operation/agentes/ver_agente.php:686 -#: ../../enterprise/operation/agentes/ver_agente.php:70 -msgid "Main IP" -msgstr "Main IP" - -#: ../../operation/agentes/ver_agente.php:737 -#: ../../enterprise/operation/agentes/ver_agente.php:113 -msgid "Monitors down" -msgstr "Monitors down" - -#: ../../operation/agentes/ver_agente.php:822 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -msgid "Address" -msgstr "Address" - -#: ../../operation/agentes/ver_agente.php:863 -msgid "Sons" -msgstr "Sons" - -#: ../../operation/agentes/ver_agente.php:947 -#: ../../operation/search_agents.php:111 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "Manage" - -#: ../../operation/agentes/ver_agente.php:1076 -msgid "Log Viewer" -msgstr "Log Viewer" - -#: ../../operation/agentes/ver_agente.php:1096 -msgid "Terminal" -msgstr "Terminal" - -#: ../../operation/agentes/ver_agente.php:1116 -#: ../../enterprise/godmode/agentes/collections.agents.php:53 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:216 -#: ../../enterprise/godmode/agentes/collections.data.php:256 -#: ../../enterprise/godmode/agentes/collections.editor.php:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:350 -#: ../../enterprise/godmode/agentes/collections.editor.php:375 -#: ../../enterprise/include/functions_collection.php:129 -msgid "Files" -msgstr "Files" - -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/menu.php:278 ../../operation/menu.php:365 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/snmpconsole/snmp_view.php:72 -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -msgid "Statistics" -msgstr "Statistics" - -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "Event graph by user" - -#: ../../operation/events/events.build_table.php:37 -msgid "More detail" -msgstr "More detail" - -#: ../../operation/events/events.build_table.php:85 -#: ../../operation/events/events.build_table.php:89 -msgid "The Agent: " -msgstr "The Agent: " - -#: ../../operation/events/events.build_table.php:86 -#: ../../operation/events/events.build_table.php:90 -msgid " has " -msgstr " has " - -#: ../../operation/events/events.build_table.php:87 -#: ../../operation/events/events.build_table.php:91 -msgid " events." -msgstr " events." - -#: ../../operation/events/events.build_table.php:754 -msgid "Validate selected" -msgstr "Validate selected" - -#: ../../operation/events/events.php:71 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -msgid "Event" -msgstr "Event" - -#: ../../operation/events/events.php:195 -msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" -msgstr "" -"Event viewer is disabled due to event replication. For more information, " -"please contact the administrator." - -#: ../../operation/events/events.php:339 -msgid "History event list" -msgstr "History event list" - -#: ../../operation/events/events.php:344 -msgid "RSS Events" -msgstr "RSS Events" - -#: ../../operation/events/events.php:349 -msgid "Marquee display" -msgstr "Marquee display" - -#: ../../operation/events/events.php:354 -msgid "Export to CSV file" -msgstr "Export to CSV file" - -#: ../../operation/events/events.php:358 ../../operation/events/events.php:397 -msgid "Sound events" -msgstr "Sound events" - -#: ../../operation/events/events.php:401 -msgid "History" -msgstr "History" - -#: ../../operation/events/events.php:439 ../../operation/menu.php:319 -msgid "Sound Alerts" -msgstr "Sound Alerts" - -#: ../../operation/events/events.php:472 -msgid "Event viewer" -msgstr "" - -#: ../../operation/events/events.php:492 -msgid "No events selected" -msgstr "No events selected" - -#: ../../operation/events/events.php:518 -msgid "Successfully validated" -msgstr "Successfully validated" - -#: ../../operation/events/events.php:519 ../../operation/events/events.php:843 -#: ../../operation/events/events.php:995 -msgid "Could not be validated" -msgstr "Could not be validated" - -#: ../../operation/events/events.php:523 -msgid "Successfully set in process" -msgstr "Set in process successfully" - -#: ../../operation/events/events.php:524 -msgid "Could not be set in process" -msgstr "Could not be set in process" - -#: ../../operation/events/events.php:875 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:226 -msgid "Successfully delete" -msgstr "Successfully deleted" - -#: ../../operation/events/events.php:878 -msgid "Error deleting event" -msgstr "Error deleting event" - -#: ../../operation/events/events_list.php:191 -#: ../../operation/events/events_list.php:636 -msgid "No filter loaded" -msgstr "No filter loaded" - -#: ../../operation/events/events_list.php:193 -#: ../../operation/events/events_list.php:637 -msgid "Filter loaded" -msgstr "Filter loaded" - -#: ../../operation/events/events_list.php:195 -#: ../../operation/events/events_list.php:258 -#: ../../operation/events/events_list.php:608 -msgid "Save filter" -msgstr "Save filter" - -#: ../../operation/events/events_list.php:197 -#: ../../operation/events/events_list.php:281 -#: ../../operation/events/events_list.php:283 -#: ../../operation/events/events_list.php:612 -#: ../../operation/netflow/nf_live_view.php:329 -msgid "Load filter" -msgstr "Load filter" - -#: ../../operation/events/events_list.php:218 -msgid "New filter" -msgstr "New filter" - -#: ../../operation/events/events_list.php:228 -msgid "Save in Group" -msgstr "Save in Group" - -#: ../../operation/events/events_list.php:245 -msgid "Overwrite filter" -msgstr "Overwrite filter" - -#: ../../operation/events/events_list.php:584 -msgid "Group agents" -msgstr "Group agents" - -#: ../../operation/events/events_list.php:614 -msgid "Show events graph" -msgstr "Show the events graph" - -#: ../../operation/events/events_list.php:643 -#: ../../operation/events/events_list.php:645 -msgid "Event control filter" -msgstr "Event control filter" - -#: ../../operation/events/events_list.php:652 -msgid "Error creating filter." -msgstr "Error creating filter." - -#: ../../operation/events/events_list.php:653 -msgid "Error creating filter is duplicated." -msgstr "Cannot create filter: duplicate filter" - -#: ../../operation/events/events_list.php:654 -msgid "Filter created." -msgstr "Filter created." - -#: ../../operation/events/events_list.php:656 -msgid "Filter updated." -msgstr "Filter updated." - -#: ../../operation/events/events_list.php:657 -msgid "Error updating filter." -msgstr "Error updating filter." - -#: ../../operation/events/events_list.php:1091 -msgid "Filter name cannot be left blank" -msgstr "The filter's name cannot be left blank" - -#: ../../operation/events/events_list.php:1160 -#: ../../operation/events/events_list.php:1246 -msgid "none" -msgstr "none" - -#: ../../operation/events/events_list.php:1568 -msgid "Events generated -by agent-" -msgstr "Events generated -by agent-" - -#: ../../operation/events/events_rss.php:32 -msgid "Your IP is not into the IP list with API access." -msgstr "Your IP is not on the list of IPs with API access." - -#: ../../operation/events/events_rss.php:46 -msgid "The URL of your feed has bad hash." -msgstr "Your feed's URL has a bad hash" - -#: ../../operation/events/events_rss.php:185 ../../operation/menu.php:98 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/events/sound_events.php:51 ../../operation/menu.php:307 -msgid "Sound Events" -msgstr "Sound Events" - -#: ../../operation/events/sound_events.php:68 -msgid "Sound console" -msgstr "Sound console" - -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "Position (Lat, Long, Alt)" - -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "Start contact" - -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "Num reports" - -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "Default map position" - -#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:185 -msgid "GIS Maps" -msgstr "GIS Maps" - -#: ../../operation/gis_maps/gis_map.php:175 -msgid "No maps found" -msgstr "No maps found" - -#: ../../operation/gis_maps/gis_map.php:194 -msgid "Caution: Do you want delete the map?" -msgstr "Caution: Do you want delete the map?" - -#: ../../operation/gis_maps/gis_map.php:201 -msgid "Do you want to set default the map?" -msgstr "Do you wish to set this map as default?" - -#: ../../operation/gis_maps/gis_map.php:209 -msgid "There was error on setup the default map." -msgstr "There was an error setting up the default map" - -#: ../../operation/gis_maps/render_view.php:145 -msgid "Refresh: " -msgstr "Refresh: " - -#: ../../operation/gis_maps/render_view.php:154 -msgid "Show agents by state: " -msgstr "Show agents according to status: " - -#: ../../operation/gis_maps/render_view.php:157 -#: ../../enterprise/dashboard/widgets/network_map.php:38 -#: ../../enterprise/extensions/vmware/vmware_view.php:1104 -#: ../../enterprise/extensions/vmware/vmware_view.php:1124 -msgid "Map" -msgstr "Map" - -#: ../../operation/incidents/incident.php:33 -msgid "Incident management" -msgstr "Incident management" - -#: ../../operation/incidents/incident.php:72 -msgid "Successfully reclaimed ownership" -msgstr "Successfully reclaimed ownership" - -#: ../../operation/incidents/incident.php:73 -msgid "Could not reclame ownership" -msgstr "Could not reclame ownership" - -#: ../../operation/incidents/incident.php:143 -msgid "Error creating incident" -msgstr "Error creating the incident" - -#: ../../operation/incidents/incident.php:146 -msgid "Incident created" -msgstr "Incident created" - -#: ../../operation/incidents/incident.php:233 -msgid "Incidents:" -msgstr "Incidents:" - -#: ../../operation/incidents/incident.php:234 -msgid "All incidents" -msgstr "All incidents" - -#: ../../operation/incidents/incident.php:256 -msgid "Priorities:" -msgstr "Priorities:" - -#: ../../operation/incidents/incident.php:257 -msgid "All priorities" -msgstr "All priorities" - -#: ../../operation/incidents/incident.php:261 -msgid "Users:" -msgstr "Users:" - -#: ../../operation/incidents/incident.php:262 -#: ../../enterprise/extensions/ipam/ipam_editor.php:60 -msgid "All users" -msgstr "All users" - -#: ../../operation/incidents/incident.php:277 -msgid "Agents:" -msgstr "Agents:" - -#: ../../operation/incidents/incident.php:284 -msgid "Groups:" -msgstr "Groups:" - -#: ../../operation/incidents/incident.php:290 -msgid "Free text:" -msgstr "Free text:" - -#: ../../operation/incidents/incident.php:291 -msgid "Search by incident name or description, list matches." -msgstr "Search by incident name or description, list matches." - -#: ../../operation/incidents/incident.php:399 -msgid "Delete incidents" -msgstr "Delete incidents" - -#: ../../operation/incidents/incident.php:403 -msgid "Become owner" -msgstr "Become owner" - -#: ../../operation/incidents/incident.php:411 -#: ../../operation/incidents/incident_detail.php:238 -msgid "Create incident" -msgstr "Create incident" - -#: ../../operation/incidents/incident_detail.php:120 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 -msgid "No description available" -msgstr "No description available" - -#: ../../operation/incidents/incident_detail.php:160 -msgid "File could not be saved due to database error" -msgstr "The file couldn't be saved due to a database error." - -#: ../../operation/incidents/incident_detail.php:173 -msgid "File uploaded" -msgstr "File uploaded" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "The file could not be uploaded." - -#: ../../operation/incidents/incident_detail.php:233 -msgid "Incident details" -msgstr "Incident details" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "Opened at" - -#: ../../operation/incidents/incident_detail.php:261 -#: ../../operation/servers/recon_view.php:107 -#: ../../enterprise/operation/agentes/transactional_map.php:154 -msgid "Updated at" -msgstr "Updated at" - -#: ../../operation/incidents/incident_detail.php:327 -msgid "Creator" -msgstr "Creator" - -#: ../../operation/incidents/incident_detail.php:376 -msgid "Update incident" -msgstr "Update incident" - -#: ../../operation/incidents/incident_detail.php:382 -msgid "Submit" -msgstr "Submit" - -#: ../../operation/incidents/incident_detail.php:396 -#: ../../operation/incidents/incident_detail.php:400 -msgid "Add note" -msgstr "Add note" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "Notes attached to the incident" - -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:505 -msgid "Filename" -msgstr "Filename" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "Attached files" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:503 -msgid "Add attachment" -msgstr "Add attachment" - -#: ../../operation/incidents/incident_statistics.php:33 -msgid "Incidents by status" -msgstr "Incidents by status" - -#: ../../operation/incidents/incident_statistics.php:36 -msgid "Incidents by priority" -msgstr "Incidents by priority" - -#: ../../operation/incidents/incident_statistics.php:39 -msgid "Incidents by group" -msgstr "Incidents by group" - -#: ../../operation/incidents/incident_statistics.php:42 -msgid "Incidents by user" -msgstr "Incidents by user" - -#: ../../operation/incidents/incident_statistics.php:45 -msgid "Incidents by source" -msgstr "Incidents by source" - -#: ../../operation/menu.php:31 ../../operation/menu.php:106 -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/meta/general/main_header.php:82 -#: ../../enterprise/operation/services/services.list.php:60 -#: ../../enterprise/operation/services/services.list.php:64 -#: ../../enterprise/operation/services/services.table_services.php:46 -#: ../../enterprise/operation/services/services.table_services.php:50 -msgid "Monitoring" -msgstr "Monitoring" - -#: ../../operation/menu.php:37 -msgid "Views" -msgstr "Views" - -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -#: ../../enterprise/meta/general/main_header.php:88 -msgid "Tree view" -msgstr "Tree view" - -#: ../../operation/menu.php:70 -msgid "Netflow Live View" -msgstr "Netflow Live View" - -#: ../../operation/menu.php:85 -msgid "SNMP browser" -msgstr "SNMP browser" - -#: ../../operation/menu.php:89 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 -msgid "MIB uploader" -msgstr "MIB uploader" - -#: ../../operation/menu.php:117 -#: ../../enterprise/dashboard/widgets/network_map.php:26 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -msgid "Network map" -msgstr "Network map" - -#: ../../operation/menu.php:190 -msgid "List of Gis maps" -msgstr "List of Gis maps" - -#: ../../operation/menu.php:224 -msgid "Topology maps" -msgstr "Topology maps" - -#: ../../operation/menu.php:288 -msgid "RSS" -msgstr "RSS" - -#: ../../operation/menu.php:293 -msgid "Marquee" -msgstr "Marquee" - -#: ../../operation/menu.php:299 -msgid "CSV File" -msgstr "CSV File" - -#: ../../operation/menu.php:329 -msgid "Workspace" -msgstr "Workspace" - -#: ../../operation/menu.php:342 -msgid "WebChat" -msgstr "WebChat" - -#: ../../operation/menu.php:364 -msgid "List of Incidents" -msgstr "List of Incidents" - -#: ../../operation/menu.php:379 -msgid "Messages List" -msgstr "Message list" - -#: ../../operation/menu.php:380 -msgid "New message" -msgstr "New message" - -#: ../../operation/menu.php:405 -msgid "Scheduled downtime" -msgstr "Scheduled downtime" - -#: ../../operation/menu.php:410 -msgid "Recon view" -msgstr "Recon view" - -#: ../../operation/menu.php:485 -msgid "Tools" -msgstr "Tools" - -#: ../../operation/messages/message_edit.php:35 -#: ../../operation/messages/message_list.php:32 -msgid "Received messages" -msgstr "Received messages" - -#: ../../operation/messages/message_edit.php:39 -#: ../../operation/messages/message_list.php:36 -msgid "Sent messages" -msgstr "Sent messages" - -#: ../../operation/messages/message_edit.php:43 -#: ../../operation/messages/message_list.php:40 -#: ../../operation/messages/message_list.php:226 -msgid "Create message" -msgstr "Create message" - -#: ../../operation/messages/message_edit.php:60 -msgid "This message does not exist in the system" -msgstr "This message doesn't exist on the system." - -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -#: ../../operation/messages/message_list.php:125 -msgid "Sender" -msgstr "Sender" - -#: ../../operation/messages/message_edit.php:80 -msgid "at" -msgstr "at" - -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -#: ../../operation/messages/message_list.php:123 -msgid "Destination" -msgstr "Destination" - -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -#: ../../operation/users/webchat.php:86 -#: ../../enterprise/dashboard/widgets/example.php:25 -msgid "Message" -msgstr "Message" - -#: ../../operation/messages/message_edit.php:104 -msgid "wrote" -msgstr "wrote" - -#: ../../operation/messages/message_edit.php:119 -msgid "Reply" -msgstr "Reply" - -#: ../../operation/messages/message_edit.php:136 -#, php-format -msgid "Message successfully sent to user %s" -msgstr "Message successfully sent to user %s" - -#: ../../operation/messages/message_edit.php:137 -#, php-format -msgid "Error sending message to user %s" -msgstr "Error sending message to user %s" - -#: ../../operation/messages/message_edit.php:145 -msgid "Message successfully sent" -msgstr "Message successfully sent" - -#: ../../operation/messages/message_edit.php:146 -#, php-format -msgid "Error sending message to group %s" -msgstr "Error sending message to group %s" - -#: ../../operation/messages/message_edit.php:203 -msgid "Select user" -msgstr "Select user" - -#: ../../operation/messages/message_edit.php:204 -msgid "OR" -msgstr "OR" - -#: ../../operation/messages/message_edit.php:205 -msgid "Select group" -msgstr "Select group" - -#: ../../operation/messages/message_edit.php:217 -#: ../../operation/users/webchat.php:90 -msgid "Send message" -msgstr "Send message" - -#: ../../operation/messages/message_list.php:74 -msgid "Not deleted. Error deleting messages" -msgstr "Not deleted: error deleting the message(s)." - -#: ../../operation/messages/message_list.php:80 -#: ../../operation/messages/message_list.php:88 -msgid "You have" -msgstr "You have" - -#: ../../operation/messages/message_list.php:81 -msgid "sent message(s)" -msgstr "message(s) sent" - -#: ../../operation/messages/message_list.php:89 -msgid "unread message(s)" -msgstr "unread message(s)" - -#: ../../operation/messages/message_list.php:97 -msgid "There are no messages." -msgstr "There are no messages." - -#: ../../operation/messages/message_list.php:136 -msgid "Click to read" -msgstr "Click to read" - -#: ../../operation/messages/message_list.php:141 -msgid "Mark as unread" -msgstr "Mark as unread" - -#: ../../operation/messages/message_list.php:148 -#: ../../operation/messages/message_list.php:153 -msgid "Message unread - click to read" -msgstr "Message unread - click to read" - -#: ../../operation/messages/message_list.php:180 -msgid "No Subject" -msgstr "No Subject" - -#: ../../operation/netflow/nf_live_view.php:108 -#: ../../operation/netflow/nf_live_view.php:133 -#: ../../operation/netflow/nf_live_view.php:137 -msgid "Netflow live view" -msgstr "Netflow live view" - -#: ../../operation/netflow/nf_live_view.php:122 -#, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump binary (%s) not found!" - -#: ../../operation/netflow/nf_live_view.php:127 -msgid "Make sure nfdump version 1.6.8 or newer is installed!" -msgstr "Make sure that nfdump version 1.6.8 or newer is installed !" - -#: ../../operation/netflow/nf_live_view.php:149 -msgid "Error creating filter" -msgstr "Error creating filter" - -#: ../../operation/netflow/nf_live_view.php:152 -msgid "Filter created successfully" -msgstr "Filter created successfully" - -#: ../../operation/netflow/nf_live_view.php:167 -msgid "Filter updated successfully" -msgstr "Filter updated successfully" - -#: ../../operation/netflow/nf_live_view.php:168 -msgid "Error updating filter" -msgstr "Error updating filter" - -#: ../../operation/netflow/nf_live_view.php:193 -msgid "Draw live filter" -msgstr "Draw live filter" - -#: ../../operation/netflow/nf_live_view.php:224 -msgid "Connection" -msgstr "Connection" - -#: ../../operation/netflow/nf_live_view.php:248 -msgid "The interval will be divided in chunks the length of the resolution." -msgstr "The interval will be divided in chunks the length of the resolution." - -#: ../../operation/netflow/nf_live_view.php:283 -msgid "IP address resolution" -msgstr "IP Address Resolution" - -#: ../../operation/netflow/nf_live_view.php:335 -msgid "Select a filter" -msgstr "Select a filter" - -#: ../../operation/netflow/nf_live_view.php:402 -msgid "Router ip" -msgstr "Router IP" - -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Bytes per second" -msgstr "Bytes per second" - -#: ../../operation/netflow/nf_live_view.php:417 -msgid "Draw" -msgstr "Draw" - -#: ../../operation/netflow/nf_live_view.php:421 -msgid "Save as new filter" -msgstr "Save as a new filter" - -#: ../../operation/netflow/nf_live_view.php:422 -msgid "Update current filter" -msgstr "Update current filter" - -#: ../../operation/netflow/nf_live_view.php:436 -msgid "No filter selected" -msgstr "No filter selected" - -#: ../../operation/reporting/custom_reporting.php:32 -#: ../../operation/reporting/graph_viewer.php:354 -msgid "There are no defined reportings" -msgstr "There are no defined reportings" - -#: ../../operation/reporting/graph_viewer.php:194 -msgid "No data." -msgstr "No data." - -#: ../../operation/reporting/graph_viewer.php:226 -#: ../../operation/reporting/graph_viewer.php:249 -msgid "Graph defined" -msgstr "Graph defined" - -#: ../../operation/reporting/graph_viewer.php:233 -#: ../../enterprise/dashboard/widgets/custom_graph.php:45 -msgid "Horizontal Bars" -msgstr "Horizontal Bars" - -#: ../../operation/reporting/graph_viewer.php:234 -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -msgid "Vertical Bars" -msgstr "Vertical Bars" - -#: ../../operation/reporting/graph_viewer.php:250 -msgid "Zoom x1" -msgstr "Zoom x1" - -#: ../../operation/reporting/graph_viewer.php:251 -msgid "Zoom x2" -msgstr "Zoom x2" - -#: ../../operation/reporting/graph_viewer.php:252 -msgid "Zoom x3" -msgstr "Zoom x3" - -#: ../../operation/reporting/graph_viewer.php:320 -#: ../../operation/reporting/reporting_viewer.php:314 -msgid "Invalid date selected" -msgstr "Invalid date selected" - -#: ../../operation/reporting/graph_viewer.php:327 -msgid "Custom graph viewer" -msgstr "Custom graph viewer" - -#: ../../operation/reporting/reporting_viewer.php:147 -msgid "View Report" -msgstr "View Report" - -#: ../../operation/reporting/reporting_viewer.php:186 -msgid "Set initial date" -msgstr "Set initial date" - -#: ../../operation/reporting/reporting_viewer.php:212 -msgid "Invalid date selected. Initial date must be before end date." -msgstr "Invalid date selected. Initial date must be before end date." - -#: ../../operation/search_agents.php:33 ../../operation/search_alerts.php:27 -#: ../../operation/search_graphs.php:24 ../../operation/search_maps.php:22 -#: ../../operation/search_modules.php:26 ../../operation/search_reports.php:29 -#: ../../operation/search_users.php:26 -msgid "Zero results found" -msgstr "Zero results found" - -#: ../../operation/search_helps.php:22 -msgid "Zero results found." -msgstr "Zero results found." - -#: ../../operation/search_helps.php:23 -#, php-format -msgid "" -"You can find more help in the Pandora's wiki" -msgstr "" -"You can find more help on the Pandora wiki" - -#: ../../operation/search_helps.php:37 -msgid "Matches" -msgstr "Matches" - -#: ../../operation/search_main.php:52 -msgid "Agents found" -msgstr "Agents found" - -#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 -#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 -#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 -#: ../../operation/search_main.php:80 -#, php-format -msgid "%s Found" -msgstr "%s Found" - -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "Modules found" - -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "Users found" - -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "Graphs found" - -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "Reports found" - -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "Maps found" - -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "Help found" - -#: ../../operation/search_main.php:88 -#, php-format -msgid "Show %s of %s. View all matches" -msgstr "Show %s of %s. Show all matching entities." - -#: ../../operation/search_maps.php:33 -#: ../../enterprise/godmode/services/services.elements.php:136 -msgid "Elements" -msgstr "Elements" - -#: ../../operation/search_results.php:124 -#: ../../enterprise/dashboard/widgets/maps_status.php:29 -msgid "Maps" -msgstr "Maps" - -#: ../../operation/search_results.php:144 -msgid "Helps" -msgstr "Help" - -#: ../../operation/search_users.php:50 -msgid "Profile" -msgstr "Profile" - -#: ../../operation/servers/recon_view.php:36 -#: ../../operation/servers/recon_view.php:51 -msgid "Recon View" -msgstr "Recon View" - -#: ../../operation/servers/recon_view.php:104 -#: ../../operation/servers/recon_view.php:158 -#: ../../enterprise/extensions/ipam/ipam_network.php:151 -#: ../../enterprise/extensions/ipam/ipam_network.php:167 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 -#: ../../enterprise/godmode/policies/policy_queue.php:377 -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -msgid "Progress" -msgstr "Progress" - -#: ../../operation/servers/recon_view.php:140 -msgid "Pending" -msgstr "Pending" - -#: ../../operation/servers/recon_view.php:173 -msgid "has no recon tasks assigned" -msgstr "has no recon tasks assigned" - -#: ../../operation/snmpconsole/snmp_browser.php:92 -msgid "SNMP Browser" -msgstr "SNMP Browser" - -#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 -msgid "" -"MIB files will be installed on the system. Please note that a MIB may depend " -"on other MIB. To customize trap definitions use the SNMP trap editor." -msgstr "" -"MIB files will be installed on the system. Please note that an MIB file " -"might depend on another MIB. In order to customize trap definitions, use the " -"SNMP trap editor." - -#: ../../operation/snmpconsole/snmp_statistics.php:116 -#: ../../operation/snmpconsole/snmp_view.php:468 -msgid "There are no SNMP traps in database" -msgstr "There are no SNMP traps on the database" - -#: ../../operation/snmpconsole/snmp_statistics.php:127 -msgid "Traps received by source" -msgstr "Traps received by source" - -#: ../../operation/snmpconsole/snmp_statistics.php:141 -#: ../../operation/snmpconsole/snmp_statistics.php:199 -msgid "Number" -msgstr "Number" - -#: ../../operation/snmpconsole/snmp_statistics.php:156 -#: ../../operation/snmpconsole/snmp_view.php:680 -msgid "View agent details" -msgstr "View agent details" - -#: ../../operation/snmpconsole/snmp_statistics.php:185 -msgid "Traps received by Enterprise String" -msgstr "Traps received by the Enterprise String" - -#: ../../operation/snmpconsole/snmp_statistics.php:198 -msgid "Trap Enterprise String" -msgstr "Trap Enterprise String" - -#: ../../operation/snmpconsole/snmp_view.php:414 -msgid "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" -msgstr "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" - -#: ../../operation/snmpconsole/snmp_view.php:421 -msgid "Search by trap type" -msgstr "Search by trap type" - -#: ../../operation/snmpconsole/snmp_view.php:435 -msgid "Group by Enterprise String/IP" -msgstr "Group by Enterprise String/IP" - -#: ../../operation/snmpconsole/snmp_view.php:495 -#: ../../enterprise/dashboard/full_dashboard.php:147 -msgid "Exit fullscreen" -msgstr "Exit fullscreen" - -#: ../../operation/snmpconsole/snmp_view.php:521 -#: ../../enterprise/dashboard/full_dashboard.php:250 -#: ../../enterprise/dashboard/public_dashboard.php:276 -msgid "Refresh every" -msgstr "Refresh every" - -#: ../../operation/snmpconsole/snmp_view.php:533 -msgid "SNMP Traps" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:615 -msgid "Trap subtype" -msgstr "Trap subtype" - -#: ../../operation/snmpconsole/snmp_view.php:772 -msgid "Variable bindings:" -msgstr "Variable bindings:" - -#: ../../operation/snmpconsole/snmp_view.php:785 -msgid "See more details" -msgstr "View more details" - -#: ../../operation/snmpconsole/snmp_view.php:798 -msgid "Enterprise String:" -msgstr "Enterprise String:" - -#: ../../operation/snmpconsole/snmp_view.php:804 -#: ../../enterprise/godmode/agentes/collections.data.php:379 -msgid "Description:" -msgstr "Description:" - -#: ../../operation/snmpconsole/snmp_view.php:836 -msgid "Trap type:" -msgstr "Trap type:" - -#: ../../operation/snmpconsole/snmp_view.php:864 -msgid "Count:" -msgstr "Count:" - -#: ../../operation/snmpconsole/snmp_view.php:868 -msgid "First trap:" -msgstr "First trap:" - -#: ../../operation/snmpconsole/snmp_view.php:872 -msgid "Last trap:" -msgstr "Last trap:" - -#: ../../operation/snmpconsole/snmp_view.php:892 -msgid "No matching traps found" -msgstr "No matching traps found" - -#: ../../operation/snmpconsole/snmp_view.php:960 -#: ../../enterprise/dashboard/full_dashboard.php:361 -#: ../../enterprise/dashboard/public_dashboard.php:387 -msgid "Until next" -msgstr "Until next" - -#: ../../operation/tree.php:88 -#, php-format -msgid "Sort the agents by %s" -msgstr "Sort the agents by %s" - -#: ../../operation/tree.php:91 -msgid "tags" -msgstr "tags" - -#: ../../operation/tree.php:97 -msgid "groups" -msgstr "groups" - -#: ../../operation/tree.php:100 -msgid "module groups" -msgstr "module groups" - -#: ../../operation/tree.php:107 -msgid "policies" -msgstr "policies" - -#: ../../operation/tree.php:138 -msgid "Agent status" -msgstr "Agent status" - -#: ../../operation/tree.php:140 -msgid "Search agent" -msgstr "Search agent" - -#: ../../operation/tree.php:165 -msgid "Search module" -msgstr "Search module" - -#: ../../operation/tree.php:189 -msgid "Tree search" -msgstr "Tree search" - -#: ../../operation/tree.php:272 -#: ../../enterprise/dashboard/widgets/tree_view.php:196 -#: ../../enterprise/include/functions_reporting_csv.php:458 -msgid "Total modules" -msgstr "Total modules" - -#: ../../operation/tree.php:281 -#: ../../enterprise/dashboard/widgets/tree_view.php:205 -msgid "Critical agents" -msgstr "Critical agents" - -#: ../../operation/tree.php:286 -#: ../../enterprise/dashboard/widgets/tree_view.php:210 -msgid "Warning agents" -msgstr "Agents in 'Warning' status" - -#: ../../operation/tree.php:291 -#: ../../enterprise/dashboard/widgets/tree_view.php:215 -msgid "Unknown agents" -msgstr "Agents in 'Unknown' status" - -#: ../../operation/tree.php:296 -#: ../../enterprise/dashboard/widgets/tree_view.php:220 -msgid "Not init agents" -msgstr "Uninitialised agents" - -#: ../../operation/tree.php:301 -#: ../../enterprise/dashboard/widgets/tree_view.php:225 -msgid "Normal agents" -msgstr "Agents in 'Normal' status" - -#: ../../operation/users/user_edit.php:130 -#: ../../operation/users/user_edit.php:137 -msgid "Password successfully updated" -msgstr "Password successfully updated" - -#: ../../operation/users/user_edit.php:131 -#: ../../operation/users/user_edit.php:138 -#, php-format -msgid "Error updating passwords: %s" -msgstr "Error updating passwords: %s" - -#: ../../operation/users/user_edit.php:143 -msgid "" -"Passwords didn't match or other problem encountered while updating passwords" -msgstr "" -"The passwords didn't match or another problem occurred during password " -"update." - -#: ../../operation/users/user_edit.php:155 -#: ../../operation/users/user_edit.php:165 -msgid "Error updating user info" -msgstr "Error updating user info" - -#: ../../operation/users/user_edit.php:175 -msgid "Edit my User" -msgstr "Edit my User" - -#: ../../operation/users/user_edit.php:219 -msgid "New Password" -msgstr "New Password" - -#: ../../operation/users/user_edit.php:229 -msgid "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" - -#: ../../operation/users/user_edit.php:238 -msgid "If checkbox is clicked then block size global configuration is used" -msgstr "If checkbox is clicked then block size global configuration is used" - -#: ../../operation/users/user_edit.php:274 -msgid "Home screen" -msgstr "Home screen" - -#: ../../operation/users/user_edit.php:274 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type " -"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view" -msgstr "" -"User can customise the home page. By default, it will display 'Agent " -"Detail'. Example: Select 'Other' and type " -"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view" - -#: ../../operation/users/user_edit.php:339 -msgid "Show information" -msgstr "Show information" - -#: ../../operation/users/user_edit.php:345 -msgid "Event filter" -msgstr "Event filter" - -#: ../../operation/users/user_edit.php:350 -msgid "Newsletter Subscribed" -msgstr "Newsletter Subscribed" - -#: ../../operation/users/user_edit.php:352 -msgid "Already subscribed to Pandora FMS newsletter" -msgstr "Already subscribed to Pandora FMS newsletter" - -#: ../../operation/users/user_edit.php:358 -msgid "Newsletter Reminder" -msgstr "Newsletter Reminder" - -#: ../../operation/users/user_edit.php:414 -msgid "Autorefresh" -msgstr "Autorefresh" - -#: ../../operation/users/user_edit.php:414 -msgid "This will activate autorefresh in selected pages" -msgstr "This will activate autorefresh in selected pages" - -#: ../../operation/users/user_edit.php:421 -msgid "Full list of pages" -msgstr "Full list of pages" - -#: ../../operation/users/user_edit.php:423 -msgid "List of pages with autorefresh" -msgstr "List of pages with autorefresh" - -#: ../../operation/users/user_edit.php:429 -msgid "Push selected pages into autorefresh list" -msgstr "Push selected pages into autorefresh list" - -#: ../../operation/users/user_edit.php:433 -msgid "Pop selected pages out of autorefresh list" -msgstr "Pop selected pages out of autorefresh list" - -#: ../../operation/users/user_edit.php:469 -msgid "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" - -#: ../../operation/users/user_edit.php:541 -msgid "This user doesn't have any assigned profile/group." -msgstr "This user doesn't have any profile/group assigned" - -#: ../../operation/users/user_edit.php:710 -msgid "Double autentication information" -msgstr "Double autentication information" - -#: ../../operation/users/user_edit.php:773 -#: ../../operation/users/user_edit.php:849 -msgid "Double autentication activation" -msgstr "Double autentication activation" - -#: ../../operation/users/user_edit.php:799 -msgid "The double authentication will be deactivated" -msgstr "Double authentication will be deactivated" - -#: ../../operation/users/user_edit.php:800 -msgid "Deactivate" -msgstr "Deactivate" - -#: ../../operation/users/user_edit.php:832 -msgid "The double autentication was deactivated successfully" -msgstr "Double authentication was deactivated successfully" - -#: ../../operation/users/user_edit.php:835 -#: ../../operation/users/user_edit.php:839 -msgid "There was an error deactivating the double autentication" -msgstr "There was an error deactivating the double autentication" - -#: ../../operation/users/webchat.php:71 -msgid "Webchat" -msgstr "Webchat" - -#: ../../operation/users/webchat.php:82 -msgid "Users Online" -msgstr "Users Online" - -#: ../../operation/users/webchat.php:157 -msgid "Connection established...get last 24h messages..." -msgstr "Connection established - retrieving messages from the past 24hs." - -#: ../../operation/users/webchat.php:168 -msgid "Error in connection." -msgstr "Error in connection." - -#: ../../operation/users/webchat.php:249 -msgid "Error sendding message." -msgstr "Error sending message." - -#: ../../operation/users/webchat.php:277 -msgid "Error login." -msgstr "Login error." - -#: ../../enterprise/dashboard/dashboards.php:33 -#: ../../enterprise/mobile/operation/home.php:35 -msgid "Dashboards" -msgstr "Dashboards" - -#: ../../enterprise/dashboard/dashboards.php:59 -msgid "Successfully duplicate" -msgstr "Successfully duplicate" - -#: ../../enterprise/dashboard/dashboards.php:60 -msgid "Could not be duplicate" -msgstr "Could not be duplicated" - -#: ../../enterprise/dashboard/dashboards.php:83 -#: ../../enterprise/dashboard/main_dashboard.php:281 -#: ../../enterprise/dashboard/main_dashboard.php:290 -msgid "Cells" -msgstr "Cells" - -#: ../../enterprise/dashboard/dashboards.php:109 -msgid "There are no dashboards defined." -msgstr "There are no dashboards defined." - -#: ../../enterprise/dashboard/dashboards.php:123 -#, php-format -msgid "Private for (%s)" -msgstr "Private for (%s)" - -#: ../../enterprise/dashboard/dashboards.php:154 -msgid "New dashboard" -msgstr "" - -#: ../../enterprise/dashboard/full_dashboard.php:47 -#: ../../enterprise/dashboard/public_dashboard.php:70 -msgid "No slides selected" -msgstr "No slides selected" - -#: ../../enterprise/dashboard/full_dashboard.php:201 -#: ../../enterprise/dashboard/public_dashboard.php:217 -msgid "Change every" -msgstr "Change every" - -#: ../../enterprise/dashboard/full_dashboard.php:222 -#: ../../enterprise/dashboard/public_dashboard.php:244 -#: ../../enterprise/operation/agentes/transactional_map.php:307 -msgid "Stop" -msgstr "Stop" - -#: ../../enterprise/dashboard/full_dashboard.php:228 -#: ../../enterprise/dashboard/public_dashboard.php:250 -msgid "Pause" -msgstr "Pause" - -#: ../../enterprise/dashboard/full_dashboard.php:258 -#: ../../enterprise/dashboard/main_dashboard.php:183 -#: ../../enterprise/dashboard/public_dashboard.php:284 -msgid "Slides mode" -msgstr "Slides mode" - -#: ../../enterprise/dashboard/full_dashboard.php:349 -#: ../../enterprise/dashboard/main_dashboard.php:502 -#: ../../enterprise/dashboard/public_dashboard.php:375 -msgid "Slides" -msgstr "Slides" - -#: ../../enterprise/dashboard/main_dashboard.php:151 -msgid "Show link to public dashboard" -msgstr "Show link to public dashboard" - -#: ../../enterprise/dashboard/main_dashboard.php:168 -msgid "Save the actual layout design" -msgstr "Save actual layout design" - -#: ../../enterprise/dashboard/main_dashboard.php:336 -msgid "Private dashboard" -msgstr "Private dashboard" - -#: ../../enterprise/dashboard/main_dashboard.php:356 -msgid "Error: there are cells not empty." -msgstr "Error: there are cells not empty." - -#: ../../enterprise/dashboard/main_dashboard.php:361 -msgid "Error save conf dashboard" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:427 -msgid "Add widget" -msgstr "Add widget" - -#: ../../enterprise/dashboard/main_dashboard.php:434 -msgid "Add new widget" -msgstr "Add new widget" - -#: ../../enterprise/dashboard/main_dashboard.php:436 -msgid "" -"Error, you are trying to add a widget in a empty cell. Please save the " -"layout before to add any widget in this cell." -msgstr "" -"Error, you are trying to add a widget in a empty cell. Please save the " -"layout before to add any widget in this cell." - -#: ../../enterprise/dashboard/main_dashboard.php:440 -msgid "There are unsaved changes" -msgstr "There are unsaved changes" - -#: ../../enterprise/dashboard/widget.php:68 -msgid "Empty for a transparent background color or CSS compatible value" -msgstr "Empty for a transparent background color or CSS compatible value" - -#: ../../enterprise/dashboard/widget.php:316 -msgid "Configure widget" -msgstr "Configure widget" - -#: ../../enterprise/dashboard/widget.php:324 -msgid "Delete widget" -msgstr "Delete widget" - -#: ../../enterprise/dashboard/widget.php:346 -msgid "Config widget" -msgstr "Config widget" - -#: ../../enterprise/dashboard/widget.php:356 -msgid "Please configure this widget before usage" -msgstr "Please configure this widget before usage" - -#: ../../enterprise/dashboard/widget.php:359 -msgid "Widget cannot be loaded" -msgstr "Cannot load widget." - -#: ../../enterprise/dashboard/widget.php:360 -msgid "Please, configure the widget again to recover it" -msgstr "Please configure the widget again to recover it" - -#: ../../enterprise/dashboard/widget.php:456 -msgid "" -"If propagate acl is activated, this group will include its child groups" -msgstr "" -"If propagate acl is activated, this group will include its child groups" - -#: ../../enterprise/dashboard/widgets/agent_module.php:30 -#: ../../enterprise/dashboard/widgets/agent_module.php:32 -msgid "Show Agent/Module View" -msgstr "" - -#: ../../enterprise/dashboard/widgets/agent_module.php:375 -#: ../../enterprise/dashboard/widgets/custom_graph.php:72 -#: ../../enterprise/dashboard/widgets/events_list.php:80 -#: ../../enterprise/dashboard/widgets/events_list.php:86 -#: ../../enterprise/dashboard/widgets/events_list.php:94 -#: ../../enterprise/dashboard/widgets/groups_status.php:53 -#: ../../enterprise/dashboard/widgets/groups_status.php:59 -#: ../../enterprise/dashboard/widgets/module_icon.php:116 -#: ../../enterprise/dashboard/widgets/module_icon.php:123 -#: ../../enterprise/dashboard/widgets/module_status.php:111 -#: ../../enterprise/dashboard/widgets/module_status.php:118 -#: ../../enterprise/dashboard/widgets/module_table_value.php:102 -#: ../../enterprise/dashboard/widgets/module_table_value.php:110 -#: ../../enterprise/dashboard/widgets/module_value.php:99 -#: ../../enterprise/dashboard/widgets/module_value.php:106 -#: ../../enterprise/dashboard/widgets/single_graph.php:93 -#: ../../enterprise/dashboard/widgets/single_graph.php:100 -#: ../../enterprise/dashboard/widgets/sla_percent.php:96 -#: ../../enterprise/dashboard/widgets/sla_percent.php:103 -msgid "You don't have access" -msgstr "You don't have access" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "Alerts Fired" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -msgstr "Alerts Fired report" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:27 -msgid "Show a defined custom graph" -msgstr "Show a defined custom graph" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "Stacked" - -#: ../../enterprise/dashboard/widgets/events_list.php:28 -msgid "Latest events list" -msgstr "Latest events list" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "Limit" - -#: ../../enterprise/dashboard/widgets/events_list.php:49 -msgid "Only pending" -msgstr "Only pending" - -#: ../../enterprise/dashboard/widgets/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Welcome message to Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:26 -#: ../../enterprise/extensions/vmware/vmware_view.php:1099 -msgid "Welcome" -msgstr "Welcome" - -#: ../../enterprise/dashboard/widgets/example.php:40 -msgid "" -"This is an example of a dashboard widget. A widget may contain elements" -msgstr "" -"This is an example of a dashboard widget. A widget may contain elements" - -#: ../../enterprise/dashboard/widgets/example.php:41 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." -msgstr "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." - -#: ../../enterprise/dashboard/widgets/example.php:42 -#: ../../enterprise/dashboard/widgets/example.php:44 -msgid "" -"To delete this message, click on the delete button on top right corner of " -"this element." -msgstr "" -"To delete this message, click on the delete button on top right corner of " -"this element." - -#: ../../enterprise/dashboard/widgets/example.php:43 -msgid "" -"To do so, just click on the title and drag and drop it to the desired place." -msgstr "" -"To do so, just click on the title and drag and drop it to the desired place." - -#: ../../enterprise/dashboard/widgets/example.php:45 -msgid "Thanks for using Pandora FMS" -msgstr "Thanks for using Pandora FMS." - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:30 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:32 -msgid "Graph Module Histogram" -msgstr "" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:66 -#: ../../enterprise/dashboard/widgets/sla_percent.php:63 -msgid "2 Hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:67 -#: ../../enterprise/dashboard/widgets/sla_percent.php:64 -msgid "12 Hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:68 -#: ../../enterprise/dashboard/widgets/sla_percent.php:65 -msgid "24 Hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:69 -#: ../../enterprise/dashboard/widgets/sla_percent.php:66 -msgid "48 Hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:74 -#: ../../enterprise/dashboard/widgets/module_icon.php:89 -#: ../../enterprise/dashboard/widgets/module_status.php:86 -#: ../../enterprise/dashboard/widgets/module_value.php:77 -#: ../../enterprise/dashboard/widgets/sla_percent.php:74 -msgid "Text size of label in px" -msgstr "Text size of label in px" - -#: ../../enterprise/dashboard/widgets/url.php:23 -msgid "Show the URL content" -msgstr "Show the URL content" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "My URL" - -#: ../../enterprise/dashboard/widgets/url.php:49 -#: ../../enterprise/dashboard/widgets/post.php:36 -#: ../../enterprise/dashboard/widgets/tactical.php:63 -#: ../../enterprise/dashboard/widgets/tactical.php:71 -msgid "Please, configure this widget before use" -msgstr "Please configure this widget before usage" - -#: ../../enterprise/dashboard/widgets/groups_status.php:24 -msgid "Groups status" -msgstr "Groups status" - -#: ../../enterprise/dashboard/widgets/groups_status.php:26 -msgid "General and quick group status report" -msgstr "General and quick group status report" - -#: ../../enterprise/dashboard/widgets/groups_status.php:89 -#: ../../enterprise/dashboard/widgets/groups_status.php:161 -msgid "Total nº:" -msgstr "" - -#: ../../enterprise/dashboard/widgets/groups_status.php:219 -msgid "Not agents in this group" -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 -msgid "Map made by user" -msgstr "Map made by user" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:29 -msgid "Show a map made by user" -msgstr "Show a map made by user" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -msgid "WARNING: " -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -msgid "" -"If your visual console is bigger than widget size, it will not fit in the " -"widget, instead, both vertical and horizonal scroll bars will be drawn. If " -"you want to \"fit\" a visual console into a widget, create it with the real " -"size you want to be fitter inside the widget." -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:35 -msgid "Layout" -msgstr "Layout" - -#: ../../enterprise/dashboard/widgets/maps_status.php:25 -msgid "Maps status" -msgstr "Maps status" - -#: ../../enterprise/dashboard/widgets/maps_status.php:27 -msgid "General and quick visual maps report" -msgstr "General and quick visual maps report" - -#: ../../enterprise/dashboard/widgets/module_icon.php:28 -msgid "Module with icon" -msgstr "Module with icon" - -#: ../../enterprise/dashboard/widgets/module_icon.php:30 -msgid "Show a value of module and icon" -msgstr "Show a value of module and icon" - -#: ../../enterprise/dashboard/widgets/module_icon.php:86 -#: ../../enterprise/dashboard/widgets/module_table_value.php:71 -#: ../../enterprise/dashboard/widgets/module_value.php:74 -#: ../../enterprise/dashboard/widgets/sla_percent.php:71 -msgid "Text size of value in px" -msgstr "Text size of value in px" - -#: ../../enterprise/dashboard/widgets/module_icon.php:92 -#: ../../enterprise/dashboard/widgets/module_status.php:89 -msgid "Size of icon" -msgstr "Size of icon" - -#: ../../enterprise/dashboard/widgets/module_status.php:28 -msgid "Status of module" -msgstr "Status of module" - -#: ../../enterprise/dashboard/widgets/module_status.php:30 -msgid "Show status of a module" -msgstr "Show status of a module" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:28 -msgid "Show module value in a table" -msgstr "Show module value in a table" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:30 -msgid "Show a value of module in a table" -msgstr "Show a value of module in a table" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:74 -msgid "Separator of data" -msgstr "Separator of data" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:76 -msgid "Carriage Return" -msgstr "Carriage Return" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:77 -msgid "Vertical Bar" -msgstr "Vertical Bar" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:78 -msgid "Semicolon" -msgstr "Semicolon" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:79 -msgid "Colon" -msgstr "Colon" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:80 -msgid "Commas" -msgstr "Commas" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:81 -msgid "Blank" -msgstr "Blank" - -#: ../../enterprise/dashboard/widgets/module_value.php:28 -msgid "Show module value" -msgstr "Show module value" - -#: ../../enterprise/dashboard/widgets/module_value.php:30 -msgid "Show a value of module" -msgstr "Show a value of module" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:21 -msgid "Global health" -msgstr "Global health" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:23 -msgid "Show a list of global monitor health" -msgstr "Show a list of global monitor health" - -#: ../../enterprise/dashboard/widgets/network_map.php:30 -msgid "Show a map of the monitored network" -msgstr "Show a map of the monitored network." - -#: ../../enterprise/dashboard/widgets/network_map.php:42 -msgid "X offset" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "Introduce x-axis data. Right=positive Left=negative" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "Y offset" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:50 -msgid "Introduce Y-axis data. Top=positive Bottom=negative" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:53 -msgid "Zoom level" -msgstr "" - -#: ../../enterprise/dashboard/widgets/network_map.php:56 -msgid "" -"Introduce zoom level. 1 = Highest resolution. Figures may include decimals" -msgstr "" - -#: ../../enterprise/dashboard/widgets/post.php:23 -msgid "Panel with a message" -msgstr "Panel with a message" - -#: ../../enterprise/dashboard/widgets/post.php:26 -msgid "My Post" -msgstr "My Post" - -#: ../../enterprise/dashboard/widgets/reports.php:29 -msgid "Show a report made by user" -msgstr "Show a report made by user" - -#: ../../enterprise/dashboard/widgets/service_map.php:22 -#: ../../enterprise/operation/services/services.service.php:92 -#: ../../enterprise/operation/services/services.service_map.php:102 -msgid "Service Map" -msgstr "Service Map" - -#: ../../enterprise/dashboard/widgets/service_map.php:24 -msgid "Show a service map" -msgstr "Show a service map" - -#: ../../enterprise/dashboard/widgets/service_map.php:57 -msgid "The user doesn't have permission to read agents" -msgstr "The user doesn't have permission to read agents" - -#: ../../enterprise/dashboard/widgets/service_map.php:62 -msgid "Missing id" -msgstr "Missing id" - -#: ../../enterprise/dashboard/widgets/single_graph.php:29 -msgid "Single graph" -msgstr "Single graph" - -#: ../../enterprise/dashboard/widgets/single_graph.php:31 -msgid "Show a graph of an agent module" -msgstr "Show a graph of an agent module" - -#: ../../enterprise/dashboard/widgets/sla_percent.php:29 -#: ../../enterprise/dashboard/widgets/sla_percent.php:31 -msgid "Show SLA percent" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:34 -msgid "Show a top n of agents modules." -msgstr "Show a top n of agents modules." - -#: ../../enterprise/dashboard/widgets/top_n.php:108 -msgid "" -"Please could you fill the widget data previous to filling the list items." -msgstr "" -"Please could you fill the widget data previous to filling the list items." - -#: ../../enterprise/dashboard/widgets/top_n.php:114 -#: ../../enterprise/dashboard/widgets/top_n.php:297 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 -msgid "avg" -msgstr "avg" - -#: ../../enterprise/dashboard/widgets/top_n.php:272 -msgid "Selection module one by one" -msgstr "Selection module one by one" - -#: ../../enterprise/dashboard/widgets/top_n.php:283 -msgid "Selection several modules" -msgstr "Selection several modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:311 -msgid "Regex for to filter modules" -msgstr "Regex for to filter modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:320 -#: ../../enterprise/dashboard/widgets/tree_view.php:73 -msgid "Filter modules" -msgstr "Filter modules" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 -msgid "Top N Events by agent." -msgstr "Top N Events by agent." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 -msgid "Top N events by agent." -msgstr "Top N events by agent." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 -msgid "Amount to show" -msgstr "Amount to show" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 -msgid "Legend Position" -msgstr "Legend Position" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 -msgid "No legend" -msgstr "No legend" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 -msgid "Please select one or more groups." -msgstr "Please select one or more groups." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 -msgid "There is not data to show." -msgstr "There is not data to show." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." -msgstr "Top N Events by module." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." -msgstr "Top N events by module." - -#: ../../enterprise/dashboard/widgets/tree_view.php:22 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 -msgid "Tree View" -msgstr "Tree View" - -#: ../../enterprise/dashboard/widgets/tree_view.php:24 -msgid "Show the tree view" -msgstr "Show the tree view" - -#: ../../enterprise/dashboard/widgets/tree_view.php:41 -msgid "Tab" -msgstr "Tab" - -#: ../../enterprise/dashboard/widgets/tree_view.php:47 -msgid "Open all nodes" -msgstr "Open all nodes" - -#: ../../enterprise/dashboard/widgets/tree_view.php:58 -msgid "Agents status" -msgstr "Agents status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:60 -msgid "Filter agents" -msgstr "Filter agents" - -#: ../../enterprise/dashboard/widgets/tree_view.php:71 -msgid "Modules status" -msgstr "Modules status" - -#: ../../enterprise/dashboard/widgets/tree_view.php:82 -msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." -msgstr "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." - -#: ../../enterprise/dashboard/widgets/tree_view.php:89 -msgid "This widget only working in desktop version." -msgstr "This widget will only work on desktop version." - -#: ../../enterprise/extensions/backup/main.php:63 -msgid "Pandora database backup utility" -msgstr "Pandora database backup utility" - -#: ../../enterprise/extensions/backup/main.php:70 -msgid "Filter backups" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:82 -msgid "Path backups" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:102 -#: ../../enterprise/extensions/cron/main.php:268 -#: ../../enterprise/extensions/cron/main.php:282 -msgid "Path" -msgstr "Path" - -#: ../../enterprise/extensions/backup/main.php:168 -msgid "Lost" -msgstr "Lost" - -#: ../../enterprise/extensions/backup/main.php:198 -msgid "Backups list" -msgstr "Backups list" - -#: ../../enterprise/extensions/backup/main.php:203 -msgid "Create backup" -msgstr "Create backup" - -#: ../../enterprise/extensions/backup/main.php:217 -msgid "Path to save backup" -msgstr "" - -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "Backup" - -#: ../../enterprise/extensions/cron/functions.php:17 -#: ../../enterprise/extensions/cron/functions.php:52 -#: ../../enterprise/extensions/cron/functions.php:73 -#: ../../enterprise/extensions/cron/functions.php:104 -#: ../../enterprise/extensions/cron/functions.php:134 -#: ../../enterprise/extensions/cron/functions.php:175 -msgid "Report to build" -msgstr "Report to build" - -#: ../../enterprise/extensions/cron/functions.php:23 -#: ../../enterprise/extensions/cron/functions.php:48 -msgid "Send to emails (separated by comma)" -msgstr "Send to e-mail addresses (separated by a comma)" - -#: ../../enterprise/extensions/cron/functions.php:27 -#: ../../enterprise/extensions/cron/functions.php:119 -msgid "Template to build" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:46 -#: ../../enterprise/extensions/cron/main.php:249 -msgid "Report per agent" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:58 -#: ../../enterprise/extensions/cron/functions.php:63 -#: ../../enterprise/extensions/cron/functions.php:79 -#: ../../enterprise/extensions/cron/functions.php:135 -#: ../../enterprise/extensions/cron/functions.php:176 -msgid "Save to disk into path" -msgstr "Save to disk in path" - -#: ../../enterprise/extensions/cron/functions.php:105 -#: ../../enterprise/extensions/cron/functions.php:120 -msgid "Send to email" -msgstr "Send to e-mail" - -#: ../../enterprise/extensions/cron/functions.php:106 -msgid "Send custom report by email" -msgstr "Send custom report by e-mail" - -#: ../../enterprise/extensions/cron/functions.php:121 -msgid "Send custom report (from template) by email" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:136 -#: ../../enterprise/extensions/cron/functions.php:177 -msgid "Save custom report to disk" -msgstr "Save custom report to disk" - -#: ../../enterprise/extensions/cron/functions.php:149 -#: ../../enterprise/extensions/cron/functions.php:162 -msgid "Backup Pandora database" -msgstr "Backup Pandora database" - -#: ../../enterprise/extensions/cron/functions.php:192 -msgid "Not scheduled" -msgstr "Not scheduled" - -#: ../../enterprise/extensions/cron/functions.php:193 -#: ../../enterprise/extensions/vmware/functions.php:25 -msgid "Hourly" -msgstr "Hourly" - -#: ../../enterprise/extensions/cron/functions.php:197 -#: ../../enterprise/extensions/vmware/functions.php:29 -msgid "Yearly" -msgstr "Annually" - -#: ../../enterprise/extensions/cron/functions.php:446 -#: ../../enterprise/extensions/cron/functions.php:544 -msgid "This is the automatic generated report" -msgstr "This is the automatically generated report" - -#: ../../enterprise/extensions/cron/functions.php:449 -#: ../../enterprise/extensions/cron/functions.php:547 -msgid "Open the attached file to view it" -msgstr "Open the attached file to view it" - -#: ../../enterprise/extensions/cron/functions.php:455 -#: ../../enterprise/extensions/cron/functions.php:553 -msgid "Please do not answer or reply to this email" -msgstr "Please do not answer or reply to this e-mail" - -#: ../../enterprise/extensions/cron/main.php:39 -#: ../../enterprise/extensions/cron.php:117 -#: ../../enterprise/extensions/cron.php:123 -msgid "Cron jobs" -msgstr "Cron jobs" - -#: ../../enterprise/extensions/cron/main.php:45 -msgid "Add new job" -msgstr "Add new job" - -#: ../../enterprise/extensions/cron/main.php:83 -#: ../../enterprise/extensions/cron/main.php:142 -msgid "Path doesn't exists or is not writable" -msgstr "Path doesn't exist or is not writable." - -#: ../../enterprise/extensions/cron/main.php:117 -#: ../../enterprise/extensions/cron/main.php:135 -msgid "Edit job" -msgstr "Edit job" - -#: ../../enterprise/extensions/cron/main.php:161 -msgid "Cron extension is not running" -msgstr "Cron extension is not running" - -#: ../../enterprise/extensions/cron/main.php:162 -msgid "Cron extension has never run or it's not configured well" -msgstr "Cron extension has never run or it's not configured well." - -#: ../../enterprise/extensions/cron/main.php:164 -msgid "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service" -msgstr "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service." - -#: ../../enterprise/extensions/cron/main.php:166 -msgid "Please, add the following line to your crontab file" -msgstr "Please add the following line to your crontab file" - -#: ../../enterprise/extensions/cron/main.php:172 -msgid "Last execution" -msgstr "Last execution" - -#: ../../enterprise/extensions/cron/main.php:179 -msgid "Cron extension is running" -msgstr "Cron extension is running" - -#: ../../enterprise/extensions/cron/main.php:188 -msgid "Scheduled jobs" -msgstr "Scheduled jobs" - -#: ../../enterprise/extensions/cron/main.php:197 -#: ../../enterprise/extensions/cron/main.php:317 -msgid "Task" -msgstr "Task" - -#: ../../enterprise/extensions/cron/main.php:198 -#: ../../enterprise/extensions/cron/main.php:326 -#: ../../enterprise/extensions/vmware/main.php:275 -msgid "Scheduled" -msgstr "Scheduled" - -#: ../../enterprise/extensions/cron/main.php:199 -#: ../../enterprise/extensions/cron/main.php:329 -msgid "Next execution" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:200 -msgid "Last run" -msgstr "Last run" - -#: ../../enterprise/extensions/cron/main.php:209 -msgid "Force run" -msgstr "Force run" - -#: ../../enterprise/extensions/csv_import/main.php:40 -#, php-format -msgid "Created agent %s" -msgstr "Created agent %s" - -#: ../../enterprise/extensions/csv_import/main.php:41 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 -#, php-format -msgid "Could not create agent %s" -msgstr "Could not create agent %s" - -#: ../../enterprise/extensions/csv_import/main.php:46 -#: ../../enterprise/extensions/csv_import_group/main.php:46 -msgid "File processed" -msgstr "File processed" - -#: ../../enterprise/extensions/csv_import/main.php:56 -#: ../../enterprise/extensions/csv_import_group/main.php:56 -msgid "CSV format" -msgstr "CSV format" - -#: ../../enterprise/extensions/csv_import/main.php:57 -#: ../../enterprise/extensions/csv_import_group/main.php:57 -msgid "The CSV file must have the fields in the following order" -msgstr "The CSV file must have the fields in the following order" - -#: ../../enterprise/extensions/csv_import/main.php:72 -#: ../../enterprise/extensions/csv_import_group/main.php:72 -msgid "Upload file" -msgstr "Upload file" - -#: ../../enterprise/extensions/csv_import/main.php:79 -#: ../../enterprise/extensions/csv_import_group/main.php:75 -msgid "Separator" -msgstr "Separator" - -#: ../../enterprise/extensions/csv_import/main.php:83 -#: ../../enterprise/extensions/csv_import_group/main.php:79 -msgid "Upload CSV file" -msgstr "Upload CSV file" - -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "CSV import" - -#: ../../enterprise/extensions/csv_import_group/main.php:40 -#, php-format -msgid "Created group %s" -msgstr "Created group %s" - -#: ../../enterprise/extensions/csv_import_group/main.php:41 -#, php-format -msgid "Could not create group %s" -msgstr "Could not create group %s" - -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "CSV import group" - -#: ../../enterprise/extensions/disabled/check_acls.php:16 -msgid "ACL users for this agent" -msgstr "ACL users for this agent" - -#: ../../enterprise/extensions/disabled/check_acls.php:100 -msgid "There are no defined users" -msgstr "There are no defined users" - -#: ../../enterprise/extensions/disabled/check_acls.php:188 -msgid "ACL module tags for the modules in this agent" -msgstr "ACL module tags for the modules in this agent" - -#: ../../enterprise/extensions/disabled/check_acls.php:198 -msgid "Only admin users can see this section." -msgstr "Only admin users can see this section." - -#: ../../enterprise/extensions/disabled/check_acls.php:202 -msgid "Check ACL" -msgstr "Check ACL" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 -msgid "Export to Excel" -msgstr "Export to Excel" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 -msgid "Assign next free IP" -msgstr "Assign next free IP" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 -msgid "Next available IP" -msgstr "Next available IP" - -#: ../../enterprise/extensions/ipam/ipam_action.php:79 -#: ../../enterprise/extensions/ipam/ipam_action.php:115 -msgid "Incorrect format in Subnet field" -msgstr "Wrong format in Subnet field" - -#: ../../enterprise/extensions/ipam/ipam_action.php:83 -#: ../../enterprise/extensions/ipam/ipam_action.php:120 -msgid "The location is not filled, please add a location." -msgstr "The location is not filled, please add a location." - -#: ../../enterprise/extensions/ipam/ipam_action.php:194 -msgid "Successfully updated." -msgstr "Successfully updated." - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." -msgstr "There is not an available IP." - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" -msgstr "Next available IP Address is:" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" -msgstr "Reserve this IP now" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" -msgstr "Manage this IP now" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -#: ../../enterprise/extensions/ipam/ipam_network.php:536 -msgid "Hostname" -msgstr "Hostname" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 -msgid "Operating system" -msgstr "Operating system" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 -msgid "This agent has other IPs" -msgstr "This agent has other IPs" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" -msgstr "Generate events" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 -#: ../../enterprise/extensions/ipam/ipam_massive.php:77 -#: ../../enterprise/extensions/ipam/ipam_network.php:231 -#: ../../enterprise/extensions/ipam/ipam_network.php:540 -msgid "Managed" -msgstr "Managed" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 -#: ../../enterprise/extensions/ipam/ipam_massive.php:78 -#: ../../enterprise/extensions/ipam/ipam_network.php:237 -#: ../../enterprise/extensions/ipam/ipam_network.php:306 -#: ../../enterprise/extensions/ipam/ipam_network.php:541 -msgid "Reserved" -msgstr "Reserved" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 -msgid "Edited" -msgstr "Edited" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 -msgid "Tracking" -msgstr "Tracking" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 -msgid "Ping" -msgstr "Ping" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 -msgid "Ping to host" -msgstr "Ping to host" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:43 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:44 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:52 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:53 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:54 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:55 -msgid "Example:" -msgstr "Example:" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Bit mask" -msgstr "Bit mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Net mask" -msgstr "Net mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 -msgid "Mask format" -msgstr "Mask format" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 -msgid "Mask" -msgstr "Mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 -msgid "Calculate" -msgstr "Calculate" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 -msgid "Address field is empty" -msgstr "Address field is empty" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 -msgid "Mask field is empty" -msgstr "Mask field is empty" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 -msgid "Incorrect address format" -msgstr "Incorrect address format" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:98 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:102 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:113 -msgid "Incorrect mask format" -msgstr "Incorrect mask format" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 -msgid "Network mask" -msgstr "Network mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 -msgid "Network wildcard" -msgstr "Network wildcard" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 -msgid "Network address" -msgstr "Network address" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 -msgid "Broadcast address" -msgstr "Broadcast address" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 -msgid "First valid IP" -msgstr "First valid IP" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 -msgid "Last valid IP" -msgstr "Last valid IP" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 -msgid "Hosts/Net" -msgstr "Hosts/Net" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:35 -msgid "Network not found" -msgstr "Network not found" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -msgid "Format: IP/Mask" -msgstr "Format: IP/Mask" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:71 -msgid "Examples" -msgstr "Examples" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -msgid "For example: Central Data Center" -msgstr "For example: Central Data Centre" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:93 -msgid "Scan interval" -msgstr "Scan interval" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:93 -msgid "0 for manually scan" -msgstr "0 for manually scan" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:98 -msgid "Operator users" -msgstr "Operator users" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:98 -msgid "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." -msgstr "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." - -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/extensions/ipam/ipam_network.php:225 -#: ../../enterprise/extensions/ipam/ipam_network.php:550 -msgid "Alive" -msgstr "Alive" - -#: ../../enterprise/extensions/ipam/ipam_list.php:133 -msgid "No networks found" -msgstr "No networks found" - -#: ../../enterprise/extensions/ipam/ipam_list.php:175 -msgid "IPs" -msgstr "IPs" - -#: ../../enterprise/extensions/ipam/ipam_list.php:230 -#: ../../enterprise/extensions/ipam.php:189 -msgid "Manage addresses" -msgstr "Manage addresses" - -#: ../../enterprise/extensions/ipam/ipam_list.php:233 -#: ../../enterprise/extensions/ipam.php:205 -msgid "Addresses view" -msgstr "Addresses view" - -#: ../../enterprise/extensions/ipam/ipam_list.php:239 -msgid "Edit network" -msgstr "Edit network" - -#: ../../enterprise/extensions/ipam/ipam_list.php:243 -msgid "Delete network" -msgstr "Delete network" - -#: ../../enterprise/extensions/ipam/ipam_massive.php:68 -msgid "Addresses" -msgstr "Addresses" - -#: ../../enterprise/extensions/ipam/ipam_network.php:104 -msgid "No addresses found on this network" -msgstr "No addresses found on this network" - -#: ../../enterprise/extensions/ipam/ipam_network.php:121 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:324 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:53 -msgid "Subnet" -msgstr "Subnet" - -#: ../../enterprise/extensions/ipam/ipam_network.php:219 -msgid "Total IPs" -msgstr "Total IPs" - -#: ../../enterprise/extensions/ipam/ipam_network.php:227 -#: ../../enterprise/extensions/ipam/ipam_network.php:553 -msgid "Not alive" -msgstr "Not alive" - -#: ../../enterprise/extensions/ipam/ipam_network.php:233 -msgid "Not managed" -msgstr "Unmanaged" - -#: ../../enterprise/extensions/ipam/ipam_network.php:239 -msgid "Not Reserved" -msgstr "Not Reserved" - -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -msgid "DESC" -msgstr "DESC" - -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -msgid "ASC" -msgstr "ASC" - -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -msgid "A -> Z" -msgstr "A -> Z" - -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -msgid "Z -> A" -msgstr "Z -> A" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Last check" -msgstr "Last check" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -msgid "Newer -> Older" -msgstr "Newer -> Older" - -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Older -> Newer" -msgstr "Older -> Newer" - -#: ../../enterprise/extensions/ipam/ipam_network.php:284 -msgid "Exact address match" -msgstr "Exact address match" - -#: ../../enterprise/extensions/ipam/ipam_network.php:288 -msgid "Big" -msgstr "Big" - -#: ../../enterprise/extensions/ipam/ipam_network.php:289 -msgid "Tiny" -msgstr "Tiny" - -#: ../../enterprise/extensions/ipam/ipam_network.php:290 -msgid "Icons style" -msgstr "Icons style" - -#: ../../enterprise/extensions/ipam/ipam_network.php:297 -msgid "Show not alive hosts" -msgstr "Show not alive hosts" - -#: ../../enterprise/extensions/ipam/ipam_network.php:300 -msgid "Show only managed addresses" -msgstr "Show only managed addresses" - -#: ../../enterprise/extensions/ipam/ipam_network.php:303 -msgid "Reserved addresses" -msgstr "Reserved addresses" - -#: ../../enterprise/extensions/ipam/ipam_network.php:307 -msgid "Unreserved" -msgstr "Unreserved" - -#: ../../enterprise/extensions/ipam/ipam_network.php:332 -msgid "Filter options" -msgstr "Filter options" - -#: ../../enterprise/extensions/ipam/ipam_network.php:472 -msgid "Edit address" -msgstr "Edit address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "Disabled address" -msgstr "Disabled address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "This address will not be updated by the server" -msgstr "This address will not be updated by the server" - -#: ../../enterprise/extensions/ipam/ipam_network.php:574 -#: ../../enterprise/extensions/ipam/ipam_network.php:609 -#: ../../enterprise/extensions/ipam/ipam_network.php:632 -msgid "Change to automatic mode" -msgstr "Change to automatic mode" - -#: ../../enterprise/extensions/ipam/ipam_network.php:575 -#: ../../enterprise/extensions/ipam/ipam_network.php:610 -#: ../../enterprise/extensions/ipam/ipam_network.php:633 -msgid "Change to manual mode" -msgstr "Change to manual mode" - -#: ../../enterprise/extensions/ipam/ipam_network.php:649 -msgid "Add comments" -msgstr "Add comments" - -#: ../../enterprise/extensions/ipam/ipam_network.php:666 -msgid "Update agent address" -msgstr "Update agent address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:783 -msgid "Please, uncheck auto option to set manual agent." -msgstr "Please, uncheck auto option to set manual agent." - -#: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:284 -msgid "Subnetworks calculator" -msgstr "Subnetworks calculator" - -#: ../../enterprise/extensions/ipam.php:240 -#: ../../enterprise/extensions/ipam.php:308 -#: ../../enterprise/extensions/ipam.php:330 -#: ../../enterprise/extensions/ipam.php:331 -msgid "IPAM" -msgstr "IPAM" - -#: ../../enterprise/extensions/resource_exportation/functions.php:19 -msgid "Export agents" -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:37 -#, php-format -msgid "Error create '%s' policy, the name exist and there aren't free name." -msgstr "" -"Error create '%s' policy, the name exists and there aren't free names." - -#: ../../enterprise/extensions/resource_registration/functions.php:44 -#, php-format -msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." -msgstr "" -"Warning on creating '%s' policy, the name exists and the policy has the name " -"%s." - -#: ../../enterprise/extensions/resource_registration/functions.php:51 -msgid "Error the policy haven't name." -msgstr "Error. The policy doesn't have a name." - -#: ../../enterprise/extensions/resource_registration/functions.php:65 -#, php-format -msgid "Success create '%s' policy." -msgstr "Success in creating '%s' policy." - -#: ../../enterprise/extensions/resource_registration/functions.php:66 -#, php-format -msgid "Error create '%s' policy." -msgstr "Error in creating '%s' policy." - -#: ../../enterprise/extensions/resource_registration/functions.php:104 -#, php-format -msgid "Error add '%s' agent. The agent does not exist in pandora" -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:108 -#, php-format -msgid "Success add '%s' agent." -msgstr "Success in adding '%s' agent." - -#: ../../enterprise/extensions/resource_registration/functions.php:109 -#, php-format -msgid "Error add '%s' agent." -msgstr "Error in adding '%s' agent." - -#: ../../enterprise/extensions/resource_registration/functions.php:128 -msgid "The collection does not exist in pandora" -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:132 -#, php-format -msgid "Success add '%s' collection." -msgstr "Success in adding '%s' collection." - -#: ../../enterprise/extensions/resource_registration/functions.php:133 -#, php-format -msgid "Error add '%s' collection." -msgstr "Error in adding '%s' collection." - -#: ../../enterprise/extensions/resource_registration/functions.php:149 -#, php-format -msgid "Success add '%s' agent plugin." -msgstr "Success add '%s' agent plugin." - -#: ../../enterprise/extensions/resource_registration/functions.php:150 -#, php-format -msgid "Error add '%s' agent plugin." -msgstr "Error add '%s' agent plugin." - -#: ../../enterprise/extensions/resource_registration/functions.php:161 -msgid "Error add the module, haven't type." -msgstr "Error on adding the module, it doesn't have a type." - -#: ../../enterprise/extensions/resource_registration/functions.php:235 -#: ../../enterprise/extensions/resource_registration/functions.php:265 -#: ../../enterprise/extensions/resource_registration/functions.php:322 -#: ../../enterprise/extensions/resource_registration/functions.php:368 -msgid "Error add the module, error in tag component." -msgstr "Error on adding the module, error in tag component." - -#: ../../enterprise/extensions/resource_registration/functions.php:409 -msgid "Error add the module plugin importation, plugin is not registered" -msgstr "Error add the module plugin importation, plugin is not registered" - -#: ../../enterprise/extensions/resource_registration/functions.php:420 -#, php-format -msgid "Success add '%s' module." -msgstr "Success in adding '%s' module." - -#: ../../enterprise/extensions/resource_registration/functions.php:421 -#, php-format -msgid "Error add '%s' module." -msgstr "Error on adding '%s' module." - -#: ../../enterprise/extensions/resource_registration/functions.php:431 -#, php-format -msgid "Error add the alert, the template '%s' don't exist." -msgstr "Error on adding the alert, the template '%s' doesn't exist." - -#: ../../enterprise/extensions/resource_registration/functions.php:439 -#, php-format -msgid "Error add the alert, the module '%s' don't exist." -msgstr "Error on adding the alert, the module '%s' doesn't exist." - -#: ../../enterprise/extensions/resource_registration/functions.php:452 -#, php-format -msgid "Success add '%s' alert." -msgstr "Success in adding '%s' alert." - -#: ../../enterprise/extensions/resource_registration/functions.php:453 -#, php-format -msgid "Error add '%s' alert." -msgstr "Error on adding '%s' alert." - -#: ../../enterprise/extensions/resource_registration/functions.php:469 -#, php-format -msgid "Error add the alert, the action '%s' don't exist." -msgstr "Error on adding the alert, the action '%s' doesn't exist." - -#: ../../enterprise/extensions/resource_registration/functions.php:481 -#, php-format -msgid "Success add '%s' action." -msgstr "Success in adding '%s' action." - -#: ../../enterprise/extensions/translate_string.php:165 -#: ../../enterprise/extensions/translate_string.php:326 -msgid "Translate string" -msgstr "Translate string" - -#: ../../enterprise/extensions/translate_string.php:271 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 -msgid "Please search for anything text." -msgstr "Please search for anything text." - -#: ../../enterprise/extensions/translate_string.php:280 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 -msgid "Original string" -msgstr "Original string" - -#: ../../enterprise/extensions/translate_string.php:281 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 -msgid "Translation in selected language" -msgstr "Translation in selected language" - -#: ../../enterprise/extensions/translate_string.php:282 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 -msgid "Customize translation" -msgstr "Customize translation" - -#: ../../enterprise/extensions/vmware/vmware_view.php:638 -#: ../../enterprise/extensions/vmware/vmware_view.php:1040 -msgid "Top 5 VMs CPU Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:645 -#: ../../enterprise/extensions/vmware/vmware_view.php:1047 -msgid "Top 5 VMs Memory Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:654 -#: ../../enterprise/extensions/vmware/vmware_view.php:1056 -msgid "Top 5 VMs Disk Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:661 -#: ../../enterprise/extensions/vmware/vmware_view.php:1063 -msgid "Top 5 VMs Network Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:718 -msgid "Host ESX" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:953 -msgid "CPU Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:963 -msgid "Memory Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:973 -msgid "Disk I/O Rate" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:983 -msgid "Network Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1115 -msgid "ESX Detail" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1132 -msgid "ESX details" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1143 -msgid "VMware View" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1231 -msgid "" -"Some ESX Hosts are not up to date, please check vmware plugin configuration." -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1234 -msgid "VMWare plugin is working." -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1243 -msgid "View VMWare map" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1244 -msgid "View VMWare dashboard" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1245 -msgid "View ESX Host statistics from" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1253 -msgid "this link" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1253 -msgid "administration page" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1323 -msgid "Show Datastores" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1326 -msgid "Show ESX" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1329 -msgid "Show VM" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1347 -msgid "Zoom" -msgstr "Zoom" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1357 -msgid "View options" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1404 -msgid "VMware map" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:30 -msgid "WMware Plugin Settings" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:79 -msgid "VMWare configuration updated." -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:142 -msgid "VMWare scheduled execution disabled." -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:165 -msgid "There was an error updating the execution data of the plugin" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:168 -#: ../../enterprise/extensions/vmware/main.php:178 -msgid "VMWare scheduled execution updated." -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:174 -msgid "There was an error activating the execution of the plugin" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:194 -msgid "Config Path" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:201 -msgid "Plugin Path" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:226 -msgid "Config parameters" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:233 -msgid "V-Center IP" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:238 -msgid "Datacenter Name" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:265 -msgid "Plugin execution" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:266 -msgid "" -"To enable the plugin execution, this extension needs the Cron jobs extension " -"installed.\n" -"\tKeep in mind that the Cron jobs execution period will be the less real " -"execution period, so if you want to run the plugin every\n" -"\t5 minutes, for example, the Cron jobs script should be configured in the " -"cron to run every 5 minutes or less" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:298 -#: ../../enterprise/godmode/agentes/collections.php:269 -msgid "Apply changes" -msgstr "Apply changes" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:160 -msgid "Power Status: " -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:206 -msgid "Change Status" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:161 -#: ../../enterprise/extensions/vmware/functions.php:189 -msgid "The file does not exists" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:165 -msgid "The file is not readable by HTTP Server" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:166 -#: ../../enterprise/extensions/vmware/functions.php:171 -msgid "Please check that the web server has write rights on the file" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:170 -msgid "The file is not writable by HTTP Server" -msgstr "" - -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:42 -msgid "Show extended info" -msgstr "Show extended info" - -#: ../../enterprise/godmode/admin_access_logs.php:61 -msgid "" -"Maybe delete the extended data or the audit data is previous to table " -"tsession_extended." -msgstr "" -"Maybe delete the extended data or the audit data is previous to table " -"tsession_extended." - -#: ../../enterprise/godmode/admin_access_logs.php:71 -msgid "Security check is ok." -msgstr "Security check is ok." - -#: ../../enterprise/godmode/admin_access_logs.php:78 -msgid "Security check is fail." -msgstr "Security check failed" - -#: ../../enterprise/godmode/admin_access_logs.php:115 -msgid "Extended info:" -msgstr "Extended info:" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:107 -msgid "Error: The conf file of agent is not readble." -msgstr "Error: The conf file of agent is not readble." - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:112 -msgid "Error: The conf file of agent is not writable." -msgstr "Error: The conf file of agent is not writable." - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:150 -#: ../../enterprise/godmode/policies/policy_modules.php:326 -msgid "Add module" -msgstr "Add module" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:176 -msgid "No module was found" -msgstr "No module was found" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:204 -msgid "Delete remote conf agent files in Pandora" -msgstr "Delete remote conf agent files in Pandora" - -#: ../../enterprise/godmode/agentes/collection_manager.php:37 -#: ../../enterprise/operation/agentes/collection_view.php:47 -msgid "This agent have not a remote configuration, please set it." -msgstr "This agent has no remote configuration, please set it." - -#: ../../enterprise/godmode/agentes/collection_manager.php:76 -msgid "Succesful add the collection" -msgstr "Success in adding the collection." - -#: ../../enterprise/godmode/agentes/collection_manager.php:77 -msgid "Unsuccesful add the collection" -msgstr "Adding the collection was unsuccessful." - -#: ../../enterprise/godmode/agentes/collection_manager.php:91 -#: ../../enterprise/godmode/agentes/collections.php:128 -#: ../../enterprise/godmode/agentes/collections.php:143 -msgid "Successful create collection package." -msgstr "Successful in creating collection package." - -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -#: ../../enterprise/godmode/agentes/collections.php:144 -msgid "Can not create collection package." -msgstr "Cannot create collection package." - -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/agentes/collections.php:231 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "Short Name" - -#: ../../enterprise/godmode/agentes/collection_manager.php:121 -#: ../../enterprise/godmode/agentes/collection_manager.php:204 -#: ../../enterprise/operation/agentes/collection_view.php:91 -#: ../../enterprise/operation/agentes/policy_view.php:154 -msgid "Show files" -msgstr "Show files" - -#: ../../enterprise/godmode/agentes/collection_manager.php:138 -#: ../../enterprise/godmode/agentes/collection_manager.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:223 -#: ../../enterprise/godmode/agentes/collection_manager.php:224 -#: ../../enterprise/godmode/agentes/collections.data.php:341 -#: ../../enterprise/godmode/agentes/collections.data.php:342 -msgid "Need to regenerate" -msgstr "Need to regenerate" - -#: ../../enterprise/godmode/agentes/collection_manager.php:144 -#: ../../enterprise/godmode/agentes/collection_manager.php:145 -#: ../../enterprise/godmode/agentes/collection_manager.php:229 -#: ../../enterprise/godmode/agentes/collection_manager.php:230 -#: ../../enterprise/godmode/agentes/collections.data.php:346 -#: ../../enterprise/godmode/agentes/collections.data.php:347 -#: ../../enterprise/godmode/agentes/collections.php:274 -#: ../../enterprise/godmode/agentes/collections.php:275 -#: ../../enterprise/operation/agentes/collection_view.php:106 -#: ../../enterprise/operation/agentes/collection_view.php:107 -msgid "The collection directory does not exist." -msgstr "The collection directory does not exist." - -#: ../../enterprise/godmode/agentes/collection_manager.php:164 -#: ../../enterprise/operation/agentes/collection_view.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:132 -msgid "Dir" -msgstr "Dir" - -#: ../../enterprise/godmode/agentes/collections.agents.php:38 -msgid "Show Agent >" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.agents.php:113 -msgid "This collection has not been added to any agents" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:125 -#: ../../enterprise/godmode/agentes/collections.data.php:144 -#: ../../enterprise/godmode/agentes/collections.data.php:159 -#: ../../enterprise/godmode/agentes/collections.data.php:181 -#: ../../enterprise/godmode/agentes/collections.data.php:223 -msgid "Manager configuration > New" -msgstr "Manager configuration > New" - -#: ../../enterprise/godmode/agentes/collections.data.php:94 -#: ../../enterprise/godmode/agentes/collections.data.php:200 -#: ../../enterprise/godmode/agentes/collections.data.php:269 -#: ../../enterprise/godmode/agentes/collections.data.php:283 -#: ../../enterprise/godmode/agentes/collections.data.php:289 -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -msgid "Manager configuration > Edit " -msgstr "Manager configuration > Edit " - -#: ../../enterprise/godmode/agentes/collections.data.php:132 -msgid "" -"Unable to create the collection. Another collection with the same short name." -msgstr "" -"Unable to create the collection. Another collection with the same short name." - -#: ../../enterprise/godmode/agentes/collections.data.php:150 -#: ../../enterprise/godmode/agentes/collections.data.php:165 -msgid "Unable to create the collection" -msgstr "Unable to create the collection" - -#: ../../enterprise/godmode/agentes/collections.data.php:150 -msgid "Invalid characters in short name" -msgstr "Invalid characters in short name" - -#: ../../enterprise/godmode/agentes/collections.data.php:165 -#: ../../enterprise/include/functions_local_components.php:138 -msgid "Empty name" -msgstr "Empty name" - -#: ../../enterprise/godmode/agentes/collections.data.php:187 -#: ../../enterprise/godmode/agentes/collections.data.php:231 -msgid "Unable to create the collection." -msgstr "Unable to create the collection." - -#: ../../enterprise/godmode/agentes/collections.data.php:208 -#: ../../enterprise/godmode/agentes/collections.data.php:295 -msgid "Correct create collection" -msgstr "Correct create collection" - -#: ../../enterprise/godmode/agentes/collections.data.php:273 -msgid "Unable to edit the collection, empty name." -msgstr "Unable to edit the collection, empty name." - -#: ../../enterprise/godmode/agentes/collections.data.php:286 -msgid "Unable to edit the collection." -msgstr "Unable to edit the collection." - -#: ../../enterprise/godmode/agentes/collections.data.php:308 -msgid "Error: The collection directory does not exist." -msgstr "Error: The collection directory does not exist." - -#: ../../enterprise/godmode/agentes/collections.data.php:325 -msgid "Recreate file" -msgstr "Create file again" - -#: ../../enterprise/godmode/agentes/collections.data.php:369 -msgid "Short name:" -msgstr "Short name:" - -#: ../../enterprise/godmode/agentes/collections.data.php:375 -msgid "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." -msgstr "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." - -#: ../../enterprise/godmode/agentes/collections.data.php:375 -msgid "Short name must contain only alphanumeric characters, - or _ ." -msgstr "Short name must contain only alphanumeric characters, - or _ ." - -#: ../../enterprise/godmode/agentes/collections.data.php:375 -msgid "Empty for default short name fc_X where X is the collection id." -msgstr "Empty for default short name fc_X where X is the collection id." - -#: ../../enterprise/godmode/agentes/collections.editor.php:63 -msgid "Files in " -msgstr "Files in " - -#: ../../enterprise/godmode/agentes/collections.editor.php:112 -#: ../../enterprise/godmode/agentes/collections.editor.php:173 -msgid "Back to file explorer" -msgstr "Back to file explorer" - -#: ../../enterprise/godmode/agentes/collections.editor.php:236 -msgid "Correct update file." -msgstr "Correct update file." - -#: ../../enterprise/godmode/agentes/collections.editor.php:237 -msgid "Incorrect update file." -msgstr "Incorrect update file." - -#: ../../enterprise/godmode/agentes/collections.editor.php:376 -msgid "Please, first save a new collection before to upload files." -msgstr "Please save a new collection first before uploading files." - -#: ../../enterprise/godmode/agentes/collections.php:48 -msgid "Success: recreate file" -msgstr "Success in recreating file" - -#: ../../enterprise/godmode/agentes/collections.php:51 -msgid "Error: recreate file " -msgstr "Error: recreate file " - -#: ../../enterprise/godmode/agentes/collections.php:64 -#: ../../enterprise/godmode/agentes/collections.php:86 -#: ../../enterprise/godmode/agentes/collections.php:157 -msgid "Collections Management" -msgstr "Collections Management" - -#: ../../enterprise/godmode/agentes/collections.php:120 -msgid "Manager collection" -msgstr "Manager collection" - -#: ../../enterprise/godmode/agentes/collections.php:164 -msgid "Error: The main directory of collections does not exist." -msgstr "Error: The main directory of collections does not exist." - -#: ../../enterprise/godmode/agentes/collections.php:254 -msgid "Are you sure to delete?" -msgstr "Are you sure you want to delete ?" - -#: ../../enterprise/godmode/agentes/collections.php:255 -msgid "Delete collection" -msgstr "Delete collection" - -#: ../../enterprise/godmode/agentes/collections.php:261 -msgid "Are you sure to re-apply?" -msgstr "Are you sure to re-apply?" - -#: ../../enterprise/godmode/agentes/collections.php:262 -msgid "Re-Apply changes" -msgstr "Reapply changes" - -#: ../../enterprise/godmode/agentes/collections.php:268 -msgid "Are you sure to apply?" -msgstr "Do you want to apply?" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:57 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 -msgid "Successfully added inventory module" -msgstr "Inventory module added successfully" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:60 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 -msgid "Error adding inventory module" -msgstr "Error adding inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -msgid "Successfully deleted inventory module" -msgstr "Successfully deleted inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -msgid "Error deleting inventory module" -msgstr "Error deleting inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:80 -msgid "Successfully forced inventory module" -msgstr "Successfully forced inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:83 -msgid "Error forcing inventory module" -msgstr "Error forcing inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "Successfully updated inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "Error updating inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 -msgid "Inventory module error" -msgstr "Inventory module error" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 -#: ../../enterprise/meta/advanced/synchronizing.user.php:532 -msgid "Target" -msgstr "Target" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 -msgid "7 days" -msgstr "7 days" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:195 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 -msgid "Update all" -msgstr "Update all" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 -msgid "Data Copy" -msgstr "Data Copy" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 -msgid "No selected agents to copy" -msgstr "No selected agents to copy" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 -msgid "No source agent selected" -msgstr "No source agent selected" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -msgid "Making copy of configuration file for" -msgstr "Making copy of configuration file for" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -msgid "Error copying md5 file " -msgstr "Error copying md5 file " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -msgid " md5 file" -msgstr " md5 file" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid "Copied " -msgstr "Copied " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -msgid "Error copying " -msgstr "Error copying " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid " config file" -msgstr " config file" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 -msgid "Remote configuration management" -msgstr "Remote configuration management" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 -msgid "Source group" -msgstr "Source group" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 -msgid "To agent(s):" -msgstr "To agent(s):" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -msgid "Replicate configuration" -msgstr "Replicate configuration" - -#: ../../enterprise/godmode/agentes/module_manager.php:16 -msgid "Create a new web Server module" -msgstr "Create a new webserver module" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 -msgid "The changes on this field are linked with the configuration data." -msgstr "The changes on this field are linked with the configuration data." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 -msgid "Using local component" -msgstr "Using local component" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 -msgid "Show configuration data" -msgstr "Show configuration data" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 -msgid "Hide configuration data" -msgstr "Hide configuration data" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 -msgid "Data configuration" -msgstr "Data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:82 -#: ../../enterprise/godmode/modules/configure_local_component.php:315 -#: ../../enterprise/meta/include/functions_wizard_meta.php:552 -msgid "Load basic" -msgstr "Load basic" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:317 -msgid "Load a basic structure on data configuration" -msgstr "Load a basic structure on data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:86 -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../enterprise/include/functions_metaconsole.php:1330 -#: ../../enterprise/include/functions_metaconsole.php:1353 -#: ../../enterprise/include/functions_metaconsole.php:1376 -#: ../../enterprise/include/functions_metaconsole.php:1399 -#: ../../enterprise/include/functions_metaconsole.php:1422 -#: ../../enterprise/include/functions_metaconsole.php:1445 -#: ../../enterprise/meta/include/functions_wizard_meta.php:175 -#: ../../enterprise/meta/include/functions_wizard_meta.php:556 -msgid "Check" -msgstr "Check" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -msgid "Check the correct structure of the data configuration" -msgstr "Check the correct structure of the data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -#: ../../enterprise/godmode/modules/configure_local_component.php:327 -msgid "First line must be \"module_begin\"" -msgstr "First line must be \"module_begin\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -#: ../../enterprise/godmode/modules/configure_local_component.php:328 -msgid "Data configuration is empty" -msgstr "Data configuration is empty" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -#: ../../enterprise/godmode/modules/configure_local_component.php:329 -#: ../../enterprise/godmode/modules/configure_local_component.php:333 -msgid "Last line must be \"module_end\"" -msgstr "Last line must be \"module_end\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -msgid "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" -msgstr "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -#: ../../enterprise/godmode/modules/configure_local_component.php:331 -msgid "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" -msgstr "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:332 -msgid "Type is wrong. Please set a correct type" -msgstr "Type is wrong. Please set a correct type" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:136 -#: ../../enterprise/godmode/modules/configure_local_component.php:334 -#: ../../enterprise/meta/include/functions_wizard_meta.php:569 -msgid "There is a line with a unknown token 'token_fail'." -msgstr "There is a line with a unknown token 'token_fail'." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -#: ../../enterprise/godmode/modules/configure_local_component.php:335 -msgid "Error in the syntax, please check the data configuration." -msgstr "Error in the syntax, please check the data configuration." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -msgid "Data configuration are built correctly" -msgstr "Data configuration are built correctly" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:25 -msgid "Synthetic arithmetic" -msgstr "Synthetic arithmetic" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:28 -msgid "Synthetic average" -msgstr "Synthetic average" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107 -msgid "Fixed value" -msgstr "Fixed value" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:112 -msgid "Add module to operation as add" -msgstr "Add module to operation as add" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113 -msgid "Add module to operations as deduct" -msgstr "Add module to operations as deduct" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114 -msgid "Add module to operations as multiplicate " -msgstr "Add module to operations as multiplicate " - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:115 -msgid "Add module to operations as divide" -msgstr "Add module to operations as divide" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116 -msgid "Remove selected modules" -msgstr "Remove selected modules" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 -msgid "Add module to average operation" -msgstr "Add module to average operation" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:122 -msgid "Remove selected modules from operations stack" -msgstr "Remove selected modules from operations stack" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:137 -msgid "Move down selected modules" -msgstr "Move down selected modules" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:138 -msgid "Move up selected modules" -msgstr "Move up selected modules" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:166 -msgid "Select Service" -msgstr "Select Service" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:177 -msgid "Netflow filter" -msgstr "Netflow filter" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:186 -msgid "Select filter" -msgstr "Select filter" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:60 -#: ../../enterprise/include/functions_enterprise.php:295 -#: ../../enterprise/meta/include/functions_wizard_meta.php:493 -#: ../../enterprise/meta/include/functions_wizard_meta.php:544 -msgid "Web checks" -msgstr "Web Checks" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:84 -#: ../../enterprise/meta/include/functions_wizard_meta.php:554 -msgid "Load a basic structure on Web Checks" -msgstr "Load a basic structure on Web Checks" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 -#: ../../enterprise/meta/include/functions_wizard_meta.php:558 -msgid "Check the correct structure of the WebCheck" -msgstr "Check the correct structure of the WebCheck" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:94 -msgid "Requests" -msgstr "Requests" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:97 -msgid "Agent browser id" -msgstr "Agent browser id" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:104 -#: ../../enterprise/meta/include/functions_wizard_meta.php:950 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1455 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:111 -msgid "HTTP auth (login)" -msgstr "HTTP auth (login)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:115 -msgid "HTTP auth (pass)" -msgstr "HTTP auth (pass)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:122 -msgid "HTTP auth (server)" -msgstr "HTTP auth (server)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 -msgid "HTTP auth (realm)" -msgstr "HTTP auth (realm)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132 -#: ../../enterprise/meta/include/functions_wizard_meta.php:565 -msgid "First line must be \"task_begin\"" -msgstr "First line must be \"task_begin\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:566 -msgid "Webchecks configuration is empty" -msgstr "Webchecks configuration is empty" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:134 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:135 -#: ../../enterprise/meta/include/functions_wizard_meta.php:567 -#: ../../enterprise/meta/include/functions_wizard_meta.php:568 -msgid "Last line must be \"task_end\"" -msgstr "Last line must be \"task_end\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:137 -msgid "There isn't get or post" -msgstr "There isn't get or post" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:138 -#: ../../enterprise/meta/include/functions_wizard_meta.php:570 -msgid "Web checks are built correctly" -msgstr "Web checks are built correctly" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:67 -msgid "Plug-in updated succesfully" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:67 -msgid "Plug-in cannot be updated" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:74 -msgid "Plug-in deleted succesfully" -msgstr "Plug-in deleted succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:74 -msgid "Plug-in cannot be deleted" -msgstr "Plug-in cannot be deleted" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:83 -#: ../../enterprise/godmode/policies/policy_plugins.php:55 -msgid "Plug-in added succesfully" -msgstr "Plug-in added succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:83 -#: ../../enterprise/godmode/policies/policy_plugins.php:56 -msgid "Plug-in cannot be added" -msgstr "Plug-in cannot be added" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:98 -msgid "Plug-in disabled succesfully" -msgstr "Plug-in disabled succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:98 -msgid "Plug-in cannot be disabled" -msgstr "Plug-in cannot be disabled" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:113 -msgid "Plug-in enabled succesfully" -msgstr "Plug-in enabled succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:113 -msgid "Plug-in cannot be enabled" -msgstr "Plug-in cannot be enabled" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:124 -#: ../../enterprise/godmode/policies/policy_plugins.php:66 -msgid "New plug-in" -msgstr "New plug-in" - -#: ../../enterprise/godmode/alerts/alert_events.php:45 -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -msgid "List event alerts" -msgstr "List event alerts" - -#: ../../enterprise/godmode/alerts/alert_events.php:50 -#: ../../enterprise/godmode/alerts/alert_events_list.php:59 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 -msgid "Builder event alert" -msgstr "Builder event alert" - -#: ../../enterprise/godmode/alerts/alert_events.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -msgid "List event rules" -msgstr "List event rules" - -#: ../../enterprise/godmode/alerts/alert_events.php:71 -msgid "Configure event alert" -msgstr "Configure event alert" - -#: ../../enterprise/godmode/alerts/alert_events.php:347 -msgid "Could not be created, please fill alert name" -msgstr "Could not be created, please fill alert name." - -#: ../../enterprise/godmode/alerts/alert_events.php:463 -msgid "Rule evaluation mode" -msgstr "Rule evaluation mode" - -#: ../../enterprise/godmode/alerts/alert_events.php:467 -msgid "Group by" -msgstr "Group by" - -#: ../../enterprise/godmode/alerts/alert_events.php:523 -msgid "Please Read" -msgstr "Please read" - -#: ../../enterprise/godmode/alerts/alert_events.php:524 -msgid "" -"Since the alert can have multiple actions. You can edit them from the alert " -"list of events." -msgstr "" -"Since the alert can have multiple actions. You can edit them from the alert " -"list of events." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/menu.php:134 -#: ../../enterprise/meta/general/main_header.php:263 -msgid "Event alerts" -msgstr "Event alerts" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Error processing action" -msgstr "Error processing action" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Error validating alert(s)" -msgstr "Error validating alert(s)" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -msgid "Ac." -msgstr "Ac." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -msgid "Val." -msgstr "Val." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:486 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 -msgid "Move up" -msgstr "Move up" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:498 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 -msgid "Move down" -msgstr "Move down" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:536 -msgid "No associated actions" -msgstr "No associated actions" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:640 -msgid "View associated rules" -msgstr "View associated rules" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:657 -msgid "There are no defined events alerts" -msgstr "There are no defined events alerts" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -msgid "Event rules" -msgstr "Event rules" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 -msgid "Error creating rule" -msgstr "Error creating rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 -msgid "Successfully created rule" -msgstr "Successfully created rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 -msgid "Error updating rule" -msgstr "Error updating rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 -msgid "Successfully updating rule" -msgstr "Successfully updating rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 -msgid "Error updating rule operators" -msgstr "Error updating rule operators" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 -msgid "Successfully update rule operators" -msgstr "Updating rule operators successful." - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -msgid "(Agent)" -msgstr "(Agent)" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 -msgid "Operator" -msgstr "Operator" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 -msgid "Logic expression for these rules:" -msgstr "Logic expression for these rules:" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 -msgid "Update operators" -msgstr "Update operators" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 -msgid "There are no defined alert event rules" -msgstr "There are no defined alert event rules" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -msgid "Configure event rule" -msgstr "Configure event rule" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -msgid "User comment" -msgstr "User comment" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "This field will be processed with regexp" -msgstr "This field will be processed with regexp" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 -msgid "Window" -msgstr "Window" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Success: create the alerts." -msgstr "Creating of the alerts successful." - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Failed: create the alerts for this modules, please check." -msgstr "Failure in creating the alerts for these modules, please check." - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 -msgid "Modules agents in policy" -msgstr "Module agents in policy" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Success: remove the alerts." -msgstr "Removal of the alerts successful." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Failed: remove the alerts for this modules, please check." -msgstr "Failure in removing the alerts for these modules, please check." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "SNMP Trap generator" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" +msgstr "Empty parameters" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" +msgstr "Successfully generated" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#, php-format +msgid "Could not be generated: %s" +msgstr "Could not be generated: %s" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 +msgid "SNMP Type" +msgstr "SNMP Type" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 +msgid "Generate trap" +msgstr "Generate trap" + +#: ../../godmode/snmpconsole/snmp_alert.php:78 +msgid "Update alert" +msgstr "Update alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:82 +msgid "Create alert" +msgstr "Create alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:86 +msgid "Alert overview" +msgstr "Alert overview" + +#: ../../godmode/snmpconsole/snmp_alert.php:243 +msgid "There was a problem creating the alert" +msgstr "There was a problem creating the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:314 +msgid "There was a problem updating the alert" +msgstr "There was a problem updating the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:536 +msgid "There was a problem duplicating the alert" +msgstr "There was a problem duplicating the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:540 +msgid "Successfully Duplicate" +msgstr "Duplicate successful" + +#: ../../godmode/snmpconsole/snmp_alert.php:556 +msgid "There was a problem deleting the alert" +msgstr "There was a problem deleting the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:585 +#, php-format +msgid "Successfully deleted alerts (%s / %s)" +msgstr "Successfully deleted alerts (%s / %s)" + +#: ../../godmode/snmpconsole/snmp_alert.php:589 +#, php-format +msgid "Unsuccessfully deleted alerts (%s / %s)" +msgstr "Unsuccessfully deleted alerts (%s / %s)" + +#: ../../godmode/snmpconsole/snmp_alert.php:643 +msgid "Custom Value/OID" +msgstr "Custom Value/OID" + +#: ../../godmode/snmpconsole/snmp_alert.php:669 +msgid "Single value" +msgstr "Single value" + +#: ../../godmode/snmpconsole/snmp_alert.php:676 +#: ../../godmode/snmpconsole/snmp_alert.php:686 +#: ../../godmode/snmpconsole/snmp_alert.php:696 +#: ../../godmode/snmpconsole/snmp_alert.php:708 +#: ../../godmode/snmpconsole/snmp_alert.php:720 +#: ../../godmode/snmpconsole/snmp_alert.php:732 +#: ../../godmode/snmpconsole/snmp_alert.php:744 +#: ../../godmode/snmpconsole/snmp_alert.php:754 +#: ../../godmode/snmpconsole/snmp_alert.php:764 +#: ../../godmode/snmpconsole/snmp_alert.php:774 +#: ../../godmode/snmpconsole/snmp_alert.php:784 +#: ../../godmode/snmpconsole/snmp_alert.php:793 +#: ../../godmode/snmpconsole/snmp_alert.php:802 +#: ../../godmode/snmpconsole/snmp_alert.php:811 +#: ../../godmode/snmpconsole/snmp_alert.php:820 +#: ../../godmode/snmpconsole/snmp_alert.php:829 +#: ../../godmode/snmpconsole/snmp_alert.php:838 +#: ../../godmode/snmpconsole/snmp_alert.php:846 +#: ../../godmode/snmpconsole/snmp_alert.php:854 +#: ../../godmode/snmpconsole/snmp_alert.php:862 +msgid "Variable bindings/Data" +msgstr "Variable bindings/Data" + +#: ../../godmode/snmpconsole/snmp_alert.php:911 +#: ../../godmode/alerts/configure_alert_template.php:553 +msgid "Min. number of alerts" +msgstr "Min. number of alerts" + +#: ../../godmode/snmpconsole/snmp_alert.php:914 +#: ../../godmode/alerts/configure_alert_template.php:560 +msgid "Max. number of alerts" +msgstr "Max. number of alerts" + +#: ../../godmode/snmpconsole/snmp_alert.php:919 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/configure_alert_template.php:549 +#: ../../godmode/alerts/alert_templates.php:89 +msgid "Time threshold" +msgstr "Time threshold" + +#: ../../godmode/snmpconsole/snmp_alert.php:933 +msgid "Other value" +msgstr "Other value" + +#: ../../godmode/snmpconsole/snmp_alert.php:946 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +msgid "Alert action" +msgstr "Alert action" + +#: ../../godmode/snmpconsole/snmp_alert.php:1000 msgid "" "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Custom OIDs/Datas." +"Single value, each Variable bindings/Datas." msgstr "" "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Custom OIDs/Datas." +"Single value, each Variable bindings/Datas." -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 -msgid "SNMP Alerts to be deleted" -msgstr "SNMP alerts to be deleted" +#: ../../godmode/snmpconsole/snmp_alert.php:1019 +msgid "Alert SNMP control filter" +msgstr "Alert SNMP control filter" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -#: ../../enterprise/godmode/policies/policy_agents.php:268 -#: ../../enterprise/godmode/policies/policy_agents.php:276 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -msgid "Filter agent" -msgstr "Filter agent" +#: ../../godmode/snmpconsole/snmp_alert.php:1112 +msgid "There are no SNMP alerts" +msgstr "There are no SNMP alerts" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 -msgid "Filter module" -msgstr "Filter Module" +#: ../../godmode/snmpconsole/snmp_alert.php:1160 +msgid "Custom Value/Enterprise String" +msgstr "Custom Value/Enterprise String" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 -msgid "Updated modules on database" -msgstr "Updated modules in the database" +#: ../../godmode/snmpconsole/snmp_alert.php:1165 +msgid "TF." +msgstr "TF." -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 -msgid "Agent configuration files updated" -msgstr "Agent configuration files updated." +#: ../../godmode/snmpconsole/snmp_alert.php:1226 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:613 +#: ../../godmode/agentes/module_manager.php:761 +msgid "Duplicate" +msgstr "Duplicate" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -#: ../../enterprise/godmode/policies/policy_queue.php:378 -#: ../../enterprise/meta/advanced/policymanager.queue.php:260 -msgid "Finished" -msgstr "Finished" +#: ../../godmode/snmpconsole/snmp_alert.php:1234 +#: ../../godmode/alerts/alert_list.list.php:703 +#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:841 +msgid "Add action" +msgstr "Add action" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 -msgid "Successful update the tags" -msgstr "Successful update the tags" +#: ../../godmode/snmpconsole/snmp_alert.php:1256 +msgid "ID Alert SNMP" +msgstr "SNMP Alert ID" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 -msgid "Unsuccessful update the tags" -msgstr "Unsuccessful update the tags" +#: ../../godmode/snmpconsole/snmp_alert.php:1487 +msgid "Add action " +msgstr "Add Action " -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 -msgid "Tags unused" -msgstr "Tags unused" +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/events/event_filter.php:175 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/netflow/nf_edit.php:167 +msgid "Create filter" +msgstr "Create new filter" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 -msgid "Tags used" -msgstr "Tags used" +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "Filter overview" +msgstr "Filter overview" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 +#: ../../godmode/snmpconsole/snmp_filters.php:51 +msgid "There was a problem updating the filter" +msgstr "There was a problem updating the filter" + +#: ../../godmode/snmpconsole/snmp_filters.php:63 +msgid "There was a problem creating the filter" +msgstr "There was a problem creating the filter" + +#: ../../godmode/snmpconsole/snmp_filters.php:73 +msgid "There was a problem deleting the filter" +msgstr "There was a problem deleting the filter" + +#: ../../godmode/snmpconsole/snmp_filters.php:98 +msgid "" +"This field contains a substring, could be part of a IP address, a numeric " +"OID, or a plain substring" +msgstr "" +"This field contains a substring which could be part of an IP address, a " +"numeric OID, or a plain substring." + +#: ../../godmode/alerts/configure_alert_special_days.php:55 +msgid "Configure special day" +msgstr "Configure special day" + +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_special_days.php:235 +msgid "Same day of the week" +msgstr "Same day of the week" + +#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164 +#: ../../godmode/menu.php:165 +msgid "Special days list" +msgstr "List of special days" + +#: ../../godmode/alerts/alert_special_days.php:86 +msgid "Skipped dates: " +msgstr "Skipped dates: " + +#: ../../godmode/alerts/alert_special_days.php:106 +msgid "Success to upload iCalendar" +msgstr "Success to upload iCalendar" + +#: ../../godmode/alerts/alert_special_days.php:106 +msgid "Fail to upload iCalendar" +msgstr "Fail to upload iCalendar" + +#: ../../godmode/alerts/alert_special_days.php:232 +msgid "iCalendar(.ics) file" +msgstr "iCalendar(.ics) file" + +#: ../../godmode/alerts/alert_special_days.php:254 +msgid "Overwrite" +msgstr "Overwrite" + +#: ../../godmode/alerts/alert_special_days.php:255 +msgid "Check this box, if you want to overwrite existing same days." +msgstr "Check this box, if you want to overwrite existing same days." + +#: ../../godmode/alerts/alert_special_days.php:273 +msgid "Display range: " +msgstr "Display range: " + +#: ../../godmode/alerts/alert_special_days.php:347 +msgid "January" +msgstr "January" + +#: ../../godmode/alerts/alert_special_days.php:350 +msgid "February" +msgstr "February" + +#: ../../godmode/alerts/alert_special_days.php:353 +msgid "March" +msgstr "March" + +#: ../../godmode/alerts/alert_special_days.php:356 +msgid "April" +msgstr "April" + +#: ../../godmode/alerts/alert_special_days.php:359 +msgid "May" +msgstr "May" + +#: ../../godmode/alerts/alert_special_days.php:362 +msgid "June" +msgstr "June" + +#: ../../godmode/alerts/alert_special_days.php:365 +msgid "July" +msgstr "July" + +#: ../../godmode/alerts/alert_special_days.php:368 +msgid "August" +msgstr "August" + +#: ../../godmode/alerts/alert_special_days.php:371 +msgid "September" +msgstr "September" + +#: ../../godmode/alerts/alert_special_days.php:374 +msgid "October" +msgstr "October" + +#: ../../godmode/alerts/alert_special_days.php:377 +msgid "November" +msgstr "November" + +#: ../../godmode/alerts/alert_special_days.php:380 +msgid "December" +msgstr "December" + +#: ../../godmode/alerts/alert_special_days.php:422 +msgid "Same as " +msgstr "Same as " + +#: ../../godmode/alerts/alert_view.php:61 +#: ../../godmode/alerts/alert_view.php:62 +#: ../../godmode/alerts/alert_view.php:63 +#: ../../godmode/alerts/alert_list.php:313 +msgid "List alerts" +msgstr "List alerts" + +#: ../../godmode/alerts/alert_view.php:170 +#: ../../godmode/alerts/configure_alert_template.php:850 +msgid "The alert would fire when the value is below " +msgstr "" +"The alert is triggered when the value is below " + +#: ../../godmode/alerts/alert_view.php:174 +#: ../../godmode/alerts/configure_alert_template.php:851 +msgid "The alert would fire when the value is above " +msgstr "" +"The alert is triggered when the value is over " + +#: ../../godmode/alerts/alert_view.php:179 +#: ../../godmode/alerts/configure_alert_template.php:854 +msgid "The alert would fire when the module value changes" +msgstr "The alert is triggered when the module's value changes" + +#: ../../godmode/alerts/alert_view.php:182 +#: ../../godmode/alerts/configure_alert_template.php:855 +msgid "The alert would fire when the module value does not change" +msgstr "The alert is triggered when the module's value remains the same" + +#: ../../godmode/alerts/alert_view.php:192 +#: ../../godmode/alerts/configure_alert_template.php:856 +msgid "The alert would fire when the module is in unknown status" +msgstr "The alert is triggered when the module is in unknown status" + +#: ../../godmode/alerts/alert_view.php:298 +#: ../../godmode/alerts/configure_alert_template.php:536 +msgid "Use special days list" +msgstr "Use special days list" + +#: ../../godmode/alerts/alert_view.php:310 +msgid "Number of alerts" +msgstr "Number of alerts" + +#: ../../godmode/alerts/alert_view.php:325 +msgid "Firing conditions" +msgstr "Firing conditions" + +#: ../../godmode/alerts/alert_view.php:348 +#: ../../godmode/alerts/alert_view.php:370 +msgid "Every time that the alert is fired" +msgstr "Every time that the alert is fired" + +#: ../../godmode/alerts/alert_view.php:356 +#: ../../godmode/alerts/alert_list.list.php:505 +msgid "" +"The default actions will be executed every time that the alert is fired and " +"no other action is executed" +msgstr "" +"Default actions will run every time an alert is fired and no other action is " +"executed." + +#: ../../godmode/alerts/alert_view.php:414 +msgid "" +"Select the desired action and mode to see the Firing/Recovery fields for " +"this action" +msgstr "" +"Select the desired action and mode to view the Firing/Recovery fields for " +"this action" + +#: ../../godmode/alerts/alert_view.php:417 +msgid "Select the action" +msgstr "Choose an action" + +#: ../../godmode/alerts/alert_view.php:420 +#: ../../godmode/alerts/configure_alert_action.php:148 +msgid "Firing" +msgstr "Firing" + +#: ../../godmode/alerts/alert_view.php:421 +msgid "Recovering" +msgstr "Recovering" + +#: ../../godmode/alerts/alert_view.php:423 +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/servers/manage_recontask_form.php:237 +#: ../../godmode/servers/manage_recontask.php:291 +msgid "Mode" +msgstr "Mode" + +#: ../../godmode/alerts/alert_view.php:438 +#: ../../godmode/alerts/alert_view.php:532 +#: ../../godmode/alerts/configure_alert_template.php:670 +msgid "Firing fields" +msgstr "Triggering fields" + +#: ../../godmode/alerts/alert_view.php:439 +msgid "" +"Fields passed to the command executed by this action when the alert is fired" +msgstr "" +"When the alert is triggered, action definining fields will be passed to the " +"command." + +#: ../../godmode/alerts/alert_view.php:442 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Fields configured on the command associated to the action" +msgstr "Fields configured on the command associated to the action" + +#: ../../godmode/alerts/alert_view.php:443 +msgid "Template fields" +msgstr "Template fields" + +#: ../../godmode/alerts/alert_view.php:444 +msgid "Triggering fields configured in template" +msgstr "Triggering fields configured in template" + +#: ../../godmode/alerts/alert_view.php:445 +msgid "Action fields" +msgstr "Action fields" + +#: ../../godmode/alerts/alert_view.php:446 +msgid "Triggering fields configured in action" +msgstr "Triggering fields configured in action" + +#: ../../godmode/alerts/alert_view.php:448 +msgid "Executed on firing" +msgstr "Executed upon triggering" + +#: ../../godmode/alerts/alert_view.php:449 +#: ../../godmode/alerts/alert_view.php:532 +msgid "Fields used on execution when the alert is fired" +msgstr "Fields used on execution when the alert is fired" + +#: ../../godmode/alerts/alert_view.php:471 +#: ../../godmode/alerts/alert_view.php:548 +#: ../../godmode/alerts/alert_commands.php:105 +#: ../../godmode/alerts/alert_commands.php:109 +#: ../../godmode/alerts/alert_commands.php:127 +#: ../../godmode/alerts/alert_commands.php:135 +#: ../../godmode/alerts/configure_alert_template.php:684 #, php-format -msgid "Successfully updated alerts (%s / %s)" -msgstr "Successfully updated alerts (%s / %s)" +msgid "Field %s" +msgstr "Field %s" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/alerts/configure_alert_action.php:153 +#: ../../godmode/servers/plugin.php:381 +msgid "Command preview" +msgstr "Command preview" + +#: ../../godmode/alerts/alert_view.php:516 +msgid "The alert recovering is disabled on this template." +msgstr "Alert recovery is disabled for this template" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "Recovering fields" +msgstr "Recovery fields" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "" +"Fields passed to the command executed by this action when the alert is " +"recovered" +msgstr "" +"Fields passed to the command executed by this action when the alert is " +"recovered" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Template recovery fields" +msgstr "Template recovery fields" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Recovery fields configured in alert template" +msgstr "Recovery fields configured on alert templates" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Action recovery fields" +msgstr "Action recovery fields" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Recovery fields configured in alert action" +msgstr "Recovery fields configured on alert action" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Executed on recovery" +msgstr "Executed upon recovery" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Fields used on execution when the alert is recovered" +msgstr "Fields used upon execution when the alert is recovered" + +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +msgid "Alert actions" +msgstr "Alert actions" + +#: ../../godmode/alerts/alert_actions.php:141 +msgid "Could not be copied" +msgstr "Could not be copied" + +#: ../../godmode/alerts/alert_actions.php:398 +msgid "No alert actions configured" +msgstr "No alert actions established" + +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:689 +#: ../../godmode/alerts/configure_alert_template.php:703 +#: ../../godmode/alerts/configure_alert_template.php:775 +#: ../../godmode/users/configure_user.php:532 +#: ../../godmode/modules/manage_network_components_form_common.php:59 +msgid "Basic" +msgstr "Basic" + +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" +msgstr "Alert commands" + +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" +msgstr "No alert commands configured" + +#: ../../godmode/alerts/configure_alert_command.php:42 +msgid "Configure alert command" +msgstr "Configure alert command" + +#: ../../godmode/alerts/configure_alert_command.php:127 +msgid "Update Command" +msgstr "Update Command" + +#: ../../godmode/alerts/configure_alert_command.php:130 +#: ../../godmode/alerts/configure_alert_action.php:136 +msgid "Create Command" +msgstr "Create Command" + +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +msgid "Command" +msgstr "Command" + +#: ../../godmode/alerts/configure_alert_command.php:160 #, php-format -msgid "Unsuccessfully updated alerts (%s / %s)" -msgstr "Updating of alerts unsuccessful (%s / %s)." +msgid "Field %s description" +msgstr "%s field description" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 -msgid "SNMP Alerts to be edit" -msgstr "SNMP Alerts to be edited" - -#: ../../enterprise/godmode/massive/massive_operations.php:27 -#: ../../enterprise/godmode/menu.php:47 -msgid "Satellite operations" -msgstr "Satellite Operations" - -#: ../../enterprise/godmode/massive/massive_operations.php:47 -#: ../../enterprise/godmode/menu.php:35 -msgid "SNMP operations" -msgstr "SNMP operations" - -#: ../../enterprise/godmode/massive/massive_operations.php:67 -#: ../../enterprise/godmode/menu.php:24 -msgid "Policies operations" -msgstr "Policies operations" - -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" -msgstr "Bulk alerts policy add" - -#: ../../enterprise/godmode/massive/massive_operations.php:79 -msgid "Bulk alerts policy delete" -msgstr "Bulk alerts policy delete" - -#: ../../enterprise/godmode/massive/massive_operations.php:80 -msgid "Bulk tags module policy edit" -msgstr "Bulk tags module policy edit" - -#: ../../enterprise/godmode/massive/massive_operations.php:81 -msgid "Bulk modules policy tags edit" -msgstr "Bulk modules policy tags edit" - -#: ../../enterprise/godmode/massive/massive_operations.php:89 -msgid "Bulk alert SNMP delete" -msgstr "Bulk alert SNMP delete" - -#: ../../enterprise/godmode/massive/massive_operations.php:90 -msgid "Bulk alert SNMP edit" -msgstr "Bulk alert SNMP edit" - -#: ../../enterprise/godmode/massive/massive_operations.php:98 -msgid "Bulk Satellite modules edit" -msgstr "Bulk Satellite modules edit" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 -msgid "Modules unused" -msgstr "Modules unused" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 -msgid "Modules used" -msgstr "Modules used" - -#: ../../enterprise/godmode/menu.php:16 -msgid "Manage Satellite Server" -msgstr "" - -#: ../../enterprise/godmode/menu.php:58 ../../enterprise/godmode/menu.php:149 -msgid "Duplicate config" -msgstr "Duplicate config" - -#: ../../enterprise/godmode/menu.php:66 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 -#: ../../enterprise/include/functions_policies.php:3251 -msgid "Inventory modules" -msgstr "Inventory modules" - -#: ../../enterprise/godmode/menu.php:75 -#: ../../enterprise/meta/include/functions_components_meta.php:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -msgid "Local components" -msgstr "Local components" - -#: ../../enterprise/godmode/menu.php:83 -msgid "Manage policies" -msgstr "Manage policies" - -#: ../../enterprise/godmode/menu.php:109 -msgid "Enterprise ACL Setup" -msgstr "Enterprise ACL Setup" - -#: ../../enterprise/godmode/menu.php:116 -msgid "Skins" -msgstr "Skins" - -#: ../../enterprise/godmode/menu.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:41 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -msgid "Export targets" -msgstr "Export targets" - -#: ../../enterprise/godmode/menu.php:143 -msgid "Log Collector" -msgstr "Log Collector" - -#: ../../enterprise/godmode/menu.php:156 -msgid "Password policy" -msgstr "Password policy" - -#: ../../enterprise/godmode/modules/configure_local_component.php:135 -msgid "Update Local Component" -msgstr "Update Local Component" - -#: ../../enterprise/godmode/modules/configure_local_component.php:138 -msgid "Create Local Component" -msgstr "Create Local Component" - -#: ../../enterprise/godmode/modules/configure_local_component.php:176 -msgid "Throw unknown events" -msgstr "Discard unknown events" - -#: ../../enterprise/godmode/modules/configure_local_component.php:410 -msgid "Macros" -msgstr "Macros" - -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "Local component management" - -#: ../../enterprise/godmode/modules/local_components.php:441 -msgid "Search by name, description or data, list matches." -msgstr "Search by name, description or data, list matches." - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 -msgid "Successfully created inventory module" -msgstr "Inventory module successfully created." - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 -msgid "Error creating inventory module" -msgstr "Error in creating inventory module." - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 -msgid "Interpreter" -msgstr "Interpreter" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 -msgid "No inventory modules defined" -msgstr "No inventory modules defined" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 -msgid "Local module" -msgstr "Local Module" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 -msgid "Remote/Local" -msgstr "Remote / Local" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Left blank for the LOCAL inventory modules" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 -msgid "Block Mode" -msgstr "Block Mode" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 -msgid "separate fields with " -msgstr "separate fields with " - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "Add policy" - -#: ../../enterprise/godmode/policies/policies.php:114 -msgid "Policy name already exists" -msgstr "Policy name already exists" - -#: ../../enterprise/godmode/policies/policies.php:170 -msgid "Policies Management" -msgstr "Policies Management" - -#: ../../enterprise/godmode/policies/policies.php:186 -msgid "All policy agents added to delete queue" -msgstr "All policy agents added to delete queue." - -#: ../../enterprise/godmode/policies/policies.php:187 -msgid "Policy agents cannot be added to the delete queue" -msgstr "Policy agents cannot be added to the delete queue." - -#: ../../enterprise/godmode/policies/policies.php:237 -msgid "a" -msgstr "a" - -#: ../../enterprise/godmode/policies/policies.php:360 -msgid "Policy updated" -msgstr "Policy updated." - -#: ../../enterprise/godmode/policies/policies.php:364 -msgid "Pending update policy only database" -msgstr "Pending update policy only database" - -#: ../../enterprise/godmode/policies/policies.php:368 -msgid "Pending update policy" -msgstr "Pending update policy" - -#: ../../enterprise/godmode/policies/policies.php:381 -#: ../../enterprise/godmode/policies/policy_linking.php:122 -#: ../../enterprise/include/functions_policies.php:3280 -msgid "Linking" -msgstr "Linking" - -#: ../../enterprise/godmode/policies/policies.php:393 -msgid "Agent Wizard" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:401 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -#: ../../enterprise/include/functions_policies.php:3270 -msgid "External alerts" -msgstr "External alerts" - -#: ../../enterprise/godmode/policies/policies.php:405 -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/include/functions_policies.php:3298 -msgid "Queue" -msgstr "Queue" - -#: ../../enterprise/godmode/policies/policies.php:449 -msgid "A policy with agents cannot be deleted. Purge it first" -msgstr "A policy with agents cannot be deleted. Please purge it first." - -#: ../../enterprise/godmode/policies/policies.php:455 -msgid "Deleting all policy agents" -msgstr "Deleting all policy agents" - -#: ../../enterprise/godmode/policies/policies.php:458 -msgid "All the policy agents will be deleted" -msgstr "All the policy agents will be deleted." - -#: ../../enterprise/godmode/policies/policies.php:462 -msgid "Delete all agents" -msgstr "Delete all agents" - -#: ../../enterprise/godmode/policies/policy.php:114 -#: ../../enterprise/godmode/policies/policy.php:137 -#: ../../enterprise/meta/advanced/policymanager.apply.php:142 -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -msgid "Operation successfully added to the queue" -msgstr "Operation successfully added to the queue" - -#: ../../enterprise/godmode/policies/policy.php:117 -#: ../../enterprise/godmode/policies/policy.php:138 -#: ../../enterprise/meta/advanced/policymanager.apply.php:150 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -#: ../../enterprise/meta/advanced/policymanager.apply.php:158 -msgid "Operation cannot be added to the queue" -msgstr "Operation cannot be added to the queue" - -#: ../../enterprise/godmode/policies/policy.php:120 -#: ../../enterprise/godmode/policies/policy.php:141 -#: ../../enterprise/meta/advanced/policymanager.apply.php:135 -msgid "Duplicated or incompatible operation in the queue" -msgstr "Duplicated or incompatible operation in the queue" - -#: ../../enterprise/godmode/policies/policy_agents.php:90 -msgid "" -"Successfully added to delete pending agents. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to agents pending for deletion. They will be deleted in " -"the next policy application." - -#: ../../enterprise/godmode/policies/policy_agents.php:95 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_collections.php:73 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_modules.php:1101 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -msgid "Successfully reverted deletion" -msgstr "Reverting deletion successful." - -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_collections.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_modules.php:1102 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -msgid "Could not be reverted" -msgstr "Could not be reverted." - -#: ../../enterprise/godmode/policies/policy_agents.php:121 -msgid "Successfully added to delete queue" -msgstr "Successfully added to delete queue." - -#: ../../enterprise/godmode/policies/policy_agents.php:122 -msgid "Could not be added to delete queue" -msgstr "Could not be added to the delete queue." - -#: ../../enterprise/godmode/policies/policy_agents.php:157 -msgid "Successfully deleted from delete pending agents" -msgstr "Successfully deleted from agents pending deletion." - -#: ../../enterprise/godmode/policies/policy_agents.php:158 -msgid "Could not be deleted from delete pending agents" -msgstr "Could not be deleted from agents pending deletion" - -#: ../../enterprise/godmode/policies/policy_agents.php:285 -msgid "Agents in Policy" -msgstr "Agents in Policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:322 -msgid "Add agents to policy" -msgstr "Add agents to policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:328 -msgid "Delete agents from policy" -msgstr "Delete agents from policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:368 -msgid "Applied" -msgstr "Applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:369 -msgid "Not applied" -msgstr "Not applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "R." -msgstr "R." - -#: ../../enterprise/godmode/policies/policy_agents.php:380 -msgid "Unlinked modules" -msgstr "Unlinked modules" - -#: ../../enterprise/godmode/policies/policy_agents.php:380 -msgid "U." -msgstr "U." - -#: ../../enterprise/godmode/policies/policy_agents.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:50 -msgid "Last application" -msgstr "Last application" - -#: ../../enterprise/godmode/policies/policy_agents.php:383 -msgid "Add to delete queue" -msgstr "Add to delete queue" - -#: ../../enterprise/godmode/policies/policy_agents.php:433 -msgid "This agent can not be remotely configured" -msgstr "This agent can not be remotely configured." - -#: ../../enterprise/godmode/policies/policy_agents.php:457 -#: ../../enterprise/godmode/policies/policy_queue.php:176 -msgid "Add to apply queue" -msgstr "Add to apply queue" - -#: ../../enterprise/godmode/policies/policy_agents.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_modules.php:1264 -msgid "Undo deletion" -msgstr "Undo deletion" - -#: ../../enterprise/godmode/policies/policy_agents.php:488 -#: ../../enterprise/operation/agentes/policy_view.php:62 -msgid "Policy applied" -msgstr "Policy applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:492 -msgid "Need apply" -msgstr "Need apply" - -#: ../../enterprise/godmode/policies/policy_agents.php:500 -msgid "Applying policy" -msgstr "Applying policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:506 -msgid "Deleting from policy" -msgstr "Deleting from policy" - -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 -msgid "Created successfuly" -msgstr "Successfully created" - -#: ../../enterprise/godmode/policies/policy_alerts.php:164 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 -msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to alerts pending deletion. It will be deleted in the " -"next policy application." - -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 -msgid "Added action successfuly" -msgstr "Action successfully added" - -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 -msgid "Deleted action successfuly" -msgstr "Action successfully deleted" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "Policy module" - -#: ../../enterprise/godmode/policies/policy_collections.php:68 -msgid "" -"Successfully added to delete the collection. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to deletion of the collection. It will be deleted in the " -"next policy application." - -#: ../../enterprise/godmode/policies/policy_collections.php:161 -#: ../../enterprise/godmode/policies/policy_collections.php:213 -#: ../../enterprise/operation/agentes/collection_view.php:102 -#: ../../enterprise/operation/agentes/policy_view.php:164 -msgid "Outdate" -msgstr "Outdated" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -msgid "Duplicated alert" -msgstr "Duplicated alert" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 -msgid "Modules in policy agents" -msgstr "Modules in policy agents" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 -msgid "Alert Template" -msgstr "Alert Template" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 -msgid "Module is not selected" -msgstr "Module is not selected" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 -#: ../../enterprise/godmode/policies/policy_modules.php:1082 -#: ../../enterprise/godmode/policies/policy_modules.php:1096 -msgid "" -"Successfully added to delete pending modules. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to modules pending for deletion. They will be deleted in " -"the next policy application." - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 -msgid "Select inventory module" -msgstr "Select inventory module" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 -msgid "There are no defined inventory modules" -msgstr "There are no defined inventory modules" - -#: ../../enterprise/godmode/policies/policy_linking.php:26 -msgid "Linking modules" -msgstr "Linking modules" - -#: ../../enterprise/godmode/policies/policy_linking.php:53 -msgid "Error: Update linking modules to policy" -msgstr "Error : Update linking modules to policy" - -#: ../../enterprise/godmode/policies/policy_linking.php:56 -msgid "Success: Update linking modules to policy" -msgstr "Success : Update linking modules to policy" - -#: ../../enterprise/godmode/policies/policy_linking.php:66 -msgid "Free text for filter (*)" -msgstr "Free text for filter (*)" - -#: ../../enterprise/godmode/policies/policy_linking.php:67 -msgid "Free text for filter" -msgstr "Free text for filter" - -#: ../../enterprise/godmode/policies/policy_linking.php:110 -msgid "List of modules unlinked" -msgstr "List of unlinked modules" - -#: ../../enterprise/godmode/policies/policy_linking.php:143 -msgid "There are no defined modules unlinked" -msgstr "There are no defined modules unlinked" - -#: ../../enterprise/godmode/policies/policy_modules.php:262 -msgid "" -"If you change this description, you must change into the text of Data " -"configuration." -msgstr "" -"If you change this description, you must change to the text of Data " -"configuration." - -#: ../../enterprise/godmode/policies/policy_modules.php:320 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -msgid "Edit module" -msgstr "Edit module" - -#: ../../enterprise/godmode/policies/policy_modules.php:351 -msgid "Module macros" -msgstr "Module macros" - -#: ../../enterprise/godmode/policies/policy_modules.php:448 -msgid "Could not be added module(s). You must select a policy" -msgstr "Module(s) could not be added. You must select a policy first." - -#: ../../enterprise/godmode/policies/policy_modules.php:476 +#: ../../godmode/alerts/configure_alert_command.php:175 #, php-format -msgid "Successfully added module(s) (%s/%s) to policy %s" -msgstr "Successfully added module(s) (%s/%s) to policy %s" +msgid "Field %s values" +msgstr "%s field values" -#: ../../enterprise/godmode/policies/policy_modules.php:478 +#: ../../godmode/alerts/configure_alert_action.php:57 +#: ../../godmode/alerts/configure_alert_action.php:66 +msgid "Configure alert action" +msgstr "Configure alert action" + +#: ../../godmode/alerts/configure_alert_action.php:98 +msgid "Update Action" +msgstr "Update Action" + +#: ../../godmode/alerts/configure_alert_action.php:101 +#: ../../godmode/alerts/alert_list.builder.php:109 +msgid "Create Action" +msgstr "Create Action" + +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" +msgstr "Recovery" + +#: ../../godmode/alerts/alert_list.list.php:58 +msgid "Template name" +msgstr "Template name" + +#: ../../godmode/alerts/alert_list.list.php:124 +msgid "Field content" +msgstr "Field content" + +#: ../../godmode/alerts/alert_list.list.php:133 +msgid "Enabled / Disabled" +msgstr "Enabled / Disabled" + +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:793 +#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466 +msgid "Enable" +msgstr "Enable" + +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +msgid "Operations" +msgstr "Operations" + +#: ../../godmode/alerts/alert_list.list.php:526 +msgid "On" +msgstr "On" + +#: ../../godmode/alerts/alert_list.list.php:530 +msgid "Until" +msgstr "Until" + +#: ../../godmode/alerts/alert_list.list.php:552 +msgid "Delete action" +msgstr "Delete action" + +#: ../../godmode/alerts/alert_list.list.php:559 +#: ../../godmode/alerts/alert_list.list.php:871 +msgid "Update action" +msgstr "Update action" + +#: ../../godmode/alerts/alert_list.list.php:718 +msgid "View alert advanced details" +msgstr "View the alert's advanced details" + +#: ../../godmode/alerts/alert_list.list.php:729 +msgid "No alerts defined" +msgstr "No alerts defined" + +#: ../../godmode/alerts/alert_list.list.php:802 +msgid "Set off standby" +msgstr "Turn off standby" + +#: ../../godmode/alerts/alert_list.list.php:811 +msgid "Set standby" +msgstr "Set standby" + +#: ../../godmode/alerts/configure_alert_template.php:118 +#: ../../godmode/modules/manage_network_components.php:160 #, php-format -msgid "Could not be added module(s) (%s/%s) to policy %s" -msgstr "module(s) could not be added (%s/%s) to policy %s." +msgid "Successfully created from %s" +msgstr "Successfully created from %s" -#: ../../enterprise/godmode/policies/policy_modules.php:768 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1908 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2002 -msgid "Successfully added module." -msgstr "Module successfully added." +#: ../../godmode/alerts/configure_alert_template.php:168 +#: ../../godmode/alerts/configure_alert_template.php:173 +msgid "Conditions" +msgstr "Conditions" -#: ../../enterprise/godmode/policies/policy_modules.php:769 -msgid "Could not be added module." -msgstr "Module could not be added." +#: ../../godmode/alerts/configure_alert_template.php:188 +#: ../../godmode/alerts/configure_alert_template.php:193 +msgid "Advanced fields" +msgstr "Advanced fields" -#: ../../enterprise/godmode/policies/policy_modules.php:1052 +#: ../../godmode/alerts/configure_alert_template.php:499 +#: ../../godmode/alerts/alert_list.builder.php:131 +msgid "Create Template" +msgstr "Create Template" + +#: ../../godmode/alerts/configure_alert_template.php:520 +msgid "Days of week" +msgstr "Days of week" + +#: ../../godmode/alerts/configure_alert_template.php:539 +#: ../../godmode/reporting/reporting_builder.item_editor.php:847 +msgid "Time from" +msgstr "Set initial time" + +#: ../../godmode/alerts/configure_alert_template.php:543 +#: ../../godmode/reporting/reporting_builder.item_editor.php:856 +msgid "Time to" +msgstr "Set end time" + +#: ../../godmode/alerts/configure_alert_template.php:557 +msgid "Reset counter for non-sustained alerts" +msgstr "Reset counter for non-sustained alerts" + +#: ../../godmode/alerts/configure_alert_template.php:557 msgid "" -"The module type in Data configuration is empty, take from combo box of form." +"Enable this option if you want the counter to be reset when the alert is not " +"being fired consecutively, even if it's within the time threshold" msgstr "" -"The module type in Data configuration is empty, take it from the combo box " -"of form." +"Enable this option if you want the counter to be reset when the alert is not " +"being fired consecutively, even if it's within the time threshold" -#: ../../enterprise/godmode/policies/policy_modules.php:1055 +#: ../../godmode/alerts/configure_alert_template.php:564 +#: ../../godmode/alerts/alert_list.builder.php:94 +msgid "Default action" +msgstr "Default action" + +#: ../../godmode/alerts/configure_alert_template.php:588 msgid "" -"The module name in Data configuration is empty, take from text field of form." +"Unless they're left blank, the fields from the action will override those " +"set on the template." msgstr "" -"The module name in Data configuration is empty, take it from the text field " -"of form." +"Unless they're left blank, the fields from the action will override those " +"set on the template." -#: ../../enterprise/godmode/policies/policy_modules.php:1086 -msgid "Could not be added to deleted all modules." -msgstr "Could not be added to deleted all modules." +#: ../../godmode/alerts/configure_alert_template.php:590 +msgid "Condition type" +msgstr "Condition type" -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -msgid "Successfully duplicate the module." -msgstr "Duplication of the module successful." +#: ../../godmode/alerts/configure_alert_template.php:597 +msgid "Trigger when matches the value" +msgstr "Triggered when the value matches" -#: ../../enterprise/godmode/policies/policy_modules.php:1232 -msgid "Local component" -msgstr "Local component" +#: ../../godmode/alerts/configure_alert_template.php:609 +msgid "The regular expression is valid" +msgstr "The regular expression is valid" -#: ../../enterprise/godmode/policies/policy_modules.php:1298 -msgid "There are no defined modules" -msgstr "There are no defined modules" +#: ../../godmode/alerts/configure_alert_template.php:614 +msgid "The regular expression is not valid" +msgstr "The regular expression is not valid" -#: ../../enterprise/godmode/policies/policy_modules.php:1316 -msgid "Copy selected modules to policy: " -msgstr "Copy selected modules to policy : " +#: ../../godmode/alerts/configure_alert_template.php:662 +msgid "Alert recovery" +msgstr "Alert recovery" -#: ../../enterprise/godmode/policies/policy_modules.php:1494 -msgid "Are you sure to copy modules into policy?\\n" -msgstr "Are you sure to copy modules into policy ? \\n" +#: ../../godmode/alerts/configure_alert_template.php:671 +msgid "Recovery fields" +msgstr "Recovery fields" -#: ../../enterprise/godmode/policies/policy_modules.php:1514 -msgid "Please select any module to copy" -msgstr "Please select any module to copy" +#: ../../godmode/alerts/configure_alert_template.php:772 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +msgid "Wizard level" +msgstr "Wizard level" -#: ../../enterprise/godmode/policies/policy_plugins.php:33 -msgid "" -"Successfully added to delete pending plugins. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to plugins pending deletion. It will be deleted in the " -"next policy application." +#: ../../godmode/alerts/configure_alert_template.php:774 +msgid "No wizard" +msgstr "No wizard" -#: ../../enterprise/godmode/policies/policy_plugins.php:34 -msgid "Cannot be added to delete pending plugins." -msgstr "Cannot be added to plugins pending deletion." +#: ../../godmode/alerts/configure_alert_template.php:821 +#: ../../godmode/alerts/configure_alert_template.php:825 +msgid "Next" +msgstr "Next" -#: ../../enterprise/godmode/policies/policy_plugins.php:116 -msgid "There are no defined plugins" -msgstr "There are no defined plugins" - -#: ../../enterprise/godmode/policies/policy_queue.php:59 -#: ../../enterprise/meta/advanced/policymanager.queue.php:60 -msgid "Operation successfully deleted from the queue" -msgstr "Operation successfully deleted from the queue." - -#: ../../enterprise/godmode/policies/policy_queue.php:60 -#: ../../enterprise/meta/advanced/policymanager.queue.php:61 -msgid "Operation cannot be deleted from the queue" -msgstr "Operation cannot be deleted from the queue." - -#: ../../enterprise/godmode/policies/policy_queue.php:101 -msgid "Operations successfully deleted from the queue" -msgstr "Operations successfully deleted from the queue." - -#: ../../enterprise/godmode/policies/policy_queue.php:102 -msgid "Operations cannot be deleted from the queue" -msgstr "Operations cannot be deleted from the queue." - -#: ../../enterprise/godmode/policies/policy_queue.php:160 -msgid "Update pending" -msgstr "Update pending" - -#: ../../enterprise/godmode/policies/policy_queue.php:162 -msgid "Update pending agents" -msgstr "Update pending agents" - -#: ../../enterprise/godmode/policies/policy_queue.php:180 -msgid "Add to apply queue only for database" -msgstr "Add to apply queue only for database" - -#: ../../enterprise/godmode/policies/policy_queue.php:186 -msgid "Link pending modules" -msgstr "Link pending modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:192 -msgid "Will be linked in the next policy application" -msgstr "Will be linked in the next policy application" - -#: ../../enterprise/godmode/policies/policy_queue.php:195 -msgid "Unlink pending modules" -msgstr "Unlink pending modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:201 -msgid "Will be unlinked in the next policy application" -msgstr "Will be unlinked in the next policy application." - -#: ../../enterprise/godmode/policies/policy_queue.php:206 -msgid "Delete pending" -msgstr "Delete pending" - -#: ../../enterprise/godmode/policies/policy_queue.php:208 -msgid "Delete pending agents" -msgstr "Delete pending agents" - -#: ../../enterprise/godmode/policies/policy_queue.php:214 -#: ../../enterprise/godmode/policies/policy_queue.php:223 -#: ../../enterprise/godmode/policies/policy_queue.php:232 -#: ../../enterprise/godmode/policies/policy_queue.php:241 -#: ../../enterprise/godmode/policies/policy_queue.php:250 -#: ../../enterprise/godmode/policies/policy_queue.php:259 -#: ../../enterprise/godmode/policies/policy_queue.php:268 -msgid "Will be deleted in the next policy application" -msgstr "Will be deleted in the next policy application" - -#: ../../enterprise/godmode/policies/policy_queue.php:217 -msgid "Delete pending modules" -msgstr "Delete pending modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:226 -msgid "Delete pending inventory modules" -msgstr "Delete pending inventory modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:235 -msgid "Delete pending alerts" -msgstr "Delete pending alerts" - -#: ../../enterprise/godmode/policies/policy_queue.php:244 -msgid "Delete pending external alerts" -msgstr "Delete pending external alerts" - -#: ../../enterprise/godmode/policies/policy_queue.php:253 -msgid "Delete pending file collections" -msgstr "Delete pending file collections" - -#: ../../enterprise/godmode/policies/policy_queue.php:262 -msgid "Delete pending plugins" -msgstr "Delete pending plugins" - -#: ../../enterprise/godmode/policies/policy_queue.php:274 -msgid "Advices" -msgstr "Advices" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -msgid "Queue summary" -msgstr "Queue summary" - -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -msgid "Apply (database and files)" -msgstr "Apply (database and files)" - -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:418 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:309 -msgid "Apply (only database)" -msgstr "Apply (only database)" - -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -msgid "Complete" -msgstr "Complete" - -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -msgid "Incomplete" -msgstr "Incomplete" - -#: ../../enterprise/godmode/policies/policy_queue.php:364 -msgid "Queue filter" -msgstr "Queue filter" - -#: ../../enterprise/godmode/policies/policy_queue.php:446 -#: ../../enterprise/meta/advanced/policymanager.queue.php:334 -msgid "Delete from queue" -msgstr "Delete from queue" - -#: ../../enterprise/godmode/policies/policy_queue.php:459 -msgid "Empty queue" -msgstr "Empty queue" - -#: ../../enterprise/godmode/policies/policy_queue.php:476 -msgid "This operation could take a long time" -msgstr "This operation could take a long time." - -#: ../../enterprise/godmode/policies/policy_queue.php:487 -msgid "Apply all" -msgstr "Apply all" - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "Delete all" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -msgid "Graph template editor" -msgstr "Graph template editor" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 -msgid "Template updated successfully" -msgstr "Template updated successfully." - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 -msgid "Error updating template" -msgstr "Error updating template" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 -msgid "3 hours" -msgstr "3 hours" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 -msgid "4 days" -msgstr "4 days" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1948 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2012 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2105 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2179 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2450 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2548 -msgid "Exact match" -msgstr "Exact match" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 -msgid "Decrease Weight" -msgstr "Decrease Weight" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 -msgid "Increase Weight" -msgstr "Increase Weight" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:70 -msgid "Graph template management" -msgstr "Graph template management" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:163 -msgid "There are no defined graph templates" -msgstr "There are no defined graph templates" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:389 -msgid "Create template" -msgstr "Create template" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 -msgid "Cleanup sucessfully" -msgstr "Cleanup sucessful." - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 -msgid "Cleanup error" -msgstr "Cleanup error" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "Wizard template" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 -msgid "Clean up template" -msgstr "Clean up template" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -msgid "Agents available" -msgstr "Agents available" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -msgid "Select all" -msgstr "Select all" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -msgid "Agents to apply" -msgstr "Agents to apply" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 -msgid "Add agents to template" -msgstr "Add agents to template" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 -msgid "Undo agents to template" -msgstr "Undo agents to template" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430 -msgid "Apply template" -msgstr "Apply template" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:786 -msgid "Please set template distinct than " -msgstr "Please set template distinct from " - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -msgid "" -"This will be delete all reports created in previous template applications. " -"Do you want to continue?" -msgstr "" -"This will delete all reports created in previous template applications. Do " -"you want to continue ?" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:28 -#: ../../enterprise/godmode/reporting/mysql_builder.php:122 -msgid "Custom Mysql template builder" -msgstr "Custom MySQL template builder" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:59 -msgid "Create custom SQL" -msgstr "Create custom SQL" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:70 -msgid ": Create new custom" -msgstr "Create new custom :" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:90 -msgid "Create new custom" -msgstr "Create new custom" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Successfully operation" -msgstr "Operation successful." - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Could not be operation" -msgstr "Cannot not be an operation." - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "Advance Reporting" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 -#: ../../enterprise/include/functions_reporting.php:38 -msgid "Global" -msgstr "Global" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:143 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:169 -msgid "Elements to apply" -msgstr "Elements to apply" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 -msgid "Sum" -msgstr "Sum" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1620 -msgid ">=" -msgstr ">=" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1622 -msgid "<" -msgstr "<" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1653 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom" -msgstr "" -"Show a summary chart with max, min and average number of total modules at " -"the end of the report." - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 -msgid "Edit template" -msgstr "Edit template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 -msgid "List templates" -msgstr "List templates" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 -#: ../../enterprise/operation/reporting/custom_reporting.php:17 -msgid "PDF" -msgstr "PDF" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 -#: ../../enterprise/operation/reporting/custom_reporting.php:19 -msgid "JSON" -msgstr "JSON" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346 -#: ../../enterprise/operation/reporting/custom_reporting.php:50 -msgid "Export to PDF" -msgstr "Export to PDF" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 -#: ../../enterprise/operation/reporting/custom_reporting.php:54 -msgid "Export to JSON" -msgstr "Export to JSON" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:384 -msgid "You haven't created templates yet." -msgstr "You haven't created templates yet." - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:397 -msgid "Generate a dynamic report\"" -msgstr "Generate a dynamic report\"" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 -msgid "Add agents" -msgstr "Add agents" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:477 -msgid "Undo agents" -msgstr "Undo agents" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:485 -msgid "Generate" -msgstr "Generate" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:768 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 -msgid "Please set agent distinct than " -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 -msgid "Advance Options" -msgstr "Advance Options" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1464 -msgid "" -"Case insensitive regular expression for agent name. For example: Network.* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Case insensitive regular expression for agent name, e.g. Network.* will " -"match with the following agent names : network_agent1, NetworK CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1478 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2058 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2229 -msgid "" -"Case insensitive regular expression or string for module name. For example: " -"if you use this field with \"Module exact match\" enabled then this field " -"has to be fulfilled with the literally string of the module name, if not you " -"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " -"usage in matchine 1." -msgstr "" -"Case insensitive regular expression or string for module name, e.g. if you " -"use this field with \"Module exact match\" enabled then this field has to be " -"filled out with the literal string of the module name, if not you can use a " -"regular expression, e.g. *usage.* will match: cpu_usage, vram usage in " -"machine 1." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1489 -msgid "Module exact match" -msgstr "Module exact match" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1489 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1995 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2158 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 -msgid "Check it if you want to match module name literally" -msgstr "Check if you want to literally match module name." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1529 -msgid "Query SQL" -msgstr "SQL query" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 -msgid "SQL preview" -msgstr "SQL preview" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1606 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:267 -msgid "" -"If this option was checked, only adding in elements that type of modules " -"support this option." -msgstr "" -"If this option was checked, only adding in elements that type of modules " -"support this option." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1772 -msgid "Modules to match" -msgstr "Modules to match" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1774 -msgid "Select the modules to match when create a report for agents" -msgstr "Select the modules to match when creating a report for agents." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1855 -msgid "Modules to match (Free text)" -msgstr "Modules to match (Free text)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1857 -msgid "Free text to filter the modules of agents when apply this template." -msgstr "" -"Free text to filter the modules of agents when applying this template." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1871 -msgid "Create a graph for each agent" -msgstr "Create a graph for each agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1873 -msgid "" -"If it is checked, the regexp or name of modules match only each to each to " -"agent, instead create a big graph with all modules from all agents." -msgstr "" -"If this is checked, the regexp or name of modules match only once to each " -"agent, instead of creating a big graph with all modules from all agents." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1960 -msgid "Please save the SLA template for start to add items in this list." -msgstr "" -"Please save the SLA template before starting to add items to this list." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2009 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2176 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2453 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2551 -msgid "Not literally" -msgstr "Not literally" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2053 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2223 -msgid "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2120 -msgid "Please save the template to start adding items into the list." -msgstr "Please save the template to start adding items to the list." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2472 -msgid "Name and SLA limit should not be empty" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "Sucessfully applied" -msgstr "Sucessfully applied." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "reports" -msgstr "Reports" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "items" -msgstr "Items" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 -msgid "Could not be applied" -msgstr "Could not be applied." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 -msgid "Create template report wizard" -msgstr "Create template report wizard" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 -msgid "Create report per agent" -msgstr "Create report per agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 -msgid "" -"Left in blank if you want to use default name: Template name - agents (num " -"agents) - Date" -msgstr "" -"Please leave it blank if you intend to use the default name: Template name - " -"agents (num agents) - Date" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 -msgid "Target group" -msgstr "Target group" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 -msgid "Filter by" -msgstr "Filter by" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 -msgid "Filter tag" -msgstr "Filter tag" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:183 -msgid "Order:" -msgstr "Order:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:203 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom:" -msgstr "" -"Show a resume table with max, min, average of total modules on the report " -"bottom:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:218 -msgid "Show address instead module name" -msgstr "Show address instead module name" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89 -#: ../../enterprise/include/functions_reporting.php:35 -msgid "Wizard SLA" -msgstr "SLA-Wizard" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:115 -msgid "hourly S.L.A." -msgstr "hourly S.L.A." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:116 -msgid "Availability Graph S.L.A." -msgstr "Availability Graph S.L.A." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 -msgid "SLA min value" -msgstr "SLA min value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204 -msgid "SLA min Value" -msgstr "SLA min value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 -msgid "SLA max value" -msgstr "SLA max value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208 -msgid "SLA max Value" -msgstr "SLA max value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -msgid "SLA Limit %" -msgstr "SLA limit %" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212 -msgid "SLA Limit Value" -msgstr "SLA limit value" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104 -msgid "Available" -msgstr "Available" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113 -msgid "Push the selected services into the list" -msgstr "Push the selected services into the list" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118 -msgid "Remove the services from the list" -msgstr "Remove the services from the list" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172 -msgid "Icon preview" -msgstr "Icon preview" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238 -msgid "The services list is empty" -msgstr "The services list is empty" - -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:30 -msgid "Credential Boxes List" -msgstr "" - -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:33 -msgid "Credential Boxes" -msgstr "" - -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:374 -#: ../../enterprise/godmode/servers/list_satellite.php:69 -msgid "No Data" -msgstr "" - -#: ../../enterprise/godmode/servers/list_satellite.php:26 -msgid "Satellite Server" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20 -msgid "Add Credential Box" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:61 -msgid "Error updating export target" -msgstr "Error updating export target" - -#: ../../enterprise/godmode/servers/manage_export.php:64 -msgid "Successfully updated export target" -msgstr "Successfully updated export target" - -#: ../../enterprise/godmode/servers/manage_export.php:73 -msgid "Error deleting export target" -msgstr "Error deleting export target" - -#: ../../enterprise/godmode/servers/manage_export.php:76 -msgid "Successfully deleted export target" -msgstr "Successfully deleted export target" - -#: ../../enterprise/godmode/servers/manage_export.php:98 -msgid "" -"Can't be created export target: User and password must be filled with FTP " -"mode" -msgstr "" -"Can't be created export target: User and password must be filled with FTP " -"mode" - -#: ../../enterprise/godmode/servers/manage_export.php:121 -msgid "There are no defined export targets" -msgstr "There are no defined export targets" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:76 -msgid "Preffix" -msgstr "Preffix" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -msgid "Transfer mode" -msgstr "Transfer mode" - -#: ../../enterprise/godmode/servers/manage_export_form.php:109 -msgid "Target directory" -msgstr "Target directory" - -#: ../../enterprise/godmode/servers/manage_export_form.php:113 -msgid "Extra options" -msgstr "Extra options" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:130 -msgid "Error: The conf file of server is not readble." -msgstr "Error: The conf file of server is not readble." - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:135 -msgid "Error: The conf file of server is not writable." -msgstr "Error: The conf file of server is not writable." - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:160 -msgid "Delete remote conf server files in Pandora" -msgstr "Delete remote conf server files in Pandora" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:164 -msgid "" -"Delete this conf file implies that Pandora will send back local config to " -"console" -msgstr "" -"Delete this conf file implies that Pandora will send back local config to " -"console" - -#: ../../enterprise/godmode/services/services.elements.php:70 -#: ../../enterprise/godmode/services/services.service.php:266 -msgid "" -"This values are by default because the service is auto calculate mode." -msgstr "" -"This values are by default because the service is auto calculate mode." - -#: ../../enterprise/godmode/services/services.elements.php:82 -msgid "Invalid service" -msgstr "Invalid service" - -#: ../../enterprise/godmode/services/services.elements.php:96 -#: ../../enterprise/godmode/services/services.service.php:171 -#: ../../enterprise/operation/services/services.service.php:55 -#: ../../enterprise/operation/services/services.service_map.php:63 -#: ../../enterprise/operation/services/services.table_services.php:39 -msgid "Services list" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:102 -#: ../../enterprise/godmode/services/services.service.php:177 -#: ../../enterprise/operation/services/services.service.php:61 -#: ../../enterprise/operation/services/services.service_map.php:69 -msgid "Services table view" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:109 -#: ../../enterprise/godmode/services/services.service.php:182 -#: ../../enterprise/operation/services/services.service.php:66 -#: ../../enterprise/operation/services/services.service_map.php:75 -msgid "Config Service" -msgstr "Config Service" - -#: ../../enterprise/godmode/services/services.elements.php:115 -#: ../../enterprise/godmode/services/services.service.php:187 -#: ../../enterprise/operation/services/services.service.php:71 -#: ../../enterprise/operation/services/services.service_map.php:81 -msgid "Config Elements" -msgstr "Config Elements" - -#: ../../enterprise/godmode/services/services.elements.php:123 -#: ../../enterprise/godmode/services/services.service.php:194 -#: ../../enterprise/operation/services/services.service.php:79 -#: ../../enterprise/operation/services/services.service_map.php:89 -msgid "View Service" -msgstr "View Service" - -#: ../../enterprise/godmode/services/services.elements.php:130 -#: ../../enterprise/godmode/services/services.service.php:200 -#: ../../enterprise/operation/services/services.service.php:85 -#: ../../enterprise/operation/services/services.service_map.php:95 -msgid "Service map" -msgstr "Service map" - -#: ../../enterprise/godmode/services/services.elements.php:142 -#: ../../enterprise/include/functions_services.php:1647 -msgid "Edit service elements" -msgstr "Edit service elements" - -#: ../../enterprise/godmode/services/services.elements.php:156 -msgid "Error empty module" -msgstr "Error empty module" - -#: ../../enterprise/godmode/services/services.elements.php:165 -msgid "Error empty agent" -msgstr "Error empty agent" - -#: ../../enterprise/godmode/services/services.elements.php:174 -msgid "Error empty service" -msgstr "Error empty service" - -#: ../../enterprise/godmode/services/services.elements.php:196 -msgid "Service element created successfully" -msgstr "Service element created successfully" - -#: ../../enterprise/godmode/services/services.elements.php:197 -msgid "Error creating service element" -msgstr "Error creating service item" - -#: ../../enterprise/godmode/services/services.elements.php:271 -msgid "Service element updated successfully" -msgstr "Service item updated successfully" - -#: ../../enterprise/godmode/services/services.elements.php:272 -msgid "Error updating service element" -msgstr "Error updating service item" - -#: ../../enterprise/godmode/services/services.elements.php:279 -msgid "Service element deleted successfully" -msgstr "Service item deleted successfully" - -#: ../../enterprise/godmode/services/services.elements.php:280 -msgid "Error deleting service element" -msgstr "Error deleting service item" - -#: ../../enterprise/godmode/services/services.elements.php:318 -msgid "Edit element service" -msgstr "Edit element service" - -#: ../../enterprise/godmode/services/services.elements.php:321 -msgid "Create element service" -msgstr "Create element service" - -#: ../../enterprise/godmode/services/services.elements.php:371 -msgid "First select an agent" -msgstr "First select an agent" - -#: ../../enterprise/godmode/services/services.elements.php:389 -msgid "Critical weight" -msgstr "Critical weight" - -#: ../../enterprise/godmode/services/services.elements.php:394 -msgid "Warning weight" -msgstr "Warning weight" - -#: ../../enterprise/godmode/services/services.elements.php:399 -msgid "Unknown weight" -msgstr "Unknown weight" - -#: ../../enterprise/godmode/services/services.elements.php:404 -msgid "Ok weight" -msgstr "Ok weight" - -#: ../../enterprise/godmode/services/services.elements.php:412 -msgid "" -"Only the critical elements are relevant to calculate the service status" -msgstr "" -"Only the critical elements are relevant to calculate the service status" - -#: ../../enterprise/godmode/services/services.service.php:54 -#: ../../enterprise/operation/services/services.list.php:507 -#: ../../enterprise/operation/services/services.table_services.php:375 -msgid "Create Service" -msgstr "Create Service" - -#: ../../enterprise/godmode/services/services.service.php:62 -msgid "Service created successfully" -msgstr "Service created successfully" - -#: ../../enterprise/godmode/services/services.service.php:63 -msgid "Error creating service" -msgstr "Error creating service" - -#: ../../enterprise/godmode/services/services.service.php:85 -msgid "No name and description specified for the service" -msgstr "No name and description specified for the service" - -#: ../../enterprise/godmode/services/services.service.php:90 -msgid "No name specified for the service" -msgstr "No name specified for the service" - -#: ../../enterprise/godmode/services/services.service.php:95 -msgid "No description specified for the service" -msgstr "No description specified for the service" - -#: ../../enterprise/godmode/services/services.service.php:109 -msgid "Error updating service" -msgstr "Error updating service" - -#: ../../enterprise/godmode/services/services.service.php:113 -msgid "Service updated successfully" -msgstr "Service updated successfully" - -#: ../../enterprise/godmode/services/services.service.php:126 -#: ../../enterprise/godmode/services/services.service.php:153 -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../enterprise/operation/services/services.service_map.php:44 -msgid "Not found" -msgstr "Not found" - -#: ../../enterprise/godmode/services/services.service.php:130 -msgid "New Service" -msgstr "New Service" - -#: ../../enterprise/godmode/services/services.service.php:229 -msgid "No Services or concrete action" -msgstr "No Services or concrete action" - -#: ../../enterprise/godmode/services/services.service.php:240 -msgid "General Data" -msgstr "General Data" - -#: ../../enterprise/godmode/services/services.service.php:256 -msgid "You should set the weights manually" -msgstr "You should set the weights manually" - -#: ../../enterprise/godmode/services/services.service.php:259 -msgid "The weights have default values" -msgstr "The weights have default values" - -#: ../../enterprise/godmode/services/services.service.php:261 -#: ../../enterprise/operation/services/services.list.php:191 -#: ../../enterprise/operation/services/services.table_services.php:160 -msgid "Simple" -msgstr "Simple" - -#: ../../enterprise/godmode/services/services.service.php:262 -msgid "" -"Only the elements configured as 'critical element' are used to calculate the " -"service status" -msgstr "" -"Only the elements configured as 'critical element' are used to calculate the " -"service status" - -#: ../../enterprise/godmode/services/services.service.php:282 -msgid "Agent to store data" -msgstr "Agent to store data" - -#: ../../enterprise/godmode/services/services.service.php:305 -msgid "S.L.A. interval" -msgstr "S.L.A. interval" - -#: ../../enterprise/godmode/services/services.service.php:310 -msgid "S.L.A. limit" -msgstr "S.L.A. limit" - -#: ../../enterprise/godmode/services/services.service.php:312 -msgid "Please set limit between 0 to 100." -msgstr "Please set limit between 0 to 100." - -#: ../../enterprise/godmode/services/services.service.php:320 -msgid "" -"Here are described the alert templates, which will use their default " -"actions.\n" -"\t\tYou can modify the default behaviour editing alerts in the agent who " -"stores data and alert definitions about the service and the SLA status." -msgstr "" -"Here are described the alert templates, which will use their default " -"actions.\n" -"\t\tYou can modify the default behaviour editing alerts in the agent who " -"stores data and alert definitions about the service and the SLA status." - -#: ../../enterprise/godmode/services/services.service.php:334 -msgid "Warning Service alert" -msgstr "Warning Service alert" - -#: ../../enterprise/godmode/services/services.service.php:345 -msgid "Critical Service alert" -msgstr "Critical Service alert" - -#: ../../enterprise/godmode/services/services.service.php:363 -msgid "SLA critical service alert" -msgstr "SLA critical service alert" - -#: ../../enterprise/godmode/setup/edit_skin.php:42 -#: ../../enterprise/godmode/setup/setup_skins.php:36 -msgid "Skins configuration" -msgstr "Skins configuration" - -#: ../../enterprise/godmode/setup/edit_skin.php:45 -msgid "Successfully updated skin" -msgstr "Updating skin successful" - -#: ../../enterprise/godmode/setup/edit_skin.php:48 -#: ../../enterprise/godmode/setup/edit_skin.php:60 -msgid "Error updating skin" -msgstr "Error in updating skin" - -#: ../../enterprise/godmode/setup/edit_skin.php:171 -msgid "Error creating skin" -msgstr "Error on creating skin." - -#: ../../enterprise/godmode/setup/edit_skin.php:176 -msgid "Successfully created skin" -msgstr "Creation of skin successful." - -#: ../../enterprise/godmode/setup/edit_skin.php:216 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Relative path" - -#: ../../enterprise/godmode/setup/edit_skin.php:217 -msgid "" -"Zip file with skin subdirectory. The name of the zip file only can have " -"alphanumeric characters." -msgstr "" -"Zip file with skin subdirectory. The name of the zip file only can have " -"alphanumeric characters." - -#: ../../enterprise/godmode/setup/edit_skin.php:239 -msgid "Group/s" -msgstr "Group/s" - -#: ../../enterprise/godmode/setup/setup.php:38 -msgid "" -"Before activating this option check your ACL Setup. You may lose access to " -"the console." -msgstr "" -"Before activating this option, check your ACL Setup. You may lose access to " -"the console." - -#: ../../enterprise/godmode/setup/setup.php:48 -msgid " Bytes" -msgstr " Bytes" - -#: ../../enterprise/godmode/setup/setup.php:64 -msgid "Seconds" -msgstr "Seconds" - -#: ../../enterprise/godmode/setup/setup.php:72 -msgid "" -"Limit the number of events that are replicated metaconsole each specified " -"range." -msgstr "" -"Limit the number of events that are replicated metaconsole each specified " -"range." - -#: ../../enterprise/godmode/setup/setup.php:78 -msgid "Last replication at" -msgstr "Last replication at" - -#: ../../enterprise/godmode/setup/setup.php:80 -msgid "No replication yet" -msgstr "No replication yet" - -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "Only validated events" -msgstr "Only validated events" - -#: ../../enterprise/godmode/setup/setup.php:96 -msgid "Metaconsole DB engine" -msgstr "Metaconsole DB engine" - -#: ../../enterprise/godmode/setup/setup.php:97 -msgid "MySQL" -msgstr "MySQL" - -#: ../../enterprise/godmode/setup/setup.php:97 -msgid "Oracle" -msgstr "Oracle" - -#: ../../enterprise/godmode/setup/setup.php:103 -msgid "Metaconsole DB host" -msgstr "Metaconsole DB host" - -#: ../../enterprise/godmode/setup/setup.php:110 -msgid "Metaconsole DB name" -msgstr "Metaconsole DB name" - -#: ../../enterprise/godmode/setup/setup.php:117 -msgid "Metaconsole DB user" -msgstr "Metaconsole DB user" - -#: ../../enterprise/godmode/setup/setup.php:124 -msgid "Metaconsole DB password" -msgstr "Metaconsole DB password" - -#: ../../enterprise/godmode/setup/setup.php:131 -msgid "Metaconsole DB port" -msgstr "Metaconsole DB port" - -#: ../../enterprise/godmode/setup/setup.php:147 -msgid "" -"The inventory modules included in the changes blacklist will not generate " -"events when change." -msgstr "" -"The inventory modules included in the changes blacklist will not generate " -"events if changed." - -#: ../../enterprise/godmode/setup/setup.php:178 -msgid "Out of black list" -msgstr "Out of black list" - -#: ../../enterprise/godmode/setup/setup.php:180 -msgid "In black list" -msgstr "Into black list" - -#: ../../enterprise/godmode/setup/setup.php:186 -msgid "Push selected modules into blacklist" -msgstr "Push selected modules into blacklist." - -#: ../../enterprise/godmode/setup/setup.php:190 -msgid "Pop selected modules out of blacklist" -msgstr "Push selected modules out of blacklist." - -#: ../../enterprise/godmode/setup/setup.php:216 -msgid "Enterprise options" -msgstr "Enterprise Options" - -#: ../../enterprise/godmode/setup/setup.php:249 -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -msgid " Caracters" -msgstr " Characters" - -#: ../../enterprise/godmode/setup/setup.php:262 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -msgid "Set 0 if never expire." -msgstr "Set to '0' to never let it expire." - -#: ../../enterprise/godmode/setup/setup.php:263 -#: ../../enterprise/meta/advanced/metasetup.password.php:102 -msgid " Days" -msgstr " Days" - -#: ../../enterprise/godmode/setup/setup.php:272 -#: ../../enterprise/meta/advanced/metasetup.password.php:113 -msgid " Minutes" -msgstr " Minutes" - -#: ../../enterprise/godmode/setup/setup.php:276 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -msgid "Two attempts minimum" -msgstr "Two attempts minimum" - -#: ../../enterprise/godmode/setup/setup.php:277 -#: ../../enterprise/meta/advanced/metasetup.password.php:118 -msgid " Attempts" -msgstr " Attempts" - -#: ../../enterprise/godmode/setup/setup.php:309 -msgid "Enterprise password policy" -msgstr "Enterprise password policy" - -#: ../../enterprise/godmode/setup/setup.php:310 -msgid "" -"Rules applied to the management of passwords. This policy applies to all " -"users except the administrator." -msgstr "" -"Rules applied to the management of passwords. This policy applies to all " -"users except to the administrator." - -#: ../../enterprise/godmode/setup/setup_acl.php:40 -msgid "Enterprise ACL setup" -msgstr "Enterprise ACL setup" - -#: ../../enterprise/godmode/setup/setup_acl.php:147 -#: ../../enterprise/godmode/setup/setup_acl.php:179 -msgid "Add new ACL element to profile" -msgstr "Add new ACL element to profile" - -#: ../../enterprise/godmode/setup/setup_acl.php:152 -#: ../../enterprise/godmode/setup/setup_acl.php:224 -msgid "Section" -msgstr "Section" - -#: ../../enterprise/godmode/setup/setup_acl.php:157 -#: ../../enterprise/godmode/setup/setup_acl.php:313 -msgid "Mobile" -msgstr "Mobile" - -#: ../../enterprise/godmode/setup/setup_acl.php:161 -#: ../../enterprise/godmode/setup/setup_acl.php:225 -msgid "Section 2" -msgstr "Section 2" - -#: ../../enterprise/godmode/setup/setup_acl.php:166 -#: ../../enterprise/godmode/setup/setup_acl.php:226 -msgid "Section 3" -msgstr "Section 3" - -#: ../../enterprise/godmode/setup/setup_acl.php:178 -msgid "Hidden" -msgstr "Hidden" - -#: ../../enterprise/godmode/setup/setup_acl.php:184 -msgid "Page" -msgstr "Page" - -#: ../../enterprise/godmode/setup/setup_acl.php:203 -msgid "Filter by profile" -msgstr "Filter by profile" - -#: ../../enterprise/godmode/setup/setup_auth.php:31 -msgid "Active directory" -msgstr "Active directory" - -#: ../../enterprise/godmode/setup/setup_auth.php:32 -msgid "Remote Pandora FMS" -msgstr "Remote Pandora FMS" - -#: ../../enterprise/godmode/setup/setup_auth.php:33 -msgid "Remote Babel Enterprise" -msgstr "Remote Babel Enterprise" - -#: ../../enterprise/godmode/setup/setup_auth.php:34 -msgid "Remote Integria" -msgstr "Remote Integria" - -#: ../../enterprise/godmode/setup/setup_auth.php:35 -msgid "SAML" -msgstr "SAML" - -#: ../../enterprise/godmode/setup/setup_auth.php:154 -msgid "You must select a profile from the list of profiles." -msgstr "You must select a profile from the list of profiles." - -#: ../../enterprise/godmode/setup/setup_auth.php:346 -msgid "SimpleSAML path" -msgstr "SimpleSAML path" - -#: ../../enterprise/godmode/setup/setup_auth.php:346 -msgid "" -"Select the path where SimpleSAML has been installed (by default '/opt/')" -msgstr "" -"Select the path where SimpleSAML has been installed (by default '/opt/')" - -#: ../../enterprise/godmode/setup/setup_auth.php:355 -msgid "" -"Enable this option to assign profiles, groups and tags to users from " -"specific AD groups (updated at the next login)" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:389 -#: ../../enterprise/meta/include/functions_meta.php:754 -msgid "Auto enable node access" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:390 -msgid "New users will be able to log in to the nodes." -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -msgid "AD Groups" -msgstr "AD Groups" - -#: ../../enterprise/godmode/setup/setup_auth.php:470 -msgid "Select profile" -msgstr "Select profile" - -#: ../../enterprise/godmode/setup/setup_auth.php:479 -msgid "Add new permissions" -msgstr "Add new permissions" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -msgid "Enable event history" -msgstr "Enable event history" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -msgid "" -"Event history is ONLY used for event reports, is not used in graphs or event " -"viewer." -msgstr "" -"Event history is ONLY used for event reports, is not used in graphs or event " -"viewer." - -#: ../../enterprise/godmode/setup/setup_history.php:68 -msgid "Number of days before data is transfered to history database." -msgstr "Number of days before the data is transfered to history database." - -#: ../../enterprise/godmode/setup/setup_history.php:71 -msgid "" -"Data size of mechanism used to transfer data (similar to a data buffer.)" -msgstr "" -"Data size of mechanism used to transfer the data (similar to a data buffer.)" - -#: ../../enterprise/godmode/setup/setup_history.php:74 -msgid "Time interval between data transfer." -msgstr "Time interval between data transfer." - -#: ../../enterprise/godmode/setup/setup_history.php:77 -msgid "Event days" -msgstr "Event days" - -#: ../../enterprise/godmode/setup/setup_history.php:77 -msgid "Number of days before events is transfered to history database." -msgstr "Number of days before events is transferred to history database." - -#: ../../enterprise/godmode/setup/setup_log_collector.php:44 -msgid "Log storage directory" -msgstr "Log storage directory" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:45 -msgid "Directory where log data will be stored." -msgstr "Directory where the log data will be stored." - -#: ../../enterprise/godmode/setup/setup_log_collector.php:48 -msgid "Sets the maximum lifetime for log data in days." -msgstr "Sets the maximum lifetime for log data in days." - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "Metaconsole setup" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:138 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/meta/advanced/metasetup.setup.php:85 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -msgid "Successfully update" -msgstr "Update successful." - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:139 -msgid "Could not be update" -msgstr "Could not be updated." - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 -msgid "Pandora FMS Metaconsole item edition" -msgstr "Pandora FMS Metaconsole item edition" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:310 -msgid "Auth token" -msgstr "Auth token" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:312 -msgid "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." -msgstr "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:315 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:389 -msgid "Console URL" -msgstr "Console URL" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:321 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:390 -msgid "DB Host" -msgstr "DB Host" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:324 -msgid "DB Name" -msgstr "DB Name" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:327 -msgid "DB User" -msgstr "DB User" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -msgid "DB Password" -msgstr "DB Password" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 -msgid "Console User" -msgstr "Console User" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 -msgid "Console Password" -msgstr "Console Password" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:381 -msgid "DB" -msgstr "DB" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:382 -msgid "API" -msgstr "API" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 -msgid "Compatibility" -msgstr "Compatibility" - -#: ../../enterprise/godmode/setup/setup_skins.php:71 -msgid "Error deleting skin" -msgstr "Error deleting skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:74 -msgid "Successfully deleted skin" -msgstr "Successfully deleted skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:117 -msgid "Skin name" -msgstr "Skin name" - -#: ../../enterprise/godmode/setup/setup_skins.php:143 -msgid "There are no defined skins" -msgstr "There are no defined skins" - -#: ../../enterprise/godmode/setup/setup_skins.php:148 -msgid "Create skin" -msgstr "Create skin" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187 -msgid "Successfully added trap custom values" -msgstr "Success in adding trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:177 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:190 -msgid "Error adding trap custom values" -msgstr "Error in adding trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:194 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:256 -msgid "This custom OID is preexistent." -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:225 -msgid "No change in data" -msgstr "No change in data" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:228 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:249 -msgid "Successfully updated trap custom values" -msgstr "Updating trap custom values successful." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:252 -msgid "Error updating trap custom values" -msgstr "Error in updating trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:268 -msgid "Successfully deleted trap custom values" -msgstr "Deletion of trap custom values successful." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:272 -msgid "Error deleting trap custom values" -msgstr "Error in deleting trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:279 +#: ../../godmode/alerts/configure_alert_template.php:845 #, php-format -msgid "Uploaded %s/%s traps" -msgstr "Uploaded %s/%s traps" +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "The alert is triggered when the value doesn't match %s" -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:283 -msgid "Fail uploaded file" -msgstr "Failure in uploading file" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../godmode/alerts/configure_alert_template.php:849 msgid "" -"MIB files will be loaded and searched for SNMP trap definitions. They will " -"not be installed on the system! You can use the MIB uploader for that " -"purpose." +"The alert would fire when the value is not between and " msgstr "" -"MIB files will be loaded and searched for SNMP trap definitions. They will " -"not be installed on the system! You can use the MIB uploader for that " -"purpose." +"The alert will activate when the value is not between and " -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:296 -msgid "Load MIB" -msgstr "Load MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:298 -msgid "Upload MIB" -msgstr "Upload MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:319 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -msgid "Custom OID" -msgstr "Custom OID" - -#: ../../enterprise/include/ajax/dashboard.ajax.php:297 -msgid "Only one service map widget is supported at this moment" -msgstr "Only one service map widget is supported at this moment" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:251 -msgid "Error accesing to API, auth error." -msgstr "Error accesing to API, auth error." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:255 -msgid "Error accesing to API." -msgstr "Error accesing to API." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:259 -msgid "Error could not resolve the host." -msgstr "Error could not resolve the host." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:270 -msgid "Database credentials not found" -msgstr "Database credentials not found" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:274 -msgid "Error connecting to the specified host" -msgstr "Error on connecting to the specified host" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:278 -msgid "Connected to the host, but cannot found the specified database" -msgstr "Connected to host, but cannot find the specified database." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:289 -#: ../../enterprise/include/ajax/metaconsole.ajax.php:313 -msgid "Server connection failed" -msgstr "Server connection failed" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:293 +#: ../../godmode/alerts/configure_alert_template.php:857 msgid "" -"\"Translate string\" extension is missed in the server. This extension is " -"mandatory to be configured on metaconsole." +"The alert template cannot have the same value for min and max thresholds." msgstr "" -"\"Translate string\" extension is missing in the server. This extension is " -"mandatory to be configured on metaconsole." +"The alert template cannot have the same value for min and max thresholds." + +#: ../../godmode/alerts/alert_list.php:80 +msgid "Already added" +msgstr "Already added" + +#: ../../godmode/alerts/alert_list.php:264 +#: ../../godmode/massive/massive_standby_alerts.php:96 +msgid "Successfully set standby" +msgstr "Succesfully set to standby mode" + +#: ../../godmode/alerts/alert_list.php:264 +#: ../../godmode/massive/massive_standby_alerts.php:96 +msgid "Could not be set standby" +msgstr "Could not be set to standby mode" + +#: ../../godmode/alerts/alert_list.php:281 +#: ../../godmode/massive/massive_standby_alerts.php:78 +msgid "Successfully set off standby" +msgstr "Successfully turned off standby" + +#: ../../godmode/alerts/alert_list.php:281 +#: ../../godmode/massive/massive_standby_alerts.php:78 +msgid "Could not be set off standby" +msgstr "Standby mode could not be deactivated" + +#: ../../godmode/alerts/alert_list.php:317 +msgid "Builder alert" +msgstr "Builder alert" + +#: ../../godmode/alerts/alert_list.php:326 +#: ../../godmode/alerts/alert_list.php:329 +#: ../../godmode/users/configure_profile.php:268 +msgid "Manage alerts" +msgstr "Manage alerts" + +#: ../../godmode/alerts/alert_list.builder.php:78 +msgid "Latest value" +msgstr "Latest value" + +#: ../../godmode/alerts/alert_list.builder.php:144 +msgid "Add alert" +msgstr "Add alert" + +#: ../../godmode/alerts/alert_templates.php:62 +msgid "Everyday" +msgstr "Everyday" + +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Every" +msgstr "Every" + +#: ../../godmode/alerts/alert_templates.php:83 +msgid "and" +msgstr "and" + +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "No alert templates defined" + +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "Manage agents" + +#: ../../godmode/menu.php:39 +msgid "Component groups" +msgstr "Component groups" + +#: ../../godmode/menu.php:42 +msgid "Module categories" +msgstr "Module categories" + +#: ../../godmode/menu.php:46 +msgid "Module types" +msgstr "Module types" + +#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit_form.php:66 +#: ../../godmode/netflow/nf_edit_form.php:71 +#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 +msgid "Netflow filters" +msgstr "Netflow filters" + +#: ../../godmode/menu.php:62 +msgid "Resources" +msgstr "Resources" + +#: ../../godmode/menu.php:70 +msgid "Manage agents groups" +msgstr "Manage agent groups" + +#: ../../godmode/menu.php:76 +msgid "Module tags" +msgstr "Module tags" + +#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312 +msgid "Users management" +msgstr "Manage users" + +#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/profile_list.php:49 +#: ../../godmode/users/user_list.php:117 +msgid "Profile management" +msgstr "Profile management" + +#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302 +msgid "Profiles" +msgstr "Profiles" + +#: ../../godmode/menu.php:98 +msgid "Network components" +msgstr "Network components" + +#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:322 +msgid "Module templates" +msgstr "Module templates" + +#: ../../godmode/menu.php:111 +msgid "Bulk operations" +msgstr "Bulk operations" + +#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:165 +msgid "Agents operations" +msgstr "Agent operations" + +#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:170 +msgid "Modules operations" +msgstr "Module operations" + +#: ../../godmode/menu.php:118 ../../godmode/massive/massive_operations.php:175 +msgid "Plugins operations" +msgstr "Plugin operations" + +#: ../../godmode/menu.php:120 ../../godmode/massive/massive_operations.php:160 +msgid "Users operations" +msgstr "User operations" + +#: ../../godmode/menu.php:122 ../../godmode/massive/massive_operations.php:155 +msgid "Alerts operations" +msgstr "Alert operations" + +#: ../../godmode/menu.php:145 +msgid "List of Alerts" +msgstr "List of Alerts" + +#: ../../godmode/menu.php:151 ../../godmode/agentes/configurar_agente.php:542 +msgid "Templates" +msgstr "Templates" + +#: ../../godmode/menu.php:160 +msgid "Commands" +msgstr "Commands" + +#: ../../godmode/menu.php:180 +msgid "Event filters" +msgstr "Event filters" + +#: ../../godmode/menu.php:185 +msgid "Custom events" +msgstr "Custom events" + +#: ../../godmode/menu.php:187 ../../godmode/events/events.php:48 +msgid "Event responses" +msgstr "Event responses" + +#: ../../godmode/menu.php:207 +msgid "Manage servers" +msgstr "Manage servers" + +#: ../../godmode/menu.php:215 +msgid "Plugins" +msgstr "Plugins" + +#: ../../godmode/menu.php:218 +#: ../../godmode/servers/manage_recontask_form.php:274 +msgid "Recon script" +msgstr "Recon script" + +#: ../../godmode/menu.php:244 +msgid "General Setup" +msgstr "General Setup" + +#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82 +#: ../../godmode/setup/setup.php:116 +msgid "Authentication" +msgstr "Authentication" + +#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86 +#: ../../godmode/setup/setup.php:120 +msgid "Performance" +msgstr "Performance" + +#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90 +#: ../../godmode/setup/setup.php:125 +msgid "Visual styles" +msgstr "Visual styles" + +#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32 +msgid "Map conections GIS" +msgstr "GIS map connection" + +#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143 +msgid "Edit OS" +msgstr "Edit OS" -#: ../../enterprise/include/ajax/metaconsole.ajax.php:297 -msgid "" -"Server name doesnt match. Check the node server name and configure the same " -"one on metasetup" -msgstr "" -"Server name doesn't match. Check the node server name and configure the same " -"one on metasetup." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:308 -msgid "Last event replication" -msgstr "Last event replication" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:322 -msgid "Agent cache activated" -msgstr "Agent cache activated" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:326 -msgid "Agent cache failed" -msgstr "Agent cache failed" - -#: ../../enterprise/include/ajax/transactional.ajax.php:178 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:151 -msgid "The phase does not have a defined script" -msgstr "" - -#: ../../enterprise/include/ajax/transactional.ajax.php:217 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:201 -msgid "Edit Data" -msgstr "" - -#: ../../enterprise/include/functions_alert_event.php:925 -msgid "Module alert" -msgstr "Module alert" - -#: ../../enterprise/include/functions_backup.php:135 -msgid "No description" -msgstr "No description" - -#: ../../enterprise/include/functions_backup.php:242 -#: ../../enterprise/include/functions_backup.php:324 -msgid "Restoring a backup" -msgstr "Restoring a backup" - -#: ../../enterprise/include/functions_backup.php:244 -#: ../../enterprise/include/functions_backup.php:326 -msgid "Restoring a Pandora database backup must be done manually" -msgstr "Restoring the Pandora database backup must be done manually." - -#: ../../enterprise/include/functions_backup.php:245 -#: ../../enterprise/include/functions_backup.php:327 -msgid "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loosing" -msgstr "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loss." - -#: ../../enterprise/include/functions_backup.php:246 -#: ../../enterprise/include/functions_backup.php:328 -msgid "To restore the selected backup, please follow these steps" -msgstr "To restore the selected backup, please follow these steps" - -#: ../../enterprise/include/functions_backup.php:252 -#: ../../enterprise/include/functions_backup.php:334 -msgid "Open a root shell in your system located at " -msgstr "Open a root shell in your system located at " - -#: ../../enterprise/include/functions_backup.php:256 -msgid "Connect to MySQL database using the following command" -msgstr "Please connect to MySQL database using the following command" - -#: ../../enterprise/include/functions_backup.php:263 -msgid "Create a new database" -msgstr "Create a new database" - -#: ../../enterprise/include/functions_backup.php:276 -msgid "Restore the backup" -msgstr "Restore the backup" - -#: ../../enterprise/include/functions_backup.php:284 -#: ../../enterprise/include/functions_backup.php:349 -msgid "Modify console configuration to use this new database" -msgstr "Please modify console configuration to use this new database." - -#: ../../enterprise/include/functions_backup.php:285 -#: ../../enterprise/include/functions_backup.php:350 -msgid "Open configuration file" -msgstr "Open configuration file" - -#: ../../enterprise/include/functions_backup.php:289 -#: ../../enterprise/include/functions_backup.php:301 -#: ../../enterprise/include/functions_backup.php:354 -#: ../../enterprise/include/functions_backup.php:366 -msgid "Find" -msgstr "Find" - -#: ../../enterprise/include/functions_backup.php:291 -#: ../../enterprise/include/functions_backup.php:304 -#: ../../enterprise/include/functions_backup.php:356 -#: ../../enterprise/include/functions_backup.php:369 -msgid "and replace with" -msgstr "and replace it with" - -#: ../../enterprise/include/functions_backup.php:298 -#: ../../enterprise/include/functions_backup.php:363 -msgid "Modify servers configuration to use this new database" -msgstr "Modify server configuration to use this new database." - -#: ../../enterprise/include/functions_backup.php:299 -#: ../../enterprise/include/functions_backup.php:364 -msgid "Find servers configuration file and replace the following lines" -msgstr "" -"Please find the server configuration file and replace the following lines" - -#: ../../enterprise/include/functions_backup.php:311 -#: ../../enterprise/include/functions_backup.php:376 -msgid "Restart the servers and login again into the console" -msgstr "Please restart the servers and login to the console again." - -#: ../../enterprise/include/functions_backup.php:341 -msgid "Run import command using the following command" -msgstr "Please run the import command using the following command" - -#: ../../enterprise/include/functions_backup.php:345 -msgid "Into your destination database." -msgstr "Into your destination database." - -#: ../../enterprise/include/functions_collection.php:42 -#, php-format -msgid "Fail create the directory: %s" -msgstr "Failure in creating the directory: %s" - -#: ../../enterprise/include/functions_collection.php:69 -msgid "No files in collection" -msgstr "No files in collection" - -#: ../../enterprise/include/functions_collection.php:77 -msgid "File of collection is bigger than the limit (" -msgstr "File of collection is bigger than the limit (" - -#: ../../enterprise/include/functions_dashboard.php:360 -#, php-format -msgid "Copy of %s" -msgstr "" - -#: ../../enterprise/include/functions_enterprise.php:298 -msgid "Tree view by tags" -msgstr "Tree view by tags" - -#: ../../enterprise/include/functions_enterprise.php:321 -msgid "" -"If event purge is less than events days pass to history db, you will have a " -"problems and you lost data. Recommended that event days purge will more " -"taller than event days to history DB" -msgstr "" -"If event purge is lower than events days passed to history DB you will lose " -"data. We recommend that events days purge is longer than events days passed " -"to history DB" - -#: ../../enterprise/include/functions_enterprise.php:323 -msgid "" -"Problems with event days purge and event days that pass data to history DB." -msgstr "" -"Problems with event days purge and event days that pass data to history DB." - -#: ../../enterprise/include/functions_enterprise.php:331 -msgid "" -"If days purge is less than history days pass to history db, you will have a " -"problems and you lost data. Recommended that days purge will more taller " -"than days to history DB" -msgstr "" -"If the number of days purged is lower than history days passed to the " -"history DB, data will be lost. It's recommended that days purged be longer " -"than days passed to history DB." - -#: ../../enterprise/include/functions_enterprise.php:333 -msgid "Problems with days purge and days that pass data to history DB" -msgstr "Problems with days purged and days that pass data to history DB" - -#: ../../enterprise/include/functions_events.php:164 -#: ../../enterprise/include/functions_reporting_csv.php:1449 -msgid "Hours" -msgstr "Hours" - -#: ../../enterprise/include/functions_events.php:177 -#: ../../enterprise/include/functions_events.php:194 -msgid "More than 5 tags" -msgstr "" - -#: ../../enterprise/include/functions_events.php:212 -msgid "Active filter" -msgstr "" - -#: ../../enterprise/include/functions_events.php:213 -msgid "Active filters" -msgstr "" - -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "Metaconsole" - -#: ../../enterprise/include/functions_inventory.php:54 -#: ../../enterprise/include/functions_inventory.php:494 -msgid "No changes found" -msgstr "No changes found." - -#: ../../enterprise/include/functions_inventory.php:64 -msgid "Agent alias" -msgstr "" - -#: ../../enterprise/include/functions_inventory.php:80 -msgid "Get CSV file" -msgstr "Get CSV file" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Client" -msgstr "Client" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Trial" -msgstr "Trial" - -#: ../../enterprise/include/functions_local_components.php:142 -msgid "Empty configuration" -msgstr "Empty configuration" - -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "Empty OS" - -#: ../../enterprise/include/functions_log.php:346 -msgid "Lines" -msgstr "Lines" - -#: ../../enterprise/include/functions_login.php:22 -msgid "You must change password:" -msgstr "" - -#: ../../enterprise/include/functions_login.php:38 -msgid "Password must be different from the 3 previous changes." -msgstr "" - -#: ../../enterprise/include/functions_login.php:48 -msgid "Old pass: " -msgstr "" - -#: ../../enterprise/include/functions_login.php:51 -msgid "New pass: " -msgstr "" - -#: ../../enterprise/include/functions_login.php:55 -msgid "Confirm: " -msgstr "" - -#: ../../enterprise/include/functions_login.php:61 -msgid "Change" -msgstr "Change" - -#: ../../enterprise/include/functions_login.php:92 -msgid "Login blocked" -msgstr "" - -#: ../../enterprise/include/functions_login.php:100 -msgid "User has been blocked. Try again in " -msgstr "User has been blocked. Please try again in " - -#: ../../enterprise/include/functions_login.php:100 -msgid " minutes" -msgstr " minutes" - -#: ../../enterprise/include/functions_login.php:129 -msgid "Login successfully" -msgstr "" - -#: ../../enterprise/include/functions_login.php:136 -msgid "Successfully" -msgstr "" - -#: ../../enterprise/include/functions_login.php:137 -msgid "User pass successfully updated" -msgstr "User pass successfully updated" - -#: ../../enterprise/include/functions_login.php:238 -msgid "Password must be different from the " -msgstr "Password must be different from the " - -#: ../../enterprise/include/functions_login.php:238 -msgid " previous changes." -msgstr " previous changes." - -#: ../../enterprise/include/functions_login.php:252 -msgid "Password must be different" -msgstr "Password must be different" - -#: ../../enterprise/include/functions_login.php:262 -msgid "Password too short" -msgstr "Password too short" - -#: ../../enterprise/include/functions_login.php:273 -msgid "Password must contain numbers" -msgstr "Password has to contain numbers." - -#: ../../enterprise/include/functions_login.php:285 -msgid "Password must contain symbols" -msgstr "Password has to contain symbols." - -#: ../../enterprise/include/functions_login.php:305 -msgid "Invalid old password" -msgstr "Invalid old password" - -#: ../../enterprise/include/functions_login.php:340 -msgid "Password confirm does not match" -msgstr "Password confirm does not match" - -#: ../../enterprise/include/functions_login.php:348 -msgid "Password empty" -msgstr "Password empty" - -#: ../../enterprise/include/functions_metaconsole.php:842 -msgid "Group does not exist. Agent " -msgstr "Group does not exist. Agent " - -#: ../../enterprise/include/functions_metaconsole.php:848 -msgid "Created group in destination DB" -msgstr "Created group in destination DB" - -#: ../../enterprise/include/functions_metaconsole.php:852 -msgid "Error creating group. Agent " -msgstr "Error creating group. Agent " - -#: ../../enterprise/include/functions_metaconsole.php:858 -msgid "Group already exists in destination DB" -msgstr "Group already exists in destination DB" - -#: ../../enterprise/include/functions_netflow_pdf.php:45 -#: ../../enterprise/include/functions_reporting_pdf.php:51 -msgid "Automated Pandora FMS report for user defined report" -msgstr "Automated Pandora FMS report for user defined report" - -#: ../../enterprise/include/functions_netflow_pdf.php:56 -#: ../../enterprise/include/functions_reporting_pdf.php:2190 -msgid "Contents" -msgstr "Contents" - -#: ../../enterprise/include/functions_netflow_pdf.php:160 -#: ../../enterprise/operation/log/log_viewer.php:215 -msgid "Start date" -msgstr "Start date" - -#: ../../enterprise/include/functions_policies.php:3035 -msgid "Policy linkation" -msgstr "Policy linking" - -#: ../../enterprise/include/functions_policies.php:3040 -msgid "Module linked" -msgstr "Module linked" - -#: ../../enterprise/include/functions_policies.php:3042 -#: ../../enterprise/include/functions_policies.php:3052 -msgid "Unlink from policy" -msgstr "Unlink from policy" - -#: ../../enterprise/include/functions_policies.php:3045 -msgid "Module unlinked" -msgstr "Module unlinked" - -#: ../../enterprise/include/functions_policies.php:3047 -#: ../../enterprise/include/functions_policies.php:3057 -msgid "Relink to policy" -msgstr "Relink to policy" - -#: ../../enterprise/include/functions_policies.php:3050 -msgid "Module pending to link" -msgstr "Module pending to link" - -#: ../../enterprise/include/functions_policies.php:3055 -msgid "Module pending to unlink" -msgstr "Module pending to unlink" - -#: ../../enterprise/include/functions_policies.php:3781 -msgid "Create a new policy map" -msgstr "Create a new policy map" - -#: ../../enterprise/include/functions_policies.php:4100 -#, php-format -msgid "" -"This extension makes registration of policies enterprise.
                You can get " -"more policies in our Public Resource Library" -msgstr "" -"This extension registers Enterprise policies.
                You can get more policies " -"in our Public Resource Library" - -#: ../../enterprise/include/functions_reporting.php:41 -msgid "Advance options" -msgstr "Advanced options" - -#: ../../enterprise/include/functions_reporting.php:59 -msgid "Templates list" -msgstr "Templates list" - -#: ../../enterprise/include/functions_reporting.php:65 -#: ../../enterprise/meta/general/main_header.php:165 -msgid "Templates wizard" -msgstr "Templates wizard" - -#: ../../enterprise/include/functions_reporting.php:85 -msgid "Templates Wizard" -msgstr "Templates Wizard" - -#: ../../enterprise/include/functions_reporting.php:633 -msgid "Availability item created from wizard." -msgstr "Availability item created from wizard." - -#: ../../enterprise/include/functions_reporting.php:1300 -#: ../../enterprise/include/functions_reporting.php:2092 -#: ../../enterprise/include/functions_reporting.php:2869 -#: ../../enterprise/include/functions_reporting_pdf.php:1653 -msgid "Planned Downtimes" -msgstr "Planned Downtimes" - -#: ../../enterprise/include/functions_reporting.php:1306 -#: ../../enterprise/include/functions_reporting.php:2098 -#: ../../enterprise/include/functions_reporting.php:2875 -#: ../../enterprise/include/functions_reporting_pdf.php:1659 -msgid "Ignore Time" -msgstr "Ignore Time" - -#: ../../enterprise/include/functions_reporting.php:1326 -#: ../../enterprise/include/functions_reporting_pdf.php:1674 -msgid "SLA Compliance per days" -msgstr "SLA Compliance per days" - -#: ../../enterprise/include/functions_reporting.php:1393 -#: ../../enterprise/include/functions_reporting_pdf.php:1753 -msgid "Summary of SLA Failures" -msgstr "Summary of SLA Failures" - -#: ../../enterprise/include/functions_reporting.php:1395 -#: ../../enterprise/include/functions_reporting_csv.php:1085 -#: ../../enterprise/include/functions_reporting_pdf.php:1757 -msgid "Day" -msgstr "Day" - -#: ../../enterprise/include/functions_reporting.php:2135 -msgid "T. Total" -msgstr "T. Total" - -#: ../../enterprise/include/functions_reporting.php:2136 -#: ../../enterprise/include/functions_reporting.php:2899 -msgid "T. OK" -msgstr "T. OK" - -#: ../../enterprise/include/functions_reporting.php:2137 -#: ../../enterprise/include/functions_reporting.php:2900 -msgid "T. Error" -msgstr "T. Error" - -#: ../../enterprise/include/functions_reporting.php:2138 -#: ../../enterprise/include/functions_reporting.php:2901 -msgid "T. Unknown" -msgstr "T. Unknown" - -#: ../../enterprise/include/functions_reporting.php:2139 -#: ../../enterprise/include/functions_reporting.php:2902 -msgid "T. Not_init" -msgstr "T. Not_init" - -#: ../../enterprise/include/functions_reporting.php:2140 -#: ../../enterprise/include/functions_reporting.php:2903 -msgid "T. Downtime" -msgstr "T. Downtime" - -#: ../../enterprise/include/functions_reporting.php:2141 -#: ../../enterprise/include/functions_reporting.php:2904 -msgid "SLA %" -msgstr "SLA %" - -#: ../../enterprise/include/functions_reporting.php:3528 -msgid "Module Histogram Graph" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:4038 -msgid "There are no SLAs defined." -msgstr "There are no SLAs defined." - -#: ../../enterprise/include/functions_reporting.php:4152 -#: ../../enterprise/include/functions_reporting.php:4771 -#: ../../enterprise/include/functions_services.php:1216 -#: ../../enterprise/include/functions_services.php:1218 -#: ../../enterprise/include/functions_services.php:1239 -#: ../../enterprise/include/functions_services.php:1240 -#: ../../enterprise/include/functions_services.php:1242 -#: ../../enterprise/include/functions_services.php:1276 -#: ../../enterprise/include/functions_services.php:1278 -msgid "Nonexistent" -msgstr "Nonexistent" - -#: ../../enterprise/include/functions_reporting.php:5308 -#: ../../enterprise/include/functions_reporting.php:5787 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "Graph agents(%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:5735 -#, php-format -msgid "Graph agent(%s) - %s" -msgstr "Graph agent(%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:6188 -#: ../../enterprise/include/functions_reporting.php:6238 -msgid "Template editor" -msgstr "Template editor" - -#: ../../enterprise/include/functions_reporting.php:6252 -msgid "Get PDF file" -msgstr "Get PDF file" - -#: ../../enterprise/include/functions_reporting_csv.php:363 -msgid "Serialized data " -msgstr "Serialized data " - -#: ../../enterprise/include/functions_reporting_csv.php:455 -#: ../../enterprise/include/functions_reporting_csv.php:523 -#: ../../enterprise/include/functions_reporting_csv.php:558 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/include/functions_reporting_csv.php:631 -#: ../../enterprise/include/functions_reporting_csv.php:699 -#: ../../enterprise/include/functions_reporting_csv.php:735 -#: ../../enterprise/include/functions_reporting_csv.php:771 -#: ../../enterprise/include/functions_reporting_csv.php:807 -#: ../../enterprise/include/functions_reporting_csv.php:843 -msgid "Report type" -msgstr "Report type" - -#: ../../enterprise/include/functions_reporting_csv.php:457 -msgid "Uknown agents" -msgstr "Uknown agents" - -#: ../../enterprise/include/functions_reporting_csv.php:466 -msgid "Last 8 hours events" -msgstr "Last 8 hours events" - -#: ../../enterprise/include/functions_reporting_csv.php:668 -msgid "Illegal query or any other error" -msgstr "Illegal query or any other error" - -#: ../../enterprise/include/functions_reporting_csv.php:843 -msgid "% OK" -msgstr "% OK" - -#: ../../enterprise/include/functions_reporting_csv.php:843 -msgid "% Wrong" -msgstr "% Wrong" - -#: ../../enterprise/include/functions_reporting_csv.php:867 -msgid "Simple Graph" -msgstr "Simple Graph" - -#: ../../enterprise/include/functions_reporting_csv.php:929 -#: ../../enterprise/include/functions_reporting_csv.php:976 -#: ../../enterprise/include/functions_reporting_csv.php:1048 -#: ../../enterprise/include/functions_reporting_csv.php:1164 -#: ../../enterprise/include/functions_reporting_csv.php:1376 -msgid "SLA Max" -msgstr "SLA Max" - -#: ../../enterprise/include/functions_reporting_csv.php:930 -#: ../../enterprise/include/functions_reporting_csv.php:977 -#: ../../enterprise/include/functions_reporting_csv.php:1049 -#: ../../enterprise/include/functions_reporting_csv.php:1165 -#: ../../enterprise/include/functions_reporting_csv.php:1377 -msgid "SLA Min" -msgstr "SLA Min" - -#: ../../enterprise/include/functions_reporting_csv.php:932 -#: ../../enterprise/include/functions_reporting_csv.php:979 -msgid "Time Total " -msgstr "Time Total " - -#: ../../enterprise/include/functions_reporting_csv.php:933 -#: ../../enterprise/include/functions_reporting_csv.php:980 -msgid "Time OK " -msgstr "Time OK " - -#: ../../enterprise/include/functions_reporting_csv.php:934 -#: ../../enterprise/include/functions_reporting_csv.php:981 -msgid "Time Error " -msgstr "Time Error " - -#: ../../enterprise/include/functions_reporting_csv.php:935 -#: ../../enterprise/include/functions_reporting_csv.php:982 -msgid "Time Unknown " -msgstr "Time Unknown " - -#: ../../enterprise/include/functions_reporting_csv.php:936 -#: ../../enterprise/include/functions_reporting_csv.php:983 -msgid "Time Not Init " -msgstr "Time Not Init " - -#: ../../enterprise/include/functions_reporting_csv.php:937 -#: ../../enterprise/include/functions_reporting_csv.php:984 -msgid "Time Downtime " -msgstr "Time Downtime " - -#: ../../enterprise/include/functions_reporting_csv.php:938 -#: ../../enterprise/include/functions_reporting_csv.php:985 -msgid "Checks Total " -msgstr "Checks Total " - -#: ../../enterprise/include/functions_reporting_csv.php:939 -#: ../../enterprise/include/functions_reporting_csv.php:986 -msgid "Checks OK " -msgstr "Checks OK " - -#: ../../enterprise/include/functions_reporting_csv.php:940 -#: ../../enterprise/include/functions_reporting_csv.php:987 -msgid "Checks Error " -msgstr "Checks Error " - -#: ../../enterprise/include/functions_reporting_csv.php:941 -#: ../../enterprise/include/functions_reporting_csv.php:988 -msgid "Checks Unknown " -msgstr "Checks Unknown " - -#: ../../enterprise/include/functions_reporting_csv.php:942 -#: ../../enterprise/include/functions_reporting_csv.php:989 -msgid "Checks Not Init " -msgstr "Checks Not Init " - -#: ../../enterprise/include/functions_reporting_csv.php:943 -#: ../../enterprise/include/functions_reporting_csv.php:990 -msgid "SLA " -msgstr "SLA " - -#: ../../enterprise/include/functions_reporting_csv.php:944 -#: ../../enterprise/include/functions_reporting_csv.php:991 -msgid "Status " -msgstr "Status " - -#: ../../enterprise/include/functions_reporting_csv.php:1036 -#: ../../enterprise/include/functions_reporting_csv.php:1149 -#: ../../enterprise/include/functions_reporting_csv.php:1296 -#: ../../enterprise/include/functions_reporting_csv.php:1361 -msgid "Subtitle" -msgstr "Subtitle" - -#: ../../enterprise/include/functions_reporting_csv.php:1051 -#: ../../enterprise/include/functions_reporting_csv.php:1180 -#: ../../enterprise/include/functions_reporting_csv.php:1392 -msgid "Time Total Month" -msgstr "Time Total Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1052 -#: ../../enterprise/include/functions_reporting_csv.php:1181 -#: ../../enterprise/include/functions_reporting_csv.php:1393 -msgid "Time OK Month" -msgstr "Time OK Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1053 -#: ../../enterprise/include/functions_reporting_csv.php:1182 -#: ../../enterprise/include/functions_reporting_csv.php:1394 -msgid "Time Error Month" -msgstr "Time Error Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1054 -#: ../../enterprise/include/functions_reporting_csv.php:1183 -#: ../../enterprise/include/functions_reporting_csv.php:1395 -msgid "Time Unknown Month" -msgstr "Time Unknown Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1055 -#: ../../enterprise/include/functions_reporting_csv.php:1184 -#: ../../enterprise/include/functions_reporting_csv.php:1396 -msgid "Time Downtime Month" -msgstr "Time Downtime Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1056 -#: ../../enterprise/include/functions_reporting_csv.php:1185 -#: ../../enterprise/include/functions_reporting_csv.php:1397 -msgid "Time Not Init Month" -msgstr "Time Not Init Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1057 -#: ../../enterprise/include/functions_reporting_csv.php:1186 -#: ../../enterprise/include/functions_reporting_csv.php:1398 -msgid "Checks Total Month" -msgstr "Checks Total Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1058 -#: ../../enterprise/include/functions_reporting_csv.php:1187 -#: ../../enterprise/include/functions_reporting_csv.php:1399 -msgid "Checks OK Month" -msgstr "Checks OK Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1059 -#: ../../enterprise/include/functions_reporting_csv.php:1188 -#: ../../enterprise/include/functions_reporting_csv.php:1400 -msgid "Checks Error Month" -msgstr "Checks Error Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1060 -#: ../../enterprise/include/functions_reporting_csv.php:1189 -#: ../../enterprise/include/functions_reporting_csv.php:1401 -msgid "Checks Unknown Month" -msgstr "Checks Unknown Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1061 -#: ../../enterprise/include/functions_reporting_csv.php:1190 -#: ../../enterprise/include/functions_reporting_csv.php:1402 -msgid "Checks Not Init Month" -msgstr "Checks Not Init Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1062 -#: ../../enterprise/include/functions_reporting_csv.php:1191 -#: ../../enterprise/include/functions_reporting_csv.php:1403 -msgid "SLA Month" -msgstr "SLA Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1063 -#: ../../enterprise/include/functions_reporting_csv.php:1192 -#: ../../enterprise/include/functions_reporting_csv.php:1404 -msgid "Status Month" -msgstr "Status Month" - -#: ../../enterprise/include/functions_reporting_csv.php:1086 -#: ../../enterprise/include/functions_reporting_csv.php:1238 -msgid "Time Total Day" -msgstr "Time Total Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1087 -#: ../../enterprise/include/functions_reporting_csv.php:1239 -msgid "Time OK Day" -msgstr "Time OK Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1088 -#: ../../enterprise/include/functions_reporting_csv.php:1240 -msgid "Time Error Day" -msgstr "Time Error Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1089 -#: ../../enterprise/include/functions_reporting_csv.php:1241 -msgid "Time Unknown Day" -msgstr "Time Unknown Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1090 -#: ../../enterprise/include/functions_reporting_csv.php:1242 -msgid "Time Not Init Day" -msgstr "Time Not Init Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1091 -#: ../../enterprise/include/functions_reporting_csv.php:1243 -msgid "Time Downtime Day" -msgstr "Time Downtime Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1092 -#: ../../enterprise/include/functions_reporting_csv.php:1244 -msgid "Time Out Day" -msgstr "Time Out Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1093 -#: ../../enterprise/include/functions_reporting_csv.php:1245 -msgid "Checks Total Day" -msgstr "Checks Total Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1094 -#: ../../enterprise/include/functions_reporting_csv.php:1246 -msgid "Checks OK Day" -msgstr "Checks OK Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1095 -#: ../../enterprise/include/functions_reporting_csv.php:1247 -msgid "Checks Error Day" -msgstr "Checks Error Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1096 -#: ../../enterprise/include/functions_reporting_csv.php:1248 -msgid "Checks Unknown Day" -msgstr "Checks Unknown Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1097 -#: ../../enterprise/include/functions_reporting_csv.php:1249 -msgid "Checks Not Init Day" -msgstr "Checks Not Init Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1098 -#: ../../enterprise/include/functions_reporting_csv.php:1250 -msgid "SLA Day" -msgstr "SLA Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1099 -#: ../../enterprise/include/functions_reporting_csv.php:1251 -msgid "SLA Fixed Day" -msgstr "SLA Fixed Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1100 -#: ../../enterprise/include/functions_reporting_csv.php:1252 -msgid "Date From Day" -msgstr "Date From Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1101 -#: ../../enterprise/include/functions_reporting_csv.php:1253 -msgid "Date To Day" -msgstr "Date To Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1102 -#: ../../enterprise/include/functions_reporting_csv.php:1254 -msgid "Status Day" -msgstr "Status Day" - -#: ../../enterprise/include/functions_reporting_csv.php:1160 -#: ../../enterprise/include/functions_reporting_csv.php:1372 -msgid "Month Number" -msgstr "Month Number" - -#: ../../enterprise/include/functions_reporting_csv.php:1161 -#: ../../enterprise/include/functions_reporting_csv.php:1373 -msgid "Year" -msgstr "Year" - -#: ../../enterprise/include/functions_reporting_csv.php:1211 -msgid "Time Total week" -msgstr "Time Total week" - -#: ../../enterprise/include/functions_reporting_csv.php:1212 -msgid "Time OK week" -msgstr "Time OK week" - -#: ../../enterprise/include/functions_reporting_csv.php:1213 -msgid "Time Error week" -msgstr "Time Error week" - -#: ../../enterprise/include/functions_reporting_csv.php:1214 -msgid "Time Unknown week" -msgstr "Time Unknown week" - -#: ../../enterprise/include/functions_reporting_csv.php:1215 -msgid "Time Downtime week" -msgstr "Time Downtime week" - -#: ../../enterprise/include/functions_reporting_csv.php:1216 -msgid "Time Not Init week" -msgstr "Time Not Init week" - -#: ../../enterprise/include/functions_reporting_csv.php:1217 -msgid "Checks Total week" -msgstr "Checks Total week" - -#: ../../enterprise/include/functions_reporting_csv.php:1218 -msgid "Checks OK week" -msgstr "Checks OK week" - -#: ../../enterprise/include/functions_reporting_csv.php:1219 -msgid "Checks Error week" -msgstr "Checks Error week" - -#: ../../enterprise/include/functions_reporting_csv.php:1220 -msgid "Checks Unknown week" -msgstr "Checks Unknown week" - -#: ../../enterprise/include/functions_reporting_csv.php:1221 -msgid "Status week" -msgstr "Status week" - -#: ../../enterprise/include/functions_reporting_csv.php:1237 -msgid "Day Week" -msgstr "Day Week" - -#: ../../enterprise/include/functions_reporting_csv.php:1306 -msgid "SLA max" -msgstr "SLA max" - -#: ../../enterprise/include/functions_reporting_csv.php:1307 -msgid "SLA min" -msgstr "SLA min" - -#: ../../enterprise/include/functions_reporting_csv.php:1308 -msgid "SLA limit" -msgstr "SLA limit" - -#: ../../enterprise/include/functions_reporting_csv.php:1311 -msgid "Time Error" -msgstr "Time Error" - -#: ../../enterprise/include/functions_reporting_csv.php:1317 -msgid "Checks Error" -msgstr "Checks Error" - -#: ../../enterprise/include/functions_reporting_csv.php:1319 -msgid "Checks Not Init" -msgstr "Checks Not Init" - -#: ../../enterprise/include/functions_reporting_csv.php:1321 -msgid "SLA Fixed" -msgstr "SLA Fixed" - -#: ../../enterprise/include/functions_reporting_csv.php:1423 -msgid "Time Total day" -msgstr "Time Total day" - -#: ../../enterprise/include/functions_reporting_csv.php:1424 -msgid "Time OK day" -msgstr "Time OK day" - -#: ../../enterprise/include/functions_reporting_csv.php:1425 -msgid "Time Error day" -msgstr "Time Error day" - -#: ../../enterprise/include/functions_reporting_csv.php:1426 -msgid "Time Unknown day" -msgstr "Time Unknown day" - -#: ../../enterprise/include/functions_reporting_csv.php:1427 -msgid "Time Downtime day" -msgstr "Time Downtime day" - -#: ../../enterprise/include/functions_reporting_csv.php:1428 -msgid "Time Not Init day" -msgstr "Time Not Init day" - -#: ../../enterprise/include/functions_reporting_csv.php:1429 -msgid "Checks Total day" -msgstr "Checks Total day" - -#: ../../enterprise/include/functions_reporting_csv.php:1430 -msgid "Checks OK day" -msgstr "Checks OK day" - -#: ../../enterprise/include/functions_reporting_csv.php:1431 -msgid "Checks Error day" -msgstr "Checks Error day" - -#: ../../enterprise/include/functions_reporting_csv.php:1432 -msgid "Checks Unknown day" -msgstr "Checks Unknown day" - -#: ../../enterprise/include/functions_reporting_csv.php:1433 -msgid "Status day" -msgstr "Status day" - -#: ../../enterprise/include/functions_reporting_csv.php:1450 -msgid "Time Total hours" -msgstr "Time Total hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1451 -msgid "Time OK hours" -msgstr "Time OK hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1452 -msgid "Time Error hours" -msgstr "Time Error hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1453 -msgid "Time Unknown hours" -msgstr "Time Unknown hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1454 -msgid "Time Not Init hours" -msgstr "Time Not Init hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1455 -msgid "Time Downtime hours" -msgstr "Time Downtime hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1456 -msgid "Time Out hours" -msgstr "Time Out hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1457 -msgid "Checks Total hours" -msgstr "Checks Total hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1458 -msgid "Checks OK hours" -msgstr "Checks OK hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1459 -msgid "Checks Error hours" -msgstr "Checks Error hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1460 -msgid "Checks Unknown hours" -msgstr "Checks Unknown hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1461 -msgid "Checks Not Init hours" -msgstr "Checks Not Init hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1462 -msgid "SLA hours" -msgstr "SLA hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1463 -msgid "SLA Fixed hours" -msgstr "SLA Fixed hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1464 -msgid "Date From hours" -msgstr "Date From hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1465 -msgid "Date To hours" -msgstr "Date To hours" - -#: ../../enterprise/include/functions_reporting_csv.php:1466 -msgid "Status hours" -msgstr "Status hours" - -#: ../../enterprise/include/functions_reporting_pdf.php:1498 -msgid "Legend Graph" -msgstr "Legend Graph" - -#: ../../enterprise/include/functions_reporting_pdf.php:1849 -msgid "Total Time" -msgstr "Total Time" - -#: ../../enterprise/include/functions_reporting_pdf.php:1853 -msgid "Time Not init" -msgstr "Time Not init" - -#: ../../enterprise/include/functions_reporting_pdf.php:1854 -msgid "Time Downtimes" -msgstr "Time Downtimes" - -#: ../../enterprise/include/functions_reporting_pdf.php:1869 -msgid "Total Checks" -msgstr "Total Checks" - -#: ../../enterprise/include/functions_reporting_pdf.php:1991 -msgid "Agent min" -msgstr "Min amount of agents" - -#: ../../enterprise/include/functions_reporting_pdf.php:1992 -msgid "Agent min Value" -msgstr "Agent min Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:2316 -msgid "SO" -msgstr "SO" - -#: ../../enterprise/include/functions_reporting_pdf.php:2357 -msgid "There are no modules." -msgstr "There are no modules." - -#: ../../enterprise/include/functions_services.php:23 -msgid "Service does not exist." -msgstr "Service does not exist." - -#: ../../enterprise/include/functions_services.php:30 -msgid "Module store the service does not exist." -msgstr "Module for storing the service does not exist." - -#: ../../enterprise/include/functions_services.php:35 -msgid "Module store SLA service does not exist." -msgstr "Module for storing SLA service does not exist." - -#: ../../enterprise/include/functions_services.php:41 -msgid "Agent store the service does not exist." -msgstr "Agent for storing the service does not exist." - -#: ../../enterprise/include/functions_services.php:47 -msgid "Agent store SLA service does not exist." -msgstr "Agent to store the SLA service does not exist." - -#: ../../enterprise/include/functions_services.php:57 -msgid "Alert critical SLA service does not exist." -msgstr "Alert for critical SLA service does not exist." - -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "Alert warning service does not exist." - -#: ../../enterprise/include/functions_services.php:79 -msgid "Alert critical service does not exist." -msgstr "Alert for critical service does not exist." - -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "Alert for unknown service does not exist." - -#: ../../enterprise/include/functions_services.php:328 -#, php-format -msgid "Module automatic create for the service %s" -msgstr "Automatic module creation for the service %s" - -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "Critical (Alert)" - -#: ../../enterprise/include/functions_services.php:1391 -msgid "There are no service elements defined" -msgstr "There are no service elements defined." - -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "Weight Critical" - -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "Weight Warning" - -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "Weight Unknown" - -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "Weight Ok" - -#: ../../enterprise/include/functions_services.php:1446 -#: ../../enterprise/include/functions_services.php:1461 -#: ../../enterprise/include/functions_services.php:1496 -msgid "Nonexistent. This element should be deleted" -msgstr "Nonexistent. This element should be deleted" - -#: ../../enterprise/include/functions_services.php:1661 -msgid "Delete service element" -msgstr "Delete service element" - -#: ../../enterprise/include/functions_services.php:1703 -msgid "FAIL" -msgstr "FAIL" - -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" -msgstr "Log collector" - -#: ../../enterprise/include/functions_setup.php:80 -msgid "Auto provisioning into Metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:90 -msgid "URL Metaconsole Api" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:95 -msgid "Api pass" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:99 -msgid "Meta user" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:103 -msgid "Meta pass" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:107 -msgid "Metaconsole APi Online" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:109 -#: ../../enterprise/include/functions_setup.php:139 -msgid "Please click in the dot to re-check" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:115 -msgid "Pandora user" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:116 -msgid "Normally the admin user" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:120 -msgid "Pandora pass" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:124 -msgid "Public url console" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:125 -msgid "Without the index.php such as http://domain/pandora_url" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:131 -msgid "Register your node in metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:133 -msgid "Register the node" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:138 -msgid "Status your node in metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_transactional.php:496 -msgid "Error in dependencies field" -msgstr "" - -#: ../../enterprise/include/functions_transactional.php:505 -msgid "Error in enables field" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:147 -#: ../../enterprise/include/functions_update_manager.php:320 -#, php-format -msgid "There is a error: %s" -msgstr "There is an error: %s" - -#: ../../enterprise/include/functions_update_manager.php:161 -#, php-format -msgid "There are %s updates, and the first to update is:" -msgstr "There are %s updates, and the first to update is:" - -#: ../../enterprise/include/functions_update_manager.php:169 -msgid "Version number:" -msgstr "Version number:" - -#: ../../enterprise/include/functions_update_manager.php:170 -msgid "Show details" -msgstr "Show details" - -#: ../../enterprise/include/functions_update_manager.php:190 -msgid "" -"There are new database changes available to apply. Do you want to start the " -"DB update process?" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:191 -msgid "We recommend launching " -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:207 -msgid "Update to the next version" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:182 -#: ../../enterprise/include/functions_visual_map.php:235 -msgid "Crit:" -msgstr "Crit:" - -#: ../../enterprise/include/functions_visual_map.php:184 -#: ../../enterprise/include/functions_visual_map.php:237 -msgid "Warn:" -msgstr "Warn:" - -#: ../../enterprise/include/functions_visual_map.php:186 -#: ../../enterprise/include/functions_visual_map.php:239 -msgid "Ok:" -msgstr "Ok:" - -#: ../../enterprise/include/functions_visual_map.php:188 -#: ../../enterprise/include/functions_visual_map.php:241 -msgid "Value:" -msgstr "Value :" - -#: ../../enterprise/include/functions_visual_map.php:615 -msgid "None of the services was added" -msgstr "None of the services was added" - -#: ../../enterprise/include/functions_visual_map.php:618 -#, php-format -msgid "%d services couldn't be added" -msgstr "%d services couldn't be added" - -#: ../../enterprise/include/functions_visual_map.php:626 -msgid "There was an error retrieving the visual map information" -msgstr "There was an error retrieving the visual map information" - -#: ../../enterprise/include/functions_visual_map.php:630 -msgid "No services selected" -msgstr "No services selected" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Invalid licence." -msgstr "Invalid licence." - -#: ../../enterprise/load_enterprise.php:1 -msgid "Please contact Artica at info@artica.es for a valid licence." -msgstr "Please contact Artica at info@artica.es for a valid licence." - -#: ../../enterprise/load_enterprise.php:1 -msgid "Or disable Pandora FMS enterprise" -msgstr "Or disable Pandora FMS enterprise" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Request new licence" -msgstr "Request new licence" - -#: ../../enterprise/load_enterprise.php:1 -msgid "" -"Metaconsole unreached

                " -"This node has a metaconsole license and cannot contact with the metaconsole." -msgstr "" - -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"License out of limits

                " -"This node has a metaconsole license and it allows %d agents and you have %d " -"agents cached." -msgstr "" - -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"License out of limits

                " -"This license allows %d agents and you have %d agents configured." -msgstr "" -"Licence out of limits

                " -"This licence allows %d agents and you have %d agents configured." - -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"License out of limits

                " -"This license allows %d modules and you have %d modules configured." -msgstr "" -"License out of limits

                " -"This license allows %d modules and you have %d modules configured." - -#: ../../enterprise/load_enterprise.php:1 -msgid "" -"This license has expired. " -"

                You can not get updates until you renew the license." -msgstr "" -"This licence has expired. " -"

                You cannot get any updates until you've renewed the licence." - -#: ../../enterprise/load_enterprise.php:1 -msgid "" -"To continue using Pandora FMS, please disable enterprise by renaming the " -"Enterprise directory in the console.

                Or contact Artica at " -"info@artica.es for a valid license:" -msgstr "" -"To continue using Pandora FMS, please disable enterprise by renaming the " -"Enterprise directory in the console.

                Or contact Artica at " -"info@artica.es for a valid licence :" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Please contact Artica at info@artica.es to renew the license." -msgstr "Please contact Artica at info@artica.es to renew the licence." - -#: ../../enterprise/load_enterprise.php:1 -msgid "Renew" -msgstr "Renew" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Activate license" -msgstr "Activate license" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Your request key is:" -msgstr "Your request key is:" - -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"You can activate it manually here or " -"automatically filling the form below:" -msgstr "" -"You can activate it manually here or " -"automatically filling the form below:" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Auth Key:" -msgstr "Auth Key:" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Online validation" -msgstr "Online validation" - -#: ../../enterprise/load_enterprise.php:1 -msgid "ERROR:" -msgstr "ERROR:" - -#: ../../enterprise/load_enterprise.php:1 -msgid "When connecting to Artica server." -msgstr "When connecting to Artica server." - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "redirected ip server in conf into source DB" -msgstr "Redirected IP-server in conf into source DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "created agent in destination DB" -msgstr "created agent in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 -msgid "created agent modules in destination DB" -msgstr "created agent modules in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 -msgid "created agent alerts in destination DB" -msgstr "created agent alerts in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 -msgid "created alerts actions in destination DB" -msgstr "created alert actions in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 -msgid "disabled agent in source DB" -msgstr "disabled agents in source DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 -msgid "" -"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " -"Console." -msgstr "" -"Unset metaconsole IP in the \"IP list with API access\" guess Pandora " -"Console." - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Successfully moved" -msgstr "Successfully moved" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Could not be moved" -msgstr "Could not be moved" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 -msgid "Move Agents" -msgstr "Move Agents" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 -msgid "Source Server" -msgstr "Source Server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 -msgid "Destination Server" -msgstr "Destination Server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -msgid "Group filter" -msgstr "Group filter" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -msgid "" -"Destination group is the same than in the original server, if there is not " -"any group with that name, will be created if check box is selected. " -"Destination group filter is just used to check agents in that group" -msgstr "" -"Destination group is the same than in the original server, if there is not " -"any group with that name, will be created if check box is selected. " -"Destination group filter is just used to check agents in that group" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Create group if doesn’t exist in destination" -msgstr "Create group if doesn’t exist in destination" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Based on name" -msgstr "Based on name" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 -msgid "Add agents to destination server" -msgstr "Add agents to destination server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 -msgid "Remove agents to doesn't move to destination server" -msgstr "Remove agents to doesn't move to destination server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 -msgid "Move" -msgstr "Move" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 -msgid "Please choose other server." -msgstr "Please choose other server." - -#: ../../enterprise/meta/advanced/agents_setup.php:37 -msgid "Propagation" -msgstr "Propagation" - -#: ../../enterprise/meta/advanced/component_management.php:60 -msgid "Module groups Management" -msgstr "Module groups Management" - -#: ../../enterprise/meta/advanced/component_management.php:64 -msgid "OS Management" -msgstr "OS Management" - -#: ../../enterprise/meta/advanced/license_meta.php:40 -msgid "Metaconsole and all nodes license updated" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:43 -#, php-format -msgid "Metaconsole license updated but %d of %d node synchronization failed" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:72 -msgid "Licence" +#: ../../godmode/menu.php:279 +msgid "License" msgstr "Licence" -#: ../../enterprise/meta/advanced/license_meta.php:113 -msgid "Validate and sync" +#: ../../godmode/menu.php:288 +msgid "Admin tools" +msgstr "Admin tools" + +#: ../../godmode/menu.php:296 +msgid "System audit log" +msgstr "System audit log" + +#: ../../godmode/menu.php:300 +msgid "Diagnostic info" +msgstr "Diagnostic info" + +#: ../../godmode/menu.php:302 +msgid "Site news" +msgstr "Site news" + +#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30 +msgid "File manager" +msgstr "File manager" + +#: ../../godmode/menu.php:309 +msgid "DB maintenance" +msgstr "DB maintenance" + +#: ../../godmode/menu.php:315 +msgid "DB information" +msgstr "DB information" + +#: ../../godmode/menu.php:316 ../../godmode/db/db_purge.php:38 +msgid "Database purge" +msgstr "Database purge" + +#: ../../godmode/menu.php:318 +msgid "Database audit" +msgstr "Database audit" + +#: ../../godmode/menu.php:319 +msgid "Database event" +msgstr "Database events" + +#: ../../godmode/menu.php:401 +msgid "Extension manager view" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#, php-format -msgid "Could not be update: Error in %s" -msgstr "Could not be updated : Error in %s" +#: ../../godmode/menu.php:405 +msgid "Extension manager" +msgstr "Extension manager" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:87 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:155 -msgid "Could not be create, duplicated server name." -msgstr "Could not be create, duplicated server name." +#: ../../godmode/menu.php:433 +msgid "Update manager" +msgstr "Update manager" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:128 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:206 -msgid "Node synchronization process failed" -msgstr "" +#: ../../godmode/menu.php:439 +msgid "Update Manager offline" +msgstr "Update Manager offline" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:227 -msgid "Could not be delete" -msgstr "Could not be deleted." +#: ../../godmode/menu.php:442 +msgid "Update Manager online" +msgstr "Update Manager online" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:316 +#: ../../godmode/menu.php:444 +msgid "Update Manager options" +msgstr "Update Manager options" + +#: ../../godmode/extensions.php:27 +msgid "Extensions" +msgstr "Extensions" + +#: ../../godmode/extensions.php:27 +msgid "Defined extensions" +msgstr "Defined extensions" + +#: ../../godmode/extensions.php:32 +msgid "There are no extensions defined" +msgstr "There are no extensions defined" + +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../godmode/extensions.php:146 +msgid "Godmode Function" +msgstr "Godmode Function" + +#: ../../godmode/extensions.php:147 +msgid "Godmode Menu" +msgstr "Godmode Menu" + +#: ../../godmode/extensions.php:148 +msgid "Operation Menu" +msgstr "Operation Menu" + +#: ../../godmode/extensions.php:149 +msgid "Operation Function" +msgstr "Operation Function" + +#: ../../godmode/extensions.php:150 +msgid "Login Function" +msgstr "Login Function" + +#: ../../godmode/extensions.php:151 +msgid "Agent operation tab" +msgstr "Agent operation tab" + +#: ../../godmode/extensions.php:152 +msgid "Agent godmode tab" +msgstr "Agent godmode tab" + +#: ../../godmode/setup/performance.php:49 msgid "" -"Complete path to Pandora console without last \"/\" character. Example " +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" msgstr "" -"Complete path to Pandora console without last \"/\" character. Example " +"If data compression or purge is more frequent than event cleanups, it could " +"lead to anomalies in module graphs." -#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 -msgid "DB port" -msgstr "DB port" +#: ../../godmode/setup/performance.php:64 +msgid "" +"Configure a purge period more frequent than a compact data period has no " +"sense" +msgstr "" +"Configuring a more frequent purge interval than a data compacting interval " +"makes no sense." -#: ../../enterprise/meta/advanced/metasetup.consoles.php:385 -msgid "Agent cache" -msgstr "Agent cache" +#: ../../godmode/setup/performance.php:73 +msgid "Max. days before delete autodisabled agents" +msgstr "Max. days before delete autodisabled agents" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:386 -#: ../../enterprise/meta/advanced/policymanager.sync.php:315 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 -#: ../../enterprise/meta/advanced/synchronizing.os.php:108 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.user.php:587 -msgid "Sync" -msgstr "Sync" +#: ../../godmode/setup/performance.php:76 +msgid "This number is days to keep past special days. 0 means never remove." +msgstr "This number is days to keep past special days. 0 means never remove." -#: ../../enterprise/meta/advanced/metasetup.consoles.php:472 -msgid "There aren't server added to metaconsole" -msgstr "There are no servers added to metaconsole." - -#: ../../enterprise/meta/advanced/metasetup.password.php:73 -msgid "Passwords" -msgstr "Passwords" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:82 -#: ../../enterprise/meta/include/functions_meta.php:1291 -msgid "Active events history" -msgstr "Active events history" - -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" -msgstr "Consoles Setup" - -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:116 -msgid "General setup" -msgstr "General setup" - -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:119 -msgid "Passwords setup" -msgstr "Passwords setup" - -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:125 -msgid "Visual setup" -msgstr "Visual setup" - -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:128 -msgid "Performance setup" -msgstr "Performance setup" - -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:134 -msgid "Strings translation" -msgstr "Strings translation" - -#: ../../enterprise/meta/advanced/metasetup.php:95 -msgid "Options Update Manager" +#: ../../godmode/setup/performance.php:79 +msgid "Number of macro fields in alerts and templates between 1 and 15" msgstr "" -#: ../../enterprise/meta/advanced/metasetup.php:100 -#: ../../enterprise/meta/advanced/metasetup.php:139 -msgid "Offline Update Manager" +#: ../../godmode/setup/performance.php:96 +msgid "Item limit for realtime reports" +msgstr "Item limit for realtime reports" + +#: ../../godmode/setup/performance.php:96 +msgid "" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." +msgstr "" +"Setting too high a value will cause a slowdown on console and a performance " +"penalty in the system." + +#: ../../godmode/setup/performance.php:100 +msgid "Data will be compacted in intervals of the specified length." +msgstr "Data will be compacted in intervals of the specified length." + +#: ../../godmode/setup/performance.php:107 +msgid "Last day" +msgstr "Last day" + +#: ../../godmode/setup/performance.php:109 +msgid "10 days" +msgstr "10 days" + +#: ../../godmode/setup/performance.php:111 +msgid "2 weeks" +msgstr "2 weeks" + +#: ../../godmode/setup/performance.php:121 +msgid "" +"If realtime statistics are disabled, statistics interval resfresh will be " +"set here." +msgstr "" +"If realtime statistics are disabled, the refresh interval for statistics " +"will be set here." + +#: ../../godmode/setup/performance.php:128 +msgid "" +"This number is the maximum number of files in attachment directory. If this " +"number is reached then a warning message will appear in the header " +"notification space." +msgstr "" +"This number is the maximum number of files for the attachment directory. If " +"this number is reached, a warning message will appear in the header's " +"notification space." + +#: ../../godmode/setup/performance.php:135 +msgid "Big Operation Step to purge old data" +msgstr "Big Operation Step to purge old data" + +#: ../../godmode/setup/performance.php:135 +msgid "" +"The number of blocks that a time interval is split into. A bigger value " +"means bigger blocks, which is faster but heavier on the database. Default is " +"100." +msgstr "" +"The number of blocks that a time interval is split into. A bigger value " +"means bigger blocks, which is faster but heavier on the database. Default is " +"100." + +#: ../../godmode/setup/performance.php:138 +msgid "" +"The number of rows that are processed in a single query in deletion. Default " +"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " +"systems with locks." +msgstr "" +"The number of rows that are processed in a single query in deletion. Default " +"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " +"systems with locks." + +#: ../../godmode/setup/performance.php:143 +msgid "Database maintenance options" +msgstr "Database maintenance options" + +#: ../../godmode/setup/news.php:28 +msgid "Site news management" +msgstr "Site news management" + +#: ../../godmode/setup/news.php:88 +#: ../../godmode/events/event_edit_filter.php:174 +#: ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/modules/manage_nc_groups.php:99 +msgid "Not updated. Error updating data" +msgstr "Couldn't update. Error updating data." + +#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 +msgid "Name error" +msgstr "Map not found" + +#: ../../godmode/setup/news.php:167 +msgid "Modal screen" +msgstr "Modal Window" + +#: ../../godmode/setup/news.php:170 +msgid "Expire" +msgstr "Expire" + +#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 +msgid "Expiration" +msgstr "Expiration" + +#: ../../godmode/setup/news.php:215 +msgid "There are no defined news" +msgstr "There are no news defined" + +#: ../../godmode/setup/news.php:242 +msgid "Modal" +msgstr "Modal" + +#: ../../godmode/setup/news.php:245 +msgid "Board" +msgstr "Board" + +#: ../../godmode/setup/news.php:256 +msgid "Expired" +msgstr "Expired" + +#: ../../godmode/setup/snmp_wizard.php:30 +#: ../../godmode/agentes/configurar_agente.php:392 +#: ../../godmode/agentes/configurar_agente.php:558 +msgid "SNMP Wizard" +msgstr "SNMP Wizard" + +#: ../../godmode/setup/snmp_wizard.php:42 +#: ../../godmode/massive/massive_edit_modules.php:475 +#: ../../godmode/modules/manage_network_components_form_network.php:80 +#: ../../godmode/modules/manage_network_components_form_plugin.php:27 +#: ../../godmode/modules/manage_network_components_form_wmi.php:56 +#: ../../godmode/agentes/module_manager_editor_common.php:412 +msgid "Post process" +msgstr "Post process" + +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "OP" +msgstr "OP" + +#: ../../godmode/setup/snmp_wizard.php:166 +msgid "Unsucessful update the snmp translation" +msgstr "SNMP translation failed to update" + +#: ../../godmode/setup/snmp_wizard.php:173 +msgid "Unsucessful update the snmp translation." +msgstr "SNMP translation failed to update." + +#: ../../godmode/setup/snmp_wizard.php:221 +msgid "Unsucessful delete the snmp translation" +msgstr "SNMP translation failed to delete" + +#: ../../godmode/setup/snmp_wizard.php:228 +msgid "Unsucessful delete the snmp translation." +msgstr "SNMP translation failed to delete." + +#: ../../godmode/setup/snmp_wizard.php:289 +msgid "Unsucessful save the snmp translation" +msgstr "SNMP translation failed to save" + +#: ../../godmode/setup/snmp_wizard.php:298 +msgid "Unsucessful save the snmp translation." +msgstr "SNMP translation failed to save." + +#: ../../godmode/setup/gis.php:62 +msgid "Map connection name" +msgstr "Map connection name" + +#: ../../godmode/setup/gis.php:83 +msgid "Do you wan delete this connection?" +msgstr "do you wish to delete this connection?" + +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "Failure creating OS" + +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "Success creating OS" + +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "Success updating OS" + +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "Error updating OS" + +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "This OS is being used" + +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "Success deleting" + +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" +msgstr "Error deleting" + +#: ../../godmode/setup/os.php:133 +msgid "List OS" +msgstr "List OS" + +#: ../../godmode/setup/os.php:137 +msgid "Builder OS" +msgstr "OS editor" + +#: ../../godmode/setup/setup_ehorus.php:85 +msgid "API Hostname" +msgstr "API Hostname" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Hostname of the eHorus API" +msgstr "Hostname of the eHorus API" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Without protocol and port" +msgstr "Without protocol and port" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "e.g., portal.ehorus.com" +msgstr "e.g., switch.eHorus.com" + +#: ../../godmode/setup/setup_ehorus.php:92 +msgid "API Port" +msgstr "API Port" + +#: ../../godmode/setup/setup_ehorus.php:94 +msgid "e.g., 18080" +msgstr "e.g., 18080" + +#: ../../godmode/setup/setup_ehorus.php:99 +msgid "Request timeout" +msgstr "Request timeout" + +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "" +"Time in seconds to set the maximum time of the requests to the eHorus API" +msgstr "" +"Time in seconds to set the maximum time of the requests to the eHorus API" + +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "0 to disable" +msgstr "0 to disable" + +#: ../../godmode/setup/setup_ehorus.php:106 +msgid "Test" +msgstr "Test" + +#: ../../godmode/setup/setup_ehorus.php:107 +msgid "Start" +msgstr "Start" + +#: ../../godmode/setup/setup_ehorus.php:122 +msgid "Remote Management System" +msgstr "Remote Management System" + +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Custom field eHorusID created" +msgstr "Custom field eHorusID created" + +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Error creating custom field" +msgstr "Error creating custom field" + +#: ../../godmode/setup/setup_ehorus.php:133 +msgid "eHorus has his own agent identifiers" +msgstr "eHorus has its own agent identifiers" + +#: ../../godmode/setup/setup_ehorus.php:134 +msgid "To store them, it will be necessary to use an agent custom field" +msgstr "To store them, it is necessary to use an agent custom field" + +#: ../../godmode/setup/setup_ehorus.php:135 +msgid "" +"Possibly the eHorus id will have to be filled in by hand for every agent" +msgstr "" +"Possibly the eHorus id will have to be filled out manually for every agent" + +#: ../../godmode/setup/setup_ehorus.php:140 +msgid "The custom field does not exists already" +msgstr "The custom field does not exist yet" + +#: ../../godmode/setup/setup_ehorus.php:154 +msgid "eHorus API" +msgstr "eHorus API" + +#: ../../godmode/setup/setup_ehorus.php:186 +msgid "Connection timeout" +msgstr "Connection timeout" + +#: ../../godmode/setup/setup_ehorus.php:187 +msgid "Empty user or password" +msgstr "Empty user or password" + +#: ../../godmode/setup/setup_ehorus.php:188 +msgid "User not found" +msgstr "User not found" + +#: ../../godmode/setup/setup_ehorus.php:189 +msgid "Invalid password" +msgstr "Invalid password" + +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "Licence Management" + +#: ../../godmode/setup/license.php:37 +msgid "License updated" +msgstr "Licence updated" + +#: ../../godmode/setup/license.php:64 +msgid "Customer key" +msgstr "Customer key" + +#: ../../godmode/setup/license.php:67 +msgid "Expires" +msgstr "Expires" + +#: ../../godmode/setup/license.php:70 +msgid "Platform Limit" +msgstr "Platform Limit" + +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "agents" +msgstr "agents" + +#: ../../godmode/setup/license.php:73 +msgid "Current Platform Count" +msgstr "Current Platform Count" + +#: ../../godmode/setup/license.php:76 +msgid "Current Platform Count (enabled: items)" +msgstr "Current Platform Count (enabled: items)" + +#: ../../godmode/setup/license.php:79 +msgid "Current Platform Count (disabled: items)" +msgstr "Current Platform Count (disabled: items)" + +#: ../../godmode/setup/license.php:82 +msgid "License Mode" +msgstr "Licence Mode" + +#: ../../godmode/setup/license.php:85 +msgid "NMS" +msgstr "NMS" + +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "enabled" +msgstr "enabled" + +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "disabled" +msgstr "Disabled" + +#: ../../godmode/setup/license.php:88 +msgid "Satellite" +msgstr "Satellite" + +#: ../../godmode/setup/license.php:91 +msgid "Licensed to" +msgstr "Licensed to" + +#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 +msgid "Request new license" +msgstr "Request new licence" + +#: ../../godmode/setup/license.php:108 +msgid "To get your Pandora FMS Enterprise License:" +msgstr "To get your Pandora FMS Enterprise Licence:" + +#: ../../godmode/setup/license.php:111 +#, php-format +msgid "Go to %s" +msgstr "Go to %s" + +#: ../../godmode/setup/license.php:114 +msgid "Enter the auth key and the following request key:" +msgstr "Enter the auth key and the following request key:" + +#: ../../godmode/setup/license.php:120 +msgid "Enter your name (or a company name) and a contact email address." +msgstr "Enter your name (or a company name) and a contact e-mail address." + +#: ../../godmode/setup/license.php:123 +msgid "Click on Generate." +msgstr "Click on Generate." + +#: ../../godmode/setup/license.php:126 +msgid "" +"Click here, enter " +"the generated license key and click on Validate." +msgstr "" +"Click here, enter " +"the generated licence key and click on Validate." + +#: ../../godmode/setup/links.php:27 +msgid "Link management" +msgstr "Link management" + +#: ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" +msgstr "There was a problem creating the link" + +#: ../../godmode/setup/links.php:56 +msgid "There was a problem modifying link" +msgstr "There was a problem modifying the link" + +#: ../../godmode/setup/links.php:67 +msgid "There was a problem deleting link" +msgstr "There was a problem deleting the link" + +#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 +msgid "Link name" +msgstr "Link name" + +#: ../../godmode/setup/links.php:109 +msgid "Link" +msgstr "Link" + +#: ../../godmode/setup/links.php:132 +msgid "There isn't links" +msgstr "There aren't links" + +#: ../../godmode/setup/setup_general.php:58 +msgid "Directory where agent remote configuration is stored." +msgstr "Directory in which the agent's remote configuration is stored" + +#: ../../godmode/setup/setup_general.php:67 +msgid "Database" +msgstr "Database" + +#: ../../godmode/setup/setup_general.php:75 +msgid "" +"If SSL is not properly configured you will lose access to Pandora FMS " +"Console. Do you want to continue?" +msgstr "" +"If SSL is not properly configured, you will lose access to the Pandora FMS " +"Console. Do you want to continue?" + +#: ../../godmode/setup/setup_general.php:78 +msgid "Use cert of SSL" +msgstr "Use cert of SSL" + +#: ../../godmode/setup/setup_general.php:83 +msgid "Path of SSL Cert." +msgstr "Path of SSL Cert." + +#: ../../godmode/setup/setup_general.php:83 +msgid "" +"Path where you put your cert and name of this cert. Remember your cert only " +"in .pem extension." +msgstr "" +"Path where you put your cert and name of this cert. Remember your cert " +"should only be in .pem extension." + +#: ../../godmode/setup/setup_general.php:86 +msgid "Directory where temporary data is stored." +msgstr "Directory in which temporary data is stored." + +#: ../../godmode/setup/setup_general.php:99 +msgid "Please be careful if you put a password put https access." +msgstr "" +"Please bear in mind that if you set a password, you should use HTTPS access." + +#: ../../godmode/setup/setup_general.php:140 +msgid "Change timezone" +msgstr "Change timezone" + +#: ../../godmode/setup/setup_general.php:148 +#: ../../godmode/setup/setup_general.php:153 +#: ../../godmode/setup/setup_general.php:158 +msgid "Play sound" +msgstr "Play sound" + +#: ../../godmode/setup/setup_general.php:162 +msgid "" +"Set this value when your PandoraFMS across inverse proxy or for example with " +"mod_proxy of Apache." +msgstr "" +"Set this value when you need your Pandora to be accessible via a public URL " +"(for example using Apache mod_proxy settings)" + +#: ../../godmode/setup/setup_general.php:166 +msgid "" +"When it is set as \"yes\" in some important sections check if the user have " +"gone from url Pandora." +msgstr "If enabled, actively checks if the user comes from Pandora's URL" + +#: ../../godmode/setup/setup_general.php:174 +msgid "" +"If set to yes no events or alerts will be generated, but agents will " +"continue receiving data." +msgstr "" +"If enabled, no events or alerts will be generated, although agents will " +"continue to receive data." + +#: ../../godmode/setup/setup_general.php:183 +msgid "The string modules with several lines show as command output" +msgstr "" +"String module outputs with more than one line will be shown as a snapshot." + +#: ../../godmode/setup/setup_general.php:187 +msgid "Directory where the server logs are stored." +msgstr "The directory in which server logs are stored." + +#: ../../godmode/setup/setup_general.php:192 +msgid "Full mode" +msgstr "Full assist mode" + +#: ../../godmode/setup/setup_general.php:193 +msgid "On demand" +msgstr "On demand" + +#: ../../godmode/setup/setup_general.php:194 +msgid "Expert" +msgstr "Expert" + +#: ../../godmode/setup/setup_general.php:197 +msgid "" +"Configuration of our clippy, 'full mode' show the icon in the header and the " +"contextual helps and it is noise, 'on demand' it is equal to full but it is " +"not noise and 'expert' the icons in the header and the context is not." +msgstr "" +"These are settings for the 'helper' cartoon. When 'Full mode' is enabled the " +"icon in the header and help texts will all be active and will automatically " +"show. 'On demand' mode is the same as 'Full mode' but users will choose when " +"the helper activates. In 'Expert' mode, the icons in the header and help " +"texts are all disabled." + +#: ../../godmode/setup/setup_general.php:204 +msgid "The planned downtimes created in the past will affect the SLA reports" +msgstr "" +"The planned downtimes created in the past will affect the SLA reports" + +#: ../../godmode/setup/setup_general.php:209 +#, php-format +msgid "" +"Your PHP environment is setted with %d max_input_vars. Maybe you must not " +"set this value with upper values." +msgstr "" +"Your PHP environment is setted with %d max_input_vars. Maybe you must not " +"set this value with upper values." + +#: ../../godmode/setup/setup_general.php:213 +msgid "Include agents manually disabled" +msgstr "Include agents manually disabled" + +#: ../../godmode/setup/setup_general.php:217 +msgid "audit log directory" +msgstr "audit log directory" + +#: ../../godmode/setup/setup_general.php:218 +msgid "Directory where audit log is stored." +msgstr "Directory where audit log is stored." + +#: ../../godmode/setup/setup_general.php:224 +msgid "General options" +msgstr "General settings" + +#: ../../godmode/setup/setup_general.php:283 +msgid "" +"If Enterprise ACL System is enabled without rules you will lose access to " +"Pandora FMS Console (even admin). Do you want to continue?" +msgstr "" +"If Enterprise ACL System is enabled without rules you will lose access to " +"Pandora FMS Console (even admin). Do you want to continue?" + +#: ../../godmode/setup/setup_netflow.php:42 +msgid "Directory where netflow data will be stored." +msgstr "Directory where netflow data will be stored." + +#: ../../godmode/setup/setup_netflow.php:46 +msgid "Specifies the time interval in seconds to rotate netflow data files." +msgstr "Specifies the time interval in seconds to rotate netflow data files." + +#: ../../godmode/setup/setup_netflow.php:58 +msgid "" +"Maximum number of points that a netflow area chart will display. The higher " +"the resolution the performance. Values between 50 and 100 are recommended." +msgstr "" +"Maximum number of points that a netflow area chart will display. Higher " +"resolutions take more time to render. Values between 50 and 100 are " +"recommended" + +#: ../../godmode/setup/setup_netflow.php:62 +msgid "" +"Disable the definition of custom filters in the live view. Only existing " +"filters can be used." +msgstr "" +"Disable the definition of custom filters in the live view. Only existing " +"filters can be used." + +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Sets the maximum lifetime for netflow data in days." +msgstr "Sets the max. lifespan for netflow data, in days." + +#: ../../godmode/setup/gis_step_2.php:39 +msgid "Create new map connection" +msgstr "Create new map connection" + +#: ../../godmode/setup/gis_step_2.php:58 +msgid "Edit map connection" +msgstr "Edit map connection" + +#: ../../godmode/setup/gis_step_2.php:150 +msgid "Connection Name" +msgstr "Connection Name" + +#: ../../godmode/setup/gis_step_2.php:150 +msgid "Descriptive name for the connection" +msgstr "Descriptive name for the connection" + +#: ../../godmode/setup/gis_step_2.php:153 +msgid "Group that owns the connection" +msgstr "Group that owns the connection" + +#: ../../godmode/setup/gis_step_2.php:156 +msgid "Number of zoom levels" +msgstr "Number of zoom levels" + +#: ../../godmode/setup/gis_step_2.php:160 +msgid "Default zoom level" +msgstr "Default zoom level" + +#: ../../godmode/setup/gis_step_2.php:160 +msgid "Zoom level used when the map is opened" +msgstr "Zoom level used when the map is opened" + +#: ../../godmode/setup/gis_step_2.php:163 +msgid "Basic configuration" +msgstr "Basic configuration" + +#: ../../godmode/setup/gis_step_2.php:168 +msgid "Open Street Maps" +msgstr "Open Street Maps" + +#: ../../godmode/setup/gis_step_2.php:169 +msgid "Google Maps" +msgstr "Google Maps" + +#: ../../godmode/setup/gis_step_2.php:170 +msgid "Static Image" +msgstr "Static Image" + +#: ../../godmode/setup/gis_step_2.php:172 +msgid "Please select the connection type" +msgstr "Please select the connection type" + +#: ../../godmode/setup/gis_step_2.php:174 +msgid "Map connection type" +msgstr "Map connection type" + +#: ../../godmode/setup/gis_step_2.php:210 +msgid "Tile Server URL" +msgstr "Tile Server URL" + +#: ../../godmode/setup/gis_step_2.php:216 +msgid "Google Physical" +msgstr "Google Physical" + +#: ../../godmode/setup/gis_step_2.php:217 +msgid "Google Hybrid" +msgstr "Google Hybrid" + +#: ../../godmode/setup/gis_step_2.php:218 +msgid "Google Satelite" +msgstr "Google Satelite" + +#: ../../godmode/setup/gis_step_2.php:222 +msgid "Google Map Type" +msgstr "Google Map Type" + +#: ../../godmode/setup/gis_step_2.php:226 +msgid "Google Maps Key" +msgstr "Google Maps Key" + +#: ../../godmode/setup/gis_step_2.php:235 +msgid "Image URL" +msgstr "Image URL" + +#: ../../godmode/setup/gis_step_2.php:239 +msgid "Corners of the area of the image" +msgstr "Corners of the area of the image" + +#: ../../godmode/setup/gis_step_2.php:242 +msgid "Left" +msgstr "Left" + +#: ../../godmode/setup/gis_step_2.php:244 +msgid "Bottom" +msgstr "Bottom" + +#: ../../godmode/setup/gis_step_2.php:248 +msgid "Right" +msgstr "Right" + +#: ../../godmode/setup/gis_step_2.php:250 +msgid "Top" +msgstr "Top" + +#: ../../godmode/setup/gis_step_2.php:254 +msgid "Image Size" +msgstr "Image Size" + +#: ../../godmode/setup/gis_step_2.php:259 +#: ../../godmode/events/event_responses.editor.php:106 +#: ../../godmode/reporting/visual_console_builder.wizard.php:137 +#: ../../godmode/reporting/graph_builder.main.php:141 +msgid "Height" +msgstr "Height" + +#: ../../godmode/setup/gis_step_2.php:279 +msgid "" +"Preview to select the center of the map and the default position of an agent " +"without gis data" +msgstr "" +"Previes to select the center of the map and the default position for an " +"agent without GIS data." + +#: ../../godmode/setup/gis_step_2.php:280 +msgid "Load preview map" +msgstr "Load preview map" + +#: ../../godmode/setup/gis_step_2.php:289 +msgid "Map Center" +msgstr "Map Centre" + +#: ../../godmode/setup/gis_step_2.php:289 +msgid "Position to center the map when the map is opened" +msgstr "Position to centre the map when the map is opened" + +#: ../../godmode/setup/gis_step_2.php:290 +msgid "Default position for agents without GIS data" +msgstr "Default position for agents without GIS data" + +#: ../../godmode/setup/gis_step_2.php:292 +msgid "Change in the map" +msgstr "Change on the map" + +#: ../../godmode/setup/gis_step_2.php:292 +msgid "This selects what to change by clicking on the map" +msgstr "This selects what to change by clicking on the map" + +#: ../../godmode/setup/gis_step_2.php:353 +#: ../../godmode/setup/gis_step_2.php:446 +msgid "Center" +msgstr "Centre" + +#: ../../godmode/setup/gis_step_2.php:413 +msgid "Refresh preview map" +msgstr "Refresh preview map" + +#: ../../godmode/setup/setup_visuals.php:76 +msgid "This interval will affect to Visual Console pages" +msgstr "This interval will affect Visual Console pages" + +#: ../../godmode/setup/setup_visuals.php:80 +msgid "Paginated module view" +msgstr "Paginated module view" + +#: ../../godmode/setup/setup_visuals.php:104 +msgid "Click to display lateral menus" +msgstr "Click to display lateral menus" + +#: ../../godmode/setup/setup_visuals.php:105 +msgid "" +"When enabled, the lateral menus are shown when left clicking them, instead " +"of hovering over them" +msgstr "" +"When enabled, the lateral menus are shown when left-clicked, not by hovering " +"over them." + +#: ../../godmode/setup/setup_visuals.php:121 +msgid "Space between items in Service maps" +msgstr "Space between items in Service maps" + +#: ../../godmode/setup/setup_visuals.php:127 +msgid "Text menu options always visible, don't hide" +msgstr "Text menu options always visible" + +#: ../../godmode/setup/setup_visuals.php:138 +msgid "Behaviour configuration" +msgstr "Behaviour configuration" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Colors" +msgstr "Colours" + +#: ../../godmode/setup/setup_visuals.php:160 +msgid "Faces" +msgstr "Faces" + +#: ../../godmode/setup/setup_visuals.php:161 +msgid "Colors and text" +msgstr "Colours and text" + +#: ../../godmode/setup/setup_visuals.php:169 +msgid "You can place your custom images into the folder images/backgrounds/" +msgstr "You can place custom images in the folder images/backgrounds/" + +#: ../../godmode/setup/setup_visuals.php:188 +msgid "Custom logo (header)" +msgstr "Custom logo (header)" + +#: ../../godmode/setup/setup_visuals.php:207 +msgid "Custom logo (login)" +msgstr "Custom logo (login)" + +#: ../../godmode/setup/setup_visuals.php:224 +msgid "Disable logo in graphs" +msgstr "Disable logo in graphs" + +#: ../../godmode/setup/setup_visuals.php:259 +msgid "Style configuration" +msgstr "Style configuration" + +#: ../../godmode/setup/setup_visuals.php:275 +msgid "" +"This enabling this, you get a label with agent name in GIS maps. If you have " +"lots of agents in the map, will be unreadable. Disabled by default." +msgstr "" +"Enabling this shows a label with the agent name on the GIS maps. If you have " +"a lot of agents on the map, it will be unreadable. Disabled by default." + +#: ../../godmode/setup/setup_visuals.php:287 +msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" +msgstr "Agent icon for GIS Maps. If set to \"none\", group icon will be used" + +#: ../../godmode/setup/setup_visuals.php:296 +msgid "GIS configuration" +msgstr "GIS configuration" + +#: ../../godmode/setup/setup_visuals.php:342 +msgid "" +"When the agent name have a lot of characters, in some places in Pandora " +"Console it is necesary truncate to N characters." +msgstr "" +"When the agent name has a lot of characters, it is needed to truncate it " +"into N characters in some sections in Pandora Console." + +#: ../../godmode/setup/setup_visuals.php:343 +#: ../../godmode/setup/setup_visuals.php:351 +msgid "Small:" +msgstr "Small:" + +#: ../../godmode/setup/setup_visuals.php:345 +#: ../../godmode/setup/setup_visuals.php:353 +msgid "Normal:" +msgstr "Normal:" + +#: ../../godmode/setup/setup_visuals.php:350 +msgid "" +"When the module name have a lot of characters, in some places in Pandora " +"Console it is necesary truncate to N characters." +msgstr "" +"When the module name has a lot of characters, it is necessary to truncate it " +"into N characters in some sections in Pandora Console." + +#: ../../godmode/setup/setup_visuals.php:357 +msgid "" +"When the description name have a lot of characters, in some places in " +"Pandora Console it is necesary truncate to N characters." +msgstr "" +"If the description name has a lot of characters, in some places in Pandora " +"Console it is necessary to truncate it to N characters." + +#: ../../godmode/setup/setup_visuals.php:362 +msgid "" +"When the item title name have a lot of characters, in some places in Pandora " +"Console it is necesary truncate to N characters." +msgstr "" +"When the item title name has a lot of characters, it is needed to truncate " +"it into N characters in some sections in Pandora Console." + +#: ../../godmode/setup/setup_visuals.php:367 +msgid "Show unit along with value in reports" +msgstr "Show unit along with value in reports" + +#: ../../godmode/setup/setup_visuals.php:368 +msgid "This enabling this, max, min and avg values will be shown with units." +msgstr "When enabled, max, min and avg values are shown with units" + +#: ../../godmode/setup/setup_visuals.php:376 +msgid "Font and Text configuration" +msgstr "Font and text settings" + +#: ../../godmode/setup/setup_visuals.php:431 +msgid "Graph resolution (1-low, 5-high)" +msgstr "Graph resolution (1-low, 5-high)" + +#: ../../godmode/setup/setup_visuals.php:445 +msgid "" +"Number of decimals shown in reports. It must be a number between 0 and 5" +msgstr "" +"Number of decimals shown in reports. It must be a number between 0 and 5" + +#: ../../godmode/setup/setup_visuals.php:470 +msgid "The data number of the module graphs will be rounded and shortened" +msgstr "The numeric data of module graphs will be rounded out and shortened." + +#: ../../godmode/setup/setup_visuals.php:480 +msgid "Type of module charts" +msgstr "Type of module charts" + +#: ../../godmode/setup/setup_visuals.php:489 +msgid "Type of interface charts" +msgstr "Type of interface charts" + +#: ../../godmode/setup/setup_visuals.php:498 +msgid "Show only average" +msgstr "Show only average" + +#: ../../godmode/setup/setup_visuals.php:499 +msgid "Hide Max and Min values in graphs" +msgstr "Hide Max and Min values in graphs" + +#: ../../godmode/setup/setup_visuals.php:506 +#: ../../godmode/reporting/visual_console_builder.wizard.php:218 +msgid "Percentile" +msgstr "Percentile" + +#: ../../godmode/setup/setup_visuals.php:507 +msgid "Show percentile 95 in graphs" +msgstr "Show percentile 95 in graphs" + +#: ../../godmode/setup/setup_visuals.php:512 +msgid "Charts configuration" +msgstr "Chart settings" + +#: ../../godmode/setup/setup_visuals.php:528 +msgid "" +"This interval will affect to the lines between elements on the Visual Console" +msgstr "" +"This interval will affect to the lines between elements on the Visual Console" + +#: ../../godmode/setup/setup_visuals.php:533 +msgid "Show report info with description" +msgstr "Show report info with description" + +#: ../../godmode/setup/setup_visuals.php:535 +msgid "" +"Custom report description info. It will be applied to all reports and " +"templates by default." +msgstr "" +"Custom report description info. Applied to all reports and templates by " +"default." + +#: ../../godmode/setup/setup_visuals.php:543 +msgid "Custom report front page" +msgstr "Front page for custom reports" + +#: ../../godmode/setup/setup_visuals.php:545 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" +"It's the custom report's front page. It'll be applied to all reports and " +"templates by default." + +#: ../../godmode/setup/setup_visuals.php:576 +msgid "" +"The dir of custom logos is in your www Pandora Console in " +"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool " +"in console." +msgstr "" +"The directory for custom logos can be found on the Pandora Console under " +"\"images/custom_logo\". You can upload more files (ONLY IN JPEG) using the " +"console's upload tool." + +#: ../../godmode/setup/setup_visuals.php:614 +msgid "Show QR Code icon in the header" +msgstr "Display the QR Code's icon on the header" + +#: ../../godmode/setup/setup_visuals.php:626 +msgid "Custom directory where the graphviz binaries are stored." +msgstr "Custom directory in which graphviz binaries are stored." + +#: ../../godmode/setup/setup_visuals.php:639 +msgid "Show only the group name" +msgstr "Show only the group's name" + +#: ../../godmode/setup/setup_visuals.php:652 +msgid "Example" +msgstr "Example" + +#: ../../godmode/setup/setup_visuals.php:665 +msgid "Comparation in rollover" +msgstr "Rollover comparison" + +#: ../../godmode/setup/setup_visuals.php:667 +msgid "Timestamp in rollover" +msgstr "Timestamp in rollover" + +#: ../../godmode/setup/setup_visuals.php:675 +msgid "Custom values post process" +msgstr "Custom value post processing" + +#: ../../godmode/setup/setup_visuals.php:689 +msgid "Delete custom values" +msgstr "Delete custom values" + +#: ../../godmode/setup/setup_visuals.php:709 +msgid "Interval values" +msgstr "Interval values" + +#: ../../godmode/setup/setup_visuals.php:717 +msgid "Add new custom value to intervals" +msgstr "Add new custom value to intervals" + +#: ../../godmode/setup/setup_visuals.php:734 +msgid "Other configuration" +msgstr "Other configuration" + +#: ../../godmode/setup/setup_visuals.php:922 +#: ../../godmode/setup/setup_visuals.php:962 +msgid "Logo preview" +msgstr "Logo preview" + +#: ../../godmode/setup/setup_visuals.php:1002 +msgid "Background preview" +msgstr "Background preview" + +#: ../../godmode/setup/setup_visuals.php:1046 +msgid "Gis icons preview" +msgstr "GIS icon preview" + +#: ../../godmode/setup/setup_visuals.php:1101 +msgid "Status set preview" +msgstr "Status set preview" + +#: ../../godmode/setup/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "There are no operating systems defined" + +#: ../../godmode/setup/os.list.php:81 +msgid "Create OS" +msgstr "Create OS" + +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" +msgstr "Correctly updated the setup options" + +#: ../../godmode/setup/setup_auth.php:50 +msgid "" +"Enable this option if you want to fallback to local authentication when " +"remote (ldap etc...) authentication failed." +msgstr "" +"Please enable this option if you wish to fallback to a local authentication " +"protocol, should remote authentication (LDAP etc,) fails." + +#: ../../godmode/setup/setup_auth.php:129 +msgid "" +"If this option is enabled, the users can use double authentication with " +"their accounts" +msgstr "" +"If this option is enabled, double authentication for user accounts will be " +"available." + +#: ../../godmode/setup/setup_auth.php:141 +msgid "Session timeout (mins)" +msgstr "Session timeout (mins)" + +#: ../../godmode/setup/setup_auth.php:142 +#: ../../godmode/users/configure_user.php:548 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting -" +"1 in this field." +msgstr "" +"This is defined in minutes. If you want a permanent session, introduce -1 in " +"this field." + +#: ../../godmode/setup/setup_auth.php:177 +msgid "Local Pandora FMS" +msgstr "Local Pandora FMS" + +#: ../../godmode/setup/setup_auth.php:177 +msgid "ldap" +msgstr "LDAP" + +#: ../../godmode/setup/os.builder.php:34 +#: ../../godmode/reporting/visual_console_builder.data.php:102 +msgid "Name:" +msgstr "Name:" + +#: ../../godmode/events/event_filter.php:167 +#: ../../godmode/netflow/nf_edit.php:162 +msgid "There are no defined filters" +msgstr "There are no filters set" + +#: ../../godmode/events/custom_events.php:131 +msgid "Show event fields" +msgstr "Show event fields" + +#: ../../godmode/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "Load default event fields" + +#: ../../godmode/events/custom_events.php:133 +msgid "Default event fields will be loaded. Do you want to continue?" +msgstr "Default event fields will be loaded. Continue?" + +#: ../../godmode/events/custom_events.php:181 +msgid "Fields available" +msgstr "Fields available" + +#: ../../godmode/events/custom_events.php:185 +msgid "Add fields to select" +msgstr "Add fields to select" + +#: ../../godmode/events/custom_events.php:189 +msgid "Delete fields to select" +msgstr "Delete fields to select" + +#: ../../godmode/events/custom_events.php:193 +msgid "Fields selected" +msgstr "Fields selected" + +#: ../../godmode/events/event_edit_filter.php:166 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/modules/manage_nc_groups.php:83 +msgid "Not updated. Blank name" +msgstr "Couldn't update. Blank name." + +#: ../../godmode/events/event_edit_filter.php:203 +msgid "Update Filter" +msgstr "Update Filter" + +#: ../../godmode/events/event_edit_filter.php:206 +msgid "Create Filter" +msgstr "Create Filter" + +#: ../../godmode/events/event_edit_filter.php:219 +msgid "Save in group" +msgstr "Save in group" + +#: ../../godmode/events/event_edit_filter.php:220 +msgid "" +"This group will be use to restrict the visibility of this filter with ACLs" +msgstr "" +"This group will be used to restrict visibility for this filter with ACLs." + +#: ../../godmode/events/event_edit_filter.php:286 +msgid "Choose between the users who have validated an event. " +msgstr "Choose among the users who have validated an event. " + +#: ../../godmode/events/event_responses.editor.php:63 +msgid "Edit event responses" +msgstr "Edit event responses" + +#: ../../godmode/events/event_responses.editor.php:93 +msgid "For Command type Modal Window mode is enforced" +msgstr "For Command type Modal Window mode is enforced" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "Modal window" +msgstr "Modal window" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "New window" +msgstr "New window" + +#: ../../godmode/events/events.php:42 +#: ../../godmode/netflow/nf_edit_form.php:55 +msgid "Filter list" +msgstr "Filter list" + +#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:179 +msgid "Filters" +msgstr "Filters" + +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "No responses found" + +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "Create response" + +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "Response added succesfully" + +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "Response cannot be added" + +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "Response successfully updated" + +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "Response cannot be updated" + +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "Response successfully deleted" + +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "Response cannot be deleted" + +#: ../../godmode/massive/massive_add_action_alerts.php:96 +msgid "No alerts selected" +msgstr "No alerts selected" + +#: ../../godmode/massive/massive_add_action_alerts.php:120 +msgid "No actions selected" +msgstr "No actions selected" + +#: ../../godmode/massive/massive_add_action_alerts.php:154 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_edit_agents.php:210 +#: ../../godmode/massive/massive_delete_action_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:138 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_standby_alerts.php:139 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_copy_modules.php:74 +#: ../../godmode/massive/massive_copy_modules.php:185 +#: ../../godmode/massive/massive_edit_modules.php:285 +#: ../../godmode/massive/massive_delete_alerts.php:215 +msgid "Group recursion" +msgstr "Group recursion" + +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_delete_action_alerts.php:158 +msgid "Agents with templates" +msgstr "Agents with templates" + +#: ../../godmode/massive/massive_add_action_alerts.php:168 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_action_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_edit_modules.php:346 +#: ../../godmode/massive/massive_delete_alerts.php:227 +msgid "When select agents" +msgstr "When selecting agents" + +#: ../../godmode/massive/massive_add_action_alerts.php:172 +#: ../../godmode/massive/massive_delete_action_alerts.php:173 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:350 +msgid "Show unknown and not init modules" +msgstr "Show unknown and not init modules" + +#: ../../godmode/massive/massive_add_action_alerts.php:228 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_edit_agents.php:553 +#: ../../godmode/massive/massive_delete_agents.php:163 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_copy_modules.php:424 +#: ../../godmode/massive/massive_edit_modules.php:653 +#: ../../godmode/massive/massive_delete_alerts.php:266 +msgid "" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." +msgstr "" +"Data sending unsuccessful, please contact your administrator or try again " +"with less items." + +#: ../../godmode/massive/massive_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "No alert selected" + +#: ../../godmode/massive/massive_edit_agents.php:97 +msgid "No values changed" +msgstr "No values changed" + +#: ../../godmode/massive/massive_edit_agents.php:126 +msgid "Configuration files deleted successfully" +msgstr "Configuration files deleted successfully" + +#: ../../godmode/massive/massive_edit_agents.php:127 +msgid "Configuration files cannot be deleted" +msgstr "Configuration files cannot be deleted" + +#: ../../godmode/massive/massive_edit_agents.php:185 +msgid "Agents updated successfully" +msgstr "Agents updated successfully" + +#: ../../godmode/massive/massive_edit_agents.php:186 +msgid "Agents cannot be updated" +msgstr "Agents cannot be updated" + +#: ../../godmode/massive/massive_edit_agents.php:225 +#: ../../godmode/massive/massive_delete_agents.php:123 +msgid "Show agents" +msgstr "Show agents" + +#: ../../godmode/massive/massive_edit_agents.php:291 +#: ../../godmode/agentes/agent_manager.php:266 +msgid "Cascade protection" +msgstr "Cascade protection" + +#: ../../godmode/massive/massive_edit_agents.php:294 +#: ../../godmode/massive/massive_edit_agents.php:299 +#: ../../godmode/massive/massive_edit_agents.php:303 +#: ../../godmode/massive/massive_edit_agents.php:307 +#: ../../godmode/massive/massive_edit_agents.php:318 +#: ../../godmode/massive/massive_edit_agents.php:357 +#: ../../godmode/massive/massive_edit_agents.php:363 +#: ../../godmode/massive/massive_edit_agents.php:402 +#: ../../godmode/massive/massive_edit_agents.php:411 +#: ../../godmode/massive/massive_edit_agents.php:418 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:451 +#: ../../godmode/massive/massive_edit_modules.php:466 +#: ../../godmode/massive/massive_edit_modules.php:470 +#: ../../godmode/massive/massive_edit_modules.php:490 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/massive/massive_edit_modules.php:511 +#: ../../godmode/massive/massive_edit_modules.php:524 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:566 +#: ../../godmode/massive/massive_edit_modules.php:572 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/massive/massive_edit_modules.php:603 +msgid "No change" +msgstr "No change" + +#: ../../godmode/massive/massive_edit_agents.php:352 +#: ../../godmode/groups/configure_group.php:178 +#: ../../godmode/agentes/module_manager_editor_common.php:361 +#: ../../godmode/agentes/agent_manager.php:323 +msgid "Custom ID" +msgstr "Custom ID" + +#: ../../godmode/massive/massive_edit_agents.php:356 +#: ../../godmode/agentes/agent_manager.php:327 +msgid "Module definition" +msgstr "Module definition" + +#: ../../godmode/massive/massive_edit_agents.php:358 +#: ../../godmode/agentes/agent_manager.php:329 +msgid "Learning mode" +msgstr "Apprentice mode" + +#: ../../godmode/massive/massive_edit_agents.php:359 +#: ../../godmode/agentes/agent_manager.php:332 +msgid "Normal mode" +msgstr "Normal mode" + +#: ../../godmode/massive/massive_edit_agents.php:365 +#: ../../godmode/agentes/agent_manager.php:343 +msgid "Active" +msgstr "Active" + +#: ../../godmode/massive/massive_edit_agents.php:371 +msgid "Delete available remote configurations" +msgstr "Delete the available remote configurations" + +#: ../../godmode/massive/massive_edit_agents.php:375 +#: ../../godmode/agentes/agent_manager.php:350 +#: ../../godmode/agentes/agent_manager.php:372 +msgid "Not available" +msgstr "Not available" + +#: ../../godmode/massive/massive_edit_agents.php:401 +#: ../../godmode/agentes/agent_manager.php:381 +msgid "Agent icon" +msgstr "Agent icon" + +#: ../../godmode/massive/massive_edit_agents.php:403 +msgid "Without status" +msgstr "Without status" + +#: ../../godmode/massive/massive_edit_agents.php:406 +msgid "Bad" +msgstr "Bad" + +#: ../../godmode/massive/massive_edit_agents.php:410 +#: ../../godmode/agentes/agent_conf_gis.php:78 +#: ../../godmode/agentes/agent_manager.php:410 +msgid "Ignore new GIS data:" +msgstr "Ignore new GIS data:" + +#: ../../godmode/massive/massive_edit_agents.php:417 +#: ../../godmode/agentes/agent_manager.php:425 +msgid "The agent still runs but the alerts and events will be stop" +msgstr "" +"The agent will continue to run, but alerts and events will be stopped" + +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/agentes/agent_manager.php:448 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "This field allows url insertion using the BBCode's url tag" + +#: ../../godmode/massive/massive_edit_agents.php:448 +#: ../../godmode/agentes/agent_manager.php:450 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "The format is: [url='url to navigate']'text to show'[/url]" + +#: ../../godmode/massive/massive_edit_agents.php:450 +#: ../../godmode/agentes/agent_manager.php:452 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" + +#: ../../godmode/massive/massive_delete_action_alerts.php:56 +msgid "Could not be deleted. No agents selected" +msgstr "Could not be deleted. No agents selected" + +#: ../../godmode/massive/massive_delete_action_alerts.php:81 +msgid "Could not be deleted. No alerts selected" +msgstr "Could not be deleted. No alerts selected" + +#: ../../godmode/massive/massive_delete_action_alerts.php:124 +msgid "Could not be deleted. No action selected" +msgstr "Could not be deleted. No action selected" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "Alerts enabled" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Format" +msgstr "Format" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "Disable the selected alerts" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "Enable selected alerts" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "Disabled alerts" + +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "Add alerts in bulk" + +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "Delete alerts in bulk" + +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "Add alert actions in bulk" + +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "Delete alert actions in bulk" + +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "Enable/disable alerts in bulk" + +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "Set alerts standby in bulk" + +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "Edit agents in bulk" + +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "Delete agents in bulk" + +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "Add profiles in bulk" + +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "Delete profiles in bulk" + +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "Delete modules in bulk" + +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "Edit modules in bulk" + +#: ../../godmode/massive/massive_operations.php:59 +msgid "Bulk module copy" +msgstr "Copy modules in bulk" + +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk plugin edit" +msgstr "Edit plugins in bulk" + +#: ../../godmode/massive/massive_operations.php:215 +msgid "Massive operations" +msgstr "Massive operations" + +#: ../../godmode/massive/massive_operations.php:223 +msgid "" +"In order to perform massive operations, PHP needs a correct configuration in " +"timeout parameters. Please, open your PHP configuration file (php.ini) for " +"example: sudo vi /etc/php5/apache2/php.ini;
                And set your timeout " +"parameters to a correct value:
                max_execution_time = 0 and " +"max_input_time = -1" +msgstr "" +"In order to perform massive operations PHP needs to be have timeout " +"parameters set correctly. Please open the PHP configuration file (php.ini) " +"for example: sudo vi /etc/php5/apache2/php.ini;
                And set the " +"timeout parameters to the correct value:
                max_execution_time = 0 " +"and max_input_time = -1" + +#: ../../godmode/massive/massive_operations.php:239 +msgid "Please wait..." +msgstr "Please wait..." + +#: ../../godmode/massive/massive_operations.php:276 +msgid "The blank fields will not be updated" +msgstr "Fields left blank will not be updated" + +#: ../../godmode/massive/massive_edit_plugins.php:151 +msgid "Error retrieving the plugin macros" +msgstr "Error retrieving plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:158 +msgid "Error retrieving the modified macros" +msgstr "Error retrieving modified macros" + +#: ../../godmode/massive/massive_edit_plugins.php:172 +msgid "Error retrieving the module plugin macros" +msgstr "Error retrieving module plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:190 +msgid "Error retrieving the module plugin macros data" +msgstr "Error retrieving data from module plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:224 +msgid "Error building the new macros" +msgstr "Error creating new macros" + +#: ../../godmode/massive/massive_edit_plugins.php:253 +#, php-format +msgid "%d modules updated" +msgstr "%d modules updated" + +#: ../../godmode/massive/massive_edit_plugins.php:272 +msgid "There are not registered plugins" +msgstr "There are no registered plugins" + +#: ../../godmode/massive/massive_edit_plugins.php:421 +msgid "Invalid plugin data" +msgstr "Invalid plugin data" + +#: ../../godmode/massive/massive_edit_plugins.php:528 +msgid "Clear" +msgstr "Clear" + +#: ../../godmode/massive/massive_edit_plugins.php:556 +msgid "Invalid macros array" +msgstr "Invalid array of macros" + +#: ../../godmode/massive/massive_edit_plugins.php:581 +msgid "Multiple values" +msgstr "Multiple values" + +#: ../../godmode/massive/massive_edit_plugins.php:613 +#: ../../godmode/massive/massive_edit_plugins.php:750 +#: ../../godmode/massive/massive_edit_plugins.php:766 +msgid "Invalid agents array" +msgstr "Invalid array of agents" + +#: ../../godmode/massive/massive_edit_plugins.php:629 +msgid "Invalid agent element" +msgstr "Invalid agent item" + +#: ../../godmode/massive/massive_edit_plugins.php:640 +msgid "Invalid modules array" +msgstr "Invalid array of modules" + +#: ../../godmode/massive/massive_edit_plugins.php:668 +msgid "Invalid module element" +msgstr "Invalid module item" + +#: ../../godmode/massive/massive_edit_plugins.php:876 +msgid "There are no modules using this plugin" +msgstr "There are no modules using this plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:955 +msgid "There was a problem loading the module plugin macros data" +msgstr "There was a problem loading the data from the module plugin macros" + +#: ../../godmode/massive/massive_delete_agents.php:57 +#, php-format +msgid "" +"There was an error deleting the agent, the operation has been cancelled " +"Could not delete agent %s" +msgstr "" +"There was an error deleting the agent. The operation has been cancelled, " +"could not delete agent %s" + +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "Successfully deleted (%s)" + +#: ../../godmode/massive/massive_standby_alerts.php:154 +msgid "Not standby alerts" +msgstr "Not standby alerts" + +#: ../../godmode/massive/massive_standby_alerts.php:165 +#: ../../godmode/massive/massive_standby_alerts.php:169 +msgid "Set standby selected alerts" +msgstr "Set selected alerts to standby" + +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Standby alerts" +msgstr "Standby alerts" + +#: ../../godmode/massive/massive_delete_modules.php:56 +msgid "No module selected" +msgstr "No module selected" + +#: ../../godmode/massive/massive_delete_modules.php:230 +msgid "" +"There was an error deleting the modules, the operation has been cancelled" +msgstr "" +"There was an error deleting the selected modules. The operation has been " +"cancelled." + +#: ../../godmode/massive/massive_delete_modules.php:396 +#: ../../godmode/massive/massive_edit_modules.php:239 +msgid "Selection mode" +msgstr "Selection mode" + +#: ../../godmode/massive/massive_delete_modules.php:397 +#: ../../godmode/massive/massive_edit_modules.php:240 +msgid "Select modules first " +msgstr "Select modules first " + +#: ../../godmode/massive/massive_delete_modules.php:399 +#: ../../godmode/massive/massive_edit_modules.php:242 +msgid "Select agents first " +msgstr "Select agents first " + +#: ../../godmode/massive/massive_delete_modules.php:405 +#: ../../godmode/massive/massive_edit_modules.php:249 +msgid "Module type" +msgstr "Module type" + +#: ../../godmode/massive/massive_delete_modules.php:414 +#: ../../godmode/massive/massive_edit_modules.php:258 +msgid "Select all modules of this type" +msgstr "Select all modules of the same type" + +#: ../../godmode/massive/massive_delete_modules.php:435 +#: ../../godmode/massive/massive_edit_modules.php:279 +msgid "Agent group" +msgstr "Agent group" + +#: ../../godmode/massive/massive_delete_modules.php:443 +#: ../../godmode/massive/massive_edit_modules.php:287 +msgid "Select all modules of this group" +msgstr "Select all modules from this group" + +#: ../../godmode/massive/massive_delete_modules.php:464 +#: ../../godmode/massive/massive_edit_modules.php:293 +msgid "Module Status" +msgstr "Module Status" + +#: ../../godmode/massive/massive_delete_modules.php:483 +#: ../../godmode/massive/massive_edit_modules.php:311 +msgid "When select modules" +msgstr "When selecting modules" + +#: ../../godmode/massive/massive_delete_modules.php:486 +#: ../../godmode/massive/massive_edit_modules.php:314 +msgid "Show common agents" +msgstr "Show common agents" + +#: ../../godmode/massive/massive_delete_modules.php:487 +#: ../../godmode/massive/massive_edit_modules.php:315 +msgid "Show all agents" +msgstr "Show all agents" + +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "Copy modules" + +#: ../../godmode/massive/massive_copy_modules.php:141 +msgid "Copy alerts" +msgstr "Copy alerts" + +#: ../../godmode/massive/massive_copy_modules.php:150 +msgid "No modules for this agent" +msgstr "No modules for this agent" + +#: ../../godmode/massive/massive_copy_modules.php:159 +msgid "No alerts for this agent" +msgstr "No alerts for this agent" + +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "Targets" + +#: ../../godmode/massive/massive_copy_modules.php:217 +msgid "To agent(s)" +msgstr "To agent(s)" + +#: ../../godmode/massive/massive_copy_modules.php:442 +msgid "No operation selected" +msgstr "No operation selected" + +#: ../../godmode/massive/massive_delete_profiles.php:61 +msgid "Not deleted. You must select an existing user" +msgstr "Could not be deleted. An existing user must be chosen." + +#: ../../godmode/massive/massive_delete_profiles.php:87 +msgid "Profiles deleted successfully" +msgstr "Profiles deleted successfully" + +#: ../../godmode/massive/massive_delete_profiles.php:88 +msgid "Profiles cannot be deleted" +msgstr "Profiles cannot be deleted" + +#: ../../godmode/massive/massive_edit_modules.php:324 +msgid "Agent Status" +msgstr "Agent Status" + +#: ../../godmode/massive/massive_edit_modules.php:357 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +msgid "Dynamic Interval" +msgstr "Dynamic Interval" + +#: ../../godmode/massive/massive_edit_modules.php:359 +msgid "Dynamic Min." +msgstr "Dynamic Min." + +#: ../../godmode/massive/massive_edit_modules.php:362 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +msgid "Dynamic Max." +msgstr "Dynamic Max." + +#: ../../godmode/massive/massive_edit_modules.php:365 +#: ../../godmode/modules/manage_network_components_form_common.php:115 +msgid "Dynamic Two Tailed: " +msgstr "Dynamic Two Tailed: " + +#: ../../godmode/massive/massive_edit_modules.php:400 +#: ../../godmode/massive/massive_edit_modules.php:446 +#: ../../godmode/modules/manage_network_components_form_common.php:128 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +#: ../../godmode/agentes/module_manager_editor_common.php:292 +#: ../../godmode/agentes/module_manager_editor_common.php:314 +msgid "Inverse interval" +msgstr "Inverse interval" + +#: ../../godmode/massive/massive_edit_modules.php:479 +msgid "SMNP community" +msgstr "SMNP community" + +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/agentes/module_manager_editor_network.php:86 +msgid "Force primary key" +msgstr "Force primary key" + +#: ../../godmode/massive/massive_edit_modules.php:494 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356 +#: ../../godmode/agentes/module_manager_editor_network.php:132 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717 +msgid "SNMP version" +msgstr "SNMP version" + +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:505 +#: ../../godmode/agentes/module_manager_editor_network.php:219 +#: ../../godmode/agentes/module_manager_editor_network.php:229 +msgid "The pass length must be eight character minimum." +msgstr "The pass length must be eight character minimum." + +#: ../../godmode/massive/massive_edit_modules.php:526 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +msgid "Username" +msgstr "Username" + +#: ../../godmode/massive/massive_edit_modules.php:532 +#: ../../godmode/agentes/module_manager_editor_common.php:427 +msgid "Export target" +msgstr "Export target" + +#: ../../godmode/massive/massive_edit_modules.php:543 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +#: ../../godmode/agentes/module_manager_editor_common.php:318 +msgid "FF threshold" +msgstr "FF threshold" + +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/massive/massive_edit_modules.php:547 +#: ../../godmode/modules/manage_network_components_form_common.php:153 +#: ../../godmode/agentes/module_manager_editor_common.php:324 +msgid "Each state changing" +msgstr "Change each status" + +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/massive/massive_edit_modules.php:546 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +#: ../../godmode/agentes/module_manager_editor_common.php:321 +msgid "All state changing" +msgstr "Change all statuses" + +#: ../../godmode/massive/massive_edit_modules.php:548 +#: ../../godmode/modules/manage_network_components_form_common.php:154 +#: ../../godmode/agentes/module_manager_editor_common.php:325 +msgid "To normal" +msgstr "To 'normal'" + +#: ../../godmode/massive/massive_edit_modules.php:549 +#: ../../godmode/modules/manage_network_components_form_common.php:156 +#: ../../godmode/agentes/module_manager_editor_common.php:328 +msgid "To warning" +msgstr "To 'warning'" + +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/modules/manage_network_components_form_common.php:158 +#: ../../godmode/agentes/module_manager_editor_common.php:331 +msgid "To critical" +msgstr "To 'critical'" + +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/agentes/module_manager_editor_common.php:456 +msgid "FF interval" +msgstr "FF interval" + +#: ../../godmode/massive/massive_edit_modules.php:553 +#: ../../godmode/agentes/module_manager_editor_common.php:459 +msgid "Module execution flip flop time interval (in secs)." +msgstr "Module execution flip flop time interval (in secs)." + +#: ../../godmode/massive/massive_edit_modules.php:554 +#: ../../godmode/agentes/module_manager_editor_common.php:462 +msgid "FF timeout" +msgstr "FlipFlop timeout" + +#: ../../godmode/massive/massive_edit_modules.php:555 +#: ../../godmode/agentes/module_manager_editor_common.php:468 +msgid "" +"Timeout in secs from start of flip flop counting. If this value is exceeded, " +"FF counter is reset. Set to 0 for no timeout." +msgstr "" +"Timeout in seconds to the start of flip flop counting. If this value is " +"exceeded, the FF counter is reset. Please set it to '0' for no timeout." + +#: ../../godmode/massive/massive_edit_modules.php:565 +#: ../../godmode/modules/manage_network_components_form_common.php:190 +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "Category" +msgstr "Category" + +#: ../../godmode/massive/massive_edit_modules.php:571 +msgid "Policy linking status" +msgstr "Policy linking status" + +#: ../../godmode/massive/massive_edit_modules.php:571 +msgid "This field only has sense in modules adopted by a policy." +msgstr "This field only makes sense in modules adopted by a policy" + +#: ../../godmode/massive/massive_edit_modules.php:572 +msgid "Linked" +msgstr "Linked" + +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:171 +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "Discard unknown events" +msgstr "Discard unknown events" + +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +#: ../../godmode/agentes/module_manager_editor_common.php:572 +msgid "Critical instructions" +msgstr "Critical instructions" + +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +#: ../../godmode/agentes/module_manager_editor_common.php:573 +msgid "Instructions when the status is critical" +msgstr "Instructions when status is critical" + +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +#: ../../godmode/agentes/module_manager_editor_common.php:578 +msgid "Warning instructions" +msgstr "Warning instructions" + +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +msgid "Instructions when the status is warning" +msgstr "Instructions when warning status is active" + +#: ../../godmode/massive/massive_edit_modules.php:597 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Unknown instructions" +msgstr "Unknown instructions" + +#: ../../godmode/massive/massive_edit_modules.php:597 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Instructions when the status is unknown" +msgstr "Instructions when status is unknown" + +#: ../../godmode/massive/massive_edit_modules.php:602 +msgid "The module still store data but the alerts and events will be stop" +msgstr "" +"The module will still store data, but alerts and events will be stopped." + +#: ../../godmode/massive/massive_edit_modules.php:606 +#: ../../godmode/agentes/module_manager_editor_common.php:621 +msgid "Timeout" +msgstr "Timeout" + +#: ../../godmode/massive/massive_edit_modules.php:610 +#: ../../godmode/agentes/module_manager_editor_common.php:622 +msgid "Seconds that agent will wait for the execution of the module." +msgstr "Seconds that the agent will wait for the module to run." + +#: ../../godmode/massive/massive_delete_tags.php:107 +msgid "No tag selected" +msgstr "No tag selected" + +#: ../../godmode/massive/massive_add_tags.php:43 +msgid "No tags selected" +msgstr "No tags selected" + +#: ../../godmode/massive/massive_add_profiles.php:72 +msgid "Profiles added successfully" +msgstr "Successfully added profiles" + +#: ../../godmode/massive/massive_add_profiles.php:73 +msgid "Profiles cannot be added" +msgstr "Profiles cannot be added" + +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/profile_list.php:45 +#: ../../godmode/users/profile_list.php:53 +#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 +msgid "User management" +msgstr "User management" + +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/profile_list.php:53 +msgid "Profiles defined in Pandora" +msgstr "Profiles defined on Pandora" + +#: ../../godmode/users/configure_profile.php:113 +msgid "Create profile" +msgstr "Create profile" + +#: ../../godmode/users/configure_profile.php:119 +msgid "There was a problem loading profile" +msgstr "There was a problem loading the profile" + +#: ../../godmode/users/configure_profile.php:219 +msgid "Update profile" +msgstr "Update profile" + +#: ../../godmode/users/configure_profile.php:229 +msgid "Update Profile" +msgstr "Update Profile" + +#: ../../godmode/users/configure_profile.php:231 +msgid "Create Profile" +msgstr "Create Profile" + +#: ../../godmode/users/configure_profile.php:249 +msgid "View agents" +msgstr "View agents" + +#: ../../godmode/users/configure_profile.php:253 +msgid "Disable agents" +msgstr "Disable agents" + +#: ../../godmode/users/configure_profile.php:257 +msgid "Edit agents" +msgstr "Edit agents" + +#: ../../godmode/users/configure_profile.php:264 +msgid "Edit alerts" +msgstr "Edit alerts" + +#: ../../godmode/users/configure_profile.php:279 +msgid "Edit events" +msgstr "Edit events" + +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "View reports" + +#: ../../godmode/users/configure_profile.php:294 +msgid "Edit reports" +msgstr "Edit reports" + +#: ../../godmode/users/configure_profile.php:298 +msgid "Manage reports" +msgstr "Manage reports" + +#: ../../godmode/users/configure_profile.php:305 +msgid "View network maps" +msgstr "View network maps" + +#: ../../godmode/users/configure_profile.php:309 +msgid "Edit network maps" +msgstr "Edit network maps" + +#: ../../godmode/users/configure_profile.php:313 +msgid "Manage network maps" +msgstr "Manage network maps" + +#: ../../godmode/users/configure_profile.php:324 +msgid "Edit visual console" +msgstr "Edit visual console" + +#: ../../godmode/users/configure_profile.php:335 +msgid "View incidents" +msgstr "View incidents" + +#: ../../godmode/users/configure_profile.php:339 +msgid "Edit incidents" +msgstr "Edit incidents" + +#: ../../godmode/users/configure_profile.php:343 +msgid "Manage incidents" +msgstr "Manage incidents" + +#: ../../godmode/users/configure_profile.php:350 +msgid "Manage users" +msgstr "Manage users" + +#: ../../godmode/users/configure_profile.php:357 +msgid "Manage database" +msgstr "Manage database" + +#: ../../godmode/users/configure_profile.php:364 +msgid "Pandora management" +msgstr "Pandora management" + +#: ../../godmode/users/configure_user.php:145 +#: ../../godmode/users/user_list.php:492 +msgid "" +"The current authentication scheme doesn't support creating users from " +"Pandora FMS" +msgstr "" +"The current authentication scheme doesn't support creating users on Pandora " +"FMS" + +#: ../../godmode/users/configure_user.php:182 +msgid "User ID cannot be empty" +msgstr "User ID field cannot be empty" + +#: ../../godmode/users/configure_user.php:189 +msgid "Passwords cannot be empty" +msgstr "Password field cannot be empty" + +#: ../../godmode/users/configure_user.php:196 +msgid "Passwords didn't match" +msgstr "Provided passwords do not match" + +#: ../../godmode/users/configure_user.php:245 +msgid "" +"Strict ACL is not recommended for admin users because performance could be " +"affected." +msgstr "" +"A strict ACL isn't recommended for admin users because it could affect " +"overall performance" + +#: ../../godmode/users/configure_user.php:304 +#: ../../godmode/users/configure_user.php:314 +#: ../../godmode/users/configure_user.php:342 +#: ../../godmode/users/configure_user.php:348 +#: ../../godmode/users/configure_user.php:376 +msgid "Error updating user info (no change?)" +msgstr "Error updating user info (no change?)" + +#: ../../godmode/users/configure_user.php:318 +msgid "Passwords does not match" +msgstr "Passwords don't match" + +#: ../../godmode/users/configure_user.php:366 +msgid "" +"Strict ACL is not recommended for this user. Performance could be affected." +msgstr "" +"A strict ACL is not recommended for this user. Performance could be affected." + +#: ../../godmode/users/configure_user.php:398 +msgid "Profile added successfully" +msgstr "Profile added successfully" + +#: ../../godmode/users/configure_user.php:399 +msgid "Profile cannot be added" +msgstr "Profile could not be added" + +#: ../../godmode/users/configure_user.php:425 +msgid "Update User" +msgstr "Update User" + +#: ../../godmode/users/configure_user.php:428 +msgid "Create User" +msgstr "Create User" + +#: ../../godmode/users/configure_user.php:464 +msgid "Global Profile" +msgstr "Global Profile" + +#: ../../godmode/users/configure_user.php:469 +msgid "" +"This user has permissions to manage all. An admin user should not requiere " +"additional group permissions, except for using Enterprise ACL." +msgstr "" +"This user has management permissions over everything. An admin user should " +"not require additional group permissions, except when using the Enterprise " +"ACL." + +#: ../../godmode/users/configure_user.php:474 +msgid "" +"This user has separated permissions to view data in his group agents, create " +"incidents belong to his groups, add notes in another incidents, create " +"personal assignments or reviews and other tasks, on different profiles" +msgstr "" +"This user has separated permissions to view data in his group agents, create " +"incidents belong to his groups, add notes in another incidents, create " +"personal assignments or reviews and other tasks, on different profiles" + +#: ../../godmode/users/configure_user.php:516 +msgid "Use global conf" +msgstr "Use global conf" + +#: ../../godmode/users/configure_user.php:531 +msgid "Metaconsole access" +msgstr "Metaconsole access" + +#: ../../godmode/users/configure_user.php:539 +msgid "Not Login" +msgstr "Not Login" + +#: ../../godmode/users/configure_user.php:540 +msgid "The user with not login set only can access to API." +msgstr "The user with not login set only can access to API." + +#: ../../godmode/users/configure_user.php:543 +msgid "Strict ACL" +msgstr "Strict ACL" + +#: ../../godmode/users/configure_user.php:544 +msgid "" +"With this option enabled, the user will can access to accurate information. " +"It is not recommended for admin users because performance could be affected" +msgstr "" +"With this option enabled, the user will be able to access accurate " +"information. Not recommended for admin users because it can affect " +"performance." + +#: ../../godmode/users/configure_user.php:547 +msgid "Session Time" +msgstr "Session Time" + +#: ../../godmode/users/configure_user.php:554 +msgid "Enable agents managment" +msgstr "Enable agent management" + +#: ../../godmode/users/configure_user.php:561 +msgid "Assigned node" +msgstr "Assigned node" + +#: ../../godmode/users/configure_user.php:561 +msgid "Server where the agents created of this user will be placed" +msgstr "Server in which the agents created by this user will be placed" + +#: ../../godmode/users/configure_user.php:573 +msgid "Enable node access" +msgstr "Enable node access" + +#: ../../godmode/users/configure_user.php:573 +msgid "With this option enabled, the user will can access to nodes console" +msgstr "" +"With this option enabled, the user will be able to access the node console" + +#: ../../godmode/users/profile_list.php:80 +msgid "" +"Unsucessful delete profile. Because the profile is used by some admin users." +msgstr "" +"Unsucessful delete profile. Because the profile is used by some admin users." + +#: ../../godmode/users/profile_list.php:88 +#: ../../godmode/users/user_list.php:189 +msgid "There was a problem deleting the profile" +msgstr "There was a problem deleting the profile" + +#: ../../godmode/users/profile_list.php:226 +msgid "There was a problem updating this profile" +msgstr "There was a problem updating this profile" + +#: ../../godmode/users/profile_list.php:230 +msgid "Profile name cannot be empty" +msgstr "Profile name cannot be empty" + +#: ../../godmode/users/profile_list.php:282 +#: ../../godmode/users/profile_list.php:286 +msgid "There was a problem creating this profile" +msgstr "There was a problem creating this profile" + +#: ../../godmode/users/profile_list.php:304 +msgid "System incidents reading" +msgstr "Read system incidents" + +#: ../../godmode/users/profile_list.php:305 +msgid "System incidents writing" +msgstr "Write system incidents" + +#: ../../godmode/users/profile_list.php:306 +msgid "System incidents management" +msgstr "Manage system incidents" + +#: ../../godmode/users/profile_list.php:307 +msgid "Agents reading" +msgstr "Read agents" + +#: ../../godmode/users/profile_list.php:309 +msgid "Agents disable" +msgstr "Disable agents" + +#: ../../godmode/users/profile_list.php:310 +msgid "Alerts editing" +msgstr "Edit alerts" + +#: ../../godmode/users/profile_list.php:311 +msgid "Alerts management" +msgstr "Manage alerts" + +#: ../../godmode/users/profile_list.php:313 +msgid "Database management" +msgstr "Database management" + +#: ../../godmode/users/profile_list.php:314 +msgid "Events reading" +msgstr "Read events" + +#: ../../godmode/users/profile_list.php:315 +msgid "Events writing" +msgstr "Write events" + +#: ../../godmode/users/profile_list.php:316 +msgid "Events management" +msgstr "Manage events" + +#: ../../godmode/users/profile_list.php:317 +msgid "Reports reading" +msgstr "Read reports" + +#: ../../godmode/users/profile_list.php:318 +msgid "Reports writing" +msgstr "Write reports" + +#: ../../godmode/users/profile_list.php:319 +msgid "Reports management" +msgstr "Manage reports" + +#: ../../godmode/users/profile_list.php:320 +msgid "Network maps reading" +msgstr "Read network maps" + +#: ../../godmode/users/profile_list.php:321 +msgid "Network maps writing" +msgstr "Write network maps" + +#: ../../godmode/users/profile_list.php:322 +msgid "Network maps management" +msgstr "Manage network maps" + +#: ../../godmode/users/profile_list.php:323 +msgid "Visual console reading" +msgstr "Read visual console" + +#: ../../godmode/users/profile_list.php:324 +msgid "Visual console writing" +msgstr "Write visual console" + +#: ../../godmode/users/profile_list.php:325 +msgid "Visual console management" +msgstr "Manage visual console" + +#: ../../godmode/users/profile_list.php:326 +msgid "Systems management" +msgstr "Systems management" + +#: ../../godmode/users/profile_list.php:398 +msgid "There are no defined profiles" +msgstr "There are no defined profiles" + +#: ../../godmode/users/user_list.php:121 +msgid "Users defined in Pandora" +msgstr "Users defined on Pandora" + +#: ../../godmode/users/user_list.php:143 +#, php-format +msgid "Deleted user %s" +msgstr "Deleted user %s" + +#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 +msgid "There was a problem deleting the user" +msgstr "There was a problem deleting the user" + +#: ../../godmode/users/user_list.php:163 +#, php-format +msgid "Deleted user %s from metaconsole" +msgstr "Deleted user %s from the metaconsole" + +#: ../../godmode/users/user_list.php:172 +#, php-format +msgid "Deleted user %s from %s" +msgstr "Deleted user %s from %s" + +#: ../../godmode/users/user_list.php:175 +#, php-format +msgid "Successfully deleted from %s" +msgstr "Successfully deleted from %s" + +#: ../../godmode/users/user_list.php:176 +#, php-format +msgid "There was a problem deleting the user from %s" +msgstr "There was a problem deleting the user from %s" + +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" +msgstr "There was a problem disabling the user" + +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" +msgstr "There was a problem enabling the user" + +#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 +msgid "Search by username, fullname or email" +msgstr "Search by username, full name, or e-mail" + +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" +msgstr "User control filter" + +#: ../../godmode/users/user_list.php:276 +msgid "Profile / Group" +msgstr "Profile / Group" + +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" +msgstr "Phone" + +#: ../../godmode/users/user_list.php:470 +msgid "Deleting User" +msgstr "Deleting User" + +#: ../../godmode/users/user_list.php:472 +msgid "Delete from all consoles" +msgstr "Delete from all consoles" + +#: ../../godmode/users/user_list.php:472 +#, php-format +msgid "Deleting User %s from all consoles" +msgstr "Deleting User %s from all consoles" + +#: ../../godmode/users/user_list.php:488 +msgid "Create user" +msgstr "Create user" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:87 +#: ../../godmode/reporting/graph_builder.graph_editor.php:156 +msgid "Weight" +msgstr "Weight" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:185 +msgid "Please, select a module" +msgstr "Please select a module" + +#: ../../godmode/reporting/reporting_builder.main.php:85 +msgid "Only the group can view the report" +msgstr "Only the group can view the report" + +#: ../../godmode/reporting/reporting_builder.main.php:86 +msgid "The next group can edit the report" +msgstr "The next group can edit the report" + +#: ../../godmode/reporting/reporting_builder.main.php:87 +msgid "Only the user and admin user can edit the report" +msgstr "Only the user and admin user can edit the report" + +#: ../../godmode/reporting/reporting_builder.main.php:89 +msgid "Write Access" +msgstr "Writing Access" + +#: ../../godmode/reporting/reporting_builder.main.php:90 +msgid "" +"For example, you want a report that the people of \"All\" groups can see but " +"you want to edit only for you or your group." +msgstr "" +"For example, you want a report that people from \"All\" groups can see, but " +"you want only yourself or your group to be able to edit." + +#: ../../godmode/reporting/reporting_builder.main.php:110 +msgid "Non interactive report" +msgstr "Non-interactive Report" + +#: ../../godmode/reporting/graph_builder.php:224 +msgid "Graph builder" +msgstr "Graph builder" + +#: ../../godmode/reporting/graph_builder.php:244 +msgid "Graph stored successfully" +msgstr "Graph stored successfully" + +#: ../../godmode/reporting/graph_builder.php:244 +msgid "There was a problem storing Graph" +msgstr "There was a problem storing Graph" + +#: ../../godmode/reporting/graph_builder.php:247 +#: ../../godmode/agentes/configurar_agente.php:1393 +msgid "Module added successfully" +msgstr "Module added successfully" + +#: ../../godmode/reporting/graph_builder.php:247 +msgid "There was a problem adding Module" +msgstr "There was a problem adding Module" + +#: ../../godmode/reporting/graph_builder.php:250 +msgid "Update the graph" +msgstr "Update the graph" + +#: ../../godmode/reporting/graph_builder.php:250 +msgid "Bad update the graph" +msgstr "Bad update the graph" + +#: ../../godmode/reporting/graph_builder.php:253 +msgid "Graph deleted successfully" +msgstr "Graph deleted successfully" + +#: ../../godmode/reporting/graph_builder.php:253 +msgid "There was a problem deleting Graph" +msgstr "There was a problem deleting the graph" + +#: ../../godmode/reporting/map_builder.php:187 +#: ../../godmode/reporting/map_builder.php:197 +msgid "Not copied. Error copying data" +msgstr "Not copied. Error copying data" + +#: ../../godmode/reporting/map_builder.php:207 +msgid "Map name" +msgstr "Map name" + +#: ../../godmode/reporting/map_builder.php:209 +msgid "Items" +msgstr "Items" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" +msgstr "Range between elements (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" +msgstr "Size (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:170 +msgid "Font" +msgstr "Font" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:204 +msgid "Width (px)" +msgstr "Width (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:223 +msgid "Bubble" +msgstr "Bubble" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:232 +msgid "Percent" +msgstr "Percent" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:267 +msgid "One item per agent" +msgstr "One item per agent" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:301 +#: ../../godmode/reporting/visual_console_builder.wizard.php:604 +msgid "Agent - Module" +msgstr "Agent - Module" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:310 +msgid "Enable link agent" +msgstr "Enable agent link" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:322 +msgid "Set Parent" +msgstr "Set Parent" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:324 +msgid "Item created in the visualmap" +msgstr "Iteam created on the visual map" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:325 +msgid "Use the agents relationship (from selected agents)" +msgstr "Use the agents relationship (from selected agents)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:328 +msgid "Item in the map" +msgstr "Item on the map" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:331 +msgid "The parent relationships in Pandora will be drawn in the map." +msgstr "The parenting relationships in Pandora will be drawn on the map." + +#: ../../godmode/reporting/visual_console_builder.wizard.php:344 +#: ../../godmode/reporting/visual_console_builder.wizard.php:349 +msgid "Are you sure to add many elements\\nin visual map?" +msgstr "Are you sure you wish to add this many elements\\non the visual map?" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +msgid "Please select any module or modules." +msgstr "Please select any module or modules." + +#: ../../godmode/reporting/visual_console_builder.elements.php:79 +msgid "Width x Height
                Max value" +msgstr "Width x Height
                Max value" + +#: ../../godmode/reporting/visual_console_builder.elements.php:143 +msgid "Percentile Bar" +msgstr "Percentile Bar" + +#: ../../godmode/reporting/visual_console_builder.elements.php:148 +msgid "Percentile Bubble" +msgstr "Percentile Bubble" + +#: ../../godmode/reporting/visual_console_builder.elements.php:163 +msgid "Simple Value (Process Max)" +msgstr "Simple Value (Process Max)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:168 +msgid "Simple Value (Process Min)" +msgstr "Simple Value (Process Min)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:173 +msgid "Simple Value (Process Avg)" +msgstr "Simple Value (Process Avg)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:619 +msgid "Edit label" +msgstr "Edit label" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "Only table" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "Chart & graph" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "Only graph" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:41 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 +msgid "Ascending" +msgstr "Ascending" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:42 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1260 +msgid "Descending" +msgstr "Descending" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:611 +msgid "Item Editor" +msgstr "Item Editor" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:639 +msgid "Not valid" +msgstr "Not valid" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:644 +msgid "" +"This type of report brings a lot of data loading, it is recommended to use " +"it for scheduled reports and not for real-time view." +msgstr "" +"This type of report implies a lot of data loading, and is therefore " +"recommended for scheduled reports, not real-time view." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:705 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +msgid "Time lapse" +msgstr "Time lapse" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:706 +msgid "" +"This is the range, or period of time over which the report renders the " +"information for this report type. For example, a week means data from a week " +"ago from now. " +msgstr "" +"This is the range, or time-period, over which the report renders the " +"information for this type of report. E.g. a week means data from a week ago. " + +#: ../../godmode/reporting/reporting_builder.item_editor.php:720 +msgid "Last value" +msgstr "Last value" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:721 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3198 +msgid "" +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" +msgstr "" +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:766 +msgid "Projection period" +msgstr "Projected period" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:776 +msgid "Data range" +msgstr "Data range" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:787 +msgid "Only display wrong SLAs" +msgstr "Only display wrong SLAs" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:796 +msgid "Working time" +msgstr "Work time" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1011 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1714 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1875 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1903 +msgid "Select an Agent first" +msgstr "Select an Agent first" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1042 +msgid "Show modules" +msgstr "Show modules" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1175 +msgid "Target server" +msgstr "Target server" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1203 +msgid "Custom SQL template" +msgstr "Custom SQL template" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1224 +msgid "Select server" +msgstr "Select server" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +msgid "Serialized header" +msgstr "Serialised header" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +msgid "The separator character is |" +msgstr "The separation character is |" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +msgid "Field separator" +msgstr "Field separator" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +msgid "Separator for different fields in the serialized text chain" +msgstr "Separator for different fields in the serialised text string" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 +msgid "Line separator" +msgstr "Line break" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 +msgid "" +"Separator in different lines (composed by fields) of the serialized text " +"chain" +msgstr "" +"Separator for different lines (composed by fields) on the serialised text " +"string" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1250 +msgid "Group by agent" +msgstr "Group by agent" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1468 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "Order" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1263 +msgid "By agent name" +msgstr "By agent name" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1271 +msgid "Quantity (n)" +msgstr "Quantity (n)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1304 +msgid "Only average" +msgstr "Only average" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 +#: ../../godmode/reporting/graph_builder.main.php:177 +msgid "Percentil" +msgstr "Percentile" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1321 +msgid "Condition" +msgstr "Condition" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1327 +msgid "Greater or equal (>=)" +msgstr "Greater or equal to (>=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1328 +msgid "Less or equal (<=)" +msgstr "Lesser or equal to (<=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 +msgid "Less (<)" +msgstr "Lesser than (<)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1330 +msgid "Greater (>)" +msgstr "Greater than (>)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1331 +msgid "Equal (=)" +msgstr "Equal to (=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1332 +msgid "Not equal (!=)" +msgstr "Unequal to (!=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 +msgid "Show graph" +msgstr "Show graph" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1364 +msgid "Show address instead module name." +msgstr "Show address instead of module name." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1365 +msgid "Show the main address of agent." +msgstr "Show the agent's main address." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "Show resume" +msgstr "Show summary" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "" +"Show a summary chart with max, min and average number of total modules at " +"the end of the report and Checks." +msgstr "" +"Show a summary chart with max, min and average number of total modules at " +"the end of the report and Checks." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +msgid "Show Summary group" +msgstr "Show Summary group" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1420 +msgid "Event Status" +msgstr "Event Status" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1432 +msgid "Event graphs" +msgstr "Event graphs" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1436 +msgid "By agent" +msgstr "By agent" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1442 +msgid "By user validator" +msgstr "By user validation" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1448 +msgid "By criticity" +msgstr "By priority" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1454 +msgid "Validated vs unvalidated" +msgstr "Validated vs unvalidated" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1462 +msgid "Show in two columns" +msgstr "Show in two columns" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1468 +msgid "SLA items sorted by fulfillment value" +msgstr "SLA items sorted by fulfillment value" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1473 +msgid "Show in landscape" +msgstr "Show in landscape" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1484 +msgid "Hide not init agents" +msgstr "Hide not init agents" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1509 +#: ../../godmode/netflow/nf_item_list.php:260 +msgid "Create item" +msgstr "Create item" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1542 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" +msgstr "Service" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1543 +msgid "SLA Min. (value)" +msgstr "SLA Min. (value)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1544 +msgid "SLA Max. (value)" +msgstr "SLA Max. (value)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1545 +msgid "SLA Limit (%)" +msgstr "SLA Limit (%)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1554 +msgid "Please save the SLA for start to add items in this list." +msgstr "Please save the SLA for start to add items in this list." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1726 +msgid "rate" +msgstr "rate" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1727 +msgid "max" +msgstr "max" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1728 +msgid "min" +msgstr "min" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1729 +msgid "sum" +msgstr "sum" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1749 +msgid "" +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." +msgstr "" +"Please be careful: when the module has different intervals during its life, " +"the sum may return mistaken results." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1763 +msgid "Please save the report to start adding items into the list." +msgstr "Please save the report to start adding items onto the list" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2072 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2092 +msgid "Please select Agent" +msgstr "Please select Agent" + +#: ../../godmode/reporting/visual_console_builder.data.php:91 +msgid "Create visual console" +msgstr "Create a new visual console" + +#: ../../godmode/reporting/visual_console_builder.data.php:103 +msgid "" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" +msgstr "" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" + +#: ../../godmode/reporting/visual_console_builder.data.php:122 +msgid "Group:" +msgstr "Group:" + +#: ../../godmode/reporting/visual_console_builder.data.php:142 +msgid "Background image" +msgstr "Background image" + +#: ../../godmode/reporting/visual_console_builder.data.php:164 +msgid "Layout size" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.data.php:168 +msgid "Set custom size" +msgstr "Set custom size" + +#: ../../godmode/reporting/visual_console_builder.data.php:177 +msgid "Get default image size" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.editor.php:134 +msgid "Min allowed size is 1024x768" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.editor.php:138 +#: ../../godmode/reporting/visual_console_builder.editor.php:143 +#: ../../godmode/reporting/visual_console_builder.editor.php:148 +msgid "Action in progress" +msgstr "Action in progress" + +#: ../../godmode/reporting/visual_console_builder.editor.php:139 +msgid "Loading in progress" +msgstr "Loading in progress" + +#: ../../godmode/reporting/visual_console_builder.editor.php:144 +msgid "Saving in progress" +msgstr "Saving in progress" + +#: ../../godmode/reporting/visual_console_builder.editor.php:149 +msgid "Deletion in progress" +msgstr "Deletion in progress" + +#: ../../godmode/reporting/reporting_builder.php:80 +msgid "" +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" +msgstr "" +"Your report has been scheduled and the system will send a PDF file of the " +"report as soon as it's finished." + +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" +msgstr "An error has ocurred." + +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1902 +#: ../../godmode/reporting/reporting_builder.php:1954 +msgid "Reports list" +msgstr "Reports list" + +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " +msgstr "Free text for search: " + +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." +msgstr "Search by report name or description, list matches." + +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" +msgstr "Show Option" + +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "Private" + +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" +msgstr "This report exceeds the item limit for realtime operations" + +#: ../../godmode/reporting/reporting_builder.php:615 +msgid "HTML view" +msgstr "HTML view" + +#: ../../godmode/reporting/reporting_builder.php:616 +msgid "Export to XML" +msgstr "Export to XML" + +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" +msgstr "Create report" + +#: ../../godmode/reporting/reporting_builder.php:2020 +msgid "Successfull action" +msgstr "Succesful action" + +#: ../../godmode/reporting/reporting_builder.php:2020 +msgid "Unsuccessfull action

                " +msgstr "Unsuccessfull action

                " + +#: ../../godmode/reporting/reporting_builder.list_items.php:288 +#: ../../godmode/reporting/reporting_builder.list_items.php:293 +#: ../../godmode/reporting/reporting_builder.list_items.php:299 +msgid "Ascendent" +msgstr "Ascendent" + +#: ../../godmode/reporting/reporting_builder.list_items.php:289 +#: ../../godmode/reporting/reporting_builder.list_items.php:294 +#: ../../godmode/reporting/reporting_builder.list_items.php:300 +msgid "Descent" +msgstr "Descendent" + +#: ../../godmode/reporting/reporting_builder.list_items.php:307 +#: ../../godmode/reporting/reporting_builder.list_items.php:507 +msgid "Sort" +msgstr "Sort" + +#: ../../godmode/reporting/reporting_builder.list_items.php:493 +#: ../../godmode/reporting/reporting_builder.list_items.php:498 +msgid "Sort items" +msgstr "Sort items" + +#: ../../godmode/reporting/reporting_builder.list_items.php:500 +msgid "Sort selected items from position: " +msgstr "Sort selected items from position: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:502 +msgid "Move before to" +msgstr "Move before to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:502 +msgid "Move after to" +msgstr "Move after to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:524 +#: ../../godmode/reporting/reporting_builder.list_items.php:529 +msgid "Delete items" +msgstr "Delete items" + +#: ../../godmode/reporting/reporting_builder.list_items.php:531 +msgid "Delete selected items from position: " +msgstr "Delete selected items from position: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:533 +msgid "Delete above to" +msgstr "Delete above to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:533 +msgid "Delete below to" +msgstr "Delete below to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:561 +msgid "" +"Are you sure to sort the items into the report?\\nThis action change the " +"sorting of items into data base." +msgstr "" +"Are you sure you wish to sort the items into the report?\\nThis action " +"changes how items are sorted into the database." + +#: ../../godmode/reporting/reporting_builder.list_items.php:582 +msgid "Please select any item to order" +msgstr "Please select any item to sort" + +#: ../../godmode/reporting/reporting_builder.list_items.php:612 +msgid "Are you sure to delete the items into the report?\\n" +msgstr "Are you sure to delete the items into the report?" + +#: ../../godmode/reporting/reporting_builder.list_items.php:634 +msgid "Please select any item to delete" +msgstr "Please select an item to delete it" + +#: ../../godmode/reporting/graph_builder.main.php:163 +msgid "Horizontal bars" +msgstr "Horizontal bars" + +#: ../../godmode/reporting/graph_builder.main.php:164 +msgid "Vertical bars" +msgstr "Vertical bars" + +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" +msgstr "Number of Graphs" + +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" +msgstr "Create graph" + +#: ../../godmode/reporting/visual_console_builder.php:159 +msgid "This file isn't image" +msgstr "Invalid image file" + +#: ../../godmode/reporting/visual_console_builder.php:160 +msgid "This file isn't image." +msgstr "Invalid image file" + +#: ../../godmode/reporting/visual_console_builder.php:164 +#: ../../godmode/reporting/visual_console_builder.php:165 +msgid "File already are exists." +msgstr "File already exists." + +#: ../../godmode/reporting/visual_console_builder.php:171 +#: ../../godmode/reporting/visual_console_builder.php:172 +msgid "The file have not image extension." +msgstr "The file doesn't have an image extension" + +#: ../../godmode/reporting/visual_console_builder.php:183 +#: ../../godmode/reporting/visual_console_builder.php:184 +#: ../../godmode/reporting/visual_console_builder.php:191 +#: ../../godmode/reporting/visual_console_builder.php:194 +msgid "Problems with move file to target." +msgstr "Problems moving file to target location" + +#: ../../godmode/reporting/visual_console_builder.php:223 +msgid "Successfully update." +msgstr "Successfully updated" + +#: ../../godmode/reporting/visual_console_builder.php:235 +msgid "Could not be update." +msgstr "Could not be updated" + +#: ../../godmode/reporting/visual_console_builder.php:250 +msgid "Successfully created." +msgstr "Successfully created." + +#: ../../godmode/reporting/visual_console_builder.php:263 +msgid "Could not be created." +msgstr "Could not be created." + +#: ../../godmode/reporting/visual_console_builder.php:304 +msgid "Successfully multiple delete." +msgstr "Successfully multiple delete." + +#: ../../godmode/reporting/visual_console_builder.php:305 +msgid "Unsuccessfull multiple delete." +msgstr "Unsuccessfull multiple delete." + +#: ../../godmode/reporting/visual_console_builder.php:387 +msgid "Successfully delete." +msgstr "Successfully delete." + +#: ../../godmode/reporting/visual_console_builder.php:693 +msgid "New visual console" +msgstr "New visual console" + +#: ../../godmode/netflow/nf_item_list.php:44 +#: ../../godmode/netflow/nf_item_list.php:54 +msgid "Report items" +msgstr "Report items" + +#: ../../godmode/netflow/nf_item_list.php:49 +msgid "Edit report" +msgstr "Edit report" + +#: ../../godmode/netflow/nf_item_list.php:58 +msgid "Netflow reports" +msgstr "Netflow reports" + +#: ../../godmode/netflow/nf_item_list.php:59 +msgid "Item list" +msgstr "List of Items" + +#: ../../godmode/netflow/nf_item_list.php:151 +msgid "Chart type" +msgstr "Chart type" + +#: ../../godmode/netflow/nf_item_list.php:203 +#: ../../godmode/netflow/nf_item_list.php:210 +msgid "Move to down" +msgstr "Move down" + +#: ../../godmode/netflow/nf_item_list.php:206 +#: ../../godmode/netflow/nf_item_list.php:209 +msgid "Move to up" +msgstr "Move up" + +#: ../../godmode/netflow/nf_item_list.php:255 +msgid "There are no defined items" +msgstr "There are no items defined" + +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" +msgstr "Add filter" + +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "Netflow Filter" + +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "Filter:" + +#: ../../godmode/netflow/nf_edit.php:39 +msgid "Manage Netflow Filter" +msgstr "Manage Netflow Filter" + +#: ../../godmode/gis_maps/configure_gis_map.php:111 +msgid "Map successfully created" +msgstr "Map created successfully" + +#: ../../godmode/gis_maps/configure_gis_map.php:112 +msgid "Map could not be created" +msgstr "Could not create map" + +#: ../../godmode/gis_maps/configure_gis_map.php:201 +msgid "Map successfully update" +msgstr "Map updated successfully" + +#: ../../godmode/gis_maps/configure_gis_map.php:202 +msgid "Map could not be updated" +msgstr "Could not update map" + +#: ../../godmode/gis_maps/configure_gis_map.php:219 +msgid "View GIS" +msgstr "View GIS" + +#: ../../godmode/gis_maps/configure_gis_map.php:222 +msgid "GIS Maps builder" +msgstr "GIS map builder" + +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Map Name" +msgstr "Map Name" + +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Descriptive name for the map" +msgstr "Name for descriptive map" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "Add Map connection" +msgstr "Add Map connection" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "" +"At least one map connection must be defined, it will be possible to change " +"between the connections in the map" +msgstr "" +"At least one map connection has to be defined. It's possible to change " +"between connections on the map." + +#: ../../godmode/gis_maps/configure_gis_map.php:366 +msgid "Group that owns the map" +msgstr "Group that owns the map" + +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom" +msgstr "Default zoom" + +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom level when opening the map" +msgstr "Default zoom level when opening the map" + +#: ../../godmode/gis_maps/configure_gis_map.php:372 +msgid "Center Latitude" +msgstr "Centre Latitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:375 +msgid "Center Longitude" +msgstr "Centre Longitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:378 +msgid "Center Altitude" +msgstr "Center Altitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:381 +msgid "Default Latitude" +msgstr "Default Latitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:384 +msgid "Default Longitude" +msgstr "Default Longitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:387 +msgid "Default Altitude" +msgstr "Default Altitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "Layers" +msgstr "Layers" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "" +"Each layer can show agents from one group or the agents added to that layer " +"or both." +msgstr "" +"Each layer can show agents from one group, agents added to that layer, or " +"both." + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "List of layers" +msgstr "List of layers" + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "It is possible to edit, delete and reorder the layers." +msgstr "It is possible to edit, delete and reorder the layers." + +#: ../../godmode/gis_maps/configure_gis_map.php:399 +msgid "New layer" +msgstr "New layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:407 +msgid "Layer name" +msgstr "Layer name" + +#: ../../godmode/gis_maps/configure_gis_map.php:409 +msgid "Visible" +msgstr "Visible" + +#: ../../godmode/gis_maps/configure_gis_map.php:413 +msgid "Show agents from group" +msgstr "Show agents from group" + +#: ../../godmode/gis_maps/configure_gis_map.php:425 +msgid "Add agent" +msgstr "Add agent" + +#: ../../godmode/gis_maps/configure_gis_map.php:441 +msgid "List of Agents to be shown in the layer" +msgstr "List of Agents to be shown in the layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:448 +#: ../../godmode/gis_maps/configure_gis_map.php:624 +#: ../../godmode/gis_maps/configure_gis_map.php:635 +msgid "Save Layer" +msgstr "Save Layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +msgid "Save map" +msgstr "Save map" + +#: ../../godmode/gis_maps/configure_gis_map.php:467 +msgid "Update map" +msgstr "Update map" + +#: ../../godmode/gis_maps/configure_gis_map.php:668 +#: ../../godmode/gis_maps/configure_gis_map.php:724 +msgid "Update Layer" +msgstr "Update Layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:790 +msgid "Do you want to use the default data from the connection?" +msgstr "Do you want to use the default data from the connection?" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "The connection" +msgstr "The connection" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "just added previously." +msgstr "just added previously." + +#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_info.php:32 +#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 +#: ../../godmode/db/db_refine.php:33 +msgid "Database maintenance" +msgstr "Database maintenance" + +#: ../../godmode/db/db_purge.php:43 +msgid "Get data from agent" +msgstr "Retrieve data from agent" + +#: ../../godmode/db/db_purge.php:75 +#, php-format +msgid "Purge task launched for agent %s :: Data older than %s" +msgstr "Purge task launched for agent %s :: Data older than %s" + +#: ../../godmode/db/db_purge.php:78 +msgid "" +"Please be patient. This operation can take a long time depending on the " +"amount of modules." +msgstr "" +"Please be patient, this operation can take a long time depending on the " +"amount of modules" + +#: ../../godmode/db/db_purge.php:92 +#, php-format +msgid "Deleting records for module %s" +msgstr "Deleting records for module %s" + +#: ../../godmode/db/db_purge.php:140 +#, php-format +msgid "Total errors: %s" +msgstr "Total amount of errors: %s" + +#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 +#, php-format +msgid "Total records deleted: %s" +msgstr "Total number of records deleted: %s" + +#: ../../godmode/db/db_purge.php:149 +msgid "Deleting records for all agents" +msgstr "Deleting records for all agents" + +#: ../../godmode/db/db_purge.php:166 +msgid "Choose agent" +msgstr "Choose agent" + +#: ../../godmode/db/db_purge.php:172 +msgid "Select the agent you want information about" +msgstr "Choose the agent you wish to view information about" + +#: ../../godmode/db/db_purge.php:174 +msgid "Get data" +msgstr "Retrieve data" + +#: ../../godmode/db/db_purge.php:175 +msgid "Click here to get the data from the agent specified in the select box" +msgstr "Click here to retrieve data from the agent specified." + +#: ../../godmode/db/db_purge.php:179 +#, php-format +msgid "Information on agent %s in the database" +msgstr "Information on agent %s in the database" + +#: ../../godmode/db/db_purge.php:182 +msgid "Information on all agents in the database" +msgstr "Information on all agents from the database" + +#: ../../godmode/db/db_purge.php:317 +msgid "Packets less than three months old" +msgstr "Packages less than three months old" + +#: ../../godmode/db/db_purge.php:319 +msgid "Packets less than one month old" +msgstr "Packages less than one month old" + +#: ../../godmode/db/db_purge.php:321 +msgid "Packets less than two weeks old" +msgstr "Packages less than two weeks old" + +#: ../../godmode/db/db_purge.php:323 +msgid "Packets less than one week old" +msgstr "Packages less than one week old" + +#: ../../godmode/db/db_purge.php:325 +msgid "Packets less than three days old" +msgstr "Packages less than three days old" + +#: ../../godmode/db/db_purge.php:327 +msgid "Packets less than one day old" +msgstr "Packages less than one day old" + +#: ../../godmode/db/db_purge.php:329 +msgid "Total number of packets" +msgstr "Total number of packages" + +#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_audit.php:92 +#: ../../godmode/db/db_event.php:73 +msgid "Purge data" +msgstr "Purge data" + +#: ../../godmode/db/db_purge.php:340 +msgid "Purge data over 3 months" +msgstr "Purge data from the last 3 months" + +#: ../../godmode/db/db_purge.php:341 +msgid "Purge data over 1 month" +msgstr "Purge data from the last month" + +#: ../../godmode/db/db_purge.php:342 +msgid "Purge data over 2 weeks" +msgstr "Purge data from the last 2 weeks" + +#: ../../godmode/db/db_purge.php:343 +msgid "Purge data over 1 week" +msgstr "Purge data from the last week" + +#: ../../godmode/db/db_purge.php:344 +msgid "Purge data over 3 days" +msgstr "Purge data from the last 3 days" + +#: ../../godmode/db/db_purge.php:345 +msgid "Purge data over 1 day" +msgstr "Purge data from last day" + +#: ../../godmode/db/db_purge.php:346 +msgid "All data until now" +msgstr "All data until now" + +#: ../../godmode/db/db_purge.php:350 +msgid "Purge" +msgstr "Purge" + +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "Current setup for database maintenance" + +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "Database setup" + +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "Max. time before compacting data" + +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "Max. time before purging" + +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "Database size stats" + +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "Total data items (tagente_datos)" + +#: ../../godmode/db/db_main.php:123 +msgid "Total log4x items (tagente_datos_log4x)" +msgstr "Total log4x items (tagente_datos_log4x)" + +#: ../../godmode/db/db_main.php:135 +msgid "Total data string items (tagente_datos_string)" +msgstr "Total number of data string items" + +#: ../../godmode/db/db_main.php:141 +msgid "Total modules configured" +msgstr "Total amount of modules configured" + +#: ../../godmode/db/db_main.php:149 +msgid "Total agent access records" +msgstr "Total agent access records" + +#: ../../godmode/db/db_main.php:160 +msgid "Database sanity" +msgstr "Database health status" + +#: ../../godmode/db/db_main.php:164 +msgid "Total uknown agents" +msgstr "Total number of unknown agents" + +#: ../../godmode/db/db_main.php:170 +msgid "Total non-init modules" +msgstr "Total amount of non-init modules" + +#: ../../godmode/db/db_main.php:179 +msgid "Last time on DB maintance" +msgstr "Last time on DB maintance" + +#: ../../godmode/db/db_main.php:200 +msgid "" +"Please check your Pandora Server setup and be sure that database maintenance " +"daemon is running. It's very important to keep up-to-date database to get " +"the best performance and results in Pandora" +msgstr "" +"Please make sure your Pandora Server settings are correct and that the " +"database maintenance daemon is running. It's very important to keep your " +"database up to date in order to get the best performance and results from " +"Pandora FMS." + +#: ../../godmode/db/db_info.php:32 +msgid "Database information" +msgstr "Database information" + +#: ../../godmode/db/db_info.php:34 +msgid "Module data received" +msgstr "Module data received" + +#: ../../godmode/db/db_audit.php:19 +msgid "Database audit purge" +msgstr "Purge audit data" + +#: ../../godmode/db/db_audit.php:70 +msgid "Success data deleted" +msgstr "Data deleted sucessfully" + +#: ../../godmode/db/db_audit.php:72 +msgid "Error deleting data" +msgstr "Error deleting data" + +#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 +msgid "Records" +msgstr "Records" + +#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 +msgid "First date" +msgstr "First date" + +#: ../../godmode/db/db_audit.php:88 +msgid "Latest date" +msgstr "Latest date" + +#: ../../godmode/db/db_audit.php:97 +msgid "Purge audit data over 90 days" +msgstr "Purge audit data from last 90 days" + +#: ../../godmode/db/db_audit.php:98 +msgid "Purge audit data over 30 days" +msgstr "Purge audit data from last 30 days" + +#: ../../godmode/db/db_audit.php:99 +msgid "Purge audit data over 14 days" +msgstr "Purge audit data from last 14 days" + +#: ../../godmode/db/db_audit.php:100 +msgid "Purge audit data over 7 days" +msgstr "Purge audit data from last 7 days" + +#: ../../godmode/db/db_audit.php:101 +msgid "Purge audit data over 3 days" +msgstr "Purge audit data from last 3 days" + +#: ../../godmode/db/db_audit.php:102 +msgid "Purge audit data over 1 day" +msgstr "Purge audit data from last day" + +#: ../../godmode/db/db_audit.php:103 +msgid "Purge all audit data" +msgstr "Purge all audit data" + +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +msgid "Do it!" +msgstr "Do it!" + +#: ../../godmode/db/db_event.php:22 +msgid "Event database cleanup" +msgstr "Database events cleanup" + +#: ../../godmode/db/db_event.php:40 +msgid "Successfully deleted old events" +msgstr "Successfully deleted old events" + +#: ../../godmode/db/db_event.php:43 +msgid "Error deleting old events" +msgstr "Error deleting old events" + +#: ../../godmode/db/db_event.php:67 +msgid "Latest data" +msgstr "Latest data" + +#: ../../godmode/db/db_event.php:81 +msgid "Purge event data over 90 days" +msgstr "Purge event data from last 90 days" + +#: ../../godmode/db/db_event.php:82 +msgid "Purge event data over 30 days" +msgstr "Purge event data from last 30 days" + +#: ../../godmode/db/db_event.php:83 +msgid "Purge event data over 14 days" +msgstr "Purge event data from last 14 days" + +#: ../../godmode/db/db_event.php:84 +msgid "Purge event data over 7 days" +msgstr "Purge event data from last 7 days" + +#: ../../godmode/db/db_event.php:85 +msgid "Purge event data over 3 days" +msgstr "Purge event data from last 3 days" + +#: ../../godmode/db/db_event.php:86 +msgid "Purge event data over 1 day" +msgstr "Purge event data from last day" + +#: ../../godmode/db/db_event.php:87 +msgid "Purge all event data" +msgstr "Purge all event data" + +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" +msgstr "Maximum is equal to minimum" + +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" +msgstr "Filtering data module" + +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" +msgstr "Filtering completed" + +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" +msgstr "No agent selected" + +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" +msgstr "Get Info" + +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" +msgstr "Purge data out of these limits" + +#: ../../godmode/servers/manage_recontask_form.php:189 +msgid "" +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" +msgstr "" +"On Windows Pandora FMS only supports standard network sweeps by default, not " +"custom scripts." + +#: ../../godmode/servers/manage_recontask_form.php:224 +msgid "" +"You must select a Recon Server for the Task, otherwise the Recon Task will " +"never run" +msgstr "" +"You must appoint a recon server for the task, otherwise the recon task won't " +"run." + +#: ../../godmode/servers/manage_recontask_form.php:232 +msgid "Network sweep" +msgstr "Network sweep" + +#: ../../godmode/servers/manage_recontask_form.php:234 +msgid "Custom script" +msgstr "Custom script" + +#: ../../godmode/servers/manage_recontask_form.php:253 +msgid "Manual interval means that it will be executed only On-demand" +msgstr "Manual interval means that it's going to run only on demand." + +#: ../../godmode/servers/manage_recontask_form.php:255 +#: ../../godmode/servers/manage_recontask.php:346 +msgid "Manual" +msgstr "Manual" + +#: ../../godmode/servers/manage_recontask_form.php:260 +msgid "The minimum recomended interval for Recon Task is 5 minutes" +msgstr "The minimum recommended interval for a recon task is 5 minutes" + +#: ../../godmode/servers/manage_recontask_form.php:265 +msgid "Module template" +msgstr "Module template" + +#: ../../godmode/servers/manage_recontask_form.php:299 +#: ../../godmode/servers/manage_recontask.php:291 +msgid "Ports" +msgstr "Ports" + +#: ../../godmode/servers/manage_recontask_form.php:302 +msgid "" +"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line " +"format). If dont want to do a sweep using portscan, left it in blank" +msgstr "" +"Defined ports such as 80 or 80,443,512 or even 0-1024 (same format as Nmap " +"command line) are left blank if you don't want to perform a sweep using " +"portscan." + +#: ../../godmode/servers/manage_recontask_form.php:313 +msgid "Choose if the discovery of a new system creates an incident or not." +msgstr "Choose if the discovery of a new system creates an incident or not." + +#: ../../godmode/servers/manage_recontask_form.php:316 +msgid "SNMP Default community" +msgstr "SNMP Default community" + +#: ../../godmode/servers/manage_recontask_form.php:322 +msgid "Explanation" +msgstr "Explanation" + +#: ../../godmode/servers/manage_recontask_form.php:363 +msgid "OS detection" +msgstr "OS detection" + +#: ../../godmode/servers/manage_recontask_form.php:367 +msgid "Name resolution" +msgstr "Name resolution" + +#: ../../godmode/servers/manage_recontask_form.php:371 +msgid "Parent detection" +msgstr "Parent detection" + +#: ../../godmode/servers/manage_recontask_form.php:375 +msgid "Parent recursion" +msgstr "Parent recursion" + +#: ../../godmode/servers/manage_recontask_form.php:376 +msgid "" +"Maximum number of parent hosts that will be created if parent detection is " +"enabled." +msgstr "" +"Maximum number of parent hosts that will be created if parent detection is " +"enabled." + +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" +msgstr "Successfully deleted recon task" + +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" +msgstr "Error deleting recon task" + +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:179 +msgid "Successfully updated recon task" +msgstr "Recon task successfully updated" + +#: ../../godmode/servers/manage_recontask.php:75 +#: ../../godmode/servers/manage_recontask.php:182 +msgid "Error updating recon task" +msgstr "Error updating recon task" + +#: ../../godmode/servers/manage_recontask.php:163 +#: ../../godmode/servers/manage_recontask.php:234 +msgid "Wrong format in Subnet field" +msgstr "Wrong format in the Subnet field" + +#: ../../godmode/servers/manage_recontask.php:230 +msgid "Recon-task name already exists and incorrect format in Subnet field" +msgstr "" +"The recon task's name already exists and the format is incorrect for the " +"Subnet field." + +#: ../../godmode/servers/manage_recontask.php:238 +#: ../../godmode/servers/manage_recontask.php:247 +msgid "Recon-task name already exists" +msgstr "The recon task's name already exists" + +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Successfully created recon task" +msgstr "Recon task successfully created" + +#: ../../godmode/servers/manage_recontask.php:264 +msgid "Error creating recon task" +msgstr "Error creating recon task" + +#: ../../godmode/servers/manage_recontask.php:387 +msgid "There are no recon task configured" +msgstr "There are no recon tasks set up" + +#: ../../godmode/servers/recon_script.php:73 +msgid "Recon script creation" +msgstr "Recon script creation" + +#: ../../godmode/servers/recon_script.php:75 +msgid "Recon script update" +msgstr "Recon script update" + +#: ../../godmode/servers/recon_script.php:101 +msgid "Script fullpath" +msgstr "Script fullpath" + +#: ../../godmode/servers/recon_script.php:161 +#: ../../godmode/servers/plugin.php:451 +msgid "Default value" +msgstr "Default value" + +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +msgid "Hide value" +msgstr "Hide Value" + +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +msgid "This field will show up as dots like a password" +msgstr "This field is only going to display dots like a password window." + +#: ../../godmode/servers/recon_script.php:199 +#: ../../godmode/servers/plugin.php:491 +msgid "Add macro" +msgstr "Add macro" + +#: ../../godmode/servers/recon_script.php:206 +#: ../../godmode/servers/plugin.php:506 +msgid "Delete macro" +msgstr "Delete macro" + +#: ../../godmode/servers/recon_script.php:228 +msgid "Recon scripts registered in Pandora FMS" +msgstr "Recon scripts registered on Pandora FMS" + +#: ../../godmode/servers/recon_script.php:271 +msgid "Problem updating" +msgstr "Problem updating" + +#: ../../godmode/servers/recon_script.php:274 +#: ../../godmode/modules/manage_network_components.php:352 +msgid "Updated successfully" +msgstr "Updated successfully" + +#: ../../godmode/servers/recon_script.php:317 +msgid "Problem creating" +msgstr "Problem creating" + +#: ../../godmode/servers/recon_script.php:320 +#: ../../godmode/modules/manage_network_components.php:261 +msgid "Created successfully" +msgstr "Created successfully" + +#: ../../godmode/servers/recon_script.php:331 +msgid "Problem deleting reconscript" +msgstr "Problem deleting reconscript" + +#: ../../godmode/servers/recon_script.php:334 +msgid "reconscript deleted successfully" +msgstr "Reconscript deleted successfully" + +#: ../../godmode/servers/recon_script.php:378 +msgid "There are no recon scripts in the system" +msgstr "There are no recon scripts in the system" + +#: ../../godmode/servers/servers.build_table.php:38 +msgid "There are no servers configured into the database" +msgstr "There are no servers registered on the database" + +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Lag" +msgstr "Lag" + +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Avg. Delay(sec)/Modules delayed" +msgstr "Avg. Delay(sec)/Modules delayed" + +#: ../../godmode/servers/servers.build_table.php:70 +msgid "T/Q" +msgstr "T/Q" + +#: ../../godmode/servers/servers.build_table.php:70 +msgid "Threads / Queued modules currently" +msgstr "Current threads/queued modules currently" + +#: ../../godmode/servers/servers.build_table.php:97 +msgid "This is a master server" +msgstr "This is a master server" + +#: ../../godmode/servers/servers.build_table.php:110 +#: ../../godmode/servers/servers.build_table.php:115 +msgid "of" +msgstr "of" + +#: ../../godmode/servers/servers.build_table.php:142 +msgid "Reset module status and fired alert counts" +msgstr "Reset module status and fired alert counts" + +#: ../../godmode/servers/servers.build_table.php:148 +msgid "Claim back SNMP modules" +msgstr "Reclaim SNMP modules" + +#: ../../godmode/servers/servers.build_table.php:168 +msgid "" +"Modules run by this server will stop working. Do you want to continue?" +msgstr "" +"Modules run by this server will stop working. Do you want to continue?" + +#: ../../godmode/servers/servers.build_table.php:189 +msgid "Tactical server information" +msgstr "Tactical server information" + +#: ../../godmode/servers/modificar_server.php:35 +msgid "Update Server" +msgstr "Update Server" + +#: ../../godmode/servers/modificar_server.php:61 +msgid "Remote Configuration" +msgstr "Remote Configuration" + +#: ../../godmode/servers/modificar_server.php:66 +msgid "Pandora servers" +msgstr "Pandora servers" + +#: ../../godmode/servers/modificar_server.php:73 +#: ../../godmode/servers/modificar_server.php:85 +msgid "Unsuccessfull action" +msgstr "Unsuccesful action" + +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "Action successfully processed" + +#: ../../godmode/servers/modificar_server.php:98 +msgid "Server deleted successfully" +msgstr "Server deleted successfully" + +#: ../../godmode/servers/modificar_server.php:101 +msgid "There was a problem deleting the server" +msgstr "There was a problem deleting the server" + +#: ../../godmode/servers/modificar_server.php:112 +msgid "Server updated successfully" +msgstr "Server updated successfully" + +#: ../../godmode/servers/modificar_server.php:115 +msgid "There was a problem updating the server" +msgstr "There was a problem updating the server" + +#: ../../godmode/servers/modificar_server.php:134 +#: ../../godmode/agentes/configurar_agente.php:610 +msgid "Conf file deleted successfully" +msgstr "Conf file deleted successfully" + +#: ../../godmode/servers/modificar_server.php:135 +#: ../../godmode/agentes/configurar_agente.php:611 +msgid "Could not delete conf file" +msgstr "Could not delete conf file" + +#: ../../godmode/servers/plugin.php:53 +msgid "Network Components" +msgstr "Network Components" + +#: ../../godmode/servers/plugin.php:170 +msgid "Compatibility mode" +msgstr "Compatibility mode" + +#: ../../godmode/servers/plugin.php:266 +msgid "Plugin creation" +msgstr "Plug-in creation" + +#: ../../godmode/servers/plugin.php:269 +msgid "Plugin update" +msgstr "Plug-in update" + +#: ../../godmode/servers/plugin.php:299 +msgid "Plugin type" +msgstr "Plug-in type" + +#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 +msgid "Standard" +msgstr "Standard" + +#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 +msgid "Nagios" +msgstr "Nagios" + +#: ../../godmode/servers/plugin.php:306 +msgid "Max. timeout" +msgstr "Max. timeout" + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"This value only will be applied if is minor than the server general " +"configuration plugin timeout" +msgstr "" +"This value will only be applied if it's less than the timeout for the " +"server's general configuration plugin." + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"If you set a 0 seconds timeout, the server plugin timeout will be used" +msgstr "" +"If you set the timeout to 0 seconds, the server's plugin timeout will be " +"used." + +#: ../../godmode/servers/plugin.php:362 +msgid "Plugin command" +msgstr "Plug-in command" + +#: ../../godmode/servers/plugin.php:373 +msgid "Plug-in parameters" +msgstr "Plug-in parameters" + +#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 +msgid "Parameters macros" +msgstr "Macro parameters" + +#: ../../godmode/servers/plugin.php:564 +msgid "Plugins registered in Pandora FMS" +msgstr "Plug-ins registered on Pandora FMS" + +#: ../../godmode/servers/plugin.php:569 +msgid "You need to create your own plugins with Windows compatibility" +msgstr "You'll need to create your own Windows-compatible plugins" + +#: ../../godmode/servers/plugin.php:629 +msgid "Problem updating plugin" +msgstr "Problem updating plugin" + +#: ../../godmode/servers/plugin.php:632 +msgid "Plugin updated successfully" +msgstr "Plugin updated successfully" + +#: ../../godmode/servers/plugin.php:687 +msgid "Problem creating plugin" +msgstr "Problem creating plugin" + +#: ../../godmode/servers/plugin.php:690 +msgid "Plugin created successfully" +msgstr "Plugin created successfully" + +#: ../../godmode/servers/plugin.php:700 +msgid "Problem deleting plugin" +msgstr "Problem deleting plugin" + +#: ../../godmode/servers/plugin.php:703 +msgid "Plugin deleted successfully" +msgstr "Plugin deleted successfully" + +#: ../../godmode/servers/plugin.php:782 +msgid "All the modules that are using this plugin will be deleted" +msgstr "All modules that are using this plugin will be deleted" + +#: ../../godmode/servers/plugin.php:789 +msgid "There are no plugins in the system" +msgstr "There are no plugins on the system" + +#: ../../godmode/servers/plugin.php:801 +#, php-format +msgid "List of modules and components created by \"%s\" " +msgstr "List of modules and components created by \"%s\" " + +#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 +msgid "Some modules or components are using the plugin" +msgstr "Some modules or components are using the plugin" + +#: ../../godmode/servers/plugin.php:910 +msgid "" +"The modules or components should be updated manually or using the bulk " +"operations for plugins after this change" +msgstr "" +"Modules or components should be updated manually or by using the bulk " +"operation option for plugins after this change" + +#: ../../godmode/servers/plugin.php:912 +msgid "Are you sure you want to perform this action?" +msgstr "Are you sure you want to perform this action?" + +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" +msgstr "Are you sure you want to unlock this item?" + +#: ../../godmode/servers/plugin.php:946 +msgid "" +"The plugin command cannot be updated because some modules or components are " +"using the plugin." +msgstr "" +"The plugin command cannot be updated because some modules or components are " +"using the plugin." + +#: ../../godmode/servers/plugin.php:952 +msgid "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" +msgstr "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Pandora audit" +msgstr "Pandora audit" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Review Logs" +msgstr "Review Logs" + +#: ../../godmode/admin_access_logs.php:65 +#: ../../godmode/admin_access_logs.php:66 +msgid "Free text for search (*)" +msgstr "Free text for search (*)" + +#: ../../godmode/admin_access_logs.php:303 +msgid "Export to CSV " +msgstr "Export to CSV " + +#: ../../godmode/update_manager/update_manager.online.php:48 +#, php-format +msgid "" +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" +msgstr "" +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" + +#: ../../godmode/update_manager/update_manager.online.php:55 +#, php-format +msgid "" +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" +msgstr "" +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" + +#: ../../godmode/update_manager/update_manager.online.php:62 +#, php-format +msgid "" +"Your PHP has set maximum allowed size for uploaded files limit in %s. For " +"avoid problems with big updates please set to 100M" +msgstr "" +"Your PHP has set maximum allowed size for uploaded files limit in %s. For " +"avoid problems with big updates please set to 100M" + +#: ../../godmode/update_manager/update_manager.online.php:85 +msgid "The last version of package installed is:" +msgstr "The last version of package installed is:" + +#: ../../godmode/update_manager/update_manager.online.php:89 +msgid "Checking for the newest package." +msgstr "Checking for the latest package." + +#: ../../godmode/update_manager/update_manager.online.php:93 +msgid "Downloading for the newest package." +msgstr "Downloading the latest package" + +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" +msgstr "Please drop the package here or" + +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" +msgstr "browse it" + +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." +msgstr "The package has been uploaded successfully." + +#: ../../godmode/update_manager/update_manager.offline.php:40 +msgid "" +"Remember that this package will override the actual Pandora FMS files and it " +"is recommended to do a backup before continue with the update." +msgstr "" +"Please keep in mind that this package is going to override your actual " +"Pandora FMS files and that it's recommended to conduct a backup before " +"continuing the updating process." + +#: ../../godmode/update_manager/update_manager.offline.php:41 +msgid "Click on the file below to begin." +msgstr "Please click on the file below to begin." + +#: ../../godmode/update_manager/update_manager.offline.php:42 +msgid "Updating" +msgstr "Updating" + +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." +msgstr "Package updated successfully." + +#: ../../godmode/update_manager/update_manager.offline.php:44 +msgid "" +"If there are any database change, it will be applied on the next login." +msgstr "" +"If there are any database changes, they will be applied on the next login." + +#: ../../godmode/update_manager/update_manager.offline.php:45 +msgid "Package not updated." +msgstr "Package not updated." + +#: ../../godmode/update_manager/update_manager.offline.php:46 +msgid "Error in MR file" +msgstr "" + +#: ../../godmode/update_manager/update_manager.offline.php:47 +msgid "MR not accepted" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:39 +msgid "Offline update manager" msgstr "Offline Update Manager" -#: ../../enterprise/meta/advanced/metasetup.php:105 -#: ../../enterprise/meta/advanced/metasetup.php:142 -msgid "Online Update Manager" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:112 -msgid "Consoles setup" -msgstr "Consoles setup" - -#: ../../enterprise/meta/advanced/metasetup.php:137 -msgid "Online Update Options" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:192 -msgid "Customize sections" -msgstr "Customise sections" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:214 -msgid "Disabled sections" -msgstr "Disabled sections" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:216 -msgid "Enabled sections" -msgstr "Enabled sections" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:222 -msgid "Push selected sections to enable it" -msgstr "Push selected sections to enable it" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:226 -msgid "Pop selected sections to disable it" -msgstr "Pop selected sections to disable it" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:76 -msgid "Visual" -msgstr "Visual" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -msgid "Precision must be a integer number between 0 and 5" -msgstr "Precision must be an integer number between 0 and 5" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:136 -#: ../../enterprise/meta/include/functions_meta.php:1111 -msgid "Metaconsole elements" -msgstr "Metaconsole elements" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:136 -msgid "The number of elements retrieved for each instance in some views." -msgstr "The number of elements retrieved for each instance in some views." - -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -msgid "Only database" -msgstr "Only database" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" -msgstr "Apply Policies" - -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" -msgstr "Policy Manager" - -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" -msgstr "Apply policies" - -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" -msgstr "Policies queue" - -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" -msgstr "Policies apply" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:352 -msgid "Empty queue." -msgstr "Empty queue." - -#: ../../enterprise/meta/advanced/policymanager.sync.php:238 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:498 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/include/functions_meta.php:201 -#: ../../enterprise/meta/include/functions_meta.php:303 -#, php-format -msgid "Error connecting to %s" -msgstr "Error connecting to %s" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:248 -#, php-format -msgid "Error creating %s policies" -msgstr "Error in creating %s policies" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:251 -#, php-format -msgid "Created %s policies" -msgstr "Created %s policies" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:256 -#, php-format -msgid "Error creating/updating %s/%s policy modules" -msgstr "Error in creating / updating %s/%s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:259 -#, php-format -msgid "Created/Updated %s/%s policy modules" -msgstr "Created / updated %s/%s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:264 -#, php-format -msgid "Error deleting %s policy modules" -msgstr "Error in deleting %s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:267 -#, php-format -msgid "Deleted %s policy modules" -msgstr "Deleted %s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:272 -#, php-format -msgid "Error creating %s policy alerts" -msgstr "Error in creating %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:275 -#, php-format -msgid "Created %s policy alerts" -msgstr "Created %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:280 -#, php-format -msgid "Error deleting %s policy alerts" -msgstr "Error in deleting %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:283 -#, php-format -msgid "Deleted %s policy alerts" -msgstr "Deleted %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:296 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 -#: ../../enterprise/meta/advanced/synchronizing.os.php:92 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.user.php:518 -msgid "This metaconsole" -msgstr "This meta-console" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 -#, php-format -msgid "Error creating/updating %s/%s comamnds" -msgstr "Error in creating / updating %s/%s commands." - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 -#, php-format -msgid "Created/Updated %s/%s commands" -msgstr "Created / updated %s/%s commands" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 -#, php-format -msgid "Error creating/updating %s/%s actions" -msgstr "Error in creating / updating %s/%s actions." - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 -#, php-format -msgid "Created/Updated %s/%s actions" -msgstr "Created / updated %s/%s actions" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 -#, php-format -msgid "Error creating/updating %s/%s templates" -msgstr "Error in creating / updating %s/%s templates" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 -#, php-format -msgid "Created/Updated %s/%s templates" -msgstr "Created / updated %s/%s templates" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 -msgid "Synchronizing Alerts" -msgstr "Synchronizing Alerts" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " -msgstr "Error in creating %s component groups " - -#: ../../enterprise/meta/advanced/synchronizing.component.php:266 -#, php-format -msgid "Created %s component groups" -msgstr "Created %s component groups" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:271 -#, php-format -msgid "Error creating/updating %s/%s local components " -msgstr "Error creating/updating %s/%s local components " - -#: ../../enterprise/meta/advanced/synchronizing.component.php:274 -#, php-format -msgid "Created/Updated %s/%s local components" -msgstr "Created / updated %s/%s local components" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:279 -#, php-format -msgid "Error creating/updating %s/%s network components " -msgstr "Error in creating / updating %s/%s network components " - -#: ../../enterprise/meta/advanced/synchronizing.component.php:282 -#, php-format -msgid "Created/Updated %s/%s network components" -msgstr "Created/updated %s/%s network components" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:303 -msgid "Synchronizing Components" -msgstr "Synchronizing Components" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:74 -#: ../../enterprise/meta/advanced/synchronizing.group.php:75 -#: ../../enterprise/meta/advanced/synchronizing.group.php:87 -#: ../../enterprise/meta/advanced/synchronizing.group.php:88 -msgid "Open for more details" -msgstr "Open for more details" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:78 -#, php-format -msgid "Error creating %s groups" -msgstr "Error creating %s groups" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:91 -#, php-format -msgid "Error updating %s groups" -msgstr "Error updating %s groups" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:100 -#: ../../enterprise/meta/advanced/synchronizing.group.php:101 -msgid "Open for more details in creation" -msgstr "Open for more details in creation" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:106 -#: ../../enterprise/meta/advanced/synchronizing.group.php:107 -msgid "Open for more details in update" -msgstr "Open for more details in update" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:110 -#, php-format -msgid "Error creating/updating %s/%s groups" -msgstr "Error in creating / updating %s/%s groups" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:122 -#, php-format -msgid "Created/Updated %s/%s groups" -msgstr "Groups %s/%s created / updated" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:129 -msgid "None update or create group" -msgstr "None update or create group" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:140 -msgid "Synchronizing Groups" -msgstr "Synchronizing Groups" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:69 -#, php-format -msgid "Error creating/updating %s/%s module groups" -msgstr "Error creating/updating %s/%s module groups" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72 -#, php-format -msgid "Created/Updated %s/%s module groups" -msgstr "Created/Updated %s/%s module groups" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84 -msgid "Synchronizing Module Groups" -msgstr "Synchronizing Module Groups" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:69 -#, php-format -msgid "Error creating/updating %s/%s OS" -msgstr "Error creating/updating %s/%s OS" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:72 -#, php-format -msgid "Created/Updated %s/%s OS" -msgstr "Created/Updated %s/%s OS" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:84 -msgid "Synchronizing OS" -msgstr "Synchronizing OS" - -#: ../../enterprise/meta/advanced/synchronizing.php:35 -#: ../../enterprise/meta/general/main_header.php:238 -msgid "Synchronizing" -msgstr "Synchronising" - -#: ../../enterprise/meta/advanced/synchronizing.php:60 -#: ../../enterprise/meta/advanced/synchronizing.php:91 -msgid "Users synchronization" -msgstr "Users synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:64 -#: ../../enterprise/meta/advanced/synchronizing.php:94 -msgid "Groups synchronization" -msgstr "Groups synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:68 -#: ../../enterprise/meta/advanced/synchronizing.php:97 -msgid "Alerts synchronization" -msgstr "Alerts synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:72 -#: ../../enterprise/meta/advanced/synchronizing.php:100 -msgid "Components synchronization" -msgstr "Components synchronization" - -#: ../../enterprise/meta/advanced/synchronizing.php:76 -#: ../../enterprise/meta/advanced/synchronizing.php:103 -msgid "Tags synchronization" -msgstr "Tags synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:80 -#: ../../enterprise/meta/advanced/synchronizing.php:106 -msgid "OS synchronization" -msgstr "OS synchronization" - -#: ../../enterprise/meta/advanced/synchronizing.php:84 -#: ../../enterprise/meta/advanced/synchronizing.php:109 -msgid "Module Groups synchronization" -msgstr "Module Groups synchronization" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 -#, php-format -msgid "Error creating/updating %s/%s tags" -msgstr "Error in creating / updating %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 -#, php-format -msgid "Created/Updated %s/%s tags" -msgstr "Created / updated %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 -msgid "Synchronizing Tags" -msgstr "Synchronizing Tags" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:273 -#, php-format -msgid "Error updating user %s" -msgstr "Error in updating user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:277 -#, php-format -msgid "Updated user %s" -msgstr "Updated user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:288 -#, php-format -msgid "Error creating user %s" -msgstr "Error in creating user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:292 -#, php-format -msgid "Created user %s" -msgstr "Created user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:487 -#, php-format +#: ../../godmode/update_manager/update_manager.php:43 +msgid "Online update manager" +msgstr "Online Update Manager" + +#: ../../godmode/update_manager/update_manager.php:50 +msgid "Update manager messages" +msgstr "Update manager messages" + +#: ../../godmode/update_manager/update_manager.php:55 +msgid "Update manager » Setup" +msgstr "Update Manager Setup" + +#: ../../godmode/update_manager/update_manager.php:58 +msgid "Update manager » Offline" +msgstr "Offline Update Manager" + +#: ../../godmode/update_manager/update_manager.php:61 +msgid "Update manager » Online" +msgstr "Online Update Manager" + +#: ../../godmode/update_manager/update_manager.php:64 +msgid "Update manager » Messages" +msgstr "Update manager » Messages" + +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +msgid "Mark as not read" +msgstr "Mark as not read" + +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +msgid "Mark as read" +msgstr "Mark as read" + +#: ../../godmode/update_manager/update_manager.messages.php:186 +msgid "There is not any update manager messages." +msgstr "There are not any update manager messages." + +#: ../../godmode/update_manager/update_manager.setup.php:58 +#: ../../godmode/update_manager/update_manager.setup.php:87 +msgid "Succesful Update the url config vars." +msgstr "URL configuration variables successfully updated." + +#: ../../godmode/update_manager/update_manager.setup.php:59 +#: ../../godmode/update_manager/update_manager.setup.php:88 +msgid "Unsuccesful Update the url config vars." +msgstr "Unsuccessful in updating the URL configuration variables." + +#: ../../godmode/update_manager/update_manager.setup.php:100 +msgid "URL update manager:" +msgstr "Update manager URL" + +#: ../../godmode/update_manager/update_manager.setup.php:102 +msgid "URL update manager" +msgstr "Update Manager URL" + +#: ../../godmode/update_manager/update_manager.setup.php:104 +msgid "Proxy server:" +msgstr "Proxy server:" + +#: ../../godmode/update_manager/update_manager.setup.php:106 +msgid "Proxy server" +msgstr "Proxy server" + +#: ../../godmode/update_manager/update_manager.setup.php:108 +msgid "Proxy port:" +msgstr "Proxy port:" + +#: ../../godmode/update_manager/update_manager.setup.php:110 +msgid "Proxy port" +msgstr "Proxy port" + +#: ../../godmode/update_manager/update_manager.setup.php:112 +msgid "Proxy user:" +msgstr "Proxy user:" + +#: ../../godmode/update_manager/update_manager.setup.php:114 +msgid "Proxy user" +msgstr "Proxy user" + +#: ../../godmode/update_manager/update_manager.setup.php:116 +msgid "Proxy password:" +msgstr "Proxy password:" + +#: ../../godmode/update_manager/update_manager.setup.php:118 +msgid "Proxy password" +msgstr "Proxy password" + +#: ../../godmode/update_manager/update_manager.setup.php:122 +msgid "Pandora FMS community reminder" +msgstr "Pandora FMS community reminder" + +#: ../../godmode/update_manager/update_manager.setup.php:123 msgid "" -"Error creating/updating the followings elements groups/profiles/user " -"profiles (%d/%d/%d)" +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" msgstr "" -"Error creating/updating the following elements groups / profiles / user " -"profiles (%d/%d/%d)" +"Every 8 days, a message is displayed to admin users to remind them to " +"register this Pandora instance" -#: ../../enterprise/meta/advanced/synchronizing.user.php:492 +#: ../../godmode/category/category.php:44 +#: ../../godmode/category/category.php:51 +#: ../../godmode/category/edit_category.php:43 +#: ../../godmode/category/edit_category.php:50 +msgid "List categories" +msgstr "List categories" + +#: ../../godmode/category/category.php:58 +#: ../../godmode/category/category.php:61 +#: ../../godmode/category/edit_category.php:57 +#: ../../godmode/category/edit_category.php:60 +msgid "Categories configuration" +msgstr "Category settings" + +#: ../../godmode/category/category.php:72 +msgid "Error deleting category" +msgstr "Error deleting category" + +#: ../../godmode/category/category.php:76 +msgid "Successfully deleted category" +msgstr "Successfully deleted category" + +#: ../../godmode/category/category.php:110 +msgid "Category name" +msgstr "Category name" + +#: ../../godmode/category/category.php:141 +msgid "No categories found" +msgstr "No categories found" + +#: ../../godmode/category/category.php:150 +#: ../../godmode/category/edit_category.php:146 +msgid "Create category" +msgstr "Create category" + +#: ../../godmode/category/edit_category.php:57 +msgid "Editor" +msgstr "Editor" + +#: ../../godmode/category/edit_category.php:76 +msgid "Error updating category" +msgstr "Error updating category" + +#: ../../godmode/category/edit_category.php:80 +msgid "Successfully updated category" +msgstr "Category successfully updated" + +#: ../../godmode/category/edit_category.php:99 +msgid "Error creating category" +msgstr "Error creating category" + +#: ../../godmode/category/edit_category.php:105 +msgid "Successfully created category" +msgstr "Category successfully created" + +#: ../../godmode/category/edit_category.php:137 +msgid "Update category" +msgstr "Update category" + +#: ../../godmode/groups/configure_modu_group.php:32 +msgid "Module group management" +msgstr "Module group management" + +#: ../../godmode/groups/configure_modu_group.php:51 +#: ../../godmode/groups/configure_group.php:70 +msgid "There was a problem loading group" +msgstr "There was a problem loading group" + +#: ../../godmode/groups/group_list.php:158 +msgid "Edit or delete groups can cause problems with synchronization" +msgstr "Editing or deleting groups can cause problems with synchronization" + +#: ../../godmode/groups/group_list.php:164 +msgid "Groups defined in Pandora" +msgstr "Groups defined in Pandora" + +#: ../../godmode/groups/group_list.php:210 +#: ../../godmode/groups/modu_group_list.php:75 +msgid "Group successfully created" +msgstr "Group successfully created" + +#: ../../godmode/groups/group_list.php:213 +#: ../../godmode/groups/modu_group_list.php:78 +msgid "There was a problem creating group" +msgstr "There was a problem creating the group" + +#: ../../godmode/groups/group_list.php:217 +msgid "Each group must have a different name" +msgstr "Each group must have a different name" + +#: ../../godmode/groups/group_list.php:222 +msgid "Group must have a name" +msgstr "Group must have a name" + +#: ../../godmode/groups/group_list.php:266 +#: ../../godmode/groups/modu_group_list.php:106 +msgid "Group successfully updated" +msgstr "Group successfully updated" + +#: ../../godmode/groups/group_list.php:269 +#: ../../godmode/groups/modu_group_list.php:109 +msgid "There was a problem modifying group" +msgstr "There was a problem modifying the group" + +#: ../../godmode/groups/group_list.php:294 #, php-format +msgid "The group is not empty. It is use in %s." +msgstr "The group isn't empty. It's used in %s." + +#: ../../godmode/groups/group_list.php:298 +#: ../../godmode/groups/modu_group_list.php:138 +msgid "Group successfully deleted" +msgstr "Group successfully deleted" + +#: ../../godmode/groups/group_list.php:301 +#: ../../godmode/groups/modu_group_list.php:136 +msgid "There was a problem deleting group" +msgstr "There was a problem deleting group" + +#: ../../godmode/groups/group_list.php:390 +msgid "There are no defined groups" +msgstr "There are no groups defined" + +#: ../../godmode/groups/group_list.php:396 +#: ../../godmode/groups/configure_group.php:94 +msgid "Create group" +msgstr "Create group" + +#: ../../godmode/groups/configure_group.php:92 +msgid "Update group" +msgstr "Update group" + +#: ../../godmode/groups/configure_group.php:106 +msgid "Update Group" +msgstr "Update Group" + +#: ../../godmode/groups/configure_group.php:108 +msgid "Create Group" +msgstr "Create Group" + +#: ../../godmode/groups/configure_group.php:144 +msgid "You have not access to the parent." +msgstr "You don't have access to the parent" + +#: ../../godmode/groups/configure_group.php:166 +msgid "Group Password" +msgstr "Group Password" + +#: ../../godmode/groups/configure_group.php:174 +msgid "Propagate ACL" +msgstr "Propagate ACL" + +#: ../../godmode/groups/configure_group.php:174 +msgid "Propagate the same ACL security into the child subgroups." +msgstr "Propagate the same ACL security onto the child subgroups" + +#: ../../godmode/groups/configure_group.php:186 +msgid "Contact" +msgstr "Contact" + +#: ../../godmode/groups/configure_group.php:186 +msgid "Contact information accessible through the _groupcontact_ macro" +msgstr "Contact information can be accessed using the _groupcontact_ macro" + +#: ../../godmode/groups/configure_group.php:190 +msgid "Information accessible through the _group_other_ macro" +msgstr "Information can be accessed using the _group_other_ macro" + +#: ../../godmode/groups/configure_group.php:238 msgid "" -"The followings elements groups/profiles/user profiles were created/updated " -"sucessfully (%d/%d/%d)" +"WARNING: You\\'re trying to create a group in a node member of a " +"metaconsole.\\n\\nThis group and all of this contents will not be visible in " +"the metaconsole.\\n\\nIf you want to create a visible group, you must do it " +"from the metaconsole and propagate to the node. " msgstr "" -"The following element groups / profiles / user profiles were created / " -"updated sucessfully (%d/%d/%d)" +"WARNING: you're trying to create a group on a node that is part of a " +"metaconsole. \\n\\nThis group and all of its content will not be visible on " +"the metaconsole. \\n\\nIf you wish to create a visible group, you will have " +"to do it from the metaconsole and propagate it on to the node. " -#: ../../enterprise/meta/advanced/synchronizing.user.php:510 -msgid "Synchronizing Users" -msgstr "Synchronizing Users" +#: ../../godmode/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "Module groups defined in Pandora" -#: ../../enterprise/meta/advanced/synchronizing.user.php:542 -msgid "Profile mode" -msgstr "Profile mode" +#: ../../godmode/groups/modu_group_list.php:82 +#: ../../godmode/groups/modu_group_list.php:113 +msgid "Each module group must have a different name" +msgstr "Each module group must have a different name" -#: ../../enterprise/meta/advanced/synchronizing.user.php:542 -msgid "Profile synchronization mode." -msgstr "Profile synchronisation mode" +#: ../../godmode/groups/modu_group_list.php:86 +#: ../../godmode/groups/modu_group_list.php:117 +msgid "Module group must have a name" +msgstr "The module group must be named" -#: ../../enterprise/meta/advanced/synchronizing.user.php:543 -msgid "New profile" -msgstr "New profile" +#: ../../godmode/groups/modu_group_list.php:208 +msgid "There are no defined module groups" +msgstr "There are no module groups defined" -#: ../../enterprise/meta/advanced/synchronizing.user.php:545 -msgid "" -"The selected user profile will be added to the selected users into the target" +#: ../../godmode/groups/modu_group_list.php:213 +msgid "Create module group" +msgstr "Create module group" + +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_nc_groups.php:40 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module management" +msgstr "Module management" + +#: ../../godmode/modules/module_list.php:28 +msgid "Defined modules" +msgstr "Defined modules" + +#: ../../godmode/modules/module_list.php:50 +msgid "Problem modifying module" +msgstr "There was a problem modifying the module" + +#: ../../godmode/modules/module_list.php:52 +msgid "Module updated successfully" +msgstr "Module updated successfully" + +#: ../../godmode/modules/manage_network_components_form_network.php:47 +msgid "SNMP Enterprise String" +msgstr "Enterprise SNMP String" + +#: ../../godmode/modules/manage_network_components_form_network.php:50 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353 +#: ../../godmode/agentes/module_manager_editor_network.php:119 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714 +msgid "SNMP community" +msgstr "SNMP community" + +#: ../../godmode/modules/manage_network_components_form_network.php:90 +#: ../../godmode/agentes/module_manager_editor_network.php:171 +msgid "TCP send" +msgstr "TCP send" + +#: ../../godmode/modules/manage_network_components_form_network.php:97 +#: ../../godmode/agentes/module_manager_editor_network.php:177 +msgid "TCP receive" +msgstr "TCP receive" + +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" +msgstr "Component group management" + +#: ../../godmode/modules/manage_nc_groups.php:58 +msgid "Could not be created. Blank name" +msgstr "Could not be created. Name left blank" + +#: ../../godmode/modules/manage_nc_groups.php:154 +#: ../../godmode/modules/manage_network_components.php:399 +#: ../../godmode/modules/manage_network_templates.php:85 +msgid "Successfully multiple deleted" +msgstr "Multi-deletion successful" + +#: ../../godmode/modules/manage_nc_groups.php:155 +#: ../../godmode/modules/manage_network_components.php:400 +#: ../../godmode/modules/manage_network_templates.php:86 +msgid "Not deleted. Error deleting multiple data" +msgstr "Not deleted. Error deleting multiple data" + +#: ../../godmode/modules/manage_nc_groups.php:238 +msgid "There are no defined component groups" +msgstr "There are no component groups defined" + +#: ../../godmode/modules/manage_nc_groups_form.php:54 +msgid "Update Group Component" +msgstr "Update Group Component" + +#: ../../godmode/modules/manage_nc_groups_form.php:57 +msgid "Create Group Component" +msgstr "Create Group Component" + +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" +msgstr "Network component management" + +#: ../../godmode/modules/manage_network_components.php:516 +msgid "Free Search" +msgstr "Free Search" + +#: ../../godmode/modules/manage_network_components.php:517 +msgid "Search by name, description, tcp send or tcp rcv, list matches." msgstr "" -"The selected user profile will be added to the selected users into the target" +"Search by: name, description, TCP sending or TCP receiving, list matches." -#: ../../enterprise/meta/advanced/synchronizing.user.php:546 -msgid "Copy profile" -msgstr "Copy profile" +#: ../../godmode/modules/manage_network_components.php:569 +msgid "Max/Min" +msgstr "Max/Min" -#: ../../enterprise/meta/advanced/synchronizing.user.php:548 -msgid "" -"The target user profiles will be replaced with the source user profiles" +#: ../../godmode/modules/manage_network_components.php:595 +msgid "Network module" +msgstr "Network module" + +#: ../../godmode/modules/manage_network_components.php:599 +msgid "WMI module" +msgstr "WMI module" + +#: ../../godmode/modules/manage_network_components.php:603 +msgid "Plug-in module" +msgstr "Plug-in module" + +#: ../../godmode/modules/manage_network_components.php:634 +msgid "There are no defined network components" +msgstr "There are no network components defined" + +#: ../../godmode/modules/manage_network_components.php:641 +msgid "Create a new network component" +msgstr "Create a new network component" + +#: ../../godmode/modules/manage_network_components.php:642 +msgid "Create a new plugin component" +msgstr "Create a new plug-in component" + +#: ../../godmode/modules/manage_network_components.php:643 +msgid "Create a new WMI component" +msgstr "Create a new WMI component" + +#: ../../godmode/modules/manage_network_components_form.php:253 +msgid "Update Network Component" +msgstr "Update Network Components" + +#: ../../godmode/modules/manage_network_components_form.php:256 +msgid "Create Network Component" +msgstr "Create Network Components" + +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" +msgstr "Module template management" + +#: ../../godmode/modules/manage_network_templates_form.php:54 +msgid "Successfully deleted module from profile" +msgstr "Successfully deleted module from profile" + +#: ../../godmode/modules/manage_network_templates_form.php:55 +msgid "Error deleting module from profile" +msgstr "Error deleting module from profile" + +#: ../../godmode/modules/manage_network_templates_form.php:70 +msgid "Successfully added module to profile" +msgstr "Successfully added module to profile" + +#: ../../godmode/modules/manage_network_templates_form.php:71 +msgid "Error adding module to profile" +msgstr "Error adding module to profile" + +#: ../../godmode/modules/manage_network_templates_form.php:94 +msgid "Successfully updated network profile" +msgstr "Network profile updated successfully" + +#: ../../godmode/modules/manage_network_templates_form.php:95 +msgid "Error updating network profile" +msgstr "Error updating the network profile" + +#: ../../godmode/modules/manage_network_templates_form.php:110 +msgid "Successfully added network profile" +msgstr "Network profile added successfully" + +#: ../../godmode/modules/manage_network_templates_form.php:111 +msgid "Error adding network profile" +msgstr "Error adding network profile" + +#: ../../godmode/modules/manage_network_templates_form.php:116 +msgid "Cannot create a template without name" +msgstr "Cannot create a template without a name" + +#: ../../godmode/modules/manage_network_templates_form.php:184 +msgid "No modules for this profile" +msgstr "No modules for this profile" + +#: ../../godmode/modules/manage_network_templates_form.php:224 +msgid "Add modules" +msgstr "Add modules" + +#: ../../godmode/modules/manage_network_templates_form.php:302 +msgid "Components" +msgstr "Components" + +#: ../../godmode/modules/manage_network_components_form_common.php:109 +#: ../../godmode/agentes/module_manager_editor_common.php:258 +msgid "Advanced options Dynamic Threshold" +msgstr "Advanced options Dynamic Threshold" + +#: ../../godmode/modules/manage_network_components_form_common.php:111 +msgid "Dynamic Min. " +msgstr "Dynamic Min. " + +#: ../../godmode/modules/manage_network_components_form_common.php:165 +msgid "Any value below this number is discarted" +msgstr "Any value below this number is discarded" + +#: ../../godmode/modules/manage_network_components_form_common.php:167 +msgid "Any value over this number is discarted" +msgstr "Any value over this number is discarded" + +#: ../../godmode/modules/manage_network_components_form_common.php:212 +#: ../../godmode/agentes/module_manager_editor_common.php:478 +msgid "Tags available" +msgstr "Tags available" + +#: ../../godmode/modules/manage_network_components_form_common.php:219 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Add tags to module" +msgstr "Add tags to module" + +#: ../../godmode/modules/manage_network_components_form_common.php:220 +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "Delete tags to module" +msgstr "Delete tags from module" + +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/agentes/module_manager_editor_common.php:543 +msgid "Tags selected" +msgstr "Tags selected" + +#: ../../godmode/modules/manage_network_components_form_common.php:379 +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +msgid "Normal Status" +msgstr "Normal Status" + +#: ../../godmode/modules/manage_network_components_form_common.php:380 +#: ../../godmode/agentes/module_manager_editor_common.php:1249 +msgid "Warning Status" +msgstr "Warning Status" + +#: ../../godmode/modules/manage_network_components_form_common.php:381 +#: ../../godmode/agentes/module_manager_editor_common.php:1250 +msgid "Critical Status" +msgstr "Critical Status" + +#: ../../godmode/modules/manage_network_components_form_common.php:602 +#: ../../godmode/agentes/module_manager_editor_common.php:1471 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "Please introduce a maximum warning higher than the minimum warning" + +#: ../../godmode/modules/manage_network_components_form_common.php:603 +#: ../../godmode/agentes/module_manager_editor_common.php:1472 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "Please introduce a maximum critical higher than the minimum critical" + +#: ../../godmode/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" +msgstr "Template successfully deleted" + +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" +msgstr "Error deleting template" + +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" +msgstr "This template does not exist" + +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" +msgstr "There are no network profiles defined" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:32 +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +msgid "WMI query" +msgstr "WMI query" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +msgid "Key string" +msgstr "Key string" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +msgid "Field number" +msgstr "Field number" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +msgid "Namespace" +msgstr "Namespace" + +#: ../../godmode/agentes/configurar_agente.php:187 +#: ../../godmode/agentes/configurar_agente.php:733 +msgid "No agent alias specified" +msgstr "No agent alias specified" + +#: ../../godmode/agentes/configurar_agente.php:268 +msgid "Could not be created, because name already exists" msgstr "" -"The target user profiles will be replaced with the source user profiles" -#: ../../enterprise/meta/agentsearch.php:80 -msgid "Search results for" -msgstr "Search results for" +#: ../../godmode/agentes/configurar_agente.php:385 +msgid "Agent wizard" +msgstr "Agent wizard" -#: ../../enterprise/meta/agentsearch.php:205 -msgid "There are no agents included in this group" -msgstr "There are no agents included in this group" +#: ../../godmode/agentes/configurar_agente.php:397 +#: ../../godmode/agentes/configurar_agente.php:561 +msgid "SNMP Interfaces wizard" +msgstr "SNMP Interface wizard" -#: ../../enterprise/meta/event/custom_events.php:89 -msgid "The user is not in neither group with EW profile" -msgstr "The user is not in either of the groups with an EW profile." +#: ../../godmode/agentes/configurar_agente.php:402 +#: ../../godmode/agentes/configurar_agente.php:564 +msgid "WMI Wizard" +msgstr "WMI Wizard" -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" -msgstr "Update successful." +#: ../../godmode/agentes/configurar_agente.php:523 +msgid "Collection" +msgstr "Collection" -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "Update unsuccessful." +#: ../../godmode/agentes/configurar_agente.php:531 +msgid "Agent plugins" +msgstr "Agent plugins" -#: ../../enterprise/meta/event/custom_events.php:154 -msgid "Fields" -msgstr "Fields" +#: ../../godmode/agentes/configurar_agente.php:546 +msgid "Gis" +msgstr "Gis" -#: ../../enterprise/meta/general/login_page.php:43 -msgid "Go to pandorafms.com" -msgstr "Go to pandorafms.com" +#: ../../godmode/agentes/configurar_agente.php:572 +msgid "SNMP explorer" +msgstr "SNMP explorer" -#: ../../enterprise/meta/general/login_page.php:48 -msgid "Go to Pandora FMS Wiki" -msgstr "Go to Pandora FMS Wiki" +#: ../../godmode/agentes/configurar_agente.php:587 +msgid "Agent manager" +msgstr "Agent manager" -#: ../../enterprise/meta/general/logon_ok.php:32 -msgid "Network traffic" -msgstr "Network traffic" +#: ../../godmode/agentes/configurar_agente.php:647 +#: ../../godmode/agentes/configurar_agente.php:652 +msgid "No data to normalize" +msgstr "No data to normalise" -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/general/main_header.php:180 -#: ../../enterprise/meta/screens/screens.php:35 -msgid "Screens" -msgstr "Screens" - -#: ../../enterprise/meta/general/main_header.php:98 -msgid "Groups view" -msgstr "Group view" - -#: ../../enterprise/meta/general/main_header.php:108 -msgid "Monitors view" -msgstr "Monitors view" - -#: ../../enterprise/meta/general/main_header.php:144 -msgid "Create new report" -msgstr "Create new report" - -#: ../../enterprise/meta/general/main_header.php:157 -msgid "Report templates" -msgstr "Report templates" - -#: ../../enterprise/meta/general/main_header.php:205 -msgid "Live view" -msgstr "Live view" - -#: ../../enterprise/meta/general/main_header.php:248 -msgid "Agent management" -msgstr "Agent management" - -#: ../../enterprise/meta/general/main_header.php:258 -msgid "Alert management" -msgstr "Alert management" - -#: ../../enterprise/meta/general/main_header.php:268 -msgid "Component management" -msgstr "Component management" - -#: ../../enterprise/meta/general/main_header.php:273 -msgid "Policy management" -msgstr "Policy management" - -#: ../../enterprise/meta/general/main_header.php:278 -msgid "Category management" -msgstr "Category management" - -#: ../../enterprise/meta/general/main_header.php:283 -msgid "Server management" -msgstr "Server management" - -#: ../../enterprise/meta/general/main_header.php:293 -msgid "Metasetup" -msgstr "Metasetup" - -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 -msgid "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
                " -msgstr "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
                " - -#: ../../enterprise/meta/general/noaccess.php:17 -msgid "Back to login" -msgstr "Back to login" - -#: ../../enterprise/meta/general/noaccess.php:33 -msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance. \n" -"\t\t\t\t\t
                Please know that all attempts to access this page are recorded " -"in security logs of Pandora System Database" -msgstr "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance. \n" -"\t\t\t\t\t
                Please know that all attempts to access this page are recorded " -"in security logs of Pandora System Database" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 -msgid "Go to agent detail" -msgstr "Go to agent detail" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 -msgid "Create new module" -msgstr "Create new module" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 -msgid "Group name" -msgstr "Group name" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 -msgid "Go to module detail" -msgstr "Go to module detail" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 -msgid "Create new alert" -msgstr "Create new alert" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 -msgid "There was a problem loading alert" -msgstr "A problem occurred while loading alerts" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 -msgid "Stand By" -msgstr "Stand By" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 -msgid "Go to Alert detail" -msgstr "Go to Alert detail" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 -msgid "Delete alert" -msgstr "Delete alert" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 -msgid "There was a problem loading tag" -msgstr "There was a problem in loading the tag." - -#: ../../enterprise/meta/include/functions_agents_meta.php:1204 -#: ../../enterprise/meta/include/functions_agents_meta.php:1215 -msgid "Agents movement" -msgstr "Agents movement" - -#: ../../enterprise/meta/include/functions_agents_meta.php:1209 -#: ../../enterprise/meta/include/functions_agents_meta.php:1218 -msgid "Group management" -msgstr "Group management" - -#: ../../enterprise/meta/include/functions_components_meta.php:60 -#: ../../enterprise/meta/include/functions_components_meta.php:75 -msgid "Plugin management" -msgstr "Plugin management" - -#: ../../enterprise/meta/include/functions_components_meta.php:81 -msgid "Create plugin" -msgstr "Create plugin" - -#: ../../enterprise/meta/include/functions_components_meta.php:84 -msgid "Edit plugin" -msgstr "Edit plugin" - -#: ../../enterprise/meta/include/functions_groups_meta.php:77 +#: ../../godmode/agentes/configurar_agente.php:656 #, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "(Error Duplicate ID (%d) ) " +msgid "Deleted data above %f" +msgstr "Deleted data above %f" -#: ../../enterprise/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "Different parent" - -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "Different name" - -#: ../../enterprise/meta/include/functions_meta.php:332 -msgid "No admin user" -msgstr "No admin user" - -#: ../../enterprise/meta/include/functions_meta.php:428 -msgid "Netflow disable custom live view filters" -msgstr "Netflow disables custom live view filters." - -#: ../../enterprise/meta/include/functions_meta.php:476 -msgid "Customizable section" -msgstr "Customizable section" - -#: ../../enterprise/meta/include/functions_meta.php:829 -msgid "Pandora FMS host" -msgstr "Pandora FMS host" - -#: ../../enterprise/meta/include/functions_meta.php:1101 -msgid "Type of charts" -msgstr "Type of charts" - -#: ../../enterprise/meta/include/functions_meta.php:1181 -msgid "Custom background login" -msgstr "" - -#: ../../enterprise/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "User synchronization" - -#: ../../enterprise/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "Group synchronization" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" -msgstr "Agent modules" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" -msgstr "Add selected modules to agent" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" -msgstr "Undo changes" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:473 -msgid "Latency" -msgstr "Latency" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:474 -msgid "Response" -msgstr "Response" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:476 -msgid "Check type" -msgstr "Check type" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:525 -msgid "String to check" -msgstr "String to check" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:530 -msgid "Add check" -msgstr "Add check" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:538 -msgid "Delete check" -msgstr "Delete check" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:818 -#: ../../enterprise/meta/include/functions_wizard_meta.php:910 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1120 -msgid "Various" -msgstr "Various" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:858 -#: ../../enterprise/meta/include/functions_wizard_meta.php:944 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1161 -msgid "Thresholds" -msgstr "Thresholds" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:955 -msgid "Web configuration" -msgstr "Web configuration" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1147 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1153 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1560 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1567 -msgid "Str: " -msgstr "Str: " - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1155 -msgid " Inverse interval " -msgstr " Inverse interval " - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1216 -msgid "Alerts in module" -msgstr "Alerts in module" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1379 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1469 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1589 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1660 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 -msgid "Preview" -msgstr "Preview" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -msgid "Checks" -msgstr "Checks" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1654 -msgid "Deleted modules" -msgstr "Deleted modules" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1866 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1963 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2438 +#: ../../godmode/agentes/configurar_agente.php:657 #, php-format -msgid "Error adding module %s" -msgstr "Error in adding module %s" +msgid "Error normalizing module %s" +msgstr "Error normalising module %s" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1876 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1973 +#: ../../godmode/agentes/configurar_agente.php:782 +msgid "There was a problem updating the agent" +msgstr "There was a problem updating the agent" + +#: ../../godmode/agentes/configurar_agente.php:826 +msgid "There was a problem loading the agent" +msgstr "There was a problem loading the agent" + +#: ../../godmode/agentes/configurar_agente.php:1227 msgid "" -"There was an error creating the alerts, the operation has been cancelled" +"There was a problem updating module. Another module already exists with the " +"same name." msgstr "" -"There was an error creating the alerts, the operation has been cancelled" +"There was an issue updating the module: there's another module with the same " +"name" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2040 -msgid "Agent successfully added" -msgstr "Agent successfully added" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2056 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2138 -#, php-format -msgid "%s Modules created" -msgstr "%s Modules created" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 -#, php-format -msgid "Could not update agent %s" -msgstr "Could not update agent %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2098 -msgid "Agent successfully updated" -msgstr "Agent successfully updated" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2144 -#, php-format -msgid "%s Modules deleted" -msgstr "%s Modules deleted" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2449 +#: ../../godmode/agentes/configurar_agente.php:1230 msgid "" -"There was an error creating the alerts, the operation has been cancelled ." +"There was a problem updating module. Some required fields are missed: (name)" msgstr "" -"There was an error creating the alerts, the operation has been cancelled ." +"There was an issue updating the module: some required fields are missing: " +"(name)" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2480 -msgid "Module successfully added." -msgstr "Module successfully added." +#: ../../godmode/agentes/configurar_agente.php:1233 +msgid "There was a problem updating module. \"No change\"" +msgstr "A problem occurred when updating the module. \"No change\"" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2552 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2641 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2852 +#: ../../godmode/agentes/configurar_agente.php:1238 +msgid "There was a problem updating module. Processing error" +msgstr "A problem occurred when updating the module. Processing error" + +#: ../../godmode/agentes/configurar_agente.php:1258 +msgid "Module successfully updated" +msgstr "Module successfully updated" + +#: ../../godmode/agentes/configurar_agente.php:1367 +msgid "" +"There was a problem adding module. Another module already exists with the " +"same name." +msgstr "" +"A problem occurred when adding the module. There's another module with the " +"same name." + +#: ../../godmode/agentes/configurar_agente.php:1370 +msgid "" +"There was a problem adding module. Some required fields are missed : (name)" +msgstr "" +"There was a problem adding the module: some required fields are missing: " +"(name)" + +#: ../../godmode/agentes/configurar_agente.php:1375 +msgid "There was a problem adding module. Processing error" +msgstr "There was a problem adding the module. Processing error." + +#: ../../godmode/agentes/configurar_agente.php:1511 +msgid "There was a problem deleting the module" +msgstr "There was a problem deleting the module" + +#: ../../godmode/agentes/configurar_agente.php:1514 +msgid "Module deleted succesfully" +msgstr "Module deleted succesfully" + +#: ../../godmode/agentes/configurar_agente.php:1528 #, php-format -msgid "Error updating module %s" -msgstr "Error in updating module %s" +msgid "copy of %s" +msgstr "copy of %s" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2575 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2664 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2875 +#: ../../godmode/agentes/configurar_agente.php:1538 +#, php-format +msgid "copy of %s (%d)" +msgstr "copy of %s (%d)" + +#: ../../godmode/agentes/configurar_agente.php:1696 +#: ../../godmode/agentes/configurar_agente.php:1706 +msgid "Invalid tab specified" +msgstr "Invalid tab specified" + +#: ../../godmode/agentes/module_manager_editor.php:390 +msgid "This policy is applying and cannot be modified" +msgstr "This policy is being applied and cannot be modified" + +#: ../../godmode/agentes/module_manager_editor.php:394 +msgid "Module will be linked in the next application" +msgstr "Module will be linked upon next use" + +#: ../../godmode/agentes/module_manager_editor.php:402 +msgid "Module will be unlinked in the next application" +msgstr "Module will be unlinked upon next use" + +#: ../../godmode/agentes/module_manager_editor.php:490 +#, php-format +msgid "DEBUG: Invalid module type specified in %s:%s" +msgstr "DEBUG: Invalid module type specified in %s:%s" + +#: ../../godmode/agentes/module_manager_editor.php:491 msgid "" -"There was an error updating the alerts, the operation has been cancelled" +"Most likely you have recently upgraded from an earlier version of Pandora " +"and either
                \n" +"\t\t\t\t1) forgot to use the database converter
                \n" +"\t\t\t\t2) used a bad version of the database converter (see Bugreport " +"#2124706 for the solution)
                \n" +"\t\t\t\t3) found a new bug - please report a way to duplicate this error" msgstr "" -"There was an error in updating the alerts, the operation has been cancelled." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2597 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2686 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2897 -msgid "Successfully updated module." -msgstr "Module successfully updated." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:3250 -msgid "Manage agent modules" -msgstr "Manage agent modules" - -#: ../../enterprise/meta/index.php:250 ../../index.php:267 -msgid "The code shouldn't be empty" -msgstr "The code shouldn't be empty" - -#: ../../enterprise/meta/index.php:262 ../../index.php:279 -msgid "Expired login" -msgstr "Expired login" - -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:287 ../../index.php:293 -msgid "Login error" -msgstr "Login error" - -#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534 -#: ../../index.php:809 -msgid "Sorry! I can't find the page!" -msgstr "Sorry! I can't find the page!" - -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "Group View" - -#: ../../enterprise/meta/monitoring/group_view.php:95 -msgid "Summary by status" -msgstr "Summary by status" - -#: ../../enterprise/meta/monitoring/group_view.php:103 -msgid "% Agents Unknown" -msgstr "% Agents Unknown" - -#: ../../enterprise/meta/monitoring/group_view.php:104 -#: ../../enterprise/meta/monitoring/group_view.php:105 -msgid "% Agents not init" -msgstr "% Agents not init" - -#: ../../enterprise/meta/monitoring/group_view.php:108 -msgid "% Monitors Critical" -msgstr "% Monitors Critical" - -#: ../../enterprise/meta/monitoring/group_view.php:109 -msgid "% Monitors Warning" -msgstr "% Monitors Warning" - -#: ../../enterprise/meta/monitoring/group_view.php:110 -msgid "% Monitors OK" -msgstr "% Monitors OK" - -#: ../../enterprise/meta/monitoring/group_view.php:111 -msgid "% Monitors Unknown" -msgstr "% Monitors Unknown" - -#: ../../enterprise/meta/monitoring/group_view.php:112 -msgid "% Monitors Not init" -msgstr "% Monitors Not init" - -#: ../../enterprise/meta/monitoring/group_view.php:136 -#: ../../enterprise/meta/monitoring/group_view.php:137 -msgid "This data doesn't show in realtime" -msgstr "This data doesn't show in realtime" - -#: ../../enterprise/meta/monitoring/group_view.php:144 -msgid "Group or Tag" -msgstr "Group or Tag" - -#: ../../enterprise/meta/monitoring/group_view.php:148 -msgid "critical" -msgstr "critical" - -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" -msgstr "Tactical View" - -#: ../../enterprise/meta/monitoring/tactical.php:291 -msgid "Report of state" -msgstr "Report of state" - -#: ../../enterprise/meta/monitoring/tactical.php:320 -msgid "Report of events" -msgstr "Report of events" - -#: ../../enterprise/meta/monitoring/tactical.php:325 -msgid "Info of state in events" -msgstr "Info of state in events" - -#: ../../enterprise/meta/monitoring/tactical.php:341 -msgid "More events" -msgstr "More events" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" -msgstr "Edit agent" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 -msgid "Please, set a valid IP/Name address" -msgstr "Please, set a valid IP/Name address" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 -msgid "Create module" -msgstr "Create module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 -msgid "Can't connect to Pandora FMS instance" -msgstr "Cannot connect to Pandora FMS instance." - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 -msgid "Web check" -msgstr "Web check" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" -msgstr "Module description" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 -msgid "Step by step wizard" -msgstr "Step by step wizard" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 -msgid "Click Create to continue" -msgstr "Click Create to continue" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 -msgid "Select the agent to be edited or deleted" -msgstr "Select the agent to be edited or deleted" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 -msgid "Manage modules" -msgstr "Manage modules" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 -msgid "Select the agent where the module will be created" -msgstr "Select the agent where the module will be created" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 -msgid "Create Module" -msgstr "Create Module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 -msgid "Select the module to be edited or deleted" -msgstr "Select the module to be edited or deleted" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 -msgid "Select the module where the alert will be created" -msgstr "Select the module in which the alert will be created." - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 -msgid "Select the alert to be edited or deleted" -msgstr "Select the alert to be edited or deleted" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -msgid "Advanced configuration" -msgstr "Advanced configuration" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:231 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 -msgid "Invalid characters founded in module name" -msgstr "Invalid characters found in module name." - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 -msgid "Please, set a name" -msgstr "Please set a name" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 -msgid "Please, set an interval" -msgstr "Please set an interval" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 -msgid "The alert you are trying to add is already in the list of alerts" -msgstr "The alert you are trying to add is already in the list of alerts." - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 -msgid "Please, select an alert" -msgstr "Please select an alert" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 -msgid "Please, select an agent" -msgstr "Please select an agent" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 -msgid "String" -msgstr "String" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 -msgid "No agent name specified" -msgstr "No agent name specified" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 -msgid "Another agent already exists with the same name" -msgstr "Another agent with the same name already exists." - -#: ../../enterprise/meta/screens/screens.visualmap.php:60 -msgid "Create visualmap" -msgstr "Create visual map" - -#: ../../enterprise/mobile/operation/dashboard.php:59 -msgid "Visual console are not shown due screen size limitations" -msgstr "" - -#: ../../enterprise/mobile/operation/dashboard.php:87 -msgid "Dashboards list" -msgstr "Dashboards list" - -#: ../../enterprise/mobile/operation/dashboard.php:107 -msgid "No Dashboards" -msgstr "No Dashboards" - -#: ../../enterprise/mobile/operation/dashboard.php:140 -msgid "Dashboard name" -msgstr "Dashboard name" - -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 -msgid "Unsucessful get module inventory data." -msgstr "Getting module inventory data was unsuccessful." - -#: ../../enterprise/operation/agentes/agent_inventory.php:56 -msgid "This agent has not modules inventory" -msgstr "This agent has not modules inventory" - -#: ../../enterprise/operation/agentes/agent_inventory.php:160 -#: ../../enterprise/operation/agentes/agent_inventory.php:161 -msgid "Diff view" -msgstr "Diff view" - -#: ../../enterprise/operation/agentes/collection_view.php:54 -msgid "No collection assigned to this agent" -msgstr "No collection assigned to this agent" - -#: ../../enterprise/operation/agentes/manage_transmap.php:27 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:82 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:257 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:319 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:33 -msgid "Transactions List" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:50 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:89 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:326 -msgid "Edit main data" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:57 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:96 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:333 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:39 -msgid "Edit Transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:65 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:104 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:341 -msgid "View Transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:98 -msgid "Return to windowed mode" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:102 -msgid "Transactional Map - " -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:106 -msgid "Transaction not found" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:110 -msgid "Master lock file not found (No data to show)" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:114 -msgid "Transaction is stopped" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap.php:118 -msgid "Error, please check the transaction phases" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:36 -msgid "Please, reset the transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:71 -msgid "Successfully data updated" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:72 -msgid "Could not be data updated" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:107 -msgid "Transactional Map - Create Phase - " -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:117 -msgid "Index" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:120 -msgid "Dependencies" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:121 -msgid "Enables" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:181 -msgid "Not valid dependencies field" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:187 -msgid "Not valid enables field" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:260 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:345 -msgid "Transactional Map - Create Transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:272 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:361 -msgid "Loop interval" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:45 -msgid "Go back to phases list" -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:49 -msgid "Transactional Map - Phase - " -msgstr "" - -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:62 -msgid "Launch script" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:37 -msgid "This agent has no policy assigned" -msgstr "This agent has no assigned policy." - -#: ../../enterprise/operation/agentes/policy_view.php:65 -msgid "Policy outdate" -msgstr "Policy outdated" - -#: ../../enterprise/operation/agentes/policy_view.php:130 -#: ../../enterprise/operation/agentes/policy_view.php:137 -msgid "Toggle the collection table" -msgstr "Toggle the collection table" - -#: ../../enterprise/operation/agentes/policy_view.php:133 -msgid "Descripttion" -msgstr "Description" - -#: ../../enterprise/operation/agentes/policy_view.php:138 -msgid "Show Collection" -msgstr "Show Collection" - -#: ../../enterprise/operation/agentes/policy_view.php:192 -#: ../../enterprise/operation/agentes/policy_view.php:201 -msgid "Toggle the alert table" -msgstr "Toggle the alert table" - -#: ../../enterprise/operation/agentes/policy_view.php:202 -msgid "Show Alert" -msgstr "Show Alert" - -#: ../../enterprise/operation/agentes/policy_view.php:303 -#: ../../enterprise/operation/agentes/policy_view.php:312 -msgid "Toggle the module table" -msgstr "Toggle the module table" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "Relationship" -msgstr "Relationship" - -#: ../../enterprise/operation/agentes/policy_view.php:313 -msgid "Show Modules" -msgstr "Show Modules" - -#: ../../enterprise/operation/agentes/policy_view.php:333 -msgid "(Un-adopted)" -msgstr "(Un-adopted)" - -#: ../../enterprise/operation/agentes/policy_view.php:337 -msgid "(Adopted)" -msgstr "(Adopted)" - -#: ../../enterprise/operation/agentes/policy_view.php:343 -msgid "(Un-adopted) (Unlinked)" -msgstr "(Un-adopted) (Unlinked)" - -#: ../../enterprise/operation/agentes/policy_view.php:347 -msgid "(Adopted) (Unlinked)" -msgstr "(Adopted) (Unlinked)" - -#: ../../enterprise/operation/agentes/transactional_map.php:31 -msgid "Transactions list" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:100 -msgid "Name can't be empty" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:148 -msgid "Transaction name" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:151 -msgid "Running status" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:153 -msgid "Time spent" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:183 -msgid "Stopped" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:189 -msgid "Starting" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:192 -msgid "Stopping" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:260 -#: ../../enterprise/operation/agentes/ux_console_view.php:118 -#: ../../enterprise/operation/agentes/ux_console_view.php:237 -msgid "Failed" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:314 -msgid "Edit phases" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:323 -msgid "Error in phases section" -msgstr "" - -#: ../../enterprise/operation/agentes/transactional_map.php:342 -msgid "Create Transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/ux_console_view.php:38 -msgid "No ux transactions found." -msgstr "" - -#: ../../enterprise/operation/agentes/ux_console_view.php:48 -msgid "Transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/ux_console_view.php:57 -msgid "Show transaction" -msgstr "" - -#: ../../enterprise/operation/agentes/ux_console_view.php:83 -msgid "Execution results for transaction " -msgstr "" - -#: ../../enterprise/operation/agentes/ux_console_view.php:157 -msgid "Global results" -msgstr "" - -#: ../../enterprise/operation/agentes/ux_console_view.php:217 -msgid "Transaction history" -msgstr "" - -#: ../../enterprise/operation/agentes/ver_agente.php:225 -msgid "UX Console" -msgstr "" - -#: ../../enterprise/operation/inventory/inventory.php:266 -msgid "Export this list to CSV" -msgstr "Export this list to CSV" - -#: ../../enterprise/operation/log/log_viewer.php:150 -#: ../../enterprise/operation/menu.php:128 -msgid "Log viewer" -msgstr "Log viewer" - -#: ../../enterprise/operation/log/log_viewer.php:350 -msgid "The start date cannot be greater than the end date" -msgstr "The start date cannot be greater than the end date" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:36 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:74 -msgid "List of networkmaps" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:42 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:80 -msgid "Edit networkmap" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:48 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:86 -msgid "Deleted list" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:54 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:92 -msgid "View networkmap" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:61 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:66 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:95 -msgid "List deleted items" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:108 -msgid "Successfully restore the item" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:109 -msgid "Could not be restore the item" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:130 -msgid "Successfully restore the items" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:132 -msgid "Could not be restore the " -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:136 -msgid "Not found networkmap" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:140 -msgid "The items restored will be appear in the holding area." -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:160 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:227 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:256 -msgid "Restore" -msgstr "" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:170 -msgid "There are not nodes in the networkmap." -msgstr "" - -#: ../../enterprise/operation/menu.php:100 -msgid "Transactional map" -msgstr "" - -#: ../../enterprise/operation/menu.php:111 -msgid "Custom SQL" -msgstr "Custom SQL" - -#: ../../enterprise/operation/reporting/custom_reporting.php:22 +"Most likely you've recently upgraded from an earlier version of Pandora and " +"you either
                \n" +"\t\t\t\t1) forgot to use the database converter
                \n" +"\t\t\t\t2) used a bad version of the database converter (see Bugreport " +"#2124706 for the solution)
                \n" +"\t\t\t\t3) found a new bug - please report a way to duplicate this error" + +#: ../../godmode/agentes/module_manager_editor.php:517 +#: ../../godmode/agentes/module_manager_editor_common.php:667 +msgid "Custom macros" +msgstr "Custom macros" + +#: ../../godmode/agentes/module_manager_editor.php:519 +msgid "Module relations" +msgstr "Module relations" + +#: ../../godmode/agentes/module_manager_editor.php:565 +msgid "No module name provided" +msgstr "No module name provided" + +#: ../../godmode/agentes/module_manager_editor.php:566 +msgid "No target IP provided" +msgstr "No target IP provided" + +#: ../../godmode/agentes/module_manager_editor.php:567 +msgid "No SNMP OID provided" +msgstr "No SNMP OID provided" + +#: ../../godmode/agentes/module_manager_editor.php:568 +msgid "No module to predict" +msgstr "No module to predict" + +#: ../../godmode/agentes/module_manager_editor.php:569 +msgid "No plug-in provided" +msgstr "No plug-in provided" + +#: ../../godmode/agentes/module_manager_editor.php:592 msgid "" -"All the items are not available in CSV, only the previous versions ones." +"Error, The field name and name in module_name in data configuration are " +"different." msgstr "" -"All the items are not available in CSV, only the previous versions ones." +"Error: field name and name in the module_name string under data " +"configuration are different." -#: ../../enterprise/operation/reporting/custom_reporting.php:62 -#: ../../enterprise/operation/reporting/custom_reporting.php:85 -msgid "Send by email" -msgstr "Send by e-mail" +#: ../../godmode/agentes/planned_downtime.export_csv.php:199 +#: ../../godmode/agentes/planned_downtime.list.php:358 +msgid "No planned downtime" +msgstr "No planned downtime" -#: ../../enterprise/operation/reporting/custom_reporting.php:70 -msgid "ID Report" -msgstr "Report ID" +#: ../../godmode/agentes/module_manager_editor_common.php:70 +msgid "Using module component" +msgstr "Using module component" -#: ../../enterprise/operation/reporting/custom_reporting.php:109 -msgid "Send by email " -msgstr "Send by e-mail " +#: ../../godmode/agentes/module_manager_editor_common.php:76 +#: ../../godmode/agentes/module_manager_editor_common.php:85 +msgid "Manual setup" +msgstr "Manual setup" -#: ../../enterprise/operation/services/services.list.php:44 -#: ../../enterprise/operation/services/services.list.php:52 -msgid "Service table view" +#: ../../godmode/agentes/module_manager_editor_common.php:81 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 +msgid "No component was found" +msgstr "No component was found" + +#: ../../godmode/agentes/module_manager_editor_common.php:161 +msgid "Delete module" +msgstr "Delete module" + +#: ../../godmode/agentes/module_manager_editor_common.php:180 +msgid "Module parent" +msgstr "Module parent" + +#: ../../godmode/agentes/module_manager_editor_common.php:256 +msgid "Dynamic Threshold Interval" +msgstr "Dynamic Threshold Interval" + +#: ../../godmode/agentes/module_manager_editor_common.php:268 +msgid "Dynamic Threshold Min. " +msgstr "Dynamic Threshold Min. " + +#: ../../godmode/agentes/module_manager_editor_common.php:271 +msgid "Dynamic Threshold Max. " +msgstr "Dynamic Threshold Max. " + +#: ../../godmode/agentes/module_manager_editor_common.php:274 +msgid "Dynamic Threshold Two Tailed: " +msgstr "Dynamic Threshold Two Tailed: " + +#: ../../godmode/agentes/module_manager_editor_common.php:280 +#: ../../godmode/agentes/module_manager_editor_common.php:301 +msgid "Min. " +msgstr "Min. " + +#: ../../godmode/agentes/module_manager_editor_common.php:385 +#: ../../godmode/agentes/module_manager_editor_common.php:388 +#, php-format +msgid "Agent interval x %s" +msgstr "Agent interval x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:398 +#: ../../godmode/agentes/module_manager.php:733 +msgid "" +"The policy modules of data type will only update their intervals when policy " +"is applied." +msgstr "" +"The policy modules for the data type will only update their intervals when a " +"policy is applied." + +#: ../../godmode/agentes/module_manager_editor_common.php:422 +msgid "Any value below this number is discarted." +msgstr "Any value below this number is discarded" + +#: ../../godmode/agentes/module_manager_editor_common.php:424 +msgid "Any value over this number is discarted." +msgstr "Any value larger than this number is discarded" + +#: ../../godmode/agentes/module_manager_editor_common.php:433 +msgid "Not needed" +msgstr "Not needed" + +#: ../../godmode/agentes/module_manager_editor_common.php:437 +msgid "" +"In case you use an Export server you can link this module and export data to " +"one these." +msgstr "" +"In case you're using an Export server you can link this module and export " +"data to one of these." + +#: ../../godmode/agentes/module_manager_editor_common.php:471 +msgid "This value can be set only in the async modules." +msgstr "This value can only be set in conjunction with asynchronous modules." + +#: ../../godmode/agentes/module_manager_editor_common.php:554 +msgid "Tags from policy" +msgstr "Tags from policy" + +#: ../../godmode/agentes/module_manager_editor_common.php:567 +msgid "The module still stores data but the alerts and events will be stop" +msgstr "Module will still store data but alerts and events will be stopped." + +#: ../../godmode/agentes/module_manager_editor_common.php:590 +#: ../../godmode/agentes/module_manager_editor_common.php:600 +#: ../../godmode/agentes/module_manager_editor_common.php:611 +msgid "Cron from" +msgstr "Cron from" + +#: ../../godmode/agentes/module_manager_editor_common.php:591 +#: ../../godmode/agentes/module_manager_editor_common.php:601 +#: ../../godmode/agentes/module_manager_editor_common.php:612 +msgid "" +"If cron is set the module interval is ignored and the module runs on the " +"specified date and time" +msgstr "" +"If cron is set, the module's interval is ignored and the module runs on the " +"specified date and time" + +#: ../../godmode/agentes/module_manager_editor_common.php:595 +#: ../../godmode/agentes/module_manager_editor_common.php:605 +#: ../../godmode/agentes/module_manager_editor_common.php:616 +msgid "Cron to" +msgstr "Cron to" + +#: ../../godmode/agentes/module_manager_editor_common.php:624 +msgid "Retries" +msgstr "Retries" + +#: ../../godmode/agentes/module_manager_editor_common.php:625 +msgid "Number of retries that the module will attempt to run." +msgstr "Number of module launch retry attempts" + +#: ../../godmode/agentes/module_manager_editor_common.php:701 +msgid "Add relationship" +msgstr "Add relation" + +#: ../../godmode/agentes/module_manager_editor_common.php:719 +msgid "Changes" +msgstr "Changes" + +#: ../../godmode/agentes/module_manager_editor_common.php:719 +msgid "Activate this to prevent the relation from being updated or deleted" +msgstr "Activate this to prevent the relation from being updated or deleted" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298 +msgid "No agent selected or the agent does not exist" +msgstr "No agent selected or the agent does not exist" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286 +msgid "Successfully modules created" +msgstr "Modules created successfully" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296 +msgid "Another module already exists with the same name" +msgstr "Another module already exists with the same name" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 +msgid "Some required fields are missed" +msgstr "Some required fields are missing" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 +msgid "name" +msgstr "name" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304 +msgid "Processing error" +msgstr "Processing error" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706 +msgid "Use agent ip" +msgstr "Use agent IP" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739 +msgid "privacy pass" +msgstr "privacy pass" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759 +msgid "SNMP Walk" +msgstr "SNMP Walk" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401 +msgid "Unable to do SNMP walk" +msgstr "Unable to perform an SNMP walk" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435 +msgid "Interfaces" +msgstr "Interfaces" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875 +msgid "Create modules" +msgstr "Create modules" + +#: ../../godmode/agentes/module_manager_editor_network.php:152 +msgid "SNMP OID" +msgstr "SNMP OID" + +#: ../../godmode/agentes/agent_conf_gis.php:53 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"When you change the agent's position, the agent will automatically activate " +"the 'Ignore new GIS data' option." + +#: ../../godmode/agentes/agent_conf_gis.php:60 +msgid "Agent position" +msgstr "Agent position" + +#: ../../godmode/agentes/agent_conf_gis.php:66 +msgid "Latitude: " +msgstr "Latitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:70 +msgid "Longitude: " +msgstr "Longitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:74 +msgid "Altitude: " +msgstr "Altitude: " + +#: ../../godmode/agentes/configure_field.php:36 +msgid "Update agent custom field" +msgstr "Update agent's custom fields" + +#: ../../godmode/agentes/configure_field.php:39 +msgid "Create agent custom field" +msgstr "Create agent custom field" + +#: ../../godmode/agentes/planned_downtime.editor.php:115 +#: ../../godmode/agentes/planned_downtime.editor.php:187 +#: ../../godmode/agentes/planned_downtime.editor.php:942 +msgid "This elements cannot be modified while the downtime is being executed" +msgstr "These items cannot be modified while downtime is taking place" + +#: ../../godmode/agentes/planned_downtime.editor.php:318 +msgid "Cannot be modified while the downtime is being executed" +msgstr "Cannot be modified while downtime is taking place" + +#: ../../godmode/agentes/planned_downtime.editor.php:485 +msgid "Quiet: Modules will not generate events or fire alerts." +msgstr "Quiet: Modules will not generate events or fire alerts." + +#: ../../godmode/agentes/planned_downtime.editor.php:486 +msgid "Disable Agents: Disables the selected agents." +msgstr "Disable Agents: Disables the selected agents." + +#: ../../godmode/agentes/planned_downtime.editor.php:487 +msgid "Disable Alerts: Disable alerts for the selected agents." +msgstr "Disable Alerts: disables alerts for the selected agents." + +#: ../../godmode/agentes/planned_downtime.editor.php:489 +#: ../../godmode/agentes/planned_downtime.list.php:428 +msgid "Disabled Agents" +msgstr "Disable Agents" + +#: ../../godmode/agentes/planned_downtime.editor.php:490 +#: ../../godmode/agentes/planned_downtime.list.php:429 +msgid "Disabled only Alerts" +msgstr "Disable only Alerts" + +#: ../../godmode/agentes/planned_downtime.editor.php:494 +#: ../../godmode/agentes/planned_downtime.list.php:153 +msgid "Once" +msgstr "Once" + +#: ../../godmode/agentes/planned_downtime.editor.php:495 +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.list.php:434 +msgid "Periodically" +msgstr "Periodically" + +#: ../../godmode/agentes/planned_downtime.editor.php:500 +msgid "Configure the time" +msgstr "Set time" + +#: ../../godmode/agentes/planned_downtime.editor.php:531 +msgid "Type Periodicity:" +msgstr "Periodicity type:" + +#: ../../godmode/agentes/planned_downtime.editor.php:533 +#: ../../godmode/agentes/module_manager_editor_prediction.php:152 +msgid "Weekly" +msgstr "Weekly" + +#: ../../godmode/agentes/planned_downtime.editor.php:534 +#: ../../godmode/agentes/module_manager_editor_prediction.php:153 +msgid "Monthly" +msgstr "Monthly" + +#: ../../godmode/agentes/planned_downtime.editor.php:569 +msgid "From day:" +msgstr "set start date" + +#: ../../godmode/agentes/planned_downtime.editor.php:575 +msgid "To day:" +msgstr "Set end date" + +#: ../../godmode/agentes/planned_downtime.editor.php:586 +msgid "From hour:" +msgstr "Set start time" + +#: ../../godmode/agentes/planned_downtime.editor.php:594 +msgid "To hour:" +msgstr "Set end time" + +#: ../../godmode/agentes/planned_downtime.editor.php:637 +msgid "Available agents" +msgstr "Available agents" + +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +msgid "Filter by group" +msgstr "Filter by group" + +#: ../../godmode/agentes/planned_downtime.editor.php:714 +msgid "Available modules:" +msgstr "Available modules:" + +#: ../../godmode/agentes/planned_downtime.editor.php:715 +msgid "Only for type Quiet for downtimes." +msgstr "Only for quiet type downtimes" + +#: ../../godmode/agentes/planned_downtime.editor.php:729 +msgid "Agents planned for this downtime" +msgstr "Selected agents for this downtime" + +#: ../../godmode/agentes/planned_downtime.editor.php:744 +msgid "There are no agents" +msgstr "There are no agents" + +#: ../../godmode/agentes/planned_downtime.editor.php:780 +msgid "All alerts" +msgstr "All alerts" + +#: ../../godmode/agentes/planned_downtime.editor.php:783 +msgid "Entire agent" +msgstr "Entire agent" + +#: ../../godmode/agentes/planned_downtime.editor.php:787 +#: ../../godmode/agentes/planned_downtime.editor.php:892 +msgid "All modules" +msgstr "All modules" + +#: ../../godmode/agentes/planned_downtime.editor.php:790 +#: ../../godmode/agentes/planned_downtime.editor.php:884 +#: ../../godmode/agentes/planned_downtime.editor.php:888 +msgid "Some modules" +msgstr "Some modules" + +#: ../../godmode/agentes/planned_downtime.editor.php:856 +msgid "Add Module:" +msgstr "Add Module:" + +#: ../../godmode/agentes/planned_downtime.editor.php:1072 +msgid "Please select a module." +msgstr "Please select a module." + +#: ../../godmode/agentes/planned_downtime.editor.php:1204 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" +"WARNING: if you edit this planned downtime, it may alter the data on future " +"SLA reports." + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" +msgstr "Free space on %s" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" +msgstr "%s service modules created successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" +msgstr "Error when creating %s service modules" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" +msgstr "%s process modules created successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" +msgstr "Error when creating %s service modules" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, php-format +msgid "%s disk space modules created succesfully" +msgstr "%s disk space modules created successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 +#, php-format +msgid "Error creating %s disk space modules" +msgstr "Error upon creating %s disk space modules" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 +#, php-format +msgid "%s modules created from components succesfully" +msgstr "%s modules created from components successfully" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 +#, php-format +msgid "Error creating %s modules from components" +msgstr "Error creating %s modules from components" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676 +#, php-format +msgid "%s modules already exist" +msgstr "%s modules already exist" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" +msgstr "WMI Explorer" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "Unable to perform WMI exploration" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794 +msgid "Free space on disk" +msgstr "Free space on disk" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "WMI components" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798 +msgid "Wizard mode" +msgstr "Wizard mode" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 +msgid "Add to modules list" +msgstr "Add to the module list" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865 +msgid "Remove from modules list" +msgstr "Remove from the module list" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027 +msgid "Modules list is empty" +msgstr "Module list is empty" + +#: ../../godmode/agentes/agent_manager.php:156 +msgid "The agent's name must be the same as the one defined at the console" +msgstr "Agent name must be the same as the one defined on the console" + +#: ../../godmode/agentes/agent_manager.php:159 +msgid "QR Code Agent view" +msgstr "View agent's QR code" + +#: ../../godmode/agentes/agent_manager.php:193 +msgid "This agent can be remotely configured" +msgstr "This agent can be configured remotely" + +#: ../../godmode/agentes/agent_manager.php:196 +msgid "You can remotely edit this agent configuration" +msgstr "Agent settings can be remotely edited" + +#: ../../godmode/agentes/agent_manager.php:203 +msgid "Delete agent" +msgstr "Delete agent" + +#: ../../godmode/agentes/agent_manager.php:205 +msgid "Alias" +msgstr "Alias" + +#: ../../godmode/agentes/agent_manager.php:208 +msgid "Use alias as name" msgstr "" -#: ../../enterprise/operation/services/services.list.php:73 -msgid "Service deleted successfully" -msgstr "Service deleted successfully" +#: ../../godmode/agentes/agent_manager.php:238 +msgid "Only it is show when
                the agent is saved." +msgstr "Only shown when
                the agent is saved." -#: ../../enterprise/operation/services/services.list.php:74 -msgid "Error deleting service" -msgstr "Error deleting service" +#: ../../godmode/agentes/agent_manager.php:335 +msgid "Autodisable mode" +msgstr "Autodisable mode" -#: ../../enterprise/operation/services/services.list.php:79 -msgid "Service forced successfully" -msgstr "Forcing of the service successful." +#: ../../godmode/agentes/agent_manager.php:363 +msgid "Delete remote configuration file" +msgstr "Delete remote configuration file" -#: ../../enterprise/operation/services/services.list.php:80 -msgid "Error service forced" -msgstr "Error in forcing the service." +#: ../../godmode/agentes/agent_manager.php:366 +msgid "" +"Delete this conf file implies that for restore you must reactive remote " +"config in the local agent." +msgstr "" +"Deleting this conf file means you will have to reactivate remote " +"configuration on the local agent in order to restore it." -#: ../../enterprise/operation/services/services.list.php:288 -#: ../../enterprise/operation/services/services.list.php:295 -#: ../../enterprise/operation/services/services.table_services.php:256 -#: ../../enterprise/operation/services/services.table_services.php:263 -msgid "No services defined." -msgstr "No services defined." +#: ../../godmode/agentes/agent_manager.php:381 +msgid "Agent icon for GIS Maps." +msgstr "Agent icon for GIS Maps." -#: ../../enterprise/operation/services/services.list.php:436 -#: ../../enterprise/operation/services/services.service.php:206 -msgid "SLA graph" -msgstr "SLA graph" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 +msgid "The SNMP remote plugin doesnt seem to be installed" +msgstr "The remote SNMP plugin doesn't appear to be installed" -#: ../../enterprise/operation/services/services.service.php:102 -msgid "No Services" -msgstr "No Services" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 +msgid "It is necessary to use some features" +msgstr "It's necessary in order to access certain features" -#: ../../enterprise/operation/services/services.service.php:216 -msgid "List of elements" -msgstr "List of elements" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 +msgid "" +"Please, install the SNMP remote plugin (The name of the plugin must be " +"snmp_remote.pl)" +msgstr "" +"Please, install the remote SNMP plugin (the plugin must be named " +"snmp_remote.pl)" -#: ../../index.php:563 -msgid "User doesn\\'t exist." -msgstr "User does not exist" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253 +msgid "Remote system doesnt support host SNMP information" +msgstr "The remote system doesn't support the host's SNMP information" -#: ../../index.php:579 -msgid "User only can use the API." -msgstr "Only user can use the API" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338 +msgid "The number of bytes read from this device since boot" +msgstr "The number of bytes read from this device since boot" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340 +msgid "The number of bytes written to this device since boot" +msgstr "The number of bytes written to this device since boot" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342 +msgid "The number of read accesses from this device since boot" +msgstr "The number of read accesses from this device since boot" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344 +msgid "The number of write accesses from this device since boot" +msgstr "The number of write accesses from this device since boot" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "Check if the process %s is running or not" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590 +msgid "Disk use information" +msgstr "Disk use information" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661 +#, php-format +msgid "%s modules created succesfully" +msgstr "%s modules created succesfully" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671 +#, php-format +msgid "Error creating %s modules" +msgstr "Error creating %s modules" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 +msgid "Modules created succesfully" +msgstr "Modules successfully created." + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 +msgid "" +"If the device is a network device, try with the SNMP Interfaces wizard" +msgstr "If it's a network device, try with the SNMP interface wizard" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +msgid "Devices" +msgstr "Devices" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795 +msgid "Temperature sensors" +msgstr "Temperature sensors" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +msgid "Other SNMP data" +msgstr "Other SNMP data" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "The remote SNMP plugin is necessary to run this feature" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932 +msgid "Device" +msgstr "Device" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 +msgid "Temperature" +msgstr "Temperature" + +#: ../../godmode/agentes/modificar_agente.php:62 +msgid "Agents defined in Pandora" +msgstr "Agents defined in Pandora" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Success deleted agent." +msgstr "Success deleting agent." + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Could not be deleted." +msgstr "Agent could not be deleted" + +#: ../../godmode/agentes/modificar_agente.php:94 +msgid "Maybe the files conf or md5 could not be deleted" +msgstr "It's possible the .conf or md5 files couldn't be deleted" + +#: ../../godmode/agentes/modificar_agente.php:154 +msgid "Show Agents" +msgstr "Show Agents" + +#: ../../godmode/agentes/modificar_agente.php:156 +msgid "Everyone" +msgstr "Everyone" + +#: ../../godmode/agentes/modificar_agente.php:481 +msgid "Remote agent configuration" +msgstr "Remote agent configuration" + +#: ../../godmode/agentes/modificar_agente.php:481 +msgid "R" +msgstr "R" + +#: ../../godmode/agentes/modificar_agente.php:597 +msgid "Edit remote config" +msgstr "Edit remote configuration" + +#: ../../godmode/agentes/modificar_agente.php:624 +msgid "Enable agent" +msgstr "Enable agent" + +#: ../../godmode/agentes/modificar_agente.php:629 +msgid "Disable agent" +msgstr "Disable agent" + +#: ../../godmode/agentes/fields_manager.php:31 +msgid "Agents custom fields manager" +msgstr "Agent's custom field manager" + +#: ../../godmode/agentes/fields_manager.php:44 +msgid "The name must not be empty" +msgstr "Name cannot be left empty" + +#: ../../godmode/agentes/fields_manager.php:47 +msgid "The name must be unique" +msgstr "Name must be unique" + +#: ../../godmode/agentes/fields_manager.php:52 +msgid "Field successfully created" +msgstr "Custom field successfully created" + +#: ../../godmode/agentes/fields_manager.php:69 +msgid "Field successfully updated" +msgstr "Field successfully updated" + +#: ../../godmode/agentes/fields_manager.php:72 +msgid "There was a problem modifying field" +msgstr "There was a problem modifying field" + +#: ../../godmode/agentes/fields_manager.php:82 +msgid "There was a problem deleting field" +msgstr "There was an issue deleting the field" + +#: ../../godmode/agentes/fields_manager.php:84 +msgid "Field successfully deleted" +msgstr "Field successfully deleted" + +#: ../../godmode/agentes/fields_manager.php:138 +msgid "Create field" +msgstr "Create field" + +#: ../../godmode/agentes/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "No incidents associated to this agent" + +#: ../../godmode/agentes/module_manager.php:78 +msgid "Create a new data server module" +msgstr "Create a new data server module" + +#: ../../godmode/agentes/module_manager.php:80 +msgid "Create a new network server module" +msgstr "Create a new network server module" + +#: ../../godmode/agentes/module_manager.php:82 +msgid "Create a new plugin server module" +msgstr "Create a new plug-in server module" + +#: ../../godmode/agentes/module_manager.php:84 +msgid "Create a new WMI server module" +msgstr "Create a new WMI server module" + +#: ../../godmode/agentes/module_manager.php:86 +msgid "Create a new prediction server module" +msgstr "Create a new prediction server module" + +#: ../../godmode/agentes/module_manager.php:148 +msgid "Get more modules in Pandora FMS Library" +msgstr "Get more modules on the Pandora FMS Library" + +#: ../../godmode/agentes/module_manager.php:175 +msgid "Nice try buddy" +msgstr "Nice try, buddy!" + +#: ../../godmode/agentes/module_manager.php:272 +#, php-format +msgid "There was a problem deleting %s modules, none deleted." +msgstr "There was a problem deleting %s modules, none deleted." + +#: ../../godmode/agentes/module_manager.php:277 +msgid "All Modules deleted succesfully" +msgstr "All Modules deleted succesfully" + +#: ../../godmode/agentes/module_manager.php:281 +#, php-format +msgid "There was a problem only deleted %s modules of %s total." +msgstr "There was a problem only deleted %s modules of %s total." + +#: ../../godmode/agentes/module_manager.php:569 +msgid "D." +msgstr "D." + +#: ../../godmode/agentes/module_manager.php:716 +msgid "Non initialized module" +msgstr "Non initialised module" + +#: ../../godmode/agentes/module_manager.php:749 +msgid "Enable module" +msgstr "Enable module" + +#: ../../godmode/agentes/module_manager.php:754 +msgid "Disable module" +msgstr "Disable module" + +#: ../../godmode/agentes/module_manager.php:769 +msgid "Normalize" +msgstr "Normalize" + +#: ../../godmode/agentes/module_manager.php:775 +msgid "Normalize (Disabled)" +msgstr "Normalize (Disabled)" + +#: ../../godmode/agentes/module_manager.php:789 +msgid "Create network component (Disabled)" +msgstr "Create network component (Disabled)" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:91 +msgid "Source module" +msgstr "Source module" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:119 +#: ../../godmode/agentes/module_manager_editor_prediction.php:144 +msgid "Select Module" +msgstr "Select Module" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:154 +msgid "Daily" +msgstr "Daily" + +#: ../../godmode/agentes/planned_downtime.list.php:46 +msgid "An error occurred while migrating the malformed planned downtimes" +msgstr "An error occurred while migrating faulty planned downtimes" + +#: ../../godmode/agentes/planned_downtime.list.php:47 +msgid "Please run the migration again or contact with the administrator" +msgstr "Please run the migration again or contact the administrator" + +#: ../../godmode/agentes/planned_downtime.list.php:79 +msgid "An error occurred stopping the planned downtime" +msgstr "An error occurred when attempting to stop planned downtime." + +#: ../../godmode/agentes/planned_downtime.list.php:101 +msgid "This planned downtime is running" +msgstr "This planned downtime is running" + +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Execution type" +msgstr "Execution type" + +#: ../../godmode/agentes/planned_downtime.list.php:156 +msgid "Show past downtimes" +msgstr "Show past downtimes" + +#: ../../godmode/agentes/planned_downtime.list.php:391 +msgid "Name #Ag." +msgstr "Name #Ag." + +#: ../../godmode/agentes/planned_downtime.list.php:397 +#: ../../godmode/agentes/planned_downtime.list.php:446 +msgid "Running" +msgstr "Running" + +#: ../../godmode/agentes/planned_downtime.list.php:400 +#: ../../godmode/agentes/planned_downtime.list.php:456 +msgid "Stop downtime" +msgstr "Stop downtime" + +#: ../../godmode/agentes/planned_downtime.list.php:433 +msgid "once" +msgstr "once" + +#: ../../godmode/agentes/planned_downtime.list.php:442 +msgid "Not running" +msgstr "Not running" + +#: ../../godmode/agentes/planned_downtime.list.php:535 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "WARNING: There are malformed planned downtimes" +msgstr "WARNING: there are faulty planned downtimes" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "Do you want to migrate automatically the malformed items?" +msgstr "Do you want to automatically migrate the faulty items" + +#: ../../godmode/agentes/agent_template.php:69 +msgid "Created by template " +msgstr "Created from a template " + +#: ../../godmode/agentes/agent_template.php:157 +msgid "Error adding modules" +msgstr "Error adding modules" + +#: ../../godmode/agentes/agent_template.php:159 +msgid "Error adding modules. The following errors already exists: " +msgstr "Error adding modules. The following errors already exist: " + +#: ../../godmode/agentes/agent_template.php:162 +msgid "Modules successfully added" +msgstr "Modules successfully added" + +#: ../../godmode/agentes/agent_template.php:189 +msgid "Assign" +msgstr "Assign" + +#: ../../godmode/tag/tag.php:80 +msgid "Number of modules" +msgstr "Number of modules" + +#: ../../godmode/tag/tag.php:82 +msgid "Number of policy modules" +msgstr "Number of policy modules" + +#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53 +#: ../../godmode/tag/edit_tag.php:64 +msgid "List tags" +msgstr "List tags" + +#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68 +msgid "Tags configuration" +msgstr "Tag settings" + +#: ../../godmode/tag/tag.php:121 +msgid "Error deleting tag" +msgstr "Error deleting tag" + +#: ../../godmode/tag/tag.php:125 +msgid "Successfully deleted tag" +msgstr "Tag successfully deleted" + +#: ../../godmode/tag/tag.php:199 +msgid "Tag name" +msgstr "Tag name" + +#: ../../godmode/tag/tag.php:201 +msgid "Detail information" +msgstr "Detail information" + +#: ../../godmode/tag/tag.php:202 +msgid "Number of modules affected" +msgstr "Number of modules affected" + +#: ../../godmode/tag/tag.php:222 +msgid "Tag details" +msgstr "Tag details" + +#: ../../godmode/tag/tag.php:249 +#, php-format +msgid "Emails for the tag: %s" +msgstr "E-mails for the tag: %s" + +#: ../../godmode/tag/tag.php:264 +#, php-format +msgid "Phones for the tag: %s" +msgstr "Phone numbers for the tag: %s" + +#: ../../godmode/tag/tag.php:282 +msgid "No tags defined" +msgstr "No tags defined" + +#: ../../godmode/tag/tag.php:298 +msgid "Create tag" +msgstr "Create tag" + +#: ../../godmode/tag/edit_tag.php:92 +msgid "Error updating tag" +msgstr "Error updating tag" + +#: ../../godmode/tag/edit_tag.php:96 +msgid "Successfully updated tag" +msgstr "Successfully updated tag" + +#: ../../godmode/tag/edit_tag.php:122 +msgid "Error creating tag" +msgstr "Error creating tag" + +#: ../../godmode/tag/edit_tag.php:128 +msgid "Successfully created tag" +msgstr "Successfully created tag" + +#: ../../godmode/tag/edit_tag.php:161 +msgid "Update Tag" +msgstr "Update Tag" + +#: ../../godmode/tag/edit_tag.php:164 +msgid "Create Tag" +msgstr "Create Tag" + +#: ../../godmode/tag/edit_tag.php:187 +msgid "Hyperlink to help information that has to exist previously." +msgstr "Hyperlink to help information that has to exist previously." + +#: ../../godmode/tag/edit_tag.php:197 +msgid "Associated Email direction to use later in alerts associated to Tags." +msgstr "" +"Associated E-mail direction to use later in alerts associated to Tags." + +#: ../../godmode/tag/edit_tag.php:207 +msgid "Associated phone number to use later in alerts associated to Tags." +msgstr "Phone number linked for use later in alerts related to tags." #~ msgid "Welcome to Pandora FMS Web Console" #~ msgstr "Welcome to Pandora FMS Web Console" +#~ msgid "Global health" +#~ msgstr "Global health" + +#~ msgid "Stacked" +#~ msgstr "Stacked" + +#~ msgid "You don't have access" +#~ msgstr "You don't have access" + +#~ msgid "Layout" +#~ msgstr "Layout" + +#~ msgid "Simple" +#~ msgstr "Simple" + +#~ msgid "Operator" +#~ msgstr "Operator" + #~ msgid "Criticity" #~ msgstr "Criticity" +#~ msgid ">=" +#~ msgstr ">=" + +#~ msgid "<" +#~ msgstr "<" + +#~ msgid "Upload file" +#~ msgstr "Upload file" + +#~ msgid "Task" +#~ msgstr "Task" + +#~ msgid "Zoom" +#~ msgstr "Zoom" + #~ msgid "This user doesn't have any assigned profile/group" #~ msgstr "This user doesn't have any assigned profile/group" -#~ msgid "Main event view" -#~ msgstr "Main event view" - #~ msgid "Autorefresh time" #~ msgstr "Autorefresh time" @@ -35740,6 +23759,12 @@ msgstr "Only user can use the API" #~ msgid "Map options" #~ msgstr "Map options" +#~ msgid "INFO" +#~ msgstr "INFO" + +#~ msgid "ERROR" +#~ msgstr "ERROR" + #~ msgid "Assigned user" #~ msgstr "Assigned user" @@ -35767,6 +23792,9 @@ msgstr "Only user can use the API" #~ msgid "said" #~ msgstr "said" +#~ msgid "Hours" +#~ msgstr "Hours" + #~ msgid "Not closed" #~ msgstr "Not closed" @@ -35788,6 +23816,9 @@ msgstr "Only user can use the API" #~ msgid "New Incident" #~ msgstr "New Incident" +#~ msgid "Tracking" +#~ msgstr "Tracking" + #~ msgid "Generic upload error" #~ msgstr "Generic upload error" @@ -35797,6 +23828,18 @@ msgstr "Only user can use the API" #~ msgid "There are no SNMP filters" #~ msgstr "There are no SNMP filters" +#~ msgid "Decrease Weight" +#~ msgstr "Decrease Weight" + +#~ msgid "Increase Weight" +#~ msgstr "Increase Weight" + +#~ msgid "Query SQL" +#~ msgstr "SQL query" + +#~ msgid "SQL preview" +#~ msgstr "SQL preview" + #~ msgid "Items filter" #~ msgstr "Items filter" @@ -35833,6 +23876,9 @@ msgstr "Only user can use the API" #~ msgid "Not executed" #~ msgstr "Not executed" +#~ msgid "No agent name specified" +#~ msgstr "No agent name specified" + #~ msgid "There is already an agent in the database with this name" #~ msgstr "There is already an agent in the database with this name" @@ -35840,6 +23886,36 @@ msgstr "Only user can use the API" #~ msgid "Deleted data above %d" #~ msgstr "Deleted data above %d" +#~ msgid "Data Copy" +#~ msgstr "Data Copy" + +#~ msgid "No selected agents to copy" +#~ msgstr "No selected agents to copy" + +#~ msgid "No source agent selected" +#~ msgstr "No source agent selected" + +#~ msgid "Making copy of configuration file for" +#~ msgstr "Making copy of configuration file for" + +#~ msgid "Remote configuration management" +#~ msgstr "Remote configuration management" + +#~ msgid "Source group" +#~ msgstr "Source group" + +#~ msgid "To agent(s):" +#~ msgstr "To agent(s):" + +#~ msgid "Replicate configuration" +#~ msgstr "Replicate configuration" + +#~ msgid "Duplicate config" +#~ msgstr "Duplicate config" + +#~ msgid "Manage modules" +#~ msgstr "Manage modules" + #~ msgid "No action selected" #~ msgstr "No action selected" @@ -35896,6 +23972,9 @@ msgstr "Only user can use the API" #~ msgid "Ping to " #~ msgstr "Ping to " +#~ msgid "Server connection failed" +#~ msgstr "Server connection failed" + #~ msgid "Inside limits" #~ msgstr "Inside limits" @@ -35908,6 +23987,24 @@ msgstr "Only user can use the API" #~ msgid "Map summary" #~ msgstr "Map summary" +#~ msgid "Go to agent detail" +#~ msgstr "Go to agent detail" + +#~ msgid "Copied " +#~ msgstr "Copied " + +#~ msgid " md5 file" +#~ msgstr " md5 file" + +#~ msgid "Error copying md5 file " +#~ msgstr "Error copying md5 file " + +#~ msgid " config file" +#~ msgstr " config file" + +#~ msgid "Error copying " +#~ msgstr "Error copying " + #~ msgid "Time compare" #~ msgstr "Time compare" @@ -35941,9 +24038,15 @@ msgstr "Only user can use the API" #~ msgid "License info" #~ msgstr "Licence info" +#~ msgid "Incorrect format in Subnet field" +#~ msgstr "Wrong format in Subnet field" + #~ msgid "Quiet: Disable modules that we indicate below." #~ msgstr "Quiet: Disable the modules indicated below." +#~ msgid "Module macros" +#~ msgstr "Module macros" + #~ msgid "Cron" #~ msgstr "Cron" @@ -35956,6 +24059,13 @@ msgstr "Only user can use the API" #~ msgid "Massive alert actions addition" #~ msgstr "Massive alert actions addition" +#~ msgid "" +#~ "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +#~ "Single value, each Custom OIDs/Datas." +#~ msgstr "" +#~ "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +#~ "Single value, each Custom OIDs/Datas." + #~ msgid "Paginate module view" #~ msgstr "Paginated module view" @@ -35972,15 +24082,1244 @@ msgstr "Only user can use the API" #~ "of agents and modules running). To disable it, please remove remote server " #~ "address from the Update Manager plugin setup." -#~ msgid "Package not updated." -#~ msgstr "Package not updated." +#~ msgid "Policies operations" +#~ msgstr "Policies operations" + +#~ msgid "SNMP operations" +#~ msgstr "SNMP operations" + +#~ msgid "Satellite operations" +#~ msgstr "Satellite Operations" + +#~ msgid "Inventory modules" +#~ msgstr "Inventory modules" + +#~ msgid "Local components" +#~ msgstr "Local components" + +#~ msgid "Manage policies" +#~ msgstr "Manage policies" + +#~ msgid "Skins" +#~ msgstr "Skins" + +#~ msgid "Export targets" +#~ msgstr "Export targets" + +#~ msgid "Event alerts" +#~ msgstr "Event alerts" + +#~ msgid "Log Collector" +#~ msgstr "Log Collector" + +#~ msgid "Error updating export target" +#~ msgstr "Error updating export target" + +#~ msgid "Successfully updated export target" +#~ msgstr "Successfully updated export target" + +#~ msgid "Error deleting export target" +#~ msgstr "Error deleting export target" + +#~ msgid "Successfully deleted export target" +#~ msgstr "Successfully deleted export target" + +#~ msgid "" +#~ "Can't be created export target: User and password must be filled with FTP " +#~ "mode" +#~ msgstr "" +#~ "Can't be created export target: User and password must be filled with FTP " +#~ "mode" + +#~ msgid "Preffix" +#~ msgstr "Preffix" + +#~ msgid "Transfer mode" +#~ msgstr "Transfer mode" + +#~ msgid "Target directory" +#~ msgstr "Target directory" + +#~ msgid "Extra options" +#~ msgstr "Extra options" + +#~ msgid "Create Service" +#~ msgstr "Create Service" + +#~ msgid "Service created successfully" +#~ msgstr "Service created successfully" + +#~ msgid "Error creating service" +#~ msgstr "Error creating service" + +#~ msgid "Service updated successfully" +#~ msgstr "Service updated successfully" + +#~ msgid "Error updating service" +#~ msgstr "Error updating service" + +#~ msgid "Not found" +#~ msgstr "Not found" + +#~ msgid "New Service" +#~ msgstr "New Service" + +#~ msgid "Config Service" +#~ msgstr "Config Service" + +#~ msgid "Config Elements" +#~ msgstr "Config Elements" + +#~ msgid "View Service" +#~ msgstr "View Service" + +#~ msgid "Service map" +#~ msgstr "Service map" + +#~ msgid "" +#~ "This values are by default because the service is auto calculate mode." +#~ msgstr "" +#~ "This values are by default because the service is auto calculate mode." + +#~ msgid "Agent to store data" +#~ msgstr "Agent to store data" + +#~ msgid "S.L.A. interval" +#~ msgstr "S.L.A. interval" + +#~ msgid "S.L.A. limit" +#~ msgstr "S.L.A. limit" + +#~ msgid "Please set limit between 0 to 100." +#~ msgstr "Please set limit between 0 to 100." + +#~ msgid "Warning Service alert" +#~ msgstr "Warning Service alert" + +#~ msgid "Critical Service alert" +#~ msgstr "Critical Service alert" + +#~ msgid "SLA critical service alert" +#~ msgstr "SLA critical service alert" + +#~ msgid "Edit service elements" +#~ msgstr "Edit service elements" + +#~ msgid "Error empty module" +#~ msgstr "Error empty module" + +#~ msgid "Error empty agent" +#~ msgstr "Error empty agent" + +#~ msgid "Error empty service" +#~ msgstr "Error empty service" + +#~ msgid "Service element created successfully" +#~ msgstr "Service element created successfully" + +#~ msgid "Error creating service element" +#~ msgstr "Error creating service item" + +#~ msgid "Service element updated successfully" +#~ msgstr "Service item updated successfully" + +#~ msgid "Error updating service element" +#~ msgstr "Error updating service item" + +#~ msgid "Service element deleted successfully" +#~ msgstr "Service item deleted successfully" + +#~ msgid "Error deleting service element" +#~ msgstr "Error deleting service item" + +#~ msgid "Edit element service" +#~ msgstr "Edit element service" + +#~ msgid "Create element service" +#~ msgstr "Create element service" + +#~ msgid "First select an agent" +#~ msgstr "First select an agent" + +#~ msgid "Critical weight" +#~ msgstr "Critical weight" + +#~ msgid "Warning weight" +#~ msgstr "Warning weight" + +#~ msgid "Unknown weight" +#~ msgstr "Unknown weight" + +#~ msgid "Ok weight" +#~ msgstr "Ok weight" + +#~ msgid "Show extended info" +#~ msgstr "Show extended info" + +#~ msgid "" +#~ "Maybe delete the extended data or the audit data is previous to table " +#~ "tsession_extended." +#~ msgstr "" +#~ "Maybe delete the extended data or the audit data is previous to table " +#~ "tsession_extended." + +#~ msgid "Security check is ok." +#~ msgstr "Security check is ok." + +#~ msgid "Security check is fail." +#~ msgstr "Security check failed" + +#~ msgid "Extended info:" +#~ msgstr "Extended info:" + +#~ msgid "The changes on this field are linked with the configuration data." +#~ msgstr "The changes on this field are linked with the configuration data." + +#~ msgid "Using local component" +#~ msgstr "Using local component" + +#~ msgid "Show configuration data" +#~ msgstr "Show configuration data" + +#~ msgid "Hide configuration data" +#~ msgstr "Hide configuration data" + +#~ msgid "Data configuration" +#~ msgstr "Data configuration" + +#~ msgid "Load basic" +#~ msgstr "Load basic" + +#~ msgid "Load a basic structure on data configuration" +#~ msgstr "Load a basic structure on data configuration" + +#~ msgid "Check" +#~ msgstr "Check" + +#~ msgid "Check the correct structure of the data configuration" +#~ msgstr "Check the correct structure of the data configuration" + +#~ msgid "First line must be \"module_begin\"" +#~ msgstr "First line must be \"module_begin\"" + +#~ msgid "Data configuration is empty" +#~ msgstr "Data configuration is empty" + +#~ msgid "Last line must be \"module_end\"" +#~ msgstr "Last line must be \"module_end\"" + +#~ msgid "" +#~ "Name is missed. Please add a line with \"module_name yourmodulename\" to " +#~ "data configuration" +#~ msgstr "" +#~ "Name is missed. Please add a line with \"module_name yourmodulename\" to " +#~ "data configuration" + +#~ msgid "" +#~ "Type is missed. Please add a line with \"module_type yourmoduletype\" to " +#~ "data configuration" +#~ msgstr "" +#~ "Type is missed. Please add a line with \"module_type yourmoduletype\" to " +#~ "data configuration" + +#~ msgid "Type is wrong. Please set a correct type" +#~ msgstr "Type is wrong. Please set a correct type" + +#~ msgid "There is a line with a unknown token 'token_fail'." +#~ msgstr "There is a line with a unknown token 'token_fail'." + +#~ msgid "Error in the syntax, please check the data configuration." +#~ msgstr "Error in the syntax, please check the data configuration." + +#~ msgid "Data configuration are built correctly" +#~ msgstr "Data configuration are built correctly" + +#~ msgid "Plug-in deleted succesfully" +#~ msgstr "Plug-in deleted succesfully" + +#~ msgid "Plug-in cannot be deleted" +#~ msgstr "Plug-in cannot be deleted" + +#~ msgid "Plug-in added succesfully" +#~ msgstr "Plug-in added succesfully" + +#~ msgid "Plug-in cannot be added" +#~ msgstr "Plug-in cannot be added" + +#~ msgid "Plug-in disabled succesfully" +#~ msgstr "Plug-in disabled succesfully" + +#~ msgid "Plug-in cannot be disabled" +#~ msgstr "Plug-in cannot be disabled" + +#~ msgid "Plug-in enabled succesfully" +#~ msgstr "Plug-in enabled succesfully" + +#~ msgid "Plug-in cannot be enabled" +#~ msgstr "Plug-in cannot be enabled" + +#~ msgid "New plug-in" +#~ msgstr "New plug-in" + +#~ msgid "Successfully added inventory module" +#~ msgstr "Inventory module added successfully" + +#~ msgid "Error adding inventory module" +#~ msgstr "Error adding inventory module" + +#~ msgid "Successfully deleted inventory module" +#~ msgstr "Successfully deleted inventory module" + +#~ msgid "Error deleting inventory module" +#~ msgstr "Error deleting inventory module" + +#~ msgid "Successfully forced inventory module" +#~ msgstr "Successfully forced inventory module" + +#~ msgid "Error forcing inventory module" +#~ msgstr "Error forcing inventory module" + +#~ msgid "Successfully updated inventory module" +#~ msgstr "Successfully updated inventory module" + +#~ msgid "Error updating inventory module" +#~ msgstr "Error updating inventory module" + +#~ msgid "Inventory module error" +#~ msgstr "Inventory module error" + +#~ msgid "Target" +#~ msgstr "Target" + +#~ msgid "7 days" +#~ msgstr "7 days" + +#~ msgid "Update all" +#~ msgstr "Update all" + +#~ msgid "Manager configuration > New" +#~ msgstr "Manager configuration > New" + +#~ msgid "Manager configuration > Edit " +#~ msgstr "Manager configuration > Edit " + +#~ msgid "Unable to create the collection" +#~ msgstr "Unable to create the collection" + +#~ msgid "Invalid characters in short name" +#~ msgstr "Invalid characters in short name" + +#~ msgid "Empty name" +#~ msgstr "Empty name" + +#~ msgid "Unable to create the collection." +#~ msgstr "Unable to create the collection." + +#~ msgid "Correct create collection" +#~ msgstr "Correct create collection" + +#~ msgid "Unable to edit the collection, empty name." +#~ msgstr "Unable to edit the collection, empty name." + +#~ msgid "Unable to edit the collection." +#~ msgstr "Unable to edit the collection." + +#~ msgid "Recreate file" +#~ msgstr "Create file again" + +#~ msgid "Short name:" +#~ msgstr "Short name:" + +#~ msgid "" +#~ "The collection's short name is the name of dir in attachment dir and the " +#~ "package collection." +#~ msgstr "" +#~ "The collection's short name is the name of dir in attachment dir and the " +#~ "package collection." + +#~ msgid "Short name must contain only alphanumeric characters, - or _ ." +#~ msgstr "Short name must contain only alphanumeric characters, - or _ ." + +#~ msgid "Empty for default short name fc_X where X is the collection id." +#~ msgstr "Empty for default short name fc_X where X is the collection id." + +#~ msgid "Synthetic arithmetic" +#~ msgstr "Synthetic arithmetic" + +#~ msgid "Synthetic average" +#~ msgstr "Synthetic average" + +#~ msgid "Group filter" +#~ msgstr "Group filter" + +#~ msgid "Fixed value" +#~ msgstr "Fixed value" + +#~ msgid "Add module to operation as add" +#~ msgstr "Add module to operation as add" + +#~ msgid "Add module to operations as deduct" +#~ msgstr "Add module to operations as deduct" + +#~ msgid "Add module to operations as multiplicate " +#~ msgstr "Add module to operations as multiplicate " + +#~ msgid "Add module to operations as divide" +#~ msgstr "Add module to operations as divide" + +#~ msgid "Remove selected modules" +#~ msgstr "Remove selected modules" + +#~ msgid "Add module to average operation" +#~ msgstr "Add module to average operation" + +#~ msgid "Remove selected modules from operations stack" +#~ msgstr "Remove selected modules from operations stack" + +#~ msgid "Move down selected modules" +#~ msgstr "Move down selected modules" + +#~ msgid "Move up selected modules" +#~ msgstr "Move up selected modules" + +#~ msgid "Select Service" +#~ msgstr "Select Service" + +#~ msgid "Netflow filter" +#~ msgstr "Netflow filter" + +#~ msgid "Select filter" +#~ msgstr "Select filter" + +#~ msgid "Error: The conf file of agent is not readble." +#~ msgstr "Error: The conf file of agent is not readble." + +#~ msgid "Error: The conf file of agent is not writable." +#~ msgstr "Error: The conf file of agent is not writable." + +#~ msgid "Add module" +#~ msgstr "Add module" + +#~ msgid "No module was found" +#~ msgstr "No module was found" + +#~ msgid "Delete remote conf agent files in Pandora" +#~ msgstr "Delete remote conf agent files in Pandora" + +#~ msgid "This agent have not a remote configuration, please set it." +#~ msgstr "This agent has no remote configuration, please set it." + +#~ msgid "Succesful add the collection" +#~ msgstr "Success in adding the collection." + +#~ msgid "Unsuccesful add the collection" +#~ msgstr "Adding the collection was unsuccessful." + +#~ msgid "Successful create collection package." +#~ msgstr "Successful in creating collection package." + +#~ msgid "Can not create collection package." +#~ msgstr "Cannot create collection package." + +#~ msgid "Short Name" +#~ msgstr "Short Name" + +#~ msgid "Show files" +#~ msgstr "Show files" + +#~ msgid "Dir" +#~ msgstr "Dir" + +#~ msgid "Create a new web Server module" +#~ msgstr "Create a new webserver module" + +#~ msgid "Files in " +#~ msgstr "Files in " + +#~ msgid "Back to file explorer" +#~ msgstr "Back to file explorer" + +#~ msgid "Correct update file." +#~ msgstr "Correct update file." + +#~ msgid "Incorrect update file." +#~ msgstr "Incorrect update file." + +#~ msgid "Please, first save a new collection before to upload files." +#~ msgstr "Please save a new collection first before uploading files." + +#~ msgid "Web checks" +#~ msgstr "Web Checks" + +#~ msgid "Load a basic structure on Web Checks" +#~ msgstr "Load a basic structure on Web Checks" + +#~ msgid "Check the correct structure of the WebCheck" +#~ msgstr "Check the correct structure of the WebCheck" + +#~ msgid "Requests" +#~ msgstr "Requests" + +#~ msgid "Agent browser id" +#~ msgstr "Agent browser id" + +#~ msgid "Proxy URL" +#~ msgstr "Proxy URL" + +#~ msgid "HTTP auth (login)" +#~ msgstr "HTTP auth (login)" + +#~ msgid "HTTP auth (pass)" +#~ msgstr "HTTP auth (pass)" + +#~ msgid "HTTP auth (server)" +#~ msgstr "HTTP auth (server)" + +#~ msgid "HTTP auth (realm)" +#~ msgstr "HTTP auth (realm)" + +#~ msgid "First line must be \"task_begin\"" +#~ msgstr "First line must be \"task_begin\"" + +#~ msgid "Webchecks configuration is empty" +#~ msgstr "Webchecks configuration is empty" + +#~ msgid "Last line must be \"task_end\"" +#~ msgstr "Last line must be \"task_end\"" + +#~ msgid "Web checks are built correctly" +#~ msgstr "Web checks are built correctly" + +#~ msgid "Success: recreate file" +#~ msgstr "Success in recreating file" + +#~ msgid "Error: recreate file " +#~ msgstr "Error: recreate file " + +#~ msgid "Collections Management" +#~ msgstr "Collections Management" + +#~ msgid "Manager collection" +#~ msgstr "Manager collection" + +#~ msgid "Are you sure to delete?" +#~ msgstr "Are you sure you want to delete ?" + +#~ msgid "Delete collection" +#~ msgstr "Delete collection" + +#~ msgid "Re-Apply changes" +#~ msgstr "Reapply changes" + +#~ msgid "Apply changes" +#~ msgstr "Apply changes" + +#~ msgid "Edit template" +#~ msgstr "Edit template" + +#~ msgid "Create template" +#~ msgstr "Create template" + +#~ msgid "List templates" +#~ msgstr "List templates" + +#~ msgid "Graph template editor" +#~ msgstr "Graph template editor" + +#~ msgid "Exact match" +#~ msgstr "Exact match" + +#~ msgid "Elements to apply" +#~ msgstr "Elements to apply" + +#~ msgid "SLA min value" +#~ msgstr "SLA min value" + +#~ msgid "SLA min Value" +#~ msgstr "SLA min value" + +#~ msgid "SLA max value" +#~ msgstr "SLA max value" + +#~ msgid "SLA max Value" +#~ msgstr "SLA max value" + +#~ msgid "SLA Limit %" +#~ msgstr "SLA limit %" + +#~ msgid "SLA Limit Value" +#~ msgstr "SLA limit value" + +#~ msgid "Sum" +#~ msgstr "Sum" + +#~ msgid "Graph template management" +#~ msgstr "Graph template management" + +#~ msgid "There are no defined graph templates" +#~ msgstr "There are no defined graph templates" + +#~ msgid "Cleanup sucessfully" +#~ msgstr "Cleanup sucessful." + +#~ msgid "Cleanup error" +#~ msgstr "Cleanup error" + +#~ msgid "Wizard template" +#~ msgstr "Wizard template" + +#~ msgid "Clean up template" +#~ msgstr "Clean up template" + +#~ msgid "Filter agent" +#~ msgstr "Filter agent" + +#~ msgid "Agents available" +#~ msgstr "Agents available" + +#~ msgid "Select all" +#~ msgstr "Select all" + +#~ msgid "Agents to apply" +#~ msgstr "Agents to apply" + +#~ msgid "Add agents to template" +#~ msgstr "Add agents to template" + +#~ msgid "Undo agents to template" +#~ msgstr "Undo agents to template" + +#~ msgid "Apply template" +#~ msgstr "Apply template" + +#~ msgid "Please set template distinct than " +#~ msgstr "Please set template distinct from " + +#~ msgid "" +#~ "This will be delete all reports created in previous template applications. " +#~ "Do you want to continue?" +#~ msgstr "" +#~ "This will delete all reports created in previous template applications. Do " +#~ "you want to continue ?" + +#~ msgid "Custom Mysql template builder" +#~ msgstr "Custom MySQL template builder" + +#~ msgid "Create custom SQL" +#~ msgstr "Create custom SQL" + +#~ msgid ": Create new custom" +#~ msgstr "Create new custom :" #~ msgid ": Edit: " #~ msgstr "Edit : " +#~ msgid "Successfully operation" +#~ msgstr "Operation successful." + +#~ msgid "Could not be operation" +#~ msgstr "Cannot not be an operation." + +#~ msgid "Icon preview" +#~ msgstr "Icon preview" + +#~ msgid "The services list is empty" +#~ msgstr "The services list is empty" + +#~ msgid "Sucessfully applied" +#~ msgstr "Sucessfully applied." + +#~ msgid "reports" +#~ msgstr "Reports" + +#~ msgid "items" +#~ msgstr "Items" + +#~ msgid "Could not be applied" +#~ msgstr "Could not be applied." + +#~ msgid "Create report per agent" +#~ msgstr "Create report per agent" + +#~ msgid "" +#~ "Left in blank if you want to use default name: Template name - agents (num " +#~ "agents) - Date" +#~ msgstr "" +#~ "Please leave it blank if you intend to use the default name: Template name - " +#~ "agents (num agents) - Date" + +#~ msgid "" +#~ "Case insensitive regular expression for agent name. For example: Network.* " +#~ "will match with the following agent names: network_agent1, NetworK CHECKS" +#~ msgstr "" +#~ "Case insensitive regular expression for agent name, e.g. Network.* will " +#~ "match with the following agent names : network_agent1, NetworK CHECKS" + +#~ msgid "" +#~ "Case insensitive regular expression or string for module name. For example: " +#~ "if you use this field with \"Module exact match\" enabled then this field " +#~ "has to be fulfilled with the literally string of the module name, if not you " +#~ "can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " +#~ "usage in matchine 1." +#~ msgstr "" +#~ "Case insensitive regular expression or string for module name, e.g. if you " +#~ "use this field with \"Module exact match\" enabled then this field has to be " +#~ "filled out with the literal string of the module name, if not you can use a " +#~ "regular expression, e.g. *usage.* will match: cpu_usage, vram usage in " +#~ "machine 1." + +#~ msgid "Module exact match" +#~ msgstr "Module exact match" + +#~ msgid "Check it if you want to match module name literally" +#~ msgstr "Check if you want to literally match module name." + +#~ msgid "Modules to match" +#~ msgstr "Modules to match" + +#~ msgid "Select the modules to match when create a report for agents" +#~ msgstr "Select the modules to match when creating a report for agents." + +#~ msgid "Modules to match (Free text)" +#~ msgstr "Modules to match (Free text)" + +#~ msgid "Free text to filter the modules of agents when apply this template." +#~ msgstr "" +#~ "Free text to filter the modules of agents when applying this template." + +#~ msgid "Create a graph for each agent" +#~ msgstr "Create a graph for each agent" + +#~ msgid "" +#~ "If it is checked, the regexp or name of modules match only each to each to " +#~ "agent, instead create a big graph with all modules from all agents." +#~ msgstr "" +#~ "If this is checked, the regexp or name of modules match only once to each " +#~ "agent, instead of creating a big graph with all modules from all agents." + +#~ msgid "Please save the SLA template for start to add items in this list." +#~ msgstr "" +#~ "Please save the SLA template before starting to add items to this list." + +#~ msgid "Not literally" +#~ msgstr "Not literally" + +#~ msgid "" +#~ "Case insensitive regular expression for agent name. For example: Network* " +#~ "will match with the following agent names: network_agent1, NetworK CHECKS" +#~ msgstr "" +#~ "Case insensitive regular expression for agent name. For example: Network* " +#~ "will match with the following agent names: network_agent1, NetworK CHECKS" + +#~ msgid "Please save the template to start adding items into the list." +#~ msgstr "Please save the template to start adding items to the list." + +#~ msgid "Template updated successfully" +#~ msgstr "Template updated successfully." + +#~ msgid "Error updating template" +#~ msgstr "Error updating template" + +#~ msgid "3 hours" +#~ msgstr "3 hours" + +#~ msgid "4 days" +#~ msgstr "4 days" + +#~ msgid "Policies Management" +#~ msgstr "Policies Management" + +#~ msgid "All policy agents added to delete queue" +#~ msgstr "All policy agents added to delete queue." + +#~ msgid "Policy agents cannot be added to the delete queue" +#~ msgstr "Policy agents cannot be added to the delete queue." + +#~ msgid "a" +#~ msgstr "a" + +#~ msgid "Policy updated" +#~ msgstr "Policy updated." + +#~ msgid "Pending update policy only database" +#~ msgstr "Pending update policy only database" + +#~ msgid "Pending update policy" +#~ msgstr "Pending update policy" + +#~ msgid "Linking" +#~ msgstr "Linking" + +#~ msgid "External alerts" +#~ msgstr "External alerts" + +#~ msgid "Queue" +#~ msgstr "Queue" + +#~ msgid "A policy with agents cannot be deleted. Purge it first" +#~ msgstr "A policy with agents cannot be deleted. Please purge it first." + +#~ msgid "Deleting all policy agents" +#~ msgstr "Deleting all policy agents" + +#~ msgid "All the policy agents will be deleted" +#~ msgstr "All the policy agents will be deleted." + +#~ msgid "Delete all agents" +#~ msgstr "Delete all agents" + +#~ msgid "" +#~ "If you change this description, you must change into the text of Data " +#~ "configuration." +#~ msgstr "" +#~ "If you change this description, you must change to the text of Data " +#~ "configuration." + +#~ msgid "Could not be added module(s). You must select a policy" +#~ msgstr "Module(s) could not be added. You must select a policy first." + +#, php-format +#~ msgid "Successfully added module(s) (%s/%s) to policy %s" +#~ msgstr "Successfully added module(s) (%s/%s) to policy %s" + +#, php-format +#~ msgid "Could not be added module(s) (%s/%s) to policy %s" +#~ msgstr "module(s) could not be added (%s/%s) to policy %s." + +#~ msgid "Successfully added module." +#~ msgstr "Module successfully added." + +#~ msgid "Could not be added module." +#~ msgstr "Module could not be added." + +#~ msgid "" +#~ "The module type in Data configuration is empty, take from combo box of form." +#~ msgstr "" +#~ "The module type in Data configuration is empty, take it from the combo box " +#~ "of form." + +#~ msgid "" +#~ "The module name in Data configuration is empty, take from text field of form." +#~ msgstr "" +#~ "The module name in Data configuration is empty, take it from the text field " +#~ "of form." + +#~ msgid "" +#~ "Successfully added to delete pending modules. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Successfully added to modules pending for deletion. They will be deleted in " +#~ "the next policy application." + +#~ msgid "Successfully reverted deletion" +#~ msgstr "Reverting deletion successful." + +#~ msgid "Could not be reverted" +#~ msgstr "Could not be reverted." + +#~ msgid "Successfully duplicate the module." +#~ msgstr "Duplication of the module successful." + +#~ msgid "Local component" +#~ msgstr "Local component" + +#~ msgid "Undo deletion" +#~ msgstr "Undo deletion" + +#~ msgid "Copy selected modules to policy: " +#~ msgstr "Copy selected modules to policy : " + #~ msgid "Variable" #~ msgstr "Variable" +#~ msgid "Are you sure to copy modules into policy?\\n" +#~ msgstr "Are you sure to copy modules into policy ? \\n" + +#~ msgid "Please select any module to copy" +#~ msgstr "Please select any module to copy" + +#~ msgid "" +#~ "Successfully added to delete pending agents. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Successfully added to agents pending for deletion. They will be deleted in " +#~ "the next policy application." + +#~ msgid "Successfully added to delete queue" +#~ msgstr "Successfully added to delete queue." + +#~ msgid "Could not be added to delete queue" +#~ msgstr "Could not be added to the delete queue." + +#~ msgid "Successfully deleted from delete pending agents" +#~ msgstr "Successfully deleted from agents pending deletion." + +#~ msgid "Could not be deleted from delete pending agents" +#~ msgstr "Could not be deleted from agents pending deletion" + +#~ msgid "Agents in Policy" +#~ msgstr "Agents in Policy" + +#~ msgid "Add agents to policy" +#~ msgstr "Add agents to policy" + +#~ msgid "Delete agents from policy" +#~ msgstr "Delete agents from policy" + +#~ msgid "Applied" +#~ msgstr "Applied" + +#~ msgid "Not applied" +#~ msgstr "Not applied" + +#~ msgid "R." +#~ msgstr "R." + +#~ msgid "Unlinked modules" +#~ msgstr "Unlinked modules" + +#~ msgid "U." +#~ msgstr "U." + +#~ msgid "Last application" +#~ msgstr "Last application" + +#~ msgid "Add to delete queue" +#~ msgstr "Add to delete queue" + +#~ msgid "This agent can not be remotely configured" +#~ msgstr "This agent can not be remotely configured." + +#~ msgid "Add to apply queue" +#~ msgstr "Add to apply queue" + +#~ msgid "Policy applied" +#~ msgstr "Policy applied" + +#~ msgid "Need apply" +#~ msgstr "Need apply" + +#~ msgid "Applying policy" +#~ msgstr "Applying policy" + +#~ msgid "Deleting from policy" +#~ msgstr "Deleting from policy" + +#~ msgid "" +#~ "Successfully added to delete the collection. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Successfully added to deletion of the collection. It will be deleted in the " +#~ "next policy application." + +#~ msgid "Outdate" +#~ msgstr "Outdated" + +#~ msgid "Created successfuly" +#~ msgstr "Successfully created" + +#~ msgid "" +#~ "Successfully added to delete pending alerts. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Successfully added to alerts pending deletion. It will be deleted in the " +#~ "next policy application." + +#~ msgid "Added action successfuly" +#~ msgstr "Action successfully added" + +#~ msgid "Deleted action successfuly" +#~ msgstr "Action successfully deleted" + +#~ msgid "Policy module" +#~ msgstr "Policy module" + +#~ msgid "Module is not selected" +#~ msgstr "Module is not selected" + +#~ msgid "Select inventory module" +#~ msgstr "Select inventory module" + +#~ msgid "Linking modules" +#~ msgstr "Linking modules" + +#~ msgid "Error: Update linking modules to policy" +#~ msgstr "Error : Update linking modules to policy" + +#~ msgid "Success: Update linking modules to policy" +#~ msgstr "Success : Update linking modules to policy" + +#~ msgid "Free text for filter (*)" +#~ msgstr "Free text for filter (*)" + +#~ msgid "Free text for filter" +#~ msgstr "Free text for filter" + +#~ msgid "List of modules unlinked" +#~ msgstr "List of unlinked modules" + +#~ msgid "Add policy" +#~ msgstr "Add policy" + +#~ msgid "Operation successfully deleted from the queue" +#~ msgstr "Operation successfully deleted from the queue." + +#~ msgid "Operation cannot be deleted from the queue" +#~ msgstr "Operation cannot be deleted from the queue." + +#~ msgid "Operations successfully deleted from the queue" +#~ msgstr "Operations successfully deleted from the queue." + +#~ msgid "Operations cannot be deleted from the queue" +#~ msgstr "Operations cannot be deleted from the queue." + +#~ msgid "Update pending" +#~ msgstr "Update pending" + +#~ msgid "Update pending agents" +#~ msgstr "Update pending agents" + +#~ msgid "Add to apply queue only for database" +#~ msgstr "Add to apply queue only for database" + +#~ msgid "Link pending modules" +#~ msgstr "Link pending modules" + +#~ msgid "Will be linked in the next policy application" +#~ msgstr "Will be linked in the next policy application" + +#~ msgid "Unlink pending modules" +#~ msgstr "Unlink pending modules" + +#~ msgid "Will be unlinked in the next policy application" +#~ msgstr "Will be unlinked in the next policy application." + +#~ msgid "Delete pending" +#~ msgstr "Delete pending" + +#~ msgid "Delete pending agents" +#~ msgstr "Delete pending agents" + +#~ msgid "Will be deleted in the next policy application" +#~ msgstr "Will be deleted in the next policy application" + +#~ msgid "Delete pending modules" +#~ msgstr "Delete pending modules" + +#~ msgid "Delete pending inventory modules" +#~ msgstr "Delete pending inventory modules" + +#~ msgid "Delete pending alerts" +#~ msgstr "Delete pending alerts" + +#~ msgid "Delete pending external alerts" +#~ msgstr "Delete pending external alerts" + +#~ msgid "Delete pending file collections" +#~ msgstr "Delete pending file collections" + +#~ msgid "Delete pending plugins" +#~ msgstr "Delete pending plugins" + +#~ msgid "Advices" +#~ msgstr "Advices" + +#~ msgid "Queue summary" +#~ msgstr "Queue summary" + +#~ msgid "This operation could take a long time" +#~ msgstr "This operation could take a long time." + +#~ msgid "Apply (database and files)" +#~ msgstr "Apply (database and files)" + +#~ msgid "Apply (only database)" +#~ msgstr "Apply (only database)" + +#~ msgid "Complete" +#~ msgstr "Complete" + +#~ msgid "Incomplete" +#~ msgstr "Incomplete" + +#~ msgid "Queue filter" +#~ msgstr "Queue filter" + +#~ msgid "Finished" +#~ msgstr "Finished" + +#~ msgid "Delete from queue" +#~ msgstr "Delete from queue" + +#~ msgid "Empty queue" +#~ msgstr "Empty queue" + +#~ msgid "Delete all" +#~ msgstr "Delete all" + +#~ msgid "Operation successfully added to the queue" +#~ msgstr "Operation successfully added to the queue" + +#~ msgid "Operation cannot be added to the queue" +#~ msgstr "Operation cannot be added to the queue" + +#~ msgid "Duplicated or incompatible operation in the queue" +#~ msgstr "Duplicated or incompatible operation in the queue" + +#~ msgid "" +#~ "Successfully added to delete pending plugins. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Successfully added to plugins pending deletion. It will be deleted in the " +#~ "next policy application." + +#~ msgid "Cannot be added to delete pending plugins." +#~ msgstr "Cannot be added to plugins pending deletion." + +#~ msgid "Duplicated alert" +#~ msgstr "Duplicated alert" + +#~ msgid "Modules in policy agents" +#~ msgstr "Modules in policy agents" + +#~ msgid "Alert Template" +#~ msgstr "Alert Template" + +#~ msgid "List event alerts" +#~ msgstr "List event alerts" + +#~ msgid "Builder event alert" +#~ msgstr "Builder event alert" + +#~ msgid "Error processing action" +#~ msgstr "Error processing action" + +#~ msgid "Error validating alert(s)" +#~ msgstr "Error validating alert(s)" + +#~ msgid "Ac." +#~ msgstr "Ac." + +#~ msgid "Val." +#~ msgstr "Val." + +#~ msgid "Move up" +#~ msgstr "Move up" + +#~ msgid "Move down" +#~ msgstr "Move down" + +#~ msgid "No associated actions" +#~ msgstr "No associated actions" + +#~ msgid "View associated rules" +#~ msgstr "View associated rules" + +#~ msgid "List event rules" +#~ msgstr "List event rules" + +#~ msgid "Configure event rule" +#~ msgstr "Configure event rule" + +#~ msgid "User comment" +#~ msgstr "User comment" + +#~ msgid "This field will be processed with regexp" +#~ msgstr "This field will be processed with regexp" + +#~ msgid "Window" +#~ msgstr "Window" + +#~ msgid "Configure event alert" +#~ msgstr "Configure event alert" + +#~ msgid "Could not be created, please fill alert name" +#~ msgstr "Could not be created, please fill alert name." + +#~ msgid "Rule evaluation mode" +#~ msgstr "Rule evaluation mode" + +#~ msgid "Group by" +#~ msgstr "Group by" + +#~ msgid "Please Read" +#~ msgstr "Please read" + +#~ msgid "" +#~ "Since the alert can have multiple actions. You can edit them from the alert " +#~ "list of events." +#~ msgstr "" +#~ "Since the alert can have multiple actions. You can edit them from the alert " +#~ "list of events." + +#~ msgid "Event rules" +#~ msgstr "Event rules" + +#~ msgid "Error creating rule" +#~ msgstr "Error creating rule" + +#~ msgid "Successfully created rule" +#~ msgstr "Successfully created rule" + +#~ msgid "Error updating rule" +#~ msgstr "Error updating rule" + +#~ msgid "Successfully updating rule" +#~ msgstr "Successfully updating rule" + +#~ msgid "Error updating rule operators" +#~ msgstr "Error updating rule operators" + +#~ msgid "Successfully update rule operators" +#~ msgstr "Updating rule operators successful." + +#~ msgid "(Agent)" +#~ msgstr "(Agent)" + +#~ msgid "Logic expression for these rules:" +#~ msgstr "Logic expression for these rules:" + +#~ msgid "Update operators" +#~ msgstr "Update operators" + +#~ msgid "Success: create the alerts." +#~ msgstr "Creating of the alerts successful." + +#~ msgid "Failed: create the alerts for this modules, please check." +#~ msgstr "Failure in creating the alerts for these modules, please check." + +#~ msgid "Modules agents in policy" +#~ msgstr "Module agents in policy" + +#~ msgid "SNMP Alerts to be deleted" +#~ msgstr "SNMP alerts to be deleted" + +#~ msgid "Success: remove the alerts." +#~ msgstr "Removal of the alerts successful." + +#~ msgid "Failed: remove the alerts for this modules, please check." +#~ msgstr "Failure in removing the alerts for these modules, please check." + +#, php-format +#~ msgid "Successfully updated alerts (%s / %s)" +#~ msgstr "Successfully updated alerts (%s / %s)" + +#, php-format +#~ msgid "Unsuccessfully updated alerts (%s / %s)" +#~ msgstr "Updating of alerts unsuccessful (%s / %s)." + +#~ msgid "SNMP Alerts to be edit" +#~ msgstr "SNMP Alerts to be edited" + +#~ msgid "Filter module" +#~ msgstr "Filter Module" + +#~ msgid "Updated modules on database" +#~ msgstr "Updated modules in the database" + +#~ msgid "Agent configuration files updated" +#~ msgstr "Agent configuration files updated." + #~ msgid "Massive alerts policy addition" #~ msgstr "Massive alerts policy addition" @@ -35996,25 +25335,443 @@ msgstr "Only user can use the API" #~ msgid "Massive Satellite modules edition" #~ msgstr "Massive Satellite Modules Editing" +#~ msgid "Custom OID" +#~ msgstr "Custom OID" + #~ msgid "Error parsing MIB" #~ msgstr "Error parsing MIB" +#~ msgid "Successfully added trap custom values" +#~ msgstr "Success in adding trap custom values." + +#~ msgid "Error adding trap custom values" +#~ msgstr "Error in adding trap custom values." + +#~ msgid "No change in data" +#~ msgstr "No change in data" + +#~ msgid "Successfully updated trap custom values" +#~ msgstr "Updating trap custom values successful." + +#~ msgid "Error updating trap custom values" +#~ msgstr "Error in updating trap custom values." + +#~ msgid "Successfully deleted trap custom values" +#~ msgstr "Deletion of trap custom values successful." + +#~ msgid "Error deleting trap custom values" +#~ msgstr "Error in deleting trap custom values." + +#, php-format +#~ msgid "Uploaded %s/%s traps" +#~ msgstr "Uploaded %s/%s traps" + #, php-format #~ msgid "Fail uploaded %s/%s traps" #~ msgstr "Failure in uploading %s/%s traps" +#~ msgid "Fail uploaded file" +#~ msgstr "Failure in uploading file" + +#~ msgid "Load MIB" +#~ msgstr "Load MIB" + +#~ msgid "Upload MIB" +#~ msgstr "Upload MIB" + +#~ msgid "Log storage directory" +#~ msgstr "Log storage directory" + +#~ msgid "Directory where log data will be stored." +#~ msgstr "Directory where the log data will be stored." + +#~ msgid "Sets the maximum lifetime for log data in days." +#~ msgstr "Sets the maximum lifetime for log data in days." + +#~ msgid "Enterprise ACL setup" +#~ msgstr "Enterprise ACL setup" + +#~ msgid "Add new ACL element to profile" +#~ msgstr "Add new ACL element to profile" + +#~ msgid "Section" +#~ msgstr "Section" + +#~ msgid "Page" +#~ msgstr "Page" + +#~ msgid "Filter by profile" +#~ msgstr "Filter by profile" + +#~ msgid "Skins configuration" +#~ msgstr "Skins configuration" + +#~ msgid "Error deleting skin" +#~ msgstr "Error deleting skin" + +#~ msgid "Successfully deleted skin" +#~ msgstr "Successfully deleted skin" + +#~ msgid "Create skin" +#~ msgstr "Create skin" + +#~ msgid "Skin name" +#~ msgstr "Skin name" + +#~ msgid "Relative path" +#~ msgstr "Relative path" + +#~ msgid "Successfully updated skin" +#~ msgstr "Updating skin successful" + +#~ msgid "Error updating skin" +#~ msgstr "Error in updating skin" + +#~ msgid "Error creating skin" +#~ msgstr "Error on creating skin." + +#~ msgid "Successfully created skin" +#~ msgstr "Creation of skin successful." + +#~ msgid "" +#~ "Zip file with skin subdirectory. The name of the zip file only can have " +#~ "alphanumeric characters." +#~ msgstr "" +#~ "Zip file with skin subdirectory. The name of the zip file only can have " +#~ "alphanumeric characters." + +#~ msgid "Group/s" +#~ msgstr "Group/s" + +#~ msgid "Metaconsole setup" +#~ msgstr "Metaconsole setup" + +#~ msgid "Successfully update" +#~ msgstr "Update successful." + +#~ msgid "Could not be update" +#~ msgstr "Could not be updated." + +#~ msgid "Pandora FMS Metaconsole item edition" +#~ msgstr "Pandora FMS Metaconsole item edition" + +#~ msgid "Auth token" +#~ msgstr "Auth token" + +#~ msgid "" +#~ "Token previously configured on the destination Pandora console in order to " +#~ "use delegated authentification." +#~ msgstr "" +#~ "Token previously configured on the destination Pandora console in order to " +#~ "use delegated authentification." + +#~ msgid "Console URL" +#~ msgstr "Console URL" + +#~ msgid "DB Host" +#~ msgstr "DB Host" + +#~ msgid "DB Name" +#~ msgstr "DB Name" + +#~ msgid "DB User" +#~ msgstr "DB User" + +#~ msgid "DB Password" +#~ msgstr "DB Password" + +#~ msgid "Console User" +#~ msgstr "Console User" + +#~ msgid "Console Password" +#~ msgstr "Console Password" + +#~ msgid "DB" +#~ msgstr "DB" + +#~ msgid "API" +#~ msgstr "API" + +#~ msgid "Compatibility" +#~ msgstr "Compatibility" + +#~ msgid "Number of days before data is transfered to history database." +#~ msgstr "Number of days before the data is transfered to history database." + +#~ msgid "" +#~ "Data size of mechanism used to transfer data (similar to a data buffer.)" +#~ msgstr "" +#~ "Data size of mechanism used to transfer the data (similar to a data buffer.)" + +#~ msgid "Time interval between data transfer." +#~ msgstr "Time interval between data transfer." + +#~ msgid "" +#~ "Before activating this option check your ACL Setup. You may lose access to " +#~ "the console." +#~ msgstr "" +#~ "Before activating this option, check your ACL Setup. You may lose access to " +#~ "the console." + +#~ msgid " Bytes" +#~ msgstr " Bytes" + +#~ msgid "Seconds" +#~ msgstr "Seconds" + +#~ msgid "Only validated events" +#~ msgstr "Only validated events" + +#~ msgid "" +#~ "The inventory modules included in the changes blacklist will not generate " +#~ "events when change." +#~ msgstr "" +#~ "The inventory modules included in the changes blacklist will not generate " +#~ "events if changed." + +#~ msgid "Out of black list" +#~ msgstr "Out of black list" + +#~ msgid "In black list" +#~ msgstr "Into black list" + +#~ msgid "Push selected modules into blacklist" +#~ msgstr "Push selected modules into blacklist." + +#~ msgid "Pop selected modules out of blacklist" +#~ msgstr "Push selected modules out of blacklist." + +#~ msgid "Enterprise options" +#~ msgstr "Enterprise Options" + +#~ msgid " Caracters" +#~ msgstr " Characters" + +#~ msgid "Set 0 if never expire." +#~ msgstr "Set to '0' to never let it expire." + +#~ msgid " Days" +#~ msgstr " Days" + +#~ msgid " Minutes" +#~ msgstr " Minutes" + +#~ msgid "Two attempts minimum" +#~ msgstr "Two attempts minimum" + +#~ msgid " Attempts" +#~ msgstr " Attempts" + +#~ msgid "Enterprise password policy" +#~ msgstr "Enterprise password policy" + +#~ msgid "" +#~ "Rules applied to the management of passwords. This policy applies to all " +#~ "users except the administrator." +#~ msgstr "" +#~ "Rules applied to the management of passwords. This policy applies to all " +#~ "users except to the administrator." + +#~ msgid "Active directory" +#~ msgstr "Active directory" + +#~ msgid "Remote Pandora FMS" +#~ msgstr "Remote Pandora FMS" + +#~ msgid "Remote Babel Enterprise" +#~ msgstr "Remote Babel Enterprise" + +#~ msgid "Remote Integria" +#~ msgstr "Remote Integria" + +#~ msgid "Pandora FMS host" +#~ msgstr "Pandora FMS host" + +#~ msgid "Macros" +#~ msgstr "Macros" + +#~ msgid "Local component management" +#~ msgstr "Local component management" + +#~ msgid "Successfully created inventory module" +#~ msgstr "Inventory module successfully created." + +#~ msgid "Error creating inventory module" +#~ msgstr "Error in creating inventory module." + +#~ msgid "Interpreter" +#~ msgstr "Interpreter" + +#~ msgid "Local module" +#~ msgstr "Local Module" + +#~ msgid "Remote/Local" +#~ msgstr "Remote / Local" + +#~ msgid "Block Mode" +#~ msgstr "Block Mode" + +#~ msgid "separate fields with " +#~ msgstr "separate fields with " + +#~ msgid "Or disable Pandora FMS enterprise" +#~ msgstr "Or disable Pandora FMS enterprise" + +#, php-format +#~ msgid "" +#~ "License out of limits

                " +#~ "This license allows %d agents and you have %d agents configured." +#~ msgstr "" +#~ "Licence out of limits

                " +#~ "This licence allows %d agents and you have %d agents configured." + +#~ msgid "" +#~ "This license has expired. " +#~ "

                You can not get updates until you renew the license." +#~ msgstr "" +#~ "This licence has expired. " +#~ "

                You cannot get any updates until you've renewed the licence." + +#~ msgid "" +#~ "To continue using Pandora FMS, please disable enterprise by renaming the " +#~ "Enterprise directory in the console.

                Or contact Artica at " +#~ "info@artica.es for a valid license:" +#~ msgstr "" +#~ "To continue using Pandora FMS, please disable enterprise by renaming the " +#~ "Enterprise directory in the console.

                Or contact Artica at " +#~ "info@artica.es for a valid licence :" + +#~ msgid "Please contact Artica at info@artica.es to renew the license." +#~ msgstr "Please contact Artica at info@artica.es to renew the licence." + +#~ msgid "Renew" +#~ msgstr "Renew" + +#~ msgid "Top N Events by agent." +#~ msgstr "Top N Events by agent." + +#~ msgid "Top N events by agent." +#~ msgstr "Top N events by agent." + +#~ msgid "Amount to show" +#~ msgstr "Amount to show" + +#~ msgid "Please select one or more groups." +#~ msgstr "Please select one or more groups." + +#~ msgid "There is not data to show." +#~ msgstr "There is not data to show." + +#~ msgid "Please, configure this widget before use" +#~ msgstr "Please configure this widget before usage" + +#~ msgid "Latest events list" +#~ msgstr "Latest events list" + +#~ msgid "Limit" +#~ msgstr "Limit" + +#~ msgid "Only pending" +#~ msgstr "Only pending" + +#~ msgid "Map made by user" +#~ msgstr "Map made by user" + +#~ msgid "Show a map made by user" +#~ msgstr "Show a map made by user" + +#~ msgid "Alerts Fired" +#~ msgstr "Alerts Fired" + +#~ msgid "Alerts Fired report" +#~ msgstr "Alerts Fired report" + +#~ msgid "Show a report made by user" +#~ msgstr "Show a report made by user" + +#~ msgid "Single graph" +#~ msgstr "Single graph" + +#~ msgid "Show a graph of an agent module" +#~ msgstr "Show a graph of an agent module" + +#~ msgid "Show a top n of agents modules." +#~ msgstr "Show a top n of agents modules." + +#~ msgid "" +#~ "Please could you fill the widget data previous to filling the list items." +#~ msgstr "" +#~ "Please could you fill the widget data previous to filling the list items." + +#~ msgid "avg" +#~ msgstr "avg" + +#~ msgid "Selection module one by one" +#~ msgstr "Selection module one by one" + +#~ msgid "Selection several modules" +#~ msgstr "Selection several modules" + +#~ msgid "Regex for to filter modules" +#~ msgstr "Regex for to filter modules" + +#~ msgid "Filter modules" +#~ msgstr "Filter modules" + #~ msgid "Successful added modules" #~ msgstr "Successful added modules" #~ msgid "Unsuccessful added modules" #~ msgstr "Unsuccessful added modules" +#~ msgid "Show the URL content" +#~ msgstr "Show the URL content" + #~ msgid "Height in px (zero for auto)" #~ msgstr "Height in px (zero for auto)" +#~ msgid "My URL" +#~ msgstr "My URL" + #~ msgid "Invalid URL" #~ msgstr "Invalid URL" +#~ msgid "Welcome message to Pandora FMS" +#~ msgstr "Welcome message to Pandora FMS" + +#~ msgid "Welcome" +#~ msgstr "Welcome" + +#~ msgid "" +#~ "This is an example of a dashboard widget. A widget may contain elements" +#~ msgstr "" +#~ "This is an example of a dashboard widget. A widget may contain elements" + +#~ msgid "" +#~ "To add more elements, click on \"Add widgets\" on the top of this " +#~ "page." +#~ msgstr "" +#~ "To add more elements, click on \"Add widgets\" on the top of this " +#~ "page." + +#~ msgid "" +#~ "To delete this message, click on the delete button on top right corner of " +#~ "this element." +#~ msgstr "" +#~ "To delete this message, click on the delete button on top right corner of " +#~ "this element." + +#~ msgid "" +#~ "To do so, just click on the title and drag and drop it to the desired place." +#~ msgstr "" +#~ "To do so, just click on the title and drag and drop it to the desired place." + +#~ msgid "Thanks for using Pandora FMS" +#~ msgstr "Thanks for using Pandora FMS." + +#~ msgid "Show a map of the monitored network" +#~ msgstr "Show a map of the monitored network." + #~ msgid "No overlap" #~ msgstr "No overlap" @@ -36033,6 +25790,36 @@ msgstr "Only user can use the API" #~ msgid "12" #~ msgstr "12" +#~ msgid "Maps status" +#~ msgstr "Maps status" + +#~ msgid "General and quick visual maps report" +#~ msgstr "General and quick visual maps report" + +#~ msgid "Panel with a message" +#~ msgstr "Panel with a message" + +#~ msgid "My Post" +#~ msgstr "My Post" + +#~ msgid "Show a defined custom graph" +#~ msgstr "Show a defined custom graph" + +#~ msgid "Groups status" +#~ msgstr "Groups status" + +#~ msgid "General and quick group status report" +#~ msgstr "General and quick group status report" + +#~ msgid "Show a list of global monitor health" +#~ msgstr "Show a list of global monitor health" + +#~ msgid "Top N Events by module." +#~ msgstr "Top N Events by module." + +#~ msgid "Top N events by module." +#~ msgstr "Top N events by module." + #~ msgid "Dashboard replicate" #~ msgstr "Dashboard replicate" @@ -36057,6 +25844,18 @@ msgstr "Only user can use the API" #~ msgid "Replicate Dashboard" #~ msgstr "Replicate Dashboard" +#~ msgid "Configure widget" +#~ msgstr "Configure widget" + +#~ msgid "Delete widget" +#~ msgstr "Delete widget" + +#~ msgid "Widget cannot be loaded" +#~ msgstr "Cannot load widget." + +#~ msgid "Please, configure the widget again to recover it" +#~ msgstr "Please configure the widget again to recover it" + #~ msgid "Dashboard successfuly updated" #~ msgstr "Dashboard successfuly updated." @@ -36069,6 +25868,9 @@ msgstr "Only user can use the API" #~ msgid "Dashboard successfuly created" #~ msgstr "Dashboard successfuly created." +#~ msgid "Slides mode" +#~ msgstr "Slides mode" + #~ msgid "Next Dashboard" #~ msgstr "Next Dashboard" @@ -36078,12 +25880,18 @@ msgstr "Only user can use the API" #~ msgid "Previous Dashboard" #~ msgstr "Previous Dashboard" +#~ msgid "Pause" +#~ msgstr "Pause" + #~ msgid "Next slide in" #~ msgstr "Next slide in" #~ msgid "Add dashboard" #~ msgstr "Add dashboard" +#~ msgid "Add widget" +#~ msgstr "Add widget" + #~ msgid "Update dashboard" #~ msgstr "Update dashboard" @@ -36093,18 +25901,454 @@ msgstr "Only user can use the API" #~ msgid "Dashboard options" #~ msgstr "Dashboard options" +#~ msgid "Private dashboard" +#~ msgstr "Private dashboard" + #~ msgid "Add new dashboard view" #~ msgstr "Add new dashboard view" +#~ msgid "Add new widget" +#~ msgstr "Add new widget" + +#~ msgid "Search results for" +#~ msgstr "Search results for" + +#~ msgid "There are no agents included in this group" +#~ msgstr "There are no agents included in this group" + +#~ msgid "Screens" +#~ msgstr "Screens" + +#~ msgid "Create visualmap" +#~ msgstr "Create visual map" + #~ msgid "Visualmap" #~ msgstr "Visual map" +#~ msgid "The user is not in neither group with EW profile" +#~ msgstr "The user is not in either of the groups with an EW profile." + +#~ msgid "Succesful updated" +#~ msgstr "Update successful." + +#~ msgid "Unsucessful updated" +#~ msgstr "Update unsuccessful." + +#~ msgid "Fields" +#~ msgstr "Fields" + +#~ msgid "Tactical View" +#~ msgstr "Tactical View" + +#~ msgid "More events" +#~ msgstr "More events" + +#~ msgid "Create module" +#~ msgstr "Create module" + +#~ msgid "Can't connect to Pandora FMS instance" +#~ msgstr "Cannot connect to Pandora FMS instance." + +#~ msgid "Web check" +#~ msgstr "Web check" + +#~ msgid "Module description" +#~ msgstr "Module description" + +#~ msgid "Step by step wizard" +#~ msgstr "Step by step wizard" + +#~ msgid "Click Create to continue" +#~ msgstr "Click Create to continue" + +#~ msgid "Edit module" +#~ msgstr "Edit module" + +#~ msgid "The alert you are trying to add is already in the list of alerts" +#~ msgstr "The alert you are trying to add is already in the list of alerts." + +#~ msgid "Please, select an alert" +#~ msgstr "Please select an alert" + +#~ msgid "Please, select an agent" +#~ msgstr "Please select an agent" + +#~ msgid "String" +#~ msgstr "String" + +#~ msgid "Another agent already exists with the same name" +#~ msgstr "Another agent with the same name already exists." + +#~ msgid "Preview" +#~ msgstr "Preview" + +#~ msgid "Edit agent" +#~ msgstr "Edit agent" + #~ msgid "Please, set a valid IP address" #~ msgstr "Please set a valid IP address." +#~ msgid "Advanced configuration" +#~ msgstr "Advanced configuration" + +#~ msgid "Invalid characters founded in module name" +#~ msgstr "Invalid characters found in module name." + +#~ msgid "Please, set a name" +#~ msgstr "Please set a name" + +#~ msgid "Please, set an interval" +#~ msgstr "Please set an interval" + +#~ msgid "Select the agent to be edited or deleted" +#~ msgstr "Select the agent to be edited or deleted" + +#~ msgid "Select the agent where the module will be created" +#~ msgstr "Select the agent where the module will be created" + +#~ msgid "Create Module" +#~ msgstr "Create Module" + +#~ msgid "Select the module to be edited or deleted" +#~ msgstr "Select the module to be edited or deleted" + +#~ msgid "Select the module where the alert will be created" +#~ msgstr "Select the module in which the alert will be created." + +#~ msgid "Select the alert to be edited or deleted" +#~ msgstr "Select the alert to be edited or deleted" + +#~ msgid "Group View" +#~ msgstr "Group View" + +#~ msgid "Synchronizing" +#~ msgstr "Synchronising" + +#~ msgid "Users synchronization" +#~ msgstr "Users synchronisation" + +#~ msgid "Groups synchronization" +#~ msgstr "Groups synchronisation" + +#~ msgid "Alerts synchronization" +#~ msgstr "Alerts synchronisation" + +#~ msgid "Components synchronization" +#~ msgstr "Components synchronization" + +#~ msgid "Tags synchronization" +#~ msgstr "Tags synchronisation" + +#, php-format +#~ msgid "Could not be update: Error in %s" +#~ msgstr "Could not be updated : Error in %s" + +#~ msgid "Customize sections" +#~ msgstr "Customise sections" + +#~ msgid "Disabled sections" +#~ msgstr "Disabled sections" + +#~ msgid "Enabled sections" +#~ msgstr "Enabled sections" + +#~ msgid "Push selected sections to enable it" +#~ msgstr "Push selected sections to enable it" + +#~ msgid "Pop selected sections to disable it" +#~ msgstr "Pop selected sections to disable it" + +#~ msgid "Passwords" +#~ msgstr "Passwords" + +#, php-format +#~ msgid "Error updating user %s" +#~ msgstr "Error in updating user %s" + +#, php-format +#~ msgid "Updated user %s" +#~ msgstr "Updated user %s" + +#, php-format +#~ msgid "Error creating user %s" +#~ msgstr "Error in creating user %s" + +#, php-format +#~ msgid "Created user %s" +#~ msgstr "Created user %s" + +#, php-format +#~ msgid "" +#~ "Error creating/updating the followings elements groups/profiles/user " +#~ "profiles (%d/%d/%d)" +#~ msgstr "" +#~ "Error creating/updating the following elements groups / profiles / user " +#~ "profiles (%d/%d/%d)" + +#, php-format +#~ msgid "" +#~ "The followings elements groups/profiles/user profiles were created/updated " +#~ "sucessfully (%d/%d/%d)" +#~ msgstr "" +#~ "The following element groups / profiles / user profiles were created / " +#~ "updated sucessfully (%d/%d/%d)" + +#, php-format +#~ msgid "Error connecting to %s" +#~ msgstr "Error connecting to %s" + +#~ msgid "This metaconsole" +#~ msgstr "This meta-console" + +#~ msgid "Profile mode" +#~ msgstr "Profile mode" + +#~ msgid "Profile synchronization mode." +#~ msgstr "Profile synchronisation mode" + +#~ msgid "New profile" +#~ msgstr "New profile" + +#~ msgid "Copy profile" +#~ msgstr "Copy profile" + #~ msgid "Check this to copy user original profiles" #~ msgstr "Check this to copy the user's original profiles" +#~ msgid "Sync" +#~ msgstr "Sync" + +#, php-format +#~ msgid "Error creating %s components groups " +#~ msgstr "Error in creating %s component groups " + +#, php-format +#~ msgid "Created %s component groups" +#~ msgstr "Created %s component groups" + +#, php-format +#~ msgid "Error creating/updating %s/%s local components " +#~ msgstr "Error creating/updating %s/%s local components " + +#, php-format +#~ msgid "Created/Updated %s/%s local components" +#~ msgstr "Created / updated %s/%s local components" + +#, php-format +#~ msgid "Error creating/updating %s/%s network components " +#~ msgstr "Error in creating / updating %s/%s network components " + +#, php-format +#~ msgid "Created/Updated %s/%s network components" +#~ msgstr "Created/updated %s/%s network components" + +#~ msgid "Metaconsole elements" +#~ msgstr "Metaconsole elements" + +#~ msgid "The number of elements retrieved for each instance in some views." +#~ msgstr "The number of elements retrieved for each instance in some views." + +#~ msgid "Visual" +#~ msgstr "Visual" + +#~ msgid "Could not be delete" +#~ msgstr "Could not be deleted." + +#~ msgid "" +#~ "Complete path to Pandora console without last \"/\" character. Example " +#~ msgstr "" +#~ "Complete path to Pandora console without last \"/\" character. Example " + +#~ msgid "There aren't server added to metaconsole" +#~ msgstr "There are no servers added to metaconsole." + +#, php-format +#~ msgid "Error creating/updating %s/%s comamnds" +#~ msgstr "Error in creating / updating %s/%s commands." + +#, php-format +#~ msgid "Created/Updated %s/%s commands" +#~ msgstr "Created / updated %s/%s commands" + +#, php-format +#~ msgid "Error creating/updating %s/%s actions" +#~ msgstr "Error in creating / updating %s/%s actions." + +#, php-format +#~ msgid "Created/Updated %s/%s actions" +#~ msgstr "Created / updated %s/%s actions" + +#, php-format +#~ msgid "Error creating/updating %s/%s templates" +#~ msgstr "Error in creating / updating %s/%s templates" + +#, php-format +#~ msgid "Created/Updated %s/%s templates" +#~ msgstr "Created / updated %s/%s templates" + +#~ msgid "Propagation" +#~ msgstr "Propagation" + +#~ msgid "Only database" +#~ msgstr "Only database" + +#, php-format +#~ msgid "Error creating/updating %s/%s tags" +#~ msgstr "Error in creating / updating %s/%s tags" + +#, php-format +#~ msgid "Created/Updated %s/%s tags" +#~ msgstr "Created / updated %s/%s tags" + +#~ msgid "Active events history" +#~ msgstr "Active events history" + +#~ msgid "Please search for anything text." +#~ msgstr "Please search for anything text." + +#~ msgid "Original string" +#~ msgstr "Original string" + +#~ msgid "Translation in selected language" +#~ msgstr "Translation in selected language" + +#~ msgid "Customize translation" +#~ msgstr "Customize translation" + +#~ msgid "Consoles Setup" +#~ msgstr "Consoles Setup" + +#~ msgid "General setup" +#~ msgstr "General setup" + +#~ msgid "Passwords setup" +#~ msgstr "Passwords setup" + +#~ msgid "Visual setup" +#~ msgstr "Visual setup" + +#~ msgid "Performance setup" +#~ msgstr "Performance setup" + +#~ msgid "Strings translation" +#~ msgstr "Strings translation" + +#~ msgid "Consoles setup" +#~ msgstr "Consoles setup" + +#, php-format +#~ msgid "Error creating/updating %s/%s groups" +#~ msgstr "Error in creating / updating %s/%s groups" + +#, php-format +#~ msgid "Created/Updated %s/%s groups" +#~ msgstr "Groups %s/%s created / updated" + +#~ msgid "redirected ip server in conf into source DB" +#~ msgstr "Redirected IP-server in conf into source DB" + +#~ msgid "created agent in destination DB" +#~ msgstr "created agent in destination DB" + +#~ msgid "created agent modules in destination DB" +#~ msgstr "created agent modules in destination DB" + +#~ msgid "created agent alerts in destination DB" +#~ msgstr "created agent alerts in destination DB" + +#~ msgid "created alerts actions in destination DB" +#~ msgstr "created alert actions in destination DB" + +#~ msgid "disabled agent in source DB" +#~ msgstr "disabled agents in source DB" + +#~ msgid "" +#~ "Not set metaconsole IP in the \"IP list with API access\" guess Pandora " +#~ "Console." +#~ msgstr "" +#~ "Unset metaconsole IP in the \"IP list with API access\" guess Pandora " +#~ "Console." + +#~ msgid "Successfully moved" +#~ msgstr "Successfully moved" + +#~ msgid "Could not be moved" +#~ msgstr "Could not be moved" + +#~ msgid "Source Server" +#~ msgstr "Source Server" + +#~ msgid "Destination Server" +#~ msgstr "Destination Server" + +#~ msgid "Add agents to destination server" +#~ msgstr "Add agents to destination server" + +#~ msgid "Move" +#~ msgstr "Move" + +#~ msgid "Policy Manager" +#~ msgstr "Policy Manager" + +#~ msgid "Apply policies" +#~ msgstr "Apply policies" + +#~ msgid "Policies queue" +#~ msgstr "Policies queue" + +#~ msgid "Policies apply" +#~ msgstr "Policies apply" + +#, php-format +#~ msgid "Error creating %s policies" +#~ msgstr "Error in creating %s policies" + +#, php-format +#~ msgid "Created %s policies" +#~ msgstr "Created %s policies" + +#, php-format +#~ msgid "Error creating/updating %s/%s policy modules" +#~ msgstr "Error in creating / updating %s/%s policy modules" + +#, php-format +#~ msgid "Created/Updated %s/%s policy modules" +#~ msgstr "Created / updated %s/%s policy modules" + +#, php-format +#~ msgid "Error deleting %s policy modules" +#~ msgstr "Error in deleting %s policy modules" + +#, php-format +#~ msgid "Deleted %s policy modules" +#~ msgstr "Deleted %s policy modules" + +#, php-format +#~ msgid "Error creating %s policy alerts" +#~ msgstr "Error in creating %s policy alerts" + +#, php-format +#~ msgid "Created %s policy alerts" +#~ msgstr "Created %s policy alerts" + +#, php-format +#~ msgid "Error deleting %s policy alerts" +#~ msgstr "Error in deleting %s policy alerts" + +#, php-format +#~ msgid "Deleted %s policy alerts" +#~ msgstr "Deleted %s policy alerts" + +#~ msgid "" +#~ "Metaconsole needs previous activation from regular console, please contact " +#~ "system administrator if you need assistance.
                " +#~ msgstr "" +#~ "Metaconsole needs previous activation from regular console, please contact " +#~ "system administrator if you need assistance.
                " + +#~ msgid "Network traffic" +#~ msgstr "Network traffic" + #~ msgid "" #~ "In order to have the best user experience with Pandora FMS, we strongly " #~ "recommend to use" @@ -36119,9 +26363,48 @@ msgstr "Only user can use the API" #~ "Mozilla Firefox or Google Chrome browsers." +#~ msgid "Monitors view" +#~ msgstr "Monitors view" + +#~ msgid "Create new report" +#~ msgstr "Create new report" + +#~ msgid "Report templates" +#~ msgstr "Report templates" + +#~ msgid "Templates wizard" +#~ msgstr "Templates wizard" + +#~ msgid "Live view" +#~ msgstr "Live view" + +#~ msgid "Agent management" +#~ msgstr "Agent management" + +#~ msgid "Alert management" +#~ msgstr "Alert management" + #~ msgid "Tag management" #~ msgstr "Tag management" +#~ msgid "Policy management" +#~ msgstr "Policy management" + +#~ msgid "Category management" +#~ msgstr "Category management" + +#~ msgid "Metasetup" +#~ msgstr "Metasetup" + +#~ msgid "Back to login" +#~ msgstr "Back to login" + +#~ msgid "Agents movement" +#~ msgstr "Agents movement" + +#~ msgid "Group management" +#~ msgstr "Group management" + #~ msgid "Not networkmap defined." #~ msgstr "No networkmap defined." @@ -36153,12 +26436,193 @@ msgstr "Only user can use the API" #~ msgid "Cannot connect to %s Pandora to generate networkmap." #~ msgstr "Cannot connect to %s Pandora to generate network map." +#~ msgid "Agent modules" +#~ msgstr "Agent modules" + +#~ msgid "Add selected modules to agent" +#~ msgstr "Add selected modules to agent" + +#~ msgid "Undo changes" +#~ msgstr "Undo changes" + +#~ msgid "Latency" +#~ msgstr "Latency" + +#~ msgid "Response" +#~ msgstr "Response" + +#~ msgid "Check type" +#~ msgstr "Check type" + +#~ msgid "String to check" +#~ msgstr "String to check" + +#~ msgid "Add check" +#~ msgstr "Add check" + +#~ msgid "Delete check" +#~ msgstr "Delete check" + +#~ msgid "Various" +#~ msgstr "Various" + +#~ msgid "Thresholds" +#~ msgstr "Thresholds" + +#~ msgid "Web configuration" +#~ msgstr "Web configuration" + +#~ msgid "Str: " +#~ msgstr "Str: " + +#~ msgid " Inverse interval " +#~ msgstr " Inverse interval " + +#~ msgid "Alerts in module" +#~ msgstr "Alerts in module" + +#~ msgid "Checks" +#~ msgstr "Checks" + +#~ msgid "Deleted modules" +#~ msgstr "Deleted modules" + +#, php-format +#~ msgid "Error adding module %s" +#~ msgstr "Error in adding module %s" + +#~ msgid "" +#~ "There was an error creating the alerts, the operation has been cancelled" +#~ msgstr "" +#~ "There was an error creating the alerts, the operation has been cancelled" + +#, php-format +#~ msgid "Could not create agent %s" +#~ msgstr "Could not create agent %s" + +#~ msgid "Agent successfully added" +#~ msgstr "Agent successfully added" + +#, php-format +#~ msgid "%s Modules created" +#~ msgstr "%s Modules created" + +#, php-format +#~ msgid "Could not update agent %s" +#~ msgstr "Could not update agent %s" + +#~ msgid "Agent successfully updated" +#~ msgstr "Agent successfully updated" + +#, php-format +#~ msgid "%s Modules deleted" +#~ msgstr "%s Modules deleted" + +#, php-format +#~ msgid "Error updating module %s" +#~ msgstr "Error in updating module %s" + +#~ msgid "" +#~ "There was an error updating the alerts, the operation has been cancelled" +#~ msgstr "" +#~ "There was an error in updating the alerts, the operation has been cancelled." + +#~ msgid "Successfully updated module." +#~ msgstr "Module successfully updated." + +#~ msgid "Manage agent modules" +#~ msgstr "Manage agent modules" + +#~ msgid "No admin user" +#~ msgstr "No admin user" + +#~ msgid "Netflow disable custom live view filters" +#~ msgstr "Netflow disables custom live view filters." + +#~ msgid "Customizable section" +#~ msgstr "Customizable section" + +#~ msgid "User synchronization" +#~ msgstr "User synchronization" + +#~ msgid "Group synchronization" +#~ msgstr "Group synchronization" + +#~ msgid "Create new module" +#~ msgstr "Create new module" + +#~ msgid "Tree View" +#~ msgstr "Tree View" + +#~ msgid "Group name" +#~ msgstr "Group name" + +#~ msgid "Go to module detail" +#~ msgstr "Go to module detail" + +#~ msgid "Create new alert" +#~ msgstr "Create new alert" + +#~ msgid "There was a problem loading alert" +#~ msgstr "A problem occurred while loading alerts" + +#~ msgid "Stand By" +#~ msgstr "Stand By" + +#~ msgid "Go to Alert detail" +#~ msgstr "Go to Alert detail" + +#~ msgid "Delete alert" +#~ msgstr "Delete alert" + +#~ msgid "There was a problem loading tag" +#~ msgstr "There was a problem in loading the tag." + +#~ msgid "Plugin management" +#~ msgstr "Plugin management" + +#~ msgid "Create plugin" +#~ msgstr "Create plugin" + +#~ msgid "Edit plugin" +#~ msgstr "Edit plugin" + +#~ msgid "Log viewer" +#~ msgstr "Log viewer" + +#~ msgid "Start date" +#~ msgstr "Start date" + #~ msgid "Copy Dashboard" #~ msgstr "Copy dashboard" #~ msgid "Network console" #~ msgstr "Network console" +#~ msgid "Custom SQL" +#~ msgstr "Custom SQL" + +#~ msgid "Export this list to CSV" +#~ msgstr "Export this list to CSV" + +#~ msgid "List of elements" +#~ msgstr "List of elements" + +#~ msgid "Service Map" +#~ msgstr "Service Map" + +#~ msgid "Service deleted successfully" +#~ msgstr "Service deleted successfully" + +#~ msgid "Error deleting service" +#~ msgstr "Error deleting service" + +#~ msgid "Service forced successfully" +#~ msgstr "Forcing of the service successful." + +#~ msgid "Error service forced" +#~ msgstr "Error in forcing the service." + #~ msgid "Networkmap enterprise" #~ msgstr "Enterprise network map" @@ -36166,6 +26630,12 @@ msgstr "Only user can use the API" #~ msgid "Networkmap enterprise - %s" #~ msgstr "Enterprise network map - %s" +#~ msgid "Unsucessful get module inventory data." +#~ msgstr "Getting module inventory data was unsuccessful." + +#~ msgid "No collection assigned to this agent" +#~ msgstr "No collection assigned to this agent" + #~ msgid "Source data" #~ msgstr "Source data" @@ -36196,9 +26666,222 @@ msgstr "Only user can use the API" #~ msgid "Error process map" #~ msgstr "Error in processing map" +#~ msgid "Diff view" +#~ msgstr "Diff view" + #~ msgid "Details of node:" #~ msgstr "Details of node :" +#~ msgid "This agent has no policy assigned" +#~ msgstr "This agent has no assigned policy." + +#~ msgid "Policy outdate" +#~ msgstr "Policy outdated" + +#~ msgid "Toggle the collection table" +#~ msgstr "Toggle the collection table" + +#~ msgid "Descripttion" +#~ msgstr "Description" + +#~ msgid "Show Collection" +#~ msgstr "Show Collection" + +#~ msgid "Toggle the alert table" +#~ msgstr "Toggle the alert table" + +#~ msgid "Show Alert" +#~ msgstr "Show Alert" + +#~ msgid "Toggle the module table" +#~ msgstr "Toggle the module table" + +#~ msgid "Relationship" +#~ msgstr "Relationship" + +#~ msgid "Show Modules" +#~ msgstr "Show Modules" + +#~ msgid "(Un-adopted)" +#~ msgstr "(Un-adopted)" + +#~ msgid "(Adopted)" +#~ msgstr "(Adopted)" + +#~ msgid "(Un-adopted) (Unlinked)" +#~ msgstr "(Un-adopted) (Unlinked)" + +#~ msgid "(Adopted) (Unlinked)" +#~ msgstr "(Adopted) (Unlinked)" + +#~ msgid "PDF" +#~ msgstr "PDF" + +#~ msgid "Export to PDF" +#~ msgstr "Export to PDF" + +#~ msgid "ID Report" +#~ msgstr "Report ID" + +#~ msgid "Backup" +#~ msgstr "Backup" + +#~ msgid "Pandora database backup utility" +#~ msgstr "Pandora database backup utility" + +#~ msgid "Lost" +#~ msgstr "Lost" + +#~ msgid "Backups list" +#~ msgstr "Backups list" + +#~ msgid "Create backup" +#~ msgstr "Create backup" + +#, php-format +#~ msgid "Error create '%s' policy, the name exist and there aren't free name." +#~ msgstr "" +#~ "Error create '%s' policy, the name exists and there aren't free names." + +#, php-format +#~ msgid "" +#~ "Warning create '%s' policy, the name exist, the policy have a name %s." +#~ msgstr "" +#~ "Warning on creating '%s' policy, the name exists and the policy has the name " +#~ "%s." + +#~ msgid "Error the policy haven't name." +#~ msgstr "Error. The policy doesn't have a name." + +#, php-format +#~ msgid "Success create '%s' policy." +#~ msgstr "Success in creating '%s' policy." + +#, php-format +#~ msgid "Error create '%s' policy." +#~ msgstr "Error in creating '%s' policy." + +#, php-format +#~ msgid "Success add '%s' agent." +#~ msgstr "Success in adding '%s' agent." + +#, php-format +#~ msgid "Error add '%s' agent." +#~ msgstr "Error in adding '%s' agent." + +#, php-format +#~ msgid "Success add '%s' collection." +#~ msgstr "Success in adding '%s' collection." + +#, php-format +#~ msgid "Error add '%s' collection." +#~ msgstr "Error in adding '%s' collection." + +#~ msgid "Error add the module, haven't type." +#~ msgstr "Error on adding the module, it doesn't have a type." + +#~ msgid "Error add the module, error in tag component." +#~ msgstr "Error on adding the module, error in tag component." + +#, php-format +#~ msgid "Success add '%s' module." +#~ msgstr "Success in adding '%s' module." + +#, php-format +#~ msgid "Error add '%s' module." +#~ msgstr "Error on adding '%s' module." + +#, php-format +#~ msgid "Error add the alert, the template '%s' don't exist." +#~ msgstr "Error on adding the alert, the template '%s' doesn't exist." + +#, php-format +#~ msgid "Error add the alert, the module '%s' don't exist." +#~ msgstr "Error on adding the alert, the module '%s' doesn't exist." + +#, php-format +#~ msgid "Success add '%s' alert." +#~ msgstr "Success in adding '%s' alert." + +#, php-format +#~ msgid "Error add '%s' alert." +#~ msgstr "Error on adding '%s' alert." + +#, php-format +#~ msgid "Error add the alert, the action '%s' don't exist." +#~ msgstr "Error on adding the alert, the action '%s' doesn't exist." + +#, php-format +#~ msgid "Success add '%s' action." +#~ msgstr "Success in adding '%s' action." + +#~ msgid "Report to build" +#~ msgstr "Report to build" + +#~ msgid "Save to disk into path" +#~ msgstr "Save to disk in path" + +#~ msgid "Save custom report to disk" +#~ msgstr "Save custom report to disk" + +#~ msgid "Backup Pandora database" +#~ msgstr "Backup Pandora database" + +#~ msgid "Not scheduled" +#~ msgstr "Not scheduled" + +#~ msgid "Hourly" +#~ msgstr "Hourly" + +#~ msgid "Yearly" +#~ msgstr "Annually" + +#~ msgid "This is the automatic generated report" +#~ msgstr "This is the automatically generated report" + +#~ msgid "Open the attached file to view it" +#~ msgstr "Open the attached file to view it" + +#~ msgid "Cron jobs" +#~ msgstr "Cron jobs" + +#~ msgid "Add new job" +#~ msgstr "Add new job" + +#~ msgid "Path doesn't exists or is not writable" +#~ msgstr "Path doesn't exist or is not writable." + +#~ msgid "Edit job" +#~ msgstr "Edit job" + +#~ msgid "Cron extension is not running" +#~ msgstr "Cron extension is not running" + +#~ msgid "Cron extension has never run or it's not configured well" +#~ msgstr "Cron extension has never run or it's not configured well." + +#~ msgid "" +#~ "This extension relies on a proper setup of cron, the time-based scheduling " +#~ "service" +#~ msgstr "" +#~ "This extension relies on a proper setup of cron, the time-based scheduling " +#~ "service." + +#~ msgid "Please, add the following line to your crontab file" +#~ msgstr "Please add the following line to your crontab file" + +#~ msgid "Last execution" +#~ msgstr "Last execution" + +#~ msgid "Cron extension is running" +#~ msgstr "Cron extension is running" + +#~ msgid "Scheduled jobs" +#~ msgstr "Scheduled jobs" + +#~ msgid "Scheduled" +#~ msgstr "Scheduled" + #~ msgid "First_execution" #~ msgstr "First_execution" @@ -36209,12 +26892,299 @@ msgstr "Only user can use the API" #~ "Maybe the first run is not exactly equal to this value because the cron " #~ "configuration is different." +#~ msgid "Last run" +#~ msgstr "Last run" + +#~ msgid "Force run" +#~ msgstr "Force run" + +#~ msgid "Path" +#~ msgstr "Path" + #~ msgid "First execution" #~ msgstr "First execution" +#~ msgid "Translate string" +#~ msgstr "Translate string" + +#~ msgid "Example:" +#~ msgstr "Example:" + +#~ msgid "Bit mask" +#~ msgstr "Bit mask" + +#~ msgid "Net mask" +#~ msgstr "Net mask" + +#~ msgid "Mask format" +#~ msgstr "Mask format" + +#~ msgid "Mask" +#~ msgstr "Mask" + +#~ msgid "Calculate" +#~ msgstr "Calculate" + +#~ msgid "Address field is empty" +#~ msgstr "Address field is empty" + +#~ msgid "Mask field is empty" +#~ msgstr "Mask field is empty" + +#~ msgid "Incorrect address format" +#~ msgstr "Incorrect address format" + +#~ msgid "Incorrect mask format" +#~ msgstr "Incorrect mask format" + +#~ msgid "Network mask" +#~ msgstr "Network mask" + +#~ msgid "Network wildcard" +#~ msgstr "Network wildcard" + +#~ msgid "Network address" +#~ msgstr "Network address" + +#~ msgid "Broadcast address" +#~ msgstr "Broadcast address" + +#~ msgid "First valid IP" +#~ msgstr "First valid IP" + +#~ msgid "Last valid IP" +#~ msgstr "Last valid IP" + +#~ msgid "Hosts/Net" +#~ msgstr "Hosts/Net" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Operating system" +#~ msgstr "Operating system" + +#~ msgid "This agent has other IPs" +#~ msgstr "This agent has other IPs" + +#~ msgid "Generate events" +#~ msgstr "Generate events" + +#~ msgid "Managed" +#~ msgstr "Managed" + +#~ msgid "Edited" +#~ msgstr "Edited" + +#~ msgid "Ping" +#~ msgstr "Ping" + +#~ msgid "Ping to host" +#~ msgstr "Ping to host" + +#~ msgid "Network not found" +#~ msgstr "Network not found" + +#~ msgid "Format: IP/Mask" +#~ msgstr "Format: IP/Mask" + +#~ msgid "Examples" +#~ msgstr "Examples" + +#~ msgid "For example: Central Data Center" +#~ msgstr "For example: Central Data Centre" + +#~ msgid "Scan interval" +#~ msgstr "Scan interval" + +#~ msgid "0 for manually scan" +#~ msgstr "0 for manually scan" + +#~ msgid "Successfully updated." +#~ msgstr "Successfully updated." + +#~ msgid "Alive" +#~ msgstr "Alive" + +#~ msgid "No networks found" +#~ msgstr "No networks found" + +#~ msgid "IPs" +#~ msgstr "IPs" + +#~ msgid "Manage addresses" +#~ msgstr "Manage addresses" + +#~ msgid "Addresses view" +#~ msgstr "Addresses view" + +#~ msgid "Edit network" +#~ msgstr "Edit network" + +#~ msgid "Delete network" +#~ msgstr "Delete network" + +#~ msgid "Export to Excel" +#~ msgstr "Export to Excel" + +#~ msgid "No addresses found on this network" +#~ msgstr "No addresses found on this network" + +#~ msgid "Subnet" +#~ msgstr "Subnet" + +#~ msgid "Total IPs" +#~ msgstr "Total IPs" + +#~ msgid "Not alive" +#~ msgstr "Not alive" + +#~ msgid "Not managed" +#~ msgstr "Unmanaged" + +#~ msgid "DESC" +#~ msgstr "DESC" + +#~ msgid "ASC" +#~ msgstr "ASC" + +#~ msgid "A -> Z" +#~ msgstr "A -> Z" + +#~ msgid "Z -> A" +#~ msgstr "Z -> A" + +#~ msgid "Last check" +#~ msgstr "Last check" + +#~ msgid "Newer -> Older" +#~ msgstr "Newer -> Older" + +#~ msgid "Older -> Newer" +#~ msgstr "Older -> Newer" + +#~ msgid "Exact address match" +#~ msgstr "Exact address match" + +#~ msgid "Big" +#~ msgstr "Big" + +#~ msgid "Tiny" +#~ msgstr "Tiny" + +#~ msgid "Icons style" +#~ msgstr "Icons style" + +#~ msgid "Show not alive hosts" +#~ msgstr "Show not alive hosts" + +#~ msgid "Show only managed addresses" +#~ msgstr "Show only managed addresses" + +#~ msgid "Filter options" +#~ msgstr "Filter options" + +#~ msgid "Edit address" +#~ msgstr "Edit address" + +#~ msgid "Disabled address" +#~ msgstr "Disabled address" + +#~ msgid "This address will not be updated by the server" +#~ msgstr "This address will not be updated by the server" + +#~ msgid "Change to automatic mode" +#~ msgstr "Change to automatic mode" + +#~ msgid "Change to manual mode" +#~ msgstr "Change to manual mode" + +#~ msgid "Add comments" +#~ msgstr "Add comments" + +#~ msgid "Update agent address" +#~ msgstr "Update agent address" + +#~ msgid "Please, uncheck auto option to set manual agent." +#~ msgstr "Please, uncheck auto option to set manual agent." + +#~ msgid "CSV import" +#~ msgstr "CSV import" + +#~ msgid "Subnetworks calculator" +#~ msgstr "Subnetworks calculator" + +#~ msgid "IPAM" +#~ msgstr "IPAM" + +#, php-format +#~ msgid "Created agent %s" +#~ msgstr "Created agent %s" + +#~ msgid "File processed" +#~ msgstr "File processed" + +#~ msgid "CSV format" +#~ msgstr "CSV format" + +#~ msgid "The CSV file must have the fields in the following order" +#~ msgstr "The CSV file must have the fields in the following order" + +#~ msgid "Separator" +#~ msgstr "Separator" + +#~ msgid "Upload CSV file" +#~ msgstr "Upload CSV file" + +#~ msgid "Wizard SLA" +#~ msgstr "SLA-Wizard" + +#~ msgid "Global" +#~ msgstr "Global" + +#~ msgid "Advance options" +#~ msgstr "Advanced options" + +#~ msgid "Templates list" +#~ msgstr "Templates list" + +#~ msgid "Templates Wizard" +#~ msgstr "Templates Wizard" + +#~ msgid "Day" +#~ msgstr "Day" + #~ msgid "Summary of SLA Fails" #~ msgstr "Summary of SLA Failures" +#~ msgid "SLA Compliance per days" +#~ msgstr "SLA Compliance per days" + +#, php-format +#~ msgid "Graph agents(%s) - %s" +#~ msgstr "Graph agents(%s) - %s" + +#~ msgid "Template editor" +#~ msgstr "Template editor" + +#~ msgid "Get PDF file" +#~ msgstr "Get PDF file" + +#~ msgid "Crit:" +#~ msgstr "Crit:" + +#~ msgid "Warn:" +#~ msgstr "Warn:" + +#~ msgid "Ok:" +#~ msgstr "Ok:" + +#~ msgid "Value:" +#~ msgstr "Value :" + +#~ msgid "Show details" +#~ msgstr "Show details" + #~ msgid "Radius" #~ msgstr "Radius" @@ -36227,6 +27197,30 @@ msgstr "Only user can use the API" #~ msgid "Show modules:" #~ msgstr "Show modules:" +#~ msgid "Module alert" +#~ msgstr "Module alert" + +#~ msgid "Empty configuration" +#~ msgstr "Empty configuration" + +#~ msgid "Empty OS" +#~ msgstr "Empty OS" + +#~ msgid "Client" +#~ msgstr "Client" + +#~ msgid "Trial" +#~ msgstr "Trial" + +#~ msgid "Lines" +#~ msgstr "Lines" + +#~ msgid "Metaconsole" +#~ msgstr "Metaconsole" + +#~ msgid "Automated Pandora FMS report for user defined report" +#~ msgstr "Automated Pandora FMS report for user defined report" + #~ msgid "Generated: " #~ msgstr "Generated: " @@ -36239,6 +27233,205 @@ msgstr "Only user can use the API" #~ msgid "CONTENTS" #~ msgstr "CONTENTS" +#~ msgid "SO" +#~ msgstr "SO" + +#~ msgid "There are no modules." +#~ msgstr "There are no modules." + +#~ msgid "No description" +#~ msgstr "No description" + +#~ msgid "Restoring a backup" +#~ msgstr "Restoring a backup" + +#~ msgid "Restoring a Pandora database backup must be done manually" +#~ msgstr "Restoring the Pandora database backup must be done manually." + +#~ msgid "" +#~ "It's a complex operation that needs human intervation to avoid system " +#~ "failures and data loosing" +#~ msgstr "" +#~ "It's a complex operation that needs human intervation to avoid system " +#~ "failures and data loss." + +#~ msgid "To restore the selected backup, please follow these steps" +#~ msgstr "To restore the selected backup, please follow these steps" + +#~ msgid "Open a root shell in your system located at " +#~ msgstr "Open a root shell in your system located at " + +#~ msgid "Connect to MySQL database using the following command" +#~ msgstr "Please connect to MySQL database using the following command" + +#~ msgid "Create a new database" +#~ msgstr "Create a new database" + +#~ msgid "Restore the backup" +#~ msgstr "Restore the backup" + +#~ msgid "Modify console configuration to use this new database" +#~ msgstr "Please modify console configuration to use this new database." + +#~ msgid "Open configuration file" +#~ msgstr "Open configuration file" + +#~ msgid "Find" +#~ msgstr "Find" + +#~ msgid "and replace with" +#~ msgstr "and replace it with" + +#~ msgid "Modify servers configuration to use this new database" +#~ msgstr "Modify server configuration to use this new database." + +#~ msgid "Find servers configuration file and replace the following lines" +#~ msgstr "" +#~ "Please find the server configuration file and replace the following lines" + +#~ msgid "Restart the servers and login again into the console" +#~ msgstr "Please restart the servers and login to the console again." + +#~ msgid "Run import command using the following command" +#~ msgstr "Please run the import command using the following command" + +#~ msgid "Into your destination database." +#~ msgstr "Into your destination database." + +#, php-format +#~ msgid "Fail create the directory: %s" +#~ msgstr "Failure in creating the directory: %s" + +#~ msgid "No files in collection" +#~ msgstr "No files in collection" + +#~ msgid "File of collection is bigger than the limit (" +#~ msgstr "File of collection is bigger than the limit (" + +#~ msgid "Log collector" +#~ msgstr "Log collector" + +#, php-format +#~ msgid "There are %s updates, and the first to update is:" +#~ msgstr "There are %s updates, and the first to update is:" + +#~ msgid "Version number:" +#~ msgstr "Version number:" + +#~ msgid "Database credentials not found" +#~ msgstr "Database credentials not found" + +#~ msgid "Error connecting to the specified host" +#~ msgstr "Error on connecting to the specified host" + +#~ msgid "Connected to the host, but cannot found the specified database" +#~ msgstr "Connected to host, but cannot find the specified database." + +#~ msgid "" +#~ "\"Translate string\" extension is missed in the server. This extension is " +#~ "mandatory to be configured on metaconsole." +#~ msgstr "" +#~ "\"Translate string\" extension is missing in the server. This extension is " +#~ "mandatory to be configured on metaconsole." + +#~ msgid "" +#~ "Server name doesnt match. Check the node server name and configure the same " +#~ "one on metasetup" +#~ msgstr "" +#~ "Server name doesn't match. Check the node server name and configure the same " +#~ "one on metasetup." + +#~ msgid "Last event replication" +#~ msgstr "Last event replication" + +#~ msgid "Tree view by tags" +#~ msgstr "Tree view by tags" + +#~ msgid "No changes found" +#~ msgstr "No changes found." + +#~ msgid "Get CSV file" +#~ msgstr "Get CSV file" + +#~ msgid "Service does not exist." +#~ msgstr "Service does not exist." + +#~ msgid "Module store the service does not exist." +#~ msgstr "Module for storing the service does not exist." + +#~ msgid "Module store SLA service does not exist." +#~ msgstr "Module for storing SLA service does not exist." + +#~ msgid "Agent store the service does not exist." +#~ msgstr "Agent for storing the service does not exist." + +#~ msgid "Agent store SLA service does not exist." +#~ msgstr "Agent to store the SLA service does not exist." + +#~ msgid "Alert critical SLA service does not exist." +#~ msgstr "Alert for critical SLA service does not exist." + +#~ msgid "Alert warning service does not exist." +#~ msgstr "Alert warning service does not exist." + +#~ msgid "Alert critical service does not exist." +#~ msgstr "Alert for critical service does not exist." + +#~ msgid "Alert unknown service does not exist." +#~ msgstr "Alert for unknown service does not exist." + +#, php-format +#~ msgid "Module automatic create for the service %s" +#~ msgstr "Automatic module creation for the service %s" + +#~ msgid "Critical (Alert)" +#~ msgstr "Critical (Alert)" + +#~ msgid "There are no service elements defined" +#~ msgstr "There are no service elements defined." + +#~ msgid "Weight Critical" +#~ msgstr "Weight Critical" + +#~ msgid "Weight Warning" +#~ msgstr "Weight Warning" + +#~ msgid "Weight Unknown" +#~ msgstr "Weight Unknown" + +#~ msgid "Weight Ok" +#~ msgstr "Weight Ok" + +#~ msgid "Delete service element" +#~ msgstr "Delete service element" + +#~ msgid "FAIL" +#~ msgstr "FAIL" + +#~ msgid "Policy linkation" +#~ msgstr "Policy linking" + +#~ msgid "Module linked" +#~ msgstr "Module linked" + +#~ msgid "Unlink from policy" +#~ msgstr "Unlink from policy" + +#~ msgid "Module unlinked" +#~ msgstr "Module unlinked" + +#~ msgid "Relink to policy" +#~ msgstr "Relink to policy" + +#~ msgid "Module pending to link" +#~ msgstr "Module pending to link" + +#~ msgid "Module pending to unlink" +#~ msgstr "Module pending to unlink" + +#~ msgid "Create a new policy map" +#~ msgstr "Create a new policy map" + #~ msgid "You must change password" #~ msgstr "You have to change the password" @@ -36248,11 +27441,44 @@ msgstr "Only user can use the API" #~ msgid "CONFIRM: " #~ msgstr "CONFIRM: " +#~ msgid "Change" +#~ msgstr "Change" + +#~ msgid "User has been blocked. Try again in " +#~ msgstr "User has been blocked. Please try again in " + +#~ msgid " minutes" +#~ msgstr " minutes" + +#~ msgid "Password must be different from the " +#~ msgstr "Password must be different from the " + +#~ msgid " previous changes." +#~ msgstr " previous changes." + +#~ msgid "Password must be different" +#~ msgstr "Password must be different" + +#~ msgid "Password too short" +#~ msgstr "Password too short" + +#~ msgid "Password must contain numbers" +#~ msgstr "Password has to contain numbers." + +#~ msgid "Password must contain symbols" +#~ msgstr "Password has to contain symbols." + +#~ msgid "User pass successfully updated" +#~ msgstr "User pass successfully updated" + #~ msgid "Error updating user pass (no change?)" #~ msgstr "Error updating user pass (no change ?)" -#~ msgid "Continue despite this warning" -#~ msgstr "Continue despite this warning" +#~ msgid "Password confirm does not match" +#~ msgstr "Password confirm does not match" + +#~ msgid "Password empty" +#~ msgstr "Password empty" #~ msgid "Incidents opened" #~ msgstr "Incidents opened" @@ -36319,15 +27545,132 @@ msgstr "Only user can use the API" #~ msgid "Opened tickets" #~ msgstr "Opened tickets" +#~ msgid "Send by email" +#~ msgstr "Send by e-mail" + +#~ msgid "Please do not answer or reply to this email" +#~ msgstr "Please do not answer or reply to this e-mail" + +#~ msgid "Send custom report by email" +#~ msgstr "Send custom report by e-mail" + +#~ msgid "Send to email" +#~ msgstr "Send to e-mail" + +#~ msgid "Send to emails (separated by comma)" +#~ msgstr "Send to e-mail addresses (separated by a comma)" + +#~ msgid "Send by email " +#~ msgstr "Send by e-mail " + +#~ msgid "Advance Reporting" +#~ msgstr "Advance Reporting" + +#~ msgid "Advance Options" +#~ msgstr "Advance Options" + +#~ msgid "General Data" +#~ msgstr "General Data" + +#~ msgid "No Services or concrete action" +#~ msgstr "No Services or concrete action" + +#~ msgid "" +#~ "Only the critical elements are relevant to calculate the service status" +#~ msgstr "" +#~ "Only the critical elements are relevant to calculate the service status" + +#~ msgid "" +#~ "Here are described the alert templates, which will use their default " +#~ "actions.\n" +#~ "\t\tYou can modify the default behaviour editing alerts in the agent who " +#~ "stores data and alert definitions about the service and the SLA status." +#~ msgstr "" +#~ "Here are described the alert templates, which will use their default " +#~ "actions.\n" +#~ "\t\tYou can modify the default behaviour editing alerts in the agent who " +#~ "stores data and alert definitions about the service and the SLA status." + +#~ msgid "Order:" +#~ msgstr "Order:" + +#~ msgid "" +#~ "Show a resume table with max, min, average of total modules on the report " +#~ "bottom:" +#~ msgstr "" +#~ "Show a resume table with max, min, average of total modules on the report " +#~ "bottom:" + +#~ msgid "Push the selected services into the list" +#~ msgstr "Push the selected services into the list" + +#~ msgid "Filter tag" +#~ msgstr "Filter tag" + +#~ msgid "Filter by" +#~ msgstr "Filter by" + +#~ msgid "Target group" +#~ msgstr "Target group" + +#~ msgid "Create template report wizard" +#~ msgstr "Create template report wizard" + +#~ msgid "Remove the services from the list" +#~ msgstr "Remove the services from the list" + +#~ msgid "Available" +#~ msgstr "Available" + +#~ msgid "Show address instead module name" +#~ msgstr "Show address instead module name" + +#~ msgid "Tags unused" +#~ msgstr "Tags unused" + +#~ msgid "Successful update the tags" +#~ msgstr "Successful update the tags" + #~ msgid "Masive tags module policy edition" #~ msgstr "Masive tags module policy edition" #~ msgid "Masive modules policy tags edition" #~ msgstr "Masive modules policy tags edition" +#~ msgid "Unsuccessful update the tags" +#~ msgstr "Unsuccessful update the tags" + #~ msgid "Are you sure? All the visual map services will be recreated" #~ msgstr "Are you sure? All the visual map services will be recreated" +#~ msgid "Tags used" +#~ msgstr "Tags used" + +#~ msgid "Update Local Component" +#~ msgstr "Update Local Component" + +#~ msgid "Create Local Component" +#~ msgstr "Create Local Component" + +#~ msgid "Modules unused" +#~ msgstr "Modules unused" + +#~ msgid "Modules used" +#~ msgstr "Modules used" + +#~ msgid "" +#~ "Here is placed the script for the REMOTE inventory modules Local inventory " +#~ "modules don't use this field" +#~ msgstr "" +#~ "Here is placed the script for the REMOTE inventory modules Local inventory " +#~ "modules don't use this field" + +#~ msgid "The collection directory does not exist." +#~ msgstr "The collection directory does not exist." + +#~ msgid "Need to regenerate" +#~ msgstr "Need to regenerate" + #~ msgid "" #~ "In manual mode you should set the weights manually. In auto mode the weights " #~ "have default values.\n" @@ -36345,21 +27688,107 @@ msgstr "Only user can use the API" #~ msgid "No colections" #~ msgstr "No colections" +#~ msgid "Password policy" +#~ msgstr "Password policy" + +#~ msgid "Enterprise ACL Setup" +#~ msgstr "Enterprise ACL Setup" + +#~ msgid "Error: The main directory of collections does not exist." +#~ msgstr "Error: The main directory of collections does not exist." + +#~ msgid "Left blank for the LOCAL inventory modules" +#~ msgstr "Left blank for the LOCAL inventory modules" + +#~ msgid "Metaconsole DB user" +#~ msgstr "Metaconsole DB user" + +#~ msgid "Metaconsole DB name" +#~ msgstr "Metaconsole DB name" + +#~ msgid "Metaconsole DB host" +#~ msgstr "Metaconsole DB host" + #~ msgid "Another collection with the same short name" #~ msgstr "Another collection with the same short name" +#~ msgid "Metaconsole DB port" +#~ msgstr "Metaconsole DB port" + +#~ msgid "Metaconsole DB password" +#~ msgstr "Metaconsole DB password" + +#~ msgid "Error: The collection directory does not exist." +#~ msgstr "Error: The collection directory does not exist." + +#~ msgid "Mobile" +#~ msgstr "Mobile" + +#~ msgid "Last replication at" +#~ msgstr "Last replication at" + +#~ msgid "Export to JSON" +#~ msgstr "Export to JSON" + #~ msgid "Main dashboard" #~ msgstr "Main dashboard" +#~ msgid "The start date cannot be greater than the end date" +#~ msgstr "The start date cannot be greater than the end date" + +#~ msgid "No Services" +#~ msgstr "No Services" + +#~ msgid "JSON" +#~ msgstr "JSON" + #~ msgid "List of Services" #~ msgstr "List of Services" +#~ msgid "Could not be added to deleted all modules." +#~ msgstr "Could not be added to deleted all modules." + +#~ msgid "" +#~ "MIB files will be loaded and searched for SNMP trap definitions. They will " +#~ "not be installed on the system! You can use the MIB uploader for that " +#~ "purpose." +#~ msgstr "" +#~ "MIB files will be loaded and searched for SNMP trap definitions. They will " +#~ "not be installed on the system! You can use the MIB uploader for that " +#~ "purpose." + +#~ msgid "SLA graph" +#~ msgstr "SLA graph" + +#~ msgid "This agent has not modules inventory" +#~ msgstr "This agent has not modules inventory" + +#, php-format +#~ msgid "" +#~ "You can activate it manually here or " +#~ "automatically filling the form below:" +#~ msgstr "" +#~ "You can activate it manually here or " +#~ "automatically filling the form below:" + #~ msgid "List of networkmap Enterprise" #~ msgstr "List of networkmap Enterprise" +#~ msgid "Please contact Artica at info@artica.es for a valid licence." +#~ msgstr "Please contact Artica at info@artica.es for a valid licence." + +#~ msgid "Request new licence" +#~ msgstr "Request new licence" + +#~ msgid "Your request key is:" +#~ msgstr "Your request key is:" + #~ msgid "Activate licence" #~ msgstr "Activate licence" +#~ msgid "Invalid licence." +#~ msgstr "Invalid licence." + #~ msgid "E-mail:" #~ msgstr "E-mail:" @@ -36367,15 +27796,154 @@ msgstr "Only user can use the API" #~ msgid "® Ártica soluciones Pandora FMS %s - Build %s" #~ msgstr "® Ártica soluciones Pandora FMS %s - Build %s" +#~ msgid "Summary by status" +#~ msgstr "Summary by status" + +#~ msgid "% Monitors Critical" +#~ msgstr "% Monitors Critical" + +#~ msgid "When connecting to Artica server." +#~ msgstr "When connecting to Artica server." + #~ msgid "Contact:" #~ msgstr "Contact:" +#~ msgid "Auth Key:" +#~ msgstr "Auth Key:" + +#~ msgid "Online validation" +#~ msgstr "Online validation" + +#~ msgid "ERROR:" +#~ msgstr "ERROR:" + +#~ msgid "% Monitors OK" +#~ msgstr "% Monitors OK" + +#~ msgid "% Monitors Warning" +#~ msgstr "% Monitors Warning" + +#~ msgid "Move Agents" +#~ msgstr "Move Agents" + +#~ msgid "" +#~ "Destination group is the same than in the original server, if there is not " +#~ "any group with that name, will be created if check box is selected. " +#~ "Destination group filter is just used to check agents in that group" +#~ msgstr "" +#~ "Destination group is the same than in the original server, if there is not " +#~ "any group with that name, will be created if check box is selected. " +#~ "Destination group filter is just used to check agents in that group" + +#~ msgid "Based on name" +#~ msgstr "Based on name" + +#~ msgid "Could not be create, duplicated server name." +#~ msgstr "Could not be create, duplicated server name." + +#~ msgid "Group or Tag" +#~ msgstr "Group or Tag" + +#~ msgid "% Agents Unknown" +#~ msgstr "% Agents Unknown" + +#~ msgid "Report of events" +#~ msgstr "Report of events" + +#~ msgid "Report of state" +#~ msgstr "Report of state" + +#~ msgid "Info of state in events" +#~ msgstr "Info of state in events" + +#~ msgid "Apply Policies" +#~ msgstr "Apply Policies" + +#~ msgid "Please choose other server." +#~ msgstr "Please choose other server." + +#, php-format +#~ msgid "Error creating %s groups" +#~ msgstr "Error creating %s groups" + +#~ msgid "Open for more details" +#~ msgstr "Open for more details" + +#, php-format +#~ msgid "(Error Duplicate ID (%d) ) " +#~ msgstr "(Error Duplicate ID (%d) ) " + +#~ msgid "Open for more details in update" +#~ msgstr "Open for more details in update" + +#~ msgid "None update or create group" +#~ msgstr "None update or create group" + +#~ msgid "" +#~ "There was an error creating the alerts, the operation has been cancelled ." +#~ msgstr "" +#~ "There was an error creating the alerts, the operation has been cancelled ." + +#~ msgid "Open for more details in creation" +#~ msgstr "Open for more details in creation" + +#, php-format +#~ msgid "Error updating %s groups" +#~ msgstr "Error updating %s groups" + #~ msgid "Networkmap list" #~ msgstr "Networkmap list" #~ msgid "Filter by tag" #~ msgstr "Filter by tag" +#~ msgid "" +#~ "The user doesn't have permission to read agents. Please contact with your " +#~ "pandora administrator." +#~ msgstr "" +#~ "The user doesn't have permission to read agents. Please contact with your " +#~ "pandora administrator." + +#~ msgid "Show the tree view" +#~ msgstr "Show the tree view" + +#, php-format +#~ msgid "There is a error: %s" +#~ msgstr "There is an error: %s" + +#~ msgid "Group does not exist. Agent " +#~ msgstr "Group does not exist. Agent " + +#~ msgid "Created group in destination DB" +#~ msgstr "Created group in destination DB" + +#~ msgid "Module successfully added." +#~ msgstr "Module successfully added." + +#~ msgid "Availability item created from wizard." +#~ msgstr "Availability item created from wizard." + +#~ msgid "Error creating group. Agent " +#~ msgstr "Error creating group. Agent " + +#~ msgid "Group already exists in destination DB" +#~ msgstr "Group already exists in destination DB" + +#~ msgid "Summary of SLA Failures" +#~ msgstr "Summary of SLA Failures" + +#~ msgid "There are no SLAs defined." +#~ msgstr "There are no SLAs defined." + +#~ msgid "Nonexistent" +#~ msgstr "Nonexistent" + +#~ msgid "Error accesing to API, auth error." +#~ msgstr "Error accesing to API, auth error." + +#~ msgid "Error accesing to API." +#~ msgstr "Error accesing to API." + #~ msgid "# Failed" #~ msgstr "# Failed" @@ -36388,9 +27956,83 @@ msgstr "Only user can use the API" #~ msgid "This element should be deleted" #~ msgstr "This element should be deleted" +#~ msgid "None of the services was added" +#~ msgstr "None of the services was added" + +#, php-format +#~ msgid "%d services couldn't be added" +#~ msgstr "%d services couldn't be added" + +#~ msgid "There was an error retrieving the visual map information" +#~ msgstr "There was an error retrieving the visual map information" + +#~ msgid "No services selected" +#~ msgstr "No services selected" + +#~ msgid "There is not an available IP." +#~ msgstr "There is not an available IP." + +#~ msgid "Next available IP Address is:" +#~ msgstr "Next available IP Address is:" + +#~ msgid "Invalid old password" +#~ msgstr "Invalid old password" + #~ msgid "OLD PASS: " #~ msgstr "OLD PASS: " +#~ msgid "Reserved addresses" +#~ msgstr "Reserved addresses" + +#~ msgid "Unreserved" +#~ msgstr "Unreserved" + +#~ msgid "Assign next free IP" +#~ msgstr "Assign next free IP" + +#~ msgid "" +#~ "The list of users can manage the networks in the IPAM. Only the admin users " +#~ "can manage networks and edit the networks." +#~ msgstr "" +#~ "The list of users can manage the networks in the IPAM. Only the admin users " +#~ "can manage networks and edit the networks." + +#~ msgid "Addresses" +#~ msgstr "Addresses" + +#~ msgid "Operator users" +#~ msgstr "Operator users" + +#~ msgid "Not Reserved" +#~ msgstr "Not Reserved" + +#~ msgid "Manage this IP now" +#~ msgstr "Manage this IP now" + +#~ msgid "Reserve this IP now" +#~ msgstr "Reserve this IP now" + +#~ msgid "Reserved" +#~ msgstr "Reserved" + +#~ msgid "Next available IP" +#~ msgstr "Next available IP" + +#~ msgid "ACL users for this agent" +#~ msgstr "ACL users for this agent" + +#~ msgid "There are no defined users" +#~ msgstr "There are no defined users" + +#~ msgid "ACL module tags for the modules in this agent" +#~ msgstr "ACL module tags for the modules in this agent" + +#~ msgid "Only admin users can see this section." +#~ msgstr "Only admin users can see this section." + +#~ msgid "Check ACL" +#~ msgstr "Check ACL" + #~ msgid "Display proc modules in binary format (OK/FAIL)." #~ msgstr "Display proc modules in binary format (OK/FAIL)." @@ -36412,12 +28054,107 @@ msgstr "Only user can use the API" #~ msgid "Store group" #~ msgstr "Store group" +#~ msgid "Create new custom" +#~ msgstr "Create new custom" + #~ msgid "Generate a dinamic report" #~ msgstr "Generate a dinamic report" +#~ msgid "Bulk modules policy tags edit" +#~ msgstr "Bulk modules policy tags edit" + +#~ msgid "Bulk tags module policy edit" +#~ msgstr "Bulk tags module policy edit" + +#~ msgid "Bulk alert SNMP edit" +#~ msgstr "Bulk alert SNMP edit" + +#~ msgid "Bulk alert SNMP delete" +#~ msgstr "Bulk alert SNMP delete" + +#~ msgid "Generate" +#~ msgstr "Generate" + +#~ msgid "Undo agents" +#~ msgstr "Undo agents" + +#~ msgid "Bulk alerts policy delete" +#~ msgstr "Bulk alerts policy delete" + +#~ msgid "Bulk Satellite modules edit" +#~ msgstr "Bulk Satellite modules edit" + +#~ msgid "Bulk alerts policy add" +#~ msgstr "Bulk alerts policy add" + +#~ msgid "Add agents" +#~ msgstr "Add agents" + +#~ msgid "No inventory modules defined" +#~ msgstr "No inventory modules defined" + +#~ msgid "" +#~ "Unable to create the collection. Another collection with the same short name." +#~ msgstr "" +#~ "Unable to create the collection. Another collection with the same short name." + +#~ msgid "There are no defined export targets" +#~ msgstr "There are no defined export targets" + +#~ msgid "There are no defined skins" +#~ msgstr "There are no defined skins" + +#~ msgid "No replication yet" +#~ msgstr "No replication yet" + +#~ msgid "Metaconsole DB engine" +#~ msgstr "Metaconsole DB engine" + +#~ msgid "There are no defined alert event rules" +#~ msgstr "There are no defined alert event rules" + +#~ msgid "Oracle" +#~ msgstr "Oracle" + +#~ msgid "MySQL" +#~ msgstr "MySQL" + +#~ msgid "Hidden" +#~ msgstr "Hidden" + #~ msgid "Monitor all your systems with a single tool" #~ msgstr "Monitor all your systems with a single tool" +#~ msgid "Activate license" +#~ msgstr "Activate license" + +#~ msgid "There are no defined plugins" +#~ msgstr "There are no defined plugins" + +#~ msgid "There are no defined modules" +#~ msgstr "There are no defined modules" + +#~ msgid "Error could not resolve the host." +#~ msgstr "Error could not resolve the host." + +#~ msgid "There are no defined inventory modules" +#~ msgstr "There are no defined inventory modules" + +#~ msgid "There are no defined modules unlinked" +#~ msgstr "There are no defined modules unlinked" + +#~ msgid "There are no defined events alerts" +#~ msgstr "There are no defined events alerts" + +#~ msgid "Offline Update Manager" +#~ msgstr "Offline Update Manager" + +#~ msgid "Nonexistent. This element should be deleted" +#~ msgstr "Nonexistent. This element should be deleted" + +#~ msgid "Contents" +#~ msgstr "Contents" + #~ msgid "" #~ "There is a new update please go to menu Administration and into extensions " #~ "include/config.php file.

                \n" @@ -36734,6 +28461,9 @@ msgstr "Only user can use the API" #~ msgid "Could not create network map" #~ msgstr "Couldn't create the network map" +#~ msgid "Groups view" +#~ msgstr "Group view" + #~ msgid "Separation between elements in the map (in Non-overlap mode)" #~ msgstr "Separation amongst elements on the map (in no-overlap mode)" @@ -36762,15 +28492,141 @@ msgstr "Only user can use the API" #~ msgid "There was a problem deteling incident" #~ msgstr "There was a problem deleting the incident" +#~ msgid "Save the actual layout design" +#~ msgstr "Save actual layout design" + +#~ msgid "Error: there are cells not empty." +#~ msgstr "Error: there are cells not empty." + +#~ msgid "" +#~ "Error, you are trying to add a widget in a empty cell. Please save the " +#~ "layout before to add any widget in this cell." +#~ msgstr "" +#~ "Error, you are trying to add a widget in a empty cell. Please save the " +#~ "layout before to add any widget in this cell." + +#~ msgid "Config widget" +#~ msgstr "Config widget" + +#~ msgid "Please configure this widget before usage" +#~ msgstr "Please configure this widget before usage" + +#~ msgid "Legend Position" +#~ msgstr "Legend Position" + +#~ msgid "No legend" +#~ msgstr "No legend" + +#~ msgid "Different parent" +#~ msgstr "Different parent" + +#~ msgid "Different name" +#~ msgstr "Different name" + +#~ msgid "Empty queue." +#~ msgstr "Empty queue." + +#~ msgid "Licence" +#~ msgstr "Licence" + +#~ msgid "Agent cache" +#~ msgstr "Agent cache" + +#~ msgid "" +#~ "The selected user profile will be added to the selected users into the target" +#~ msgstr "" +#~ "The selected user profile will be added to the selected users into the target" + +#~ msgid "" +#~ "The target user profiles will be replaced with the source user profiles" +#~ msgstr "" +#~ "The target user profiles will be replaced with the source user profiles" + +#~ msgid "Remove agents to doesn't move to destination server" +#~ msgstr "Remove agents to doesn't move to destination server" + +#~ msgid "" +#~ "Access to this page is restricted to authorized users only, please contact " +#~ "system administrator if you need assistance. \n" +#~ "\t\t\t\t\t
                Please know that all attempts to access this page are recorded " +#~ "in security logs of Pandora System Database" +#~ msgstr "" +#~ "Access to this page is restricted to authorized users only, please contact " +#~ "system administrator if you need assistance. \n" +#~ "\t\t\t\t\t
                Please know that all attempts to access this page are recorded " +#~ "in security logs of Pandora System Database" + +#~ msgid "Server management" +#~ msgstr "Server management" + +#~ msgid "Go to pandorafms.com" +#~ msgstr "Go to pandorafms.com" + #~ msgid "Pandora Help" #~ msgstr "Pandora Help" +#~ msgid "Go to Pandora FMS Wiki" +#~ msgstr "Go to Pandora FMS Wiki" + #~ msgid "Pandora Support" #~ msgstr "Pandora Support" #~ msgid "Login off" #~ msgstr "Login off" +#~ msgid "% Agents not init" +#~ msgstr "% Agents not init" + +#~ msgid "% Monitors Unknown" +#~ msgstr "% Monitors Unknown" + +#~ msgid "% Monitors Not init" +#~ msgstr "% Monitors Not init" + +#, php-format +#~ msgid "Created group %s" +#~ msgstr "Created group %s" + +#, php-format +#~ msgid "Could not create group %s" +#~ msgstr "Could not create group %s" + +#~ msgid "The location is not filled, please add a location." +#~ msgstr "The location is not filled, please add a location." + +#~ msgid "CSV import group" +#~ msgstr "CSV import group" + +#~ msgid "Report type" +#~ msgstr "Report type" + +#~ msgid "Uknown agents" +#~ msgstr "Uknown agents" + +#~ msgid "Last 8 hours events" +#~ msgstr "Last 8 hours events" + +#~ msgid "Illegal query or any other error" +#~ msgstr "Illegal query or any other error" + +#~ msgid "% OK" +#~ msgstr "% OK" + +#~ msgid "% Wrong" +#~ msgstr "% Wrong" + +#~ msgid "Simple Graph" +#~ msgstr "Simple Graph" + +#~ msgid "Agent cache activated" +#~ msgstr "Agent cache activated" + +#~ msgid "Agent cache failed" +#~ msgstr "Agent cache failed" + +#~ msgid "No services defined." +#~ msgstr "No services defined." + #~ msgid "Generate networkmap with parents relationships" #~ msgstr "Generate networkmap with parents relationships" @@ -36784,6 +28640,65 @@ msgstr "Only user can use the API" #~ msgid "Refresh network map state" #~ msgstr "Refresh network map state" +#~ msgid "" +#~ "All the items are not available in CSV, only the previous versions ones." +#~ msgstr "" +#~ "All the items are not available in CSV, only the previous versions ones." + +#~ msgid "Invalid service" +#~ msgstr "Invalid service" + +#~ msgid "No name and description specified for the service" +#~ msgstr "No name and description specified for the service" + +#~ msgid "No name specified for the service" +#~ msgstr "No name specified for the service" + +#~ msgid "No description specified for the service" +#~ msgstr "No description specified for the service" + +#~ msgid "You should set the weights manually" +#~ msgstr "You should set the weights manually" + +#~ msgid "The weights have default values" +#~ msgstr "The weights have default values" + +#~ msgid "" +#~ "Only the elements configured as 'critical element' are used to calculate the " +#~ "service status" +#~ msgstr "" +#~ "Only the elements configured as 'critical element' are used to calculate the " +#~ "service status" + +#~ msgid "Error: The conf file of server is not readble." +#~ msgstr "Error: The conf file of server is not readble." + +#~ msgid "Error: The conf file of server is not writable." +#~ msgstr "Error: The conf file of server is not writable." + +#~ msgid "Delete remote conf server files in Pandora" +#~ msgstr "Delete remote conf server files in Pandora" + +#~ msgid "" +#~ "Delete this conf file implies that Pandora will send back local config to " +#~ "console" +#~ msgstr "" +#~ "Delete this conf file implies that Pandora will send back local config to " +#~ "console" + +#~ msgid "Section 2" +#~ msgstr "Section 2" + +#~ msgid "Section 3" +#~ msgstr "Section 3" + +#~ msgid "" +#~ "Limit the number of events that are replicated metaconsole each specified " +#~ "range." +#~ msgstr "" +#~ "Limit the number of events that are replicated metaconsole each specified " +#~ "range." + #~ msgid "" #~ "Enable this option will be synchronice the groups and tags each new user " #~ "when he/she will login." @@ -36791,14 +28706,650 @@ msgstr "Only user can use the API" #~ "Enable this option will be synchronice the groups and tags each new user " #~ "when he/she will login." -#~ msgid "New networkmap" -#~ msgstr "New networkmap" +#~ msgid "Search by name, description or data, list matches." +#~ msgstr "Search by name, description or data, list matches." + +#~ msgid "You haven't created templates yet." +#~ msgstr "You haven't created templates yet." + +#~ msgid "Generate a dynamic report\"" +#~ msgstr "Generate a dynamic report\"" + +#~ msgid "Policy name already exists" +#~ msgstr "Policy name already exists" + +#, php-format +#~ msgid "" +#~ "License out of limits

                " +#~ "This license allows %d modules and you have %d modules configured." +#~ msgstr "" +#~ "License out of limits

                " +#~ "This license allows %d modules and you have %d modules configured." + +#~ msgid "This widget only working in desktop version." +#~ msgstr "This widget will only work on desktop version." + +#~ msgid "Could not be duplicate" +#~ msgstr "Could not be duplicated" + +#~ msgid "Precision must be a integer number between 0 and 5" +#~ msgstr "Precision must be an integer number between 0 and 5" + +#~ msgid "" +#~ "If event purge is less than events days pass to history db, you will have a " +#~ "problems and you lost data. Recommended that event days purge will more " +#~ "taller than event days to history DB" +#~ msgstr "" +#~ "If event purge is lower than events days passed to history DB you will lose " +#~ "data. We recommend that events days purge is longer than events days passed " +#~ "to history DB" + +#~ msgid "" +#~ "If days purge is less than history days pass to history db, you will have a " +#~ "problems and you lost data. Recommended that days purge will more taller " +#~ "than days to history DB" +#~ msgstr "" +#~ "If the number of days purged is lower than history days passed to the " +#~ "history DB, data will be lost. It's recommended that days purged be longer " +#~ "than days passed to history DB." + +#~ msgid "Problems with days purge and days that pass data to history DB" +#~ msgstr "Problems with days purged and days that pass data to history DB" + +#~ msgid "Time OK week" +#~ msgstr "Time OK week" + +#~ msgid "Time Total week" +#~ msgstr "Time Total week" + +#~ msgid "Year" +#~ msgstr "Year" + +#~ msgid "Time Downtime week" +#~ msgstr "Time Downtime week" + +#~ msgid "Time Not Init week" +#~ msgstr "Time Not Init week" + +#~ msgid "Time Unknown week" +#~ msgstr "Time Unknown week" + +#~ msgid "Checks Total week" +#~ msgstr "Checks Total week" + +#~ msgid "Checks OK week" +#~ msgstr "Checks OK week" + +#~ msgid "Time Error week" +#~ msgstr "Time Error week" + +#~ msgid "Checks Error week" +#~ msgstr "Checks Error week" + +#~ msgid "Change every" +#~ msgstr "Change every" + +#~ msgid "Stop" +#~ msgstr "Stop" + +#~ msgid "No slides selected" +#~ msgstr "No slides selected" + +#~ msgid "Exit fullscreen" +#~ msgstr "Exit fullscreen" + +#, php-format +#~ msgid "Error add '%s' agent plugin." +#~ msgstr "Error add '%s' agent plugin." + +#, php-format +#~ msgid "Success add '%s' agent plugin." +#~ msgstr "Success add '%s' agent plugin." + +#~ msgid "Error add the module plugin importation, plugin is not registered" +#~ msgstr "Error add the module plugin importation, plugin is not registered" + +#~ msgid "Missing id" +#~ msgstr "Missing id" + +#~ msgid "The user doesn't have permission to read agents" +#~ msgstr "The user doesn't have permission to read agents" + +#~ msgid "Refresh every" +#~ msgstr "Refresh every" + +#~ msgid "Slides" +#~ msgstr "Slides" + +#~ msgid "" +#~ "If propagate acl is activated, this group will include its child groups" +#~ msgstr "" +#~ "If propagate acl is activated, this group will include its child groups" + +#~ msgid "Until next" +#~ msgstr "Until next" + +#~ msgid "Show a service map" +#~ msgstr "Show a service map" + +#~ msgid "Agents status" +#~ msgstr "Agents status" + +#~ msgid "Tab" +#~ msgstr "Tab" + +#~ msgid "Modules status" +#~ msgstr "Modules status" + +#~ msgid "Filter agents" +#~ msgstr "Filter agents" + +#~ msgid "Open all nodes" +#~ msgstr "Open all nodes" + +#~ msgid "Carriage Return" +#~ msgstr "Carriage Return" + +#~ msgid "Show module value in a table" +#~ msgstr "Show module value in a table" + +#~ msgid "Show a value of module in a table" +#~ msgstr "Show a value of module in a table" + +#~ msgid "Status of module" +#~ msgstr "Status of module" + +#~ msgid "Show status of a module" +#~ msgstr "Show status of a module" + +#~ msgid "Text size of label in px" +#~ msgstr "Text size of label in px" + +#~ msgid "Size of icon" +#~ msgstr "Size of icon" + +#~ msgid "Separator of data" +#~ msgstr "Separator of data" + +#~ msgid "Text size of value in px" +#~ msgstr "Text size of value in px" + +#~ msgid "Vertical Bar" +#~ msgstr "Vertical Bar" + +#~ msgid "Dashboards" +#~ msgstr "Dashboards" + +#~ msgid "Show module value" +#~ msgstr "Show module value" + +#~ msgid "Show a value of module" +#~ msgstr "Show a value of module" + +#~ msgid "Show a value of module and icon" +#~ msgstr "Show a value of module and icon" + +#~ msgid "Successfully duplicate" +#~ msgstr "Successfully duplicate" + +#~ msgid "Commas" +#~ msgstr "Commas" + +#~ msgid "Colon" +#~ msgstr "Colon" + +#~ msgid "Semicolon" +#~ msgstr "Semicolon" + +#~ msgid "Blank" +#~ msgstr "Blank" + +#~ msgid "Module with icon" +#~ msgstr "Module with icon" + +#~ msgid "There are unsaved changes" +#~ msgstr "There are unsaved changes" + +#~ msgid "Cells" +#~ msgstr "Cells" + +#~ msgid "OS synchronization" +#~ msgstr "OS synchronization" + +#~ msgid "There are no dashboards defined." +#~ msgstr "There are no dashboards defined." + +#, php-format +#~ msgid "Private for (%s)" +#~ msgstr "Private for (%s)" + +#~ msgid "Dashboards list" +#~ msgstr "Dashboards list" + +#~ msgid "Show link to public dashboard" +#~ msgstr "Show link to public dashboard" + +#~ msgid "Dashboard name" +#~ msgstr "Dashboard name" + +#~ msgid "No Dashboards" +#~ msgstr "No Dashboards" + +#, php-format +#~ msgid "Created/Updated %s/%s OS" +#~ msgstr "Created/Updated %s/%s OS" + +#, php-format +#~ msgid "Error creating/updating %s/%s OS" +#~ msgstr "Error creating/updating %s/%s OS" + +#~ msgid "Module Groups synchronization" +#~ msgstr "Module Groups synchronization" + +#~ msgid "DB port" +#~ msgstr "DB port" + +#, php-format +#~ msgid "Error creating/updating %s/%s module groups" +#~ msgstr "Error creating/updating %s/%s module groups" + +#, php-format +#~ msgid "Created/Updated %s/%s module groups" +#~ msgstr "Created/Updated %s/%s module groups" + +#~ msgid "Module groups Management" +#~ msgstr "Module groups Management" + +#~ msgid "Please, set a valid IP/Name address" +#~ msgstr "Please, set a valid IP/Name address" + +#~ msgid "This data doesn't show in realtime" +#~ msgstr "This data doesn't show in realtime" + +#~ msgid "OS Management" +#~ msgstr "OS Management" + +#~ msgid "Component management" +#~ msgstr "Component management" + +#~ msgid "Type of charts" +#~ msgstr "Type of charts" + +#~ msgid "critical" +#~ msgstr "critical" + +#~ msgid "T. OK" +#~ msgstr "T. OK" + +#~ msgid "T. Total" +#~ msgstr "T. Total" + +#~ msgid "T. Unknown" +#~ msgstr "T. Unknown" + +#~ msgid "T. Error" +#~ msgstr "T. Error" + +#~ msgid "T. Downtime" +#~ msgstr "T. Downtime" + +#~ msgid "SLA %" +#~ msgstr "SLA %" + +#~ msgid "Planned Downtimes" +#~ msgstr "Planned Downtimes" + +#~ msgid "Ignore Time" +#~ msgstr "Ignore Time" + +#~ msgid "T. Not_init" +#~ msgstr "T. Not_init" + +#, php-format +#~ msgid "Graph agent(%s) - %s" +#~ msgstr "Graph agent(%s) - %s" + +#~ msgid "Legend Graph" +#~ msgstr "Legend Graph" + +#~ msgid "Total Time" +#~ msgstr "Total Time" + +#~ msgid "Total Checks" +#~ msgstr "Total Checks" + +#~ msgid "Time Downtimes" +#~ msgstr "Time Downtimes" + +#~ msgid "Time Not init" +#~ msgstr "Time Not init" + +#~ msgid "Agent min Value" +#~ msgstr "Agent min Value" + +#~ msgid "" +#~ "Problems with event days purge and event days that pass data to history DB." +#~ msgstr "" +#~ "Problems with event days purge and event days that pass data to history DB." + +#~ msgid "Only one service map widget is supported at this moment" +#~ msgstr "Only one service map widget is supported at this moment" + +#~ msgid "Time Error " +#~ msgstr "Time Error " + +#~ msgid "Time Unknown " +#~ msgstr "Time Unknown " + +#~ msgid "Time Total " +#~ msgstr "Time Total " + +#~ msgid "Time OK " +#~ msgstr "Time OK " + +#~ msgid "SLA Max" +#~ msgstr "SLA Max" + +#~ msgid "SLA Min" +#~ msgstr "SLA Min" + +#~ msgid "Time Downtime " +#~ msgstr "Time Downtime " + +#~ msgid "Time Not Init " +#~ msgstr "Time Not Init " + +#~ msgid "Checks OK " +#~ msgstr "Checks OK " + +#~ msgid "Checks Total " +#~ msgstr "Checks Total " + +#~ msgid "Time Total Month" +#~ msgstr "Time Total Month" + +#~ msgid "Time OK Month" +#~ msgstr "Time OK Month" + +#~ msgid "Time Error Month" +#~ msgstr "Time Error Month" + +#~ msgid "Time Unknown Month" +#~ msgstr "Time Unknown Month" + +#~ msgid "Subtitle" +#~ msgstr "Subtitle" + +#~ msgid "Status " +#~ msgstr "Status " + +#~ msgid "Checks Unknown " +#~ msgstr "Checks Unknown " + +#~ msgid "Checks Error " +#~ msgstr "Checks Error " + +#~ msgid "SLA " +#~ msgstr "SLA " + +#~ msgid "Checks Not Init " +#~ msgstr "Checks Not Init " + +#~ msgid "Time Not Init Month" +#~ msgstr "Time Not Init Month" + +#~ msgid "Time Downtime Month" +#~ msgstr "Time Downtime Month" + +#~ msgid "Checks Total Month" +#~ msgstr "Checks Total Month" + +#~ msgid "Checks Error Month" +#~ msgstr "Checks Error Month" + +#~ msgid "Checks Unknown Month" +#~ msgstr "Checks Unknown Month" + +#~ msgid "Checks OK Month" +#~ msgstr "Checks OK Month" + +#~ msgid "Time Total Day" +#~ msgstr "Time Total Day" + +#~ msgid "Status Month" +#~ msgstr "Status Month" + +#~ msgid "SLA Month" +#~ msgstr "SLA Month" + +#~ msgid "Checks Not Init Month" +#~ msgstr "Checks Not Init Month" + +#~ msgid "Time Not Init Day" +#~ msgstr "Time Not Init Day" + +#~ msgid "Time Unknown Day" +#~ msgstr "Time Unknown Day" + +#~ msgid "Time Error Day" +#~ msgstr "Time Error Day" + +#~ msgid "Time OK Day" +#~ msgstr "Time OK Day" + +#~ msgid "Checks OK Day" +#~ msgstr "Checks OK Day" + +#~ msgid "Checks Total Day" +#~ msgstr "Checks Total Day" + +#~ msgid "Checks Unknown Day" +#~ msgstr "Checks Unknown Day" + +#~ msgid "Checks Error Day" +#~ msgstr "Checks Error Day" + +#~ msgid "Time Out Day" +#~ msgstr "Time Out Day" + +#~ msgid "Time Downtime Day" +#~ msgstr "Time Downtime Day" + +#~ msgid "Month Number" +#~ msgstr "Month Number" + +#~ msgid "SLA Fixed Day" +#~ msgstr "SLA Fixed Day" + +#~ msgid "Status week" +#~ msgstr "Status week" + +#~ msgid "SLA Day" +#~ msgstr "SLA Day" + +#~ msgid "Checks Not Init Day" +#~ msgstr "Checks Not Init Day" + +#~ msgid "Date From Day" +#~ msgstr "Date From Day" + +#~ msgid "Day Week" +#~ msgstr "Day Week" + +#~ msgid "Checks Unknown week" +#~ msgstr "Checks Unknown week" + +#~ msgid "Status Day" +#~ msgstr "Status Day" + +#~ msgid "Date To Day" +#~ msgstr "Date To Day" + +#~ msgid "Checks Not Init" +#~ msgstr "Checks Not Init" + +#~ msgid "Time Total day" +#~ msgstr "Time Total day" + +#~ msgid "Time OK day" +#~ msgstr "Time OK day" + +#~ msgid "SLA Fixed" +#~ msgstr "SLA Fixed" + +#~ msgid "Checks Error" +#~ msgstr "Checks Error" + +#~ msgid "Time Error" +#~ msgstr "Time Error" + +#~ msgid "SLA limit" +#~ msgstr "SLA limit" + +#~ msgid "SLA min" +#~ msgstr "SLA min" + +#~ msgid "SLA max" +#~ msgstr "SLA max" + +#~ msgid "Checks Unknown day" +#~ msgstr "Checks Unknown day" + +#~ msgid "Checks Error day" +#~ msgstr "Checks Error day" + +#~ msgid "Time Total hours" +#~ msgstr "Time Total hours" + +#~ msgid "Status day" +#~ msgstr "Status day" + +#~ msgid "Checks Total day" +#~ msgstr "Checks Total day" + +#~ msgid "Checks OK day" +#~ msgstr "Checks OK day" + +#~ msgid "Time Error day" +#~ msgstr "Time Error day" + +#~ msgid "Time Unknown day" +#~ msgstr "Time Unknown day" + +#~ msgid "Time Downtime day" +#~ msgstr "Time Downtime day" + +#~ msgid "Time Not Init day" +#~ msgstr "Time Not Init day" + +#~ msgid "Time Error hours" +#~ msgstr "Time Error hours" + +#~ msgid "Time OK hours" +#~ msgstr "Time OK hours" + +#~ msgid "Time Not Init hours" +#~ msgstr "Time Not Init hours" + +#~ msgid "Time Out hours" +#~ msgstr "Time Out hours" + +#~ msgid "Time Downtime hours" +#~ msgstr "Time Downtime hours" + +#~ msgid "Time Unknown hours" +#~ msgstr "Time Unknown hours" + +#~ msgid "Checks Error hours" +#~ msgstr "Checks Error hours" + +#~ msgid "Checks Unknown hours" +#~ msgstr "Checks Unknown hours" + +#~ msgid "Checks Total hours" +#~ msgstr "Checks Total hours" + +#~ msgid "Checks OK hours" +#~ msgstr "Checks OK hours" #~ msgid "Percentil 95" #~ msgstr "Percentil 95" -#~ msgid "This OID is preexistent." -#~ msgstr "This OID is preexistent." +#~ msgid "" +#~ "If this option was checked, only adding in elements that type of modules " +#~ "support this option." +#~ msgstr "" +#~ "If this option was checked, only adding in elements that type of modules " +#~ "support this option." + +#~ msgid "Status hours" +#~ msgstr "Status hours" + +#~ msgid "SLA Fixed hours" +#~ msgstr "SLA Fixed hours" + +#~ msgid "Date From hours" +#~ msgstr "Date From hours" + +#~ msgid "Checks Not Init hours" +#~ msgstr "Checks Not Init hours" + +#~ msgid "SLA hours" +#~ msgstr "SLA hours" + +#~ msgid "Date To hours" +#~ msgstr "Date To hours" + +#~ msgid "Are you sure to re-apply?" +#~ msgstr "Are you sure to re-apply?" + +#~ msgid "Are you sure to apply?" +#~ msgstr "Do you want to apply?" + +#~ msgid "Apply all" +#~ msgstr "Apply all" + +#~ msgid "AD Groups" +#~ msgstr "AD Groups" + +#~ msgid "Select profile" +#~ msgstr "Select profile" + +#~ msgid "Add new permissions" +#~ msgstr "Add new permissions" + +#~ msgid "SimpleSAML path" +#~ msgstr "SimpleSAML path" + +#~ msgid "" +#~ "Select the path where SimpleSAML has been installed (by default '/opt/')" +#~ msgstr "" +#~ "Select the path where SimpleSAML has been installed (by default '/opt/')" + +#~ msgid "SAML" +#~ msgstr "SAML" + +#~ msgid "Enable event history" +#~ msgstr "Enable event history" + +#~ msgid "You must select a profile from the list of profiles." +#~ msgstr "You must select a profile from the list of profiles." + +#~ msgid "Event days" +#~ msgstr "Event days" + +#~ msgid "Number of days before events is transfered to history database." +#~ msgstr "Number of days before events is transferred to history database." + +#~ msgid "" +#~ "Event history is ONLY used for event reports, is not used in graphs or event " +#~ "viewer." +#~ msgstr "" +#~ "Event history is ONLY used for event reports, is not used in graphs or event " +#~ "viewer." + +#~ msgid "e.g., switch.ehorus.com" +#~ msgstr "e.g., switch.eHorus.com" #~ msgid "" #~ "If you check this option, the lateral menus display with left click. " @@ -36810,11 +29361,55 @@ msgstr "Only user can use the API" #~ msgid "Display lateral menus with click" #~ msgstr "Display lateral menus with click" -#~ msgid "Disable Pandora FMS on graphs" -#~ msgstr "Disable Pandora FMS on graphs" - #~ msgid "Custom logo in login" #~ msgstr "Custom logo in login" #~ msgid "Allows only show the average in graphs" #~ msgstr "Allows only the average in graphs to be shown" + +#~ msgid "There isn't get or post" +#~ msgstr "There isn't get or post" + +#~ msgid "Empty for a transparent background color or CSS compatible value" +#~ msgstr "Empty for a transparent background color or CSS compatible value" + +#, php-format +#~ msgid "" +#~ "This extension makes registration of policies enterprise.
                You can get " +#~ "more policies in our
                Public Resource Library" +#~ msgstr "" +#~ "This extension registers Enterprise policies.
                You can get more policies " +#~ "in our Public Resource Library" + +#~ msgid "hourly S.L.A." +#~ msgstr "hourly S.L.A." + +#~ msgid "Availability Graph S.L.A." +#~ msgstr "Availability Graph S.L.A." + +#~ msgid "Create group if doesn’t exist in destination" +#~ msgstr "Create group if it doesn't exist in destination" + +#~ msgid "Synchronizing Alerts" +#~ msgstr "Synchronising Alerts" + +#~ msgid "Synchronizing Tags" +#~ msgstr "Synchronising Tags" + +#~ msgid "Synchronizing Components" +#~ msgstr "Synchronising Components" + +#~ msgid "Synchronizing Groups" +#~ msgstr "Synchronising Groups" + +#~ msgid "Synchronizing Users" +#~ msgstr "Synchronising Users" + +#~ msgid "Synchronizing OS" +#~ msgstr "Synchronising OS" + +#~ msgid "Synchronizing Module Groups" +#~ msgstr "Synchronising Module Groups" + +#~ msgid "Serialized data " +#~ msgstr "Serialised data " diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo index 19f95476a9..159cccae1d 100644 Binary files a/pandora_console/include/languages/es.mo and b/pandora_console/include/languages/es.mo differ diff --git a/pandora_console/include/languages/es.po b/pandora_console/include/languages/es.po index 28c85710ce..8ba5d68bbb 100644 --- a/pandora_console/include/languages/es.po +++ b/pandora_console/include/languages/es.po @@ -8,706 +8,661 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-30 07:21+0200\n" -"PO-Revision-Date: 2017-05-30 08:15+0000\n" -"Last-Translator: artu30 \n" +"POT-Creation-Date: 2017-03-14 16:29+0100\n" +"PO-Revision-Date: 2017-10-23 14:01+0000\n" +"Last-Translator: Vanessa \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-05-30 08:22+0000\n" -"X-Generator: Launchpad (build 18391)\n" +"X-Launchpad-Export-Date: 2017-10-23 14:56+0000\n" +"X-Generator: Launchpad (build 18484)\n" -#: ../../extensions/agents_alerts.php:55 -#: ../../extensions/agents_modules.php:57 -#: ../../operation/agentes/group_view.php:61 -#: ../../operation/agentes/tactical.php:46 -#: ../../enterprise/extensions/ipam/ipam_list.php:188 -#: ../../enterprise/operation/services/services.list.php:345 -#: ../../enterprise/operation/services/services.service.php:144 -msgid "Last update" -msgstr "Última actualización" +#: ../../operation/search_alerts.php:27 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 ../../operation/search_graphs.php:24 +#: ../../operation/search_maps.php:22 ../../operation/search_modules.php:26 +#: ../../operation/search_agents.php:33 +msgid "Zero results found" +msgstr "No se encontró ningún resultado" -#: ../../extensions/agents_alerts.php:74 -#: ../../extensions/agents_modules.php:139 ../../general/ui/agents_list.php:69 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/agentes/agent_manager.php:270 -#: ../../godmode/agentes/configurar_agente.php:362 -#: ../../godmode/agentes/modificar_agente.php:147 -#: ../../godmode/agentes/modificar_agente.php:491 -#: ../../godmode/agentes/planned_downtime.editor.php:480 -#: ../../godmode/agentes/planned_downtime.editor.php:753 -#: ../../godmode/agentes/planned_downtime.list.php:393 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/alerts/alert_special_days.php:246 -#: ../../godmode/alerts/alert_templates.php:300 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/configure_alert_special_days.php:69 -#: ../../godmode/alerts/configure_alert_template.php:754 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_edit_filter.php:226 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/gis_maps/configure_gis_map.php:366 -#: ../../godmode/massive/massive_add_action_alerts.php:151 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_delete_action_alerts.php:151 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_edit_agents.php:207 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/modules/manage_network_components.php:479 -#: ../../godmode/modules/manage_network_components.php:568 -#: ../../godmode/modules/manage_network_components_form_common.php:101 -#: ../../godmode/modules/manage_network_templates_form.php:202 -#: ../../godmode/modules/manage_network_templates_form.php:269 -#: ../../godmode/modules/manage_network_templates_form.php:302 -#: ../../godmode/netflow/nf_edit.php:119 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/reporting/create_container.php:184 -#: ../../godmode/reporting/create_container.php:404 -#: ../../godmode/reporting/create_container.php:466 -#: ../../godmode/reporting/graph_builder.main.php:116 -#: ../../godmode/reporting/graphs.php:158 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/reporting_builder.item_editor.php:868 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../godmode/reporting/reporting_builder.php:431 -#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../operation/search_alerts.php:39 +#: ../../operation/events/events.build_table.php:36 +#: ../../operation/events/sound_events.php:80 +#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 +#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44 +#: ../../operation/search_agents.php:50 +#: ../../operation/agentes/status_monitor.php:948 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/ver_agente.php:818 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/estado_agente.php:490 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../extensions/module_groups.php:41 ../../extensions/insert_data.php:158 +#: ../../extensions/agents_alerts.php:345 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:310 ../../mobile/operation/events.php:510 +#: ../../mobile/operation/modules.php:496 +#: ../../include/functions_pandora_networkmap.php:1369 +#: ../../include/functions_pandora_networkmap.php:1532 +#: ../../include/ajax/alert_list.ajax.php:130 +#: ../../include/functions_visual_map_editor.php:277 +#: ../../include/functions_graph.php:5333 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:730 +#: ../../include/functions_reporting_html.php:810 +#: ../../include/functions_reporting_html.php:819 +#: ../../include/functions_reporting_html.php:1479 +#: ../../include/functions_reporting_html.php:1883 +#: ../../include/functions_reporting_html.php:1890 +#: ../../include/functions_reporting_html.php:1949 +#: ../../include/functions_reporting_html.php:2245 +#: ../../include/functions_reporting_html.php:2288 +#: ../../include/functions_reporting_html.php:2579 +#: ../../include/functions_reporting_html.php:2627 +#: ../../include/functions_reporting_html.php:2870 +#: ../../include/functions_reporting_html.php:3024 +#: ../../include/functions_reporting_html.php:3235 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_copy_modules.php:86 +#: ../../godmode/massive/massive_copy_modules.php:200 +#: ../../godmode/reporting/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/visual_console_builder.wizard.php:303 +#: ../../godmode/reporting/visual_console_builder.wizard.php:577 +#: ../../godmode/reporting/visual_console_builder.wizard.php:600 #: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:312 -#: ../../godmode/setup/gis.php:63 ../../godmode/setup/gis_step_2.php:153 -#: ../../godmode/setup/news.php:164 -#: ../../godmode/snmpconsole/snmp_alert.php:657 -#: ../../godmode/users/configure_user.php:716 -#: ../../godmode/users/user_list.php:227 -#: ../../include/functions_pandora_networkmap.php:1389 -#: ../../include/functions_pandora_networkmap.php:1575 -#: ../../include/functions_container.php:132 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2437 -#: ../../include/functions_events.php:3557 -#: ../../include/functions_visual_map.php:2763 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:336 -#: ../../include/functions_visual_map_editor.php:656 -#: ../../include/functions_graph.php:5563 -#: ../../include/functions_groups.php:745 -#: ../../include/functions_networkmap.php:1721 -#: ../../include/functions_reporting_html.php:2079 -#: ../../include/functions_reporting_html.php:2114 -#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 -#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 -#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:317 -#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 -#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 -#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 -#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 -#: ../../mobile/operation/events.php:605 -#: ../../mobile/operation/modules.php:128 -#: ../../mobile/operation/modules.php:132 -#: ../../mobile/operation/modules.php:203 -#: ../../mobile/operation/modules.php:204 -#: ../../mobile/operation/networkmaps.php:65 -#: ../../mobile/operation/networkmaps.php:69 -#: ../../mobile/operation/networkmaps.php:129 -#: ../../mobile/operation/networkmaps.php:130 -#: ../../mobile/operation/networkmaps.php:197 -#: ../../mobile/operation/visualmaps.php:49 -#: ../../mobile/operation/visualmaps.php:53 -#: ../../mobile/operation/visualmaps.php:141 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/agentes/estado_agente.php:167 -#: ../../operation/agentes/estado_agente.php:517 -#: ../../operation/agentes/estado_generalagente.php:245 -#: ../../operation/agentes/exportdata.php:235 -#: ../../operation/agentes/group_view.php:164 -#: ../../operation/agentes/pandora_networkmap.editor.php:183 -#: ../../operation/agentes/pandora_networkmap.editor.php:196 -#: ../../operation/agentes/status_monitor.php:292 -#: ../../operation/agentes/ver_agente.php:687 -#: ../../operation/events/events.build_table.php:185 -#: ../../operation/events/events_list.php:613 -#: ../../operation/events/sound_events.php:78 -#: ../../operation/gis_maps/ajax.php:309 -#: ../../operation/gis_maps/gis_map.php:90 -#: ../../operation/incidents/incident.php:339 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../operation/netflow/nf_live_view.php:309 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/search_maps.php:32 ../../operation/users/user_edit.php:506 -#: ../../enterprise/dashboard/dashboards.php:86 -#: ../../enterprise/dashboard/main_dashboard.php:311 -#: ../../enterprise/dashboard/main_dashboard.php:340 -#: ../../enterprise/dashboard/widgets/agent_module.php:41 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 -#: ../../enterprise/dashboard/widgets/top_n.php:306 -#: ../../enterprise/dashboard/widgets/tree_view.php:44 -#: ../../enterprise/extensions/cron/functions.php:40 -#: ../../enterprise/extensions/cron/main.php:248 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:168 -#: ../../enterprise/godmode/agentes/collections.php:232 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:88 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/alerts/alert_events_list.php:361 -#: ../../enterprise/godmode/alerts/alert_events_list.php:423 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 -#: ../../enterprise/godmode/modules/configure_local_component.php:217 -#: ../../enterprise/godmode/modules/local_components.php:401 -#: ../../enterprise/godmode/modules/local_components.php:483 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:359 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:129 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1416 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/services/services.service.php:250 -#: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_events.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:2315 -#: ../../enterprise/include/functions_reporting_pdf.php:2365 -#: ../../enterprise/meta/advanced/synchronizing.user.php:562 -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/include/functions_events_meta.php:67 -#: ../../enterprise/meta/include/functions_wizard_meta.php:153 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1633 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:271 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:360 -#: ../../enterprise/operation/agentes/transactional_map.php:150 -#: ../../enterprise/operation/agentes/ver_agente.php:50 -#: ../../enterprise/operation/agentes/ver_agente.php:71 -#: ../../enterprise/operation/inventory/inventory.php:164 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:196 -#: ../../enterprise/operation/services/services.list.php:183 -#: ../../enterprise/operation/services/services.list.php:335 -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../enterprise/operation/services/services.table_services.php:152 -msgid "Group" -msgstr "Grupo" - -#: ../../extensions/agents_alerts.php:79 -#: ../../extensions/agents_modules.php:224 ../../general/login_page.php:53 -#: ../../general/login_page.php:211 ../../include/ajax/module.php:807 -#: ../../include/functions_pandora_networkmap.php:765 -#: ../../operation/events/events.php:464 -#: ../../operation/reporting/graph_viewer.php:257 -#: ../../operation/servers/recon_view.php:49 -#: ../../operation/visual_console/public_console.php:112 -#: ../../operation/visual_console/render_view.php:176 -#: ../../enterprise/dashboard/main_dashboard.php:193 -#: ../../enterprise/dashboard/widgets/top_n.php:286 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/godmode/policies/policy_queue.php:470 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -msgid "Refresh" -msgstr "Refrescar" - -#: ../../extensions/agents_alerts.php:81 -#: ../../godmode/alerts/alert_list.builder.php:136 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/setup/setup_visuals.php:737 -#: ../../godmode/snmpconsole/snmp_alert.php:938 -#: ../../include/functions.php:430 ../../include/functions.php:564 -#: ../../include/functions_html.php:733 -#: ../../include/functions_netflow.php:1134 -#: ../../include/functions_netflow.php:1144 -#: ../../include/functions_netflow.php:1161 -#: ../../include/functions_netflow.php:1169 -#: ../../include/functions_netflow.php:1193 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 -#: ../../enterprise/meta/advanced/metasetup.visual.php:140 -msgid "seconds" -msgstr "segundos" - -#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2610 -#: ../../operation/gis_maps/render_view.php:138 -msgid "1 minute" -msgstr "1 minuto" - -#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2611 -#: ../../operation/gis_maps/render_view.php:139 -msgid "2 minutes" -msgstr "2 minutos" - -#: ../../extensions/agents_alerts.php:84 ../../include/ajax/module.php:132 -#: ../../include/functions.php:2612 -#: ../../operation/gis_maps/render_view.php:140 -msgid "5 minutes" -msgstr "5 minutos" - -#: ../../extensions/agents_alerts.php:85 -#: ../../operation/gis_maps/render_view.php:141 -msgid "10 minutes" -msgstr "10 minutos" - -#: ../../extensions/agents_alerts.php:91 -#: ../../extensions/agents_modules.php:113 -#: ../../extensions/agents_modules.php:124 -#: ../../extensions/agents_modules.php:131 -#: ../../extensions/disabled/matrix_events.php:31 -#: ../../operation/gis_maps/render_view.php:111 -#: ../../operation/reporting/graph_viewer.php:164 -#: ../../operation/reporting/reporting_viewer.php:103 -#: ../../operation/visual_console/pure_ajax.php:136 -#: ../../operation/visual_console/render_view.php:139 -#: ../../enterprise/dashboard/main_dashboard.php:143 -#: ../../enterprise/operation/agentes/manage_transmap.php:92 -msgid "Full screen mode" -msgstr "Modo a pantalla completa" - -#: ../../extensions/agents_alerts.php:96 -#: ../../extensions/agents_modules.php:215 -#: ../../operation/events/events.php:455 -#: ../../operation/gis_maps/render_view.php:115 -#: ../../operation/reporting/graph_viewer.php:169 -#: ../../operation/reporting/reporting_viewer.php:108 -#: ../../operation/visual_console/render_view.php:167 -#: ../../enterprise/dashboard/main_dashboard.php:157 -msgid "Back to normal mode" -msgstr "Volver a modo normal" - -#: ../../extensions/agents_alerts.php:109 -msgid "Agents/Alerts" -msgstr "Agentes/Alertas" - -#: ../../extensions/agents_alerts.php:118 -#: ../../operation/agentes/pandora_networkmap.view.php:741 -#: ../../operation/events/events.php:329 -#: ../../operation/snmpconsole/snmp_browser.php:90 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_view.php:82 -msgid "Full screen" -msgstr "Pantalla completa" - -#: ../../extensions/agents_alerts.php:156 -msgid "There are no agents with alerts" -msgstr "No existen agentes con alertas" - -#: ../../extensions/agents_alerts.php:177 -#: ../../extensions/agents_modules.php:161 -#: ../../extensions/agents_modules.php:393 -#: ../../godmode/alerts/alert_list.list.php:71 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_delete_agents.php:127 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_delete_modules.php:496 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_edit_agents.php:228 -#: ../../godmode/massive/massive_edit_modules.php:342 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/reporting/graph_builder.graph_editor.php:146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1020 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1083 -#: ../../godmode/reporting/reporting_builder.list_items.php:165 -#: ../../godmode/reporting/reporting_builder.list_items.php:190 -#: ../../godmode/reporting/visual_console_builder.wizard.php:283 -#: ../../include/functions_pandora_networkmap.php:1584 -#: ../../include/functions_groups.php:46 -#: ../../include/functions_groups.php:784 -#: ../../include/functions_groups.php:786 -#: ../../include/functions_groups.php:788 -#: ../../include/functions_groups.php:789 -#: ../../include/functions_groups.php:790 -#: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:1562 -#: ../../mobile/include/functions_web.php:22 -#: ../../mobile/operation/agents.php:158 ../../mobile/operation/home.php:58 -#: ../../operation/agentes/group_view.php:120 -#: ../../operation/agentes/group_view.php:158 -#: ../../operation/search_results.php:74 -#: ../../enterprise/dashboard/widgets/agent_module.php:256 -#: ../../enterprise/dashboard/widgets/groups_status.php:88 -#: ../../enterprise/dashboard/widgets/service_map.php:93 -#: ../../enterprise/extensions/cron/functions.php:33 -#: ../../enterprise/extensions/cron/main.php:247 -#: ../../enterprise/godmode/agentes/collections.agents.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:107 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:92 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/godmode/policies/policies.php:257 -#: ../../enterprise/godmode/policies/policies.php:409 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:283 -#: ../../enterprise/godmode/policies/policy_agents.php:341 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:200 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:155 -#: ../../enterprise/include/functions_policies.php:3307 -#: ../../enterprise/include/functions_reporting.php:5799 -#: ../../enterprise/include/functions_reporting_pdf.php:562 -#: ../../enterprise/include/functions_reporting_pdf.php:695 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 -#: ../../enterprise/meta/advanced/policymanager.queue.php:257 -#: ../../enterprise/meta/monitoring/group_view.php:98 -#: ../../enterprise/meta/monitoring/group_view.php:136 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/operation/services/services.service_map.php:135 -msgid "Agents" -msgstr "Agentes" - -#: ../../extensions/agents_alerts.php:177 -#: ../../godmode/alerts/alert_templates.php:133 -#: ../../godmode/alerts/alert_templates.php:176 -#: ../../godmode/alerts/alert_templates.php:195 -#: ../../godmode/alerts/alert_templates.php:211 -#: ../../godmode/massive/massive_add_action_alerts.php:163 -#: ../../godmode/massive/massive_delete_action_alerts.php:167 -msgid "Alert templates" -msgstr "Plantillas de alertas" - -#: ../../extensions/agents_alerts.php:184 -msgid "Previous templates" -msgstr "Plantillas anteriores" - -#: ../../extensions/agents_alerts.php:222 -msgid "More templates" -msgstr "Más plantillas" - -#: ../../extensions/agents_alerts.php:254 -#: ../../godmode/agentes/configurar_agente.php:311 -#: ../../godmode/agentes/modificar_agente.php:580 -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -#: ../../godmode/alerts/alert_commands.php:249 -#: ../../godmode/alerts/alert_list.php:326 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_special_days.php:44 -#: ../../godmode/alerts/alert_templates.php:133 -#: ../../godmode/alerts/alert_templates.php:176 -#: ../../godmode/alerts/alert_templates.php:195 -#: ../../godmode/alerts/alert_templates.php:211 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/configure_alert_special_days.php:55 -#: ../../godmode/alerts/configure_alert_template.php:65 -#: ../../godmode/alerts/configure_alert_template.php:85 -#: ../../godmode/alerts/configure_alert_template.php:103 -#: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/groups/group_list.php:339 -#: ../../godmode/massive/massive_copy_modules.php:153 -#: ../../godmode/menu.php:140 ../../include/functions_treeview.php:374 -#: ../../include/functions_graph.php:754 -#: ../../include/functions_graph.php:3947 -#: ../../include/functions_graph.php:4682 -#: ../../include/functions_reporting_html.php:1608 -#: ../../include/functions_reporting_html.php:3255 -#: ../../include/functions_reports.php:609 -#: ../../include/functions_reports.php:611 -#: ../../include/functions_reports.php:614 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/agent.php:250 ../../mobile/operation/agents.php:83 -#: ../../mobile/operation/agents.php:324 ../../mobile/operation/alerts.php:154 -#: ../../operation/agentes/estado_agente.php:528 -#: ../../operation/agentes/ver_agente.php:973 -#: ../../operation/search_agents.php:65 ../../operation/search_results.php:94 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -#: ../../enterprise/godmode/policies/policies.php:397 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../enterprise/godmode/services/services.service.php:323 -#: ../../enterprise/include/functions_policies.php:3260 -#: ../../enterprise/include/functions_reporting_pdf.php:737 -#: ../../enterprise/meta/agentsearch.php:99 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1374 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1464 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1584 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -msgid "Alerts" -msgstr "Alertas" - -#: ../../extensions/agents_alerts.php:280 -#: ../../extensions/agents_modules.php:172 -#: ../../extensions/insert_data.php:173 ../../extensions/module_groups.php:43 -#: ../../godmode/agentes/agent_manager.php:268 -#: ../../godmode/agentes/module_manager_editor_common.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:920 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1739 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1746 +#: ../../godmode/reporting/reporting_builder.list_items.php:291 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:689 #: ../../godmode/agentes/module_manager_editor_common.php:717 -#: ../../godmode/agentes/module_manager_editor_prediction.php:135 -#: ../../godmode/agentes/planned_downtime.editor.php:838 -#: ../../godmode/agentes/planned_downtime.list.php:175 -#: ../../godmode/alerts/alert_list.builder.php:71 -#: ../../godmode/alerts/alert_list.list.php:393 -#: ../../godmode/alerts/alert_list.list.php:600 +#: ../../godmode/agentes/module_manager_editor_prediction.php:110 +#: ../../godmode/agentes/planned_downtime.list.php:171 +msgid "Agent" +msgstr "Agente" + +#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/agentes/alerts_status.php:428 +#: ../../operation/agentes/alerts_status.php:469 +#: ../../operation/agentes/alerts_status.php:503 +#: ../../operation/agentes/alerts_status.php:537 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../extensions/module_groups.php:43 ../../extensions/insert_data.php:173 +#: ../../extensions/agents_modules.php:161 +#: ../../extensions/agents_alerts.php:280 +#: ../../mobile/operation/alerts.php:268 +#: ../../include/ajax/alert_list.ajax.php:139 +#: ../../include/functions_visual_map_editor.php:311 +#: ../../include/functions_graph.php:5449 +#: ../../include/functions_treeview.php:66 +#: ../../include/functions_reporting_html.php:397 +#: ../../include/functions_reporting_html.php:731 +#: ../../include/functions_reporting_html.php:1480 +#: ../../include/functions_reporting_html.php:1950 +#: ../../include/functions_reporting_html.php:2252 +#: ../../include/functions_reporting_html.php:2295 +#: ../../include/functions_reporting_html.php:2580 #: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:599 +#: ../../godmode/alerts/alert_list.builder.php:71 #: ../../godmode/massive/massive_edit_agents.php:296 #: ../../godmode/massive/massive_enable_disable_alerts.php:154 #: ../../godmode/massive/massive_enable_disable_alerts.php:171 #: ../../godmode/massive/massive_standby_alerts.php:154 #: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/reporting/create_container.php:297 -#: ../../godmode/reporting/create_container.php:424 -#: ../../godmode/reporting/create_container.php:469 #: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:974 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1546 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1745 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1752 -#: ../../godmode/reporting/reporting_builder.list_items.php:299 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 #: ../../godmode/reporting/visual_console_builder.wizard.php:302 #: ../../godmode/reporting/visual_console_builder.wizard.php:609 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/reporting_builder.item_editor.php:974 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1541 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1740 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1747 +#: ../../godmode/reporting/reporting_builder.list_items.php:296 #: ../../godmode/servers/plugin.php:67 -#: ../../include/ajax/alert_list.ajax.php:139 -#: ../../include/functions_treeview.php:66 -#: ../../include/functions_visual_map_editor.php:311 -#: ../../include/functions_graph.php:5468 -#: ../../include/functions_reporting_html.php:397 -#: ../../include/functions_reporting_html.php:731 -#: ../../include/functions_reporting_html.php:1486 -#: ../../include/functions_reporting_html.php:1956 -#: ../../include/functions_reporting_html.php:2258 -#: ../../include/functions_reporting_html.php:2301 -#: ../../include/functions_reporting_html.php:2590 -#: ../../mobile/operation/alerts.php:268 -#: ../../operation/agentes/alerts_status.php:428 -#: ../../operation/agentes/alerts_status.php:469 -#: ../../operation/agentes/alerts_status.php:503 -#: ../../operation/agentes/alerts_status.php:537 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35 -#: ../../enterprise/dashboard/widgets/agent_module.php:90 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:54 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:60 -#: ../../enterprise/dashboard/widgets/module_icon.php:63 -#: ../../enterprise/dashboard/widgets/module_icon.php:69 -#: ../../enterprise/dashboard/widgets/module_status.php:63 -#: ../../enterprise/dashboard/widgets/module_status.php:69 -#: ../../enterprise/dashboard/widgets/module_table_value.php:60 -#: ../../enterprise/dashboard/widgets/module_table_value.php:66 -#: ../../enterprise/dashboard/widgets/module_value.php:63 -#: ../../enterprise/dashboard/widgets/module_value.php:69 -#: ../../enterprise/dashboard/widgets/single_graph.php:61 -#: ../../enterprise/dashboard/widgets/single_graph.php:67 -#: ../../enterprise/dashboard/widgets/sla_percent.php:51 -#: ../../enterprise/dashboard/widgets/sla_percent.php:57 -#: ../../enterprise/dashboard/widgets/top_n.php:127 -#: ../../enterprise/dashboard/widgets/top_n.php:310 -#: ../../enterprise/extensions/disabled/check_acls.php:121 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:149 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:19 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/policies/policy_alerts.php:240 -#: ../../enterprise/godmode/policies/policy_alerts.php:447 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 -#: ../../enterprise/godmode/policies/policy_linking.php:121 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1476 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1948 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2098 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2105 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 -#: ../../enterprise/godmode/services/services.elements.php:334 -#: ../../enterprise/godmode/services/services.elements.php:360 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../enterprise/include/functions_events.php:120 -#: ../../enterprise/include/functions_inventory.php:507 -#: ../../enterprise/include/functions_inventory.php:563 -#: ../../enterprise/include/functions_reporting.php:1646 -#: ../../enterprise/include/functions_reporting.php:2438 -#: ../../enterprise/include/functions_reporting.php:3215 -#: ../../enterprise/include/functions_reporting_csv.php:324 -#: ../../enterprise/include/functions_reporting_csv.php:348 -#: ../../enterprise/include/functions_reporting_csv.php:405 -#: ../../enterprise/include/functions_reporting_csv.php:431 -#: ../../enterprise/include/functions_reporting_csv.php:497 -#: ../../enterprise/include/functions_reporting_csv.php:524 -#: ../../enterprise/include/functions_reporting_csv.php:559 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_csv.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:700 -#: ../../enterprise/include/functions_reporting_csv.php:736 -#: ../../enterprise/include/functions_reporting_csv.php:772 -#: ../../enterprise/include/functions_reporting_csv.php:808 -#: ../../enterprise/include/functions_reporting_csv.php:844 -#: ../../enterprise/include/functions_reporting_csv.php:880 -#: ../../enterprise/include/functions_reporting_csv.php:929 -#: ../../enterprise/include/functions_reporting_csv.php:976 -#: ../../enterprise/include/functions_reporting_csv.php:1048 -#: ../../enterprise/include/functions_reporting_csv.php:1164 -#: ../../enterprise/include/functions_reporting_csv.php:1306 -#: ../../enterprise/include/functions_reporting_csv.php:1376 -#: ../../enterprise/include/functions_reporting_pdf.php:775 -#: ../../enterprise/include/functions_reporting_pdf.php:833 -#: ../../enterprise/include/functions_reporting_pdf.php:927 -#: ../../enterprise/include/functions_reporting_pdf.php:1265 -#: ../../enterprise/include/functions_reporting_pdf.php:1609 -#: ../../enterprise/include/functions_reporting_pdf.php:1847 -#: ../../enterprise/include/functions_reporting_pdf.php:1866 -#: ../../enterprise/include/functions_services.php:1492 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3255 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/inventory/inventory.php:169 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:191 +#: ../../godmode/agentes/module_manager_editor_common.php:699 +#: ../../godmode/agentes/module_manager_editor_common.php:718 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../godmode/agentes/agent_manager.php:268 +#: ../../godmode/agentes/module_manager_editor_prediction.php:135 +#: ../../godmode/agentes/planned_downtime.list.php:175 msgid "Module" msgstr "Módulo" -#: ../../extensions/agents_alerts.php:281 ../../general/logon_ok.php:225 -#: ../../general/logon_ok.php:422 ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/agentes/agent_template.php:231 -#: ../../godmode/agentes/module_manager.php:568 -#: ../../godmode/agentes/planned_downtime.editor.php:839 -#: ../../godmode/alerts/alert_list.list.php:608 +#: ../../operation/search_alerts.php:45 +#: ../../operation/servers/recon_view.php:101 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../extensions/agents_alerts.php:345 +#: ../../mobile/operation/alerts.php:270 +#: ../../include/functions_treeview.php:381 +#: ../../include/functions_treeview.php:422 +#: ../../include/functions_reporting_html.php:1951 +#: ../../include/functions_reporting_html.php:1954 +#: ../../godmode/alerts/alert_view.php:75 +#: ../../godmode/alerts/alert_list.list.php:407 +#: ../../godmode/alerts/alert_list.builder.php:113 +msgid "Template" +msgstr "Plantilla" + +#: ../../operation/search_alerts.php:48 +#: ../../operation/snmpconsole/snmp_view.php:540 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../operation/events/events.build_table.php:253 +#: ../../operation/agentes/alerts_status.php:430 +#: ../../operation/agentes/alerts_status.php:471 +#: ../../operation/agentes/alerts_status.php:505 +#: ../../operation/agentes/alerts_status.php:539 +#: ../../operation/agentes/alerts_status.functions.php:106 +#: ../../operation/incidents/incident.php:343 +#: ../../extensions/agents_alerts.php:281 +#: ../../mobile/operation/tactical.php:308 ../../general/logon_ok.php:225 +#: ../../general/logon_ok.php:422 ../../include/ajax/alert_list.ajax.php:147 +#: ../../include/functions_ui_renders.php:97 +#: ../../include/functions_reporting_html.php:1953 +#: ../../include/functions_reporting_html.php:3587 +#: ../../include/functions_events.php:3614 ../../include/functions.php:2313 +#: ../../godmode/snmpconsole/snmp_alert.php:1172 +#: ../../godmode/snmpconsole/snmp_alert.php:1264 +#: ../../godmode/snmpconsole/snmp_filters.php:133 #: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/alerts/alert_list.list.php:607 #: ../../godmode/events/event_filter.php:113 #: ../../godmode/massive/massive_add_action_alerts.php:179 #: ../../godmode/massive/massive_delete_action_alerts.php:181 #: ../../godmode/massive/massive_enable_disable_alerts.php:163 #: ../../godmode/massive/massive_operations.php:271 #: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/users/configure_user.php:626 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1546 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1741 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1750 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 #: ../../godmode/modules/manage_nc_groups.php:195 #: ../../godmode/modules/manage_network_components.php:570 #: ../../godmode/modules/manage_network_templates.php:192 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1551 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1746 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1755 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/snmpconsole/snmp_alert.php:1172 -#: ../../godmode/snmpconsole/snmp_alert.php:1264 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/users/configure_user.php:718 -#: ../../include/ajax/alert_list.ajax.php:147 ../../include/functions.php:2336 -#: ../../include/functions_ui_renders.php:97 -#: ../../include/functions_events.php:3614 -#: ../../include/functions_reporting_html.php:1959 -#: ../../include/functions_reporting_html.php:3597 -#: ../../mobile/operation/tactical.php:308 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../operation/agentes/alerts_status.php:430 -#: ../../operation/agentes/alerts_status.php:471 -#: ../../operation/agentes/alerts_status.php:505 -#: ../../operation/agentes/alerts_status.php:539 -#: ../../operation/events/events.build_table.php:253 -#: ../../operation/incidents/incident.php:343 -#: ../../operation/search_alerts.php:48 -#: ../../operation/snmpconsole/snmp_view.php:631 -#: ../../operation/snmpconsole/snmp_view.php:929 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/extensions/ipam/ipam_list.php:200 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../enterprise/godmode/policies/policy_modules.php:1205 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/graph_template_list.php:133 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1952 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2099 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2107 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../godmode/agentes/planned_downtime.editor.php:840 +#: ../../godmode/agentes/module_manager.php:568 +#: ../../godmode/agentes/agent_template.php:231 msgid "Action" msgstr "Acción" -#: ../../extensions/agents_alerts.php:282 -#: ../../godmode/alerts/alert_view.php:79 -#: ../../godmode/snmpconsole/snmp_alert.php:1169 -#: ../../include/functions_treeview.php:424 -#: ../../include/functions_reporting_html.php:3109 -#: ../../operation/agentes/alerts_status.php:431 -#: ../../operation/agentes/alerts_status.php:472 -#: ../../operation/agentes/alerts_status.php:506 -#: ../../operation/agentes/alerts_status.php:540 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 -#: ../../enterprise/operation/agentes/policy_view.php:197 -msgid "Last fired" -msgstr "Lanzada por última vez" +#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 +#: ../../operation/menu.php:89 +msgid "MIB uploader" +msgstr "Cargador MIB" -#: ../../extensions/agents_alerts.php:283 ../../extensions/net_tools.php:239 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/agent_manager.php:340 -#: ../../godmode/agentes/module_manager.php:564 -#: ../../godmode/alerts/alert_list.list.php:411 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/massive/massive_copy_modules.php:83 -#: ../../godmode/massive/massive_copy_modules.php:196 -#: ../../godmode/massive/massive_delete_agents.php:119 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_edit_agents.php:362 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../include/ajax/module.php:745 -#: ../../include/functions_pandora_networkmap.php:1400 -#: ../../include/functions_events.php:39 -#: ../../include/functions_events.php:2415 -#: ../../include/functions_events.php:3520 -#: ../../include/functions_reporting_html.php:401 -#: ../../include/functions_reporting_html.php:806 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:1021 -#: ../../include/functions_reporting_html.php:1031 +#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 +msgid "" +"MIB files will be installed on the system. Please note that a MIB may depend " +"on other MIB. To customize trap definitions use the SNMP trap editor." +msgstr "" +"Ficheros MIB se instalarán en el sistema. Por favor, tenga en cuenta que un " +"MIB puede depender de otro MIB. Para personalizar definiciones de trap, se " +"debe usar el editor de trap SNMP." + +#: ../../operation/snmpconsole/snmp_statistics.php:45 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_browser.php:86 +#: ../../operation/agentes/pandora_networkmap.view.php:731 +msgid "Normal screen" +msgstr "Pantalla normal" + +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_browser.php:90 +#: ../../operation/events/events.php:329 +#: ../../operation/agentes/pandora_networkmap.view.php:741 +#: ../../extensions/agents_alerts.php:118 +msgid "Full screen" +msgstr "Pantalla completa" + +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/events/events.php:405 ../../include/functions_html.php:659 +#: ../../include/functions_html.php:660 ../../include/functions_html.php:785 +#: ../../include/functions_html.php:786 +#: ../../godmode/alerts/alert_list.php:326 +#: ../../godmode/category/category.php:58 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +msgid "List" +msgstr "Lista" + +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/snmpconsole/snmp_view.php:71 ../../operation/menu.php:278 +#: ../../operation/menu.php:365 ../../operation/events/event_statistics.php:32 +#: ../../operation/incidents/incident_statistics.php:30 +msgid "Statistics" +msgstr "Estadísticas" + +#: ../../operation/snmpconsole/snmp_statistics.php:64 +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../godmode/snmpconsole/snmp_alert.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:82 +#: ../../godmode/snmpconsole/snmp_alert.php:86 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "SNMP Console" +msgstr "Consola SNMP" + +#: ../../operation/snmpconsole/snmp_statistics.php:116 +#: ../../operation/snmpconsole/snmp_view.php:467 +msgid "There are no SNMP traps in database" +msgstr "No hay definido ningún agente SNMP" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +msgid "Traps received by source" +msgstr "Traps recibidos por el origen" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../include/functions_reporting.php:959 +#, php-format +msgid "Top %d" +msgstr "Primeros %d" + +#: ../../operation/snmpconsole/snmp_statistics.php:140 +#: ../../mobile/operation/tactical.php:311 ../../general/logon_ok.php:227 +#: ../../general/logon_ok.php:424 +#: ../../include/functions_reporting_html.php:3589 +#: ../../godmode/admin_access_logs.php:191 +msgid "Source IP" +msgstr "IP origen" + +#: ../../operation/snmpconsole/snmp_statistics.php:141 +#: ../../operation/snmpconsole/snmp_statistics.php:199 +msgid "Number" +msgstr "Número" + +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../operation/snmpconsole/snmp_view.php:583 +#: ../../operation/agentes/estado_agente.php:626 +#: ../../operation/agentes/estado_agente.php:646 +#: ../../godmode/agentes/modificar_agente.php:654 +msgid "Create agent" +msgstr "Crear agente" + +#: ../../operation/snmpconsole/snmp_statistics.php:156 +#: ../../operation/snmpconsole/snmp_view.php:589 +msgid "View agent details" +msgstr "Ver detalles del agente" + +#: ../../operation/snmpconsole/snmp_statistics.php:172 +#: ../../operation/snmpconsole/snmp_statistics.php:219 +#: ../../operation/snmpconsole/snmp_view.php:429 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:741 +#: ../../operation/users/user_edit.php:282 +#: ../../operation/gis_maps/render_view.php:152 +#: ../../extensions/api_checker.php:152 ../../include/functions_graph.php:2594 +#: ../../include/functions_graph.php:2744 +#: ../../include/functions_graph.php:2785 +#: ../../include/functions_graph.php:2826 +#: ../../include/functions_graph.php:2882 +#: ../../include/functions_graph.php:2938 +#: ../../include/functions_graph.php:2992 +#: ../../include/functions_graph.php:3170 +#: ../../include/functions_graph.php:3315 +#: ../../include/functions_graph.php:3365 +#: ../../include/functions_graph.php:4364 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../godmode/groups/configure_group.php:190 +msgid "Other" +msgstr "Otro" + +#: ../../operation/snmpconsole/snmp_statistics.php:185 +msgid "Traps received by Enterprise String" +msgstr "Traps recibidos por cadena Enterprise" + +#: ../../operation/snmpconsole/snmp_statistics.php:198 +msgid "Trap Enterprise String" +msgstr "Traps Enterprise de cadena" + +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/events/events.php:508 +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/incidents/incident.php:66 +#: ../../extensions/files_repo.php:166 +#: ../../godmode/snmpconsole/snmp_alert.php:560 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/alerts/alert_special_days.php:223 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:213 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../godmode/setup/news.php:97 ../../godmode/setup/gis.php:57 +#: ../../godmode/setup/links.php:69 ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +#: ../../godmode/massive/massive_delete_action_alerts.php:114 +#: ../../godmode/massive/massive_delete_modules.php:236 +#: ../../godmode/massive/massive_delete_tags.php:151 +#: ../../godmode/massive/massive_delete_alerts.php:156 +#: ../../godmode/users/configure_user.php:415 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/netflow/nf_item_list.php:105 +#: ../../godmode/netflow/nf_item_list.php:126 +#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/modules/manage_network_components.php:372 +#: ../../godmode/agentes/planned_downtime.list.php:107 +msgid "Successfully deleted" +msgstr "Borrado correctamente" + +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/events/events.php:509 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/agentes/pandora_networkmap.php:269 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/incidents/incident.php:67 +#: ../../extensions/files_repo.php:166 +#: ../../godmode/alerts/alert_special_days.php:224 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:213 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +#: ../../godmode/massive/massive_delete_action_alerts.php:115 +#: ../../godmode/massive/massive_delete_tags.php:152 +#: ../../godmode/massive/massive_delete_alerts.php:157 +#: ../../godmode/users/configure_user.php:416 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/modules/manage_network_components.php:373 +msgid "Could not be deleted" +msgstr "No se pudo borrar" + +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../include/functions_planned_downtimes.php:125 +#: ../../godmode/snmpconsole/snmp_alert.php:318 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/alerts/alert_special_days.php:206 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/configure_alert_template.php:444 +#: ../../godmode/alerts/alert_list.php:196 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/setup/news.php:87 ../../godmode/setup/gis.php:39 +#: ../../godmode/setup/links.php:58 +#: ../../godmode/events/event_edit_filter.php:173 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/agentes/configurar_agente.php:804 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +msgid "Successfully updated" +msgstr "Actualizado correctamente" + +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/agentes/pandora_networkmap.php:247 +#: ../../operation/incidents/incident.php:111 +#: ../../include/functions_planned_downtimes.php:122 +#: ../../godmode/alerts/alert_special_days.php:207 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/configure_alert_template.php:445 +#: ../../godmode/alerts/alert_list.php:196 +#: ../../godmode/alerts/alert_templates.php:152 ../../godmode/setup/gis.php:41 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/modules/manage_network_components.php:346 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +msgid "Could not be updated" +msgstr "No se pudo actualizar" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:835 +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "No disparado" + +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:832 +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../mobile/operation/alerts.php:38 +#: ../../include/functions_reporting_html.php:1598 +#: ../../include/functions_reporting_html.php:1953 +#: ../../include/functions_reporting_html.php:1954 +msgid "Fired" +msgstr "Lanzada" + +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:536 +#: ../../operation/snmpconsole/snmp_view.php:830 +#: ../../operation/events/events_rss.php:185 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/agentes/estado_monitores.php:449 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:991 +#: ../../include/functions_events.php:3573 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../godmode/agentes/configurar_agente.php:538 +msgid "Alert" +msgstr "Alerta" + +#: ../../operation/snmpconsole/snmp_view.php:384 +#: ../../operation/snmpconsole/snmp_view.php:401 +#: ../../operation/snmpconsole/snmp_view.php:406 +#: ../../operation/snmpconsole/snmp_view.php:546 +#: ../../operation/events/export_csv.php:54 +#: ../../operation/events/events_list.php:450 +#: ../../operation/events/events_list.php:454 +#: ../../operation/events/events_list.php:463 +#: ../../operation/events/events_list.php:566 +#: ../../operation/events/events_list.php:570 +#: ../../operation/events/events_rss.php:110 +#: ../../operation/events/events.build_table.php:506 +#: ../../operation/tree.php:130 ../../operation/tree.php:155 +#: ../../operation/gis_maps/render_view.php:148 +#: ../../operation/agentes/status_monitor.php:307 +#: ../../operation/agentes/status_monitor.php:324 +#: ../../operation/agentes/status_monitor.php:334 +#: ../../operation/agentes/status_monitor.php:353 +#: ../../operation/agentes/status_monitor.php:396 +#: ../../operation/agentes/status_monitor.php:398 +#: ../../operation/agentes/status_monitor.php:463 +#: ../../operation/agentes/estado_monitores.php:447 +#: ../../operation/agentes/estado_monitores.php:466 +#: ../../operation/agentes/alerts_status.functions.php:73 +#: ../../operation/agentes/alerts_status.functions.php:79 +#: ../../operation/agentes/alerts_status.functions.php:94 +#: ../../operation/agentes/alerts_status.functions.php:111 +#: ../../operation/agentes/alerts_status.functions.php:113 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../extensions/agents_modules.php:134 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../mobile/operation/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../mobile/operation/alerts.php:37 ../../mobile/operation/alerts.php:43 +#: ../../mobile/operation/agents.php:32 ../../mobile/operation/events.php:624 +#: ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 +#: ../../mobile/operation/modules.php:38 +#: ../../mobile/operation/modules.php:225 +#: ../../mobile/operation/modules.php:240 +#: ../../general/subselect_data_module.php:42 +#: ../../include/functions_modules.php:2497 +#: ../../include/functions_modules.php:2498 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 +#: ../../include/functions_graph.php:2872 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 +#: ../../include/functions_events.php:3339 +#: ../../include/functions_events.php:3852 +#: ../../include/functions_reporting.php:1657 ../../include/functions.php:906 +#: ../../include/functions.php:1129 +#: ../../godmode/alerts/alert_list.list.php:122 +#: ../../godmode/alerts/alert_list.list.php:128 +#: ../../godmode/alerts/alert_list.list.php:137 +#: ../../godmode/alerts/alert_list.list.php:142 +#: ../../godmode/alerts/alert_list.php:291 +#: ../../godmode/alerts/alert_list.php:345 +#: ../../godmode/alerts/alert_list.php:358 +#: ../../godmode/alerts/alert_templates.php:255 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:237 +#: ../../godmode/events/event_edit_filter.php:241 +#: ../../godmode/events/event_edit_filter.php:382 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_edit_agents.php:226 +#: ../../godmode/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_delete_agents.php:124 +#: ../../godmode/massive/massive_delete_modules.php:409 +#: ../../godmode/massive/massive_delete_modules.php:437 +#: ../../godmode/massive/massive_delete_modules.php:460 +#: ../../godmode/massive/massive_delete_modules.php:474 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_edit_modules.php:253 +#: ../../godmode/massive/massive_edit_modules.php:281 +#: ../../godmode/massive/massive_edit_modules.php:303 +#: ../../godmode/massive/massive_edit_modules.php:334 +#: ../../godmode/reporting/visual_console_builder.wizard.php:249 +#: ../../godmode/reporting/visual_console_builder.wizard.php:254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:904 +#: ../../godmode/reporting/reporting_builder.item_editor.php:914 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1091 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1401 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1413 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:165 +#: ../../godmode/reporting/reporting_builder.list_items.php:167 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/reporting/reporting_builder.list_items.php:192 +#: ../../godmode/reporting/reporting_builder.list_items.php:195 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/modules/manage_network_components.php:515 +#: ../../godmode/modules/manage_network_templates_form.php:267 +msgid "All" +msgstr "Todo" + +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../operation/events/events_list.php:468 +#: ../../operation/users/user_edit.php:238 +#: ../../include/functions_config.php:457 +#: ../../godmode/setup/setup_visuals.php:62 +#: ../../godmode/events/event_edit_filter.php:276 +#: ../../godmode/users/configure_user.php:519 +msgid "Block size for pagination" +msgstr "Tamaño de bloque para la paginación" + +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/events/events_list.php:474 +#: ../../operation/users/user_edit.php:247 +#: ../../operation/users/user_edit.php:249 +#: ../../operation/users/user_edit.php:257 +#: ../../operation/users/user_edit.php:276 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../extensions/agents_alerts.php:313 ../../include/functions_ui.php:908 +#: ../../godmode/alerts/alert_special_days.php:275 +#: ../../godmode/alerts/alert_special_days.php:287 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/setup/gis_step_2.php:367 +#: ../../godmode/setup/gis_step_2.php:451 +#: ../../godmode/setup/setup_visuals.php:182 +#: ../../godmode/setup/setup_visuals.php:570 +#: ../../godmode/setup/setup_visuals.php:582 +#: ../../godmode/events/event_edit_filter.php:278 +#: ../../godmode/massive/massive_edit_agents.php:404 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/agentes/module_manager_editor_common.php:394 +msgid "Default" +msgstr "Predeterminado" + +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../operation/events/events_list.php:568 +#: ../../operation/events/events.build_table.php:211 +#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374 +#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632 +#: ../../mobile/operation/events.php:633 +#: ../../include/functions_reporting_html.php:811 +#: ../../include/functions_reporting_html.php:820 +#: ../../include/functions_reporting_html.php:1024 +#: ../../include/functions_reporting_html.php:1034 #: ../../include/functions_reporting_html.php:1642 -#: ../../include/functions_reporting_html.php:2083 -#: ../../include/functions_reporting_html.php:2118 -#: ../../include/functions_reporting_html.php:2824 -#: ../../include/functions_snmp_browser.php:435 -#: ../../mobile/operation/agents.php:81 ../../mobile/operation/agents.php:111 -#: ../../mobile/operation/agents.php:112 ../../mobile/operation/agents.php:184 -#: ../../mobile/operation/agents.php:185 ../../mobile/operation/agents.php:322 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:898 +#: ../../include/functions_events.php:2387 +#: ../../include/functions_events.php:3579 +#: ../../godmode/events/event_filter.php:112 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../godmode/events/event_edit_filter.php:239 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1396 +msgid "Severity" +msgstr "Gravedad" + +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:506 +#: ../../operation/snmpconsole/snmp_view.php:822 +#: ../../operation/events/events.build_table.php:144 +#: ../../operation/messages/message_list.php:121 +#: ../../operation/servers/recon_view.php:98 +#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64 +#: ../../operation/agentes/status_monitor.php:971 +#: ../../operation/agentes/alerts_status.php:432 +#: ../../operation/agentes/alerts_status.php:473 +#: ../../operation/agentes/alerts_status.php:507 +#: ../../operation/agentes/alerts_status.php:541 +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:525 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:283 #: ../../mobile/operation/alerts.php:75 ../../mobile/operation/alerts.php:76 #: ../../mobile/operation/alerts.php:194 ../../mobile/operation/alerts.php:195 -#: ../../mobile/operation/alerts.php:274 ../../mobile/operation/events.php:342 +#: ../../mobile/operation/alerts.php:274 ../../mobile/operation/agents.php:81 +#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112 +#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185 +#: ../../mobile/operation/agents.php:322 ../../mobile/operation/events.php:342 #: ../../mobile/operation/events.php:343 ../../mobile/operation/events.php:493 #: ../../mobile/operation/events.php:613 ../../mobile/operation/events.php:614 #: ../../mobile/operation/modules.php:119 @@ -723,605 +678,2822 @@ msgstr "Lanzada por última vez" #: ../../mobile/operation/modules.php:533 #: ../../mobile/operation/modules.php:623 #: ../../mobile/operation/modules.php:754 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:432 -#: ../../operation/agentes/alerts_status.php:473 -#: ../../operation/agentes/alerts_status.php:507 -#: ../../operation/agentes/alerts_status.php:541 -#: ../../operation/agentes/estado_agente.php:193 -#: ../../operation/agentes/estado_agente.php:525 -#: ../../operation/agentes/status_monitor.php:971 -#: ../../operation/events/events.build_table.php:144 -#: ../../operation/incidents/incident.php:240 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../operation/messages/message_list.php:121 -#: ../../operation/search_agents.php:64 ../../operation/search_modules.php:51 -#: ../../operation/servers/recon_view.php:98 -#: ../../operation/snmpconsole/snmp_view.php:404 -#: ../../operation/snmpconsole/snmp_view.php:597 -#: ../../operation/snmpconsole/snmp_view.php:913 -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/extensions/backup/main.php:101 -#: ../../enterprise/extensions/vmware/vmware_view.php:1002 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/agentes/collection_manager.php:108 -#: ../../enterprise/godmode/agentes/collection_manager.php:166 -#: ../../enterprise/godmode/alerts/alert_events_list.php:425 -#: ../../enterprise/godmode/policies/policies.php:253 -#: ../../enterprise/godmode/policies/policy_agents.php:379 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/servers/list_satellite.php:36 -#: ../../enterprise/include/functions_reporting.php:1647 -#: ../../enterprise/include/functions_reporting.php:2439 -#: ../../enterprise/include/functions_reporting.php:3216 -#: ../../enterprise/include/functions_reporting.php:4811 -#: ../../enterprise/include/functions_reporting.php:5112 -#: ../../enterprise/include/functions_reporting_csv.php:1323 -#: ../../enterprise/include/functions_reporting_pdf.php:1269 -#: ../../enterprise/include/functions_reporting_pdf.php:1610 -#: ../../enterprise/include/functions_reporting_pdf.php:2042 -#: ../../enterprise/include/functions_reporting_pdf.php:2319 -#: ../../enterprise/include/functions_reporting_pdf.php:2369 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/operation/agentes/collection_view.php:66 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/operation/agentes/policy_view.php:307 -#: ../../enterprise/operation/services/services.list.php:175 -#: ../../enterprise/operation/services/services.list.php:342 -#: ../../enterprise/operation/services/services.service.php:140 -#: ../../enterprise/operation/services/services.table_services.php:144 +#: ../../include/functions_snmp_browser.php:435 +#: ../../include/functions_pandora_networkmap.php:1386 +#: ../../include/ajax/module.php:745 +#: ../../include/functions_reporting_html.php:401 +#: ../../include/functions_reporting_html.php:806 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:1021 +#: ../../include/functions_reporting_html.php:1031 +#: ../../include/functions_reporting_html.php:1636 +#: ../../include/functions_reporting_html.php:2077 +#: ../../include/functions_reporting_html.php:2112 +#: ../../include/functions_reporting_html.php:2814 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2415 +#: ../../include/functions_events.php:3520 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../godmode/massive/massive_edit_agents.php:362 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/massive/massive_delete_modules.php:450 +#: ../../godmode/massive/massive_copy_modules.php:83 +#: ../../godmode/massive/massive_copy_modules.php:196 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/agentes/agent_manager.php:340 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../godmode/agentes/module_manager.php:564 msgid "Status" msgstr "Estado" -#: ../../extensions/agents_alerts.php:313 -#: ../../godmode/agentes/module_manager_editor_common.php:393 -#: ../../godmode/alerts/alert_list.list.php:504 -#: ../../godmode/alerts/alert_special_days.php:275 -#: ../../godmode/alerts/alert_special_days.php:287 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/events/event_edit_filter.php:278 -#: ../../godmode/massive/massive_edit_agents.php:404 -#: ../../godmode/setup/gis_step_2.php:367 -#: ../../godmode/setup/gis_step_2.php:451 -#: ../../godmode/setup/setup_visuals.php:182 -#: ../../godmode/setup/setup_visuals.php:596 -#: ../../godmode/setup/setup_visuals.php:608 -#: ../../godmode/users/configure_user.php:489 -#: ../../godmode/users/configure_user.php:561 -#: ../../include/functions_ui.php:908 -#: ../../operation/events/events_list.php:539 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../operation/snmpconsole/snmp_view.php:395 -#: ../../operation/users/user_edit.php:247 -#: ../../operation/users/user_edit.php:249 -#: ../../operation/users/user_edit.php:257 -#: ../../operation/users/user_edit.php:276 -#: ../../enterprise/dashboard/main_dashboard.php:66 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:251 -#: ../../enterprise/meta/advanced/metasetup.visual.php:256 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/operation/agentes/policy_view.php:253 -msgid "Default" -msgstr "Predeterminado" +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:569 +#: ../../operation/snmpconsole/snmp_view.php:827 +#: ../../include/functions_events.php:3154 +#: ../../include/functions_events.php:3159 +msgid "Not validated" +msgstr "Sin validar" +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:573 +#: ../../operation/snmpconsole/snmp_view.php:824 +#: ../../include/functions_graph.php:3022 +#: ../../include/functions_events.php:895 +#: ../../include/functions_events.php:1505 +#: ../../include/functions_events.php:1719 +#: ../../include/functions_events.php:1725 +#: ../../include/functions_events.php:1729 +#: ../../include/functions_events.php:1734 +#: ../../include/functions_events.php:3151 +#: ../../include/functions_events.php:3159 +msgid "Validated" +msgstr "Validado" + +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../operation/events/events_list.php:408 +#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/events.php:642 +#: ../../mobile/operation/modules.php:254 +#: ../../godmode/snmpconsole/snmp_alert.php:999 +#: ../../godmode/events/event_edit_filter.php:249 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1494 +msgid "Free search" +msgstr "Búsqueda libre" + +#: ../../operation/snmpconsole/snmp_view.php:414 +msgid "" +"Search by any alphanumeric field in the trap.\n" +"\t\tREMEMBER trap sources need to be searched by IP Address" +msgstr "" +"Búsqueda según campos alfanuméricos en el trap.\n" +"\t \t RECUERDE las fuentes de trap tienen que buscarse según dirección IP" + +#: ../../operation/snmpconsole/snmp_view.php:420 +#: ../../godmode/snmpconsole/snmp_alert.php:664 +#: ../../godmode/snmpconsole/snmp_alert.php:1003 +msgid "Trap type" +msgstr "Clase de trap" + +#: ../../operation/snmpconsole/snmp_view.php:421 +msgid "Search by trap type" +msgstr "Búsqueda por tipo de trap" + +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:723 +#: ../../operation/events/events_list.php:281 +#: ../../operation/events/events_list.php:881 +#: ../../operation/users/user_edit.php:323 +#: ../../operation/users/user_edit.php:347 +#: ../../operation/users/user_edit.php:387 +#: ../../operation/users/user_edit.php:401 +#: ../../operation/users/user_edit.php:554 +#: ../../operation/users/user_edit.php:561 +#: ../../operation/users/user_edit.php:570 +#: ../../operation/users/user_edit.php:577 +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../operation/agentes/ver_agente.php:813 +#: ../../operation/agentes/ver_agente.php:856 +#: ../../operation/agentes/ver_agente.php:866 +#: ../../operation/agentes/pandora_networkmap.editor.php:204 +#: ../../mobile/operation/events.php:587 +#: ../../include/functions_pandora_networkmap.php:263 +#: ../../include/functions_pandora_networkmap.php:739 +#: ../../include/functions_pandora_networkmap.php:1450 +#: ../../include/functions_pandora_networkmap.php:1453 +#: ../../include/functions_pandora_networkmap.php:1504 +#: ../../include/functions_pandora_networkmap.php:1508 +#: ../../include/functions_pandora_networkmap.php:1560 +#: ../../include/functions_pandora_networkmap.php:1565 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/ajax/alert_list.ajax.php:150 +#: ../../include/functions_visual_map_editor.php:268 +#: ../../include/functions_visual_map_editor.php:353 +#: ../../include/functions_visual_map_editor.php:528 +#: ../../include/functions_events.php:1698 +#: ../../include/functions_events.php:1705 +#: ../../include/functions_html.php:316 ../../include/functions_html.php:479 +#: ../../include/functions.php:909 ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:1008 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/configure_alert_template.php:585 +#: ../../godmode/setup/setup_visuals.php:289 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../godmode/events/event_edit_filter.php:422 +#: ../../godmode/massive/massive_add_action_alerts.php:288 +#: ../../godmode/massive/massive_add_alerts.php:193 +#: ../../godmode/massive/massive_edit_agents.php:315 +#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/massive/massive_delete_modules.php:490 +#: ../../godmode/massive/massive_delete_modules.php:564 +#: ../../godmode/massive/massive_delete_modules.php:609 +#: ../../godmode/massive/massive_delete_modules.php:610 +#: ../../godmode/massive/massive_delete_modules.php:611 +#: ../../godmode/massive/massive_delete_modules.php:612 +#: ../../godmode/massive/massive_delete_modules.php:679 +#: ../../godmode/massive/massive_edit_modules.php:319 +#: ../../godmode/massive/massive_edit_modules.php:536 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:625 +#: ../../godmode/massive/massive_edit_modules.php:684 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:770 +#: ../../godmode/massive/massive_edit_modules.php:771 +#: ../../godmode/massive/massive_edit_modules.php:772 +#: ../../godmode/massive/massive_edit_modules.php:967 +#: ../../godmode/massive/massive_delete_tags.php:226 +#: ../../godmode/massive/massive_delete_tags.php:253 +#: ../../godmode/massive/massive_delete_tags.php:289 +#: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_delete_alerts.php:243 +#: ../../godmode/users/configure_user.php:510 +#: ../../godmode/users/configure_user.php:682 +#: ../../godmode/users/configure_user.php:686 +#: ../../godmode/users/configure_user.php:691 +#: ../../godmode/reporting/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/reporting/visual_console_builder.wizard.php:199 +#: ../../godmode/reporting/visual_console_builder.wizard.php:296 +#: ../../godmode/reporting/visual_console_builder.wizard.php:304 +#: ../../godmode/reporting/visual_console_builder.wizard.php:326 +#: ../../godmode/reporting/visual_console_builder.wizard.php:335 +#: ../../godmode/reporting/visual_console_builder.wizard.php:374 +#: ../../godmode/reporting/visual_console_builder.wizard.php:571 +#: ../../godmode/reporting/visual_console_builder.wizard.php:581 +#: ../../godmode/reporting/visual_console_builder.wizard.php:613 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:429 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1072 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1100 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1141 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1176 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1469 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/servers/manage_recontask_form.php:270 +#: ../../godmode/groups/configure_group.php:197 +#: ../../godmode/modules/manage_nc_groups_form.php:72 +#: ../../godmode/modules/manage_network_components_form.php:455 +#: ../../godmode/modules/manage_network_components_form.php:461 +#: ../../godmode/modules/manage_network_components_form.php:470 +#: ../../godmode/modules/manage_network_components_form.php:476 +#: ../../godmode/modules/manage_network_components_form_common.php:191 +#: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../godmode/agentes/module_manager_editor_common.php:429 +#: ../../godmode/agentes/module_manager_editor_common.php:631 +#: ../../godmode/agentes/module_manager_editor_common.php:791 +#: ../../godmode/agentes/module_manager_editor_common.php:797 +#: ../../godmode/agentes/module_manager_editor_common.php:806 +#: ../../godmode/agentes/module_manager_editor_common.php:812 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:331 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:409 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 +#: ../../godmode/agentes/agent_manager.php:302 +#: ../../godmode/agentes/agent_manager.php:401 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:692 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:933 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:949 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +msgid "None" +msgstr "Ninguno/a" + +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:726 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +msgid "Cold start (0)" +msgstr "Inicio cero (0)" + +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:729 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +msgid "Warm start (1)" +msgstr "Comienzo de inicio (1)" + +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:732 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +msgid "Link down (2)" +msgstr "Enlace interrumpido (2)" + +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:735 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +msgid "Link up (3)" +msgstr "Enlace activo (3)" + +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:719 +#: ../../operation/snmpconsole/snmp_view.php:738 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +msgid "Authentication failure (4)" +msgstr "Fallo de autenticación (4)" + +#: ../../operation/snmpconsole/snmp_view.php:435 +msgid "Group by Enterprise String/IP" +msgstr "Agrupado por cadena Enterprise/IP" + +#: ../../operation/snmpconsole/snmp_view.php:436 +#: ../../operation/users/user_edit.php:249 +#: ../../operation/netflow/nf_live_view.php:276 +#: ../../general/login_identification_wizard.php:188 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/performance.php:125 +#: ../../godmode/setup/performance.php:132 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_general.php:71 +#: ../../godmode/setup/setup_general.php:75 +#: ../../godmode/setup/setup_general.php:79 +#: ../../godmode/setup/setup_general.php:103 +#: ../../godmode/setup/setup_general.php:112 +#: ../../godmode/setup/setup_general.php:167 +#: ../../godmode/setup/setup_general.php:175 +#: ../../godmode/setup/setup_general.php:184 +#: ../../godmode/setup/setup_general.php:205 +#: ../../godmode/setup/setup_general.php:214 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../godmode/setup/setup_visuals.php:86 +#: ../../godmode/setup/setup_visuals.php:106 +#: ../../godmode/setup/setup_visuals.php:128 +#: ../../godmode/setup/setup_visuals.php:225 +#: ../../godmode/setup/setup_visuals.php:239 +#: ../../godmode/setup/setup_visuals.php:247 +#: ../../godmode/setup/setup_visuals.php:276 +#: ../../godmode/setup/setup_visuals.php:369 +#: ../../godmode/setup/setup_visuals.php:455 +#: ../../godmode/setup/setup_visuals.php:461 +#: ../../godmode/setup/setup_visuals.php:471 +#: ../../godmode/setup/setup_visuals.php:500 +#: ../../godmode/setup/setup_visuals.php:615 +#: ../../godmode/setup/setup_visuals.php:642 +#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 +#: ../../godmode/setup/setup_auth.php:94 +#: ../../godmode/setup/setup_auth.php:130 +#: ../../godmode/massive/massive_edit_agents.php:293 +#: ../../godmode/massive/massive_edit_agents.php:412 +#: ../../godmode/massive/massive_edit_agents.php:419 +#: ../../godmode/massive/massive_edit_modules.php:407 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/massive/massive_edit_modules.php:604 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/reporting/visual_console_builder.wizard.php:312 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/servers/manage_recontask_form.php:310 +#: ../../godmode/servers/manage_recontask.php:335 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../godmode/agentes/agent_manager.php:411 +msgid "Yes" +msgstr "Sí" + +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../operation/users/user_edit.php:249 +#: ../../operation/netflow/nf_live_view.php:280 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +#: ../../general/login_identification_wizard.php:185 +#: ../../include/functions_events.php:2375 +#: ../../include/functions_events.php:2382 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../godmode/setup/performance.php:119 +#: ../../godmode/setup/performance.php:126 +#: ../../godmode/setup/performance.php:133 ../../godmode/setup/news.php:264 +#: ../../godmode/setup/setup_ehorus.php:56 +#: ../../godmode/setup/setup_general.php:72 +#: ../../godmode/setup/setup_general.php:76 +#: ../../godmode/setup/setup_general.php:80 +#: ../../godmode/setup/setup_general.php:104 +#: ../../godmode/setup/setup_general.php:113 +#: ../../godmode/setup/setup_general.php:170 +#: ../../godmode/setup/setup_general.php:178 +#: ../../godmode/setup/setup_general.php:185 +#: ../../godmode/setup/setup_general.php:206 +#: ../../godmode/setup/setup_general.php:215 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../godmode/setup/setup_visuals.php:90 +#: ../../godmode/setup/setup_visuals.php:110 +#: ../../godmode/setup/setup_visuals.php:132 +#: ../../godmode/setup/setup_visuals.php:233 +#: ../../godmode/setup/setup_visuals.php:242 +#: ../../godmode/setup/setup_visuals.php:250 +#: ../../godmode/setup/setup_visuals.php:278 +#: ../../godmode/setup/setup_visuals.php:371 +#: ../../godmode/setup/setup_visuals.php:456 +#: ../../godmode/setup/setup_visuals.php:463 +#: ../../godmode/setup/setup_visuals.php:475 +#: ../../godmode/setup/setup_visuals.php:502 +#: ../../godmode/setup/setup_visuals.php:619 +#: ../../godmode/setup/setup_visuals.php:646 +#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 +#: ../../godmode/setup/setup_auth.php:95 +#: ../../godmode/setup/setup_auth.php:133 +#: ../../godmode/massive/massive_edit_agents.php:293 +#: ../../godmode/massive/massive_edit_agents.php:413 +#: ../../godmode/massive/massive_edit_agents.php:419 +#: ../../godmode/massive/massive_edit_modules.php:408 +#: ../../godmode/massive/massive_edit_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:472 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:586 +#: ../../godmode/massive/massive_edit_modules.php:604 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:315 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/servers/manage_recontask_form.php:310 +#: ../../godmode/servers/manage_recontask.php:335 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../godmode/agentes/agent_manager.php:414 +msgid "No" +msgstr "No" + +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/events/events_list.php:627 +#: ../../operation/users/user_edit.php:472 +#: ../../operation/reporting/reporting_viewer.php:201 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../extensions/net_tools.php:338 +#: ../../extensions/files_repo/files_repo_form.php:88 +#: ../../include/functions_pandora_networkmap.php:1465 +#: ../../include/ajax/alert_list.ajax.php:172 +#: ../../include/functions_visual_map_editor.php:462 +#: ../../include/functions_events.php:1706 +#: ../../include/functions_events.php:1744 +#: ../../godmode/snmpconsole/snmp_alert.php:977 +#: ../../godmode/snmpconsole/snmp_alert.php:1232 +#: ../../godmode/snmpconsole/snmp_filters.php:105 +#: ../../godmode/snmpconsole/snmp_filters.php:142 +#: ../../godmode/alerts/configure_alert_special_days.php:102 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/alerts/configure_alert_action.php:216 +#: ../../godmode/alerts/configure_alert_action.php:222 +#: ../../godmode/alerts/alert_list.list.php:147 +#: ../../godmode/alerts/alert_list.list.php:155 +#: ../../godmode/setup/performance.php:154 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/snmp_wizard.php:106 ../../godmode/setup/os.php:57 +#: ../../godmode/setup/os.php:110 ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/setup_general.php:232 +#: ../../godmode/setup/setup_netflow.php:81 +#: ../../godmode/setup/setup_visuals.php:740 +#: ../../godmode/setup/setup_auth.php:202 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/events/event_edit_filter.php:401 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/massive/massive_edit_agents.php:473 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:619 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/users/configure_user.php:594 +#: ../../godmode/reporting/reporting_builder.main.php:38 +#: ../../godmode/reporting/visual_console_builder.elements.php:516 +#: ../../godmode/reporting/visual_console_builder.data.php:185 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/servers/manage_recontask_form.php:391 +#: ../../godmode/servers/recon_script.php:223 +#: ../../godmode/servers/modificar_server.php:53 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/groups/configure_group.php:221 +#: ../../godmode/modules/manage_nc_groups_form.php:80 +#: ../../godmode/modules/manage_network_components_form.php:274 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/agentes/module_manager_editor.php:525 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/agentes/agent_manager.php:489 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/agent_template.php:253 +#: ../../godmode/tag/edit_tag.php:224 +msgid "Update" +msgstr "Actualizar" + +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/agentes/graphs.php:163 +#: ../../godmode/snmpconsole/snmp_alert.php:1019 +#: ../../godmode/alerts/alert_list.list.php:163 +#: ../../godmode/users/user_list.php:249 +msgid "Toggle filter(s)" +msgstr "Conmutar filtro(s)" + +#: ../../operation/snmpconsole/snmp_view.php:510 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:652 +#: ../../godmode/snmpconsole/snmp_alert.php:1153 +msgid "SNMP Agent" +msgstr "Agente SNMP" + +#: ../../operation/snmpconsole/snmp_view.php:514 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:637 +#: ../../godmode/snmpconsole/snmp_alert.php:1157 +msgid "Enterprise String" +msgstr "Cadena Enterprise" + +#: ../../operation/snmpconsole/snmp_view.php:519 +#: ../../include/functions_reporting_html.php:807 +#: ../../include/functions_reporting_html.php:1025 +#: ../../include/functions_reporting_html.php:1638 +msgid "Count" +msgstr "Número" + +#: ../../operation/snmpconsole/snmp_view.php:524 +msgid "Trap subtype" +msgstr "Subtipo trap" + +#: ../../operation/snmpconsole/snmp_view.php:528 +#: ../../operation/users/user_edit.php:184 ../../operation/search_users.php:38 +#: ../../include/functions_reporting_html.php:2816 +#: ../../godmode/users/configure_user.php:441 +#: ../../godmode/users/user_list.php:266 +msgid "User ID" +msgstr "ID usuario" + +#: ../../operation/snmpconsole/snmp_view.php:532 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/events/events.php:87 +#: ../../operation/messages/message_list.php:127 +#: ../../operation/search_modules.php:54 +#: ../../operation/agentes/status_monitor.php:990 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/estado_generalagente.php:402 +#: ../../mobile/operation/events.php:473 +#: ../../mobile/operation/modules.php:548 +#: ../../mobile/operation/modules.php:756 ../../include/ajax/events.php:466 +#: ../../include/functions_reporting_html.php:813 +#: ../../include/functions_reporting_html.php:822 +#: ../../include/functions_reporting_html.php:1026 +#: ../../include/functions_reporting_html.php:1035 +#: ../../include/functions_reporting_html.php:1644 +#: ../../include/functions_reporting_html.php:2817 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:912 +#: ../../include/functions_events.php:2343 +#: ../../include/functions_events.php:3542 +#: ../../include/functions_netflow.php:287 ../../godmode/setup/news.php:223 +#: ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +msgid "Timestamp" +msgstr "Fecha/Hora" + +#: ../../operation/snmpconsole/snmp_view.php:600 +#: ../../operation/snmpconsole/snmp_view.php:619 +#: ../../operation/agentes/estado_generalagente.php:151 +#: ../../operation/agentes/estado_generalagente.php:163 +#: ../../operation/agentes/estado_generalagente.php:176 +#: ../../operation/agentes/estado_generalagente.php:280 +#: ../../operation/agentes/estado_generalagente.php:359 +#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 +#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 +#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 +#: ../../mobile/operation/agent.php:153 ../../mobile/operation/agent.php:167 +#: ../../include/functions_db.php:156 ../../include/functions_ui.php:2007 +#: ../../include/functions_ui.php:2017 +#: ../../include/functions_treeview.php:158 +#: ../../include/functions_treeview.php:392 +#: ../../include/functions_reporting_html.php:488 +#: ../../include/functions_reporting_html.php:567 +#: ../../include/functions_reporting_html.php:3163 +#: ../../include/functions_reporting_html.php:3201 +#: ../../include/functions_events.php:1778 +#: ../../include/functions_events.php:1946 +#: ../../include/functions_events.php:2013 +#: ../../include/functions_events.php:2029 +#: ../../include/functions_events.php:2039 +#: ../../include/functions_events.php:2044 +#: ../../include/functions_events.php:2062 +#: ../../include/functions_events.php:2141 +#: ../../include/functions_events.php:2195 +#: ../../include/functions_events.php:2207 +#: ../../include/functions_events.php:2219 +#: ../../include/functions_events.php:2241 +#: ../../include/functions_events.php:2256 +#: ../../include/functions_events.php:2266 +#: ../../include/functions_events.php:2355 +#: ../../include/functions_events.php:2432 +#: ../../include/functions_events.php:2454 +#: ../../include/functions_events.php:2464 ../../include/functions.php:946 +#: ../../include/functions.php:952 ../../include/functions.php:955 +#: ../../godmode/alerts/alert_view.php:113 ../../godmode/extensions.php:193 +#: ../../godmode/extensions.php:209 +#: ../../godmode/modules/manage_network_components.php:583 +#: ../../godmode/agentes/planned_downtime.list.php:477 +msgid "N/A" +msgstr "N/A" + +#: ../../operation/snmpconsole/snmp_view.php:644 +#: ../../operation/events/sound_events.php:83 +#: ../../operation/agentes/group_view.php:174 #: ../../extensions/agents_alerts.php:324 -#: ../../godmode/alerts/alert_list.list.php:643 -#: ../../godmode/alerts/alert_view.php:85 ../../include/functions.php:1035 -#: ../../include/functions_reporting.php:7998 -#: ../../include/functions_agents.php:2181 -#: ../../include/functions_agents.php:2193 ../../include/functions_ui.php:921 +#: ../../mobile/operation/alerts.php:253 +#: ../../include/functions_agents.php:2161 +#: ../../include/functions_agents.php:2173 ../../include/functions_ui.php:921 #: ../../include/functions_events.php:1158 #: ../../include/functions_events.php:1404 -#: ../../mobile/operation/alerts.php:253 -#: ../../operation/agentes/group_view.php:174 -#: ../../operation/events/sound_events.php:83 -#: ../../operation/snmpconsole/snmp_view.php:735 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/meta/monitoring/group_view.php:155 -#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../include/functions_reporting.php:7966 ../../include/functions.php:1035 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../godmode/alerts/alert_list.list.php:642 msgid "Alert fired" msgstr "Alerta lanzada" -#: ../../extensions/agents_alerts.php:324 -#: ../../godmode/alerts/alert_list.list.php:643 -#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:921 -#: ../../mobile/operation/alerts.php:253 -#: ../../enterprise/godmode/alerts/alert_events_list.php:618 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/operation/agentes/policy_view.php:265 -msgid "times" -msgstr "veces" - -#: ../../extensions/agents_alerts.php:328 -#: ../../godmode/alerts/alert_list.list.php:647 -#: ../../godmode/alerts/alert_view.php:89 -#: ../../include/functions_reporting.php:8004 -#: ../../include/functions_ui.php:925 ../../mobile/operation/alerts.php:257 -#: ../../enterprise/godmode/alerts/alert_events_list.php:622 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 -#: ../../enterprise/operation/agentes/policy_view.php:269 -msgid "Alert disabled" -msgstr "Alerta desactivada" - +#: ../../operation/snmpconsole/snmp_view.php:647 #: ../../extensions/agents_alerts.php:332 -#: ../../godmode/alerts/alert_list.list.php:651 -#: ../../godmode/alerts/alert_view.php:93 -#: ../../include/functions_reporting.php:7943 -#: ../../include/functions_agents.php:2184 -#: ../../include/functions_agents.php:2196 ../../include/functions_ui.php:929 #: ../../mobile/operation/alerts.php:261 -#: ../../operation/snmpconsole/snmp_view.php:738 -#: ../../enterprise/godmode/alerts/alert_events_list.php:626 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 -#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../include/functions_agents.php:2164 +#: ../../include/functions_agents.php:2176 ../../include/functions_ui.php:929 +#: ../../include/functions_reporting.php:7911 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../godmode/alerts/alert_list.list.php:650 msgid "Alert not fired" msgstr "Alerta no lanzada" -#: ../../extensions/agents_alerts.php:345 ../../extensions/insert_data.php:158 -#: ../../extensions/module_groups.php:41 -#: ../../godmode/agentes/module_manager_editor_common.php:688 -#: ../../godmode/agentes/module_manager_editor_common.php:716 -#: ../../godmode/agentes/module_manager_editor_prediction.php:110 -#: ../../godmode/agentes/planned_downtime.list.php:171 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/alerts/alert_list.list.php:379 -#: ../../godmode/alerts/alert_list.list.php:591 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/gis_maps/configure_gis_map.php:420 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/reporting/create_container.php:274 -#: ../../godmode/reporting/create_container.php:418 -#: ../../godmode/reporting/create_container.php:468 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/reporting_builder.item_editor.php:920 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1545 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1744 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1751 -#: ../../godmode/reporting/reporting_builder.list_items.php:294 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.wizard.php:303 -#: ../../godmode/reporting/visual_console_builder.wizard.php:577 -#: ../../godmode/reporting/visual_console_builder.wizard.php:600 -#: ../../godmode/servers/plugin.php:66 -#: ../../include/ajax/alert_list.ajax.php:130 -#: ../../include/functions_pandora_networkmap.php:1383 -#: ../../include/functions_pandora_networkmap.php:1553 -#: ../../include/functions_visual_map_editor.php:277 -#: ../../include/functions_graph.php:5352 -#: ../../include/functions_reporting_html.php:396 -#: ../../include/functions_reporting_html.php:730 -#: ../../include/functions_reporting_html.php:810 -#: ../../include/functions_reporting_html.php:819 -#: ../../include/functions_reporting_html.php:1485 -#: ../../include/functions_reporting_html.php:1889 -#: ../../include/functions_reporting_html.php:1896 -#: ../../include/functions_reporting_html.php:1955 -#: ../../include/functions_reporting_html.php:2251 -#: ../../include/functions_reporting_html.php:2294 -#: ../../include/functions_reporting_html.php:2589 -#: ../../include/functions_reporting_html.php:2637 -#: ../../include/functions_reporting_html.php:2880 -#: ../../include/functions_reporting_html.php:3034 -#: ../../include/functions_reporting_html.php:3245 -#: ../../mobile/operation/agents.php:69 ../../mobile/operation/agents.php:310 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/events.php:510 -#: ../../mobile/operation/home.php:72 ../../mobile/operation/modules.php:496 -#: ../../operation/agentes/alerts_status.php:427 -#: ../../operation/agentes/alerts_status.php:502 -#: ../../operation/agentes/estado_agente.php:490 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/status_monitor.php:948 -#: ../../operation/agentes/ver_agente.php:818 -#: ../../operation/events/events.build_table.php:36 -#: ../../operation/events/sound_events.php:80 -#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 -#: ../../operation/search_alerts.php:39 ../../operation/search_modules.php:42 -#: ../../enterprise/dashboard/widgets/agent_module.php:80 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:43 -#: ../../enterprise/dashboard/widgets/module_icon.php:52 -#: ../../enterprise/dashboard/widgets/module_status.php:52 -#: ../../enterprise/dashboard/widgets/module_table_value.php:49 -#: ../../enterprise/dashboard/widgets/module_value.php:52 -#: ../../enterprise/dashboard/widgets/single_graph.php:50 -#: ../../enterprise/dashboard/widgets/sla_percent.php:40 -#: ../../enterprise/dashboard/widgets/top_n.php:126 -#: ../../enterprise/dashboard/widgets/ux_transaction.php:56 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/godmode/agentes/collections.agents.php:102 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:77 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1464 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1947 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2097 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../enterprise/godmode/services/services.elements.php:335 -#: ../../enterprise/godmode/services/services.elements.php:344 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../enterprise/include/functions_events.php:111 -#: ../../enterprise/include/functions_inventory.php:234 -#: ../../enterprise/include/functions_inventory.php:506 -#: ../../enterprise/include/functions_inventory.php:562 -#: ../../enterprise/include/functions_log.php:349 -#: ../../enterprise/include/functions_reporting.php:1646 -#: ../../enterprise/include/functions_reporting.php:1854 -#: ../../enterprise/include/functions_reporting.php:1977 -#: ../../enterprise/include/functions_reporting.php:1980 -#: ../../enterprise/include/functions_reporting.php:2438 -#: ../../enterprise/include/functions_reporting.php:3215 -#: ../../enterprise/include/functions_reporting_csv.php:324 -#: ../../enterprise/include/functions_reporting_csv.php:347 -#: ../../enterprise/include/functions_reporting_csv.php:405 -#: ../../enterprise/include/functions_reporting_csv.php:431 -#: ../../enterprise/include/functions_reporting_csv.php:497 -#: ../../enterprise/include/functions_reporting_csv.php:524 -#: ../../enterprise/include/functions_reporting_csv.php:559 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_csv.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:700 -#: ../../enterprise/include/functions_reporting_csv.php:736 -#: ../../enterprise/include/functions_reporting_csv.php:772 -#: ../../enterprise/include/functions_reporting_csv.php:808 -#: ../../enterprise/include/functions_reporting_csv.php:844 -#: ../../enterprise/include/functions_reporting_csv.php:880 -#: ../../enterprise/include/functions_reporting_csv.php:928 -#: ../../enterprise/include/functions_reporting_csv.php:975 -#: ../../enterprise/include/functions_reporting_csv.php:1047 -#: ../../enterprise/include/functions_reporting_csv.php:1163 -#: ../../enterprise/include/functions_reporting_csv.php:1305 -#: ../../enterprise/include/functions_reporting_csv.php:1375 -#: ../../enterprise/include/functions_reporting_pdf.php:366 -#: ../../enterprise/include/functions_reporting_pdf.php:375 -#: ../../enterprise/include/functions_reporting_pdf.php:774 -#: ../../enterprise/include/functions_reporting_pdf.php:832 -#: ../../enterprise/include/functions_reporting_pdf.php:860 -#: ../../enterprise/include/functions_reporting_pdf.php:926 -#: ../../enterprise/include/functions_reporting_pdf.php:1264 -#: ../../enterprise/include/functions_reporting_pdf.php:1609 -#: ../../enterprise/include/functions_reporting_pdf.php:1842 -#: ../../enterprise/include/functions_reporting_pdf.php:1860 -#: ../../enterprise/include/functions_services.php:1442 -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3248 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:119 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:270 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:359 -#: ../../enterprise/operation/inventory/inventory.php:206 -#: ../../enterprise/operation/log/log_viewer.php:193 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:186 -msgid "Agent" -msgstr "Agente" +#: ../../operation/snmpconsole/snmp_view.php:654 +#: ../../operation/snmpconsole/snmp_view.php:811 +#: ../../operation/snmpconsole/snmp_view.php:839 +#: ../../operation/agentes/alerts_status.php:436 +#: ../../operation/agentes/alerts_status.php:477 +#: ../../operation/agentes/alerts_status.php:511 +#: ../../operation/agentes/alerts_status.php:545 +#: ../../operation/agentes/alerts_status.php:590 +#: ../../mobile/operation/events.php:528 ../../godmode/setup/license.php:98 +msgid "Validate" +msgstr "Validar" -#: ../../extensions/agents_alerts.php:345 -#: ../../godmode/alerts/alert_list.builder.php:113 -#: ../../godmode/alerts/alert_list.list.php:407 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../include/functions_treeview.php:381 -#: ../../include/functions_treeview.php:422 -#: ../../include/functions_reporting_html.php:1957 -#: ../../include/functions_reporting_html.php:1960 -#: ../../mobile/operation/alerts.php:270 -#: ../../operation/agentes/alerts_status.php:429 -#: ../../operation/agentes/alerts_status.php:470 -#: ../../operation/agentes/alerts_status.php:504 -#: ../../operation/agentes/alerts_status.php:538 -#: ../../operation/search_alerts.php:45 -#: ../../operation/servers/recon_view.php:101 -#: ../../enterprise/extensions/cron/main.php:246 -#: ../../enterprise/godmode/policies/policy_alerts.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:438 -#: ../../enterprise/operation/agentes/policy_view.php:195 -msgid "Template" -msgstr "Plantilla" +#: ../../operation/snmpconsole/snmp_view.php:659 +#: ../../operation/snmpconsole/snmp_view.php:665 +#: ../../operation/snmpconsole/snmp_view.php:816 +#: ../../operation/events/events.build_table.php:774 +#: ../../operation/events/events.php:777 +#: ../../operation/users/user_edit.php:799 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/messages/message_list.php:199 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +#: ../../include/functions_events.php:1761 +#: ../../godmode/snmpconsole/snmp_alert.php:1200 +#: ../../godmode/snmpconsole/snmp_alert.php:1236 +#: ../../godmode/snmpconsole/snmp_alert.php:1455 +#: ../../godmode/snmpconsole/snmp_filters.php:143 +#: ../../godmode/alerts/alert_special_days.php:451 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/alerts/alert_list.list.php:825 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/setup/news.php:267 ../../godmode/setup/links.php:150 +#: ../../godmode/events/event_filter.php:146 +#: ../../godmode/massive/massive_add_action_alerts.php:203 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_delete_action_alerts.php:202 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_agents.php:138 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/users/configure_user.php:667 +#: ../../godmode/users/profile_list.php:390 +#: ../../godmode/users/user_list.php:470 ../../godmode/users/user_list.php:472 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/db/db_audit.php:107 +#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 +#: ../../godmode/servers/plugin.php:782 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 +#: ../../godmode/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/modules/manage_nc_groups.php:220 +#: ../../godmode/modules/manage_network_components.php:616 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/agentes/module_manager_editor_common.php:159 +#: ../../godmode/agentes/planned_downtime.editor.php:848 +#: ../../godmode/agentes/agent_manager.php:203 +#: ../../godmode/agentes/modificar_agente.php:635 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager.php:759 +#: ../../godmode/agentes/module_manager.php:767 +#: ../../godmode/agentes/module_manager.php:782 +#: ../../godmode/agentes/module_manager.php:797 +#: ../../godmode/agentes/module_manager.php:808 +#: ../../godmode/agentes/agent_template.php:251 ../../godmode/tag/tag.php:273 +msgid "Are you sure?" +msgstr "¿Está seguro?" -#: ../../extensions/agents_alerts.php:348 -msgid "Agents/Alerts view" -msgstr "Vista de Agentes/Alertas" +#: ../../operation/snmpconsole/snmp_view.php:659 +#: ../../operation/snmpconsole/snmp_view.php:665 +#: ../../operation/snmpconsole/snmp_view.php:816 +#: ../../operation/snmpconsole/snmp_view.php:841 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/messages/message_list.php:128 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:200 +#: ../../operation/messages/message_list.php:218 +#: ../../operation/agentes/pandora_networkmap.php:404 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../include/functions_pandora_networkmap.php:748 +#: ../../include/functions_groups.php:2173 +#: ../../godmode/snmpconsole/snmp_alert.php:1201 +#: ../../godmode/snmpconsole/snmp_alert.php:1237 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/alerts/alert_list.list.php:710 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/extensions.php:272 ../../godmode/extensions.php:276 +#: ../../godmode/setup/news.php:225 ../../godmode/setup/snmp_wizard.php:122 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/links.php:137 +#: ../../godmode/setup/setup_visuals.php:694 +#: ../../godmode/setup/setup_visuals.php:725 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:162 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/massive/massive_delete_action_alerts.php:204 +#: ../../godmode/massive/massive_delete_agents.php:140 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_alerts.php:238 +#: ../../godmode/users/user_list.php:470 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../godmode/reporting/visual_console_builder.elements.php:518 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/reporting_builder.list_items.php:432 +#: ../../godmode/reporting/reporting_builder.list_items.php:459 +#: ../../godmode/reporting/reporting_builder.list_items.php:478 +#: ../../godmode/reporting/reporting_builder.list_items.php:538 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/netflow/nf_item_list.php:239 +#: ../../godmode/netflow/nf_item_list.php:250 +#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/servers/servers.build_table.php:167 +#: ../../godmode/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/modules/manage_nc_groups.php:222 +#: ../../godmode/modules/manage_nc_groups.php:233 +#: ../../godmode/modules/manage_network_components.php:617 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_network_templates.php:227 +#: ../../godmode/agentes/module_manager_editor_common.php:720 +#: ../../godmode/agentes/planned_downtime.editor.php:798 +#: ../../godmode/agentes/planned_downtime.editor.php:803 +#: ../../godmode/agentes/planned_downtime.editor.php:851 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager.php:569 +#: ../../godmode/agentes/module_manager.php:799 +#: ../../godmode/agentes/module_manager.php:816 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/agent_template.php:251 +msgid "Delete" +msgstr "Borrar" -#: ../../extensions/agents_modules.php:143 -#: ../../godmode/agentes/module_manager_editor_common.php:174 -#: ../../godmode/massive/massive_edit_modules.php:518 -#: ../../godmode/modules/manage_network_components_form_common.php:95 -#: ../../godmode/reporting/create_container.php:410 -#: ../../godmode/reporting/reporting_builder.item_editor.php:909 -#: ../../include/functions_treeview.php:123 -#: ../../include/functions_events.php:2075 -#: ../../include/functions_graph.php:5374 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../operation/agentes/estado_monitores.php:463 -#: ../../operation/agentes/status_monitor.php:311 -#: ../../operation/agentes/ver_agente.php:810 -#: ../../enterprise/godmode/modules/configure_local_component.php:211 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1453 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:206 -msgid "Module group" -msgstr "Grupo del módulo" +#: ../../operation/snmpconsole/snmp_view.php:669 +#: ../../operation/events/events.build_table.php:700 +#: ../../include/functions_events.php:4046 +msgid "Show more" +msgstr "Mostrar más" -#: ../../extensions/agents_modules.php:145 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../general/subselect_data_module.php:42 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/alerts/alert_list.list.php:122 -#: ../../godmode/alerts/alert_list.list.php:128 -#: ../../godmode/alerts/alert_list.list.php:137 -#: ../../godmode/alerts/alert_list.list.php:142 -#: ../../godmode/alerts/alert_list.php:291 -#: ../../godmode/alerts/alert_list.php:345 -#: ../../godmode/alerts/alert_list.php:358 -#: ../../godmode/alerts/alert_templates.php:256 -#: ../../godmode/events/event_edit_filter.php:237 -#: ../../godmode/events/event_edit_filter.php:241 -#: ../../godmode/events/event_edit_filter.php:382 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_delete_agents.php:124 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../godmode/massive/massive_delete_modules.php:474 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_edit_agents.php:226 -#: ../../godmode/massive/massive_edit_modules.php:253 -#: ../../godmode/massive/massive_edit_modules.php:281 -#: ../../godmode/massive/massive_edit_modules.php:303 -#: ../../godmode/massive/massive_edit_modules.php:334 -#: ../../godmode/modules/manage_network_components.php:515 -#: ../../godmode/modules/manage_network_templates_form.php:269 -#: ../../godmode/reporting/create_container.php:413 -#: ../../godmode/reporting/reporting_builder.item_editor.php:904 -#: ../../godmode/reporting/reporting_builder.item_editor.php:914 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1096 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1406 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1418 -#: ../../godmode/reporting/reporting_builder.list_items.php:166 -#: ../../godmode/reporting/reporting_builder.list_items.php:168 -#: ../../godmode/reporting/reporting_builder.list_items.php:170 -#: ../../godmode/reporting/reporting_builder.list_items.php:192 -#: ../../godmode/reporting/reporting_builder.list_items.php:195 -#: ../../godmode/reporting/reporting_builder.list_items.php:198 -#: ../../godmode/reporting/visual_console_builder.wizard.php:249 -#: ../../godmode/reporting/visual_console_builder.wizard.php:254 -#: ../../godmode/setup/gis_step_2.php:154 ../../include/functions.php:906 -#: ../../include/functions.php:1129 ../../include/functions_reporting.php:1662 -#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 -#: ../../include/functions_users.php:886 -#: ../../include/functions_events.php:3339 -#: ../../include/functions_events.php:3852 -#: ../../include/functions_graph.php:2873 -#: ../../include/functions_groups.php:616 -#: ../../include/functions_groups.php:2359 -#: ../../include/functions_modules.php:2497 -#: ../../include/functions_modules.php:2498 -#: ../../mobile/operation/agents.php:32 ../../mobile/operation/alerts.php:37 -#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/events.php:624 -#: ../../mobile/operation/events.php:634 -#: ../../mobile/operation/events.php:1082 -#: ../../mobile/operation/events.php:1101 -#: ../../mobile/operation/modules.php:38 -#: ../../mobile/operation/modules.php:225 -#: ../../mobile/operation/modules.php:240 -#: ../../mobile/operation/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../operation/agentes/alerts_status.functions.php:73 -#: ../../operation/agentes/alerts_status.functions.php:79 -#: ../../operation/agentes/alerts_status.functions.php:94 -#: ../../operation/agentes/alerts_status.functions.php:111 -#: ../../operation/agentes/alerts_status.functions.php:113 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/estado_monitores.php:447 -#: ../../operation/agentes/estado_monitores.php:466 -#: ../../operation/agentes/status_monitor.php:307 -#: ../../operation/agentes/status_monitor.php:324 -#: ../../operation/agentes/status_monitor.php:334 -#: ../../operation/agentes/status_monitor.php:353 -#: ../../operation/agentes/status_monitor.php:396 -#: ../../operation/agentes/status_monitor.php:398 -#: ../../operation/agentes/status_monitor.php:463 -#: ../../operation/events/events.build_table.php:506 -#: ../../operation/events/events_list.php:515 +#: ../../operation/snmpconsole/snmp_view.php:681 +msgid "Variable bindings:" +msgstr "Enlaces variables" + +#: ../../operation/snmpconsole/snmp_view.php:694 +msgid "See more details" +msgstr "Ver más detalles" + +#: ../../operation/snmpconsole/snmp_view.php:707 +msgid "Enterprise String:" +msgstr "Cadena Enterprise" + +#: ../../operation/snmpconsole/snmp_view.php:713 +msgid "Description:" +msgstr "Descripción:" + +#: ../../operation/snmpconsole/snmp_view.php:745 +msgid "Trap type:" +msgstr "Tipo trap:" + +#: ../../operation/snmpconsole/snmp_view.php:773 +msgid "Count:" +msgstr "Contar" + +#: ../../operation/snmpconsole/snmp_view.php:777 +msgid "First trap:" +msgstr "Primer trap:" + +#: ../../operation/snmpconsole/snmp_view.php:781 +msgid "Last trap:" +msgstr "Ultimo trap:" + +#: ../../operation/snmpconsole/snmp_view.php:801 +msgid "No matching traps found" +msgstr "No se encontraron traps coincidentes" + +#: ../../operation/snmpconsole/snmp_view.php:844 +#: ../../extensions/module_groups.php:296 +#: ../../extensions/agents_modules.php:490 +#: ../../include/functions_reporting_html.php:1438 +#: ../../godmode/snmpconsole/snmp_alert.php:1343 +msgid "Legend" +msgstr "Leyenda" + +#: ../../operation/snmpconsole/snmp_browser.php:92 +msgid "SNMP Browser" +msgstr "Navegador SNMP" + +#: ../../operation/search_main.php:52 +msgid "Agents found" +msgstr "Agentes encontrados" + +#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 +#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 +#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 +#: ../../operation/search_main.php:80 +#, php-format +msgid "%s Found" +msgstr "%s encontrados" + +#: ../../operation/search_main.php:55 +msgid "Modules found" +msgstr "Módulos encontrados" + +#: ../../operation/search_main.php:66 +msgid "Users found" +msgstr "Usuarios encontrados" + +#: ../../operation/search_main.php:69 +msgid "Graphs found" +msgstr "Gráficas encontradas" + +#: ../../operation/search_main.php:72 +msgid "Reports found" +msgstr "Informes encontrados" + +#: ../../operation/search_main.php:75 +msgid "Maps found" +msgstr "Mapas encontrados" + +#: ../../operation/search_main.php:78 +msgid "Helps found" +msgstr "Ayudas encontradas" + +#: ../../operation/search_main.php:88 +#, php-format +msgid "Show %s of %s. View all matches" +msgstr "Mostrar %s de %s. Ver todas las coincidencias" + +#: ../../operation/menu.php:31 ../../operation/menu.php:106 +msgid "Monitoring" +msgstr "Monitorización" + +#: ../../operation/menu.php:37 +msgid "Views" +msgstr "Vistas" + +#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:280 +#: ../../operation/agentes/tactical.php:55 ../../mobile/operation/home.php:38 +#: ../../mobile/operation/tactical.php:84 +msgid "Tactical view" +msgstr "Vista táctica" + +#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:279 +#: ../../operation/agentes/group_view.php:70 +msgid "Group view" +msgstr "Vista de grupo" + +#: ../../operation/menu.php:51 ../../operation/tree.php:87 +msgid "Tree view" +msgstr "Vista de árbol" + +#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:145 +#: ../../godmode/agentes/agent_manager.php:166 +msgid "Agent detail" +msgstr "Detalle de agente" + +#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:40 +msgid "Monitor detail" +msgstr "Detalle de monitores" + +#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:281 +#: ../../operation/agentes/alerts_status.php:132 +msgid "Alert detail" +msgstr "Detalle de alertas" + +#: ../../operation/menu.php:70 +msgid "Netflow Live View" +msgstr "Netflow en tiempo real" + +#: ../../operation/menu.php:84 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "Consola SNMP" + +#: ../../operation/menu.php:85 +msgid "SNMP browser" +msgstr "Navegador SNMP" + +#: ../../operation/menu.php:92 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "Filtros SNMP" + +#: ../../operation/menu.php:93 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "Generador de traps SNMP" + +#: ../../operation/menu.php:98 ../../operation/events/events_rss.php:185 +msgid "SNMP" +msgstr "SNMP" + +#: ../../operation/menu.php:117 +msgid "Network map" +msgstr "Mapa de red" + +#: ../../operation/menu.php:128 ../../operation/users/user_edit.php:277 +#: ../../extensions/resource_exportation.php:355 +msgid "Visual console" +msgstr "Consola visual" + +#: ../../operation/menu.php:185 ../../operation/gis_maps/gis_map.php:31 +msgid "GIS Maps" +msgstr "Mapas GIS" + +#: ../../operation/menu.php:190 +msgid "List of Gis maps" +msgstr "Lista de mapas Gis" + +#: ../../operation/menu.php:224 +msgid "Topology maps" +msgstr "Mapas topológicos" + +#: ../../operation/menu.php:235 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/graph_viewer.php:317 +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:364 +#: ../../godmode/reporting/reporting_builder.php:1924 +#: ../../godmode/reporting/reporting_builder.php:1929 +#: ../../godmode/reporting/reporting_builder.php:1995 +#: ../../godmode/reporting/reporting_builder.php:2000 +#: ../../godmode/reporting/graphs.php:75 +msgid "Reporting" +msgstr "Informes" + +#: ../../operation/menu.php:242 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1911 +msgid "Custom reporting" +msgstr "Informes personalizados" + +#: ../../operation/menu.php:249 ../../godmode/reporting/graphs.php:75 +msgid "Custom graphs" +msgstr "Gráficas personalizadas" + +#: ../../operation/menu.php:268 ../../operation/events/events.php:420 +#: ../../operation/events/events.php:429 ../../operation/events/events.php:446 +#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +#: ../../include/functions_reports.php:620 +#: ../../include/functions_reports.php:622 +#: ../../include/functions_reports.php:624 +#: ../../include/functions_graph.php:744 +#: ../../include/functions_graph.php:3936 +#: ../../include/functions_graph.php:4662 +#: ../../include/functions_reporting_html.php:1615 ../../godmode/menu.php:192 +msgid "Events" +msgstr "Eventos" + +#: ../../operation/menu.php:274 ../../godmode/users/configure_profile.php:275 +msgid "View events" +msgstr "Ver eventos" + +#: ../../operation/menu.php:288 +msgid "RSS" +msgstr "RSS" + +#: ../../operation/menu.php:293 +msgid "Marquee" +msgstr "Marquesina" + +#: ../../operation/menu.php:299 +msgid "CSV File" +msgstr "Archivo CSV" + +#: ../../operation/menu.php:307 ../../operation/events/sound_events.php:51 +msgid "Sound Events" +msgstr "Eventos sonoros" + +#: ../../operation/menu.php:319 ../../operation/events/events.php:439 +msgid "Sound Alerts" +msgstr "Alertas sonoras" + +#: ../../operation/menu.php:329 +msgid "Workspace" +msgstr "Área de trabajo" + +#: ../../operation/menu.php:336 ../../general/header.php:294 +#: ../../general/header.php:296 +msgid "Edit my user" +msgstr "Editar mi usuario" + +#: ../../operation/menu.php:342 +msgid "WebChat" +msgstr "Chat de la Web" + +#: ../../operation/menu.php:354 ../../operation/agentes/ver_agente.php:1022 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../general/firts_task/incidents.php:32 +#: ../../godmode/agentes/configurar_agente.php:418 +#: ../../godmode/agentes/configurar_agente.php:550 +msgid "Incidents" +msgstr "Incidentes" + +#: ../../operation/menu.php:364 +msgid "List of Incidents" +msgstr "Lista de incidentes" + +#: ../../operation/menu.php:373 ../../operation/messages/message_edit.php:46 +#: ../../operation/messages/message_list.php:43 ../../godmode/menu.php:457 +msgid "Messages" +msgstr "Mensajes" + +#: ../../operation/menu.php:379 +msgid "Messages List" +msgstr "Lista de mensajes" + +#: ../../operation/menu.php:380 +msgid "New message" +msgstr "Mensaje nuevo" + +#: ../../operation/menu.php:399 ../../operation/agentes/exportdata.php:36 +msgid "Export data" +msgstr "Exportar datos" + +#: ../../operation/menu.php:405 +msgid "Scheduled downtime" +msgstr "Desconexión programada" + +#: ../../operation/menu.php:410 +msgid "Recon view" +msgstr "Vista Recon" + +#: ../../operation/menu.php:485 +msgid "Tools" +msgstr "Herramientas" + +#: ../../operation/search_reports.php:38 +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../godmode/reporting/reporting_builder.php:532 +msgid "Report name" +msgstr "Nombre de informe" + +#: ../../operation/search_reports.php:39 ../../operation/events/events.php:91 +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:329 +#: ../../operation/search_users.php:53 ../../operation/gis_maps/ajax.php:302 +#: ../../operation/search_graphs.php:34 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/pandora_networkmap.editor.php:191 +#: ../../operation/agentes/estado_generalagente.php:171 +#: ../../operation/agentes/estado_agente.php:495 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:506 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../mobile/operation/tactical.php:312 +#: ../../include/functions_snmp_browser.php:415 +#: ../../include/ajax/module.php:744 ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:587 +#: ../../include/functions_reporting_html.php:123 +#: ../../include/functions_reporting_html.php:2076 +#: ../../include/functions_reporting_html.php:2109 +#: ../../include/functions_reporting_html.php:3096 +#: ../../include/functions_reporting_html.php:3810 +#: ../../include/functions_events.php:1810 +#: ../../godmode/snmpconsole/snmp_alert.php:627 +#: ../../godmode/snmpconsole/snmp_alert.php:1163 +#: ../../godmode/snmpconsole/snmp_filters.php:94 +#: ../../godmode/snmpconsole/snmp_filters.php:131 +#: ../../godmode/alerts/configure_alert_special_days.php:90 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/configure_alert_template.php:763 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/setup/snmp_wizard.php:40 ../../godmode/setup/os.list.php:35 +#: ../../godmode/setup/os.builder.php:36 +#: ../../godmode/events/event_responses.editor.php:87 +#: ../../godmode/events/event_responses.list.php:55 +#: ../../godmode/massive/massive_edit_agents.php:321 +#: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:459 +#: ../../godmode/users/user_list.php:277 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.item_editor.php:684 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/reporting_builder.list_items.php:303 +#: ../../godmode/reporting/graph_builder.main.php:123 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/recon_script.php:107 +#: ../../godmode/servers/recon_script.php:154 +#: ../../godmode/servers/recon_script.php:349 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 +#: ../../godmode/groups/group_list.php:340 +#: ../../godmode/groups/configure_group.php:182 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/modules/manage_network_components_form.php:263 +#: ../../godmode/modules/manage_network_templates_form.php:148 +#: ../../godmode/modules/manage_network_templates_form.php:199 +#: ../../godmode/modules/manage_network_templates.php:191 +#: ../../godmode/agentes/module_manager_editor_common.php:356 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/agentes/agent_manager.php:305 +#: ../../godmode/agentes/modificar_agente.php:493 +#: ../../godmode/agentes/module_manager.php:563 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/agent_template.php:230 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/tag.php:200 ../../godmode/tag/edit_tag.php:177 +msgid "Description" +msgstr "Descripción" + +#: ../../operation/search_reports.php:40 +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../godmode/reporting/reporting_builder.php:534 +msgid "HTML" +msgstr "HTML" + +#: ../../operation/search_reports.php:41 +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../godmode/reporting/reporting_builder.php:535 +msgid "XML" +msgstr "XML" + +#: ../../operation/search_reports.php:52 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/agentes/status_monitor.php:1118 +#: ../../operation/agentes/pandora_networkmap.php:403 +#: ../../operation/agentes/estado_agente.php:580 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../include/functions_pandora_networkmap.php:1443 +#: ../../include/ajax/module.php:866 ../../include/functions_groups.php:2166 +#: ../../godmode/alerts/alert_special_days.php:449 +#: ../../godmode/setup/snmp_wizard.php:119 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/users/user_list.php:468 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1189 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.list_items.php:430 +#: ../../godmode/servers/servers.build_table.php:154 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/agentes/modificar_agente.php:569 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/planned_downtime.list.php:401 +msgid "Edit" +msgstr "Editar" + +#: ../../operation/events/events_list.php:190 +#: ../../operation/events/events_list.php:714 +msgid "No filter loaded" +msgstr "No se ha cargado el filtro" + +#: ../../operation/events/events_list.php:192 +#: ../../operation/events/events_list.php:715 +msgid "Filter loaded" +msgstr "Filtro cargado" + +#: ../../operation/events/events_list.php:194 +#: ../../operation/events/events_list.php:257 +#: ../../operation/events/events_list.php:607 +msgid "Save filter" +msgstr "Guardar filtro" + +#: ../../operation/events/events_list.php:196 +#: ../../operation/events/events_list.php:280 +#: ../../operation/events/events_list.php:282 +#: ../../operation/events/events_list.php:611 +#: ../../operation/netflow/nf_live_view.php:329 +msgid "Load filter" +msgstr "Cargar filtro" + +#: ../../operation/events/events_list.php:217 +msgid "New filter" +msgstr "Nuevo filtro" + +#: ../../operation/events/events_list.php:218 +#: ../../operation/events/events_list.php:249 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/netflow/nf_edit_form.php:180 +msgid "Update filter" +msgstr "Actualizar filtro" + +#: ../../operation/events/events_list.php:224 +#: ../../godmode/events/event_edit_filter.php:215 +msgid "Filter name" +msgstr "Nombre del filtro" + +#: ../../operation/events/events_list.php:227 +msgid "Save in Group" +msgstr "Guardar en el grupo" + +#: ../../operation/events/events_list.php:229 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +msgid "Filter group" +msgstr "Filtrar grupo" + +#: ../../operation/events/events_list.php:244 +msgid "Overwrite filter" +msgstr "Sobrescribir filtro" + +#: ../../operation/events/events_list.php:335 +#: ../../operation/events/events_list.php:362 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../extensions/files_repo/files_repo_form.php:94 +#: ../../godmode/snmpconsole/snmp_alert.php:1317 +#: ../../godmode/alerts/alert_list.list.php:632 +#: ../../godmode/setup/news.php:275 ../../godmode/setup/links.php:158 +#: ../../godmode/setup/setup_visuals.php:684 +#: ../../godmode/setup/setup_visuals.php:720 +#: ../../godmode/events/event_edit_filter.php:353 +#: ../../godmode/events/event_edit_filter.php:368 +#: ../../godmode/massive/massive_add_action_alerts.php:205 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/reporting/visual_console_builder.wizard.php:367 +#: ../../godmode/servers/manage_recontask_form.php:395 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:864 +msgid "Add" +msgstr "Añadir" + +#: ../../operation/events/events_list.php:337 +#: ../../operation/events/events_list.php:364 +#: ../../godmode/alerts/alert_special_days.php:452 +#: ../../godmode/events/event_edit_filter.php:361 +#: ../../godmode/events/event_edit_filter.php:376 +msgid "Remove" +msgstr "Eliminar" + +#: ../../operation/events/events_list.php:410 +#: ../../godmode/events/event_edit_filter.php:253 +msgid "Agent search" +msgstr "Búsqueda de agente" + +#: ../../operation/events/events_list.php:430 +#: ../../godmode/events/event_edit_filter.php:285 +msgid "User ack." +msgstr "Validación del usuario" + +#: ../../operation/events/events_list.php:440 +#: ../../include/ajax/visual_console_builder.ajax.php:693 +#: ../../include/functions_visual_map_editor.php:313 +#: ../../include/functions_visual_map_editor.php:652 +#: ../../include/functions_html.php:867 ../../include/functions_html.php:868 +#: ../../include/functions_html.php:869 ../../include/functions_html.php:870 +#: ../../include/functions_html.php:871 ../../include/functions_html.php:874 +#: ../../include/functions_html.php:875 ../../include/functions_html.php:876 +#: ../../include/functions_html.php:877 ../../include/functions_html.php:878 +#: ../../godmode/events/event_edit_filter.php:297 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../godmode/massive/massive_edit_agents.php:275 +#: ../../godmode/users/configure_user.php:696 +#: ../../godmode/reporting/visual_console_builder.wizard.php:372 +#: ../../godmode/servers/manage_recontask_form.php:296 +#: ../../godmode/servers/manage_recontask.php:339 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../godmode/agentes/agent_manager.php:250 +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Any" +msgstr "Cualquier" + +#: ../../operation/events/events_list.php:442 +#: ../../godmode/events/event_edit_filter.php:388 +msgid "Module search" +msgstr "Búsqueda por módulo" + +#: ../../operation/events/events_list.php:447 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/servers/recon_view.php:173 +#: ../../include/functions_events.php:3515 +#: ../../godmode/massive/massive_edit_agents.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1221 +#: ../../godmode/agentes/agent_manager.php:294 +#: ../../godmode/agentes/module_manager.php:554 +msgid "Server" +msgstr "Servidor" + +#: ../../operation/events/events_list.php:461 +#: ../../godmode/events/event_edit_filter.php:379 +msgid "Alert events" +msgstr "Eventos de la alerta" + +#: ../../operation/events/events_list.php:464 +#: ../../godmode/events/event_edit_filter.php:383 +msgid "Filter alert events" +msgstr "Filtrar eventos de alertas" + +#: ../../operation/events/events_list.php:465 +#: ../../godmode/events/event_edit_filter.php:384 +msgid "Only alert events" +msgstr "Solo eventos de alertas" + +#: ../../operation/events/events_list.php:479 +#: ../../godmode/events/event_edit_filter.php:305 +msgid "Date from" +msgstr "Fecha desde" + +#: ../../operation/events/events_list.php:485 +#: ../../godmode/events/event_edit_filter.php:308 +msgid "Date to" +msgstr "Fecha hasta" + +#: ../../operation/events/events_list.php:491 +#: ../../operation/agentes/datos_agente.php:189 +#: ../../include/ajax/module.php:162 +msgid "Timestamp from:" +msgstr "Timestamp desde:" + +#: ../../operation/events/events_list.php:494 +#: ../../operation/agentes/datos_agente.php:195 +#: ../../include/ajax/module.php:170 +msgid "Timestamp to:" +msgstr "Timestamp hasta:" + +#: ../../operation/events/events_list.php:505 #: ../../operation/events/events_list.php:519 -#: ../../operation/events/events_list.php:528 -#: ../../operation/events/events_list.php:630 -#: ../../operation/events/events_list.php:634 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/gis_maps/render_view.php:148 -#: ../../operation/snmpconsole/snmp_view.php:384 -#: ../../operation/snmpconsole/snmp_view.php:401 -#: ../../operation/snmpconsole/snmp_view.php:406 -#: ../../operation/snmpconsole/snmp_view.php:637 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:52 -#: ../../enterprise/dashboard/widgets/tree_view.php:65 -#: ../../enterprise/extensions/backup/main.php:85 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:448 -#: ../../enterprise/godmode/modules/local_components.php:462 -#: ../../enterprise/godmode/policies/policy_agents.php:370 -#: ../../enterprise/godmode/policies/policy_queue.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/godmode/policies/policy_queue.php:407 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:156 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1441 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1443 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1458 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1676 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1688 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:397 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:408 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:127 -#: ../../enterprise/godmode/setup/setup_acl.php:158 -#: ../../enterprise/godmode/setup/setup_acl.php:163 -#: ../../enterprise/godmode/setup/setup_acl.php:168 -#: ../../enterprise/godmode/setup/setup_acl.php:374 -#: ../../enterprise/godmode/setup/setup_acl.php:384 -#: ../../enterprise/godmode/setup/setup_acl.php:396 -#: ../../enterprise/godmode/setup/setup_acl.php:441 -#: ../../enterprise/godmode/setup/setup_acl.php:470 -#: ../../enterprise/include/functions_metaconsole.php:663 -#: ../../enterprise/include/functions_metaconsole.php:664 -#: ../../enterprise/include/functions_metaconsole.php:1268 -#: ../../enterprise/meta/advanced/policymanager.queue.php:214 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/meta/advanced/policymanager.queue.php:298 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:229 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:268 -#: ../../enterprise/meta/include/functions_agents_meta.php:1053 -#: ../../enterprise/meta/include/functions_html_meta.php:51 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/include/functions_wizard_meta.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 -#: ../../enterprise/operation/agentes/agent_inventory.php:69 -#: ../../enterprise/operation/inventory/inventory.php:55 -#: ../../enterprise/operation/inventory/inventory.php:57 -#: ../../enterprise/operation/inventory/inventory.php:120 -#: ../../enterprise/operation/inventory/inventory.php:122 -#: ../../enterprise/operation/inventory/inventory.php:176 -#: ../../enterprise/operation/log/log_viewer.php:194 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 -msgid "All" -msgstr "Todo" +#: ../../godmode/events/event_edit_filter.php:350 +msgid "Events with following tags" +msgstr "Eventos con las siguientes etiquetas" -#: ../../extensions/agents_modules.php:165 -#: ../../extensions/agents_modules.php:167 -#: ../../godmode/massive/massive_add_action_alerts.php:171 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_action_alerts.php:172 -#: ../../godmode/massive/massive_delete_alerts.php:229 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:349 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1045 -#: ../../enterprise/dashboard/widgets/agent_module.php:84 -#: ../../enterprise/dashboard/widgets/agent_module.php:86 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 -msgid "Show common modules" -msgstr "Mostrar módulos comunes" +#: ../../operation/events/events_list.php:511 +#: ../../operation/events/events_list.php:525 +#: ../../godmode/events/event_edit_filter.php:365 +msgid "Events without following tags" +msgstr "Eventos sin las siguientes etiquetas" -#: ../../extensions/agents_modules.php:166 -#: ../../godmode/massive/massive_add_action_alerts.php:172 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_delete_action_alerts.php:173 -#: ../../godmode/massive/massive_delete_alerts.php:229 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:350 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 -#: ../../enterprise/dashboard/widgets/agent_module.php:87 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 -msgid "Show all modules" -msgstr "Mostrar todos los módulos" +#: ../../operation/events/events_list.php:549 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/events/sound_events.php:78 +#: ../../operation/users/user_edit.php:505 +#: ../../operation/netflow/nf_live_view.php:309 +#: ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 ../../operation/search_maps.php:32 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/agentes/status_monitor.php:292 +#: ../../operation/agentes/exportdata.php:235 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/ver_agente.php:687 +#: ../../operation/agentes/pandora_networkmap.editor.php:183 +#: ../../operation/agentes/pandora_networkmap.editor.php:196 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/estado_generalagente.php:245 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:517 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/incidents/incident.php:339 +#: ../../extensions/agents_modules.php:128 +#: ../../extensions/agents_alerts.php:74 +#: ../../mobile/operation/networkmaps.php:65 +#: ../../mobile/operation/networkmaps.php:69 +#: ../../mobile/operation/networkmaps.php:129 +#: ../../mobile/operation/networkmaps.php:130 +#: ../../mobile/operation/networkmaps.php:197 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 +#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88 +#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179 +#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 +#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 +#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:317 +#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 +#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 +#: ../../mobile/operation/events.php:605 +#: ../../mobile/operation/modules.php:128 +#: ../../mobile/operation/modules.php:132 +#: ../../mobile/operation/modules.php:203 +#: ../../mobile/operation/modules.php:204 ../../general/ui/agents_list.php:69 +#: ../../include/functions_pandora_networkmap.php:1375 +#: ../../include/functions_pandora_networkmap.php:1554 +#: ../../include/functions_visual_map.php:2765 +#: ../../include/functions_groups.php:745 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:336 +#: ../../include/functions_visual_map_editor.php:610 +#: ../../include/functions_graph.php:5544 +#: ../../include/functions_reporting_html.php:2073 +#: ../../include/functions_reporting_html.php:2108 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2437 +#: ../../include/functions_events.php:3557 +#: ../../include/functions_networkmap.php:1721 +#: ../../godmode/snmpconsole/snmp_alert.php:657 +#: ../../godmode/alerts/configure_alert_special_days.php:69 +#: ../../godmode/alerts/alert_special_days.php:246 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/configure_alert_template.php:751 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/setup/news.php:164 ../../godmode/setup/gis.php:63 +#: ../../godmode/setup/gis_step_2.php:153 +#: ../../godmode/events/event_filter.php:109 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/events/event_edit_filter.php:226 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/massive/massive_add_action_alerts.php:151 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_edit_agents.php:207 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../godmode/massive/massive_delete_action_alerts.php:151 +#: ../../godmode/massive/massive_enable_disable_alerts.php:136 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/massive/massive_copy_modules.php:71 +#: ../../godmode/massive/massive_copy_modules.php:182 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/users/configure_user.php:624 +#: ../../godmode/users/user_list.php:227 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/reporting/reporting_builder.item_editor.php:868 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/graph_builder.main.php:116 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/netflow/nf_edit.php:119 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/modules/manage_network_components.php:479 +#: ../../godmode/modules/manage_network_components.php:568 +#: ../../godmode/modules/manage_network_templates_form.php:200 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_templates_form.php:300 +#: ../../godmode/modules/manage_network_components_form_common.php:101 +#: ../../godmode/agentes/configurar_agente.php:363 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/agentes/agent_manager.php:270 +#: ../../godmode/agentes/modificar_agente.php:145 +#: ../../godmode/agentes/modificar_agente.php:489 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/planned_downtime.list.php:393 +msgid "Group" +msgstr "Grupo" -#: ../../extensions/agents_modules.php:176 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1517 -#: ../../include/functions_visual_map_editor.php:673 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1915 -msgid "Update item" -msgstr "Actualizar item" +#: ../../operation/events/events_list.php:562 +#: ../../operation/events/events.build_table.php:191 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3562 +#: ../../godmode/events/event_filter.php:110 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../godmode/events/event_edit_filter.php:235 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1408 +msgid "Event type" +msgstr "Tipo de evento" -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reports.php:588 -#: ../../include/graphs/functions_pchart.php:1156 -msgid "Agents/Modules" -msgstr "Agentes/Módulos" +#: ../../operation/events/events_list.php:565 +#: ../../operation/agentes/status_monitor.php:303 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../mobile/operation/modules.php:43 +#: ../../include/functions_events.php:1428 ../../include/functions.php:1083 +#: ../../godmode/events/event_edit_filter.php:233 +#: ../../godmode/massive/massive_edit_agents.php:220 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:331 +msgid "Not normal" +msgstr "No normal" -#: ../../extensions/agents_modules.php:232 -msgid "Agent/module view" -msgstr "Vista agente/módulo" +#: ../../operation/events/events_list.php:575 +#: ../../godmode/events/event_filter.php:111 +#: ../../godmode/events/event_edit_filter.php:245 +msgid "Event status" +msgstr "Estado del evento" -#: ../../extensions/agents_modules.php:385 -#: ../../include/functions_reporting.php:1684 -msgid "There are no agents with modules" -msgstr "No hay agentes con módulos" +#: ../../operation/events/events_list.php:578 +#: ../../mobile/operation/events.php:647 +#: ../../godmode/events/event_edit_filter.php:281 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +msgid "Max. hours old" +msgstr "Máx. horas de antiguedad" -#: ../../extensions/agents_modules.php:393 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 -#: ../../godmode/agentes/configurar_agente.php:301 -#: ../../godmode/agentes/configurar_agente.php:534 -#: ../../godmode/agentes/modificar_agente.php:576 -#: ../../godmode/agentes/planned_downtime.editor.php:756 -#: ../../godmode/agentes/planned_downtime.editor.php:830 -#: ../../godmode/db/db_refine.php:95 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_delete_modules.php:479 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:308 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/reporting/graph_builder.graph_editor.php:148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1053 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1102 -#: ../../godmode/reporting/reporting_builder.list_items.php:167 +#: ../../operation/events/events_list.php:580 +#: ../../mobile/operation/events.php:485 +#: ../../include/functions_events.php:2372 +#: ../../godmode/events/event_edit_filter.php:301 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:938 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:954 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 +msgid "Repeated" +msgstr "Repetido" + +#: ../../operation/events/events_list.php:581 +#: ../../godmode/events/event_edit_filter.php:299 +msgid "All events" +msgstr "Todos los eventos" + +#: ../../operation/events/events_list.php:582 +#: ../../godmode/events/event_edit_filter.php:300 +msgid "Group events" +msgstr "Eventos agrupados" + +#: ../../operation/events/events_list.php:583 +msgid "Group agents" +msgstr "Grupos de agente" + +#: ../../operation/events/events_list.php:590 +#: ../../include/functions_visual_map_editor.php:483 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_edit_agents.php:422 +#: ../../godmode/agentes/module_manager_editor.php:515 +#: ../../godmode/agentes/agent_manager.php:428 +msgid "Advanced options" +msgstr "Opciones avanzadas" + +#: ../../operation/events/events_list.php:613 +msgid "Show events graph" +msgstr "Mostrar gráfica de eventos" + +#: ../../operation/events/events_list.php:635 ../../operation/tree.php:184 +#: ../../operation/agentes/status_monitor.php:533 +#: ../../operation/agentes/alerts_status.php:390 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/users/user_list.php:243 +#: ../../godmode/reporting/reporting_builder.list_items.php:206 +#: ../../godmode/modules/manage_network_components.php:532 +#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 +msgid "Show Options" +msgstr "Mostrar opciones" + +#: ../../operation/events/events_list.php:637 +msgid "Event control filter" +msgstr "Filtro de control de eventos" + +#: ../../operation/events/events_list.php:641 +msgid "Error creating filter." +msgstr "Error creando filtro." + +#: ../../operation/events/events_list.php:642 +msgid "Error creating filter is duplicated." +msgstr "Error creando filtro al estar duplicado." + +#: ../../operation/events/events_list.php:643 +msgid "Filter created." +msgstr "Filtro creado." + +#: ../../operation/events/events_list.php:645 +msgid "Filter updated." +msgstr "Filtro actualizado." + +#: ../../operation/events/events_list.php:646 +msgid "Error updating filter." +msgstr "Error actualizando filtro." + +#: ../../operation/events/events_list.php:1081 +msgid "Filter name cannot be left blank" +msgstr "El nombre del filtro no se puede dejar en blanco" + +#: ../../operation/events/events_list.php:1150 +#: ../../operation/events/events_list.php:1236 +msgid "none" +msgstr "Ninguno" + +#: ../../operation/events/events_list.php:1558 +msgid "Events generated -by agent-" +msgstr "Eventos generados -por agente-" + +#: ../../operation/events/events_list.php:1577 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/reporting/reporting_viewer.php:254 +#: ../../operation/reporting/reporting_viewer.php:274 +#: ../../operation/tree.php:391 ../../operation/netflow/nf_live_view.php:659 +#: ../../operation/agentes/estado_monitores.php:401 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../operation/agentes/stat_win.php:506 +#: ../../extensions/insert_data.php:210 +#: ../../godmode/alerts/configure_alert_template.php:1074 +#: ../../godmode/setup/news.php:297 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2023 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +msgid "Choose time" +msgstr "Seleccionar tiempo" + +#: ../../operation/events/events_list.php:1578 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/reporting/reporting_viewer.php:255 +#: ../../operation/reporting/reporting_viewer.php:275 +#: ../../operation/tree.php:392 ../../operation/netflow/nf_live_view.php:660 +#: ../../operation/agentes/estado_monitores.php:402 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../operation/agentes/stat_win.php:507 +#: ../../extensions/insert_data.php:211 +#: ../../godmode/alerts/configure_alert_template.php:1075 +#: ../../godmode/setup/news.php:298 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2024 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +msgid "Time" +msgstr "Hora" + +#: ../../operation/events/events_list.php:1579 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/reporting/reporting_viewer.php:256 +#: ../../operation/reporting/reporting_viewer.php:276 +#: ../../operation/tree.php:393 ../../operation/netflow/nf_live_view.php:661 +#: ../../operation/agentes/estado_monitores.php:403 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../operation/agentes/stat_win.php:508 +#: ../../extensions/insert_data.php:212 ../../include/functions_html.php:860 +#: ../../godmode/alerts/configure_alert_template.php:1076 +#: ../../godmode/setup/news.php:299 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2025 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +msgid "Hour" +msgstr "Hora" + +#: ../../operation/events/events_list.php:1580 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/tree.php:394 ../../operation/netflow/nf_live_view.php:662 +#: ../../operation/agentes/estado_monitores.php:404 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../operation/agentes/stat_win.php:509 +#: ../../extensions/insert_data.php:213 ../../include/functions_html.php:861 +#: ../../godmode/alerts/configure_alert_template.php:1077 +#: ../../godmode/setup/news.php:300 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2026 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +msgid "Minute" +msgstr "Minuto" + +#: ../../operation/events/events_list.php:1581 +#: ../../operation/reporting/graph_viewer.php:271 +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/tree.php:395 ../../operation/netflow/nf_live_view.php:663 +#: ../../operation/agentes/estado_monitores.php:405 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../operation/agentes/stat_win.php:510 +#: ../../extensions/insert_data.php:214 +#: ../../godmode/alerts/configure_alert_template.php:1078 +#: ../../godmode/setup/news.php:301 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2027 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +msgid "Second" +msgstr "Segundo" + +#: ../../operation/events/events_list.php:1582 +#: ../../operation/reporting/graph_viewer.php:272 +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/tree.php:396 ../../operation/netflow/nf_live_view.php:664 +#: ../../operation/agentes/estado_monitores.php:406 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../operation/agentes/stat_win.php:511 +#: ../../extensions/insert_data.php:215 ../../include/functions.php:436 +#: ../../include/functions.php:570 +#: ../../godmode/alerts/configure_alert_template.php:1079 +#: ../../godmode/setup/news.php:302 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2028 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +msgid "Now" +msgstr "Ahora" + +#: ../../operation/events/events_list.php:1583 +#: ../../operation/reporting/graph_viewer.php:273 +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/tree.php:397 ../../operation/netflow/nf_live_view.php:665 +#: ../../operation/agentes/estado_monitores.php:407 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../operation/agentes/stat_win.php:512 +#: ../../extensions/insert_data.php:216 ../../mobile/include/ui.class.php:571 +#: ../../mobile/include/ui.class.php:610 +#: ../../include/functions_snmp_browser.php:441 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../godmode/alerts/configure_alert_template.php:1080 +#: ../../godmode/setup/news.php:303 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2029 +#: ../../godmode/agentes/planned_downtime.editor.php:1175 +msgid "Close" +msgstr "Cerrar" + +#: ../../operation/events/events_rss.php:32 +msgid "Your IP is not into the IP list with API access." +msgstr "Su IP no se encuentra en el listado de IPs con acceso a la API." + +#: ../../operation/events/events_rss.php:46 +msgid "The URL of your feed has bad hash." +msgstr "La URL de tu feed tiene mal el hash." + +#: ../../operation/events/events_rss.php:178 +#: ../../operation/events/events.php:77 ../../mobile/operation/events.php:111 +#: ../../include/functions_graph.php:2256 +#: ../../include/functions_graph.php:2922 +#: ../../include/functions_graph.php:3350 +#: ../../include/functions_graph.php:3353 +#: ../../include/functions_reporting_html.php:878 +#: ../../include/functions_reporting_html.php:1695 +#: ../../include/functions_events.php:988 +#: ../../include/functions_events.php:1419 +#: ../../include/functions_reporting.php:6365 ../../include/functions.php:1042 +#: ../../godmode/setup/setup_general.php:66 +msgid "System" +msgstr "Sistema" + +#: ../../operation/events/event_statistics.php:37 +#: ../../operation/agentes/tactical.php:203 +#: ../../include/functions_events.php:1025 +msgid "Event graph" +msgstr "Gráfica de eventos" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "Gráfica de eventos por usuario" + +#: ../../operation/events/event_statistics.php:57 +#: ../../operation/agentes/tactical.php:209 +#: ../../include/functions_events.php:1030 +msgid "Event graph by agent" +msgstr "Gráfica de eventos por agente" + +#: ../../operation/events/event_statistics.php:61 +#: ../../include/functions_reporting_html.php:1769 +msgid "Amount events validated" +msgstr "Cantidad de eventos validados" + +#: ../../operation/events/events.build_table.php:37 +msgid "More detail" +msgstr "Más detalles" + +#: ../../operation/events/events.build_table.php:85 +#: ../../operation/events/events.build_table.php:89 +msgid "The Agent: " +msgstr "El agente: " + +#: ../../operation/events/events.build_table.php:86 +#: ../../operation/events/events.build_table.php:90 +msgid " has " +msgstr " tiene " + +#: ../../operation/events/events.build_table.php:87 +#: ../../operation/events/events.build_table.php:91 +msgid " events." +msgstr " eventos." + +#: ../../operation/events/events.build_table.php:118 +#: ../../operation/events/events.build_table.php:787 +#: ../../mobile/operation/events.php:790 +#: ../../include/functions_reporting_html.php:3769 +#: ../../include/functions_events.php:865 +#: ../../include/functions_events.php:869 +#: ../../include/functions_reporting.php:1327 +#: ../../include/functions_reporting.php:1495 +msgid "No events" +msgstr "No hay eventos" + +#: ../../operation/events/events.build_table.php:133 +#: ../../operation/incidents/incident.php:335 +#: ../../extensions/api_checker.php:137 +#: ../../include/functions_events.php:3511 +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/setup/os.list.php:33 ../../godmode/groups/group_list.php:337 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/modules/module_list.php:58 +#: ../../godmode/agentes/module_manager_editor_common.php:156 +#: ../../godmode/agentes/agent_manager.php:163 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/agent_incidents.php:85 +msgid "ID" +msgstr "ID" + +#: ../../operation/events/events.build_table.php:149 +#: ../../mobile/operation/events.php:469 +#: ../../include/functions_events.php:2333 +#: ../../include/functions_events.php:3525 +msgid "Event ID" +msgstr "ID del evento" + +#: ../../operation/events/events.build_table.php:155 +#: ../../mobile/operation/events.php:108 +#: ../../include/functions_events.php:3530 +msgid "Event Name" +msgstr "Nombre del evento" + +#: ../../operation/events/events.build_table.php:161 +#: ../../mobile/operation/modules.php:495 +#: ../../mobile/operation/modules.php:753 +#: ../../include/functions_treeview.php:555 +#: ../../include/functions_reporting_html.php:2072 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:908 +#: ../../include/functions_events.php:3536 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../godmode/agentes/agent_manager.php:155 +#: ../../godmode/agentes/modificar_agente.php:477 +msgid "Agent name" +msgstr "Nombre del agente" + +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:582 +#: ../../operation/search_users.php:68 +#: ../../extensions/disabled/ssh_gateway.php:59 +#: ../../extensions/api_checker.php:114 +#: ../../extensions/users_connected.php:77 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 ../../general/logon_ok.php:224 +#: ../../general/logon_ok.php:420 ../../general/login_page.php:135 +#: ../../general/login_page.php:160 +#: ../../include/functions_reporting_html.php:3585 +#: ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3547 +#: ../../include/functions_events.php:3928 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 ../../include/functions.php:2312 +#: ../../godmode/setup/setup_ehorus.php:73 +#: ../../godmode/events/custom_events.php:77 +#: ../../godmode/events/custom_events.php:155 +#: ../../godmode/admin_access_logs.php:63 +#: ../../godmode/admin_access_logs.php:188 +msgid "User" +msgstr "Usuario" + +#: ../../operation/events/events.build_table.php:179 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/incidents/incident.php:342 +#: ../../mobile/operation/events.php:477 ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2353 +#: ../../include/functions_events.php:3552 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../godmode/agentes/agent_incidents.php:92 +msgid "Owner" +msgstr "Propietario" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3568 +msgid "Agent Module" +msgstr "Módulo del agente" + +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:583 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1751 +#: ../../include/functions_events.php:3584 +#: ../../include/functions_events.php:3929 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +msgid "Comment" +msgstr "Comentar" + +#: ../../operation/events/events.build_table.php:223 +#: ../../operation/users/user_edit.php:506 ../../operation/tree.php:49 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/agentes/status_monitor.php:343 +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/group_view.php:164 +#: ../../mobile/operation/events.php:514 ../../general/firts_task/tags.php:25 +#: ../../include/functions_treeview.php:165 +#: ../../include/functions_reporting_html.php:2113 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2446 +#: ../../include/functions_events.php:3589 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/massive/massive_edit_modules.php:562 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/users/configure_user.php:625 +#: ../../godmode/modules/manage_network_components_form_common.php:200 +#: ../../godmode/tag/edit_tag.php:57 +msgid "Tags" +msgstr "Etiquetas" + +#: ../../operation/events/events.build_table.php:229 +#: ../../operation/agentes/pandora_networkmap.editor.php:194 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/incidents/incident.php:341 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2146 +#: ../../include/functions_events.php:2261 +#: ../../include/functions_events.php:3594 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/reporting/reporting_builder.item_editor.php:881 +#: ../../godmode/agentes/agent_incidents.php:91 +msgid "Source" +msgstr "Origen" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3599 +msgid "Extra ID" +msgstr "ID Extra" + +#: ../../operation/events/events.build_table.php:241 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3604 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +msgid "ACK Timestamp" +msgstr "ACK Timestamp" + +#: ../../operation/events/events.build_table.php:247 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2190 +#: ../../include/functions_events.php:2202 +#: ../../include/functions_events.php:2214 +#: ../../include/functions_events.php:2226 +#: ../../include/functions_events.php:2231 +#: ../../include/functions_events.php:2236 +#: ../../include/functions_events.php:2240 +#: ../../include/functions_events.php:3609 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +msgid "Instructions" +msgstr "Instrucciones" + +#: ../../operation/events/events.build_table.php:304 +#: ../../mobile/operation/events.php:247 ../../include/ajax/events.php:447 +#: ../../include/functions_reporting_html.php:845 +#: ../../include/functions_reporting_html.php:1061 +#: ../../include/functions_reporting_html.php:1667 +#: ../../include/functions_events.php:928 +#: ../../include/functions_events.php:2402 +#: ../../include/functions_events.php:3657 +#: ../../include/functions_reporting.php:6339 +msgid "New event" +msgstr "Nuevo evento" + +#: ../../operation/events/events.build_table.php:308 +#: ../../operation/events/events.php:614 ../../operation/events/events.php:643 +#: ../../operation/events/events.php:644 ../../operation/events/events.php:864 +#: ../../operation/events/events.php:869 ../../operation/events/events.php:870 +#: ../../mobile/operation/events.php:251 ../../include/ajax/events.php:451 +#: ../../include/functions_reporting_html.php:849 +#: ../../include/functions_reporting_html.php:1065 +#: ../../include/functions_reporting_html.php:1671 +#: ../../include/functions_events.php:932 +#: ../../include/functions_events.php:2406 +#: ../../include/functions_events.php:3661 +#: ../../include/functions_reporting.php:6343 +msgid "Event validated" +msgstr "Evento validado" + +#: ../../operation/events/events.build_table.php:312 +#: ../../operation/events/events.php:676 ../../operation/events/events.php:714 +#: ../../operation/events/events.php:715 ../../operation/events/events.php:874 +#: ../../operation/events/events.php:888 ../../operation/events/events.php:889 +#: ../../mobile/operation/events.php:255 ../../include/ajax/events.php:455 +#: ../../include/functions_reporting_html.php:853 +#: ../../include/functions_reporting_html.php:1069 +#: ../../include/functions_reporting_html.php:1675 +#: ../../include/functions_events.php:936 +#: ../../include/functions_events.php:2410 +#: ../../include/functions_events.php:3665 +#: ../../include/functions_reporting.php:6347 +msgid "Event in process" +msgstr "Evento en proceso" + +#: ../../operation/events/events.build_table.php:581 +#: ../../operation/reporting/graph_viewer.php:195 +#: ../../operation/netflow/nf_live_view.php:234 +#: ../../extensions/insert_data.php:182 +#: ../../extensions/users_connected.php:79 +#: ../../mobile/operation/tactical.php:310 ../../general/logon_ok.php:226 +#: ../../general/logon_ok.php:423 +#: ../../include/functions_reporting_html.php:1806 +#: ../../include/functions_reporting_html.php:1810 +#: ../../include/functions_reporting_html.php:1813 +#: ../../include/functions_reporting_html.php:1828 +#: ../../include/functions_reporting_html.php:3588 +#: ../../include/functions_events.php:3927 +#: ../../include/functions_reporting.php:2349 +#: ../../include/functions_reporting.php:2382 ../../include/functions.php:2314 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1116 +#: ../../godmode/admin_access_logs.php:190 +msgid "Date" +msgstr "Fecha" + +#: ../../operation/events/events.build_table.php:677 +#: ../../include/functions_events.php:4023 +msgid "Validate event" +msgstr "Validar evento" + +#: ../../operation/events/events.build_table.php:687 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_events.php:1761 +#: ../../include/functions_events.php:4033 +msgid "Delete event" +msgstr "Eliminar evento" + +#: ../../operation/events/events.build_table.php:692 +#: ../../operation/events/events.php:705 ../../operation/events/events.php:709 +#: ../../operation/events/events.php:879 ../../operation/events/events.php:883 +#: ../../include/functions_events.php:4038 +msgid "Is not allowed delete events in process" +msgstr "No puede borrar eventos en proceso" + +#: ../../operation/events/events.build_table.php:754 +msgid "Validate selected" +msgstr "Validar selección" + +#: ../../operation/events/events.build_table.php:770 +#: ../../godmode/snmpconsole/snmp_alert.php:1331 +#: ../../godmode/agentes/agent_manager.php:220 +msgid "Delete selected" +msgstr "Borrar seleccionado(s)" + +#: ../../operation/events/sound_events.php:68 +msgid "Sound console" +msgstr "Consola sonora" + +#: ../../operation/events/sound_events.php:82 +#: ../../operation/events/events.php:72 +#: ../../operation/netflow/nf_live_view.php:254 +#: ../../operation/search_modules.php:49 +#: ../../operation/agentes/ver_agente.php:806 +#: ../../mobile/operation/networkmaps.php:77 +#: ../../mobile/operation/networkmaps.php:78 +#: ../../mobile/operation/networkmaps.php:140 +#: ../../mobile/operation/networkmaps.php:141 +#: ../../mobile/operation/networkmaps.php:196 +#: ../../mobile/operation/visualmaps.php:61 +#: ../../mobile/operation/visualmaps.php:62 +#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 +#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 +#: ../../mobile/operation/events.php:623 +#: ../../include/functions_snmp_browser.php:410 +#: ../../include/ajax/module.php:738 +#: ../../include/functions_visual_map_editor.php:400 +#: ../../include/functions_visual_map_editor.php:419 +#: ../../include/functions_reporting_html.php:809 +#: ../../include/functions_reporting_html.php:818 +#: ../../include/functions_reporting_html.php:1023 +#: ../../include/functions_reporting_html.php:1033 +#: ../../include/functions_reporting_html.php:1641 +#: ../../include/functions_reporting_html.php:2105 +#: ../../include/functions_reporting_html.php:3095 +#: ../../include/functions_events.php:901 +#: ../../include/functions_events.php:2367 +#: ../../godmode/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:216 +#: ../../godmode/reporting/reporting_builder.item_editor.php:620 +#: ../../godmode/reporting/reporting_builder.list_items.php:166 #: ../../godmode/reporting/reporting_builder.list_items.php:193 -#: ../../godmode/reporting/visual_console_builder.wizard.php:294 -#: ../../godmode/servers/servers.build_table.php:68 -#: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:3246 +#: ../../godmode/reporting/reporting_builder.list_items.php:286 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/modules/manage_network_components.php:566 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components_form_common.php:69 +#: ../../godmode/agentes/module_manager_editor_common.php:186 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../godmode/agentes/module_manager.php:131 +#: ../../godmode/agentes/module_manager.php:557 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/agent_template.php:229 +msgid "Type" +msgstr "Tipo" + +#: ../../operation/events/sound_events.php:84 +#: ../../include/functions_reporting.php:7125 +msgid "Monitor critical" +msgstr "Monitor crítico" + +#: ../../operation/events/sound_events.php:85 +#: ../../include/functions_reporting.php:7140 +msgid "Monitor unknown" +msgstr "Monitor desconocido" + +#: ../../operation/events/sound_events.php:86 +#: ../../include/functions_reporting.php:7129 +msgid "Monitor warning" +msgstr "Monitor warning" + +#: ../../operation/events/events.php:71 +msgid "Event" +msgstr "Evento" + +#: ../../operation/events/events.php:195 +msgid "" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" +msgstr "" +"El visor de eventos está desactivado debido a la replicación de eventos. Por " +"favor, contacte con el administrador para obtener más información." + +#: ../../operation/events/events.php:334 +#: ../../operation/users/user_edit.php:278 ../../godmode/events/events.php:37 +msgid "Event list" +msgstr "Lista de eventos" + +#: ../../operation/events/events.php:339 +msgid "History event list" +msgstr "Lista histórica de eventos" + +#: ../../operation/events/events.php:344 +msgid "RSS Events" +msgstr "Eventos RSS" + +#: ../../operation/events/events.php:349 +msgid "Marquee display" +msgstr "Marquesina deslizante" + +#: ../../operation/events/events.php:354 +msgid "Export to CSV file" +msgstr "Exportar a un archivo CSV" + +#: ../../operation/events/events.php:358 ../../operation/events/events.php:397 +msgid "Sound events" +msgstr "Eventos sonoros" + +#: ../../operation/events/events.php:365 ../../godmode/events/events.php:85 +#: ../../godmode/events/events.php:88 +#: ../../godmode/users/configure_profile.php:283 +msgid "Manage events" +msgstr "Gestionar eventos" + +#: ../../operation/events/events.php:401 +msgid "History" +msgstr "Historial" + +#: ../../operation/events/events.php:446 +msgid "Main event view" +msgstr "Vista principal de eventos" + +#: ../../operation/events/events.php:452 +#: ../../operation/reporting/graph_viewer.php:159 +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/visual_console/render_view.php:167 +#: ../../operation/gis_maps/render_view.php:115 +#: ../../extensions/agents_modules.php:120 +#: ../../extensions/agents_alerts.php:96 +msgid "Back to normal mode" +msgstr "Volver a modo normal" + +#: ../../operation/events/events.php:464 +msgid "No events selected" +msgstr "No se han seleccionado eventos" + +#: ../../operation/events/events.php:490 +msgid "Successfully validated" +msgstr "Validado correctamente" + +#: ../../operation/events/events.php:491 ../../operation/events/events.php:768 +#: ../../operation/events/events.php:920 +msgid "Could not be validated" +msgstr "No se pudo validar" + +#: ../../operation/events/events.php:495 +msgid "Successfully set in process" +msgstr "Correctamente establecido en modo \"en proceso\"" + +#: ../../operation/events/events.php:496 +msgid "Could not be set in process" +msgstr "No se ha podido establecer en modo \"en proceso\"" + +#: ../../operation/events/events.php:800 +msgid "Successfully delete" +msgstr "Borrado satisfactoriamente" + +#: ../../operation/events/events.php:803 +msgid "Error deleting event" +msgstr "Error al eliminar evento" + +#: ../../operation/users/webchat.php:71 +msgid "Webchat" +msgstr "Chat de la Web" + +#: ../../operation/users/webchat.php:82 +msgid "Users Online" +msgstr "Usuarios en linea" + +#: ../../operation/users/webchat.php:86 +#: ../../operation/messages/message_edit.php:92 +#: ../../operation/messages/message_edit.php:210 +msgid "Message" +msgstr "Mensaje" + +#: ../../operation/users/webchat.php:90 +#: ../../operation/messages/message_edit.php:217 +msgid "Send message" +msgstr "Enviar mensaje" + +#: ../../operation/users/webchat.php:157 +msgid "Connection established...get last 24h messages..." +msgstr "Conexión establecida. Obtener mensajes de las últimas 24 horas" + +#: ../../operation/users/webchat.php:168 +msgid "Error in connection." +msgstr "Error en la conexión" + +#: ../../operation/users/webchat.php:249 +msgid "Error sendding message." +msgstr "Error al enviar mensaje" + +#: ../../operation/users/webchat.php:277 +msgid "Error login." +msgstr "Error al acceder al sistema" + +#: ../../operation/users/user_edit.php:62 +#: ../../godmode/users/configure_user.php:90 +msgid "User detail editor" +msgstr "Editor de detalles de usuario" + +#: ../../operation/users/user_edit.php:130 +#: ../../operation/users/user_edit.php:137 +msgid "Password successfully updated" +msgstr "Contraseña actualizada correctamente" + +#: ../../operation/users/user_edit.php:131 +#: ../../operation/users/user_edit.php:138 +#, php-format +msgid "Error updating passwords: %s" +msgstr "Error al actualizar las contraseñas: %s" + +#: ../../operation/users/user_edit.php:143 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" +msgstr "" +"Las contraseñas no coincidían o se encontró otro problema al actualizar las " +"contraseñas" + +#: ../../operation/users/user_edit.php:154 +#: ../../operation/users/user_edit.php:164 +#: ../../godmode/users/configure_user.php:303 +#: ../../godmode/users/configure_user.php:313 +#: ../../godmode/users/configure_user.php:341 +#: ../../godmode/users/configure_user.php:347 +#: ../../godmode/users/configure_user.php:375 +msgid "User info successfully updated" +msgstr "Información del usuario actualizada correctamente" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:165 +msgid "Error updating user info" +msgstr "Error al actualizar la información del usuario" + +#: ../../operation/users/user_edit.php:175 +msgid "Edit my User" +msgstr "Editar mi Usuario" + +#: ../../operation/users/user_edit.php:186 +#: ../../godmode/users/configure_user.php:445 +msgid "Full (display) name" +msgstr "Nombre completo" + +#: ../../operation/users/user_edit.php:208 +#: ../../godmode/users/configure_user.php:477 +#: ../../godmode/users/user_list.php:407 +msgid "E-mail" +msgstr "Correo-e" + +#: ../../operation/users/user_edit.php:210 +#: ../../godmode/users/configure_user.php:481 +msgid "Phone number" +msgstr "Número de teléfono" + +#: ../../operation/users/user_edit.php:219 +msgid "New Password" +msgstr "Contraseña nueva" + +#: ../../operation/users/user_edit.php:221 +#: ../../godmode/users/configure_user.php:457 +msgid "Password confirmation" +msgstr "Confirmar contraseña" + +#: ../../operation/users/user_edit.php:229 +msgid "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"No puede cambiar su contraseña desde Pandora FMS bajo el actual esquema de " +"autenticación" + +#: ../../operation/users/user_edit.php:238 +msgid "If checkbox is clicked then block size global configuration is used" +msgstr "" +"Si se marca el checkbox entonces el tamaño de bloque de la configuración " +"global será usado" + +#: ../../operation/users/user_edit.php:251 +#: ../../include/functions_config.php:469 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/users/configure_user.php:515 +msgid "Interactive charts" +msgstr "Gráficas interactivas" + +#: ../../operation/users/user_edit.php:251 +#: ../../godmode/setup/setup_visuals.php:460 +#: ../../godmode/users/configure_user.php:515 +msgid "Whether to use Javascript or static PNG graphs" +msgstr "Si usar Javascript or graficas estáticas PNG" + +#: ../../operation/users/user_edit.php:255 +#: ../../godmode/users/configure_user.php:449 +msgid "Language" +msgstr "Idioma" + +#: ../../operation/users/user_edit.php:274 +msgid "Home screen" +msgstr "Pantalla de inicio" + +#: ../../operation/users/user_edit.php:274 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type " +"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view" +msgstr "" +"El usuario puede personalizar la página principal . Por defecto, desplegará " +"'Detalle del Agente'. Ejemplo: Seleccione 'Otro' y type " +"sec=estado&sec2=operation/agentes/estado_agente para mostrarla vista " +"detallada del agente." + +#: ../../operation/users/user_edit.php:284 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../operation/users/user_edit.php:322 +#: ../../godmode/users/configure_user.php:509 +#: ../../godmode/groups/configure_group.php:196 +msgid "Skin" +msgstr "Skin" + +#: ../../operation/users/user_edit.php:334 +#: ../../include/functions_config.php:359 +#: ../../godmode/setup/setup_auth.php:128 +msgid "Double authentication" +msgstr "Doble autenticación" + +#: ../../operation/users/user_edit.php:339 +msgid "Show information" +msgstr "Mostrar información" + +#: ../../operation/users/user_edit.php:345 +msgid "Event filter" +msgstr "Filtro de eventos" + +#: ../../operation/users/user_edit.php:350 +msgid "Newsletter Subscribed" +msgstr "Suscrito al boletín informativo" + +#: ../../operation/users/user_edit.php:352 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "Ya está suscrito al boletín informativo de Pandora FMS" + +#: ../../operation/users/user_edit.php:355 +#: ../../general/login_identification_wizard.php:167 +msgid "Subscribe to our newsletter" +msgstr "Suscríbete a nuestro boletín" + +#: ../../operation/users/user_edit.php:358 +msgid "Newsletter Reminder" +msgstr "Recordatorio del boletín informativo" + +#: ../../operation/users/user_edit.php:414 +msgid "Autorefresh" +msgstr "Autorefresco" + +#: ../../operation/users/user_edit.php:414 +msgid "This will activate autorefresh in selected pages" +msgstr "Esto activará el auto refresco en las páginas seleccionadas" + +#: ../../operation/users/user_edit.php:421 +msgid "Full list of pages" +msgstr "Lista entera de páginas" + +#: ../../operation/users/user_edit.php:423 +msgid "List of pages with autorefresh" +msgstr "Lista de páginas con auto refresco" + +#: ../../operation/users/user_edit.php:429 +msgid "Push selected pages into autorefresh list" +msgstr "Añadir las páginas seleccionadas a la lista de auto refresco" + +#: ../../operation/users/user_edit.php:433 +msgid "Pop selected pages out of autorefresh list" +msgstr "Quitar las páginas seleccionadas de la lista de auto refresco" + +#: ../../operation/users/user_edit.php:448 +#: ../../mobile/operation/events.php:518 ../../general/logon_ok.php:228 +#: ../../general/logon_ok.php:425 ../../include/ajax/events.php:302 +#: ../../include/functions_reporting_html.php:3590 +#: ../../include/functions.php:2316 ../../godmode/users/configure_user.php:485 +#: ../../godmode/servers/manage_recontask_form.php:359 +#: ../../godmode/admin_access_logs.php:192 +msgid "Comments" +msgstr "Comentarios" + +#: ../../operation/users/user_edit.php:469 +msgid "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"No puede cambiar su información de usuario desde Pandora FMS bajo el actual " +"esquema de autenticación" + +#: ../../operation/users/user_edit.php:479 +#: ../../operation/users/user_edit.php:487 +#: ../../godmode/users/configure_user.php:604 +#: ../../godmode/users/configure_user.php:613 +msgid "Profiles/Groups assigned to this user" +msgstr "Perfiles/Grupos asignados a este usuario" + +#: ../../operation/users/user_edit.php:504 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/users/configure_profile.php:242 +#: ../../godmode/users/configure_user.php:623 +msgid "Profile name" +msgstr "Nombre del perfil" + +#: ../../operation/users/user_edit.php:541 +msgid "This user doesn't have any assigned profile/group." +msgstr "Esté usuario no tiene asignado ningún perfil/grupo" + +#: ../../operation/users/user_edit.php:693 +#: ../../operation/users/user_edit.php:758 +#: ../../operation/users/user_edit.php:829 ../../general/logon_failed.php:21 +#: ../../include/ajax/double_auth.ajax.php:247 +#: ../../include/ajax/double_auth.ajax.php:342 +#: ../../include/ajax/double_auth.ajax.php:387 +#: ../../include/ajax/double_auth.ajax.php:501 +msgid "Authentication error" +msgstr "Error de autenticación" + +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:761 +#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 +#: ../../include/ajax/double_auth.ajax.php:250 +#: ../../include/ajax/double_auth.ajax.php:345 +#: ../../include/ajax/double_auth.ajax.php:390 +#: ../../include/ajax/double_auth.ajax.php:505 +#: ../../include/functions_ui.php:228 ../../include/functions_events.php:1176 +#: ../../include/functions_events.php:1422 ../../include/functions.php:1043 +#: ../../godmode/massive/massive_edit_plugins.php:813 +#: ../../godmode/massive/massive_edit_plugins.php:814 +#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 +msgid "Error" +msgstr "Error" + +#: ../../operation/users/user_edit.php:700 +#: ../../operation/users/user_edit.php:765 +#: ../../include/ajax/double_auth.ajax.php:254 +#: ../../include/ajax/double_auth.ajax.php:349 +#: ../../include/ajax/double_auth.ajax.php:394 +#: ../../include/ajax/double_auth.ajax.php:509 +msgid "There was an error loading the data" +msgstr "Se ha producido un error al cargar los datos" + +#: ../../operation/users/user_edit.php:710 +msgid "Double autentication information" +msgstr "Información sobre la doble autenticación" + +#: ../../operation/users/user_edit.php:773 +#: ../../operation/users/user_edit.php:849 +msgid "Double autentication activation" +msgstr "Activación de la doble autenticación" + +#: ../../operation/users/user_edit.php:799 +msgid "The double authentication will be deactivated" +msgstr "La doble autenticación se desactivará" + +#: ../../operation/users/user_edit.php:800 +msgid "Deactivate" +msgstr "Desactivado" + +#: ../../operation/users/user_edit.php:832 +msgid "The double autentication was deactivated successfully" +msgstr "La doble autenticación fue desactivada con éxito" + +#: ../../operation/users/user_edit.php:835 +#: ../../operation/users/user_edit.php:839 +msgid "There was an error deactivating the double autentication" +msgstr "Ha habido un error al desactivar la doble autenticación" + +#: ../../operation/reporting/custom_reporting.php:32 +#: ../../operation/reporting/graph_viewer.php:344 +msgid "There are no defined reportings" +msgstr "No hay informes definidos" + +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +#: ../../godmode/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/netflow/nf_item_list.php:106 +#: ../../godmode/netflow/nf_item_list.php:127 +#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../godmode/agentes/planned_downtime.list.php:108 +msgid "Not deleted. Error deleting data" +msgstr "No se pudo borrar. Error al borrar los datos." + +#: ../../operation/reporting/graph_viewer.php:137 +#: ../../godmode/reporting/graph_builder.php:203 +#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 +msgid "Graph list" +msgstr "Lista de la gráfica" + +#: ../../operation/reporting/graph_viewer.php:140 +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/visual_console/pure_ajax.php:110 +#: ../../operation/visual_console/render_view.php:113 +#: ../../godmode/reporting/reporting_builder.main.php:51 +#: ../../godmode/reporting/graph_builder.php:206 +#: ../../godmode/reporting/reporting_builder.php:1957 +#: ../../godmode/reporting/reporting_builder.php:1985 +#: ../../godmode/reporting/visual_console_builder.php:668 +msgid "Main data" +msgstr "Datos principales" + +#: ../../operation/reporting/graph_viewer.php:143 +#: ../../godmode/reporting/graph_builder.php:209 +msgid "Graph editor" +msgstr "Editor de Gráficas" + +#: ../../operation/reporting/graph_viewer.php:149 +#: ../../godmode/reporting/graph_builder.php:212 +msgid "View graph" +msgstr "Ver gráfica" + +#: ../../operation/reporting/graph_viewer.php:154 +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/visual_console/pure_ajax.php:136 +#: ../../operation/visual_console/render_view.php:139 +#: ../../operation/gis_maps/render_view.php:111 +#: ../../extensions/disabled/matrix_events.php:31 +#: ../../extensions/agents_modules.php:115 +#: ../../extensions/agents_alerts.php:91 +msgid "Full screen mode" +msgstr "Modo a pantalla completa" + +#: ../../operation/reporting/graph_viewer.php:184 +msgid "No data." +msgstr "Sin datos." + +#: ../../operation/reporting/graph_viewer.php:207 +#: ../../operation/agentes/interface_traffic_graph_win.php:233 +#: ../../operation/agentes/stat_win.php:338 +#: ../../operation/agentes/graphs.php:136 +msgid "Time range" +msgstr "Rango de tiempo" + +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../operation/reporting/graph_viewer.php:239 +msgid "Graph defined" +msgstr "Gráfico definido" + +#: ../../operation/reporting/graph_viewer.php:217 +#: ../../include/functions_visual_map_editor.php:325 +#: ../../godmode/setup/setup_visuals.php:481 +#: ../../godmode/setup/setup_visuals.php:490 +#: ../../godmode/reporting/graph_builder.main.php:157 +msgid "Area" +msgstr "Área" + +#: ../../operation/reporting/graph_viewer.php:218 +#: ../../godmode/reporting/graph_builder.main.php:158 +msgid "Stacked area" +msgstr "Área apilada" + +#: ../../operation/reporting/graph_viewer.php:219 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:324 +#: ../../include/functions_visual_map_editor.php:612 +#: ../../godmode/setup/setup_visuals.php:484 +#: ../../godmode/setup/setup_visuals.php:493 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/reporting/graph_builder.main.php:159 +msgid "Line" +msgstr "Línea" + +#: ../../operation/reporting/graph_viewer.php:220 +#: ../../godmode/reporting/graph_builder.main.php:160 +msgid "Stacked line" +msgstr "Línea apilada" + +#: ../../operation/reporting/graph_viewer.php:221 +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Bullet chart" +msgstr "gráfico bala" + +#: ../../operation/reporting/graph_viewer.php:222 +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Gauge" +msgstr "Medidor" + +#: ../../operation/reporting/graph_viewer.php:223 +msgid "Horizontal Bars" +msgstr "Barras horizontales" + +#: ../../operation/reporting/graph_viewer.php:224 +msgid "Vertical Bars" +msgstr "Barras verticales" + +#: ../../operation/reporting/graph_viewer.php:225 +#: ../../godmode/reporting/graph_builder.main.php:165 +msgid "Pie" +msgstr "Gráfico Circular" + +#: ../../operation/reporting/graph_viewer.php:230 +#: ../../godmode/reporting/graph_builder.main.php:169 +msgid "Equalize maximum thresholds" +msgstr "Igualar umbrales máximos" + +#: ../../operation/reporting/graph_viewer.php:231 +#: ../../godmode/reporting/graph_builder.main.php:170 +msgid "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" +msgstr "" +"Si se selecciona una opción, todos los gráficos tendrán el valor más alto de " +"todos los módulos incluidos en el gráfico como umbral máximo" + +#: ../../operation/reporting/graph_viewer.php:240 +msgid "Zoom x1" +msgstr "Ampliación x1" + +#: ../../operation/reporting/graph_viewer.php:241 +msgid "Zoom x2" +msgstr "Ampliación x2" + +#: ../../operation/reporting/graph_viewer.php:242 +msgid "Zoom x3" +msgstr "Ampliación x3" + +#: ../../operation/reporting/graph_viewer.php:247 +#: ../../operation/visual_console/render_view.php:176 +#: ../../operation/visual_console/public_console.php:112 +#: ../../operation/servers/recon_view.php:49 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/agents_alerts.php:79 ../../general/login_page.php:46 +#: ../../general/login_page.php:199 +#: ../../include/functions_pandora_networkmap.php:751 +#: ../../include/ajax/module.php:807 +msgid "Refresh" +msgstr "Refrescar" + +#: ../../operation/reporting/graph_viewer.php:310 +#: ../../operation/reporting/reporting_viewer.php:314 +msgid "Invalid date selected" +msgstr "Fecha seleccionada inválida" + +#: ../../operation/reporting/graph_viewer.php:317 +msgid "Custom graph viewer" +msgstr "Visor de imágenes personalizadas" + +#: ../../operation/reporting/graph_viewer.php:328 +#: ../../operation/search_graphs.php:33 ../../godmode/reporting/graphs.php:152 +msgid "Graph name" +msgstr "Nombre gráfica" + +#: ../../operation/reporting/reporting_viewer.php:77 +#: ../../godmode/netflow/nf_item_list.php:39 +msgid "Report list" +msgstr "Lista de informes" + +#: ../../operation/reporting/reporting_viewer.php:86 +#: ../../godmode/reporting/reporting_builder.php:1960 +msgid "List items" +msgstr "Listado de elementos" + +#: ../../operation/reporting/reporting_viewer.php:90 +#: ../../godmode/reporting/reporting_builder.php:1963 +msgid "Item editor" +msgstr "Editor de elementos" + +#: ../../operation/reporting/reporting_viewer.php:98 +#: ../../godmode/reporting/reporting_builder.php:1972 +msgid "View report" +msgstr "Ver informe" + +#: ../../operation/reporting/reporting_viewer.php:147 +msgid "View Report" +msgstr "Ver Informe" + +#: ../../operation/reporting/reporting_viewer.php:186 +msgid "Set initial date" +msgstr "Fijar fecha de inicio" + +#: ../../operation/reporting/reporting_viewer.php:194 +#: ../../operation/agentes/gis_view.php:181 +#: ../../godmode/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:536 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:143 +msgid "From" +msgstr "De" + +#: ../../operation/reporting/reporting_viewer.php:197 +#: ../../include/functions_reporting_html.php:119 +msgid "Items period before" +msgstr "Periodo de elementos antes de" + +#: ../../operation/reporting/reporting_viewer.php:198 +#: ../../include/ajax/alert_list.ajax.php:159 +#: ../../include/functions_reporting.php:9962 +#: ../../godmode/alerts/alert_list.list.php:533 +#: ../../godmode/alerts/alert_list.list.php:619 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:185 +msgid "to" +msgstr "a" + +#: ../../operation/reporting/reporting_viewer.php:212 +msgid "Invalid date selected. Initial date must be before end date." +msgstr "" +"Fecha seleccionada no válida. La fecha inicial debe ser anterior a la fecha " +"de finalización." + +#: ../../operation/reporting/reporting_viewer.php:234 +#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 +#: ../../godmode/massive/massive_copy_modules.php:164 +msgid "Loading" +msgstr "Cargando" + +#: ../../operation/tree.php:55 ../../operation/tree.php:94 +#: ../../operation/gis_maps/ajax.php:276 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 +#: ../../operation/agentes/estado_generalagente.php:127 +#: ../../operation/agentes/estado_agente.php:507 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:316 +#: ../../include/functions_reporting_html.php:2074 +#: ../../include/functions_events.php:2033 +#: ../../godmode/massive/massive_edit_agents.php:305 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/agentes/agent_manager.php:282 +#: ../../godmode/agentes/modificar_agente.php:485 +msgid "OS" +msgstr "SO" + +#: ../../operation/tree.php:61 +#: ../../operation/agentes/pandora_networkmap.php:400 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../mobile/operation/home.php:50 ../../mobile/operation/groups.php:66 +#: ../../mobile/include/functions_web.php:26 +#: ../../include/functions_maps.php:40 +#: ../../include/functions_networkmap.php:1632 +#: ../../godmode/reporting/visual_console_builder.wizard.php:260 +msgid "Groups" +msgstr "Grupos" + +#: ../../operation/tree.php:67 ../../extensions/module_groups.php:325 +#: ../../godmode/menu.php:49 +msgid "Module groups" +msgstr "Grupos de Módulos" + +#: ../../operation/tree.php:73 ../../operation/search_results.php:134 +#: ../../operation/search_agents.php:63 +#: ../../operation/agentes/exportdata.php:275 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 +#: ../../operation/agentes/estado_agente.php:522 +#: ../../operation/agentes/graphs.php:123 +#: ../../extensions/agents_modules.php:313 ../../mobile/operation/home.php:64 +#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:327 +#: ../../mobile/operation/agents.php:328 ../../mobile/operation/agent.php:233 +#: ../../mobile/operation/modules.php:186 #: ../../include/functions_reports.php:563 #: ../../include/functions_reports.php:565 #: ../../include/functions_reports.php:567 @@ -1329,123 +3501,3530 @@ msgstr "No hay agentes con módulos" #: ../../include/functions_reports.php:571 #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:575 -#: ../../mobile/operation/agent.php:233 ../../mobile/operation/agents.php:79 -#: ../../mobile/operation/agents.php:327 ../../mobile/operation/agents.php:328 -#: ../../mobile/operation/home.php:64 ../../mobile/operation/modules.php:186 -#: ../../operation/agentes/estado_agente.php:522 -#: ../../operation/agentes/exportdata.php:275 -#: ../../operation/agentes/graphs.php:123 -#: ../../operation/agentes/group_view.php:121 -#: ../../operation/agentes/group_view.php:159 -#: ../../operation/search_agents.php:63 ../../operation/search_results.php:134 -#: ../../operation/tree.php:73 -#: ../../enterprise/dashboard/widgets/agent_module.php:256 -#: ../../enterprise/dashboard/widgets/groups_status.php:160 -#: ../../enterprise/dashboard/widgets/service_map.php:98 -#: ../../enterprise/dashboard/widgets/top_n.php:332 -#: ../../enterprise/dashboard/widgets/tree_view.php:37 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/godmode/policies/policies.php:389 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:788 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:430 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:309 -#: ../../enterprise/godmode/policies/policy_modules.php:389 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:156 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:161 -#: ../../enterprise/include/functions_policies.php:3212 -#: ../../enterprise/include/functions_reporting_pdf.php:562 -#: ../../enterprise/include/functions_reporting_pdf.php:714 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1649 -#: ../../enterprise/meta/monitoring/group_view.php:99 -#: ../../enterprise/meta/monitoring/group_view.php:137 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/operation/services/services.service_map.php:140 +#: ../../include/functions_reporting_html.php:1322 +#: ../../include/functions_reporting_html.php:3236 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_edit_modules.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/visual_console_builder.wizard.php:294 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1053 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 +#: ../../godmode/reporting/reporting_builder.list_items.php:164 +#: ../../godmode/reporting/reporting_builder.list_items.php:190 +#: ../../godmode/db/db_refine.php:95 +#: ../../godmode/servers/servers.build_table.php:68 +#: ../../godmode/agentes/configurar_agente.php:302 +#: ../../godmode/agentes/configurar_agente.php:535 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/planned_downtime.editor.php:757 +#: ../../godmode/agentes/planned_downtime.editor.php:831 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804 +#: ../../godmode/agentes/modificar_agente.php:574 msgid "Modules" msgstr "Módulos" -#: ../../extensions/agents_modules.php:411 -msgid "Previous modules" -msgstr "Módulos anteriores" +#: ../../operation/tree.php:80 ../../include/functions_maps.php:37 +#: ../../include/functions_networkmap.php:1635 +msgid "Policies" +msgstr "Políticas" -#: ../../extensions/agents_modules.php:450 -msgid "More modules" -msgstr "Más modulos" +#: ../../operation/tree.php:88 +#, php-format +msgid "Sort the agents by %s" +msgstr "Ordenar los agentes por %s" -#: ../../extensions/agents_modules.php:569 -#: ../../extensions/module_groups.php:296 -#: ../../godmode/snmpconsole/snmp_alert.php:1343 -#: ../../include/functions_reporting_html.php:1444 -#: ../../operation/snmpconsole/snmp_view.php:935 -#: ../../enterprise/dashboard/widgets/service_map.php:49 -#: ../../enterprise/dashboard/widgets/service_map.php:74 -#: ../../enterprise/operation/services/services.service_map.php:116 -msgid "Legend" -msgstr "Leyenda" +#: ../../operation/tree.php:91 +msgid "tags" +msgstr "Etiquetas" -#: ../../extensions/agents_modules.php:570 -#: ../../include/functions_reporting_html.php:1445 -msgid "Orange cell when the module has fired alerts" -msgstr "Cuadro naranja cuando el módulo ha lanzado alertas." +#: ../../operation/tree.php:97 +msgid "groups" +msgstr "Grupos" -#: ../../extensions/agents_modules.php:571 -#: ../../include/functions_reporting_html.php:1446 -msgid "Red cell when the module has a critical status" -msgstr "Cuadro rojo cuando el modulo está en estado crítico." +#: ../../operation/tree.php:100 +msgid "module groups" +msgstr "Grupos de módulos" -#: ../../extensions/agents_modules.php:572 -#: ../../include/functions_reporting_html.php:1447 -msgid "Yellow cell when the module has a warning status" -msgstr "Cuadro amarillo cuando el módulo está en estado Warning." +#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71 +#: ../../godmode/setup/license.php:74 ../../godmode/setup/license.php:77 +#: ../../godmode/setup/license.php:80 +msgid "modules" +msgstr "Módulos" -#: ../../extensions/agents_modules.php:573 -#: ../../include/functions_reporting_html.php:1448 -msgid "Green cell when the module has a normal status" -msgstr "Cuadro verde cuando el módulo está en estado normal." +#: ../../operation/tree.php:107 +msgid "policies" +msgstr "Políticas" -#: ../../extensions/agents_modules.php:574 -#: ../../include/functions_reporting_html.php:1449 -msgid "Grey cell when the module has an unknown status" -msgstr "Cuadro gris cuando el módulo está en estado desconocido" +#: ../../operation/tree.php:131 ../../operation/tree.php:156 +#: ../../operation/tree.php:303 ../../operation/netflow/nf_live_view.php:322 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/estado_monitores.php:450 +#: ../../operation/agentes/tactical.php:152 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39 +#: ../../include/functions_groups.php:821 +#: ../../include/functions_groups.php:823 +#: ../../include/functions_groups.php:825 +#: ../../include/functions_groups.php:826 +#: ../../include/functions_groups.php:827 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_graph.php:2186 +#: ../../include/functions_graph.php:3284 +#: ../../include/functions_graph.php:3285 +#: ../../include/functions_graph.php:5231 +#: ../../include/functions_reporting_html.php:1567 +#: ../../include/functions_events.php:1465 ../../include/functions.php:873 +#: ../../include/functions.php:1077 ../../include/functions.php:1084 +#: ../../include/functions.php:1114 +#: ../../godmode/massive/massive_edit_agents.php:216 +#: ../../godmode/massive/massive_delete_agents.php:113 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../godmode/massive/massive_copy_modules.php:77 +#: ../../godmode/massive/massive_copy_modules.php:190 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../godmode/netflow/nf_edit_form.php:207 +msgid "Normal" +msgstr "Normal" -#: ../../extensions/agents_modules.php:575 -msgid "Cell turns blue when the module is in 'not initialize' status" +#: ../../operation/tree.php:132 ../../operation/tree.php:157 +#: ../../operation/tree.php:288 ../../operation/netflow/nf_live_view.php:273 +#: ../../operation/gis_maps/render_view.php:150 +#: ../../operation/agentes/status_monitor.php:300 +#: ../../operation/agentes/estado_monitores.php:452 +#: ../../operation/agentes/tactical.php:151 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40 +#: ../../include/functions_groups.php:830 +#: ../../include/functions_groups.php:832 +#: ../../include/functions_groups.php:834 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_groups.php:836 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:2185 +#: ../../include/functions_graph.php:3292 +#: ../../include/functions_graph.php:3293 +#: ../../include/functions_graph.php:5234 +#: ../../include/functions_reporting_html.php:1571 +#: ../../include/functions_events.php:1468 ../../include/functions.php:876 +#: ../../include/functions.php:1079 ../../include/functions.php:1082 +#: ../../include/functions.php:1117 ../../godmode/setup/setup_netflow.php:70 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_edit_agents.php:407 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/massive/massive_copy_modules.php:78 +#: ../../godmode/massive/massive_copy_modules.php:191 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/servers/manage_recontask_form.php:189 +msgid "Warning" +msgstr "Advertencia" + +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:149 +#: ../../operation/agentes/status_monitor.php:301 +#: ../../operation/agentes/estado_monitores.php:448 +#: ../../operation/agentes/tactical.php:150 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41 +#: ../../include/functions_groups.php:839 +#: ../../include/functions_groups.php:841 +#: ../../include/functions_groups.php:843 +#: ../../include/functions_groups.php:844 +#: ../../include/functions_groups.php:845 ../../include/functions_ui.php:2001 +#: ../../include/functions_graph.php:2184 +#: ../../include/functions_graph.php:3300 +#: ../../include/functions_graph.php:3301 +#: ../../include/functions_graph.php:5237 +#: ../../include/functions_reporting_html.php:680 +#: ../../include/functions_reporting_html.php:1569 +#: ../../include/functions_reporting_html.php:2528 +#: ../../include/functions_events.php:1471 ../../include/functions.php:879 +#: ../../include/functions.php:1081 ../../include/functions.php:1082 +#: ../../include/functions.php:1084 ../../include/functions.php:1120 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_delete_agents.php:115 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../godmode/massive/massive_copy_modules.php:79 +#: ../../godmode/massive/massive_copy_modules.php:192 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:329 +msgid "Critical" +msgstr "Crítico" + +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 ../../operation/agentes/status_monitor.php:302 +#: ../../operation/agentes/pandora_networkmap.view.php:245 +#: ../../operation/agentes/estado_monitores.php:453 +#: ../../operation/agentes/tactical.php:153 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42 +#: ../../include/ajax/module.php:824 +#: ../../include/functions_visual_map.php:1580 +#: ../../include/functions_visual_map.php:1601 +#: ../../include/functions_visual_map.php:1617 +#: ../../include/functions_visual_map.php:1633 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_groups.php:803 +#: ../../include/functions_groups.php:805 +#: ../../include/functions_groups.php:807 +#: ../../include/functions_groups.php:808 +#: ../../include/functions_groups.php:809 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 ../../include/functions_reports.php:426 +#: ../../include/functions_graph.php:773 +#: ../../include/functions_graph.php:2187 +#: ../../include/functions_graph.php:3957 ../../include/functions_maps.php:46 +#: ../../include/graphs/functions_flot.php:459 +#: ../../include/functions_reporting_html.php:490 +#: ../../include/functions_reporting_html.php:569 +#: ../../include/functions_reporting_html.php:1552 +#: ../../include/functions_reporting_html.php:1573 +#: ../../include/functions_reporting_html.php:2036 +#: ../../include/functions_reporting_html.php:2198 +#: ../../include/functions_alerts.php:584 +#: ../../include/functions_events.php:1392 +#: ../../include/functions_events.php:2855 +#: ../../include/functions_reporting.php:3410 ../../include/functions.php:1032 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:330 +msgid "Unknown" +msgstr "Desconocido" + +#: ../../operation/tree.php:135 ../../operation/tree.php:160 +#: ../../operation/tree.php:298 ../../operation/agentes/status_monitor.php:304 +#: ../../operation/agentes/tactical.php:154 +#: ../../operation/agentes/group_view.php:167 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../mobile/operation/modules.php:44 +#: ../../include/functions_groups.php:812 +#: ../../include/functions_groups.php:814 +#: ../../include/functions_groups.php:816 +#: ../../include/functions_groups.php:817 +#: ../../include/functions_groups.php:818 +#: ../../include/functions_graph.php:2190 +#: ../../include/functions_reporting_html.php:1575 +#: ../../godmode/massive/massive_edit_agents.php:221 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_edit_modules.php:301 +#: ../../godmode/massive/massive_edit_modules.php:332 +msgid "Not init" +msgstr "No inicializados" + +#: ../../operation/tree.php:138 +msgid "Agent status" +msgstr "Estado de agente" + +#: ../../operation/tree.php:140 +msgid "Search agent" +msgstr "Buscar agente" + +#: ../../operation/tree.php:147 ../../operation/netflow/nf_live_view.php:320 +#: ../../operation/agentes/estado_monitores.php:474 +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/incidents/incident.php:230 +#: ../../godmode/snmpconsole/snmp_alert.php:1014 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/reporting/reporting_builder.item_editor.php:663 +#: ../../godmode/reporting/reporting_builder.list_items.php:174 +#: ../../godmode/reporting/reporting_builder.list_items.php:197 +#: ../../godmode/netflow/nf_item_list.php:148 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/agentes/module_manager.php:49 ../../godmode/tag/tag.php:161 +msgid "Filter" +msgstr "Filtro" + +#: ../../operation/tree.php:163 +#: ../../include/functions_reporting_html.php:2751 +msgid "Module status" +msgstr "Estado del módulo" + +#: ../../operation/tree.php:165 +msgid "Search module" +msgstr "Buscar módulo" + +#: ../../operation/tree.php:189 +msgid "Tree search" +msgstr "Búsqueda de árbol" + +#: ../../operation/tree.php:264 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 +msgid "No data found" +msgstr "No se encontraron datos" + +#: ../../operation/tree.php:271 ../../mobile/operation/groups.php:125 +#: ../../include/functions_reporting_html.php:3459 +#: ../../include/functions_reporting.php:7216 ../../godmode/db/db_main.php:99 +msgid "Total agents" +msgstr "Agentes totales" + +#: ../../operation/tree.php:272 +msgid "Total modules" +msgstr "Módulos totales" + +#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:165 +#: ../../operation/agentes/gis_view.php:194 +#: ../../include/functions_reporting_html.php:1550 +#: ../../include/functions_reporting_html.php:1565 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +msgid "Total" +msgstr "Total" + +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 ../../include/functions_graph.php:2109 +#: ../../include/functions_reporting.php:7061 +#: ../../include/functions_reporting.php:7082 +msgid "Fired alerts" +msgstr "Alertas disparadas" + +#: ../../operation/tree.php:281 +msgid "Critical agents" +msgstr "Agentes Críticos" + +#: ../../operation/tree.php:282 ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "Módulos críticos" + +#: ../../operation/tree.php:286 +msgid "Warning agents" +msgstr "Agentes en advertencia" + +#: ../../operation/tree.php:287 ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "Módulos de advertencia" + +#: ../../operation/tree.php:291 +msgid "Unknown agents" +msgstr "Agentes en desconocido" + +#: ../../operation/tree.php:292 ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "Módulos desconocidos" + +#: ../../operation/tree.php:296 +msgid "Not init agents" +msgstr "Agentes no inicializados" + +#: ../../operation/tree.php:297 ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "Módulos no inicializados" + +#: ../../operation/tree.php:301 +msgid "Normal agents" +msgstr "Agentes en normal" + +#: ../../operation/tree.php:302 ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "Módulos Normales" + +#: ../../operation/tree.php:357 +#: ../../operation/agentes/status_monitor.php:1530 +#: ../../operation/agentes/estado_monitores.php:367 +msgid "Module: " +msgstr "Módulo: " + +#: ../../operation/netflow/nf_live_view.php:108 +#: ../../operation/netflow/nf_live_view.php:133 +#: ../../operation/netflow/nf_live_view.php:137 +msgid "Netflow live view" +msgstr "Netflow en tiempo real" + +#: ../../operation/netflow/nf_live_view.php:113 +#: ../../godmode/setup/setup_general.php:110 +#: ../../godmode/netflow/nf_edit.php:43 +msgid "Not supported in Windows systems" +msgstr "No soportado en sistemas Windows" + +#: ../../operation/netflow/nf_live_view.php:122 +#, php-format +msgid "nfdump binary (%s) not found!" +msgstr "nfdump binary (%s) no encontrada" + +#: ../../operation/netflow/nf_live_view.php:127 +msgid "Make sure nfdump version 1.6.8 or newer is installed!" msgstr "" -"Las celdas se vuelven azules cuando el módulo está en estado 'no iniciado'" +"Asegúrese de que tiene instalada la versión 1.6.8 nfdump o alguna posterior" -#: ../../extensions/agents_modules.php:617 -msgid "Agents/Modules view" -msgstr "Vista de Agentes/Módulos" +#: ../../operation/netflow/nf_live_view.php:132 +#: ../../operation/agentes/ver_agente.php:961 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit_form.php:65 +#: ../../godmode/netflow/nf_edit.php:47 +msgid "Main" +msgstr "Principal" -#: ../../extensions/agents_modules.php:639 -#: ../../operation/events/events.php:579 +#: ../../operation/netflow/nf_live_view.php:149 +msgid "Error creating filter" +msgstr "Error al crear filtro" + +#: ../../operation/netflow/nf_live_view.php:152 +msgid "Filter created successfully" +msgstr "Filtro creado correctamente" + +#: ../../operation/netflow/nf_live_view.php:167 +msgid "Filter updated successfully" +msgstr "Filtro actualizado correctamente" + +#: ../../operation/netflow/nf_live_view.php:168 +msgid "Error updating filter" +msgstr "Error al actualizar el filtro" + +#: ../../operation/netflow/nf_live_view.php:193 +msgid "Draw live filter" +msgstr "Extrae filtro en directo" + +#: ../../operation/netflow/nf_live_view.php:224 +msgid "Connection" +msgstr "Conexión" + +#: ../../operation/netflow/nf_live_view.php:240 +#: ../../godmode/agentes/planned_downtime.editor.php:510 +#: ../../godmode/agentes/planned_downtime.editor.php:521 +msgid "Date format in Pandora is year/month/day" +msgstr "El formato de fecha de Pandora es año/mes/día" + +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../godmode/alerts/configure_alert_template.php:544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:848 +#: ../../godmode/reporting/reporting_builder.item_editor.php:857 +#: ../../godmode/agentes/planned_downtime.editor.php:512 +#: ../../godmode/agentes/planned_downtime.editor.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:591 +#: ../../godmode/agentes/planned_downtime.editor.php:599 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "El formato de hora en Pandora es horas(24h):minutos:segundos" + +#: ../../operation/netflow/nf_live_view.php:245 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 +#: ../../operation/search_agents.php:56 +#: ../../operation/agentes/status_monitor.php:966 +#: ../../operation/agentes/estado_generalagente.php:200 +#: ../../operation/agentes/estado_agente.php:512 +#: ../../mobile/operation/modules.php:540 +#: ../../mobile/operation/modules.php:543 +#: ../../mobile/operation/modules.php:544 +#: ../../mobile/operation/modules.php:755 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:581 +#: ../../include/functions_reporting_html.php:2110 +#: ../../godmode/massive/massive_edit_agents.php:301 +#: ../../godmode/massive/massive_edit_modules.php:464 +#: ../../godmode/servers/manage_recontask_form.php:252 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/modules/manage_network_components_form_common.php:104 +#: ../../godmode/agentes/module_manager_editor_common.php:379 +#: ../../godmode/agentes/module_manager_editor_common.php:405 +#: ../../godmode/agentes/agent_manager.php:276 +#: ../../godmode/agentes/module_manager.php:560 +msgid "Interval" +msgstr "Intervalo" + +#: ../../operation/netflow/nf_live_view.php:248 +#: ../../include/functions_netflow.php:1134 +#: ../../include/functions_netflow.php:1144 +#: ../../include/functions_netflow.php:1161 +#: ../../include/functions_netflow.php:1169 +#: ../../include/functions_netflow.php:1193 +#: ../../godmode/reporting/reporting_builder.item_editor.php:735 +msgid "Resolution" +msgstr "Resolución" + +#: ../../operation/netflow/nf_live_view.php:248 +msgid "The interval will be divided in chunks the length of the resolution." +msgstr "El intervalo dividirá en partes la extensión del resultado" + +#: ../../operation/netflow/nf_live_view.php:258 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 +#: ../../godmode/netflow/nf_item_list.php:150 +msgid "Max. values" +msgstr "Valores máximos" + +#: ../../operation/netflow/nf_live_view.php:274 +#: ../../godmode/setup/setup_netflow.php:70 +msgid "IP address resolution can take a lot of time" +msgstr "La resolución de direcciones IP puede tardar mucho tiempo" + +#: ../../operation/netflow/nf_live_view.php:283 +msgid "IP address resolution" +msgstr "Resolución de dirección IP" + +#: ../../operation/netflow/nf_live_view.php:284 +#: ../../godmode/setup/setup_netflow.php:69 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Resolver direcciones IP para obtener sus hostnames" + +#: ../../operation/netflow/nf_live_view.php:305 +#: ../../operation/search_users.php:41 ../../operation/gis_maps/gis_map.php:89 +#: ../../operation/search_helps.php:36 ../../operation/search_maps.php:31 +#: ../../operation/agentes/pandora_networkmap.php:398 +#: ../../operation/agentes/pandora_networkmap.editor.php:180 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../mobile/operation/networkmaps.php:195 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../include/functions_pandora_networkmap.php:1385 +#: ../../include/functions_pandora_networkmap.php:1418 +#: ../../include/functions_pandora_networkmap.php:1579 +#: ../../include/functions_filemanager.php:580 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_reporting_html.php:808 +#: ../../include/functions_reporting_html.php:817 +#: ../../include/functions_reporting_html.php:1640 +#: ../../include/functions_reporting_html.php:2104 +#: ../../include/functions_reporting_html.php:3809 +#: ../../include/functions_events.php:2018 +#: ../../include/functions_events.php:2068 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/configure_alert_template.php:747 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 +#: ../../godmode/events/event_filter.php:108 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 +#: ../../godmode/reporting/reporting_builder.main.php:65 +#: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:653 +#: ../../godmode/reporting/reporting_builder.list_items.php:303 +#: ../../godmode/reporting/graph_builder.main.php:103 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/netflow/nf_edit.php:118 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/servers/recon_script.php:95 +#: ../../godmode/servers/recon_script.php:348 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/servers/modificar_server.php:46 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/groups/configure_modu_group.php:69 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:116 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/modules/manage_nc_groups_form.php:67 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_components_form_common.php:54 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/agentes/module_manager_editor_common.php:149 +#: ../../godmode/agentes/module_manager_editor_common.php:655 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../godmode/agentes/module_manager.php:545 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/edit_tag.php:169 +msgid "Name" +msgstr "Nombre" + +#: ../../operation/netflow/nf_live_view.php:323 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:693 +#: ../../godmode/alerts/configure_alert_template.php:707 +#: ../../godmode/alerts/configure_alert_template.php:776 +#: ../../godmode/users/configure_user.php:533 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/modules/manage_network_components_form_common.php:60 +msgid "Advanced" +msgstr "Avanzado" + +#: ../../operation/netflow/nf_live_view.php:335 +msgid "Select a filter" +msgstr "Selecciona un filtro" + +#: ../../operation/netflow/nf_live_view.php:349 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "Dst Ip" +msgstr "Dst Ip" + +#: ../../operation/netflow/nf_live_view.php:349 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "" +"Destination IP. A comma separated list of destination ip. If we leave the " +"field blank, will show all ip. Example filter by " +"ip:
                25.46.157.214,160.253.135.249" +msgstr "" +"IP destino. Lista de IPs destino separadas por coma. Si dejamos en blanco " +"este campo mostrará todas las IPs. Ejemplo de filtro por IP: " +"25.46.157.214,160.253.135.249" + +#: ../../operation/netflow/nf_live_view.php:358 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "Src Ip" +msgstr "IP Origen" + +#: ../../operation/netflow/nf_live_view.php:358 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "" +"Source IP. A comma separated list of source ip. If we leave the field blank, " +"will show all ip. Example filter by ip:
                25.46.157.214,160.253.135.249" +msgstr "" +"IP Origen. Lista de IPs origen separadas por coma. Si dejamos en blanco este " +"campo mostrará todas las IPs. Ejemplo de filtro por IP: " +"25.46.157.214,160.253.135.249" + +#: ../../operation/netflow/nf_live_view.php:370 +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Port" +msgstr "Puerto destino" + +#: ../../operation/netflow/nf_live_view.php:370 +#: ../../godmode/netflow/nf_edit_form.php:216 +msgid "" +"Destination port. A comma separated list of destination ports. If we leave " +"the field blank, will show all ports. Example filter by ports 80 and " +"22:
                80,22" +msgstr "" +"Puerto destino. Lista de puertos de destino separados por coma. Si dejamos " +"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " +"puertos: 80,22" + +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Port" +msgstr "Puerto origen" + +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../godmode/netflow/nf_edit_form.php:219 +msgid "" +"Source port. A comma separated list of source ports. If we leave the field " +"blank, will show all ports. Example filter by ports 80 and 22:
                80,22" +msgstr "" +"Puerto origen. Lista de puertos de origen separados por coma. Si dejamos " +"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " +"puertos: 80,22" + +#: ../../operation/netflow/nf_live_view.php:397 +#: ../../godmode/netflow/nf_edit_form.php:225 +msgid "Aggregate by" +msgstr "Agregado por" + +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../include/functions_netflow.php:1660 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Protocol" +msgstr "Protocolo" + +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Ip Address" +msgstr "Dirección IP origen" + +#: ../../operation/netflow/nf_live_view.php:399 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Ip Address" +msgstr "Dirección IP destino" + +#: ../../operation/netflow/nf_live_view.php:402 +msgid "Router ip" +msgstr "Ip del router" + +#: ../../operation/netflow/nf_live_view.php:405 +#: ../../godmode/netflow/nf_edit_form.php:230 +msgid "Output format" +msgstr "Formato de Salida" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../include/functions_netflow.php:1640 +#: ../../include/functions_config.php:447 +#: ../../include/functions_config.php:1494 +msgid "Bytes" +msgstr "Bytes" + +#: ../../operation/netflow/nf_live_view.php:406 +msgid "Bytes per second" +msgstr "Bytes por segundo" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes" +msgstr "Kilobytes" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes" +msgstr "Megabytes" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes per second" +msgstr "Kilobytes por segundo" + +#: ../../operation/netflow/nf_live_view.php:406 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes per second" +msgstr "Megabytes por segundo" + +#: ../../operation/netflow/nf_live_view.php:417 +msgid "Draw" +msgstr "Dibujar" + +#: ../../operation/netflow/nf_live_view.php:421 +msgid "Save as new filter" +msgstr "Guardar nuevo filtro" + +#: ../../operation/netflow/nf_live_view.php:422 +msgid "Update current filter" +msgstr "Actualizar filtro actual" + +#: ../../operation/netflow/nf_live_view.php:436 +msgid "No filter selected" +msgstr "No se ha seleccionado ningún filtro" + +#: ../../operation/visual_console/pure_ajax.php:96 +#: ../../operation/visual_console/render_view.php:96 +#: ../../godmode/reporting/visual_console_builder.php:662 +msgid "Visual consoles list" +msgstr "Lista de consolas visuales" + +#: ../../operation/visual_console/pure_ajax.php:105 +#: ../../operation/visual_console/render_view.php:108 +#: ../../operation/gis_maps/render_view.php:128 +#: ../../godmode/reporting/visual_console_builder.php:665 +msgid "Show link to public Visual Console" +msgstr "Mostrar enlace a la Consola Visual pública" + +#: ../../operation/visual_console/pure_ajax.php:113 +#: ../../operation/visual_console/render_view.php:116 +#: ../../godmode/reporting/visual_console_builder.php:671 +msgid "List elements" +msgstr "Lista de elementos" + +#: ../../operation/visual_console/pure_ajax.php:118 +#: ../../operation/visual_console/render_view.php:121 +#: ../../godmode/reporting/visual_console_builder.php:676 +msgid "Services wizard" +msgstr "Asistente de servicios" + +#: ../../operation/visual_console/pure_ajax.php:123 +#: ../../operation/visual_console/render_view.php:126 +#: ../../godmode/reporting/visual_console_builder.wizard.php:354 +#: ../../godmode/reporting/visual_console_builder.php:681 +msgid "Wizard" +msgstr "Asistente" + +#: ../../operation/visual_console/pure_ajax.php:126 +#: ../../operation/visual_console/render_view.php:129 +#: ../../godmode/reporting/visual_console_builder.php:684 +msgid "Builder" +msgstr "Compilador" + +#: ../../operation/visual_console/pure_ajax.php:130 +#: ../../operation/visual_console/render_view.php:133 +#: ../../operation/agentes/estado_agente.php:577 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:185 +#: ../../godmode/setup/setup_visuals.php:204 +#: ../../godmode/setup/setup_visuals.php:220 +#: ../../godmode/setup/setup_visuals.php:292 +#: ../../godmode/reporting/visual_console_builder.php:687 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/agentes/configurar_agente.php:281 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:582 +msgid "View" +msgstr "Vista" + +#: ../../operation/visual_console/render_view.php:232 #: ../../operation/visual_console/public_console.php:153 -#: ../../operation/visual_console/render_view.php:241 msgid "Until refresh" msgstr "Hasta refrescar" +#: ../../operation/visual_console/public_console.php:130 +#: ../../general/header.php:147 +msgid "QR code of the page" +msgstr "Código QR de la página" + +#: ../../operation/search_users.php:44 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../godmode/tag/tag.php:203 ../../godmode/tag/edit_tag.php:195 +msgid "Email" +msgstr "Correo-e" + +#: ../../operation/search_users.php:47 ../../operation/gis_maps/ajax.php:219 +#: ../../operation/gis_maps/ajax.php:321 ../../operation/search_agents.php:66 +#: ../../operation/agentes/ver_agente.php:696 +#: ../../operation/agentes/estado_generalagente.php:205 +#: ../../operation/agentes/estado_agente.php:531 +#: ../../mobile/operation/agents.php:85 ../../mobile/operation/agents.php:337 +#: ../../mobile/operation/agents.php:339 ../../mobile/operation/agents.php:341 +#: ../../mobile/operation/agents.php:342 ../../mobile/operation/agent.php:161 +#: ../../include/ajax/module.php:751 ../../include/functions_treeview.php:602 +#: ../../include/functions_events.php:2038 +#: ../../godmode/users/user_list.php:272 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +msgid "Last contact" +msgstr "Último contacto" + +#: ../../operation/search_users.php:50 +msgid "Profile" +msgstr "Perfil" + +#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275 +#: ../../godmode/users/user_list.php:413 +msgid "Admin" +msgstr "Admin" + +#: ../../operation/search_users.php:64 +#: ../../godmode/users/configure_user.php:468 +#: ../../godmode/users/user_list.php:414 +msgid "Administrator" +msgstr "Administrador" + +#: ../../operation/search_users.php:69 +#: ../../godmode/users/configure_user.php:473 +msgid "Standard User" +msgstr "Usuario estándar" + +#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:457 +msgid "The user doesn't have any assigned profile/group" +msgstr "El usuario no tiene ningún perfil asignado" + +#: ../../operation/gis_maps/gis_map.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:214 +msgid "GIS Maps list" +msgstr "Lista de mapas GIS" + +#: ../../operation/gis_maps/gis_map.php:94 +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/reporting/reporting_builder.php:567 +#: ../../godmode/reporting/reporting_builder.php:687 +#: ../../godmode/reporting/reporting_builder.list_items.php:305 +#: ../../godmode/reporting/graphs.php:163 +#: ../../godmode/servers/servers.build_table.php:76 +#: ../../godmode/servers/plugin.php:739 +msgid "Op." +msgstr "Op." + +#: ../../operation/gis_maps/gis_map.php:175 +msgid "No maps found" +msgstr "No se encontraron mapas" + +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:470 +#: ../../godmode/snmpconsole/snmp_alert.php:980 +#: ../../godmode/snmpconsole/snmp_alert.php:1339 +#: ../../godmode/snmpconsole/snmp_filters.php:108 +#: ../../godmode/snmpconsole/snmp_filters.php:156 +#: ../../godmode/alerts/configure_alert_special_days.php:106 +#: ../../godmode/alerts/alert_special_days.php:464 +#: ../../godmode/alerts/alert_special_days.php:482 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_list.list.php:742 +#: ../../godmode/alerts/alert_list.php:329 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/setup/news.php:204 ../../godmode/setup/gis.php:93 +#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76 +#: ../../godmode/setup/links.php:117 +#: ../../godmode/events/event_edit_filter.php:405 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/users/configure_user.php:588 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1186 +#: ../../godmode/reporting/graph_builder.main.php:186 +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/servers/manage_recontask.php:392 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/groups/configure_group.php:225 +#: ../../godmode/modules/manage_nc_groups.php:245 +#: ../../godmode/modules/manage_nc_groups_form.php:84 +#: ../../godmode/modules/manage_network_components.php:645 +#: ../../godmode/modules/manage_network_components_form.php:279 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/agentes/module_manager_editor.php:540 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/agent_manager.php:495 +#: ../../godmode/agentes/module_manager.php:136 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/tag/edit_tag.php:232 +msgid "Create" +msgstr "Crear" + +#: ../../operation/gis_maps/gis_map.php:194 +msgid "Caution: Do you want delete the map?" +msgstr "Atención: Desea borrar el mapa?" + +#: ../../operation/gis_maps/gis_map.php:201 +msgid "Do you want to set default the map?" +msgstr "Desea configurar por defecto el mapa?" + +#: ../../operation/gis_maps/gis_map.php:209 +msgid "There was error on setup the default map." +msgstr "Hubo un error en la configuracion del mapa por defecto." + +#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 +msgid "Position (Lat, Long, Alt)" +msgstr "Posición (Lat, Long, Alt)" + +#: ../../operation/gis_maps/ajax.php:218 +msgid "Start contact" +msgstr "Inicio de contacto" + +#: ../../operation/gis_maps/ajax.php:220 +msgid "Num reports" +msgstr "Informes numéricos" + +#: ../../operation/gis_maps/ajax.php:222 +#: ../../operation/agentes/gis_view.php:186 +msgid "Manual placement" +msgstr "Colocación manual" + +#: ../../operation/gis_maps/ajax.php:258 +msgid "Default position of map." +msgstr "Posición por defecto del mapa" + +#: ../../operation/gis_maps/ajax.php:269 +#: ../../include/functions_treeview.php:575 +#: ../../include/functions_reporting_html.php:2249 +#: ../../include/functions_reporting_html.php:2292 +#: ../../include/functions_events.php:2028 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../godmode/agentes/agent_manager.php:211 +msgid "IP Address" +msgstr "Dirección IP" + +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 +msgid "URL" +msgstr "URL" + +#: ../../operation/gis_maps/ajax.php:315 +#: ../../operation/agentes/estado_generalagente.php:159 +#: ../../include/functions_treeview.php:642 +msgid "Agent Version" +msgstr "Versión del agente" + +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../operation/agentes/estado_generalagente.php:210 +#: ../../include/functions_ui.php:449 ../../include/functions_treeview.php:595 +#: ../../godmode/snmpconsole/snmp_alert.php:1217 +#: ../../godmode/db/db_main.php:183 +msgid "Never" +msgstr "Nunca" + +#: ../../operation/gis_maps/ajax.php:332 +#: ../../operation/agentes/estado_generalagente.php:205 +#: ../../operation/agentes/estado_agente.php:501 +#: ../../include/functions_treeview.php:602 +msgid "Remote" +msgstr "Remoto" + +#: ../../operation/gis_maps/render_view.php:119 +#: ../../operation/agentes/estado_agente.php:135 ../../godmode/menu.php:231 +#: ../../godmode/menu.php:238 ../../godmode/agentes/configurar_agente.php:293 +#: ../../godmode/agentes/configurar_agente.php:520 +msgid "Setup" +msgstr "Configuración" + +#: ../../operation/gis_maps/render_view.php:135 +#: ../../include/functions.php:2583 +msgid "5 seconds" +msgstr "5 segundos" + +#: ../../operation/gis_maps/render_view.php:136 +#: ../../include/functions.php:2584 +msgid "10 seconds" +msgstr "10 segundos" + +#: ../../operation/gis_maps/render_view.php:137 +#: ../../include/functions.php:2586 +msgid "30 seconds" +msgstr "30 segundos" + +#: ../../operation/gis_maps/render_view.php:138 +#: ../../extensions/agents_modules.php:104 +#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2587 +msgid "1 minute" +msgstr "1 minuto" + +#: ../../operation/gis_maps/render_view.php:139 +#: ../../extensions/agents_modules.php:105 +#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2588 +msgid "2 minutes" +msgstr "2 minutos" + +#: ../../operation/gis_maps/render_view.php:140 +#: ../../extensions/agents_modules.php:106 +#: ../../extensions/agents_alerts.php:84 ../../include/ajax/module.php:132 +#: ../../include/functions.php:2589 +msgid "5 minutes" +msgstr "5 minutos" + +#: ../../operation/gis_maps/render_view.php:141 +#: ../../extensions/agents_modules.php:107 +#: ../../extensions/agents_alerts.php:85 +msgid "10 minutes" +msgstr "10 minutos" + +#: ../../operation/gis_maps/render_view.php:142 +#: ../../include/ajax/module.php:134 ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 ../../include/functions.php:2022 +#: ../../include/functions.php:2592 ../../godmode/setup/performance.php:105 +msgid "1 hour" +msgstr "1 hora" + +#: ../../operation/gis_maps/render_view.php:143 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 +msgid "2 hours" +msgstr "2 horas" + +#: ../../operation/gis_maps/render_view.php:145 +msgid "Refresh: " +msgstr "Refrescar " + +#: ../../operation/gis_maps/render_view.php:151 +#: ../../include/functions_config.php:531 +#: ../../include/functions_config.php:1551 +#: ../../godmode/massive/massive_edit_agents.php:405 +msgid "Ok" +msgstr "Bien" + +#: ../../operation/gis_maps/render_view.php:154 +msgid "Show agents by state: " +msgstr "Mostrar agentes por estado " + +#: ../../operation/gis_maps/render_view.php:157 +msgid "Map" +msgstr "Mapa" + +#: ../../operation/messages/message_edit.php:35 +#: ../../operation/messages/message_list.php:32 +msgid "Received messages" +msgstr "Mensajes recibidos" + +#: ../../operation/messages/message_edit.php:39 +#: ../../operation/messages/message_list.php:36 +msgid "Sent messages" +msgstr "Mensajes enviados" + +#: ../../operation/messages/message_edit.php:43 +#: ../../operation/messages/message_list.php:40 +#: ../../operation/messages/message_list.php:226 +msgid "Create message" +msgstr "Crear mensaje" + +#: ../../operation/messages/message_edit.php:60 +msgid "This message does not exist in the system" +msgstr "Este mensaje no existe en el sistema" + +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +#: ../../operation/messages/message_list.php:125 +msgid "Sender" +msgstr "Remitente" + +#: ../../operation/messages/message_edit.php:80 +msgid "at" +msgstr "el" + +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +#: ../../operation/messages/message_list.php:123 +msgid "Destination" +msgstr "Destino" + +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +#: ../../operation/messages/message_list.php:126 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +#: ../../godmode/update_manager/update_manager.messages.php:136 +msgid "Subject" +msgstr "Asunto" + +#: ../../operation/messages/message_edit.php:104 +msgid "wrote" +msgstr "escribió" + +#: ../../operation/messages/message_edit.php:119 +msgid "Reply" +msgstr "Responder" + +#: ../../operation/messages/message_edit.php:136 +#, php-format +msgid "Message successfully sent to user %s" +msgstr "Mensaje enviado correctamente al usuario %s" + +#: ../../operation/messages/message_edit.php:137 +#, php-format +msgid "Error sending message to user %s" +msgstr "Error al enviar el mensaje al usuario %s" + +#: ../../operation/messages/message_edit.php:145 +msgid "Message successfully sent" +msgstr "Mensaje enviado correctamente" + +#: ../../operation/messages/message_edit.php:146 +#, php-format +msgid "Error sending message to group %s" +msgstr "Error al enviar el mensaje al grupo %s" + +#: ../../operation/messages/message_edit.php:203 +msgid "Select user" +msgstr "Seleccionar usuario" + +#: ../../operation/messages/message_edit.php:204 +msgid "OR" +msgstr "O" + +#: ../../operation/messages/message_edit.php:205 +msgid "Select group" +msgstr "Seleccionar grupo" + +#: ../../operation/messages/message_list.php:74 +msgid "Not deleted. Error deleting messages" +msgstr "No borrada. Error al suprimir mensajes" + +#: ../../operation/messages/message_list.php:80 +#: ../../operation/messages/message_list.php:88 +msgid "You have" +msgstr "Tiene" + +#: ../../operation/messages/message_list.php:81 +msgid "sent message(s)" +msgstr "Mensaje(s) enviado(s)" + +#: ../../operation/messages/message_list.php:89 +msgid "unread message(s)" +msgstr "mensaje(s) sin leer" + +#: ../../operation/messages/message_list.php:97 +msgid "There are no messages." +msgstr "No hay mensajes." + +#: ../../operation/messages/message_list.php:136 +msgid "Click to read" +msgstr "Hacer click para leer" + +#: ../../operation/messages/message_list.php:141 +msgid "Mark as unread" +msgstr "Marcar como no leído" + +#: ../../operation/messages/message_list.php:148 +#: ../../operation/messages/message_list.php:153 +msgid "Message unread - click to read" +msgstr "Mensaje sin leer; pulse para leerlo" + +#: ../../operation/messages/message_list.php:180 +msgid "No Subject" +msgstr "Sin asunto" + +#: ../../operation/search_helps.php:22 +msgid "Zero results found." +msgstr "Cero resultados" + +#: ../../operation/search_helps.php:23 +#, php-format +msgid "" +"You can find more help in the Pandora's wiki" +msgstr "" +"Puedes encontrar mas ayuda en el wiki de Pandora" + +#: ../../operation/search_helps.php:37 +msgid "Matches" +msgstr "Coincidencias" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "Vista Recon" + +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/search_agents.php:111 +#: ../../operation/agentes/ver_agente.php:947 +msgid "Manage" +msgstr "Gestionar" + +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../include/ajax/module.php:804 ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 ../../include/functions_ui.php:834 +msgid "Force" +msgstr "Forzar" + +#: ../../operation/servers/recon_view.php:89 +#: ../../godmode/servers/manage_recontask_form.php:218 +msgid "Task name" +msgstr "Nombre de la tarea" + +#: ../../operation/servers/recon_view.php:95 +#: ../../godmode/servers/manage_recontask_form.php:242 +#: ../../godmode/servers/manage_recontask.php:291 +msgid "Network" +msgstr "Red" + +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +msgid "Progress" +msgstr "Progreso" + +#: ../../operation/servers/recon_view.php:107 +#: ../../operation/incidents/incident_detail.php:261 +msgid "Updated at" +msgstr "Actualizado el" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +msgid "Done" +msgstr "Hecho" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "Pendiente" + +#: ../../operation/servers/recon_view.php:145 +#: ../../godmode/servers/manage_recontask.php:314 +msgid "Network recon task" +msgstr "Tarea de reconocimiento de red" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "No tiene tarea de descubrimiento asignado" + +#: ../../operation/search_maps.php:33 +msgid "Elements" +msgstr "Elementos" + +#: ../../operation/search_modules.php:52 +#: ../../operation/agentes/status_monitor.php:977 +#: ../../extensions/realtime_graphs.php:72 +#: ../../include/functions_pandora_networkmap.php:1387 +#: ../../include/ajax/module.php:750 +#: ../../include/functions_visual_map_editor.php:56 +#: ../../include/functions_events.php:2103 +msgid "Graph" +msgstr "Gráfico" + +#: ../../operation/search_modules.php:53 +#: ../../operation/agentes/status_monitor.php:983 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/gis_view.php:194 +#: ../../extensions/insert_data.php:180 ../../extensions/insert_data.php:181 +#: ../../mobile/operation/modules.php:606 +#: ../../mobile/operation/modules.php:613 +#: ../../mobile/operation/modules.php:621 +#: ../../mobile/operation/modules.php:757 ../../include/ajax/module.php:749 +#: ../../include/functions_graph.php:3433 +#: ../../include/functions_reporting_html.php:1806 +#: ../../include/functions_reporting_html.php:1809 +#: ../../include/functions_reporting_html.php:1810 +#: ../../include/functions_reporting_html.php:1813 +#: ../../include/functions_netflow.php:311 +#: ../../include/functions_reporting.php:2349 +#: ../../include/functions_reporting.php:2383 +msgid "Data" +msgstr "Datos" + +#: ../../operation/search_modules.php:104 +#: ../../operation/agentes/status_monitor.php:1143 +#: ../../mobile/operation/modules.php:451 +#: ../../mobile/operation/modules.php:504 +#: ../../include/functions_modules.php:1871 +msgid "NOT INIT" +msgstr "No inicializado" + +#: ../../operation/search_modules.php:108 +#: ../../operation/search_modules.php:125 +#: ../../operation/agentes/status_monitor.php:1148 +#: ../../operation/agentes/status_monitor.php:1152 +#: ../../operation/agentes/status_monitor.php:1183 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/pandora_networkmap.view.php:293 +#: ../../operation/agentes/pandora_networkmap.view.php:302 +#: ../../mobile/operation/modules.php:455 +#: ../../mobile/operation/modules.php:472 +#: ../../mobile/operation/modules.php:508 +#: ../../mobile/operation/modules.php:525 +#: ../../include/class/Tree.class.php:1500 +#: ../../include/functions_modules.php:1883 +#: ../../include/functions_modules.php:1891 +msgid "NORMAL" +msgstr "NORMAL" + +#: ../../operation/search_modules.php:112 +#: ../../operation/search_modules.php:132 +#: ../../operation/agentes/status_monitor.php:1158 +#: ../../operation/agentes/status_monitor.php:1162 +#: ../../operation/agentes/status_monitor.php:1195 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/pandora_networkmap.view.php:285 +#: ../../operation/agentes/pandora_networkmap.view.php:307 +#: ../../mobile/operation/modules.php:459 +#: ../../mobile/operation/modules.php:477 +#: ../../mobile/operation/modules.php:512 +#: ../../mobile/operation/modules.php:530 +#: ../../include/class/Tree.class.php:1474 +#: ../../include/functions_modules.php:1875 +#: ../../include/functions_modules.php:1895 +msgid "CRITICAL" +msgstr "CRÍTICO" + +#: ../../operation/search_modules.php:116 +#: ../../operation/search_modules.php:139 +#: ../../operation/agentes/status_monitor.php:1168 +#: ../../operation/agentes/status_monitor.php:1172 +#: ../../operation/agentes/status_monitor.php:1207 +#: ../../operation/agentes/status_monitor.php:1212 +#: ../../operation/agentes/pandora_networkmap.view.php:289 +#: ../../operation/agentes/pandora_networkmap.view.php:312 +#: ../../mobile/operation/modules.php:463 +#: ../../mobile/operation/modules.php:482 +#: ../../mobile/operation/modules.php:516 +#: ../../mobile/operation/modules.php:535 +#: ../../include/class/Tree.class.php:1481 +#: ../../include/functions_modules.php:1879 +#: ../../include/functions_modules.php:1899 +msgid "WARNING" +msgstr "ADVERTENCIA" + +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/agentes/status_monitor.php:1211 +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../mobile/operation/modules.php:471 +#: ../../mobile/operation/modules.php:476 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:524 +#: ../../mobile/operation/modules.php:529 +#: ../../mobile/operation/modules.php:534 +#: ../../include/class/Tree.class.php:1486 +#: ../../include/functions_modules.php:1890 +#: ../../include/functions_modules.php:1894 +#: ../../include/functions_modules.php:1898 +msgid "UNKNOWN" +msgstr "DESCONOCIDO" + +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/agentes/status_monitor.php:1187 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/agentes/status_monitor.php:1199 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/agentes/status_monitor.php:1211 +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../mobile/operation/modules.php:471 +#: ../../mobile/operation/modules.php:476 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:524 +#: ../../mobile/operation/modules.php:529 +#: ../../mobile/operation/modules.php:534 +#: ../../include/functions_modules.php:1890 +#: ../../include/functions_modules.php:1894 +#: ../../include/functions_modules.php:1898 +msgid "Last status" +msgstr "Último estado" + +#: ../../operation/search_results.php:64 ../../mobile/operation/home.php:135 +msgid "Global search" +msgstr "Búsqueda global" + +#: ../../operation/search_results.php:74 +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../extensions/agents_modules.php:150 +#: ../../extensions/agents_modules.php:313 +#: ../../extensions/agents_alerts.php:177 ../../mobile/operation/home.php:58 +#: ../../mobile/operation/agents.php:158 +#: ../../mobile/include/functions_web.php:22 +#: ../../include/functions_pandora_networkmap.php:1563 +#: ../../include/functions_groups.php:46 +#: ../../include/functions_groups.php:784 +#: ../../include/functions_groups.php:786 +#: ../../include/functions_groups.php:788 +#: ../../include/functions_groups.php:789 +#: ../../include/functions_groups.php:790 +#: ../../include/functions_reporting_html.php:1322 +#: ../../include/functions_reporting_html.php:1556 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:228 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_agents.php:127 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:342 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/visual_console_builder.wizard.php:283 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1020 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1078 +#: ../../godmode/reporting/reporting_builder.list_items.php:162 +#: ../../godmode/reporting/reporting_builder.list_items.php:187 +msgid "Agents" +msgstr "Agentes" + +#: ../../operation/search_results.php:84 +#: ../../include/functions_reporting.php:7280 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../godmode/massive/massive_add_profiles.php:90 +msgid "Users" +msgstr "Usuarios" + +#: ../../operation/search_results.php:94 ../../operation/search_agents.php:65 +#: ../../operation/agentes/ver_agente.php:973 +#: ../../operation/agentes/estado_agente.php:528 +#: ../../extensions/agents_alerts.php:254 +#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:324 ../../mobile/operation/agent.php:250 +#: ../../mobile/include/functions_web.php:25 +#: ../../include/functions_reports.php:609 +#: ../../include/functions_reports.php:611 +#: ../../include/functions_reports.php:614 +#: ../../include/functions_graph.php:748 +#: ../../include/functions_graph.php:3940 +#: ../../include/functions_graph.php:4666 +#: ../../include/functions_treeview.php:374 +#: ../../include/functions_reporting_html.php:1602 +#: ../../include/functions_reporting_html.php:3245 +#: ../../godmode/alerts/configure_alert_special_days.php:55 +#: ../../godmode/alerts/alert_special_days.php:44 +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../godmode/alerts/configure_alert_action.php:56 +#: ../../godmode/alerts/configure_alert_action.php:65 +#: ../../godmode/alerts/configure_alert_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/alerts/alert_list.php:326 +#: ../../godmode/alerts/alert_list.php:329 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 ../../godmode/menu.php:140 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/groups/group_list.php:339 +#: ../../godmode/groups/configure_group.php:170 +#: ../../godmode/agentes/configurar_agente.php:312 +#: ../../godmode/agentes/modificar_agente.php:578 +msgid "Alerts" +msgstr "Alertas" + +#: ../../operation/search_results.php:104 +#: ../../operation/agentes/ver_agente.php:1058 +#: ../../include/functions_groups.php:106 +#: ../../include/functions_groups.php:163 +#: ../../include/functions_reports.php:498 +#: ../../include/functions_reports.php:500 +#: ../../include/functions_reports.php:504 +#: ../../include/functions_reports.php:506 +#: ../../include/functions_reports.php:510 +#: ../../include/functions_reports.php:512 +#: ../../include/functions_reports.php:514 +#: ../../include/functions_reports.php:518 +#: ../../include/functions_reports.php:522 +#: ../../include/functions_reports.php:525 +msgid "Graphs" +msgstr "Gráficas" + +#: ../../operation/search_results.php:114 +#: ../../include/functions_groups.php:120 +msgid "Reports" +msgstr "Informes" + +#: ../../operation/search_results.php:124 +msgid "Maps" +msgstr "Mapas" + +#: ../../operation/search_results.php:144 +msgid "Helps" +msgstr "Ayudas" + +#: ../../operation/search_results.php:161 +#: ../../operation/agentes/status_monitor.php:336 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../operation/incidents/incident.php:294 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../include/functions_snmp_browser.php:556 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/modules/manage_network_components.php:524 +#: ../../godmode/agentes/modificar_agente.php:169 +#: ../../godmode/agentes/modificar_agente.php:173 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +msgid "Search" +msgstr "Buscar" + +#: ../../operation/search_agents.php:91 +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../operation/agentes/estado_generalagente.php:79 +#: ../../operation/agentes/estado_generalagente.php:294 +#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:124 +#: ../../include/functions_groups.php:2158 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:551 +#: ../../include/functions_reporting_html.php:2089 +#: ../../include/functions_reporting.php:3572 +#: ../../godmode/alerts/alert_view.php:516 +#: ../../godmode/alerts/configure_alert_template.php:663 +#: ../../godmode/massive/massive_edit_agents.php:364 +#: ../../godmode/massive/massive_edit_modules.php:467 +#: ../../godmode/agentes/module_manager_editor_common.php:172 +#: ../../godmode/agentes/module_manager_editor_common.php:471 +#: ../../godmode/agentes/agent_manager.php:341 +#: ../../godmode/agentes/modificar_agente.php:562 +msgid "Disabled" +msgstr "Desactivado" + +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" +msgstr "Vista del monitor" + +#: ../../operation/agentes/status_monitor.php:306 +msgid "Monitor status" +msgstr "Estado del monitor" + +#: ../../operation/agentes/status_monitor.php:311 +#: ../../operation/agentes/estado_monitores.php:463 +#: ../../operation/agentes/ver_agente.php:810 +#: ../../extensions/agents_modules.php:132 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +#: ../../include/functions_graph.php:5355 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_events.php:2075 +#: ../../godmode/massive/massive_edit_modules.php:518 +#: ../../godmode/reporting/reporting_builder.item_editor.php:909 +#: ../../godmode/modules/manage_network_components_form_common.php:95 +#: ../../godmode/agentes/module_manager_editor_common.php:174 +msgid "Module group" +msgstr "Grupo del módulo" + +#: ../../operation/agentes/status_monitor.php:312 +#: ../../include/functions_graph.php:5308 +#: ../../include/functions_treeview.php:118 +#: ../../godmode/massive/massive_edit_modules.php:521 +#: ../../godmode/agentes/module_manager_editor_common.php:176 +#: ../../godmode/agentes/module_manager_editor_common.php:182 +msgid "Not assigned" +msgstr "Sin asignar" + +#: ../../operation/agentes/status_monitor.php:327 +#: ../../operation/incidents/incident.php:238 +msgid "Show" +msgstr "Mostrar" + +#: ../../operation/agentes/status_monitor.php:332 +#: ../../operation/agentes/status_monitor.php:958 +#: ../../mobile/operation/modules.php:489 +#: ../../mobile/operation/modules.php:752 ../../include/ajax/module.php:741 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_components.php:565 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/agentes/agent_template.php:228 +msgid "Module name" +msgstr "Nombre módulo" + +#: ../../operation/agentes/status_monitor.php:341 +#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/agentes/alerts_status.functions.php:86 +msgid "Only it is show tags in use." +msgstr "Mostrar sólo etiquetas en uso" + +#: ../../operation/agentes/status_monitor.php:349 +#: ../../operation/agentes/alerts_status.functions.php:91 +msgid "No tags" +msgstr "Sin etiquetas" + +#: ../../operation/agentes/status_monitor.php:380 +#: ../../godmode/agentes/module_manager_editor_data.php:17 +msgid "Data server module" +msgstr "Módulo del servidor de datos" + +#: ../../operation/agentes/status_monitor.php:382 +#: ../../godmode/agentes/module_manager_editor_network.php:64 +msgid "Network server module" +msgstr "Módulo del servidor de red" + +#: ../../operation/agentes/status_monitor.php:384 +#: ../../godmode/agentes/module_manager_editor_plugin.php:47 +msgid "Plugin server module" +msgstr "Módulo del servidor de complementos" + +#: ../../operation/agentes/status_monitor.php:386 +#: ../../godmode/agentes/module_manager_editor_wmi.php:32 +msgid "WMI server module" +msgstr "Módulo del servidor WMI" + +#: ../../operation/agentes/status_monitor.php:388 +#: ../../godmode/agentes/module_manager_editor_prediction.php:88 +msgid "Prediction server module" +msgstr "Módulo del servidor de predicción" + +#: ../../operation/agentes/status_monitor.php:390 +msgid "Web server module" +msgstr "Módulo del servidor web" + +#: ../../operation/agentes/status_monitor.php:394 +#: ../../operation/agentes/status_monitor.php:962 +msgid "Server type" +msgstr "Tipo de servidor" + +#: ../../operation/agentes/status_monitor.php:398 +#: ../../godmode/agentes/modificar_agente.php:158 +msgid "Only enabled" +msgstr "Sólo habilitado" + +#: ../../operation/agentes/status_monitor.php:398 +#: ../../godmode/agentes/modificar_agente.php:157 +msgid "Only disabled" +msgstr "Sólo deshabilitado" + +#: ../../operation/agentes/status_monitor.php:400 +msgid "Show monitors..." +msgstr "Mostrar módulos..." + +#: ../../operation/agentes/status_monitor.php:410 +msgid "Data type" +msgstr "Tipo de dato" + +#: ../../operation/agentes/status_monitor.php:529 +msgid "Advanced Options" +msgstr "Opciones Avanzadas" + +#: ../../operation/agentes/status_monitor.php:539 +#: ../../operation/agentes/agent_fields.php:38 +msgid "Agent custom fields" +msgstr "Campos personalizados de agente" + +#: ../../operation/agentes/status_monitor.php:946 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../include/ajax/module.php:735 ../../godmode/alerts/alert_view.php:123 +#: ../../godmode/agentes/module_manager.php:551 +msgid "Policy" +msgstr "Política" + +#: ../../operation/agentes/status_monitor.php:946 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../include/ajax/module.php:735 +#: ../../godmode/snmpconsole/snmp_alert.php:1148 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +#: ../../godmode/agentes/module_manager.php:551 +msgid "P." +msgstr "P." + +#: ../../operation/agentes/status_monitor.php:952 +msgid "Data Type" +msgstr "Tipo de Dato" + +#: ../../operation/agentes/status_monitor.php:980 +#: ../../include/ajax/module.php:748 +#: ../../godmode/agentes/module_manager.php:565 +msgid "Warn" +msgstr "Advertencia" + +#: ../../operation/agentes/status_monitor.php:1035 +#: ../../operation/agentes/pandora_networkmap.view.php:258 +msgid "(Adopt) " +msgstr "Adoptar " + +#: ../../operation/agentes/status_monitor.php:1045 +#: ../../operation/agentes/pandora_networkmap.view.php:268 +msgid "(Unlinked) (Adopt) " +msgstr "(Sin enlazar) (Adoptar) " + +#: ../../operation/agentes/status_monitor.php:1049 +#: ../../operation/agentes/pandora_networkmap.view.php:272 +msgid "(Unlinked) " +msgstr "(Sin enlazar) " + +#: ../../operation/agentes/status_monitor.php:1362 +#: ../../operation/agentes/status_monitor.php:1369 +#: ../../mobile/operation/modules.php:610 +#: ../../mobile/operation/modules.php:617 ../../include/functions_ui.php:3684 +#: ../../include/functions_ui.php:3691 +#: ../../include/functions_treeview.php:279 +#: ../../include/functions_treeview.php:286 +msgid "Snapshot view" +msgstr "Vista de captura de comando" + +#: ../../operation/agentes/status_monitor.php:1443 +msgid "This group doesn't have any monitor" +msgstr "Este grupo no tiene ningún monitor definido" + +#: ../../operation/agentes/pandora_networkmap.php:153 +msgid "Succesfully created" +msgstr "Creado correctamente" + +#: ../../operation/agentes/pandora_networkmap.php:153 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +#: ../../godmode/alerts/alert_special_days.php:149 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:432 +#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:57 +#: ../../godmode/setup/gis.php:47 ../../godmode/users/configure_user.php:237 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2431 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/modules/manage_network_components.php:162 +#: ../../godmode/modules/manage_network_components.php:256 +#: ../../godmode/agentes/configurar_agente.php:266 +#: ../../godmode/agentes/configurar_agente.php:617 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +msgid "Could not be created" +msgstr "No se ha podido crear" + +#: ../../operation/agentes/pandora_networkmap.php:247 +msgid "Succesfully updated" +msgstr "Actualizado correctamente" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Succesfully duplicate" +msgstr "Duplicado correctamente" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Could not be duplicated" +msgstr "No se puede duplicar" + +#: ../../operation/agentes/pandora_networkmap.php:269 +msgid "Succesfully deleted" +msgstr "Eliminado correctamente" + +#: ../../operation/agentes/pandora_networkmap.php:365 +#: ../../operation/agentes/pandora_networkmap.view.php:701 +#: ../../operation/agentes/pandora_networkmap.editor.php:133 +msgid "Networkmap" +msgstr "Mapa de red" + +#: ../../operation/agentes/pandora_networkmap.php:399 +#: ../../include/functions_reporting_html.php:3479 +msgid "Nodes" +msgstr "Nodos" + +#: ../../operation/agentes/pandora_networkmap.php:402 +#: ../../operation/agentes/pandora_networkmap.php:479 +#: ../../godmode/alerts/alert_actions.php:342 +#: ../../godmode/massive/massive_copy_modules.php:224 +#: ../../godmode/reporting/map_builder.php:214 +msgid "Copy" +msgstr "Copiar" + +#: ../../operation/agentes/pandora_networkmap.php:466 +msgid "Pending to generate" +msgstr "Pendiente de generar" + +#: ../../operation/agentes/pandora_networkmap.php:486 +msgid "Config" +msgstr "Config" + +#: ../../operation/agentes/pandora_networkmap.php:502 +msgid "There are no maps defined." +msgstr "No hay mapas definidos." + +#: ../../operation/agentes/pandora_networkmap.php:509 +msgid "Create networkmap" +msgstr "Crear mapa de red" + +#: ../../operation/agentes/agent_fields.php:28 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../include/functions_treeview.php:506 +msgid "There was a problem loading agent" +msgstr "Hubo un problema al cargar la configuración del agente" + +#: ../../operation/agentes/agent_fields.php:45 +#: ../../operation/agentes/estado_generalagente.php:354 +#: ../../include/functions_treeview.php:691 +msgid "Custom field" +msgstr "Campo personalizado" + +#: ../../operation/agentes/agent_fields.php:48 +#: ../../operation/agentes/custom_fields.php:87 +msgid "empty" +msgstr "vacío" + +#: ../../operation/agentes/pandora_networkmap.view.php:111 +msgid "Success be updated." +msgstr "Actualizado correctamente" + +#: ../../operation/agentes/pandora_networkmap.view.php:114 +msgid "Could not be updated." +msgstr "No se puede actualizar" + +#: ../../operation/agentes/pandora_networkmap.view.php:227 +msgid "Name: " +msgstr "Nombre: " + +#: ../../operation/agentes/pandora_networkmap.view.php:277 +msgid "Policy: " +msgstr "Política: " + +#: ../../operation/agentes/pandora_networkmap.view.php:326 +msgid "Status: " +msgstr "Estado: " + +#: ../../operation/agentes/pandora_networkmap.view.php:370 +msgid "Data: " +msgstr "Datos: " + +#: ../../operation/agentes/pandora_networkmap.view.php:373 +#: ../../operation/agentes/estado_generalagente.php:552 +msgid "Last contact: " +msgstr "Último contacto: " + +#: ../../operation/agentes/pandora_networkmap.view.php:703 +#: ../../operation/agentes/pandora_networkmap.editor.php:162 +msgid "Not found networkmap." +msgstr "No se encontró ningún networkmap." + +#: ../../operation/agentes/pandora_networkmap.view.php:747 +msgid "List of networkmap" +msgstr "Lista de mapas de red" + +#: ../../operation/agentes/exportdata.php:82 +#: ../../operation/agentes/exportdata.excel.php:67 +#: ../../operation/agentes/exportdata.csv.php:68 +msgid "Invalid time specified" +msgstr "Hora especificada no válida" + +#: ../../operation/agentes/exportdata.php:218 +#: ../../operation/agentes/exportdata.excel.php:165 +#: ../../operation/agentes/exportdata.csv.php:182 +msgid "No modules specified" +msgstr "No se especificó ningún módulo" + +#: ../../operation/agentes/exportdata.php:244 +#: ../../godmode/db/db_refine.php:83 +msgid "Source agent" +msgstr "Agente origen" + +#: ../../operation/agentes/exportdata.php:276 +msgid "No modules of type string. You can not calculate their average" +msgstr "No hay módulos de tipo cadena. No puede calcular su media." + +#: ../../operation/agentes/exportdata.php:310 +#: ../../operation/agentes/interface_traffic_graph_win.php:226 +#: ../../operation/agentes/stat_win.php:314 +#: ../../operation/agentes/graphs.php:132 +#: ../../mobile/operation/module_graph.php:452 +msgid "Begin date" +msgstr "Fecha de inicio" + +#: ../../operation/agentes/exportdata.php:319 +msgid "End date" +msgstr "Fecha final" + +#: ../../operation/agentes/exportdata.php:327 +msgid "Export type" +msgstr "Tipo de exportación" + +#: ../../operation/agentes/exportdata.php:330 +#: ../../include/functions_netflow.php:1034 +msgid "Data table" +msgstr "Tabla de datos" + +#: ../../operation/agentes/exportdata.php:331 +#: ../../extensions/insert_data.php:185 +msgid "CSV" +msgstr "CSV" + +#: ../../operation/agentes/exportdata.php:332 +msgid "MS Excel" +msgstr "MS Excel" + +#: ../../operation/agentes/exportdata.php:333 +msgid "Average per hour/day" +msgstr "Media por hora/día" + +#: ../../operation/agentes/exportdata.php:341 +#: ../../extensions/resource_exportation.php:354 +#: ../../extensions/resource_exportation.php:357 +msgid "Export" +msgstr "Exportar" + +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" +msgstr "No se han definido campos" + +#: ../../operation/agentes/custom_fields.php:59 +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +#: ../../godmode/agentes/fields_manager.php:95 +msgid "Field" +msgstr "Campo" + +#: ../../operation/agentes/custom_fields.php:61 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "Display on front" +msgstr "Mostrar en la vista principal" + +#: ../../operation/agentes/custom_fields.php:62 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "" +"The fields with display on front enabled will be displayed into the agent " +"details" +msgstr "" +"Si esta opción está activada, los campos mostrarán la información en la " +"vista principal." + +#: ../../operation/agentes/estado_monitores.php:35 +msgid "Tag's information" +msgstr "Información de etiquetas" + +#: ../../operation/agentes/estado_monitores.php:81 +msgid "Relationship information" +msgstr "Información de relaciones" + +#: ../../operation/agentes/estado_monitores.php:128 +msgid "" +"To see the list of modules paginated, enable this option in the Styles " +"Configuration." +msgstr "" +"Para ver la lista de módulos con paginación, habilita esta opción en la " +"configuración de estilos." + +#: ../../operation/agentes/estado_monitores.php:129 +msgid "Full list of monitors" +msgstr "Lista completa de monitores" + +#: ../../operation/agentes/estado_monitores.php:154 +msgid "List of modules" +msgstr "Lista de módulos" + +#: ../../operation/agentes/estado_monitores.php:445 +msgid "Status:" +msgstr "Estado:" + +#: ../../operation/agentes/estado_monitores.php:451 +msgid "Not Normal" +msgstr "No normal" + +#: ../../operation/agentes/estado_monitores.php:459 +msgid "Free text for search (*):" +msgstr "Texto libre de búsqueda (*)" + +#: ../../operation/agentes/estado_monitores.php:460 +msgid "Search by module name, list matches." +msgstr "Búsqueda por nombre del módulo, lista las coincidencias." + +#: ../../operation/agentes/estado_monitores.php:472 +#: ../../godmode/agentes/module_manager.php:120 +msgid "Show in hierachy mode" +msgstr "Mostrar en modo herencia" + +#: ../../operation/agentes/estado_monitores.php:475 +msgid "Reset" +msgstr "Reiniciar" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "Datos actuales a" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "Lista completa de alertas" + +#: ../../operation/agentes/alerts_status.php:135 +msgid "Alerts view" +msgstr "Vista de alertas" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "Permisos insuficientes para validar alertas" + +#: ../../operation/agentes/alerts_status.php:396 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Alert control filter" +msgstr "Filtro de control de alertas" + +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.functions.php:103 +#: ../../godmode/alerts/alert_list.list.php:138 +msgid "Standby" +msgstr "Standby" + +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../mobile/operation/agents.php:322 +#: ../../include/functions_events.php:898 +#: ../../godmode/agentes/module_manager.php:554 +msgid "S." +msgstr "S." + +#: ../../operation/agentes/alerts_status.php:422 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:732 +msgid "Force execution" +msgstr "Forzar ejecución" + +#: ../../operation/agentes/alerts_status.php:423 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:732 +msgid "F." +msgstr "F." + +#: ../../operation/agentes/alerts_status.php:431 +#: ../../operation/agentes/alerts_status.php:472 +#: ../../operation/agentes/alerts_status.php:506 +#: ../../operation/agentes/alerts_status.php:540 +#: ../../extensions/agents_alerts.php:282 +#: ../../include/functions_treeview.php:424 +#: ../../include/functions_reporting_html.php:3099 +#: ../../godmode/snmpconsole/snmp_alert.php:1169 +#: ../../godmode/alerts/alert_view.php:79 +msgid "Last fired" +msgstr "Lanzada por última vez" + +#: ../../operation/agentes/alerts_status.php:599 +msgid "No alerts found" +msgstr "No se encontró ninguna alerta" + +#: ../../operation/agentes/datos_agente.php:165 +msgid "Received data from" +msgstr "Datos recibidos de" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "Main database" +msgstr "Base de datos principal" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "History database" +msgstr "BBDD de histórico" + +#: ../../operation/agentes/datos_agente.php:173 +msgid "" +"Switch between the main database and the history database to retrieve module " +"data" +msgstr "" +"Cambiar entre base de datos principal y de histórico para recoger los datos " +"de los módulos" + +#: ../../operation/agentes/datos_agente.php:185 +#: ../../include/ajax/module.php:149 +msgid "Choose a time from now" +msgstr "Elija un tiempo a partir de ahora" + +#: ../../operation/agentes/datos_agente.php:188 +#: ../../include/ajax/module.php:161 +msgid "Specify time range" +msgstr "Especificar rango de tiempo" + +#: ../../operation/agentes/datos_agente.php:202 +#: ../../operation/agentes/alerts_status.functions.php:97 +msgid "Free text for search" +msgstr "Búsqueda de texto libre" + +#: ../../operation/agentes/datos_agente.php:286 +#: ../../include/ajax/module.php:345 +#: ../../godmode/agentes/module_manager.php:523 +msgid "No available data to show" +msgstr "No hay datos disponibles para mostrar" + +#: ../../operation/agentes/tactical.php:46 +#: ../../operation/agentes/group_view.php:61 +#: ../../extensions/agents_modules.php:56 +#: ../../extensions/agents_alerts.php:55 +msgid "Last update" +msgstr "Última actualización" + +#: ../../operation/agentes/tactical.php:135 +msgid "Report of State" +msgstr "Informe de Estado" + +#: ../../operation/agentes/tactical.php:188 +#: ../../include/functions_events.php:880 +msgid "Latest events" +msgstr "Últimos eventos" + +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" +msgstr "Falta id de agente" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" +msgstr "Falta id de agente de ehorus" + +#: ../../operation/agentes/ehorus.php:80 +msgid "There was an error retrieving an authorization token" +msgstr "Ha habido un error en la recepción del token de autorización" + +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +msgid "There was an error processing the response" +msgstr "Ha habido un error en el procesamiento de la respuesta" + +#: ../../operation/agentes/ehorus.php:116 +msgid "There was an error retrieving the agent data" +msgstr "Ha habido un error en la obtención de los datos del agente" + +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" +msgstr "Control remoto de este agente con eHorus" + +#: ../../operation/agentes/ehorus.php:136 +msgid "Launch" +msgstr "Iniciar" + +#: ../../operation/agentes/ehorus.php:142 +msgid "The connection was lost and the authorization token was expired" +msgstr "La conexión se perdió y el token de autorización ha expirado" + +#: ../../operation/agentes/ehorus.php:144 +msgid "Reload the page to request a new authorization token" +msgstr "Refresque la página para conseguir otro token de autorización" + +#: ../../operation/agentes/alerts_status.functions.php:32 +msgid "Alert(s) validated" +msgstr "Alerta(s) validada(s)" + +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" +msgstr "Error al procesar la(s) alerta(s)" + +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "Todos (Habilitados)" + +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:826 +#: ../../godmode/alerts/alert_list.list.php:140 +msgid "Standby on" +msgstr "Modo standby activado" + +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../mobile/operation/alerts.php:45 +#: ../../godmode/alerts/alert_list.list.php:141 +msgid "Standby off" +msgstr "Modo standby desactivado" + +#: ../../operation/agentes/alerts_status.functions.php:99 +msgid "Filter by agent name, module name, template name or action name" +msgstr "" +"Filtrar por nombre de agente, nombre de módulo, nombre de plantilla o de " +"acción" + +#: ../../operation/agentes/alerts_status.functions.php:109 +msgid "No actions" +msgstr "Sin Acciones" + +#: ../../operation/agentes/interface_traffic_graph_win.php:48 +#: ../../operation/agentes/stat_win.php:44 +msgid "There was a problem connecting with the node" +msgstr "Hubo un problema conectando con el nodo" + +#: ../../operation/agentes/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "En" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "Fuera" + +#: ../../operation/agentes/interface_traffic_graph_win.php:201 +#: ../../operation/agentes/stat_win.php:268 +msgid "Pandora FMS Graph configuration menu" +msgstr "Menú de configuración de gráficos" + +#: ../../operation/agentes/interface_traffic_graph_win.php:203 +#: ../../operation/agentes/stat_win.php:270 +msgid "Please, make your changes and apply with the Reload button" +msgstr "Haga sus cambios y aplíquelos con el botón Actualizar." + +#: ../../operation/agentes/interface_traffic_graph_win.php:220 +#: ../../operation/agentes/stat_win.php:297 +msgid "Refresh time" +msgstr "Tiempo de actualización" + +#: ../../operation/agentes/interface_traffic_graph_win.php:239 +#: ../../operation/agentes/stat_win.php:377 +msgid "Show percentil" +msgstr "Mostrar el percentil" + +#: ../../operation/agentes/interface_traffic_graph_win.php:245 +#: ../../operation/agentes/stat_win.php:326 +msgid "Zoom factor" +msgstr "Factor de ampliación" + +#: ../../operation/agentes/interface_traffic_graph_win.php:272 +#: ../../operation/agentes/stat_win.php:421 +msgid "Reload" +msgstr "Actualizar" + +#: ../../operation/agentes/ver_agente.php:686 +msgid "Main IP" +msgstr "IP principal" + +#: ../../operation/agentes/ver_agente.php:697 +#: ../../include/functions_events.php:2043 +msgid "Last remote contact" +msgstr "Último contacto remoto" + +#: ../../operation/agentes/ver_agente.php:737 +msgid "Monitors down" +msgstr "Monitores caídos" + +#: ../../operation/agentes/ver_agente.php:773 +#: ../../mobile/operation/groups.php:161 +#: ../../include/functions_groups.php:848 +#: ../../include/functions_groups.php:850 +#: ../../include/functions_groups.php:852 +#: ../../include/functions_groups.php:853 +#: ../../include/functions_groups.php:854 +#: ../../include/functions_reporting_html.php:2920 +#: ../../include/functions_reporting_html.php:2929 +msgid "Alerts fired" +msgstr "Alertas disparadas" + +#: ../../operation/agentes/ver_agente.php:822 +msgid "Address" +msgstr "Dirección" + +#: ../../operation/agentes/ver_agente.php:854 +#: ../../operation/agentes/estado_generalagente.php:278 +#: ../../include/functions_visual_map_editor.php:525 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/groups/configure_group.php:134 +#: ../../godmode/modules/manage_nc_groups_form.php:70 +#: ../../godmode/agentes/agent_manager.php:255 +msgid "Parent" +msgstr "Padre" + +#: ../../operation/agentes/ver_agente.php:863 +msgid "Sons" +msgstr "Hijos" + +#: ../../operation/agentes/ver_agente.php:1008 +#: ../../godmode/agentes/configurar_agente.php:374 +msgid "GIS data" +msgstr "Datos GIS" + +#: ../../operation/agentes/ver_agente.php:1035 +#: ../../operation/agentes/estado_generalagente.php:329 +#: ../../include/functions_treeview.php:668 +#: ../../godmode/agentes/agent_manager.php:419 +msgid "Url address" +msgstr "Dirección Url" + +#: ../../operation/agentes/ver_agente.php:1046 +#: ../../include/functions_events.php:2048 ../../godmode/menu.php:36 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 +#: ../../godmode/massive/massive_edit_agents.php:465 +#: ../../godmode/agentes/agent_manager.php:470 +msgid "Custom fields" +msgstr "Campos personalizados" + +#: ../../operation/agentes/ver_agente.php:1076 +msgid "Log Viewer" +msgstr "Visor de sucesos" + +#: ../../operation/agentes/ver_agente.php:1089 ../../godmode/menu.php:269 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +msgid "eHorus" +msgstr "eHorus" + +#: ../../operation/agentes/ver_agente.php:1096 +msgid "Terminal" +msgstr "Terminal" + +#: ../../operation/agentes/ver_agente.php:1101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 +msgid "Display" +msgstr "Mostrar" + +#: ../../operation/agentes/ver_agente.php:1106 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:793 +msgid "Processes" +msgstr "Procesos" + +#: ../../operation/agentes/ver_agente.php:1111 +#: ../../general/firts_task/service_list.php:28 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +msgid "Services" +msgstr "Servicios" + +#: ../../operation/agentes/ver_agente.php:1116 +msgid "Files" +msgstr "Archivos" + +#: ../../operation/agentes/pandora_networkmap.editor.php:187 +msgid "Node radius" +msgstr "Radio de los nodos" + +#: ../../operation/agentes/pandora_networkmap.editor.php:197 +#: ../../include/functions_groups.php:92 ../../godmode/menu.php:212 +msgid "Recon task" +msgstr "Tarea de reconocimiento" + +#: ../../operation/agentes/pandora_networkmap.editor.php:198 +msgid "CIDR IP mask" +msgstr "Máscara CIDR" + +#: ../../operation/agentes/pandora_networkmap.editor.php:200 +msgid "Source from recon task" +msgstr "Origen de tarea recon" + +#: ../../operation/agentes/pandora_networkmap.editor.php:202 +msgid "" +"It is setted any recon task, the nodes get from the recontask IP mask " +"instead from the group." +msgstr "" +"Si está seleccionada alguna tarea recon, los nodos se obtendrán de la " +"máscara IP de la recontask en lugar del grupo" + +#: ../../operation/agentes/pandora_networkmap.editor.php:206 +msgid "Show only the task with the recon script \"SNMP L2 Recon\"." +msgstr "Mostrar solo las tareas recon con el script \"SNMP L2 Recon\"" + +#: ../../operation/agentes/pandora_networkmap.editor.php:208 +msgid "Source from CIDR IP mask" +msgstr "Origen de máscara CIDR" + +#: ../../operation/agentes/pandora_networkmap.editor.php:212 +msgid "Don't show subgroups:" +msgstr "No mostrar subgrupos" + +#: ../../operation/agentes/pandora_networkmap.editor.php:225 +msgid "Method generation networkmap" +msgstr "Método de generación de mapas de red" + +#: ../../operation/agentes/pandora_networkmap.editor.php:237 +msgid "Save networkmap" +msgstr "Guardar mapa de red" + +#: ../../operation/agentes/pandora_networkmap.editor.php:243 +msgid "Update networkmap" +msgstr "Actualizar mapa de red" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "Resumen de los grupos por estatus" + +#: ../../operation/agentes/group_view.php:170 +#: ../../include/functions_reporting_html.php:690 +#: ../../include/functions_reporting_html.php:2538 +msgid "Not Init" +msgstr "No iniciado" + +#: ../../operation/agentes/group_view.php:249 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "Etiqueta" + +#: ../../operation/agentes/group_view.php:430 +#: ../../operation/agentes/estado_agente.php:642 +#: ../../godmode/agentes/modificar_agente.php:646 +msgid "There are no defined agents" +msgstr "No hay ningún agente definido" + +#: ../../operation/agentes/stat_win.php:115 +msgid "There was a problem locating the source of the graph" +msgstr "Hubo un problema al localizar la fuente del gráfico" + +#: ../../operation/agentes/stat_win.php:305 +msgid "Avg. Only" +msgstr "Solo la media" + +#: ../../operation/agentes/stat_win.php:320 +msgid "Begin time" +msgstr "Comenzar el tiempo" + +#: ../../operation/agentes/stat_win.php:345 +#: ../../operation/agentes/graphs.php:140 +msgid "Show events" +msgstr "Mostrar eventos" + +#: ../../operation/agentes/stat_win.php:356 +msgid "" +"Show events is disabled because this Pandora node is set the event " +"replication." +msgstr "" +"Los eventos no se muestran porque este nodo de Pandora tiene la replicación " +"de eventos activada." + +#: ../../operation/agentes/stat_win.php:362 +#: ../../operation/agentes/graphs.php:142 +msgid "Show alerts" +msgstr "Mostrar alertas" + +#: ../../operation/agentes/stat_win.php:368 +msgid "Show event graph" +msgstr "Mostrar gráfica de eventos" + +#: ../../operation/agentes/stat_win.php:383 +#: ../../mobile/operation/module_graph.php:418 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1295 +msgid "Time compare (Overlapped)" +msgstr "Comparación de tiempo (solapado)" + +#: ../../operation/agentes/stat_win.php:389 +#: ../../mobile/operation/module_graph.php:410 +msgid "Time compare (Separated)" +msgstr "Comparación de tiempo (por separado)" + +#: ../../operation/agentes/stat_win.php:395 +#: ../../mobile/operation/module_graph.php:426 +msgid "Show unknown graph" +msgstr "Mostrar gráficas desconocidas" + +#: ../../operation/agentes/estado_generalagente.php:42 +msgid "The agent has not assigned server. Maybe agent does not run fine." +msgstr "" +"El agente no ha sido asignado a ningún servidor. Quizá el agente no se esté " +"ejecutando correctamente." + +#: ../../operation/agentes/estado_generalagente.php:82 +#: ../../operation/agentes/estado_agente.php:572 +#: ../../mobile/operation/agent.php:129 +#: ../../include/class/Tree.class.php:1796 ../../include/ajax/module.php:879 +#: ../../godmode/massive/massive_edit_agents.php:416 +#: ../../godmode/massive/massive_edit_modules.php:601 +#: ../../godmode/agentes/module_manager_editor_common.php:565 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/agentes/agent_manager.php:423 +#: ../../godmode/agentes/modificar_agente.php:541 +#: ../../godmode/agentes/module_manager.php:643 +#: ../../godmode/agentes/planned_downtime.list.php:427 +msgid "Quiet" +msgstr "Silencioso" + +#: ../../operation/agentes/estado_generalagente.php:119 +msgid "" +"Agent statuses are re-calculated by the server, they are not shown in real " +"time." +msgstr "" +"Los estados de los agentes se calculan por el servidor, no se muestran en " +"tiempo real." + +#: ../../operation/agentes/estado_generalagente.php:147 +#: ../../extensions/net_tools.php:131 +msgid "IP address" +msgstr "Dirección IP" + +#: ../../operation/agentes/estado_generalagente.php:196 +msgid "Agent contact" +msgstr "Contacto de agente" + +#: ../../operation/agentes/estado_generalagente.php:218 +msgid "Next contact" +msgstr "Siguiente contacto" + +#: ../../operation/agentes/estado_generalagente.php:241 +msgid "Agent info" +msgstr "Información del agente" + +#: ../../operation/agentes/estado_generalagente.php:256 +#: ../../include/functions_treeview.php:714 +msgid "Agent access rate (24h)" +msgstr "Accesibilidad del agente (24h)" + +#: ../../operation/agentes/estado_generalagente.php:268 +#: ../../include/functions_treeview.php:571 +msgid "Other IP addresses" +msgstr "Otras direcciones IP" + +#: ../../operation/agentes/estado_generalagente.php:292 +#: ../../godmode/massive/massive_edit_agents.php:368 +#: ../../godmode/servers/servers.build_table.php:160 +#: ../../godmode/agentes/configurar_agente.php:441 +#: ../../godmode/agentes/configurar_agente.php:553 +#: ../../godmode/agentes/agent_manager.php:347 +msgid "Remote configuration" +msgstr "Configuración remota" + +#: ../../operation/agentes/estado_generalagente.php:297 +#: ../../include/functions_groups.php:2158 +#: ../../include/functions_reporting_html.php:2086 +#: ../../godmode/alerts/configure_alert_template.php:663 +msgid "Enabled" +msgstr "Activado" + +#: ../../operation/agentes/estado_generalagente.php:310 +#: ../../include/functions_treeview.php:659 +msgid "Position (Long, Lat)" +msgstr "posición (longitud, latitud)" + +#: ../../operation/agentes/estado_generalagente.php:313 +msgid "There is no GIS data." +msgstr "No hay datos GIS" + +#: ../../operation/agentes/estado_generalagente.php:338 +#: ../../include/functions_treeview.php:676 +msgid "Timezone Offset" +msgstr "Franja horaria desactivada" + +#: ../../operation/agentes/estado_generalagente.php:388 +msgid "Active incident on this agent" +msgstr "Activar incidencia a este agente" + +#: ../../operation/agentes/estado_generalagente.php:392 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../godmode/setup/news.php:222 +msgid "Author" +msgstr "Autor" + +#: ../../operation/agentes/estado_generalagente.php:397 +msgid "Title" +msgstr "Título" + +#: ../../operation/agentes/estado_generalagente.php:407 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../include/functions_reporting_html.php:2873 +#: ../../include/functions_events.php:2173 +#: ../../godmode/snmpconsole/snmp_alert.php:941 +#: ../../godmode/snmpconsole/snmp_alert.php:1006 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/configure_alert_template.php:767 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/agentes/agent_incidents.php:88 +msgid "Priority" +msgstr "Prioridad" + +#: ../../operation/agentes/estado_generalagente.php:448 +#: ../../include/functions_treeview.php:796 +msgid "Interface information" +msgstr "Interfaz de información" + +#: ../../operation/agentes/estado_generalagente.php:477 +#: ../../include/functions_treeview.php:774 +msgid "Interface traffic" +msgstr "Interfaz de tráfico" + +#: ../../operation/agentes/estado_generalagente.php:538 +msgid "Events info (24hr.)" +msgstr "Información de eventos (24hr.)" + +#: ../../operation/agentes/estado_generalagente.php:601 +#: ../../mobile/operation/agent.php:214 +#: ../../include/functions_treeview.php:722 +msgid "Events (24h)" +msgstr "Eventos (24h)" + +#: ../../operation/agentes/estado_generalagente.php:620 +msgid "Refresh data" +msgstr "Refrescar datos" + +#: ../../operation/agentes/estado_generalagente.php:622 +msgid "Force remote checks" +msgstr "Forzar chequeo remoto" + +#: ../../operation/agentes/estado_agente.php:156 +msgid "Sucessfully deleted agent" +msgstr "Agente borrado correctamente" + +#: ../../operation/agentes/estado_agente.php:158 +msgid "There was an error message deleting the agent" +msgstr "Hubo errores al intentar borrar el agente" + +#: ../../operation/agentes/estado_agente.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +#: ../../godmode/agentes/modificar_agente.php:165 +msgid "Recursion" +msgstr "Recursión" + +#: ../../operation/agentes/estado_agente.php:593 +msgid "Remote config" +msgstr "Configuración remota" + +#: ../../operation/agentes/gis_view.php:55 +#: ../../godmode/agentes/agent_conf_gis.php:40 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"No existe un mapa por defecto. Por favor, selecciona uno en la sección de " +"configuración" + +#: ../../operation/agentes/gis_view.php:86 +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"No hay datos de SIG para este agente, por lo que es colocado en posición por " +"defecto del mapa." + +#: ../../operation/agentes/gis_view.php:91 +msgid "Last position in " +msgstr "última posición en " + +#: ../../operation/agentes/gis_view.php:98 +msgid "Period to show data as path" +msgstr "periodo para mostrar datos como ruta" + +#: ../../operation/agentes/gis_view.php:102 +msgid "Refresh path" +msgstr "refrescar ruta" + +#: ../../operation/agentes/gis_view.php:105 +msgid "Positional data from the last" +msgstr "Datos de posición desde el último" + +#: ../../operation/agentes/gis_view.php:144 +msgid "This agent doesn't have any GIS data." +msgstr "Este agente no tiene ningún dato GIS." + +#: ../../operation/agentes/gis_view.php:172 +#, php-format +msgid "%s Km" +msgstr "%s Km" + +#: ../../operation/agentes/gis_view.php:178 +#: ../../godmode/setup/gis_step_2.php:300 +msgid "Longitude" +msgstr "Longitud" + +#: ../../operation/agentes/gis_view.php:179 +#: ../../godmode/setup/gis_step_2.php:296 +msgid "Latitude" +msgstr "Latitud" + +#: ../../operation/agentes/gis_view.php:180 +#: ../../godmode/setup/gis_step_2.php:304 +msgid "Altitude" +msgstr "Altitud" + +#: ../../operation/agentes/gis_view.php:182 +#: ../../godmode/agentes/planned_downtime.list.php:145 +msgid "To" +msgstr "Para" + +#: ../../operation/agentes/gis_view.php:184 +msgid "Distance" +msgstr "Distancia" + +#: ../../operation/agentes/gis_view.php:185 +msgid "# of Packages" +msgstr "# de paquetes" + +#: ../../operation/agentes/gis_view.php:189 +msgid "positional data" +msgstr "datos de posición" + +#: ../../operation/agentes/status_events.php:31 +#: ../../operation/agentes/status_events.php:32 +msgid "Latest events for this agent" +msgstr "Últimos eventos para este agente" + +#: ../../operation/agentes/graphs.php:86 +msgid "Other modules" +msgstr "Otros módulos" + +#: ../../operation/agentes/graphs.php:91 +msgid "Modules network no proc" +msgstr "Módulos de red sin proc" + +#: ../../operation/agentes/graphs.php:143 +msgid "the combined graph does not show the alerts into this graph" +msgstr "Las gráficas combinadas no muestran las alertas" + +#: ../../operation/agentes/graphs.php:145 +msgid "Show as one combined graph" +msgstr "Mostrar como una gráfica combinada" + +#: ../../operation/agentes/graphs.php:147 +msgid "one combined graph" +msgstr "gráfica combinada" + +#: ../../operation/agentes/graphs.php:150 +msgid "several graphs for each module" +msgstr "varias gráficas por cada módulo" + +#: ../../operation/agentes/graphs.php:157 +msgid "Save as custom graph" +msgstr "Guardar como gráfica personalizada" + +#: ../../operation/agentes/graphs.php:163 +msgid "Filter graphs" +msgstr "Filtrar gráficas" + +#: ../../operation/agentes/graphs.php:210 +msgid "There was an error loading the graph" +msgstr "Sucedió un error al cargar la gráfica" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "Nombre de gráfica personalizada" + +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:194 +#: ../../godmode/setup/snmp_wizard.php:104 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/reporting/visual_console_builder.data.php:181 +msgid "Save" +msgstr "Guardar" + +#: ../../operation/agentes/graphs.php:243 +msgid "Save custom graph" +msgstr "Guardar gráfica personalizada" + +#: ../../operation/agentes/graphs.php:264 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "Creada gráfica personalizada desde la sección de gráficas del agente" + +#: ../../operation/agentes/networkmap.dinamic.php:130 +#: ../../mobile/operation/networkmap.php:110 +#: ../../mobile/operation/networkmap.php:129 +#: ../../mobile/operation/networkmap.php:146 +#: ../../include/functions_pandora_networkmap.php:99 +msgid "Pandora FMS" +msgstr "Pandora FMS" + +#: ../../operation/incidents/incident_statistics.php:33 +msgid "Incidents by status" +msgstr "Incidentes por estado" + +#: ../../operation/incidents/incident_statistics.php:36 +msgid "Incidents by priority" +msgstr "Incidentes por prioridad" + +#: ../../operation/incidents/incident_statistics.php:39 +msgid "Incidents by group" +msgstr "Incidentes por grupo" + +#: ../../operation/incidents/incident_statistics.php:42 +msgid "Incidents by user" +msgstr "Incidentes por usuario" + +#: ../../operation/incidents/incident_statistics.php:45 +msgid "Incidents by source" +msgstr "Incidentes por origen" + +#: ../../operation/incidents/incident_detail.php:67 +#: ../../godmode/alerts/alert_list.php:170 +#: ../../godmode/massive/massive_add_action_alerts.php:112 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/massive/massive_add_tags.php:88 +msgid "Successfully added" +msgstr "Añadido correctamente" + +#: ../../operation/incidents/incident_detail.php:68 +#: ../../godmode/alerts/alert_list.php:170 +#: ../../godmode/massive/massive_add_action_alerts.php:59 +#: ../../godmode/massive/massive_add_action_alerts.php:96 +#: ../../godmode/massive/massive_add_action_alerts.php:112 +#: ../../godmode/massive/massive_add_action_alerts.php:116 +#: ../../godmode/massive/massive_add_action_alerts.php:120 +#: ../../godmode/massive/massive_add_alerts.php:113 +#: ../../godmode/massive/massive_delete_action_alerts.php:119 +#: ../../godmode/massive/massive_add_tags.php:89 +msgid "Could not be added" +msgstr "No se pudo añadir" + +#: ../../operation/incidents/incident_detail.php:120 +msgid "No description available" +msgstr "Sin descripción disponible" + +#: ../../operation/incidents/incident_detail.php:160 +msgid "File could not be saved due to database error" +msgstr "El archivo no se pudo guardar debido a un error en la base de datos" + +#: ../../operation/incidents/incident_detail.php:173 +msgid "File uploaded" +msgstr "Archivo subido" + +#: ../../operation/incidents/incident_detail.php:174 +msgid "File could not be uploaded" +msgstr "No se pudo subir el archivo" + +#: ../../operation/incidents/incident_detail.php:233 +msgid "Incident details" +msgstr "Detalles del incidente" + +#: ../../operation/incidents/incident_detail.php:238 +#: ../../operation/incidents/incident.php:411 +msgid "Create incident" +msgstr "Crear incidente" + +#: ../../operation/incidents/incident_detail.php:244 +#: ../../operation/incidents/incident.php:337 +#: ../../godmode/servers/manage_recontask_form.php:311 +#: ../../godmode/servers/manage_recontask.php:291 +#: ../../godmode/agentes/agent_incidents.php:87 +msgid "Incident" +msgstr "Incidente" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "Abierto el" + +#: ../../operation/incidents/incident_detail.php:327 +msgid "Creator" +msgstr "Creador" + +#: ../../operation/incidents/incident_detail.php:376 +msgid "Update incident" +msgstr "Actualizar incidente" + +#: ../../operation/incidents/incident_detail.php:382 +msgid "Submit" +msgstr "Enviar" + +#: ../../operation/incidents/incident_detail.php:396 +#: ../../operation/incidents/incident_detail.php:400 +msgid "Add note" +msgstr "Insertar nota" + +#: ../../operation/incidents/incident_detail.php:432 +msgid "Notes attached to incident" +msgstr "Notas asociadas al incidente" + +#: ../../operation/incidents/incident_detail.php:453 +#: ../../operation/incidents/incident_detail.php:505 +msgid "Filename" +msgstr "Nombre del archivo" + +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../include/functions_filemanager.php:582 +#: ../../include/functions_visual_map_editor.php:107 +#: ../../include/functions_visual_map_editor.php:149 +#: ../../include/functions_visual_map_editor.php:444 +#: ../../include/functions_visual_map_editor.php:508 +#: ../../godmode/events/event_responses.editor.php:97 +msgid "Size" +msgstr "Tamaño" + +#: ../../operation/incidents/incident_detail.php:481 +msgid "Attached files" +msgstr "Archivos adjuntos" + +#: ../../operation/incidents/incident_detail.php:499 +#: ../../operation/incidents/incident_detail.php:503 +msgid "Add attachment" +msgstr "Añadir adjunto" + +#: ../../operation/incidents/incident_detail.php:507 +#: ../../extensions/resource_registration.php:876 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/extension_uploader.php:85 +#: ../../godmode/alerts/alert_special_days.php:260 +msgid "Upload" +msgstr "Subir" + +#: ../../operation/incidents/incident.php:33 +msgid "Incident management" +msgstr "Gestión de incidentes" + +#: ../../operation/incidents/incident.php:72 +msgid "Successfully reclaimed ownership" +msgstr "La propiedad se reclamó correctamente" + +#: ../../operation/incidents/incident.php:73 +msgid "Could not reclame ownership" +msgstr "No se pudo reclamar la propiedad" + +#: ../../operation/incidents/incident.php:143 +msgid "Error creating incident" +msgstr "Error al crear el incidente" + +#: ../../operation/incidents/incident.php:146 +msgid "Incident created" +msgstr "Incidente creado" + +#: ../../operation/incidents/incident.php:233 +msgid "Incidents:" +msgstr "Incidentes:" + +#: ../../operation/incidents/incident.php:234 +msgid "All incidents" +msgstr "Todos los incidentes" + +#: ../../operation/incidents/incident.php:256 +msgid "Priorities:" +msgstr "Prioridades:" + +#: ../../operation/incidents/incident.php:257 +msgid "All priorities" +msgstr "Todas las prioridades" + +#: ../../operation/incidents/incident.php:261 +msgid "Users:" +msgstr "Usuarios:" + +#: ../../operation/incidents/incident.php:262 +msgid "All users" +msgstr "Todos los usuarios" + +#: ../../operation/incidents/incident.php:277 +msgid "Agents:" +msgstr "Agentes:" + +#: ../../operation/incidents/incident.php:279 +#: ../../godmode/db/db_purge.php:167 +msgid "All agents" +msgstr "Todos los agentes" + +#: ../../operation/incidents/incident.php:284 +msgid "Groups:" +msgstr "Grupos:" + +#: ../../operation/incidents/incident.php:290 +msgid "Free text:" +msgstr "Texto libre:" + +#: ../../operation/incidents/incident.php:291 +msgid "Search by incident name or description, list matches." +msgstr "" +"Búsqueda por nombre de incidencia o descripción. Lista las concidencias" + +#: ../../operation/incidents/incident.php:340 +#: ../../godmode/servers/servers.build_table.php:72 +#: ../../godmode/agentes/agent_incidents.php:90 +msgid "Updated" +msgstr "Actualizado hace" + +#: ../../operation/incidents/incident.php:399 +msgid "Delete incidents" +msgstr "Borrar incidentes" + +#: ../../operation/incidents/incident.php:403 +msgid "Become owner" +msgstr "Hacerse propietario" + +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:338 +msgid "Resource exportation" +msgstr "Exportación de recursos" + +#: ../../extensions/resource_exportation.php:341 +msgid "" +"This extension makes exportation of resource template more easy. Here you " +"can export as a resource template in Pandora FMS 3.x format (.ptr). " +msgstr "" +"Esta extensión hace la exportación de plantillas de recursos más sencillo. " +"Desde aquí puedes exportar como plantillas de recursos en el formato de " +"Pandora FMS 3.x (.ptr). " + +#: ../../extensions/resource_exportation.php:352 +msgid "Report" +msgstr "Informe" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +msgstr "Numero de alertas disparadas" + +#: ../../extensions/module_groups.php:46 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../godmode/massive/massive_delete_alerts.php:206 +msgid "Alert template" +msgstr "Plantilla de alertas" + +#: ../../extensions/module_groups.php:84 +#: ../../include/functions_filemanager.php:583 +#: ../../include/functions_treeview.php:382 +#: ../../include/functions_reporting_html.php:1952 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_list.builder.php:83 ../../godmode/menu.php:156 +#: ../../godmode/events/event_responses.list.php:57 +#: ../../godmode/category/category.php:111 +#: ../../godmode/groups/group_list.php:341 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/agentes/modificar_agente.php:494 +#: ../../godmode/agentes/fields_manager.php:97 ../../godmode/tag/tag.php:205 +msgid "Actions" +msgstr "Acciones" + +#: ../../extensions/module_groups.php:168 +msgid "Combined table of agent group and module group" +msgstr "Tabla combinada de grupos de agentes y grupos de módulos" + +#: ../../extensions/module_groups.php:171 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"Esta tabla muestra en las columnas del grupo de los módulos y en hileras de " +"agentes de grupo. La celda muestra todos los módulos" + +#: ../../extensions/module_groups.php:297 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" +"Celda de color naranja cuando el grupo y el agente del modulo tengan al " +"menos una alerta disparada." + +#: ../../extensions/module_groups.php:298 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Cuadro rojo cuando el grupo de módulos y el agente tengan al menos un módulo " +"en estado crítico y los demás en cualquier otro estado." + +#: ../../extensions/module_groups.php:299 +msgid "" +"Yellow cell when the module group and agent have at least one in warning " +"status and the others in grey or green status" +msgstr "" +"Cuadro amarillo cuando el grupo de módulos y el agente tengan al menos un " +"módulo en estado crítico y los demás en cualquier otro estado." + +#: ../../extensions/module_groups.php:300 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Cuadro verde cuando todos los grupos de modulos y los agentes estén en " +"estado OK." + +#: ../../extensions/module_groups.php:301 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Cuadro gris cuando el grupo de módulos y el agente tienen al menos uno en " +"estado desconocido, todos los demás están en OK y no tiene ninguno en estado " +"critico o warning." + +#: ../../extensions/module_groups.php:302 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Azul cuando todos los módulos de todos los agentes del grupo tienen estado " +"no inicializado." + +#: ../../extensions/module_groups.php:307 +msgid "There are no defined groups or module groups" +msgstr "No hay grupos o grupos de módulos definidos." + +#: ../../extensions/resource_registration.php:40 +#, php-format +msgid "Success add '%s' item in report '%s'." +msgstr "Éxito al añadir el objeto '%s' al informe '%s'." + +#: ../../extensions/resource_registration.php:41 +#, php-format +msgid "Error create '%s' item in report '%s'." +msgstr "Error al añadir el objeto '%s' al informe '%s'." + +#: ../../extensions/resource_registration.php:68 +#, php-format +msgid "Error create '%s' report, the name exist and there aren't free name." +msgstr "" +"Error al crear el informe '%s'. El nombre ya existe y no hay nombres " +"disponibles." + +#: ../../extensions/resource_registration.php:75 +#, php-format +msgid "" +"Warning create '%s' report, the name exist, the report have a name %s." +msgstr "" +"Advertencia al crear el informe '%s'. El nombre ya existe y el informe tiene " +"el nombre %s." + +#: ../../extensions/resource_registration.php:82 +msgid "Error the report haven't name." +msgstr "Error. El informe no tiene un nombre." + +#: ../../extensions/resource_registration.php:88 +msgid "Error the report haven't group." +msgstr "Error. El informe no tiene un grupo asignado." + +#: ../../extensions/resource_registration.php:98 +#, php-format +msgid "Success create '%s' report." +msgstr "Éxito al crear el informe '%s'." + +#: ../../extensions/resource_registration.php:99 +#, php-format +msgid "Error create '%s' report." +msgstr "Error al crear el informe '%s'-" + +#: ../../extensions/resource_registration.php:327 +#: ../../extensions/resource_registration.php:348 +#: ../../extensions/resource_registration.php:358 +#, php-format +msgid "Success add '%s' content." +msgstr "Éxito al añadir el contenido '%s'." + +#: ../../extensions/resource_registration.php:328 +#: ../../extensions/resource_registration.php:349 +#: ../../extensions/resource_registration.php:359 +#, php-format +msgid "Error add '%s' action." +msgstr "Error al añadir la acción '%s'." + +#: ../../extensions/resource_registration.php:335 +#, php-format +msgid "Success add '%s' SLA." +msgstr "Éxito al añadir el SLA '%s'." + +#: ../../extensions/resource_registration.php:336 +#, php-format +msgid "Error add '%s' SLA." +msgstr "Error al añadir el SLA '%s'." + +#: ../../extensions/resource_registration.php:377 +#, php-format +msgid "Error create '%s' visual map, lost tag name." +msgstr "Error al crear el mapa visual '%s'. Falta el nombre de la etiqueta." + +#: ../../extensions/resource_registration.php:413 +#, php-format +msgid "" +"Error create '%s' visual map, the name exist and there aren't free name." +msgstr "" +"Error al crear el mapa visual '%s'. El nombre ya existe y no hay nombres " +"disponibles." + +#: ../../extensions/resource_registration.php:420 +#, php-format +msgid "" +"Warning create '%s' visual map, the name exist, the report have a name %s." +msgstr "" +"Advertencia al crear el mapa visual '%s'. El nombre ya existe y el informe " +"tiene el nombre %s." + +#: ../../extensions/resource_registration.php:428 +#, php-format +msgid "Success create '%s' visual map." +msgstr "Éxito al crear el mapa visual '%s'." + +#: ../../extensions/resource_registration.php:429 +#, php-format +msgid "Error create '%s' visual map." +msgstr "Error al crear el mapa visual '%s'." + +#: ../../extensions/resource_registration.php:535 +#, php-format +msgid "Success create item type '%d' visual map." +msgstr "Éxito al crear el objeto de tipo '%d' del mapa visual." + +#: ../../extensions/resource_registration.php:536 +#, php-format +msgid "Error create item type '%d' visual map." +msgstr "Error al crear el tipo de objeto '%d' del mapa visual." + +#: ../../extensions/resource_registration.php:554 +#: ../../extensions/resource_registration.php:569 +#, php-format +msgid "Success create item for agent '%s' visual map." +msgstr "Éxito al crear el objeto de agente '%s' del mapa visual." + +#: ../../extensions/resource_registration.php:555 +#: ../../extensions/resource_registration.php:570 +#, php-format +msgid "Error create item for agent '%s' visual map." +msgstr "Error al crear el objeto de agente '%s' del mapa visual." + +#: ../../extensions/resource_registration.php:792 +#, php-format +msgid "Success create '%s' component." +msgstr "Creado componente '%s' satisfactoriamente" + +#: ../../extensions/resource_registration.php:793 +#, php-format +msgid "Error create '%s' component." +msgstr "Hubo un problema al crear el componente '%s'" + +#: ../../extensions/resource_registration.php:849 +#: ../../extensions/resource_registration.php:889 +msgid "Resource registration" +msgstr "Registro del recurso" + +#: ../../extensions/resource_registration.php:852 +msgid "Error, please install the PHP libXML in the system." +msgstr "Error, por favor, installe la libreria PHP LibXML en el sistema." + +#: ../../extensions/resource_registration.php:858 +#, php-format +msgid "" +"This extension makes registration of resource template more easy. Here you " +"can upload a resource template in Pandora FMS 3.x format (.ptr). Please " +"refer to documentation on how to obtain and use Pandora FMS resources. " +"

                You can get more resurces in our Public Resource " +"Library" +msgstr "" +"Esta extensión hace el registro de una plantilla de recursos de forma fácil. " +"Puede subir una plantilla de recursos en el formato (.PTR), de Pandora FMS. " +"Por favor, consulte la documentación sobre como obtener y usar los recursos " +"de plantilla de Pandora FMS

                Puede obtener más recursos en nuestra Libreria Pública de recursos." + +#: ../../extensions/resource_registration.php:872 +msgid "Group filter: " +msgstr "Filtrado por grupos: " + +#: ../../extensions/disabled/ssh_gateway.php:52 +msgid "You need to specify a user and a host address" +msgstr "Necesita especificar un usuario y una dirección del host" + +#: ../../extensions/disabled/ssh_gateway.php:57 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 +msgid "Host address" +msgstr "Dirección del Host" + +#: ../../extensions/disabled/ssh_gateway.php:59 +#, php-format +msgid "For security reasons the following characters are not allowed: %s" +msgstr "" +"Por razones de seguridad, los siguientes caracteres no se permiten: %s" + +#: ../../extensions/disabled/ssh_gateway.php:60 +msgid "Connect" +msgstr "Conectar" + +#: ../../extensions/disabled/ssh_gateway.php:63 +msgid "Port (use 0 for default)" +msgstr "Puerto (uso de 0 por defecto)" + +#: ../../extensions/disabled/ssh_gateway.php:65 +msgid "Connect mode" +msgstr "Modo conexión" + +#: ../../extensions/disabled/matrix_events.php:29 +msgid "Matrix events" +msgstr "Eventos Matrix" + +#: ../../extensions/disabled/vnc_view.php:25 +msgid "VNC Display (:0 by default)" +msgstr "VNC Display (: 0 por defecto)" + +#: ../../extensions/disabled/vnc_view.php:28 +msgid "Send" +msgstr "Enviar" + +#: ../../extensions/disabled/vnc_view.php:42 +msgid "VNC view" +msgstr "Vista VNC" + +#: ../../extensions/net_tools.php:96 +msgid "The agent hasn't got IP" +msgstr "El agente no tiene IP" + +#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 +#: ../../include/functions_menu.php:574 +#: ../../include/functions_reporting_html.php:1481 +#: ../../include/functions_reporting_html.php:2582 +#: ../../godmode/extensions.php:153 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1748 +msgid "Operation" +msgstr "Operación" + +#: ../../extensions/net_tools.php:120 +msgid "" +"You can set the command path in the menu Administration -> Extensions -" +"> Config Network Tools" +msgstr "" +"Puede introducir la ruta de comando en el menú Administration -> " +"Extensions -> Config Network Tools" + +#: ../../extensions/net_tools.php:123 +msgid "Traceroute" +msgstr "Traceroute" + +#: ../../extensions/net_tools.php:124 +msgid "Ping host & Latency" +msgstr "Ping host y Latencia" + +#: ../../extensions/net_tools.php:125 +msgid "SNMP Interface status" +msgstr "Estado de la interfaz SNMP" + +#: ../../extensions/net_tools.php:126 +msgid "Basic TCP Port Scan" +msgstr "Escaneo básico de puertos TCP" + +#: ../../extensions/net_tools.php:127 +msgid "DiG/Whois Lookup" +msgstr "Búsqueda DiG/Whois" + +#: ../../extensions/net_tools.php:145 +msgid "SNMP Community" +msgstr "Comunidad SNMP" + +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1796 +msgid "Execute" +msgstr "Ejecutar" + +#: ../../extensions/net_tools.php:162 +msgid "Traceroute executable does not exist." +msgstr "El ejecutable Traceroute no existe." + +#: ../../extensions/net_tools.php:165 +msgid "Traceroute to " +msgstr "Trazando ruta a " + +#: ../../extensions/net_tools.php:174 +msgid "Ping executable does not exist." +msgstr "El ejecutable Ping no existe." + +#: ../../extensions/net_tools.php:177 +#, php-format +msgid "Ping to %s" +msgstr "Ping a %s" + +#: ../../extensions/net_tools.php:186 +msgid "Nmap executable does not exist." +msgstr "El ejecutable Nmap no existe." + +#: ../../extensions/net_tools.php:189 +msgid "Basic TCP Scan on " +msgstr "Escaneo básico TCP en " + +#: ../../extensions/net_tools.php:196 +msgid "Domain and IP information for " +msgstr "Información de dominio e IP para " + +#: ../../extensions/net_tools.php:200 +msgid "Dig executable does not exist." +msgstr "El ejecutable Dig no existe." + +#: ../../extensions/net_tools.php:210 +msgid "Whois executable does not exist." +msgstr "El ejecutable Whois no existe." + +#: ../../extensions/net_tools.php:219 +msgid "SNMP information for " +msgstr "Información SNMP para " + +#: ../../extensions/net_tools.php:223 +msgid "SNMPget executable does not exist." +msgstr "El ejecutable SNMPget no existe." + +#: ../../extensions/net_tools.php:226 +msgid "Uptime" +msgstr "Tiempo en Activo" + +#: ../../extensions/net_tools.php:230 +msgid "Device info" +msgstr "Información del dispositivo" + +#: ../../extensions/net_tools.php:238 +msgid "Interface" +msgstr "Interfaz" + +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:343 +msgid "Config Network Tools" +msgstr "Configuración de herramientas de red" + +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 +msgid "Set the paths." +msgstr "Introducir rutas" + +#: ../../extensions/net_tools.php:310 +msgid "Traceroute path" +msgstr "Ruta Traceroute" + +#: ../../extensions/net_tools.php:311 +msgid "If it is empty, Pandora searchs the traceroute system." +msgstr "Si está vacío, Pandora FMS buscará el sistema Traceroute" + +#: ../../extensions/net_tools.php:314 +msgid "Ping path" +msgstr "Ruta al comando ping" + +#: ../../extensions/net_tools.php:315 +msgid "If it is empty, Pandora searchs the ping system." +msgstr "Si está vacío, Pandora FMS buscará el sistema ping" + +#: ../../extensions/net_tools.php:318 +msgid "Nmap path" +msgstr "Ruta Nmap" + +#: ../../extensions/net_tools.php:319 +msgid "If it is empty, Pandora searchs the nmap system." +msgstr "Si está vacío, Pandora FMS buscará el sistema nmap." + +#: ../../extensions/net_tools.php:322 +msgid "Dig path" +msgstr "Ruta Dig" + +#: ../../extensions/net_tools.php:323 +msgid "If it is empty, Pandora searchs the dig system." +msgstr "Si está vacío, Pandora FMS buscará el sistema dig" + +#: ../../extensions/net_tools.php:326 +msgid "Snmpget path" +msgstr "Ruta Snmpget" + +#: ../../extensions/net_tools.php:327 +msgid "If it is empty, Pandora searchs the snmpget system." +msgstr "Si está vacío, Pandora FMS buscará el sistema snmpget" + +#: ../../extensions/net_tools.php:332 +#: ../../godmode/reporting/reporting_builder.list_items.php:305 +#: ../../godmode/update_manager/update_manager.php:35 +msgid "Options" +msgstr "Opciones" + +#: ../../extensions/insert_data.php:56 +msgid "Insert data" +msgstr "Insertar datos" + +#: ../../extensions/insert_data.php:93 +msgid "You haven't privileges for insert data in the agent." +msgstr "No tienes privilegios para insertar datos en el agente" + +#: ../../extensions/insert_data.php:130 +#, php-format +msgid "Can't save agent (%s), module (%s) data xml." +msgstr "No se puede guardar el agente (%s), modulo (%s) datos xml" + +#: ../../extensions/insert_data.php:137 +#, php-format +msgid "Save agent (%s), module (%s) data xml." +msgstr "Guardar agente (%s), módulo (%s) datos xml." + +#: ../../extensions/insert_data.php:146 +#, php-format +msgid "" +"Please check that the directory \"%s\" is writeable by the apache user.

                The CSV file format is " +"date;value<newline>date;value<newline>... The date in CSV is in " +"format Y/m/d H:i:s." +msgstr "" +"Por favor, compruebe que se puede escribir en el directorio \"%s\"por " +"usuarios de apache.

                El formato del archivo CSV es " +"date;value<newline>date;value<newline>... La fecha en CVS está " +"en formato Y/m/d H:i:s." + +#: ../../extensions/insert_data.php:179 ../../general/header.php:204 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/alerts/configure_alert_template.php:592 +#: ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_edit_modules.php:256 +#: ../../godmode/massive/massive_edit_modules.php:310 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +msgid "Select" +msgstr "Seleccionar" + +#: ../../extensions/insert_data.php:258 +msgid "Insert Data" +msgstr "Insertar Datos" + #: ../../extensions/api_checker.php:92 ../../extensions/api_checker.php:228 msgid "API checker" msgstr "Verificación API" #: ../../extensions/api_checker.php:99 ../../extensions/users_connected.php:78 +#: ../../include/functions_visual_map_editor.php:653 +#: ../../include/functions_reporting_html.php:1901 +#: ../../include/functions_reporting_html.php:2075 +#: ../../godmode/reporting/visual_console_builder.elements.php:558 #: ../../godmode/admin_access_logs.php:69 #: ../../godmode/admin_access_logs.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:558 -#: ../../include/functions_visual_map_editor.php:699 -#: ../../include/functions_reporting_html.php:1907 -#: ../../include/functions_reporting_html.php:2081 -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -#: ../../enterprise/include/functions_reporting_pdf.php:2317 msgid "IP" msgstr "IP" @@ -1457,78 +7036,17 @@ msgstr "Consola URL de Pandora FMS" msgid "API Pass" msgstr "Contraseña API" -#: ../../extensions/api_checker.php:114 -#: ../../extensions/disabled/ssh_gateway.php:59 -#: ../../extensions/users_connected.php:77 ../../general/login_page.php:147 -#: ../../general/login_page.php:176 ../../general/logon_ok.php:224 -#: ../../general/logon_ok.php:420 ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/setup/setup_ehorus.php:73 ../../include/functions.php:2335 -#: ../../include/functions_config.php:347 -#: ../../include/functions_config.php:358 -#: ../../include/functions_config.php:368 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:3547 -#: ../../include/functions_events.php:3928 -#: ../../include/functions_reporting_html.php:3595 -#: ../../mobile/include/user.class.php:245 -#: ../../mobile/operation/tactical.php:309 -#: ../../operation/events/events.build_table.php:173 -#: ../../operation/events/events.build_table.php:582 -#: ../../operation/search_users.php:68 -#: ../../enterprise/extensions/cron/main.php:196 -#: ../../enterprise/extensions/disabled/check_acls.php:42 -#: ../../enterprise/extensions/disabled/check_acls.php:120 -#: ../../enterprise/extensions/vmware/main.php:243 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../enterprise/godmode/setup/setup_auth.php:272 -#: ../../enterprise/godmode/setup/setup_auth.php:303 -#: ../../enterprise/godmode/setup/setup_auth.php:334 -#: ../../enterprise/meta/general/login_page.php:79 -#: ../../enterprise/meta/general/login_page.php:108 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_meta.php:849 -#: ../../enterprise/meta/include/functions_meta.php:902 -#: ../../enterprise/meta/include/functions_meta.php:955 -#: ../../enterprise/meta/include/functions_wizard_meta.php:402 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 -msgid "User" -msgstr "Usuario" - -#: ../../extensions/api_checker.php:119 ../../general/login_page.php:155 -#: ../../general/login_page.php:183 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 -#: ../../godmode/agentes/module_manager_editor_wmi.php:57 -#: ../../godmode/massive/massive_edit_modules.php:528 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../extensions/api_checker.php:119 +#: ../../mobile/include/user.class.php:252 ../../general/login_page.php:141 +#: ../../general/login_page.php:165 ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 #: ../../godmode/setup/setup_ehorus.php:79 -#: ../../godmode/users/configure_user.php:492 -#: ../../include/functions_config.php:349 -#: ../../include/functions_config.php:360 -#: ../../include/functions_config.php:370 -#: ../../mobile/include/user.class.php:252 -#: ../../enterprise/extensions/vmware/main.php:248 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:262 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:326 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:55 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/godmode/setup/setup_auth.php:278 -#: ../../enterprise/godmode/setup/setup_auth.php:309 -#: ../../enterprise/godmode/setup/setup_auth.php:340 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../enterprise/meta/general/login_page.php:87 -#: ../../enterprise/meta/general/login_page.php:116 -#: ../../enterprise/meta/include/functions_meta.php:859 -#: ../../enterprise/meta/include/functions_meta.php:912 -#: ../../enterprise/meta/include/functions_meta.php:965 -#: ../../enterprise/meta/include/functions_wizard_meta.php:406 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1315 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/users/configure_user.php:454 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 msgid "Password" msgstr "Contraseña" @@ -1536,40 +7054,6 @@ msgstr "Contraseña" msgid "Action (get or set)" msgstr "Acción (obtener o introducir)" -#: ../../extensions/api_checker.php:132 ../../extensions/net_tools.php:118 -#: ../../godmode/extensions.php:153 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1753 -#: ../../include/functions_menu.php:585 -#: ../../include/functions_reporting_html.php:1487 -#: ../../include/functions_reporting_html.php:2592 -#: ../../enterprise/dashboard/widgets/top_n.php:128 -#: ../../enterprise/dashboard/widgets/top_n.php:337 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2106 -#: ../../enterprise/include/functions_reporting_pdf.php:835 -#: ../../enterprise/include/functions_reporting_pdf.php:928 -#: ../../enterprise/meta/advanced/policymanager.queue.php:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -msgid "Operation" -msgstr "Operación" - -#: ../../extensions/api_checker.php:137 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/agentes/agent_manager.php:163 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/agentes/module_manager_editor_common.php:156 -#: ../../godmode/alerts/alert_commands.php:331 -#: ../../godmode/groups/group_list.php:337 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 -#: ../../include/functions_events.php:3511 -#: ../../operation/events/events.build_table.php:133 -#: ../../operation/incidents/incident.php:335 -msgid "ID" -msgstr "ID" - #: ../../extensions/api_checker.php:142 msgid "ID 2" msgstr "ID 2" @@ -1578,34 +7062,6 @@ msgstr "ID 2" msgid "Return Type" msgstr "Tipo de retorno" -#: ../../extensions/api_checker.php:152 -#: ../../godmode/groups/configure_group.php:190 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../godmode/users/configure_user.php:567 -#: ../../include/functions_graph.php:2595 -#: ../../include/functions_graph.php:2745 -#: ../../include/functions_graph.php:2786 -#: ../../include/functions_graph.php:2827 -#: ../../include/functions_graph.php:2883 -#: ../../include/functions_graph.php:2939 -#: ../../include/functions_graph.php:2993 -#: ../../include/functions_graph.php:3171 -#: ../../include/functions_graph.php:3316 -#: ../../include/functions_graph.php:3366 -#: ../../include/functions_graph.php:4377 -#: ../../operation/gis_maps/render_view.php:152 -#: ../../operation/snmpconsole/snmp_statistics.php:172 -#: ../../operation/snmpconsole/snmp_statistics.php:219 -#: ../../operation/snmpconsole/snmp_view.php:429 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:832 -#: ../../operation/users/user_edit.php:282 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 -#: ../../enterprise/godmode/setup/setup_acl.php:157 -msgid "Other" -msgstr "Otro" - #: ../../extensions/api_checker.php:157 msgid "Other Mode" msgstr "Otro modo" @@ -1615,8 +7071,6 @@ msgid "Raw URL" msgstr "URL en crudo" #: ../../extensions/api_checker.php:171 -#: ../../enterprise/meta/include/functions_wizard_meta.php:833 -#: ../../enterprise/meta/include/functions_wizard_meta.php:918 msgid "Credentials" msgstr "Credenciales" @@ -1637,17 +7091,6 @@ msgstr "URL Personalizada:" msgid "Result" msgstr "Resultado" -#: ../../extensions/api_checker.php:201 -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1243 -#: ../../operation/gis_maps/ajax.php:293 -#: ../../enterprise/dashboard/widgets/url.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1549 -msgid "URL" -msgstr "URL" - #: ../../extensions/api_checker.php:203 ../../extensions/api_checker.php:220 msgid "Show URL" msgstr "Mostrar URL" @@ -1656,6 +7099,115 @@ msgstr "Mostrar URL" msgid "Hide URL" msgstr "Ocultar URL" +#: ../../extensions/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" +msgstr "Usuarios conectados" + +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" +msgstr "No hay otros usuarios conectados" + +#: ../../extensions/agents_modules.php:103 +#: ../../extensions/agents_alerts.php:81 +#: ../../include/functions_netflow.php:1134 +#: ../../include/functions_netflow.php:1144 +#: ../../include/functions_netflow.php:1161 +#: ../../include/functions_netflow.php:1169 +#: ../../include/functions_netflow.php:1193 +#: ../../include/functions_html.php:727 ../../include/functions.php:430 +#: ../../include/functions.php:564 +#: ../../godmode/snmpconsole/snmp_alert.php:938 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/setup/setup_visuals.php:711 +msgid "seconds" +msgstr "segundos" + +#: ../../extensions/agents_modules.php:154 +#: ../../extensions/agents_modules.php:156 +#: ../../godmode/massive/massive_add_action_alerts.php:171 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_action_alerts.php:172 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:349 +#: ../../godmode/massive/massive_delete_alerts.php:229 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1045 +msgid "Show common modules" +msgstr "Mostrar módulos comunes" + +#: ../../extensions/agents_modules.php:155 +#: ../../godmode/massive/massive_add_action_alerts.php:172 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_action_alerts.php:173 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_delete_alerts.php:229 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 +msgid "Show all modules" +msgstr "Mostrar todos los módulos" + +#: ../../extensions/agents_modules.php:165 +#: ../../include/functions_visual_map_editor.php:627 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1512 +msgid "Update item" +msgstr "Actualizar item" + +#: ../../extensions/agents_modules.php:176 +#: ../../include/functions_reports.php:588 +#: ../../include/graphs/functions_pchart.php:1196 +msgid "Agents/Modules" +msgstr "Agentes/Módulos" + +#: ../../extensions/agents_modules.php:305 +#: ../../include/functions_reporting.php:1679 +msgid "There are no agents with modules" +msgstr "No hay agentes con módulos" + +#: ../../extensions/agents_modules.php:331 +msgid "Previous modules" +msgstr "Módulos anteriores" + +#: ../../extensions/agents_modules.php:370 +msgid "More modules" +msgstr "Más modulos" + +#: ../../extensions/agents_modules.php:491 +#: ../../include/functions_reporting_html.php:1439 +msgid "Orange cell when the module has fired alerts" +msgstr "Cuadro naranja cuando el módulo ha lanzado alertas." + +#: ../../extensions/agents_modules.php:492 +#: ../../include/functions_reporting_html.php:1440 +msgid "Red cell when the module has a critical status" +msgstr "Cuadro rojo cuando el modulo está en estado crítico." + +#: ../../extensions/agents_modules.php:493 +#: ../../include/functions_reporting_html.php:1441 +msgid "Yellow cell when the module has a warning status" +msgstr "Cuadro amarillo cuando el módulo está en estado Warning." + +#: ../../extensions/agents_modules.php:494 +#: ../../include/functions_reporting_html.php:1442 +msgid "Green cell when the module has a normal status" +msgstr "Cuadro verde cuando el módulo está en estado normal." + +#: ../../extensions/agents_modules.php:495 +#: ../../include/functions_reporting_html.php:1443 +msgid "Grey cell when the module has an unknown status" +msgstr "Cuadro gris cuando el módulo está en estado desconocido" + +#: ../../extensions/agents_modules.php:496 +#: ../../include/functions_reporting_html.php:1444 +msgid "Cell turns grey when the module is in 'not initialize' status" +msgstr "" +"La celda se vuelve gris cuando el módulo está en estado \"no iniciado\"" + +#: ../../extensions/agents_modules.php:538 +msgid "Agents/Modules view" +msgstr "Vista de Agentes/Módulos" + #: ../../extensions/db_status.php:43 ../../extensions/db_status.php:361 msgid "DB Status" msgstr "Estado BD" @@ -1818,1786 +7370,6 @@ msgstr "Ejecutar SQL" msgid "DB interface" msgstr "Interfaz BBDD" -#: ../../extensions/disabled/matrix_events.php:29 -msgid "Matrix events" -msgstr "Eventos Matrix" - -#: ../../extensions/disabled/ssh_gateway.php:52 -msgid "You need to specify a user and a host address" -msgstr "Necesita especificar un usuario y una dirección del host" - -#: ../../extensions/disabled/ssh_gateway.php:57 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 -msgid "Host address" -msgstr "Dirección del Host" - -#: ../../extensions/disabled/ssh_gateway.php:59 -#, php-format -msgid "For security reasons the following characters are not allowed: %s" -msgstr "" -"Por razones de seguridad, los siguientes caracteres no se permiten: %s" - -#: ../../extensions/disabled/ssh_gateway.php:60 -msgid "Connect" -msgstr "Conectar" - -#: ../../extensions/disabled/ssh_gateway.php:63 -msgid "Port (use 0 for default)" -msgstr "Puerto (uso de 0 por defecto)" - -#: ../../extensions/disabled/ssh_gateway.php:65 -msgid "Connect mode" -msgstr "Modo conexión" - -#: ../../extensions/disabled/vnc_view.php:25 -msgid "VNC Display (:0 by default)" -msgstr "VNC Display (: 0 por defecto)" - -#: ../../extensions/disabled/vnc_view.php:28 -msgid "Send" -msgstr "Enviar" - -#: ../../extensions/disabled/vnc_view.php:42 -msgid "VNC view" -msgstr "Vista VNC" - -#: ../../extensions/extension_uploader.php:28 -msgid "Uploader extension" -msgstr "Extensión de subidas" - -#: ../../extensions/extension_uploader.php:64 -msgid "Success to upload extension" -msgstr "Extensión subida con éxito" - -#: ../../extensions/extension_uploader.php:65 -msgid "Fail to upload extension" -msgstr "Fallo al subir extensión" - -#: ../../extensions/extension_uploader.php:73 -msgid "Upload extension" -msgstr "Subir extensión" - -#: ../../extensions/extension_uploader.php:75 -msgid "Upload the extension as a zip file." -msgstr "Subir la extensión como un archivo zip" - -#: ../../extensions/extension_uploader.php:77 -msgid "Upload enterprise extension" -msgstr "Actualizar extensión Enterprise" - -#: ../../extensions/extension_uploader.php:85 -#: ../../extensions/plugin_registration.php:43 -#: ../../extensions/resource_registration.php:876 -#: ../../godmode/alerts/alert_special_days.php:260 -#: ../../operation/incidents/incident_detail.php:507 -#: ../../enterprise/include/functions_policies.php:4110 -msgid "Upload" -msgstr "Subir" - -#: ../../extensions/extension_uploader.php:90 -msgid "Extension uploader" -msgstr "Cargador de extensiones" - -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../godmode/reporting/visual_console_builder.wizard.php:260 -#: ../../include/functions_maps.php:40 -#: ../../include/functions_networkmap.php:1632 -#: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/groups.php:66 ../../mobile/operation/home.php:50 -#: ../../operation/agentes/pandora_networkmap.php:404 -#: ../../operation/tree.php:61 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 -#: ../../enterprise/dashboard/widgets/tree_view.php:34 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -msgid "Groups" -msgstr "Grupos" - -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../godmode/agentes/agent_manager.php:305 -#: ../../godmode/agentes/agent_template.php:230 -#: ../../godmode/agentes/modificar_agente.php:495 -#: ../../godmode/agentes/module_manager.php:563 -#: ../../godmode/agentes/module_manager_editor_common.php:355 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/alerts/alert_commands.php:332 -#: ../../godmode/alerts/alert_templates.php:47 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/configure_alert_special_days.php:90 -#: ../../godmode/alerts/configure_alert_template.php:766 -#: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/events/event_responses.list.php:55 -#: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/groups/group_list.php:340 -#: ../../godmode/massive/massive_edit_agents.php:321 -#: ../../godmode/massive/massive_edit_modules.php:459 -#: ../../godmode/massive/massive_edit_plugins.php:451 -#: ../../godmode/modules/manage_network_components.php:567 -#: ../../godmode/modules/manage_network_components_form.php:263 -#: ../../godmode/modules/manage_network_templates.php:191 -#: ../../godmode/modules/manage_network_templates_form.php:150 -#: ../../godmode/modules/manage_network_templates_form.php:201 -#: ../../godmode/modules/module_list.php:60 -#: ../../godmode/netflow/nf_item_list.php:149 -#: ../../godmode/reporting/create_container.php:194 -#: ../../godmode/reporting/graph_builder.main.php:123 -#: ../../godmode/reporting/graphs.php:156 -#: ../../godmode/reporting/reporting_builder.item_editor.php:684 -#: ../../godmode/reporting/reporting_builder.list_items.php:306 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/reporting/reporting_builder.php:533 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 -#: ../../godmode/servers/recon_script.php:107 -#: ../../godmode/servers/recon_script.php:154 -#: ../../godmode/servers/recon_script.php:349 -#: ../../godmode/setup/os.builder.php:36 ../../godmode/setup/os.list.php:35 -#: ../../godmode/setup/snmp_wizard.php:40 -#: ../../godmode/snmpconsole/snmp_alert.php:627 -#: ../../godmode/snmpconsole/snmp_alert.php:1163 -#: ../../godmode/snmpconsole/snmp_filters.php:94 -#: ../../godmode/snmpconsole/snmp_filters.php:131 -#: ../../godmode/tag/edit_tag.php:177 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 ../../godmode/users/user_list.php:277 -#: ../../include/ajax/module.php:744 ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:587 -#: ../../include/functions_container.php:130 -#: ../../include/functions_events.php:1810 -#: ../../include/functions_reporting_html.php:123 -#: ../../include/functions_reporting_html.php:2082 -#: ../../include/functions_reporting_html.php:2115 -#: ../../include/functions_reporting_html.php:3106 -#: ../../include/functions_reporting_html.php:3820 -#: ../../include/functions_snmp_browser.php:415 -#: ../../mobile/operation/tactical.php:312 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/estado_agente.php:495 -#: ../../operation/agentes/estado_generalagente.php:171 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/agentes/pandora_networkmap.editor.php:191 -#: ../../operation/events/events.php:91 ../../operation/gis_maps/ajax.php:302 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:506 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../operation/reporting/graph_viewer.php:339 -#: ../../operation/search_graphs.php:34 ../../operation/search_reports.php:39 -#: ../../operation/search_users.php:53 -#: ../../enterprise/extensions/backup/main.php:98 -#: ../../enterprise/extensions/backup/main.php:213 -#: ../../enterprise/extensions/cron/functions.php:62 -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -#: ../../enterprise/extensions/ipam/ipam_list.php:160 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/agentes/collections.php:234 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/alerts/alert_events.php:501 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 -#: ../../enterprise/godmode/modules/configure_local_component.php:305 -#: ../../enterprise/godmode/modules/configure_local_component.php:443 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/reporting/graph_template_list.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1223 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:331 -#: ../../enterprise/godmode/services/services.elements.php:383 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../enterprise/godmode/setup/edit_skin.php:231 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:322 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/include/functions_netflow_pdf.php:166 -#: ../../enterprise/include/functions_reporting.php:4942 -#: ../../enterprise/include/functions_reporting_csv.php:257 -#: ../../enterprise/include/functions_reporting_csv.php:260 -#: ../../enterprise/include/functions_reporting_csv.php:342 -#: ../../enterprise/include/functions_reporting_csv.php:344 -#: ../../enterprise/include/functions_reporting_csv.php:373 -#: ../../enterprise/include/functions_reporting_csv.php:375 -#: ../../enterprise/include/functions_reporting_csv.php:399 -#: ../../enterprise/include/functions_reporting_csv.php:401 -#: ../../enterprise/include/functions_reporting_csv.php:426 -#: ../../enterprise/include/functions_reporting_csv.php:428 -#: ../../enterprise/include/functions_reporting_csv.php:452 -#: ../../enterprise/include/functions_reporting_csv.php:454 -#: ../../enterprise/include/functions_reporting_csv.php:492 -#: ../../enterprise/include/functions_reporting_csv.php:494 -#: ../../enterprise/include/functions_reporting_csv.php:520 -#: ../../enterprise/include/functions_reporting_csv.php:522 -#: ../../enterprise/include/functions_reporting_csv.php:524 -#: ../../enterprise/include/functions_reporting_csv.php:555 -#: ../../enterprise/include/functions_reporting_csv.php:557 -#: ../../enterprise/include/functions_reporting_csv.php:559 -#: ../../enterprise/include/functions_reporting_csv.php:591 -#: ../../enterprise/include/functions_reporting_csv.php:593 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_csv.php:627 -#: ../../enterprise/include/functions_reporting_csv.php:629 -#: ../../enterprise/include/functions_reporting_csv.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:662 -#: ../../enterprise/include/functions_reporting_csv.php:664 -#: ../../enterprise/include/functions_reporting_csv.php:696 -#: ../../enterprise/include/functions_reporting_csv.php:698 -#: ../../enterprise/include/functions_reporting_csv.php:700 -#: ../../enterprise/include/functions_reporting_csv.php:732 -#: ../../enterprise/include/functions_reporting_csv.php:734 -#: ../../enterprise/include/functions_reporting_csv.php:736 -#: ../../enterprise/include/functions_reporting_csv.php:768 -#: ../../enterprise/include/functions_reporting_csv.php:770 -#: ../../enterprise/include/functions_reporting_csv.php:772 -#: ../../enterprise/include/functions_reporting_csv.php:804 -#: ../../enterprise/include/functions_reporting_csv.php:806 -#: ../../enterprise/include/functions_reporting_csv.php:808 -#: ../../enterprise/include/functions_reporting_csv.php:840 -#: ../../enterprise/include/functions_reporting_csv.php:842 -#: ../../enterprise/include/functions_reporting_csv.php:844 -#: ../../enterprise/include/functions_reporting_csv.php:876 -#: ../../enterprise/include/functions_reporting_csv.php:878 -#: ../../enterprise/include/functions_reporting_csv.php:917 -#: ../../enterprise/include/functions_reporting_csv.php:919 -#: ../../enterprise/include/functions_reporting_csv.php:1040 -#: ../../enterprise/include/functions_reporting_csv.php:1153 -#: ../../enterprise/include/functions_reporting_csv.php:1300 -#: ../../enterprise/include/functions_reporting_csv.php:1365 -#: ../../enterprise/include/functions_reporting_csv.php:1505 -#: ../../enterprise/include/functions_reporting_csv.php:1509 -#: ../../enterprise/include/functions_reporting_pdf.php:2175 -#: ../../enterprise/include/functions_reporting_pdf.php:2318 -#: ../../enterprise/include/functions_reporting_pdf.php:2366 -#: ../../enterprise/include/functions_reporting_pdf.php:2421 -#: ../../enterprise/include/functions_services.php:1414 -#: ../../enterprise/include/functions_update_manager.php:172 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:102 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1113 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1393 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1658 -#: ../../enterprise/meta/include/functions_wizard_meta.php:158 -#: ../../enterprise/meta/include/functions_wizard_meta.php:369 -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1005 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1519 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 -#: ../../enterprise/mobile/include/enterprise.class.php:80 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:269 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:358 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/transactional_map.php:149 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/operation/services/services.list.php:331 -#: ../../enterprise/operation/services/services.service.php:130 -msgid "Description" -msgstr "Descripción" - -#: ../../extensions/files_repo/files_repo_form.php:73 -msgid "Only 200 characters are permitted" -msgstr "Sólo 200 caracteres permitidos" - -#: ../../extensions/files_repo/files_repo_form.php:84 -#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 -#: ../../godmode/extensions.php:143 -msgid "File" -msgstr "Archivo" - -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -#: ../../extensions/files_repo/files_repo_list.php:89 -msgid "Public link" -msgstr "Enlace público" - -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../extensions/net_tools.php:338 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/agent_manager.php:489 -#: ../../godmode/agentes/agent_template.php:253 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/agentes/module_manager_editor.php:525 -#: ../../godmode/agentes/planned_downtime.editor.php:624 -#: ../../godmode/agentes/planned_downtime.list.php:466 -#: ../../godmode/agentes/planned_downtime.list.php:475 -#: ../../godmode/alerts/alert_list.list.php:147 -#: ../../godmode/alerts/alert_list.list.php:155 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/configure_alert_special_days.php:102 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:401 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/groups/configure_group.php:221 -#: ../../godmode/groups/configure_modu_group.php:83 -#: ../../godmode/massive/massive_edit_agents.php:473 -#: ../../godmode/massive/massive_edit_modules.php:625 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/modules/manage_nc_groups_form.php:80 -#: ../../godmode/modules/manage_network_components_form.php:274 -#: ../../godmode/modules/manage_network_templates_form.php:156 -#: ../../godmode/netflow/nf_edit_form.php:240 -#: ../../godmode/reporting/create_container.php:232 -#: ../../godmode/reporting/graph_builder.main.php:183 -#: ../../godmode/reporting/reporting_builder.main.php:38 -#: ../../godmode/reporting/visual_console_builder.data.php:185 -#: ../../godmode/reporting/visual_console_builder.elements.php:516 -#: ../../godmode/servers/manage_recontask_form.php:407 -#: ../../godmode/servers/modificar_server.php:53 -#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 -#: ../../godmode/servers/recon_script.php:223 -#: ../../godmode/setup/links.php:120 ../../godmode/setup/news.php:207 -#: ../../godmode/setup/os.php:57 ../../godmode/setup/os.php:110 -#: ../../godmode/setup/performance.php:157 -#: ../../godmode/setup/setup_auth.php:202 -#: ../../godmode/setup/setup_ehorus.php:57 -#: ../../godmode/setup/setup_ehorus.php:158 -#: ../../godmode/setup/setup_general.php:232 -#: ../../godmode/setup/setup_netflow.php:81 -#: ../../godmode/setup/setup_visuals.php:786 -#: ../../godmode/setup/snmp_wizard.php:106 -#: ../../godmode/snmpconsole/snmp_alert.php:977 -#: ../../godmode/snmpconsole/snmp_alert.php:1232 -#: ../../godmode/snmpconsole/snmp_filters.php:105 -#: ../../godmode/snmpconsole/snmp_filters.php:142 -#: ../../godmode/tag/edit_tag.php:224 -#: ../../godmode/update_manager/update_manager.setup.php:132 -#: ../../godmode/users/configure_profile.php:381 -#: ../../godmode/users/configure_user.php:686 -#: ../../include/ajax/alert_list.ajax.php:172 -#: ../../include/functions_pandora_networkmap.php:1486 -#: ../../include/functions_events.php:1706 -#: ../../include/functions_events.php:1744 -#: ../../include/functions_visual_map_editor.php:465 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/events/events_list.php:696 -#: ../../operation/reporting/reporting_viewer.php:201 -#: ../../operation/snmpconsole/snmp_view.php:450 -#: ../../operation/users/user_edit.php:473 -#: ../../enterprise/dashboard/main_dashboard.php:294 -#: ../../enterprise/dashboard/widget.php:190 -#: ../../enterprise/extensions/cron/main.php:351 -#: ../../enterprise/extensions/ipam/ipam_editor.php:118 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/vmware/vmware_view.php:1353 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:216 -#: ../../enterprise/godmode/agentes/collection_manager.php:132 -#: ../../enterprise/godmode/agentes/collection_manager.php:217 -#: ../../enterprise/godmode/agentes/collections.data.php:95 -#: ../../enterprise/godmode/agentes/collections.data.php:202 -#: ../../enterprise/godmode/agentes/collections.data.php:260 -#: ../../enterprise/godmode/agentes/collections.data.php:335 -#: ../../enterprise/godmode/agentes/collections.editor.php:130 -#: ../../enterprise/godmode/agentes/collections.editor.php:196 -#: ../../enterprise/godmode/agentes/inventory_manager.php:204 -#: ../../enterprise/godmode/agentes/inventory_manager.php:267 -#: ../../enterprise/godmode/agentes/plugins_manager.php:145 -#: ../../enterprise/godmode/agentes/plugins_manager.php:179 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/modules/configure_local_component.php:486 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:364 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:327 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:87 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:172 -#: ../../enterprise/godmode/services/services.elements.php:421 -#: ../../enterprise/godmode/services/services.service.php:377 -#: ../../enterprise/godmode/setup/edit_skin.php:262 -#: ../../enterprise/godmode/setup/setup.php:260 -#: ../../enterprise/godmode/setup/setup.php:360 -#: ../../enterprise/godmode/setup/setup_history.php:84 -#: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:345 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:348 -#: ../../enterprise/meta/advanced/metasetup.mail.php:106 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/meta/advanced/metasetup.setup.php:263 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:102 -#: ../../enterprise/meta/advanced/metasetup.visual.php:283 -#: ../../enterprise/meta/event/custom_events.php:197 -#: ../../enterprise/operation/agentes/collection_view.php:98 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:191 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:399 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:76 -#: ../../enterprise/operation/agentes/policy_view.php:161 -msgid "Update" -msgstr "Actualizar" - -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../godmode/agentes/planned_downtime.editor.php:628 -#: ../../godmode/agentes/planned_downtime.editor.php:723 -#: ../../godmode/agentes/planned_downtime.editor.php:863 -#: ../../godmode/alerts/alert_list.list.php:633 -#: ../../godmode/events/event_edit_filter.php:353 -#: ../../godmode/events/event_edit_filter.php:368 -#: ../../godmode/massive/massive_add_action_alerts.php:205 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/modules/manage_network_templates_form.php:310 -#: ../../godmode/reporting/graph_builder.graph_editor.php:163 -#: ../../godmode/reporting/visual_console_builder.wizard.php:367 -#: ../../godmode/servers/manage_recontask_form.php:411 -#: ../../godmode/servers/plugin.php:796 -#: ../../godmode/servers/recon_script.php:383 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/setup_visuals.php:710 -#: ../../godmode/setup/setup_visuals.php:746 -#: ../../godmode/snmpconsole/snmp_alert.php:1317 -#: ../../godmode/users/configure_profile.php:375 -#: ../../operation/events/events_list.php:401 -#: ../../operation/events/events_list.php:428 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../enterprise/dashboard/main_dashboard.php:348 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:186 -#: ../../enterprise/godmode/agentes/collection_manager.php:109 -#: ../../enterprise/godmode/agentes/collection_manager.php:126 -#: ../../enterprise/godmode/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:127 -#: ../../enterprise/godmode/alerts/alert_events_list.php:608 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/policies/policy_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../enterprise/godmode/policies/policy_plugins.php:70 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:221 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:516 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:193 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:243 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:380 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:78 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../enterprise/godmode/setup/setup_acl.php:172 -#: ../../enterprise/godmode/setup/setup_acl.php:191 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:352 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:484 -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1213 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:235 -msgid "Add" -msgstr "Añadir" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Unreliable petition" -msgstr "Petición no fiable" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Please contact the administrator" -msgstr "Por favor, contacta con el administrador" - -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/agentes/module_manager.php:545 -#: ../../godmode/agentes/module_manager_editor_common.php:149 -#: ../../godmode/agentes/module_manager_editor_common.php:654 -#: ../../godmode/agentes/planned_downtime.editor.php:478 -#: ../../godmode/agentes/planned_downtime.editor.php:752 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/alerts/alert_commands.php:330 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/configure_alert_template.php:750 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/groups/configure_group.php:116 -#: ../../godmode/groups/configure_modu_group.php:69 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_nc_groups_form.php:67 -#: ../../godmode/modules/manage_network_components_form_common.php:54 -#: ../../godmode/modules/manage_network_templates.php:190 -#: ../../godmode/modules/manage_network_templates_form.php:146 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/netflow/nf_edit.php:118 -#: ../../godmode/netflow/nf_edit_form.php:189 -#: ../../godmode/reporting/create_container.php:167 -#: ../../godmode/reporting/graph_builder.main.php:103 -#: ../../godmode/reporting/reporting_builder.item_editor.php:653 -#: ../../godmode/reporting/reporting_builder.list_items.php:306 -#: ../../godmode/reporting/reporting_builder.main.php:65 -#: ../../godmode/reporting/reporting_builder.main.php:67 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/modificar_server.php:46 -#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 -#: ../../godmode/servers/recon_script.php:95 -#: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../godmode/setup/os.builder.php:35 ../../godmode/setup/os.list.php:34 -#: ../../godmode/tag/edit_tag.php:169 ../../godmode/tag/tag.php:156 -#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 -#: ../../include/functions_treeview.php:79 -#: ../../include/functions_pandora_networkmap.php:1399 -#: ../../include/functions_pandora_networkmap.php:1432 -#: ../../include/functions_pandora_networkmap.php:1439 -#: ../../include/functions_pandora_networkmap.php:1600 -#: ../../include/functions_events.php:2018 -#: ../../include/functions_events.php:2068 -#: ../../include/functions_filemanager.php:580 -#: ../../include/functions_reporting_html.php:808 -#: ../../include/functions_reporting_html.php:817 -#: ../../include/functions_reporting_html.php:1646 -#: ../../include/functions_reporting_html.php:2110 -#: ../../include/functions_reporting_html.php:3819 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../operation/agentes/pandora_networkmap.editor.php:180 -#: ../../operation/agentes/pandora_networkmap.php:402 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../operation/netflow/nf_live_view.php:305 -#: ../../operation/search_helps.php:36 ../../operation/search_maps.php:31 -#: ../../operation/search_users.php:41 -#: ../../enterprise/dashboard/dashboards.php:84 -#: ../../enterprise/dashboard/main_dashboard.php:303 -#: ../../enterprise/dashboard/main_dashboard.php:338 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../enterprise/godmode/modules/local_components.php:481 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policies.php:254 -#: ../../enterprise/godmode/policies/policy_agents.php:377 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_modules.php:1203 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1213 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:102 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:325 -#: ../../enterprise/godmode/servers/list_satellite.php:35 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:54 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../enterprise/godmode/setup/edit_skin.php:208 -#: ../../enterprise/godmode/setup/setup_skins.php:82 -#: ../../enterprise/include/functions_reporting.php:4941 -#: ../../enterprise/include/functions_reporting_pdf.php:2420 -#: ../../enterprise/include/functions_services.php:1413 -#: ../../enterprise/meta/advanced/servers.build_table.php:59 -#: ../../enterprise/meta/include/functions_wizard_meta.php:148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:359 -#: ../../enterprise/meta/include/functions_wizard_meta.php:464 -#: ../../enterprise/meta/include/functions_wizard_meta.php:995 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1298 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1415 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1515 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/mobile/include/enterprise.class.php:79 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:118 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:268 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:357 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:158 -#: ../../enterprise/operation/services/services.list.php:326 -#: ../../enterprise/operation/services/services.service.php:129 -msgid "Name" -msgstr "Nombre" - -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../godmode/events/event_responses.editor.php:97 -#: ../../include/functions_visual_map_editor.php:107 -#: ../../include/functions_visual_map_editor.php:149 -#: ../../include/functions_visual_map_editor.php:444 -#: ../../include/functions_visual_map_editor.php:511 -#: ../../include/functions_filemanager.php:582 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../enterprise/extensions/backup/main.php:100 -msgid "Size" -msgstr "Tamaño" - -#: ../../extensions/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:581 -msgid "Last modification" -msgstr "Última modificación" - -#: ../../extensions/files_repo/files_repo_list.php:86 -msgid "Copy to clipboard" -msgstr "Copiar al portapapeles" - -#: ../../extensions/files_repo/files_repo_list.php:94 -#: ../../extensions/system_info.php:467 -#: ../../enterprise/extensions/backup/main.php:179 -msgid "Download" -msgstr "Descargar" - -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/agentes/modificar_agente.php:571 -#: ../../godmode/agentes/planned_downtime.list.php:401 -#: ../../godmode/alerts/alert_special_days.php:449 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1194 -#: ../../godmode/reporting/reporting_builder.list_items.php:437 -#: ../../godmode/reporting/reporting_builder.php:698 -#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 -#: ../../godmode/servers/servers.build_table.php:159 -#: ../../godmode/setup/snmp_wizard.php:119 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/users/user_list.php:468 ../../include/ajax/module.php:866 -#: ../../include/functions_pandora_networkmap.php:1464 -#: ../../include/functions_groups.php:2166 -#: ../../operation/agentes/estado_agente.php:581 -#: ../../operation/agentes/pandora_networkmap.php:407 -#: ../../operation/agentes/status_monitor.php:1118 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../operation/search_reports.php:52 -#: ../../operation/servers/recon_view.php:110 -#: ../../enterprise/extensions/cron/main.php:293 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../enterprise/godmode/agentes/collections.editor.php:178 -#: ../../enterprise/godmode/alerts/alert_events_list.php:634 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/godmode/reporting/mysql_builder.php:86 -#: ../../enterprise/godmode/reporting/mysql_builder.php:100 -#: ../../enterprise/godmode/reporting/mysql_builder.php:110 -#: ../../enterprise/godmode/reporting/mysql_builder.php:152 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/include/ajax/transactional.ajax.php:119 -#: ../../enterprise/include/ajax/transactional.ajax.php:210 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1909 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2003 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2481 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 -#: ../../enterprise/meta/screens/screens.visualmap.php:63 -msgid "Edit" -msgstr "Editar" - -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../godmode/agentes/agent_manager.php:203 -#: ../../godmode/agentes/agent_template.php:251 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/modificar_agente.php:637 -#: ../../godmode/agentes/module_manager.php:759 -#: ../../godmode/agentes/module_manager.php:767 -#: ../../godmode/agentes/module_manager.php:782 -#: ../../godmode/agentes/module_manager.php:797 -#: ../../godmode/agentes/module_manager.php:808 -#: ../../godmode/agentes/module_manager_editor_common.php:159 -#: ../../godmode/agentes/planned_downtime.editor.php:847 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/alerts/alert_commands.php:361 -#: ../../godmode/alerts/alert_list.list.php:826 -#: ../../godmode/alerts/alert_special_days.php:451 -#: ../../godmode/alerts/alert_templates.php:342 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 ../../godmode/db/db_audit.php:107 -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119 -#: ../../godmode/events/event_filter.php:146 -#: ../../godmode/groups/modu_group_list.php:198 -#: ../../godmode/groups/modu_group_list.php:200 -#: ../../godmode/massive/massive_add_action_alerts.php:203 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_action_alerts.php:202 -#: ../../godmode/massive/massive_delete_agents.php:138 -#: ../../godmode/massive/massive_delete_modules.php:511 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/massive/massive_operations.php:247 -#: ../../godmode/massive/massive_operations.php:256 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/modules/manage_nc_groups.php:220 -#: ../../godmode/modules/manage_network_components.php:616 -#: ../../godmode/modules/manage_network_templates.php:209 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../godmode/reporting/create_container.php:525 -#: ../../godmode/reporting/graphs.php:193 -#: ../../godmode/reporting/reporting_builder.php:703 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/servers/plugin.php:782 ../../godmode/setup/links.php:150 -#: ../../godmode/setup/news.php:267 -#: ../../godmode/snmpconsole/snmp_alert.php:1200 -#: ../../godmode/snmpconsole/snmp_alert.php:1236 -#: ../../godmode/snmpconsole/snmp_alert.php:1452 -#: ../../godmode/snmpconsole/snmp_filters.php:143 -#: ../../godmode/tag/tag.php:273 ../../godmode/users/configure_user.php:759 -#: ../../godmode/users/profile_list.php:390 -#: ../../godmode/users/user_list.php:470 ../../godmode/users/user_list.php:472 -#: ../../include/functions_container.php:167 -#: ../../include/functions_container.php:284 -#: ../../include/functions_events.php:1761 -#: ../../include/functions_filemanager.php:740 -#: ../../include/functions_groups.php:2173 -#: ../../operation/agentes/pandora_networkmap.php:496 -#: ../../operation/events/events.build_table.php:774 -#: ../../operation/events/events.php:852 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/messages/message_list.php:199 -#: ../../operation/snmpconsole/snmp_view.php:750 -#: ../../operation/snmpconsole/snmp_view.php:756 -#: ../../operation/snmpconsole/snmp_view.php:907 -#: ../../operation/users/user_edit.php:800 -#: ../../enterprise/dashboard/dashboards.php:143 -#: ../../enterprise/extensions/backup/main.php:238 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -#: ../../enterprise/godmode/alerts/alert_events_list.php:643 -#: ../../enterprise/godmode/alerts/alert_events_list.php:756 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/modules/local_components.php:530 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../enterprise/godmode/policies/policies.php:430 -#: ../../enterprise/godmode/policies/policies.php:440 -#: ../../enterprise/godmode/policies/policies.php:458 -#: ../../enterprise/godmode/policies/policy_agents.php:227 -#: ../../enterprise/godmode/policies/policy_agents.php:326 -#: ../../enterprise/godmode/policies/policy_agents.php:470 -#: ../../enterprise/godmode/policies/policy_agents.php:523 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_modules.php:1251 -#: ../../enterprise/godmode/policies/policy_modules.php:1258 -#: ../../enterprise/godmode/policies/policy_modules.php:1287 -#: ../../enterprise/godmode/policies/policy_queue.php:440 -#: ../../enterprise/godmode/policies/policy_queue.php:476 -#: ../../enterprise/godmode/policies/policy_queue.php:492 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_list.php:149 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:396 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:762 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:367 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:348 -#: ../../enterprise/include/ajax/transactional.ajax.php:120 -#: ../../enterprise/include/ajax/transactional.ajax.php:212 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:195 -#: ../../enterprise/operation/agentes/transactional_map.php:300 -#: ../../enterprise/operation/agentes/transactional_map.php:306 -#: ../../enterprise/operation/agentes/transactional_map.php:318 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:228 -#: ../../enterprise/operation/services/services.list.php:482 -msgid "Are you sure?" -msgstr "¿Está seguro?" - -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../godmode/agentes/agent_template.php:251 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/agentes/module_manager.php:569 -#: ../../godmode/agentes/module_manager.php:799 -#: ../../godmode/agentes/module_manager.php:816 -#: ../../godmode/agentes/module_manager_editor_common.php:719 -#: ../../godmode/agentes/planned_downtime.editor.php:797 -#: ../../godmode/agentes/planned_downtime.editor.php:802 -#: ../../godmode/agentes/planned_downtime.editor.php:850 -#: ../../godmode/agentes/planned_downtime.list.php:402 -#: ../../godmode/agentes/planned_downtime.list.php:470 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/alerts/alert_commands.php:333 -#: ../../godmode/alerts/alert_list.list.php:711 -#: ../../godmode/alerts/alert_templates.php:345 -#: ../../godmode/db/db_refine.php:119 -#: ../../godmode/events/event_filter.php:148 -#: ../../godmode/events/event_filter.php:162 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/extensions.php:272 ../../godmode/extensions.php:276 -#: ../../godmode/groups/modu_group_list.php:184 -#: ../../godmode/massive/massive_delete_action_alerts.php:204 -#: ../../godmode/massive/massive_delete_agents.php:140 -#: ../../godmode/massive/massive_delete_alerts.php:238 -#: ../../godmode/massive/massive_delete_modules.php:513 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/modules/manage_nc_groups.php:222 -#: ../../godmode/modules/manage_nc_groups.php:233 -#: ../../godmode/modules/manage_network_components.php:617 -#: ../../godmode/modules/manage_network_components.php:629 -#: ../../godmode/modules/manage_network_templates.php:214 -#: ../../godmode/modules/manage_network_templates.php:227 -#: ../../godmode/modules/manage_network_templates_form.php:221 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/reporting/create_container.php:471 -#: ../../godmode/reporting/create_container.php:526 -#: ../../godmode/reporting/graph_builder.graph_editor.php:88 -#: ../../godmode/reporting/graph_builder.graph_editor.php:127 -#: ../../godmode/reporting/graphs.php:194 -#: ../../godmode/reporting/graphs.php:207 -#: ../../godmode/reporting/map_builder.php:215 -#: ../../godmode/reporting/reporting_builder.list_items.php:439 -#: ../../godmode/reporting/reporting_builder.list_items.php:466 -#: ../../godmode/reporting/reporting_builder.list_items.php:485 -#: ../../godmode/reporting/reporting_builder.list_items.php:545 -#: ../../godmode/reporting/reporting_builder.php:707 -#: ../../godmode/reporting/visual_console_builder.elements.php:518 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/servers/servers.build_table.php:172 -#: ../../godmode/setup/gis.php:64 ../../godmode/setup/links.php:137 -#: ../../godmode/setup/news.php:225 ../../godmode/setup/setup_visuals.php:720 -#: ../../godmode/setup/setup_visuals.php:751 -#: ../../godmode/setup/snmp_wizard.php:122 -#: ../../godmode/snmpconsole/snmp_alert.php:1201 -#: ../../godmode/snmpconsole/snmp_alert.php:1237 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/update_manager/update_manager.messages.php:91 -#: ../../godmode/update_manager/update_manager.messages.php:165 -#: ../../godmode/users/user_list.php:470 -#: ../../include/functions_pandora_networkmap.php:762 -#: ../../include/functions_container.php:168 -#: ../../include/functions_container.php:285 -#: ../../include/functions_groups.php:2173 -#: ../../operation/agentes/pandora_networkmap.php:408 -#: ../../operation/agentes/pandora_networkmap.php:496 -#: ../../operation/gis_maps/gis_map.php:165 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/messages/message_list.php:128 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:200 -#: ../../operation/messages/message_list.php:218 -#: ../../operation/snmpconsole/snmp_view.php:750 -#: ../../operation/snmpconsole/snmp_view.php:756 -#: ../../operation/snmpconsole/snmp_view.php:907 -#: ../../operation/snmpconsole/snmp_view.php:932 -#: ../../enterprise/dashboard/dashboards.php:99 -#: ../../enterprise/dashboard/dashboards.php:143 -#: ../../enterprise/extensions/backup/main.php:190 -#: ../../enterprise/extensions/cron/main.php:296 -#: ../../enterprise/godmode/agentes/inventory_manager.php:262 -#: ../../enterprise/godmode/agentes/plugins_manager.php:147 -#: ../../enterprise/godmode/agentes/plugins_manager.php:218 -#: ../../enterprise/godmode/alerts/alert_events_list.php:568 -#: ../../enterprise/godmode/alerts/alert_events_list.php:646 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/godmode/modules/local_components.php:531 -#: ../../enterprise/godmode/modules/local_components.php:543 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 -#: ../../enterprise/godmode/policies/policies.php:444 -#: ../../enterprise/godmode/policies/policy_agents.php:478 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_modules.php:1269 -#: ../../enterprise/godmode/policies/policy_modules.php:1293 -#: ../../enterprise/godmode/policies/policy_plugins.php:88 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:379 -#: ../../enterprise/godmode/policies/policy_queue.php:421 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 -#: ../../enterprise/godmode/reporting/graph_template_list.php:161 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:328 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:366 -#: ../../enterprise/godmode/setup/setup_acl.php:227 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:349 -#: ../../enterprise/include/ajax/transactional.ajax.php:121 -#: ../../enterprise/include/ajax/transactional.ajax.php:213 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:261 -#: ../../enterprise/meta/advanced/policymanager.queue.php:312 -#: ../../enterprise/meta/advanced/servers.build_table.php:132 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../enterprise/meta/include/functions_wizard_meta.php:294 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:196 -#: ../../enterprise/operation/agentes/transactional_map.php:319 -#: ../../enterprise/operation/services/services.list.php:483 -msgid "Delete" -msgstr "Borrar" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "No hay elementos" - -#: ../../extensions/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1835 -msgid "Attachment directory is not writable by HTTP Server" -msgstr "El servidor HTTP no puede escribir en el directorio de adjuntos" - -#: ../../extensions/files_repo/functions_files_repo.php:30 -#: ../../extensions/files_repo/functions_files_repo.php:41 -#, php-format -msgid "Please check that the web server has write rights on the %s directory" -msgstr "" -"Por favor, comprobar que el directorio %s del servidor web tiene permisos de " -"escritura" - -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" -msgstr "El fichero no ha sido copiado" - -#: ../../extensions/files_repo/functions_files_repo.php:233 -msgid "There was an error creating the file" -msgstr "Se ha producido un error creando el fichero" - -#: ../../extensions/files_repo/functions_files_repo.php:274 -#: ../../enterprise/extensions/vmware/main.php:76 -msgid "There was an error updating the file" -msgstr "Se ha producido un error actualizando el fichero" - -#: ../../extensions/files_repo.php:91 -msgid "Extension not installed" -msgstr "Extensión no instalada" - -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -#: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:226 -#: ../../enterprise/extensions/ipam.php:292 -msgid "Administration view" -msgstr "Vista de administración" - -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:300 -msgid "Operation view" -msgstr "Vista de operación" - -#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 -msgid "Files repository manager" -msgstr "Manejo de repositorio de archivos" - -#: ../../extensions/files_repo.php:133 ../../include/functions.php:2213 -#: ../../include/functions.php:2216 -msgid "The file exceeds the maximum size" -msgstr "El fichero excede el tamaño máximo" - -#: ../../extensions/files_repo.php:166 -#: ../../godmode/agentes/planned_downtime.list.php:107 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/alerts/alert_commands.php:319 -#: ../../godmode/alerts/alert_list.php:145 -#: ../../godmode/alerts/alert_list.php:213 -#: ../../godmode/alerts/alert_special_days.php:223 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/events/event_filter.php:56 -#: ../../godmode/events/event_filter.php:77 -#: ../../godmode/massive/massive_delete_action_alerts.php:114 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_modules.php:236 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:372 -#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/reporting/graphs.php:89 ../../godmode/reporting/graphs.php:97 -#: ../../godmode/reporting/graphs.php:139 -#: ../../godmode/reporting/map_builder.php:87 -#: ../../godmode/reporting/reporting_builder.php:412 -#: ../../godmode/setup/gis.php:57 ../../godmode/setup/links.php:69 -#: ../../godmode/setup/news.php:97 -#: ../../godmode/snmpconsole/snmp_alert.php:560 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/users/configure_user.php:453 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../operation/events/events.php:536 -#: ../../operation/gis_maps/gis_map.php:74 -#: ../../operation/incidents/incident.php:66 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/reporting/graph_viewer.php:44 -#: ../../operation/reporting/graph_viewer.php:51 -#: ../../operation/snmpconsole/snmp_view.php:95 -#: ../../enterprise/dashboard/dashboards.php:52 -#: ../../enterprise/extensions/ipam/ipam_action.php:64 -#: ../../enterprise/godmode/alerts/alert_events_list.php:160 -#: ../../enterprise/godmode/alerts/alert_events_list.php:204 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 -#: ../../enterprise/godmode/modules/local_components.php:330 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 -#: ../../enterprise/godmode/reporting/graph_template_list.php:89 -#: ../../enterprise/godmode/reporting/graph_template_list.php:109 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:53 -#: ../../enterprise/operation/agentes/transactional_map.php:132 -msgid "Successfully deleted" -msgstr "Borrado correctamente" - -#: ../../extensions/files_repo.php:166 -#: ../../godmode/alerts/alert_actions.php:333 -#: ../../godmode/alerts/alert_commands.php:320 -#: ../../godmode/alerts/alert_list.php:145 -#: ../../godmode/alerts/alert_list.php:213 -#: ../../godmode/alerts/alert_special_days.php:224 -#: ../../godmode/alerts/alert_templates.php:226 -#: ../../godmode/massive/massive_delete_action_alerts.php:115 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/modules/manage_network_components.php:373 -#: ../../godmode/reporting/reporting_builder.php:413 -#: ../../godmode/setup/gis.php:55 ../../godmode/setup/news.php:98 -#: ../../godmode/users/configure_user.php:454 -#: ../../operation/agentes/pandora_networkmap.php:273 -#: ../../operation/events/events.php:537 -#: ../../operation/gis_maps/gis_map.php:75 -#: ../../operation/incidents/incident.php:67 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/snmpconsole/snmp_view.php:96 -#: ../../enterprise/dashboard/dashboards.php:53 -#: ../../enterprise/extensions/ipam/ipam_action.php:61 -#: ../../enterprise/godmode/alerts/alert_events_list.php:161 -#: ../../enterprise/godmode/alerts/alert_events_list.php:205 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 -#: ../../enterprise/godmode/modules/local_components.php:331 -#: ../../enterprise/godmode/policies/policies.php:175 -#: ../../enterprise/godmode/policies/policy_agents.php:91 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:1097 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:54 -#: ../../enterprise/operation/agentes/transactional_map.php:133 -msgid "Could not be deleted" -msgstr "No se pudo borrar" - -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" -msgstr "Repositorio" - -#: ../../extensions/insert_data.php:56 -msgid "Insert data" -msgstr "Insertar datos" - -#: ../../extensions/insert_data.php:93 -msgid "You haven't privileges for insert data in the agent." -msgstr "No tienes privilegios para insertar datos en el agente" - -#: ../../extensions/insert_data.php:130 -#, php-format -msgid "Can't save agent (%s), module (%s) data xml." -msgstr "No se puede guardar el agente (%s), modulo (%s) datos xml" - -#: ../../extensions/insert_data.php:137 -#, php-format -msgid "Save agent (%s), module (%s) data xml." -msgstr "Guardar agente (%s), módulo (%s) datos xml." - -#: ../../extensions/insert_data.php:146 -#, php-format -msgid "" -"Please check that the directory \"%s\" is writeable by the apache user.

                The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV is in " -"format Y/m/d H:i:s." -msgstr "" -"Por favor, compruebe que se puede escribir en el directorio \"%s\"por " -"usuarios de apache.

                El formato del archivo CSV es " -"date;value<newline>date;value<newline>... La fecha en CVS está " -"en formato Y/m/d H:i:s." - -#: ../../extensions/insert_data.php:179 ../../general/header.php:204 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:125 -#: ../../godmode/alerts/configure_alert_template.php:595 -#: ../../godmode/gis_maps/configure_gis_map.php:588 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:481 -#: ../../godmode/massive/massive_edit_modules.php:256 -#: ../../godmode/massive/massive_edit_modules.php:310 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 -#: ../../enterprise/godmode/policies/policy_alerts.php:509 -#: ../../enterprise/godmode/policies/policy_alerts.php:513 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 -#: ../../enterprise/meta/advanced/synchronizing.user.php:538 -#: ../../enterprise/meta/general/main_header.php:392 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 -msgid "Select" -msgstr "Seleccionar" - -#: ../../extensions/insert_data.php:180 ../../extensions/insert_data.php:181 -#: ../../include/ajax/module.php:749 -#: ../../include/functions_reporting.php:2360 -#: ../../include/functions_reporting.php:2394 -#: ../../include/functions_graph.php:3434 -#: ../../include/functions_netflow.php:311 -#: ../../include/functions_reporting_html.php:1812 -#: ../../include/functions_reporting_html.php:1815 -#: ../../include/functions_reporting_html.php:1816 -#: ../../include/functions_reporting_html.php:1819 -#: ../../mobile/operation/modules.php:606 -#: ../../mobile/operation/modules.php:613 -#: ../../mobile/operation/modules.php:621 -#: ../../mobile/operation/modules.php:757 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/status_monitor.php:983 -#: ../../operation/search_modules.php:53 -#: ../../enterprise/godmode/agentes/collections.agents.php:50 -#: ../../enterprise/godmode/agentes/collections.agents.php:59 -#: ../../enterprise/godmode/agentes/collections.data.php:62 -#: ../../enterprise/godmode/agentes/collections.data.php:101 -#: ../../enterprise/godmode/agentes/collections.data.php:138 -#: ../../enterprise/godmode/agentes/collections.data.php:154 -#: ../../enterprise/godmode/agentes/collections.data.php:169 -#: ../../enterprise/godmode/agentes/collections.data.php:191 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:235 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../enterprise/include/functions_reporting.php:1853 -#: ../../enterprise/include/functions_reporting.php:1977 -#: ../../enterprise/include/functions_reporting.php:1980 -#: ../../enterprise/include/functions_reporting_csv.php:349 -#: ../../enterprise/include/functions_reporting_csv.php:405 -#: ../../enterprise/include/functions_reporting_csv.php:431 -#: ../../enterprise/include/functions_reporting_csv.php:497 -#: ../../enterprise/include/functions_reporting_csv.php:880 -#: ../../enterprise/include/functions_reporting_pdf.php:365 -#: ../../enterprise/include/functions_reporting_pdf.php:371 -#: ../../enterprise/include/functions_reporting_pdf.php:977 -#: ../../enterprise/include/functions_reporting_pdf.php:983 -#: ../../enterprise/include/functions_reporting_pdf.php:984 -#: ../../enterprise/include/functions_reporting_pdf.php:987 -#: ../../enterprise/include/functions_services.php:1428 -#: ../../enterprise/operation/agentes/policy_view.php:308 -msgid "Data" -msgstr "Datos" - -#: ../../extensions/insert_data.php:182 -#: ../../extensions/users_connected.php:79 ../../general/logon_ok.php:226 -#: ../../general/logon_ok.php:423 ../../godmode/admin_access_logs.php:190 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1121 -#: ../../include/functions.php:2337 ../../include/functions_reporting.php:2360 -#: ../../include/functions_reporting.php:2393 -#: ../../include/functions_events.php:3927 -#: ../../include/functions_reporting_html.php:1812 -#: ../../include/functions_reporting_html.php:1816 -#: ../../include/functions_reporting_html.php:1819 -#: ../../include/functions_reporting_html.php:1834 -#: ../../include/functions_reporting_html.php:3598 -#: ../../mobile/operation/tactical.php:310 -#: ../../operation/events/events.build_table.php:581 -#: ../../operation/netflow/nf_live_view.php:234 -#: ../../operation/reporting/graph_viewer.php:205 -#: ../../enterprise/extensions/backup/main.php:99 -#: ../../enterprise/include/functions_inventory.php:508 -#: ../../enterprise/include/functions_log.php:349 -#: ../../enterprise/include/functions_reporting.php:1829 -#: ../../enterprise/include/functions_reporting.php:1852 -#: ../../enterprise/include/functions_reporting.php:1977 -#: ../../enterprise/include/functions_reporting.php:1980 -#: ../../enterprise/include/functions_reporting_csv.php:324 -#: ../../enterprise/include/functions_reporting_csv.php:378 -#: ../../enterprise/include/functions_reporting_pdf.php:364 -#: ../../enterprise/include/functions_reporting_pdf.php:373 -#: ../../enterprise/include/functions_reporting_pdf.php:976 -#: ../../enterprise/include/functions_reporting_pdf.php:982 -#: ../../enterprise/include/functions_reporting_pdf.php:999 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:223 -msgid "Date" -msgstr "Fecha" - -#: ../../extensions/insert_data.php:185 -#: ../../operation/agentes/exportdata.php:331 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 -#: ../../enterprise/operation/reporting/custom_reporting.php:21 -msgid "CSV" -msgstr "CSV" - -#: ../../extensions/insert_data.php:194 -#: ../../godmode/reporting/reporting_builder.main.php:32 -#: ../../godmode/reporting/visual_console_builder.data.php:181 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/setup/snmp_wizard.php:104 -#: ../../operation/agentes/graphs.php:235 -#: ../../enterprise/dashboard/main_dashboard.php:323 -#: ../../enterprise/godmode/reporting/mysql_builder.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 -#: ../../enterprise/include/ajax/transactional.ajax.php:83 -msgid "Save" -msgstr "Guardar" - -#: ../../extensions/insert_data.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:1168 -#: ../../godmode/alerts/configure_alert_template.php:1077 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2028 -#: ../../godmode/setup/news.php:297 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/estado_monitores.php:401 -#: ../../operation/agentes/interface_traffic_graph_win.php:354 -#: ../../operation/agentes/stat_win.php:506 -#: ../../operation/events/events_list.php:1688 -#: ../../operation/netflow/nf_live_view.php:659 -#: ../../operation/reporting/graph_viewer.php:277 -#: ../../operation/reporting/reporting_viewer.php:254 -#: ../../operation/reporting/reporting_viewer.php:274 -#: ../../operation/tree.php:391 -#: ../../enterprise/dashboard/widgets/tree_view.php:317 -#: ../../enterprise/extensions/cron/main.php:371 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2283 -#: ../../enterprise/operation/log/log_viewer.php:310 -#: ../../enterprise/operation/log/log_viewer.php:322 -msgid "Choose time" -msgstr "Seleccionar tiempo" - -#: ../../extensions/insert_data.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:1169 -#: ../../godmode/alerts/configure_alert_template.php:1078 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2029 -#: ../../godmode/setup/news.php:298 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/estado_monitores.php:402 -#: ../../operation/agentes/interface_traffic_graph_win.php:355 -#: ../../operation/agentes/stat_win.php:507 -#: ../../operation/events/events_list.php:1689 -#: ../../operation/netflow/nf_live_view.php:660 -#: ../../operation/reporting/graph_viewer.php:278 -#: ../../operation/reporting/reporting_viewer.php:255 -#: ../../operation/reporting/reporting_viewer.php:275 -#: ../../operation/tree.php:392 -#: ../../enterprise/dashboard/widgets/tree_view.php:318 -#: ../../enterprise/extensions/cron/main.php:372 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2284 -#: ../../enterprise/operation/log/log_viewer.php:311 -#: ../../enterprise/operation/log/log_viewer.php:323 -msgid "Time" -msgstr "Hora" - -#: ../../extensions/insert_data.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:1170 -#: ../../godmode/alerts/configure_alert_template.php:1079 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2030 -#: ../../godmode/setup/news.php:299 ../../include/functions_html.php:866 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/estado_monitores.php:403 -#: ../../operation/agentes/interface_traffic_graph_win.php:356 -#: ../../operation/agentes/stat_win.php:508 -#: ../../operation/events/events_list.php:1690 -#: ../../operation/netflow/nf_live_view.php:661 -#: ../../operation/reporting/graph_viewer.php:279 -#: ../../operation/reporting/reporting_viewer.php:256 -#: ../../operation/reporting/reporting_viewer.php:276 -#: ../../operation/tree.php:393 -#: ../../enterprise/dashboard/widgets/tree_view.php:319 -#: ../../enterprise/extensions/cron/main.php:373 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2285 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/operation/log/log_viewer.php:324 -msgid "Hour" -msgstr "Hora" - -#: ../../extensions/insert_data.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:1171 -#: ../../godmode/alerts/configure_alert_template.php:1080 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2031 -#: ../../godmode/setup/news.php:300 ../../include/functions_html.php:867 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/estado_monitores.php:404 -#: ../../operation/agentes/interface_traffic_graph_win.php:357 -#: ../../operation/agentes/stat_win.php:509 -#: ../../operation/events/events_list.php:1691 -#: ../../operation/netflow/nf_live_view.php:662 -#: ../../operation/reporting/graph_viewer.php:280 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../operation/tree.php:394 -#: ../../enterprise/dashboard/widgets/tree_view.php:320 -#: ../../enterprise/extensions/cron/main.php:374 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2286 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/operation/log/log_viewer.php:325 -msgid "Minute" -msgstr "Minuto" - -#: ../../extensions/insert_data.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -#: ../../godmode/alerts/configure_alert_template.php:1081 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2032 -#: ../../godmode/setup/news.php:301 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/estado_monitores.php:405 -#: ../../operation/agentes/interface_traffic_graph_win.php:358 -#: ../../operation/agentes/stat_win.php:510 -#: ../../operation/events/events_list.php:1692 -#: ../../operation/netflow/nf_live_view.php:663 -#: ../../operation/reporting/graph_viewer.php:281 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../operation/tree.php:395 -#: ../../enterprise/dashboard/widgets/tree_view.php:321 -#: ../../enterprise/extensions/cron/main.php:375 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2287 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/operation/log/log_viewer.php:326 -msgid "Second" -msgstr "Segundo" - -#: ../../extensions/insert_data.php:215 -#: ../../godmode/agentes/planned_downtime.editor.php:1173 -#: ../../godmode/alerts/configure_alert_template.php:1082 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2033 -#: ../../godmode/setup/news.php:302 ../../include/functions.php:436 -#: ../../include/functions.php:570 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/estado_monitores.php:406 -#: ../../operation/agentes/interface_traffic_graph_win.php:359 -#: ../../operation/agentes/stat_win.php:511 -#: ../../operation/events/events_list.php:1693 -#: ../../operation/netflow/nf_live_view.php:664 -#: ../../operation/reporting/graph_viewer.php:282 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../operation/tree.php:396 -#: ../../enterprise/dashboard/widgets/tree_view.php:322 -#: ../../enterprise/extensions/cron/main.php:376 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2288 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/operation/log/log_viewer.php:327 -msgid "Now" -msgstr "Ahora" - -#: ../../extensions/insert_data.php:216 -#: ../../godmode/agentes/planned_downtime.editor.php:1174 -#: ../../godmode/alerts/configure_alert_template.php:1083 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2034 -#: ../../godmode/setup/news.php:303 -#: ../../include/functions_filemanager.php:619 -#: ../../include/functions_filemanager.php:640 -#: ../../include/functions_filemanager.php:656 -#: ../../include/functions_snmp_browser.php:441 -#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:407 -#: ../../operation/agentes/interface_traffic_graph_win.php:360 -#: ../../operation/agentes/stat_win.php:512 -#: ../../operation/events/events_list.php:1694 -#: ../../operation/netflow/nf_live_view.php:665 -#: ../../operation/reporting/graph_viewer.php:283 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../operation/tree.php:397 -#: ../../enterprise/dashboard/widgets/tree_view.php:323 -#: ../../enterprise/extensions/cron/main.php:377 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:690 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2289 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/operation/log/log_viewer.php:328 -msgid "Close" -msgstr "Cerrar" - -#: ../../extensions/insert_data.php:258 -msgid "Insert Data" -msgstr "Insertar Datos" - -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" -msgstr "Numero de alertas disparadas" - -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_add_alerts.php:174 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 -#: ../../enterprise/godmode/policies/policy_alerts.php:507 -msgid "Alert template" -msgstr "Plantilla de alertas" - -#: ../../extensions/module_groups.php:84 -#: ../../godmode/agentes/fields_manager.php:97 -#: ../../godmode/agentes/modificar_agente.php:496 -#: ../../godmode/agentes/planned_downtime.editor.php:759 -#: ../../godmode/alerts/alert_list.builder.php:83 -#: ../../godmode/alerts/alert_list.list.php:121 -#: ../../godmode/alerts/alert_list.list.php:410 -#: ../../godmode/alerts/alert_view.php:344 -#: ../../godmode/category/category.php:111 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../godmode/groups/group_list.php:341 ../../godmode/menu.php:156 -#: ../../godmode/tag/tag.php:205 ../../include/functions_treeview.php:382 -#: ../../include/functions_filemanager.php:583 -#: ../../include/functions_reporting_html.php:1958 -#: ../../enterprise/extensions/backup/main.php:103 -#: ../../enterprise/extensions/cron/main.php:201 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/godmode/agentes/collections.php:235 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:323 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 -#: ../../enterprise/meta/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:122 -#: ../../enterprise/operation/agentes/transactional_map.php:155 -#: ../../enterprise/operation/services/services.list.php:348 -msgid "Actions" -msgstr "Acciones" - -#: ../../extensions/module_groups.php:168 -msgid "Combined table of agent group and module group" -msgstr "Tabla combinada de grupos de agentes y grupos de módulos" - -#: ../../extensions/module_groups.php:171 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"Esta tabla muestra en las columnas del grupo de los módulos y en hileras de " -"agentes de grupo. La celda muestra todos los módulos" - -#: ../../extensions/module_groups.php:297 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Celda de color naranja cuando el grupo y el agente del modulo tengan al " -"menos una alerta disparada." - -#: ../../extensions/module_groups.php:298 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Cuadro rojo cuando el grupo de módulos y el agente tengan al menos un módulo " -"en estado crítico y los demás en cualquier otro estado." - -#: ../../extensions/module_groups.php:299 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" -msgstr "" -"Cuadro amarillo cuando el grupo de módulos y el agente tengan al menos un " -"módulo en estado crítico y los demás en cualquier otro estado." - -#: ../../extensions/module_groups.php:300 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Cuadro verde cuando todos los grupos de modulos y los agentes estén en " -"estado OK." - -#: ../../extensions/module_groups.php:301 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Cuadro gris cuando el grupo de módulos y el agente tienen al menos uno en " -"estado desconocido, todos los demás están en OK y no tiene ninguno en estado " -"critico o warning." - -#: ../../extensions/module_groups.php:302 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Azul cuando todos los módulos de todos los agentes del grupo tienen estado " -"no inicializado." - -#: ../../extensions/module_groups.php:307 -msgid "There are no defined groups or module groups" -msgstr "No hay grupos o grupos de módulos definidos." - -#: ../../extensions/module_groups.php:325 ../../godmode/menu.php:49 -#: ../../operation/tree.php:67 -#: ../../enterprise/dashboard/widgets/tree_view.php:36 -msgid "Module groups" -msgstr "Grupos de Módulos" - -#: ../../extensions/net_tools.php:96 -msgid "The agent hasn't got IP" -msgstr "El agente no tiene IP" - -#: ../../extensions/net_tools.php:120 -msgid "" -"You can set the command path in the menu Administration -> Extensions -" -"> Config Network Tools" -msgstr "" -"Puede introducir la ruta de comando en el menú Administration -> " -"Extensions -> Config Network Tools" - -#: ../../extensions/net_tools.php:123 -msgid "Traceroute" -msgstr "Traceroute" - -#: ../../extensions/net_tools.php:124 -msgid "Ping host & Latency" -msgstr "Ping host y Latencia" - -#: ../../extensions/net_tools.php:125 -msgid "SNMP Interface status" -msgstr "Estado de la interfaz SNMP" - -#: ../../extensions/net_tools.php:126 -msgid "Basic TCP Port Scan" -msgstr "Escaneo básico de puertos TCP" - -#: ../../extensions/net_tools.php:127 -msgid "DiG/Whois Lookup" -msgstr "Búsqueda DiG/Whois" - -#: ../../extensions/net_tools.php:131 -#: ../../operation/agentes/estado_generalagente.php:147 -msgid "IP address" -msgstr "Dirección IP" - -#: ../../extensions/net_tools.php:145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:826 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1322 -msgid "SNMP Community" -msgstr "Comunidad SNMP" - -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1796 -msgid "Execute" -msgstr "Ejecutar" - -#: ../../extensions/net_tools.php:162 -msgid "Traceroute executable does not exist." -msgstr "El ejecutable Traceroute no existe." - -#: ../../extensions/net_tools.php:165 -msgid "Traceroute to " -msgstr "Trazando ruta a " - -#: ../../extensions/net_tools.php:174 -msgid "Ping executable does not exist." -msgstr "El ejecutable Ping no existe." - -#: ../../extensions/net_tools.php:177 -#, php-format -msgid "Ping to %s" -msgstr "Ping a %s" - -#: ../../extensions/net_tools.php:186 -msgid "Nmap executable does not exist." -msgstr "El ejecutable Nmap no existe." - -#: ../../extensions/net_tools.php:189 -msgid "Basic TCP Scan on " -msgstr "Escaneo básico TCP en " - -#: ../../extensions/net_tools.php:196 -msgid "Domain and IP information for " -msgstr "Información de dominio e IP para " - -#: ../../extensions/net_tools.php:200 -msgid "Dig executable does not exist." -msgstr "El ejecutable Dig no existe." - -#: ../../extensions/net_tools.php:210 -msgid "Whois executable does not exist." -msgstr "El ejecutable Whois no existe." - -#: ../../extensions/net_tools.php:219 -msgid "SNMP information for " -msgstr "Información SNMP para " - -#: ../../extensions/net_tools.php:223 -msgid "SNMPget executable does not exist." -msgstr "El ejecutable SNMPget no existe." - -#: ../../extensions/net_tools.php:226 -msgid "Uptime" -msgstr "Tiempo en Activo" - -#: ../../extensions/net_tools.php:230 -msgid "Device info" -msgstr "Información del dispositivo" - -#: ../../extensions/net_tools.php:238 -msgid "Interface" -msgstr "Interfaz" - -#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:343 -msgid "Config Network Tools" -msgstr "Configuración de herramientas de red" - -#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 -msgid "Set the paths." -msgstr "Introducir rutas" - -#: ../../extensions/net_tools.php:310 -msgid "Traceroute path" -msgstr "Ruta Traceroute" - -#: ../../extensions/net_tools.php:311 -msgid "If it is empty, Pandora searchs the traceroute system." -msgstr "Si está vacío, Pandora FMS buscará el sistema Traceroute" - -#: ../../extensions/net_tools.php:314 -msgid "Ping path" -msgstr "Ruta al comando ping" - -#: ../../extensions/net_tools.php:315 -msgid "If it is empty, Pandora searchs the ping system." -msgstr "Si está vacío, Pandora FMS buscará el sistema ping" - -#: ../../extensions/net_tools.php:318 -msgid "Nmap path" -msgstr "Ruta Nmap" - -#: ../../extensions/net_tools.php:319 -msgid "If it is empty, Pandora searchs the nmap system." -msgstr "Si está vacío, Pandora FMS buscará el sistema nmap." - -#: ../../extensions/net_tools.php:322 -msgid "Dig path" -msgstr "Ruta Dig" - -#: ../../extensions/net_tools.php:323 -msgid "If it is empty, Pandora searchs the dig system." -msgstr "Si está vacío, Pandora FMS buscará el sistema dig" - -#: ../../extensions/net_tools.php:326 -msgid "Snmpget path" -msgstr "Ruta Snmpget" - -#: ../../extensions/net_tools.php:327 -msgid "If it is empty, Pandora searchs the snmpget system." -msgstr "Si está vacío, Pandora FMS buscará el sistema snmpget" - -#: ../../extensions/net_tools.php:332 -#: ../../godmode/reporting/reporting_builder.list_items.php:308 -#: ../../godmode/update_manager/update_manager.php:35 -#: ../../enterprise/dashboard/main_dashboard.php:162 -#: ../../enterprise/dashboard/main_dashboard.php:250 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 -msgid "Options" -msgstr "Opciones" - #: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174 msgid "Cannot find file" msgstr "Archivo no encontrado" @@ -3631,6 +7403,74 @@ msgstr "" msgid "System logfiles" msgstr "Logs sistema" +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Unreliable petition" +msgstr "Petición no fiable" + +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Please contact the administrator" +msgstr "Por favor, contacta con el administrador" + +#: ../../extensions/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" +msgstr "Sólo 200 caracteres permitidos" + +#: ../../extensions/files_repo/files_repo_form.php:84 +#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 +#: ../../godmode/extensions.php:143 +msgid "File" +msgstr "Archivo" + +#: ../../extensions/files_repo/files_repo_form.php:87 +#: ../../extensions/files_repo/files_repo_form.php:93 +#: ../../extensions/files_repo/files_repo_list.php:89 +msgid "Public link" +msgstr "Enlace público" + +#: ../../extensions/files_repo/files_repo_list.php:61 +#: ../../include/functions_filemanager.php:581 +msgid "Last modification" +msgstr "Última modificación" + +#: ../../extensions/files_repo/files_repo_list.php:86 +msgid "Copy to clipboard" +msgstr "Copiar al portapapeles" + +#: ../../extensions/files_repo/files_repo_list.php:94 +#: ../../extensions/system_info.php:467 +msgid "Download" +msgstr "Descargar" + +#: ../../extensions/files_repo/files_repo_list.php:115 +msgid "No items" +msgstr "No hay elementos" + +#: ../../extensions/files_repo/functions_files_repo.php:29 +#: ../../extensions/files_repo/functions_files_repo.php:40 +#: ../../include/functions_config.php:1730 +msgid "Attachment directory is not writable by HTTP Server" +msgstr "El servidor HTTP no puede escribir en el directorio de adjuntos" + +#: ../../extensions/files_repo/functions_files_repo.php:30 +#: ../../extensions/files_repo/functions_files_repo.php:41 +#, php-format +msgid "Please check that the web server has write rights on the %s directory" +msgstr "" +"Por favor, comprobar que el directorio %s del servidor web tiene permisos de " +"escritura" + +#: ../../extensions/files_repo/functions_files_repo.php:229 +msgid "The file could not be copied" +msgstr "El fichero no ha sido copiado" + +#: ../../extensions/files_repo/functions_files_repo.php:233 +msgid "There was an error creating the file" +msgstr "Se ha producido un error creando el fichero" + +#: ../../extensions/files_repo/functions_files_repo.php:274 +msgid "There was an error updating the file" +msgstr "Se ha producido un error actualizando el fichero" + #: ../../extensions/plugin_registration.php:26 #: ../../extensions/plugin_registration.php:33 msgid "Plugin registration" @@ -3685,9 +7525,9 @@ msgid "Module plugin registered" msgstr "Módulo de complemento registrado." #: ../../extensions/plugin_registration.php:422 -#: ../../godmode/agentes/module_manager_editor_plugin.php:50 #: ../../godmode/massive/massive_edit_plugins.php:287 #: ../../godmode/modules/manage_network_components_form_plugin.php:22 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 msgid "Plugin" msgstr "Complemento" @@ -3732,18 +7572,6 @@ msgstr "Cargar Pandora Server" msgid "SNMP Interface throughput" msgstr "Rendimiento interfaz SNMP" -#: ../../extensions/realtime_graphs.php:72 ../../include/ajax/module.php:750 -#: ../../include/functions_pandora_networkmap.php:1401 -#: ../../include/functions_events.php:2103 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../operation/agentes/status_monitor.php:977 -#: ../../operation/search_modules.php:52 -#: ../../enterprise/dashboard/widgets/custom_graph.php:33 -#: ../../enterprise/operation/services/services.list.php:344 -#: ../../enterprise/operation/services/services.service.php:143 -msgid "Graph" -msgstr "Gráfico" - #: ../../extensions/realtime_graphs.php:79 msgid "Refresh interval" msgstr "Intervalo de actualización" @@ -3757,41 +7585,32 @@ msgid "Clear graph" msgstr "Limpiar gráfica" #: ../../extensions/realtime_graphs.php:94 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:700 +#: ../../include/functions_snmp_browser.php:506 +#: ../../godmode/massive/massive_edit_modules.php:488 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:339 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 #: ../../godmode/agentes/module_manager_editor_network.php:67 #: ../../godmode/agentes/module_manager_editor_wmi.php:45 -#: ../../godmode/massive/massive_edit_modules.php:488 -#: ../../include/functions_snmp_browser.php:506 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:689 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:252 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:700 msgid "Target IP" msgstr "IP objetivo" #: ../../extensions/realtime_graphs.php:97 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 #: ../../include/functions_snmp_browser.php:508 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 msgid "Community" msgstr "Comunidad" #: ../../extensions/realtime_graphs.php:108 -#: ../../godmode/setup/snmp_wizard.php:41 #: ../../include/functions_snmp_browser.php:401 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:318 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../godmode/setup/snmp_wizard.php:41 msgid "OID" msgstr "OID" -#: ../../extensions/realtime_graphs.php:111 ../../godmode/extensions.php:144 -#: ../../godmode/servers/servers.build_table.php:67 +#: ../../extensions/realtime_graphs.php:111 #: ../../include/functions_snmp_browser.php:513 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../enterprise/godmode/servers/list_satellite.php:37 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:388 -#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../godmode/extensions.php:144 +#: ../../godmode/servers/servers.build_table.php:67 msgid "Version" msgstr "Versión" @@ -3805,205 +7624,103 @@ msgstr "SNMP walk" msgid "Use this OID" msgstr "Usar esta OID" -#: ../../extensions/resource_exportation.php:53 -#: ../../extensions/resource_exportation.php:338 -msgid "Resource exportation" -msgstr "Exportación de recursos" +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "Extensión no instalada" -#: ../../extensions/resource_exportation.php:341 -msgid "" -"This extension makes exportation of resource template more easy. Here you " -"can export as a resource template in Pandora FMS 3.x format (.ptr). " -msgstr "" -"Esta extensión hace la exportación de plantillas de recursos más sencillo. " -"Desde aquí puedes exportar como plantillas de recursos en el formato de " -"Pandora FMS 3.x (.ptr). " +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +msgid "Administration view" +msgstr "Vista de administración" -#: ../../extensions/resource_exportation.php:352 -#: ../../enterprise/dashboard/widgets/reports.php:27 -#: ../../enterprise/dashboard/widgets/reports.php:43 -#: ../../enterprise/extensions/cron/functions.php:452 -#: ../../enterprise/extensions/cron/main.php:225 -#: ../../enterprise/extensions/cron/main.php:267 -#: ../../enterprise/extensions/cron/main.php:281 -msgid "Report" -msgstr "Informe" +#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 +msgid "Operation view" +msgstr "Vista de operación" -#: ../../extensions/resource_exportation.php:354 -#: ../../extensions/resource_exportation.php:357 -#: ../../operation/agentes/exportdata.php:341 -#: ../../enterprise/extensions/resource_exportation/functions.php:20 -msgid "Export" -msgstr "Exportar" +#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 +msgid "Files repository manager" +msgstr "Manejo de repositorio de archivos" -#: ../../extensions/resource_exportation.php:355 -#: ../../godmode/users/configure_user.php:562 ../../operation/menu.php:128 -#: ../../operation/users/user_edit.php:277 -#: ../../enterprise/meta/screens/screens.visualmap.php:216 -#: ../../enterprise/meta/screens/screens.visualmap.php:220 -msgid "Visual console" -msgstr "Consola visual" +#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190 +#: ../../include/functions.php:2193 +msgid "The file exceeds the maximum size" +msgstr "El fichero excede el tamaño máximo" -#: ../../extensions/resource_registration.php:40 -#, php-format -msgid "Success add '%s' item in report '%s'." -msgstr "Éxito al añadir el objeto '%s' al informe '%s'." +#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 +msgid "Files repository" +msgstr "Repositorio" -#: ../../extensions/resource_registration.php:41 -#, php-format -msgid "Error create '%s' item in report '%s'." -msgstr "Error al añadir el objeto '%s' al informe '%s'." +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "Agentes/Alertas" -#: ../../extensions/resource_registration.php:68 -#, php-format -msgid "Error create '%s' report, the name exist and there aren't free name." -msgstr "" -"Error al crear el informe '%s'. El nombre ya existe y no hay nombres " -"disponibles." +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "No existen agentes con alertas" -#: ../../extensions/resource_registration.php:75 -#, php-format -msgid "" -"Warning create '%s' report, the name exist, the report have a name %s." -msgstr "" -"Advertencia al crear el informe '%s'. El nombre ya existe y el informe tiene " -"el nombre %s." +#: ../../extensions/agents_alerts.php:177 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +#: ../../godmode/massive/massive_add_action_alerts.php:163 +#: ../../godmode/massive/massive_delete_action_alerts.php:167 +msgid "Alert templates" +msgstr "Plantillas de alertas" -#: ../../extensions/resource_registration.php:82 -msgid "Error the report haven't name." -msgstr "Error. El informe no tiene un nombre." +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "Plantillas anteriores" -#: ../../extensions/resource_registration.php:88 -msgid "Error the report haven't group." -msgstr "Error. El informe no tiene un grupo asignado." +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "Más plantillas" -#: ../../extensions/resource_registration.php:98 -#, php-format -msgid "Success create '%s' report." -msgstr "Éxito al crear el informe '%s'." +#: ../../extensions/agents_alerts.php:324 +#: ../../mobile/operation/alerts.php:253 ../../include/functions_ui.php:921 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../godmode/alerts/alert_list.list.php:642 +msgid "times" +msgstr "veces" -#: ../../extensions/resource_registration.php:99 -#, php-format -msgid "Error create '%s' report." -msgstr "Error al crear el informe '%s'-" +#: ../../extensions/agents_alerts.php:328 +#: ../../mobile/operation/alerts.php:257 ../../include/functions_ui.php:925 +#: ../../include/functions_reporting.php:7972 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../godmode/alerts/alert_list.list.php:646 +msgid "Alert disabled" +msgstr "Alerta desactivada" -#: ../../extensions/resource_registration.php:327 -#: ../../extensions/resource_registration.php:348 -#: ../../extensions/resource_registration.php:358 -#, php-format -msgid "Success add '%s' content." -msgstr "Éxito al añadir el contenido '%s'." +#: ../../extensions/agents_alerts.php:348 +msgid "Agents/Alerts view" +msgstr "Vista de Agentes/Alertas" -#: ../../extensions/resource_registration.php:328 -#: ../../extensions/resource_registration.php:349 -#: ../../extensions/resource_registration.php:359 -#: ../../enterprise/extensions/resource_registration/functions.php:516 -#, php-format -msgid "Error add '%s' action." -msgstr "Error al añadir la acción '%s'." +#: ../../extensions/extension_uploader.php:28 +msgid "Uploader extension" +msgstr "Extensión de subidas" -#: ../../extensions/resource_registration.php:335 -#, php-format -msgid "Success add '%s' SLA." -msgstr "Éxito al añadir el SLA '%s'." +#: ../../extensions/extension_uploader.php:64 +msgid "Success to upload extension" +msgstr "Extensión subida con éxito" -#: ../../extensions/resource_registration.php:336 -#, php-format -msgid "Error add '%s' SLA." -msgstr "Error al añadir el SLA '%s'." +#: ../../extensions/extension_uploader.php:65 +msgid "Fail to upload extension" +msgstr "Fallo al subir extensión" -#: ../../extensions/resource_registration.php:377 -#, php-format -msgid "Error create '%s' visual map, lost tag name." -msgstr "Error al crear el mapa visual '%s'. Falta el nombre de la etiqueta." +#: ../../extensions/extension_uploader.php:73 +msgid "Upload extension" +msgstr "Subir extensión" -#: ../../extensions/resource_registration.php:413 -#, php-format -msgid "" -"Error create '%s' visual map, the name exist and there aren't free name." -msgstr "" -"Error al crear el mapa visual '%s'. El nombre ya existe y no hay nombres " -"disponibles." +#: ../../extensions/extension_uploader.php:75 +msgid "Upload the extension as a zip file." +msgstr "Subir la extensión como un archivo zip" -#: ../../extensions/resource_registration.php:420 -#, php-format -msgid "" -"Warning create '%s' visual map, the name exist, the report have a name %s." -msgstr "" -"Advertencia al crear el mapa visual '%s'. El nombre ya existe y el informe " -"tiene el nombre %s." +#: ../../extensions/extension_uploader.php:77 +msgid "Upload enterprise extension" +msgstr "Actualizar extensión Enterprise" -#: ../../extensions/resource_registration.php:428 -#, php-format -msgid "Success create '%s' visual map." -msgstr "Éxito al crear el mapa visual '%s'." - -#: ../../extensions/resource_registration.php:429 -#, php-format -msgid "Error create '%s' visual map." -msgstr "Error al crear el mapa visual '%s'." - -#: ../../extensions/resource_registration.php:535 -#, php-format -msgid "Success create item type '%d' visual map." -msgstr "Éxito al crear el objeto de tipo '%d' del mapa visual." - -#: ../../extensions/resource_registration.php:536 -#, php-format -msgid "Error create item type '%d' visual map." -msgstr "Error al crear el tipo de objeto '%d' del mapa visual." - -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 -#, php-format -msgid "Success create item for agent '%s' visual map." -msgstr "Éxito al crear el objeto de agente '%s' del mapa visual." - -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 -#, php-format -msgid "Error create item for agent '%s' visual map." -msgstr "Error al crear el objeto de agente '%s' del mapa visual." - -#: ../../extensions/resource_registration.php:792 -#, php-format -msgid "Success create '%s' component." -msgstr "Creado componente '%s' satisfactoriamente" - -#: ../../extensions/resource_registration.php:793 -#, php-format -msgid "Error create '%s' component." -msgstr "Hubo un problema al crear el componente '%s'" - -#: ../../extensions/resource_registration.php:849 -#: ../../extensions/resource_registration.php:889 -msgid "Resource registration" -msgstr "Registro del recurso" - -#: ../../extensions/resource_registration.php:852 -#: ../../enterprise/include/functions_policies.php:4090 -msgid "Error, please install the PHP libXML in the system." -msgstr "Error, por favor, installe la libreria PHP LibXML en el sistema." - -#: ../../extensions/resource_registration.php:858 -#, php-format -msgid "" -"This extension makes registration of resource template more easy. Here you " -"can upload a resource template in Pandora FMS 3.x format (.ptr). Please " -"refer to documentation on how to obtain and use Pandora FMS resources. " -"

                You can get more resurces in our Public Resource " -"Library" -msgstr "" -"Esta extensión hace el registro de una plantilla de recursos de forma fácil. " -"Puede subir una plantilla de recursos en el formato (.PTR), de Pandora FMS. " -"Por favor, consulte la documentación sobre como obtener y usar los recursos " -"de plantilla de Pandora FMS

                Puede obtener más recursos en nuestra Libreria Pública de recursos." - -#: ../../extensions/resource_registration.php:872 -#: ../../enterprise/include/functions_policies.php:4106 -msgid "Group filter: " -msgstr "Filtrado por grupos: " +#: ../../extensions/extension_uploader.php:90 +msgid "Extension uploader" +msgstr "Cargador de extensiones" #: ../../extensions/system_info.php:179 msgid "Cannot read file" @@ -4052,15 +7769,11 @@ msgid "Number lines of log" msgstr "Número de líneas de log" #: ../../extensions/system_info.php:476 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 msgid "Created" msgstr "Creado" #: ../../extensions/system_info.php:481 ../../extensions/system_info.php:527 #: ../../godmode/events/event_responses.editor.php:93 -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -#: ../../enterprise/extensions/ipam/ipam_list.php:161 -#: ../../enterprise/extensions/ipam/ipam_network.php:140 msgid "Location" msgstr "Ubicación" @@ -4068,61 +7781,613 @@ msgstr "Ubicación" msgid "Generate file" msgstr "Generar archivo" -#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 -#: ../../godmode/massive/massive_copy_modules.php:164 -#: ../../operation/reporting/reporting_viewer.php:234 -#: ../../enterprise/godmode/policies/policy_modules.php:1309 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:246 -#: ../../enterprise/operation/log/log_viewer.php:252 -msgid "Loading" -msgstr "Cargando" - -#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 -#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:813 -#: ../../godmode/massive/massive_edit_plugins.php:814 -#: ../../include/ajax/double_auth.ajax.php:250 -#: ../../include/ajax/double_auth.ajax.php:347 -#: ../../include/ajax/double_auth.ajax.php:392 -#: ../../include/ajax/double_auth.ajax.php:507 -#: ../../include/functions.php:1043 ../../include/functions_ui.php:228 -#: ../../include/functions_events.php:1176 -#: ../../include/functions_events.php:1422 -#: ../../operation/users/user_edit.php:697 -#: ../../operation/users/user_edit.php:762 -#: ../../enterprise/dashboard/main_dashboard.php:363 -#: ../../enterprise/dashboard/main_dashboard.php:443 -#: ../../enterprise/include/functions_login.php:99 -#: ../../enterprise/meta/include/functions_ui_meta.php:779 -msgid "Error" -msgstr "Error" - #: ../../extensions/system_info.php:548 msgid "At least one option must be selected" msgstr "Se debe seleccionar al menos una opción" -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:123 -msgid "Users connected" -msgstr "Usuarios conectados" +#: ../../index.php:241 ../../mobile/include/user.class.php:171 +#: ../../include/ajax/double_auth.ajax.php:489 +msgid "Invalid code" +msgstr "Código inválido" -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "No hay otros usuarios conectados" +#: ../../index.php:252 +msgid "The code shouldn't be empty" +msgstr "El código no debería estar vacío" -#: ../../extras/pandora_diag.php:90 -msgid "Pandora FMS Diagnostic tool" -msgstr "Herramienta de diagnóstico de Pandora FMS" +#: ../../index.php:264 +msgid "Expired login" +msgstr "Inicio de sesión caducado" -#: ../../extras/pandora_diag.php:93 -msgid "Item" -msgstr "Elemento" +#: ../../index.php:272 ../../index.php:278 +msgid "Login error" +msgstr "Error de conexión" -#: ../../extras/pandora_diag.php:94 -msgid "Data value" -msgstr "valor de los datos" +#: ../../index.php:548 +msgid "User doesn\\'t exist." +msgstr "El usuario no existe" + +#: ../../index.php:564 +msgid "User only can use the API." +msgstr "El usuario solo puede usar la API" + +#: ../../index.php:794 +msgid "Sorry! I can't find the page!" +msgstr "No se puede encontrar la página." + +#: ../../mobile/operation/home.php:78 +#: ../../include/functions_visual_map.php:2744 +#: ../../include/functions_visual_map_editor.php:251 +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +msgid "Module graph" +msgstr "Gráfico de módulo" + +#: ../../mobile/operation/home.php:118 ../../mobile/include/user.class.php:286 +#: ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/functions_web.php:33 ../../general/header.php:289 +msgid "Logout" +msgstr "Salir" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "Inicio" + +#: ../../mobile/operation/networkmaps.php:99 +#: ../../mobile/operation/networkmap.php:78 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/tactical.php:71 ../../mobile/operation/groups.php:53 +#: ../../mobile/operation/alerts.php:141 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/events.php:430 +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/agent.php:66 ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/modules.php:173 ../../mobile/index.php:240 +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +msgid "You don't have access to this page" +msgstr "No tiene permiso para acceder a esta página" + +#: ../../mobile/operation/networkmaps.php:100 +#: ../../mobile/operation/networkmap.php:79 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/tactical.php:72 ../../mobile/operation/groups.php:54 +#: ../../mobile/operation/alerts.php:142 ../../mobile/operation/agents.php:146 +#: ../../mobile/operation/events.php:431 +#: ../../mobile/operation/module_graph.php:271 +#: ../../mobile/operation/agent.php:67 ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/modules.php:174 ../../mobile/index.php:241 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

                Please know that all " +"attempts to access this page are recorded in security logs of Pandora System " +"Database" +msgstr "" +"El acceso a esta página está restringido a usuarios autorizados, contacte " +"con el administrador del sistema si necesita asistencia.

                Todos los " +"intentos de acceso a esta página son grabados en los registros de seguridad " +"de Pandora FMS." + +#: ../../mobile/operation/networkmaps.php:112 +msgid "Networkmaps" +msgstr "Mapas de red" + +#: ../../mobile/operation/networkmaps.php:116 +#: ../../mobile/operation/networkmap.php:98 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/tactical.php:88 ../../mobile/operation/groups.php:69 +#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/agents.php:162 +#: ../../mobile/operation/events.php:568 +#: ../../mobile/operation/module_graph.php:368 +#: ../../mobile/operation/module_graph.php:377 +#: ../../mobile/operation/agent.php:108 +#: ../../mobile/operation/visualmap.php:103 +#: ../../mobile/operation/modules.php:190 +msgid "Back" +msgstr "Atrás" + +#: ../../mobile/operation/networkmaps.php:120 +#, php-format +msgid "Filter Networkmaps by %s" +msgstr "Filtrar mapas de red por %s" + +#: ../../mobile/operation/networkmaps.php:150 +#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/events.php:659 +#: ../../mobile/operation/modules.php:261 +msgid "Apply Filter" +msgstr "Aplicar el filtro" + +#: ../../mobile/operation/networkmaps.php:202 +#: ../../mobile/operation/networkmap.php:164 +msgid "No networkmaps" +msgstr "No hay mapas de red" + +#: ../../mobile/operation/networkmaps.php:216 +#: ../../mobile/operation/alerts.php:306 ../../mobile/operation/agents.php:460 +#: ../../mobile/operation/events.php:1070 +#: ../../mobile/operation/modules.php:786 +msgid "(Default)" +msgstr "Por defecto" + +#: ../../mobile/operation/networkmaps.php:222 +#: ../../mobile/operation/alerts.php:316 ../../mobile/operation/agents.php:466 +#: ../../mobile/operation/events.php:1096 +#: ../../mobile/operation/modules.php:793 +#, php-format +msgid "Group: %s" +msgstr "Grupo: %s" + +#: ../../mobile/operation/networkmaps.php:229 +#: ../../mobile/operation/events.php:1108 +#, php-format +msgid "Type: %s" +msgstr "Tipo: %s" + +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 +msgid "Map could not be generated" +msgstr "El mapa no pudo ser generado" + +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" +msgstr "Consola visual" + +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" +msgstr "No hay mapas definidos" + +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "Última actividad" + +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/agents.php:381 ../../mobile/operation/events.php:797 +#: ../../mobile/operation/module_graph.php:467 +#: ../../mobile/operation/agent.php:305 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/modules.php:706 +#: ../../godmode/reporting/visual_console_builder.wizard.php:377 +msgid "Loading..." +msgstr "Cargando…" + +#: ../../mobile/operation/groups.php:129 +#: ../../include/functions_reporting_html.php:3422 +msgid "Agents not init" +msgstr "Agentes no inicializados" + +#: ../../mobile/operation/groups.php:133 +#: ../../include/functions_reporting_html.php:3404 +msgid "Agents critical" +msgstr "Agentes críticos" + +#: ../../mobile/operation/groups.php:137 +#: ../../include/functions_groups.php:794 +#: ../../include/functions_groups.php:796 +#: ../../include/functions_groups.php:798 +#: ../../include/functions_groups.php:799 +#: ../../include/functions_groups.php:800 +#: ../../include/functions_reporting_html.php:3416 +msgid "Agents unknown" +msgstr "agentes desconocidos" + +#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 +#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 +#: ../../godmode/alerts/alert_view.php:106 +msgid "Stand by" +msgstr "En espera" + +#: ../../mobile/operation/alerts.php:162 +#, php-format +msgid "Filter Alerts by %s" +msgstr "Filtros de alertas por %s" + +#: ../../mobile/operation/alerts.php:272 +msgid "Last Fired" +msgstr "Último/a lanzado/a" + +#: ../../mobile/operation/alerts.php:282 +msgid "No alerts" +msgstr "Sin alertas" + +#: ../../mobile/operation/alerts.php:312 +#, php-format +msgid "Standby: %s" +msgstr "Standby: %s" + +#: ../../mobile/operation/alerts.php:320 ../../mobile/operation/agents.php:470 +#: ../../mobile/operation/events.php:1112 +#: ../../mobile/operation/modules.php:805 +#, php-format +msgid "Status: %s" +msgstr "Estado: %s" + +#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:474 +#: ../../mobile/operation/modules.php:809 +#, php-format +msgid "Free Search: %s" +msgstr "Búsqueda libre: %s" + +#: ../../mobile/operation/agents.php:166 +#, php-format +msgid "Filter Agents by %s" +msgstr "Filtros de agentes por %s" + +#: ../../mobile/operation/agents.php:324 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +msgid "A." +msgstr "A." + +#: ../../mobile/operation/agents.php:370 +msgid "No agents" +msgstr "Sin agentes" + +#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 +#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 +msgid "Preset Filters" +msgstr "Fijar los filtros" + +#: ../../mobile/operation/events.php:443 +msgid "ERROR: Event detail" +msgstr "ERROR: Detalles del evento" + +#: ../../mobile/operation/events.php:445 +msgid "Error connecting to DB pandora." +msgstr "Error al conectar a la base de datos de Pandora" + +#: ../../mobile/operation/events.php:458 +msgid "Event detail" +msgstr "Detalles del evento" + +#: ../../mobile/operation/events.php:497 +#: ../../include/functions_events.php:2421 +msgid "Acknowledged by" +msgstr "Admitido por" + +#: ../../mobile/operation/events.php:506 +#: ../../include/functions_visual_map_editor.php:606 +#: ../../godmode/reporting/visual_console_builder.elements.php:153 +msgid "Module Graph" +msgstr "Gráfica de módulo" + +#: ../../mobile/operation/events.php:541 +msgid "Sucessful validate" +msgstr "Validación correcta" + +#: ../../mobile/operation/events.php:543 +msgid "Fail validate" +msgstr "Validación fallida" + +#: ../../mobile/operation/events.php:575 +#, php-format +msgid "Filter Events by %s" +msgstr "Filtrar eventos por %s" + +#: ../../mobile/operation/events.php:1076 +#, php-format +msgid "Filter: %s" +msgstr "Filtro: %s" + +#: ../../mobile/operation/events.php:1089 +#, php-format +msgid "Severity: %s" +msgstr "Severidad: %s" + +#: ../../mobile/operation/events.php:1116 +#, php-format +msgid "Free search: %s" +msgstr "Búsqueda libre: %s" + +#: ../../mobile/operation/events.php:1120 +#, php-format +msgid "Hours: %s" +msgstr "Horas: %s" + +#: ../../mobile/operation/module_graph.php:364 +#: ../../mobile/operation/module_graph.php:373 +#, php-format +msgid "PandoraFMS: %s" +msgstr "PandoraFMS: %s" + +#: ../../mobile/operation/module_graph.php:387 +#, php-format +msgid "Options for %s : %s" +msgstr "Opciones para %s: %s" + +#: ../../mobile/operation/module_graph.php:394 +msgid "Show Alerts" +msgstr "Mostrar alertas" + +#: ../../mobile/operation/module_graph.php:402 +msgid "Show Events" +msgstr "Mostrar eventos" + +#: ../../mobile/operation/module_graph.php:434 +msgid "Avg Only" +msgstr "Solo promedio" + +#: ../../mobile/operation/module_graph.php:439 +msgid "Time range (hours)" +msgstr "Rango de tiempo (horas)" + +#: ../../mobile/operation/module_graph.php:459 +msgid "Update graph" +msgstr "Actualizar gráfica" + +#: ../../mobile/operation/module_graph.php:468 +msgid "Error get the graph" +msgstr "Error al obtener gráfica" + +#: ../../mobile/operation/agent.php:112 +msgid "PandoraFMS: Agents" +msgstr "PandoraFMS: Agentes" + +#: ../../mobile/operation/agent.php:118 +msgid "No agent found" +msgstr "No se han encontrado agentes" + +#: ../../mobile/operation/agent.php:200 +msgid "Modules by status" +msgstr "Módulos por estado" + +#: ../../mobile/operation/agent.php:269 +#, php-format +msgid "Last %s Events" +msgstr "Últimos %s Eventos" + +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "Filtrar Módulos por %s" + +#: ../../mobile/operation/modules.php:543 +msgid "Interval." +msgstr "Intervalo" + +#: ../../mobile/operation/modules.php:549 +msgid "Last update." +msgstr "Última actualización" + +#: ../../mobile/operation/modules.php:668 +#: ../../godmode/agentes/agent_template.php:263 +msgid "No modules" +msgstr "Sin módulos" + +#: ../../mobile/operation/modules.php:801 +#, php-format +msgid "Module group: %s" +msgstr "Grupos de módulos: %s" + +#: ../../mobile/operation/modules.php:814 +#, php-format +msgid "Tag: %s" +msgstr "Etiqueta: %s" + +#: ../../mobile/include/user.class.php:152 +#: ../../mobile/include/user.class.php:170 +#: ../../mobile/include/user.class.php:177 +msgid "Double authentication failed" +msgstr "Fallo en la doble autenticación" + +#: ../../mobile/include/user.class.php:153 +msgid "Secret code not found" +msgstr "Código secreto no encontrado" + +#: ../../mobile/include/user.class.php:154 +msgid "Please contact the administrator to reset your double authentication" +msgstr "" +"Por favor contacte el administrador para restablecer la doble autenticación" + +#: ../../mobile/include/user.class.php:178 +msgid "There was an error checking the code" +msgstr "Hubo un error verificando el código" + +#: ../../mobile/include/user.class.php:211 +msgid "Login Failed" +msgstr "Indentificación fallida" + +#: ../../mobile/include/user.class.php:212 +msgid "User not found in database or incorrect password." +msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" + +#: ../../mobile/include/user.class.php:220 +msgid "Login out" +msgstr "Cerrar sesión" + +#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:176 +msgid "" +"Your session is over. Please close your browser window to close this Pandora " +"session." +msgstr "" +"Su sesión ha caducado. Cierre la ventana de su navegador web para cerrar " +"esta sesión de Pandora FMS." + +#: ../../mobile/include/user.class.php:244 +msgid "user" +msgstr "Usuario" + +#: ../../mobile/include/user.class.php:251 +msgid "password" +msgstr "contraseña" + +#: ../../mobile/include/user.class.php:256 ../../general/login_page.php:168 +msgid "Login" +msgstr "Iniciar sesión" + +#: ../../mobile/include/user.class.php:301 +#: ../../mobile/include/user.class.php:302 ../../general/login_page.php:186 +msgid "Authenticator code" +msgstr "Código de autenticación" + +#: ../../mobile/include/user.class.php:306 ../../general/login_page.php:192 +msgid "Check code" +msgstr "Código de verificación" + +#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 +msgid "Pandora FMS mobile" +msgstr "Pandora FMS móvil" + +#: ../../mobile/include/ui.class.php:257 +#: ../../mobile/include/functions_web.php:81 +#, php-format +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Revisión %s" + +#: ../../mobile/include/ui.class.php:258 +#: ../../mobile/include/functions_web.php:82 +msgid "Generated at" +msgstr "Generado el" + +#: ../../mobile/include/ui.class.php:630 +msgid "Not found header." +msgstr "Encabezado no encontrado" + +#: ../../mobile/include/ui.class.php:633 +msgid "Not found content." +msgstr "Contenido no encontrado" + +#: ../../mobile/include/ui.class.php:636 +msgid "Not found footer." +msgstr "Pie de página no encontrado" + +#: ../../mobile/include/ui.class.php:639 +msgid "Incorrect form." +msgstr "Forma incorrecta" + +#: ../../mobile/include/ui.class.php:642 +msgid "Incorrect grid." +msgstr "Matriz incorrecta" + +#: ../../mobile/include/ui.class.php:645 +msgid "Incorrect collapsible." +msgstr "Plegable incorrecto" + +#: ../../mobile/include/functions_web.php:23 +#: ../../include/functions_reporting_html.php:3025 +#: ../../include/functions_reporting_html.php:3165 +msgid "Monitor" +msgstr "Monitor" + +#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:201 +#: ../../godmode/reporting/visual_console_builder.wizard.php:246 +msgid "Servers" +msgstr "Servidores" + +#: ../../general/logon_failed.php:33 +msgid "" +"Either, your password or your login are incorrect. Please check your CAPS " +"LOCK key, username and password are case SeNSiTiVe.

                All actions, " +"included failed login attempts are logged in Pandora FMS System logs, and " +"these can be reviewed by each user, please report to admin any incident or " +"malfunction." +msgstr "" +"La combinación usuario/contraseña es incorrecta. Verifique que no está " +"habilitado el Bloqueo de mayúsculas, los campos distinguen entre mayúsculas " +"y minúsculas.

                Todas las acciones, incluidos los intentos fallidos de " +"acceso son guardados en el sistema de registro de sucesos de Pandora y " +"pueden ser revisados por cada usuario. Comunique al administrador cualquier " +"incidente o fallo." + +#: ../../general/footer.php:35 +#, php-format +msgid "Pandora FMS %s - Build %s - MR %s" +msgstr "Pandora FMS %s - Build %s - MR %s" + +#: ../../general/footer.php:38 +msgid "Page generated at" +msgstr "Página generada en" + +#: ../../general/footer.php:39 +msgid "® Ártica ST" +msgstr "Ártica ST" + +#: ../../general/ui/agents_list.php:127 +msgid "No agents found" +msgstr "No se encontró ningún agente" + +#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 +#: ../../general/pandora_help.php:95 +msgid "Pandora FMS help system" +msgstr "Sistema de ayuda de Pandora FMS" + +#: ../../general/pandora_help.php:73 +msgid "Help system error" +msgstr "Error del sistema de ayuda" + +#: ../../general/pandora_help.php:78 +msgid "" +"Pandora FMS help system has been called with a help reference that currently " +"don't exist. There is no help content to show." +msgstr "" +"El sistema de ayuda de Pandora FMS ha sido invocado con una referencia que " +"no existe actualmente. No hay contenido que mostrar." + +#: ../../general/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "Los espacios serán usados para una condicion \"AND\"" + +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "Introduzca palabras clave para buscar" + +#: ../../general/header.php:114 ../../general/header.php:122 +msgid "All systems" +msgstr "Todos los sistemas" + +#: ../../general/header.php:114 +msgid "Down" +msgstr "Caído(s)" + +#: ../../general/header.php:118 +msgid "servers down" +msgstr "servidor(es) caído(s)" + +#: ../../general/header.php:122 +msgid "Ready" +msgstr "Listos" + +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "Código QR de la página" + +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "Asistente de Pandora FMS" + +#: ../../general/header.php:195 +msgid "Configure autorefresh" +msgstr "Configurar autorresfresco" + +#: ../../general/header.php:222 +msgid "Disabled autorefresh" +msgstr "Autorrefresco deshabilitado" + +#: ../../general/header.php:248 +msgid "System alerts detected - Please fix as soon as possible" +msgstr "Alertas del sistema detectadas - Por favor corregir lo antes posible" + +#: ../../general/header.php:263 +#, php-format +msgid "You have %d warning(s)" +msgstr "Tiene %d advertencia(s)" + +#: ../../general/header.php:274 +msgid "There are not warnings" +msgstr "No hay advertencias" + +#: ../../general/header.php:283 +msgid "Main help" +msgstr "Ayuda general" + +#: ../../general/header.php:305 +msgid "New chat message" +msgstr "Nuevo mensaje del chat" + +#: ../../general/header.php:314 +msgid "Message overview" +msgstr "Vista general de mensajes" + +#: ../../general/header.php:315 +#, php-format +msgid "You have %d unread message(s)" +msgstr "Tiene %d mensaje(s) sin leer" #: ../../general/alert_enterprise.php:96 msgid "" @@ -4380,19 +8645,367 @@ msgstr "" "correlación de alertas de eventos para simplificar el sistema de alertas y " "poder manejarlo de forma sencilla y aumentar el rendimiento." +#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:318 +msgid "Pandora FMS Overview" +msgstr "Vista general de Pandora FMS" + +#: ../../general/logon_ok.php:181 ../../general/logon_ok.php:380 +msgid "News board" +msgstr "Noticias globales" + +#: ../../general/logon_ok.php:186 ../../general/logon_ok.php:385 +msgid "ago" +msgstr "hace" + +#: ../../general/logon_ok.php:193 ../../general/logon_ok.php:392 +msgid "by" +msgstr "por" + +#: ../../general/logon_ok.php:229 ../../general/logon_ok.php:426 +msgid "This is your last activity in Pandora FMS console" +msgstr "Ésta es su última actividad en la consola de Pandora FMS" + +#: ../../general/login_page.php:35 +msgid "Go to Pandora FMS Website" +msgstr "Ir a la Web de Pandora FMS" + +#: ../../general/login_page.php:40 +msgid "Go to Login" +msgstr "Ir a la pantalla de inicio" + +#: ../../general/login_page.php:82 +msgid "Docs" +msgstr "Documentos" + +#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 +msgid "Support" +msgstr "Soporte" + +#: ../../general/login_page.php:145 +msgid "Login as admin" +msgstr "Entrar como administrador" + +#: ../../general/login_page.php:152 +msgid "Login with SAML" +msgstr "Entrar con SAML" + +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "Desconectado" + +#: ../../general/login_page.php:200 +msgid "View details" +msgstr "Ver detalles" + +#: ../../general/login_page.php:224 +msgid "Build" +msgstr "Construcción" + +#: ../../general/login_page.php:237 +msgid "Login failed" +msgstr "Falló el inicio de sesión" + +#: ../../general/login_page.php:261 +msgid "" +"Pandora FMS frontend is built on advanced, modern technologies and does not " +"support old browsers." +msgstr "" +"El interfaz Pandora FMS se basa en tecnologías avanzadas y modernas, y no " +"soporta los navegadores antiguos." + +#: ../../general/login_page.php:262 +msgid "" +"It is highly recommended that you choose and install a modern browser. It is " +"free of charge and only takes a couple of minutes." +msgstr "" +"Le recomendamos que elija e instale un navegador moderno. Sólo tardará unos " +"minutos." + +#: ../../general/login_page.php:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "¿Por qué le recomendamos que actualice su navegador?" + +#: ../../general/login_page.php:330 +msgid "" +"New browsers usually come with support for new technologies, increasing web " +"page speed, better privacy settings and so on. They also resolve security " +"and functional issues." +msgstr "" +"Los nuevos navegadores normalmente vienen con soporte para nuevas " +"tecnologías, aumentando la velocidad de las páginas web, mejores " +"herramientas de privacidad, etc. También resuelven temas de seguridad y " +"funcionalidad." + +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "Continúe a pesar de esta advertencia" + +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "El acceso a esta página es restringido" + +#: ../../general/noaccess2.php:31 +msgid "No access" +msgstr "Acceso denegado" + +#: ../../general/noaccess2.php:36 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

                \n" +"\t\t\tPlease know that all attempts to access this page are recorded in " +"security logs of Pandora System Database" +msgstr "" +"El acceso a esta página está restringido a usuarios autorizados solamente, " +"por favor póngase en contacto con el administrador del sistema si necesita " +"ayuda.

                \n" +"\t\t\tPor favor, sepa que todos los intentos de acceso a esta página son " +"guardados en los registros de seguridad de la base de datos de Sistema de " +"Pandora" + +#: ../../general/login_required.php:69 +#: ../../general/login_identification_wizard.php:180 +msgid "Pandora FMS instance identification wizard" +msgstr "Asistente de identificación de PandoraFMS" + +#: ../../general/login_required.php:72 +msgid "" +"Please fill the following information in order to configure your Pandora FMS " +"instance successfully" +msgstr "" +"Por favor rellena la siguiente información para configurar tu cuenta de " +"Pandora FMS con éxito" + +#: ../../general/login_required.php:86 ../../include/functions_config.php:129 +#: ../../godmode/setup/setup_general.php:52 +msgid "Language code for Pandora" +msgstr "Código de idioma para Pandora FMS" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Africa" +msgstr "África" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "America" +msgstr "América" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Antarctica" +msgstr "La Antártida" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Arctic" +msgstr "Ártico" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Asia" +msgstr "Asia" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Atlantic" +msgstr "Atlántico" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Australia" +msgstr "Australia" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Europe" +msgstr "Europa" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Indian" +msgstr "Índico" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "Pacific" +msgstr "Pacífico" + +#: ../../general/login_required.php:91 +#: ../../godmode/setup/setup_general.php:115 +msgid "UTC" +msgstr "UTC" + +#: ../../general/login_required.php:111 ../../include/functions_config.php:166 +#: ../../godmode/setup/setup_general.php:135 +msgid "Timezone setup" +msgstr "Zona horaria" + +#: ../../general/login_required.php:112 +#: ../../godmode/setup/setup_general.php:136 +msgid "" +"Must have the same time zone as the system or database to avoid mismatches " +"of time." +msgstr "" +"Debe tener las mismas zonas horarias que el sistema o la base de datos para " +"evitar desajustes de tiempo" + +#: ../../general/login_required.php:116 +msgid "E-mail for receiving alerts" +msgstr "E-mail para la recepción de alertas" + +#: ../../general/login_required.php:124 +msgid "Register" +msgstr "Registrar" + +#: ../../general/login_required.php:127 +#: ../../include/functions_visual_map_editor.php:461 +#: ../../include/functions_visual_map_editor.php:469 +#: ../../godmode/setup/snmp_wizard.php:109 +msgid "Cancel" +msgstr "Cancelar" + +#: ../../general/login_required.php:130 +msgid "All fields required" +msgstr "Todos los campos requeridos" + +#: ../../general/login_help_dialog.php:39 +msgid "Welcome to Pandora FMS" +msgstr "Bienvenido a Pandora FMS" + +#: ../../general/login_help_dialog.php:42 +msgid "" +"If this is your first time with Pandora FMS, we propose you a few links to " +"learn more about Pandora FMS. Monitoring could be overwhelm, but take your " +"time to learn how to use the power of Pandora FMS!" +msgstr "" +"Si esta es tu primera vez con Pandora FMS, te proponemos unos enlaces para " +"aprender más sobre Pandora FMS. Monitorizar puede ser abrumador, pero tómate " +"tu tiempo para aprender como usar el potencial de Pandora FMS!" + +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" +msgstr "Ayuda en línea" + +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" +msgstr "Versión Enterprise" + +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "Foros" + +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" +msgstr "Documentación" + +#: ../../general/login_help_dialog.php:86 +msgid "Click here to don't show again this message" +msgstr "Pinche aquí para no volver a ver este mensaje" + +#: ../../general/firts_task/recon_view.php:21 +msgid "There are no recon task defined yet." +msgstr "No hay tarea definida recon todavía." + +#: ../../general/firts_task/recon_view.php:25 +#: ../../include/functions_servers.php:378 +#: ../../godmode/servers/manage_recontask_form.php:222 +msgid "Recon server" +msgstr "Servidor de exploración de red" + +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" +msgstr "Crear tarea de descubrimiento" + +#: ../../general/firts_task/recon_view.php:29 +msgid "" +"The Recon Task definition of Pandora FMS is used to find new elements in the " +"network. \n" +"\t\tIf it detects any item, it will add that item to the monitoring, and if " +"that item it is already being monitored, then it will \n" +"\t\tignore it or will update its information.There are three types of " +"detection: Based on ICMP (pings), \n" +"\t\tSNMP (detecting the topology of networks " +"and their interfaces), and other customized " +"\n" +"\t\ttype. You can define your own customized recon script." +msgstr "" +"La definición de la Tarea Recon de Pandora FMS es usada para encontrar " +"nuevos elementos en el mapa de red. \n" +"\t\t Si detecta algún elemento, lo añadirá a la monitorización, y si el " +"elemento ya estaba siendo monitorizado, entonces lo \n" +"\t\t ignorará o actualizará su información. Hay tres tipos de detección: " +"Basado en ICMP (pings), \n" +"\t\t SNMP (detectando la topología de las " +"redes y sus interfaces), y otro tipo personalizado. " +"\n" +"\t\t Puede definir su propio script recon personalizado." + +#: ../../general/firts_task/transactional_list.php:23 +msgid "There are no transactions defined yet." +msgstr "No hay transacciones definidas por el momento" + +#: ../../general/firts_task/transactional_list.php:30 +msgid "Transactions" +msgstr "Transacciones" + +#: ../../general/firts_task/transactional_list.php:33 +#: ../../general/firts_task/transactional_list.php:38 +msgid "Create Transactions" +msgstr "Crear transacciones" + +#: ../../general/firts_task/transactional_list.php:34 +msgid "" +"The new transactional server allows you to execute tasks dependent on the " +"others following a user-defined design. This means that it is possible to " +"coordinate several executions to check a target at a given time.\n" +"\n" +"Transaction graphs represent the different processes within our " +"infrastructure that we use to deliver our service." +msgstr "" +"El nuevo servidor transaccional le permite ejecutar tareas dependientes de " +"las demás siguiendo un diseño definido por el usuario. Esto significa que es " +"posible coordinar varias ejecuciones para comprobar un objetivo en un " +"momento dado.\n" +"\n" +"Las gráficas de transacción representan los diferentes procesos dentro de " +"nuestra infraestructura, la cuál usamos para dar nuestros servicios.." + +#: ../../general/firts_task/custom_fields.php:23 +#: ../../general/firts_task/fields_manager.php:21 +msgid "There are no custom fields defined yet." +msgstr "No hay campos personalizados definidos todavía." + +#: ../../general/firts_task/custom_fields.php:28 +msgid "Custom Fields" +msgstr "Campos Personalizados" + +#: ../../general/firts_task/custom_fields.php:31 +#: ../../general/firts_task/custom_fields.php:35 +msgid "Create Custom Fields" +msgstr "Crear Campos Personalizados" + +#: ../../general/firts_task/custom_fields.php:32 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t You're able to create custom fields by klicking on 'Administration' -> " +"'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Los campos personalizados son una manera fácil a la información del agente " +"personalizado.\n" +"\t \t Usted es capaz de crear campos personalizados haciendo click en " +"\"Administración\" -> \"Administrar monitoreo\" -> \"Administrar campos " +"personalizados\". " + #: ../../general/firts_task/collections.php:21 msgid "There are no collections defined yet." msgstr "No hay colecciones definidas todavía." #: ../../general/firts_task/collections.php:25 -#: ../../enterprise/godmode/agentes/collections.agents.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/menu.php:56 -#: ../../enterprise/godmode/policies/policies.php:385 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../enterprise/include/functions_policies.php:3289 msgid "Collections" msgstr "Colecciones" @@ -4436,178 +9049,43 @@ msgstr "" "puede ver en \n" "\t\t la imagen de abajo. " -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 -msgid "There are no custom fields defined yet." -msgstr "No hay campos personalizados definidos todavía." +#: ../../general/firts_task/service_list.php:23 +msgid "There are no services defined yet." +msgstr "No hay servicios definidos todavía." -#: ../../general/firts_task/custom_fields.php:28 -msgid "Custom Fields" -msgstr "Campos Personalizados" +#: ../../general/firts_task/service_list.php:31 +#: ../../general/firts_task/service_list.php:40 +msgid "Create Services" +msgstr "Crear Servicios" -#: ../../general/firts_task/custom_fields.php:31 -#: ../../general/firts_task/custom_fields.php:35 -msgid "Create Custom Fields" -msgstr "Crear Campos Personalizados" - -#: ../../general/firts_task/custom_fields.php:32 +#: ../../general/firts_task/service_list.php:32 msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t You're able to create custom fields by klicking on 'Administration' -> " -"'Manage monitoring' -> 'Manage custom fields'. " +"A service is a way to group your IT resources based on their " +"functionalities. \n" +"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, " +"your support application, or even your printers.\n" +"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " +"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" +"\t\t\t\t\t\t By the following example, you're able to see more clearly what " +"a service is:\n" +"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " +"the world. \n" +"\t\t\t\t\t\t\tHis company consists of three big departments: A management, " +"an on-line shop and support." msgstr "" -"Los campos personalizados son una manera fácil a la información del agente " -"personalizado.\n" -"\t \t Usted es capaz de crear campos personalizados haciendo click en " -"\"Administración\" -> \"Administrar monitoreo\" -> \"Administrar campos " -"personalizados\". " - -#: ../../general/firts_task/custom_graphs.php:23 -msgid "There are no custom graphs defined yet." -msgstr "No hay gráficos personalizados definidos todavía." - -#: ../../general/firts_task/custom_graphs.php:28 -msgid "Custom Graphs" -msgstr "Gráficos Personalizados" - -#: ../../general/firts_task/custom_graphs.php:31 -#: ../../general/firts_task/custom_graphs.php:36 -msgid "Create Custom Graph" -msgstr "Crear Gráfico Personalizado" - -#: ../../general/firts_task/custom_graphs.php:32 -msgid "" -"Graphs are designed to show the data collected by Pandora FMS in a temporary " -"scale defined by the user.\n" -"\t\t\t\tPandora FMS Graphs display data in real time. They are generated " -"every time the operator requires any of them and display the up-to-date " -"state.\n" -"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " -"graphs the user customizes by using one or more modules to do so." -msgstr "" -"Los gráficos están diseñados para mostrar los datos recogidos por Pandora " -"FMS en una escala temporal definido por el usuario.\n" -"\t\t\t\tLas gráficas Pandora FMS muestran los datos en tiempo real. Ellos se " -"generan cada vez que el operador requiere cualquiera de ellos y mostrar el " -"estado actualizado.\n" -"\t \t \t \t Hay dos tipos de gráficos: gráficos automatizados del agente y " -"los gráficos la usuario personaliza mediante el uso de uno o más módulos " -"para hacerlo." - -#: ../../general/firts_task/fields_manager.php:25 -msgid "Fields Manager" -msgstr "Gestor de ficheros" - -#: ../../general/firts_task/fields_manager.php:28 -msgid "Create Fields Manager" -msgstr "Gestor de creación de ficheros" - -#: ../../general/firts_task/fields_manager.php:29 -msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " -msgstr "" -"Los campos personalizados son una forma fácil de personalizar la información " -"de los agentes " - -#: ../../general/firts_task/fields_manager.php:32 -msgid "Create Fields " -msgstr "Crear campos " - -#: ../../general/firts_task/incidents.php:25 -msgid "There are no incidents defined yet." -msgstr "No hay incidentes definidos todavía." - -#: ../../general/firts_task/incidents.php:32 -#: ../../godmode/agentes/configurar_agente.php:417 -#: ../../godmode/agentes/configurar_agente.php:549 -#: ../../operation/agentes/ver_agente.php:1022 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/menu.php:354 -msgid "Incidents" -msgstr "Incidentes" - -#: ../../general/firts_task/incidents.php:35 -#: ../../general/firts_task/incidents.php:44 -msgid "Create Incidents" -msgstr "Crear incidentes" - -#: ../../general/firts_task/incidents.php:36 -msgid "" -"Besides receiving and processing data to monitor systems or applications, \n" -"\t\t\tyou're also required to monitor possible incidents which might take " -"place on these systems within the system monitoring process.\n" -"\t\t\tFor it, the Pandora FMS team has designed an incident manager within " -"which any user is able to open incidents, \n" -"\t\t\texplaining what's happened on the network and to update them with " -"comments and files any time in case there is a need to do so.\n" -"\t\t\tThis system allows the users to work as a team, along with different " -"roles and work-flow systems which allows an incident to be \n" -"\t\t\tmoved from one group to another, and that members from different " -"groups and different people could work on the same incident, sharing " -"information and files.\n" -"\t\t" -msgstr "" -"Además de los datos recibidos y procesados para monitorizar sistemas o " -"aplicaciones, \n" -"\t\t\ttambién está obligado a monitorizar posibles incidentes los cuales " -"podrían tener lugar en esos sistemas con el proceso de monitorización del " -"sistema.\n" -"\t\t\tPara ello, el equipo de Pandora FMS ha diseñado un gestor de " -"incidentes con el cual cualquier usuario es capaz de abrir incidentes, \n" -"\t\t\texplicando que ha sucedido en la red y actualizarlos con comentarios y " -"archivos en cualquier momento que sea necesario.\n" -"\t\t\tEste sistema permite a los usuarios trabajar como un equipo, junto con " -"diferentes roles y sistemas de work-flow que permite a un incidente ser \n" -"\t\t\tmovido de un grupo a otro, y que los miembros de los diferentes grupos " -"y personas puedan trabajar en el mismo incidente, compartiendo información y " -"archivos.\n" -"\t\t" - -#: ../../general/firts_task/map_builder.php:26 -#: ../../godmode/reporting/map_builder.php:255 -msgid "There are no visual console defined yet." -msgstr "No hay consola visual definida todavía." - -#: ../../general/firts_task/map_builder.php:32 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../enterprise/include/functions_enterprise.php:292 -#: ../../enterprise/meta/general/main_header.php:189 -msgid "Visual Console" -msgstr "Consola visual" - -#: ../../general/firts_task/map_builder.php:35 -#: ../../general/firts_task/map_builder.php:43 -msgid "Create Visual Console" -msgstr "Crear Consola Viual" - -#: ../../general/firts_task/map_builder.php:36 -msgid "" -"Pandora FMS allows you to create visual maps in which each user is able to " -"create his own monitoring map.\n" -"\t\t\tThe new visual console editor is much more practical, although the old " -"visual console editor had its advantages. \n" -"\t\t\tWithin the new visual console, we've been successful in imitating the " -"sensation and touch of a drawing application like GIMP. \n" -"\t\t\tWe've also simplified the editor by dividing it into several subject-" -"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " -"'Editor'.\n" -"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are " -"'static image', 'percentage bar', 'module graph' and 'simple value'. " -msgstr "" -"Pandora FMS permite crear mapas visuales en la que cada usuario es capaz de " -"crear su propio mapa de monitoreo.\n" -"\t \t \t El nuevo editor de consola visual es mucho más práctico, aunque el " -"antiguo editor de consola visual tenía sus ventajas.\n" -"\t \t \t Dentro de la nueva consola visual, hemos tenido éxito en imitar la " -"sensación y el tacto de una aplicación de dibujo como GIMP.\n" -"\t \t \t También hemos simplificado el editor de dividiéndolo en varias " -"pestañas en la materia llamados 'datos', 'Vista previa', \"mago\", \"Lista " -"de Elementos 'y' Editor '.\n" -"\t \t \t Los elementos de la Pandora FMS Visual Map fue diseñado para " -"manejar son \"imagen estática\", \"barra de porcentaje ',' gráfico del " -"módulo\" y \"Valor simple\". " +"Un servicio es una forma de agrupar sus recursos de TI basados en sus " +"funcionalidades.\n" +"\t\t\t\t\t\tUn servicio puede ser por ejemplo su página web oficial, su " +"sistema CRM, su aplicación de soporte o incluso sus impresoras.\n" +"\t\t\t\t\t\t Los servicios son grupos lógicos que pueden incluir hosts, " +"routers, switches, firewalls, CRMs, ERPs, sitios web y muchos otros " +"servicios. \n" +"\t\t\t\t\t\t Mediante el siguiente ejemplo, podrá ver más claramente lo que " +"es un servicio:\n" +"\t\t\t\t\t\t\tUn fabricante de chips vende computadoras por su página web en " +"todo el mundo. \n" +"\t\t\t\t\t\t\tSu empresa se compone de tres grandes departamentos: gestión, " +"tienda online y apoyo." #: ../../general/firts_task/network_map.php:23 msgid "There are no network map defined yet." @@ -4656,6 +9134,89 @@ msgstr "Mapa dinámico" msgid "Policy Map (Only Enterprise version)" msgstr "Mapa de políticas (Solo versión Enterprise)" +#: ../../general/firts_task/map_builder.php:26 +#: ../../godmode/reporting/map_builder.php:255 +msgid "There are no visual console defined yet." +msgstr "No hay consola visual definida todavía." + +#: ../../general/firts_task/map_builder.php:32 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "Consola visual" + +#: ../../general/firts_task/map_builder.php:35 +#: ../../general/firts_task/map_builder.php:43 +msgid "Create Visual Console" +msgstr "Crear Consola Viual" + +#: ../../general/firts_task/map_builder.php:36 +msgid "" +"Pandora FMS allows you to create visual maps in which each user is able to " +"create his own monitoring map.\n" +"\t\t\tThe new visual console editor is much more practical, although the old " +"visual console editor had its advantages. \n" +"\t\t\tWithin the new visual console, we've been successful in imitating the " +"sensation and touch of a drawing application like GIMP. \n" +"\t\t\tWe've also simplified the editor by dividing it into several subject-" +"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " +"'Editor'.\n" +"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are " +"'static image', 'percentage bar', 'module graph' and 'simple value'. " +msgstr "" +"Pandora FMS permite crear mapas visuales en la que cada usuario es capaz de " +"crear su propio mapa de monitoreo.\n" +"\t \t \t El nuevo editor de consola visual es mucho más práctico, aunque el " +"antiguo editor de consola visual tenía sus ventajas.\n" +"\t \t \t Dentro de la nueva consola visual, hemos tenido éxito en imitar la " +"sensación y el tacto de una aplicación de dibujo como GIMP.\n" +"\t \t \t También hemos simplificado el editor de dividiéndolo en varias " +"pestañas en la materia llamados 'datos', 'Vista previa', \"mago\", \"Lista " +"de Elementos 'y' Editor '.\n" +"\t \t \t Los elementos de la Pandora FMS Visual Map fue diseñado para " +"manejar son \"imagen estática\", \"barra de porcentaje ',' gráfico del " +"módulo\" y \"Valor simple\". " + +#: ../../general/firts_task/incidents.php:25 +msgid "There are no incidents defined yet." +msgstr "No hay incidentes definidos todavía." + +#: ../../general/firts_task/incidents.php:35 +#: ../../general/firts_task/incidents.php:44 +msgid "Create Incidents" +msgstr "Crear incidentes" + +#: ../../general/firts_task/incidents.php:36 +msgid "" +"Besides receiving and processing data to monitor systems or applications, \n" +"\t\t\tyou're also required to monitor possible incidents which might take " +"place on these systems within the system monitoring process.\n" +"\t\t\tFor it, the Pandora FMS team has designed an incident manager within " +"which any user is able to open incidents, \n" +"\t\t\texplaining what's happened on the network and to update them with " +"comments and files any time in case there is a need to do so.\n" +"\t\t\tThis system allows the users to work as a team, along with different " +"roles and work-flow systems which allows an incident to be \n" +"\t\t\tmoved from one group to another, and that members from different " +"groups and different people could work on the same incident, sharing " +"information and files.\n" +"\t\t" +msgstr "" +"Además de los datos recibidos y procesados para monitorizar sistemas o " +"aplicaciones, \n" +"\t\t\ttambién está obligado a monitorizar posibles incidentes los cuales " +"podrían tener lugar en esos sistemas con el proceso de monitorización del " +"sistema.\n" +"\t\t\tPara ello, el equipo de Pandora FMS ha diseñado un gestor de " +"incidentes con el cual cualquier usuario es capaz de abrir incidentes, \n" +"\t\t\texplicando que ha sucedido en la red y actualizarlos con comentarios y " +"archivos en cualquier momento que sea necesario.\n" +"\t\t\tEste sistema permite a los usuarios trabajar como un equipo, junto con " +"diferentes roles y sistemas de work-flow que permite a un incidente ser \n" +"\t\t\tmovido de un grupo a otro, y que los miembros de los diferentes grupos " +"y personas puedan trabajar en el mismo incidente, compartiendo información y " +"archivos.\n" +"\t\t" + #: ../../general/firts_task/planned_downtime.php:21 msgid "There are no planned downtime defined yet." msgstr "No hay tiempo de inactividad planificado aún definido." @@ -4689,105 +9250,6 @@ msgstr "" "\t\t\t\t\t\t en cuenta para la mayoría de las métricas o tipo de informes, " "porque el agente no contiene datos en esos intervalos. " -#: ../../general/firts_task/recon_view.php:21 -msgid "There are no recon task defined yet." -msgstr "No hay tarea definida recon todavía." - -#: ../../general/firts_task/recon_view.php:25 -#: ../../godmode/servers/manage_recontask_form.php:228 -#: ../../include/functions_servers.php:378 -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "Recon server" -msgstr "Servidor de exploración de red" - -#: ../../general/firts_task/recon_view.php:28 -#: ../../general/firts_task/recon_view.php:35 -msgid "Create Recon Task" -msgstr "Crear tarea de descubrimiento" - -#: ../../general/firts_task/recon_view.php:29 -msgid "" -"The Recon Task definition of Pandora FMS is used to find new elements in the " -"network. \n" -"\t\tIf it detects any item, it will add that item to the monitoring, and if " -"that item it is already being monitored, then it will \n" -"\t\tignore it or will update its information.There are three types of " -"detection: Based on ICMP (pings), \n" -"\t\tSNMP (detecting the topology of networks " -"and their interfaces), and other customized " -"\n" -"\t\ttype. You can define your own customized recon script." -msgstr "" -"La definición de la Tarea Recon de Pandora FMS es usada para encontrar " -"nuevos elementos en el mapa de red. \n" -"\t\t Si detecta algún elemento, lo añadirá a la monitorización, y si el " -"elemento ya estaba siendo monitorizado, entonces lo \n" -"\t\t ignorará o actualizará su información. Hay tres tipos de detección: " -"Basado en ICMP (pings), \n" -"\t\t SNMP (detectando la topología de las " -"redes y sus interfaces), y otro tipo personalizado. " -"\n" -"\t\t Puede definir su propio script recon personalizado." - -#: ../../general/firts_task/service_list.php:23 -msgid "There are no services defined yet." -msgstr "No hay servicios definidos todavía." - -#: ../../general/firts_task/service_list.php:28 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 -#: ../../operation/agentes/ver_agente.php:1111 -#: ../../enterprise/dashboard/widgets/service_map.php:79 -#: ../../enterprise/godmode/menu.php:92 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:298 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 -#: ../../enterprise/godmode/services/services.elements.php:135 -#: ../../enterprise/godmode/services/services.service.php:210 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../enterprise/meta/general/main_header.php:172 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/operation/services/services.list.php:60 -#: ../../enterprise/operation/services/services.list.php:64 -#: ../../enterprise/operation/services/services.service_map.php:121 -#: ../../enterprise/operation/services/services.table_services.php:46 -#: ../../enterprise/operation/services/services.table_services.php:50 -msgid "Services" -msgstr "Servicios" - -#: ../../general/firts_task/service_list.php:31 -#: ../../general/firts_task/service_list.php:40 -msgid "Create Services" -msgstr "Crear Servicios" - -#: ../../general/firts_task/service_list.php:32 -msgid "" -"A service is a way to group your IT resources based on their " -"functionalities. \n" -"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, " -"your support application, or even your printers.\n" -"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " -"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -"\t\t\t\t\t\t By the following example, you're able to see more clearly what " -"a service is:\n" -"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " -"the world. \n" -"\t\t\t\t\t\t\tHis company consists of three big departments: A management, " -"an on-line shop and support." -msgstr "" -"Un servicio es una forma de agrupar sus recursos de TI basados en sus " -"funcionalidades.\n" -"\t\t\t\t\t\tUn servicio puede ser por ejemplo su página web oficial, su " -"sistema CRM, su aplicación de soporte o incluso sus impresoras.\n" -"\t\t\t\t\t\t Los servicios son grupos lógicos que pueden incluir hosts, " -"routers, switches, firewalls, CRMs, ERPs, sitios web y muchos otros " -"servicios. \n" -"\t\t\t\t\t\t Mediante el siguiente ejemplo, podrá ver más claramente lo que " -"es un servicio:\n" -"\t\t\t\t\t\t\tUn fabricante de chips vende computadoras por su página web en " -"todo el mundo. \n" -"\t\t\t\t\t\t\tSu empresa se compone de tres grandes departamentos: gestión, " -"tienda online y apoyo." - #: ../../general/firts_task/snmp_filters.php:21 msgid "There are no SNMP filter defined yet." msgstr "No hay filtro SNMP definido todavía." @@ -4823,43 +9285,31 @@ msgstr "" "\t \t \t \t Una trampa que se va a ejecutar en conjunto con cualquiera de " "ellos - sólo los del servidor van a ser descartado automáticamente. " +#: ../../general/firts_task/fields_manager.php:25 +msgid "Fields Manager" +msgstr "Gestor de ficheros" + +#: ../../general/firts_task/fields_manager.php:28 +msgid "Create Fields Manager" +msgstr "Gestor de creación de ficheros" + +#: ../../general/firts_task/fields_manager.php:29 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Los campos personalizados son una forma fácil de personalizar la información " +"de los agentes " + +#: ../../general/firts_task/fields_manager.php:32 +msgid "Create Fields " +msgstr "Crear campos " + #: ../../general/firts_task/tags.php:21 msgid "There are no tags defined yet." msgstr "No hay etiquetas definidas todavía." -#: ../../general/firts_task/tags.php:25 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:568 -#: ../../godmode/modules/manage_network_components_form_common.php:200 -#: ../../godmode/tag/edit_tag.php:57 -#: ../../godmode/users/configure_user.php:717 -#: ../../include/functions_treeview.php:165 -#: ../../include/functions_events.php:46 -#: ../../include/functions_events.php:2446 -#: ../../include/functions_events.php:3589 -#: ../../include/functions_reporting_html.php:2119 -#: ../../mobile/operation/events.php:514 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/group_view.php:164 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/agentes/status_monitor.php:343 -#: ../../operation/events/events.build_table.php:223 -#: ../../operation/tree.php:49 ../../operation/users/user_edit.php:507 -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/dashboard/widgets/tree_view.php:35 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -#: ../../enterprise/include/functions_reporting_pdf.php:2370 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -msgid "Tags" -msgstr "Etiquetas" - #: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 msgid "Create Tags" msgstr "Crear tags" @@ -4880,201 +9330,37 @@ msgstr "" "\t\t\t\t\t\t\t\tDe esta manera, el acceso de los usuarios puede estar " "limitado a módulos con ciertas etiquetas. " -#: ../../general/firts_task/transactional_list.php:23 -msgid "There are no transactions defined yet." -msgstr "No hay transacciones definidas por el momento" +#: ../../general/firts_task/custom_graphs.php:23 +msgid "There are no custom graphs defined yet." +msgstr "No hay gráficos personalizados definidos todavía." -#: ../../general/firts_task/transactional_list.php:30 -msgid "Transactions" -msgstr "Transacciones" +#: ../../general/firts_task/custom_graphs.php:28 +msgid "Custom Graphs" +msgstr "Gráficos Personalizados" -#: ../../general/firts_task/transactional_list.php:33 -#: ../../general/firts_task/transactional_list.php:38 -msgid "Create Transactions" -msgstr "Crear transacciones" +#: ../../general/firts_task/custom_graphs.php:31 +#: ../../general/firts_task/custom_graphs.php:36 +msgid "Create Custom Graph" +msgstr "Crear Gráfico Personalizado" -#: ../../general/firts_task/transactional_list.php:34 +#: ../../general/firts_task/custom_graphs.php:32 msgid "" -"The new transactional server allows you to execute tasks dependent on the " -"others following a user-defined design. This means that it is possible to " -"coordinate several executions to check a target at a given time.\n" -"\n" -"Transaction graphs represent the different processes within our " -"infrastructure that we use to deliver our service." +"Graphs are designed to show the data collected by Pandora FMS in a temporary " +"scale defined by the user.\n" +"\t\t\t\tPandora FMS Graphs display data in real time. They are generated " +"every time the operator requires any of them and display the up-to-date " +"state.\n" +"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " +"graphs the user customizes by using one or more modules to do so." msgstr "" -"El nuevo servidor transaccional le permite ejecutar tareas dependientes de " -"las demás siguiendo un diseño definido por el usuario. Esto significa que es " -"posible coordinar varias ejecuciones para comprobar un objetivo en un " -"momento dado.\n" -"\n" -"Las gráficas de transacción representan los diferentes procesos dentro de " -"nuestra infraestructura, la cuál usamos para dar nuestros servicios.." - -#: ../../general/footer.php:43 -#, php-format -msgid "Pandora FMS %s - Build %s - MR %s" -msgstr "Pandora FMS %s - Build %s - MR %s" - -#: ../../general/footer.php:46 ../../enterprise/meta/general/footer.php:27 -msgid "Page generated at" -msgstr "Página generada en" - -#: ../../general/footer.php:47 ../../enterprise/meta/general/footer.php:28 -msgid "® Ártica ST" -msgstr "Ártica ST" - -#: ../../general/header.php:75 -msgid "Blank characters are used as AND conditions" -msgstr "Los espacios serán usados para una condicion \"AND\"" - -#: ../../general/header.php:90 ../../general/header.php:92 -msgid "Enter keywords to search" -msgstr "Introduzca palabras clave para buscar" - -#: ../../general/header.php:114 ../../general/header.php:122 -#: ../../enterprise/meta/general/main_header.php:355 -#: ../../enterprise/meta/general/main_header.php:363 -msgid "All systems" -msgstr "Todos los sistemas" - -#: ../../general/header.php:114 -#: ../../enterprise/meta/general/main_header.php:355 -msgid "Down" -msgstr "Caído(s)" - -#: ../../general/header.php:118 -#: ../../enterprise/meta/general/main_header.php:359 -msgid "servers down" -msgstr "servidor(es) caído(s)" - -#: ../../general/header.php:122 -#: ../../enterprise/meta/general/main_header.php:363 -msgid "Ready" -msgstr "Listos" - -#: ../../general/header.php:142 ../../general/header.php:143 -msgid "QR Code of the page" -msgstr "Código QR de la página" - -#: ../../general/header.php:147 -#: ../../operation/visual_console/public_console.php:130 -msgid "QR code of the page" -msgstr "Código QR de la página" - -#: ../../general/header.php:169 ../../general/header.php:170 -#: ../../include/functions_clippy.php:128 -msgid "Pandora FMS assistant" -msgstr "Asistente de Pandora FMS" - -#: ../../general/header.php:195 -#: ../../enterprise/meta/general/main_header.php:388 -msgid "Configure autorefresh" -msgstr "Configurar autorresfresco" - -#: ../../general/header.php:222 -#: ../../enterprise/meta/general/main_header.php:405 -#: ../../enterprise/meta/general/main_header.php:415 -msgid "Disabled autorefresh" -msgstr "Autorrefresco deshabilitado" - -#: ../../general/header.php:248 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "Alertas del sistema detectadas - Por favor corregir lo antes posible" - -#: ../../general/header.php:263 -#, php-format -msgid "You have %d warning(s)" -msgstr "Tiene %d advertencia(s)" - -#: ../../general/header.php:274 -msgid "There are not warnings" -msgstr "No hay advertencias" - -#: ../../general/header.php:283 -msgid "Main help" -msgstr "Ayuda general" - -#: ../../general/header.php:289 ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 -#: ../../mobile/include/user.class.php:286 ../../mobile/operation/home.php:118 -#: ../../enterprise/meta/general/main_header.php:373 -msgid "Logout" -msgstr "Salir" - -#: ../../general/header.php:294 ../../general/header.php:296 -#: ../../operation/menu.php:336 -#: ../../enterprise/meta/general/main_header.php:428 -#: ../../enterprise/meta/general/main_header.php:433 -#: ../../enterprise/meta/include/functions_users_meta.php:178 -#: ../../enterprise/meta/include/functions_users_meta.php:190 -msgid "Edit my user" -msgstr "Editar mi usuario" - -#: ../../general/header.php:305 -msgid "New chat message" -msgstr "Nuevo mensaje del chat" - -#: ../../general/header.php:314 -msgid "Message overview" -msgstr "Vista general de mensajes" - -#: ../../general/header.php:315 -#, php-format -msgid "You have %d unread message(s)" -msgstr "Tiene %d mensaje(s) sin leer" - -#: ../../general/links_menu.php:20 ../../godmode/menu.php:298 -#: ../../godmode/menu.php:416 -msgid "Links" -msgstr "Enlaces" - -#: ../../general/login_help_dialog.php:39 -#: ../../enterprise/dashboard/widgets/example.php:37 -msgid "Welcome to Pandora FMS" -msgstr "Bienvenido a Pandora FMS" - -#: ../../general/login_help_dialog.php:42 -msgid "" -"If this is your first time with Pandora FMS, we propose you a few links to " -"learn more about Pandora FMS. Monitoring could be overwhelm, but take your " -"time to learn how to use the power of Pandora FMS!" -msgstr "" -"Si esta es tu primera vez con Pandora FMS, te proponemos unos enlaces para " -"aprender más sobre Pandora FMS. Monitorizar puede ser abrumador, pero tómate " -"tu tiempo para aprender como usar el potencial de Pandora FMS!" - -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" -msgstr "Ayuda en línea" - -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" -msgstr "Versión Enterprise" - -#: ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:95 -#: ../../enterprise/include/reset_pass.php:58 -#: ../../enterprise/include/process_reset_pass.php:58 -#: ../../enterprise/meta/general/login_page.php:45 -#: ../../enterprise/meta/include/process_reset_pass.php:43 -#: ../../enterprise/meta/include/reset_pass.php:43 -msgid "Support" -msgstr "Soporte" - -#: ../../general/login_help_dialog.php:69 -msgid "Forums" -msgstr "Foros" - -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" -msgstr "Documentación" - -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" -msgstr "Pinche aquí para no volver a ver este mensaje" +"Los gráficos están diseñados para mostrar los datos recogidos por Pandora " +"FMS en una escala temporal definido por el usuario.\n" +"\t\t\t\tLas gráficas Pandora FMS muestran los datos en tiempo real. Ellos se " +"generan cada vez que el operador requiere cualquiera de ellos y mostrar el " +"estado actualizado.\n" +"\t \t \t \t Hay dos tipos de gráficos: gráficos automatizados del agente y " +"los gráficos la usuario personaliza mediante el uso de uno o más módulos " +"para hacerlo." #: ../../general/login_identification_wizard.php:142 msgid "The Pandora FMS community wizard" @@ -5115,9 +9401,7 @@ msgstr "" "datos en cualquier momento desde las opciones de suscripción a los boletines" #: ../../general/login_identification_wizard.php:157 -#: ../../godmode/alerts/configure_alert_template.php:817 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../godmode/alerts/configure_alert_template.php:814 msgid "Finish" msgstr "Finalizar" @@ -5129,14374 +9413,1288 @@ msgstr "Volver" msgid "Join the Pandora FMS community" msgstr "Únete a la comunidad de Pandora FMS" -#: ../../general/login_identification_wizard.php:167 -#: ../../operation/users/user_edit.php:356 -msgid "Subscribe to our newsletter" -msgstr "Suscríbete a nuestro boletín" - -#: ../../general/login_identification_wizard.php:170 -#: ../../general/login_identification_wizard.php:171 -#: ../../godmode/tag/edit_tag.php:195 ../../godmode/tag/tag.php:203 -#: ../../operation/search_users.php:44 -#: ../../enterprise/extensions/cron/main.php:226 -#: ../../enterprise/extensions/cron/main.php:251 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:78 -msgid "Email" -msgstr "Correo-e" - #: ../../general/login_identification_wizard.php:172 msgid "Required" msgstr "Requerido" -#: ../../general/login_identification_wizard.php:180 -#: ../../general/login_required.php:69 -msgid "Pandora FMS instance identification wizard" -msgstr "Asistente de identificación de PandoraFMS" - #: ../../general/login_identification_wizard.php:182 msgid "Do you want to continue without any registration" msgstr "Desea continuar sin ningún registro?" -#: ../../general/login_identification_wizard.php:185 -#: ../../godmode/agentes/agent_conf_gis.php:80 -#: ../../godmode/agentes/agent_manager.php:414 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/massive/massive_edit_agents.php:293 -#: ../../godmode/massive/massive_edit_agents.php:413 -#: ../../godmode/massive/massive_edit_agents.php:419 -#: ../../godmode/massive/massive_edit_modules.php:408 -#: ../../godmode/massive/massive_edit_modules.php:453 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../godmode/massive/massive_edit_modules.php:564 -#: ../../godmode/massive/massive_edit_modules.php:592 -#: ../../godmode/massive/massive_edit_modules.php:610 -#: ../../godmode/reporting/reporting_builder.main.php:115 -#: ../../godmode/reporting/reporting_builder.php:639 -#: ../../godmode/reporting/visual_console_builder.wizard.php:274 -#: ../../godmode/reporting/visual_console_builder.wizard.php:315 -#: ../../godmode/servers/manage_recontask.php:340 -#: ../../godmode/servers/manage_recontask_form.php:317 -#: ../../godmode/setup/news.php:264 ../../godmode/setup/performance.php:119 -#: ../../godmode/setup/performance.php:126 -#: ../../godmode/setup/performance.php:133 -#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 -#: ../../godmode/setup/setup_auth.php:95 -#: ../../godmode/setup/setup_auth.php:133 -#: ../../godmode/setup/setup_ehorus.php:56 -#: ../../godmode/setup/setup_general.php:72 -#: ../../godmode/setup/setup_general.php:76 -#: ../../godmode/setup/setup_general.php:80 -#: ../../godmode/setup/setup_general.php:104 -#: ../../godmode/setup/setup_general.php:113 -#: ../../godmode/setup/setup_general.php:170 -#: ../../godmode/setup/setup_general.php:178 -#: ../../godmode/setup/setup_general.php:185 -#: ../../godmode/setup/setup_general.php:206 -#: ../../godmode/setup/setup_general.php:215 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 -#: ../../godmode/setup/setup_visuals.php:90 -#: ../../godmode/setup/setup_visuals.php:110 -#: ../../godmode/setup/setup_visuals.php:132 -#: ../../godmode/setup/setup_visuals.php:259 -#: ../../godmode/setup/setup_visuals.php:268 -#: ../../godmode/setup/setup_visuals.php:276 -#: ../../godmode/setup/setup_visuals.php:304 -#: ../../godmode/setup/setup_visuals.php:397 -#: ../../godmode/setup/setup_visuals.php:482 -#: ../../godmode/setup/setup_visuals.php:489 -#: ../../godmode/setup/setup_visuals.php:501 -#: ../../godmode/setup/setup_visuals.php:528 -#: ../../godmode/setup/setup_visuals.php:645 -#: ../../godmode/setup/setup_visuals.php:672 -#: ../../godmode/update_manager/update_manager.setup.php:125 -#: ../../godmode/users/configure_user.php:554 -#: ../../include/functions_events.php:2375 -#: ../../include/functions_events.php:2382 -#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 -#: ../../operation/netflow/nf_live_view.php:280 -#: ../../operation/snmpconsole/snmp_view.php:439 -#: ../../operation/users/user_edit.php:249 -#: ../../enterprise/extensions/cron/functions.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 -#: ../../enterprise/godmode/setup/setup.php:32 -#: ../../enterprise/godmode/setup/setup.php:41 -#: ../../enterprise/godmode/setup/setup.php:57 -#: ../../enterprise/godmode/setup/setup.php:141 -#: ../../enterprise/godmode/setup/setup.php:206 -#: ../../enterprise/godmode/setup/setup.php:279 -#: ../../enterprise/godmode/setup/setup.php:288 -#: ../../enterprise/godmode/setup/setup.php:293 -#: ../../enterprise/godmode/setup/setup.php:302 -#: ../../enterprise/godmode/setup/setup.php:316 -#: ../../enterprise/godmode/setup/setup.php:321 -#: ../../enterprise/godmode/setup/setup.php:332 -#: ../../enterprise/godmode/setup/setup_auth.php:359 -#: ../../enterprise/godmode/setup/setup_auth.php:394 -#: ../../enterprise/godmode/setup/setup_auth.php:513 -#: ../../enterprise/godmode/setup/setup_history.php:47 -#: ../../enterprise/godmode/setup/setup_history.php:51 -#: ../../enterprise/meta/advanced/metasetup.password.php:80 -#: ../../enterprise/meta/advanced/metasetup.password.php:91 -#: ../../enterprise/meta/advanced/metasetup.password.php:97 -#: ../../enterprise/meta/advanced/metasetup.password.php:108 -#: ../../enterprise/meta/advanced/metasetup.password.php:124 -#: ../../enterprise/meta/advanced/metasetup.password.php:130 -#: ../../enterprise/meta/advanced/metasetup.performance.php:84 -#: ../../enterprise/meta/advanced/metasetup.setup.php:138 -#: ../../enterprise/meta/advanced/metasetup.setup.php:189 -#: ../../enterprise/meta/advanced/metasetup.setup.php:254 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:95 -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../enterprise/meta/advanced/metasetup.visual.php:170 -#: ../../enterprise/meta/advanced/metasetup.visual.php:179 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 -msgid "No" -msgstr "No" +#: ../../general/links_menu.php:20 ../../godmode/menu.php:298 +#: ../../godmode/menu.php:414 +msgid "Links" +msgstr "Enlaces" -#: ../../general/login_identification_wizard.php:188 -#: ../../godmode/agentes/agent_conf_gis.php:79 -#: ../../godmode/agentes/agent_manager.php:411 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/massive/massive_edit_agents.php:293 -#: ../../godmode/massive/massive_edit_agents.php:412 -#: ../../godmode/massive/massive_edit_agents.php:419 -#: ../../godmode/massive/massive_edit_modules.php:407 -#: ../../godmode/massive/massive_edit_modules.php:452 -#: ../../godmode/massive/massive_edit_modules.php:471 -#: ../../godmode/massive/massive_edit_modules.php:564 -#: ../../godmode/massive/massive_edit_modules.php:591 -#: ../../godmode/massive/massive_edit_modules.php:610 -#: ../../godmode/reporting/reporting_builder.main.php:111 -#: ../../godmode/reporting/reporting_builder.php:637 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/reporting/visual_console_builder.wizard.php:312 -#: ../../godmode/servers/manage_recontask.php:340 -#: ../../godmode/servers/manage_recontask_form.php:317 -#: ../../godmode/setup/performance.php:118 -#: ../../godmode/setup/performance.php:125 -#: ../../godmode/setup/performance.php:132 -#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 -#: ../../godmode/setup/setup_auth.php:94 -#: ../../godmode/setup/setup_auth.php:130 -#: ../../godmode/setup/setup_ehorus.php:55 -#: ../../godmode/setup/setup_general.php:71 -#: ../../godmode/setup/setup_general.php:75 -#: ../../godmode/setup/setup_general.php:79 -#: ../../godmode/setup/setup_general.php:103 -#: ../../godmode/setup/setup_general.php:112 -#: ../../godmode/setup/setup_general.php:167 -#: ../../godmode/setup/setup_general.php:175 -#: ../../godmode/setup/setup_general.php:184 -#: ../../godmode/setup/setup_general.php:205 -#: ../../godmode/setup/setup_general.php:214 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../godmode/setup/setup_visuals.php:86 -#: ../../godmode/setup/setup_visuals.php:106 -#: ../../godmode/setup/setup_visuals.php:128 -#: ../../godmode/setup/setup_visuals.php:251 -#: ../../godmode/setup/setup_visuals.php:265 -#: ../../godmode/setup/setup_visuals.php:273 -#: ../../godmode/setup/setup_visuals.php:302 -#: ../../godmode/setup/setup_visuals.php:395 -#: ../../godmode/setup/setup_visuals.php:481 -#: ../../godmode/setup/setup_visuals.php:487 -#: ../../godmode/setup/setup_visuals.php:497 -#: ../../godmode/setup/setup_visuals.php:526 -#: ../../godmode/setup/setup_visuals.php:641 -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../godmode/update_manager/update_manager.setup.php:124 -#: ../../godmode/users/configure_user.php:554 -#: ../../operation/netflow/nf_live_view.php:276 -#: ../../operation/snmpconsole/snmp_view.php:436 -#: ../../operation/users/user_edit.php:249 -#: ../../enterprise/extensions/cron/functions.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 -#: ../../enterprise/godmode/setup/setup.php:31 -#: ../../enterprise/godmode/setup/setup.php:40 -#: ../../enterprise/godmode/setup/setup.php:56 -#: ../../enterprise/godmode/setup/setup.php:140 -#: ../../enterprise/godmode/setup/setup.php:205 -#: ../../enterprise/godmode/setup/setup.php:278 -#: ../../enterprise/godmode/setup/setup.php:287 -#: ../../enterprise/godmode/setup/setup.php:292 -#: ../../enterprise/godmode/setup/setup.php:301 -#: ../../enterprise/godmode/setup/setup.php:315 -#: ../../enterprise/godmode/setup/setup.php:320 -#: ../../enterprise/godmode/setup/setup.php:331 -#: ../../enterprise/godmode/setup/setup_auth.php:356 -#: ../../enterprise/godmode/setup/setup_auth.php:391 -#: ../../enterprise/godmode/setup/setup_auth.php:512 -#: ../../enterprise/godmode/setup/setup_history.php:46 -#: ../../enterprise/godmode/setup/setup_history.php:50 -#: ../../enterprise/meta/advanced/metasetup.password.php:79 -#: ../../enterprise/meta/advanced/metasetup.password.php:90 -#: ../../enterprise/meta/advanced/metasetup.password.php:96 -#: ../../enterprise/meta/advanced/metasetup.password.php:107 -#: ../../enterprise/meta/advanced/metasetup.password.php:123 -#: ../../enterprise/meta/advanced/metasetup.password.php:129 -#: ../../enterprise/meta/advanced/metasetup.performance.php:83 -#: ../../enterprise/meta/advanced/metasetup.setup.php:137 -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -#: ../../enterprise/meta/advanced/metasetup.setup.php:253 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:94 -#: ../../enterprise/meta/advanced/metasetup.visual.php:121 -#: ../../enterprise/meta/advanced/metasetup.visual.php:125 -#: ../../enterprise/meta/advanced/metasetup.visual.php:166 -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 -msgid "Yes" -msgstr "Sí" +#: ../../extras/pandora_diag.php:90 +msgid "Pandora FMS Diagnostic tool" +msgstr "Herramienta de diagnóstico de Pandora FMS" -#: ../../general/login_page.php:35 -msgid "Go to Pandora FMS Website" -msgstr "Ir a la Web de Pandora FMS" +#: ../../extras/pandora_diag.php:93 +msgid "Item" +msgstr "Elemento" -#: ../../general/login_page.php:47 -msgid "Go to Login" -msgstr "Ir a la pantalla de inicio" +#: ../../extras/pandora_diag.php:94 +msgid "Data value" +msgstr "valor de los datos" -#: ../../general/login_page.php:55 -#: ../../enterprise/meta/general/login_page.php:32 -#: ../../enterprise/meta/include/process_reset_pass.php:30 -#: ../../enterprise/meta/include/reset_pass.php:30 -msgid "Splash login" -msgstr "Imagen de login" +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "Ip Target no puede dejarse en blanco" -#: ../../general/login_page.php:89 ../../enterprise/include/reset_pass.php:56 -#: ../../enterprise/include/process_reset_pass.php:56 -msgid "Docs" -msgstr "Documentos" +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "OID numérico" -#: ../../general/login_page.php:159 -msgid "Login as admin" -msgstr "Entrar como administrador" - -#: ../../general/login_page.php:167 -#: ../../enterprise/meta/general/login_page.php:99 -msgid "Login with SAML" -msgstr "Entrar con SAML" - -#: ../../general/login_page.php:186 ../../mobile/include/user.class.php:256 -#: ../../enterprise/meta/general/login_page.php:91 -#: ../../enterprise/meta/general/login_page.php:119 -msgid "Login" -msgstr "Iniciar sesión" - -#: ../../general/login_page.php:201 -msgid "Authentication code" -msgstr "Código de autenticación" - -#: ../../general/login_page.php:204 ../../mobile/include/user.class.php:306 -msgid "Check code" -msgstr "Código de verificación" - -#: ../../general/login_page.php:212 -msgid "View details" -msgstr "Ver detalles" - -#: ../../general/login_page.php:226 -#: ../../enterprise/meta/general/login_page.php:127 -msgid "Forgot your password?" -msgstr "¿Olvidó su contraseña?" - -#: ../../general/login_page.php:241 ../../general/login_page.php:245 -#: ../../include/functions_config.php:1148 -#: ../../enterprise/include/reset_pass.php:121 -#: ../../enterprise/include/reset_pass.php:125 -#: ../../enterprise/include/process_reset_pass.php:132 -#: ../../enterprise/include/process_reset_pass.php:136 -msgid "WELCOME TO PANDORA FMS" -msgstr "BIENVENIDO A PANDORA FMS" - -#: ../../general/login_page.php:254 ../../general/login_page.php:258 -#: ../../include/functions_config.php:1152 -#: ../../enterprise/include/reset_pass.php:134 -#: ../../enterprise/include/reset_pass.php:138 -#: ../../enterprise/include/process_reset_pass.php:145 -#: ../../enterprise/include/process_reset_pass.php:149 -msgid "NEXT GENERATION" -msgstr "NEXT GENERATION" - -#: ../../general/login_page.php:277 -#: ../../enterprise/include/reset_pass.php:159 -#: ../../enterprise/include/process_reset_pass.php:170 -#: ../../enterprise/meta/general/login_page.php:163 -#: ../../enterprise/meta/include/process_reset_pass.php:129 -#: ../../enterprise/meta/include/reset_pass.php:118 -msgid "Build" -msgstr "Construcción" - -#: ../../general/login_page.php:281 ../../general/login_page.php:284 -#: ../../general/login_page.php:299 ../../general/login_page.php:302 -#: ../../general/login_page.php:319 ../../general/login_page.php:322 -#: ../../enterprise/meta/general/login_page.php:167 -#: ../../enterprise/meta/general/login_page.php:170 -#: ../../enterprise/meta/general/login_page.php:185 -#: ../../enterprise/meta/general/login_page.php:188 -#: ../../enterprise/meta/general/login_page.php:205 -#: ../../enterprise/meta/general/login_page.php:208 -msgid "Password reset" -msgstr "Resetear Contraseña" - -#: ../../general/login_page.php:288 -#: ../../enterprise/meta/general/login_page.php:174 -msgid "INFO" -msgstr "INFO" - -#: ../../general/login_page.php:289 -#: ../../enterprise/meta/general/login_page.php:175 -msgid "An email has been sent to your email address" -msgstr "Se ha enviado un email a su dirección de correo" - -#: ../../general/login_page.php:306 ../../general/login_page.php:345 -#: ../../enterprise/include/reset_pass.php:170 -#: ../../enterprise/meta/general/login_page.php:192 -#: ../../enterprise/meta/general/login_page.php:231 -#: ../../enterprise/meta/include/reset_pass.php:129 -msgid "ERROR" -msgstr "ERROR" - -#: ../../general/login_page.php:326 -#: ../../enterprise/meta/general/login_page.php:212 -msgid "SUCCESS" -msgstr "ÉXITO" - -#: ../../general/login_page.php:338 ../../general/login_page.php:341 -#: ../../general/login_page.php:440 ../../general/login_page.php:443 -#: ../../enterprise/include/functions_login.php:132 -#: ../../enterprise/meta/general/login_page.php:224 -#: ../../enterprise/meta/general/login_page.php:227 -msgid "Login failed" -msgstr "Falló el inicio de sesión" - -#: ../../general/login_page.php:357 ../../general/login_page.php:360 -#: ../../general/login_page.php:364 -#: ../../enterprise/meta/general/login_page.php:243 -#: ../../enterprise/meta/general/login_page.php:246 -#: ../../enterprise/meta/general/login_page.php:250 -msgid "Logged out" -msgstr "Desconectado" - -#: ../../general/login_page.php:365 ../../mobile/include/user.class.php:221 -#: ../../enterprise/meta/general/login_page.php:251 -msgid "" -"Your session is over. Please close your browser window to close this Pandora " -"session." -msgstr "" -"Su sesión ha caducado. Cierre la ventana de su navegador web para cerrar " -"esta sesión de Pandora FMS." - -#: ../../general/login_page.php:378 ../../include/functions_ui.php:3604 -msgid "Problem with Pandora FMS database" -msgstr "Problema con la base de datos de Pandora FMS" - -#: ../../general/login_page.php:379 -msgid "" -"Cannot connect to the database, please check your database setup in the " -"include/config.php file.

                \n" -"\t\tProbably your database, hostname, user or password values are incorrect " -"or\n" -"\t\tthe database server is not running." -msgstr "" -"No se pudo conectar a la base de datos, por favor compruebe su configuración " -"en el fichero include/config.php .

                \n" -"\t\tProbablemente el host de la base de datos, su usuario o contraseña sean " -"incorrectos o\n" -"\t\tel servidos de la base de datos no esté corriendo." - -#: ../../general/login_page.php:383 ../../include/functions_ui.php:3609 -msgid "DB ERROR" -msgstr "ERROR de la BD" - -#: ../../general/login_page.php:389 ../../include/functions_ui.php:3615 -msgid "" -"If you have modified auth system, this problem could be because Pandora " -"cannot override authorization variables from the config database. Remove " -"them from your database by executing:
                DELETE FROM tconfig WHERE "
                -"token = \"auth\";
                " -msgstr "" -"Si usted ha modificado el sistema de autenticación, este problema puede ser " -"porque Pandora no puede anular las variables de autorización de la base de " -"datos de configuración. Quítelas de su base de datos " -"ejecutando
                DELETE FROM tconfig WHERE token = \"auth\";
                " - -#: ../../general/login_page.php:393 ../../include/functions_ui.php:3619 -msgid "Empty configuration table" -msgstr "Tabla de configuración vacía" - -#: ../../general/login_page.php:394 -msgid "" -"Cannot load configuration variables from database. Please check your " -"database setup in the\n" -"\t\tinclude/config.php file.

                \n" -"\t\tMost likely your database schema has been created but there are is no " -"data in it, you have a problem with the database access credentials or your " -"schema is out of date.\n" -"\t\t

                Pandora FMS Console cannot find include/config.php or " -"this file has invalid\n" -"\t\tpermissions and HTTP server cannot read it. Please read documentation to " -"fix this problem.
                " -msgstr "" -"No se pudo cargar las variables de configuración de la base de datos. Por " -"favor, compruebe la configuración de la base de datos en el fichero\n" -"\t\tinclude/config.php .

                \n" -"\t\tLo más probable es que el esquema de la base de datos se haya creado " -"pero no tenga datos en el, que haya un problema con las credenciales de la " -"base de datos o que su esquema esté fuera de fecha.\n" -"\t\t

                La consola de Pandora FMS no encuentra include/config.php " -"o este fichero no tiene\n" -"\t\tpermisos y HTTP no puede leerlo. Por favor lea la documentación para " -"resolver este problema.
                " - -#: ../../general/login_page.php:401 ../../include/functions_ui.php:3627 -msgid "No configuration file found" -msgstr "No se ha encontrado el fichero de configuración" - -#: ../../general/login_page.php:402 -msgid "" -"Pandora FMS Console cannot find include/config.php or this file has " -"invalid\n" -"\t\tpermissions and HTTP server cannot read it. Please read documentation to " -"fix this problem." -msgstr "" -"La consola de Pandora FMS no encuentra include/config.php o este " -"fichero no tiene\n" -"\t\tpermisos y HTTP no puede leerlo. Por favor lea la documentación para " -"resolver este problema." - -#: ../../general/login_page.php:413 ../../include/functions_ui.php:3639 -#, php-format -msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" -"Puede intentar correr el %sinstallation wizard%s para crear uno." - -#: ../../general/login_page.php:416 ../../include/functions_ui.php:3642 -msgid "Installer active" -msgstr "Instalador activo" - -#: ../../general/login_page.php:417 -msgid "" -"For security reasons, normal operation is not possible until you delete " -"installer file.\n" -"\t\tPlease delete the ./install.php file before running Pandora FMS " -"Console." -msgstr "" -"Por razones de seguridad, el normal funcionamiento no es posible hasta que " -"se borre el fichero de instalación.\n" -"\t\tPor favor, elimine el fichero ./install.php antes de lanzar la " -"consola de Pandora FMS." - -#: ../../general/login_page.php:421 ../../include/functions_ui.php:3647 -msgid "Bad permission for include/config.php" -msgstr "Permiso incorrecto para include/config.php" - -#: ../../general/login_page.php:422 -msgid "" -"For security reasons, config.php must have restrictive permissions, " -"and \"other\" users\n" -"\t\tshould not read it or write to it. It should be written only for owner\n" -"\t\t(usually www-data or http daemon user), normal operation is not possible " -"until you change\n" -"\t\tpermissions for include/config.php file. Please do it, it is for " -"your security." -msgstr "" -"Por razones de seguridad, config.php debe tener permisos " -"restringidos, y los usuarios pertenecientes a \"otros\"\n" -"\t\tno deberían leerlo ni editarlo. Solo debería poder ser escrito por el " -"usuario al que pertenece\n" -"\t\t(habitualmente www-data o http daemon user), El normal funcionamiento no " -"es posible hasta que se cambien\n" -"\t\tlos permisos para el fichero include/config.php . Por favor " -"hágalo, es por su seguridad." - -#: ../../general/login_page.php:428 -msgid "Bad defined homedir" -msgstr "homedir mal definida" - -#: ../../general/login_page.php:429 -msgid "" -"In the config.php file in the variable $config[\"homedir\"] = add the " -"correct path" -msgstr "" -"En el fichero config.php en la variable $config[\"homedir\"] = añadir la " -"ruta correcta" - -#: ../../general/login_page.php:432 -msgid "Bad defined homeurl or homeurl_static" -msgstr "homeurl o himeurl_static mal definida" - -#: ../../general/login_page.php:433 -msgid "" -"In the config.php file in the variable $config[\"homeurl\"] or " -"$config[\"homeurl_static\"] = add the correct path" -msgstr "" -"En el fichero config.php en la variable $config[\"homeurl\"] o " -"$config[\"homeurl_static\"] = añadir la ruta correcta" - -#: ../../general/login_required.php:72 -msgid "" -"Please fill the following information in order to configure your Pandora FMS " -"instance successfully" -msgstr "" -"Por favor rellena la siguiente información para configurar tu cuenta de " -"Pandora FMS con éxito" - -#: ../../general/login_required.php:86 -#: ../../godmode/setup/setup_general.php:52 -#: ../../include/functions_config.php:129 -#: ../../enterprise/meta/advanced/metasetup.setup.php:119 -#: ../../enterprise/meta/include/functions_meta.php:337 -msgid "Language code for Pandora" -msgstr "Código de idioma para Pandora FMS" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:148 -msgid "Africa" -msgstr "África" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:149 -msgid "America" -msgstr "América" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:150 -msgid "Antarctica" -msgstr "La Antártida" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -msgid "Arctic" -msgstr "Ártico" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:152 -msgid "Asia" -msgstr "Asia" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:153 -msgid "Atlantic" -msgstr "Atlántico" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:154 -msgid "Australia" -msgstr "Australia" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:155 -msgid "Europe" -msgstr "Europa" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:156 -msgid "Indian" -msgstr "Índico" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:157 -msgid "Pacific" -msgstr "Pacífico" - -#: ../../general/login_required.php:91 -#: ../../godmode/setup/setup_general.php:115 -#: ../../enterprise/meta/advanced/metasetup.setup.php:158 -msgid "UTC" -msgstr "UTC" - -#: ../../general/login_required.php:111 -#: ../../godmode/setup/setup_general.php:135 -#: ../../include/functions_config.php:166 -#: ../../enterprise/meta/advanced/metasetup.setup.php:177 -#: ../../enterprise/meta/include/functions_meta.php:387 -msgid "Timezone setup" -msgstr "Zona horaria" - -#: ../../general/login_required.php:112 -#: ../../godmode/setup/setup_general.php:136 -msgid "" -"Must have the same time zone as the system or database to avoid mismatches " -"of time." -msgstr "" -"Debe tener las mismas zonas horarias que el sistema o la base de datos para " -"evitar desajustes de tiempo" - -#: ../../general/login_required.php:116 -msgid "E-mail for receiving alerts" -msgstr "E-mail para la recepción de alertas" - -#: ../../general/login_required.php:124 -msgid "Register" -msgstr "Registrar" - -#: ../../general/login_required.php:127 -#: ../../godmode/setup/snmp_wizard.php:109 -#: ../../godmode/update_manager/update_manager.offline.php:65 -#: ../../include/functions_update_manager.php:365 -#: ../../include/functions_visual_map_editor.php:464 -#: ../../include/functions_visual_map_editor.php:472 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:185 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:226 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:194 -#: ../../enterprise/include/functions_update_manager.php:197 -msgid "Cancel" -msgstr "Cancelar" - -#: ../../general/login_required.php:130 -msgid "All fields required" -msgstr "Todos los campos requeridos" - -#: ../../general/logon_failed.php:21 -#: ../../include/ajax/double_auth.ajax.php:247 -#: ../../include/ajax/double_auth.ajax.php:344 -#: ../../include/ajax/double_auth.ajax.php:389 -#: ../../include/ajax/double_auth.ajax.php:503 -#: ../../operation/users/user_edit.php:694 -#: ../../operation/users/user_edit.php:759 -#: ../../operation/users/user_edit.php:830 -msgid "Authentication error" -msgstr "Error de autenticación" - -#: ../../general/logon_failed.php:33 -msgid "" -"Either, your password or your login are incorrect. Please check your CAPS " -"LOCK key, username and password are case SeNSiTiVe.

                All actions, " -"included failed login attempts are logged in Pandora FMS System logs, and " -"these can be reviewed by each user, please report to admin any incident or " -"malfunction." -msgstr "" -"La combinación usuario/contraseña es incorrecta. Verifique que no está " -"habilitado el Bloqueo de mayúsculas, los campos distinguen entre mayúsculas " -"y minúsculas.

                Todas las acciones, incluidos los intentos fallidos de " -"acceso son guardados en el sistema de registro de sucesos de Pandora y " -"pueden ser revisados por cada usuario. Comunique al administrador cualquier " -"incidente o fallo." - -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:318 -msgid "Pandora FMS Overview" -msgstr "Vista general de Pandora FMS" - -#: ../../general/logon_ok.php:181 ../../general/logon_ok.php:380 -msgid "News board" -msgstr "Noticias globales" - -#: ../../general/logon_ok.php:186 ../../general/logon_ok.php:385 -msgid "ago" -msgstr "hace" - -#: ../../general/logon_ok.php:193 ../../general/logon_ok.php:392 -msgid "by" -msgstr "por" - -#: ../../general/logon_ok.php:227 ../../general/logon_ok.php:424 -#: ../../godmode/admin_access_logs.php:191 -#: ../../include/functions_reporting_html.php:3599 -#: ../../mobile/operation/tactical.php:311 -#: ../../operation/snmpconsole/snmp_statistics.php:140 -msgid "Source IP" -msgstr "IP origen" - -#: ../../general/logon_ok.php:228 ../../general/logon_ok.php:425 -#: ../../godmode/admin_access_logs.php:192 -#: ../../godmode/servers/manage_recontask_form.php:371 -#: ../../godmode/users/configure_user.php:523 -#: ../../include/ajax/events.php:302 ../../include/functions.php:2339 -#: ../../include/functions_reporting_html.php:3600 -#: ../../mobile/operation/events.php:518 -#: ../../operation/users/user_edit.php:449 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -msgid "Comments" -msgstr "Comentarios" - -#: ../../general/logon_ok.php:229 ../../general/logon_ok.php:426 -msgid "This is your last activity in Pandora FMS console" -msgstr "Ésta es su última actividad en la consola de Pandora FMS" - -#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 -#: ../../mobile/index.php:240 ../../mobile/operation/agent.php:66 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/events.php:430 ../../mobile/operation/groups.php:53 -#: ../../mobile/operation/module_graph.php:270 -#: ../../mobile/operation/modules.php:173 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/tactical.php:71 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../enterprise/meta/general/noaccess.php:24 -msgid "You don't have access to this page" -msgstr "No tiene permiso para acceder a esta página" - -#: ../../general/noaccess2.php:26 -msgid "Access to this page is restricted" -msgstr "El acceso a esta página es restringido" - -#: ../../general/noaccess2.php:31 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../enterprise/meta/general/noaccess.php:28 -msgid "No access" -msgstr "Acceso denegado" - -#: ../../general/noaccess2.php:36 -msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

                \n" -"\t\t\tPlease know that all attempts to access this page are recorded in " -"security logs of Pandora System Database" -msgstr "" -"El acceso a esta página está restringido a usuarios autorizados solamente, " -"por favor póngase en contacto con el administrador del sistema si necesita " -"ayuda.

                \n" -"\t\t\tPor favor, sepa que todos los intentos de acceso a esta página son " -"guardados en los registros de seguridad de la base de datos de Sistema de " -"Pandora" - -#: ../../general/pandora_help.php:24 -msgid "Pandora FMS help system" -msgstr "Sistema de ayuda de Pandora FMS" - -#: ../../general/pandora_help.php:75 -msgid "Help system error" -msgstr "Error del sistema de ayuda" - -#: ../../general/pandora_help.php:80 -msgid "" -"Pandora FMS help system has been called with a help reference that currently " -"don't exist. There is no help content to show." -msgstr "" -"El sistema de ayuda de Pandora FMS ha sido invocado con una referencia que " -"no existe actualmente. No hay contenido que mostrar." - -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -#: ../../godmode/agentes/modificar_agente.php:171 -#: ../../godmode/agentes/modificar_agente.php:175 -#: ../../godmode/agentes/module_manager.php:45 -#: ../../godmode/agentes/planned_downtime.list.php:141 -#: ../../godmode/agentes/planned_downtime.list.php:177 -#: ../../godmode/alerts/alert_templates.php:257 -#: ../../godmode/alerts/alert_templates.php:261 -#: ../../godmode/modules/manage_network_components.php:524 -#: ../../godmode/reporting/reporting_builder.php:439 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../include/functions_snmp_browser.php:556 -#: ../../operation/agentes/estado_agente.php:180 -#: ../../operation/agentes/estado_agente.php:198 -#: ../../operation/agentes/status_monitor.php:336 -#: ../../operation/incidents/incident.php:294 -#: ../../operation/search_results.php:161 -#: ../../enterprise/extensions/translate_string.php:265 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/agentes/collections.php:221 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/modules/local_components.php:450 -#: ../../enterprise/godmode/modules/local_components.php:464 -#: ../../enterprise/godmode/policies/policy_agents.php:366 -#: ../../enterprise/godmode/policies/policy_agents.php:371 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 -#: ../../enterprise/meta/agentsearch.php:69 -#: ../../enterprise/meta/general/main_header.php:486 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/inventory/inventory.php:179 -#: ../../enterprise/operation/inventory/inventory.php:219 -#: ../../enterprise/operation/log/log_viewer.php:170 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/operation/services/services.list.php:164 -#: ../../enterprise/operation/services/services.list.php:203 -#: ../../enterprise/operation/services/services.table_services.php:133 -#: ../../enterprise/operation/services/services.table_services.php:172 -msgid "Search" -msgstr "Buscar" - -#: ../../general/ui/agents_list.php:127 -#: ../../enterprise/extensions/vmware/vmware_view.php:1363 -#: ../../enterprise/operation/policies/networkmap.policies.php:71 -msgid "No agents found" -msgstr "No se encontró ningún agente" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Pandora audit" -msgstr "Auditoría de Pandora FMS" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Review Logs" -msgstr "Revisar logs" - -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/agentes/module_manager.php:49 -#: ../../godmode/modules/manage_network_templates_form.php:244 -#: ../../godmode/modules/manage_network_templates_form.php:300 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:663 -#: ../../godmode/reporting/reporting_builder.list_items.php:177 -#: ../../godmode/reporting/reporting_builder.list_items.php:200 -#: ../../godmode/snmpconsole/snmp_alert.php:1014 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -#: ../../godmode/tag/tag.php:161 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/alerts_status.functions.php:126 -#: ../../operation/agentes/estado_monitores.php:474 -#: ../../operation/agentes/graphs.php:159 -#: ../../operation/incidents/incident.php:230 -#: ../../operation/netflow/nf_live_view.php:320 ../../operation/tree.php:147 -#: ../../enterprise/extensions/backup/main.php:87 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../enterprise/godmode/setup/setup_acl.php:207 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/meta/advanced/policymanager.queue.php:228 -#: ../../enterprise/operation/services/services.list.php:293 -#: ../../enterprise/operation/services/services.list.php:299 -#: ../../enterprise/operation/services/services.table_services.php:261 -#: ../../enterprise/operation/services/services.table_services.php:267 -msgid "Filter" -msgstr "Filtro" - -#: ../../godmode/admin_access_logs.php:65 -#: ../../godmode/admin_access_logs.php:66 -#: ../../enterprise/extensions/translate_string.php:254 -#: ../../enterprise/extensions/translate_string.php:255 -#: ../../enterprise/godmode/agentes/collection_manager.php:44 -#: ../../enterprise/godmode/agentes/collections.php:217 -#: ../../enterprise/godmode/policies/policies.php:235 -#: ../../enterprise/godmode/policies/policy_collections.php:176 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 -msgid "Free text for search (*)" -msgstr "Búsqueda libre de texto" - -#: ../../godmode/admin_access_logs.php:67 -#: ../../godmode/admin_access_logs.php:68 -#: ../../godmode/events/event_edit_filter.php:281 -#: ../../mobile/operation/events.php:647 -#: ../../operation/events/events_list.php:642 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 -#: ../../enterprise/include/functions_events.php:163 -msgid "Max. hours old" -msgstr "Máx. horas de antiguedad" - -#: ../../godmode/admin_access_logs.php:303 -msgid "Export to CSV " -msgstr "Exportar a CSV " - -#: ../../godmode/agentes/agent_conf_gis.php:40 -#: ../../operation/agentes/gis_view.php:55 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"No existe un mapa por defecto. Por favor, selecciona uno en la sección de " -"configuración" - -#: ../../godmode/agentes/agent_conf_gis.php:50 -#: ../../operation/agentes/gis_view.php:86 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"No hay datos de SIG para este agente, por lo que es colocado en posición por " -"defecto del mapa." - -#: ../../godmode/agentes/agent_conf_gis.php:53 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"Cuando se cambia la posición de agente, el agente activa automáticamente la " -"opción 'Ignorar nuevos datos GIS '" - -#: ../../godmode/agentes/agent_conf_gis.php:60 -msgid "Agent position" -msgstr "Posición del agente" - -#: ../../godmode/agentes/agent_conf_gis.php:66 -msgid "Latitude: " -msgstr "Latitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:70 -msgid "Longitude: " -msgstr "Longitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:74 -msgid "Altitude: " -msgstr "Altitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:78 -#: ../../godmode/agentes/agent_manager.php:410 -#: ../../godmode/massive/massive_edit_agents.php:410 -msgid "Ignore new GIS data:" -msgstr "Ignorar nuevos datos GIS" - -#: ../../godmode/agentes/agent_incidents.php:67 -msgid "No incidents associated to this agent" -msgstr "No hay incidentes asociados a este agente" - -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:318 -#: ../../operation/incidents/incident.php:337 -#: ../../operation/incidents/incident_detail.php:244 -msgid "Incident" -msgstr "Incidente" - -#: ../../godmode/agentes/agent_incidents.php:88 -#: ../../godmode/alerts/alert_list.list.php:127 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/alerts/configure_alert_template.php:770 -#: ../../godmode/snmpconsole/snmp_alert.php:941 -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -#: ../../include/functions_events.php:2173 -#: ../../include/functions_reporting_html.php:2883 -#: ../../operation/agentes/estado_generalagente.php:407 -#: ../../operation/incidents/incident.php:246 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../enterprise/godmode/alerts/alert_events.php:505 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 -msgid "Priority" -msgstr "Prioridad" - -#: ../../godmode/agentes/agent_incidents.php:90 -#: ../../godmode/servers/servers.build_table.php:72 -#: ../../operation/incidents/incident.php:340 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 -#: ../../enterprise/meta/advanced/servers.build_table.php:67 -msgid "Updated" -msgstr "Actualizado hace" - -#: ../../godmode/agentes/agent_incidents.php:91 -#: ../../godmode/events/custom_events.php:107 -#: ../../godmode/events/custom_events.php:165 -#: ../../godmode/massive/massive_copy_modules.php:108 -#: ../../godmode/reporting/reporting_builder.item_editor.php:881 -#: ../../include/functions_events.php:47 -#: ../../include/functions_events.php:2146 -#: ../../include/functions_events.php:2261 -#: ../../include/functions_events.php:3594 -#: ../../operation/agentes/pandora_networkmap.editor.php:194 -#: ../../operation/events/events.build_table.php:229 -#: ../../operation/incidents/incident.php:341 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../enterprise/include/functions_log.php:349 -#: ../../enterprise/meta/advanced/policymanager.sync.php:291 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:75 -#: ../../enterprise/meta/advanced/synchronizing.os.php:75 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.user.php:517 -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/operation/log/log_viewer.php:205 -msgid "Source" -msgstr "Origen" - -#: ../../godmode/agentes/agent_incidents.php:92 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../include/functions_events.php:49 -#: ../../include/functions_events.php:2353 -#: ../../include/functions_events.php:3552 -#: ../../mobile/operation/events.php:477 -#: ../../operation/events/events.build_table.php:179 -#: ../../operation/incidents/incident.php:342 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../enterprise/meta/include/functions_events_meta.php:100 -msgid "Owner" -msgstr "Propietario" - -#: ../../godmode/agentes/agent_manager.php:155 -#: ../../godmode/agentes/modificar_agente.php:479 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../include/functions_treeview.php:555 -#: ../../include/functions_events.php:36 -#: ../../include/functions_events.php:908 -#: ../../include/functions_events.php:3536 -#: ../../include/functions_reporting_html.php:2078 -#: ../../mobile/operation/modules.php:495 -#: ../../mobile/operation/modules.php:753 -#: ../../operation/events/events.build_table.php:161 -#: ../../enterprise/include/functions_reporting_pdf.php:2314 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/meta/include/functions_events_meta.php:61 -msgid "Agent name" -msgstr "Nombre del agente" - -#: ../../godmode/agentes/agent_manager.php:156 -msgid "The agent's name must be the same as the one defined at the console" -msgstr "El nombre del agente debe ser el mismo que el definido en la consola" - -#: ../../godmode/agentes/agent_manager.php:159 -msgid "QR Code Agent view" -msgstr "Código QR de la vista de agente" - -#: ../../godmode/agentes/agent_manager.php:166 -#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:54 -msgid "Agent detail" -msgstr "Detalle de agente" - -#: ../../godmode/agentes/agent_manager.php:193 -#: ../../enterprise/godmode/policies/policy_agents.php:428 -msgid "This agent can be remotely configured" -msgstr "Este agente puede ser configurado remotamente" - -#: ../../godmode/agentes/agent_manager.php:196 -msgid "You can remotely edit this agent configuration" -msgstr "Puede editar remotamente la configuración de este agente" - -#: ../../godmode/agentes/agent_manager.php:203 -msgid "Delete agent" -msgstr "Borrar agente" - -#: ../../godmode/agentes/agent_manager.php:205 -msgid "Alias" -msgstr "Alias" - -#: ../../godmode/agentes/agent_manager.php:208 -msgid "Use alias as name" -msgstr "Usar el alias como nombre" - -#: ../../godmode/agentes/agent_manager.php:211 -#: ../../godmode/servers/modificar_server.php:47 -#: ../../include/functions_treeview.php:575 -#: ../../include/functions_events.php:2028 -#: ../../include/functions_reporting_html.php:2255 -#: ../../include/functions_reporting_html.php:2298 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../enterprise/include/functions_reporting_pdf.php:1844 -#: ../../enterprise/include/functions_reporting_pdf.php:1863 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 -#: ../../enterprise/meta/include/functions_wizard_meta.php:163 -#: ../../enterprise/meta/include/functions_wizard_meta.php:166 -#: ../../enterprise/meta/include/functions_wizard_meta.php:375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1306 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1641 -msgid "IP Address" -msgstr "Dirección IP" - -#: ../../godmode/agentes/agent_manager.php:220 -#: ../../godmode/snmpconsole/snmp_alert.php:1331 -#: ../../operation/events/events.build_table.php:770 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -msgid "Delete selected" -msgstr "Borrar seleccionado(s)" - -#: ../../godmode/agentes/agent_manager.php:238 -msgid "Only it is show when
                the agent is saved." -msgstr "Solo muestra cuando
                el agente es guardado." - -#: ../../godmode/agentes/agent_manager.php:250 -#: ../../godmode/agentes/planned_downtime.editor.php:712 -#: ../../godmode/agentes/planned_downtime.list.php:154 -#: ../../godmode/events/event_edit_filter.php:297 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -#: ../../godmode/massive/massive_edit_agents.php:275 -#: ../../godmode/reporting/create_container.php:433 -#: ../../godmode/reporting/visual_console_builder.wizard.php:372 -#: ../../godmode/servers/manage_recontask.php:344 -#: ../../godmode/servers/manage_recontask_form.php:303 -#: ../../godmode/users/configure_user.php:788 -#: ../../include/ajax/visual_console_builder.ajax.php:703 -#: ../../include/functions_visual_map_editor.php:313 -#: ../../include/functions_visual_map_editor.php:698 -#: ../../include/functions_html.php:873 ../../include/functions_html.php:874 -#: ../../include/functions_html.php:875 ../../include/functions_html.php:876 -#: ../../include/functions_html.php:877 ../../include/functions_html.php:880 -#: ../../include/functions_html.php:881 ../../include/functions_html.php:882 -#: ../../include/functions_html.php:883 ../../include/functions_html.php:884 -#: ../../operation/events/events_list.php:505 -#: ../../enterprise/dashboard/widgets/events_list.php:31 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 -#: ../../enterprise/godmode/setup/setup_acl.php:205 -#: ../../enterprise/godmode/setup/setup_auth.php:66 -#: ../../enterprise/godmode/setup/setup_auth.php:383 -#: ../../enterprise/godmode/setup/setup_auth.php:475 -#: ../../enterprise/operation/services/services.list.php:176 -#: ../../enterprise/operation/services/services.list.php:193 -#: ../../enterprise/operation/services/services.table_services.php:145 -#: ../../enterprise/operation/services/services.table_services.php:162 -msgid "Any" -msgstr "Cualquier" - -#: ../../godmode/agentes/agent_manager.php:255 -#: ../../godmode/groups/configure_group.php:134 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/modules/manage_nc_groups_form.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -#: ../../include/functions_visual_map_editor.php:528 -#: ../../operation/agentes/estado_generalagente.php:278 -#: ../../operation/agentes/ver_agente.php:854 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 -msgid "Parent" -msgstr "Padre" - -#: ../../godmode/agentes/agent_manager.php:266 -#: ../../godmode/massive/massive_edit_agents.php:291 -msgid "Cascade protection" -msgstr "Protección en cascada" - -#: ../../godmode/agentes/agent_manager.php:276 -#: ../../godmode/agentes/module_manager.php:560 -#: ../../godmode/agentes/module_manager_editor_common.php:378 -#: ../../godmode/agentes/module_manager_editor_common.php:404 -#: ../../godmode/massive/massive_edit_agents.php:301 -#: ../../godmode/massive/massive_edit_modules.php:464 -#: ../../godmode/modules/manage_network_components_form_common.php:104 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:259 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:581 -#: ../../include/functions_reporting_html.php:2116 -#: ../../mobile/operation/modules.php:540 -#: ../../mobile/operation/modules.php:543 -#: ../../mobile/operation/modules.php:544 -#: ../../mobile/operation/modules.php:755 -#: ../../operation/agentes/estado_agente.php:512 -#: ../../operation/agentes/estado_generalagente.php:200 -#: ../../operation/agentes/status_monitor.php:966 -#: ../../operation/netflow/nf_live_view.php:245 -#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 -#: ../../operation/search_modules.php:50 -#: ../../operation/servers/recon_view.php:92 -#: ../../enterprise/extensions/ipam/ipam_list.php:162 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/extensions/vmware/main.php:253 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/modules/configure_local_component.php:223 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/include/functions_reporting_pdf.php:2367 -#: ../../enterprise/meta/agentsearch.php:95 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 -#: ../../enterprise/meta/include/functions_wizard_meta.php:780 -#: ../../enterprise/meta/include/functions_wizard_meta.php:898 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1062 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1360 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1441 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1574 -msgid "Interval" -msgstr "Intervalo" - -#: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/modificar_agente.php:487 -#: ../../godmode/agentes/planned_downtime.editor.php:754 -#: ../../godmode/massive/massive_edit_agents.php:305 -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:298 -#: ../../include/functions_events.php:2033 -#: ../../include/functions_reporting_html.php:2080 -#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:316 -#: ../../operation/agentes/estado_agente.php:507 -#: ../../operation/agentes/estado_generalagente.php:127 -#: ../../operation/gis_maps/ajax.php:276 ../../operation/search_agents.php:45 -#: ../../operation/search_agents.php:53 ../../operation/tree.php:55 -#: ../../operation/tree.php:94 -#: ../../enterprise/dashboard/widgets/tree_view.php:38 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../enterprise/godmode/modules/local_components.php:446 -#: ../../enterprise/godmode/modules/local_components.php:460 -#: ../../enterprise/godmode/modules/local_components.php:482 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -#: ../../enterprise/meta/agentsearch.php:94 -msgid "OS" -msgstr "SO" - -#: ../../godmode/agentes/agent_manager.php:294 -#: ../../godmode/agentes/module_manager.php:554 -#: ../../godmode/massive/massive_edit_agents.php:316 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1226 -#: ../../include/functions_events.php:3515 -#: ../../operation/events/events.build_table.php:139 -#: ../../operation/events/events_list.php:512 -#: ../../operation/servers/recon_view.php:173 -#: ../../enterprise/extensions/csv_import/main.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 -#: ../../enterprise/include/functions_events.php:204 -#: ../../enterprise/meta/advanced/policymanager.queue.php:255 -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 -#: ../../enterprise/meta/include/functions_wizard_meta.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1624 -msgid "Server" -msgstr "Servidor" - -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/agentes/agent_manager.php:401 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:692 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:933 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:949 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:331 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:409 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 -#: ../../godmode/agentes/module_manager_editor_common.php:428 -#: ../../godmode/agentes/module_manager_editor_common.php:630 -#: ../../godmode/agentes/module_manager_editor_common.php:790 -#: ../../godmode/agentes/module_manager_editor_common.php:796 -#: ../../godmode/agentes/module_manager_editor_common.php:805 -#: ../../godmode/agentes/module_manager_editor_common.php:811 -#: ../../godmode/agentes/module_manager_editor_plugin.php:52 -#: ../../godmode/alerts/alert_list.list.php:611 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/configure_alert_template.php:588 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:422 -#: ../../godmode/gis_maps/configure_gis_map.php:414 -#: ../../godmode/groups/configure_group.php:197 -#: ../../godmode/massive/massive_add_action_alerts.php:288 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_add_tags.php:169 -#: ../../godmode/massive/massive_delete_alerts.php:243 -#: ../../godmode/massive/massive_delete_modules.php:490 -#: ../../godmode/massive/massive_delete_modules.php:564 -#: ../../godmode/massive/massive_delete_modules.php:609 -#: ../../godmode/massive/massive_delete_modules.php:610 -#: ../../godmode/massive/massive_delete_modules.php:611 -#: ../../godmode/massive/massive_delete_modules.php:612 -#: ../../godmode/massive/massive_delete_modules.php:679 -#: ../../godmode/massive/massive_delete_tags.php:226 -#: ../../godmode/massive/massive_delete_tags.php:253 -#: ../../godmode/massive/massive_delete_tags.php:289 -#: ../../godmode/massive/massive_edit_agents.php:315 -#: ../../godmode/massive/massive_edit_modules.php:319 -#: ../../godmode/massive/massive_edit_modules.php:538 -#: ../../godmode/massive/massive_edit_modules.php:570 -#: ../../godmode/massive/massive_edit_modules.php:631 -#: ../../godmode/massive/massive_edit_modules.php:690 -#: ../../godmode/massive/massive_edit_modules.php:775 -#: ../../godmode/massive/massive_edit_modules.php:776 -#: ../../godmode/massive/massive_edit_modules.php:777 -#: ../../godmode/massive/massive_edit_modules.php:778 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_plugins.php:284 -#: ../../godmode/modules/manage_nc_groups_form.php:72 -#: ../../godmode/modules/manage_network_components_form.php:455 -#: ../../godmode/modules/manage_network_components_form.php:461 -#: ../../godmode/modules/manage_network_components_form.php:470 -#: ../../godmode/modules/manage_network_components_form.php:476 -#: ../../godmode/modules/manage_network_components_form_common.php:191 -#: ../../godmode/modules/manage_network_components_form_plugin.php:24 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/graph_builder.graph_editor.php:135 -#: ../../godmode/reporting/graph_builder.graph_editor.php:194 -#: ../../godmode/reporting/graph_builder.graph_editor.php:214 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1077 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1146 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1156 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1181 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1474 -#: ../../godmode/reporting/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.elements.php:429 -#: ../../godmode/reporting/visual_console_builder.wizard.php:199 -#: ../../godmode/reporting/visual_console_builder.wizard.php:296 -#: ../../godmode/reporting/visual_console_builder.wizard.php:304 -#: ../../godmode/reporting/visual_console_builder.wizard.php:326 -#: ../../godmode/reporting/visual_console_builder.wizard.php:335 -#: ../../godmode/reporting/visual_console_builder.wizard.php:374 -#: ../../godmode/reporting/visual_console_builder.wizard.php:571 -#: ../../godmode/reporting/visual_console_builder.wizard.php:581 -#: ../../godmode/reporting/visual_console_builder.wizard.php:613 -#: ../../godmode/servers/manage_recontask_form.php:277 -#: ../../godmode/setup/os.builder.php:40 -#: ../../godmode/setup/setup_visuals.php:315 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:1008 -#: ../../godmode/users/configure_user.php:548 -#: ../../godmode/users/configure_user.php:635 -#: ../../godmode/users/configure_user.php:640 -#: ../../godmode/users/configure_user.php:774 -#: ../../godmode/users/configure_user.php:778 -#: ../../godmode/users/configure_user.php:783 -#: ../../include/ajax/alert_list.ajax.php:150 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../include/functions.php:909 -#: ../../include/functions_pandora_networkmap.php:267 -#: ../../include/functions_pandora_networkmap.php:753 -#: ../../include/functions_pandora_networkmap.php:1471 -#: ../../include/functions_pandora_networkmap.php:1474 -#: ../../include/functions_pandora_networkmap.php:1525 -#: ../../include/functions_pandora_networkmap.php:1529 -#: ../../include/functions_pandora_networkmap.php:1581 -#: ../../include/functions_pandora_networkmap.php:1586 -#: ../../include/functions_events.php:1698 -#: ../../include/functions_events.php:1705 -#: ../../include/functions_visual_map_editor.php:268 -#: ../../include/functions_visual_map_editor.php:353 -#: ../../include/functions_visual_map_editor.php:531 -#: ../../include/functions_html.php:317 ../../include/functions_html.php:480 -#: ../../mobile/operation/events.php:587 -#: ../../operation/agentes/pandora_networkmap.editor.php:204 -#: ../../operation/agentes/ver_agente.php:813 -#: ../../operation/agentes/ver_agente.php:856 -#: ../../operation/agentes/ver_agente.php:866 -#: ../../operation/events/events_list.php:347 -#: ../../operation/events/events_list.php:959 -#: ../../operation/netflow/nf_live_view.php:399 -#: ../../operation/snmpconsole/snmp_view.php:423 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:814 -#: ../../operation/users/user_edit.php:324 -#: ../../operation/users/user_edit.php:348 -#: ../../operation/users/user_edit.php:388 -#: ../../operation/users/user_edit.php:402 -#: ../../operation/users/user_edit.php:555 -#: ../../operation/users/user_edit.php:562 -#: ../../operation/users/user_edit.php:571 -#: ../../operation/users/user_edit.php:578 -#: ../../enterprise/dashboard/widgets/service_map.php:39 -#: ../../enterprise/dashboard/widgets/top_n.php:398 -#: ../../enterprise/dashboard/widgets/ux_transaction.php:68 -#: ../../enterprise/dashboard/widgets/ux_transaction.php:71 -#: ../../enterprise/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:427 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:558 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:654 -#: ../../enterprise/godmode/alerts/alert_events.php:468 -#: ../../enterprise/godmode/alerts/alert_events_list.php:595 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/modules/configure_local_component.php:367 -#: ../../enterprise/godmode/modules/configure_local_component.php:507 -#: ../../enterprise/godmode/modules/configure_local_component.php:513 -#: ../../enterprise/godmode/modules/configure_local_component.php:521 -#: ../../enterprise/godmode/modules/configure_local_component.php:527 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:681 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:756 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:917 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:933 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:949 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:965 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:981 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:996 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1002 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:328 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:403 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:244 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:284 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:414 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:430 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:446 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:462 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:477 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:483 -#: ../../enterprise/godmode/policies/policy_agents.php:223 -#: ../../enterprise/godmode/policies/policy_agents.php:653 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:141 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:347 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:366 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:377 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:500 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:509 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:528 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:666 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:730 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:745 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:769 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1745 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:699 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:720 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:735 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:745 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:786 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:596 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:617 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:626 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:986 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1014 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1033 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1060 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:274 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:292 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:314 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:332 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:365 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:395 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:416 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:436 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:461 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:500 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:158 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:190 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:196 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:208 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:218 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../enterprise/godmode/setup/setup.php:374 -#: ../../enterprise/godmode/setup/setup.php:380 -#: ../../enterprise/godmode/setup/setup.php:388 -#: ../../enterprise/godmode/setup/setup.php:394 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../enterprise/meta/advanced/metasetup.setup.php:282 -#: ../../enterprise/meta/advanced/metasetup.setup.php:288 -#: ../../enterprise/meta/advanced/metasetup.setup.php:298 -#: ../../enterprise/meta/advanced/metasetup.setup.php:304 -#: ../../enterprise/meta/event/custom_events.php:211 -#: ../../enterprise/meta/event/custom_events.php:222 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 -#: ../../enterprise/operation/agentes/ver_agente.php:36 -msgid "None" -msgstr "Ninguno/a" - -#: ../../godmode/agentes/agent_manager.php:323 -#: ../../godmode/agentes/module_manager_editor_common.php:360 -#: ../../godmode/groups/configure_group.php:178 -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Custom ID" -msgstr "ID Personalizado" - -#: ../../godmode/agentes/agent_manager.php:327 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Module definition" -msgstr "Definición de módulos" - -#: ../../godmode/agentes/agent_manager.php:329 -#: ../../godmode/massive/massive_edit_agents.php:358 -msgid "Learning mode" -msgstr "Modo de aprendizaje" - -#: ../../godmode/agentes/agent_manager.php:332 -#: ../../godmode/massive/massive_edit_agents.php:359 -msgid "Normal mode" -msgstr "Modo normal" - -#: ../../godmode/agentes/agent_manager.php:335 -msgid "Autodisable mode" -msgstr "Modo auto deshabilitado" - -#: ../../godmode/agentes/agent_manager.php:341 -#: ../../godmode/agentes/modificar_agente.php:564 -#: ../../godmode/agentes/module_manager_editor_common.php:172 -#: ../../godmode/agentes/module_manager_editor_common.php:470 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/alerts/configure_alert_template.php:666 -#: ../../godmode/massive/massive_edit_agents.php:364 -#: ../../godmode/massive/massive_edit_modules.php:467 -#: ../../include/functions_reporting.php:3604 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:551 -#: ../../include/functions_groups.php:2158 -#: ../../include/functions_reporting_html.php:2095 -#: ../../mobile/operation/agent.php:124 ../../mobile/operation/alerts.php:40 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../operation/agentes/estado_generalagente.php:79 -#: ../../operation/agentes/estado_generalagente.php:294 -#: ../../operation/search_agents.php:91 -#: ../../enterprise/extensions/vmware/functions.php:20 -#: ../../enterprise/godmode/modules/configure_local_component.php:287 -#: ../../enterprise/godmode/setup/edit_skin.php:248 -#: ../../enterprise/include/functions_reporting_pdf.php:2347 -#: ../../enterprise/meta/agentsearch.php:160 -#: ../../enterprise/meta/agentsearch.php:168 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364 -#: ../../enterprise/meta/include/functions_wizard_meta.php:179 -#: ../../enterprise/meta/include/functions_wizard_meta.php:411 -#: ../../enterprise/meta/include/functions_wizard_meta.php:480 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1009 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -msgid "Disabled" -msgstr "Desactivado" - -#: ../../godmode/agentes/agent_manager.php:343 -#: ../../godmode/massive/massive_edit_agents.php:365 -msgid "Active" -msgstr "Activo" - -#: ../../godmode/agentes/agent_manager.php:347 -#: ../../godmode/agentes/configurar_agente.php:440 -#: ../../godmode/agentes/configurar_agente.php:552 -#: ../../godmode/massive/massive_edit_agents.php:368 -#: ../../godmode/servers/servers.build_table.php:165 -#: ../../operation/agentes/estado_generalagente.php:292 -#: ../../enterprise/godmode/policies/policy_agents.php:378 -msgid "Remote configuration" -msgstr "Configuración remota" - -#: ../../godmode/agentes/agent_manager.php:350 -#: ../../godmode/agentes/agent_manager.php:372 -#: ../../godmode/massive/massive_edit_agents.php:375 -msgid "Not available" -msgstr "No disponible" - -#: ../../godmode/agentes/agent_manager.php:363 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 -msgid "Delete remote configuration file" -msgstr "Borrar el archivo de configuración remota." - -#: ../../godmode/agentes/agent_manager.php:366 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:208 -msgid "" -"Delete this conf file implies that for restore you must reactive remote " -"config in the local agent." -msgstr "" -"Borrar el archivo .conf implica que para restaurarlo, debe reactivar la " -"configuración remota en el agente local." - -#: ../../godmode/agentes/agent_manager.php:381 -#: ../../godmode/massive/massive_edit_agents.php:401 -msgid "Agent icon" -msgstr "Icono de agente" - -#: ../../godmode/agentes/agent_manager.php:381 -msgid "Agent icon for GIS Maps." -msgstr "Icono de agente para mapas GIS." - -#: ../../godmode/agentes/agent_manager.php:419 -#: ../../include/functions_treeview.php:668 -#: ../../operation/agentes/estado_generalagente.php:329 -#: ../../operation/agentes/ver_agente.php:1035 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 -msgid "Url address" -msgstr "Dirección Url" - -#: ../../godmode/agentes/agent_manager.php:423 -#: ../../godmode/agentes/modificar_agente.php:543 -#: ../../godmode/agentes/module_manager.php:643 -#: ../../godmode/agentes/module_manager_editor_common.php:564 -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:427 -#: ../../godmode/massive/massive_edit_agents.php:416 -#: ../../godmode/massive/massive_edit_modules.php:607 -#: ../../include/ajax/module.php:879 ../../include/class/Tree.class.php:1796 -#: ../../mobile/operation/agent.php:129 -#: ../../operation/agentes/estado_agente.php:572 -#: ../../operation/agentes/estado_generalagente.php:82 -msgid "Quiet" -msgstr "Silencioso" - -#: ../../godmode/agentes/agent_manager.php:425 -#: ../../godmode/massive/massive_edit_agents.php:417 -msgid "The agent still runs but the alerts and events will be stop" -msgstr "" -"El agente seguirá ejecutándose, pero las alertas y eventos se detendrán" - -#: ../../godmode/agentes/agent_manager.php:428 -#: ../../godmode/agentes/module_manager_editor.php:515 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/massive/massive_edit_agents.php:422 -#: ../../include/functions_visual_map_editor.php:486 -#: ../../operation/events/events_list.php:654 -#: ../../enterprise/godmode/alerts/alert_events_list.php:597 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../enterprise/godmode/policies/policy_modules.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 -msgid "Advanced options" -msgstr "Opciones avanzadas" - -#: ../../godmode/agentes/agent_manager.php:448 -#: ../../godmode/massive/massive_edit_agents.php:446 -msgid "This field allows url insertion using the BBCode's url tag" -msgstr "" -"Este campo permite la inserción de URL mediante la etiqueta URL de BBCode" - -#: ../../godmode/agentes/agent_manager.php:450 -#: ../../godmode/massive/massive_edit_agents.php:448 -msgid "The format is: [url='url to navigate']'text to show'[/url]" -msgstr "El formato es: [url='url para navegar']'texto para mostrar'[/url]" - -#: ../../godmode/agentes/agent_manager.php:452 -#: ../../godmode/massive/massive_edit_agents.php:450 -msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" -msgstr "e.g.: [url=pandorafms.org]Comunidad de Pandora FMS[/url]" - -#: ../../godmode/agentes/agent_manager.php:470 -#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 -#: ../../godmode/events/events.php:69 -#: ../../godmode/massive/massive_edit_agents.php:465 ../../godmode/menu.php:36 -#: ../../include/functions_events.php:2048 -#: ../../operation/agentes/ver_agente.php:1046 -#: ../../enterprise/meta/event/custom_events.php:53 -#: ../../enterprise/meta/event/custom_events.php:58 -#: ../../enterprise/meta/event/custom_events.php:69 -#: ../../enterprise/meta/event/custom_events.php:83 -msgid "Custom fields" -msgstr "Campos personalizados" - -#: ../../godmode/agentes/agent_manager.php:495 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/agentes/module_manager.php:136 -#: ../../godmode/agentes/module_manager_editor.php:540 -#: ../../godmode/agentes/planned_downtime.list.php:366 -#: ../../godmode/agentes/planned_downtime.list.php:516 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/alerts/alert_commands.php:377 -#: ../../godmode/alerts/alert_list.list.php:743 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_special_days.php:464 -#: ../../godmode/alerts/alert_special_days.php:482 -#: ../../godmode/alerts/alert_templates.php:364 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/configure_alert_special_days.php:106 -#: ../../godmode/category/edit_category.php:174 -#: ../../godmode/events/event_edit_filter.php:405 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/groups/configure_group.php:225 -#: ../../godmode/groups/configure_modu_group.php:87 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/modules/manage_nc_groups.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:84 -#: ../../godmode/modules/manage_network_components.php:645 -#: ../../godmode/modules/manage_network_components_form.php:279 -#: ../../godmode/modules/manage_network_templates.php:237 -#: ../../godmode/modules/manage_network_templates_form.php:159 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../godmode/reporting/create_container.php:236 -#: ../../godmode/reporting/graph_builder.main.php:186 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 -#: ../../godmode/servers/manage_recontask.php:397 -#: ../../godmode/servers/plugin.php:542 -#: ../../godmode/servers/recon_script.php:220 ../../godmode/setup/gis.php:93 -#: ../../godmode/setup/links.php:117 ../../godmode/setup/news.php:204 -#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76 -#: ../../godmode/snmpconsole/snmp_alert.php:980 -#: ../../godmode/snmpconsole/snmp_alert.php:1339 -#: ../../godmode/snmpconsole/snmp_filters.php:108 -#: ../../godmode/snmpconsole/snmp_filters.php:156 -#: ../../godmode/tag/edit_tag.php:232 -#: ../../godmode/users/configure_user.php:680 -#: ../../godmode/users/profile_list.php:404 -#: ../../include/functions_visual_map_editor.php:473 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:654 -#: ../../operation/gis_maps/gis_map.php:182 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../enterprise/extensions/backup/main.php:227 -#: ../../enterprise/extensions/cron/main.php:355 -#: ../../enterprise/extensions/ipam/ipam_editor.php:121 -#: ../../enterprise/extensions/ipam/ipam_list.php:257 -#: ../../enterprise/godmode/agentes/collections.agents.php:40 -#: ../../enterprise/godmode/agentes/collections.data.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:127 -#: ../../enterprise/godmode/agentes/collections.data.php:146 -#: ../../enterprise/godmode/agentes/collections.data.php:161 -#: ../../enterprise/godmode/agentes/collections.data.php:183 -#: ../../enterprise/godmode/agentes/collections.data.php:225 -#: ../../enterprise/godmode/agentes/collections.editor.php:117 -#: ../../enterprise/godmode/agentes/collections.php:287 -#: ../../enterprise/godmode/alerts/alert_events_list.php:671 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 -#: ../../enterprise/godmode/modules/configure_local_component.php:490 -#: ../../enterprise/godmode/modules/local_components.php:551 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policies.php:478 -#: ../../enterprise/godmode/policies/policy_modules.php:369 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../enterprise/godmode/services/services.elements.php:426 -#: ../../enterprise/godmode/services/services.service.php:372 -#: ../../enterprise/godmode/setup/edit_skin.php:270 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:365 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:309 -msgid "Create" -msgstr "Crear" - -#: ../../godmode/agentes/agent_template.php:69 -msgid "Created by template " -msgstr "Creado mediante la plantilla " - -#: ../../godmode/agentes/agent_template.php:157 -msgid "Error adding modules" -msgstr "Error añadiendo módulos" - -#: ../../godmode/agentes/agent_template.php:159 -msgid "Error adding modules. The following errors already exists: " -msgstr "Error añadiendo módulos. Ocurrieron los siguientes errores: " - -#: ../../godmode/agentes/agent_template.php:162 -msgid "Modules successfully added" -msgstr "Módulos añadidos correctamente" - -#: ../../godmode/agentes/agent_template.php:189 -msgid "Assign" -msgstr "Asignar" - -#: ../../godmode/agentes/agent_template.php:228 -#: ../../godmode/alerts/alert_list.list.php:86 -#: ../../godmode/modules/manage_network_components.php:565 -#: ../../godmode/modules/manage_network_templates_form.php:198 -#: ../../include/ajax/module.php:741 ../../mobile/operation/modules.php:489 -#: ../../mobile/operation/modules.php:752 -#: ../../operation/agentes/status_monitor.php:332 -#: ../../operation/agentes/status_monitor.php:958 -#: ../../enterprise/include/functions_reporting_pdf.php:2361 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 -msgid "Module name" -msgstr "Nombre módulo" - -#: ../../godmode/agentes/agent_template.php:229 -#: ../../godmode/agentes/module_manager.php:131 -#: ../../godmode/agentes/module_manager.php:557 -#: ../../godmode/agentes/module_manager_editor_common.php:186 -#: ../../godmode/agentes/planned_downtime.editor.php:485 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/alerts/alert_templates.php:38 -#: ../../godmode/alerts/alert_templates.php:254 -#: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/events/event_responses.editor.php:115 -#: ../../godmode/modules/manage_network_components.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:69 -#: ../../godmode/modules/manage_network_templates_form.php:199 -#: ../../godmode/reporting/reporting_builder.item_editor.php:620 -#: ../../godmode/reporting/reporting_builder.list_items.php:169 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.list_items.php:289 -#: ../../godmode/reporting/visual_console_builder.wizard.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:216 -#: ../../godmode/servers/plugin.php:736 -#: ../../godmode/servers/servers.build_table.php:66 -#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 -#: ../../include/ajax/module.php:738 ../../include/functions_events.php:901 -#: ../../include/functions_events.php:2367 -#: ../../include/functions_visual_map_editor.php:400 -#: ../../include/functions_visual_map_editor.php:419 -#: ../../include/functions_reporting_html.php:809 -#: ../../include/functions_reporting_html.php:818 -#: ../../include/functions_reporting_html.php:1023 -#: ../../include/functions_reporting_html.php:1033 -#: ../../include/functions_reporting_html.php:1647 -#: ../../include/functions_reporting_html.php:2111 -#: ../../include/functions_reporting_html.php:3105 -#: ../../include/functions_snmp_browser.php:410 -#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 -#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 -#: ../../mobile/operation/events.php:623 -#: ../../mobile/operation/networkmaps.php:77 -#: ../../mobile/operation/networkmaps.php:78 -#: ../../mobile/operation/networkmaps.php:140 -#: ../../mobile/operation/networkmaps.php:141 -#: ../../mobile/operation/networkmaps.php:196 -#: ../../mobile/operation/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../operation/agentes/ver_agente.php:806 -#: ../../operation/events/events.php:72 -#: ../../operation/events/sound_events.php:82 -#: ../../operation/netflow/nf_live_view.php:254 -#: ../../operation/search_modules.php:49 -#: ../../enterprise/godmode/modules/configure_local_component.php:184 -#: ../../enterprise/godmode/policies/policy_modules.php:1204 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1194 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:98 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 -#: ../../enterprise/godmode/services/services.elements.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:1031 -#: ../../enterprise/include/functions_reporting_csv.php:1144 -#: ../../enterprise/include/functions_reporting_csv.php:1291 -#: ../../enterprise/include/functions_reporting_csv.php:1356 -#: ../../enterprise/include/functions_reporting_pdf.php:2362 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/operation/agentes/policy_view.php:306 -#: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:159 -msgid "Type" -msgstr "Tipo" - -#: ../../godmode/agentes/agent_template.php:263 -#: ../../mobile/operation/modules.php:668 -msgid "No modules" -msgstr "Sin módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 -msgid "The SNMP remote plugin doesnt seem to be installed" -msgstr "El plugin remoto SNMP no parece estar instalado" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 -msgid "It is necessary to use some features" -msgstr "Necesita usar algunas características" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 -msgid "" -"Please, install the SNMP remote plugin (The name of the plugin must be " -"snmp_remote.pl)" -msgstr "" -"Por favor, instale el plugin remoto de SNMP (El nombre del plugin debe ser " -"snmp_remote.pl)" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:248 -msgid "Remote system doesnt support host SNMP information" -msgstr "Sistema remoto no soporta información del host SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179 -msgid "No agent selected or the agent does not exist" -msgstr "No se ha seleccionado un agente o ese agente no existe." - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:330 -msgid "The number of bytes read from this device since boot" -msgstr "El número de bytes leídos desde este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:332 -msgid "The number of bytes written to this device since boot" -msgstr "El número de bytes escritos en este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:334 -msgid "The number of read accesses from this device since boot" -msgstr "" -"El número de lectura accesible desde este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:336 -msgid "The number of write accesses from this device since boot" -msgstr "" -"El número de escritura accesible desde este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:511 -#, php-format -msgid "Check if the process %s is running or not" -msgstr "Compruebe si el proceso %s se está ejecutando correctamente" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:582 -msgid "Disk use information" -msgstr "Información del disco en uso" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:651 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s módulos creados correctamente" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:656 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:661 -#, php-format -msgid "Error creating %s modules" -msgstr "Error al crear %s módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:666 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:232 -#, php-format -msgid "%s modules already exist" -msgstr "%s módulos ya existen" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:675 -msgid "Modules created succesfully" -msgstr "Módulos creados con éxito" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342 -#: ../../godmode/agentes/module_manager_editor_network.php:106 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -#: ../../include/functions_config.php:715 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:692 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:339 -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../enterprise/godmode/setup/setup_history.php:56 -msgid "Port" -msgstr "Puerto" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345 -msgid "Use agent ip" -msgstr "Usar ip del agente" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353 -#: ../../godmode/agentes/module_manager_editor_network.php:119 -#: ../../godmode/modules/manage_network_components_form_network.php:50 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:700 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:347 -msgid "SNMP community" -msgstr "Comunidad SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356 -#: ../../godmode/agentes/module_manager_editor_network.php:132 -#: ../../godmode/massive/massive_edit_modules.php:494 -#: ../../godmode/modules/manage_network_components_form_network.php:40 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:703 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:350 -msgid "SNMP version" -msgstr "Versión SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369 -#: ../../godmode/agentes/module_manager_editor_network.php:216 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../godmode/modules/manage_network_components_form_network.php:57 -#: ../../include/functions_snmp_browser.php:530 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:716 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:363 -msgid "Auth user" -msgstr "Autenticación de usuario" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/module_manager_editor_network.php:219 -#: ../../godmode/massive/massive_edit_modules.php:500 -#: ../../godmode/modules/manage_network_components_form_network.php:59 -#: ../../include/functions_snmp_browser.php:532 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:718 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:365 -msgid "Auth password" -msgstr "Autenticación de contraseña" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/module_manager_editor_network.php:227 -#: ../../godmode/massive/massive_edit_modules.php:503 -#: ../../godmode/modules/manage_network_components_form_network.php:65 -#: ../../include/functions_snmp_browser.php:536 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:722 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:369 -msgid "Privacy method" -msgstr "Método de privacidad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 -#: ../../godmode/agentes/module_manager_editor_network.php:228 -#: ../../godmode/massive/massive_edit_modules.php:504 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../include/functions_snmp_browser.php:537 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 -msgid "DES" -msgstr "DES" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 -#: ../../godmode/agentes/module_manager_editor_network.php:228 -#: ../../godmode/massive/massive_edit_modules.php:504 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -#: ../../include/functions_snmp_browser.php:537 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 -msgid "AES" -msgstr "AES" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:724 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:371 -msgid "privacy pass" -msgstr "pase privado" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380 -#: ../../godmode/agentes/module_manager_editor_network.php:237 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/modules/manage_network_components_form_network.php:72 -#: ../../include/functions_snmp_browser.php:541 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:727 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:374 -msgid "Auth method" -msgstr "método de autenticación" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 -#: ../../godmode/agentes/module_manager_editor_network.php:238 -#: ../../godmode/massive/massive_edit_modules.php:508 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../include/functions_snmp_browser.php:542 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 -msgid "MD5" -msgstr "MD5" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 -#: ../../godmode/agentes/module_manager_editor_network.php:238 -#: ../../godmode/massive/massive_edit_modules.php:508 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -#: ../../include/functions_snmp_browser.php:542 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 -msgid "SHA" -msgstr "SHA" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382 -#: ../../godmode/agentes/module_manager_editor_network.php:239 -#: ../../godmode/massive/massive_edit_modules.php:509 -#: ../../godmode/modules/manage_network_components_form_network.php:74 -#: ../../include/functions_snmp_browser.php:543 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:729 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:376 -msgid "Security level" -msgstr "Nivel de seguridad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383 -#: ../../godmode/agentes/module_manager_editor_network.php:240 -#: ../../godmode/massive/massive_edit_modules.php:510 -#: ../../godmode/modules/manage_network_components_form_network.php:75 -#: ../../include/functions_snmp_browser.php:544 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:730 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:377 -msgid "Not auth and not privacy method" -msgstr "método sin autenticación ni privacidad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 -#: ../../godmode/agentes/module_manager_editor_network.php:241 -#: ../../godmode/massive/massive_edit_modules.php:511 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../include/functions_snmp_browser.php:545 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 -msgid "Auth and not privacy method" -msgstr "metodo con autenticacion y sin privacidad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 -#: ../../godmode/agentes/module_manager_editor_network.php:241 -#: ../../godmode/massive/massive_edit_modules.php:511 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -#: ../../include/functions_snmp_browser.php:545 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 -msgid "Auth and privacy method" -msgstr "metodo de autenticación y privacidad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:744 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:391 -msgid "SNMP Walk" -msgstr "Exploración SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 -#: ../../operation/tree.php:264 -#: ../../enterprise/dashboard/widgets/tree_view.php:188 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 -#: ../../enterprise/include/functions_inventory.php:166 -msgid "No data found" -msgstr "No se encontraron datos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 -msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" -msgstr "" -"Si el dispositivo es un dispositivo de red, pruebe con el Wizard de interfaz " -"SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:776 -msgid "Devices" -msgstr "Dispositivos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:793 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../operation/agentes/ver_agente.php:1106 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:777 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:299 -msgid "Processes" -msgstr "Procesos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:778 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:300 -msgid "Free space on disk" -msgstr "Espacio libre en disco" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:779 -msgid "Temperature sensors" -msgstr "Sensores de temperatura" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:780 -msgid "Other SNMP data" -msgstr "Otros datos SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:782 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:303 -msgid "Wizard mode" -msgstr "Modo wizard" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:801 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:806 -msgid "SNMP remote plugin is necessary for this feature" -msgstr "Se necesita el plugin remoto SNMP para esta funcionalidad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:838 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:840 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:842 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:844 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:847 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:346 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:348 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:350 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:352 -msgid "Add to modules list" -msgstr "Añadir a lista de módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:849 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:356 -msgid "Remove from modules list" -msgstr "Eliminar de la lista de módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:859 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:440 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:367 -msgid "Create modules" -msgstr "Crear módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:916 -msgid "Device" -msgstr "Dispositivo" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:938 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:954 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 -#: ../../godmode/events/event_edit_filter.php:301 -#: ../../include/functions_events.php:2372 -#: ../../mobile/operation/events.php:485 -#: ../../operation/events/events_list.php:644 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:922 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:938 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:954 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:970 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:986 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:419 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:435 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:451 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:467 -#: ../../enterprise/include/functions_events.php:149 -msgid "Repeated" -msgstr "Repetido" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 -#: ../../godmode/reporting/visual_console_builder.wizard.php:193 -#: ../../include/functions_visual_map_editor.php:348 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:932 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:429 -msgid "Process" -msgstr "Procesar" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:964 -msgid "Temperature" -msgstr "Temperatura" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1011 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:489 -msgid "Modules list is empty" -msgstr "La lista de módulos está vacía." - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174 -#: ../../godmode/massive/massive_add_action_alerts.php:116 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../godmode/massive/massive_delete_action_alerts.php:119 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:1079 -#: ../../godmode/reporting/visual_console_builder.php:486 -#: ../../include/functions_visual_map.php:1751 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:562 -#: ../../enterprise/include/functions_massive.php:15 -msgid "No modules selected" -msgstr "No se han seleccionado módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:283 -msgid "Successfully modules created" -msgstr "Módulos creados con éxito." - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 -#: ../../godmode/agentes/configurar_agente.php:265 -#: ../../godmode/agentes/configurar_agente.php:616 -#: ../../godmode/agentes/planned_downtime.editor.php:356 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/alerts/alert_commands.php:294 -#: ../../godmode/alerts/alert_list.php:104 -#: ../../godmode/alerts/alert_special_days.php:149 -#: ../../godmode/alerts/configure_alert_template.php:122 -#: ../../godmode/alerts/configure_alert_template.php:435 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:162 -#: ../../godmode/modules/manage_network_components.php:256 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2436 -#: ../../godmode/setup/gis.php:47 ../../godmode/setup/news.php:57 -#: ../../godmode/users/configure_user.php:257 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -#: ../../operation/agentes/pandora_networkmap.php:153 -#: ../../enterprise/extensions/ipam/ipam_action.php:92 -#: ../../enterprise/extensions/ipam/ipam_action.php:100 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:247 -#: ../../enterprise/godmode/policies/policies.php:128 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:287 -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:87 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:216 -#: ../../enterprise/operation/agentes/transactional_map.php:87 -msgid "Could not be created" -msgstr "No se ha podido crear" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:293 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1855 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1955 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2428 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2544 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2633 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2844 -msgid "Another module already exists with the same name" -msgstr "Ya existe otro módulo con el mismo nombre" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 -msgid "Some required fields are missed" -msgstr "Faltan campos necesarios por rellenar" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 -msgid "name" -msgstr "nombre" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:301 -msgid "Processing error" -msgstr "Error de procesamiento" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:395 -msgid "Unable to do SNMP walk" -msgstr "No se pudo realizar el SNMP walk" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435 -#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:428 -msgid "Interfaces" -msgstr "Interfaces" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:110 -#, php-format -msgid "Free space on %s" -msgstr "Espacio libre en %s" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:202 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s modulos de servicio creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:205 -#, php-format -msgid "Error creating %s service modules" -msgstr "Error creando %s modulos de servicio" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:210 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s módulos de proceso creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:213 -#, php-format -msgid "Error creating %s process modules" -msgstr "Error al crear %s módulos de proceso" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:218 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "%s módulos de espacio en disco creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:221 -#, php-format -msgid "Error creating %s disk space modules" -msgstr "Error creando %s modulos de espacio en disco" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:226 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "%s módulos creados correctamente desde los componentes" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:229 -#, php-format -msgid "Error creating %s modules from components" -msgstr "Error al crear %s módulos desde los componentes" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 -#: ../../godmode/agentes/module_manager_editor_wmi.php:47 -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:255 -msgid "Namespace" -msgstr "Espacio de nombres" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 -#: ../../godmode/agentes/module_manager_editor_wmi.php:54 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:259 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -msgid "Username" -msgstr "Usuario" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:272 -msgid "WMI Explore" -msgstr "Explorador WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:276 -msgid "Unable to do WMI explorer" -msgstr "Imposible lanzar el Explorador WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:301 -msgid "WMI components" -msgstr "Componentes WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 -#: ../../godmode/agentes/planned_downtime.editor.php:706 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:314 -msgid "Filter by group" -msgstr "Filtrar por grupo" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:81 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:334 -msgid "No component was found" -msgstr "No se encontró ningún componente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1547 -#: ../../enterprise/dashboard/widgets/service_map.php:46 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:22 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:157 -#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:413 -#: ../../enterprise/godmode/services/services.elements.php:336 -#: ../../enterprise/godmode/services/services.elements.php:377 -#: ../../enterprise/include/functions_reporting.php:4808 -#: ../../enterprise/include/functions_reporting.php:5109 -#: ../../enterprise/include/functions_reporting_pdf.php:2039 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../enterprise/include/functions_visual_map.php:496 -#: ../../enterprise/include/functions_visual_map_editor.php:17 -#: ../../enterprise/include/functions_visual_map_editor.php:24 -#: ../../enterprise/include/functions_visual_map_editor.php:47 -msgid "Service" -msgstr "Servicio" - -#: ../../godmode/agentes/configurar_agente.php:186 -#: ../../godmode/agentes/configurar_agente.php:731 -msgid "No agent alias specified" -msgstr "No se ha especificado el alias del agente" - -#: ../../godmode/agentes/configurar_agente.php:267 -msgid "Could not be created, because name already exists" -msgstr "No se pudo crear, el nombre ya existe" - -#: ../../godmode/agentes/configurar_agente.php:280 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:584 -#: ../../godmode/reporting/visual_console_builder.php:687 -#: ../../godmode/servers/manage_recontask.php:32 -#: ../../godmode/setup/setup_visuals.php:165 -#: ../../godmode/setup/setup_visuals.php:185 -#: ../../godmode/setup/setup_visuals.php:204 -#: ../../godmode/setup/setup_visuals.php:220 -#: ../../godmode/setup/setup_visuals.php:231 -#: ../../godmode/setup/setup_visuals.php:318 -#: ../../operation/agentes/estado_agente.php:578 -#: ../../operation/visual_console/pure_ajax.php:130 -#: ../../operation/visual_console/render_view.php:133 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 -#: ../../enterprise/meta/screens/screens.visualmap.php:149 -#: ../../enterprise/meta/screens/screens.visualmap.php:165 -#: ../../enterprise/operation/agentes/policy_view.php:51 -msgid "View" -msgstr "Vista" - -#: ../../godmode/agentes/configurar_agente.php:292 -#: ../../godmode/agentes/configurar_agente.php:519 ../../godmode/menu.php:231 -#: ../../godmode/menu.php:238 ../../operation/agentes/estado_agente.php:135 -#: ../../operation/gis_maps/render_view.php:119 -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../enterprise/include/functions_policies.php:3203 -msgid "Setup" -msgstr "Configuración" - -#: ../../godmode/agentes/configurar_agente.php:321 ../../godmode/menu.php:101 -msgid "Module templates" -msgstr "Plantillas de módulos" - -#: ../../godmode/agentes/configurar_agente.php:373 -#: ../../operation/agentes/ver_agente.php:1008 -msgid "GIS data" -msgstr "Datos GIS" - -#: ../../godmode/agentes/configurar_agente.php:384 -#: ../../enterprise/godmode/policies/policy.php:58 -#: ../../enterprise/include/functions_policies.php:3221 -msgid "Agent wizard" -msgstr "Wizard de agente" - -#: ../../godmode/agentes/configurar_agente.php:391 -#: ../../godmode/agentes/configurar_agente.php:557 -#: ../../godmode/setup/snmp_wizard.php:30 -#: ../../enterprise/include/functions_policies.php:3228 -msgid "SNMP Wizard" -msgstr "Wizard SNMP" - -#: ../../godmode/agentes/configurar_agente.php:396 -#: ../../godmode/agentes/configurar_agente.php:560 -#: ../../enterprise/include/functions_policies.php:3233 -msgid "SNMP Interfaces wizard" -msgstr "Wizard de interfaces SNMP" - -#: ../../godmode/agentes/configurar_agente.php:401 -#: ../../godmode/agentes/configurar_agente.php:563 -#: ../../enterprise/include/functions_policies.php:3238 -msgid "WMI Wizard" -msgstr "Wizard WMI" - -#: ../../godmode/agentes/configurar_agente.php:522 -#: ../../enterprise/godmode/agentes/collections.php:229 -#: ../../enterprise/include/functions_groups.php:75 -#: ../../enterprise/operation/agentes/ver_agente.php:190 -msgid "Collection" -msgstr "Colección" - -#: ../../godmode/agentes/configurar_agente.php:526 -#: ../../include/functions_reporting.php:1590 -#: ../../include/functions_reports.php:628 -#: ../../include/functions_reports.php:629 -#: ../../include/functions_reports.php:631 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../enterprise/include/functions_reporting_csv.php:305 -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -msgid "Inventory" -msgstr "Inventario" - -#: ../../godmode/agentes/configurar_agente.php:530 -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../enterprise/include/functions_policies.php:3316 -msgid "Agent plugins" -msgstr "Plugins del agente" - -#: ../../godmode/agentes/configurar_agente.php:537 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:991 -#: ../../include/functions_events.php:3573 -#: ../../operation/agentes/estado_monitores.php:449 -#: ../../operation/events/events.build_table.php:204 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/snmpconsole/snmp_view.php:382 -#: ../../operation/snmpconsole/snmp_view.php:627 -#: ../../operation/snmpconsole/snmp_view.php:921 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../enterprise/meta/include/functions_events_meta.php:82 -msgid "Alert" -msgstr "Alerta" - -#: ../../godmode/agentes/configurar_agente.php:541 ../../godmode/menu.php:151 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:140 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/include/functions_reporting.php:82 -#: ../../enterprise/include/functions_reporting.php:6554 -#: ../../enterprise/include/functions_reporting.php:6578 -#: ../../enterprise/include/functions_reporting.php:6632 -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -msgid "Templates" -msgstr "Plantillas" - -#: ../../godmode/agentes/configurar_agente.php:545 -msgid "Gis" -msgstr "Gis" - -#: ../../godmode/agentes/configurar_agente.php:571 -msgid "SNMP explorer" -msgstr "Explorador SNMP" - -#: ../../godmode/agentes/configurar_agente.php:586 -msgid "Agent manager" -msgstr "Administrador de agente" - -#: ../../godmode/agentes/configurar_agente.php:609 -#: ../../godmode/servers/modificar_server.php:135 -msgid "Conf file deleted successfully" -msgstr "Archivo conf borrado con éxito" - -#: ../../godmode/agentes/configurar_agente.php:610 -#: ../../godmode/servers/modificar_server.php:136 -msgid "Could not delete conf file" -msgstr "No se puede borrar el archivo conf" - -#: ../../godmode/agentes/configurar_agente.php:620 -#: ../../godmode/agentes/planned_downtime.editor.php:365 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/alerts/alert_commands.php:293 -#: ../../godmode/alerts/alert_list.php:104 -#: ../../godmode/alerts/alert_special_days.php:148 -#: ../../godmode/alerts/configure_alert_template.php:434 -#: ../../godmode/modules/manage_nc_groups.php:73 -#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/news.php:56 -#: ../../godmode/snmpconsole/snmp_alert.php:247 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/users/configure_user.php:256 -#: ../../godmode/users/profile_list.php:241 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -#: ../../enterprise/extensions/cron/main.php:83 -#: ../../enterprise/extensions/cron/main.php:142 -#: ../../enterprise/extensions/ipam/ipam_action.php:96 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:86 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:129 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:215 -#: ../../enterprise/operation/agentes/transactional_map.php:86 -msgid "Successfully created" -msgstr "Creado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:646 -#: ../../godmode/agentes/configurar_agente.php:651 -msgid "No data to normalize" -msgstr "No hay datos para normalizar" - -#: ../../godmode/agentes/configurar_agente.php:655 -#, php-format -msgid "Deleted data above %f" -msgstr "Eliminar datos por encima de %f" - -#: ../../godmode/agentes/configurar_agente.php:656 -#, php-format -msgid "Error normalizing module %s" -msgstr "Error al normalizar el módulo %s" - -#: ../../godmode/agentes/configurar_agente.php:780 -msgid "There was a problem updating the agent" -msgstr "Hubo un problema al actualizar el agente" - -#: ../../godmode/agentes/configurar_agente.php:802 -#: ../../godmode/agentes/planned_downtime.editor.php:368 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/alerts/alert_list.php:196 -#: ../../godmode/alerts/alert_special_days.php:206 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/configure_alert_template.php:447 -#: ../../godmode/events/event_edit_filter.php:173 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../godmode/modules/manage_nc_groups.php:98 -#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/gis.php:39 -#: ../../godmode/setup/links.php:58 ../../godmode/setup/news.php:87 -#: ../../godmode/snmpconsole/snmp_alert.php:318 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/users/profile_list.php:223 -#: ../../include/functions_planned_downtimes.php:125 -#: ../../operation/incidents/incident.php:110 -#: ../../operation/snmpconsole/snmp_view.php:114 -#: ../../enterprise/extensions/ipam/ipam_action.php:131 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/policies/policy_modules.php:1038 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../enterprise/operation/agentes/transactional_map.php:117 -msgid "Successfully updated" -msgstr "Actualizado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:824 -msgid "There was a problem loading the agent" -msgstr "Hubo un problema al cargar el agente" - -#: ../../godmode/agentes/configurar_agente.php:1225 -msgid "" -"There was a problem updating module. Another module already exists with the " -"same name." -msgstr "" -"Hubo un problema al actualizar el módulo. Existe ya otro módulo con el mismo " -"nombre." - -#: ../../godmode/agentes/configurar_agente.php:1228 -msgid "" -"There was a problem updating module. Some required fields are missed: (name)" -msgstr "" -"Hubo un problema actualizando el módulo. Faltan algunos campos " -"requeridos:(nombre)" - -#: ../../godmode/agentes/configurar_agente.php:1231 -msgid "There was a problem updating module. \"No change\"" -msgstr "Hubo un problema al actualizar el módulo. \"Sin cambio\"" - -#: ../../godmode/agentes/configurar_agente.php:1236 -msgid "There was a problem updating module. Processing error" -msgstr "hubo un problema al actualizar el módulo. Error de procesamiento" - -#: ../../godmode/agentes/configurar_agente.php:1256 -msgid "Module successfully updated" -msgstr "Módulo actualizado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1365 -msgid "" -"There was a problem adding module. Another module already exists with the " -"same name." -msgstr "" -"Hubo un problema al añadir el módulo. Existe ya otro módulo con el mismo " -"nombre." - -#: ../../godmode/agentes/configurar_agente.php:1368 -msgid "" -"There was a problem adding module. Some required fields are missed : (name)" -msgstr "" -"Hubo un problema al añadir el módulo.Algunos campos requeridos faltan " -":(nombre)" - -#: ../../godmode/agentes/configurar_agente.php:1373 -msgid "There was a problem adding module. Processing error" -msgstr "Hubo un problema al añadir el módulo.Error de procesamiento" - -#: ../../godmode/agentes/configurar_agente.php:1391 -#: ../../godmode/reporting/graph_builder.php:258 -msgid "Module added successfully" -msgstr "Módulo añadido correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1509 -msgid "There was a problem deleting the module" -msgstr "Hubo un problema al borrar el módulo" - -#: ../../godmode/agentes/configurar_agente.php:1512 -msgid "Module deleted succesfully" -msgstr "Módulo borrado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1526 -#: ../../enterprise/godmode/policies/policy_modules.php:1143 -#, php-format -msgid "copy of %s" -msgstr "copia de %s" - -#: ../../godmode/agentes/configurar_agente.php:1536 -#: ../../enterprise/godmode/policies/policy_modules.php:1155 -#, php-format -msgid "copy of %s (%d)" -msgstr "copia de %s (%d)" - -#: ../../godmode/agentes/configurar_agente.php:1569 -#: ../../godmode/agentes/modificar_agente.php:117 -#: ../../godmode/alerts/alert_list.php:230 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../godmode/users/user_list.php:208 -#: ../../include/ajax/alert_list.ajax.php:80 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../enterprise/godmode/policies/policy_modules.php:422 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:237 -msgid "Successfully enabled" -msgstr "Activado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1569 -#: ../../godmode/agentes/modificar_agente.php:117 -#: ../../godmode/alerts/alert_list.php:230 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -#: ../../include/ajax/alert_list.ajax.php:82 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../enterprise/godmode/policies/policy_modules.php:422 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:238 -msgid "Could not be enabled" -msgstr "No se pudo activar" - -#: ../../godmode/agentes/configurar_agente.php:1584 -#: ../../godmode/agentes/modificar_agente.php:137 -#: ../../godmode/alerts/alert_list.php:247 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../godmode/users/user_list.php:203 -#: ../../include/ajax/alert_list.ajax.php:91 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../enterprise/godmode/policies/policy_modules.php:436 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:248 -msgid "Successfully disabled" -msgstr "Desactivado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1584 -#: ../../godmode/agentes/modificar_agente.php:137 -#: ../../godmode/alerts/alert_list.php:247 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -#: ../../include/ajax/alert_list.ajax.php:93 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../enterprise/godmode/policies/policy_modules.php:436 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:249 -msgid "Could not be disabled" -msgstr "No se pudo desactivar" - -#: ../../godmode/agentes/configurar_agente.php:1612 -#: ../../include/functions_api.php:7659 -msgid "Save by Pandora Console" -msgstr "Guardado por la consola de Pandora" - -#: ../../godmode/agentes/configurar_agente.php:1627 -#: ../../include/functions_api.php:7660 -msgid "Update by Pandora Console" -msgstr "Actualizado por la consola de Pandora" - -#: ../../godmode/agentes/configurar_agente.php:1640 -#: ../../include/functions_api.php:7661 -msgid "Insert by Pandora Console" -msgstr "Insertado por la consola de Pandora" - -#: ../../godmode/agentes/configurar_agente.php:1694 -#: ../../godmode/agentes/configurar_agente.php:1704 -msgid "Invalid tab specified" -msgstr "La solapa no es válida" - -#: ../../godmode/agentes/configure_field.php:36 -msgid "Update agent custom field" -msgstr "Actualizar campo personalizado" - -#: ../../godmode/agentes/configure_field.php:39 -msgid "Create agent custom field" -msgstr "Crear campo personalizado" - -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -#: ../../operation/agentes/custom_fields.php:61 -msgid "Display on front" -msgstr "Mostrar en la vista principal" - -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -#: ../../operation/agentes/custom_fields.php:62 -msgid "" -"The fields with display on front enabled will be displayed into the agent " -"details" -msgstr "" -"Si esta opción está activada, los campos mostrarán la información en la " -"vista principal." - -#: ../../godmode/agentes/fields_manager.php:31 -msgid "Agents custom fields manager" -msgstr "Gestor de campos personalizados del agente." - -#: ../../godmode/agentes/fields_manager.php:44 -msgid "The name must not be empty" -msgstr "El nombre no puede estar vacío" - -#: ../../godmode/agentes/fields_manager.php:47 -msgid "The name must be unique" -msgstr "El nombre debe ser único" - -#: ../../godmode/agentes/fields_manager.php:52 -msgid "Field successfully created" -msgstr "Se ha creado el campo" - -#: ../../godmode/agentes/fields_manager.php:69 -msgid "Field successfully updated" -msgstr "Se ha actualizado el campo" - -#: ../../godmode/agentes/fields_manager.php:72 -msgid "There was a problem modifying field" -msgstr "Ha habido un problema al modificar el campo" - -#: ../../godmode/agentes/fields_manager.php:82 -msgid "There was a problem deleting field" -msgstr "Ha habido un problema al borrar el campo" - -#: ../../godmode/agentes/fields_manager.php:84 -msgid "Field successfully deleted" -msgstr "El campo se ha borrado correctamente" - -#: ../../godmode/agentes/fields_manager.php:95 -#: ../../godmode/alerts/alert_view.php:441 -#: ../../godmode/alerts/alert_view.php:531 -#: ../../operation/agentes/custom_fields.php:59 -msgid "Field" -msgstr "Campo" - -#: ../../godmode/agentes/fields_manager.php:138 -msgid "Create field" -msgstr "Crear campo" - -#: ../../godmode/agentes/modificar_agente.php:62 -msgid "Agents defined in Pandora" -msgstr "Agentes definidos en Pandora" - -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Success deleted agent." -msgstr "Agente eliminado correctamente" - -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Could not be deleted." -msgstr "No pudo ser borrado." - -#: ../../godmode/agentes/modificar_agente.php:94 -msgid "Maybe the files conf or md5 could not be deleted" -msgstr "Los ficheros conf o md5 han podido no ser borrados" - -#: ../../godmode/agentes/modificar_agente.php:156 -msgid "Show Agents" -msgstr "Mostrar Agentes" - -#: ../../godmode/agentes/modificar_agente.php:158 -msgid "Everyone" -msgstr "Todos" - -#: ../../godmode/agentes/modificar_agente.php:159 -#: ../../operation/agentes/status_monitor.php:398 -msgid "Only disabled" -msgstr "Sólo deshabilitado" - -#: ../../godmode/agentes/modificar_agente.php:160 -#: ../../operation/agentes/status_monitor.php:398 -msgid "Only enabled" -msgstr "Sólo habilitado" - -#: ../../godmode/agentes/modificar_agente.php:167 -#: ../../godmode/agentes/planned_downtime.editor.php:704 -#: ../../operation/agentes/estado_agente.php:175 -#: ../../enterprise/godmode/policies/policies.php:233 -msgid "Recursion" -msgstr "Recursión" - -#: ../../godmode/agentes/modificar_agente.php:483 -msgid "Remote agent configuration" -msgstr "Configuración remota del agente" - -#: ../../godmode/agentes/modificar_agente.php:483 -msgid "R" -msgstr "R" - -#: ../../godmode/agentes/modificar_agente.php:599 -msgid "Edit remote config" -msgstr "Editar configuración remota" - -#: ../../godmode/agentes/modificar_agente.php:626 -msgid "Enable agent" -msgstr "Habilitar agente" - -#: ../../godmode/agentes/modificar_agente.php:631 -msgid "Disable agent" -msgstr "Deshabilitar agente" - -#: ../../godmode/agentes/modificar_agente.php:648 -#: ../../operation/agentes/estado_agente.php:643 -#: ../../operation/agentes/group_view.php:430 -msgid "There are no defined agents" -msgstr "No hay ningún agente definido" - -#: ../../godmode/agentes/modificar_agente.php:656 -#: ../../operation/agentes/estado_agente.php:627 -#: ../../operation/agentes/estado_agente.php:647 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../operation/snmpconsole/snmp_view.php:674 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -msgid "Create agent" -msgstr "Crear agente" - -#: ../../godmode/agentes/module_manager.php:78 -msgid "Create a new data server module" -msgstr "Crear un nuevo módulo de servidor de datos" - -#: ../../godmode/agentes/module_manager.php:80 -msgid "Create a new network server module" -msgstr "Crear un nuevo módulo de servidor de red" - -#: ../../godmode/agentes/module_manager.php:82 -msgid "Create a new plugin server module" -msgstr "Crear un nuevo módulo de servidor de complementos" - -#: ../../godmode/agentes/module_manager.php:84 -msgid "Create a new WMI server module" -msgstr "Crear un nuevo módulo de servidor WMI" - -#: ../../godmode/agentes/module_manager.php:86 -msgid "Create a new prediction server module" -msgstr "Crear un nuevo módulo de servidor de predicción" - -#: ../../godmode/agentes/module_manager.php:120 -#: ../../operation/agentes/estado_monitores.php:472 -msgid "Show in hierachy mode" -msgstr "Mostrar en modo herencia" - -#: ../../godmode/agentes/module_manager.php:148 -msgid "Get more modules in Pandora FMS Library" -msgstr "Más módulos en la librería de Pandora FMS" - -#: ../../godmode/agentes/module_manager.php:175 -msgid "Nice try buddy" -msgstr "Buen intento amigo" - -#: ../../godmode/agentes/module_manager.php:272 -#, php-format -msgid "There was a problem deleting %s modules, none deleted." -msgstr "Ha habido un problema borrando %s módulos. No se ha borrado ninguno." - -#: ../../godmode/agentes/module_manager.php:277 -msgid "All Modules deleted succesfully" -msgstr "Todos los módulos han sido borrados correctamente." - -#: ../../godmode/agentes/module_manager.php:281 -#, php-format -msgid "There was a problem only deleted %s modules of %s total." -msgstr "Ha habido un problema borrando %s módulo(s) de %s" - -#: ../../godmode/agentes/module_manager.php:523 -#: ../../include/ajax/module.php:345 -#: ../../operation/agentes/datos_agente.php:286 -msgid "No available data to show" -msgstr "No hay datos disponibles para mostrar" - -#: ../../godmode/agentes/module_manager.php:551 -#: ../../godmode/alerts/alert_view.php:123 ../../include/ajax/module.php:735 -#: ../../operation/agentes/alerts_status.php:412 -#: ../../operation/agentes/alerts_status.php:459 -#: ../../operation/agentes/status_monitor.php:946 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:144 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../enterprise/include/functions_policies.php:3789 -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/meta/advanced/policymanager.sync.php:302 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:201 -msgid "Policy" -msgstr "Política" - -#: ../../godmode/agentes/module_manager.php:551 -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/snmpconsole/snmp_alert.php:1148 -#: ../../include/ajax/module.php:735 -#: ../../operation/agentes/alerts_status.php:413 -#: ../../operation/agentes/alerts_status.php:459 -#: ../../operation/agentes/status_monitor.php:946 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../enterprise/operation/agentes/collection_view.php:62 -msgid "P." -msgstr "P." - -#: ../../godmode/agentes/module_manager.php:554 -#: ../../include/functions_events.php:898 -#: ../../mobile/operation/agents.php:322 -#: ../../operation/agentes/alerts_status.php:417 -#: ../../operation/agentes/alerts_status.php:462 -#: ../../operation/agentes/alerts_status.php:497 -#: ../../operation/agentes/alerts_status.php:532 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policy_agents.php:379 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../enterprise/operation/agentes/policy_view.php:198 -msgid "S." -msgstr "S." - -#: ../../godmode/agentes/module_manager.php:565 -#: ../../include/ajax/module.php:748 -#: ../../operation/agentes/status_monitor.php:980 -msgid "Warn" -msgstr "Advertencia" - -#: ../../godmode/agentes/module_manager.php:569 -#: ../../enterprise/godmode/policies/policy_agents.php:383 -msgid "D." -msgstr "D." - -#: ../../godmode/agentes/module_manager.php:679 -#: ../../godmode/agentes/module_manager.php:689 -#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846 -msgid "Adopted" -msgstr "Adoptado" - -#: ../../godmode/agentes/module_manager.php:689 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/massive/massive_edit_modules.php:578 -#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850 -msgid "Unlinked" -msgstr "Deslinkado" - -#: ../../godmode/agentes/module_manager.php:716 -#: ../../enterprise/operation/agentes/policy_view.php:355 -msgid "Non initialized module" -msgstr "Módulo no inicializado" - -#: ../../godmode/agentes/module_manager.php:733 -#: ../../godmode/agentes/module_manager_editor_common.php:397 -msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." -msgstr "" -"Los módulos de política de tipo data solo actualizarán sus intervalos cuando " -"la política sea aplicada" - -#: ../../godmode/agentes/module_manager.php:749 -#: ../../enterprise/godmode/policies/policy_modules.php:1241 -#: ../../enterprise/godmode/policies/policy_modules.php:1242 -msgid "Enable module" -msgstr "Habilitar el módulo" - -#: ../../godmode/agentes/module_manager.php:754 -#: ../../enterprise/godmode/policies/policy_modules.php:1247 -#: ../../enterprise/godmode/policies/policy_modules.php:1248 -msgid "Disable module" -msgstr "Deshabilitar el módulo" - -#: ../../godmode/agentes/module_manager.php:761 -#: ../../godmode/alerts/alert_templates.php:339 -#: ../../godmode/modules/manage_network_components.php:613 -#: ../../godmode/snmpconsole/snmp_alert.php:1226 -#: ../../enterprise/godmode/modules/local_components.php:525 -#: ../../enterprise/godmode/policies/policy_modules.php:1255 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 -msgid "Duplicate" -msgstr "Duplicar" - -#: ../../godmode/agentes/module_manager.php:769 -msgid "Normalize" -msgstr "Normalizar" - -#: ../../godmode/agentes/module_manager.php:775 -msgid "Normalize (Disabled)" -msgstr "Normalizar (deshabilitado)" - -#: ../../godmode/agentes/module_manager.php:784 -#: ../../include/functions_snmp_browser.php:475 -msgid "Create network component" -msgstr "Crear componentes de red" - -#: ../../godmode/agentes/module_manager.php:789 -msgid "Create network component (Disabled)" -msgstr "Crear componentes de red (desactivado)" - -#: ../../godmode/agentes/module_manager_editor.php:390 -#: ../../enterprise/godmode/policies/policies.php:191 -#: ../../enterprise/godmode/policies/policy_agents.php:80 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_linking.php:32 -#: ../../enterprise/godmode/policies/policy_modules.php:486 -msgid "This policy is applying and cannot be modified" -msgstr "Esta política se está aplicando y no puede ser modificada" - -#: ../../godmode/agentes/module_manager_editor.php:394 -#: ../../enterprise/include/functions_policies.php:3050 -msgid "Module will be linked in the next application" -msgstr "El módulo será enlazado en la próxima aplicación" - -#: ../../godmode/agentes/module_manager_editor.php:402 -#: ../../enterprise/include/functions_policies.php:3055 -msgid "Module will be unlinked in the next application" -msgstr "El módulo será desenlazado en la próxima aplicación" - -#: ../../godmode/agentes/module_manager_editor.php:490 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" -msgstr "DEBUG: tipo de módulo inválido especificado en %s:%s" - -#: ../../godmode/agentes/module_manager_editor.php:491 -msgid "" -"Most likely you have recently upgraded from an earlier version of Pandora " -"and either
                \n" -"\t\t\t\t1) forgot to use the database converter
                \n" -"\t\t\t\t2) used a bad version of the database converter (see Bugreport " -"#2124706 for the solution)
                \n" -"\t\t\t\t3) found a new bug - please report a way to duplicate this error" -msgstr "" -"Lo más probable es que haya actualizado recientemente una versión anterior " -"de Pandora FMS y, o bien
                \n" -"\n" -"\t \t \t \t 1) Se olvidó de utilizar el convertidor de la base de datos
                \n" -"\t \t \t \t 2) Ha usado una versión mala del convertidor de base de datos " -"(vea el informe de error # 2124706 para solucionarlo)
                \n" -"\t \t \t \t 3) Ha encontrado un nuevo error - por favor, indique una manera " -"de duplicar este error" - -#: ../../godmode/agentes/module_manager_editor.php:517 -#: ../../godmode/agentes/module_manager_editor_common.php:666 -msgid "Custom macros" -msgstr "Macros personalizadas" - -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "Module relations" -msgstr "Relaciones entre módulos" - -#: ../../godmode/agentes/module_manager_editor.php:565 -#: ../../enterprise/godmode/policies/policy_modules.php:1357 -msgid "No module name provided" -msgstr "No se proporcionó ningún nombre de módulo" - -#: ../../godmode/agentes/module_manager_editor.php:566 -#: ../../enterprise/godmode/policies/policy_modules.php:1358 -msgid "No target IP provided" -msgstr "No se proporcionó ninguna IP de destino" - -#: ../../godmode/agentes/module_manager_editor.php:567 -#: ../../enterprise/godmode/policies/policy_modules.php:1359 -msgid "No SNMP OID provided" -msgstr "No se proporcionó ningún OID de SMTP" - -#: ../../godmode/agentes/module_manager_editor.php:568 -msgid "No module to predict" -msgstr "No existe ningún módulo para predecir" - -#: ../../godmode/agentes/module_manager_editor.php:569 -msgid "No plug-in provided" -msgstr "Complemento no proporcionado" - -#: ../../godmode/agentes/module_manager_editor.php:592 -msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." -msgstr "" -"Error, el nombre del campo y el nombre de module_name en los datos de " -"configuración son diferentes." - -#: ../../godmode/agentes/module_manager_editor_common.php:70 -msgid "Using module component" -msgstr "Utilizar módulo de librería" - -#: ../../godmode/agentes/module_manager_editor_common.php:76 -#: ../../godmode/agentes/module_manager_editor_common.php:85 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 -msgid "Manual setup" -msgstr "Configuración manual" - -#: ../../godmode/agentes/module_manager_editor_common.php:161 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 -msgid "Delete module" -msgstr "Eliminar Módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:176 -#: ../../godmode/agentes/module_manager_editor_common.php:182 -#: ../../godmode/massive/massive_edit_modules.php:521 -#: ../../include/functions_treeview.php:118 -#: ../../include/functions_graph.php:5327 -#: ../../operation/agentes/status_monitor.php:312 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -msgid "Not assigned" -msgstr "Sin asignar" - -#: ../../godmode/agentes/module_manager_editor_common.php:180 -msgid "Module parent" -msgstr "Padre del módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:256 -msgid "Dynamic Threshold Interval" -msgstr "Intervalo de rango dinámico" - -#: ../../godmode/agentes/module_manager_editor_common.php:258 -#: ../../godmode/modules/manage_network_components_form_common.php:109 -#: ../../enterprise/godmode/modules/configure_local_component.php:228 -msgid "Advanced options Dynamic Threshold" -msgstr "Opciones avanzadas Rango Dinámico" - -#: ../../godmode/agentes/module_manager_editor_common.php:268 -msgid "Dynamic Threshold Min. " -msgstr "Rango dinámico mínimo " - -#: ../../godmode/agentes/module_manager_editor_common.php:271 -msgid "Dynamic Threshold Max. " -msgstr "Rango dinámico máximo " - -#: ../../godmode/agentes/module_manager_editor_common.php:274 -msgid "Dynamic Threshold Two Tailed: " -msgstr "Rango dinámico dos fallido " - -#: ../../godmode/agentes/module_manager_editor_common.php:277 -#: ../../godmode/massive/massive_edit_modules.php:368 -#: ../../godmode/modules/manage_network_components_form_common.php:118 -#: ../../include/functions_alerts.php:573 -#: ../../include/functions_treeview.php:98 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -msgid "Warning status" -msgstr "Umbral Warning" - -#: ../../godmode/agentes/module_manager_editor_common.php:279 -#: ../../godmode/agentes/module_manager_editor_common.php:300 -msgid "Min. " -msgstr "Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:282 -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/alerts/configure_alert_template.php:628 -#: ../../godmode/massive/massive_edit_modules.php:381 -#: ../../godmode/massive/massive_edit_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:516 -#: ../../godmode/modules/manage_network_components_form_common.php:122 -#: ../../godmode/modules/manage_network_components_form_common.php:139 -#: ../../include/functions_alerts.php:569 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_graph.php:4333 -#: ../../include/functions_reporting_html.php:3141 -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../enterprise/godmode/modules/configure_local_component.php:241 -#: ../../enterprise/godmode/modules/configure_local_component.php:258 -msgid "Max." -msgstr "Máx." - -#: ../../godmode/agentes/module_manager_editor_common.php:287 -#: ../../godmode/agentes/module_manager_editor_common.php:308 -#: ../../godmode/massive/massive_edit_modules.php:390 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/modules/manage_network_components_form_common.php:125 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../enterprise/godmode/modules/configure_local_component.php:244 -#: ../../enterprise/godmode/modules/configure_local_component.php:261 -msgid "Str." -msgstr "Str." - -#: ../../godmode/agentes/module_manager_editor_common.php:291 -#: ../../godmode/agentes/module_manager_editor_common.php:313 -#: ../../godmode/massive/massive_edit_modules.php:400 -#: ../../godmode/massive/massive_edit_modules.php:446 -#: ../../godmode/modules/manage_network_components_form_common.php:128 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -#: ../../enterprise/godmode/modules/configure_local_component.php:247 -#: ../../enterprise/godmode/modules/configure_local_component.php:264 -#: ../../enterprise/meta/include/functions_wizard_meta.php:844 -#: ../../enterprise/meta/include/functions_wizard_meta.php:853 -#: ../../enterprise/meta/include/functions_wizard_meta.php:930 -#: ../../enterprise/meta/include/functions_wizard_meta.php:939 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1131 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1140 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1347 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1428 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1544 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1553 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1569 -msgid "Inverse interval" -msgstr "Intervalo inverso" - -#: ../../godmode/agentes/module_manager_editor_common.php:298 -#: ../../godmode/massive/massive_edit_modules.php:414 -#: ../../godmode/modules/manage_network_components_form_common.php:135 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_treeview.php:110 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -msgid "Critical status" -msgstr "Umbral crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:317 -#: ../../godmode/massive/massive_edit_modules.php:549 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -#: ../../enterprise/godmode/modules/configure_local_component.php:267 -msgid "FF threshold" -msgstr "Umbral Flip-Flop" - -#: ../../godmode/agentes/module_manager_editor_common.php:320 -#: ../../godmode/massive/massive_edit_modules.php:551 -#: ../../godmode/massive/massive_edit_modules.php:552 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -#: ../../enterprise/godmode/modules/configure_local_component.php:269 -msgid "All state changing" -msgstr "Todo cambio de estado" - -#: ../../godmode/agentes/module_manager_editor_common.php:323 -#: ../../godmode/massive/massive_edit_modules.php:551 -#: ../../godmode/massive/massive_edit_modules.php:553 -#: ../../godmode/modules/manage_network_components_form_common.php:153 -#: ../../enterprise/godmode/modules/configure_local_component.php:272 -msgid "Each state changing" -msgstr "Cada cambio de estado" - -#: ../../godmode/agentes/module_manager_editor_common.php:324 -#: ../../godmode/massive/massive_edit_modules.php:554 -#: ../../godmode/modules/manage_network_components_form_common.php:154 -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -msgid "To normal" -msgstr "A normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:327 -#: ../../godmode/massive/massive_edit_modules.php:555 -#: ../../godmode/modules/manage_network_components_form_common.php:156 -#: ../../enterprise/godmode/modules/configure_local_component.php:275 -msgid "To warning" -msgstr "A advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:330 -#: ../../godmode/massive/massive_edit_modules.php:556 -#: ../../godmode/modules/manage_network_components_form_common.php:158 -#: ../../enterprise/godmode/modules/configure_local_component.php:277 -msgid "To critical" -msgstr "A crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:333 -#: ../../godmode/massive/massive_edit_modules.php:563 -#: ../../godmode/modules/manage_network_components_form_common.php:161 -#: ../../include/functions_reporting.php:2346 -#: ../../enterprise/godmode/modules/configure_local_component.php:281 -msgid "Historical data" -msgstr "Histórico de datos" - -#: ../../godmode/agentes/module_manager_editor_common.php:365 -#: ../../godmode/massive/massive_edit_modules.php:544 -#: ../../godmode/modules/manage_network_components_form_common.php:168 -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1159 -#: ../../include/functions_netflow.php:1167 -#: ../../include/functions_netflow.php:1190 -#: ../../include/functions_netflow.php:1248 -#: ../../include/functions_netflow.php:1254 -#: ../../include/functions_netflow.php:1286 -#: ../../include/functions_reporting_html.php:2117 -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -#: ../../enterprise/include/functions_reporting_pdf.php:2368 -#: ../../enterprise/meta/include/functions_wizard_meta.php:786 -#: ../../enterprise/meta/include/functions_wizard_meta.php:904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1082 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1365 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1446 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1579 -msgid "Unit" -msgstr "Unidad" - -#: ../../godmode/agentes/module_manager_editor_common.php:384 -#: ../../godmode/agentes/module_manager_editor_common.php:387 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 -#, php-format -msgid "Agent interval x %s" -msgstr "Intervalo del agente x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:411 -#: ../../godmode/massive/massive_edit_modules.php:475 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/setup/snmp_wizard.php:42 -#: ../../enterprise/godmode/modules/configure_local_component.php:301 -msgid "Post process" -msgstr "Posprocesado" - -#: ../../godmode/agentes/module_manager_editor_common.php:418 -#: ../../godmode/modules/manage_network_components_form_common.php:164 -#: ../../include/functions_reporting.php:3705 -#: ../../include/functions_graph.php:711 -#: ../../include/functions_graph.php:3939 -#: ../../include/functions_reports.php:568 -#: ../../enterprise/godmode/modules/configure_local_component.php:289 -#: ../../enterprise/include/functions_reporting_csv.php:724 -#: ../../enterprise/include/functions_reporting_csv.php:740 -#: ../../enterprise/include/functions_reporting_csv.php:747 -msgid "Min. Value" -msgstr "Valor mínimo" - -#: ../../godmode/agentes/module_manager_editor_common.php:421 -msgid "Any value below this number is discarted." -msgstr "Cualquier valor por debajo de este número queda descartado" - -#: ../../godmode/agentes/module_manager_editor_common.php:422 -#: ../../godmode/modules/manage_network_components_form_common.php:166 -#: ../../include/functions_reporting.php:3702 -#: ../../include/functions_graph.php:709 -#: ../../include/functions_graph.php:3938 -#: ../../include/functions_reports.php:566 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -#: ../../enterprise/include/functions_reporting_csv.php:760 -#: ../../enterprise/include/functions_reporting_csv.php:776 -#: ../../enterprise/include/functions_reporting_csv.php:783 -msgid "Max. Value" -msgstr "Valor máximo" - -#: ../../godmode/agentes/module_manager_editor_common.php:423 -msgid "Any value over this number is discarted." -msgstr "Cualquier valor por encima de este número es descartado" - -#: ../../godmode/agentes/module_manager_editor_common.php:426 -#: ../../godmode/massive/massive_edit_modules.php:532 -msgid "Export target" -msgstr "Servidor de exportación" - -#: ../../godmode/agentes/module_manager_editor_common.php:432 -msgid "Not needed" -msgstr "No necesario" - -#: ../../godmode/agentes/module_manager_editor_common.php:436 -msgid "" -"In case you use an Export server you can link this module and export data to " -"one these." -msgstr "" -"En caso de que use un Export server, puede enlazar este modulo y exportar " -"los datos con el export server." - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/massive/massive_edit_modules.php:587 -#: ../../godmode/modules/manage_network_components_form_common.php:171 -msgid "Discard unknown events" -msgstr "Descartar eventos desconocidos" - -#: ../../godmode/agentes/module_manager_editor_common.php:455 -#: ../../godmode/massive/massive_edit_modules.php:558 -msgid "FF interval" -msgstr "Intervalo FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:458 -#: ../../godmode/massive/massive_edit_modules.php:559 -msgid "Module execution flip flop time interval (in secs)." -msgstr "" -"Tiempo del intervalo de FlipFlip de ejecución del modulo (en segundos)" - -#: ../../godmode/agentes/module_manager_editor_common.php:461 -#: ../../godmode/massive/massive_edit_modules.php:560 -#: ../../enterprise/godmode/modules/configure_local_component.php:284 -msgid "FF timeout" -msgstr "FF tiempo de espera" - -#: ../../godmode/agentes/module_manager_editor_common.php:467 -#: ../../godmode/massive/massive_edit_modules.php:561 -#: ../../enterprise/godmode/modules/configure_local_component.php:286 -msgid "" -"Timeout in secs from start of flip flop counting. If this value is exceeded, " -"FF counter is reset. Set to 0 for no timeout." -msgstr "" -"Tiempo de espera en segundos desde el comiendo del contador flip flop. Si se " -"excede este valor, el contador FF será reiniciado. Poner 0 para no tener " -"tiempo de espera" - -#: ../../godmode/agentes/module_manager_editor_common.php:470 -#: ../../enterprise/godmode/modules/configure_local_component.php:287 -msgid "This value can be set only in the async modules." -msgstr "Solo debe establecerse este valor en los módulos asíncronos" - -#: ../../godmode/agentes/module_manager_editor_common.php:477 -#: ../../godmode/modules/manage_network_components_form_common.php:212 -#: ../../enterprise/godmode/modules/configure_local_component.php:387 -msgid "Tags available" -msgstr "Etiquetas disponibles" - -#: ../../godmode/agentes/module_manager_editor_common.php:539 -#: ../../godmode/modules/manage_network_components_form_common.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:394 -msgid "Add tags to module" -msgstr "Añadir etiquetas al módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:540 -#: ../../godmode/modules/manage_network_components_form_common.php:220 -#: ../../enterprise/godmode/modules/configure_local_component.php:396 -msgid "Delete tags to module" -msgstr "Eliminar etiquetas del módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:398 -msgid "Tags selected" -msgstr "Etiquetas seleccionadas" - -#: ../../godmode/agentes/module_manager_editor_common.php:553 -msgid "Tags from policy" -msgstr "Etiquetas desde política" - -#: ../../godmode/agentes/module_manager_editor_common.php:566 -msgid "The module still stores data but the alerts and events will be stop" -msgstr "" -"El módulo todavía almacena datos, pero las alertas y eventos se detendrán" - -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:595 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../enterprise/godmode/modules/configure_local_component.php:344 -msgid "Critical instructions" -msgstr "Intrucciónes de crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:572 -#: ../../godmode/massive/massive_edit_modules.php:595 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../enterprise/godmode/modules/configure_local_component.php:345 -msgid "Instructions when the status is critical" -msgstr "Instrucciones en caso de que esté en estado crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:577 -#: ../../godmode/massive/massive_edit_modules.php:599 -#: ../../godmode/modules/manage_network_components_form_common.php:179 -#: ../../enterprise/godmode/modules/configure_local_component.php:350 -msgid "Warning instructions" -msgstr "Instrucciones de advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:578 -#: ../../godmode/massive/massive_edit_modules.php:599 -#: ../../godmode/modules/manage_network_components_form_common.php:179 -#: ../../enterprise/godmode/modules/configure_local_component.php:351 -msgid "Instructions when the status is warning" -msgstr "Instrucciones en caso de que el estado sea de advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:582 -#: ../../godmode/massive/massive_edit_modules.php:603 -#: ../../godmode/modules/manage_network_components_form_common.php:183 -#: ../../enterprise/godmode/modules/configure_local_component.php:356 -msgid "Unknown instructions" -msgstr "Instrucciones de desconocido" - -#: ../../godmode/agentes/module_manager_editor_common.php:582 -#: ../../godmode/massive/massive_edit_modules.php:603 -#: ../../godmode/modules/manage_network_components_form_common.php:183 -#: ../../enterprise/godmode/modules/configure_local_component.php:357 -msgid "Instructions when the status is unknown" -msgstr "Instrucciones en caso de que el estado sea desconocido" - -#: ../../godmode/agentes/module_manager_editor_common.php:589 -#: ../../godmode/agentes/module_manager_editor_common.php:599 -#: ../../godmode/agentes/module_manager_editor_common.php:610 -msgid "Cron from" -msgstr "Formulario de cron" - -#: ../../godmode/agentes/module_manager_editor_common.php:590 -#: ../../godmode/agentes/module_manager_editor_common.php:600 -#: ../../godmode/agentes/module_manager_editor_common.php:611 -msgid "" -"If cron is set the module interval is ignored and the module runs on the " -"specified date and time" -msgstr "" -"Si el cron está instalado el intervalo del módulo es ignorado y el módulo " -"corre con la fecha indicada" - -#: ../../godmode/agentes/module_manager_editor_common.php:594 -#: ../../godmode/agentes/module_manager_editor_common.php:604 -#: ../../godmode/agentes/module_manager_editor_common.php:615 -msgid "Cron to" -msgstr "Cron desde" - -#: ../../godmode/agentes/module_manager_editor_common.php:620 -#: ../../godmode/massive/massive_edit_modules.php:612 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:68 -msgid "Timeout" -msgstr "Tiempo de expiración" - -#: ../../godmode/agentes/module_manager_editor_common.php:621 -#: ../../godmode/massive/massive_edit_modules.php:616 -msgid "Seconds that agent will wait for the execution of the module." -msgstr "" -"Segundos que el agente tendrá que esperar para la ejecución del módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:623 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:65 -msgid "Retries" -msgstr "Reintentos" - -#: ../../godmode/agentes/module_manager_editor_common.php:624 -msgid "Number of retries that the module will attempt to run." -msgstr "Número de intentos que el módulo intentara activar" - -#: ../../godmode/agentes/module_manager_editor_common.php:628 -#: ../../godmode/massive/massive_edit_modules.php:571 -#: ../../godmode/modules/manage_network_components_form_common.php:190 -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -msgid "Category" -msgstr "Categoría" - -#: ../../godmode/agentes/module_manager_editor_common.php:656 -#: ../../godmode/alerts/configure_alert_template.php:605 -#: ../../godmode/massive/massive_edit_modules.php:513 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1317 -#: ../../godmode/reporting/visual_console_builder.wizard.php:237 -#: ../../godmode/setup/setup_visuals.php:703 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../include/functions_graph.php:5471 -#: ../../include/functions_reporting_html.php:732 -#: ../../include/functions_reporting_html.php:1488 -#: ../../include/functions_reporting_html.php:2594 -#: ../../include/functions_reporting_html.php:3107 #: ../../include/functions_snmp_browser.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1611 -#: ../../enterprise/include/functions_reporting_csv.php:524 -#: ../../enterprise/include/functions_reporting_csv.php:559 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_csv.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:700 -#: ../../enterprise/include/functions_reporting_csv.php:736 -#: ../../enterprise/include/functions_reporting_csv.php:772 -#: ../../enterprise/include/functions_reporting_csv.php:808 -#: ../../enterprise/include/functions_reporting_pdf.php:776 -#: ../../enterprise/include/functions_reporting_pdf.php:837 -#: ../../enterprise/include/functions_reporting_pdf.php:929 -#: ../../enterprise/operation/services/services.list.php:341 -#: ../../enterprise/operation/services/services.service.php:137 +#: ../../include/functions_graph.php:5452 +#: ../../include/functions_reporting_html.php:732 +#: ../../include/functions_reporting_html.php:1482 +#: ../../include/functions_reporting_html.php:2584 +#: ../../include/functions_reporting_html.php:3097 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/alerts/configure_alert_template.php:602 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/massive/massive_edit_modules.php:513 +#: ../../godmode/reporting/visual_console_builder.wizard.php:237 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1312 +#: ../../godmode/agentes/module_manager_editor_common.php:657 msgid "Value" msgstr "Valor" -#: ../../godmode/agentes/module_manager_editor_common.php:700 -msgid "Add relationship" -msgstr "Añadir relación" +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "Sintáxis" -#: ../../godmode/agentes/module_manager_editor_common.php:718 -msgid "Changes" -msgstr "Cambios" +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "Activar hint" -#: ../../godmode/agentes/module_manager_editor_common.php:718 -msgid "Activate this to prevent the relation from being updated or deleted" -msgstr "Activar esta opción para evitar que sea actualizado o borrado" +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "Acceso máximo" -#: ../../godmode/agentes/module_manager_editor_common.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:379 -#: ../../enterprise/godmode/modules/configure_local_component.php:740 -msgid "Normal Status" -msgstr "Estado normal" +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "Información OID" -#: ../../godmode/agentes/module_manager_editor_common.php:1252 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -#: ../../enterprise/godmode/modules/configure_local_component.php:741 -msgid "Warning Status" -msgstr "Estado de aviso" +#: ../../include/functions_snmp_browser.php:475 +#: ../../godmode/agentes/module_manager.php:784 +msgid "Create network component" +msgstr "Crear componentes de red" -#: ../../godmode/agentes/module_manager_editor_common.php:1253 -#: ../../godmode/modules/manage_network_components_form_common.php:381 -#: ../../enterprise/godmode/modules/configure_local_component.php:742 -msgid "Critical Status" -msgstr "Estado crítico" +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "Iniciar OID" -#: ../../godmode/agentes/module_manager_editor_common.php:1474 -#: ../../godmode/modules/manage_network_components_form_common.php:602 -#: ../../enterprise/godmode/modules/configure_local_component.php:963 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "" -"Por favor introduzca un máximo de alerta mayor que el mínimo de alerta" +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "Examinar" -#: ../../godmode/agentes/module_manager_editor_common.php:1475 -#: ../../godmode/modules/manage_network_components_form_common.php:603 -#: ../../enterprise/godmode/modules/configure_local_component.php:964 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "" -"Por favor introduzca un máximo de crítico mayor que el mínimo de crítico" - -#: ../../godmode/agentes/module_manager_editor_data.php:17 -#: ../../operation/agentes/status_monitor.php:380 -msgid "Data server module" -msgstr "Módulo del servidor de datos" - -#: ../../godmode/agentes/module_manager_editor_network.php:27 -#: ../../include/functions_snmp_browser.php:603 -msgid "Search matches" -msgstr "Buscar coincidencias" - -#: ../../godmode/agentes/module_manager_editor_network.php:64 -#: ../../operation/agentes/status_monitor.php:382 -msgid "Network server module" -msgstr "Módulo del servidor de red" - -#: ../../godmode/agentes/module_manager_editor_network.php:85 -#: ../../godmode/massive/massive_edit_modules.php:484 -#: ../../include/ajax/events.php:481 -#: ../../enterprise/godmode/services/services.service.php:258 -#: ../../enterprise/meta/include/functions_wizard_meta.php:390 -#: ../../enterprise/operation/services/services.list.php:190 -#: ../../enterprise/operation/services/services.table_services.php:159 -msgid "Auto" -msgstr "Automático" - -#: ../../godmode/agentes/module_manager_editor_network.php:86 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../enterprise/meta/include/functions_wizard_meta.php:391 -msgid "Force primary key" -msgstr "Forzar clave primaria" - -#: ../../godmode/agentes/module_manager_editor_network.php:87 -#: ../../godmode/massive/massive_edit_modules.php:486 -#: ../../include/functions_html.php:647 ../../include/functions_html.php:648 -#: ../../include/functions_html.php:776 ../../include/functions_html.php:777 -#: ../../enterprise/extensions/cron/functions.php:227 -#: ../../enterprise/godmode/setup/setup_acl.php:146 -#: ../../enterprise/godmode/setup/setup_acl.php:390 -#: ../../enterprise/include/functions_backup.php:483 -#: ../../enterprise/include/functions_backup.php:484 -#: ../../enterprise/meta/include/functions_wizard_meta.php:392 -msgid "Custom" -msgstr "Personalizado" - -#: ../../godmode/agentes/module_manager_editor_network.php:152 -msgid "SNMP OID" -msgstr "SNMP OID" - -#: ../../godmode/agentes/module_manager_editor_network.php:171 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" -msgstr "Enviar TCP" - -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" -msgstr "Recibir TCP" +#: ../../include/functions_snmp_browser.php:530 +#: ../../godmode/massive/massive_edit_modules.php:497 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369 +#: ../../godmode/agentes/module_manager_editor_network.php:216 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 +msgid "Auth user" +msgstr "Autenticación de usuario" +#: ../../include/functions_snmp_browser.php:532 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 #: ../../godmode/agentes/module_manager_editor_network.php:219 -#: ../../godmode/agentes/module_manager_editor_network.php:229 -#: ../../godmode/massive/massive_edit_modules.php:501 -#: ../../godmode/massive/massive_edit_modules.php:505 -msgid "The pass length must be eight character minimum." -msgstr "La longitud de la password debe ser mínimo de ocho caracteres" +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 +msgid "Auth password" +msgstr "Autenticación de contraseña" -#: ../../godmode/agentes/module_manager_editor_network.php:229 +#: ../../include/functions_snmp_browser.php:536 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/module_manager_editor_network.php:227 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737 +msgid "Privacy method" +msgstr "Método de privacidad" + +#: ../../include/functions_snmp_browser.php:537 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../godmode/agentes/module_manager_editor_network.php:228 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 +msgid "DES" +msgstr "DES" + +#: ../../include/functions_snmp_browser.php:537 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../godmode/agentes/module_manager_editor_network.php:228 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738 +msgid "AES" +msgstr "AES" + +#: ../../include/functions_snmp_browser.php:538 #: ../../godmode/massive/massive_edit_modules.php:505 #: ../../godmode/modules/manage_network_components_form_network.php:67 -#: ../../include/functions_snmp_browser.php:538 +#: ../../godmode/agentes/module_manager_editor_network.php:229 msgid "Privacy pass" msgstr "Privacy pass" -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -#: ../../operation/agentes/status_monitor.php:384 -msgid "Plugin server module" -msgstr "Módulo del servidor de complementos" +#: ../../include/functions_snmp_browser.php:541 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380 +#: ../../godmode/agentes/module_manager_editor_network.php:237 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742 +msgid "Auth method" +msgstr "método de autenticación" -#: ../../godmode/agentes/module_manager_editor_prediction.php:88 -#: ../../operation/agentes/status_monitor.php:388 -msgid "Prediction server module" -msgstr "Módulo del servidor de predicción" +#: ../../include/functions_snmp_browser.php:542 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:238 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 +msgid "MD5" +msgstr "MD5" -#: ../../godmode/agentes/module_manager_editor_prediction.php:91 -msgid "Source module" -msgstr "Módulo origen" +#: ../../include/functions_snmp_browser.php:542 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:238 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743 +msgid "SHA" +msgstr "SHA" -#: ../../godmode/agentes/module_manager_editor_prediction.php:119 -#: ../../godmode/agentes/module_manager_editor_prediction.php:144 -msgid "Select Module" -msgstr "Seleccionar módulo" +#: ../../include/functions_snmp_browser.php:543 +#: ../../godmode/massive/massive_edit_modules.php:509 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382 +#: ../../godmode/agentes/module_manager_editor_network.php:239 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744 +msgid "Security level" +msgstr "Nivel de seguridad" -#: ../../godmode/agentes/module_manager_editor_prediction.php:150 -#: ../../godmode/reporting/graph_builder.main.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:748 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/visual_console_builder.wizard.php:185 -#: ../../include/functions_visual_map_editor.php:438 -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:70 -#: ../../enterprise/dashboard/widgets/single_graph.php:72 -#: ../../enterprise/dashboard/widgets/sla_percent.php:67 -#: ../../enterprise/dashboard/widgets/top_n.php:59 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273 -#: ../../enterprise/include/functions_reporting_csv.php:258 -#: ../../enterprise/include/functions_reporting_csv.php:261 -#: ../../enterprise/include/functions_reporting_csv.php:377 -#: ../../enterprise/include/functions_reporting_csv.php:404 -#: ../../enterprise/include/functions_reporting_csv.php:430 -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:524 -#: ../../enterprise/include/functions_reporting_csv.php:559 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_csv.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:700 -#: ../../enterprise/include/functions_reporting_csv.php:736 -#: ../../enterprise/include/functions_reporting_csv.php:772 -#: ../../enterprise/include/functions_reporting_csv.php:808 -#: ../../enterprise/include/functions_reporting_csv.php:844 -#: ../../enterprise/include/functions_reporting_csv.php:921 -msgid "Period" -msgstr "Periodo" +#: ../../include/functions_snmp_browser.php:544 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383 +#: ../../godmode/agentes/module_manager_editor_network.php:240 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745 +msgid "Not auth and not privacy method" +msgstr "método sin autenticación ni privacidad" -#: ../../godmode/agentes/module_manager_editor_prediction.php:152 -#: ../../godmode/agentes/planned_downtime.editor.php:533 -#: ../../enterprise/extensions/cron/functions.php:195 -#: ../../enterprise/extensions/vmware/functions.php:27 -msgid "Weekly" -msgstr "Semanalmente" +#: ../../include/functions_snmp_browser.php:545 +#: ../../godmode/massive/massive_edit_modules.php:511 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 +#: ../../godmode/agentes/module_manager_editor_network.php:241 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 +msgid "Auth and not privacy method" +msgstr "metodo con autenticacion y sin privacidad" -#: ../../godmode/agentes/module_manager_editor_prediction.php:153 -#: ../../godmode/agentes/planned_downtime.editor.php:534 -#: ../../enterprise/extensions/cron/functions.php:196 -#: ../../enterprise/extensions/vmware/functions.php:28 -msgid "Monthly" -msgstr "Mensualmente" +#: ../../include/functions_snmp_browser.php:545 +#: ../../godmode/massive/massive_edit_modules.php:511 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384 +#: ../../godmode/agentes/module_manager_editor_network.php:241 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746 +msgid "Auth and privacy method" +msgstr "metodo de autenticación y privacidad" -#: ../../godmode/agentes/module_manager_editor_prediction.php:154 -#: ../../enterprise/extensions/cron/functions.php:194 -#: ../../enterprise/extensions/vmware/functions.php:26 -msgid "Daily" -msgstr "Diariamente" +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "Primera correspondencia" -#: ../../godmode/agentes/module_manager_editor_wmi.php:32 -#: ../../operation/agentes/status_monitor.php:386 -msgid "WMI server module" -msgstr "Módulo del servidor WMI" +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "Coincidencia anterior" -#: ../../godmode/agentes/module_manager_editor_wmi.php:64 -#: ../../godmode/modules/manage_network_components_form_wmi.php:32 -msgid "WMI query" -msgstr "Consulta WMI" +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "Siguiente coincidencia" -#: ../../godmode/agentes/module_manager_editor_wmi.php:73 -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -msgid "Key string" -msgstr "Texto clave" +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "Última coincidencia" -#: ../../godmode/agentes/module_manager_editor_wmi.php:77 -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -msgid "Field number" -msgstr "Campo número" +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "Expandir el árbol (puede ser lento)" -#: ../../godmode/agentes/planned_downtime.editor.php:38 -#: ../../godmode/alerts/alert_list.php:326 -#: ../../godmode/category/category.php:58 ../../include/functions_html.php:660 -#: ../../include/functions_html.php:661 ../../include/functions_html.php:791 -#: ../../include/functions_html.php:792 ../../operation/events/events.php:405 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../operation/snmpconsole/snmp_view.php:74 -#: ../../enterprise/include/functions_backup.php:496 -#: ../../enterprise/include/functions_backup.php:497 -msgid "List" -msgstr "Lista" +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "Contraer el árbol" -#: ../../godmode/agentes/planned_downtime.editor.php:115 -#: ../../godmode/agentes/planned_downtime.editor.php:187 -#: ../../godmode/agentes/planned_downtime.editor.php:941 -msgid "This elements cannot be modified while the downtime is being executed" -msgstr "" -"Estos elementos no se pueden modificar mientras se está ejecutando el tiempo " -"de inactividad" +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "Opciones SNMP v3" -#: ../../godmode/agentes/planned_downtime.editor.php:212 -#: ../../include/functions_planned_downtimes.php:42 -#: ../../include/functions_planned_downtimes.php:678 +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "Opciones de búsqueda" + +#: ../../include/functions_snmp_browser.php:603 +#: ../../godmode/agentes/module_manager_editor_network.php:27 +msgid "Search matches" +msgstr "Buscar coincidencias" + +#: ../../include/help/clippy/homepage.php:59 +msgid "Hi, can I help you?" +msgstr "Buenas. ¿Te puedo ayudar?" + +#: ../../include/help/clippy/homepage.php:60 msgid "" -"Not created. Error inserting data. Start time must be higher than the " -"current time" +"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " +"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " +"close me and never see me again." msgstr "" -"No ha sido creado. Error insertando datos. La fecha de comienzo debe ser " -"mayor que la fecha actual" +"Permiteme presentarme a mi mismo: Yo soy Pandorin, el molesto asistente de " +"Pandora FMS. Puedes seguir mis pasos para hacer tareas básicas en Pandora " +"FMS o puedes cerrarme y nunca volverme a ver." -#: ../../godmode/agentes/planned_downtime.editor.php:215 -#: ../../godmode/agentes/planned_downtime.editor.php:218 -#: ../../godmode/agentes/planned_downtime.editor.php:223 -#: ../../godmode/agentes/planned_downtime.editor.php:226 -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:682 -#: ../../include/functions_planned_downtimes.php:687 -#: ../../include/functions_planned_downtimes.php:695 -#: ../../include/functions_planned_downtimes.php:702 -msgid "Not created. Error inserting data" -msgstr "No se pudo crear. Error al insertar los datos." +#: ../../include/help/clippy/homepage.php:67 +msgid "Close this wizard and don't open it again." +msgstr "Cierra el asistente y no vuelva a aparecer otra vez." -#: ../../godmode/agentes/planned_downtime.editor.php:215 -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:683 -msgid "The end date must be higher than the start date" -msgstr "La fecha de fin debe ser mayor que la fecha de inicio" +#: ../../include/help/clippy/homepage.php:81 +msgid "Which task would you like to do first?" +msgstr "¿Qué tarea le gustaría hacer primero?" -#: ../../godmode/agentes/planned_downtime.editor.php:218 -#: ../../include/functions_planned_downtimes.php:688 -msgid "The end date must be higher than the current time" -msgstr "La fecha fin debería ser posterior a la fecha actual" - -#: ../../godmode/agentes/planned_downtime.editor.php:223 -#: ../../godmode/agentes/planned_downtime.editor.php:592 -#: ../../godmode/agentes/planned_downtime.editor.php:600 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:696 -msgid "The end time must be higher than the start time" -msgstr "La hora de fin debe ser mayor que la fecha de inicio" - -#: ../../godmode/agentes/planned_downtime.editor.php:226 -#: ../../godmode/agentes/planned_downtime.editor.php:581 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:703 -msgid "The end day must be higher than the start day" -msgstr "El día de fin debe ser mayor que el día de inicio" - -#: ../../godmode/agentes/planned_downtime.editor.php:275 -#: ../../include/functions_planned_downtimes.php:94 -#: ../../include/functions_planned_downtimes.php:717 -msgid "Each planned downtime must have a different name" -msgstr "Cada parada de servicio planeada debe tener un nombre diferente" - -#: ../../godmode/agentes/planned_downtime.editor.php:280 -#: ../../godmode/agentes/planned_downtime.editor.php:307 -#: ../../include/functions_planned_downtimes.php:100 -#: ../../include/functions_planned_downtimes.php:722 -msgid "Planned downtime must have a name" -msgstr "La parada de servicio planeada debe tener un nombre" - -#: ../../godmode/agentes/planned_downtime.editor.php:318 -msgid "Cannot be modified while the downtime is being executed" -msgstr "No pueden ser modificado mientras se está ejecutando la parada" - -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/alerts/alert_list.php:196 -#: ../../godmode/alerts/alert_special_days.php:207 -#: ../../godmode/alerts/alert_templates.php:153 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/configure_alert_template.php:448 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../godmode/modules/manage_network_components.php:346 -#: ../../godmode/setup/gis.php:41 -#: ../../include/functions_planned_downtimes.php:122 -#: ../../operation/agentes/pandora_networkmap.php:247 -#: ../../operation/incidents/incident.php:111 -#: ../../operation/snmpconsole/snmp_view.php:115 -#: ../../enterprise/extensions/ipam/ipam_action.php:128 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:99 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/modules/local_components.php:309 -#: ../../enterprise/godmode/policies/policies.php:159 -#: ../../enterprise/godmode/policies/policy_modules.php:1039 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:130 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:121 -#: ../../enterprise/operation/agentes/transactional_map.php:112 -msgid "Could not be updated" -msgstr "No se pudo actualizar" - -#: ../../godmode/agentes/planned_downtime.editor.php:485 -msgid "Quiet: Modules will not generate events or fire alerts." -msgstr "Tranquilo: Módulos no generarán eventos o lanzar alertas." - -#: ../../godmode/agentes/planned_downtime.editor.php:486 -msgid "Disable Agents: Disables the selected agents." -msgstr "Deshabilitar agentes: Deshabilita los agentes seleccionados" - -#: ../../godmode/agentes/planned_downtime.editor.php:487 -msgid "Disable Alerts: Disable alerts for the selected agents." +#: ../../include/help/clippy/homepage.php:85 +msgid "Ping to a Linux or Windows server with a Pandora FMS agent" msgstr "" -"Deshabilitar alertas: Deshabilita las alertas de los agentes seleccionados" +"Hacer un ping a un servidor Linux o Windows con un agente de Pandora FMS" -#: ../../godmode/agentes/planned_downtime.editor.php:489 -#: ../../godmode/agentes/planned_downtime.list.php:428 -msgid "Disabled Agents" -msgstr "Agentes desactivados" +#: ../../include/help/clippy/homepage.php:90 +msgid "Create a alert by email in a critical module." +msgstr "Crear una alerta que avise por email para un módulo crítico." -#: ../../godmode/agentes/planned_downtime.editor.php:490 -#: ../../godmode/agentes/planned_downtime.list.php:429 -msgid "Disabled only Alerts" -msgstr "Deshabilitar sólo alertas" - -#: ../../godmode/agentes/planned_downtime.editor.php:493 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../include/functions_reporting_html.php:3821 -#: ../../enterprise/include/functions_reporting.php:4943 -#: ../../enterprise/include/functions_reporting_pdf.php:2422 -msgid "Execution" -msgstr "Ejecución" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -#: ../../godmode/agentes/planned_downtime.list.php:153 -msgid "Once" -msgstr "Una vez" - -#: ../../godmode/agentes/planned_downtime.editor.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:153 -#: ../../godmode/agentes/planned_downtime.list.php:434 -msgid "Periodically" -msgstr "Periodicamente" - -#: ../../godmode/agentes/planned_downtime.editor.php:500 -msgid "Configure the time" -msgstr "Configurar el tiempo" - -#: ../../godmode/agentes/planned_downtime.editor.php:506 -#: ../../include/functions_reporting_html.php:63 -#: ../../include/functions_reporting_html.php:3394 -msgid "From:" -msgstr "Desde:" - -#: ../../godmode/agentes/planned_downtime.editor.php:510 -#: ../../godmode/agentes/planned_downtime.editor.php:521 -#: ../../operation/netflow/nf_live_view.php:240 -#: ../../enterprise/extensions/cron/main.php:332 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../enterprise/operation/log/log_viewer.php:226 -msgid "Date format in Pandora is year/month/day" -msgstr "El formato de fecha de Pandora es año/mes/día" - -#: ../../godmode/agentes/planned_downtime.editor.php:512 -#: ../../godmode/agentes/planned_downtime.editor.php:523 -#: ../../godmode/agentes/planned_downtime.editor.php:591 -#: ../../godmode/agentes/planned_downtime.editor.php:599 -#: ../../godmode/alerts/configure_alert_template.php:543 -#: ../../godmode/alerts/configure_alert_template.php:547 -#: ../../godmode/reporting/reporting_builder.item_editor.php:848 -#: ../../godmode/reporting/reporting_builder.item_editor.php:857 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../enterprise/extensions/cron/main.php:334 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../enterprise/operation/log/log_viewer.php:228 -msgid "Time format in Pandora is hours(24h):minutes:seconds" -msgstr "El formato de hora en Pandora es horas(24h):minutos:segundos" - -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:3395 -msgid "To:" -msgstr "Hasta:" - -#: ../../godmode/agentes/planned_downtime.editor.php:531 -msgid "Type Periodicity:" -msgstr "Periodicidad del tipo" - -#: ../../godmode/agentes/planned_downtime.editor.php:544 -#: ../../godmode/alerts/alert_special_days.php:327 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/alerts/configure_alert_template.php:524 -#: ../../include/functions.php:913 ../../include/functions_reporting.php:10006 -#: ../../enterprise/godmode/alerts/alert_events.php:431 -#: ../../enterprise/include/functions_reporting.php:4979 -msgid "Mon" -msgstr "Lun" - -#: ../../godmode/agentes/planned_downtime.editor.php:547 -#: ../../godmode/alerts/alert_special_days.php:328 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/alerts/configure_alert_template.php:526 -#: ../../include/functions.php:915 ../../include/functions_reporting.php:10010 -#: ../../enterprise/godmode/alerts/alert_events.php:433 -#: ../../enterprise/include/functions_reporting.php:4983 -msgid "Tue" -msgstr "Mar" - -#: ../../godmode/agentes/planned_downtime.editor.php:550 -#: ../../godmode/alerts/alert_special_days.php:329 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/alerts/configure_alert_template.php:528 -#: ../../include/functions.php:917 ../../include/functions_reporting.php:10014 -#: ../../enterprise/godmode/alerts/alert_events.php:435 -#: ../../enterprise/include/functions_reporting.php:4987 -msgid "Wed" -msgstr "Mié" - -#: ../../godmode/agentes/planned_downtime.editor.php:553 -#: ../../godmode/alerts/alert_special_days.php:330 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/alerts/configure_alert_template.php:530 -#: ../../include/functions.php:919 ../../include/functions_reporting.php:10018 -#: ../../enterprise/godmode/alerts/alert_events.php:437 -#: ../../enterprise/include/functions_reporting.php:4991 -msgid "Thu" -msgstr "Jue" - -#: ../../godmode/agentes/planned_downtime.editor.php:556 -#: ../../godmode/alerts/alert_special_days.php:331 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/alerts/configure_alert_template.php:532 -#: ../../include/functions.php:921 ../../include/functions_reporting.php:10022 -#: ../../enterprise/godmode/alerts/alert_events.php:439 -#: ../../enterprise/include/functions_reporting.php:4995 -msgid "Fri" -msgstr "Vie" - -#: ../../godmode/agentes/planned_downtime.editor.php:559 -#: ../../godmode/alerts/alert_special_days.php:332 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/alerts/configure_alert_template.php:534 -#: ../../include/functions.php:923 ../../include/functions_reporting.php:10026 -#: ../../enterprise/godmode/alerts/alert_events.php:441 -#: ../../enterprise/include/functions_reporting.php:4999 -msgid "Sat" -msgstr "Sáb" - -#: ../../godmode/agentes/planned_downtime.editor.php:562 -#: ../../godmode/alerts/alert_special_days.php:326 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/alerts/configure_alert_template.php:536 -#: ../../include/functions.php:925 ../../include/functions_reporting.php:10030 -#: ../../enterprise/godmode/alerts/alert_events.php:443 -#: ../../enterprise/include/functions_reporting.php:5003 -msgid "Sun" -msgstr "Dom" - -#: ../../godmode/agentes/planned_downtime.editor.php:569 -msgid "From day:" -msgstr "Desde el día:" - -#: ../../godmode/agentes/planned_downtime.editor.php:575 -msgid "To day:" -msgstr "Hasta el día:" - -#: ../../godmode/agentes/planned_downtime.editor.php:586 -msgid "From hour:" -msgstr "Desde la hora:" - -#: ../../godmode/agentes/planned_downtime.editor.php:594 -msgid "To hour:" -msgstr "Hasta la hora:" - -#: ../../godmode/agentes/planned_downtime.editor.php:709 -msgid "Available agents" -msgstr "Agentes disponibles" - -#: ../../godmode/agentes/planned_downtime.editor.php:713 -msgid "Available modules:" -msgstr "Módulos disponibles:" - -#: ../../godmode/agentes/planned_downtime.editor.php:714 -msgid "Only for type Quiet for downtimes." -msgstr "Sólo para tipo Quiet para paradas" - -#: ../../godmode/agentes/planned_downtime.editor.php:728 -msgid "Agents planned for this downtime" -msgstr "Agentes planificados para esta parada" - -#: ../../godmode/agentes/planned_downtime.editor.php:743 -msgid "There are no agents" -msgstr "No hay agentes" - -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/users/user_list.php:272 ../../include/ajax/module.php:751 -#: ../../include/functions_treeview.php:602 -#: ../../include/functions_events.php:2038 -#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:85 -#: ../../mobile/operation/agents.php:337 ../../mobile/operation/agents.php:339 -#: ../../mobile/operation/agents.php:341 ../../mobile/operation/agents.php:342 -#: ../../operation/agentes/estado_agente.php:531 -#: ../../operation/agentes/estado_generalagente.php:205 -#: ../../operation/agentes/ver_agente.php:696 -#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 -#: ../../operation/search_agents.php:66 ../../operation/search_users.php:47 -#: ../../enterprise/meta/agentsearch.php:100 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../enterprise/operation/agentes/policy_view.php:309 -#: ../../enterprise/operation/agentes/ver_agente.php:75 -msgid "Last contact" -msgstr "Último contacto" - -#: ../../godmode/agentes/planned_downtime.editor.php:779 -msgid "All alerts" -msgstr "Todas las alertas" - -#: ../../godmode/agentes/planned_downtime.editor.php:782 -msgid "Entire agent" -msgstr "Agente completo" - -#: ../../godmode/agentes/planned_downtime.editor.php:786 -#: ../../godmode/agentes/planned_downtime.editor.php:891 -msgid "All modules" -msgstr "Todos los módulos" - -#: ../../godmode/agentes/planned_downtime.editor.php:789 -#: ../../godmode/agentes/planned_downtime.editor.php:883 -#: ../../godmode/agentes/planned_downtime.editor.php:887 -msgid "Some modules" -msgstr "Algunos módulos" - -#: ../../godmode/agentes/planned_downtime.editor.php:855 -msgid "Add Module:" -msgstr "Añadir módulo:" - -#: ../../godmode/agentes/planned_downtime.editor.php:1071 -msgid "Please select a module." -msgstr "Por favor, seleccione un módulo" - -#: ../../godmode/agentes/planned_downtime.editor.php:1203 +#: ../../include/help/clippy/homepage.php:209 msgid "" -"WARNING: If you edit this planned downtime, the data of future SLA reports " -"may be altered" +"The first thing you have to do is to setup the config email in the Pandora " +"FMS Server." msgstr "" -"ADVERTENCIA: Si se modifica esta parada planificada, los datos de los " -"futuros informes SLA pueden ser alterados" +"La primera cosa que tienes que hacer es configurar el email en el servidor " +"de Pandora FMS." -#: ../../godmode/agentes/planned_downtime.export_csv.php:199 -#: ../../godmode/agentes/planned_downtime.list.php:358 -msgid "No planned downtime" -msgstr "No hay ninguna parada planificada" +#: ../../include/help/clippy/homepage.php:213 +msgid "If you have it already configured you can go to the next step." +msgstr "Si ya lo tienes ya configurado, puedes ir al siguiente paso." -#: ../../godmode/agentes/planned_downtime.list.php:46 -msgid "An error occurred while migrating the malformed planned downtimes" -msgstr "" -"Ha ocurrido un error mientras se migraban paradas planificadas mal formadas" +#: ../../include/help/clippy/homepage.php:218 +msgid "Now, pull down the Manage alerts menu and click on Actions. " +msgstr "Ahora, abra el menú Administrar alertas y haga click en Acciones. " -#: ../../godmode/agentes/planned_downtime.list.php:47 -msgid "Please run the migration again or contact with the administrator" -msgstr "" -"Por favor, ejecute el script de migración de nuevo o contacte con el " -"administrador" - -#: ../../godmode/agentes/planned_downtime.list.php:79 -msgid "An error occurred stopping the planned downtime" -msgstr "Se produjo un error deteniendo la parada planificada" - -#: ../../godmode/agentes/planned_downtime.list.php:101 -msgid "This planned downtime is running" -msgstr "Esta parada planificada se está ejecutando" - -#: ../../godmode/agentes/planned_downtime.list.php:108 -#: ../../godmode/events/event_filter.php:57 -#: ../../godmode/events/event_filter.php:78 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -#: ../../godmode/reporting/graphs.php:91 -#: ../../godmode/reporting/graphs.php:101 -#: ../../godmode/reporting/graphs.php:140 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../operation/reporting/graph_viewer.php:46 -#: ../../operation/reporting/graph_viewer.php:53 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 -#: ../../enterprise/godmode/reporting/graph_template_list.php:90 -#: ../../enterprise/godmode/reporting/graph_template_list.php:110 -msgid "Not deleted. Error deleting data" -msgstr "No se pudo borrar. Error al borrar los datos." - -#: ../../godmode/agentes/planned_downtime.list.php:143 -#: ../../godmode/alerts/alert_list.list.php:532 -#: ../../godmode/alerts/alert_list.list.php:536 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:194 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../enterprise/include/functions_reporting_pdf.php:2217 -#: ../../enterprise/include/functions_reporting_pdf.php:2253 -#: ../../enterprise/include/functions_reporting_pdf.php:2291 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -msgid "From" -msgstr "De" - -#: ../../godmode/agentes/planned_downtime.list.php:145 -#: ../../operation/agentes/gis_view.php:182 -#: ../../enterprise/include/functions_reporting_pdf.php:2254 -#: ../../enterprise/include/functions_reporting_pdf.php:2292 -msgid "To" -msgstr "Para" - -#: ../../godmode/agentes/planned_downtime.list.php:154 -msgid "Execution type" -msgstr "Tipo de ejecución" - -#: ../../godmode/agentes/planned_downtime.list.php:156 -msgid "Show past downtimes" -msgstr "Mostrar paradas antiguas" - -#: ../../godmode/agentes/planned_downtime.list.php:391 -msgid "Name #Ag." -msgstr "Nombre (núm. ag.)" - -#: ../../godmode/agentes/planned_downtime.list.php:396 -#: ../../godmode/menu.php:131 ../../godmode/setup/setup.php:138 -#: ../../include/functions_reports.php:637 -#: ../../include/functions_reports.php:639 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:210 -#: ../../enterprise/godmode/modules/configure_local_component.php:311 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:166 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 -msgid "Configuration" -msgstr "Configuración" - -#: ../../godmode/agentes/planned_downtime.list.php:397 -#: ../../godmode/agentes/planned_downtime.list.php:446 -#: ../../enterprise/extensions/backup/main.php:136 -#: ../../enterprise/operation/agentes/transactional_map.php:197 -msgid "Running" -msgstr "Ejecutándose" - -#: ../../godmode/agentes/planned_downtime.list.php:400 -#: ../../godmode/agentes/planned_downtime.list.php:456 -msgid "Stop downtime" -msgstr "Detener parada planificada" - -#: ../../godmode/agentes/planned_downtime.list.php:433 -msgid "once" -msgstr "Una vez" - -#: ../../godmode/agentes/planned_downtime.list.php:442 -msgid "Not running" -msgstr "No está en ejecución" - -#: ../../godmode/agentes/planned_downtime.list.php:477 -#: ../../godmode/alerts/alert_view.php:113 ../../godmode/extensions.php:193 -#: ../../godmode/extensions.php:209 -#: ../../godmode/modules/manage_network_components.php:583 -#: ../../include/functions.php:946 ../../include/functions.php:952 -#: ../../include/functions.php:955 ../../include/functions_treeview.php:158 -#: ../../include/functions_treeview.php:392 -#: ../../include/functions_ui.php:2001 ../../include/functions_ui.php:2011 -#: ../../include/functions_db.php:156 ../../include/functions_events.php:1778 -#: ../../include/functions_events.php:1946 -#: ../../include/functions_events.php:2013 -#: ../../include/functions_events.php:2029 -#: ../../include/functions_events.php:2039 -#: ../../include/functions_events.php:2044 -#: ../../include/functions_events.php:2062 -#: ../../include/functions_events.php:2141 -#: ../../include/functions_events.php:2195 -#: ../../include/functions_events.php:2207 -#: ../../include/functions_events.php:2219 -#: ../../include/functions_events.php:2241 -#: ../../include/functions_events.php:2256 -#: ../../include/functions_events.php:2266 -#: ../../include/functions_events.php:2355 -#: ../../include/functions_events.php:2432 -#: ../../include/functions_events.php:2454 -#: ../../include/functions_events.php:2464 -#: ../../include/functions_reporting_html.php:488 -#: ../../include/functions_reporting_html.php:567 -#: ../../include/functions_reporting_html.php:3173 -#: ../../include/functions_reporting_html.php:3211 -#: ../../mobile/operation/agent.php:153 ../../mobile/operation/agent.php:167 -#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 -#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 -#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 -#: ../../operation/agentes/estado_generalagente.php:151 -#: ../../operation/agentes/estado_generalagente.php:163 -#: ../../operation/agentes/estado_generalagente.php:176 -#: ../../operation/agentes/estado_generalagente.php:280 -#: ../../operation/agentes/estado_generalagente.php:359 -#: ../../operation/snmpconsole/snmp_view.php:691 -#: ../../operation/snmpconsole/snmp_view.php:710 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../enterprise/include/functions_reporting.php:4827 -#: ../../enterprise/include/functions_reporting.php:5159 -#: ../../enterprise/include/functions_reporting_pdf.php:1314 -#: ../../enterprise/include/functions_reporting_pdf.php:1395 -#: ../../enterprise/include/functions_reporting_pdf.php:2060 -#: ../../enterprise/include/functions_servicemap.php:265 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1697 -#: ../../enterprise/include/functions_visual_map.php:277 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:437 -msgid "N/A" -msgstr "N/A" - -#: ../../godmode/agentes/planned_downtime.list.php:508 -#: ../../godmode/modules/manage_network_templates.php:216 -#: ../../include/graphs/functions_flot.php:266 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 -#: ../../enterprise/operation/log/log_viewer.php:239 -#: ../../enterprise/operation/reporting/custom_reporting.php:59 -msgid "Export to CSV" -msgstr "Exportar a CSV" - -#: ../../godmode/agentes/planned_downtime.list.php:535 +#: ../../include/help/clippy/modules_not_learning_mode.php:40 msgid "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." msgstr "" -"ADVERTENCIA: Si se borra esta parada planificada, no se tendrá en cuenta en " -"futuros informes SLA" +"Por favor, tenga en cuenta que si no tiene activado el modo aprendizaje no " +"se añadirán nuevos módulos que vengan en el XML." -#: ../../godmode/agentes/planned_downtime.list.php:541 -msgid "WARNING: There are malformed planned downtimes" -msgstr "ADVERTENCIA: Hay paradas planificadas mal formadas" +#: ../../include/help/clippy/modules_not_learning_mode.php:41 +msgid "" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." +msgstr "" +"Esto quiere decir que si se tiene un plugin local o se añaden manualmente " +"nuevos módulos al fichero de configuración, no se tendrá en" -#: ../../godmode/agentes/planned_downtime.list.php:541 -msgid "Do you want to migrate automatically the malformed items?" -msgstr "¿Quiere migrar automáticamente los elementos mal formados?" +#: ../../include/help/clippy/modules_not_learning_mode.php:42 +msgid "" +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." +msgstr "" +"Debería usar el modo \"normal\" (no aprendizaje) solo cuando no tenga " +"intención de añadir más módulos al agente." -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -msgid "Alert actions" -msgstr "Acciones de alerta" +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." +msgstr "Intervalo de agente" -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -#: ../../include/functions_agents.php:684 -#: ../../enterprise/godmode/policies/policies.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 -msgid "Successfully copied" -msgstr "Copia realizada correctamente" +#: ../../include/help/clippy/interval_agent_min.php:44 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Por favor, tenga en cuenta que no se recomienda que tengan los agentes con " +"un intervalo de monitorización por debajo de 300 segundos. Esto tendrá un " +"impacto serio en el rendimiento del servidor. Por ejemplo, tener 200 agentes " +"con un intervalo de un minuto, es lo mismo que tener 1.000 agentes con un " +"intervalo de 5 minutos. La probabilidad de obtener módulos desconocidos es " +"más alto, y el impacto en el servidor es mayor, ya que requiere un tiempo de " +"respuesta más corto." -#: ../../godmode/alerts/alert_actions.php:141 -#: ../../enterprise/godmode/policies/policies.php:181 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 -msgid "Could not be copied" -msgstr "No se ha podido copiar" +#: ../../include/help/clippy/agent_out_of_limits.php:39 +msgid "Agent contact date passed it's ETA!." +msgstr "¡La fecha de contacto del agente pasó su plazo estimado!" -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/massive/massive_copy_modules.php:224 -#: ../../godmode/reporting/map_builder.php:214 -#: ../../operation/agentes/pandora_networkmap.php:406 -#: ../../operation/agentes/pandora_networkmap.php:483 -#: ../../enterprise/dashboard/dashboards.php:98 -#: ../../enterprise/dashboard/dashboards.php:137 -#: ../../enterprise/godmode/policies/policies.php:434 -#: ../../enterprise/godmode/policies/policy_modules.php:1333 -msgid "Copy" -msgstr "Copiar" +#: ../../include/help/clippy/agent_out_of_limits.php:44 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"Esto sucede cuando tu agente dejado de informar o el servidor tiene algún " +"problema (demasiado carga o simplemente se ha caido). Comprueba también la " +"conectividad entre el agente y el servidor." -#: ../../godmode/alerts/alert_actions.php:398 -msgid "No alert actions configured" -msgstr "Sin acciones de alertas configuradas" +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 +msgid "" +"Let me show you how to create an email action: Click on Create button and " +"fill the form showed in the following screen." +msgstr "" +"Te voy a enseñar cómo crear una acción de correo electrónico: Haz click en " +"el botón Crear y rellena el formulario que aparecerá en la siguiente " +"pantalla." -#: ../../godmode/alerts/alert_commands.php:105 -#: ../../godmode/alerts/alert_commands.php:109 -#: ../../godmode/alerts/alert_commands.php:127 -#: ../../godmode/alerts/alert_commands.php:135 -#: ../../godmode/alerts/alert_view.php:471 -#: ../../godmode/alerts/alert_view.php:548 -#: ../../godmode/alerts/configure_alert_template.php:687 -#: ../../enterprise/godmode/alerts/alert_events.php:474 +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 +msgid "" +"Now, you have to go to the monitors list and look for a critical module to " +"apply the alert." +msgstr "" +"Ahora, tienes que ir a la lista de monitores y busca un módulo en estado " +"crítico para enlazarle la alerta." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 +msgid "" +"Click on the arrow to drop down the Monitoring submenu and select Monitor " +"Detail." +msgstr "" +"Haga click en la flecha para desplegar el submenú Monitorización y " +"seleccione Detalle Monitor." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 +msgid "" +"Now, you have to go to the monitors list and look for a \"critical\" module " +"to apply the alert." +msgstr "" +"Ahora, tienes que ir a la lista de monitores y buscar un módulo en estado " +"\"critico\" para enlazarle una alerta." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 +msgid "" +"If you know the name of the agent or the name of the module in critical " +"status, type it in this field to make the module list shorter. You can write " +"the entire name or just a part of it." +msgstr "" +"Si conoces el nombre del agente o el nombre del módulo en estado crítico, " +"escríbelo en este campo para hacer la lista de módulos más cortos. Puedes " +"escribir el nombre completo o sólo una parte de ella." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 +msgid "Click on Show button to get the modules list filtered." +msgstr "Haz click en botón Mostrar para obtener la lista filtrada." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 +msgid "" +"Now, to edit the module, click on the wrench that appears in the type column." +msgstr "" +"Ahora, para editar el módulo, haz click en la llave fija que aparece en la " +"columna del tipo." + +#: ../../include/help/clippy/extension_cron_send_email.php:39 +msgid "The configuration of email for the task email is in the file:" +msgstr "" +"La configuración de correo-e para el envío de la tarea se encuentra en el " +"fichero:" + +#: ../../include/help/clippy/extension_cron_send_email.php:41 +msgid "Please check if the email configuration is correct." +msgstr "Por favor, confirmar que la configuración de correo-e es correcta." + +#: ../../include/help/clippy/data_configuration_module.php:39 +msgid "Data Configuration Module." +msgstr "Módulos de datos de configuración" + +#: ../../include/help/clippy/data_configuration_module.php:44 +msgid "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." +msgstr "" +"Por favor, tenga en cuenta que la información aquí proporcionada afecta la " +"forma de cómo el agente recoge la información y genera el XML de datos. " +"Cualquier dato / configuración enviado por el agente, a diferencia de los " +"enviados desde datos o descripción que son descartados, y la configuración " +"mostrada en la consola prevalece sobre cualquier configuración procedente " +"del agente, esto se aplica por ejemplo para umbrales críticos / advertencia " +", intervalo , grupo módulo, valor mínimo / máximo, etiquetas , etc." + +#: ../../include/help/clippy/data_configuration_module.php:50 +msgid "" +"Information imported FIRST time from the XML will fill the information you " +"can see in the console, but after the first import, system will ignore any " +"update coming from the XML/Agent." +msgstr "" +"Información importada la PRIMERA vez desde el XML llenará la información " +"que se puede ver en la consola, pero después de la primera importación , el " +"sistema ignorará cualquier actualización que viene del XML / Agente ." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 +msgid "I'm going to show you how to monitor a server." +msgstr "Te voy a mostrar cómo monitorizar un servidor." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 +msgid "Please, type an agent to save the modules for monitoring a server." +msgstr "" +"Por favor, escribe el nombre de un agente para guardar los módulos para " +"monitorizar un servidor." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 +msgid "If you have typed the name correctly you will see the agent." +msgstr "Si ha introducido el nombre correctamente, verá el agente." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 +msgid "Now, please choose the agent you searched." +msgstr "Ahora, por favor elige el agente que buscaste." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 +msgid "Choose the agent and click on the name." +msgstr "Elige el agente y haz click en el nombre" + +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" +msgstr "Tipología de grupo" + +#: ../../include/help/clippy/topology_group.php:44 +msgid "" +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " +msgstr "" +"Tenga en cuenta que el grupo mapas de topología no muestran la relación " +"padre entre los nodos , sólo muestra el grupo padre y el agente de " +"distribución dentro de ellos " + +#: ../../include/help/clippy/modules_not_init.php:39 +msgid "You have non initialized modules" +msgstr "Tienes módulos sin inicializar." + +#: ../../include/help/clippy/modules_not_init.php:44 +msgid "" +"This happen when you have just created a module and it's not executed at " +"first time. Usually in a few seconds should be initialized and you will be " +"able to see in main view. If you keep non-init modules for more than 24hr " +"(due a problem in it's execution or configuration) they will be " +"automatically deleted by the system. Non-init are not visible in the “main " +"view”, you can see/edit them in the module administration section, in the " +"agent administrator." +msgstr "" +"Esto sucede cuando se acaba de crear un módulo y no está ejecutado. Por lo " +"general, en unos pocos segundos debe ser inicializado y seras capaz de verlo " +"en la vista principal. Si se mantienen módulos no iniciados durante más de " +"24 horas (puede ser un problema en la ejecución o configuración) serán " +"eliminados automáticamente por el sistema. Los no iniciados no son visibles " +"en la vista principal, se puede ver / editar en la sección de administración " +"del módulo, en el administrador de agente." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 +msgid "Fill the name of your action." +msgstr "Rellena con el nombre de la acción." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 +msgid "" +"Select the group in the drop-down list and filter for ACL (the user in this " +"group can use your action to create an alert)." +msgstr "" +"Seleccione el grupo en la lista desplegable y este es un filtro para las ACL " +"(el usuario en este grupo puede utilizar la acción de crear una alerta)." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 +msgid "In the command field select \"email\"." +msgstr "En este campo de comando elige \"email\"." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 +msgid "" +"In the threshold field enter the seconds. The help icon show more " +"information." +msgstr "" +"En el campo de umbral se rellena con un número de segundos. El icono de " +"ayuda te mostrará mas ayuda." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 +msgid "" +"In the first field enter the email address/addresses where you want to " +"receive the email alerts separated with comas ( , ) or white spaces." +msgstr "" +"En el primer campo introduce la dirección/es de email separados por comas " +"(,) o espacios en blanco, en las que deseas recibir las alertas de email." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 +msgid "" +"In the \"Subject\" field you can use the macros _agent_ or _module_ for " +"each name." +msgstr "" +"El campo \"Subject\" puedes usar macros _agent_ o _module_ para el asunto " +"del email." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 +msgid "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." +msgstr "" +"En el campo de texto, también puede utilizar las macros. Hay mas información " +"acerca de las macros, haz click en el icono de ayuda." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 +msgid "Click on Create button to create the action." +msgstr "Haz click en el botón de crear, para crear la acción." + +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" +msgstr "Todo los servidores están caídos" + +#: ../../include/help/clippy/servers_down.php:44 +msgid "" +"Can you up all servers. You go to terminal in linux and execute the next " +"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " +"introduce root pass." +msgstr "" +"Usted puede activar todos los servidores. Tiene que ir al terminal de linux " +"y ejecutar el siguiente comando: \"sudo /etc/init.d/pandora_server " +"restart\". Es posible que necesite introducir la contraseña de root." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 +msgid "" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your email." +msgstr "" +"El último paso es comprobar la alerta ha sido creada. Haz click en el icono " +"redondo para forzar la ejecución de la acción y después de unos minutos " +"recibirás la alerta en tu correo electrónico." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 +msgid "" +"And restart your pandora server to read again general configuration tokens." +msgstr "" +"Y reinicia tu servidor de Pandora para leer otra vez lo tokens generales de " +"configuración." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" +"Ahora debes ir a los módulos. Pero no te preocupes, te guiare paso a paso." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." +msgstr "Haz click en esta pestaña." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "Choose the network server module." +msgstr "Elige el módulo de servidor de red." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." +msgstr "Y pica el botón." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 +msgid "Now we are going to fill the form." +msgstr "Ahora nosotros vamos a rellenar el formulario." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "Por favor, selecciona \"Network Management\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "Selecciona el componente llamado \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 +msgid "You can change the name if you want." +msgstr "Puedes cambiar el nombre si quieres." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Prueba si la IP mostrado es la IP de tu maquina." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 +msgid "And only to finish it is clicking this button." +msgstr "Y ya solamente para terminar pulsa en este botón." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 +msgid "" +"Congrats! Your module has been created.
                and the status color is " +"blue.
                That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"¡Felicidades! Has creado tu módulo.
                y el color de estado es " +"azul.
                Ese color significa que el módulo no se ha ejecutado. En " +"los próximos segundos, si no hay problema, el color de estado pasara a " +"rojo o verde." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Haz click en la pestaña de alertas para rellenar el formulario con la alerta " +"a añadir." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 +msgid "Select the critical module." +msgstr "Elige el módulo critico." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 +msgid "In template select \"Critical Condition\"." +msgstr "En las plantillas selecciona \"Critical Condition\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 +msgid "Now, select the action created before." +msgstr "Ahora, elige la acción creada antes." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 +msgid "Click on Add Alert button to create the alert." +msgstr "Haz click en el botón añadir alerta para crear la alerta." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"Para probar la alerta que acabas de crear, ve a la vista principal, haz clic " +"en la pestaña con el icono del ojo." + +#: ../../include/help/clippy/server_queued_modules.php:39 +msgid "Excesive Queued." +msgstr "Encolamiento excesivo" + +#: ../../include/help/clippy/server_queued_modules.php:44 +msgid "" +"You have too much items in the processing queue. This can happen if your " +"server is too loaded and/or not properly configured. This could be something " +"temporal, or a bottleneck. One possible solution is increase number of " +"server threads, but you should consider getting support about this." +msgstr "" +"Tiene demasiados ítems en cola. Esto puede pasar si su servidor está " +"demasiado cargado y/ o no está bien configurado. Puede ser algo temporal, o " +"un cuello de botella. Una posible solución es aumentar el número de hilos " +"del servidor, pero debería considerar la obtención de soporte sobre esto." + +#: ../../include/help/clippy/module_unknow.php:39 +msgid "You have unknown modules in this agent." +msgstr "Tienes módulos en estado desconocido en este agente." + +#: ../../include/help/clippy/module_unknow.php:44 +msgid "" +"Unknown modules are modules which receive data normally at least in one " +"occassion, but at this time are not receving data. Please check our " +"troubleshoot help page to help you determine why you have unknown modules." +msgstr "" +"Los módulos desconocidos son módulos que reciben datos normalmente al menos " +"en una ocasión, pero en este momento no se reciben datos. Por favor, " +"consulta la página de ayuda para solucionar los problemas sobre los módulos " +"desconocidos." + +#: ../../include/functions_pandora_networkmap.php:740 #, php-format -msgid "Field %s" -msgstr "Campo %s" +msgid "Edit node %s" +msgstr "Modificar nodo %s" + +#: ../../include/functions_pandora_networkmap.php:741 +msgid "Holding Area" +msgstr "Buffer de procesamiento" + +#: ../../include/functions_pandora_networkmap.php:742 +msgid "Show details and options" +msgstr "Mostrar los detalles y opciones" + +#: ../../include/functions_pandora_networkmap.php:743 +msgid "Add a interface link" +msgstr "Añadir enlace de interfaz" + +#: ../../include/functions_pandora_networkmap.php:744 +msgid "Set parent interface" +msgstr "Establecer padre en la relación de interfaz" + +#: ../../include/functions_pandora_networkmap.php:745 +msgid "Set as children" +msgstr "Establecer como hijo" + +#: ../../include/functions_pandora_networkmap.php:746 +msgid "Set parent" +msgstr "Establecer como padre" + +#: ../../include/functions_pandora_networkmap.php:747 +#: ../../include/functions_pandora_networkmap.php:754 +msgid "Abort the action of set relationship" +msgstr "Cancela la acción de relacionar por parentesco" + +#: ../../include/functions_pandora_networkmap.php:749 +#: ../../include/functions_pandora_networkmap.php:1525 +msgid "Add node" +msgstr "Añadir nodo" + +#: ../../include/functions_pandora_networkmap.php:750 +msgid "Set center" +msgstr "Fijar centro" + +#: ../../include/functions_pandora_networkmap.php:752 +msgid "Refresh Holding area" +msgstr "Actualizar buffer de procesamiento" + +#: ../../include/functions_pandora_networkmap.php:753 +msgid "Abort the action of set interface relationship" +msgstr "Cancelar enlace de interfaz" + +#: ../../include/functions_pandora_networkmap.php:939 +#: ../../include/functions_maps.php:62 +msgid "Copy of " +msgstr "Copiar de " + +#: ../../include/functions_pandora_networkmap.php:1262 +msgid "Open Minimap" +msgstr "Abrir Minimapa" + +#: ../../include/functions_pandora_networkmap.php:1269 +msgid "Hide Labels" +msgstr "Ocultar textos" + +#: ../../include/functions_pandora_networkmap.php:1360 +msgid "Edit node" +msgstr "Modificar nodo" + +#: ../../include/functions_pandora_networkmap.php:1371 +msgid "Adresses" +msgstr "Direcciones" + +#: ../../include/functions_pandora_networkmap.php:1373 +msgid "OS type" +msgstr "Tipo de SO" + +#: ../../include/functions_pandora_networkmap.php:1378 +#: ../../include/functions_pandora_networkmap.php:1379 +msgid "Node Details" +msgstr "Detalles de nodo" + +#: ../../include/functions_pandora_networkmap.php:1388 +msgid "Ip" +msgstr "IP" + +#: ../../include/functions_pandora_networkmap.php:1389 +msgid "MAC" +msgstr "MAC" + +#: ../../include/functions_pandora_networkmap.php:1398 +#: ../../include/functions_pandora_networkmap.php:1399 +msgid "Interface Information (SNMP)" +msgstr "Información de interfaces (SNMP)" + +#: ../../include/functions_pandora_networkmap.php:1406 +msgid "Shape" +msgstr "Forma" + +#: ../../include/functions_pandora_networkmap.php:1408 +msgid "Circle" +msgstr "Círculo" + +#: ../../include/functions_pandora_networkmap.php:1409 +msgid "Square" +msgstr "Cuadrado" + +#: ../../include/functions_pandora_networkmap.php:1410 +msgid "Rhombus" +msgstr "Rombo" + +#: ../../include/functions_pandora_networkmap.php:1420 +#: ../../include/functions_pandora_networkmap.php:1581 +msgid "name fictional node" +msgstr "Nombre de nodo ficticio" + +#: ../../include/functions_pandora_networkmap.php:1421 +#: ../../include/functions_pandora_networkmap.php:1582 +msgid "Networkmap to link" +msgstr "Enlace a mapa de red" + +#: ../../include/functions_pandora_networkmap.php:1427 +msgid "Update fictional node" +msgstr "Actualizar nodo ficticio" + +#: ../../include/functions_pandora_networkmap.php:1430 +#: ../../include/functions_pandora_networkmap.php:1431 +msgid "Node options" +msgstr "Opciones de nodo" + +#: ../../include/functions_pandora_networkmap.php:1438 +#: ../../include/functions_pandora_networkmap.php:1493 +msgid "Node source" +msgstr "Nodo origen" + +#: ../../include/functions_pandora_networkmap.php:1439 +#: ../../include/functions_pandora_networkmap.php:1494 +msgid "Interface source" +msgstr "Interfaz origen" + +#: ../../include/functions_pandora_networkmap.php:1440 +#: ../../include/functions_pandora_networkmap.php:1495 +msgid "Interface Target" +msgstr "Interfaz objetivo" + +#: ../../include/functions_pandora_networkmap.php:1442 +#: ../../include/functions_pandora_networkmap.php:1496 +msgid "Node target" +msgstr "Nodo objetivo" + +#: ../../include/functions_pandora_networkmap.php:1443 +msgid "E." +msgstr "E." + +#: ../../include/functions_pandora_networkmap.php:1474 +msgid "There are not relations" +msgstr "No hay relaciones" + +#: ../../include/functions_pandora_networkmap.php:1481 +#: ../../include/functions_pandora_networkmap.php:1482 +msgid "Relations" +msgstr "Relaciones" + +#: ../../include/functions_pandora_networkmap.php:1517 +msgid "Add interface link" +msgstr "Añadir enlace de interfaz" + +#: ../../include/functions_pandora_networkmap.php:1544 +#: ../../include/functions_pandora_networkmap.php:1548 +#: ../../include/functions_pandora_networkmap.php:1549 +#: ../../include/functions_pandora_networkmap.php:1569 +#: ../../include/functions_pandora_networkmap.php:1574 +#: ../../include/functions_pandora_networkmap.php:1592 +msgid "Add agent node" +msgstr "Añadir nodo de agente" + +#: ../../include/functions_pandora_networkmap.php:1573 +msgid "Add agent node (filter by group)" +msgstr "Añadir nodo de agente (filtro por grupo)" + +#: ../../include/functions_pandora_networkmap.php:1588 +msgid "Add fictional node" +msgstr "Añadir nodo ficticio" + +#: ../../include/functions_pandora_networkmap.php:1591 +msgid "Add fictional point" +msgstr "Añadir punto ficticio" + +#: ../../include/class/Tree.class.php:1492 +msgid "NO DATA" +msgstr "SIN DATOS" + +#: ../../include/class/Tree.class.php:1578 +msgid "Module alerts" +msgstr "Alertas de módulo" + +#: ../../include/functions_servers.php:363 +msgid "Data server" +msgstr "Servidor de datos" + +#: ../../include/functions_servers.php:368 +msgid "Network server" +msgstr "Servidor de red" + +#: ../../include/functions_servers.php:373 +msgid "SNMP Trap server" +msgstr "Servidor de traps SNMP" + +#: ../../include/functions_servers.php:383 +msgid "Plugin server" +msgstr "Servidor de complementos" + +#: ../../include/functions_servers.php:388 +msgid "Prediction server" +msgstr "Servidor de predicción" + +#: ../../include/functions_servers.php:393 +msgid "WMI server" +msgstr "Servidor WMI" + +#: ../../include/functions_servers.php:398 +msgid "Export server" +msgstr "Servidor de exportación" + +#: ../../include/functions_servers.php:403 +msgid "Inventory server" +msgstr "Servidor de inventario" + +#: ../../include/functions_servers.php:408 +msgid "Web server" +msgstr "Servidor web" + +#: ../../include/functions_servers.php:413 +msgid "Event server" +msgstr "Servidor de eventos" + +#: ../../include/functions_servers.php:418 +msgid "Enterprise ICMP server" +msgstr "Servidor ICMP Enterprise" + +#: ../../include/functions_servers.php:423 +msgid "Enterprise SNMP server" +msgstr "Servidor SNMP Enterprise" + +#: ../../include/functions_servers.php:428 +msgid "Enterprise Satellite server" +msgstr "Servidor enterprise satelite" + +#: ../../include/functions_servers.php:433 +msgid "Enterprise Transactional server" +msgstr "Servidor Transaccional Enterprise" + +#: ../../include/functions_servers.php:438 +msgid "Mainframe server" +msgstr "Servidor mainframe" + +#: ../../include/functions_servers.php:443 +msgid "Sync server" +msgstr "Servidor sync" -#: ../../godmode/alerts/alert_commands.php:149 -#: ../../godmode/alerts/alert_commands.php:159 -#: ../../godmode/alerts/configure_alert_template.php:692 -#: ../../godmode/alerts/configure_alert_template.php:706 -#: ../../godmode/alerts/configure_alert_template.php:778 -#: ../../godmode/modules/manage_network_components_form_common.php:59 -#: ../../godmode/users/configure_user.php:614 -#: ../../enterprise/godmode/modules/configure_local_component.php:157 -#: ../../enterprise/meta/advanced/metasetup.setup.php:107 -msgid "Basic" -msgstr "Básico" - -#: ../../godmode/alerts/alert_commands.php:149 -msgid "" -"For sending emails, text must be HTML format, if you want to use plain text, " -"type it between the following labels:
                "
                -msgstr ""
                -"Para enviar emails, el texto debe tener formato HTML, si desea usar texto "
                -"plano, póngalo entre las siguientes etiquetas: 
                "
                -
                -#: ../../godmode/alerts/alert_commands.php:152
                -#: ../../godmode/alerts/alert_commands.php:162
                -#: ../../godmode/alerts/configure_alert_template.php:696
                -#: ../../godmode/alerts/configure_alert_template.php:710
                -#: ../../godmode/alerts/configure_alert_template.php:779
                -#: ../../godmode/modules/manage_network_components_form_common.php:60
                -#: ../../godmode/netflow/nf_edit_form.php:208
                -#: ../../godmode/users/configure_user.php:615
                -#: ../../operation/netflow/nf_live_view.php:323
                -#: ../../enterprise/godmode/modules/configure_local_component.php:158
                -#: ../../enterprise/meta/general/logon_ok.php:64
                -#: ../../enterprise/meta/general/main_header.php:232
                -#: ../../enterprise/meta/general/main_header.php:303
                -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245
                -msgid "Advanced"
                -msgstr "Avanzado"
                -
                -#: ../../godmode/alerts/alert_commands.php:249
                -msgid "Alert commands"
                -msgstr "Comandos de alerta"
                -
                -#: ../../godmode/alerts/alert_commands.php:372
                -msgid "No alert commands configured"
                -msgstr "Comandos de alertas no configurados"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:78
                -msgid "Latest value"
                -msgstr "Último valor"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:94
                -#: ../../godmode/alerts/configure_alert_template.php:567
                -msgid "Default action"
                -msgstr "Acción predeterminada"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:97
                -#: ../../godmode/alerts/alert_list.list.php:616
                -#: ../../godmode/massive/massive_add_action_alerts.php:183
                -#: ../../include/ajax/alert_list.ajax.php:155
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:599
                -#: ../../enterprise/godmode/policies/policy_alerts.php:465
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278
                -msgid "Number of alerts match from"
                -msgstr "Número de alertas coincidentes de"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:99
                -#: ../../godmode/alerts/alert_list.list.php:533
                -#: ../../godmode/alerts/alert_list.list.php:620
                -#: ../../godmode/alerts/alert_templates.php:96
                -#: ../../godmode/massive/massive_add_action_alerts.php:185
                -#: ../../include/ajax/alert_list.ajax.php:159
                -#: ../../include/functions_reporting.php:9994
                -#: ../../operation/reporting/reporting_viewer.php:198
                -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:560
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:601
                -#: ../../enterprise/godmode/policies/policy_alerts.php:337
                -#: ../../enterprise/godmode/policies/policy_alerts.php:469
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:223
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:280
                -#: ../../enterprise/include/functions_reporting.php:4970
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150
                -msgid "to"
                -msgstr "a"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:109
                -#: ../../godmode/alerts/configure_alert_action.php:101
                -#: ../../enterprise/godmode/alerts/alert_events.php:517
                -msgid "Create Action"
                -msgstr "Crear Acción"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:131
                -#: ../../godmode/alerts/configure_alert_template.php:502
                -msgid "Create Template"
                -msgstr "Crear Plantilla"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:134
                -#: ../../godmode/alerts/alert_list.list.php:539
                -#: ../../godmode/alerts/alert_list.list.php:626
                -#: ../../godmode/alerts/alert_view.php:391
                -#: ../../godmode/alerts/configure_alert_action.php:142
                -#: ../../include/ajax/alert_list.ajax.php:165
                -#: ../../include/functions_reporting_html.php:2113
                -#: ../../include/functions_reporting_html.php:3108
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:563
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:604
                -#: ../../enterprise/include/functions_reporting_pdf.php:2364
                -msgid "Threshold"
                -msgstr "Umbral"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:144
                -msgid "Add alert"
                -msgstr "Añadir alerta"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:209
                -#: ../../godmode/massive/massive_copy_modules.php:80
                -#: ../../godmode/massive/massive_copy_modules.php:193
                -#: ../../godmode/massive/massive_delete_agents.php:116
                -#: ../../godmode/massive/massive_delete_modules.php:456
                -#: ../../godmode/massive/massive_delete_modules.php:470
                -#: ../../godmode/massive/massive_edit_agents.php:219
                -#: ../../godmode/massive/massive_edit_modules.php:299
                -#: ../../godmode/massive/massive_edit_modules.php:330
                -#: ../../include/ajax/module.php:824 ../../include/functions.php:1032
                -#: ../../include/functions_reporting.php:3441
                -#: ../../include/functions_alerts.php:593 ../../include/functions_ui.php:449
                -#: ../../include/functions_ui.php:450 ../../include/functions_events.php:1392
                -#: ../../include/functions_events.php:2855
                -#: ../../include/functions_visual_map.php:1582
                -#: ../../include/functions_visual_map.php:1603
                -#: ../../include/functions_visual_map.php:1619
                -#: ../../include/functions_visual_map.php:1635
                -#: ../../include/functions_filemanager.php:706
                -#: ../../include/functions_graph.php:779
                -#: ../../include/functions_graph.php:2189
                -#: ../../include/functions_graph.php:3964
                -#: ../../include/functions_groups.php:803
                -#: ../../include/functions_groups.php:805
                -#: ../../include/functions_groups.php:807
                -#: ../../include/functions_groups.php:808
                -#: ../../include/functions_groups.php:809 ../../include/functions_maps.php:46
                -#: ../../include/functions_reporting_html.php:490
                -#: ../../include/functions_reporting_html.php:569
                -#: ../../include/functions_reporting_html.php:1558
                -#: ../../include/functions_reporting_html.php:1579
                -#: ../../include/functions_reporting_html.php:2042
                -#: ../../include/functions_reporting_html.php:2204
                -#: ../../include/functions_reports.php:426
                -#: ../../include/graphs/functions_flot.php:490
                -#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42
                -#: ../../operation/agentes/estado_agente.php:189
                -#: ../../operation/agentes/estado_monitores.php:453
                -#: ../../operation/agentes/group_view.php:166
                -#: ../../operation/agentes/group_view.php:169
                -#: ../../operation/agentes/pandora_networkmap.view.php:245
                -#: ../../operation/agentes/status_monitor.php:302
                -#: ../../operation/agentes/tactical.php:153 ../../operation/tree.php:134
                -#: ../../operation/tree.php:159 ../../operation/tree.php:293
                -#: ../../enterprise/dashboard/widgets/events_list.php:185
                -#: ../../enterprise/dashboard/widgets/service_map.php:87
                -#: ../../enterprise/dashboard/widgets/tree_view.php:56
                -#: ../../enterprise/dashboard/widgets/tree_view.php:69
                -#: ../../enterprise/dashboard/widgets/tree_view.php:217
                -#: ../../enterprise/extensions/cron/functions.php:229
                -#: ../../enterprise/include/functions_reporting.php:1671
                -#: ../../enterprise/include/functions_reporting.php:2463
                -#: ../../enterprise/include/functions_reporting.php:3240
                -#: ../../enterprise/include/functions_reporting.php:4142
                -#: ../../enterprise/include/functions_reporting.php:4829
                -#: ../../enterprise/include/functions_reporting.php:5160
                -#: ../../enterprise/include/functions_reporting_pdf.php:331
                -#: ../../enterprise/include/functions_reporting_pdf.php:692
                -#: ../../enterprise/include/functions_reporting_pdf.php:710
                -#: ../../enterprise/include/functions_reporting_pdf.php:1316
                -#: ../../enterprise/include/functions_reporting_pdf.php:1397
                -#: ../../enterprise/include/functions_reporting_pdf.php:1641
                -#: ../../enterprise/include/functions_reporting_pdf.php:2062
                -#: ../../enterprise/include/functions_reporting_pdf.php:2097
                -#: ../../enterprise/meta/monitoring/group_view.php:146
                -#: ../../enterprise/meta/monitoring/group_view.php:150
                -#: ../../enterprise/meta/monitoring/tactical.php:281
                -#: ../../enterprise/operation/agentes/transactional_map.php:270
                -#: ../../enterprise/operation/agentes/transactional_map.php:287
                -#: ../../enterprise/operation/services/services.list.php:173
                -#: ../../enterprise/operation/services/services.list.php:415
                -#: ../../enterprise/operation/services/services.service.php:193
                -#: ../../enterprise/operation/services/services.service_map.php:129
                -#: ../../enterprise/operation/services/services.table_services.php:142
                -msgid "Unknown"
                -msgstr "Desconocido"
                -
                -#: ../../godmode/alerts/alert_list.builder.php:212
                -#: ../../godmode/alerts/configure_alert_template.php:918
                -#: ../../godmode/modules/manage_network_components_form_network.php:82
                -#: ../../godmode/modules/manage_network_components_form_plugin.php:29
                -#: ../../godmode/modules/manage_network_components_form_wmi.php:58
                -#: ../../include/functions.php:2059
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951
                -#: ../../enterprise/meta/monitoring/wizard/wizard.php:96
                -#: ../../enterprise/operation/agentes/policy_view.php:146
                -#: ../../enterprise/operation/agentes/policy_view.php:210
                -#: ../../enterprise/operation/agentes/policy_view.php:442
                -msgid "Empty"
                -msgstr "Vacío"
                -
                -#: ../../godmode/alerts/alert_list.list.php:58
                -#: ../../enterprise/godmode/reporting/graph_template_list.php:127
                -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484
                -msgid "Template name"
                -msgstr "Nombre de la plantilla"
                -
                -#: ../../godmode/alerts/alert_list.list.php:124
                -msgid "Field content"
                -msgstr "Contenido del campo"
                -
                -#: ../../godmode/alerts/alert_list.list.php:133
                -msgid "Enabled / Disabled"
                -msgstr "Habilitado / Deshabilitado"
                -
                -#: ../../godmode/alerts/alert_list.list.php:135
                -#: ../../godmode/alerts/alert_list.list.php:794
                -#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466
                -#: ../../enterprise/godmode/agentes/plugins_manager.php:146
                -#: ../../enterprise/godmode/agentes/plugins_manager.php:193
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:715
                -#: ../../enterprise/godmode/policies/policy_alerts.php:564
                -msgid "Enable"
                -msgstr "Activar"
                -
                -#: ../../godmode/alerts/alert_list.list.php:136
                -#: ../../godmode/alerts/alert_list.list.php:785
                -#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463
                -#: ../../include/functions.php:2605
                -#: ../../enterprise/godmode/agentes/plugins_manager.php:146
                -#: ../../enterprise/godmode/agentes/plugins_manager.php:206
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:707
                -#: ../../enterprise/godmode/policies/policy_alerts.php:556
                -msgid "Disable"
                -msgstr "Desactivar"
                -
                -#: ../../godmode/alerts/alert_list.list.php:138
                -#: ../../operation/agentes/alerts_status.functions.php:103
                -#: ../../operation/agentes/alerts_status.php:416
                -#: ../../operation/agentes/alerts_status.php:462
                -#: ../../operation/agentes/alerts_status.php:497
                -#: ../../operation/agentes/alerts_status.php:532
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487
                -#: ../../enterprise/operation/agentes/policy_view.php:193
                -msgid "Standby"
                -msgstr "Standby"
                -
                -#: ../../godmode/alerts/alert_list.list.php:140
                -#: ../../include/functions_ui.php:826 ../../mobile/operation/alerts.php:44
                -#: ../../operation/agentes/alerts_status.functions.php:80
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898
                -#: ../../enterprise/operation/agentes/policy_view.php:221
                -msgid "Standby on"
                -msgstr "Modo standby activado"
                -
                -#: ../../godmode/alerts/alert_list.list.php:141
                -#: ../../mobile/operation/alerts.php:45
                -#: ../../operation/agentes/alerts_status.functions.php:81
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900
                -msgid "Standby off"
                -msgstr "Modo standby desactivado"
                -
                -#: ../../godmode/alerts/alert_list.list.php:163
                -#: ../../operation/agentes/alerts_status.php:396
                -msgid "Alert control filter"
                -msgstr "Filtro de control de alertas"
                -
                -#: ../../godmode/alerts/alert_list.list.php:163
                -#: ../../godmode/snmpconsole/snmp_alert.php:1019
                -#: ../../godmode/users/user_list.php:249
                -#: ../../operation/agentes/alerts_status.php:396
                -#: ../../operation/agentes/graphs.php:163
                -#: ../../operation/snmpconsole/snmp_view.php:559
                -#: ../../enterprise/godmode/policies/policy_queue.php:277
                -#: ../../enterprise/godmode/policies/policy_queue.php:364
                -msgid "Toggle filter(s)"
                -msgstr "Conmutar filtro(s)"
                -
                -#: ../../godmode/alerts/alert_list.list.php:412
                -#: ../../godmode/massive/massive_copy_modules.php:133
                -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:427
                -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412
                -#: ../../enterprise/godmode/policies/policy_alerts.php:242
                -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308
                -msgid "Operations"
                -msgstr "Operaciones"
                -
                -#: ../../godmode/alerts/alert_list.list.php:412
                -#: ../../godmode/alerts/alert_templates.php:303
                -#: ../../godmode/reporting/graphs.php:166
                -#: ../../godmode/reporting/reporting_builder.list_items.php:308
                -#: ../../godmode/reporting/reporting_builder.php:567
                -#: ../../godmode/reporting/reporting_builder.php:687
                -#: ../../godmode/servers/plugin.php:739
                -#: ../../godmode/servers/servers.build_table.php:76
                -#: ../../godmode/users/profile_list.php:327
                -#: ../../godmode/users/user_list.php:278
                -#: ../../include/functions_container.php:140
                -#: ../../operation/gis_maps/gis_map.php:94
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:427
                -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412
                -#: ../../enterprise/godmode/modules/local_components.php:484
                -#: ../../enterprise/godmode/policies/policies.php:261
                -#: ../../enterprise/godmode/policies/policy_alerts.php:242
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255
                -#: ../../enterprise/meta/advanced/servers.build_table.php:71
                -msgid "Op."
                -msgstr "Op."
                -
                -#: ../../godmode/alerts/alert_list.list.php:505
                -#: ../../godmode/alerts/alert_view.php:356
                -msgid ""
                -"The default actions will be executed every time that the alert is fired and "
                -"no other action is executed"
                -msgstr ""
                -"Las acciones por defecto se ejecutarán cada vez que la alerta se dispare y "
                -"ninguna otra acción sea ejecutada"
                -
                -#: ../../godmode/alerts/alert_list.list.php:524
                -#: ../../godmode/alerts/alert_view.php:195
                -#: ../../include/functions_alerts.php:577
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:551
                -#: ../../enterprise/godmode/policies/policy_alerts.php:328
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:214
                -msgid "Always"
                -msgstr "Siempre"
                -
                -#: ../../godmode/alerts/alert_list.list.php:526
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:553
                -#: ../../enterprise/godmode/policies/policy_alerts.php:330
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216
                -msgid "On"
                -msgstr "Activado"
                -
                -#: ../../godmode/alerts/alert_list.list.php:530
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:557
                -#: ../../enterprise/godmode/policies/policy_alerts.php:334
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220
                -msgid "Until"
                -msgstr "Hasta"
                -
                -#: ../../godmode/alerts/alert_list.list.php:552
                -msgid "Delete action"
                -msgstr "Eliminar acción"
                -
                -#: ../../godmode/alerts/alert_list.list.php:559
                -#: ../../godmode/alerts/alert_list.list.php:872
                -msgid "Update action"
                -msgstr "Actualizar acción"
                -
                -#: ../../godmode/alerts/alert_list.list.php:704
                -#: ../../godmode/alerts/alert_list.list.php:708
                -#: ../../godmode/alerts/alert_list.list.php:842
                -#: ../../godmode/snmpconsole/snmp_alert.php:1234
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:582
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:584
                -#: ../../enterprise/godmode/policies/policy_alerts.php:596
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242
                -msgid "Add action"
                -msgstr "Añadir acción"
                -
                -#: ../../godmode/alerts/alert_list.list.php:719
                -msgid "View alert advanced details"
                -msgstr "Ver detalles avanzados de la alerta"
                -
                -#: ../../godmode/alerts/alert_list.list.php:730
                -msgid "No alerts defined"
                -msgstr "No hay alertas definidas"
                -
                -#: ../../godmode/alerts/alert_list.list.php:803
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:724
                -#: ../../enterprise/godmode/policies/policy_alerts.php:573
                -msgid "Set off standby"
                -msgstr "Desactivar standby"
                -
                -#: ../../godmode/alerts/alert_list.list.php:812
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:733
                -#: ../../enterprise/godmode/policies/policy_alerts.php:582
                -msgid "Set standby"
                -msgstr "Activar modo standby"
                -
                -#: ../../godmode/alerts/alert_list.php:80
                -msgid "Already added"
                -msgstr "Ya añadido"
                -
                -#: ../../godmode/alerts/alert_list.php:170
                -#: ../../godmode/massive/massive_add_action_alerts.php:112
                -#: ../../godmode/massive/massive_add_alerts.php:112
                -#: ../../godmode/massive/massive_add_tags.php:88
                -#: ../../operation/incidents/incident_detail.php:67
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:186
                -#: ../../enterprise/godmode/policies/policy_agents.php:144
                -msgid "Successfully added"
                -msgstr "Añadido correctamente"
                -
                -#: ../../godmode/alerts/alert_list.php:170
                -#: ../../godmode/massive/massive_add_action_alerts.php:59
                -#: ../../godmode/massive/massive_add_action_alerts.php:96
                -#: ../../godmode/massive/massive_add_action_alerts.php:112
                -#: ../../godmode/massive/massive_add_action_alerts.php:116
                -#: ../../godmode/massive/massive_add_action_alerts.php:120
                -#: ../../godmode/massive/massive_add_alerts.php:113
                -#: ../../godmode/massive/massive_add_tags.php:89
                -#: ../../godmode/massive/massive_delete_action_alerts.php:119
                -#: ../../operation/incidents/incident_detail.php:68
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:187
                -#: ../../enterprise/godmode/policies/policy_agents.php:145
                -#: ../../enterprise/godmode/policies/policy_alerts.php:188
                -#: ../../enterprise/godmode/policies/policy_external_alerts.php:121
                -msgid "Could not be added"
                -msgstr "No se pudo añadir"
                -
                -#: ../../godmode/alerts/alert_list.php:264
                -#: ../../godmode/massive/massive_standby_alerts.php:96
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:255
                -#: ../../enterprise/godmode/policies/policy_alerts.php:122
                -msgid "Successfully set standby"
                -msgstr "Modo standby activado"
                -
                -#: ../../godmode/alerts/alert_list.php:264
                -#: ../../godmode/massive/massive_standby_alerts.php:96
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:256
                -#: ../../enterprise/godmode/policies/policy_alerts.php:122
                -msgid "Could not be set standby"
                -msgstr "No se pudo establecer el modo standby"
                -
                -#: ../../godmode/alerts/alert_list.php:281
                -#: ../../godmode/massive/massive_standby_alerts.php:78
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:272
                -#: ../../enterprise/godmode/policies/policy_alerts.php:139
                -msgid "Successfully set off standby"
                -msgstr "Se ha desactivado el modo standby"
                -
                -#: ../../godmode/alerts/alert_list.php:281
                -#: ../../godmode/massive/massive_standby_alerts.php:78
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:273
                -#: ../../enterprise/godmode/policies/policy_alerts.php:139
                -msgid "Could not be set off standby"
                -msgstr "No se pudo desactivar el modo standby"
                -
                -#: ../../godmode/alerts/alert_list.php:313
                -#: ../../godmode/alerts/alert_view.php:61
                -#: ../../godmode/alerts/alert_view.php:62
                -#: ../../godmode/alerts/alert_view.php:63
                -msgid "List alerts"
                -msgstr "Lista de alertas"
                -
                -#: ../../godmode/alerts/alert_list.php:317
                -msgid "Builder alert"
                -msgstr "Creador de alerta"
                -
                -#: ../../godmode/alerts/alert_list.php:326
                -#: ../../godmode/alerts/alert_list.php:329
                -#: ../../godmode/users/configure_profile.php:268
                -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456
                -msgid "Manage alerts"
                -msgstr "Gestionar alertas"
                -
                -#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164
                -#: ../../godmode/menu.php:165
                -msgid "Special days list"
                -msgstr "Lista de días especiales"
                -
                -#: ../../godmode/alerts/alert_special_days.php:86
                -msgid "Skipped dates: "
                -msgstr "Fechas omitidas: "
                -
                -#: ../../godmode/alerts/alert_special_days.php:106
                -msgid "Success to upload iCalendar"
                -msgstr "Éxito al cargar iCalendar"
                -
                -#: ../../godmode/alerts/alert_special_days.php:106
                -msgid "Fail to upload iCalendar"
                -msgstr "Error al cargar iCalendar"
                -
                -#: ../../godmode/alerts/alert_special_days.php:232
                -msgid "iCalendar(.ics) file"
                -msgstr "Fichero iCalendar (.ics)"
                -
                -#: ../../godmode/alerts/alert_special_days.php:235
                -#: ../../godmode/alerts/configure_alert_special_days.php:79
                -msgid "Same day of the week"
                -msgstr "Mismo día de la semana"
                -
                -#: ../../godmode/alerts/alert_special_days.php:237
                -#: ../../godmode/alerts/alert_special_days.php:425
                -#: ../../godmode/alerts/alert_templates.php:65
                -#: ../../godmode/alerts/configure_alert_special_days.php:81
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:803
                -#: ../../include/functions_html.php:854
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336
                -#: ../../enterprise/include/functions_reporting.php:1558
                -#: ../../enterprise/include/functions_reporting.php:2049
                -#: ../../enterprise/include/functions_reporting.php:2352
                -#: ../../enterprise/include/functions_reporting.php:2774
                -#: ../../enterprise/include/functions_reporting.php:3556
                -#: ../../enterprise/include/functions_reporting_pdf.php:1525
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120
                -msgid "Monday"
                -msgstr "Lunes"
                -
                -#: ../../godmode/alerts/alert_special_days.php:238
                -#: ../../godmode/alerts/alert_special_days.php:428
                -#: ../../godmode/alerts/alert_templates.php:66
                -#: ../../godmode/alerts/configure_alert_special_days.php:82
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:809
                -#: ../../include/functions_html.php:855
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1342
                -#: ../../enterprise/include/functions_reporting.php:1559
                -#: ../../enterprise/include/functions_reporting.php:2050
                -#: ../../enterprise/include/functions_reporting.php:2353
                -#: ../../enterprise/include/functions_reporting.php:2775
                -#: ../../enterprise/include/functions_reporting.php:3557
                -#: ../../enterprise/include/functions_reporting_pdf.php:1526
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121
                -msgid "Tuesday"
                -msgstr "Martes"
                -
                -#: ../../godmode/alerts/alert_special_days.php:239
                -#: ../../godmode/alerts/alert_special_days.php:431
                -#: ../../godmode/alerts/alert_templates.php:67
                -#: ../../godmode/alerts/configure_alert_special_days.php:83
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:815
                -#: ../../include/functions_html.php:856
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1348
                -#: ../../enterprise/include/functions_reporting.php:1560
                -#: ../../enterprise/include/functions_reporting.php:2051
                -#: ../../enterprise/include/functions_reporting.php:2354
                -#: ../../enterprise/include/functions_reporting.php:2776
                -#: ../../enterprise/include/functions_reporting.php:3558
                -#: ../../enterprise/include/functions_reporting_pdf.php:1527
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122
                -msgid "Wednesday"
                -msgstr "Miércoles"
                -
                -#: ../../godmode/alerts/alert_special_days.php:240
                -#: ../../godmode/alerts/alert_special_days.php:434
                -#: ../../godmode/alerts/alert_templates.php:68
                -#: ../../godmode/alerts/configure_alert_special_days.php:84
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:821
                -#: ../../include/functions_html.php:857
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1354
                -#: ../../enterprise/include/functions_reporting.php:1561
                -#: ../../enterprise/include/functions_reporting.php:2052
                -#: ../../enterprise/include/functions_reporting.php:2355
                -#: ../../enterprise/include/functions_reporting.php:2777
                -#: ../../enterprise/include/functions_reporting.php:3559
                -#: ../../enterprise/include/functions_reporting_pdf.php:1528
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123
                -msgid "Thursday"
                -msgstr "Jueves"
                -
                -#: ../../godmode/alerts/alert_special_days.php:241
                -#: ../../godmode/alerts/alert_special_days.php:437
                -#: ../../godmode/alerts/alert_templates.php:69
                -#: ../../godmode/alerts/configure_alert_special_days.php:85
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:827
                -#: ../../include/functions_html.php:858
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1360
                -#: ../../enterprise/include/functions_reporting.php:1562
                -#: ../../enterprise/include/functions_reporting.php:2053
                -#: ../../enterprise/include/functions_reporting.php:2356
                -#: ../../enterprise/include/functions_reporting.php:2778
                -#: ../../enterprise/include/functions_reporting.php:3560
                -#: ../../enterprise/include/functions_reporting_pdf.php:1529
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124
                -msgid "Friday"
                -msgstr "Viernes"
                -
                -#: ../../godmode/alerts/alert_special_days.php:242
                -#: ../../godmode/alerts/alert_special_days.php:440
                -#: ../../godmode/alerts/alert_templates.php:70
                -#: ../../godmode/alerts/configure_alert_special_days.php:86
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:833
                -#: ../../include/functions_html.php:859
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1366
                -#: ../../enterprise/include/functions_reporting.php:1563
                -#: ../../enterprise/include/functions_reporting.php:2054
                -#: ../../enterprise/include/functions_reporting.php:2357
                -#: ../../enterprise/include/functions_reporting.php:2779
                -#: ../../enterprise/include/functions_reporting.php:3561
                -#: ../../enterprise/include/functions_reporting_pdf.php:1530
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125
                -msgid "Saturday"
                -msgstr "Sábado"
                -
                -#: ../../godmode/alerts/alert_special_days.php:243
                -#: ../../godmode/alerts/alert_special_days.php:443
                -#: ../../godmode/alerts/alert_templates.php:71
                -#: ../../godmode/alerts/configure_alert_special_days.php:87
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:839
                -#: ../../include/functions_html.php:853
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372
                -#: ../../enterprise/include/functions_reporting.php:1564
                -#: ../../enterprise/include/functions_reporting.php:2055
                -#: ../../enterprise/include/functions_reporting.php:2358
                -#: ../../enterprise/include/functions_reporting.php:2780
                -#: ../../enterprise/include/functions_reporting.php:3562
                -#: ../../enterprise/include/functions_reporting_pdf.php:1531
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126
                -msgid "Sunday"
                -msgstr "Domingo"
                -
                -#: ../../godmode/alerts/alert_special_days.php:254
                -msgid "Overwrite"
                -msgstr "Sobrescribir"
                -
                -#: ../../godmode/alerts/alert_special_days.php:255
                -msgid "Check this box, if you want to overwrite existing same days."
                -msgstr "Marque esta casilla, si desea sobrescribir los días existentes."
                -
                -#: ../../godmode/alerts/alert_special_days.php:273
                -msgid "Display range: "
                -msgstr "Mostrar rango "
                -
                -#: ../../godmode/alerts/alert_special_days.php:347
                -#: ../../enterprise/include/functions_reporting.php:1596
                -#: ../../enterprise/include/functions_reporting.php:2393
                -#: ../../enterprise/include/functions_reporting.php:3171
                -#: ../../enterprise/include/functions_reporting_pdf.php:1562
                -msgid "January"
                -msgstr "Enero"
                -
                -#: ../../godmode/alerts/alert_special_days.php:350
                -#: ../../enterprise/include/functions_reporting.php:1599
                -#: ../../enterprise/include/functions_reporting.php:2396
                -#: ../../enterprise/include/functions_reporting.php:3174
                -#: ../../enterprise/include/functions_reporting_pdf.php:1565
                -msgid "February"
                -msgstr "Febrero"
                -
                -#: ../../godmode/alerts/alert_special_days.php:353
                -#: ../../enterprise/include/functions_reporting.php:1602
                -#: ../../enterprise/include/functions_reporting.php:2399
                -#: ../../enterprise/include/functions_reporting.php:3177
                -#: ../../enterprise/include/functions_reporting_pdf.php:1568
                -msgid "March"
                -msgstr "Marzo"
                -
                -#: ../../godmode/alerts/alert_special_days.php:356
                -#: ../../enterprise/include/functions_reporting.php:1605
                -#: ../../enterprise/include/functions_reporting.php:2402
                -#: ../../enterprise/include/functions_reporting.php:3180
                -#: ../../enterprise/include/functions_reporting_pdf.php:1571
                -msgid "April"
                -msgstr "Abril"
                -
                -#: ../../godmode/alerts/alert_special_days.php:359
                -#: ../../enterprise/include/functions_reporting.php:1608
                -#: ../../enterprise/include/functions_reporting.php:2405
                -#: ../../enterprise/include/functions_reporting.php:3183
                -#: ../../enterprise/include/functions_reporting_pdf.php:1574
                -msgid "May"
                -msgstr "Mayo"
                -
                -#: ../../godmode/alerts/alert_special_days.php:362
                -#: ../../enterprise/include/functions_reporting.php:1611
                -#: ../../enterprise/include/functions_reporting.php:2408
                -#: ../../enterprise/include/functions_reporting.php:3186
                -#: ../../enterprise/include/functions_reporting_pdf.php:1577
                -msgid "June"
                -msgstr "Junio"
                -
                -#: ../../godmode/alerts/alert_special_days.php:365
                -#: ../../enterprise/include/functions_reporting.php:1614
                -#: ../../enterprise/include/functions_reporting.php:2411
                -#: ../../enterprise/include/functions_reporting.php:3189
                -#: ../../enterprise/include/functions_reporting_pdf.php:1580
                -msgid "July"
                -msgstr "Julio"
                -
                -#: ../../godmode/alerts/alert_special_days.php:368
                -#: ../../enterprise/include/functions_reporting.php:1617
                -#: ../../enterprise/include/functions_reporting.php:2414
                -#: ../../enterprise/include/functions_reporting.php:3192
                -#: ../../enterprise/include/functions_reporting_pdf.php:1583
                -msgid "August"
                -msgstr "Agosto"
                -
                -#: ../../godmode/alerts/alert_special_days.php:371
                -#: ../../enterprise/include/functions_reporting.php:1620
                -#: ../../enterprise/include/functions_reporting.php:2417
                -#: ../../enterprise/include/functions_reporting.php:3195
                -#: ../../enterprise/include/functions_reporting_pdf.php:1586
                -msgid "September"
                -msgstr "Septiembre"
                -
                -#: ../../godmode/alerts/alert_special_days.php:374
                -#: ../../enterprise/include/functions_reporting.php:1623
                -#: ../../enterprise/include/functions_reporting.php:2420
                -#: ../../enterprise/include/functions_reporting.php:3198
                -#: ../../enterprise/include/functions_reporting_pdf.php:1589
                -msgid "October"
                -msgstr "Octubre"
                -
                -#: ../../godmode/alerts/alert_special_days.php:377
                -#: ../../enterprise/include/functions_reporting.php:1626
                -#: ../../enterprise/include/functions_reporting.php:2423
                -#: ../../enterprise/include/functions_reporting.php:3201
                -#: ../../enterprise/include/functions_reporting_pdf.php:1592
                -msgid "November"
                -msgstr "Noviembre"
                -
                -#: ../../godmode/alerts/alert_special_days.php:380
                -#: ../../enterprise/include/functions_reporting.php:1629
                -#: ../../enterprise/include/functions_reporting.php:2426
                -#: ../../enterprise/include/functions_reporting.php:3204
                -#: ../../enterprise/include/functions_reporting_pdf.php:1595
                -msgid "December"
                -msgstr "Diciembre"
                -
                -#: ../../godmode/alerts/alert_special_days.php:422
                -msgid "Same as "
                -msgstr "Mismo que "
                -
                -#: ../../godmode/alerts/alert_special_days.php:452
                -#: ../../godmode/events/event_edit_filter.php:361
                -#: ../../godmode/events/event_edit_filter.php:376
                -#: ../../operation/events/events_list.php:403
                -#: ../../operation/events/events_list.php:430
                -#: ../../enterprise/godmode/agentes/collection_manager.php:167
                -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115
                -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113
                -#: ../../enterprise/godmode/policies/policy_collections.php:125
                -msgid "Remove"
                -msgstr "Eliminar"
                -
                -#: ../../godmode/alerts/alert_templates.php:62
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117
                -msgid "Everyday"
                -msgstr "Cada día"
                -
                -#: ../../godmode/alerts/alert_templates.php:73
                -#: ../../include/functions_config.php:723
                -#: ../../enterprise/extensions/ipam/ipam_editor.php:95
                -#: ../../enterprise/godmode/setup/setup_history.php:68
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128
                -msgid "Days"
                -msgstr "Días"
                -
                -#: ../../godmode/alerts/alert_templates.php:73
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128
                -msgid "Every"
                -msgstr "Cada"
                -
                -#: ../../godmode/alerts/alert_templates.php:83
                -#: ../../enterprise/dashboard/widgets/tactical.php:32
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138
                -msgid "and"
                -msgstr "y"
                -
                -#: ../../godmode/alerts/alert_templates.php:89
                -#: ../../godmode/alerts/alert_view.php:306
                -#: ../../godmode/alerts/configure_alert_template.php:552
                -#: ../../godmode/snmpconsole/snmp_alert.php:919
                -#: ../../enterprise/godmode/alerts/alert_events.php:453
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143
                -msgid "Time threshold"
                -msgstr "Umbral de tiempo"
                -
                -#: ../../godmode/alerts/alert_templates.php:269
                -#: ../../godmode/modules/manage_network_components.php:532
                -#: ../../godmode/reporting/reporting_builder.list_items.php:209
                -#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281
                -#: ../../godmode/users/user_list.php:243
                -#: ../../operation/agentes/alerts_status.php:390
                -#: ../../operation/agentes/status_monitor.php:533
                -#: ../../operation/events/events_list.php:708 ../../operation/tree.php:184
                -#: ../../enterprise/godmode/alerts/alert_events_list.php:382
                -#: ../../enterprise/godmode/modules/local_components.php:457
                -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148
                -#: ../../enterprise/meta/advanced/policymanager.queue.php:244
                -#: ../../enterprise/meta/agentsearch.php:72
                -msgid "Show Options"
                -msgstr "Mostrar opciones"
                -
                -#: ../../godmode/alerts/alert_templates.php:360
                -msgid "No alert templates defined"
                -msgstr "No hay plantillas de alerta definidas"
                -
                -#: ../../godmode/alerts/alert_view.php:49
                -#: ../../godmode/alerts/alert_view.php:324
                -#: ../../include/functions_events.php:2140
                -msgid "Alert details"
                -msgstr "Detalles de alerta"
                -
                -#: ../../godmode/alerts/alert_view.php:106
                -#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97
                -#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204
                -msgid "Stand by"
                -msgstr "En espera"
                -
                -#: ../../godmode/alerts/alert_view.php:144
                -#: ../../godmode/alerts/configure_alert_template.php:847
                -#: ../../include/functions_ui.php:1012
                -msgid ""
                -"The alert would fire when the value matches "
                -msgstr ""
                -"La alerta se disparará cuando el valor coincida con "
                -
                -#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1015
                -msgid ""
                -"The alert would fire when the value doesn't match "
                -msgstr ""
                -"La alerta se disparará cuando el valor no coincida con "
                -
                -#: ../../godmode/alerts/alert_view.php:152
                -#: ../../godmode/alerts/configure_alert_template.php:849
                -#: ../../include/functions_ui.php:1003
                -msgid "The alert would fire when the value is "
                -msgstr ""
                -"La alerta se disparará cuando el valor sea "
                -
                -#: ../../godmode/alerts/alert_view.php:156
                -#: ../../godmode/alerts/configure_alert_template.php:850
                -#: ../../include/functions_ui.php:1007
                -msgid "The alert would fire when the value is not "
                -msgstr ""
                -"La alerta se disparará cuando el valor no sea "
                -
                -#: ../../godmode/alerts/alert_view.php:161
                -#: ../../godmode/alerts/configure_alert_template.php:851
                -#: ../../include/functions_ui.php:1021
                -msgid ""
                -"The alert would fire when the value is between  and "
                -""
                -msgstr ""
                -"La alerta se disparará cuando el valor esté entre  y "
                -""
                -
                -#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1024
                -msgid ""
                -"The alert would fire when the value is not between  "
                -"and "
                -msgstr ""
                -"La alerta se disparará cuando el valor no esté entre  y "
                -
                -#: ../../godmode/alerts/alert_view.php:170
                -#: ../../godmode/alerts/configure_alert_template.php:853
                -msgid "The alert would fire when the value is below "
                -msgstr ""
                -"La alerta se lanzará cuando el valor sea inferior a  "
                -
                -#: ../../godmode/alerts/alert_view.php:174
                -#: ../../godmode/alerts/configure_alert_template.php:854
                -msgid "The alert would fire when the value is above "
                -msgstr ""
                -"La alerta se lanzará cuando el valor esté por encima de "
                -
                -#: ../../godmode/alerts/alert_view.php:179
                -#: ../../godmode/alerts/configure_alert_template.php:857
                -msgid "The alert would fire when the module value changes"
                -msgstr "La alerta se iniciara cuando los valores de los módulos cambien"
                -
                -#: ../../godmode/alerts/alert_view.php:182
                -#: ../../godmode/alerts/configure_alert_template.php:858
                -msgid "The alert would fire when the module value does not change"
                -msgstr "La alerta de iniciara cuando los valores de los módulos no cambien"
                -
                -#: ../../godmode/alerts/alert_view.php:186
                -#: ../../godmode/alerts/configure_alert_template.php:855
                -#: ../../include/functions_ui.php:1038
                -msgid "The alert would fire when the module is in warning status"
                -msgstr "La alerta se disparará cuando el módulo esté en estado advertencia"
                -
                -#: ../../godmode/alerts/alert_view.php:189
                -#: ../../godmode/alerts/configure_alert_template.php:856
                -#: ../../include/functions_ui.php:1043
                -msgid "The alert would fire when the module is in critical status"
                -msgstr "La alerta se disparará cuando el módulo esté en estado crítico"
                -
                -#: ../../godmode/alerts/alert_view.php:192
                -#: ../../godmode/alerts/configure_alert_template.php:859
                -msgid "The alert would fire when the module is in unknown status"
                -msgstr "La alerta se lanzará cuando el módulo esté en estado desconocido"
                -
                -#: ../../godmode/alerts/alert_view.php:298
                -#: ../../godmode/alerts/configure_alert_template.php:539
                -msgid "Use special days list"
                -msgstr "Utilizar lista de días especiales"
                -
                -#: ../../godmode/alerts/alert_view.php:310
                -msgid "Number of alerts"
                -msgstr "Número de alertas"
                -
                -#: ../../godmode/alerts/alert_view.php:310
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:779
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:1291
                -#: ../../include/functions_reporting.php:956
                -#: ../../include/functions_ui.php:1995 ../../include/functions_graph.php:764
                -#: ../../include/functions_graph.php:765 ../../include/functions_graph.php:766
                -#: ../../include/functions_graph.php:769
                -#: ../../include/functions_graph.php:1445
                -#: ../../include/functions_graph.php:3954
                -#: ../../include/functions_graph.php:3959
                -#: ../../include/functions_graph.php:4686
                -#: ../../include/functions_graph.php:4689
                -#: ../../include/functions_graph.php:4692
                -#: ../../include/graphs/functions_pchart.php:198
                -#: ../../include/graphs/functions_pchart.php:1148
                -#: ../../enterprise/dashboard/widgets/top_n.php:477
                -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199
                -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1592
                -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:465
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:840
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:849
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:926
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:935
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1127
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1136
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1343
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1352
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1424
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1433
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1540
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1549
                -msgid "Min"
                -msgstr "Mín"
                -
                -#: ../../godmode/alerts/alert_view.php:310
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:781
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289
                -#: ../../include/functions_reporting.php:953
                -#: ../../include/functions_ui.php:1995 ../../include/functions_graph.php:764
                -#: ../../include/functions_graph.php:765 ../../include/functions_graph.php:766
                -#: ../../include/functions_graph.php:769
                -#: ../../include/functions_graph.php:1443
                -#: ../../include/functions_graph.php:3954
                -#: ../../include/functions_graph.php:3959
                -#: ../../include/functions_graph.php:4686
                -#: ../../include/functions_graph.php:4689
                -#: ../../include/functions_graph.php:4692
                -#: ../../include/graphs/functions_pchart.php:192
                -#: ../../include/graphs/functions_pchart.php:1150
                -#: ../../enterprise/dashboard/widgets/top_n.php:474
                -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204
                -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1312
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590
                -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:467
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:842
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:851
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:928
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:937
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1129
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1138
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1345
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1354
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1426
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1435
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1542
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1551
                -msgid "Max"
                -msgstr "Máx"
                -
                -#: ../../godmode/alerts/alert_view.php:325
                -msgid "Firing conditions"
                -msgstr "Condiciones de disparo"
                -
                -#: ../../godmode/alerts/alert_view.php:348
                -#: ../../godmode/alerts/alert_view.php:370
                -msgid "Every time that the alert is fired"
                -msgstr "Cada vez que la alerta es disparada"
                -
                -#: ../../godmode/alerts/alert_view.php:414
                -msgid ""
                -"Select the desired action and mode to see the Firing/Recovery fields for "
                -"this action"
                -msgstr ""
                -"Seleccione la acción deseada y el modo para ver los campos de "
                -"Disparado/Recuperación para dicha acción"
                -
                -#: ../../godmode/alerts/alert_view.php:417
                -msgid "Select the action"
                -msgstr "Seleccione la acción"
                -
                -#: ../../godmode/alerts/alert_view.php:420
                -#: ../../godmode/alerts/configure_alert_action.php:148
                -msgid "Firing"
                -msgstr "Disparado"
                -
                -#: ../../godmode/alerts/alert_view.php:421
                -msgid "Recovering"
                -msgstr "Recuperado"
                -
                -#: ../../godmode/alerts/alert_view.php:423
                -#: ../../godmode/massive/massive_edit_modules.php:551
                -#: ../../godmode/servers/manage_recontask.php:296
                -#: ../../godmode/servers/manage_recontask_form.php:243
                -#: ../../enterprise/godmode/services/services.service.php:253
                -#: ../../enterprise/operation/services/services.list.php:192
                -#: ../../enterprise/operation/services/services.table_services.php:161
                -msgid "Mode"
                -msgstr "Modo"
                -
                -#: ../../godmode/alerts/alert_view.php:438
                -#: ../../godmode/alerts/alert_view.php:532
                -#: ../../godmode/alerts/configure_alert_template.php:673
                -msgid "Firing fields"
                -msgstr "Campos de disparado"
                -
                -#: ../../godmode/alerts/alert_view.php:439
                -msgid ""
                -"Fields passed to the command executed by this action when the alert is fired"
                -msgstr ""
                -"Campos pasados al comando ejecutado por esta acción cuando la alerta es "
                -"disparada"
                -
                -#: ../../godmode/alerts/alert_view.php:442
                -#: ../../godmode/alerts/alert_view.php:531
                -msgid "Fields configured on the command associated to the action"
                -msgstr "Campos configurados en el comando asociado a la acción"
                -
                -#: ../../godmode/alerts/alert_view.php:443
                -msgid "Template fields"
                -msgstr "Campos de la plantilla"
                -
                -#: ../../godmode/alerts/alert_view.php:444
                -msgid "Triggering fields configured in template"
                -msgstr "Campos de disparado configurados en la plantilla"
                -
                -#: ../../godmode/alerts/alert_view.php:445
                -msgid "Action fields"
                -msgstr "Campos de la acción"
                -
                -#: ../../godmode/alerts/alert_view.php:446
                -msgid "Triggering fields configured in action"
                -msgstr "Campos de disparado configurados en la acción"
                -
                -#: ../../godmode/alerts/alert_view.php:448
                -msgid "Executed on firing"
                -msgstr "Ejecutado en disparado"
                -
                -#: ../../godmode/alerts/alert_view.php:449
                -#: ../../godmode/alerts/alert_view.php:532
                -msgid "Fields used on execution when the alert is fired"
                -msgstr "Campos usados en la ejecución cuando la alerta es disparada"
                -
                -#: ../../godmode/alerts/alert_view.php:508
                -#: ../../godmode/alerts/alert_view.php:595
                -#: ../../godmode/alerts/configure_alert_action.php:153
                -#: ../../godmode/servers/plugin.php:381
                -msgid "Command preview"
                -msgstr "Vista previa del comando"
                -
                -#: ../../godmode/alerts/alert_view.php:516
                -msgid "The alert recovering is disabled on this template."
                -msgstr "La recuperación de la alerta está desactivada en esta plantilla"
                -
                -#: ../../godmode/alerts/alert_view.php:529
                -msgid "Recovering fields"
                -msgstr "Campos de recuperación"
                -
                -#: ../../godmode/alerts/alert_view.php:529
                -msgid ""
                -"Fields passed to the command executed by this action when the alert is "
                -"recovered"
                -msgstr ""
                -"Campos pasados al comando ejecutado por esta acción cuando la alerta es "
                -"recuperada"
                -
                -#: ../../godmode/alerts/alert_view.php:533
                -msgid "Template recovery fields"
                -msgstr "Campos de recuperación de la plantilla"
                -
                -#: ../../godmode/alerts/alert_view.php:533
                -msgid "Recovery fields configured in alert template"
                -msgstr "Campos de recuperación configurados en la plantilla de la alerta"
                -
                -#: ../../godmode/alerts/alert_view.php:534
                -msgid "Action recovery fields"
                -msgstr "Acción en campos de recuperación"
                -
                -#: ../../godmode/alerts/alert_view.php:534
                -msgid "Recovery fields configured in alert action"
                -msgstr "Campos de recuperación configurados en una acción de alerta"
                -
                -#: ../../godmode/alerts/alert_view.php:535
                -msgid "Executed on recovery"
                -msgstr "Ejecutado en recuperación"
                -
                -#: ../../godmode/alerts/alert_view.php:535
                -msgid "Fields used on execution when the alert is recovered"
                -msgstr "Campos usados en la ejecución cuando la alerta es recuperada"
                -
                -#: ../../godmode/alerts/configure_alert_action.php:57
                -#: ../../godmode/alerts/configure_alert_action.php:66
                -msgid "Configure alert action"
                -msgstr "Configurar acción de alerta"
                -
                -#: ../../godmode/alerts/configure_alert_action.php:98
                -msgid "Update Action"
                -msgstr "Actualizar Acción"
                -
                -#: ../../godmode/alerts/configure_alert_action.php:128
                -#: ../../godmode/alerts/configure_alert_command.php:150
                -#: ../../godmode/events/event_responses.editor.php:114
                -#: ../../godmode/events/event_responses.editor.php:121
                -#: ../../godmode/events/event_responses.editor.php:124
                -#: ../../godmode/massive/massive_edit_plugins.php:437
                -#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394
                -#: ../../godmode/servers/plugin.php:737
                -#: ../../godmode/servers/recon_script.php:370
                -msgid "Command"
                -msgstr "Comando"
                -
                -#: ../../godmode/alerts/configure_alert_action.php:136
                -#: ../../godmode/alerts/configure_alert_command.php:130
                -msgid "Create Command"
                -msgstr "Crear comando"
                -
                -#: ../../godmode/alerts/configure_alert_action.php:149
                -msgid "Recovery"
                -msgstr "Recuperación"
                -
                -#: ../../godmode/alerts/configure_alert_command.php:42
                -msgid "Configure alert command"
                -msgstr "Configurar comando de alerta"
                -
                -#: ../../godmode/alerts/configure_alert_command.php:127
                -msgid "Update Command"
                -msgstr "Actualizar comando"
                -
                -#: ../../godmode/alerts/configure_alert_command.php:160
                -#, php-format
                -msgid "Field %s description"
                -msgstr "Campo de descripción %s"
                -
                -#: ../../godmode/alerts/configure_alert_command.php:175
                -#, php-format
                -msgid "Field %s values"
                -msgstr "Campos %s valores"
                -
                -#: ../../godmode/alerts/configure_alert_special_days.php:55
                -msgid "Configure special day"
                -msgstr "Configurar dia especial"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:66
                -#: ../../godmode/alerts/configure_alert_template.php:85
                -#: ../../godmode/alerts/configure_alert_template.php:103
                -#: ../../include/functions_menu.php:494
                -msgid "Configure alert template"
                -msgstr "Configurar plantilla de alerta"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:121
                -#: ../../godmode/modules/manage_network_components.php:160
                -#: ../../enterprise/godmode/modules/local_components.php:106
                -#, php-format
                -msgid "Successfully created from %s"
                -msgstr "Creado correctamente desde %s"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:150
                -#: ../../godmode/alerts/configure_alert_template.php:155
                -#: ../../godmode/alerts/configure_alert_template.php:170
                -#: ../../godmode/alerts/configure_alert_template.php:175
                -#: ../../godmode/alerts/configure_alert_template.php:190
                -#: ../../godmode/alerts/configure_alert_template.php:195
                -#: ../../include/functions_config.php:727
                -#: ../../enterprise/godmode/alerts/alert_events.php:96
                -#: ../../enterprise/godmode/alerts/alert_events.php:101
                -#: ../../enterprise/godmode/alerts/alert_events.php:116
                -#: ../../enterprise/godmode/alerts/alert_events.php:121
                -#: ../../enterprise/godmode/alerts/alert_events.php:136
                -#: ../../enterprise/godmode/alerts/alert_events.php:141
                -#: ../../enterprise/godmode/setup/setup_history.php:71
                -msgid "Step"
                -msgstr "Paso"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:151
                -#: ../../godmode/alerts/configure_alert_template.php:156
                -#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332
                -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112
                -#: ../../include/ajax/events.php:299
                -#: ../../include/functions_reporting.php:5483
                -#: ../../include/functions_reports.php:581
                -#: ../../enterprise/godmode/alerts/alert_events.php:97
                -#: ../../enterprise/godmode/alerts/alert_events.php:102
                -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46
                -#: ../../enterprise/include/functions_reporting_csv.php:484
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:184
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:416
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:485
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1014
                -msgid "General"
                -msgstr "General"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:171
                -#: ../../godmode/alerts/configure_alert_template.php:176
                -#: ../../enterprise/godmode/alerts/alert_events.php:117
                -#: ../../enterprise/godmode/alerts/alert_events.php:122
                -msgid "Conditions"
                -msgstr "Condiciones"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:191
                -#: ../../godmode/alerts/configure_alert_template.php:196
                -#: ../../enterprise/godmode/alerts/alert_events.php:137
                -#: ../../enterprise/godmode/alerts/alert_events.php:142
                -msgid "Advanced fields"
                -msgstr "Campos avanzados"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:523
                -#: ../../enterprise/godmode/alerts/alert_events.php:430
                -msgid "Days of week"
                -msgstr "Días de la semana"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:542
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:847
                -#: ../../enterprise/godmode/alerts/alert_events.php:446
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1380
                -msgid "Time from"
                -msgstr "Hora desde"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:546
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:856
                -#: ../../enterprise/godmode/alerts/alert_events.php:449
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1388
                -msgid "Time to"
                -msgstr "Hora hasta"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:556
                -#: ../../godmode/snmpconsole/snmp_alert.php:911
                -#: ../../enterprise/godmode/alerts/alert_events.php:457
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253
                -msgid "Min. number of alerts"
                -msgstr "Número mínimo de alertas"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:560
                -msgid "Reset counter for non-sustained alerts"
                -msgstr "Reiniciar el contador para las alertas no sostenidas"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:560
                -msgid ""
                -"Enable this option if you want the counter to be reset when the alert is not "
                -"being fired consecutively, even if it's within the time threshold"
                -msgstr ""
                -"Activa esta opción si quieres que el contador se reinicie cuando la alerta "
                -"no se inicie de forma consecutiva, incluso si está dentro del umbral"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:563
                -#: ../../godmode/snmpconsole/snmp_alert.php:914
                -#: ../../enterprise/godmode/alerts/alert_events.php:460
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255
                -msgid "Max. number of alerts"
                -msgstr "Número máximo de alertas"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:591
                -msgid ""
                -"Unless they're left blank, the fields from the action will override those "
                -"set on the template."
                -msgstr ""
                -"A menos que estén en blanco, los campos de la acción sobrescribirán los de "
                -"la plantilla"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:593
                -msgid "Condition type"
                -msgstr "Tipo de condición"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:600
                -msgid "Trigger when matches the value"
                -msgstr "Disparar cuando coincida con el valor"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:612
                -msgid "The regular expression is valid"
                -msgstr "La expresión regular es válida"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:617
                -msgid "The regular expression is not valid"
                -msgstr "La expresión regular no es válida"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:623
                -#: ../../godmode/massive/massive_edit_modules.php:372
                -#: ../../godmode/massive/massive_edit_modules.php:418
                -#: ../../godmode/massive/massive_edit_modules.php:514
                -#: ../../godmode/modules/manage_network_components_form_common.php:119
                -#: ../../godmode/modules/manage_network_components_form_common.php:136
                -#: ../../include/functions_alerts.php:570
                -#: ../../include/functions_treeview.php:94
                -#: ../../include/functions_treeview.php:107
                -#: ../../include/functions_graph.php:4333
                -#: ../../include/functions_reporting_html.php:3140
                -#: ../../enterprise/dashboard/widgets/top_n.php:79
                -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241
                -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270
                -#: ../../enterprise/godmode/modules/configure_local_component.php:238
                -#: ../../enterprise/godmode/modules/configure_local_component.php:255
                -msgid "Min."
                -msgstr "Mín."
                -
                -#: ../../godmode/alerts/configure_alert_template.php:665
                -msgid "Alert recovery"
                -msgstr "Recuperación de alerta"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:666
                -#: ../../include/functions_groups.php:2158
                -#: ../../include/functions_reporting_html.php:2092
                -#: ../../operation/agentes/estado_generalagente.php:297
                -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196
                -#: ../../enterprise/extensions/ipam/ipam_massive.php:79
                -#: ../../enterprise/extensions/ipam/ipam_network.php:542
                -#: ../../enterprise/include/functions_reporting_pdf.php:2344
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892
                -msgid "Enabled"
                -msgstr "Activado"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:674
                -msgid "Recovery fields"
                -msgstr "Campos de recuperación"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:775
                -#: ../../godmode/modules/manage_network_components_form_common.php:58
                -#: ../../enterprise/godmode/modules/configure_local_component.php:155
                -msgid "Wizard level"
                -msgstr "Nivel Wizard"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:777
                -msgid "No wizard"
                -msgstr "No hay Wizard"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:824
                -#: ../../godmode/alerts/configure_alert_template.php:828
                -#: ../../enterprise/dashboard/full_dashboard.php:210
                -#: ../../enterprise/dashboard/public_dashboard.php:226
                -#: ../../enterprise/godmode/alerts/alert_events.php:552
                -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163
                -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183
                -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212
                -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173
                -#: ../../enterprise/meta/monitoring/wizard/wizard.php:90
                -msgid "Next"
                -msgstr "Siguiente"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:848
                -#, php-format
                -msgid "The alert would fire when the value doesn\\'t match %s"
                -msgstr "La alerta se lanzará cuando el valor no coincida %s"
                -
                -#: ../../godmode/alerts/configure_alert_template.php:852
                -msgid ""
                -"The alert would fire when the value is not between  and "
                -msgstr ""
                -"La alerta se disparará cuando no esté entre  and "
                -""
                -
                -#: ../../godmode/alerts/configure_alert_template.php:860
                -msgid ""
                -"The alert template cannot have the same value for min and max thresholds."
                -msgstr ""
                -"La plantilla de alerta no puede tener el mismo valor para los umbrales max y "
                -"min."
                -
                -#: ../../godmode/category/category.php:44
                -#: ../../godmode/category/category.php:51
                -#: ../../godmode/category/edit_category.php:43
                -#: ../../godmode/category/edit_category.php:50
                -msgid "List categories"
                -msgstr "Lista de categorías"
                -
                -#: ../../godmode/category/category.php:58
                -#: ../../godmode/category/category.php:61
                -#: ../../godmode/category/edit_category.php:57
                -#: ../../godmode/category/edit_category.php:60
                -msgid "Categories configuration"
                -msgstr "Configuración de categorías"
                -
                -#: ../../godmode/category/category.php:72
                -msgid "Error deleting category"
                -msgstr "Error al eliminar categoría"
                -
                -#: ../../godmode/category/category.php:76
                -msgid "Successfully deleted category"
                -msgstr "Categoría eliminada con éxito"
                -
                -#: ../../godmode/category/category.php:110
                -msgid "Category name"
                -msgstr "Nombre de la categoría"
                -
                -#: ../../godmode/category/category.php:141
                -msgid "No categories found"
                -msgstr "Ninguna categoría encontrada"
                -
                -#: ../../godmode/category/category.php:150
                -#: ../../godmode/category/edit_category.php:146
                -msgid "Create category"
                -msgstr "Crear categoría"
                -
                -#: ../../godmode/category/edit_category.php:57
                -msgid "Editor"
                -msgstr "Editor"
                -
                -#: ../../godmode/category/edit_category.php:76
                -msgid "Error updating category"
                -msgstr "Error al actualizar categoría"
                -
                -#: ../../godmode/category/edit_category.php:80
                -msgid "Successfully updated category"
                -msgstr "Categoría actualizada con éxito"
                -
                -#: ../../godmode/category/edit_category.php:99
                -msgid "Error creating category"
                -msgstr "Error al crear categoría"
                -
                -#: ../../godmode/category/edit_category.php:105
                -msgid "Successfully created category"
                -msgstr "Categoría creada con éxito"
                -
                -#: ../../godmode/category/edit_category.php:137
                -msgid "Update category"
                -msgstr "Actualizar categoría"
                -
                -#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21
                -#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_purge.php:37
                -#: ../../godmode/db/db_refine.php:33
                -msgid "Database maintenance"
                -msgstr "Mantenimiento de la base de datos"
                -
                -#: ../../godmode/db/db_audit.php:19
                -msgid "Database audit purge"
                -msgstr "Depuración de la base de datos de auditoría"
                -
                -#: ../../godmode/db/db_audit.php:70
                -msgid "Success data deleted"
                -msgstr "Dato borrado correctamente"
                -
                -#: ../../godmode/db/db_audit.php:72
                -msgid "Error deleting data"
                -msgstr "Error borrando datos"
                -
                -#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61
                -#: ../../include/functions_reporting_html.php:1556
                -#: ../../include/functions_reporting_html.php:1571
                -#: ../../operation/agentes/gis_view.php:194
                -#: ../../operation/agentes/group_view.php:165 ../../operation/tree.php:273
                -#: ../../enterprise/dashboard/widgets/tree_view.php:197
                -#: ../../enterprise/include/functions_inventory.php:323
                -#: ../../enterprise/include/functions_reporting_pdf.php:691
                -#: ../../enterprise/include/functions_reporting_pdf.php:706
                -#: ../../enterprise/meta/monitoring/group_view.php:145
                -#: ../../enterprise/operation/agentes/agent_inventory.php:230
                -msgid "Total"
                -msgstr "Total"
                -
                -#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62
                -msgid "Records"
                -msgstr "Registros"
                -
                -#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64
                -msgid "First date"
                -msgstr "Primera fecha"
                -
                -#: ../../godmode/db/db_audit.php:88
                -msgid "Latest date"
                -msgstr "Última fecha"
                -
                -#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_event.php:73
                -#: ../../godmode/db/db_purge.php:335
                -msgid "Purge data"
                -msgstr "Purgar datos"
                -
                -#: ../../godmode/db/db_audit.php:97
                -msgid "Purge audit data over 90 days"
                -msgstr "Borrar los datos de auditoría excepto el último trimestre"
                -
                -#: ../../godmode/db/db_audit.php:98
                -msgid "Purge audit data over 30 days"
                -msgstr "Borrar los datos de auditoría excepto los últimos 30 días"
                -
                -#: ../../godmode/db/db_audit.php:99
                -msgid "Purge audit data over 14 days"
                -msgstr "Borrar los datos de auditoría excepto las últimas dos semanas"
                -
                -#: ../../godmode/db/db_audit.php:100
                -msgid "Purge audit data over 7 days"
                -msgstr "Borrar los datos de auditoría excepto la última semana"
                -
                -#: ../../godmode/db/db_audit.php:101
                -msgid "Purge audit data over 3 days"
                -msgstr "Borrar los datos de auditoría excepto los últimos tres días"
                -
                -#: ../../godmode/db/db_audit.php:102
                -msgid "Purge audit data over 1 day"
                -msgstr "Borrar los datos de auditoría excepto el ultimo día"
                -
                -#: ../../godmode/db/db_audit.php:103
                -msgid "Purge all audit data"
                -msgstr "Borrar todos los datos de auditoría"
                -
                -#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92
                -msgid "Do it!"
                -msgstr "¡Hazlo!"
                -
                -#: ../../godmode/db/db_event.php:22
                -msgid "Event database cleanup"
                -msgstr "Limpieza de la base de datos de eventos"
                -
                -#: ../../godmode/db/db_event.php:40
                -msgid "Successfully deleted old events"
                -msgstr "Eventos antiguos borrados correctamente"
                -
                -#: ../../godmode/db/db_event.php:43
                -msgid "Error deleting old events"
                -msgstr "Error al borrar los eventos antiguos"
                -
                -#: ../../godmode/db/db_event.php:67
                -msgid "Latest data"
                -msgstr "Últimos datos"
                -
                -#: ../../godmode/db/db_event.php:81
                -msgid "Purge event data over 90 days"
                -msgstr "Borrar los datos de eventos excepto el último trimestre"
                -
                -#: ../../godmode/db/db_event.php:82
                -msgid "Purge event data over 30 days"
                -msgstr "Borrar los datos de eventos excepto los últimos 30 días"
                -
                -#: ../../godmode/db/db_event.php:83
                -msgid "Purge event data over 14 days"
                -msgstr "Borrar los datos de eventos excepto las últimas dos semanas"
                -
                -#: ../../godmode/db/db_event.php:84
                -msgid "Purge event data over 7 days"
                -msgstr "Borrar los datos de eventos excepto la última semana"
                -
                -#: ../../godmode/db/db_event.php:85
                -msgid "Purge event data over 3 days"
                -msgstr "Borrar los datos de eventos excepto los últimos tres días"
                -
                -#: ../../godmode/db/db_event.php:86
                -msgid "Purge event data over 1 day"
                -msgstr "Borrar todos los datos de eventos, excepto las últimas 24 horas"
                -
                -#: ../../godmode/db/db_event.php:87
                -msgid "Purge all event data"
                -msgstr "Borrar todos los datos de eventos"
                -
                -#: ../../godmode/db/db_info.php:32
                -msgid "Database information"
                -msgstr "Información de la base de datos"
                -
                -#: ../../godmode/db/db_info.php:34
                -msgid "Module data received"
                -msgstr "Datos de módulo recibidos"
                -
                -#: ../../godmode/db/db_main.php:69
                -msgid "Current database maintenance setup"
                -msgstr "Configuración actual del mantenimiento de la BB. DD."
                -
                -#: ../../godmode/db/db_main.php:76
                -msgid "Database setup"
                -msgstr "Configuración de la base de datos"
                -
                -#: ../../godmode/db/db_main.php:80
                -msgid "Max. time before compact data"
                -msgstr "Máx. días antes de comprimir datos"
                -
                -#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88
                -#: ../../godmode/setup/setup_visuals.php:740 ../../include/functions.php:431
                -#: ../../include/functions.php:565 ../../include/functions_html.php:736
                -#: ../../enterprise/meta/advanced/metasetup.visual.php:143
                -msgid "days"
                -msgstr "días"
                -
                -#: ../../godmode/db/db_main.php:86
                -msgid "Max. time before purge"
                -msgstr "Máx. días antes de eliminar datos"
                -
                -#: ../../godmode/db/db_main.php:95
                -msgid "Database size stats"
                -msgstr "Tamaño de estadísticas de la base de datos"
                -
                -#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:7248
                -#: ../../include/functions_reporting_html.php:3469
                -#: ../../mobile/operation/groups.php:125 ../../operation/tree.php:271
                -#: ../../enterprise/dashboard/widgets/tree_view.php:195
                -#: ../../enterprise/include/functions_reporting_csv.php:457
                -msgid "Total agents"
                -msgstr "Agentes totales"
                -
                -#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:9898
                -msgid "Total events"
                -msgstr "Total de eventos"
                -
                -#: ../../godmode/db/db_main.php:111
                -msgid "Total data items (tagente_datos)"
                -msgstr "Total de items de datos (tagente_datos)"
                -
                -#: ../../godmode/db/db_main.php:123
                -msgid "Total log4x items (tagente_datos_log4x)"
                -msgstr "Total elementos Log4x (tagente_datos_log4x)"
                -
                -#: ../../godmode/db/db_main.php:135
                -msgid "Total data string items (tagente_datos_string)"
                -msgstr "total campos datos en cadena (tagente_datos_string)"
                -
                -#: ../../godmode/db/db_main.php:141
                -msgid "Total modules configured"
                -msgstr "Módulos totales configurados"
                -
                -#: ../../godmode/db/db_main.php:149
                -msgid "Total agent access records"
                -msgstr "total de registros de acceso del agente"
                -
                -#: ../../godmode/db/db_main.php:160
                -msgid "Database sanity"
                -msgstr "Estado de la BBDD"
                -
                -#: ../../godmode/db/db_main.php:164
                -msgid "Total uknown agents"
                -msgstr "total de agentes desconocidos"
                -
                -#: ../../godmode/db/db_main.php:170
                -msgid "Total non-init modules"
                -msgstr "total de módulos no iniciados"
                -
                -#: ../../godmode/db/db_main.php:179
                -msgid "Last time on DB maintance"
                -msgstr "Ultima vez en mantenimiento de base de datos"
                -
                -#: ../../godmode/db/db_main.php:183
                -#: ../../godmode/snmpconsole/snmp_alert.php:1217
                -#: ../../include/functions_treeview.php:595 ../../include/functions_ui.php:449
                -#: ../../operation/agentes/estado_generalagente.php:210
                -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334
                -#: ../../enterprise/extensions/cron/main.php:291
                -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229
                -#: ../../enterprise/extensions/ipam/ipam_list.php:223
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155
                -msgid "Never"
                -msgstr "Nunca"
                -
                -#: ../../godmode/db/db_main.php:200
                -msgid ""
                -"Please check your Pandora Server setup and be sure that database maintenance "
                -"daemon is running. It's very important to keep up-to-date database to get "
                -"the best performance and results in Pandora"
                -msgstr ""
                -"Por favor, asegúrese de que la gestión de la Base de Datos es correcta y de "
                -"que el sistema automático de gestión de Base de Datos de Pandora está "
                -"correctamente instalado y funcionando. Es muy importante para el correcto "
                -"funcionamiento y rendimiento de Pandora."
                -
                -#: ../../godmode/db/db_purge.php:38 ../../godmode/menu.php:316
                -msgid "Database purge"
                -msgstr "Purgar BBDD"
                -
                -#: ../../godmode/db/db_purge.php:43
                -msgid "Get data from agent"
                -msgstr "Obtener datos de un agente"
                -
                -#: ../../godmode/db/db_purge.php:75
                -#, php-format
                -msgid "Purge task launched for agent %s :: Data older than %s"
                -msgstr ""
                -"Tarea de purga lanzada por el agente% s :: Información anterior a % s"
                -
                -#: ../../godmode/db/db_purge.php:78
                -msgid ""
                -"Please be patient. This operation can take a long time depending on the "
                -"amount of modules."
                -msgstr ""
                -"Por favor sea paciente, esta operación puede tardar varios minutos (5-10 "
                -"minutos)"
                -
                -#: ../../godmode/db/db_purge.php:92
                -#, php-format
                -msgid "Deleting records for module %s"
                -msgstr "Eliminación de registros para el módulo% s"
                -
                -#: ../../godmode/db/db_purge.php:140
                -#, php-format
                -msgid "Total errors: %s"
                -msgstr "Errores Totales: %s"
                -
                -#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144
                -#, php-format
                -msgid "Total records deleted: %s"
                -msgstr "Total de registros eliminados: %s"
                -
                -#: ../../godmode/db/db_purge.php:149
                -msgid "Deleting records for all agents"
                -msgstr "Borrando registros para el módulo"
                -
                -#: ../../godmode/db/db_purge.php:166
                -msgid "Choose agent"
                -msgstr "Escoja agente"
                -
                -#: ../../godmode/db/db_purge.php:167
                -#: ../../operation/incidents/incident.php:279
                -msgid "All agents"
                -msgstr "Todos los agentes"
                -
                -#: ../../godmode/db/db_purge.php:172
                -msgid "Select the agent you want information about"
                -msgstr "Seleccione el agente del que quiera obtener información"
                -
                -#: ../../godmode/db/db_purge.php:174
                -msgid "Get data"
                -msgstr "Obtener datos"
                -
                -#: ../../godmode/db/db_purge.php:175
                -msgid "Click here to get the data from the agent specified in the select box"
                -msgstr ""
                -"Pulse aquí para obtener los datos del agente especificado en la caja de "
                -"selección"
                -
                -#: ../../godmode/db/db_purge.php:179
                -#, php-format
                -msgid "Information on agent %s in the database"
                -msgstr "Información acerca del agente %s en la base de datos"
                -
                -#: ../../godmode/db/db_purge.php:182
                -msgid "Information on all agents in the database"
                -msgstr "Información acerca de todos los agentes en la base de datos"
                -
                -#: ../../godmode/db/db_purge.php:317
                -msgid "Packets less than three months old"
                -msgstr "Paquetes con menos de tres meses"
                -
                -#: ../../godmode/db/db_purge.php:319
                -msgid "Packets less than one month old"
                -msgstr "Paquetes con menos de un mes"
                -
                -#: ../../godmode/db/db_purge.php:321
                -msgid "Packets less than two weeks old"
                -msgstr "Paquetes con menos de dos semanas"
                -
                -#: ../../godmode/db/db_purge.php:323
                -msgid "Packets less than one week old"
                -msgstr "Paquetes con menos de una semana"
                -
                -#: ../../godmode/db/db_purge.php:325
                -msgid "Packets less than three days old"
                -msgstr "Paquetes con menos de tres días"
                -
                -#: ../../godmode/db/db_purge.php:327
                -msgid "Packets less than one day old"
                -msgstr "Paquetes con menos de 24 horas"
                -
                -#: ../../godmode/db/db_purge.php:329
                -msgid "Total number of packets"
                -msgstr "Número máximo de paquetes"
                -
                -#: ../../godmode/db/db_purge.php:340
                -msgid "Purge data over 3 months"
                -msgstr "Purgar los datos con más de 3 meses"
                -
                -#: ../../godmode/db/db_purge.php:341
                -msgid "Purge data over 1 month"
                -msgstr "Purgar los datos con más de 1 mes"
                -
                -#: ../../godmode/db/db_purge.php:342
                -msgid "Purge data over 2 weeks"
                -msgstr "Purgar los datos con mas de 2 semanas"
                -
                -#: ../../godmode/db/db_purge.php:343
                -msgid "Purge data over 1 week"
                -msgstr "Purgar los datos con más de 1 semana"
                -
                -#: ../../godmode/db/db_purge.php:344
                -msgid "Purge data over 3 days"
                -msgstr "Purgar los datos con más de 3 días"
                -
                -#: ../../godmode/db/db_purge.php:345
                -msgid "Purge data over 1 day"
                -msgstr "Purgar los datos con más de 1 día"
                -
                -#: ../../godmode/db/db_purge.php:346
                -msgid "All data until now"
                -msgstr "Todos los datos hasta ahora"
                -
                -#: ../../godmode/db/db_purge.php:350
                -msgid "Purge"
                -msgstr "Purgar"
                -
                -#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:317
                -#: ../../include/functions_db.php:1499
                -msgid "Database debug"
                -msgstr "Depurar BBDD"
                -
                -#: ../../godmode/db/db_refine.php:42
                -msgid "Maximum is equal to minimum"
                -msgstr "El máximo es igual al mínimo"
                -
                -#: ../../godmode/db/db_refine.php:47
                -#: ../../godmode/massive/massive_copy_modules.php:447
                -#: ../../include/functions_agents.php:565
                -msgid "No modules have been selected"
                -msgstr "No se ha seleccionado ningún módulo"
                -
                -#: ../../godmode/db/db_refine.php:56
                -msgid "Filtering data module"
                -msgstr "Filtrando módulo de datos"
                -
                -#: ../../godmode/db/db_refine.php:76
                -msgid "Filtering completed"
                -msgstr "Filtrado completado"
                -
                -#: ../../godmode/db/db_refine.php:83
                -#: ../../operation/agentes/exportdata.php:244
                -#: ../../enterprise/godmode/agentes/manage_config_remote.php:154
                -msgid "Source agent"
                -msgstr "Agente origen"
                -
                -#: ../../godmode/db/db_refine.php:88
                -msgid "No agent selected"
                -msgstr "No hay ningún agente seleccionado"
                -
                -#: ../../godmode/db/db_refine.php:92
                -msgid "Get Info"
                -msgstr "Obtener info."
                -
                -#: ../../godmode/db/db_refine.php:105
                -msgid "Purge data out of these limits"
                -msgstr "Purgar los datos fuera de esos límites"
                -
                -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109
                -#: ../../include/functions_reporting.php:5704
                -msgid "Minimum"
                -msgstr "Mínimo"
                -
                -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114
                -#: ../../include/functions_reporting.php:5707
                -msgid "Maximum"
                -msgstr "Máximo"
                -
                -#: ../../godmode/events/custom_events.php:68
                -#: ../../godmode/events/custom_events.php:152
                -#: ../../include/functions_events.php:34
                -#: ../../include/functions_events.php:1581
                -#: ../../enterprise/meta/include/functions_events_meta.php:55
                -msgid "Event id"
                -msgstr "Identificación del evento"
                -
                -#: ../../godmode/events/custom_events.php:71
                -#: ../../godmode/events/custom_events.php:153
                -#: ../../include/functions_events.php:35
                -#: ../../include/functions_events.php:905
                -#: ../../include/functions_events.php:2338
                -#: ../../include/functions_reporting_html.php:1022
                -#: ../../include/functions_reporting_html.php:1032
                -#: ../../include/functions_reporting_html.php:2825
                -#: ../../enterprise/meta/include/functions_events_meta.php:58
                -msgid "Event name"
                -msgstr "Nombre del evento"
                -
                -#: ../../godmode/events/custom_events.php:86
                -#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223
                -#: ../../include/ajax/events.php:466 ../../include/functions_events.php:40
                -#: ../../include/functions_events.php:912
                -#: ../../include/functions_events.php:2343
                -#: ../../include/functions_events.php:3542
                -#: ../../include/functions_netflow.php:287
                -#: ../../include/functions_reporting_html.php:813
                -#: ../../include/functions_reporting_html.php:822
                -#: ../../include/functions_reporting_html.php:1026
                -#: ../../include/functions_reporting_html.php:1035
                -#: ../../include/functions_reporting_html.php:1650
                -#: ../../include/functions_reporting_html.php:2827
                -#: ../../mobile/operation/events.php:473
                -#: ../../mobile/operation/modules.php:548
                -#: ../../mobile/operation/modules.php:756
                -#: ../../operation/agentes/estado_generalagente.php:402
                -#: ../../operation/agentes/exportdata.csv.php:77
                -#: ../../operation/agentes/exportdata.excel.php:76
                -#: ../../operation/agentes/exportdata.php:99
                -#: ../../operation/agentes/status_monitor.php:990
                -#: ../../operation/events/events.build_table.php:167
                -#: ../../operation/events/events.php:87
                -#: ../../operation/messages/message_list.php:127
                -#: ../../operation/search_modules.php:54
                -#: ../../operation/snmpconsole/snmp_view.php:623
                -#: ../../enterprise/include/functions_inventory.php:65
                -#: ../../enterprise/include/functions_inventory.php:241
                -#: ../../enterprise/include/functions_reporting_csv.php:350
                -#: ../../enterprise/include/functions_reporting_csv.php:880
                -#: ../../enterprise/meta/include/functions_events_meta.php:73
                -msgid "Timestamp"
                -msgstr "Fecha/Hora"
                -
                -#: ../../godmode/events/custom_events.php:89
                -#: ../../godmode/events/custom_events.php:159
                -#: ../../godmode/events/event_edit_filter.php:235
                -#: ../../godmode/events/event_filter.php:110
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:1413
                -#: ../../include/functions_events.php:41
                -#: ../../include/functions_events.php:3562
                -#: ../../operation/events/events.build_table.php:191
                -#: ../../operation/events/events_list.php:626
                -#: ../../enterprise/dashboard/widgets/events_list.php:36
                -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1683
                -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:403
                -#: ../../enterprise/include/functions_events.php:97
                -#: ../../enterprise/meta/include/functions_events_meta.php:76
                -msgid "Event type"
                -msgstr "Tipo de evento"
                -
                -#: ../../godmode/events/custom_events.php:92
                -#: ../../godmode/events/custom_events.php:160
                -#: ../../include/functions_events.php:42
                -#: ../../enterprise/meta/include/functions_events_meta.php:79
                -msgid "Agent module"
                -msgstr "Módulo de agente"
                -
                -#: ../../godmode/events/custom_events.php:98
                -#: ../../godmode/events/custom_events.php:162
                -#: ../../godmode/events/event_edit_filter.php:239
                -#: ../../godmode/events/event_filter.php:112
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:1401
                -#: ../../include/functions_events.php:44
                -#: ../../include/functions_events.php:898
                -#: ../../include/functions_events.php:2387
                -#: ../../include/functions_events.php:3579
                -#: ../../include/functions_reporting_html.php:811
                -#: ../../include/functions_reporting_html.php:820
                -#: ../../include/functions_reporting_html.php:1024
                -#: ../../include/functions_reporting_html.php:1034
                -#: ../../include/functions_reporting_html.php:1648
                -#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374
                -#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632
                -#: ../../mobile/operation/events.php:633
                -#: ../../operation/events/events.build_table.php:211
                -#: ../../operation/events/events_list.php:632
                -#: ../../operation/snmpconsole/snmp_view.php:399
                -#: ../../enterprise/dashboard/widgets/events_list.php:54
                -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1671
                -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:392
                -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:320
                -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74
                -#: ../../enterprise/include/functions_events.php:104
                -#: ../../enterprise/include/functions_reporting.php:1780
                -#: ../../enterprise/include/functions_reporting_pdf.php:1761
                -#: ../../enterprise/meta/include/functions_events_meta.php:85
                -msgid "Severity"
                -msgstr "Gravedad"
                -
                -#: ../../godmode/events/custom_events.php:101
                -#: ../../godmode/events/custom_events.php:163
                -#: ../../include/functions_events.php:45
                -#: ../../include/functions_events.php:1751
                -#: ../../include/functions_events.php:3584
                -#: ../../include/functions_events.php:3929
                -#: ../../operation/events/events.build_table.php:217
                -#: ../../operation/events/events.build_table.php:583
                -#: ../../enterprise/meta/include/functions_events_meta.php:88
                -msgid "Comment"
                -msgstr "Comentar"
                -
                -#: ../../godmode/events/custom_events.php:110
                -#: ../../godmode/events/custom_events.php:166
                -#: ../../include/functions_events.php:48
                -#: ../../include/functions_events.php:2251
                -#: ../../enterprise/meta/include/functions_events_meta.php:97
                -msgid "Extra id"
                -msgstr "ID extra"
                -
                -#: ../../godmode/events/custom_events.php:116
                -#: ../../godmode/events/custom_events.php:168
                -#: ../../include/functions_events.php:50
                -#: ../../include/functions_events.php:3604
                -#: ../../operation/events/events.build_table.php:241
                -#: ../../enterprise/meta/include/functions_events_meta.php:103
                -msgid "ACK Timestamp"
                -msgstr "ACK Timestamp"
                -
                -#: ../../godmode/events/custom_events.php:119
                -#: ../../godmode/events/custom_events.php:169
                -#: ../../include/functions_events.php:51
                -#: ../../include/functions_events.php:2190
                -#: ../../include/functions_events.php:2202
                -#: ../../include/functions_events.php:2214
                -#: ../../include/functions_events.php:2226
                -#: ../../include/functions_events.php:2231
                -#: ../../include/functions_events.php:2236
                -#: ../../include/functions_events.php:2240
                -#: ../../include/functions_events.php:3609
                -#: ../../operation/events/events.build_table.php:247
                -#: ../../enterprise/meta/include/functions_events_meta.php:106
                -msgid "Instructions"
                -msgstr "Instrucciones"
                -
                -#: ../../godmode/events/custom_events.php:122
                -#: ../../godmode/events/custom_events.php:170
                -#: ../../include/functions_events.php:52
                -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171
                -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247
                -#: ../../enterprise/meta/advanced/metasetup.consoles.php:307
                -#: ../../enterprise/meta/advanced/metasetup.consoles.php:387
                -#: ../../enterprise/meta/include/functions_events_meta.php:109
                -msgid "Server name"
                -msgstr "Nombre del servidor"
                -
                -#: ../../godmode/events/custom_events.php:131
                -#: ../../enterprise/meta/event/custom_events.php:191
                -msgid "Show event fields"
                -msgstr "Mostrar campos de eventos"
                -
                -#: ../../godmode/events/custom_events.php:133
                -msgid "Load default event fields"
                -msgstr "Cargar campos de evento por defecto"
                -
                -#: ../../godmode/events/custom_events.php:133
                -msgid "Default event fields will be loaded. Do you want to continue?"
                -msgstr "Se cargarán campos de evento por defecto. ¿Desea continuar?"
                -
                -#: ../../godmode/events/custom_events.php:181
                -#: ../../enterprise/meta/event/custom_events.php:169
                -msgid "Fields available"
                -msgstr "Campos disponibles"
                -
                -#: ../../godmode/events/custom_events.php:185
                -#: ../../enterprise/meta/event/custom_events.php:178
                -msgid "Add fields to select"
                -msgstr "Añadir campos para seleccionar"
                -
                -#: ../../godmode/events/custom_events.php:189
                -#: ../../enterprise/meta/event/custom_events.php:183
                -msgid "Delete fields to select"
                -msgstr "Eliminar campos para seleccionar"
                -
                -#: ../../godmode/events/custom_events.php:193
                -#: ../../enterprise/meta/event/custom_events.php:171
                -msgid "Fields selected"
                -msgstr "Campos seleccionados"
                -
                -#: ../../godmode/events/event_edit_filter.php:166
                -#: ../../godmode/modules/manage_nc_groups.php:83
                -#: ../../godmode/netflow/nf_edit_form.php:110
                -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120
                -msgid "Not updated. Blank name"
                -msgstr "No actualizado. Nombre en blanco"
                -
                -#: ../../godmode/events/event_edit_filter.php:174
                -#: ../../godmode/modules/manage_nc_groups.php:99
                -#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88
                -msgid "Not updated. Error updating data"
                -msgstr "No se ha podido actualizar. Error al actualizar los datos."
                -
                -#: ../../godmode/events/event_edit_filter.php:203
                -msgid "Update Filter"
                -msgstr "Actualizar Filtro"
                -
                -#: ../../godmode/events/event_edit_filter.php:206
                -msgid "Create Filter"
                -msgstr "Crear filtro"
                -
                -#: ../../godmode/events/event_edit_filter.php:215
                -#: ../../operation/events/events_list.php:290
                -msgid "Filter name"
                -msgstr "Nombre del filtro"
                -
                -#: ../../godmode/events/event_edit_filter.php:219
                -msgid "Save in group"
                -msgstr "Guardar en grupo"
                -
                -#: ../../godmode/events/event_edit_filter.php:220
                -msgid ""
                -"This group will be use to restrict the visibility of this filter with ACLs"
                -msgstr ""
                -"Este grupo se usará para restringir la visibilidad de este filtro con ACLs"
                -
                -#: ../../godmode/events/event_edit_filter.php:233
                -#: ../../godmode/massive/massive_copy_modules.php:81
                -#: ../../godmode/massive/massive_copy_modules.php:194
                -#: ../../godmode/massive/massive_delete_agents.php:117
                -#: ../../godmode/massive/massive_delete_modules.php:457
                -#: ../../godmode/massive/massive_delete_modules.php:471
                -#: ../../godmode/massive/massive_edit_agents.php:220
                -#: ../../godmode/massive/massive_edit_modules.php:300
                -#: ../../godmode/massive/massive_edit_modules.php:331
                -#: ../../include/functions.php:1083 ../../include/functions_events.php:1428
                -#: ../../mobile/operation/modules.php:43
                -#: ../../operation/agentes/estado_agente.php:190
                -#: ../../operation/agentes/status_monitor.php:303
                -#: ../../operation/events/events_list.php:629
                -#: ../../enterprise/dashboard/widgets/events_list.php:34
                -msgid "Not normal"
                -msgstr "No normal"
                -
                -#: ../../godmode/events/event_edit_filter.php:245
                -#: ../../godmode/events/event_filter.php:111
                -#: ../../operation/events/events_list.php:639
                -#: ../../enterprise/dashboard/widgets/events_list.php:46
                -#: ../../enterprise/include/functions_events.php:83
                -msgid "Event status"
                -msgstr "Estado del evento"
                -
                -#: ../../godmode/events/event_edit_filter.php:249
                -#: ../../godmode/reporting/reporting_builder.item_editor.php:1499
                -#: ../../godmode/snmpconsole/snmp_alert.php:999
                -#: ../../mobile/operation/agents.php:194 ../../mobile/operation/alerts.php:188
                -#: ../../mobile/operation/events.php:642
                -#: ../../mobile/operation/modules.php:254
                -#: ../../operation/events/events_list.php:473
                -#: ../../operation/snmpconsole/snmp_view.php:413
                -#: ../../enterprise/extensions/ipam/ipam_network.php:281
                -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1889
                -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:454
                -#: ../../enterprise/include/functions_events.php:90
                -msgid "Free search"
                -msgstr "Búsqueda libre"
                -
                -#: ../../godmode/events/event_edit_filter.php:253
                -#: ../../operation/events/events_list.php:475
                -#: ../../enterprise/meta/agentsearch.php:28
                -#: ../../enterprise/meta/agentsearch.php:32
                -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242
                -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331
                -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401
                -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509
                -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590
                -msgid "Agent search"
                -msgstr "Búsqueda de agente"
                -
                -#: ../../godmode/events/event_edit_filter.php:276
                -#: ../../godmode/setup/setup_visuals.php:62
                -#: ../../godmode/users/configure_user.php:601
                -#: ../../include/functions_config.php:474
                -#: ../../operation/events/events_list.php:533
                -#: ../../operation/snmpconsole/snmp_view.php:388
                -#: ../../operation/users/user_edit.php:238
                -#: ../../enterprise/meta/advanced/metasetup.visual.php:117
                -#: ../../enterprise/meta/include/functions_meta.php:1061
                -msgid "Block size for pagination"
                -msgstr "Tamaño de bloque para la paginación"
                -
                -#: ../../godmode/events/event_edit_filter.php:285
                -#: ../../operation/events/events_list.php:495
                -#: ../../enterprise/include/functions_events.php:128
                -msgid "User ack."
                -msgstr "Validación del usuario"
                -
                -#: ../../godmode/events/event_edit_filter.php:286
                -msgid "Choose between the users who have validated an event. "
                -msgstr "Escoja entre los usuarios que tienen validado un evento "
                -
                -#: ../../godmode/events/event_edit_filter.php:299
                -#: ../../operation/events/events_list.php:645
                -#: ../../enterprise/godmode/setup/setup.php:90
                -msgid "All events"
                -msgstr "Todos los eventos"
                -
                -#: ../../godmode/events/event_edit_filter.php:300
                -#: ../../operation/events/events_list.php:646
                -msgid "Group events"
                -msgstr "Eventos agrupados"
                -
                -#: ../../godmode/events/event_edit_filter.php:305
                -#: ../../operation/events/events_list.php:544
                -#: ../../enterprise/include/functions_events.php:142
                -msgid "Date from"
                -msgstr "Fecha desde"
                -
                -#: ../../godmode/events/event_edit_filter.php:308
                -#: ../../operation/events/events_list.php:550
                -#: ../../enterprise/include/functions_events.php:135
                -msgid "Date to"
                -msgstr "Fecha hasta"
                -
                -#: ../../godmode/events/event_edit_filter.php:350
                -#: ../../operation/events/events_list.php:570
                -#: ../../operation/events/events_list.php:584
                -#: ../../enterprise/include/functions_events.php:180
                -msgid "Events with following tags"
                -msgstr "Eventos con las siguientes etiquetas"
                -
                -#: ../../godmode/events/event_edit_filter.php:365
                -#: ../../operation/events/events_list.php:576
                -#: ../../operation/events/events_list.php:590
                -#: ../../enterprise/include/functions_events.php:197
                -msgid "Events without following tags"
                -msgstr "Eventos sin las siguientes etiquetas"
                -
                -#: ../../godmode/events/event_edit_filter.php:379
                -#: ../../operation/events/events_list.php:526
                -#: ../../enterprise/include/functions_events.php:156
                -msgid "Alert events"
                -msgstr "Eventos de la alerta"
                -
                -#: ../../godmode/events/event_edit_filter.php:383
                -#: ../../operation/events/events_list.php:529
                -msgid "Filter alert events"
                -msgstr "Filtrar eventos de alertas"
                -
                -#: ../../godmode/events/event_edit_filter.php:384
                -#: ../../operation/events/events_list.php:530
                -msgid "Only alert events"
                -msgstr "Solo eventos de alertas"
                -
                -#: ../../godmode/events/event_edit_filter.php:388
                -#: ../../operation/events/events_list.php:507
                -msgid "Module search"
                -msgstr "Búsqueda por módulo"
                -
                -#: ../../godmode/events/event_filter.php:167
                -#: ../../godmode/netflow/nf_edit.php:162
                -msgid "There are no defined filters"
                -msgstr "No hay filtros definidos"
                -
                -#: ../../godmode/events/event_filter.php:175
                -#: ../../godmode/netflow/nf_edit.php:167
                -#: ../../godmode/netflow/nf_edit_form.php:182
                -#: ../../godmode/snmpconsole/snmp_filters.php:38
                -#: ../../enterprise/meta/event/custom_events.php:43
                -msgid "Create filter"
                -msgstr "Crear Filtro"
                -
                -#: ../../godmode/events/event_responses.editor.php:63
                -msgid "Edit event responses"
                -msgstr "Editar respuestas de eventos"
                -
                -#: ../../godmode/events/event_responses.editor.php:93
                -msgid "For Command type Modal Window mode is enforced"
                -msgstr "Para tipo comando , se aplica el modo Modal Window"
                -
                -#: ../../godmode/events/event_responses.editor.php:94
                -msgid "Modal window"
                -msgstr "Modal window"
                -
                -#: ../../godmode/events/event_responses.editor.php:94
                -msgid "New window"
                -msgstr "Nueva ventana"
                -
                -#: ../../godmode/events/event_responses.editor.php:104
                -#: ../../godmode/reporting/graph_builder.main.php:137
                -#: ../../godmode/reporting/visual_console_builder.wizard.php:134
                -#: ../../godmode/setup/gis_step_2.php:257
                -#: ../../include/functions_visual_map_editor.php:84
                -#: ../../include/functions_visual_map_editor.php:386
                -#: ../../enterprise/godmode/reporting/graph_template_editor.php:172
                -msgid "Width"
                -msgstr "Anchura"
                -
                -#: ../../godmode/events/event_responses.editor.php:106
                -#: ../../godmode/reporting/graph_builder.main.php:141
                -#: ../../godmode/reporting/visual_console_builder.wizard.php:137
                -#: ../../godmode/setup/gis_step_2.php:259
                -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176
                -msgid "Height"
                -msgstr "Altura"
                -
                -#: ../../godmode/events/event_responses.editor.php:111
                -#: ../../include/functions_events.php:1817
                -#: ../../enterprise/extensions/cron/main.php:335
                -msgid "Parameters"
                -msgstr "Parámetros"
                -
                -#: ../../godmode/events/event_responses.list.php:38
                -msgid "No responses found"
                -msgstr "No se encontraron respuestas"
                -
                -#: ../../godmode/events/event_responses.list.php:76
                -msgid "Create response"
                -msgstr "Crear respuesta"
                -
                -#: ../../godmode/events/event_responses.php:52
                -msgid "Response added succesfully"
                -msgstr "Respuesta añadida con éxito"
                -
                -#: ../../godmode/events/event_responses.php:55
                -msgid "Response cannot be added"
                -msgstr "La respuesta no se puede añadir"
                -
                -#: ../../godmode/events/event_responses.php:81
                -msgid "Response updated succesfully"
                -msgstr "Repuesta actualizada con éxito"
                -
                -#: ../../godmode/events/event_responses.php:84
                -msgid "Response cannot be updated"
                -msgstr "La respuesta no se puede actualizar"
                -
                -#: ../../godmode/events/event_responses.php:93
                -msgid "Response deleted succesfully"
                -msgstr "Respuesta eliminada con éxito"
                -
                -#: ../../godmode/events/event_responses.php:96
                -msgid "Response cannot be deleted"
                -msgstr "La respuesta no se puede eliminar"
                -
                -#: ../../godmode/events/events.php:37
                -#: ../../godmode/users/configure_user.php:563
                -#: ../../operation/events/events.php:334
                -#: ../../operation/users/user_edit.php:278
                -msgid "Event list"
                -msgstr "Lista de eventos"
                -
                -#: ../../godmode/events/events.php:42
                -#: ../../godmode/netflow/nf_edit_form.php:55
                -msgid "Filter list"
                -msgstr "Lista de filtros"
                -
                -#: ../../godmode/events/events.php:48 ../../godmode/menu.php:187
                -#: ../../enterprise/meta/event/custom_events.php:48
                -msgid "Event responses"
                -msgstr "Respuestas de evento"
                -
                -#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80
                -#: ../../godmode/reporting/reporting_builder.list_items.php:182
                -#: ../../enterprise/meta/event/custom_events.php:65
                -#: ../../enterprise/meta/event/custom_events.php:80
                -#: ../../enterprise/meta/general/main_header.php:214
                -msgid "Filters"
                -msgstr "Filtros"
                -
                -#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306
                -#: ../../enterprise/meta/event/custom_events.php:73
                -msgid "Responses"
                -msgstr "Respuestas"
                -
                -#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88
                -#: ../../godmode/users/configure_profile.php:283
                -#: ../../operation/events/events.php:365
                -msgid "Manage events"
                -msgstr "Gestionar eventos"
                -
                -#: ../../godmode/extensions.php:27
                -#: ../../enterprise/meta/general/main_header.php:320
                -msgid "Extensions"
                -msgstr "Extensiones"
                -
                -#: ../../godmode/extensions.php:27
                -msgid "Defined extensions"
                -msgstr "Extensiones definidas"
                -
                -#: ../../godmode/extensions.php:32
                -msgid "There are no extensions defined"
                -msgstr "No hay extensiones definidas"
                -
                -#: ../../godmode/extensions.php:145 ../../enterprise/godmode/menu.php:162
                -#: ../../enterprise/include/functions_setup.php:27
                -#: ../../enterprise/include/functions_setup.php:55
                -msgid "Enterprise"
                -msgstr "Enterprise"
                -
                -#: ../../godmode/extensions.php:146
                -msgid "Godmode Function"
                -msgstr "Función Administrador"
                -
                -#: ../../godmode/extensions.php:147
                -msgid "Godmode Menu"
                -msgstr "Menú Administrador"
                -
                -#: ../../godmode/extensions.php:148
                -msgid "Operation Menu"
                -msgstr "Menú Operación"
                -
                -#: ../../godmode/extensions.php:149
                -msgid "Operation Function"
                -msgstr "Función Operación"
                -
                -#: ../../godmode/extensions.php:150
                -msgid "Login Function"
                -msgstr "Función Login"
                -
                -#: ../../godmode/extensions.php:151
                -msgid "Agent operation tab"
                -msgstr "Pestaña operaciones de agente"
                -
                -#: ../../godmode/extensions.php:152
                -msgid "Agent godmode tab"
                -msgstr "Pestaña administración de agente"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:111
                -msgid "Map successfully created"
                -msgstr "Mapa creado exitosamente"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:112
                -msgid "Map could not be created"
                -msgstr "El mapa no puso ser creado"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:201
                -msgid "Map successfully update"
                -msgstr "Mapa exitosamente actualizado"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:202
                -msgid "Map could not be updated"
                -msgstr "El mapa no ha podido ser actualizado"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:214
                -#: ../../operation/gis_maps/gis_map.php:29
                -msgid "GIS Maps list"
                -msgstr "Lista de mapas GIS"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:219
                -msgid "View GIS"
                -msgstr "Ver GIS"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:222
                -msgid "GIS Maps builder"
                -msgstr "Mapas GIS"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:329
                -msgid "Map Name"
                -msgstr "Nombre del mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:329
                -msgid "Descriptive name for the map"
                -msgstr "nombre descriptivo para el mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:348
                -msgid "Add Map connection"
                -msgstr "Añadir conexión a mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:348
                -msgid ""
                -"At least one map connection must be defined, it will be possible to change "
                -"between the connections in the map"
                -msgstr ""
                -"Como mínimo una conexion de mapa debe definirse. Será posible intercambiar "
                -"las conexiones del mapa."
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:366
                -msgid "Group that owns the map"
                -msgstr "Grupo dueño del mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:369
                -msgid "Default zoom"
                -msgstr "Zoom por defecto"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:369
                -msgid "Default zoom level when opening the map"
                -msgstr "Nivel de zoom por defecto al abrir el mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:372
                -msgid "Center Latitude"
                -msgstr "Latitud central"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:375
                -msgid "Center Longitude"
                -msgstr "Longitud central"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:378
                -msgid "Center Altitude"
                -msgstr "Altitud central"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:381
                -msgid "Default Latitude"
                -msgstr "Latitud por defecto"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:384
                -msgid "Default Longitude"
                -msgstr "Longitud por defecto"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:387
                -msgid "Default Altitude"
                -msgstr "Altitud por defecto"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:392
                -msgid "Layers"
                -msgstr "Capas"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:392
                -msgid ""
                -"Each layer can show agents from one group or the agents added to that layer "
                -"or both."
                -msgstr ""
                -"Cada capa puede mostrar agentes de un grupo o los agentes añadidos a esa "
                -"capa o ambas cosas"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:398
                -msgid "List of layers"
                -msgstr "Lista de capas"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:398
                -msgid "It is possible to edit, delete and reorder the layers."
                -msgstr "Es posible editar, borrar y reordenar las capas"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:399
                -msgid "New layer"
                -msgstr "Nueva capa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:407
                -msgid "Layer name"
                -msgstr "Nombre capa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:409
                -msgid "Visible"
                -msgstr "Visible"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:413
                -msgid "Show agents from group"
                -msgstr "Mostrar agentes del grupo"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:425
                -msgid "Add agent"
                -msgstr "Añadir agente"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:441
                -msgid "List of Agents to be shown in the layer"
                -msgstr "lista de los agentes que se mostrarán en la capa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:448
                -#: ../../godmode/gis_maps/configure_gis_map.php:624
                -#: ../../godmode/gis_maps/configure_gis_map.php:635
                -msgid "Save Layer"
                -msgstr "Guardar capa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:464
                -#: ../../godmode/gis_maps/configure_gis_map.php:471
                -msgid "Save map"
                -msgstr "Guardar mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:467
                -msgid "Update map"
                -msgstr "Actualizar mapa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:668
                -#: ../../godmode/gis_maps/configure_gis_map.php:724
                -msgid "Update Layer"
                -msgstr "Actualizar capa"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:790
                -msgid "Do you want to use the default data from the connection?"
                -msgstr "¿Quiere usar los datos que vienen por defecto de la conexión ?"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:825
                -msgid "The connection"
                -msgstr "La conexión"
                -
                -#: ../../godmode/gis_maps/configure_gis_map.php:825
                -msgid "just added previously."
                -msgstr "Ya añadido previamente"
                -
                -#: ../../godmode/groups/configure_group.php:70
                -#: ../../godmode/groups/configure_modu_group.php:51
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256
                -msgid "There was a problem loading group"
                -msgstr "Hubo un error al cargar la configuración del grupo"
                -
                -#: ../../godmode/groups/configure_group.php:92
                -msgid "Update group"
                -msgstr "Actualizar grupo"
                -
                -#: ../../godmode/groups/configure_group.php:94
                -#: ../../godmode/groups/group_list.php:396
                -msgid "Create group"
                -msgstr "Crear grupo"
                -
                -#: ../../godmode/groups/configure_group.php:106
                -msgid "Update Group"
                -msgstr "Actualizar Grupo"
                -
                -#: ../../godmode/groups/configure_group.php:108
                -msgid "Create Group"
                -msgstr "Crear Grupo"
                -
                -#: ../../godmode/groups/configure_group.php:119
                -#: ../../godmode/groups/group_list.php:338
                -#: ../../godmode/modules/module_list.php:57
                -#: ../../godmode/reporting/visual_console_builder.elements.php:183
                -#: ../../godmode/setup/os.builder.php:39
                -#: ../../include/functions_visual_map.php:2767
                -#: ../../include/functions_visual_map_editor.php:60
                -#: ../../include/functions_visual_map_editor.php:655
                -#: ../../enterprise/dashboard/widgets/module_icon.php:84
                -#: ../../enterprise/dashboard/widgets/module_status.php:84
                -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283
                -msgid "Icon"
                -msgstr "Icono"
                -
                -#: ../../godmode/groups/configure_group.php:144
                -msgid "You have not access to the parent."
                -msgstr "No tiene acceso al padre"
                -
                -#: ../../godmode/groups/configure_group.php:166
                -msgid "Group Password"
                -msgstr "Contraseña del grupo"
                -
                -#: ../../godmode/groups/configure_group.php:174
                -msgid "Propagate ACL"
                -msgstr "Propagar ACL"
                -
                -#: ../../godmode/groups/configure_group.php:174
                -msgid "Propagate the same ACL security into the child subgroups."
                -msgstr ""
                -"Propaga la misma seguridad ACL del padre a todos los grupos hijos que "
                -"dependen de él"
                -
                -#: ../../godmode/groups/configure_group.php:186
                -msgid "Contact"
                -msgstr "Contacto"
                -
                -#: ../../godmode/groups/configure_group.php:186
                -msgid "Contact information accessible through the _groupcontact_ macro"
                -msgstr "Información de contacto accesible a través de  _groupcontact_ macro"
                -
                -#: ../../godmode/groups/configure_group.php:190
                -msgid "Information accessible through the _group_other_ macro"
                -msgstr "Información accesible a través de  _group_other_ macro"
                -
                -#: ../../godmode/groups/configure_group.php:196
                -#: ../../godmode/users/configure_user.php:547
                -#: ../../operation/users/user_edit.php:323
                -msgid "Skin"
                -msgstr "Skin"
                -
                -#: ../../godmode/groups/configure_group.php:238
                -msgid ""
                -"WARNING: You\\'re trying to create a group in a node member of a "
                -"metaconsole.\\n\\nThis group and all of this contents will not be visible in "
                -"the metaconsole.\\n\\nIf you want to create a visible group, you must do it "
                -"from the metaconsole and propagate to the node. "
                -msgstr ""
                -"ADVERTENCIA: Estás intentando crear un grupo en un nodo que es perteneciente "
                -"a una Metaconsola.\\n\\nEste grupo y todo su contenido no será visible en la "
                -"Metaconsola.\\n\\nSi quieres crear un grupo visible, debes de realizarlo en "
                -"la Metaconsola y propagarlo al nodo. "
                -
                -#: ../../godmode/groups/configure_modu_group.php:32
                -msgid "Module group management"
                -msgstr "gestión del grupo de módulos"
                -
                -#: ../../godmode/groups/group_list.php:158
                -msgid "Edit or delete groups can cause problems with synchronization"
                -msgstr "Editar o borrar grupos puede causar problemas con la sincronización"
                -
                -#: ../../godmode/groups/group_list.php:164
                -msgid "Groups defined in Pandora"
                -msgstr "Grupos definidos en Pandora FMS"
                -
                -#: ../../godmode/groups/group_list.php:210
                -#: ../../godmode/groups/modu_group_list.php:75
                -msgid "Group successfully created"
                -msgstr "Grupo creado correctamente"
                -
                -#: ../../godmode/groups/group_list.php:213
                -#: ../../godmode/groups/modu_group_list.php:78
                -msgid "There was a problem creating group"
                -msgstr "Ha habido un problema al crear el grupo"
                -
                -#: ../../godmode/groups/group_list.php:217
                -msgid "Each group must have a different name"
                -msgstr "Cada grupo debe tener un nombre diferente"
                -
                -#: ../../godmode/groups/group_list.php:222
                -msgid "Group must have a name"
                -msgstr "El grupo debe tener un nombre"
                -
                -#: ../../godmode/groups/group_list.php:266
                -#: ../../godmode/groups/modu_group_list.php:106
                -msgid "Group successfully updated"
                -msgstr "Grupo actualizado correctamente"
                -
                -#: ../../godmode/groups/group_list.php:269
                -#: ../../godmode/groups/modu_group_list.php:109
                -msgid "There was a problem modifying group"
                -msgstr "Ha habido un problema al modificar el grupo"
                -
                -#: ../../godmode/groups/group_list.php:294
                -#, php-format
                -msgid "The group is not empty. It is use in %s."
                -msgstr "El grupo no está vacío. Está en uso en %s."
                -
                -#: ../../godmode/groups/group_list.php:298
                -#: ../../godmode/groups/modu_group_list.php:138
                -msgid "Group successfully deleted"
                -msgstr "Grupo eliminado correctamente"
                -
                -#: ../../godmode/groups/group_list.php:301
                -#: ../../godmode/groups/modu_group_list.php:136
                -msgid "There was a problem deleting group"
                -msgstr "Ha habido un problema al borrar el grupo"
                -
                -#: ../../godmode/groups/group_list.php:390
                -msgid "There are no defined groups"
                -msgstr "No hay grupos definidos"
                -
                -#: ../../godmode/groups/modu_group_list.php:55
                -msgid "Module groups defined in Pandora"
                -msgstr "Grupos de módulos definidos en Pandora"
                -
                -#: ../../godmode/groups/modu_group_list.php:82
                -#: ../../godmode/groups/modu_group_list.php:113
                -msgid "Each module group must have a different name"
                -msgstr "Cada grupo de módulos debe tener un nombre diferente"
                -
                -#: ../../godmode/groups/modu_group_list.php:86
                -#: ../../godmode/groups/modu_group_list.php:117
                -msgid "Module group must have a name"
                -msgstr "El grupo de módulos debe tener un nombre"
                -
                -#: ../../godmode/groups/modu_group_list.php:208
                -msgid "There are no defined module groups"
                -msgstr "No hay grupos de módulos definidos"
                -
                -#: ../../godmode/groups/modu_group_list.php:213
                -msgid "Create module group"
                -msgstr "crear grupo de módulos"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:59
                -#: ../../godmode/massive/massive_add_alerts.php:73
                -#: ../../godmode/massive/massive_add_tags.php:33
                -#: ../../godmode/massive/massive_delete_agents.php:33
                -#: ../../godmode/massive/massive_delete_alerts.php:83
                -#: ../../godmode/massive/massive_delete_modules.php:61
                -#: ../../godmode/massive/massive_delete_tags.php:97
                -#: ../../godmode/massive/massive_edit_agents.php:92
                -#: ../../include/functions_visual_map.php:1667
                -#: ../../include/functions_visual_map.php:1900
                -#: ../../enterprise/godmode/policies/policy_agents.php:520
                -msgid "No agents selected"
                -msgstr "No se selección ningún agente"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:96
                -msgid "No alerts selected"
                -msgstr "No se seleccionó ninguna alerta"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:120
                -msgid "No actions selected"
                -msgstr "No hay acciones seleccionadas"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:154
                -#: ../../godmode/massive/massive_add_alerts.php:154
                -#: ../../godmode/massive/massive_copy_modules.php:74
                -#: ../../godmode/massive/massive_copy_modules.php:185
                -#: ../../godmode/massive/massive_delete_action_alerts.php:154
                -#: ../../godmode/massive/massive_delete_agents.php:108
                -#: ../../godmode/massive/massive_delete_alerts.php:215
                -#: ../../godmode/massive/massive_delete_modules.php:441
                -#: ../../godmode/massive/massive_edit_agents.php:210
                -#: ../../godmode/massive/massive_edit_modules.php:285
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:138
                -#: ../../godmode/massive/massive_standby_alerts.php:139
                -#: ../../enterprise/godmode/policies/policy_agents.php:243
                -#: ../../enterprise/godmode/policies/policy_agents.php:259
                -#: ../../enterprise/godmode/policies/policy_agents.php:363
                -msgid "Group recursion"
                -msgstr "Recursión de grupos"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:157
                -#: ../../godmode/massive/massive_delete_action_alerts.php:158
                -msgid "Agents with templates"
                -msgstr "Agentes con plantillas"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:168
                -#: ../../godmode/massive/massive_add_alerts.php:167
                -#: ../../godmode/massive/massive_delete_action_alerts.php:169
                -#: ../../godmode/massive/massive_delete_alerts.php:227
                -#: ../../godmode/massive/massive_delete_modules.php:499
                -#: ../../godmode/massive/massive_edit_modules.php:346
                -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225
                -msgid "When select agents"
                -msgstr "Al seleccionar agentes"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:172
                -#: ../../godmode/massive/massive_delete_action_alerts.php:173
                -#: ../../godmode/massive/massive_delete_modules.php:501
                -#: ../../godmode/massive/massive_edit_modules.php:350
                -msgid "Show unknown and not init modules"
                -msgstr "Mostrar módulos desconocidos y no inicializados"
                -
                -#: ../../godmode/massive/massive_add_action_alerts.php:228
                -#: ../../godmode/massive/massive_add_alerts.php:213
                -#: ../../godmode/massive/massive_copy_modules.php:424
                -#: ../../godmode/massive/massive_delete_agents.php:163
                -#: ../../godmode/massive/massive_delete_alerts.php:266
                -#: ../../godmode/massive/massive_delete_modules.php:727
                -#: ../../godmode/massive/massive_edit_agents.php:553
                -#: ../../godmode/massive/massive_edit_modules.php:659
                -msgid ""
                -"Unsucessful sending the data, please contact with your administrator or make "
                -"with less elements."
                -msgstr ""
                -"El envio de datos no ha tenido éxito, por favor contacte con su "
                -"administrador o hágalo con menos elementos"
                -
                -#: ../../godmode/massive/massive_add_alerts.php:78
                -#: ../../godmode/massive/massive_delete_alerts.php:78
                -msgid "No alert selected"
                -msgstr "No se seleccionó ninguna alerta"
                -
                -#: ../../godmode/massive/massive_add_profiles.php:72
                -msgid "Profiles added successfully"
                -msgstr "Perfiles agregados con éxito"
                -
                -#: ../../godmode/massive/massive_add_profiles.php:73
                -msgid "Profiles cannot be added"
                -msgstr "Los perfiles no se han podido agregar"
                -
                -#: ../../godmode/massive/massive_add_profiles.php:88
                -#: ../../godmode/massive/massive_delete_profiles.php:102
                -#: ../../godmode/users/configure_profile.php:242
                -#: ../../godmode/users/configure_user.php:715
                -#: ../../operation/users/user_edit.php:505
                -#: ../../enterprise/godmode/setup/setup_acl.php:223
                -msgid "Profile name"
                -msgstr "Nombre del perfil"
                -
                -#: ../../godmode/massive/massive_add_profiles.php:90
                -#: ../../godmode/massive/massive_delete_profiles.php:104
                -#: ../../include/functions_reporting.php:7312
                -#: ../../operation/search_results.php:84
                -#: ../../enterprise/meta/advanced/synchronizing.user.php:520
                -msgid "Users"
                -msgstr "Usuarios"
                -
                -#: ../../godmode/massive/massive_add_tags.php:43
                -msgid "No tags selected"
                -msgstr "Ninguna etiqueta seleccionada"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:77
                -#: ../../godmode/massive/massive_copy_modules.php:190
                -#: ../../godmode/massive/massive_delete_agents.php:113
                -#: ../../godmode/massive/massive_delete_modules.php:453
                -#: ../../godmode/massive/massive_delete_modules.php:467
                -#: ../../godmode/massive/massive_edit_agents.php:216
                -#: ../../godmode/massive/massive_edit_modules.php:296
                -#: ../../godmode/massive/massive_edit_modules.php:327
                -#: ../../godmode/netflow/nf_edit_form.php:207 ../../include/functions.php:873
                -#: ../../include/functions.php:1077 ../../include/functions.php:1084
                -#: ../../include/functions.php:1114 ../../include/functions_events.php:1465
                -#: ../../include/functions_graph.php:2188
                -#: ../../include/functions_graph.php:3285
                -#: ../../include/functions_graph.php:3286
                -#: ../../include/functions_graph.php:5250
                -#: ../../include/functions_groups.php:821
                -#: ../../include/functions_groups.php:823
                -#: ../../include/functions_groups.php:825
                -#: ../../include/functions_groups.php:826
                -#: ../../include/functions_groups.php:827
                -#: ../../include/functions_groups.php:835
                -#: ../../include/functions_reporting_html.php:1573
                -#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39
                -#: ../../operation/agentes/estado_agente.php:186
                -#: ../../operation/agentes/estado_monitores.php:450
                -#: ../../operation/agentes/group_view.php:171
                -#: ../../operation/agentes/status_monitor.php:299
                -#: ../../operation/agentes/tactical.php:152
                -#: ../../operation/netflow/nf_live_view.php:322 ../../operation/tree.php:131
                -#: ../../operation/tree.php:156 ../../operation/tree.php:303
                -#: ../../enterprise/dashboard/widgets/tree_view.php:53
                -#: ../../enterprise/dashboard/widgets/tree_view.php:66
                -#: ../../enterprise/dashboard/widgets/tree_view.php:227
                -#: ../../enterprise/include/functions_reporting_pdf.php:707
                -#: ../../enterprise/include/functions_services.php:1258
                -#: ../../enterprise/meta/monitoring/group_view.php:152
                -#: ../../enterprise/meta/monitoring/tactical.php:280
                -msgid "Normal"
                -msgstr "Normal"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:78
                -#: ../../godmode/massive/massive_copy_modules.php:191
                -#: ../../godmode/massive/massive_delete_agents.php:114
                -#: ../../godmode/massive/massive_delete_modules.php:454
                -#: ../../godmode/massive/massive_delete_modules.php:468
                -#: ../../godmode/massive/massive_edit_agents.php:217
                -#: ../../godmode/massive/massive_edit_agents.php:407
                -#: ../../godmode/massive/massive_edit_modules.php:297
                -#: ../../godmode/massive/massive_edit_modules.php:328
                -#: ../../godmode/servers/manage_recontask_form.php:193
                -#: ../../godmode/setup/setup_netflow.php:70 ../../include/functions.php:876
                -#: ../../include/functions.php:1079 ../../include/functions.php:1082
                -#: ../../include/functions.php:1117 ../../include/functions_ui.php:234
                -#: ../../include/functions_ui.php:1995 ../../include/functions_events.php:1468
                -#: ../../include/functions_graph.php:2187
                -#: ../../include/functions_graph.php:3293
                -#: ../../include/functions_graph.php:3294
                -#: ../../include/functions_graph.php:5253
                -#: ../../include/functions_groups.php:830
                -#: ../../include/functions_groups.php:832
                -#: ../../include/functions_groups.php:834
                -#: ../../include/functions_groups.php:835
                -#: ../../include/functions_groups.php:836
                -#: ../../include/functions_reporting_html.php:1577
                -#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40
                -#: ../../operation/agentes/estado_agente.php:187
                -#: ../../operation/agentes/estado_monitores.php:452
                -#: ../../operation/agentes/group_view.php:172
                -#: ../../operation/agentes/status_monitor.php:300
                -#: ../../operation/agentes/tactical.php:151
                -#: ../../operation/gis_maps/render_view.php:150
                -#: ../../operation/netflow/nf_live_view.php:273 ../../operation/tree.php:132
                -#: ../../operation/tree.php:157 ../../operation/tree.php:288
                -#: ../../enterprise/dashboard/widgets/service_map.php:85
                -#: ../../enterprise/dashboard/widgets/tree_view.php:54
                -#: ../../enterprise/dashboard/widgets/tree_view.php:67
                -#: ../../enterprise/dashboard/widgets/tree_view.php:212
                -#: ../../enterprise/godmode/services/services.service.php:274
                -#: ../../enterprise/include/functions_login.php:23
                -#: ../../enterprise/include/functions_reporting.php:4132
                -#: ../../enterprise/include/functions_reporting_pdf.php:709
                -#: ../../enterprise/include/functions_reporting_pdf.php:2363
                -#: ../../enterprise/include/functions_services.php:1267
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:839
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:925
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1126
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1146
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1342
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1423
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1539
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1559
                -#: ../../enterprise/meta/monitoring/group_view.php:153
                -#: ../../enterprise/meta/monitoring/tactical.php:279
                -#: ../../enterprise/operation/agentes/transactional_map.php:265
                -#: ../../enterprise/operation/services/services.list.php:171
                -#: ../../enterprise/operation/services/services.list.php:340
                -#: ../../enterprise/operation/services/services.list.php:409
                -#: ../../enterprise/operation/services/services.service.php:136
                -#: ../../enterprise/operation/services/services.service.php:188
                -#: ../../enterprise/operation/services/services.service_map.php:127
                -#: ../../enterprise/operation/services/services.table_services.php:140
                -msgid "Warning"
                -msgstr "Advertencia"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:79
                -#: ../../godmode/massive/massive_copy_modules.php:192
                -#: ../../godmode/massive/massive_delete_agents.php:115
                -#: ../../godmode/massive/massive_delete_modules.php:455
                -#: ../../godmode/massive/massive_delete_modules.php:469
                -#: ../../godmode/massive/massive_edit_agents.php:218
                -#: ../../godmode/massive/massive_edit_modules.php:298
                -#: ../../godmode/massive/massive_edit_modules.php:329
                -#: ../../include/functions.php:879 ../../include/functions.php:1081
                -#: ../../include/functions.php:1082 ../../include/functions.php:1084
                -#: ../../include/functions.php:1120 ../../include/functions_ui.php:1995
                -#: ../../include/functions_events.php:1471
                -#: ../../include/functions_graph.php:2186
                -#: ../../include/functions_graph.php:3301
                -#: ../../include/functions_graph.php:3302
                -#: ../../include/functions_graph.php:5256
                -#: ../../include/functions_groups.php:839
                -#: ../../include/functions_groups.php:841
                -#: ../../include/functions_groups.php:843
                -#: ../../include/functions_groups.php:844
                -#: ../../include/functions_groups.php:845
                -#: ../../include/functions_reporting_html.php:680
                -#: ../../include/functions_reporting_html.php:1575
                -#: ../../include/functions_reporting_html.php:2536
                -#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41
                -#: ../../operation/agentes/estado_agente.php:188
                -#: ../../operation/agentes/estado_monitores.php:448
                -#: ../../operation/agentes/group_view.php:168
                -#: ../../operation/agentes/group_view.php:173
                -#: ../../operation/agentes/status_monitor.php:301
                -#: ../../operation/agentes/tactical.php:150
                -#: ../../operation/gis_maps/render_view.php:149 ../../operation/tree.php:133
                -#: ../../operation/tree.php:158 ../../operation/tree.php:283
                -#: ../../enterprise/dashboard/widgets/service_map.php:84
                -#: ../../enterprise/dashboard/widgets/tree_view.php:55
                -#: ../../enterprise/dashboard/widgets/tree_view.php:68
                -#: ../../enterprise/dashboard/widgets/tree_view.php:207
                -#: ../../enterprise/godmode/services/services.elements.php:410
                -#: ../../enterprise/godmode/services/services.service.php:270
                -#: ../../enterprise/include/functions_reporting.php:2647
                -#: ../../enterprise/include/functions_reporting.php:3416
                -#: ../../enterprise/include/functions_reporting.php:4137
                -#: ../../enterprise/include/functions_reporting_pdf.php:708
                -#: ../../enterprise/include/functions_reporting_pdf.php:1504
                -#: ../../enterprise/include/functions_reporting_pdf.php:2363
                -#: ../../enterprise/include/functions_services.php:1264
                -#: ../../enterprise/include/functions_services.php:1423
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:848
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:934
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1135
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1152
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1351
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1432
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1548
                -#: ../../enterprise/meta/include/functions_wizard_meta.php:1566
                -#: ../../enterprise/meta/monitoring/group_view.php:154
                -#: ../../enterprise/meta/monitoring/tactical.php:278
                -#: ../../enterprise/operation/services/services.list.php:172
                -#: ../../enterprise/operation/services/services.list.php:339
                -#: ../../enterprise/operation/services/services.list.php:404
                -#: ../../enterprise/operation/services/services.service.php:135
                -#: ../../enterprise/operation/services/services.service.php:183
                -#: ../../enterprise/operation/services/services.service_map.php:126
                -#: ../../enterprise/operation/services/services.table_services.php:141
                -msgid "Critical"
                -msgstr "Crítico"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:82
                -#: ../../godmode/massive/massive_copy_modules.php:195
                -#: ../../godmode/massive/massive_delete_agents.php:118
                -#: ../../godmode/massive/massive_delete_modules.php:458
                -#: ../../godmode/massive/massive_delete_modules.php:472
                -#: ../../godmode/massive/massive_edit_agents.php:221
                -#: ../../godmode/massive/massive_edit_modules.php:301
                -#: ../../godmode/massive/massive_edit_modules.php:332
                -#: ../../include/functions_graph.php:2192
                -#: ../../include/functions_groups.php:812
                -#: ../../include/functions_groups.php:814
                -#: ../../include/functions_groups.php:816
                -#: ../../include/functions_groups.php:817
                -#: ../../include/functions_groups.php:818
                -#: ../../include/functions_reporting_html.php:1581
                -#: ../../mobile/operation/modules.php:44
                -#: ../../operation/agentes/estado_agente.php:191
                -#: ../../operation/agentes/group_view.php:167
                -#: ../../operation/agentes/status_monitor.php:304
                -#: ../../operation/agentes/tactical.php:154 ../../operation/tree.php:135
                -#: ../../operation/tree.php:160 ../../operation/tree.php:298
                -#: ../../enterprise/dashboard/widgets/tree_view.php:57
                -#: ../../enterprise/dashboard/widgets/tree_view.php:70
                -#: ../../enterprise/dashboard/widgets/tree_view.php:222
                -#: ../../enterprise/include/functions_reporting_pdf.php:711
                -#: ../../enterprise/meta/monitoring/group_view.php:147
                -#: ../../enterprise/meta/monitoring/group_view.php:151
                -#: ../../enterprise/meta/monitoring/tactical.php:282
                -#: ../../enterprise/operation/agentes/transactional_map.php:275
                -msgid "Not init"
                -msgstr "No inicializados"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:136
                -#: ../../enterprise/godmode/policies/policy_modules.php:1315
                -msgid "Copy modules"
                -msgstr "Copiar módulos"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:141
                -msgid "Copy alerts"
                -msgstr "Copiar alertas"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:150
                -msgid "No modules for this agent"
                -msgstr "No existen módulos para este agente"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:159
                -msgid "No alerts for this agent"
                -msgstr "Ninguna alerta para este agente"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:168
                -#: ../../enterprise/meta/advanced/policymanager.sync.php:304
                -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344
                -#: ../../enterprise/meta/advanced/synchronizing.component.php:320
                -#: ../../enterprise/meta/advanced/synchronizing.group.php:157
                -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:85
                -#: ../../enterprise/meta/advanced/synchronizing.os.php:85
                -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101
                -msgid "Targets"
                -msgstr "Destinos"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:217
                -msgid "To agent(s)"
                -msgstr "A los agentes"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:434
                 #: ../../include/functions_agents.php:535
                +#: ../../godmode/massive/massive_copy_modules.php:434
                 msgid "No source agent to copy"
                 msgstr "No hay agente de origen del que copiar"
                 
                -#: ../../godmode/massive/massive_copy_modules.php:442
                -msgid "No operation selected"
                -msgstr "No se seleccionó ninguna operación"
                -
                -#: ../../godmode/massive/massive_copy_modules.php:452
                 #: ../../include/functions_agents.php:540
                +#: ../../godmode/massive/massive_copy_modules.php:452
                 msgid "No destiny agent(s) to copy"
                 msgstr "No hay agentes destino a los que copiar"
                 
                -#: ../../godmode/massive/massive_delete_action_alerts.php:56
                -msgid "Could not be deleted. No agents selected"
                -msgstr "No se puede borrar. Ningún agente seleccionado"
                +#: ../../include/functions_agents.php:565
                +#: ../../godmode/massive/massive_copy_modules.php:447
                +#: ../../godmode/db/db_refine.php:47
                +msgid "No modules have been selected"
                +msgstr "No se ha seleccionado ningún módulo"
                 
                -#: ../../godmode/massive/massive_delete_action_alerts.php:81
                -msgid "Could not be deleted. No alerts selected"
                -msgstr "No se puede borrar. No hay alertas seleccionadas"
                -
                -#: ../../godmode/massive/massive_delete_action_alerts.php:124
                -msgid "Could not be deleted. No action selected"
                -msgstr "No se puede eliminar. No hay acciones seleccionadas"
                -
                -#: ../../godmode/massive/massive_delete_agents.php:57
                -#, php-format
                +#: ../../include/functions_agents.php:672
                 msgid ""
                -"There was an error deleting the agent, the operation has been cancelled "
                -"Could not delete agent %s"
                +"There was an error copying the agent configuration, the copy has been "
                +"cancelled"
                 msgstr ""
                -"Se produjo un error al eliminar el agente. La operación ha sido cancelada. "
                -"No se pudo eliminar el agente %s"
                +"Hubo un error al copiar la configuración del agente, se canceló la copia"
                 
                -#: ../../godmode/massive/massive_delete_agents.php:63
                -#, php-format
                -msgid "Successfully deleted (%s)"
                -msgstr "Borrado correctamente (%s)"
                +#: ../../include/functions_agents.php:684
                +#: ../../godmode/alerts/alert_actions.php:140
                +#: ../../godmode/reporting/map_builder.php:183
                +#: ../../godmode/reporting/map_builder.php:192
                +msgid "Successfully copied"
                +msgstr "Copia realizada correctamente"
                 
                -#: ../../godmode/massive/massive_delete_agents.php:123
                -#: ../../godmode/massive/massive_edit_agents.php:225
                -msgid "Show agents"
                -msgstr "Mostrar agentes"
                +#: ../../include/functions_agents.php:2185
                +#: ../../include/functions_agents.php:2210
                +#: ../../include/functions_agents.php:2235
                +msgid "No Monitors"
                +msgstr "No hay monitores"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:56
                -msgid "No module selected"
                -msgstr "No se seleccionó ningún módulo"
                +#: ../../include/functions_agents.php:2189
                +#: ../../include/functions_agents.php:2214
                +#: ../../include/functions_agents.php:2239
                +#: ../../include/functions_reporting.php:7947
                +msgid "At least one module in CRITICAL status"
                +msgstr "Al menos un módulo está en estado CRÍTICO"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:230
                -msgid ""
                -"There was an error deleting the modules, the operation has been cancelled"
                -msgstr "Hubo un error al borrar los módulos, se canceló la operación"
                +#: ../../include/functions_agents.php:2193
                +#: ../../include/functions_agents.php:2218
                +#: ../../include/functions_agents.php:2243
                +#: ../../include/functions_reporting.php:7951
                +msgid "At least one module in WARNING status"
                +msgstr "Al menos un módulo está en estado ADVERTENCIA"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:396
                -#: ../../godmode/massive/massive_edit_modules.php:239
                -msgid "Selection mode"
                -msgstr "Modo de seleccion"
                +#: ../../include/functions_agents.php:2197
                +#: ../../include/functions_agents.php:2222
                +#: ../../include/functions_agents.php:2247
                +#: ../../include/functions_reporting.php:7955
                +msgid "At least one module is in UKNOWN status"
                +msgstr "Al menos un módulo está en estado DESCONOCIDO"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:397
                -#: ../../godmode/massive/massive_edit_modules.php:240
                -msgid "Select modules first "
                -msgstr "Seleccionar primero los módulos "
                +#: ../../include/functions_agents.php:2201
                +#: ../../include/functions_agents.php:2226
                +#: ../../include/functions_agents.php:2251
                +#: ../../include/functions_reporting.php:7959
                +msgid "All Monitors OK"
                +msgstr "Todos los monitores BIEN"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:399
                -#: ../../godmode/massive/massive_edit_modules.php:242
                -msgid "Select agents first "
                -msgstr "Seleccionar primero los agentes "
                +#: ../../include/ajax/update_manager.ajax.php:74
                +msgid "There was an error extracting the file '"
                +msgstr "Hay un error al extraer el fichero '"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:405
                -#: ../../godmode/massive/massive_edit_modules.php:249
                -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387
                -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144
                -msgid "Module type"
                -msgstr "Tipo módulo"
                +#: ../../include/ajax/update_manager.ajax.php:90
                +msgid "The package was not extracted."
                +msgstr "El paquete no se pudo extraer"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:414
                -#: ../../godmode/massive/massive_edit_modules.php:258
                -msgid "Select all modules of this type"
                -msgstr "Seleccionar todos los módulos de este tipo"
                +#: ../../include/ajax/update_manager.ajax.php:96
                +msgid "Invalid extension. The package must have the extension .oum."
                +msgstr "Extensión inválida. El paquete debe tener la extensión .oum"
                 
                -#: ../../godmode/massive/massive_delete_modules.php:435
                -#: ../../godmode/massive/massive_edit_modules.php:279
                -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202
                -msgid "Agent group"
                -msgstr "Grupo de agentes"
                +#: ../../include/ajax/update_manager.ajax.php:103
                +msgid "The file was not uploaded succesfully."
                +msgstr "El fichero no se pudo subir correctamente."
                 
                -#: ../../godmode/massive/massive_delete_modules.php:443
                -#: ../../godmode/massive/massive_edit_modules.php:287
                -msgid "Select all modules of this group"
                -msgstr "Seleccionar todos los modulos de este grupo"
                -
                -#: ../../godmode/massive/massive_delete_modules.php:464
                -#: ../../godmode/massive/massive_edit_modules.php:293
                -msgid "Module Status"
                -msgstr "Estado de módulo"
                -
                -#: ../../godmode/massive/massive_delete_modules.php:483
                -#: ../../godmode/massive/massive_edit_modules.php:311
                -msgid "When select modules"
                -msgstr "Cuando se seleccionan módulos"
                -
                -#: ../../godmode/massive/massive_delete_modules.php:486
                -#: ../../godmode/massive/massive_edit_modules.php:314
                -msgid "Show common agents"
                -msgstr "Mostrar agentes comunes"
                -
                -#: ../../godmode/massive/massive_delete_modules.php:487
                -#: ../../godmode/massive/massive_edit_modules.php:315
                -msgid "Show all agents"
                -msgstr "Mostrar todos los agentes"
                -
                -#: ../../godmode/massive/massive_delete_profiles.php:61
                -msgid "Not deleted. You must select an existing user"
                -msgstr "No borrado. Debe seleccionar un usuario existente"
                -
                -#: ../../godmode/massive/massive_delete_profiles.php:87
                -msgid "Profiles deleted successfully"
                -msgstr "Perfiles borrados satisfactoriamente"
                -
                -#: ../../godmode/massive/massive_delete_profiles.php:88
                -msgid "Profiles cannot be deleted"
                -msgstr "No se pudieron borrar los perfiles"
                -
                -#: ../../godmode/massive/massive_delete_tags.php:107
                -msgid "No tag selected"
                -msgstr "Ninguna etiqueta seleccionada"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:97
                -msgid "No values changed"
                -msgstr "No se han cambiado valores"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:126
                -msgid "Configuration files deleted successfully"
                -msgstr "Los archivos de configuracion se borraron satisfactoriamente"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:127
                -msgid "Configuration files cannot be deleted"
                -msgstr "Los archivos de configuración no se pudieron borrar"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:185
                -msgid "Agents updated successfully"
                -msgstr "Los agentes se actualizaron correctamente"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:186
                -msgid "Agents cannot be updated"
                -msgstr "Los agentes no se pudieron actualizar"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:294
                -#: ../../godmode/massive/massive_edit_agents.php:299
                -#: ../../godmode/massive/massive_edit_agents.php:303
                -#: ../../godmode/massive/massive_edit_agents.php:307
                -#: ../../godmode/massive/massive_edit_agents.php:318
                -#: ../../godmode/massive/massive_edit_agents.php:357
                -#: ../../godmode/massive/massive_edit_agents.php:363
                -#: ../../godmode/massive/massive_edit_agents.php:402
                -#: ../../godmode/massive/massive_edit_agents.php:411
                -#: ../../godmode/massive/massive_edit_agents.php:418
                -#: ../../godmode/massive/massive_edit_modules.php:406
                -#: ../../godmode/massive/massive_edit_modules.php:451
                -#: ../../godmode/massive/massive_edit_modules.php:466
                -#: ../../godmode/massive/massive_edit_modules.php:470
                -#: ../../godmode/massive/massive_edit_modules.php:490
                -#: ../../godmode/massive/massive_edit_modules.php:496
                -#: ../../godmode/massive/massive_edit_modules.php:504
                -#: ../../godmode/massive/massive_edit_modules.php:508
                -#: ../../godmode/massive/massive_edit_modules.php:511
                -#: ../../godmode/massive/massive_edit_modules.php:524
                -#: ../../godmode/massive/massive_edit_modules.php:543
                -#: ../../godmode/massive/massive_edit_modules.php:551
                -#: ../../godmode/massive/massive_edit_modules.php:564
                -#: ../../godmode/massive/massive_edit_modules.php:572
                -#: ../../godmode/massive/massive_edit_modules.php:578
                -#: ../../godmode/massive/massive_edit_modules.php:590
                -#: ../../godmode/massive/massive_edit_modules.php:609
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259
                -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278
                -msgid "No change"
                -msgstr "Sin cambios"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:371
                -msgid "Delete available remote configurations"
                -msgstr "Borrar las configuraciones remotas disponibles"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:403
                -msgid "Without status"
                -msgstr "Sin estatus"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:405
                -#: ../../godmode/update_manager/update_manager.offline.php:66
                -#: ../../include/functions_config.php:564
                -#: ../../include/functions_config.php:1652
                -#: ../../include/functions_update_manager.php:366
                -#: ../../operation/gis_maps/render_view.php:151
                -#: ../../enterprise/dashboard/widgets/service_map.php:86
                -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355
                -#: ../../enterprise/include/functions_update_manager.php:198
                -#: ../../enterprise/load_enterprise.php:1
                -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:37
                -#: ../../enterprise/operation/agentes/transactional_map.php:255
                -#: ../../enterprise/operation/services/services.list.php:170
                -#: ../../enterprise/operation/services/services.list.php:399
                -#: ../../enterprise/operation/services/services.service.php:177
                -#: ../../enterprise/operation/services/services.service_map.php:128
                -#: ../../enterprise/operation/services/services.table_services.php:139
                -msgid "Ok"
                -msgstr "Bien"
                -
                -#: ../../godmode/massive/massive_edit_agents.php:406
                -#: ../../enterprise/dashboard/widgets/maps_status.php:77
                -msgid "Bad"
                -msgstr "Mal"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:324
                -msgid "Agent Status"
                -msgstr "Estado de agente"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:357
                -#: ../../godmode/modules/manage_network_components_form_common.php:107
                -#: ../../enterprise/godmode/modules/configure_local_component.php:226
                -msgid "Dynamic Interval"
                -msgstr "Intervalo dinámico"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:359
                -msgid "Dynamic Min."
                -msgstr "Mínimo dinámico"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:362
                -#: ../../godmode/modules/manage_network_components_form_common.php:113
                -#: ../../enterprise/godmode/modules/configure_local_component.php:232
                -msgid "Dynamic Max."
                -msgstr "Dinámico máximo."
                -
                -#: ../../godmode/massive/massive_edit_modules.php:365
                -#: ../../godmode/modules/manage_network_components_form_common.php:115
                -#: ../../enterprise/godmode/modules/configure_local_component.php:234
                -msgid "Dynamic Two Tailed: "
                -msgstr "El segundo rango dínámico falla: "
                -
                -#: ../../godmode/massive/massive_edit_modules.php:479
                -msgid "SMNP community"
                -msgstr "Comunidad SMNP"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:577
                -msgid "Policy linking status"
                -msgstr "Estado de enlaces de la política"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:577
                -msgid "This field only has sense in modules adopted by a policy."
                +#: ../../include/ajax/update_manager.ajax.php:172
                +#: ../../include/ajax/update_manager.ajax.php:176
                +#: ../../include/ajax/update_manager.ajax.php:203
                +#: ../../include/functions_update_manager.php:128
                +#: ../../include/functions_update_manager.php:132
                +#: ../../include/functions_update_manager.php:158
                +msgid "Some of your files might not be recovered."
                 msgstr ""
                -"Este campo sólo tiene sentido en los módulos aprobados por una política."
                -
                -#: ../../godmode/massive/massive_edit_modules.php:578
                -msgid "Linked"
                -msgstr "Enlazado"
                -
                -#: ../../godmode/massive/massive_edit_modules.php:608
                -msgid "The module still store data but the alerts and events will be stop"
                -msgstr ""
                -"El módulo todavía almacena datos pero las alertas y los eventos se detendrán"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:151
                -msgid "Error retrieving the plugin macros"
                -msgstr "Error al recuperar las macros de plugin"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:158
                -msgid "Error retrieving the modified macros"
                -msgstr "Error al recuperar las macros modificadas"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:172
                -msgid "Error retrieving the module plugin macros"
                -msgstr "Error al recuperar las macros del módulo de plugin"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:190
                -msgid "Error retrieving the module plugin macros data"
                -msgstr "Error al recuperar los datos de las macros del módulo de plugin"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:224
                -msgid "Error building the new macros"
                -msgstr "Error al construir las nuevas macros"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:253
                -#, php-format
                -msgid "%d modules updated"
                -msgstr "%d módulos actualizados"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:272
                -msgid "There are not registered plugins"
                -msgstr "No hay plugins registrados"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:421
                -msgid "Invalid plugin data"
                -msgstr "Dato de plugin inválido"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:528
                -msgid "Clear"
                -msgstr "Vaciar"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:556
                -msgid "Invalid macros array"
                -msgstr "Array de macros inválida"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:581
                -msgid "Multiple values"
                -msgstr "Valores múltiples"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:613
                -#: ../../godmode/massive/massive_edit_plugins.php:750
                -#: ../../godmode/massive/massive_edit_plugins.php:766
                -msgid "Invalid agents array"
                -msgstr "Array de agentes inválida"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:629
                -msgid "Invalid agent element"
                -msgstr "Elemento de agente inválido"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:640
                -msgid "Invalid modules array"
                -msgstr "Array de módulos inválido"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:668
                -msgid "Invalid module element"
                -msgstr "Elemento de módulo inválido"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:876
                -msgid "There are no modules using this plugin"
                -msgstr "No hay módulos usando este plugin"
                -
                -#: ../../godmode/massive/massive_edit_plugins.php:955
                -msgid "There was a problem loading the module plugin macros data"
                -msgstr ""
                -"Hubo un problema al cargar los datos de las macros del módulo de plugin"
                -
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:154
                -msgid "Enabled alerts"
                -msgstr "Alertas activadas"
                -
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:154
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:171
                -#: ../../godmode/massive/massive_standby_alerts.php:154
                -#: ../../godmode/massive/massive_standby_alerts.php:171
                -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93
                -msgid "Format"
                -msgstr "Formato"
                -
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:165
                -msgid "Disable selected alerts"
                -msgstr "Desactivar alertas seleccionadas"
                -
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:169
                -msgid "Enable selected alerts"
                -msgstr "Activar alertas seleccionadas"
                -
                -#: ../../godmode/massive/massive_enable_disable_alerts.php:171
                -msgid "Disabled alerts"
                -msgstr "Deshabilitar alertas"
                -
                -#: ../../godmode/massive/massive_operations.php:36
                -msgid "Bulk alert add"
                -msgstr "Añadir alerta masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:37
                -msgid "Bulk alert delete"
                -msgstr "Eliminar alerta masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:38
                -msgid "Bulk alert actions add"
                -msgstr "Añadir acciones de alerta masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:39
                -msgid "Bulk alert actions delete"
                -msgstr "Eliminar acciones de alerta masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:40
                -msgid "Bulk alert enable/disable"
                -msgstr "Habilitar/Deshabilitar alerta masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:41
                -msgid "Bulk alert setting standby"
                -msgstr "Configuración de espera de alertas masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:44
                -msgid "Bulk agent edit"
                -msgstr "Edición agentes masiva"
                -
                -#: ../../godmode/massive/massive_operations.php:45
                -msgid "Bulk agent delete"
                -msgstr "Eliminar agentes masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:49
                -msgid "Bulk profile add"
                -msgstr "Añadir perfiles masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:50
                -msgid "Bulk profile delete"
                -msgstr "Eliminar perfiles masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:57
                -msgid "Bulk module delete"
                -msgstr "Eliminar módulos masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:58
                -msgid "Bulk module edit"
                -msgstr "Editar módulos masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:59
                -msgid "Bulk module copy"
                -msgstr "Copiar módulos masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:62
                -msgid "Bulk plugin edit"
                -msgstr "Editar plugin masivamente"
                -
                -#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122
                -msgid "Alerts operations"
                -msgstr "Operaciones sobre alertas"
                -
                -#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120
                -msgid "Users operations"
                -msgstr "Operaciones sobre usuarios"
                -
                -#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116
                -msgid "Agents operations"
                -msgstr "Operaciones sobre agentes"
                -
                -#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117
                -msgid "Modules operations"
                -msgstr "Operaciones sobre módulos"
                -
                -#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118
                -msgid "Plugins operations"
                -msgstr "Operaciones de plugins"
                -
                -#: ../../godmode/massive/massive_operations.php:215
                -#: ../../enterprise/extensions/ipam.php:197
                -msgid "Massive operations"
                -msgstr "Operaciones masivas"
                -
                -#: ../../godmode/massive/massive_operations.php:223
                -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202
                -msgid ""
                -"In order to perform massive operations, PHP needs a correct configuration in "
                -"timeout parameters. Please, open your PHP configuration file (php.ini) for "
                -"example: sudo vi /etc/php5/apache2/php.ini;
                And set your timeout " -"parameters to a correct value:
                max_execution_time = 0 and " -"max_input_time = -1" -msgstr "" -"Para poder realizar operaciones masivas, PHP necesita una correcta " -"configuración de los parámetros de timeout. Por favor, abra su archivo de " -"configuración PHP (php.ini) por ejemplo: sudo vi " -"/etc/php5/apache2/php.ini;
                Y fije sus parámetros de timeout en un " -"valor correcto:
                max_execution_time = 0 y max_input_time = -" -"1" - -#: ../../godmode/massive/massive_operations.php:239 -msgid "Please wait..." -msgstr "Por favor, espere..." - -#: ../../godmode/massive/massive_operations.php:276 -msgid "The blank fields will not be updated" -msgstr "Los campos en blanco no se actualizarán" - -#: ../../godmode/massive/massive_standby_alerts.php:154 -msgid "Not standby alerts" -msgstr "Alertas sin standby" - -#: ../../godmode/massive/massive_standby_alerts.php:165 -#: ../../godmode/massive/massive_standby_alerts.php:169 -msgid "Set standby selected alerts" -msgstr "Poner en standby las alertas seleccionadas" - -#: ../../godmode/massive/massive_standby_alerts.php:171 -msgid "Standby alerts" -msgstr "Alertas en standby" - -#: ../../godmode/menu.php:29 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -msgid "Manage agents" -msgstr "Gestionar agentes" - -#: ../../godmode/menu.php:39 -#: ../../enterprise/meta/include/functions_components_meta.php:48 -#: ../../enterprise/meta/include/functions_components_meta.php:66 -msgid "Component groups" -msgstr "Grupos de componentes" - -#: ../../godmode/menu.php:42 -msgid "Module categories" -msgstr "Categorias de modulos" - -#: ../../godmode/menu.php:46 -msgid "Module types" -msgstr "Tipos de módulos" - -#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit.php:48 -#: ../../godmode/netflow/nf_edit.php:52 -#: ../../godmode/netflow/nf_edit_form.php:66 -#: ../../godmode/netflow/nf_edit_form.php:71 -msgid "Netflow filters" -msgstr "Filtros Netflow" - -#: ../../godmode/menu.php:62 -msgid "Resources" -msgstr "Recursos" - -#: ../../godmode/menu.php:70 -msgid "Manage agents groups" -msgstr "Configuración de grupos de agentes" - -#: ../../godmode/menu.php:76 -#: ../../enterprise/extensions/disabled/check_acls.php:122 -msgid "Module tags" -msgstr "Etiquetas de modulos" - -#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312 -#: ../../enterprise/extensions/disabled/check_acls.php:51 -#: ../../enterprise/extensions/disabled/check_acls.php:131 -msgid "Users management" -msgstr "Gestión de usuarios" - -#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/configure_user.php:88 -#: ../../godmode/users/profile_list.php:49 -#: ../../godmode/users/user_list.php:117 -#: ../../enterprise/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -msgid "Profile management" -msgstr "Gestionar perfiles" - -#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -#: ../../enterprise/meta/advanced/synchronizing.user.php:564 -msgid "Profiles" -msgstr "Perfiles" - -#: ../../godmode/menu.php:98 -#: ../../enterprise/meta/include/functions_components_meta.php:56 -#: ../../enterprise/meta/include/functions_components_meta.php:72 -msgid "Network components" -msgstr "Componentes de red" - -#: ../../godmode/menu.php:111 -msgid "Bulk operations" -msgstr "Operaciones masivas" - -#: ../../godmode/menu.php:145 -msgid "List of Alerts" -msgstr "Lista de alertas" - -#: ../../godmode/menu.php:160 -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -msgid "Commands" -msgstr "Comandos" - -#: ../../godmode/menu.php:170 ../../include/functions_menu.php:523 -msgid "SNMP alerts" -msgstr "Alertas SNMP" - -#: ../../godmode/menu.php:180 -msgid "Event filters" -msgstr "Filtro de eventos" - -#: ../../godmode/menu.php:185 -msgid "Custom events" -msgstr "Eventos personalizados" - -#: ../../godmode/menu.php:192 ../../include/functions_graph.php:750 -#: ../../include/functions_graph.php:3943 -#: ../../include/functions_graph.php:4678 -#: ../../include/functions_reporting_html.php:1621 -#: ../../include/functions_reports.php:620 -#: ../../include/functions_reports.php:622 -#: ../../include/functions_reports.php:624 -#: ../../mobile/include/functions_web.php:24 -#: ../../mobile/operation/events.php:564 ../../mobile/operation/home.php:44 -#: ../../operation/events/events.php:420 ../../operation/events/events.php:429 -#: ../../operation/menu.php:268 -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/include/functions_reporting_pdf.php:753 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/general/main_header.php:123 -#: ../../enterprise/meta/monitoring/tactical.php:312 -msgid "Events" -msgstr "Eventos" - -#: ../../godmode/menu.php:201 -#: ../../godmode/reporting/visual_console_builder.wizard.php:246 -#: ../../mobile/include/functions_web.php:27 -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -msgid "Servers" -msgstr "Servidores" - -#: ../../godmode/menu.php:207 -msgid "Manage servers" -msgstr "Gestionar servidores" - -#: ../../godmode/menu.php:212 ../../include/functions_groups.php:92 -#: ../../operation/agentes/pandora_networkmap.editor.php:197 -msgid "Recon task" -msgstr "Tarea de reconocimiento" - -#: ../../godmode/menu.php:215 -#: ../../enterprise/godmode/agentes/plugins_manager.php:143 -#: ../../enterprise/godmode/policies/policy_plugins.php:87 -msgid "Plugins" -msgstr "Plugins" - -#: ../../godmode/menu.php:218 -#: ../../godmode/servers/manage_recontask_form.php:281 -msgid "Recon script" -msgstr "Recon script" - -#: ../../godmode/menu.php:244 -msgid "General Setup" -msgstr "Configuracion general" - -#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82 -#: ../../godmode/setup/setup.php:116 -#: ../../enterprise/meta/advanced/metasetup.php:70 -#: ../../enterprise/meta/advanced/metasetup.php:127 -msgid "Authentication" -msgstr "Autentificación" - -#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86 -#: ../../godmode/setup/setup.php:120 -#: ../../enterprise/meta/advanced/metasetup.performance.php:73 -msgid "Performance" -msgstr "Rendimiento" - -#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:125 -msgid "Visual styles" -msgstr "Estilos visuales" - -#: ../../godmode/menu.php:264 ../../godmode/setup/setup.php:96 -#: ../../godmode/setup/setup.php:129 ../../include/functions_reports.php:641 -#: ../../include/functions_reports.php:643 -#: ../../include/functions_reports.php:645 -#: ../../include/functions_reports.php:647 -#: ../../include/functions_reports.php:649 -#: ../../enterprise/include/functions_enterprise.php:289 -#: ../../enterprise/meta/general/main_header.php:199 -msgid "Netflow" -msgstr "Netflow" - -#: ../../godmode/menu.php:269 ../../godmode/setup/setup.php:102 -#: ../../godmode/setup/setup.php:133 -#: ../../operation/agentes/ver_agente.php:1089 -msgid "eHorus" -msgstr "eHorus" - -#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" -msgstr "Conexión de mapa GIS" - -#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143 -msgid "Edit OS" -msgstr "Editar SO" - -#: ../../godmode/menu.php:279 -#: ../../enterprise/meta/general/main_header.php:288 -msgid "License" -msgstr "Licencia" - -#: ../../godmode/menu.php:288 -msgid "Admin tools" -msgstr "Herramientas administrativas" - -#: ../../godmode/menu.php:296 -msgid "System audit log" -msgstr "Auditoría del sistema" - -#: ../../godmode/menu.php:300 -msgid "Diagnostic info" -msgstr "Información de diagnostico" - -#: ../../godmode/menu.php:302 -msgid "Site news" -msgstr "Noticias del sistema" - -#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30 -#: ../../enterprise/meta/advanced/metasetup.php:85 -#: ../../enterprise/meta/advanced/metasetup.php:136 -msgid "File manager" -msgstr "Gestor de archivos" - -#: ../../godmode/menu.php:309 -msgid "DB maintenance" -msgstr "Gestión BBDD" - -#: ../../godmode/menu.php:315 -msgid "DB information" -msgstr "Información BBDD" - -#: ../../godmode/menu.php:318 -msgid "Database audit" -msgstr "Auditoría BBDD" - -#: ../../godmode/menu.php:319 -msgid "Database event" -msgstr "Evento de la base de datos" - -#: ../../godmode/menu.php:401 -msgid "Extension manager view" -msgstr "Vista del gestor de extensiones" - -#: ../../godmode/menu.php:405 -msgid "Extension manager" -msgstr "Gerente de extensión" - -#: ../../godmode/menu.php:435 -msgid "Update manager" -msgstr "Update manager" - -#: ../../godmode/menu.php:441 -msgid "Update Manager offline" -msgstr "Update Manager sin conexión" - -#: ../../godmode/menu.php:444 -msgid "Update Manager online" -msgstr "Update Manager con conexión" - -#: ../../godmode/menu.php:446 -msgid "Update Manager options" -msgstr "Opciones de Update Manager" - -#: ../../godmode/menu.php:459 ../../operation/menu.php:373 -#: ../../operation/messages/message_edit.php:46 -#: ../../operation/messages/message_list.php:43 -msgid "Messages" -msgstr "Mensajes" - -#: ../../godmode/modules/manage_nc_groups.php:40 -#: ../../godmode/modules/manage_network_components.php:50 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -#: ../../godmode/modules/module_list.php:28 -#: ../../enterprise/godmode/modules/local_components.php:89 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/meta/general/main_header.php:253 -msgid "Module management" -msgstr "Gestión de módulos" - -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" -msgstr "Gestión de grupos de componentes de red" - -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" -msgstr "No pudo ser creado. Nombre en blanco" - -#: ../../godmode/modules/manage_nc_groups.php:154 -#: ../../godmode/modules/manage_network_components.php:399 -#: ../../godmode/modules/manage_network_templates.php:85 -#: ../../enterprise/godmode/modules/local_components.php:355 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 -msgid "Successfully multiple deleted" -msgstr "Borrado múltiple satisfactorio" - -#: ../../godmode/modules/manage_nc_groups.php:155 -#: ../../godmode/modules/manage_network_components.php:400 -#: ../../godmode/modules/manage_network_templates.php:86 -#: ../../enterprise/godmode/modules/local_components.php:356 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 -msgid "Not deleted. Error deleting multiple data" -msgstr "No borrado. Error al borrar múltiples datos" - -#: ../../godmode/modules/manage_nc_groups.php:238 -msgid "There are no defined component groups" -msgstr "No hay grupos de componentes definidos" - -#: ../../godmode/modules/manage_nc_groups_form.php:54 -msgid "Update Group Component" -msgstr "Actualización de los componentes del grupo" - -#: ../../godmode/modules/manage_nc_groups_form.php:57 -msgid "Create Group Component" -msgstr "Crear componentes de grupo" - -#: ../../godmode/modules/manage_network_components.php:51 -msgid "Network component management" -msgstr "Gestión de los componentes de red" - -#: ../../godmode/modules/manage_network_components.php:261 -#: ../../godmode/servers/recon_script.php:320 -#: ../../enterprise/godmode/modules/local_components.php:253 -msgid "Created successfully" -msgstr "Creado correctamente" - -#: ../../godmode/modules/manage_network_components.php:352 -#: ../../godmode/servers/recon_script.php:274 -#: ../../enterprise/godmode/modules/local_components.php:315 -msgid "Updated successfully" -msgstr "Actualizado correctamente" - -#: ../../godmode/modules/manage_network_components.php:516 -#: ../../enterprise/godmode/modules/local_components.php:440 -msgid "Free Search" -msgstr "Búsqueda libre" - -#: ../../godmode/modules/manage_network_components.php:517 -msgid "Search by name, description, tcp send or tcp rcv, list matches." -msgstr "" -"Búsqueda por nombre, descripción, envío tcp o tcp rcv. Lista las concidencias" - -#: ../../godmode/modules/manage_network_components.php:569 -msgid "Max/Min" -msgstr "Máx/Mín" - -#: ../../godmode/modules/manage_network_components.php:595 -msgid "Network module" -msgstr "Módulo de la red" - -#: ../../godmode/modules/manage_network_components.php:599 -msgid "WMI module" -msgstr "Módulo WMI" - -#: ../../godmode/modules/manage_network_components.php:603 -msgid "Plug-in module" -msgstr "Módulo de plugin" - -#: ../../godmode/modules/manage_network_components.php:634 -msgid "There are no defined network components" -msgstr "No hay componentes de red definidos" - -#: ../../godmode/modules/manage_network_components.php:641 -msgid "Create a new network component" -msgstr "Crear un componente de red nuevo" - -#: ../../godmode/modules/manage_network_components.php:642 -msgid "Create a new plugin component" -msgstr "Crear un componente de complemento nuevo" - -#: ../../godmode/modules/manage_network_components.php:643 -msgid "Create a new WMI component" -msgstr "Crear un componente WMI nuevo" - -#: ../../godmode/modules/manage_network_components_form.php:253 -msgid "Update Network Component" -msgstr "Actualización de componente de red" - -#: ../../godmode/modules/manage_network_components_form.php:256 -msgid "Create Network Component" -msgstr "Crear componente de red" - -#: ../../godmode/modules/manage_network_components_form_common.php:111 -#: ../../enterprise/godmode/modules/configure_local_component.php:230 -msgid "Dynamic Min. " -msgstr "Dinámico mínimo. " - -#: ../../godmode/modules/manage_network_components_form_common.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:289 -msgid "Any value below this number is discarted" -msgstr "Cualquier valor por debajo de este número está descartado" - -#: ../../godmode/modules/manage_network_components_form_common.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -msgid "Any value over this number is discarted" -msgstr "Cualquier valor por encima de este número está descartado" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "Cadena SNMP Enterprise" - -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module template management" -msgstr "Gestión de plantillas de módulos" - -#: ../../godmode/modules/manage_network_templates.php:61 -msgid "Template successfully deleted" -msgstr "Plantilla borrada correctamente" - -#: ../../godmode/modules/manage_network_templates.php:62 -msgid "Error deleting template" -msgstr "Error al borrar la plantilla" - -#: ../../godmode/modules/manage_network_templates.php:94 -msgid "This template does not exist" -msgstr "Esta plantilla no existe" - -#: ../../godmode/modules/manage_network_templates.php:232 -msgid "There are no defined network profiles" -msgstr "No hay ningún perfil de red definido" - -#: ../../godmode/modules/manage_network_templates_form.php:54 -msgid "Successfully deleted module from profile" -msgstr "Módulo borrado del perfil correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:55 -msgid "Error deleting module from profile" -msgstr "Error al borrar el módulo del perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:70 -msgid "Successfully added module to profile" -msgstr "Módulo añadido correctamente al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:71 -msgid "Error adding module to profile" -msgstr "Error al añadir el módulo al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:96 -msgid "Successfully updated network profile" -msgstr "Perfil de red actualizado correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:97 -msgid "Error updating network profile" -msgstr "Error al actualizar el perfil de red" - -#: ../../godmode/modules/manage_network_templates_form.php:112 -msgid "Successfully added network profile" -msgstr "Perfil de red añadido correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Error adding network profile" -msgstr "Error al añadir el perfil de red" - -#: ../../godmode/modules/manage_network_templates_form.php:118 -msgid "Cannot create a template without name" -msgstr "No se puede crear una plantilla sin nombre" - -#: ../../godmode/modules/manage_network_templates_form.php:186 -msgid "No modules for this profile" -msgstr "No existen módulos para este perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:226 -#: ../../enterprise/dashboard/widgets/top_n.php:346 -msgid "Add modules" -msgstr "Añadir módulos" - -#: ../../godmode/modules/manage_network_templates_form.php:304 -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -msgid "Components" -msgstr "Componentes" - -#: ../../godmode/modules/module_list.php:28 -msgid "Defined modules" -msgstr "Módulos definidos" - -#: ../../godmode/modules/module_list.php:50 -msgid "Problem modifying module" -msgstr "Problema al modificar los módulos" - -#: ../../godmode/modules/module_list.php:52 -msgid "Module updated successfully" -msgstr "Actualización de módulos correcta" - -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "Filtro de gestión Netflow" - -#: ../../godmode/netflow/nf_edit.php:43 -#: ../../godmode/setup/setup_general.php:110 -#: ../../operation/netflow/nf_live_view.php:113 -#: ../../enterprise/extensions/backup/main.php:67 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 -#: ../../enterprise/operation/log/log_viewer.php:155 -msgid "Not supported in Windows systems" -msgstr "No soportado en sistemas Windows" - -#: ../../godmode/netflow/nf_edit.php:47 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_item_list.php:57 -#: ../../operation/agentes/ver_agente.php:961 -#: ../../operation/netflow/nf_live_view.php:132 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/general/logon_ok.php:15 -#: ../../enterprise/meta/index.php:629 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -msgid "Main" -msgstr "Principal" - -#: ../../godmode/netflow/nf_edit_form.php:59 -#: ../../godmode/netflow/nf_edit_form.php:67 -msgid "Add filter" -msgstr "Añadir filtro" - -#: ../../godmode/netflow/nf_edit_form.php:62 -msgid "Netflow Filter" -msgstr "Filtro Netflow" - -#: ../../godmode/netflow/nf_edit_form.php:180 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../operation/events/events_list.php:284 -#: ../../operation/events/events_list.php:315 -msgid "Update filter" -msgstr "Actualizar filtro" - -#: ../../godmode/netflow/nf_edit_form.php:206 -msgid "Filter:" -msgstr "Filtrar:" - -#: ../../godmode/netflow/nf_edit_form.php:210 -#: ../../operation/netflow/nf_live_view.php:349 -msgid "Dst Ip" -msgstr "Dst Ip" - -#: ../../godmode/netflow/nf_edit_form.php:210 -#: ../../operation/netflow/nf_live_view.php:349 -msgid "" -"Destination IP. A comma separated list of destination ip. If we leave the " -"field blank, will show all ip. Example filter by " -"ip:
                25.46.157.214,160.253.135.249" -msgstr "" -"IP destino. Lista de IPs destino separadas por coma. Si dejamos en blanco " -"este campo mostrará todas las IPs. Ejemplo de filtro por IP: " -"25.46.157.214,160.253.135.249" - -#: ../../godmode/netflow/nf_edit_form.php:213 -#: ../../operation/netflow/nf_live_view.php:358 -msgid "Src Ip" -msgstr "IP Origen" - -#: ../../godmode/netflow/nf_edit_form.php:213 -#: ../../operation/netflow/nf_live_view.php:358 -msgid "" -"Source IP. A comma separated list of source ip. If we leave the field blank, " -"will show all ip. Example filter by ip:
                25.46.157.214,160.253.135.249" -msgstr "" -"IP Origen. Lista de IPs origen separadas por coma. Si dejamos en blanco este " -"campo mostrará todas las IPs. Ejemplo de filtro por IP: " -"25.46.157.214,160.253.135.249" - -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:370 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Dst Port" -msgstr "Puerto destino" - -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../operation/netflow/nf_live_view.php:370 -msgid "" -"Destination port. A comma separated list of destination ports. If we leave " -"the field blank, will show all ports. Example filter by ports 80 and " -"22:
                80,22" -msgstr "" -"Puerto destino. Lista de puertos de destino separados por coma. Si dejamos " -"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " -"puertos: 80,22" - -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Src Port" -msgstr "Puerto origen" - -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../operation/netflow/nf_live_view.php:379 -msgid "" -"Source port. A comma separated list of source ports. If we leave the field " -"blank, will show all ports. Example filter by ports 80 and 22:
                80,22" -msgstr "" -"Puerto origen. Lista de puertos de origen separados por coma. Si dejamos " -"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " -"puertos: 80,22" - -#: ../../godmode/netflow/nf_edit_form.php:225 -#: ../../operation/netflow/nf_live_view.php:397 -msgid "Aggregate by" -msgstr "Agregado por" - -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../include/functions_netflow.php:1660 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Protocol" -msgstr "Protocolo" - -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Src Ip Address" -msgstr "Dirección IP origen" - -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../operation/netflow/nf_live_view.php:399 -msgid "Dst Ip Address" -msgstr "Dirección IP destino" - -#: ../../godmode/netflow/nf_edit_form.php:230 -#: ../../operation/netflow/nf_live_view.php:405 -msgid "Output format" -msgstr "Formato de Salida" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Kilobytes" -msgstr "Kilobytes" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Megabytes" -msgstr "Megabytes" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Kilobytes per second" -msgstr "Kilobytes por segundo" - -#: ../../godmode/netflow/nf_edit_form.php:231 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Megabytes per second" -msgstr "Megabytes por segundo" - -#: ../../godmode/netflow/nf_item_list.php:39 -#: ../../operation/reporting/reporting_viewer.php:77 -msgid "Report list" -msgstr "Lista de informes" - -#: ../../godmode/netflow/nf_item_list.php:44 -#: ../../godmode/netflow/nf_item_list.php:54 -msgid "Report items" -msgstr "Elementos de informe" - -#: ../../godmode/netflow/nf_item_list.php:49 -msgid "Edit report" -msgstr "Editar informe" - -#: ../../godmode/netflow/nf_item_list.php:58 -msgid "Netflow reports" -msgstr "Informes Netflow" - -#: ../../godmode/netflow/nf_item_list.php:59 -msgid "Item list" -msgstr "Lista de items" - -#: ../../godmode/netflow/nf_item_list.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1259 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1473 -#: ../../enterprise/dashboard/widgets/top_n.php:69 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1565 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1744 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:221 -msgid "Order" -msgstr "Orden" - -#: ../../godmode/netflow/nf_item_list.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 -#: ../../operation/netflow/nf_live_view.php:258 -msgid "Max. values" -msgstr "Valores máximos" - -#: ../../godmode/netflow/nf_item_list.php:151 -msgid "Chart type" -msgstr "Tipo de gráfico" - -#: ../../godmode/netflow/nf_item_list.php:203 -#: ../../godmode/netflow/nf_item_list.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 -msgid "Move to down" -msgstr "Bajar" - -#: ../../godmode/netflow/nf_item_list.php:206 -#: ../../godmode/netflow/nf_item_list.php:209 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 -msgid "Move to up" -msgstr "Subir" - -#: ../../godmode/netflow/nf_item_list.php:255 -msgid "There are no defined items" -msgstr "No hay items definidos" - -#: ../../godmode/netflow/nf_item_list.php:260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1514 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1910 -msgid "Create item" -msgstr "Crear item" - -#: ../../godmode/reporting/create_container.php:146 -#: ../../godmode/reporting/graph_container.php:66 -#: ../../godmode/reporting/graph_container.php:68 -#: ../../enterprise/godmode/reporting/graph_template_list.php:70 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:98 -msgid "Graph container" -msgstr "Contenedor de gráfica" - -#: ../../godmode/reporting/create_container.php:149 -#: ../../godmode/reporting/graph_container.php:77 -msgid "Create container" -msgstr "Crear contenedor" - -#: ../../godmode/reporting/create_container.php:152 -msgid "Container stored successfully" -msgstr "Contenedor almacenado correctamente" - -#: ../../godmode/reporting/create_container.php:152 -msgid "There was a problem storing container" -msgstr "Hubo un problema almacenando el contenedor" - -#: ../../godmode/reporting/create_container.php:156 -msgid "Update the container" -msgstr "Actualizar el contenedor" - -#: ../../godmode/reporting/create_container.php:156 -msgid "Bad update the container" -msgstr "Mala actualización del contenedor" - -#: ../../godmode/reporting/create_container.php:215 -msgid "Parent container" -msgstr "Contenedor padre" - -#: ../../godmode/reporting/create_container.php:218 -#: ../../godmode/reporting/create_container.php:221 -#: ../../include/ajax/graph.ajax.php:125 -#: ../../operation/events/events_list.php:1261 -#: ../../operation/events/events_list.php:1347 -msgid "none" -msgstr "Ninguno" - -#: ../../godmode/reporting/create_container.php:248 -#: ../../include/functions.php:2038 -msgid "custom" -msgstr "personalizado" - -#: ../../godmode/reporting/create_container.php:249 -#: ../../godmode/setup/performance.php:105 -#: ../../include/ajax/graph.ajax.php:126 ../../include/ajax/module.php:134 -#: ../../include/functions.php:2045 ../../include/functions.php:2615 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 -#: ../../operation/gis_maps/render_view.php:142 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:65 -#: ../../enterprise/dashboard/widgets/sla_percent.php:62 -#: ../../enterprise/dashboard/widgets/top_n.php:61 -#: ../../enterprise/godmode/agentes/inventory_manager.php:176 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 -msgid "1 hour" -msgstr "1 hora" - -#: ../../godmode/reporting/create_container.php:250 -#: ../../godmode/reporting/create_container.php:251 -#: ../../godmode/reporting/create_container.php:252 -#: ../../include/ajax/graph.ajax.php:127 ../../include/ajax/graph.ajax.php:128 -#: ../../include/ajax/graph.ajax.php:129 ../../include/functions.php:2046 -#: ../../include/functions.php:2047 -#, php-format -msgid "%s hours" -msgstr "%s horas" - -#: ../../godmode/reporting/create_container.php:253 -#: ../../include/ajax/graph.ajax.php:130 ../../include/ajax/module.php:137 -#: ../../include/functions.php:2048 ../../include/functions_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 -#: ../../enterprise/dashboard/widgets/top_n.php:65 -#: ../../enterprise/godmode/agentes/inventory_manager.php:180 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 -msgid "1 day" -msgstr "1 día" - -#: ../../godmode/reporting/create_container.php:254 -#: ../../godmode/reporting/create_container.php:255 -#: ../../include/ajax/graph.ajax.php:131 ../../include/ajax/graph.ajax.php:132 -#, php-format -msgid "%s days" -msgstr "%s días" - -#: ../../godmode/reporting/create_container.php:256 -#: ../../include/ajax/graph.ajax.php:133 ../../include/ajax/module.php:138 -#: ../../include/functions.php:2049 ../../include/functions_netflow.php:1093 -msgid "1 week" -msgstr "1 semana" - -#: ../../godmode/reporting/create_container.php:257 -#: ../../include/ajax/graph.ajax.php:134 ../../include/ajax/module.php:139 -#: ../../include/functions.php:2050 ../../include/functions_netflow.php:1059 -#: ../../include/functions_netflow.php:1092 -#: ../../enterprise/godmode/agentes/inventory_manager.php:183 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 -msgid "15 days" -msgstr "15 días" - -#: ../../godmode/reporting/create_container.php:258 -#: ../../include/ajax/graph.ajax.php:135 ../../include/ajax/module.php:140 -#: ../../include/functions.php:2051 ../../include/functions_netflow.php:1094 -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -msgid "1 month" -msgstr "1 mes" - -#: ../../godmode/reporting/create_container.php:263 -#: ../../godmode/reporting/create_container.php:349 -#: ../../godmode/reporting/create_container.php:397 -#: ../../godmode/reporting/reporting_builder.item_editor.php:705 -#: ../../godmode/reporting/reporting_builder.list_items.php:305 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 -msgid "Time lapse" -msgstr "Intervalo de tiempo" - -#: ../../godmode/reporting/create_container.php:264 -#: ../../godmode/reporting/create_container.php:350 -#: ../../godmode/reporting/create_container.php:398 -msgid "" -"This is the interval or period of time with which the graph data will be " -"obtained. For example, a week means data from a week ago from now. " -msgstr "" -"Este es el intervalo o periodo de tiempo en el que se obtendrán los datos de " -"la gráfica. Por ejemplo, una semana significa que mostrará datos desde hace " -"una semana hasta ahora. " - -#: ../../godmode/reporting/create_container.php:305 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1011 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1684 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1719 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1880 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1908 -#: ../../enterprise/dashboard/widgets/top_n.php:179 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2078 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2267 -msgid "Select an Agent first" -msgstr "Debe seleccionar primero un agente" - -#: ../../godmode/reporting/create_container.php:314 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1309 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:363 -msgid "Only average" -msgstr "Solo media" - -#: ../../godmode/reporting/create_container.php:324 -#: ../../godmode/reporting/create_container.php:371 -#: ../../godmode/reporting/create_container.php:439 -msgid "Add item" -msgstr "Añadir elemento" - -#: ../../godmode/reporting/create_container.php:356 -#: ../../godmode/reporting/create_container.php:465 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1139 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.elements.php:380 -#: ../../include/functions_reporting.php:5780 -#: ../../include/functions_visual_map_editor.php:254 -#: ../../include/functions_visual_map_editor.php:264 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1498 -msgid "Custom graph" -msgstr "Gráfica personalizada" - -#: ../../godmode/reporting/create_container.php:430 -#: ../../godmode/reporting/create_container.php:470 -#: ../../mobile/operation/modules.php:151 -#: ../../mobile/operation/modules.php:152 -#: ../../mobile/operation/modules.php:244 -#: ../../mobile/operation/modules.php:245 -#: ../../operation/agentes/group_view.php:249 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 -msgid "Tag" -msgstr "Etiqueta" - -#: ../../godmode/reporting/create_container.php:455 -msgid "There are no defined item container" -msgstr "No hay ítems definidos en el contenedor" - -#: ../../godmode/reporting/create_container.php:464 -msgid "Agent/Module" -msgstr "Agente/Módulo" - -#: ../../godmode/reporting/create_container.php:467 -msgid "M.Group" -msgstr "M. Grupo" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:693 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/visual_console_builder.wizard.php:300 -#: ../../include/functions_visual_map.php:2759 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:654 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:40 -#: ../../enterprise/dashboard/widgets/module_icon.php:49 -#: ../../enterprise/dashboard/widgets/module_status.php:49 -#: ../../enterprise/dashboard/widgets/module_value.php:49 -#: ../../enterprise/dashboard/widgets/sla_percent.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1232 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:341 -msgid "Label" -msgstr "Etiqueta" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:87 -#: ../../godmode/reporting/graph_builder.graph_editor.php:156 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 -msgid "Weight" -msgstr "Peso" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -#: ../../operation/events/events_list.php:295 -#: ../../enterprise/godmode/policies/policy_agents.php:233 -#: ../../enterprise/godmode/policies/policy_agents.php:250 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:155 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:110 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 -#: ../../enterprise/meta/event/custom_events.php:149 -msgid "Filter group" -msgstr "Filtrar grupo" - -#: ../../godmode/reporting/graph_builder.graph_editor.php:185 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -msgid "Please, select a module" -msgstr "Por favor, seleccione un módulo" - -#: ../../godmode/reporting/graph_builder.main.php:151 -#: ../../include/functions_visual_map_editor.php:322 -msgid "Type of graph" -msgstr "Tipo de gráfica" - -#: ../../godmode/reporting/graph_builder.main.php:157 -#: ../../godmode/setup/setup_visuals.php:507 -#: ../../godmode/setup/setup_visuals.php:516 -#: ../../include/functions_visual_map_editor.php:325 -#: ../../operation/reporting/graph_viewer.php:227 -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../enterprise/meta/advanced/metasetup.visual.php:129 -msgid "Area" -msgstr "Área" - -#: ../../godmode/reporting/graph_builder.main.php:158 -#: ../../operation/reporting/graph_viewer.php:228 -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -msgid "Stacked area" -msgstr "Área apilada" - -#: ../../godmode/reporting/graph_builder.main.php:159 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/setup/setup_visuals.php:510 -#: ../../godmode/setup/setup_visuals.php:519 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:324 -#: ../../include/functions_visual_map_editor.php:658 -#: ../../operation/reporting/graph_viewer.php:229 -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../enterprise/meta/advanced/metasetup.visual.php:132 -msgid "Line" -msgstr "Línea" - -#: ../../godmode/reporting/graph_builder.main.php:160 -#: ../../operation/reporting/graph_viewer.php:230 -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -msgid "Stacked line" -msgstr "Línea apilada" - -#: ../../godmode/reporting/graph_builder.main.php:161 -#: ../../operation/reporting/graph_viewer.php:231 -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -msgid "Bullet chart" -msgstr "gráfico bala" - -#: ../../godmode/reporting/graph_builder.main.php:162 -#: ../../operation/reporting/graph_viewer.php:232 -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -msgid "Gauge" -msgstr "Medidor" - -#: ../../godmode/reporting/graph_builder.main.php:163 -msgid "Horizontal bars" -msgstr "Barras horizontales" - -#: ../../godmode/reporting/graph_builder.main.php:164 -msgid "Vertical bars" -msgstr "Barras verticales" - -#: ../../godmode/reporting/graph_builder.main.php:165 -#: ../../operation/reporting/graph_viewer.php:235 -#: ../../enterprise/dashboard/widgets/custom_graph.php:47 -msgid "Pie" -msgstr "Gráfico Circular" - -#: ../../godmode/reporting/graph_builder.main.php:169 -#: ../../operation/reporting/graph_viewer.php:240 -msgid "Equalize maximum thresholds" -msgstr "Igualar umbrales máximos" - -#: ../../godmode/reporting/graph_builder.main.php:170 -#: ../../operation/reporting/graph_viewer.php:241 -msgid "" -"If an option is selected, all graphs will have the highest value from all " -"modules included in the graph as a maximum threshold" -msgstr "" -"Si se selecciona una opción, todos los gráficos tendrán el valor más alto de " -"todos los módulos incluidos en el gráfico como umbral máximo" - -#: ../../godmode/reporting/graph_builder.main.php:177 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:373 -msgid "Percentil" -msgstr "Percentil" - -#: ../../godmode/reporting/graph_builder.php:214 -#: ../../godmode/reporting/graph_container.php:50 -#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 -#: ../../operation/reporting/graph_viewer.php:147 -#: ../../enterprise/godmode/reporting/graph_template_list.php:32 -#: ../../enterprise/godmode/reporting/graph_template_list.php:43 -#: ../../enterprise/godmode/reporting/graph_template_list.php:53 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 -msgid "Graph list" -msgstr "Lista de la gráfica" - -#: ../../godmode/reporting/graph_builder.php:217 -#: ../../godmode/reporting/reporting_builder.main.php:51 -#: ../../godmode/reporting/reporting_builder.php:1957 -#: ../../godmode/reporting/reporting_builder.php:1985 -#: ../../godmode/reporting/visual_console_builder.php:668 -#: ../../operation/reporting/graph_viewer.php:150 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../operation/visual_console/pure_ajax.php:110 -#: ../../operation/visual_console/render_view.php:113 -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -msgid "Main data" -msgstr "Datos principales" - -#: ../../godmode/reporting/graph_builder.php:220 -#: ../../operation/reporting/graph_viewer.php:153 -msgid "Graph editor" -msgstr "Editor de Gráficas" - -#: ../../godmode/reporting/graph_builder.php:223 -#: ../../operation/reporting/graph_viewer.php:159 -msgid "View graph" -msgstr "Ver gráfica" - -#: ../../godmode/reporting/graph_builder.php:235 -msgid "Graph builder" -msgstr "Constructor de gráficos" - -#: ../../godmode/reporting/graph_builder.php:255 -msgid "Graph stored successfully" -msgstr "Gráfica almacenada correctamente" - -#: ../../godmode/reporting/graph_builder.php:255 -msgid "There was a problem storing Graph" -msgstr "Hubo un problema al almacenar la gráfica" - -#: ../../godmode/reporting/graph_builder.php:258 -msgid "There was a problem adding Module" -msgstr "Ha habido un problema al añadir el módulo" - -#: ../../godmode/reporting/graph_builder.php:261 -msgid "Update the graph" -msgstr "Actualizar la gráfica" - -#: ../../godmode/reporting/graph_builder.php:261 -msgid "Bad update the graph" -msgstr "No se pudo actualizar la gráfica" - -#: ../../godmode/reporting/graph_builder.php:264 -msgid "Graph deleted successfully" -msgstr "Gráfico borrado correctamente" - -#: ../../godmode/reporting/graph_builder.php:264 -msgid "There was a problem deleting Graph" -msgstr "Ha habido un problema al borrar el gráfico" - -#: ../../godmode/reporting/graphs.php:70 -msgid "Graphs containers" -msgstr "Contenedor de gráficas" - -#: ../../godmode/reporting/graphs.php:78 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/reporting_builder.php:359 -#: ../../godmode/reporting/reporting_builder.php:364 -#: ../../godmode/reporting/reporting_builder.php:1924 -#: ../../godmode/reporting/reporting_builder.php:1929 -#: ../../godmode/reporting/reporting_builder.php:1995 -#: ../../godmode/reporting/reporting_builder.php:2000 -#: ../../operation/menu.php:235 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/reporting/graph_viewer.php:327 -#: ../../operation/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 -#: ../../enterprise/meta/general/logon_ok.php:48 -msgid "Reporting" -msgstr "Informes" - -#: ../../godmode/reporting/graphs.php:78 ../../operation/menu.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:294 -msgid "Custom graphs" -msgstr "Gráficas personalizadas" - -#: ../../godmode/reporting/graphs.php:155 -#: ../../include/functions_container.php:129 -#: ../../operation/reporting/graph_viewer.php:338 -#: ../../operation/search_graphs.php:33 -msgid "Graph name" -msgstr "Nombre gráfica" - -#: ../../godmode/reporting/graphs.php:157 -#: ../../include/functions_container.php:131 -msgid "Number of Graphs" -msgstr "Número de Gráficos" - -#: ../../godmode/reporting/graphs.php:216 -msgid "Create graph" -msgstr "Crear gráfica" - -#: ../../godmode/reporting/map_builder.php:187 -#: ../../godmode/reporting/map_builder.php:197 -msgid "Not copied. Error copying data" -msgstr "Se ha producido un error la copiar los datos" - -#: ../../godmode/reporting/map_builder.php:207 -msgid "Map name" -msgstr "Nombre de mapa" - -#: ../../godmode/reporting/map_builder.php:209 -#: ../../enterprise/dashboard/widgets/top_n.php:82 -msgid "Items" -msgstr "Elementos" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:35 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -msgid "Only table" -msgstr "Solo tabla" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:36 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -msgid "Table & Graph" -msgstr "Tabla y Gráfico" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 -msgid "Only graph" -msgstr "Solo gráfico" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1262 -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1568 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -msgid "Ascending" -msgstr "Ascendente" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1265 -#: ../../enterprise/dashboard/widgets/top_n.php:71 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1571 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 -msgid "Descending" -msgstr "Descendente" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:611 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1185 -msgid "Item Editor" -msgstr "Editor de ítem" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:639 -msgid "Not valid" -msgstr "No válida" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:644 -msgid "" -"This type of report brings a lot of data loading, it is recommended to use " -"it for scheduled reports and not for real-time view." -msgstr "" -"Este tipo de informes tienen muchos datos que cargar, recomendamos su uso " -"para informes programados y no para informes de tiempo real." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:706 -msgid "" -"This is the range, or period of time over which the report renders the " -"information for this report type. For example, a week means data from a week " -"ago from now. " -msgstr "" -"Este es el lapso de tiempo que refleja el informe. Si es una semana, por " -"ejemplo, el informe mostrará los datos desde hace una semana hasta ahora. " - -#: ../../godmode/reporting/reporting_builder.item_editor.php:720 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 -msgid "Last value" -msgstr "Último valor" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:721 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3203 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1259 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3108 -msgid "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" -msgstr "" -"Advertencia: período 0 los informes no pueden ser usados para enseñar la " -"información devuelta en tiempo. La información contenida en este tipo de " -"informes va a mostrar siempre la información más reciente." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:735 -#: ../../include/functions_netflow.php:1134 -#: ../../include/functions_netflow.php:1144 -#: ../../include/functions_netflow.php:1161 -#: ../../include/functions_netflow.php:1169 -#: ../../include/functions_netflow.php:1193 -#: ../../operation/netflow/nf_live_view.php:248 -msgid "Resolution" -msgstr "Resolución" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:766 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1292 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:475 -msgid "Projection period" -msgstr "Periodo de proyección" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:776 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1306 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:462 -msgid "Data range" -msgstr "Rango de datos" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:787 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1320 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:226 -msgid "Only display wrong SLAs" -msgstr "Mostrar solo aquellas SLA que no cumplen." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:796 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1329 -msgid "Working time" -msgstr "Tiempo de trabajo" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1042 -msgid "Show modules" -msgstr "Mostrar módulos" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1132 -#: ../../include/functions_graph.php:760 -#: ../../include/functions_graph.php:3954 -#: ../../include/functions_graph.php:3959 -#: ../../include/functions_graph.php:4686 -#: ../../include/functions_graph.php:4689 -#: ../../include/functions_graph.php:4692 -#: ../../enterprise/operation/inventory/inventory.php:227 -msgid "Last" -msgstr "Último" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 -msgid "Target server" -msgstr "Servidor Target" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1201 -#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:705 -#: ../../include/functions_reporting.php:3878 -#: ../../include/functions_reports.php:603 -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:321 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -msgid "Text" -msgstr "Texto" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1208 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1539 -msgid "Custom SQL template" -msgstr "Plantilla SQL personalizada" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1213 -#: ../../include/functions_reports.php:592 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:317 -msgid "SQL query" -msgstr "Consulta SQL" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1405 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407 -msgid "Select server" -msgstr "Seleccionar servidor" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1534 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:486 -msgid "Serialized header" -msgstr "Cabedera serializada" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1534 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:486 -msgid "The separator character is |" -msgstr "El carácter separador es |" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1247 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:490 -msgid "Field separator" -msgstr "Separador de campo" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1247 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:490 -msgid "Separator for different fields in the serialized text chain" -msgstr "Separador para diferentes campos en la cadena de texto serializada" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1557 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:494 -msgid "Line separator" -msgstr "Separador de línea" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1557 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:494 -msgid "" -"Separator in different lines (composed by fields) of the serialized text " -"chain" -msgstr "" -"Separador en diferentes líneas (compuestas por campos) de la cadena de texto " -"serializada" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1255 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 -msgid "Group by agent" -msgstr "Agrupar por agente" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1268 -#: ../../enterprise/dashboard/widgets/top_n.php:73 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:253 -msgid "By agent name" -msgstr "Por nombre de agente" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 -#: ../../enterprise/dashboard/widgets/top_n.php:67 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 -msgid "Quantity (n)" -msgstr "Cantidad (n)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 -#: ../../operation/agentes/ver_agente.php:1101 -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -msgid "Display" -msgstr "Mostrar" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1293 -#: ../../include/functions_reporting.php:961 -#: ../../include/functions_graph.php:761 ../../include/functions_graph.php:764 -#: ../../include/functions_graph.php:765 ../../include/functions_graph.php:766 -#: ../../include/functions_graph.php:769 -#: ../../include/functions_graph.php:1447 -#: ../../include/functions_graph.php:3954 -#: ../../include/functions_graph.php:3959 -#: ../../include/functions_graph.php:4686 -#: ../../include/functions_graph.php:4689 -#: ../../include/functions_graph.php:4692 -#: ../../enterprise/dashboard/widgets/top_n.php:482 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 -msgid "Avg" -msgstr "Media" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1300 -#: ../../mobile/operation/module_graph.php:418 -#: ../../operation/agentes/stat_win.php:383 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:353 -msgid "Time compare (Overlapped)" -msgstr "Comparación de tiempo (solapado)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615 -msgid "Condition" -msgstr "Condición" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1331 -#: ../../include/functions_reporting.php:1746 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 -msgid "Everything" -msgstr "Todo" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1332 -msgid "Greater or equal (>=)" -msgstr "Mayor o igual (>=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1333 -msgid "Less or equal (<=)" -msgstr "Menor o igual (<=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1334 -msgid "Less (<)" -msgstr "Menor de (<)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 -msgid "Greater (>)" -msgstr "Mayor de (>)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1336 -msgid "Equal (=)" -msgstr "Igual a" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1337 -msgid "Not equal (!=)" -msgstr "No igual a" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1338 -#: ../../include/functions_db.php:1529 -#: ../../include/functions_reporting_html.php:496 -#: ../../include/functions_reporting_html.php:575 -#: ../../include/functions_reporting_html.php:675 -#: ../../include/functions_reporting_html.php:2049 -#: ../../include/functions_reporting_html.php:2531 -#: ../../enterprise/dashboard/widgets/maps_status.php:74 -#: ../../enterprise/extensions/backup/main.php:163 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1624 -#: ../../enterprise/include/functions_reporting.php:1665 -#: ../../enterprise/include/functions_reporting.php:2457 -#: ../../enterprise/include/functions_reporting.php:2642 -#: ../../enterprise/include/functions_reporting.php:3234 -#: ../../enterprise/include/functions_reporting.php:3411 -#: ../../enterprise/include/functions_reporting.php:4127 -#: ../../enterprise/include/functions_reporting.php:4823 -#: ../../enterprise/include/functions_reporting.php:5165 -#: ../../enterprise/include/functions_reporting_csv.php:965 -#: ../../enterprise/include/functions_reporting_csv.php:1012 -#: ../../enterprise/include/functions_reporting_pdf.php:1322 -#: ../../enterprise/include/functions_reporting_pdf.php:1403 -#: ../../enterprise/include/functions_reporting_pdf.php:1502 -#: ../../enterprise/include/functions_reporting_pdf.php:1635 -#: ../../enterprise/include/functions_reporting_pdf.php:2056 -#: ../../enterprise/include/functions_reporting_pdf.php:2106 -#: ../../enterprise/include/functions_services.php:1700 -#: ../../enterprise/operation/agentes/ux_console_view.php:185 -#: ../../enterprise/operation/agentes/ux_console_view.php:348 -msgid "OK" -msgstr "Bien" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1339 -#: ../../include/functions_reporting_html.php:2055 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1626 -#: ../../enterprise/include/functions_reporting_pdf.php:2109 -msgid "Not OK" -msgstr "No está bien" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:232 -msgid "Show graph" -msgstr "Mostrar gráfico" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1369 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1640 -msgid "Show address instead module name." -msgstr "Mostrar la dirección en vez del nombre del módulo" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1370 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1641 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:280 -msgid "Show the main address of agent." -msgstr "Muestra la dirección principal del agente." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1382 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1653 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:263 -msgid "Show resume" -msgstr "Mostrar resumen" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1382 -msgid "" -"Show a summary chart with max, min and average number of total modules at " -"the end of the report and Checks." -msgstr "" -"Mostrar una gráfica de sumario con el máximo, mínimo y la media del total de " -"módulos al final del informe y las comprobaciones." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1392 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1662 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:384 -msgid "Show Summary group" -msgstr "Mostrar el sumario del grupo" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1425 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1696 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:414 -msgid "Event Status" -msgstr "Estado del evento" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1437 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:425 -msgid "Event graphs" -msgstr "Gráficas de eventos" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1441 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:429 -msgid "By agent" -msgstr "Por agente" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1447 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1718 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:435 -msgid "By user validator" -msgstr "Por usuario que validó" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1453 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1724 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:441 -msgid "By criticity" -msgstr "Por criticidad" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1459 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1730 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:447 -msgid "Validated vs unvalidated" -msgstr "Validados vs sin validar" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1467 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1738 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:498 -msgid "Show in two columns" -msgstr "Mostrar en dos columnas" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1473 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1744 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:221 -msgid "SLA items sorted by fulfillment value" -msgstr "Objetos de SLA ordenados por valor rellenado" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1478 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1749 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:503 -msgid "Show in landscape" -msgstr "Mostrar en landscape" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1489 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1760 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:215 -msgid "Hide not init agents" -msgstr "Ocultar agentes no inicializados" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1548 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1949 -msgid "SLA Min. (value)" -msgstr "Valor mínimo para el SLA" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1549 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1950 -msgid "SLA Max. (value)" -msgstr "Valor máximo para el SLA" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1951 -msgid "SLA Limit (%)" -msgstr "Límite (%) para el SLA" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1559 -msgid "Please save the SLA for start to add items in this list." -msgstr "" -"Por favor guarde primero el SLA antes de intentar añadir elementos a la " -"misma." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1731 -msgid "rate" -msgstr "tasa" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1732 -#: ../../enterprise/dashboard/widgets/top_n.php:115 -#: ../../enterprise/dashboard/widgets/top_n.php:298 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 -msgid "max" -msgstr "máx" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1733 -#: ../../enterprise/dashboard/widgets/top_n.php:116 -#: ../../enterprise/dashboard/widgets/top_n.php:299 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 -msgid "min" -msgstr "mín" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1734 -#: ../../enterprise/dashboard/widgets/top_n.php:117 -#: ../../enterprise/dashboard/widgets/top_n.php:300 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 -msgid "sum" -msgstr "suma" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1754 -msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." -msgstr "" -"Por favor, tenga cuidado, cuando el modulo tiene diferentes intervalos a lo " -"largo de su historia, el sumatorio puede conseguir malos resultados" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1768 -msgid "Please save the report to start adding items into the list." -msgstr "" -"Por favor guarde el informe para empezar a añadir objetos en la lista." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:2077 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2097 -msgid "Please select Agent" -msgstr "Pro favor seleccione el agente" - -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/snmpconsole/snmp_alert.php:966 -#: ../../godmode/snmpconsole/snmp_alert.php:1148 -#: ../../include/functions_visual_map_editor.php:500 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 -msgid "Position" -msgstr "Posición" - -#: ../../godmode/reporting/reporting_builder.list_items.php:291 -#: ../../godmode/reporting/reporting_builder.list_items.php:296 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 -msgid "Ascendent" -msgstr "Ascencente" - -#: ../../godmode/reporting/reporting_builder.list_items.php:292 -#: ../../godmode/reporting/reporting_builder.list_items.php:297 -#: ../../godmode/reporting/reporting_builder.list_items.php:303 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 -msgid "Descent" -msgstr "Descendente" - -#: ../../godmode/reporting/reporting_builder.list_items.php:314 -#: ../../godmode/reporting/reporting_builder.list_items.php:514 -#: ../../enterprise/extensions/ipam/ipam_network.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:420 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -msgid "Sort" -msgstr "Ordenar" - -#: ../../godmode/reporting/reporting_builder.list_items.php:320 -#: ../../include/functions_custom_graphs.php:226 -msgid "No items." -msgstr "Sin artículos." - -#: ../../godmode/reporting/reporting_builder.list_items.php:500 -#: ../../godmode/reporting/reporting_builder.list_items.php:505 -msgid "Sort items" -msgstr "Ordenar elementos" - -#: ../../godmode/reporting/reporting_builder.list_items.php:507 -msgid "Sort selected items from position: " -msgstr "Ordenar elementos desde posición: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:509 -msgid "Move before to" -msgstr "Mover antes de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:509 -msgid "Move after to" -msgstr "Mover despues de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:531 -#: ../../godmode/reporting/reporting_builder.list_items.php:536 -msgid "Delete items" -msgstr "Borrar elementos" - -#: ../../godmode/reporting/reporting_builder.list_items.php:538 -msgid "Delete selected items from position: " -msgstr "Borrar los elementos seleccionados desde la posición: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:540 -msgid "Delete above to" -msgstr "Borrar lo que está encima de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:540 -msgid "Delete below to" -msgstr "Borrar lo que está debajo de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:578 -msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." -msgstr "" -"Esta seguro de ordenar los items en el informe?\\n Esta acción cambiará el " -"orden the los items en la base de datos" - -#: ../../godmode/reporting/reporting_builder.list_items.php:599 -msgid "Please select any item to order" -msgstr "Por favor, seleccione cualquier item para ordenar" - -#: ../../godmode/reporting/reporting_builder.list_items.php:629 -msgid "Are you sure to delete the items into the report?\\n" -msgstr "¿Está seguro de borrar los items en el informe \\n" - -#: ../../godmode/reporting/reporting_builder.list_items.php:651 -msgid "Please select any item to delete" -msgstr "Por favor, seleccione cualquier item para borrar" - -#: ../../godmode/reporting/reporting_builder.main.php:85 -msgid "Only the group can view the report" -msgstr "Sólo el grupo puede ver el informe" - -#: ../../godmode/reporting/reporting_builder.main.php:86 -msgid "The next group can edit the report" -msgstr "El siguiente grupo puede editar el informe" - -#: ../../godmode/reporting/reporting_builder.main.php:87 -msgid "Only the user and admin user can edit the report" -msgstr "Sólo el usuario y el usuario administrador pueden editar el informe" - -#: ../../godmode/reporting/reporting_builder.main.php:89 -msgid "Write Access" -msgstr "Permisos de escritura" - -#: ../../godmode/reporting/reporting_builder.main.php:90 -msgid "" -"For example, you want a report that the people of \"All\" groups can see but " -"you want to edit only for you or your group." -msgstr "" -"Por ejemplo, si usted quiere un informe donde la gente de \"Todos\" los " -"grupos puedan ver, pero quiere editarlo solo para usted o para su grupo" - -#: ../../godmode/reporting/reporting_builder.main.php:110 -msgid "Non interactive report" -msgstr "Informe no interactivo" - -#: ../../godmode/reporting/reporting_builder.php:80 -msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" -msgstr "" -"El informe ha sido planificado y el sistema enviará un email con el informe " -"en PDF" - -#: ../../godmode/reporting/reporting_builder.php:81 -msgid "An error has ocurred" -msgstr "Ha ocurrido un error" - -#: ../../godmode/reporting/reporting_builder.php:335 -#: ../../godmode/reporting/reporting_builder.php:1902 -#: ../../godmode/reporting/reporting_builder.php:1954 -msgid "Reports list" -msgstr "Lista de informes" - -#: ../../godmode/reporting/reporting_builder.php:346 -#: ../../godmode/reporting/reporting_builder.php:368 -#: ../../godmode/reporting/reporting_builder.php:1911 -#: ../../operation/menu.php:242 -#: ../../operation/reporting/custom_reporting.php:27 -msgid "Custom reporting" -msgstr "Informes personalizados" - -#: ../../godmode/reporting/reporting_builder.php:435 -msgid "Free text for search: " -msgstr "Texto libre de búsqueda " - -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Search by report name or description, list matches." -msgstr "Búsqueda por nombre del informe o descripción, lista los resultados." - -#: ../../godmode/reporting/reporting_builder.php:446 -msgid "Show Option" -msgstr "Mostrar Opciones" - -#: ../../godmode/reporting/reporting_builder.php:532 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../operation/search_reports.php:38 -#: ../../enterprise/extensions/cron/functions.php:47 -#: ../../enterprise/extensions/cron/main.php:250 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 -#: ../../enterprise/include/functions_reporting_csv.php:1504 -#: ../../enterprise/include/functions_reporting_csv.php:1508 -msgid "Report name" -msgstr "Nombre de informe" - -#: ../../godmode/reporting/reporting_builder.php:534 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../operation/search_reports.php:40 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -msgid "HTML" -msgstr "HTML" - -#: ../../godmode/reporting/reporting_builder.php:535 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../operation/search_reports.php:41 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -msgid "XML" -msgstr "XML" - -#: ../../godmode/reporting/reporting_builder.php:554 -#: ../../enterprise/dashboard/main_dashboard.php:306 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 -msgid "Private" -msgstr "Privado" - -#: ../../godmode/reporting/reporting_builder.php:610 -msgid "This report exceeds the item limit for realtime operations" -msgstr "" -"Este informe excede el tiempo límite para las operaciones de tiempo real" - -#: ../../godmode/reporting/reporting_builder.php:615 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:342 -msgid "HTML view" -msgstr "Vista HTML" - -#: ../../godmode/reporting/reporting_builder.php:616 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:344 -msgid "Export to XML" -msgstr "Exportar a XML" - -#: ../../godmode/reporting/reporting_builder.php:727 -#: ../../include/functions_reporting.php:1631 -#: ../../enterprise/operation/agentes/agent_inventory.php:242 -#: ../../enterprise/operation/inventory/inventory.php:253 -#: ../../enterprise/operation/log/log_viewer.php:428 -msgid "No data found." -msgstr "No se encontraron datos." - -#: ../../godmode/reporting/reporting_builder.php:735 -msgid "Create report" -msgstr "Crear informe" - -#: ../../godmode/reporting/reporting_builder.php:1960 -#: ../../operation/reporting/reporting_viewer.php:86 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 -msgid "List items" -msgstr "Listado de elementos" - -#: ../../godmode/reporting/reporting_builder.php:1963 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../enterprise/include/functions_reporting.php:6590 -#: ../../enterprise/include/functions_reporting.php:6640 -msgid "Item editor" -msgstr "Editor de elementos" - -#: ../../godmode/reporting/reporting_builder.php:1972 -#: ../../operation/reporting/reporting_viewer.php:98 -msgid "View report" -msgstr "Ver informe" - -#: ../../godmode/reporting/reporting_builder.php:2020 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1164 -msgid "Successfull action" -msgstr "Acción completada" - -#: ../../godmode/reporting/reporting_builder.php:2020 -msgid "Unsuccessfull action

                " -msgstr "Acciones fallidas" - -#: ../../godmode/reporting/visual_console_builder.data.php:91 -msgid "Create visual console" -msgstr "Crear consola visual" - -#: ../../godmode/reporting/visual_console_builder.data.php:102 -#: ../../godmode/setup/os.builder.php:34 -#: ../../enterprise/godmode/agentes/collections.data.php:318 -msgid "Name:" -msgstr "Nombre:" - -#: ../../godmode/reporting/visual_console_builder.data.php:103 -msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" -msgstr "" -"Use [ o ( como primer carácter. Por ejemplo '[*] Nombre de mapa', para " -"renderizar este nombre de mapa en el menú principal" - -#: ../../godmode/reporting/visual_console_builder.data.php:122 -#: ../../enterprise/godmode/agentes/collections.data.php:358 -msgid "Group:" -msgstr "Grupo:" - -#: ../../godmode/reporting/visual_console_builder.data.php:139 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:359 -#: ../../enterprise/dashboard/widget.php:65 -msgid "Background" -msgstr "Imagen de fondo" - -#: ../../godmode/reporting/visual_console_builder.data.php:142 -msgid "Background image" -msgstr "Imagen de fondo" - -#: ../../godmode/reporting/visual_console_builder.data.php:144 -#: ../../include/functions_visual_map_editor.php:237 -msgid "Background color" -msgstr "Color de fondo" - -#: ../../godmode/reporting/visual_console_builder.data.php:164 -msgid "Layout size" -msgstr "Tamaño del diseño" - -#: ../../godmode/reporting/visual_console_builder.data.php:168 -msgid "Set custom size" -msgstr "Especificar tamaño personalizado" - -#: ../../godmode/reporting/visual_console_builder.data.php:177 -msgid "Get default image size" -msgstr "Establecer el tamaño de imagen por defecto" - -#: ../../godmode/reporting/visual_console_builder.editor.php:134 -msgid "Min allowed size is 1024x768" -msgstr "El tamaño mínimo permitido es 1024x768" - -#: ../../godmode/reporting/visual_console_builder.editor.php:138 -#: ../../godmode/reporting/visual_console_builder.editor.php:143 -#: ../../godmode/reporting/visual_console_builder.editor.php:148 -#: ../../enterprise/dashboard/main_dashboard.php:356 -msgid "Action in progress" -msgstr "Acción en curso" - -#: ../../godmode/reporting/visual_console_builder.editor.php:139 -#: ../../enterprise/dashboard/main_dashboard.php:357 -msgid "Loading in progress" -msgstr "Carga en curso" - -#: ../../godmode/reporting/visual_console_builder.editor.php:144 -msgid "Saving in progress" -msgstr "Guardando en curso" - -#: ../../godmode/reporting/visual_console_builder.editor.php:149 -msgid "Deletion in progress" -msgstr "Eliminando en curso" - -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:118 -#: ../../include/functions_visual_map_editor.php:198 -#: ../../include/functions_filemanager.php:682 -msgid "Image" -msgstr "Imagen" - -#: ../../godmode/reporting/visual_console_builder.elements.php:79 -msgid "Width x Height
                Max value" -msgstr "Ancho x Alto
                Valor máximo" - -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -#: ../../include/functions_visual_map_editor.php:540 -msgid "Map linked" -msgstr "Mapa enlazado" - -#: ../../godmode/reporting/visual_console_builder.elements.php:86 -#: ../../mobile/operation/agents.php:324 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:381 -msgid "A." -msgstr "A." - -#: ../../godmode/reporting/visual_console_builder.elements.php:138 -#: ../../godmode/reporting/visual_console_builder.wizard.php:104 -#: ../../include/functions_visual_map_editor.php:54 -#: ../../include/functions_visual_map_editor.php:650 -msgid "Static Graph" -msgstr "Icono" - -#: ../../godmode/reporting/visual_console_builder.elements.php:143 -msgid "Percentile Bar" -msgstr "Barra de progreso" - -#: ../../godmode/reporting/visual_console_builder.elements.php:148 -msgid "Percentile Bubble" -msgstr "Burbuja Porcentaje" - -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -#: ../../include/functions_visual_map_editor.php:652 -#: ../../mobile/operation/events.php:506 -msgid "Module Graph" -msgstr "Gráfica de módulo" - -#: ../../godmode/reporting/visual_console_builder.elements.php:158 -#: ../../include/functions_visual_map.php:2755 -#: ../../include/functions_visual_map_editor.php:653 -msgid "Simple Value" -msgstr "Valor simple" - -#: ../../godmode/reporting/visual_console_builder.elements.php:163 -msgid "Simple Value (Process Max)" -msgstr "Valor simple (Maximo)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:168 -msgid "Simple Value (Process Min)" -msgstr "Valor simple (Minimo)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:173 -msgid "Simple Value (Process Avg)" -msgstr "Valor simple (Media)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:188 -#: ../../include/functions_visual_map.php:2738 -#: ../../include/functions_visual_map_editor.php:62 -#: ../../include/functions_visual_map_editor.php:657 -msgid "Box" -msgstr "caja" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:619 -msgid "Edit label" -msgstr "Editar etiqueta" - -#: ../../godmode/reporting/visual_console_builder.php:159 -msgid "This file isn't image" -msgstr "El fichero no es una imagen" - -#: ../../godmode/reporting/visual_console_builder.php:160 -msgid "This file isn't image." -msgstr "El archivo no es una imagen." - -#: ../../godmode/reporting/visual_console_builder.php:164 -#: ../../godmode/reporting/visual_console_builder.php:165 -msgid "File already are exists." -msgstr "El archivo ya existe." - -#: ../../godmode/reporting/visual_console_builder.php:171 -#: ../../godmode/reporting/visual_console_builder.php:172 -msgid "The file have not image extension." -msgstr "El archivo no tiene una extensión válida." - -#: ../../godmode/reporting/visual_console_builder.php:183 -#: ../../godmode/reporting/visual_console_builder.php:184 -#: ../../godmode/reporting/visual_console_builder.php:191 -#: ../../godmode/reporting/visual_console_builder.php:194 -msgid "Problems with move file to target." -msgstr "Problemas al mover el fichero al objetivo" - -#: ../../godmode/reporting/visual_console_builder.php:223 -msgid "Successfully update." -msgstr "Actualizado correctamente." - -#: ../../godmode/reporting/visual_console_builder.php:235 -msgid "Could not be update." -msgstr "No se puede actualizar" - -#: ../../godmode/reporting/visual_console_builder.php:250 -#: ../../enterprise/meta/screens/screens.visualmap.php:120 -msgid "Successfully created." -msgstr "Creado correctamente." - -#: ../../godmode/reporting/visual_console_builder.php:263 -#: ../../enterprise/meta/screens/screens.visualmap.php:123 -msgid "Could not be created." -msgstr "No se puede crear" - -#: ../../godmode/reporting/visual_console_builder.php:304 -msgid "Successfully multiple delete." -msgstr "Múltiple eliminación realizada con éxito" - -#: ../../godmode/reporting/visual_console_builder.php:305 -msgid "Unsuccessfull multiple delete." -msgstr "La eliminación múltiple no ha tenido éxito" - -#: ../../godmode/reporting/visual_console_builder.php:387 -msgid "Successfully delete." -msgstr "Borrado satisfactoriamente" - -#: ../../godmode/reporting/visual_console_builder.php:662 -#: ../../operation/visual_console/pure_ajax.php:96 -#: ../../operation/visual_console/render_view.php:96 -#: ../../enterprise/meta/screens/screens.visualmap.php:196 -msgid "Visual consoles list" -msgstr "Lista de consolas visuales" - -#: ../../godmode/reporting/visual_console_builder.php:665 -#: ../../operation/gis_maps/render_view.php:128 -#: ../../operation/visual_console/pure_ajax.php:105 -#: ../../operation/visual_console/render_view.php:108 -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -msgid "Show link to public Visual Console" -msgstr "Mostrar enlace a la Consola Visual pública" - -#: ../../godmode/reporting/visual_console_builder.php:671 -#: ../../operation/visual_console/pure_ajax.php:113 -#: ../../operation/visual_console/render_view.php:116 -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -msgid "List elements" -msgstr "Lista de elementos" - -#: ../../godmode/reporting/visual_console_builder.php:676 -#: ../../operation/visual_console/pure_ajax.php:118 -#: ../../operation/visual_console/render_view.php:121 -msgid "Services wizard" -msgstr "Asistente de servicios" - -#: ../../godmode/reporting/visual_console_builder.php:681 -#: ../../godmode/reporting/visual_console_builder.wizard.php:354 -#: ../../operation/visual_console/pure_ajax.php:123 -#: ../../operation/visual_console/render_view.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:89 -#: ../../enterprise/include/functions_reporting.php:33 -#: ../../enterprise/include/functions_reporting.php:6560 -#: ../../enterprise/include/functions_reporting.php:6582 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/general/main_header.php:114 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -msgid "Wizard" -msgstr "Asistente" - -#: ../../godmode/reporting/visual_console_builder.php:684 -#: ../../operation/visual_console/pure_ajax.php:126 -#: ../../operation/visual_console/render_view.php:129 -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -msgid "Builder" -msgstr "Compilador" - -#: ../../godmode/reporting/visual_console_builder.php:693 -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -msgid "New visual console" -msgstr "Nueva consola visual" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:651 -msgid "Percentile Item" -msgstr "Item percentual" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -#: ../../include/functions_visual_map.php:2742 -#: ../../include/functions_visual_map_editor.php:251 -#: ../../mobile/operation/home.php:78 -msgid "Module graph" -msgstr "Gráfico de módulo" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -#: ../../include/functions_visual_map_editor.php:57 -msgid "Simple value" -msgstr "Valor simple" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:125 -msgid "Range between elements (px)" -msgstr "Rango entre elementos (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:132 -msgid "Size (px)" -msgstr "Tamaño (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:170 -#: ../../enterprise/extensions/vmware/vmware_view.php:1333 -msgid "Font" -msgstr "Fuente" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:178 -#: ../../godmode/setup/setup_visuals.php:344 -#: ../../include/functions_config.php:484 -msgid "Font size" -msgstr "Tamaño de la tipografía" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:196 -#: ../../include/functions_visual_map_editor.php:350 -msgid "Min value" -msgstr "Valor mínimo" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:197 -#: ../../godmode/reporting/visual_console_builder.wizard.php:210 -#: ../../include/functions_visual_map_editor.php:351 -#: ../../include/functions_visual_map_editor.php:393 -msgid "Max value" -msgstr "Valor max." - -#: ../../godmode/reporting/visual_console_builder.wizard.php:198 -#: ../../include/functions_visual_map_editor.php:352 -msgid "Avg value" -msgstr "Valor medio" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:204 -msgid "Width (px)" -msgstr "Ancho (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:218 -#: ../../godmode/setup/setup_visuals.php:532 -msgid "Percentile" -msgstr "Percentil" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:223 -msgid "Bubble" -msgstr "Burbuja" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:230 -#: ../../include/functions_visual_map_editor.php:409 -#: ../../include/functions_visual_map_editor.php:428 -msgid "Value to show" -msgstr "Valor a mostrar" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:232 -msgid "Percent" -msgstr "Porcentaje" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:267 -msgid "One item per agent" -msgstr "Un elemento por agente" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:604 -msgid "Agent - Module" -msgstr "Agente-Modulo" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:310 -msgid "Enable link agent" -msgstr "Habilitar el link del agente" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:322 -msgid "Set Parent" -msgstr "Establecer padre" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -msgid "Item created in the visualmap" -msgstr "Elemento creado en visualmap" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:325 -msgid "Use the agents relationship (from selected agents)" -msgstr "Usar la relación entre agentes (de los agentes seleccionados)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:328 -msgid "Item in the map" -msgstr "Elemento en el mapa" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:331 -msgid "The parent relationships in Pandora will be drawn in the map." -msgstr "Las relaciones de jerarquía en Pandora serán dibujadas en el mapa" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:344 -#: ../../godmode/reporting/visual_console_builder.wizard.php:349 -msgid "Are you sure to add many elements\\nin visual map?" -msgstr "Está seguro de añadir tantos elementos en la consola visual ?" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:377 -#: ../../mobile/operation/agent.php:305 ../../mobile/operation/agents.php:381 -#: ../../mobile/operation/events.php:797 -#: ../../mobile/operation/module_graph.php:467 -#: ../../mobile/operation/modules.php:706 -#: ../../mobile/operation/tactical.php:215 -#: ../../mobile/operation/visualmap.php:118 -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:74 -#: ../../enterprise/mobile/operation/dashboard.php:118 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -msgid "Loading..." -msgstr "Cargando…" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -msgid "Please select any module or modules." -msgstr "Por favor, seleccione cualquier módulo o módulos" - -#: ../../godmode/servers/manage_recontask.php:43 -#: ../../godmode/servers/manage_recontask_form.php:186 -#: ../../include/functions_menu.php:484 -msgid "Manage recontask" -msgstr "Gestionar tarea recon" - -#: ../../godmode/servers/manage_recontask.php:55 -msgid "Successfully deleted recon task" -msgstr "Tarea recon borrada correctamente" - -#: ../../godmode/servers/manage_recontask.php:58 -msgid "Error deleting recon task" -msgstr "Error al borrar tarea recon" - -#: ../../godmode/servers/manage_recontask.php:68 -#: ../../godmode/servers/manage_recontask.php:182 -msgid "Successfully updated recon task" -msgstr "Tarea de reconocimiento actualizada correctamente" - -#: ../../godmode/servers/manage_recontask.php:75 -#: ../../godmode/servers/manage_recontask.php:185 -msgid "Error updating recon task" -msgstr "Error al actualizar la tarea recon" - -#: ../../godmode/servers/manage_recontask.php:166 -#: ../../godmode/servers/manage_recontask.php:239 -msgid "Wrong format in Subnet field" -msgstr "Formato incorrecto en el campo subnet" - -#: ../../godmode/servers/manage_recontask.php:235 -msgid "Recon-task name already exists and incorrect format in Subnet field" -msgstr "" -"Nombre de tarea recon ya existe y formato incorrecto en el campo de subred" - -#: ../../godmode/servers/manage_recontask.php:243 -#: ../../godmode/servers/manage_recontask.php:252 -msgid "Recon-task name already exists" -msgstr "El nombre de la tarea de recon ya existe" - -#: ../../godmode/servers/manage_recontask.php:266 -msgid "Successfully created recon task" -msgstr "Tarea de reconocimiento creada correctamente" - -#: ../../godmode/servers/manage_recontask.php:269 -msgid "Error creating recon task" -msgstr "Error al crear la tarea de reconocimiento" - -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:248 -#: ../../operation/servers/recon_view.php:95 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -#: ../../enterprise/extensions/ipam/ipam_list.php:148 -msgid "Network" -msgstr "Red" - -#: ../../godmode/servers/manage_recontask.php:296 -#: ../../godmode/servers/manage_recontask_form.php:306 -msgid "Ports" -msgstr "Puertos" - -#: ../../godmode/servers/manage_recontask.php:319 -#: ../../operation/servers/recon_view.php:145 -msgid "Network recon task" -msgstr "Tarea de reconocimiento de red" - -#: ../../godmode/servers/manage_recontask.php:351 -#: ../../godmode/servers/manage_recontask_form.php:262 -#: ../../enterprise/extensions/ipam/ipam_list.php:217 -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/godmode/services/services.service.php:255 -#: ../../enterprise/operation/services/services.list.php:189 -#: ../../enterprise/operation/services/services.table_services.php:158 -msgid "Manual" -msgstr "Manual" - -#: ../../godmode/servers/manage_recontask.php:392 -msgid "There are no recon task configured" -msgstr "No hay ninguna tarea de reconocimiento configurada" - -#: ../../godmode/servers/manage_recontask_form.php:193 -msgid "" -"By default, in Windows, Pandora FMS only support Standard network sweep, not " -"custom scripts" -msgstr "" -"Por defecto, en Windows, Pandora FMS sólo soporta Standard Network Sweep, no " -"scripts personalizados" - -#: ../../godmode/servers/manage_recontask_form.php:224 -#: ../../operation/servers/recon_view.php:89 -msgid "Task name" -msgstr "Nombre de la tarea" - -#: ../../godmode/servers/manage_recontask_form.php:230 -msgid "" -"You must select a Recon Server for the Task, otherwise the Recon Task will " -"never run" -msgstr "" -"Debe seleccionar un Servidor Recon para la tarea, de otra forma la tarea " -"Recon nunca se ejecutará" - -#: ../../godmode/servers/manage_recontask_form.php:238 -msgid "Network sweep" -msgstr "Barrido de red" - -#: ../../godmode/servers/manage_recontask_form.php:240 -#: ../../enterprise/extensions/cron/functions.php:69 -#: ../../enterprise/extensions/cron/main.php:255 -msgid "Custom script" -msgstr "Script personalizado" - -#: ../../godmode/servers/manage_recontask_form.php:249 -msgid "" -"You can specify several networks, separated by commas, for example: " -"192.168.50.0/24,192.168.60.0/24" -msgstr "" -"Puede especificar varias redes, separadas por coma, por ejemplo: " -"192.168.50.0/24,192.168.60.0/24" - -#: ../../godmode/servers/manage_recontask_form.php:260 -msgid "Manual interval means that it will be executed only On-demand" -msgstr "Intervalo manual significa que será ejecutado solo bajo demanda" - -#: ../../godmode/servers/manage_recontask_form.php:262 -#: ../../include/functions_reporting_html.php:1602 -#: ../../enterprise/include/functions_reporting_pdf.php:733 -msgid "Defined" -msgstr "Definido" - -#: ../../godmode/servers/manage_recontask_form.php:267 -msgid "The minimum recomended interval for Recon Task is 5 minutes" -msgstr "El intervalo mínimo recomendado para Recon Task es de 5 minutos" - -#: ../../godmode/servers/manage_recontask_form.php:272 -msgid "Module template" -msgstr "Plantilla de módulos" - -#: ../../godmode/servers/manage_recontask_form.php:309 -msgid "" -"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line " -"format). If dont want to do a sweep using portscan, left it in blank" -msgstr "" -"Puertos definidos como: 80 o 80443512 o incluso 0-1024 (igual que en la " -"línea de comandos de Nmap). Si no es necesario hacer una deteccion en " -"funcion de puertos TCP, dejarlo en blanco." - -#: ../../godmode/servers/manage_recontask_form.php:320 -msgid "Choose if the discovery of a new system creates an incident or not." -msgstr "" -"Elegir si al encontrar un nuevo sistema se crea una incidencia o por el " -"contrario, no se crea" - -#: ../../godmode/servers/manage_recontask_form.php:323 -msgid "SNMP enabled" -msgstr "SNMP activado" - -#: ../../godmode/servers/manage_recontask_form.php:327 -msgid "SNMP Default community" -msgstr "Comunidad SNMP por defecto" - -#: ../../godmode/servers/manage_recontask_form.php:328 -msgid "" -"You can specify several values, separated by commas, for example: " -"public,mysecret,1234" -msgstr "" -"Puede especificar varios valores, separados por coma, por ejemplo: " -"public,mysecret,1234" - -#: ../../godmode/servers/manage_recontask_form.php:334 -msgid "Explanation" -msgstr "Explicacion" - -#: ../../godmode/servers/manage_recontask_form.php:375 -msgid "OS detection" -msgstr "Detección de SO" - -#: ../../godmode/servers/manage_recontask_form.php:379 -msgid "Name resolution" -msgstr "Resolución de nombres" - -#: ../../godmode/servers/manage_recontask_form.php:383 -msgid "Parent detection" -msgstr "Detección de padres" - -#: ../../godmode/servers/manage_recontask_form.php:387 -msgid "Parent recursion" -msgstr "Recursión del padre" - -#: ../../godmode/servers/manage_recontask_form.php:388 -msgid "" -"Maximum number of parent hosts that will be created if parent detection is " -"enabled." -msgstr "" -"Máximo número de agentes padre que se podrán crear (si la activación del " -"padre está activada)" - -#: ../../godmode/servers/manage_recontask_form.php:391 -msgid "Vlan enabled" -msgstr "Vlan activado" - -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" -msgstr "Actualizar servidor" - -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" -msgstr "Configuración remota" - -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" -msgstr "Servidores" - -#: ../../godmode/servers/modificar_server.php:73 -#: ../../godmode/servers/modificar_server.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1164 -msgid "Unsuccessfull action" -msgstr "No se pudo completar la acción" - -#: ../../godmode/servers/modificar_server.php:76 -#: ../../godmode/servers/modificar_server.php:88 -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Successfully action" -msgstr "Acción procesada satisfactoriamente" - -#: ../../godmode/servers/modificar_server.php:98 -#: ../../enterprise/meta/advanced/servers.php:39 -msgid "Server deleted successfully" -msgstr "Servidor eliminado correctamente" - -#: ../../godmode/servers/modificar_server.php:101 -#: ../../enterprise/meta/advanced/servers.php:42 -msgid "There was a problem deleting the server" -msgstr "Hubo un problema al eliminar el servidor" - -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" -msgstr "Servidor actualizado correctamente" - -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" -msgstr "Hubo un problema al actualizar el servidor" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "Componentes de red" - -#: ../../godmode/servers/plugin.php:151 -#: ../../include/functions_filemanager.php:759 -#: ../../enterprise/godmode/agentes/collections.editor.php:111 -#: ../../enterprise/godmode/agentes/collections.editor.php:172 -msgid "Edit file" -msgstr "Editar archivo" - -#: ../../godmode/servers/plugin.php:170 -#: ../../enterprise/godmode/agentes/collections.editor.php:193 -msgid "Compatibility mode" -msgstr "Modo de compatibilidad" - -#: ../../godmode/servers/plugin.php:224 -#: ../../godmode/setup/file_manager.php:63 -#: ../../include/functions_filemanager.php:561 -#, php-format -msgid "Index of %s" -msgstr "Índice de %s" - -#: ../../godmode/servers/plugin.php:266 -msgid "Plugin creation" -msgstr "Creación de complementos" - -#: ../../godmode/servers/plugin.php:269 -msgid "Plugin update" -msgstr "Actualización de complemento" - -#: ../../godmode/servers/plugin.php:299 -msgid "Plugin type" -msgstr "Tipo de complemento" - -#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 -msgid "Standard" -msgstr "Estándar" - -#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 -msgid "Nagios" -msgstr "Nagios" - -#: ../../godmode/servers/plugin.php:306 -msgid "Max. timeout" -msgstr "Máx. tiempo de expiración" - -#: ../../godmode/servers/plugin.php:306 -msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" -msgstr "" -"Este valor sólo se aplicará si es menor que el timeout del plugin de la " -"configuración general del servidor" - -#: ../../godmode/servers/plugin.php:306 -msgid "" -"If you set a 0 seconds timeout, the server plugin timeout will be used" -msgstr "" -"Si fija en 0 segundos el timeout, se utilizará el timeout del plugin del " -"servidor" - -#: ../../godmode/servers/plugin.php:362 -msgid "Plugin command" -msgstr "Comando del complemento" - -#: ../../godmode/servers/plugin.php:373 -msgid "Plug-in parameters" -msgstr "Parámetros del plugin" - -#: ../../godmode/servers/plugin.php:451 -#: ../../godmode/servers/recon_script.php:161 -#: ../../enterprise/godmode/modules/configure_local_component.php:446 -msgid "Default value" -msgstr "Valor por defecto" - -#: ../../godmode/servers/plugin.php:464 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" -msgstr "Ocultar valor" - -#: ../../godmode/servers/plugin.php:464 -#: ../../godmode/servers/recon_script.php:174 -msgid "This field will show up as dots like a password" -msgstr "En este campo aparecerán puntos como en un campo de tipo contraseña" - -#: ../../godmode/servers/plugin.php:473 -#: ../../godmode/servers/recon_script.php:183 -#: ../../include/functions_ui.php:1082 -#: ../../enterprise/godmode/modules/configure_local_component.php:452 -#: ../../enterprise/meta/general/login_page.php:50 -#: ../../enterprise/meta/include/process_reset_pass.php:48 -#: ../../enterprise/meta/include/reset_pass.php:48 -msgid "Help" -msgstr "Ayuda" - -#: ../../godmode/servers/plugin.php:491 -#: ../../godmode/servers/recon_script.php:199 -#: ../../enterprise/godmode/modules/configure_local_component.php:462 -msgid "Add macro" -msgstr "Añadir macro" - -#: ../../godmode/servers/plugin.php:506 -#: ../../godmode/servers/recon_script.php:206 -#: ../../enterprise/godmode/modules/configure_local_component.php:470 -msgid "Delete macro" -msgstr "Eliminar macro" - -#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 -msgid "Parameters macros" -msgstr "Macros de los parámetros" - -#: ../../godmode/servers/plugin.php:564 -msgid "Plugins registered in Pandora FMS" -msgstr "Plugins registrados en Pandora FMS" - -#: ../../godmode/servers/plugin.php:569 -msgid "You need to create your own plugins with Windows compatibility" -msgstr "Necesitas crear tus propios plugins compatibles con Windows" - -#: ../../godmode/servers/plugin.php:629 -msgid "Problem updating plugin" -msgstr "Problema actualizando plugin" - -#: ../../godmode/servers/plugin.php:632 -msgid "Plugin updated successfully" -msgstr "Plugin actualizado correctamente" - -#: ../../godmode/servers/plugin.php:687 -msgid "Problem creating plugin" -msgstr "Problema al crear plugin" - -#: ../../godmode/servers/plugin.php:690 -msgid "Plugin created successfully" -msgstr "Plugin creado correctamente" - -#: ../../godmode/servers/plugin.php:700 -msgid "Problem deleting plugin" -msgstr "Error al borrar plugin" - -#: ../../godmode/servers/plugin.php:703 -msgid "Plugin deleted successfully" -msgstr "Plugin borrado correctamente" - -#: ../../godmode/servers/plugin.php:782 -msgid "All the modules that are using this plugin will be deleted" -msgstr "Todos los módulos que estén utilizando este plugin se borrarán" - -#: ../../godmode/servers/plugin.php:789 -msgid "There are no plugins in the system" -msgstr "No hay plugins en el sistema" - -#: ../../godmode/servers/plugin.php:801 -#, php-format -msgid "List of modules and components created by \"%s\" " -msgstr "Lista de los módulos y componentes creados por \"%s\" " - -#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 -msgid "Some modules or components are using the plugin" -msgstr "Algunos módulos o componentes están usando el plugin" - -#: ../../godmode/servers/plugin.php:910 -msgid "" -"The modules or components should be updated manually or using the bulk " -"operations for plugins after this change" -msgstr "" -"Los módulos o componentes deberían ser actualizados manualmente o usando las " -"operaciones masivas para los plugins después de este cambio" - -#: ../../godmode/servers/plugin.php:912 -msgid "Are you sure you want to perform this action?" -msgstr "¿Está seguro de querer realizar esta acción?" - -#: ../../godmode/servers/plugin.php:926 -msgid "Are you sure you want to unlock this item?" -msgstr "¿Está seguro de querer desbloquear este elemento?" - -#: ../../godmode/servers/plugin.php:946 -msgid "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." -msgstr "" -"No se puede actualizar el comando. Este plugin está siendo utilizado por " -"módulos o componentes." - -#: ../../godmode/servers/plugin.php:952 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" -msgstr "" -"Las macros del plugin no pueden ser actualizadas porque algunos módulos o " -"componentes están usando el plugin" - -#: ../../godmode/servers/recon_script.php:73 -msgid "Recon script creation" -msgstr "Creación del Recon script" - -#: ../../godmode/servers/recon_script.php:75 -msgid "Recon script update" -msgstr "Actualizar el Recon Script" - -#: ../../godmode/servers/recon_script.php:101 -msgid "Script fullpath" -msgstr "Ruta completa del script" - -#: ../../godmode/servers/recon_script.php:228 -msgid "Recon scripts registered in Pandora FMS" -msgstr "Recon scripts registrados en Pandora FMS" - -#: ../../godmode/servers/recon_script.php:271 -msgid "Problem updating" -msgstr "Problema actualizando" - -#: ../../godmode/servers/recon_script.php:317 -msgid "Problem creating" -msgstr "Problema creando" - -#: ../../godmode/servers/recon_script.php:331 -msgid "Problem deleting reconscript" -msgstr "Problemas al borrar el Recon script" - -#: ../../godmode/servers/recon_script.php:334 -msgid "reconscript deleted successfully" -msgstr "El Recon Script ha sido eliminado con exito" - -#: ../../godmode/servers/recon_script.php:378 -msgid "There are no recon scripts in the system" -msgstr "No existen Recon scripts en el sistema" - -#: ../../godmode/servers/servers.build_table.php:38 -#: ../../enterprise/meta/advanced/servers.build_table.php:33 -msgid "There are no servers configured into the database" -msgstr "No hay ningún servidor configurado en la base de datos" - -#: ../../godmode/servers/servers.build_table.php:69 -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -msgid "Lag" -msgstr "Retraso" - -#: ../../godmode/servers/servers.build_table.php:69 -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -msgid "Avg. Delay(sec)/Modules delayed" -msgstr "Media borra (sec)/ Modulos retrasado" - -#: ../../godmode/servers/servers.build_table.php:70 -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -msgid "T/Q" -msgstr "H/C" - -#: ../../godmode/servers/servers.build_table.php:70 -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -msgid "Threads / Queued modules currently" -msgstr "Hilos / Cola actual de módulos" - -#: ../../godmode/servers/servers.build_table.php:97 -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -msgid "This is a master server" -msgstr "Este es un servidor maestro" - -#: ../../godmode/servers/servers.build_table.php:110 -#: ../../godmode/servers/servers.build_table.php:115 -#: ../../enterprise/meta/advanced/servers.build_table.php:104 -#: ../../enterprise/meta/advanced/servers.build_table.php:109 -msgid "of" -msgstr "de" - -#: ../../godmode/servers/servers.build_table.php:147 -msgid "Reset module status and fired alert counts" -msgstr "" -"Reiniciar estado de los módulos y el conteo de las alertas disparadas" - -#: ../../godmode/servers/servers.build_table.php:153 -msgid "Claim back SNMP modules" -msgstr "Re-ejecutar modulos SNMP" - -#: ../../godmode/servers/servers.build_table.php:173 -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -msgid "" -"Modules run by this server will stop working. Do you want to continue?" -msgstr "" -"Los módulos ejecutados por este servidor pueden dejar de funcionar. ¿ Quiere " -"continuar ?" - -#: ../../godmode/servers/servers.build_table.php:194 -#: ../../enterprise/meta/advanced/servers.build_table.php:154 -msgid "Tactical server information" -msgstr "Vista táctica del servidor" - -#: ../../godmode/setup/gis.php:62 -msgid "Map connection name" -msgstr "Nombre de la conexión" - -#: ../../godmode/setup/gis.php:83 -msgid "Do you wan delete this connection?" -msgstr "Desea borrar esta conexión?" - -#: ../../godmode/setup/gis_step_2.php:39 -msgid "Create new map connection" -msgstr "Crear nueva conexión de mapas" - -#: ../../godmode/setup/gis_step_2.php:58 -msgid "Edit map connection" -msgstr "Editar la conexión de mapas" - -#: ../../godmode/setup/gis_step_2.php:150 -msgid "Connection Name" -msgstr "Nombre de conexión" - -#: ../../godmode/setup/gis_step_2.php:150 -msgid "Descriptive name for the connection" -msgstr "Descripción para la conexión" - -#: ../../godmode/setup/gis_step_2.php:153 -msgid "Group that owns the connection" -msgstr "Grupo asignado a la conexión" - -#: ../../godmode/setup/gis_step_2.php:156 -msgid "Number of zoom levels" -msgstr "Número de niveles de Zoom" - -#: ../../godmode/setup/gis_step_2.php:160 -msgid "Default zoom level" -msgstr "Nivel de zoom por defecto" - -#: ../../godmode/setup/gis_step_2.php:160 -msgid "Zoom level used when the map is opened" -msgstr "Nivel de zoom por defecto cuando se abre el mapa" - -#: ../../godmode/setup/gis_step_2.php:163 -msgid "Basic configuration" -msgstr "Configuración básica" - -#: ../../godmode/setup/gis_step_2.php:168 -msgid "Open Street Maps" -msgstr "Open Street Maps" - -#: ../../godmode/setup/gis_step_2.php:169 -msgid "Google Maps" -msgstr "Google Maps" - -#: ../../godmode/setup/gis_step_2.php:170 -msgid "Static Image" -msgstr "Imagen estática" - -#: ../../godmode/setup/gis_step_2.php:172 -msgid "Please select the connection type" -msgstr "Tipo de conexión" - -#: ../../godmode/setup/gis_step_2.php:174 -msgid "Map connection type" -msgstr "Tipo de conexión de mapa" - -#: ../../godmode/setup/gis_step_2.php:210 -msgid "Tile Server URL" -msgstr "URL del servidor de «tiles»" - -#: ../../godmode/setup/gis_step_2.php:216 -msgid "Google Physical" -msgstr "Google Physical" - -#: ../../godmode/setup/gis_step_2.php:217 -msgid "Google Hybrid" -msgstr "Google Hybrid" - -#: ../../godmode/setup/gis_step_2.php:218 -msgid "Google Satelite" -msgstr "Google Satelite" - -#: ../../godmode/setup/gis_step_2.php:222 -msgid "Google Map Type" -msgstr "Tipo de mapa de Google" - -#: ../../godmode/setup/gis_step_2.php:226 -msgid "Google Maps Key" -msgstr "Key de google maps" - -#: ../../godmode/setup/gis_step_2.php:235 -msgid "Image URL" -msgstr "URL de Imagen" - -#: ../../godmode/setup/gis_step_2.php:239 -msgid "Corners of the area of the image" -msgstr "Esquinas del área de la imagen" - -#: ../../godmode/setup/gis_step_2.php:242 -msgid "Left" -msgstr "Izquierda" - -#: ../../godmode/setup/gis_step_2.php:244 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 -msgid "Bottom" -msgstr "Inferior" - -#: ../../godmode/setup/gis_step_2.php:248 -msgid "Right" -msgstr "Derecha" - -#: ../../godmode/setup/gis_step_2.php:250 -msgid "Top" -msgstr "Superior" - -#: ../../godmode/setup/gis_step_2.php:254 -msgid "Image Size" -msgstr "Tamaño de imagen" - -#: ../../godmode/setup/gis_step_2.php:279 -msgid "" -"Preview to select the center of the map and the default position of an agent " -"without gis data" -msgstr "" -"Previsualización para elegir el centro del mapa, y la posición por defecto " -"de un agente sin información GIS" - -#: ../../godmode/setup/gis_step_2.php:280 -msgid "Load preview map" -msgstr "Previsualizar mapa" - -#: ../../godmode/setup/gis_step_2.php:289 -msgid "Map Center" -msgstr "Centro del mapa" - -#: ../../godmode/setup/gis_step_2.php:289 -msgid "Position to center the map when the map is opened" -msgstr "Posición para centrar el mapa cuando este es abierto" - -#: ../../godmode/setup/gis_step_2.php:290 -msgid "Default position for agents without GIS data" -msgstr "Posición por defecto para agentes sin información GIS" - -#: ../../godmode/setup/gis_step_2.php:292 -msgid "Change in the map" -msgstr "Cambiar en el mapa" - -#: ../../godmode/setup/gis_step_2.php:292 -msgid "This selects what to change by clicking on the map" -msgstr "Seleccionar qué cambiar pinchando en el mapa" - -#: ../../godmode/setup/gis_step_2.php:296 -#: ../../operation/agentes/gis_view.php:179 -msgid "Latitude" -msgstr "Latitud" - -#: ../../godmode/setup/gis_step_2.php:300 -#: ../../operation/agentes/gis_view.php:178 -msgid "Longitude" -msgstr "Longitud" - -#: ../../godmode/setup/gis_step_2.php:304 -#: ../../operation/agentes/gis_view.php:180 -msgid "Altitude" -msgstr "Altitud" - -#: ../../godmode/setup/gis_step_2.php:353 -#: ../../godmode/setup/gis_step_2.php:446 -msgid "Center" -msgstr "Centro" - -#: ../../godmode/setup/gis_step_2.php:413 -msgid "Refresh preview map" -msgstr "Refrescar previsualización" - -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "Gestión de licencias" - -#: ../../godmode/setup/license.php:37 -msgid "License updated" -msgstr "Licencia actualizada" - -#: ../../godmode/setup/license.php:64 -#: ../../enterprise/meta/advanced/license_meta.php:79 -msgid "Customer key" -msgstr "Clave del cliente" - -#: ../../godmode/setup/license.php:67 -#: ../../enterprise/meta/advanced/license_meta.php:82 -msgid "Expires" -msgstr "Expira" - -#: ../../godmode/setup/license.php:70 -#: ../../enterprise/meta/advanced/license_meta.php:85 -msgid "Platform Limit" -msgstr "Límite de la plataforma" - -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 -#: ../../enterprise/meta/advanced/license_meta.php:86 -#: ../../enterprise/meta/advanced/license_meta.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:92 -#: ../../enterprise/meta/advanced/license_meta.php:95 -msgid "agents" -msgstr "Agentes" - -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 -#: ../../operation/tree.php:103 -#: ../../enterprise/meta/advanced/license_meta.php:86 -#: ../../enterprise/meta/advanced/license_meta.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:92 -#: ../../enterprise/meta/advanced/license_meta.php:95 -msgid "modules" -msgstr "Módulos" - -#: ../../godmode/setup/license.php:73 -#: ../../enterprise/meta/advanced/license_meta.php:88 -msgid "Current Platform Count" -msgstr "Cómputo de la plataforma actual" - -#: ../../godmode/setup/license.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:91 -msgid "Current Platform Count (enabled: items)" -msgstr "Cuenta de la plataforma actual (activado: elementos)" - -#: ../../godmode/setup/license.php:79 -#: ../../enterprise/meta/advanced/license_meta.php:94 -msgid "Current Platform Count (disabled: items)" -msgstr "Cuenta de la plataforma actual (desactivado: elementos)" - -#: ../../godmode/setup/license.php:82 -#: ../../enterprise/meta/advanced/license_meta.php:97 -msgid "License Mode" -msgstr "Modalidad de licencia" - -#: ../../godmode/setup/license.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:100 -msgid "NMS" -msgstr "NMS" - -#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:101 -#: ../../enterprise/meta/advanced/license_meta.php:104 -msgid "enabled" -msgstr "Habilitado" - -#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 -#: ../../enterprise/meta/advanced/license_meta.php:101 -#: ../../enterprise/meta/advanced/license_meta.php:104 -msgid "disabled" -msgstr "desactivado" - -#: ../../godmode/setup/license.php:88 -#: ../../enterprise/meta/advanced/license_meta.php:103 -msgid "Satellite" -msgstr "Satélite" - -#: ../../godmode/setup/license.php:91 -#: ../../enterprise/meta/advanced/license_meta.php:106 -msgid "Licensed to" -msgstr "Con licencia para" - -#: ../../godmode/setup/license.php:98 ../../mobile/operation/events.php:528 -#: ../../operation/agentes/alerts_status.php:436 -#: ../../operation/agentes/alerts_status.php:477 -#: ../../operation/agentes/alerts_status.php:511 -#: ../../operation/agentes/alerts_status.php:545 -#: ../../operation/agentes/alerts_status.php:590 -#: ../../operation/snmpconsole/snmp_view.php:745 -#: ../../operation/snmpconsole/snmp_view.php:902 -#: ../../operation/snmpconsole/snmp_view.php:930 -#: ../../enterprise/extensions/vmware/main.php:196 -#: ../../enterprise/extensions/vmware/main.php:203 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../enterprise/load_enterprise.php:1 -msgid "Validate" -msgstr "Validar" - -#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 -#: ../../enterprise/meta/advanced/license_meta.php:115 -#: ../../enterprise/meta/advanced/license_meta.php:119 -msgid "Request new license" -msgstr "Solicitar nueva licencia" - -#: ../../godmode/setup/license.php:108 -#: ../../enterprise/meta/advanced/license_meta.php:123 -msgid "To get your Pandora FMS Enterprise License:" -msgstr "Para obtener su Licencia de Pandora FMS Enteprise" - -#: ../../godmode/setup/license.php:111 -#: ../../enterprise/meta/advanced/license_meta.php:126 -#, php-format -msgid "Go to %s" -msgstr "Ir a %s" - -#: ../../godmode/setup/license.php:114 -#: ../../enterprise/meta/advanced/license_meta.php:129 -msgid "Enter the auth key and the following request key:" -msgstr "Introduce la auth key y la siguiente request key:" - -#: ../../godmode/setup/license.php:120 -#: ../../enterprise/meta/advanced/license_meta.php:135 -msgid "Enter your name (or a company name) and a contact email address." -msgstr "Introduzca su nombre (o empresa) y un email de contacto." - -#: ../../godmode/setup/license.php:123 -#: ../../enterprise/meta/advanced/license_meta.php:138 -msgid "Click on Generate." -msgstr "Haga click en Generar" - -#: ../../godmode/setup/license.php:126 -#: ../../enterprise/meta/advanced/license_meta.php:141 -msgid "" -"Click here, enter " -"the generated license key and click on Validate." -msgstr "" -"Haga click aquí, e " -"introduzca la licence key generada y pulse en Validar." - -#: ../../godmode/setup/links.php:27 -msgid "Link management" -msgstr "Gestionar enlaces" - -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "Ha habido un problema al crear el enlace" - -#: ../../godmode/setup/links.php:56 -msgid "There was a problem modifying link" -msgstr "Ha habido un problema al modificar el enlace" - -#: ../../godmode/setup/links.php:67 -msgid "There was a problem deleting link" -msgstr "Ha habido un problema al borrar el enlace" - -#: ../../godmode/setup/links.php:86 ../../godmode/setup/news.php:130 -msgid "Name error" -msgstr "Error de nombre" - -#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 -msgid "Link name" -msgstr "Nombre enlace" - -#: ../../godmode/setup/links.php:109 -#: ../../enterprise/godmode/policies/policy_linking.php:137 -msgid "Link" -msgstr "Enlace" - -#: ../../godmode/setup/links.php:132 -msgid "There isn't links" -msgstr "No existen enlaces" - -#: ../../godmode/setup/news.php:28 -msgid "Site news management" -msgstr "Gestionar noticias" - -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -#: ../../godmode/update_manager/update_manager.messages.php:136 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../operation/messages/message_list.php:126 -msgid "Subject" -msgstr "Asunto" - -#: ../../godmode/setup/news.php:167 -msgid "Modal screen" -msgstr "Pantalla modal" - -#: ../../godmode/setup/news.php:170 -msgid "Expire" -msgstr "Caduca" - -#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 -msgid "Expiration" -msgstr "Vencimiento" - -#: ../../godmode/setup/news.php:215 -msgid "There are no defined news" -msgstr "No hay noticias definidas" - -#: ../../godmode/setup/news.php:222 -#: ../../operation/agentes/estado_generalagente.php:392 -#: ../../operation/incidents/incident_detail.php:419 -msgid "Author" -msgstr "Autor" - -#: ../../godmode/setup/news.php:242 -msgid "Modal" -msgstr "Modal" - -#: ../../godmode/setup/news.php:245 -msgid "Board" -msgstr "Tablero" - -#: ../../godmode/setup/news.php:256 -msgid "Expired" -msgstr "Caducado" - -#: ../../godmode/setup/os.list.php:75 -msgid "There are no defined operating systems" -msgstr "No hay sistemas operativos definidos" - -#: ../../godmode/setup/os.list.php:81 -msgid "Create OS" -msgstr "Crear SO" - -#: ../../godmode/setup/os.php:73 -msgid "Fail creating OS" -msgstr "Error al crear SO" - -#: ../../godmode/setup/os.php:80 -msgid "Success creating OS" -msgstr "Éxito al crear SO" - -#: ../../godmode/setup/os.php:100 -msgid "Success updatng OS" -msgstr "Éxito al actualizar SO" - -#: ../../godmode/setup/os.php:100 -msgid "Error updating OS" -msgstr "Error al actualizar SO" - -#: ../../godmode/setup/os.php:119 -msgid "There are agents with this OS." -msgstr "Existen agentes con este Sistema Operativo." - -#: ../../godmode/setup/os.php:124 -msgid "Success deleting" -msgstr "Éxito al borrar" - -#: ../../godmode/setup/os.php:124 -msgid "Error deleting" -msgstr "Error al borrar" - -#: ../../godmode/setup/os.php:133 -msgid "List OS" -msgstr "Listar SS. OO." - -#: ../../godmode/setup/os.php:137 -msgid "Builder OS" -msgstr "Creador de registros de sistema operativo." - -#: ../../godmode/setup/performance.php:49 -#: ../../include/functions_config.php:386 -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../enterprise/meta/include/functions_meta.php:1271 -msgid "Max. days before delete events" -msgstr "Nº max. de días antes de borrar eventos" - -#: ../../godmode/setup/performance.php:49 -msgid "" -"If the compaction or purge of the data is more frequent than the events " -"deletion, anomalies in module graphs could appear" -msgstr "" -"Si la compactación o purgado de datos es más frecuente que el borrado de " -"eventos, pueden aparecer anomalías en las gráficas de módulo" - -#: ../../godmode/setup/performance.php:52 -#: ../../include/functions_config.php:388 -msgid "Max. days before delete traps" -msgstr "Nº max. de días antes de borrar traps SNMP" - -#: ../../godmode/setup/performance.php:55 -#: ../../include/functions_config.php:392 -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../enterprise/meta/include/functions_meta.php:1291 -msgid "Max. days before delete audit events" -msgstr "Nº max. de días antes de borrar eventos de auditoría interna" - -#: ../../godmode/setup/performance.php:58 -#: ../../include/functions_config.php:390 -msgid "Max. days before delete string data" -msgstr "Nº max. de días antes de borrar datos de tipo texto" - -#: ../../godmode/setup/performance.php:61 -#: ../../include/functions_config.php:394 -msgid "Max. days before delete GIS data" -msgstr "Nº max. de días antes de borrar información GIS" - -#: ../../godmode/setup/performance.php:64 -#: ../../include/functions_config.php:396 -msgid "Max. days before purge" -msgstr "Máx. días antes de eliminar datos" - -#: ../../godmode/setup/performance.php:64 -msgid "" -"Configure a purge period more frequent than a compact data period has no " -"sense" -msgstr "" -"Configurar un periodo de purgado con más frecuencia que el periodo de " -"compactación de datos no tiene sentido" - -#: ../../godmode/setup/performance.php:67 -#: ../../include/functions_config.php:400 -msgid "Max. days before compact data" -msgstr "Máx. días antes de comprimir datos" - -#: ../../godmode/setup/performance.php:70 -#: ../../include/functions_config.php:398 -msgid "Max. days before delete unknown modules" -msgstr "Máximo de días antes de borrar módulos desconocidos" - -#: ../../godmode/setup/performance.php:73 -msgid "Max. days before delete autodisabled agents" -msgstr "Días máximos antes de la eliminación de los agentes deshabilitados" - -#: ../../godmode/setup/performance.php:76 -#: ../../include/functions_config.php:424 -msgid "Retention period of past special days" -msgstr "Período de retención de días especiales pasados" - -#: ../../godmode/setup/performance.php:76 -msgid "This number is days to keep past special days. 0 means never remove." -msgstr "" -"Este número son los días para mantener los días especiales pasados. 0 " -"significa que no se borren nunca." - -#: ../../godmode/setup/performance.php:79 -#: ../../include/functions_config.php:426 -msgid "Max. macro data fields" -msgstr "Campo de macro para el máximo" - -#: ../../godmode/setup/performance.php:79 -msgid "Number of macro fields in alerts and templates between 1 and 15" -msgstr "" -"Número de campos de macro en alertas y plantillas, debe ser entre 1 y 15" - -#: ../../godmode/setup/performance.php:83 -#: ../../include/functions_config.php:429 -msgid "Max. days before delete inventory data" -msgstr "Días máximos antes del borrado de datos de inventario" - -#: ../../godmode/setup/performance.php:96 -msgid "Item limit for realtime reports" -msgstr "Límite del elemento para informes en tiempo real" - -#: ../../godmode/setup/performance.php:96 -msgid "" -"Set a value too high cause a slowdown on console and a performance penalty " -"in the system." -msgstr "" -"Establecer un valor demasiado alto causa una des aceleración en la consola y " -"una penalización de rendimiento en el sistema." - -#: ../../godmode/setup/performance.php:100 -#: ../../include/functions_config.php:406 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" - -#: ../../godmode/setup/performance.php:100 -msgid "Data will be compacted in intervals of the specified length." -msgstr "Los datos se compactarán en intervalos de la longitud especificada." - -#: ../../godmode/setup/performance.php:106 ../../include/ajax/module.php:136 -#: ../../include/functions_netflow.php:1055 +"Algunos de sus ficheros puede que no se hayan recuperado correctamente." + +#: ../../include/ajax/update_manager.ajax.php:180 +#: ../../include/ajax/update_manager.ajax.php:197 +#: ../../include/functions_update_manager.php:136 +#: ../../include/functions_update_manager.php:152 +msgid "Some of your old files might not be recovered." +msgstr "Algunos de sus ficheros antiguos no se han podido recuperar." + +#: ../../include/ajax/update_manager.ajax.php:218 +#: ../../include/functions_update_manager.php:173 +msgid "An error ocurred while reading a file." +msgstr "Se produjo un error al leer un fichero" + +#: ../../include/ajax/update_manager.ajax.php:225 +#: ../../include/functions_update_manager.php:180 +msgid "The package does not exist" +msgstr "El paquete no existe." + +#: ../../include/ajax/update_manager.ajax.php:239 +msgid "Package not accepted" +msgstr "Paquete no aceptado" + +#: ../../include/ajax/update_manager.ajax.php:411 +msgid "Fail to update to the last package." +msgstr "Fallo al actualizar al ultimo paquete" + +#: ../../include/ajax/update_manager.ajax.php:419 +msgid "Starting to update to the last package." +msgstr "Comenzando la actualización al último paquete" + +#: ../../include/ajax/update_manager.ajax.php:463 +msgid "Package not accepted." +msgstr "Paquete no aceptado" + +#: ../../include/ajax/update_manager.ajax.php:497 +msgid "progress" +msgstr "Progreso" + +#: ../../include/ajax/update_manager.ajax.php:525 +#: ../../include/functions_update_manager.php:189 +msgid "The package is installed." +msgstr "El paquete está instalado" + +#: ../../include/ajax/visual_console_builder.ajax.php:180 +#: ../../include/functions_graph.php:5207 +msgid "No data to show" +msgstr "No hay datos que mostrar" + +#: ../../include/ajax/alert_list.ajax.php:80 +#: ../../godmode/alerts/alert_list.php:230 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/agentes/configurar_agente.php:1571 +#: ../../godmode/agentes/modificar_agente.php:116 +msgid "Successfully enabled" +msgstr "Activado correctamente" + +#: ../../include/ajax/alert_list.ajax.php:82 +#: ../../godmode/alerts/alert_list.php:230 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/agentes/configurar_agente.php:1571 +#: ../../godmode/agentes/modificar_agente.php:116 +msgid "Could not be enabled" +msgstr "No se pudo activar" + +#: ../../include/ajax/alert_list.ajax.php:91 +#: ../../godmode/alerts/alert_list.php:247 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/agentes/configurar_agente.php:1586 +#: ../../godmode/agentes/modificar_agente.php:135 +msgid "Successfully disabled" +msgstr "Desactivado correctamente" + +#: ../../include/ajax/alert_list.ajax.php:93 +#: ../../godmode/alerts/alert_list.php:247 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/agentes/configurar_agente.php:1586 +#: ../../godmode/agentes/modificar_agente.php:135 +msgid "Could not be disabled" +msgstr "No se pudo desactivar" + +#: ../../include/ajax/alert_list.ajax.php:155 +#: ../../godmode/alerts/alert_list.list.php:615 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../godmode/massive/massive_add_action_alerts.php:183 +msgid "Number of alerts match from" +msgstr "Número de alertas coincidentes de" + +#: ../../include/ajax/alert_list.ajax.php:165 +#: ../../include/functions_reporting_html.php:2107 +#: ../../include/functions_reporting_html.php:3098 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../godmode/alerts/alert_list.list.php:539 +#: ../../godmode/alerts/alert_list.list.php:625 +#: ../../godmode/alerts/alert_list.builder.php:134 +msgid "Threshold" +msgstr "Umbral" + +#: ../../include/ajax/module.php:133 ../../include/functions.php:2591 +msgid "30 minutes" +msgstr "30 minutos" + +#: ../../include/ajax/module.php:135 +msgid "6 hours" +msgstr "6 horas" + +#: ../../include/ajax/module.php:136 ../../include/functions_netflow.php:1055 #: ../../include/functions_netflow.php:1088 -#: ../../enterprise/dashboard/widgets/top_n.php:64 -#: ../../enterprise/godmode/agentes/inventory_manager.php:179 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../godmode/setup/performance.php:106 msgid "12 hours" msgstr "12 horas" -#: ../../godmode/setup/performance.php:107 -msgid "Last day" -msgstr "Último día" - -#: ../../godmode/setup/performance.php:108 -#: ../../include/functions_netflow.php:1057 -#: ../../include/functions_netflow.php:1090 -#: ../../enterprise/godmode/agentes/inventory_manager.php:181 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 -msgid "2 days" -msgstr "2 días" - -#: ../../godmode/setup/performance.php:109 -msgid "10 days" -msgstr "10 días" - -#: ../../godmode/setup/performance.php:110 -#: ../../include/functions_netflow.php:1060 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 -msgid "Last week" -msgstr "Última semana" - -#: ../../godmode/setup/performance.php:111 -msgid "2 weeks" -msgstr "semana" - -#: ../../godmode/setup/performance.php:112 -#: ../../include/functions_netflow.php:1061 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -msgid "Last month" -msgstr "Último mes" - -#: ../../godmode/setup/performance.php:114 -#: ../../include/functions_config.php:408 -#: ../../enterprise/meta/advanced/metasetup.performance.php:92 -#: ../../enterprise/meta/include/functions_meta.php:1301 -msgid "Default hours for event view" -msgstr "Núm. de horas predeterminado para la visión de eventos" - -#: ../../godmode/setup/performance.php:117 -#: ../../include/functions_config.php:410 -msgid "Use realtime statistics" -msgstr "Usar estadísticas en tiempo real" - -#: ../../godmode/setup/performance.php:121 -#: ../../include/functions_config.php:412 -msgid "Batch statistics period (secs)" -msgstr "Período de las estadísticas programadas (En segundos)" - -#: ../../godmode/setup/performance.php:121 -msgid "" -"If realtime statistics are disabled, statistics interval resfresh will be " -"set here." -msgstr "" -"Si las estadísticas en tiempo real son deshabilitadas, el intervalo de " -"refresco de las estadísticas será definido aquí." - -#: ../../godmode/setup/performance.php:124 -#: ../../include/functions_config.php:414 -#: ../../enterprise/meta/include/functions_meta.php:1311 -msgid "Use agent access graph" -msgstr "Usar la gráfica de acceso del agente" - -#: ../../godmode/setup/performance.php:128 -#: ../../include/functions_config.php:416 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. número de archivos recomendado para el directorio attachment" - -#: ../../godmode/setup/performance.php:128 -msgid "" -"This number is the maximum number of files in attachment directory. If this " -"number is reached then a warning message will appear in the header " -"notification space." -msgstr "" -"Número máximo de archivos en el directorio attachment. Si se alcanza el " -"número se mostrará un mensaje en el área de notificaciones de la cabecera." - -#: ../../godmode/setup/performance.php:131 -#: ../../include/functions_config.php:418 -msgid "Delete not init modules" -msgstr "Borrar módulos no inicializados" - -#: ../../godmode/setup/performance.php:135 -msgid "Big Operation Step to purge old data" -msgstr "Gran operación para la purga de datos antiguos" - -#: ../../godmode/setup/performance.php:135 -msgid "" -"The number of blocks that a time interval is split into. A bigger value " -"means bigger blocks, which is faster but heavier on the database. Default is " -"100." -msgstr "" -"El número de bloques en los que se divide un intervalo de tiempo. Un valor " -"mayor significa bloques más grandes, será más rápido pero más pesado en base " -"de datos. El valor predeterminado es 100." - -#: ../../godmode/setup/performance.php:138 -#: ../../include/functions_config.php:422 -msgid "Small Operation Step to purge old data" -msgstr "Operación menor para la purga de datos antiguos" - -#: ../../godmode/setup/performance.php:138 -msgid "" -"The number of rows that are processed in a single query in deletion. Default " -"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " -"systems with locks." -msgstr "" -"El número de filas que se procesan en una sola consulta en supresión. El " -"valor predeterminado es 1000. Aumente a 3000-5000 en sistemas rápidos. " -"Disminuir a 500 o 250 en sistemas con cerraduras." - -#: ../../godmode/setup/performance.php:141 -#: ../../include/functions_config.php:432 -msgid "Graph container - Max. Items" -msgstr "Contenedor de gráficas - Items máximos" - -#: ../../godmode/setup/performance.php:141 -msgid "" -"The number of graphs that are viewed in a container. Default is 10 " -".Increasing this number could lead to performance problems" -msgstr "" -"El número de gráficas que se verán en el contenedor. Por defecto son 10. " -"Incrementar este número podría conllevar problemas de rendimiento." - -#: ../../godmode/setup/performance.php:146 -msgid "Database maintenance options" -msgstr "Opciones de mantenimiento de la base de datos" - -#: ../../godmode/setup/performance.php:152 -#: ../../include/functions_graph.php:3235 -msgid "Others" -msgstr "Otros" - -#: ../../godmode/setup/setup.php:145 -msgid "Correct update the setup options" -msgstr "Actualización correccta de las opciones de configuración" - -#: ../../godmode/setup/setup_auth.php:49 -#: ../../include/functions_config.php:338 -#: ../../enterprise/meta/include/functions_meta.php:602 -msgid "Fallback to local authentication" -msgstr "Alternativa si falla autenticación" - -#: ../../godmode/setup/setup_auth.php:50 -msgid "" -"Enable this option if you want to fallback to local authentication when " -"remote (ldap etc...) authentication failed." -msgstr "" -"Activa esta opción si quieres autenticación local si falla la autenticación " -"remota (ldap, etc)" - -#: ../../godmode/setup/setup_auth.php:57 -#: ../../include/functions_config.php:302 -#: ../../enterprise/meta/include/functions_meta.php:612 -msgid "Autocreate remote users" -msgstr "Crear automáticamente los usuarios remotos" - -#: ../../godmode/setup/setup_auth.php:74 -#: ../../include/functions_config.php:326 -#: ../../enterprise/meta/include/functions_meta.php:756 -msgid "LDAP server" -msgstr "Servidor LDAP" - -#: ../../godmode/setup/setup_auth.php:80 -#: ../../include/functions_config.php:328 -#: ../../enterprise/meta/include/functions_meta.php:766 -msgid "LDAP port" -msgstr "Puerto LDAP" - -#: ../../godmode/setup/setup_auth.php:87 -#: ../../include/functions_config.php:330 -#: ../../enterprise/meta/include/functions_meta.php:776 -msgid "LDAP version" -msgstr "Versión LDAP" - -#: ../../godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:317 -#: ../../include/functions_config.php:332 -#: ../../enterprise/godmode/setup/setup_auth.php:511 -#: ../../enterprise/meta/include/functions_meta.php:704 -#: ../../enterprise/meta/include/functions_meta.php:786 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../godmode/setup/setup_auth.php:100 -#: ../../include/functions_config.php:334 -#: ../../enterprise/meta/include/functions_meta.php:796 -msgid "Base DN" -msgstr "DN base" - -#: ../../godmode/setup/setup_auth.php:106 -#: ../../include/functions_config.php:336 -#: ../../enterprise/meta/include/functions_meta.php:806 -msgid "Login attribute" -msgstr "Atributo de acceso" - -#: ../../godmode/setup/setup_auth.php:128 -#: ../../include/functions_config.php:374 -#: ../../operation/users/user_edit.php:335 -#: ../../enterprise/meta/include/functions_meta.php:662 -msgid "Double authentication" -msgstr "Doble autenticación" - -#: ../../godmode/setup/setup_auth.php:129 -msgid "" -"If this option is enabled, the users can use double authentication with " -"their accounts" -msgstr "" -"Si esta opción está activada, los usuarios pueden usar la doble " -"autenticación con sus cuentas." - -#: ../../godmode/setup/setup_auth.php:141 -msgid "Session timeout (mins)" -msgstr "Fin de la sesión" - -#: ../../godmode/setup/setup_auth.php:142 -#: ../../godmode/users/configure_user.php:630 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting -" -"1 in this field." -msgstr "" -"Esto está definido en minutos, si desea una sesión permanente ponga -1 en " -"este campo." - -#: ../../godmode/setup/setup_auth.php:177 -msgid "Local Pandora FMS" -msgstr "Pandora FMS local" - -#: ../../godmode/setup/setup_auth.php:177 -msgid "ldap" -msgstr "LDAP" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:300 -#: ../../enterprise/meta/include/functions_meta.php:592 -msgid "Authentication method" -msgstr "Método de autenticación" - -#: ../../godmode/setup/setup_ehorus.php:54 -#: ../../include/functions_config.php:733 -msgid "Enable eHorus" -msgstr "Activar eHorus" - -#: ../../godmode/setup/setup_ehorus.php:85 -msgid "API Hostname" -msgstr "Nombre del propietario de la API" - -#: ../../godmode/setup/setup_ehorus.php:87 -msgid "Hostname of the eHorus API" -msgstr "Nombre del propietario de la API de eHorus" - -#: ../../godmode/setup/setup_ehorus.php:87 -msgid "Without protocol and port" -msgstr "Sin protocolo y puerto" - -#: ../../godmode/setup/setup_ehorus.php:87 -msgid "e.g., portal.ehorus.com" -msgstr "e.g., portal.ehorus.com" - -#: ../../godmode/setup/setup_ehorus.php:92 -msgid "API Port" -msgstr "Puerto de la API" - -#: ../../godmode/setup/setup_ehorus.php:94 -msgid "e.g., 18080" -msgstr "e.g., 18080" - -#: ../../godmode/setup/setup_ehorus.php:99 -msgid "Request timeout" -msgstr "Tiempo de espera excedido para la solicitud" - -#: ../../godmode/setup/setup_ehorus.php:101 -msgid "" -"Time in seconds to set the maximum time of the requests to the eHorus API" -msgstr "" -"Tiempo en segundos para establecer el tiempo máximo de respuesta para la API " -"de eHorus" - -#: ../../godmode/setup/setup_ehorus.php:101 -msgid "0 to disable" -msgstr "0 para deshabilitar" - -#: ../../godmode/setup/setup_ehorus.php:106 -msgid "Test" -msgstr "Probar" - -#: ../../godmode/setup/setup_ehorus.php:107 -#: ../../enterprise/dashboard/full_dashboard.php:286 -#: ../../enterprise/dashboard/main_dashboard.php:468 -#: ../../enterprise/dashboard/public_dashboard.php:312 -#: ../../enterprise/operation/agentes/transactional_map.php:301 -msgid "Start" -msgstr "Inicio" - -#: ../../godmode/setup/setup_ehorus.php:122 -msgid "Remote Management System" -msgstr "Sistema de gestión remota" - -#: ../../godmode/setup/setup_ehorus.php:130 -msgid "Custom field eHorusID created" -msgstr "Campo personalizado eHorusID creado" - -#: ../../godmode/setup/setup_ehorus.php:130 -msgid "Error creating custom field" -msgstr "Error al crear campo personalizado" - -#: ../../godmode/setup/setup_ehorus.php:133 -msgid "eHorus has his own agent identifiers" -msgstr "eHorus tiene sus propios identificadores de agente" - -#: ../../godmode/setup/setup_ehorus.php:134 -msgid "To store them, it will be necessary to use an agent custom field" -msgstr "" -"Para guardarlo, será necesario usar un campo personalizado del agente" - -#: ../../godmode/setup/setup_ehorus.php:135 -msgid "" -"Possibly the eHorus id will have to be filled in by hand for every agent" -msgstr "" -"Posiblemente el id de eHorus tendrá que ser rellenado a mano por cada agente" - -#: ../../godmode/setup/setup_ehorus.php:140 -msgid "The custom field does not exists already" -msgstr "El campo personalizado no existe aún" - -#: ../../godmode/setup/setup_ehorus.php:154 -msgid "eHorus API" -msgstr "eHorus API" - -#: ../../godmode/setup/setup_ehorus.php:186 -msgid "Connection timeout" -msgstr "La conexión ha expirado" - -#: ../../godmode/setup/setup_ehorus.php:187 -msgid "Empty user or password" -msgstr "Usuario o contraseña vacío" - -#: ../../godmode/setup/setup_ehorus.php:188 -msgid "User not found" -msgstr "Usuario no encontrado" - -#: ../../godmode/setup/setup_ehorus.php:189 -msgid "Invalid password" -msgstr "Contraseña incorrecta" - -#: ../../godmode/setup/setup_general.php:57 -#: ../../include/functions_config.php:131 -msgid "Remote config directory" -msgstr "Directorio remoto de configuración" - -#: ../../godmode/setup/setup_general.php:58 -msgid "Directory where agent remote configuration is stored." -msgstr "Directorio en el que se almacena la configuración remota del agente." - -#: ../../godmode/setup/setup_general.php:62 -#: ../../include/functions_config.php:133 -#: ../../enterprise/meta/advanced/metasetup.setup.php:125 -#: ../../enterprise/meta/include/functions_meta.php:347 -msgid "Auto login (hash) password" -msgstr "Contraseña («hash») de Inicio de sesión automático" - -#: ../../godmode/setup/setup_general.php:65 -#: ../../include/functions_config.php:136 -#: ../../enterprise/meta/advanced/metasetup.setup.php:129 -#: ../../enterprise/meta/include/functions_meta.php:357 -msgid "Time source" -msgstr "Hora de referencia" - -#: ../../godmode/setup/setup_general.php:66 ../../include/functions.php:1042 -#: ../../include/functions_reporting.php:6397 -#: ../../include/functions_events.php:988 -#: ../../include/functions_events.php:1419 -#: ../../include/functions_graph.php:2258 -#: ../../include/functions_graph.php:2923 -#: ../../include/functions_graph.php:3351 -#: ../../include/functions_graph.php:3354 -#: ../../include/functions_reporting_html.php:878 -#: ../../include/functions_reporting_html.php:1701 -#: ../../mobile/operation/events.php:111 ../../operation/events/events.php:77 -#: ../../operation/events/events_rss.php:178 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/meta/advanced/metasetup.setup.php:130 -msgid "System" -msgstr "Sistema" - -#: ../../godmode/setup/setup_general.php:67 -#: ../../enterprise/meta/advanced/metasetup.setup.php:131 -msgid "Database" -msgstr "Base de datos" - -#: ../../godmode/setup/setup_general.php:70 -#: ../../include/functions_config.php:138 -msgid "Automatic check for updates" -msgstr "Chequeo automático de actualizaciones" - -#: ../../godmode/setup/setup_general.php:74 -#: ../../include/functions_config.php:142 -#: ../../enterprise/meta/advanced/metasetup.setup.php:136 -#: ../../enterprise/meta/include/functions_meta.php:367 -msgid "Enforce https" -msgstr "Forzar https" - -#: ../../godmode/setup/setup_general.php:75 -#: ../../enterprise/meta/advanced/metasetup.setup.php:137 -msgid "" -"If SSL is not properly configured you will lose access to Pandora FMS " -"Console. Do you want to continue?" -msgstr "" -"Si no se ha configurado SSL correctamente, puede perder el acceso a la " -"consola de Pandora FMS. ¿Desea continuar?" - -#: ../../godmode/setup/setup_general.php:78 -msgid "Use cert of SSL" -msgstr "Usar el certificado SSL" - -#: ../../godmode/setup/setup_general.php:83 -msgid "Path of SSL Cert." -msgstr "Ruta del certificado SSL" - -#: ../../godmode/setup/setup_general.php:83 -msgid "" -"Path where you put your cert and name of this cert. Remember your cert only " -"in .pem extension." -msgstr "" -"Ruta donde se ubica su certificado y el nombre del mismo. Recuerde que su " -"certificado debe ir únicamente con la extensión .pem" - -#: ../../godmode/setup/setup_general.php:86 -#: ../../include/functions_config.php:146 -#: ../../enterprise/meta/advanced/metasetup.setup.php:142 -#: ../../enterprise/meta/include/functions_meta.php:377 -msgid "Attachment store" -msgstr "Almacenamiento de adjuntos" - -#: ../../godmode/setup/setup_general.php:86 -#: ../../enterprise/meta/advanced/metasetup.setup.php:142 -msgid "Directory where temporary data is stored." -msgstr "Directorio donde los datos temporales son almacenados." - -#: ../../godmode/setup/setup_general.php:89 -#: ../../include/functions_config.php:148 -#: ../../enterprise/meta/advanced/metasetup.setup.php:241 -#: ../../enterprise/meta/include/functions_meta.php:438 -msgid "IP list with API access" -msgstr "Lista de IPs con acceso a la API" - -#: ../../godmode/setup/setup_general.php:98 -#: ../../include/functions_config.php:150 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:318 -#: ../../enterprise/meta/advanced/metasetup.setup.php:237 -#: ../../enterprise/meta/include/functions_meta.php:417 -#: ../../enterprise/meta/include/functions_meta.php:427 -msgid "API password" -msgstr "Password de la API" - -#: ../../godmode/setup/setup_general.php:99 -#: ../../enterprise/meta/advanced/metasetup.setup.php:238 -msgid "Please be careful if you put a password put https access." -msgstr "" -"Por favor, tenga cuidado. Si tiene que introducir una contraseña ponga " -"acceso https." - -#: ../../godmode/setup/setup_general.php:102 -#: ../../include/functions_config.php:152 -msgid "Enable GIS features in Pandora Console" -msgstr "Activar funcionalidades GIS en Pandora FMS" - -#: ../../godmode/setup/setup_general.php:106 -#: ../../include/functions_config.php:162 -msgid "Enable Netflow" -msgstr "Activar Netflow" - -#: ../../godmode/setup/setup_general.php:140 -#: ../../enterprise/meta/advanced/metasetup.setup.php:179 -msgid "Change timezone" -msgstr "Cambiar zona horaria" - -#: ../../godmode/setup/setup_general.php:146 -#: ../../include/functions_config.php:169 -msgid "Sound for Alert fired" -msgstr "Sonido para alertas" - -#: ../../godmode/setup/setup_general.php:148 -#: ../../godmode/setup/setup_general.php:153 -#: ../../godmode/setup/setup_general.php:158 -msgid "Play sound" -msgstr "Reproducir sonido" - -#: ../../godmode/setup/setup_general.php:151 -#: ../../include/functions_config.php:171 -msgid "Sound for Monitor critical" -msgstr "Sonido para monitores Críticos" - -#: ../../godmode/setup/setup_general.php:156 -#: ../../include/functions_config.php:173 -msgid "Sound for Monitor warning" -msgstr "Sonido para monitores Warning" - -#: ../../godmode/setup/setup_general.php:161 -#: ../../include/functions_config.php:188 -#: ../../enterprise/meta/advanced/metasetup.setup.php:183 -#: ../../enterprise/meta/include/functions_meta.php:397 -msgid "Public URL" -msgstr "URL pública" - -#: ../../godmode/setup/setup_general.php:162 -#: ../../enterprise/meta/advanced/metasetup.setup.php:184 -msgid "" -"Set this value when your PandoraFMS across inverse proxy or for example with " -"mod_proxy of Apache." -msgstr "" -"Fije este valor cuando su Pandora llegue al proxy inverso o por ejemplo con " -"mod_proxy de Apache." - -#: ../../godmode/setup/setup_general.php:165 -#: ../../include/functions_config.php:190 -msgid "Referer security" -msgstr "Seguridad de Referer" - -#: ../../godmode/setup/setup_general.php:166 -msgid "" -"When it is set as \"yes\" in some important sections check if the user have " -"gone from url Pandora." -msgstr "" -"Al estar activada, se comprobará si el usuario proviene de la URL de la " -"consola de Pandora" - -#: ../../godmode/setup/setup_general.php:173 -#: ../../include/functions_config.php:192 -msgid "Event storm protection" -msgstr "Protección de tormenta de eventos" - -#: ../../godmode/setup/setup_general.php:174 -msgid "" -"If set to yes no events or alerts will be generated, but agents will " -"continue receiving data." -msgstr "" -"Si se configura afirmativo ningún evento o alerta se generará, pero los " -"agentes continuarán recibiendo datos." - -#: ../../godmode/setup/setup_general.php:182 -#: ../../include/functions_config.php:194 -msgid "Command Snapshot" -msgstr "Salida de comandos como capturas" - -#: ../../godmode/setup/setup_general.php:183 -msgid "The string modules with several lines show as command output" -msgstr "" -"Los módulos de tipo cadena de texto con varias líneas se mostrarán como una " -"salida de comando" - -#: ../../godmode/setup/setup_general.php:187 -#: ../../include/functions_config.php:196 -msgid "Server logs directory" -msgstr "Directorio de logs del servidor" - -#: ../../godmode/setup/setup_general.php:187 -msgid "Directory where the server logs are stored." -msgstr "Directorio donde se guardan los logs del servidor" - -#: ../../godmode/setup/setup_general.php:192 -msgid "Full mode" -msgstr "Modo total" - -#: ../../godmode/setup/setup_general.php:193 -msgid "On demand" -msgstr "Por demanda" - -#: ../../godmode/setup/setup_general.php:194 -msgid "Expert" -msgstr "Experta/o" - -#: ../../godmode/setup/setup_general.php:196 -#: ../../include/functions_config.php:198 -msgid "Tutorial mode" -msgstr "Modo Tutorial" - -#: ../../godmode/setup/setup_general.php:197 -msgid "" -"Configuration of our clippy, 'full mode' show the icon in the header and the " -"contextual helps and it is noise, 'on demand' it is equal to full but it is " -"not noise and 'expert' the icons in the header and the context is not." -msgstr "" -"La configuración del asistente, 'modo total' muestra el icono en la cabecera " -"y en las ayudas contextual ademas sera proactivo, 'bajo demanda' es igual " -"que el modo total pero no sera proactivo, y 'experto' no se mostrara los " -"iconos ni en la cabecera ni como ayuda contextual." - -#: ../../godmode/setup/setup_general.php:203 -#: ../../include/functions_config.php:200 -msgid "Allow create planned downtimes in the past" -msgstr "" -"Permitir la creación de paradas planificadas con fecha anterior a la actual" - -#: ../../godmode/setup/setup_general.php:204 -msgid "The planned downtimes created in the past will affect the SLA reports" -msgstr "" -"Las paradas planificadas creadas con fecha anterior a la actual afectarán a " -"los informes SLA" - -#: ../../godmode/setup/setup_general.php:208 -#: ../../include/functions_config.php:202 -msgid "Limit parameters massive" -msgstr "Límites de los parámetros masivos" - -#: ../../godmode/setup/setup_general.php:209 +#: ../../include/ajax/module.php:137 ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2025 +msgid "1 day" +msgstr "1 día" + +#: ../../include/ajax/module.php:138 ../../include/functions_netflow.php:1093 +#: ../../include/functions.php:2026 +msgid "1 week" +msgstr "1 semana" + +#: ../../include/ajax/module.php:139 ../../include/functions_netflow.php:1059 +#: ../../include/functions_netflow.php:1092 ../../include/functions.php:2027 +msgid "15 days" +msgstr "15 días" + +#: ../../include/ajax/module.php:140 ../../include/functions_netflow.php:1094 +#: ../../include/functions.php:2028 +msgid "1 month" +msgstr "1 mes" + +#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063 +msgid "3 months" +msgstr "3 meses" + +#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064 +msgid "6 months" +msgstr "6 meses" + +#: ../../include/ajax/module.php:143 ../../include/functions.php:2031 +msgid "1 year" +msgstr "1 año" + +#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066 +msgid "2 years" +msgstr "2 años" + +#: ../../include/ajax/module.php:145 +msgid "3 years" +msgstr "3 años" + +#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846 +#: ../../godmode/agentes/module_manager.php:679 +#: ../../godmode/agentes/module_manager.php:689 +msgid "Adopted" +msgstr "Adoptado" + +#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850 +#: ../../godmode/massive/massive_edit_modules.php:572 +#: ../../godmode/agentes/module_manager.php:689 +#: ../../godmode/agentes/module_manager.php:693 +msgid "Unlinked" +msgstr "Deslinkado" + +#: ../../include/ajax/module.php:1093 +msgid "Any monitors aren't with this filter." +msgstr "No todos los monitores llevan este filtro" + +#: ../../include/ajax/module.php:1096 +msgid "This agent doesn't have any active monitors." +msgstr "Este agente no tiene ningún monitor activo" + +#: ../../include/ajax/events.php:158 #, php-format -msgid "" -"Your PHP environment is setted with %d max_input_vars. Maybe you must not " -"set this value with upper values." -msgstr "" -"Su entorno PHP fue establecido con %d max_input_vars. Tal vez no deba " -"establecer valores superiores en este parámetro." - -#: ../../godmode/setup/setup_general.php:213 -msgid "Include agents manually disabled" -msgstr "Incluir agentes deshabilitados manualmente" - -#: ../../godmode/setup/setup_general.php:217 -msgid "audit log directory" -msgstr "Directorio de log" - -#: ../../godmode/setup/setup_general.php:218 -msgid "Directory where audit log is stored." -msgstr "Directorio donde se guarda el log." - -#: ../../godmode/setup/setup_general.php:224 -msgid "General options" -msgstr "Opciones generales" - -#: ../../godmode/setup/setup_general.php:283 -msgid "" -"If Enterprise ACL System is enabled without rules you will lose access to " -"Pandora FMS Console (even admin). Do you want to continue?" -msgstr "" -"Si el sistema ACL Enterprise es activado sin reglas, perderá el acceso a la " -"consola de Pandora FMS (incluso siendo administrador). ¿Desea continuar?" - -#: ../../godmode/setup/setup_netflow.php:41 -#: ../../include/functions_config.php:683 -msgid "Data storage path" -msgstr "Ruta de almacenamiento de datos" - -#: ../../godmode/setup/setup_netflow.php:42 -msgid "Directory where netflow data will be stored." -msgstr "Directorio donde los datos netflow se almacenarán" - -#: ../../godmode/setup/setup_netflow.php:45 -#: ../../include/functions_config.php:685 -msgid "Daemon interval" -msgstr "Intervalo del demonio" - -#: ../../godmode/setup/setup_netflow.php:46 -msgid "Specifies the time interval in seconds to rotate netflow data files." -msgstr "" -"Especifica el intervalo de tiempo en segundos para rotar los archivos de " -"datos de Netflow" - -#: ../../godmode/setup/setup_netflow.php:49 -#: ../../include/functions_config.php:687 -msgid "Daemon binary path" -msgstr "Ruta de demonio binario" - -#: ../../godmode/setup/setup_netflow.php:52 -#: ../../include/functions_config.php:689 -msgid "Nfdump binary path" -msgstr "Ruta binaria Nfdump" - -#: ../../godmode/setup/setup_netflow.php:55 -#: ../../include/functions_config.php:691 -msgid "Nfexpire binary path" -msgstr "Ruta binaria Nfexpire" - -#: ../../godmode/setup/setup_netflow.php:58 -#: ../../include/functions_config.php:693 -msgid "Maximum chart resolution" -msgstr "Máxima resolución de gráfica" - -#: ../../godmode/setup/setup_netflow.php:58 -msgid "" -"Maximum number of points that a netflow area chart will display. The higher " -"the resolution the performance. Values between 50 and 100 are recommended." -msgstr "" -"Máximo número de puntos que una tabla de area netflow puede mostrar. Cuanto " -"más alta la resolución mejor la ejecución. Se recomiendan los valores entre " -"50 y 100" - -#: ../../godmode/setup/setup_netflow.php:61 -#: ../../include/functions_config.php:695 -#: ../../enterprise/meta/advanced/metasetup.setup.php:187 -msgid "Disable custom live view filters" -msgstr "Desactive los filtros de vista activa personalizados" - -#: ../../godmode/setup/setup_netflow.php:62 -#: ../../enterprise/meta/advanced/metasetup.setup.php:187 -msgid "" -"Disable the definition of custom filters in the live view. Only existing " -"filters can be used." -msgstr "" -"Desactive la definición de filtros personalizados en la vista activa. Sólo " -"los filtros existentes pueden usarse." - -#: ../../godmode/setup/setup_netflow.php:65 -#: ../../include/functions_config.php:697 -#: ../../include/functions_config.php:703 -msgid "Netflow max lifetime" -msgstr "Tiempo máximo del Netflow" - -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Sets the maximum lifetime for netflow data in days." -msgstr "Fijar el tiempo máximo para los datos netflow en dias" - -#: ../../godmode/setup/setup_netflow.php:68 -#: ../../include/functions_config.php:699 -msgid "Name resolution for IP address" -msgstr "Resolver direcciones IP para obtener sus nombres de máquina" - -#: ../../godmode/setup/setup_netflow.php:69 -#: ../../operation/netflow/nf_live_view.php:284 -msgid "Resolve the IP addresses to get their hostnames." -msgstr "Resolver direcciones IP para obtener sus hostnames" - -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../operation/netflow/nf_live_view.php:274 -msgid "IP address resolution can take a lot of time" -msgstr "La resolución de direcciones IP puede tardar mucho tiempo" - -#: ../../godmode/setup/setup_visuals.php:75 -#: ../../include/functions_config.php:515 -msgid "Default interval for refresh on Visual Console" -msgstr "Intervalo de refresco en la consola visual por defecto" - -#: ../../godmode/setup/setup_visuals.php:76 -msgid "This interval will affect to Visual Console pages" -msgstr "Este intervalo afectará a todas las páginas de la consola visual" - -#: ../../godmode/setup/setup_visuals.php:80 -msgid "Paginated module view" -msgstr "Vista del módulo paginada" - -#: ../../godmode/setup/setup_visuals.php:85 -#: ../../include/functions_config.php:563 -#: ../../enterprise/meta/advanced/metasetup.visual.php:174 -#: ../../enterprise/meta/include/functions_meta.php:1247 -msgid "Display data of proc modules in other format" -msgstr "Mostrar los datos de los módulos proc de otra forma" - -#: ../../godmode/setup/setup_visuals.php:95 -#: ../../include/functions_config.php:565 -#: ../../enterprise/meta/advanced/metasetup.visual.php:183 -#: ../../enterprise/meta/include/functions_meta.php:1252 -msgid "Display text proc modules have state is ok" -msgstr "Texto a mostrar cuando el estado del módulo proc es OK" - -#: ../../godmode/setup/setup_visuals.php:99 -#: ../../include/functions_config.php:567 -#: ../../enterprise/meta/advanced/metasetup.visual.php:186 -#: ../../enterprise/meta/include/functions_meta.php:1257 -msgid "Display text when proc modules have state critical" -msgstr "Texto a mostrar cuando el estado del módulo proc es Critico" - -#: ../../godmode/setup/setup_visuals.php:104 -msgid "Click to display lateral menus" -msgstr "Haz clic para mostrar el menú lateral" - -#: ../../godmode/setup/setup_visuals.php:105 -msgid "" -"When enabled, the lateral menus are shown when left clicking them, instead " -"of hovering over them" -msgstr "" -"Cuando está activo, el menú lateral se mostrará al hacer clic, en lugar de " -"mostrarse de forma automática al pasar por encima" - -#: ../../godmode/setup/setup_visuals.php:117 -#: ../../include/functions_config.php:574 -msgid "Service label font size" -msgstr "Tamaño de fuente para el mapa de servicios" - -#: ../../godmode/setup/setup_visuals.php:121 -msgid "Space between items in Service maps" -msgstr "Espacio entre nodos para el mapa de servicios" - -#: ../../godmode/setup/setup_visuals.php:126 -#: ../../include/functions_config.php:581 -msgid "Classic menu mode" -msgstr "Menú clásico" - -#: ../../godmode/setup/setup_visuals.php:127 -msgid "Text menu options always visible, don't hide" -msgstr "Menú siempre visible" - -#: ../../godmode/setup/setup_visuals.php:138 -msgid "Behaviour configuration" -msgstr "Configuración del comportamiento" - -#: ../../godmode/setup/setup_visuals.php:153 -#: ../../include/functions_config.php:472 -msgid "Style template" -msgstr "Plantilla de estilo" - -#: ../../godmode/setup/setup_visuals.php:158 -#: ../../include/functions_config.php:480 -msgid "Status icon set" -msgstr "Icono de estado en" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Colors" -msgstr "Colores" - -#: ../../godmode/setup/setup_visuals.php:160 -msgid "Faces" -msgstr "Caras" - -#: ../../godmode/setup/setup_visuals.php:161 -msgid "Colors and text" -msgstr "Colores y texto" - -#: ../../godmode/setup/setup_visuals.php:168 -#: ../../include/functions_config.php:499 -#: ../../enterprise/meta/advanced/metasetup.visual.php:207 -msgid "Login background" -msgstr "Imagen de fondo de la pantalla de login" - -#: ../../godmode/setup/setup_visuals.php:169 -#: ../../enterprise/meta/advanced/metasetup.visual.php:208 -msgid "You can place your custom images into the folder images/backgrounds/" -msgstr "" -"Puedes poner tus propias imágenes en el directorio images/backgrounds/" - -#: ../../godmode/setup/setup_visuals.php:188 -#: ../../enterprise/meta/advanced/metasetup.visual.php:218 -msgid "Custom logo (header)" -msgstr "Logo personalizado (cabecera)" - -#: ../../godmode/setup/setup_visuals.php:207 -#: ../../enterprise/meta/advanced/metasetup.visual.php:225 -msgid "Custom logo (login)" -msgstr "Logo personalizado (login)" - -#: ../../godmode/setup/setup_visuals.php:225 -#: ../../enterprise/meta/advanced/metasetup.visual.php:232 -msgid "Custom Splash (login)" -msgstr "Imagen personalizada (login)" - -#: ../../godmode/setup/setup_visuals.php:238 -#: ../../enterprise/meta/advanced/metasetup.visual.php:239 -msgid "Title 1 (login)" -msgstr "Título 1 (login)" - -#: ../../godmode/setup/setup_visuals.php:245 -#: ../../enterprise/meta/advanced/metasetup.visual.php:243 -msgid "Title 2 (login)" -msgstr "Título 2 (login)" - -#: ../../godmode/setup/setup_visuals.php:250 -msgid "Disable logo in graphs" -msgstr "Deshabilitar el logo en las gráficas" - -#: ../../godmode/setup/setup_visuals.php:264 -#: ../../include/functions_config.php:541 -msgid "Fixed header" -msgstr "Cabecera fija" - -#: ../../godmode/setup/setup_visuals.php:272 -#: ../../include/functions_config.php:543 -msgid "Fixed menu" -msgstr "Menú fijo" - -#: ../../godmode/setup/setup_visuals.php:280 -#: ../../include/functions_config.php:537 -msgid "Autohidden menu" -msgstr "Ocultar menú" - -#: ../../godmode/setup/setup_visuals.php:285 -msgid "Style configuration" -msgstr "Configuración de estilo" - -#: ../../godmode/setup/setup_visuals.php:300 -#: ../../include/functions_config.php:531 -msgid "GIS Labels" -msgstr "Etiquetas GIS" - -#: ../../godmode/setup/setup_visuals.php:301 -msgid "" -"This enabling this, you get a label with agent name in GIS maps. If you have " -"lots of agents in the map, will be unreadable. Disabled by default." -msgstr "" -"Habilitando esto obtinen una etiqueta con el nombre del agente en los mapas " -"GIS. Si tiene muchos agentes en el mapa puede ser ilegible. Deshabilitado " -"por defecto." - -#: ../../godmode/setup/setup_visuals.php:312 -#: ../../include/functions_config.php:535 -msgid "Default icon in GIS" -msgstr "Icono GIS por defecto" - -#: ../../godmode/setup/setup_visuals.php:313 -msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" -msgstr "" -"Icono de agente para mapas GIS. Si el valor es \"none\", se usará el icono " -"del grupo" - -#: ../../godmode/setup/setup_visuals.php:322 -msgid "GIS configuration" -msgstr "Configuración GIS" - -#: ../../godmode/setup/setup_visuals.php:337 -#: ../../include/functions_config.php:482 -msgid "Font path" -msgstr "Ruta de la tipografía" - -#: ../../godmode/setup/setup_visuals.php:367 -#: ../../include/functions_config.php:519 -#: ../../include/functions_config.php:521 -msgid "Agent size text" -msgstr "Tamaño del texto del agente" - -#: ../../godmode/setup/setup_visuals.php:368 -msgid "" -"When the agent name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"Cuando el nombre del agente tenga muchos caracteres, en algunos lugares de " -"la consola, será necesario truncar su longitud a N caracteres." - -#: ../../godmode/setup/setup_visuals.php:369 -#: ../../godmode/setup/setup_visuals.php:377 -msgid "Small:" -msgstr "Pequeño:" - -#: ../../godmode/setup/setup_visuals.php:371 -#: ../../godmode/setup/setup_visuals.php:379 -msgid "Normal:" -msgstr "Normal:" - -#: ../../godmode/setup/setup_visuals.php:375 -#: ../../include/functions_config.php:523 -msgid "Module size text" -msgstr "Tamaño del nombre del modulo" - -#: ../../godmode/setup/setup_visuals.php:376 -msgid "" -"When the module name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"Cuando el nombre del modulo sea muy largo, en algunos lugares de la consola, " -"será necesario truncar su longitud a N caracteres." - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:525 -#: ../../include/functions_config.php:527 -msgid "Description size text" -msgstr "Tamaño del texto de la descripción" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"When the description name have a lot of characters, in some places in " -"Pandora Console it is necesary truncate to N characters." -msgstr "" -"Cuando el texto de la descripción tiene muchos caracteres, en algunos " -"lugares de la consola, será necesario truncar su longitud a N caracteres." - -#: ../../godmode/setup/setup_visuals.php:387 -#: ../../include/functions_config.php:529 -msgid "Item title size text" -msgstr "Tamaño del texto de los títulos" - -#: ../../godmode/setup/setup_visuals.php:388 -msgid "" -"When the item title name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"Cuando el texto de un título tenga muchos caracteres, en algunos lugares de " -"la consola, será necesario truncar su longitud a N caracteres." - -#: ../../godmode/setup/setup_visuals.php:393 -msgid "Show unit along with value in reports" -msgstr "Mostrar la unidad junto con el valor en los informes" - -#: ../../godmode/setup/setup_visuals.php:394 -msgid "This enabling this, max, min and avg values will be shown with units." -msgstr "" -"Si activas esta opción, el máximo, mínimo y la media aparecerá con unidades" - -#: ../../godmode/setup/setup_visuals.php:402 -msgid "Font and Text configuration" -msgstr "Configuración Fuente y Texto" - -#: ../../godmode/setup/setup_visuals.php:417 -#: ../../include/functions_config.php:443 -#: ../../enterprise/meta/advanced/metasetup.visual.php:99 -#: ../../enterprise/meta/include/functions_meta.php:998 -msgid "Graph color (min)" -msgstr "Color de la gráfica (mín.)" - -#: ../../godmode/setup/setup_visuals.php:421 -#: ../../include/functions_config.php:445 -#: ../../enterprise/meta/advanced/metasetup.visual.php:102 -#: ../../enterprise/meta/include/functions_meta.php:1008 -msgid "Graph color (avg)" -msgstr "Color de la gráfica (med.)" - -#: ../../godmode/setup/setup_visuals.php:425 -#: ../../include/functions_config.php:447 -#: ../../enterprise/meta/advanced/metasetup.visual.php:105 -#: ../../enterprise/meta/include/functions_meta.php:1018 -msgid "Graph color (max)" -msgstr "Color de la gráfica (máx.)" - -#: ../../godmode/setup/setup_visuals.php:429 -#: ../../include/functions_config.php:449 -msgid "Graph color #4" -msgstr "Color de la gráfica #4" - -#: ../../godmode/setup/setup_visuals.php:433 -#: ../../include/functions_config.php:451 -msgid "Graph color #5" -msgstr "Color de la gráfica #5" - -#: ../../godmode/setup/setup_visuals.php:437 -#: ../../include/functions_config.php:453 -msgid "Graph color #6" -msgstr "Color de la gráfica #6" - -#: ../../godmode/setup/setup_visuals.php:441 -#: ../../include/functions_config.php:455 -msgid "Graph color #7" -msgstr "Color de la gráfica #7" - -#: ../../godmode/setup/setup_visuals.php:445 -#: ../../include/functions_config.php:457 -msgid "Graph color #8" -msgstr "Color de la gráfica #8" - -#: ../../godmode/setup/setup_visuals.php:449 -#: ../../include/functions_config.php:459 -msgid "Graph color #9" -msgstr "Color de la gráfica #9" - -#: ../../godmode/setup/setup_visuals.php:453 -#: ../../include/functions_config.php:461 -msgid "Graph color #10" -msgstr "Color de la gráfica #10" - -#: ../../godmode/setup/setup_visuals.php:457 -msgid "Graph resolution (1-low, 5-high)" -msgstr "Resolución gráfica (1-baja, 5-alta)" - -#: ../../godmode/setup/setup_visuals.php:461 -#: ../../include/functions_config.php:465 -#: ../../enterprise/meta/advanced/metasetup.visual.php:114 -#: ../../enterprise/meta/include/functions_meta.php:1048 -msgid "Value to interface graphics" -msgstr "Valor para la interfaz gráfica" - -#: ../../godmode/setup/setup_visuals.php:470 -#: ../../include/functions_config.php:467 -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -#: ../../enterprise/meta/include/functions_meta.php:1028 -msgid "Data precision for reports" -msgstr "Precisión de los datos en los informes" - -#: ../../godmode/setup/setup_visuals.php:471 -msgid "" -"Number of decimals shown in reports. It must be a number between 0 and 5" -msgstr "" -"Número de decimales a mostrar en los informes. Debe ser un entero entre 0 y 5" - -#: ../../godmode/setup/setup_visuals.php:475 -#: ../../include/functions_config.php:555 -msgid "Default line thickness for the Custom Graph." -msgstr "Espesor de la línea predeterminada para el gráfico personalizado." - -#: ../../godmode/setup/setup_visuals.php:480 -#: ../../include/functions_config.php:476 -#: ../../enterprise/meta/advanced/metasetup.visual.php:120 -#: ../../enterprise/meta/include/functions_meta.php:1071 -msgid "Use round corners" -msgstr "Usar bordes redondeados" - -#: ../../godmode/setup/setup_visuals.php:485 -#: ../../godmode/users/configure_user.php:553 -#: ../../include/functions_config.php:486 -#: ../../operation/users/user_edit.php:251 -#: ../../enterprise/meta/advanced/metasetup.visual.php:124 -#: ../../enterprise/meta/include/functions_meta.php:1081 -msgid "Interactive charts" -msgstr "Gráficas interactivas" - -#: ../../godmode/setup/setup_visuals.php:486 -#: ../../godmode/users/configure_user.php:553 -#: ../../operation/users/user_edit.php:251 -#: ../../enterprise/meta/advanced/metasetup.visual.php:124 -msgid "Whether to use Javascript or static PNG graphs" -msgstr "Si usar Javascript or graficas estáticas PNG" - -#: ../../godmode/setup/setup_visuals.php:495 -#: ../../include/functions_config.php:551 -msgid "Shortened module graph data" -msgstr "Gráfica de modulo de datos ordenado" - -#: ../../godmode/setup/setup_visuals.php:496 -msgid "The data number of the module graphs will be rounded and shortened" -msgstr "" -"El número de datos de los gráficos del módulo se redondeará y acortará" - -#: ../../godmode/setup/setup_visuals.php:506 -#: ../../enterprise/meta/advanced/metasetup.visual.php:128 -msgid "Type of module charts" -msgstr "Tipo de gráficas de módulos" - -#: ../../godmode/setup/setup_visuals.php:515 -msgid "Type of interface charts" -msgstr "Tipo de las gráficas de interfaces" - -#: ../../godmode/setup/setup_visuals.php:524 -msgid "Show only average" -msgstr "Mostrar solo la media" - -#: ../../godmode/setup/setup_visuals.php:525 -msgid "Hide Max and Min values in graphs" -msgstr "Ocultar el máximo y el mínimo en las gráficas" - -#: ../../godmode/setup/setup_visuals.php:533 -msgid "Show percentile 95 in graphs" -msgstr "Mostrar el percentil 95 en las gráficas" - -#: ../../godmode/setup/setup_visuals.php:538 -msgid "Charts configuration" -msgstr "Configuración de gráficas" - -#: ../../godmode/setup/setup_visuals.php:554 -#: ../../include/functions_config.php:517 -msgid "Default line thickness for the Visual Console" -msgstr "Grosor de línea por defecto en las Consolas Visuales" - -#: ../../godmode/setup/setup_visuals.php:554 -msgid "" -"This interval will affect to the lines between elements on the Visual Console" -msgstr "" -"Este intervalo afectará a las líneas entre elementos en la Consola Visual" - -#: ../../godmode/setup/setup_visuals.php:559 -msgid "Show report info with description" -msgstr "Mostrar la información del informe con la descripción" - -#: ../../godmode/setup/setup_visuals.php:561 -msgid "" -"Custom report description info. It will be applied to all reports and " -"templates by default." -msgstr "" -"Descripción del informe personalizado. Será aplicado a todas las plantillas " -"e informes por defecto." - -#: ../../godmode/setup/setup_visuals.php:569 -#: ../../enterprise/meta/advanced/metasetup.visual.php:247 -msgid "Custom report front page" -msgstr "Portada de informe personalizado" - -#: ../../godmode/setup/setup_visuals.php:571 -#: ../../enterprise/meta/advanced/metasetup.visual.php:247 -msgid "" -"Custom report front page. It will be applied to all reports and templates by " -"default." -msgstr "" -"Portada de informe personalizado. Será aplicada por defecto a todos los " -"informes y plantillas" - -#: ../../godmode/setup/setup_visuals.php:593 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:612 -#: ../../godmode/setup/setup_visuals.php:620 -#: ../../godmode/setup/setup_visuals.php:625 -#: ../../godmode/setup/setup_visuals.php:633 -#: ../../include/functions_config.php:660 -#: ../../include/functions_config.php:663 -#: ../../include/functions_config.php:666 -#: ../../include/functions_config.php:669 -#: ../../include/functions_config.php:672 -#: ../../include/functions_config.php:675 -#: ../../enterprise/meta/advanced/metasetup.visual.php:250 -#: ../../enterprise/meta/advanced/metasetup.visual.php:253 -#: ../../enterprise/meta/advanced/metasetup.visual.php:257 -#: ../../enterprise/meta/advanced/metasetup.visual.php:263 -#: ../../enterprise/meta/advanced/metasetup.visual.php:267 -#: ../../enterprise/meta/advanced/metasetup.visual.php:274 -#: ../../enterprise/meta/include/functions_meta.php:1217 -#: ../../enterprise/meta/include/functions_meta.php:1222 -#: ../../enterprise/meta/include/functions_meta.php:1227 -#: ../../enterprise/meta/include/functions_meta.php:1232 -#: ../../enterprise/meta/include/functions_meta.php:1237 -#: ../../enterprise/meta/include/functions_meta.php:1242 -msgid "Custom report front" -msgstr "Portada de informe personalizado" - -#: ../../godmode/setup/setup_visuals.php:593 -#: ../../include/functions_config.php:663 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../enterprise/meta/advanced/metasetup.visual.php:250 -#: ../../enterprise/meta/include/functions_meta.php:1222 -msgid "Font family" -msgstr "Tipo de letra" - -#: ../../godmode/setup/setup_visuals.php:600 -#: ../../include/functions_config.php:489 -#: ../../include/functions_config.php:666 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../enterprise/meta/advanced/metasetup.visual.php:253 -#: ../../enterprise/meta/include/functions_meta.php:1121 -#: ../../enterprise/meta/include/functions_meta.php:1227 -msgid "Custom logo" -msgstr "Logotipo personalizado" - -#: ../../godmode/setup/setup_visuals.php:602 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../enterprise/meta/advanced/metasetup.visual.php:255 -msgid "" -"The dir of custom logos is in your www Pandora Console in " -"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool " -"in console." -msgstr "" -"El directorio de logotipos personalizados está en tu www Pandora consola en " -"\"images / custom_logo\". Puede cargar más archivos (sólo JPEG) en la " -"herramienta de carga de la consola." - -#: ../../godmode/setup/setup_visuals.php:620 -#: ../../include/functions_config.php:669 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../enterprise/meta/advanced/metasetup.visual.php:263 -#: ../../enterprise/meta/include/functions_meta.php:1232 -msgid "Header" -msgstr "Encabezado" - -#: ../../godmode/setup/setup_visuals.php:625 -#: ../../include/functions_config.php:672 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../enterprise/meta/advanced/metasetup.visual.php:267 -#: ../../enterprise/meta/include/functions_meta.php:1237 -msgid "First page" -msgstr "Primera página" - -#: ../../godmode/setup/setup_visuals.php:633 -#: ../../include/functions_config.php:675 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../enterprise/meta/advanced/metasetup.visual.php:274 -#: ../../enterprise/meta/include/functions_meta.php:1242 -msgid "Footer" -msgstr "Pie de página" - -#: ../../godmode/setup/setup_visuals.php:640 -msgid "Show QR Code icon in the header" -msgstr "Mostrar icono código QR en la cabecera" - -#: ../../godmode/setup/setup_visuals.php:651 -#: ../../include/functions_config.php:547 -msgid "Custom graphviz directory" -msgstr "Directorio personalizado graphviz" - -#: ../../godmode/setup/setup_visuals.php:652 -msgid "Custom directory where the graphviz binaries are stored." -msgstr "" -"Directorio personalizado donde se almacenan los ficheros binarios de graphviz" - -#: ../../godmode/setup/setup_visuals.php:658 -#: ../../include/functions_config.php:549 -msgid "Networkmap max width" -msgstr "Máximo ancho de Networkmap" - -#: ../../godmode/setup/setup_visuals.php:665 -#: ../../enterprise/meta/advanced/metasetup.visual.php:163 -#: ../../enterprise/meta/include/functions_meta.php:1111 -msgid "Show only the group name" -msgstr "Mostrar solo el nombre del grupo" - -#: ../../godmode/setup/setup_visuals.php:667 -#: ../../include/functions_config.php:553 -#: ../../enterprise/meta/advanced/metasetup.visual.php:165 -msgid "Show the group name instead the group icon." -msgstr "Mostrar el nombre del grupo en lugar de icono del grupo" - -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../include/functions_config.php:439 -#: ../../enterprise/meta/advanced/metasetup.visual.php:81 -#: ../../enterprise/meta/include/functions_meta.php:978 -msgid "Date format string" -msgstr "Formato de fecha a mostrar" - -#: ../../godmode/setup/setup_visuals.php:678 -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -msgid "Example" -msgstr "Ejemplo" - -#: ../../godmode/setup/setup_visuals.php:690 -#: ../../include/functions_config.php:441 -#: ../../enterprise/meta/advanced/metasetup.visual.php:93 -#: ../../enterprise/meta/include/functions_meta.php:988 -msgid "Timestamp or time comparation" -msgstr "Marca de tiempo o comparación de hora" - -#: ../../godmode/setup/setup_visuals.php:691 -#: ../../enterprise/meta/advanced/metasetup.visual.php:94 -msgid "Comparation in rollover" -msgstr "Fecha en comparación" - -#: ../../godmode/setup/setup_visuals.php:693 -#: ../../enterprise/meta/advanced/metasetup.visual.php:96 -msgid "Timestamp in rollover" -msgstr "Fecha literal" - -#: ../../godmode/setup/setup_visuals.php:701 -msgid "Custom values post process" -msgstr "Valores personalizados para postprocesado" - -#: ../../godmode/setup/setup_visuals.php:715 -msgid "Delete custom values" -msgstr "Eliminar valores personalizados" - -#: ../../godmode/setup/setup_visuals.php:735 -msgid "Interval values" -msgstr "Valores del intervalo" - -#: ../../godmode/setup/setup_visuals.php:738 ../../include/functions.php:434 -#: ../../include/functions.php:568 ../../include/functions_html.php:734 -#: ../../enterprise/extensions/vmware/functions.php:21 -#: ../../enterprise/extensions/vmware/functions.php:22 -#: ../../enterprise/extensions/vmware/functions.php:23 -#: ../../enterprise/extensions/vmware/functions.php:24 -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "minutes" -msgstr "minutos" - -#: ../../godmode/setup/setup_visuals.php:739 ../../include/functions.php:435 -#: ../../include/functions.php:569 ../../include/functions_html.php:735 -#: ../../enterprise/meta/advanced/metasetup.visual.php:142 -msgid "hours" -msgstr "horas" - -#: ../../godmode/setup/setup_visuals.php:741 ../../include/functions.php:432 -#: ../../include/functions.php:566 ../../include/functions_html.php:738 -#: ../../enterprise/meta/advanced/metasetup.visual.php:144 -msgid "months" -msgstr "meses" - -#: ../../godmode/setup/setup_visuals.php:742 ../../include/functions.php:433 -#: ../../include/functions.php:567 ../../include/functions_html.php:739 -#: ../../enterprise/meta/advanced/metasetup.visual.php:145 -msgid "years" -msgstr "años" - -#: ../../godmode/setup/setup_visuals.php:743 -#: ../../enterprise/meta/advanced/metasetup.visual.php:146 -msgid "Add new custom value to intervals" -msgstr "Añadir nuevo valor personalizado para intervalos" - -#: ../../godmode/setup/setup_visuals.php:749 -#: ../../include/functions_config.php:651 -#: ../../enterprise/meta/advanced/metasetup.visual.php:152 -#: ../../enterprise/meta/include/functions_meta.php:1211 -msgid "Delete interval" -msgstr "Borrar intervalo" - -#: ../../godmode/setup/setup_visuals.php:763 -#: ../../include/functions_config.php:678 -msgid "CSV divider" -msgstr "Divisor CSV" - -#: ../../godmode/setup/setup_visuals.php:780 -msgid "Other configuration" -msgstr "Otra configuración" - -#: ../../godmode/setup/setup_visuals.php:989 -#: ../../godmode/setup/setup_visuals.php:1029 -#: ../../enterprise/meta/advanced/metasetup.visual.php:399 -#: ../../enterprise/meta/advanced/metasetup.visual.php:439 -msgid "Logo preview" -msgstr "Logo de previsualización" - -#: ../../godmode/setup/setup_visuals.php:1069 -#: ../../enterprise/meta/advanced/metasetup.visual.php:479 -msgid "Splash Preview" -msgstr "Previsualización de la imagen" - -#: ../../godmode/setup/setup_visuals.php:1110 -#: ../../enterprise/meta/advanced/metasetup.visual.php:519 -msgid "Background preview" -msgstr "Vista previa del fondo" - -#: ../../godmode/setup/setup_visuals.php:1154 -msgid "Gis icons preview" -msgstr "Vista previa de los iconos GIS" - -#: ../../godmode/setup/setup_visuals.php:1209 -msgid "Status set preview" -msgstr "Fijar el estado de la vista previa." - -#: ../../godmode/setup/snmp_wizard.php:43 -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -msgid "OP" -msgstr "OP" - -#: ../../godmode/setup/snmp_wizard.php:166 -msgid "Unsucessful update the snmp translation" -msgstr "No se pudo actualizar la traducción snmp" - -#: ../../godmode/setup/snmp_wizard.php:173 -msgid "Unsucessful update the snmp translation." -msgstr "No se pudo actualizar la traducción SNMP" - -#: ../../godmode/setup/snmp_wizard.php:221 -msgid "Unsucessful delete the snmp translation" -msgstr "No se pudo borrar la traducción de SNMP" - -#: ../../godmode/setup/snmp_wizard.php:228 -msgid "Unsucessful delete the snmp translation." -msgstr "No se pudo borrar la traducción de SNMP" - -#: ../../godmode/setup/snmp_wizard.php:289 -msgid "Unsucessful save the snmp translation" -msgstr "No se pudo guardar la traducción de SNMP" - -#: ../../godmode/setup/snmp_wizard.php:298 -msgid "Unsucessful save the snmp translation." -msgstr "No se pudo guardar la traducción de SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:28 -#: ../../operation/snmpconsole/snmp_view.php:424 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:817 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -msgid "Cold start (0)" -msgstr "Inicio cero (0)" - -#: ../../godmode/snmpconsole/snmp_alert.php:29 -#: ../../operation/snmpconsole/snmp_view.php:425 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:820 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -msgid "Warm start (1)" -msgstr "Comienzo de inicio (1)" - -#: ../../godmode/snmpconsole/snmp_alert.php:30 -#: ../../operation/snmpconsole/snmp_view.php:426 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:823 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -msgid "Link down (2)" -msgstr "Enlace interrumpido (2)" - -#: ../../godmode/snmpconsole/snmp_alert.php:31 -#: ../../operation/snmpconsole/snmp_view.php:427 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:826 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -msgid "Link up (3)" -msgstr "Enlace activo (3)" - -#: ../../godmode/snmpconsole/snmp_alert.php:32 -#: ../../operation/snmpconsole/snmp_view.php:428 -#: ../../operation/snmpconsole/snmp_view.php:810 -#: ../../operation/snmpconsole/snmp_view.php:829 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -msgid "Authentication failure (4)" -msgstr "Fallo de autenticación (4)" - -#: ../../godmode/snmpconsole/snmp_alert.php:78 -#: ../../godmode/snmpconsole/snmp_alert.php:82 -#: ../../godmode/snmpconsole/snmp_alert.php:86 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/snmpconsole/snmp_filters.php:42 -#: ../../operation/snmpconsole/snmp_statistics.php:64 -#: ../../operation/snmpconsole/snmp_view.php:466 -#: ../../operation/snmpconsole/snmp_view.php:553 -msgid "SNMP Console" -msgstr "Consola SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:78 -msgid "Update alert" -msgstr "Actualizar alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 -msgid "Create alert" -msgstr "Crear alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:86 -msgid "Alert overview" -msgstr "Vista general de alertas" - -#: ../../godmode/snmpconsole/snmp_alert.php:243 -msgid "There was a problem creating the alert" -msgstr "Hubo un problema al crear la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:314 -msgid "There was a problem updating the alert" -msgstr "Hubo un problema al actualizar la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:536 -msgid "There was a problem duplicating the alert" -msgstr "Hubo un problema al duplicar la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:540 -msgid "Successfully Duplicate" -msgstr "Duplicado con éxito" - -#: ../../godmode/snmpconsole/snmp_alert.php:556 -msgid "There was a problem deleting the alert" -msgstr "Hubo un problema al borrar la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:585 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 -#, php-format -msgid "Successfully deleted alerts (%s / %s)" -msgstr "Alertas eliminadas correctamente (%s / %s)" - -#: ../../godmode/snmpconsole/snmp_alert.php:589 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#, php-format -msgid "Unsuccessfully deleted alerts (%s / %s)" -msgstr "Alertas que no han podido ser eliminadas correctamente (%s / %s)" - -#: ../../godmode/snmpconsole/snmp_alert.php:637 -#: ../../godmode/snmpconsole/snmp_alert.php:1157 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 -#: ../../operation/snmpconsole/snmp_view.php:605 -msgid "Enterprise String" -msgstr "Cadena Enterprise" - -#: ../../godmode/snmpconsole/snmp_alert.php:643 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -msgid "Custom Value/OID" -msgstr "Valor/OID personalizado" - -#: ../../godmode/snmpconsole/snmp_alert.php:652 -#: ../../godmode/snmpconsole/snmp_alert.php:1153 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 -#: ../../operation/snmpconsole/snmp_view.php:601 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 -msgid "SNMP Agent" -msgstr "Agente SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:664 -#: ../../godmode/snmpconsole/snmp_alert.php:1003 -#: ../../operation/snmpconsole/snmp_view.php:420 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 -msgid "Trap type" -msgstr "Clase de trap" - -#: ../../godmode/snmpconsole/snmp_alert.php:669 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -msgid "Single value" -msgstr "Valor único" - -#: ../../godmode/snmpconsole/snmp_alert.php:676 -#: ../../godmode/snmpconsole/snmp_alert.php:686 -#: ../../godmode/snmpconsole/snmp_alert.php:696 -#: ../../godmode/snmpconsole/snmp_alert.php:708 -#: ../../godmode/snmpconsole/snmp_alert.php:720 -#: ../../godmode/snmpconsole/snmp_alert.php:732 -#: ../../godmode/snmpconsole/snmp_alert.php:744 -#: ../../godmode/snmpconsole/snmp_alert.php:754 -#: ../../godmode/snmpconsole/snmp_alert.php:764 -#: ../../godmode/snmpconsole/snmp_alert.php:774 -#: ../../godmode/snmpconsole/snmp_alert.php:784 -#: ../../godmode/snmpconsole/snmp_alert.php:793 -#: ../../godmode/snmpconsole/snmp_alert.php:802 -#: ../../godmode/snmpconsole/snmp_alert.php:811 -#: ../../godmode/snmpconsole/snmp_alert.php:820 -#: ../../godmode/snmpconsole/snmp_alert.php:829 -#: ../../godmode/snmpconsole/snmp_alert.php:838 -#: ../../godmode/snmpconsole/snmp_alert.php:846 -#: ../../godmode/snmpconsole/snmp_alert.php:854 -#: ../../godmode/snmpconsole/snmp_alert.php:862 -msgid "Variable bindings/Data" -msgstr "Variables enlaces/ Datos" - -#: ../../godmode/snmpconsole/snmp_alert.php:933 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -msgid "Other value" -msgstr "Otros valores" - -#: ../../godmode/snmpconsole/snmp_alert.php:946 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -msgid "Alert action" -msgstr "Acción de alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:1000 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." -msgstr "" -"Búsqueda por estos campos de descripción , OID , Valor personalizado , " -"Agente SNMP (IP ) , el valor individual , cada uno de enlaces Variables / " -"Datos ." - -#: ../../godmode/snmpconsole/snmp_alert.php:1019 -msgid "Alert SNMP control filter" -msgstr "Filtro de control de alerta SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:1112 -msgid "There are no SNMP alerts" -msgstr "No hay definida ninguna alerta SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:1160 -msgid "Custom Value/Enterprise String" -msgstr "Valor personalizado / Cadena Enterprise" - -#: ../../godmode/snmpconsole/snmp_alert.php:1165 -#: ../../include/functions_treeview.php:423 -#: ../../include/functions_reporting_html.php:2882 -#: ../../include/functions_reporting_html.php:3110 -msgid "Times fired" -msgstr "Veces disparada" - -#: ../../godmode/snmpconsole/snmp_alert.php:1165 -msgid "TF." -msgstr "TF." - -#: ../../godmode/snmpconsole/snmp_alert.php:1256 -msgid "ID Alert SNMP" -msgstr "ID alerta SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:1484 -msgid "Add action " -msgstr "Añadir acción " - -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "Filter overview" -msgstr "Revisión del filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:51 -msgid "There was a problem updating the filter" -msgstr "Ha habido un problema al actualizar el filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:63 -msgid "There was a problem creating the filter" -msgstr "Ha habido un problema al crear el filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:73 -msgid "There was a problem deleting the filter" -msgstr "Ha habido un problema al borrar el filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:98 -msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"OID, or a plain substring" -msgstr "" -"Este campo contiene una subcadena, que podría ser parte de una dirección IP " -", un OID numérico o una subcadena simple" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "Generador de Traps SNMP" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "Parámetros vacíos" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "Generado satisfactoriamente" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 -#, php-format -msgid "Could not be generated: %s" -msgstr "No se pudo generar: %s" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 -msgid "SNMP Type" -msgstr "Tipo de SNMP" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 -msgid "Generate trap" -msgstr "Generar trap" - -#: ../../godmode/tag/edit_tag.php:53 ../../godmode/tag/edit_tag.php:64 -#: ../../godmode/tag/tag.php:100 -msgid "List tags" -msgstr "Listar etiquetas" - -#: ../../godmode/tag/edit_tag.php:68 ../../godmode/tag/tag.php:110 -msgid "Tags configuration" -msgstr "Configuración de etiquetas" - -#: ../../godmode/tag/edit_tag.php:92 -msgid "Error updating tag" -msgstr "Error actualizando etiqueta" - -#: ../../godmode/tag/edit_tag.php:96 -msgid "Successfully updated tag" -msgstr "Etiqueta actualizada satisfactoriamente" - -#: ../../godmode/tag/edit_tag.php:122 -msgid "Error creating tag" -msgstr "Error creando etiqueta" - -#: ../../godmode/tag/edit_tag.php:128 -msgid "Successfully created tag" -msgstr "Etiqueta creada satisfactoriamente" - -#: ../../godmode/tag/edit_tag.php:161 -msgid "Update Tag" -msgstr "Actualizar Etiqueta" - -#: ../../godmode/tag/edit_tag.php:164 -msgid "Create Tag" -msgstr "Crear etiqueta" - -#: ../../godmode/tag/edit_tag.php:185 -#: ../../include/functions_reporting.php:3843 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 -msgid "Url" -msgstr "Url" - -#: ../../godmode/tag/edit_tag.php:187 -msgid "Hyperlink to help information that has to exist previously." -msgstr "Hiperenlace a la información de ayuda que debe existir previamente." - -#: ../../godmode/tag/edit_tag.php:197 -msgid "Associated Email direction to use later in alerts associated to Tags." -msgstr "" -"Direccion de email asociada para utilizarla después en alertas asociadas a " -"Tags" - -#: ../../godmode/tag/edit_tag.php:205 ../../godmode/tag/tag.php:204 -#: ../../godmode/users/user_list.php:406 -msgid "Phone" -msgstr "Teléfono" - -#: ../../godmode/tag/edit_tag.php:207 -msgid "Associated phone number to use later in alerts associated to Tags." -msgstr "" -"Número de teléfono asociado para usar posteriormente en alertas asociadas a " -"Tags" - -#: ../../godmode/tag/tag.php:80 -msgid "Number of modules" -msgstr "Número de módulos" - -#: ../../godmode/tag/tag.php:82 -msgid "Number of policy modules" -msgstr "Número de módulos de política" - -#: ../../godmode/tag/tag.php:121 -msgid "Error deleting tag" -msgstr "Error eliminando la etiqueta" - -#: ../../godmode/tag/tag.php:125 -msgid "Successfully deleted tag" -msgstr "Etiqueta eliminada satisfactoriamente" - -#: ../../godmode/tag/tag.php:199 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 -msgid "Tag name" -msgstr "Nombre de etiqueta" - -#: ../../godmode/tag/tag.php:201 -msgid "Detail information" -msgstr "Información de los detalles" - -#: ../../godmode/tag/tag.php:202 -msgid "Number of modules affected" -msgstr "Número de módulos afectados" - -#: ../../godmode/tag/tag.php:222 -msgid "Tag details" -msgstr "Detalles de tag" - -#: ../../godmode/tag/tag.php:249 -#, php-format -msgid "Emails for the tag: %s" -msgstr "Correos para el tag: %s" - -#: ../../godmode/tag/tag.php:264 -#, php-format -msgid "Phones for the tag: %s" -msgstr "Teléfonos par el taf: %s" - -#: ../../godmode/tag/tag.php:282 -msgid "No tags defined" -msgstr "Tags no definidos" - -#: ../../godmode/tag/tag.php:298 -msgid "Create tag" -msgstr "Crear etiqueta" - -#: ../../godmode/update_manager/update_manager.messages.php:96 -#: ../../godmode/update_manager/update_manager.messages.php:170 -msgid "Mark as not read" -msgstr "Marcar como no leído" - -#: ../../godmode/update_manager/update_manager.messages.php:101 -#: ../../godmode/update_manager/update_manager.messages.php:175 -msgid "Mark as read" -msgstr "Marcar como leído" - -#: ../../godmode/update_manager/update_manager.messages.php:186 -msgid "There is not any update manager messages." -msgstr "No hay ningún mensaje del administrador de actualizaciones." - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Drop the package here or" -msgstr "Arrastre el paquete hasta aquí o" - -#: ../../godmode/update_manager/update_manager.offline.php:38 -msgid "browse it" -msgstr "Navegue hasta él" - -#: ../../godmode/update_manager/update_manager.offline.php:39 -msgid "The package has been uploaded successfully." -msgstr "Se ha subido correctamente el paquete." - -#: ../../godmode/update_manager/update_manager.offline.php:40 -msgid "" -"Remember that this package will override the actual Pandora FMS files and it " -"is recommended to do a backup before continue with the update." -msgstr "" -"Recuerda que este paquete sobreescribirá los ficheros actuales de Pandora " -"FMS. Se recomienda hacer un backup antes de continuar el proceso" - -#: ../../godmode/update_manager/update_manager.offline.php:41 -msgid "Click on the file below to begin." -msgstr "Click en el fichero de abajo para comenzar" - -#: ../../godmode/update_manager/update_manager.offline.php:42 -msgid "Updating" -msgstr "Actualizando" - -#: ../../godmode/update_manager/update_manager.offline.php:43 -msgid "Package updated successfully." -msgstr "Paquete actualizado correctamente." - -#: ../../godmode/update_manager/update_manager.offline.php:44 -msgid "If there are any database change, it will be applied." -msgstr "Si hay algún cambio en base de datos, será aplicado." - -#: ../../godmode/update_manager/update_manager.offline.php:45 -#: ../../include/functions_update_manager.php:345 -#: ../../enterprise/include/functions_update_manager.php:177 -msgid "Minor release available" -msgstr "Minor release disponible" - -#: ../../godmode/update_manager/update_manager.offline.php:46 -#: ../../include/functions_update_manager.php:346 -#: ../../enterprise/include/functions_update_manager.php:178 -msgid "New package available" -msgstr "Nuevo paquete disponible" - -#: ../../godmode/update_manager/update_manager.offline.php:47 -#: ../../godmode/update_manager/update_manager.offline.php:49 -#: ../../include/functions_update_manager.php:347 -#: ../../include/functions_update_manager.php:349 -#: ../../enterprise/include/functions_update_manager.php:179 -#: ../../enterprise/include/functions_update_manager.php:181 -msgid "Minor release rejected. Changes will not apply." -msgstr "Minor release rechazada. Los cambios no se aplicarán." - -#: ../../godmode/update_manager/update_manager.offline.php:48 -#: ../../include/functions_update_manager.php:348 -#: ../../enterprise/include/functions_update_manager.php:180 -msgid "" -"Minor release rejected. The database will not be updated and the package " -"will apply." -msgstr "" -"Minor release rechazada. La base de datos no será actualizada y el paquete " -"se aplicará." - -#: ../../godmode/update_manager/update_manager.offline.php:50 -#: ../../include/functions_update_manager.php:350 -#: ../../enterprise/include/functions_update_manager.php:182 -msgid "These package changes will not apply." -msgstr "Los cambios del paquete no se aplicarán" - -#: ../../godmode/update_manager/update_manager.offline.php:51 -#: ../../include/functions_update_manager.php:351 -#: ../../enterprise/include/functions_update_manager.php:183 -msgid "Package rejected. These package changes will not apply." -msgstr "Paquete rechazado. Los cambios de este paquete no se aplicarán." - -#: ../../godmode/update_manager/update_manager.offline.php:52 -#: ../../include/functions_update_manager.php:352 -#: ../../enterprise/include/functions_update_manager.php:184 -msgid "Database successfully updated" -msgstr "Base de datos correctamente actualizada" - -#: ../../godmode/update_manager/update_manager.offline.php:53 -#: ../../include/functions_update_manager.php:353 -#: ../../enterprise/include/functions_update_manager.php:185 -msgid "Error in MR file" -msgstr "Error en el fichero MR" - -#: ../../godmode/update_manager/update_manager.offline.php:54 -#: ../../include/functions_update_manager.php:354 -#: ../../enterprise/include/functions_update_manager.php:186 -msgid "Package updated successfully" -msgstr "Paquete aplicado con éxito" - -#: ../../godmode/update_manager/update_manager.offline.php:55 -#: ../../include/functions_update_manager.php:355 -#: ../../enterprise/include/functions_update_manager.php:187 -msgid "Error in package updated" -msgstr "Error al aplicar el paquete" - -#: ../../godmode/update_manager/update_manager.offline.php:56 -#: ../../include/functions_update_manager.php:356 -#: ../../enterprise/include/functions_update_manager.php:188 -msgid "" -"Database MR version is inconsistent, do you want to apply the package?" -msgstr "" -"La versión de MR en base de datos es inconsistente. ¿Desea aplicar el " -"paquete?" - -#: ../../godmode/update_manager/update_manager.offline.php:57 -#: ../../include/functions_update_manager.php:357 -#: ../../enterprise/include/functions_update_manager.php:189 -msgid "There are db changes" -msgstr "Este paquete contiene cambios en la base de datos" - -#: ../../godmode/update_manager/update_manager.offline.php:58 -#: ../../include/functions_update_manager.php:358 -#: ../../enterprise/include/functions_update_manager.php:190 -msgid "" -"There are new database changes available to apply. Do you want to start the " -"DB update process?" -msgstr "" -"Hay nuevos cambios en la base de datos disponibles para ser aplicados. " -"¿Quiere comenzar el proceso de actualización de la base de datos?" - -#: ../../godmode/update_manager/update_manager.offline.php:59 -#: ../../include/functions_update_manager.php:359 -#: ../../enterprise/include/functions_update_manager.php:191 -msgid "We recommend launching " -msgstr "Nosotros recomendamos lanzar " - -#: ../../godmode/update_manager/update_manager.offline.php:60 -#: ../../include/functions_update_manager.php:360 -#: ../../enterprise/include/functions_update_manager.php:192 -msgid "planned downtime" -msgstr "parada planificada" - -#: ../../godmode/update_manager/update_manager.offline.php:61 -#: ../../include/functions_update_manager.php:361 -#: ../../enterprise/include/functions_update_manager.php:193 -msgid " to this process" -msgstr " para este proceso" - -#: ../../godmode/update_manager/update_manager.offline.php:62 -#: ../../include/functions_update_manager.php:362 -#: ../../enterprise/include/functions_update_manager.php:194 -msgid "There is a new update available" -msgstr "Hay una actualización disponible" - -#: ../../godmode/update_manager/update_manager.offline.php:63 -#: ../../include/functions_update_manager.php:363 -#: ../../enterprise/include/functions_update_manager.php:195 -msgid "" -"There is a new update available to apply. Do you want to start the update " -"process?" -msgstr "" -"Hay una nueva actualización disponible. ¿Desea comenzar el proceso de " -"actualización?" - -#: ../../godmode/update_manager/update_manager.offline.php:64 -#: ../../include/functions_update_manager.php:364 -#: ../../enterprise/include/functions_update_manager.php:196 -msgid "Applying DB MR" -msgstr "Aplicando DB MR" - -#: ../../godmode/update_manager/update_manager.offline.php:67 -#: ../../include/functions_update_manager.php:367 -#: ../../enterprise/include/functions_update_manager.php:199 -msgid "Apply MR" -msgstr "Aplicar MR" - -#: ../../godmode/update_manager/update_manager.offline.php:68 -#: ../../include/functions_update_manager.php:368 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../enterprise/godmode/policies/policy_agents.php:381 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../enterprise/include/functions_update_manager.php:200 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -msgid "Apply" -msgstr "Aplicar" - -#: ../../godmode/update_manager/update_manager.online.php:48 -#, php-format -msgid "" -"Your PHP has set memory limit in %s. For avoid problems with big updates " -"please set to 500M" -msgstr "" -"Tu PHP tiene configurado set memory limit a %s. Para evitar problemas con " -"actualizaciones de gran tamaño, por favor configuralo a 500M" - -#: ../../godmode/update_manager/update_manager.online.php:55 -#, php-format -msgid "" -"Your PHP has set post parameter max size limit in %s. For avoid problems " -"with big updates please set to 100M" -msgstr "" -"Tu PHP ha establecido el parámetro límite del tamaño máximo en% s . Para " -"evitar problemas en caso de grandes cambios por favor corrija a 100M" - -#: ../../godmode/update_manager/update_manager.online.php:62 -#, php-format -msgid "" -"Your PHP has set maximum allowed size for uploaded files limit in %s. For " -"avoid problems with big updates please set to 100M" -msgstr "" -"Tu PHP ha establecido el límite del tamaño máximo permitido para la súbida " -"de documentos en %s. Para evitar problemas en caso de grandes cambios por " -"favor corrija a 100 M" - -#: ../../godmode/update_manager/update_manager.online.php:85 -msgid "The latest version of package installed is:" -msgstr "La última versión del paquete instalado es:" - -#: ../../godmode/update_manager/update_manager.online.php:89 -msgid "Checking for the newest package." -msgstr "Comprobando el paquete más reciente" - -#: ../../godmode/update_manager/update_manager.online.php:93 -msgid "Downloading for the newest package." -msgstr "Descargando nuevos paquetes" - -#: ../../godmode/update_manager/update_manager.php:39 -msgid "Offline update manager" -msgstr "Gestor de actualizaciones offline" - -#: ../../godmode/update_manager/update_manager.php:43 -msgid "Online update manager" -msgstr "Gestor de actualizaciones online" - -#: ../../godmode/update_manager/update_manager.php:50 -msgid "Update manager messages" -msgstr "Mensajes del administrador de actualizaciones" - -#: ../../godmode/update_manager/update_manager.php:55 -msgid "Update manager » Setup" -msgstr "Configuración gestor de actualizaciones" - -#: ../../godmode/update_manager/update_manager.php:58 -msgid "Update manager » Offline" -msgstr "Gestor de actualizaciones offline" - -#: ../../godmode/update_manager/update_manager.php:61 -msgid "Update manager » Online" -msgstr "Gestor de actualizaciones online" - -#: ../../godmode/update_manager/update_manager.php:64 -msgid "Update manager » Messages" -msgstr "Administrador de actualizaciones » Mensajes" - -#: ../../godmode/update_manager/update_manager.setup.php:58 -#: ../../godmode/update_manager/update_manager.setup.php:87 -#: ../../enterprise/meta/advanced/metasetup.mail.php:63 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:58 -msgid "Succesful Update the url config vars." -msgstr "Actualizadas con éxito las variables de configuración de la url" - -#: ../../godmode/update_manager/update_manager.setup.php:59 -#: ../../godmode/update_manager/update_manager.setup.php:88 -#: ../../enterprise/meta/advanced/metasetup.mail.php:64 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:59 -msgid "Unsuccesful Update the url config vars." -msgstr "Error al actualizar las variables de configuración de la url" - -#: ../../godmode/update_manager/update_manager.setup.php:100 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:70 -msgid "URL update manager:" -msgstr "URL gestor de actualizaciones" - -#: ../../godmode/update_manager/update_manager.setup.php:102 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:72 -msgid "URL update manager" -msgstr "URL update manager" - -#: ../../godmode/update_manager/update_manager.setup.php:104 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:74 -msgid "Proxy server:" -msgstr "Servidor Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:106 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:76 -msgid "Proxy server" -msgstr "Servidor proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:108 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:78 -msgid "Proxy port:" -msgstr "Puerto Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:110 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:80 -msgid "Proxy port" -msgstr "Puerto del proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:112 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:82 -msgid "Proxy user:" -msgstr "Usuario del Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:114 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:84 -msgid "Proxy user" -msgstr "Usuario del proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:116 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:86 -msgid "Proxy password:" -msgstr "Contraseña del Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:118 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:88 -msgid "Proxy password" -msgstr "Contraseña del proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:122 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:92 -msgid "Pandora FMS community reminder" -msgstr "Recordatorio de la comunidad de Pandora FMS" - -#: ../../godmode/update_manager/update_manager.setup.php:123 -#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:93 -msgid "" -"Every 8 days, a message is displayed to admin users to remember to register " -"this Pandora instance" -msgstr "" -"Cada 8 días, un mensaje será mostrado al administrador para que recuerde " -"registrar esta instancia de Pandora" - -#: ../../godmode/users/configure_profile.php:41 -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/configure_user.php:84 -#: ../../godmode/users/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 -#: ../../enterprise/meta/general/main_header.php:243 -#: ../../enterprise/meta/general/main_header.php:309 -#: ../../enterprise/meta/include/functions_users_meta.php:168 -#: ../../enterprise/meta/include/functions_users_meta.php:187 -msgid "User management" -msgstr "Gestión de usuarios" - -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/profile_list.php:53 -msgid "Profiles defined in Pandora" -msgstr "Perfiles definidos en Pandora" - -#: ../../godmode/users/configure_profile.php:113 -msgid "Create profile" -msgstr "Crear perfil" - -#: ../../godmode/users/configure_profile.php:119 -msgid "There was a problem loading profile" -msgstr "Hubo un problema al cargar el perfil" - -#: ../../godmode/users/configure_profile.php:219 -msgid "Update profile" -msgstr "Actualizar perfil" - -#: ../../godmode/users/configure_profile.php:229 -msgid "Update Profile" -msgstr "Actualizar Perfil" - -#: ../../godmode/users/configure_profile.php:231 -msgid "Create Profile" -msgstr "Crear Perfil" - -#: ../../godmode/users/configure_profile.php:249 -msgid "View agents" -msgstr "Ver agentes" - -#: ../../godmode/users/configure_profile.php:253 -msgid "Disable agents" -msgstr "Desactivar agentes" - -#: ../../godmode/users/configure_profile.php:257 -msgid "Edit agents" -msgstr "Editar agentes" - -#: ../../godmode/users/configure_profile.php:264 -msgid "Edit alerts" -msgstr "Editar alertas" - -#: ../../godmode/users/configure_profile.php:275 ../../operation/menu.php:274 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../enterprise/meta/event/custom_events.php:38 -msgid "View events" -msgstr "Ver eventos" - -#: ../../godmode/users/configure_profile.php:279 -msgid "Edit events" -msgstr "Editar eventos" - -#: ../../godmode/users/configure_profile.php:290 -msgid "View reports" -msgstr "Ver informes" - -#: ../../godmode/users/configure_profile.php:294 -msgid "Edit reports" -msgstr "Editar informes" - -#: ../../godmode/users/configure_profile.php:298 -msgid "Manage reports" -msgstr "Gestionar informes" - -#: ../../godmode/users/configure_profile.php:305 -msgid "View network maps" -msgstr "Ver mapas de red" - -#: ../../godmode/users/configure_profile.php:309 -msgid "Edit network maps" -msgstr "Editar mapas de red" - -#: ../../godmode/users/configure_profile.php:313 -msgid "Manage network maps" -msgstr "Gestionar mapas de red" - -#: ../../godmode/users/configure_profile.php:320 -#: ../../include/functions_menu.php:497 -msgid "View visual console" -msgstr "Ver consola visual" - -#: ../../godmode/users/configure_profile.php:324 -msgid "Edit visual console" -msgstr "Editar consola visual" - -#: ../../godmode/users/configure_profile.php:328 -#: ../../include/functions_menu.php:532 -msgid "Manage visual console" -msgstr "Gestionar consolas visuales" - -#: ../../godmode/users/configure_profile.php:335 -msgid "View incidents" -msgstr "Ver incidentes" - -#: ../../godmode/users/configure_profile.php:339 -msgid "Edit incidents" -msgstr "Editar incidentes" - -#: ../../godmode/users/configure_profile.php:343 -msgid "Manage incidents" -msgstr "Gestionar incidentes" - -#: ../../godmode/users/configure_profile.php:350 -msgid "Manage users" -msgstr "Gestionar usuarios" - -#: ../../godmode/users/configure_profile.php:357 -msgid "Manage database" -msgstr "Gestión de la base de datos" - -#: ../../godmode/users/configure_profile.php:364 -msgid "Pandora management" -msgstr "Gestionar Pandora FMS" - -#: ../../godmode/users/configure_user.php:92 -#: ../../operation/users/user_edit.php:62 -msgid "User detail editor" -msgstr "Editor de detalles de usuario" - -#: ../../godmode/users/configure_user.php:150 -#: ../../godmode/users/user_list.php:492 -msgid "" -"The current authentication scheme doesn't support creating users from " -"Pandora FMS" -msgstr "" -"El esquema actual de autenticación no soporta la creación de usuarios desde " -"Pandora FMS." - -#: ../../godmode/users/configure_user.php:202 -msgid "User ID cannot be empty" -msgstr "El ID de usuario no puede estar vacío." - -#: ../../godmode/users/configure_user.php:209 -msgid "Passwords cannot be empty" -msgstr "Las contraseñas no pueden estar vacías" - -#: ../../godmode/users/configure_user.php:216 -msgid "Passwords didn't match" -msgstr "Las contraseñas no coinciden" - -#: ../../godmode/users/configure_user.php:265 -msgid "" -"Strict ACL is not recommended for admin users because performance could be " -"affected." -msgstr "" -"ACL Estricto no está recomendado para usuarios admin porque el rendimiento " -"podría verse afectado." - -#: ../../godmode/users/configure_user.php:340 -#: ../../godmode/users/configure_user.php:350 -#: ../../godmode/users/configure_user.php:379 -#: ../../godmode/users/configure_user.php:385 -#: ../../godmode/users/configure_user.php:413 -#: ../../operation/users/user_edit.php:154 -#: ../../operation/users/user_edit.php:164 -msgid "User info successfully updated" -msgstr "Información del usuario actualizada correctamente" - -#: ../../godmode/users/configure_user.php:341 -#: ../../godmode/users/configure_user.php:351 -#: ../../godmode/users/configure_user.php:380 -#: ../../godmode/users/configure_user.php:386 -#: ../../godmode/users/configure_user.php:414 -msgid "Error updating user info (no change?)" -msgstr "Error al actualizar la información del usuario (¿no hubo cambios?)" - -#: ../../godmode/users/configure_user.php:355 -msgid "Passwords does not match" -msgstr "Las contraseñas no coinciden" - -#: ../../godmode/users/configure_user.php:404 -msgid "" -"Strict ACL is not recommended for this user. Performance could be affected." -msgstr "" -"ACL Estricto no está recomendado para este usuario. El rendimiento podría " -"verse afectado" - -#: ../../godmode/users/configure_user.php:436 -msgid "Profile added successfully" -msgstr "Perfil añadído con éxito" - -#: ../../godmode/users/configure_user.php:437 -msgid "Profile cannot be added" -msgstr "El perfil no se puede añadir" - -#: ../../godmode/users/configure_user.php:463 -msgid "Update User" -msgstr "Actualizar Usuario" - -#: ../../godmode/users/configure_user.php:466 -msgid "Create User" -msgstr "Crear Usuario" - -#: ../../godmode/users/configure_user.php:479 -#: ../../godmode/users/user_list.php:266 -#: ../../include/functions_reporting_html.php:2826 -#: ../../operation/search_users.php:38 -#: ../../operation/snmpconsole/snmp_view.php:619 -#: ../../operation/users/user_edit.php:184 -msgid "User ID" -msgstr "ID usuario" - -#: ../../godmode/users/configure_user.php:483 -#: ../../operation/users/user_edit.php:186 -msgid "Full (display) name" -msgstr "Nombre completo" - -#: ../../godmode/users/configure_user.php:487 -#: ../../operation/users/user_edit.php:255 -#: ../../enterprise/extensions/translate_string.php:250 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 -msgid "Language" -msgstr "Idioma" - -#: ../../godmode/users/configure_user.php:495 -#: ../../operation/users/user_edit.php:221 -msgid "Password confirmation" -msgstr "Confirmar contraseña" - -#: ../../godmode/users/configure_user.php:502 -msgid "Global Profile" -msgstr "Perfil global" - -#: ../../godmode/users/configure_user.php:506 -#: ../../godmode/users/user_list.php:414 ../../operation/search_users.php:64 -msgid "Administrator" -msgstr "Administrador" - -#: ../../godmode/users/configure_user.php:507 -msgid "" -"This user has permissions to manage all. An admin user should not requiere " -"additional group permissions, except for using Enterprise ACL." -msgstr "" -"Este usuario tiene permisos para configurar todo. Un usuario administrador " -"no debería requerir permisos adicionales de grupo, excepto para usar ACL " -"Enterprise." - -#: ../../godmode/users/configure_user.php:511 -#: ../../operation/search_users.php:69 -msgid "Standard User" -msgstr "Usuario estándar" - -#: ../../godmode/users/configure_user.php:512 -msgid "" -"This user has separated permissions to view data in his group agents, create " -"incidents belong to his groups, add notes in another incidents, create " -"personal assignments or reviews and other tasks, on different profiles" -msgstr "" -"Este usuario tiene permisos diferentes para ver los datos en el grupo de " -"agentes, crear incidentes en el grupo, añadir notas en otros incidentes, " -"crear asignaciones personales o revisarlas y otras tareas en perfiles " -"diferentes." - -#: ../../godmode/users/configure_user.php:515 -#: ../../godmode/users/user_list.php:407 -#: ../../operation/users/user_edit.php:208 -msgid "E-mail" -msgstr "Correo-e" - -#: ../../godmode/users/configure_user.php:519 -#: ../../operation/users/user_edit.php:210 -msgid "Phone number" -msgstr "Número de teléfono" - -#: ../../godmode/users/configure_user.php:554 -msgid "Use global conf" -msgstr "Usar configuración global" - -#: ../../godmode/users/configure_user.php:558 -#: ../../operation/users/user_edit.php:274 -msgid "Home screen" -msgstr "Pantalla de inicio" - -#: ../../godmode/users/configure_user.php:559 -#: ../../operation/users/user_edit.php:274 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type " -"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view" -msgstr "" -"El usuario puede personalizar la página principal . Por defecto, desplegará " -"'Detalle del Agente'. Ejemplo: Seleccione 'Otro' y type " -"sec=estado&sec2=operation/agentes/estado_agente para mostrarla vista " -"detallada del agente." - -#: ../../godmode/users/configure_user.php:564 -#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:48 -#: ../../operation/users/user_edit.php:279 -#: ../../enterprise/meta/monitoring/group_view.php:46 -msgid "Group view" -msgstr "Vista de grupo" - -#: ../../godmode/users/configure_user.php:565 -#: ../../mobile/operation/home.php:38 ../../mobile/operation/tactical.php:84 -#: ../../operation/agentes/tactical.php:55 ../../operation/menu.php:45 -#: ../../operation/users/user_edit.php:280 -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../enterprise/meta/general/main_header.php:93 -#: ../../enterprise/meta/monitoring/tactical.php:60 -msgid "Tactical view" -msgstr "Vista táctica" - -#: ../../godmode/users/configure_user.php:566 -#: ../../operation/agentes/alerts_status.php:132 ../../operation/menu.php:62 -#: ../../operation/users/user_edit.php:281 -msgid "Alert detail" -msgstr "Detalle de alertas" - -#: ../../godmode/users/configure_user.php:569 -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:284 -#: ../../enterprise/extensions/vmware/vmware_view.php:1109 -#: ../../enterprise/extensions/vmware/vmware_view.php:1128 -#: ../../enterprise/mobile/operation/dashboard.php:221 -#: ../../enterprise/operation/menu.php:89 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../godmode/users/configure_user.php:613 -msgid "Metaconsole access" -msgstr "Acceso a la metaconsola" - -#: ../../godmode/users/configure_user.php:621 -msgid "Not Login" -msgstr "No se logea" - -#: ../../godmode/users/configure_user.php:622 -msgid "The user with not login set only can access to API." -msgstr "El usuario sin permiso de acceso solo puede tener acceso al API" - -#: ../../godmode/users/configure_user.php:625 -msgid "Strict ACL" -msgstr "ACL Estricto" - -#: ../../godmode/users/configure_user.php:626 -msgid "" -"With this option enabled, the user will can access to accurate information. " -"It is not recommended for admin users because performance could be affected" -msgstr "" -"Con esta opción activada , el usuario puede tener acceso a información " -"precisa . No se recomienda para los usuarios administradores porque el " -"rendimiento podría verse afectado" - -#: ../../godmode/users/configure_user.php:629 -msgid "Session Time" -msgstr "TIempo de sesión" - -#: ../../godmode/users/configure_user.php:639 -msgid "Default event filter" -msgstr "Filtro de eventos por defecto" - -#: ../../godmode/users/configure_user.php:646 -msgid "Enable agents managment" -msgstr "Habilitar gestión de agentes" - -#: ../../godmode/users/configure_user.php:653 -msgid "Assigned node" -msgstr "Nodo asignado" - -#: ../../godmode/users/configure_user.php:653 -msgid "Server where the agents created of this user will be placed" -msgstr "Servidor donde se ubicarán los agentes creados por este usuario" - -#: ../../godmode/users/configure_user.php:665 -msgid "Enable node access" -msgstr "Habilitar el acceso al nodo" - -#: ../../godmode/users/configure_user.php:665 -msgid "With this option enabled, the user will can access to nodes console" -msgstr "" -"Con esta opción habilitada, el usuario podrá tener acceso a los nodos de la " -"consola" - -#: ../../godmode/users/configure_user.php:696 -#: ../../godmode/users/configure_user.php:705 -#: ../../operation/users/user_edit.php:480 -#: ../../operation/users/user_edit.php:488 -msgid "Profiles/Groups assigned to this user" -msgstr "Perfiles/Grupos asignados a este usuario" - -#: ../../godmode/users/profile_list.php:80 -msgid "" -"Unsucessful delete profile. Because the profile is used by some admin users." -msgstr "" -"La eliminación del perfil no ha tenido éxito. Porque el perfil está siendo " -"usado por algunos usuarios administradores." - -#: ../../godmode/users/profile_list.php:88 -#: ../../godmode/users/user_list.php:189 -msgid "There was a problem deleting the profile" -msgstr "Hubo un problema al borrar el perfil" - -#: ../../godmode/users/profile_list.php:226 -msgid "There was a problem updating this profile" -msgstr "Hubo un problema al borrar el perfil" - -#: ../../godmode/users/profile_list.php:230 -msgid "Profile name cannot be empty" -msgstr "El nombre de perfil no puede estar vacío" - -#: ../../godmode/users/profile_list.php:282 -#: ../../godmode/users/profile_list.php:286 -msgid "There was a problem creating this profile" -msgstr "Hubo un problema al crear el perfil" - -#: ../../godmode/users/profile_list.php:304 -#: ../../enterprise/extensions/disabled/check_acls.php:44 -#: ../../enterprise/extensions/disabled/check_acls.php:124 -msgid "System incidents reading" -msgstr "Lectura de incidentes del sistema" - -#: ../../godmode/users/profile_list.php:305 -#: ../../enterprise/extensions/disabled/check_acls.php:45 -#: ../../enterprise/extensions/disabled/check_acls.php:125 -msgid "System incidents writing" -msgstr "Escritura de incidentes del sistema" - -#: ../../godmode/users/profile_list.php:306 -#: ../../enterprise/extensions/disabled/check_acls.php:46 -#: ../../enterprise/extensions/disabled/check_acls.php:126 -msgid "System incidents management" -msgstr "Gestión de incidentes del sistema" - -#: ../../godmode/users/profile_list.php:307 -#: ../../enterprise/extensions/disabled/check_acls.php:47 -#: ../../enterprise/extensions/disabled/check_acls.php:127 -msgid "Agents reading" -msgstr "Lectura de agentes" - -#: ../../godmode/users/profile_list.php:308 -#: ../../include/functions_menu.php:490 -#: ../../enterprise/extensions/disabled/check_acls.php:48 -#: ../../enterprise/extensions/disabled/check_acls.php:128 -msgid "Agents management" -msgstr "Gestión de agentes" - -#: ../../godmode/users/profile_list.php:309 -#: ../../enterprise/extensions/disabled/check_acls.php:49 -#: ../../enterprise/extensions/disabled/check_acls.php:129 -msgid "Agents disable" -msgstr "Deshabilitar agentes" - -#: ../../godmode/users/profile_list.php:310 -#: ../../enterprise/extensions/disabled/check_acls.php:50 -#: ../../enterprise/extensions/disabled/check_acls.php:130 -msgid "Alerts editing" -msgstr "Edición de alertas" - -#: ../../godmode/users/profile_list.php:311 -#: ../../enterprise/extensions/disabled/check_acls.php:53 -#: ../../enterprise/extensions/disabled/check_acls.php:133 -msgid "Alerts management" -msgstr "Gestión de alertas" - -#: ../../godmode/users/profile_list.php:313 -#: ../../enterprise/extensions/disabled/check_acls.php:52 -#: ../../enterprise/extensions/disabled/check_acls.php:132 -msgid "Database management" -msgstr "Gestión de la BB. DD." - -#: ../../godmode/users/profile_list.php:314 -#: ../../enterprise/extensions/disabled/check_acls.php:57 -#: ../../enterprise/extensions/disabled/check_acls.php:137 -msgid "Events reading" -msgstr "Lectura de eventos" - -#: ../../godmode/users/profile_list.php:315 -#: ../../enterprise/extensions/disabled/check_acls.php:58 -#: ../../enterprise/extensions/disabled/check_acls.php:138 -msgid "Events writing" -msgstr "Escritura de eventos" - -#: ../../godmode/users/profile_list.php:316 -#: ../../enterprise/extensions/disabled/check_acls.php:59 -#: ../../enterprise/extensions/disabled/check_acls.php:139 -msgid "Events management" -msgstr "Gestión de eventos" - -#: ../../godmode/users/profile_list.php:317 -#: ../../enterprise/extensions/disabled/check_acls.php:54 -#: ../../enterprise/extensions/disabled/check_acls.php:134 -msgid "Reports reading" -msgstr "Lectura de informes" - -#: ../../godmode/users/profile_list.php:318 -#: ../../enterprise/extensions/disabled/check_acls.php:55 -#: ../../enterprise/extensions/disabled/check_acls.php:135 -msgid "Reports writing" -msgstr "Escritura de informes" - -#: ../../godmode/users/profile_list.php:319 -#: ../../enterprise/extensions/disabled/check_acls.php:56 -#: ../../enterprise/extensions/disabled/check_acls.php:136 -msgid "Reports management" -msgstr "Gestión de informes" - -#: ../../godmode/users/profile_list.php:320 -msgid "Network maps reading" -msgstr "Lectura de mapas de red" - -#: ../../godmode/users/profile_list.php:321 -msgid "Network maps writing" -msgstr "Escritura de mapas de red" - -#: ../../godmode/users/profile_list.php:322 -msgid "Network maps management" -msgstr "Gestión de mapas de red" - -#: ../../godmode/users/profile_list.php:323 -msgid "Visual console reading" -msgstr "Lectura de consola visual" - -#: ../../godmode/users/profile_list.php:324 -msgid "Visual console writing" -msgstr "Escritura de consola visual" - -#: ../../godmode/users/profile_list.php:325 -msgid "Visual console management" -msgstr "Gestión de consola visual" - -#: ../../godmode/users/profile_list.php:326 -#: ../../enterprise/extensions/disabled/check_acls.php:60 -#: ../../enterprise/extensions/disabled/check_acls.php:140 -msgid "Systems management" -msgstr "Gestión de sistemas" - -#: ../../godmode/users/profile_list.php:398 -msgid "There are no defined profiles" -msgstr "No hay perfiles definidos" - -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "Usuarios definidos en Pandora" - -#: ../../godmode/users/user_list.php:143 -#, php-format -msgid "Deleted user %s" -msgstr "Usuario eliminado %s" - -#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 -msgid "There was a problem deleting the user" -msgstr "Hubo un problema al borrar el usuario" - -#: ../../godmode/users/user_list.php:163 -#, php-format -msgid "Deleted user %s from metaconsole" -msgstr "Usuario eliminado %s de la metaconsola" - -#: ../../godmode/users/user_list.php:172 -#, php-format -msgid "Deleted user %s from %s" -msgstr "Uuario eliminado %s de %s" - -#: ../../godmode/users/user_list.php:175 -#, php-format -msgid "Successfully deleted from %s" -msgstr "Eliminado correctamente de %s" - -#: ../../godmode/users/user_list.php:176 -#, php-format -msgid "There was a problem deleting the user from %s" -msgstr "Se produjo un problema al eliminar al usuario de %s" - -#: ../../godmode/users/user_list.php:204 -msgid "There was a problem disabling user" -msgstr "Hubo un problema al deshabilitar el usuario" - -#: ../../godmode/users/user_list.php:209 -msgid "There was a problem enabling user" -msgstr "Hubo un problema al habilitar el usuario" - -#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 -msgid "Search by username, fullname or email" -msgstr "Buscar por nombre de usuario, nombre completo o email" - -#: ../../godmode/users/user_list.php:249 -msgid "Users control filter" -msgstr "Filtro de usuarios" - -#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 -#: ../../operation/search_users.php:63 -#: ../../enterprise/extensions/disabled/check_acls.php:61 -#: ../../enterprise/extensions/disabled/check_acls.php:141 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:391 -msgid "Admin" -msgstr "Admin" - -#: ../../godmode/users/user_list.php:276 -msgid "Profile / Group" -msgstr "Perfil / Grupo" - -#: ../../godmode/users/user_list.php:457 ../../operation/search_users.php:82 -msgid "The user doesn't have any assigned profile/group" -msgstr "El usuario no tiene ningún perfil asignado" - -#: ../../godmode/users/user_list.php:470 -msgid "Deleting User" -msgstr "Borrando usuario." - -#: ../../godmode/users/user_list.php:472 -msgid "Delete from all consoles" -msgstr "Eliminar de todas las consolas" - -#: ../../godmode/users/user_list.php:472 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "Eliminando usuario %s de todas las consolas" - -#: ../../godmode/users/user_list.php:488 -msgid "Create user" -msgstr "Crear usuario" +msgid "Executing command: %s" +msgstr "Ejecutar comando:%s" + +#: ../../include/ajax/events.php:165 +msgid "Execute again" +msgstr "Ejecutar de nuevo" + +#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:581 +#: ../../include/functions_reporting.php:5451 +#: ../../godmode/alerts/configure_alert_template.php:148 +#: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 +#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +msgid "General" +msgstr "General" + +#: ../../include/ajax/events.php:300 +msgid "Details" +msgstr "Detalles" + +#: ../../include/ajax/events.php:301 +msgid "Agent fields" +msgstr "Campos de agente" + +#: ../../include/ajax/events.php:306 ../../godmode/events/events.php:73 +msgid "Responses" +msgstr "Respuestas" + +#: ../../include/ajax/events.php:309 +msgid "Custom data" +msgstr "Datos personalizado" + +#: ../../include/ajax/events.php:377 +msgid "Error adding comment" +msgstr "Error al añadir comentario" + +#: ../../include/ajax/events.php:378 +msgid "Comment added successfully" +msgstr "Comentario añadido con éxito" + +#: ../../include/ajax/events.php:379 +msgid "Error changing event status" +msgstr "Error al cambiar el estado del evento" + +#: ../../include/ajax/events.php:380 +msgid "Event status changed successfully" +msgstr "Estado del evento cambiado con éxito" + +#: ../../include/ajax/events.php:381 +msgid "Error changing event owner" +msgstr "Error al cambiar propietario del evento" + +#: ../../include/ajax/events.php:382 +msgid "Event owner changed successfully" +msgstr "Propietario del evento cambiado con éxito" + +#: ../../include/ajax/events.php:481 +#: ../../godmode/massive/massive_edit_modules.php:484 +#: ../../godmode/agentes/module_manager_editor_network.php:85 +msgid "Auto" +msgstr "Automático" #: ../../include/ajax/double_auth.ajax.php:146 msgid "" @@ -19514,7 +10712,6 @@ msgstr "" #: ../../include/ajax/double_auth.ajax.php:151 #: ../../include/ajax/double_auth.ajax.php:287 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 msgid "Code" msgstr "Código" @@ -19556,15 +10753,6 @@ msgstr "Continuar" msgid "Are you installed the app yet?" msgstr "¿Ya ha instalado la aplicación?" -#: ../../include/ajax/double_auth.ajax.php:254 -#: ../../include/ajax/double_auth.ajax.php:351 -#: ../../include/ajax/double_auth.ajax.php:396 -#: ../../include/ajax/double_auth.ajax.php:511 -#: ../../operation/users/user_edit.php:701 -#: ../../operation/users/user_edit.php:766 -msgid "There was an error loading the data" -msgstr "Se ha producido un error al cargar los datos" - #: ../../include/ajax/double_auth.ajax.php:277 msgid "A private code has been generated" msgstr "Un código privado ha sido generado" @@ -19580,346 +10768,2413 @@ msgstr "" msgid "Refresh code" msgstr "Refrescar el código" -#: ../../include/ajax/double_auth.ajax.php:360 +#: ../../include/ajax/double_auth.ajax.php:358 msgid "Are you introduced the code in the authenticator app yet?" msgstr "¿ Ya ha introducido el código en la aplicación de autenticación?" -#: ../../include/ajax/double_auth.ajax.php:422 +#: ../../include/ajax/double_auth.ajax.php:420 msgid "Introduce a code generated by the app" msgstr "Introduce el código generado por la aplicación" -#: ../../include/ajax/double_auth.ajax.php:423 +#: ../../include/ajax/double_auth.ajax.php:421 msgid "If the code is valid, the double authentication will be activated" msgstr "Si el código es válido, la doble autenticación se activará" -#: ../../include/ajax/double_auth.ajax.php:432 +#: ../../include/ajax/double_auth.ajax.php:430 msgid "Validate code" msgstr "Validar código" -#: ../../include/ajax/double_auth.ajax.php:483 +#: ../../include/ajax/double_auth.ajax.php:481 msgid "The code is valid, you can exit now" msgstr "El código es válido, puede salir ahora" -#: ../../include/ajax/double_auth.ajax.php:491 -#: ../../mobile/include/user.class.php:171 ../../enterprise/meta/index.php:239 -#: ../../index.php:253 -msgid "Invalid code" -msgstr "Código inválido" - -#: ../../include/ajax/double_auth.ajax.php:499 +#: ../../include/ajax/double_auth.ajax.php:497 msgid "The code is valid, but it was an error saving the data" msgstr "El código es válido, pero hubo un error guardando los datos" -#: ../../include/ajax/events.php:158 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 -#, php-format -msgid "Executing command: %s" -msgstr "Ejecutar comando:%s" +#: ../../include/functions_update_manager.php:202 +msgid "There is a unknown error." +msgstr "Hay un error desconocido." -#: ../../include/ajax/events.php:165 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 -msgid "Execute again" -msgstr "Ejecutar de nuevo" +#: ../../include/functions_update_manager.php:316 +#: ../../include/functions_update_manager.php:319 +#: ../../include/functions_update_manager.php:409 +#: ../../include/functions_update_manager.php:413 +msgid "Could not connect to internet" +msgstr "No se puede conectar con internet" -#: ../../include/ajax/events.php:300 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -msgid "Details" -msgstr "Detalles" +#: ../../include/functions_update_manager.php:324 +#: ../../include/functions_update_manager.php:327 +#: ../../include/functions_update_manager.php:420 +#: ../../include/functions_update_manager.php:424 +msgid "Server not found." +msgstr "Servidor no encontrado" -#: ../../include/ajax/events.php:301 -msgid "Agent fields" -msgstr "Campos de agente" +#: ../../include/functions_update_manager.php:346 +msgid "Update to the next version" +msgstr "Actualizar a la siguiente versión" -#: ../../include/ajax/events.php:309 -msgid "Custom data" -msgstr "Datos personalizado" +#: ../../include/functions_update_manager.php:349 +msgid "There is no update available." +msgstr "No hay actualizaciones disponibles" -#: ../../include/ajax/events.php:377 -msgid "Error adding comment" -msgstr "Error al añadir comentario" +#: ../../include/functions_update_manager.php:458 +#: ../../include/functions_update_manager.php:488 +msgid "Remote server error on newsletter request" +msgstr "Error de servidor remoto en la solicitud de boletín informativo" -#: ../../include/ajax/events.php:378 -msgid "Comment added successfully" -msgstr "Comentario añadido con éxito" +#: ../../include/functions_update_manager.php:466 +msgid "E-mail successfully subscribed to newsletter." +msgstr "E-mail suscrito correctamente al boletín informativo" -#: ../../include/ajax/events.php:379 -msgid "Error changing event status" -msgstr "Error al cambiar el estado del evento" +#: ../../include/functions_update_manager.php:468 +msgid "E-mail has already subscribed to newsletter." +msgstr "El E-mail ya está suscrito al boletín informativo" -#: ../../include/ajax/events.php:380 -msgid "Event status changed successfully" -msgstr "Estado del evento cambiado con éxito" +#: ../../include/functions_update_manager.php:470 +#: ../../include/functions_update_manager.php:510 +msgid "Update manager returns error code: " +msgstr "El administrador de actualizaciones devolvió un error: " -#: ../../include/ajax/events.php:381 -msgid "Error changing event owner" -msgstr "Error al cambiar propietario del evento" +#: ../../include/functions_update_manager.php:505 +msgid "Pandora successfully subscribed with UID: " +msgstr "Pandora se suscribió correctamente con UID: " -#: ../../include/ajax/events.php:382 -msgid "Event owner changed successfully" -msgstr "Propietario del evento cambiado con éxito" +#: ../../include/functions_update_manager.php:507 +msgid "Unsuccessful subscription." +msgstr "No se pudo suscribir" -#: ../../include/ajax/events.php:447 -#: ../../include/functions_reporting.php:6371 -#: ../../include/functions_events.php:928 -#: ../../include/functions_events.php:2402 -#: ../../include/functions_events.php:3657 -#: ../../include/functions_reporting_html.php:845 -#: ../../include/functions_reporting_html.php:1061 -#: ../../include/functions_reporting_html.php:1673 -#: ../../mobile/operation/events.php:247 -#: ../../operation/events/events.build_table.php:304 -msgid "New event" -msgstr "Nuevo evento" +#: ../../include/functions_update_manager.php:635 +msgid "Failed extracting the package to temp directory." +msgstr "Fallo al extraer el paquete al directorio temporal" -#: ../../include/ajax/events.php:451 -#: ../../include/functions_reporting.php:6375 -#: ../../include/functions_events.php:932 -#: ../../include/functions_events.php:2406 -#: ../../include/functions_events.php:3661 -#: ../../include/functions_reporting_html.php:849 -#: ../../include/functions_reporting_html.php:1065 -#: ../../include/functions_reporting_html.php:1677 -#: ../../mobile/operation/events.php:251 -#: ../../operation/events/events.build_table.php:308 -#: ../../operation/events/events.php:689 ../../operation/events/events.php:718 -#: ../../operation/events/events.php:719 ../../operation/events/events.php:939 -#: ../../operation/events/events.php:944 ../../operation/events/events.php:945 -msgid "Event validated" -msgstr "Evento validado" +#: ../../include/functions_update_manager.php:664 +msgid "Failed the copying of the files." +msgstr "Fallo copiando los ficheros" -#: ../../include/ajax/events.php:455 -#: ../../include/functions_reporting.php:6379 -#: ../../include/functions_events.php:936 -#: ../../include/functions_events.php:2410 -#: ../../include/functions_events.php:3665 -#: ../../include/functions_reporting_html.php:853 -#: ../../include/functions_reporting_html.php:1069 -#: ../../include/functions_reporting_html.php:1681 -#: ../../mobile/operation/events.php:255 -#: ../../operation/events/events.build_table.php:312 -#: ../../operation/events/events.php:751 ../../operation/events/events.php:789 -#: ../../operation/events/events.php:790 ../../operation/events/events.php:949 -#: ../../operation/events/events.php:963 ../../operation/events/events.php:964 -msgid "Event in process" -msgstr "Evento en proceso" +#: ../../include/functions_update_manager.php:680 +msgid "Package extracted successfully." +msgstr "Paquete extraído correctamente" -#: ../../include/ajax/graph.ajax.php:141 -msgid "Time container lapse" -msgstr "Intervalo de tiempo del contenedor" +#: ../../include/functions_visual_map.php:1150 +msgid "Last value: " +msgstr "Ultimo valor: " -#: ../../include/ajax/module.php:133 ../../include/functions.php:2614 -msgid "30 minutes" -msgstr "30 minutos" +#: ../../include/functions_visual_map.php:1665 +#: ../../include/functions_visual_map.php:1898 +#: ../../godmode/massive/massive_add_action_alerts.php:59 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_edit_agents.php:92 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_alerts.php:83 +msgid "No agents selected" +msgstr "No se selección ningún agente" -#: ../../include/ajax/module.php:135 -#: ../../enterprise/godmode/agentes/inventory_manager.php:178 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -msgid "6 hours" -msgstr "6 horas" +#: ../../include/functions_visual_map.php:1723 +msgid "Agent successfully added to layout" +msgstr "Agente añadido correctamente a la distribución" -#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063 -msgid "3 months" -msgstr "3 meses" +#: ../../include/functions_visual_map.php:1749 +#: ../../godmode/massive/massive_add_action_alerts.php:116 +#: ../../godmode/massive/massive_delete_action_alerts.php:119 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/reporting/visual_console_builder.php:486 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174 +msgid "No modules selected" +msgstr "No se han seleccionado módulos" -#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 -msgid "6 months" -msgstr "6 meses" +#: ../../include/functions_visual_map.php:1870 +msgid "Modules successfully added to layout" +msgstr "Módulos añadidos correctamente a la distribución" -#: ../../include/ajax/module.php:143 ../../include/functions.php:2054 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -msgid "1 year" -msgstr "1 año" +#: ../../include/functions_visual_map.php:2067 +msgid "Agents successfully added to layout" +msgstr "Agentes añadidos con éxito a la plantilla" -#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066 -msgid "2 years" -msgstr "2 años" +#: ../../include/functions_visual_map.php:2408 +msgid "Cannot load the visualmap" +msgstr "No se puede cargar el mapa visual" -#: ../../include/ajax/module.php:145 -msgid "3 years" -msgstr "3 años" +#: ../../include/functions_visual_map.php:2740 +#: ../../include/functions_visual_map_editor.php:62 +#: ../../include/functions_visual_map_editor.php:611 +#: ../../godmode/reporting/visual_console_builder.elements.php:188 +msgid "Box" +msgstr "caja" -#: ../../include/ajax/module.php:149 -#: ../../operation/agentes/datos_agente.php:185 -msgid "Choose a time from now" -msgstr "Elija un tiempo a partir de ahora" +#: ../../include/functions_visual_map.php:2748 +msgid "Percentile bar" +msgstr "Barra de porcentaje" -#: ../../include/ajax/module.php:161 -#: ../../operation/agentes/datos_agente.php:188 -msgid "Specify time range" -msgstr "Especificar rango de tiempo" +#: ../../include/functions_visual_map.php:2752 +msgid "Static graph" +msgstr "Imagen estática" -#: ../../include/ajax/module.php:162 -#: ../../operation/agentes/datos_agente.php:189 -#: ../../operation/events/events_list.php:556 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:450 -msgid "Timestamp from:" -msgstr "Timestamp desde:" +#: ../../include/functions_visual_map.php:2757 +#: ../../include/functions_visual_map_editor.php:607 +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +msgid "Simple Value" +msgstr "Valor simple" -#: ../../include/ajax/module.php:170 -#: ../../operation/agentes/datos_agente.php:195 -#: ../../operation/events/events_list.php:559 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:456 -msgid "Timestamp to:" -msgstr "Timestamp hasta:" +#: ../../include/functions_visual_map.php:2761 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:608 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../godmode/reporting/visual_console_builder.wizard.php:300 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../godmode/reporting/reporting_builder.item_editor.php:693 +msgid "Label" +msgstr "Etiqueta" -#: ../../include/ajax/module.php:732 -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:466 -#: ../../operation/agentes/alerts_status.php:500 -#: ../../operation/agentes/alerts_status.php:535 -msgid "Force execution" -msgstr "Forzar ejecución" +#: ../../include/functions_visual_map.php:2769 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:609 +#: ../../godmode/setup/os.builder.php:39 +#: ../../godmode/reporting/visual_console_builder.elements.php:183 +#: ../../godmode/groups/group_list.php:338 +#: ../../godmode/groups/configure_group.php:119 +#: ../../godmode/modules/module_list.php:57 +msgid "Icon" +msgstr "Icono" -#: ../../include/ajax/module.php:732 -#: ../../operation/agentes/alerts_status.php:423 -#: ../../operation/agentes/alerts_status.php:466 -#: ../../operation/agentes/alerts_status.php:500 -#: ../../operation/agentes/alerts_status.php:535 -msgid "F." -msgstr "F." +#: ../../include/functions_snmp.php:67 +msgid "Load Average (Last minute)" +msgstr "Carga media (Última hora)" -#: ../../include/ajax/module.php:804 ../../include/functions_ui.php:834 -#: ../../include/functions_groups.php:771 -#: ../../include/functions_groups.php:964 -#: ../../operation/agentes/group_view.php:163 -#: ../../operation/agentes/group_view.php:216 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -#: ../../enterprise/extensions/ipam/ipam_network.php:154 -#: ../../enterprise/godmode/agentes/inventory_manager.php:272 -#: ../../enterprise/operation/services/services.list.php:469 -msgid "Force" -msgstr "Forzar" +#: ../../include/functions_snmp.php:71 +msgid "Load Average (Last 5 minutes)" +msgstr "Carga media (últimos 5 minutos)" -#: ../../include/ajax/module.php:1093 -msgid "Any monitors aren't with this filter." -msgstr "No todos los monitores llevan este filtro" +#: ../../include/functions_snmp.php:75 +msgid "Load Average (Last 15 minutes)" +msgstr "Carga media (últimos 15 minutos)" -#: ../../include/ajax/module.php:1096 -msgid "This agent doesn't have any active monitors." -msgstr "Este agente no tiene ningún monitor activo" +#: ../../include/functions_snmp.php:79 +msgid "Total Swap Size configured for the host" +msgstr "Tamaño de intercambio total configurado para el host" -#: ../../include/ajax/rolling_release.ajax.php:56 -msgid "The sql file contains a dangerous query" -msgstr "El fichero sql contiene una query peligrosa" +#: ../../include/functions_snmp.php:83 +msgid "Available Swap Space on the host" +msgstr "Espacio de intercambio disponible en el host" -#: ../../include/ajax/rolling_release.ajax.php:103 +#: ../../include/functions_snmp.php:87 +msgid "Total Real/Physical Memory Size on the host" +msgstr "Tamaño de memoria real/física en el servidor" + +#: ../../include/functions_snmp.php:91 +msgid "Available Real/Physical Memory Space on the host" +msgstr "Memoria real/física disponible en el servidor" + +#: ../../include/functions_snmp.php:95 +msgid "Total Available Memory on the host" +msgstr "Memoria total disponible" + +#: ../../include/functions_snmp.php:99 +msgid "Total Cached Memory" +msgstr "Memoria caché total" + +#: ../../include/functions_snmp.php:103 +msgid "Total Buffered Memory" +msgstr "Memoria total de búfer" + +#: ../../include/functions_snmp.php:107 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "La cantidad de memoria intercambiada desde el disco (kB / s)" + +#: ../../include/functions_snmp.php:111 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "La cantidad de memoria intercambiada con el disco (kB / s)" + +#: ../../include/functions_snmp.php:115 +msgid "Number of blocks sent to a block device" +msgstr "Número de bloques enviado al dispositivo de bloques" + +#: ../../include/functions_snmp.php:119 +msgid "Number of blocks received from a block device" +msgstr "Número de bloques recibidos del dispositivo de bloques" + +#: ../../include/functions_snmp.php:123 +msgid "Number of interrupts processed" +msgstr "Número de interrupciones procesadas" + +#: ../../include/functions_snmp.php:127 +msgid "Number of context switches" +msgstr "Número de cambios de contexto" + +#: ../../include/functions_snmp.php:131 +msgid "user CPU time" +msgstr "tiempo de CPU de usuario" + +#: ../../include/functions_snmp.php:135 +msgid "system CPU time" +msgstr "tiempo de CPU del sistema" + +#: ../../include/functions_snmp.php:139 +msgid "idle CPU time" +msgstr "tiempo de inactividad de la CPU" + +#: ../../include/functions_snmp.php:143 +msgid "system Up time" +msgstr "Tiempo de actividad del sistema" + +#: ../../include/functions_filemanager.php:172 +#: ../../include/functions_filemanager.php:242 +#: ../../include/functions_filemanager.php:300 +#: ../../include/functions_filemanager.php:382 +msgid "Security error" +msgstr "Error de seguridad" + +#: ../../include/functions_filemanager.php:185 +msgid "Upload error" +msgstr "Error de subida" + +#: ../../include/functions_filemanager.php:193 +#: ../../include/functions_filemanager.php:261 +#: ../../include/functions_filemanager.php:326 +msgid "Upload correct" +msgstr "Subida correcta" + +#: ../../include/functions_filemanager.php:206 msgid "" -"An error occurred while updating the database schema to the minor release " +"File size seems to be too large. Please check your php.ini configuration or " +"contact with the administrator" msgstr "" -"Ha ocurrido un error cuando se actualizaba el esquema de base de datos en el " -"fichero de minor release " +"El tamaño del archivo es demasiado grande. Por favor, compruebe su " +"configuración php.ini o contacte con el administrador" -#: ../../include/ajax/rolling_release.ajax.php:117 -#: ../../include/ajax/rolling_release.ajax.php:130 -msgid "The directory " -msgstr "El directorio " +#: ../../include/functions_filemanager.php:254 +msgid "Error creating file" +msgstr "Error al crear fichero" -#: ../../include/ajax/rolling_release.ajax.php:117 -msgid " should have read permissions in order to update the database schema" +#: ../../include/functions_filemanager.php:267 +#: ../../include/functions_filemanager.php:362 +msgid "Error creating file with empty name" +msgstr "Error al crear archivo con nombre en blanco" + +#: ../../include/functions_filemanager.php:312 +msgid "Attach error" +msgstr "Error en el adjunto" + +#: ../../include/functions_filemanager.php:348 +msgid "Security error." +msgstr "Error de seguridad." + +#: ../../include/functions_filemanager.php:357 +msgid "Directory created" +msgstr "Directorio creado" + +#: ../../include/functions_filemanager.php:385 +#: ../../include/functions_reporting_html.php:1238 +msgid "Deleted" +msgstr "Eliminado(s)" + +#: ../../include/functions_filemanager.php:550 +#, php-format +msgid "Directory %s doesn't exist!" +msgstr "El directorio %s no existe" + +#: ../../include/functions_filemanager.php:561 +#: ../../godmode/setup/file_manager.php:63 +#: ../../godmode/servers/plugin.php:224 +#, php-format +msgid "Index of %s" +msgstr "Índice de %s" + +#: ../../include/functions_filemanager.php:565 +msgid "Index of images" +msgstr "Índice de imágenes" + +#: ../../include/functions_filemanager.php:603 +msgid "Parent directory" +msgstr "Directorio padre" + +#: ../../include/functions_filemanager.php:632 +msgid "The zip upload in this dir, easy to upload multiple files." msgstr "" -" debería tener permisos de lectura para actualizar el esquema de la base de " -"datos" +"Subir archivo zip a este directorio, útil para subir múltiples archivos." -#: ../../include/ajax/rolling_release.ajax.php:130 -msgid " does not exist" -msgstr " no existe" +#: ../../include/functions_filemanager.php:636 +msgid "Decompress" +msgstr "Descomprimir" -#: ../../include/ajax/update_manager.ajax.php:75 -#: ../../enterprise/include/functions_update_manager.php:362 -msgid "There was an error extracting the file '" -msgstr "Hay un error al extraer el fichero '" +#: ../../include/functions_filemanager.php:638 +msgid "Go" +msgstr "Ir" -#: ../../include/ajax/update_manager.ajax.php:91 -#: ../../enterprise/include/functions_update_manager.php:379 -msgid "The package was not extracted." -msgstr "El paquete no se pudo extraer" +#: ../../include/functions_filemanager.php:679 +msgid "Directory" +msgstr "Directorio" -#: ../../include/ajax/update_manager.ajax.php:97 -msgid "Invalid extension. The package must have the extension .oum." -msgstr "Extensión inválida. El paquete debe tener la extensión .oum" +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:198 +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +msgid "Image" +msgstr "Imagen" -#: ../../include/ajax/update_manager.ajax.php:104 -msgid "The file was not uploaded succesfully." -msgstr "El fichero no se pudo subir correctamente." +#: ../../include/functions_filemanager.php:685 +msgid "Compressed file" +msgstr "Archivo comprimido" -#: ../../include/ajax/update_manager.ajax.php:173 -#: ../../include/ajax/update_manager.ajax.php:177 -#: ../../include/ajax/update_manager.ajax.php:204 -#: ../../include/functions_update_manager.php:128 -#: ../../include/functions_update_manager.php:132 -#: ../../include/functions_update_manager.php:158 -#: ../../enterprise/include/functions_update_manager.php:501 -#: ../../enterprise/include/functions_update_manager.php:505 -#: ../../enterprise/include/functions_update_manager.php:532 -msgid "Some of your files might not be recovered." +#: ../../include/functions_filemanager.php:688 +#: ../../include/functions_filemanager.php:695 +msgid "Text file" +msgstr "Fichero de texto" + +#: ../../include/functions_filemanager.php:759 +#: ../../godmode/servers/plugin.php:151 +msgid "Edit file" +msgstr "Editar archivo" + +#: ../../include/functions_filemanager.php:785 +msgid "Create directory" +msgstr "Crear directorio" + +#: ../../include/functions_filemanager.php:790 +msgid "Create text" +msgstr "Crear texto" + +#: ../../include/functions_filemanager.php:795 +msgid "Upload file/s" +msgstr "Subir archivo/s" + +#: ../../include/functions_filemanager.php:802 +msgid "The directory is read-only" +msgstr "Este directorio es de solo lectura" + +#: ../../include/functions_db.php:75 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "Error conectando a la base de datos %s el %s" + +#: ../../include/functions_db.php:1499 ../../godmode/menu.php:317 +#: ../../godmode/db/db_refine.php:33 +msgid "Database debug" +msgstr "Depurar BBDD" + +#: ../../include/functions_db.php:1515 +msgid "SQL sentence" +msgstr "Consulta SQL" + +#: ../../include/functions_db.php:1517 +msgid "Rows" +msgstr "Filas" + +#: ../../include/functions_db.php:1518 +msgid "Saved" +msgstr "Guardado" + +#: ../../include/functions_db.php:1519 +msgid "Time (ms)" +msgstr "Tiempo (ms)" + +#: ../../include/functions_db.php:1529 +#: ../../include/functions_reporting_html.php:496 +#: ../../include/functions_reporting_html.php:575 +#: ../../include/functions_reporting_html.php:675 +#: ../../include/functions_reporting_html.php:2043 +#: ../../include/functions_reporting_html.php:2523 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1333 +msgid "OK" +msgstr "Bien" + +#: ../../include/functions_custom_graphs.php:226 +#: ../../godmode/reporting/reporting_builder.list_items.php:313 +msgid "No items." +msgstr "Sin artículos." + +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "Acciones de alerta" + +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "Plantillas de alerta" + +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "Diseño de la consola visual" + +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "Tiempo de inactividad estipulado" + +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "Mapas GIS" + +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "Conexiones GIS" + +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "Mapas GIS adicionales" + +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "Mapas de red" + +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "Mostrar los grupos dependientes" + +#: ../../include/functions_groups.php:2178 +msgid "" +"You can not delete the last group in Pandora. A common installation must has " +"almost one group." msgstr "" -"Algunos de sus ficheros puede que no se hayan recuperado correctamente." +"No se puede borrar el último grupo en Pandora. Una instalación normal debe " +"tener al menos un grupo." -#: ../../include/ajax/update_manager.ajax.php:181 -#: ../../include/ajax/update_manager.ajax.php:198 -#: ../../include/functions_update_manager.php:136 -#: ../../include/functions_update_manager.php:152 -#: ../../enterprise/include/functions_update_manager.php:510 -#: ../../enterprise/include/functions_update_manager.php:526 -msgid "Some of your old files might not be recovered." -msgstr "Algunos de sus ficheros antiguos no se han podido recuperar." +#: ../../include/functions_ui.php:225 +msgid "Information" +msgstr "Información" -#: ../../include/ajax/update_manager.ajax.php:219 -#: ../../include/functions_update_manager.php:173 -#: ../../enterprise/include/functions_update_manager.php:547 -msgid "An error ocurred while reading a file." -msgstr "Se produjo un error al leer un fichero" +#: ../../include/functions_ui.php:231 +msgid "Success" +msgstr "Éxito" -#: ../../include/ajax/update_manager.ajax.php:226 -#: ../../include/functions_update_manager.php:180 -#: ../../enterprise/include/functions_update_manager.php:554 -msgid "The package does not exist" -msgstr "El paquete no existe." +#: ../../include/functions_ui.php:367 +msgid "Request successfully processed" +msgstr "Petición procesada correctamente" -#: ../../include/ajax/update_manager.ajax.php:240 -msgid "Package rejected." -msgstr "Paquete rechazado" +#: ../../include/functions_ui.php:370 +msgid "Error processing request" +msgstr "Error al procesar la petición" -#: ../../include/ajax/update_manager.ajax.php:414 -#: ../../enterprise/include/functions_update_manager.php:315 -msgid "Fail to update to the last package." -msgstr "Fallo al actualizar al ultimo paquete" +#: ../../include/functions_ui.php:508 +msgid "" +"Is possible that this view uses part of information which your user has not " +"access" +msgstr "" +"Es posible que esta vista utilize parte de la información a la cual su " +"usuario no tenga acceso" -#: ../../include/ajax/update_manager.ajax.php:422 -#: ../../enterprise/include/functions_update_manager.php:330 -msgid "Starting to update to the last package." -msgstr "Comenzando la actualización al último paquete" +#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:846 +msgid "The alert would fire when the value is " +msgstr "" +"La alerta se disparará cuando el valor sea " -#: ../../include/ajax/update_manager.ajax.php:493 -#: ../../enterprise/include/functions_update_manager.php:423 -msgid "progress" -msgstr "Progreso" +#: ../../include/functions_ui.php:1007 ../../godmode/alerts/alert_view.php:156 +#: ../../godmode/alerts/configure_alert_template.php:847 +msgid "The alert would fire when the value is not " +msgstr "" +"La alerta se disparará cuando el valor no sea " -#: ../../include/ajax/update_manager.ajax.php:514 -msgid "The package is extracted." -msgstr "El paquete se extrajo." +#: ../../include/functions_ui.php:1012 ../../godmode/alerts/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:844 +msgid "" +"The alert would fire when the value matches " +msgstr "" +"La alerta se disparará cuando el valor coincida con " -#: ../../include/ajax/update_manager.ajax.php:518 -msgid "Error in package extraction." -msgstr "Error en la extracción del paquete." +#: ../../include/functions_ui.php:1015 ../../godmode/alerts/alert_view.php:147 +msgid "" +"The alert would fire when the value doesn't match " +msgstr "" +"La alerta se disparará cuando el valor no coincida con " -#: ../../include/ajax/update_manager.ajax.php:536 -#: ../../include/functions_update_manager.php:189 -#: ../../enterprise/include/functions_update_manager.php:563 -msgid "The package is installed." -msgstr "El paquete está instalado" +#: ../../include/functions_ui.php:1021 ../../godmode/alerts/alert_view.php:161 +#: ../../godmode/alerts/configure_alert_template.php:848 +msgid "" +"The alert would fire when the value is between and " +"" +msgstr "" +"La alerta se disparará cuando el valor esté entre y " +"" -#: ../../include/ajax/update_manager.ajax.php:540 -msgid "An error ocurred in the installation process." -msgstr "Ha ocurrido un error en el proceso de instalación." +#: ../../include/functions_ui.php:1024 ../../godmode/alerts/alert_view.php:164 +msgid "" +"The alert would fire when the value is not between " +"and " +msgstr "" +"La alerta se disparará cuando el valor no esté entre y " -#: ../../include/ajax/visual_console_builder.ajax.php:180 -#: ../../include/functions_graph.php:5226 -msgid "No data to show" -msgstr "No hay datos que mostrar" +#: ../../include/functions_ui.php:1028 +msgid "The alert would fire when the value is over " +msgstr "" +"La alerta se disparará cuando el valor esté por encima de " + +#: ../../include/functions_ui.php:1033 +msgid "The alert would fire when the value is under " +msgstr "" +"La alerta se disparará cuando el valor esté por debajo de " + +#: ../../include/functions_ui.php:1038 ../../godmode/alerts/alert_view.php:186 +#: ../../godmode/alerts/configure_alert_template.php:852 +msgid "The alert would fire when the module is in warning status" +msgstr "La alerta se disparará cuando el módulo esté en estado advertencia" + +#: ../../include/functions_ui.php:1043 ../../godmode/alerts/alert_view.php:189 +#: ../../godmode/alerts/configure_alert_template.php:853 +msgid "The alert would fire when the module is in critical status" +msgstr "La alerta se disparará cuando el módulo esté en estado crítico" + +#: ../../include/functions_ui.php:1080 +#: ../../godmode/servers/recon_script.php:183 +#: ../../godmode/servers/plugin.php:473 +msgid "Help" +msgstr "Ayuda" + +#: ../../include/functions_ui.php:1307 +msgid "the Flexible Monitoring System" +msgstr "el Sistema Flexible de Monitorización" + +#: ../../include/functions_ui.php:1627 ../../include/functions_ui.php:1661 +#, php-format +msgid "Total items: %s" +msgstr "Total de elementos %s" + +#: ../../include/functions_ui.php:1968 +msgid "Unknown type" +msgstr "Tipo desconocido" + +#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1433 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../include/graphs/functions_pchart.php:202 +#: ../../include/graphs/functions_pchart.php:1190 +#: ../../include/functions_reporting.php:948 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../godmode/reporting/reporting_builder.item_editor.php:781 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1284 +msgid "Max" +msgstr "Máx" + +#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1435 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../include/graphs/functions_pchart.php:208 +#: ../../include/graphs/functions_pchart.php:1188 +#: ../../include/functions_reporting.php:951 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../godmode/reporting/reporting_builder.item_editor.php:779 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1286 +msgid "Min" +msgstr "Mín" + +#: ../../include/functions_ui.php:2781 +msgid "Type at least two characters to search." +msgstr "Escriba al menos dos caracteres para buscar." + +#: ../../include/functions_ui.php:3574 +msgid "Problem with Pandora FMS database" +msgstr "Problema con la base de datos de Pandora FMS" + +#: ../../include/functions_ui.php:3575 +msgid "" +"Cannot connect to the database, please check your database setup in the " +"include/config.php file.

                \n" +"\t\t\tProbably your database, hostname, user or password values are " +"incorrect or\n" +"\t\t\tthe database server is not running." +msgstr "" +"No se pudo conectar a la base de datos, por favor, compruebe su " +"configuración de base de datos en el fichero include/config.php " +"

                \n" +"\t\t\tProbablemente su valor de administrador, usuario o contraseña sean " +"incorrectos.\n" +"\t\t\tla base de datos no está en ejecución." + +#: ../../include/functions_ui.php:3579 +msgid "DB ERROR" +msgstr "ERROR de la BD" + +#: ../../include/functions_ui.php:3585 +msgid "" +"If you have modified auth system, this problem could be because Pandora " +"cannot override authorization variables from the config database. Remove " +"them from your database by executing:
                DELETE FROM tconfig WHERE "
                +"token = \"auth\";
                " +msgstr "" +"Si usted ha modificado el sistema de autenticación, este problema puede ser " +"porque Pandora no puede anular las variables de autorización de la base de " +"datos de configuración. Quítelas de su base de datos " +"ejecutando
                DELETE FROM tconfig WHERE token = \"auth\";
                " + +#: ../../include/functions_ui.php:3589 +msgid "Empty configuration table" +msgstr "Tabla de configuración vacía" + +#: ../../include/functions_ui.php:3590 +msgid "" +"Cannot load configuration variables from database. Please check your " +"database setup in the\n" +"\t\t\tinclude/config.php file.

                \n" +"\t\t\tMost likely your database schema has been created but there are is no " +"data in it, you have a problem with the database access credentials or your " +"schema is out of date.\n" +"\t\t\t

                Pandora FMS Console cannot find include/config.php or " +"this file has invalid\n" +"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " +"to fix this problem.
                " +msgstr "" +"No se pueden cargar las variables de configuración de la base de datos. Por " +"favor, compruebe la configuración de su base de datos en el\n" +"\t\t\tinclude/config.php file.

                \n" +"\t\t\tLo más probable es que el esquema de su base de datos haya sido creada " +"pero no hay datos dentro, tiene un problema con los credenciales o su " +"esquema está fuera de fecha\n" +"\t\t\t

                La consola de Pandora FMS no puede encontrar " +"include/config.php or this file has invalid\n" +"\t\t\tpermisos y el servidor HTTP no puede leerlo. Por favor, lea la " +"documentación para solucionar este problema.
                " + +#: ../../include/functions_ui.php:3597 +msgid "No configuration file found" +msgstr "No se ha encontrado el fichero de configuración" + +#: ../../include/functions_ui.php:3598 +msgid "" +"Pandora FMS Console cannot find include/config.php or this file has " +"invalid\n" +"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " +"to fix this problem." +msgstr "" +"La consola de Pandora FMS no puede encontrar include/config.php o " +"este archivo tiene permisos\n" +"\t\t\tno válidos y el servidor HTTP no puede leerlo. Por favor, lea la " +"documentación para solucionar este problema." + +#: ../../include/functions_ui.php:3609 +#, php-format +msgid "You may try to run the %sinstallation wizard%s to create one." +msgstr "" +"Puede intentar correr el %sinstallation wizard%s para crear uno." + +#: ../../include/functions_ui.php:3612 +msgid "Installer active" +msgstr "Instalador activo" + +#: ../../include/functions_ui.php:3613 +msgid "" +"For security reasons, normal operation is not possible until you delete " +"installer file.\n" +"\t\t\tPlease delete the ./install.php file before running Pandora FMS " +"Console." +msgstr "" +"Por razones de seguridad no podrá operar con normalidad gasta que elimine el " +"archivo de instalación\n" +"\t\t\tPor favor, elimine el archivo ./install.php antes de ejecutar " +"la consola de Pandora FMS." + +#: ../../include/functions_ui.php:3617 +msgid "Bad permission for include/config.php" +msgstr "Permiso incorrecto para include/config.php" + +#: ../../include/functions_ui.php:3618 +msgid "" +"For security reasons, config.php must have restrictive permissions, " +"and \"other\" users\n" +"\t\t\tshould not read it or write to it. It should be written only for " +"owner\n" +"\t\t\t(usually www-data or http daemon user), normal operation is not " +"possible until you change\n" +"\t\t\tpermissions for include/config.php file. Please do it, it is " +"for your security." +msgstr "" +"Por razones de seguridad, config.php debe tener permisos " +"restringidos, y los usuarios \"otros\"\n" +"\t\t\tno deberían tener permisos de lectura o escritura sobre el. Solo " +"debería poder escribir el creador\n" +"\t\t\t(habitualmente www-data o http daemon usuario), la operación normal no " +"es posible hasta que cambie\n" +"\t\t\tlos permisos para el fichero include/config.php . Por favor " +"hágalo, es por su seguridad." + +#: ../../include/functions_visual_map_editor.php:53 +#: ../../include/functions_visual_map_editor.php:359 +#: ../../godmode/reporting/visual_console_builder.elements.php:111 +#: ../../godmode/reporting/visual_console_builder.data.php:139 +msgid "Background" +msgstr "Imagen de fondo" + +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:604 +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +msgid "Static Graph" +msgstr "Icono" + +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:605 +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +msgid "Percentile Item" +msgstr "Item percentual" + +#: ../../include/functions_visual_map_editor.php:57 +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +msgid "Simple value" +msgstr "Valor simple" + +#: ../../include/functions_visual_map_editor.php:57 +msgid "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." +msgstr "" +"Para usar el campo \"etiqueta\", debe escribir\n" +"\t\t\t\t\tun teto para reemplazar '(_VALUE_)' y el valor del módulo se " +"pintará al final." + +#: ../../include/functions_visual_map_editor.php:84 +#: ../../include/functions_visual_map_editor.php:386 +#: ../../godmode/setup/gis_step_2.php:257 +#: ../../godmode/events/event_responses.editor.php:104 +#: ../../godmode/reporting/visual_console_builder.wizard.php:134 +#: ../../godmode/reporting/graph_builder.main.php:137 +msgid "Width" +msgstr "Anchura" + +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "Color del borde" + +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "Ancho del borde" + +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "Color de relleno" + +#: ../../include/functions_visual_map_editor.php:218 +msgid "Enable link" +msgstr "Activar enlace" + +#: ../../include/functions_visual_map_editor.php:237 +#: ../../godmode/reporting/visual_console_builder.data.php:144 +msgid "Background color" +msgstr "Color de fondo" + +#: ../../include/functions_visual_map_editor.php:239 +msgid "White" +msgstr "Blanco" + +#: ../../include/functions_visual_map_editor.php:240 +msgid "Black" +msgstr "Netro" + +#: ../../include/functions_visual_map_editor.php:241 +msgid "Transparent" +msgstr "Transparente" + +#: ../../include/functions_visual_map_editor.php:254 +#: ../../include/functions_visual_map_editor.php:264 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +#: ../../include/functions_reporting.php:5748 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:380 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1134 +msgid "Custom graph" +msgstr "Gráfica personalizada" + +#: ../../include/functions_visual_map_editor.php:322 +#: ../../godmode/reporting/graph_builder.main.php:151 +msgid "Type of graph" +msgstr "Tipo de gráfica" + +#: ../../include/functions_visual_map_editor.php:348 +#: ../../godmode/reporting/visual_console_builder.wizard.php:193 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948 +msgid "Process" +msgstr "Procesar" + +#: ../../include/functions_visual_map_editor.php:350 +#: ../../godmode/reporting/visual_console_builder.wizard.php:196 +msgid "Min value" +msgstr "Valor mínimo" + +#: ../../include/functions_visual_map_editor.php:351 +#: ../../include/functions_visual_map_editor.php:393 +#: ../../godmode/reporting/visual_console_builder.wizard.php:197 +#: ../../godmode/reporting/visual_console_builder.wizard.php:210 +msgid "Max value" +msgstr "Valor max." + +#: ../../include/functions_visual_map_editor.php:352 +#: ../../godmode/reporting/visual_console_builder.wizard.php:198 +msgid "Avg value" +msgstr "Valor medio" + +#: ../../include/functions_visual_map_editor.php:366 +msgid "Original Size" +msgstr "Tamaño original" + +#: ../../include/functions_visual_map_editor.php:367 +msgid "Apply" +msgstr "Aplicar" + +#: ../../include/functions_visual_map_editor.php:373 +msgid "Aspect ratio" +msgstr "Relación de aspecto" + +#: ../../include/functions_visual_map_editor.php:374 +msgid "Width proportional" +msgstr "Ancho proporcional" + +#: ../../include/functions_visual_map_editor.php:380 +msgid "Height proportional" +msgstr "Altura proporcional" + +#: ../../include/functions_visual_map_editor.php:409 +#: ../../include/functions_visual_map_editor.php:428 +#: ../../godmode/reporting/visual_console_builder.wizard.php:230 +msgid "Value to show" +msgstr "Valor a mostrar" + +#: ../../include/functions_visual_map_editor.php:438 +#: ../../godmode/reporting/visual_console_builder.wizard.php:185 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.item_editor.php:748 +#: ../../godmode/reporting/graph_builder.main.php:147 +#: ../../godmode/agentes/module_manager_editor_prediction.php:150 +msgid "Period" +msgstr "Periodo" + +#: ../../include/functions_visual_map_editor.php:497 +#: ../../godmode/snmpconsole/snmp_alert.php:966 +#: ../../godmode/snmpconsole/snmp_alert.php:1148 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +msgid "Position" +msgstr "Posición" + +#: ../../include/functions_visual_map_editor.php:510 +msgid "For use the original image file size, set 0 width and 0 height." +msgstr "" +"Para usar el tamaño original de la imagen, coloque en 0 el ancho y en 0 el " +"alto." + +#: ../../include/functions_visual_map_editor.php:537 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +msgid "Map linked" +msgstr "Mapa enlazado" + +#: ../../include/functions_visual_map_editor.php:546 +msgid "Lines haven't advanced options" +msgstr "Las líneas no tienen opciones avanzadas" + +#: ../../include/functions_visual_map_editor.php:573 +msgid "Click start point
                of the line" +msgstr "Haga clic en el punto de inicio
                de la línea" + +#: ../../include/functions_visual_map_editor.php:578 +msgid "Click end point
                of the line" +msgstr "Haga clic en el punto final
                de la línea" + +#: ../../include/functions_visual_map_editor.php:626 +msgid "Show grid" +msgstr "Mostrar cuadrícula" + +#: ../../include/functions_visual_map_editor.php:628 +msgid "Delete item" +msgstr "Borrar elemento" + +#: ../../include/functions_visual_map_editor.php:629 +msgid "Copy item" +msgstr "Copiar elemento" + +#: ../../include/functions_visual_map_editor.php:657 +msgid "No image or name defined." +msgstr "No se ha definido ningun nombre o imagen" + +#: ../../include/functions_visual_map_editor.php:659 +msgid "No label defined." +msgstr "No se ha definido una etiqueta." + +#: ../../include/functions_visual_map_editor.php:661 +msgid "No image defined." +msgstr "No se ha definido ninguna imagen." + +#: ../../include/functions_visual_map_editor.php:663 +msgid "No process defined." +msgstr "No hay proceso definido." + +#: ../../include/functions_visual_map_editor.php:665 +msgid "No Max value defined." +msgstr "No hay valor máximo definido." + +#: ../../include/functions_visual_map_editor.php:667 +msgid "No width defined." +msgstr "No hay margen definido." + +#: ../../include/functions_visual_map_editor.php:669 +msgid "No period defined." +msgstr "No hay periodo definido." + +#: ../../include/functions_visual_map_editor.php:671 +msgid "No agent defined." +msgstr "No hay agente definido." + +#: ../../include/functions_visual_map_editor.php:673 +msgid "No module defined." +msgstr "No hay módulo definido." + +#: ../../include/functions_visual_map_editor.php:676 +msgid "Successfully save the changes." +msgstr "Cambios guardados con éxito" + +#: ../../include/functions_visual_map_editor.php:678 +msgid "Could not be save" +msgstr "No se puede guardar" + +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:5751 +#: ../../include/functions_reporting.php:5873 +msgid "Simple graph" +msgstr "Gráfica simple" + +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3325 +msgid "Simple baseline graph" +msgstr "Gráfica simple de línea base" + +#: ../../include/functions_reports.php:511 +msgid "SQL vertical bar graph" +msgstr "Gráfica de barra vertical SQL" + +#: ../../include/functions_reports.php:513 +msgid "SQL pie graph" +msgstr "Gráfico circular de SQL" + +#: ../../include/functions_reports.php:515 +msgid "SQL horizonal bar graph" +msgstr "Gráfico de barra horizontal SQL" + +#: ../../include/functions_reports.php:519 +msgid "Automatic combined Graph" +msgstr "Grafica automática combinada" + +#: ../../include/functions_reports.php:523 +msgid "Availability graph" +msgstr "Gráfica de disponibilidad" + +#: ../../include/functions_reports.php:526 +msgid "Module Histogram graph" +msgstr "Gráfica de histórico de módulo" + +#: ../../include/functions_reports.php:528 +#: ../../include/functions_reports.php:530 +#: ../../include/functions_reports.php:532 +#: ../../include/functions_reports.php:534 +msgid "ITIL" +msgstr "I.T.I.L" + +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reporting.php:3691 +msgid "TTRT" +msgstr "TTRT" + +#: ../../include/functions_reports.php:531 +#: ../../include/functions_reporting.php:3688 +msgid "TTO" +msgstr "TTO" + +#: ../../include/functions_reports.php:533 +#: ../../include/functions_reporting.php:3685 +msgid "MTBF" +msgstr "MTBF" + +#: ../../include/functions_reports.php:535 +#: ../../include/functions_reporting.php:3682 +msgid "MTTR" +msgstr "MTTR" + +#: ../../include/functions_reports.php:539 +#: ../../include/functions_reports.php:542 +#: ../../include/functions_reports.php:544 +#: ../../include/functions_reports.php:546 +#: ../../include/functions_reports.php:550 +msgid "SLA" +msgstr "S.L.A." + +#: ../../include/functions_reports.php:540 +#: ../../include/functions_reporting.php:530 +msgid "S.L.A." +msgstr "S.L.A." + +#: ../../include/functions_reports.php:543 +msgid "Monthly S.L.A." +msgstr "S.L.A mensual" + +#: ../../include/functions_reports.php:545 +msgid "Weekly S.L.A." +msgstr "S.L.A. Semanal" + +#: ../../include/functions_reports.php:547 +msgid "Hourly S.L.A." +msgstr "S.L.A. Horario" + +#: ../../include/functions_reports.php:551 +msgid "Services S.L.A." +msgstr "S.L.A. de Servicios" + +#: ../../include/functions_reports.php:556 +#: ../../include/functions_reports.php:558 +msgid "Forecasting" +msgstr "Predicción" + +#: ../../include/functions_reports.php:557 +msgid "Prediction date" +msgstr "Fecha de predicción" + +#: ../../include/functions_reports.php:559 +msgid "Projection graph" +msgstr "Gráfica de proyección" + +#: ../../include/functions_reports.php:564 +#: ../../include/functions_graph.php:704 +#: ../../include/functions_graph.php:3931 +msgid "Avg. Value" +msgstr "Valor promedio" + +#: ../../include/functions_reports.php:566 +#: ../../include/functions_graph.php:703 +#: ../../include/functions_graph.php:3931 +#: ../../include/functions_reporting.php:3670 +#: ../../godmode/modules/manage_network_components_form_common.php:166 +#: ../../godmode/agentes/module_manager_editor_common.php:423 +msgid "Max. Value" +msgstr "Valor máximo" + +#: ../../include/functions_reports.php:568 +#: ../../include/functions_graph.php:705 +#: ../../include/functions_graph.php:3932 +#: ../../include/functions_reporting.php:3673 +#: ../../godmode/modules/manage_network_components_form_common.php:164 +#: ../../godmode/agentes/module_manager_editor_common.php:419 +msgid "Min. Value" +msgstr "Valor mínimo" + +#: ../../include/functions_reports.php:570 +msgid "Monitor report" +msgstr "Informe de monitores" + +#: ../../include/functions_reports.php:572 +msgid "Serialize data" +msgstr "Serializar datos" + +#: ../../include/functions_reports.php:574 +#: ../../include/functions_reporting.php:3679 +#: ../../include/functions_reporting.php:5669 +msgid "Summatory" +msgstr "Sumatorio" + +#: ../../include/functions_reports.php:576 +msgid "Historical Data" +msgstr "Datos historicos" + +#: ../../include/functions_reports.php:580 +#: ../../include/functions_reports.php:582 +#: ../../include/functions_reports.php:584 +#: ../../include/functions_reports.php:587 +#: ../../include/functions_reports.php:591 +#: ../../include/functions_reports.php:594 +#: ../../include/functions_reports.php:596 +#: ../../include/functions_reports.php:598 +msgid "Grouped" +msgstr "Agrupado" + +#: ../../include/functions_reports.php:583 +msgid "Group report" +msgstr "Grupo de informes" + +#: ../../include/functions_reports.php:585 +#: ../../include/functions_reporting.php:1722 +msgid "Exception" +msgstr "Excepción" + +#: ../../include/functions_reports.php:592 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1208 +msgid "SQL query" +msgstr "Consulta SQL" + +#: ../../include/functions_reports.php:595 +msgid "Top n" +msgstr "Top n" + +#: ../../include/functions_reports.php:597 +msgid "Network interfaces" +msgstr "Interfaces de red" + +#: ../../include/functions_reports.php:599 +#: ../../include/functions_reporting.php:4817 +#: ../../include/functions_reporting.php:5060 +msgid "Availability" +msgstr "Disponibilidad" + +#: ../../include/functions_reports.php:602 +#: ../../include/functions_reports.php:604 +msgid "Text/HTML " +msgstr "Texto/HTML " + +#: ../../include/functions_reports.php:603 +#: ../../include/functions_reporting.php:3846 ../../godmode/setup/news.php:181 +#: ../../godmode/setup/setup_visuals.php:679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1196 +msgid "Text" +msgstr "Texto" + +#: ../../include/functions_reports.php:605 +msgid "Import text from URL" +msgstr "Importar texto de una URL" + +#: ../../include/functions_reports.php:610 +msgid "Alert report module" +msgstr "Informe de alertas de un módulo" + +#: ../../include/functions_reports.php:612 +msgid "Alert report agent" +msgstr "Informe de alertas de un agente" + +#: ../../include/functions_reports.php:615 +msgid "Alert report group" +msgstr "Informe de alertas para grupos" + +#: ../../include/functions_reports.php:621 +msgid "Event report agent" +msgstr "Informe de los eventos de un agente" + +#: ../../include/functions_reports.php:623 +msgid "Event report module" +msgstr "Informe de los eventos de un módulo" + +#: ../../include/functions_reports.php:625 +msgid "Event report group" +msgstr "Informe de los eventos de un grupo" + +#: ../../include/functions_reports.php:628 +#: ../../include/functions_reports.php:629 +#: ../../include/functions_reports.php:631 +#: ../../include/functions_reporting.php:1585 +#: ../../godmode/agentes/configurar_agente.php:527 +msgid "Inventory" +msgstr "Inventario" + +#: ../../include/functions_reports.php:632 +msgid "Inventory changes" +msgstr "Inventario de cambios" + +#: ../../include/functions_reports.php:637 +#: ../../include/functions_reports.php:639 ../../godmode/menu.php:131 +#: ../../godmode/setup/setup.php:138 +#: ../../godmode/agentes/planned_downtime.list.php:396 +msgid "Configuration" +msgstr "Configuración" + +#: ../../include/functions_reports.php:638 +#: ../../include/functions_reporting.php:3522 +msgid "Agent configuration" +msgstr "Configuración de agentes" + +#: ../../include/functions_reports.php:640 +#: ../../include/functions_reporting.php:2511 +msgid "Group configuration" +msgstr "Configuración del grupo" + +#: ../../include/functions_reports.php:641 +#: ../../include/functions_reports.php:643 +#: ../../include/functions_reports.php:645 +#: ../../include/functions_reports.php:647 +#: ../../include/functions_reports.php:649 ../../godmode/menu.php:264 +#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 +msgid "Netflow" +msgstr "Netflow" + +#: ../../include/functions_reports.php:642 +msgid "Netflow area chart" +msgstr "Gráfica de area de Netflow" + +#: ../../include/functions_reports.php:644 +msgid "Netflow pie chart" +msgstr "Gráfica de tarta de Netflow" + +#: ../../include/functions_reports.php:646 +msgid "Netflow data table" +msgstr "Tabla de datos de Netflow" + +#: ../../include/functions_reports.php:648 +msgid "Netflow statistics table" +msgstr "Tabla de estadísticas Netflow" + +#: ../../include/functions_reports.php:650 +msgid "Netflow summary table" +msgstr "Tabla de resumen Netflow" + +#: ../../include/functions_reports.php:654 +msgid "Log" +msgstr "Log" + +#: ../../include/functions_reports.php:655 +msgid "Log report" +msgstr "Informe de log" + +#: ../../include/functions_graph.php:706 +msgid "Units. Value" +msgstr "Valor de unidades" + +#: ../../include/functions_graph.php:754 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1127 +msgid "Last" +msgstr "Último" + +#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1437 +#: ../../include/functions_graph.php:3947 +#: ../../include/functions_graph.php:3952 +#: ../../include/functions_graph.php:4670 +#: ../../include/functions_graph.php:4673 +#: ../../include/functions_graph.php:4676 +#: ../../include/functions_reporting.php:956 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1288 +msgid "Avg" +msgstr "Media" + +#: ../../include/functions_graph.php:781 +#: ../../include/functions_graph.php:1753 +#, php-format +msgid "Percentile %dº" +msgstr "Porcentaje %dº" + +#: ../../include/functions_graph.php:815 +#: ../../include/functions_graph.php:4017 +msgid "Previous" +msgstr "Anterior" + +#: ../../include/functions_graph.php:1246 +#, php-format +msgid "%s" +msgstr "%s" + +#: ../../include/functions_graph.php:1753 +msgid " of module " +msgstr " de módulo " + +#: ../../include/functions_graph.php:2109 +msgid "Not fired alerts" +msgstr "No se han lanzado alertas" + +#: ../../include/functions_graph.php:2118 +#: ../../include/functions_graph.php:2198 +#: ../../include/functions_graph.php:2271 +#: ../../include/functions_graph.php:3037 +#: ../../include/functions_graph.php:3473 +#: ../../include/functions_reporting_html.php:2924 +#: ../../include/functions_reporting_html.php:3002 +#: ../../include/functions_reporting.php:1207 +#: ../../include/functions_reporting.php:1360 +#: ../../include/functions_reporting.php:1379 +#: ../../include/functions_reporting.php:1400 +#: ../../include/functions_reporting.php:1421 +#: ../../include/functions_reporting.php:2087 +#: ../../include/functions_reporting.php:2269 +#: ../../include/functions_reporting.php:2290 +#: ../../include/functions_reporting.php:2311 +#: ../../include/functions_reporting.php:6179 +#: ../../include/functions_reporting.php:6199 +#: ../../include/functions_reporting.php:6219 +msgid "other" +msgstr "otro" + +#: ../../include/functions_graph.php:2278 +#: ../../include/functions_graph.php:2325 +#: ../../include/graphs/functions_gd.php:165 +#: ../../include/graphs/functions_gd.php:256 +msgid "Out of limits" +msgstr "Fuera de límites" + +#: ../../include/functions_graph.php:2558 +msgid "Today" +msgstr "Hoy" + +#: ../../include/functions_graph.php:2559 +msgid "Week" +msgstr "Semana" + +#: ../../include/functions_graph.php:2560 ../../include/functions_html.php:863 +msgid "Month" +msgstr "Mes" + +#: ../../include/functions_graph.php:2561 +#: ../../include/functions_graph.php:2562 +msgid "Months" +msgstr "Meses" + +#: ../../include/functions_graph.php:2584 +msgid "History db" +msgstr "Base de datos histórico" + +#: ../../include/functions_graph.php:2771 +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:54 +msgid "Informative" +msgstr "Informativo" + +#: ../../include/functions_graph.php:2772 +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +msgid "Low" +msgstr "Bajo" + +#: ../../include/functions_graph.php:2773 +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +msgid "Medium" +msgstr "Medio" + +#: ../../include/functions_graph.php:2774 +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +msgid "Serious" +msgstr "Grave" + +#: ../../include/functions_graph.php:2775 +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +msgid "Very serious" +msgstr "Muy grave" + +#: ../../include/functions_graph.php:2776 +#: ../../include/functions_graph.php:3276 +#: ../../include/functions_graph.php:3277 +#: ../../include/functions_graph.php:5225 +#: ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:69 +#: ../../include/functions_events.php:1459 ../../include/functions.php:867 +#: ../../include/functions.php:1075 ../../include/functions.php:1108 +msgid "Maintenance" +msgstr "Mantenimiento" + +#: ../../include/functions_graph.php:2798 +#: ../../include/functions_graph.php:2810 +msgid "Open incident" +msgstr "Abrir incidente" + +#: ../../include/functions_graph.php:2799 +#: ../../include/functions_graph.php:2812 +msgid "Closed incident" +msgstr "Incidente cerrado" + +#: ../../include/functions_graph.php:2800 +#: ../../include/functions_graph.php:2814 +msgid "Outdated" +msgstr "Obsoleto" + +#: ../../include/functions_graph.php:2801 +#: ../../include/functions_graph.php:2816 +msgid "Invalid" +msgstr "No válido" + +#: ../../include/functions_graph.php:3147 +#: ../../include/functions_graph.php:3198 +#: ../../include/functions_events.php:1161 +msgid "SYSTEM" +msgstr "SISTEMA" + +#: ../../include/functions_graph.php:3234 +#: ../../godmode/setup/performance.php:149 +msgid "Others" +msgstr "Otros" + +#: ../../include/functions_graph.php:3280 +#: ../../include/functions_graph.php:3281 +#: ../../include/functions_graph.php:5228 +#: ../../include/functions_events.php:1462 ../../include/functions.php:870 +#: ../../include/functions.php:1076 ../../include/functions.php:1111 +msgid "Informational" +msgstr "Informativo" + +#: ../../include/functions_graph.php:3288 +#: ../../include/functions_graph.php:3289 +#: ../../include/functions_graph.php:5240 ../../include/functions.php:882 +#: ../../include/functions.php:1078 ../../include/functions.php:1123 +msgid "Minor" +msgstr "Menor" + +#: ../../include/functions_graph.php:3296 +#: ../../include/functions_graph.php:3297 +#: ../../include/functions_graph.php:5243 ../../include/functions.php:885 +#: ../../include/functions.php:1080 ../../include/functions.php:1126 +msgid "Major" +msgstr "Principal" + +#: ../../include/functions_graph.php:3932 +msgid "Units" +msgstr "Unidades" + +#: ../../include/functions_graph.php:4320 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_reporting_html.php:3131 +#: ../../include/functions_alerts.php:560 +#: ../../godmode/alerts/configure_alert_template.php:625 +#: ../../godmode/massive/massive_edit_modules.php:381 +#: ../../godmode/massive/massive_edit_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/modules/manage_network_components_form_common.php:122 +#: ../../godmode/modules/manage_network_components_form_common.php:139 +#: ../../godmode/agentes/module_manager_editor_common.php:283 +#: ../../godmode/agentes/module_manager_editor_common.php:304 +msgid "Max." +msgstr "Máx." + +#: ../../include/functions_graph.php:4320 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_reporting_html.php:3130 +#: ../../include/functions_alerts.php:561 +#: ../../godmode/alerts/configure_alert_template.php:620 +#: ../../godmode/massive/massive_edit_modules.php:372 +#: ../../godmode/massive/massive_edit_modules.php:418 +#: ../../godmode/massive/massive_edit_modules.php:514 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/modules/manage_network_components_form_common.php:136 +msgid "Min." +msgstr "Mín." + +#: ../../include/functions_graph.php:4320 +msgid "Avg." +msgstr "Media" + +#: ../../include/functions_graph.php:5577 +msgid "Main node" +msgstr "Nodo principal" + +#: ../../include/functions_clippy.php:163 +#: ../../include/functions_clippy.php:168 +msgid "End wizard" +msgstr "Cierra asistente" + +#: ../../include/functions_clippy.php:195 +msgid "Next →" +msgstr "Siguiente →" + +#: ../../include/functions_clippy.php:196 +msgid "← Back" +msgstr "← Anterior" + +#: ../../include/functions_clippy.php:208 +msgid "Do you want to exit the help tour?" +msgstr "¿Quieres salir de la ayuda guiada?" + +#: ../../include/functions_treeview.php:54 +msgid "There was a problem loading module" +msgstr "Hubo un problema al cargar el módulo" + +#: ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:104 +#: ../../godmode/massive/massive_edit_modules.php:390 +#: ../../godmode/massive/massive_edit_modules.php:436 +#: ../../godmode/modules/manage_network_components_form_common.php:125 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +#: ../../godmode/agentes/module_manager_editor_common.php:309 +msgid "Str." +msgstr "Str." + +#: ../../include/functions_treeview.php:98 +#: ../../include/functions_alerts.php:564 +#: ../../godmode/massive/massive_edit_modules.php:368 +#: ../../godmode/modules/manage_network_components_form_common.php:118 +#: ../../godmode/agentes/module_manager_editor_common.php:278 +msgid "Warning status" +msgstr "Umbral Warning" + +#: ../../include/functions_treeview.php:110 +#: ../../include/functions_alerts.php:565 +#: ../../godmode/massive/massive_edit_modules.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:135 +#: ../../godmode/agentes/module_manager_editor_common.php:299 +msgid "Critical status" +msgstr "Umbral crítico" + +#: ../../include/functions_treeview.php:294 +#: ../../include/graphs/functions_flot.php:593 +msgid "No data" +msgstr "Sin datos" + +#: ../../include/functions_treeview.php:298 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:3373 +msgid "Last data" +msgstr "Últimos datos" + +#: ../../include/functions_treeview.php:313 +msgid "Go to module edition" +msgstr "Ir a la edición de módulos" + +#: ../../include/functions_treeview.php:362 +msgid "There was a problem loading alerts" +msgstr "Hubo un problema al cargar las alertas" + +#: ../../include/functions_treeview.php:423 +#: ../../include/functions_reporting_html.php:2872 +#: ../../include/functions_reporting_html.php:3100 +#: ../../godmode/snmpconsole/snmp_alert.php:1165 +msgid "Times fired" +msgstr "Veces disparada" + +#: ../../include/functions_treeview.php:446 +msgid "Go to alerts edition" +msgstr "Ir a \"editar alertas\"" + +#: ../../include/functions_treeview.php:610 +msgid "Next agent contact" +msgstr "Siguiente contacto con el agente" + +#: ../../include/functions_treeview.php:620 +msgid "Go to agent edition" +msgstr "Ir a \"editar agentes\"" + +#: ../../include/functions_treeview.php:629 +msgid "Agent data" +msgstr "Datos de agentes" + +#: ../../include/functions_treeview.php:702 +msgid "Advanced information" +msgstr "Información avanzada" + +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:678 +#: ../../godmode/agentes/planned_downtime.editor.php:212 +msgid "" +"Not created. Error inserting data. Start time must be higher than the " +"current time" +msgstr "" +"No ha sido creado. Error insertando datos. La fecha de comienzo debe ser " +"mayor que la fecha actual" + +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:682 +#: ../../include/functions_planned_downtimes.php:687 +#: ../../include/functions_planned_downtimes.php:695 +#: ../../include/functions_planned_downtimes.php:702 +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +msgid "Not created. Error inserting data" +msgstr "No se pudo crear. Error al insertar los datos." + +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:683 +#: ../../godmode/agentes/planned_downtime.editor.php:215 +msgid "The end date must be higher than the start date" +msgstr "La fecha de fin debe ser mayor que la fecha de inicio" + +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:696 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:592 +#: ../../godmode/agentes/planned_downtime.editor.php:600 +msgid "The end time must be higher than the start time" +msgstr "La hora de fin debe ser mayor que la fecha de inicio" + +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:703 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:581 +msgid "The end day must be higher than the start day" +msgstr "El día de fin debe ser mayor que el día de inicio" + +#: ../../include/functions_planned_downtimes.php:94 +#: ../../include/functions_planned_downtimes.php:717 +#: ../../godmode/agentes/planned_downtime.editor.php:275 +msgid "Each planned downtime must have a different name" +msgstr "Cada parada de servicio planeada debe tener un nombre diferente" + +#: ../../include/functions_planned_downtimes.php:100 +#: ../../include/functions_planned_downtimes.php:722 +#: ../../godmode/agentes/planned_downtime.editor.php:280 +#: ../../godmode/agentes/planned_downtime.editor.php:307 +msgid "Planned downtime must have a name" +msgstr "La parada de servicio planeada debe tener un nombre" + +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +#: ../../godmode/snmpconsole/snmp_alert.php:247 +#: ../../godmode/snmpconsole/snmp_filters.php:66 +#: ../../godmode/alerts/alert_special_days.php:148 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:431 +#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:56 +#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41 +#: ../../godmode/users/configure_user.php:236 +#: ../../godmode/users/profile_list.php:241 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/agentes/configurar_agente.php:621 +#: ../../godmode/agentes/planned_downtime.editor.php:365 +msgid "Successfully created" +msgstr "Creado correctamente" + +#: ../../include/functions_planned_downtimes.php:560 +msgid "Succesful stopped the Downtime" +msgstr "La parada planificada se ha detenido correctamente" + +#: ../../include/functions_planned_downtimes.php:561 +msgid "Unsuccesful stopped the Downtime" +msgstr "La parada planificada no ha podido ser detenida" + +#: ../../include/functions_planned_downtimes.php:660 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "Habilitar %s elementos desde la parada" + +#: ../../include/functions_planned_downtimes.php:688 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +msgid "The end date must be higher than the current time" +msgstr "La fecha fin debería ser posterior a la fecha actual" + +#: ../../include/functions_planned_downtimes.php:785 +msgid "This planned downtime are executed now. Can't delete in this moment." +msgstr "" +"Esta parada planificada se está ejecutando. No se puede borrar en este " +"momento." + +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "Parada planificada borrada con éxito" + +#: ../../include/functions_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "Problemas al borrar la parada planificada" + +#: ../../include/functions_incidents.php:88 +#: ../../include/functions_incidents.php:107 +msgid "Active incidents" +msgstr "Incidentes activos" + +#: ../../include/functions_incidents.php:89 +#: ../../include/functions_incidents.php:110 +msgid "Active incidents, with comments" +msgstr "Incidentes activos, con comentarios" + +#: ../../include/functions_incidents.php:90 +#: ../../include/functions_incidents.php:113 +msgid "Rejected incidents" +msgstr "Incidentes rechazados" + +#: ../../include/functions_incidents.php:91 +#: ../../include/functions_incidents.php:116 +msgid "Expired incidents" +msgstr "Incidentes caducados" + +#: ../../include/functions_incidents.php:92 +#: ../../include/functions_incidents.php:119 +msgid "Closed incidents" +msgstr "Incidentes cerrados" + +#: ../../include/functions_maps.php:34 +#: ../../include/functions_networkmap.php:1641 +#: ../../include/functions_networkmap.php:1720 +msgid "Topology" +msgstr "Topología" + +#: ../../include/functions_maps.php:43 +#: ../../include/functions_reporting.php:619 +#: ../../include/functions_reporting.php:5126 +#: ../../include/functions_networkmap.php:1722 +msgid "Dynamic" +msgstr "Dinámico" + +#: ../../include/functions_menu.php:470 +msgid "Configure user" +msgstr "Configurar usuario" + +#: ../../include/functions_menu.php:471 +msgid "Configure profile" +msgstr "Configurar perfil" + +#: ../../include/functions_menu.php:473 +#: ../../godmode/servers/manage_recontask_form.php:182 +#: ../../godmode/servers/manage_recontask.php:43 +msgid "Manage recontask" +msgstr "Gestionar tarea recon" + +#: ../../include/functions_menu.php:475 +msgid "Module templates management" +msgstr "Gestión de plantillas de módulos" + +#: ../../include/functions_menu.php:476 +msgid "Inventory modules management" +msgstr "Gestión de módulos de inventario" + +#: ../../include/functions_menu.php:477 +msgid "Tags management" +msgstr "Gestión de etiquetas" + +#: ../../include/functions_menu.php:479 +#: ../../godmode/users/profile_list.php:308 +msgid "Agents management" +msgstr "Gestión de agentes" + +#: ../../include/functions_menu.php:481 +msgid "View agent" +msgstr "Ver agente" + +#: ../../include/functions_menu.php:483 +#: ../../godmode/alerts/configure_alert_template.php:63 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +msgid "Configure alert template" +msgstr "Configurar plantilla de alerta" + +#: ../../include/functions_menu.php:485 +msgid "Manage network map" +msgstr "Gestión de mapas de red" + +#: ../../include/functions_menu.php:486 +#: ../../godmode/users/configure_profile.php:320 +msgid "View visual console" +msgstr "Ver consola visual" + +#: ../../include/functions_menu.php:487 +msgid "Builder visual console" +msgstr "Configurador de la consola visual" + +#: ../../include/functions_menu.php:489 +msgid "Administration events" +msgstr "Administrador de eventos" + +#: ../../include/functions_menu.php:491 +msgid "View reporting" +msgstr "Ver informes" + +#: ../../include/functions_menu.php:492 +msgid "Manage custom graphs" +msgstr "Gestionar graficas personalizadas" + +#: ../../include/functions_menu.php:493 +msgid "Copy dashboard" +msgstr "Copiar dashboard" + +#: ../../include/functions_menu.php:496 +msgid "Manage GIS Maps" +msgstr "Gestionar mapas GIS" + +#: ../../include/functions_menu.php:498 +msgid "Incidents statistics" +msgstr "Estadísticas incidentes" + +#: ../../include/functions_menu.php:499 +msgid "Manage messages" +msgstr "Gestionar mensajes" + +#: ../../include/functions_menu.php:501 +msgid "Manage groups" +msgstr "Gestionar grupos" + +#: ../../include/functions_menu.php:502 +msgid "Manage module groups" +msgstr "Gestionar grupos de módulos" + +#: ../../include/functions_menu.php:503 +msgid "Manage custom field" +msgstr "Gestionar campos personalizados" + +#: ../../include/functions_menu.php:505 +msgid "Manage alert actions" +msgstr "Gestionar acciones de alertas" + +#: ../../include/functions_menu.php:506 +msgid "Manage commands" +msgstr "Gestionar comandos" + +#: ../../include/functions_menu.php:507 +msgid "Manage event alerts" +msgstr "Gestionar eventos de alertas" + +#: ../../include/functions_menu.php:509 +msgid "Manage export targets" +msgstr "Gestionar objetivos de exportación" + +#: ../../include/functions_menu.php:511 +msgid "Manage services" +msgstr "Gestión de servicios" + +#: ../../include/functions_menu.php:512 ../../godmode/menu.php:170 +msgid "SNMP alerts" +msgstr "Alertas SNMP" + +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "Editor de Traps SNMP" + +#: ../../include/functions_menu.php:519 +msgid "Manage incident" +msgstr "Gestionar incidentes" + +#: ../../include/functions_menu.php:521 +#: ../../godmode/users/configure_profile.php:328 +msgid "Manage visual console" +msgstr "Gestionar consolas visuales" + +#: ../../include/functions_menu.php:571 +msgid "Administration" +msgstr "Administración" + +#: ../../include/functions_network_components.php:507 +#: ../../include/functions_alerts.php:961 +msgid "Copy of" +msgstr "Copia de" + +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "Error de seguridad. Contacte con el administrador" + +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." +msgstr "" +"El archivo no se encuentra en disco, por favor, contacte con el " +"administrador." + +#: ../../include/functions_tags.php:602 +msgid "Click here to open a popup window with URL tag" +msgstr "Click aquí para abrir una ventana popup con el tag URL" + +#: ../../include/graphs/functions_pchart.php:205 +#: ../../include/graphs/functions_pchart.php:1189 +msgid "Actual" +msgstr "Actual" + +#: ../../include/graphs/export_data.php:71 +#: ../../include/graphs/export_data.php:126 +msgid "An error occured exporting the data" +msgstr "Ocurrió un error exportando los datos" + +#: ../../include/graphs/export_data.php:76 +msgid "Selected" +msgstr "Seleccionado" + +#: ../../include/graphs/functions_flot.php:251 +msgid "Cancel zoom" +msgstr "Cancelar el zoom" + +#: ../../include/graphs/functions_flot.php:253 +msgid "Warning and Critical thresholds" +msgstr "Umbrales de alerta y critico" + +#: ../../include/graphs/functions_flot.php:256 +msgid "Overview graph" +msgstr "Grafica de vista general" + +#: ../../include/graphs/functions_flot.php:259 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../godmode/agentes/planned_downtime.list.php:508 +msgid "Export to CSV" +msgstr "Exportar a CSV" + +#: ../../include/functions_users.php:377 +#, php-format +msgid "User %s login at %s" +msgstr "Usuario %s entró a las %s" + +#: ../../include/functions_users.php:438 +#, php-format +msgid "User %s was deleted in the DB at %s" +msgstr "El usuario %s fué borrado en la base de datos el %s" + +#: ../../include/functions_users.php:443 +#, php-format +msgid "User %s logout at %s" +msgstr "Usuario %s salió a las %s" + +#: ../../include/functions_reporting_html.php:63 +#: ../../include/functions_reporting_html.php:3384 +#: ../../godmode/agentes/planned_downtime.editor.php:506 +msgid "From:" +msgstr "Desde:" + +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:3385 +#: ../../godmode/agentes/planned_downtime.editor.php:517 +msgid "To:" +msgstr "Hasta:" + +#: ../../include/functions_reporting_html.php:93 +msgid "Label: " +msgstr "Etiqueta: " + +#: ../../include/functions_reporting_html.php:111 +msgid "Generated" +msgstr "Generado" + +#: ../../include/functions_reporting_html.php:114 +msgid "Report date" +msgstr "Fecha del informe" + +#: ../../include/functions_reporting_html.php:398 +msgid "Max/Min Values" +msgstr "Valores Max/Min" + +#: ../../include/functions_reporting_html.php:399 +msgid "SLA Limit" +msgstr "Límite del SLA" + +#: ../../include/functions_reporting_html.php:400 +msgid "SLA Compliance" +msgstr "Cumplimiento del SLA" + +#: ../../include/functions_reporting_html.php:425 +msgid "Global Time" +msgstr "Tiempo global" + +#: ../../include/functions_reporting_html.php:426 +msgid "Time Total" +msgstr "Tiempo total" + +#: ../../include/functions_reporting_html.php:427 +msgid "Time Failed" +msgstr "Tiempo en fallo" + +#: ../../include/functions_reporting_html.php:428 +#: ../../include/functions_reporting_html.php:2256 +msgid "Time OK" +msgstr "Tiempo OK" + +#: ../../include/functions_reporting_html.php:429 +msgid "Time Unknown" +msgstr "Tiempo Desconocido" + +#: ../../include/functions_reporting_html.php:430 +msgid "Time Not Init" +msgstr "TIempo No Inicializado" + +#: ../../include/functions_reporting_html.php:431 +msgid "Downtime" +msgstr "Parada planificada" + +#: ../../include/functions_reporting_html.php:456 +msgid "Checks Time" +msgstr "Tiempo de comprobaciones" + +#: ../../include/functions_reporting_html.php:457 +msgid "Checks Total" +msgstr "Comprobaciones totales" + +#: ../../include/functions_reporting_html.php:458 +msgid "Checks Failed" +msgstr "Comprobaciones fallidas" + +#: ../../include/functions_reporting_html.php:459 +#: ../../include/functions_reporting_html.php:2299 +msgid "Checks OK" +msgstr "Comprobaciones OK" + +#: ../../include/functions_reporting_html.php:460 +msgid "Checks Unknown" +msgstr "Comprobaciones Desconocidas" + +#: ../../include/functions_reporting_html.php:502 +#: ../../include/functions_reporting_html.php:581 +#: ../../include/functions_config.php:533 +#: ../../include/functions_config.php:1554 +msgid "Fail" +msgstr "Fallo" + +#: ../../include/functions_reporting_html.php:685 +#: ../../include/functions_reporting_html.php:2533 +msgid "Unknow" +msgstr "Desconocido" + +#: ../../include/functions_reporting_html.php:695 +#: ../../include/functions_reporting_html.php:2543 +msgid "Downtimes" +msgstr "Paradas planificadas" + +#: ../../include/functions_reporting_html.php:700 +#: ../../include/functions_reporting_html.php:2548 +msgid "Ignore time" +msgstr "Tiempo ignorado" + +#: ../../include/functions_reporting_html.php:772 +#: ../../include/functions_reporting_html.php:1523 +#: ../../include/functions_reporting_html.php:2449 +#: ../../include/functions_reporting_html.php:2673 +msgid "Min Value" +msgstr "Valor mínimo" + +#: ../../include/functions_reporting_html.php:773 +#: ../../include/functions_reporting_html.php:1524 +#: ../../include/functions_reporting_html.php:2450 +#: ../../include/functions_reporting_html.php:2674 +msgid "Average Value" +msgstr "Valor medio" + +#: ../../include/functions_reporting_html.php:774 +#: ../../include/functions_reporting_html.php:1525 +#: ../../include/functions_reporting_html.php:2447 +#: ../../include/functions_reporting_html.php:2676 +msgid "Max Value" +msgstr "Valor máximo" + +#: ../../include/functions_reporting_html.php:812 +#: ../../include/functions_reporting_html.php:821 +#: ../../include/functions_reporting_html.php:1643 +msgid "Val. by" +msgstr "Val. por" + +#: ../../include/functions_reporting_html.php:875 +#: ../../include/functions_events.php:2709 +msgid "Pandora System" +msgstr "Sistema de Pandora" + +#: ../../include/functions_reporting_html.php:915 +#: ../../include/functions_reporting_html.php:1111 +msgid "Events by agent" +msgstr "Eventos por agente" + +#: ../../include/functions_reporting_html.php:934 +#: ../../include/functions_reporting_html.php:1130 +msgid "Events by user validator" +msgstr "Eventos por usuario validador" + +#: ../../include/functions_reporting_html.php:953 +#: ../../include/functions_reporting_html.php:1149 +msgid "Events by Severity" +msgstr "Eventos por gravedad" + +#: ../../include/functions_reporting_html.php:972 +#: ../../include/functions_reporting_html.php:1168 +msgid "Events validated vs unvalidated" +msgstr "Eventos validados vs no validados" + +#: ../../include/functions_reporting_html.php:1022 +#: ../../include/functions_reporting_html.php:1032 +#: ../../include/functions_reporting_html.php:2815 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:905 +#: ../../include/functions_events.php:2338 +#: ../../godmode/events/custom_events.php:71 +#: ../../godmode/events/custom_events.php:153 +msgid "Event name" +msgstr "Nombre del evento" + +#: ../../include/functions_reporting_html.php:1228 +msgid "Added" +msgstr "Añadido" + +#: ../../include/functions_reporting_html.php:1379 +#, php-format +msgid "%s in %s : NORMAL" +msgstr "%s en %s : NORMAL" + +#: ../../include/functions_reporting_html.php:1387 +#, php-format +msgid "%s in %s : CRITICAL" +msgstr "%s en %s : CRITICAL" + +#: ../../include/functions_reporting_html.php:1395 +#, php-format +msgid "%s in %s : WARNING" +msgstr "%s en %s : WARNING" + +#: ../../include/functions_reporting_html.php:1403 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "%s en %s : DESCONOCIDO" + +#: ../../include/functions_reporting_html.php:1413 +#, php-format +msgid "%s in %s : ALERTS FIRED" +msgstr "%s en %s : ALERTA ENVIADA" + +#: ../../include/functions_reporting_html.php:1421 +#, php-format +msgid "%s in %s : Not initialize" +msgstr "%s en %s : No iniciado" + +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_reporting_html.php:3262 +msgid "Monitors" +msgstr "Monitores" + +#: ../../include/functions_reporting_html.php:1596 +#: ../../godmode/servers/manage_recontask_form.php:255 +msgid "Defined" +msgstr "Definido" + +#: ../../include/functions_reporting_html.php:1611 +#, php-format +msgid "Last %s" +msgstr "Último %s" + +#: ../../include/functions_reporting_html.php:1731 +msgid "Events validated by user" +msgstr "Eventos validados por el usuario" + +#: ../../include/functions_reporting_html.php:1750 +#: ../../include/functions_reporting_html.php:3551 +msgid "Events by severity" +msgstr "Eventos por gravedad" + +#: ../../include/functions_reporting_html.php:1899 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "Interfaz '%s' gráfico de rendimiento" + +#: ../../include/functions_reporting_html.php:1902 +msgid "Mac" +msgstr "Mac" + +#: ../../include/functions_reporting_html.php:1903 +msgid "Actual status" +msgstr "Estado actual" + +#: ../../include/functions_reporting_html.php:2049 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1334 +msgid "Not OK" +msgstr "No está bien" + +#: ../../include/functions_reporting_html.php:2099 +msgid "Empty modules" +msgstr "Módulos vacíos" + +#: ../../include/functions_reporting_html.php:2106 +msgid "Warning
                Critical" +msgstr "Warning
                Critical" + +#: ../../include/functions_reporting_html.php:2111 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1159 +#: ../../include/functions_netflow.php:1167 +#: ../../include/functions_netflow.php:1190 +#: ../../include/functions_netflow.php:1248 +#: ../../include/functions_netflow.php:1254 +#: ../../include/functions_netflow.php:1286 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/modules/manage_network_components_form_common.php:168 +#: ../../godmode/agentes/module_manager_editor_common.php:366 +msgid "Unit" +msgstr "Unidad" + +#: ../../include/functions_reporting_html.php:2254 +msgid "Total time" +msgstr "Tiempo total" + +#: ../../include/functions_reporting_html.php:2255 +msgid "Time failed" +msgstr "Tiempo en fallo" + +#: ../../include/functions_reporting_html.php:2257 +msgid "Time Uknown" +msgstr "Tiempo en desconocido" + +#: ../../include/functions_reporting_html.php:2258 +msgid "Time Not Init Module" +msgstr "Tiempo en módulo no inicializado" + +#: ../../include/functions_reporting_html.php:2259 +msgid "Time Downtime" +msgstr "Tiempo de parada planificada" + +#: ../../include/functions_reporting_html.php:2260 +msgid "% Ok" +msgstr "% Ok" + +#: ../../include/functions_reporting_html.php:2297 +msgid "Total checks" +msgstr "Comprobaciones totales" + +#: ../../include/functions_reporting_html.php:2298 +msgid "Checks failed" +msgstr "Comprobaciones fallidas" + +#: ../../include/functions_reporting_html.php:2300 +msgid "Checks Uknown" +msgstr "Comprobaciones en desconocido" + +#: ../../include/functions_reporting_html.php:2426 +#: ../../include/functions_reporting_html.php:2654 +#: ../../include/functions_reporting.php:997 +#: ../../include/functions_reporting.php:1816 +msgid "There are no Agent/Modules defined" +msgstr "No hay Agente/Módulos definidos" + +#: ../../include/functions_reporting_html.php:2446 +msgid "Agent max value" +msgstr "Valor máximo del agente" + +#: ../../include/functions_reporting_html.php:2448 +msgid "Agent min value" +msgstr "Valor mínimo de agente" + +#: ../../include/functions_reporting_html.php:2685 +#: ../../include/functions_reporting_html.php:2779 +msgid "Summary" +msgstr "Lista de agentes" + +#: ../../include/functions_reporting_html.php:2752 +#: ../../include/functions_reporting.php:6988 +#: ../../include/functions_reporting.php:7010 +msgid "Alert level" +msgstr "Nivel de alerta" + +#: ../../include/functions_reporting_html.php:2871 +msgid "Alert description" +msgstr "Descripción de la alerta" + +#: ../../include/functions_reporting_html.php:2921 +msgid "Alerts not fired" +msgstr "Alertas no disparadas" + +#: ../../include/functions_reporting_html.php:2930 +msgid "Total alerts monitored" +msgstr "Alertas totales monitorizadas" + +#: ../../include/functions_reporting_html.php:2981 +msgid "Total monitors" +msgstr "Total de monitores" + +#: ../../include/functions_reporting_html.php:2982 +msgid "Monitors down on period" +msgstr "Monitores inactivos en un periodo" + +#: ../../include/functions_reporting_html.php:2998 +msgid "Monitors OK" +msgstr "Monitores en buen estado" + +#: ../../include/functions_reporting_html.php:2999 +msgid "Monitors BAD" +msgstr "Monitores en mal estado" + +#: ../../include/functions_reporting_html.php:3073 +#, php-format +msgid "Agents in group: %s" +msgstr "Agentes en el grupo: %s" + +#: ../../include/functions_reporting_html.php:3166 +msgid "Last failure" +msgstr "Último fallo" + +#: ../../include/functions_reporting_html.php:3230 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:3407 +msgid "Agents warning" +msgstr "Agentes warning" + +#: ../../include/functions_reporting_html.php:3413 +msgid "Agents ok" +msgstr "Agentes ok" + +#: ../../include/functions_reporting_html.php:3433 +#: ../../include/functions_reporting_html.php:3442 +msgid "Agents by status" +msgstr "Agentes por estado" + +#: ../../include/functions_reporting_html.php:3461 +#: ../../include/functions_reporting.php:7229 +msgid "Monitor checks" +msgstr "Comprobaciones de monitores" + +#: ../../include/functions_reporting_html.php:3466 +#: ../../include/functions_reporting.php:7247 +msgid "Total agents and monitors" +msgstr "Total de agentes y monitores" + +#: ../../include/functions_reporting_html.php:3486 +#: ../../include/functions_reporting_html.php:3495 +msgid "Node overview" +msgstr "Resumen de nodos" + +#: ../../include/functions_reporting_html.php:3513 +#: ../../include/functions_reporting_html.php:3530 +msgid "Critical events" +msgstr "Eventos en estado \"crítico\"" + +#: ../../include/functions_reporting_html.php:3517 +#: ../../include/functions_reporting_html.php:3534 +msgid "Warning events" +msgstr "Eventos en advertencia" + +#: ../../include/functions_reporting_html.php:3521 +#: ../../include/functions_reporting_html.php:3538 +msgid "OK events" +msgstr "Eventos OK" + +#: ../../include/functions_reporting_html.php:3525 +#: ../../include/functions_reporting_html.php:3542 +msgid "Unknown events" +msgstr "Eventos desconocidos" + +#: ../../include/functions_reporting_html.php:3565 +msgid "Important Events by Criticity" +msgstr "Eventos importantes por criticidad" + +#: ../../include/functions_reporting_html.php:3591 +msgid "Last activity in Pandora FMS console" +msgstr "Última actividad en la consola de Pandora FMS" + +#: ../../include/functions_reporting_html.php:3667 +msgid "Events info (1hr.)" +msgstr "Información de Eventos (1hr.)" + +#: ../../include/functions_reporting_html.php:3807 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "Las siguientes paradas planificadas han modificado este SLA" + +#: ../../include/functions_reporting_html.php:3811 +#: ../../godmode/agentes/planned_downtime.editor.php:493 +#: ../../godmode/agentes/planned_downtime.list.php:395 +msgid "Execution" +msgstr "Ejecución" + +#: ../../include/functions_reporting_html.php:3812 +msgid "Dates" +msgstr "Fechas" + +#: ../../include/functions_reporting_html.php:3853 +msgid "This item is affected by a malformed planned downtime" +msgstr "A este elemento le afecta una parada planificada mal formada" + +#: ../../include/functions_reporting_html.php:3854 +msgid "Go to the planned downtimes section to solve this" +msgstr "" +"Ir a la sección de paradas planificadas para solucionar este problema" #: ../../include/auth/mysql.php:246 msgid "" @@ -19968,1125 +13223,6 @@ msgstr "No se pudo cambiar la contraseña en el Pandora remoto" msgid "Your installation of PHP does not support LDAP" msgstr "Su instalación de PHP no soporta LDAP" -#: ../../include/class/Tree.class.php:1474 -#: ../../include/functions_modules.php:1875 -#: ../../include/functions_modules.php:1895 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:477 -#: ../../mobile/operation/modules.php:512 -#: ../../mobile/operation/modules.php:530 -#: ../../operation/agentes/pandora_networkmap.view.php:285 -#: ../../operation/agentes/pandora_networkmap.view.php:307 -#: ../../operation/agentes/status_monitor.php:1158 -#: ../../operation/agentes/status_monitor.php:1162 -#: ../../operation/agentes/status_monitor.php:1195 -#: ../../operation/agentes/status_monitor.php:1200 -#: ../../operation/search_modules.php:112 -#: ../../operation/search_modules.php:132 -#: ../../enterprise/extensions/vmware/vmware_view.php:935 -#: ../../enterprise/include/functions_services.php:1595 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/operation/agentes/policy_view.php:363 -#: ../../enterprise/operation/agentes/policy_view.php:382 -msgid "CRITICAL" -msgstr "CRÍTICO" - -#: ../../include/class/Tree.class.php:1481 -#: ../../include/functions_modules.php:1879 -#: ../../include/functions_modules.php:1899 -#: ../../mobile/operation/modules.php:463 -#: ../../mobile/operation/modules.php:482 -#: ../../mobile/operation/modules.php:516 -#: ../../mobile/operation/modules.php:535 -#: ../../operation/agentes/pandora_networkmap.view.php:289 -#: ../../operation/agentes/pandora_networkmap.view.php:312 -#: ../../operation/agentes/status_monitor.php:1168 -#: ../../operation/agentes/status_monitor.php:1172 -#: ../../operation/agentes/status_monitor.php:1207 -#: ../../operation/agentes/status_monitor.php:1212 -#: ../../operation/search_modules.php:116 -#: ../../operation/search_modules.php:139 -#: ../../enterprise/extensions/vmware/vmware_view.php:939 -#: ../../enterprise/include/functions_login.php:33 -#: ../../enterprise/include/functions_services.php:1599 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:367 -#: ../../enterprise/operation/agentes/policy_view.php:386 -msgid "WARNING" -msgstr "ADVERTENCIA" - -#: ../../include/class/Tree.class.php:1486 -#: ../../include/functions_modules.php:1890 -#: ../../include/functions_modules.php:1894 -#: ../../include/functions_modules.php:1898 -#: ../../mobile/operation/modules.php:471 -#: ../../mobile/operation/modules.php:476 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:529 -#: ../../mobile/operation/modules.php:534 -#: ../../operation/agentes/pandora_networkmap.view.php:301 -#: ../../operation/agentes/pandora_networkmap.view.php:306 -#: ../../operation/agentes/pandora_networkmap.view.php:311 -#: ../../operation/agentes/status_monitor.php:1182 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1194 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1206 -#: ../../operation/agentes/status_monitor.php:1211 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../enterprise/extensions/vmware/vmware_view.php:943 -#: ../../enterprise/include/functions_services.php:1606 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/include/functions_services.php:1627 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -msgid "UNKNOWN" -msgstr "DESCONOCIDO" - -#: ../../include/class/Tree.class.php:1492 -msgid "NO DATA" -msgstr "SIN DATOS" - -#: ../../include/class/Tree.class.php:1500 -#: ../../include/functions_modules.php:1883 -#: ../../include/functions_modules.php:1891 -#: ../../mobile/operation/modules.php:455 -#: ../../mobile/operation/modules.php:472 -#: ../../mobile/operation/modules.php:508 -#: ../../mobile/operation/modules.php:525 -#: ../../operation/agentes/pandora_networkmap.view.php:293 -#: ../../operation/agentes/pandora_networkmap.view.php:302 -#: ../../operation/agentes/status_monitor.php:1148 -#: ../../operation/agentes/status_monitor.php:1152 -#: ../../operation/agentes/status_monitor.php:1183 -#: ../../operation/agentes/status_monitor.php:1188 -#: ../../operation/search_modules.php:108 -#: ../../operation/search_modules.php:125 -#: ../../enterprise/extensions/vmware/vmware_view.php:931 -#: ../../enterprise/include/functions_services.php:1591 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/operation/agentes/policy_view.php:371 -#: ../../enterprise/operation/agentes/policy_view.php:378 -msgid "NORMAL" -msgstr "NORMAL" - -#: ../../include/class/Tree.class.php:1578 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "Module alerts" -msgstr "Alertas de módulo" - -#: ../../include/functions.php:215 -#: ../../enterprise/include/functions_reporting_csv.php:1535 -msgid "." -msgstr "." - -#: ../../include/functions.php:217 -msgid "," -msgstr "," - -#: ../../include/functions.php:439 ../../include/functions.php:573 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:440 ../../include/functions.php:574 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:441 ../../include/functions.php:575 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:442 ../../include/functions.php:576 -msgid "Y" -msgstr "Y" - -#: ../../include/functions.php:443 ../../include/functions.php:577 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:444 ../../include/functions.php:578 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:445 ../../include/functions.php:579 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:867 ../../include/functions.php:1075 -#: ../../include/functions.php:1108 ../../include/functions_events.php:1459 -#: ../../include/functions_graph.php:2777 -#: ../../include/functions_graph.php:3277 -#: ../../include/functions_graph.php:3278 -#: ../../include/functions_graph.php:5244 -#: ../../include/functions_incidents.php:34 -#: ../../include/functions_incidents.php:69 -msgid "Maintenance" -msgstr "Mantenimiento" - -#: ../../include/functions.php:870 ../../include/functions.php:1076 -#: ../../include/functions.php:1111 ../../include/functions_events.php:1462 -#: ../../include/functions_graph.php:3281 -#: ../../include/functions_graph.php:3282 -#: ../../include/functions_graph.php:5247 -msgid "Informational" -msgstr "Informativo" - -#: ../../include/functions.php:882 ../../include/functions.php:1078 -#: ../../include/functions.php:1123 ../../include/functions_graph.php:3289 -#: ../../include/functions_graph.php:3290 -#: ../../include/functions_graph.php:5259 -msgid "Minor" -msgstr "Menor" - -#: ../../include/functions.php:885 ../../include/functions.php:1080 -#: ../../include/functions.php:1126 ../../include/functions_graph.php:3297 -#: ../../include/functions_graph.php:3298 -#: ../../include/functions_graph.php:5262 -msgid "Major" -msgstr "Principal" - -#: ../../include/functions.php:1029 ../../include/functions_events.php:1395 -msgid "Monitor Critical" -msgstr "Monitor en estado crítico" - -#: ../../include/functions.php:1030 ../../include/functions_events.php:1398 -msgid "Monitor Warning" -msgstr "Monitor en estado de aviso" - -#: ../../include/functions.php:1031 ../../include/functions_events.php:1401 -msgid "Monitor Normal" -msgstr "Monitor en estado normal" - -#: ../../include/functions.php:1033 -msgid "Monitor Unknown" -msgstr "Monitor descon." - -#: ../../include/functions.php:1036 ../../include/functions_events.php:1138 -#: ../../include/functions_events.php:1407 -msgid "Alert recovered" -msgstr "Alerta recuperada" - -#: ../../include/functions.php:1037 ../../include/functions_events.php:1173 -#: ../../include/functions_events.php:1410 -msgid "Alert ceased" -msgstr "Alerta finalizada" - -#: ../../include/functions.php:1038 ../../include/functions_events.php:1413 -msgid "Alert manual validation" -msgstr "Validación manual de alerta" - -#: ../../include/functions.php:1040 -msgid "Agent created" -msgstr "Agente creado" - -#: ../../include/functions.php:1041 ../../include/functions_events.php:1416 -msgid "Recon host detected" -msgstr "Equipo de red detectado con Recon" - -#: ../../include/functions.php:1044 ../../include/functions_events.php:1170 -#: ../../include/functions_events.php:1425 -msgid "Configuration change" -msgstr "Cambio de configuración" - -#: ../../include/functions.php:2043 ../../include/functions.php:2044 -#, php-format -msgid "%s minutes" -msgstr "%s minutos" - -#: ../../include/functions.php:2052 ../../include/functions.php:2053 -#, php-format -msgid "%s months" -msgstr "%s meses" - -#: ../../include/functions.php:2055 ../../include/functions.php:2056 -#, php-format -msgid "%s years" -msgstr "%s años" - -#: ../../include/functions.php:2059 -msgid "Default values will be used" -msgstr "Se usarán valores por defecto" - -#: ../../include/functions.php:2219 -msgid "The uploaded file was only partially uploaded" -msgstr "El fichero se ha subido parcialmente" - -#: ../../include/functions.php:2222 -msgid "No file was uploaded" -msgstr "No se subió ningún archivo" - -#: ../../include/functions.php:2225 -msgid "Missing a temporary folder" -msgstr "El directorio temporal no existe" - -#: ../../include/functions.php:2228 -msgid "Failed to write file to disk" -msgstr "No se pudo escribir el fichero a disco" - -#: ../../include/functions.php:2231 -msgid "File upload stopped by extension" -msgstr "Subida de fichero cancelada por la extensión" - -#: ../../include/functions.php:2235 -msgid "Unknown upload error" -msgstr "Error desconocido al subir el fichero" - -#: ../../include/functions.php:2320 -msgid "No data found to export" -msgstr "Datos no encontrados para exportar" - -#: ../../include/functions.php:2338 -msgid "Source ID" -msgstr "ID Fuente" - -#: ../../include/functions.php:2606 -#: ../../operation/gis_maps/render_view.php:135 -msgid "5 seconds" -msgstr "5 segundos" - -#: ../../include/functions.php:2607 -#: ../../operation/gis_maps/render_view.php:136 -msgid "10 seconds" -msgstr "10 segundos" - -#: ../../include/functions.php:2608 -msgid "15 seconds" -msgstr "15 segundos" - -#: ../../include/functions.php:2609 -#: ../../operation/gis_maps/render_view.php:137 -msgid "30 seconds" -msgstr "30 segundos" - -#: ../../include/functions.php:2613 -msgid "15 minutes" -msgstr "15 minutos" - -#: ../../include/functions_reporting.php:535 -#: ../../include/functions_reports.php:540 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 -#: ../../enterprise/godmode/services/services.service.php:301 -#: ../../enterprise/include/functions_reporting_csv.php:909 -msgid "S.L.A." -msgstr "S.L.A." - -#: ../../include/functions_reporting.php:568 -#: ../../include/functions_reporting.php:5118 -#: ../../enterprise/include/functions_reporting.php:2073 -#: ../../enterprise/include/functions_reporting.php:2799 -#: ../../enterprise/include/functions_reporting.php:3580 -#: ../../enterprise/include/functions_reporting.php:4899 -#: ../../enterprise/include/functions_reporting.php:4905 -msgid "There are no SLAs defined" -msgstr "No hay SLA definidos" - -#: ../../include/functions_reporting.php:624 -#: ../../include/functions_reporting.php:5158 -#: ../../include/functions_maps.php:43 -#: ../../include/functions_networkmap.php:1722 -#: ../../enterprise/include/functions_reporting.php:2117 -#: ../../enterprise/include/functions_reporting.php:2843 -#: ../../enterprise/include/functions_reporting.php:3624 -msgid "Dynamic" -msgstr "Dinámico" - -#: ../../include/functions_reporting.php:635 -#: ../../include/functions_reporting.php:5169 -#: ../../enterprise/include/functions_reporting.php:2128 -#: ../../enterprise/include/functions_reporting.php:2854 -#: ../../enterprise/include/functions_reporting.php:3635 -msgid "Inverse" -msgstr "Inverso" - -#: ../../include/functions_reporting.php:945 -#: ../../enterprise/dashboard/widgets/top_n.php:31 -msgid "Top N" -msgstr "Top N" - -#: ../../include/functions_reporting.php:964 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#: ../../enterprise/include/functions_reporting_csv.php:418 -#, php-format -msgid "Top %d" -msgstr "Primeros %d" - -#: ../../include/functions_reporting.php:1002 -#: ../../include/functions_reporting.php:1821 -#: ../../include/functions_reporting_html.php:2432 -#: ../../include/functions_reporting_html.php:2664 -#: ../../enterprise/dashboard/widgets/top_n.php:468 -#: ../../enterprise/include/functions_reporting_pdf.php:825 -#: ../../enterprise/include/functions_reporting_pdf.php:1258 -#: ../../enterprise/include/functions_reporting_pdf.php:2013 -msgid "There are no Agent/Modules defined" -msgstr "No hay Agente/Módulos definidos" - -#: ../../include/functions_reporting.php:1055 -#: ../../enterprise/dashboard/widgets/top_n.php:534 -msgid "Insuficient data" -msgstr "Datos insuficientes" - -#: ../../include/functions_reporting.php:1212 -#: ../../include/functions_reporting.php:1365 -#: ../../include/functions_reporting.php:1384 -#: ../../include/functions_reporting.php:1405 -#: ../../include/functions_reporting.php:1426 -#: ../../include/functions_reporting.php:2092 -#: ../../include/functions_reporting.php:2274 -#: ../../include/functions_reporting.php:2295 -#: ../../include/functions_reporting.php:2316 -#: ../../include/functions_reporting.php:6211 -#: ../../include/functions_reporting.php:6231 -#: ../../include/functions_reporting.php:6251 -#: ../../include/functions_graph.php:2120 -#: ../../include/functions_graph.php:2200 -#: ../../include/functions_graph.php:2273 -#: ../../include/functions_graph.php:3038 -#: ../../include/functions_graph.php:3474 -#: ../../include/functions_reporting_html.php:2934 -#: ../../include/functions_reporting_html.php:3012 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:180 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:197 -msgid "other" -msgstr "otro" - -#: ../../include/functions_reporting.php:1288 -msgid "Event Report Group" -msgstr "Evento Grupo del Informe" - -#: ../../include/functions_reporting.php:1332 -#: ../../include/functions_reporting.php:1500 -#: ../../include/functions_events.php:865 -#: ../../include/functions_events.php:869 -#: ../../include/functions_reporting_html.php:3779 -#: ../../mobile/operation/events.php:790 -#: ../../operation/events/events.build_table.php:118 -#: ../../operation/events/events.build_table.php:787 -msgid "No events" -msgstr "No hay eventos" - -#: ../../include/functions_reporting.php:1465 -msgid "Event Report Module" -msgstr "Evento módulo del Informe" - -#: ../../include/functions_reporting.php:1527 -#: ../../enterprise/include/functions_reporting_csv.php:293 -msgid "Inventory Changes" -msgstr "Cambios de Inventario" - -#: ../../include/functions_reporting.php:1569 -#: ../../enterprise/extensions/ipam/ipam_action.php:198 -msgid "No changes found." -msgstr "No se han encontrado cambios." - -#: ../../include/functions_reporting.php:1656 -msgid "Agent/Modules" -msgstr "Agentes / módulos" - -#: ../../include/functions_reporting.php:1727 -#: ../../include/functions_reports.php:585 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../enterprise/include/functions_reporting_csv.php:391 -msgid "Exception" -msgstr "Excepción" - -#: ../../include/functions_reporting.php:1745 -msgid "Exception - Everything" -msgstr "Excepción - todo" - -#: ../../include/functions_reporting.php:1750 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "Excepción - Módulos por encima o igual a %s" - -#: ../../include/functions_reporting.php:1752 -#, php-format -msgid "Modules over or equal to %s" -msgstr "Módulos de más de o igual a %s" - -#: ../../include/functions_reporting.php:1756 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "Excepción - Módulos por debajo o igual a %s" - -#: ../../include/functions_reporting.php:1758 -#, php-format -msgid "Modules under or equal to %s" -msgstr "Módulos bajo o igual a %s" - -#: ../../include/functions_reporting.php:1762 -#, php-format -msgid "Exception - Modules under %s" -msgstr "Excepción - Módulos por debajo de %s" - -#: ../../include/functions_reporting.php:1764 -#, php-format -msgid "Modules under %s" -msgstr "Módulos bajo %s" - -#: ../../include/functions_reporting.php:1768 -#, php-format -msgid "Exception - Modules over %s" -msgstr "Excepción - Módulos por encima %s" - -#: ../../include/functions_reporting.php:1770 -#, php-format -msgid "Modules over %s" -msgstr "Módulos de más de %s" - -#: ../../include/functions_reporting.php:1774 -#, php-format -msgid "Exception - Equal to %s" -msgstr "Excepción - Igual a %s" - -#: ../../include/functions_reporting.php:1776 -#, php-format -msgid "Equal to %s" -msgstr "Igual a %s" - -#: ../../include/functions_reporting.php:1780 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "Excepción - no igual a %s" - -#: ../../include/functions_reporting.php:1782 -#, php-format -msgid "Not equal to %s" -msgstr "No igual a %s" - -#: ../../include/functions_reporting.php:1786 -msgid "Exception - Modules at normal status" -msgstr "Excepción - Módulos en estado normal" - -#: ../../include/functions_reporting.php:1787 -msgid "Modules at normal status" -msgstr "Módulos en estado normal" - -#: ../../include/functions_reporting.php:1791 -msgid "Exception - Modules at critical or warning status" -msgstr "Excepción - Módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:1792 -msgid "Modules at critical or warning status" -msgstr "Módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:1981 -msgid "There are no Modules under those conditions." -msgstr "No hay módulos bajo esas condiciones" - -#: ../../include/functions_reporting.php:1984 -#, php-format -msgid "There are no Modules over or equal to %s." -msgstr "No hay módulos mayores o iguales a %s" - -#: ../../include/functions_reporting.php:1987 -#, php-format -msgid "There are no Modules less or equal to %s." -msgstr "No hay módulos menores o igual a %s" - -#: ../../include/functions_reporting.php:1990 -#, php-format -msgid "There are no Modules less %s." -msgstr "No hay módulos menores %s" - -#: ../../include/functions_reporting.php:1993 -#, php-format -msgid "There are no Modules over %s." -msgstr "No hay módulos mayores %s" - -#: ../../include/functions_reporting.php:1996 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "No hay módules iguales a %s" - -#: ../../include/functions_reporting.php:1999 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "No hay módulos no iguales a %s" - -#: ../../include/functions_reporting.php:2002 -msgid "There are no Modules normal status" -msgstr "No hay módulos en estado normal" - -#: ../../include/functions_reporting.php:2005 -msgid "There are no Modules at critial or warning status" -msgstr "No hay módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:2153 -#: ../../enterprise/include/functions_reporting_csv.php:444 -msgid "Group Report" -msgstr "Informe del grupo" - -#: ../../include/functions_reporting.php:2207 -msgid "Event Report Agent" -msgstr "Informe de Eventos de Agentes" - -#: ../../include/functions_reporting.php:2409 -msgid "Database Serialized" -msgstr "Base de datos serializada" - -#: ../../include/functions_reporting.php:2529 -#: ../../include/functions_reports.php:640 -msgid "Group configuration" -msgstr "Configuración del grupo" - -#: ../../include/functions_reporting.php:2605 -msgid "Network interfaces report" -msgstr "Informe de las interfaces de red" - -#: ../../include/functions_reporting.php:2624 -msgid "" -"The group has no agents or none of the agents has any network interface" -msgstr "El grupo no tiene agentes o los agentes no tienen interfaz de red" - -#: ../../include/functions_reporting.php:2673 -#: ../../include/functions_reporting.php:2696 -msgid "bytes/s" -msgstr "bytes/s" - -#: ../../include/functions_reporting.php:2748 -msgid "Alert Report Group" -msgstr "Grupo de informe de alerta" - -#: ../../include/functions_reporting.php:2894 -msgid "Alert Report Agent" -msgstr "Agente informe de alerta" - -#: ../../include/functions_reporting.php:3011 -msgid "Alert Report Module" -msgstr "Módulo informe de alerta" - -#: ../../include/functions_reporting.php:3144 -msgid "SQL Graph Vertical Bars" -msgstr "Barras de gráficas verticales SQL" - -#: ../../include/functions_reporting.php:3147 -msgid "SQL Graph Horizontal Bars" -msgstr "Barras de gráficas horizontales SQL" - -#: ../../include/functions_reporting.php:3150 -msgid "SQL Graph Pie" -msgstr "Gráfica SQL circular" - -#: ../../include/functions_reporting.php:3197 -#: ../../enterprise/include/functions_reporting_csv.php:832 -#: ../../enterprise/include/functions_reporting_csv.php:848 -#: ../../enterprise/include/functions_reporting_csv.php:856 -msgid "Monitor Report" -msgstr "Informe de monitores" - -#: ../../include/functions_reporting.php:3274 -msgid "Netflow Area" -msgstr "Área de netflow" - -#: ../../include/functions_reporting.php:3277 -msgid "Netflow Pie" -msgstr "Tarta Netflow" - -#: ../../include/functions_reporting.php:3280 -msgid "Netflow Data" -msgstr "Datos de netflow" - -#: ../../include/functions_reporting.php:3283 -msgid "Netflow Statistics" -msgstr "Estadísticas de netflow" - -#: ../../include/functions_reporting.php:3286 -msgid "Netflow Summary" -msgstr "Resumen de netflow" - -#: ../../include/functions_reporting.php:3349 -#: ../../include/functions_reports.php:501 -msgid "Simple baseline graph" -msgstr "Gráfica simple de línea base" - -#: ../../include/functions_reporting.php:3416 -msgid "Prediction Date" -msgstr "Fecha de predicción." - -#: ../../include/functions_reporting.php:3467 -#: ../../enterprise/include/functions_reporting_csv.php:334 -msgid "Projection Graph" -msgstr "Gráfico de proyección" - -#: ../../include/functions_reporting.php:3554 -#: ../../include/functions_reports.php:638 -msgid "Agent configuration" -msgstr "Configuración de agentes" - -#: ../../include/functions_reporting.php:3708 -#: ../../enterprise/include/functions_reporting_csv.php:796 -#: ../../enterprise/include/functions_reporting_csv.php:812 -#: ../../enterprise/include/functions_reporting_csv.php:819 -msgid "AVG. Value" -msgstr "Valor AVG." - -#: ../../include/functions_reporting.php:3711 -#: ../../include/functions_reporting.php:5701 -#: ../../include/functions_reports.php:574 -#: ../../enterprise/include/functions_reporting_csv.php:688 -#: ../../enterprise/include/functions_reporting_csv.php:704 -#: ../../enterprise/include/functions_reporting_csv.php:711 -msgid "Summatory" -msgstr "Sumatorio" - -#: ../../include/functions_reporting.php:3714 -#: ../../include/functions_reports.php:535 -#: ../../enterprise/include/functions_reporting_csv.php:512 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:534 -msgid "MTTR" -msgstr "MTTR" - -#: ../../include/functions_reporting.php:3717 -#: ../../include/functions_reports.php:533 -#: ../../enterprise/include/functions_reporting_csv.php:547 -#: ../../enterprise/include/functions_reporting_csv.php:563 -#: ../../enterprise/include/functions_reporting_csv.php:570 -msgid "MTBF" -msgstr "MTBF" - -#: ../../include/functions_reporting.php:3720 -#: ../../include/functions_reports.php:531 -#: ../../enterprise/include/functions_reporting_csv.php:583 -#: ../../enterprise/include/functions_reporting_csv.php:599 -#: ../../enterprise/include/functions_reporting_csv.php:606 -msgid "TTO" -msgstr "TTO" - -#: ../../include/functions_reporting.php:3723 -#: ../../include/functions_reports.php:529 -#: ../../enterprise/include/functions_reporting_csv.php:619 -#: ../../enterprise/include/functions_reporting_csv.php:636 -#: ../../enterprise/include/functions_reporting_csv.php:643 -msgid "TTRT" -msgstr "TTRT" - -#: ../../include/functions_reporting.php:3898 -#: ../../enterprise/godmode/reporting/mysql_builder.php:142 -#: ../../enterprise/include/functions_reporting_csv.php:654 -msgid "SQL" -msgstr "SQL" - -#: ../../include/functions_reporting.php:3969 -msgid "" -"Illegal query: Due security restrictions, there are some tokens or words you " -"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " -"update." -msgstr "" -"Consulta ilegal: Debido a restricciones de seguridad, hay algunos símbolos o " -"palabras que usted no puede utilizar: * , delete, drop, alter, modify, " -"union, password, pass, insert o update." - -#: ../../include/functions_reporting.php:4849 -#: ../../include/functions_reporting.php:5092 -#: ../../include/functions_reports.php:599 -#: ../../enterprise/include/functions_reporting.php:1015 -#: ../../enterprise/include/functions_reporting_csv.php:249 -msgid "Availability" -msgstr "Disponibilidad" - -#: ../../include/functions_reporting.php:4960 -msgid "No Address" -msgstr "Sin dirección" - -#: ../../include/functions_reporting.php:5711 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 -msgid "Rate" -msgstr "Tasa" - -#: ../../include/functions_reporting.php:5783 -#: ../../include/functions_reporting.php:5905 -#: ../../include/functions_reports.php:499 -msgid "Simple graph" -msgstr "Gráfica simple" - -#: ../../include/functions_reporting.php:6356 -msgid "Maximum of events shown" -msgstr "Máximo número de eventos mostrados" - -#: ../../include/functions_reporting.php:6996 -#: ../../include/functions_reporting.php:7033 -msgid "Server health" -msgstr "Salud del servidor" - -#: ../../include/functions_reporting.php:6996 -#, php-format -msgid "%d Downed servers" -msgstr "%d Servidores caidos" - -#: ../../include/functions_reporting.php:7004 -#: ../../include/functions_reporting.php:7036 -msgid "Monitor health" -msgstr "Estado de los monitores" - -#: ../../include/functions_reporting.php:7004 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Monitores fuera de la normalidad" - -#: ../../include/functions_reporting.php:7006 -#: ../../include/functions_reporting.php:7037 -msgid "of monitors up" -msgstr "de monitores funcionando" - -#: ../../include/functions_reporting.php:7012 -#: ../../include/functions_reporting.php:7039 -msgid "Module sanity" -msgstr "Estado de los módulos" - -#: ../../include/functions_reporting.php:7012 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Monitores sin iniciar" - -#: ../../include/functions_reporting.php:7014 -#: ../../include/functions_reporting.php:7040 -msgid "of total modules inited" -msgstr "del total de módulos inic." - -#: ../../include/functions_reporting.php:7020 -#: ../../include/functions_reporting.php:7042 -#: ../../include/functions_reporting_html.php:2762 -msgid "Alert level" -msgstr "Nivel de alerta" - -#: ../../include/functions_reporting.php:7020 -#: ../../include/functions_reporting.php:8040 -#: ../../include/functions_reporting.php:8049 -#, php-format -msgid "%d Fired alerts" -msgstr "%d Alertas lanzadas" - -#: ../../include/functions_reporting.php:7022 -#: ../../include/functions_reporting.php:7043 -msgid "of defined alerts not fired" -msgstr "de alertas definidas no disparadas" - -#: ../../include/functions_reporting.php:7080 -#: ../../enterprise/include/functions_reporting_csv.php:465 -msgid "Defined alerts" -msgstr "Alertas definidas" - -#: ../../include/functions_reporting.php:7093 -#: ../../include/functions_reporting.php:7114 -#: ../../include/functions_graph.php:2111 ../../operation/tree.php:276 -#: ../../operation/tree.php:277 ../../operation/tree.php:278 -#: ../../enterprise/dashboard/widgets/tree_view.php:200 -#: ../../enterprise/dashboard/widgets/tree_view.php:201 -#: ../../enterprise/dashboard/widgets/tree_view.php:202 -#: ../../enterprise/include/functions_reporting_csv.php:466 -msgid "Fired alerts" -msgstr "Alertas disparadas" - -#: ../../include/functions_reporting.php:7102 -msgid "Defined and fired alerts" -msgstr "Alertas definidas y lanzadas" - -#: ../../include/functions_reporting.php:7157 -#: ../../operation/events/sound_events.php:84 -msgid "Monitor critical" -msgstr "Monitor crítico" - -#: ../../include/functions_reporting.php:7161 -#: ../../operation/events/sound_events.php:86 -msgid "Monitor warning" -msgstr "Monitor warning" - -#: ../../include/functions_reporting.php:7168 -msgid "Monitor normal" -msgstr "Monitor normal" - -#: ../../include/functions_reporting.php:7172 -#: ../../operation/events/sound_events.php:85 -msgid "Monitor unknown" -msgstr "Monitor desconocido" - -#: ../../include/functions_reporting.php:7179 -msgid "Monitor not init" -msgstr "Monitor no iniciado" - -#: ../../include/functions_reporting.php:7203 -#: ../../include/functions_reporting.php:7214 -msgid "Monitors by status" -msgstr "Monitores por estatus" - -#: ../../include/functions_reporting.php:7261 -#: ../../include/functions_reporting_html.php:3471 -#: ../../enterprise/dashboard/widgets/tactical.php:32 -msgid "Monitor checks" -msgstr "Comprobaciones de monitores" - -#: ../../include/functions_reporting.php:7279 -#: ../../include/functions_reporting_html.php:3476 -msgid "Total agents and monitors" -msgstr "Total de agentes y monitores" - -#: ../../include/functions_reporting.php:7302 -msgid "Defined users" -msgstr "Usuarios definidos" - -#: ../../include/functions_reporting.php:7940 -msgid "Agent without data" -msgstr "Agente sin datos" - -#: ../../include/functions_reporting.php:7979 -#: ../../include/functions_agents.php:2209 -#: ../../include/functions_agents.php:2234 -#: ../../include/functions_agents.php:2259 -msgid "At least one module in CRITICAL status" -msgstr "Al menos un módulo está en estado CRÍTICO" - -#: ../../include/functions_reporting.php:7983 -#: ../../include/functions_agents.php:2213 -#: ../../include/functions_agents.php:2238 -#: ../../include/functions_agents.php:2263 -msgid "At least one module in WARNING status" -msgstr "Al menos un módulo está en estado ADVERTENCIA" - -#: ../../include/functions_reporting.php:7987 -#: ../../include/functions_agents.php:2217 -#: ../../include/functions_agents.php:2242 -#: ../../include/functions_agents.php:2267 -msgid "At least one module is in UKNOWN status" -msgstr "Al menos un módulo está en estado DESCONOCIDO" - -#: ../../include/functions_reporting.php:7991 -#: ../../include/functions_agents.php:2221 -#: ../../include/functions_agents.php:2246 -#: ../../include/functions_agents.php:2271 -msgid "All Monitors OK" -msgstr "Todos los monitores BIEN" - -#: ../../include/functions_reporting.php:8027 -#: ../../include/functions_reporting.php:8035 -#, php-format -msgid "%d Total modules" -msgstr "%d Módulos totales" - -#: ../../include/functions_reporting.php:8028 -#, php-format -msgid "%d Modules in normal status" -msgstr "%d Módulos en estado normal" - -#: ../../include/functions_reporting.php:8029 -#, php-format -msgid "%d Modules in critical status" -msgstr "%d Módulos en estado crítico" - -#: ../../include/functions_reporting.php:8030 -#, php-format -msgid "%d Modules in warning status" -msgstr "%d Módulos en estado de alerta" - -#: ../../include/functions_reporting.php:8031 -#, php-format -msgid "%d Modules in unknown status" -msgstr "%d Módulos en estado desconocido" - -#: ../../include/functions_reporting.php:8032 -#, php-format -msgid "%d Modules in not init status" -msgstr "%d Módulos en estado no iniciado" - -#: ../../include/functions_reporting.php:8036 -#, php-format -msgid "%d Normal modules" -msgstr "%d Módulos normales" - -#: ../../include/functions_reporting.php:8037 -#, php-format -msgid "%d Critical modules" -msgstr "%d Módulos críticos" - -#: ../../include/functions_reporting.php:8038 -#, php-format -msgid "%d Warning modules" -msgstr "%d Módulos en estado de alerta" - -#: ../../include/functions_reporting.php:8039 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Módulos desconocidos" - -#: ../../include/functions_reporting.php:8043 -#, php-format -msgid "%d Total agents" -msgstr "%d del total de agentes" - -#: ../../include/functions_reporting.php:8044 -#, php-format -msgid "%d Normal agents" -msgstr "%d Agentes normales" - -#: ../../include/functions_reporting.php:8045 -#, php-format -msgid "%d Critical agents" -msgstr "%d Agentes en estado crítico" - -#: ../../include/functions_reporting.php:8046 -#, php-format -msgid "%d Warning agents" -msgstr "%d Agentes en estado de alerta" - -#: ../../include/functions_reporting.php:8047 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Agentes desconocidos" - -#: ../../include/functions_reporting.php:8048 -#, php-format -msgid "%d not init agents" -msgstr "%d agentes no iniciados" - -#: ../../include/functions_reporting.php:9750 -msgid "Total running modules" -msgstr "Total de módulos en ejecución" - -#: ../../include/functions_reporting.php:9753 -#: ../../include/functions_reporting.php:9769 -#: ../../include/functions_reporting.php:9785 -#: ../../include/functions_reporting.php:9808 -#: ../../include/functions_reporting.php:9827 -#: ../../include/functions_reporting.php:9839 -#: ../../include/functions_reporting.php:9851 -#: ../../include/functions_reporting.php:9867 -msgid "Ratio" -msgstr "Proporción" - -#: ../../include/functions_reporting.php:9753 -#: ../../include/functions_reporting.php:9769 -#: ../../include/functions_reporting.php:9785 -#: ../../include/functions_reporting.php:9808 -#: ../../include/functions_reporting.php:9827 -#: ../../include/functions_reporting.php:9839 -#: ../../include/functions_reporting.php:9851 -#: ../../include/functions_reporting.php:9867 -msgid "Modules by second" -msgstr "Módulos por segundo" - -#: ../../include/functions_reporting.php:9765 -msgid "Local modules" -msgstr "Módulos locales" - -#: ../../include/functions_reporting.php:9776 -msgid "Remote modules" -msgstr "Módulos remotos" - -#: ../../include/functions_reporting.php:9800 -msgid "Network modules" -msgstr "Módulos de red" - -#: ../../include/functions_reporting.php:9823 -msgid "Plugin modules" -msgstr "Módulos de plugin" - -#: ../../include/functions_reporting.php:9835 -msgid "Prediction modules" -msgstr "Módulos de predicciónd" - -#: ../../include/functions_reporting.php:9847 -msgid "WMI modules" -msgstr "Módulos WMI" - -#: ../../include/functions_reporting.php:9859 -msgid "Web modules" -msgstr "Módulos Web" - -#: ../../include/functions_reporting.php:9921 -#: ../../enterprise/dashboard/widgets/tactical.php:39 -msgid "Server performance" -msgstr "Rendimiento del servidor" - -#: ../../include/functions_reporting.php:10003 -#: ../../enterprise/include/functions_reporting.php:4976 -msgid "Weekly:" -msgstr "Semanalmente" - -#: ../../include/functions_reporting.php:10037 -#: ../../enterprise/include/functions_reporting.php:5010 -msgid "Monthly:" -msgstr "Mensual" - -#: ../../include/functions_reporting.php:10038 -#: ../../enterprise/include/functions_reporting.php:5011 -msgid "From day" -msgstr "Desde el día" - -#: ../../include/functions_reporting.php:10039 -#: ../../enterprise/include/functions_reporting.php:5012 -msgid "To day" -msgstr "Hasta el día" - -#: ../../include/functions_agents.php:672 -msgid "" -"There was an error copying the agent configuration, the copy has been " -"cancelled" -msgstr "" -"Hubo un error al copiar la configuración del agente, se canceló la copia" - -#: ../../include/functions_agents.php:2205 -#: ../../include/functions_agents.php:2230 -#: ../../include/functions_agents.php:2255 -msgid "No Monitors" -msgstr "No hay monitores" - -#: ../../include/functions_tags.php:602 -msgid "Click here to open a popup window with URL tag" -msgstr "Click aquí para abrir una ventana popup con el tag URL" - -#: ../../include/functions_alerts.php:401 -#: ../../enterprise/include/functions_policies.php:456 -#: ../../enterprise/include/functions_policies.php:471 -msgid "copy" -msgstr "copiar" - -#: ../../include/functions_alerts.php:567 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 -msgid "Regular expression" -msgstr "Expresión regular" - -#: ../../include/functions_alerts.php:568 -msgid "Max and min" -msgstr "Máx. y mín." - -#: ../../include/functions_alerts.php:571 -msgid "Equal to" -msgstr "Igual a" - -#: ../../include/functions_alerts.php:572 -msgid "Not equal to" -msgstr "Diferente a" - -#: ../../include/functions_alerts.php:575 -msgid "Unknown status" -msgstr "Estado desconocido" - -#: ../../include/functions_alerts.php:576 -msgid "On Change" -msgstr "en estado de cambio" - -#: ../../include/functions_alerts.php:970 -#: ../../include/functions_network_components.php:507 -#: ../../enterprise/include/functions_local_components.php:284 -msgid "Copy of" -msgstr "Copia de" - -#: ../../include/functions_alerts.php:1394 -msgid "No actions defined" -msgstr "No hay acciones definidas" - #: ../../include/functions_api.php:77 msgid "No set or get or help operation." msgstr "Sin acceso a operaciones de tipo SET, GET o HELP" @@ -21999,6 +14135,21 @@ msgstr "Usuario habilitado." msgid "Disabled user." msgstr "Usuario deshabilitado." +#: ../../include/functions_api.php:7659 +#: ../../godmode/agentes/configurar_agente.php:1614 +msgid "Save by Pandora Console" +msgstr "Guardado por la consola de Pandora" + +#: ../../include/functions_api.php:7660 +#: ../../godmode/agentes/configurar_agente.php:1629 +msgid "Update by Pandora Console" +msgstr "Actualizado por la consola de Pandora" + +#: ../../include/functions_api.php:7661 +#: ../../godmode/agentes/configurar_agente.php:1642 +msgid "Insert by Pandora Console" +msgstr "Insertado por la consola de Pandora" + #: ../../include/functions_api.php:8268 msgid "Delete user." msgstr "borrar usuario" @@ -22101,1449 +14252,71 @@ msgstr "Error en la eliminación de día especial" msgid "Error in deletion special day." msgstr "Error en la eliminación de día especial" -#: ../../include/functions_treeview.php:54 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 -msgid "There was a problem loading module" -msgstr "Hubo un problema al cargar el módulo" - -#: ../../include/functions_treeview.php:279 -#: ../../include/functions_treeview.php:286 -#: ../../include/functions_ui.php:3714 ../../include/functions_ui.php:3721 -#: ../../mobile/operation/modules.php:610 -#: ../../mobile/operation/modules.php:617 -#: ../../operation/agentes/status_monitor.php:1362 -#: ../../operation/agentes/status_monitor.php:1369 -#: ../../enterprise/include/functions_services.php:1569 -#: ../../enterprise/operation/agentes/ux_console_view.php:100 -#: ../../enterprise/operation/agentes/ux_console_view.php:269 -#: ../../enterprise/operation/agentes/ux_console_view.php:342 -msgid "Snapshot view" -msgstr "Vista de captura de comando" - -#: ../../include/functions_treeview.php:294 -#: ../../include/graphs/functions_flot.php:624 -#: ../../enterprise/extensions/vmware/vmware_view.php:873 -#: ../../enterprise/extensions/vmware/vmware_view.php:889 -#: ../../enterprise/extensions/vmware/vmware_view.php:905 -#: ../../enterprise/extensions/vmware/vmware_view.php:921 -msgid "No data" -msgstr "Sin datos" - -#: ../../include/functions_treeview.php:298 -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:3383 -#: ../../enterprise/include/functions_reporting_pdf.php:2260 -#: ../../enterprise/include/functions_reporting_pdf.php:2298 -msgid "Last data" -msgstr "Últimos datos" - -#: ../../include/functions_treeview.php:313 -msgid "Go to module edition" -msgstr "Ir a la edición de módulos" - -#: ../../include/functions_treeview.php:362 -msgid "There was a problem loading alerts" -msgstr "Hubo un problema al cargar las alertas" - -#: ../../include/functions_treeview.php:446 -msgid "Go to alerts edition" -msgstr "Ir a \"editar alertas\"" - -#: ../../include/functions_treeview.php:506 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -msgid "There was a problem loading agent" -msgstr "Hubo un problema al cargar la configuración del agente" - -#: ../../include/functions_treeview.php:571 -#: ../../operation/agentes/estado_generalagente.php:268 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -msgid "Other IP addresses" -msgstr "Otras direcciones IP" - -#: ../../include/functions_treeview.php:602 -#: ../../operation/agentes/estado_agente.php:501 -#: ../../operation/agentes/estado_generalagente.php:205 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -msgid "Remote" -msgstr "Remoto" - -#: ../../include/functions_treeview.php:610 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -msgid "Next agent contact" -msgstr "Siguiente contacto con el agente" - -#: ../../include/functions_treeview.php:620 -msgid "Go to agent edition" -msgstr "Ir a \"editar agentes\"" - -#: ../../include/functions_treeview.php:629 -msgid "Agent data" -msgstr "Datos de agentes" - -#: ../../include/functions_treeview.php:642 -#: ../../operation/agentes/estado_generalagente.php:159 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -msgid "Agent Version" -msgstr "Versión del agente" - -#: ../../include/functions_treeview.php:659 -#: ../../operation/agentes/estado_generalagente.php:310 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -msgid "Position (Long, Lat)" -msgstr "posición (longitud, latitud)" - -#: ../../include/functions_treeview.php:676 -#: ../../operation/agentes/estado_generalagente.php:338 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -msgid "Timezone Offset" -msgstr "Franja horaria desactivada" - -#: ../../include/functions_treeview.php:691 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:354 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -msgid "Custom field" -msgstr "Campo personalizado" - -#: ../../include/functions_treeview.php:702 -msgid "Advanced information" -msgstr "Información avanzada" - -#: ../../include/functions_treeview.php:714 -#: ../../operation/agentes/estado_generalagente.php:256 -msgid "Agent access rate (24h)" -msgstr "Accesibilidad del agente (24h)" - -#: ../../include/functions_treeview.php:722 -#: ../../mobile/operation/agent.php:214 -#: ../../operation/agentes/estado_generalagente.php:602 -msgid "Events (24h)" -msgstr "Eventos (24h)" - -#: ../../include/functions_treeview.php:774 -#: ../../operation/agentes/estado_generalagente.php:478 -#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:645 -msgid "Interface traffic" -msgstr "Interfaz de tráfico" - -#: ../../include/functions_treeview.php:796 -#: ../../operation/agentes/estado_generalagente.php:448 -msgid "Interface information" -msgstr "Interfaz de información" - -#: ../../include/functions_clippy.php:163 -#: ../../include/functions_clippy.php:168 -msgid "End wizard" -msgstr "Cierra asistente" - -#: ../../include/functions_clippy.php:195 -msgid "Next →" -msgstr "Siguiente →" - -#: ../../include/functions_clippy.php:196 -msgid "← Back" -msgstr "← Anterior" - -#: ../../include/functions_clippy.php:208 -msgid "Do you want to exit the help tour?" -msgstr "¿Quieres salir de la ayuda guiada?" - -#: ../../include/functions_pandora_networkmap.php:103 -#: ../../mobile/operation/networkmap.php:110 -#: ../../mobile/operation/networkmap.php:129 -#: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.dinamic.php:130 -#: ../../enterprise/include/class/NetworkmapEnterprise.class.php:227 -#: ../../enterprise/operation/policies/networkmap.policies.php:64 -msgid "Pandora FMS" -msgstr "Pandora FMS" - -#: ../../include/functions_pandora_networkmap.php:754 -#, php-format -msgid "Edit node %s" -msgstr "Modificar nodo %s" - -#: ../../include/functions_pandora_networkmap.php:755 -msgid "Holding Area" -msgstr "Buffer de procesamiento" - -#: ../../include/functions_pandora_networkmap.php:756 -msgid "Show details and options" -msgstr "Mostrar los detalles y opciones" - -#: ../../include/functions_pandora_networkmap.php:757 -msgid "Add a interface link" -msgstr "Añadir enlace de interfaz" - -#: ../../include/functions_pandora_networkmap.php:758 -msgid "Set parent interface" -msgstr "Establecer padre en la relación de interfaz" - -#: ../../include/functions_pandora_networkmap.php:759 -msgid "Set as children" -msgstr "Establecer como hijo" - -#: ../../include/functions_pandora_networkmap.php:760 -msgid "Set parent" -msgstr "Establecer como padre" - -#: ../../include/functions_pandora_networkmap.php:761 -#: ../../include/functions_pandora_networkmap.php:768 -msgid "Abort the action of set relationship" -msgstr "Cancela la acción de relacionar por parentesco" - -#: ../../include/functions_pandora_networkmap.php:763 -#: ../../include/functions_pandora_networkmap.php:1546 -msgid "Add node" -msgstr "Añadir nodo" - -#: ../../include/functions_pandora_networkmap.php:764 -msgid "Set center" -msgstr "Fijar centro" - -#: ../../include/functions_pandora_networkmap.php:766 -msgid "Refresh Holding area" -msgstr "Actualizar buffer de procesamiento" - -#: ../../include/functions_pandora_networkmap.php:767 -msgid "Abort the action of set interface relationship" -msgstr "Cancelar enlace de interfaz" - -#: ../../include/functions_pandora_networkmap.php:953 -#: ../../include/functions_maps.php:62 -msgid "Copy of " -msgstr "Copiar de " - -#: ../../include/functions_pandora_networkmap.php:1276 -msgid "Open Minimap" -msgstr "Abrir Minimapa" - -#: ../../include/functions_pandora_networkmap.php:1283 -msgid "Hide Labels" -msgstr "Ocultar textos" - -#: ../../include/functions_pandora_networkmap.php:1374 -msgid "Edit node" -msgstr "Modificar nodo" - -#: ../../include/functions_pandora_networkmap.php:1385 -msgid "Adresses" -msgstr "Direcciones" - -#: ../../include/functions_pandora_networkmap.php:1387 -msgid "OS type" -msgstr "Tipo de SO" - -#: ../../include/functions_pandora_networkmap.php:1392 -#: ../../include/functions_pandora_networkmap.php:1393 -msgid "Node Details" -msgstr "Detalles de nodo" - -#: ../../include/functions_pandora_networkmap.php:1402 -msgid "Ip" -msgstr "IP" - -#: ../../include/functions_pandora_networkmap.php:1403 -msgid "MAC" -msgstr "MAC" - -#: ../../include/functions_pandora_networkmap.php:1412 -#: ../../include/functions_pandora_networkmap.php:1413 -msgid "Interface Information (SNMP)" -msgstr "Información de interfaces (SNMP)" - -#: ../../include/functions_pandora_networkmap.php:1420 -msgid "Shape" -msgstr "Forma" - -#: ../../include/functions_pandora_networkmap.php:1422 -msgid "Circle" -msgstr "Círculo" - -#: ../../include/functions_pandora_networkmap.php:1423 -msgid "Square" -msgstr "Cuadrado" - -#: ../../include/functions_pandora_networkmap.php:1424 -msgid "Rhombus" -msgstr "Rombo" - -#: ../../include/functions_pandora_networkmap.php:1434 -msgid "name node" -msgstr "nombre del nodo" - -#: ../../include/functions_pandora_networkmap.php:1436 -msgid "Update node" -msgstr "Actualizar nodo" - -#: ../../include/functions_pandora_networkmap.php:1441 -#: ../../include/functions_pandora_networkmap.php:1602 -msgid "name fictional node" -msgstr "Nombre de nodo ficticio" - -#: ../../include/functions_pandora_networkmap.php:1442 -#: ../../include/functions_pandora_networkmap.php:1603 -msgid "Networkmap to link" -msgstr "Enlace a mapa de red" - -#: ../../include/functions_pandora_networkmap.php:1448 -msgid "Update fictional node" -msgstr "Actualizar nodo ficticio" - -#: ../../include/functions_pandora_networkmap.php:1451 -#: ../../include/functions_pandora_networkmap.php:1452 -msgid "Node options" -msgstr "Opciones de nodo" - -#: ../../include/functions_pandora_networkmap.php:1459 -#: ../../include/functions_pandora_networkmap.php:1514 -msgid "Node source" -msgstr "Nodo origen" - -#: ../../include/functions_pandora_networkmap.php:1460 -#: ../../include/functions_pandora_networkmap.php:1515 -msgid "Interface source" -msgstr "Interfaz origen" - -#: ../../include/functions_pandora_networkmap.php:1461 -#: ../../include/functions_pandora_networkmap.php:1516 -msgid "Interface Target" -msgstr "Interfaz objetivo" - -#: ../../include/functions_pandora_networkmap.php:1463 -#: ../../include/functions_pandora_networkmap.php:1517 -msgid "Node target" -msgstr "Nodo objetivo" - -#: ../../include/functions_pandora_networkmap.php:1464 -msgid "E." -msgstr "E." - -#: ../../include/functions_pandora_networkmap.php:1495 -msgid "There are not relations" -msgstr "No hay relaciones" - -#: ../../include/functions_pandora_networkmap.php:1502 -#: ../../include/functions_pandora_networkmap.php:1503 -msgid "Relations" -msgstr "Relaciones" - -#: ../../include/functions_pandora_networkmap.php:1538 -msgid "Add interface link" -msgstr "Añadir enlace de interfaz" - -#: ../../include/functions_pandora_networkmap.php:1565 -#: ../../include/functions_pandora_networkmap.php:1569 -#: ../../include/functions_pandora_networkmap.php:1570 -#: ../../include/functions_pandora_networkmap.php:1590 -#: ../../include/functions_pandora_networkmap.php:1595 -#: ../../include/functions_pandora_networkmap.php:1613 -msgid "Add agent node" -msgstr "Añadir nodo de agente" - -#: ../../include/functions_pandora_networkmap.php:1594 -msgid "Add agent node (filter by group)" -msgstr "Añadir nodo de agente (filtro por grupo)" - -#: ../../include/functions_pandora_networkmap.php:1609 -msgid "Add fictional node" -msgstr "Añadir nodo ficticio" - -#: ../../include/functions_pandora_networkmap.php:1612 -msgid "Add fictional point" -msgstr "Añadir punto ficticio" - -#: ../../include/functions_ui.php:225 -msgid "Information" -msgstr "Información" - -#: ../../include/functions_ui.php:231 -#: ../../enterprise/include/functions_visual_map.php:622 -msgid "Success" -msgstr "Éxito" - -#: ../../include/functions_ui.php:367 -msgid "Request successfully processed" -msgstr "Petición procesada correctamente" - -#: ../../include/functions_ui.php:370 -msgid "Error processing request" -msgstr "Error al procesar la petición" - -#: ../../include/functions_ui.php:508 -msgid "" -"Is possible that this view uses part of information which your user has not " -"access" -msgstr "" -"Es posible que esta vista utilize parte de la información a la cual su " -"usuario no tenga acceso" - -#: ../../include/functions_ui.php:1028 -msgid "The alert would fire when the value is over " -msgstr "" -"La alerta se disparará cuando el valor esté por encima de " - -#: ../../include/functions_ui.php:1033 -msgid "The alert would fire when the value is under " -msgstr "" -"La alerta se disparará cuando el valor esté por debajo de " - -#: ../../include/functions_ui.php:1309 -#: ../../enterprise/meta/include/functions_ui_meta.php:54 -msgid "the Flexible Monitoring System" -msgstr "el Sistema Flexible de Monitorización" - -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1655 -#, php-format -msgid "Total items: %s" -msgstr "Total de elementos %s" - -#: ../../include/functions_ui.php:1962 -msgid "Unknown type" -msgstr "Tipo desconocido" - -#: ../../include/functions_ui.php:2775 -msgid "Type at least two characters to search." -msgstr "Escriba al menos dos caracteres para buscar." - -#: ../../include/functions_ui.php:3605 -msgid "" -"Cannot connect to the database, please check your database setup in the " -"include/config.php file.

                \n" -"\t\t\tProbably your database, hostname, user or password values are " -"incorrect or\n" -"\t\t\tthe database server is not running." -msgstr "" -"No se pudo conectar a la base de datos, por favor, compruebe su " -"configuración de base de datos en el fichero include/config.php " -"

                \n" -"\t\t\tProbablemente su valor de administrador, usuario o contraseña sean " -"incorrectos.\n" -"\t\t\tla base de datos no está en ejecución." - -#: ../../include/functions_ui.php:3620 -msgid "" -"Cannot load configuration variables from database. Please check your " -"database setup in the\n" -"\t\t\tinclude/config.php file.

                \n" -"\t\t\tMost likely your database schema has been created but there are is no " -"data in it, you have a problem with the database access credentials or your " -"schema is out of date.\n" -"\t\t\t

                Pandora FMS Console cannot find include/config.php or " -"this file has invalid\n" -"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " -"to fix this problem.
                " -msgstr "" -"No se pueden cargar las variables de configuración de la base de datos. Por " -"favor, compruebe la configuración de su base de datos en el\n" -"\t\t\tinclude/config.php file.

                \n" -"\t\t\tLo más probable es que el esquema de su base de datos haya sido creada " -"pero no hay datos dentro, tiene un problema con los credenciales o su " -"esquema está fuera de fecha\n" -"\t\t\t

                La consola de Pandora FMS no puede encontrar " -"include/config.php or this file has invalid\n" -"\t\t\tpermisos y el servidor HTTP no puede leerlo. Por favor, lea la " -"documentación para solucionar este problema.
                " - -#: ../../include/functions_ui.php:3628 -msgid "" -"Pandora FMS Console cannot find include/config.php or this file has " -"invalid\n" -"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " -"to fix this problem." -msgstr "" -"La consola de Pandora FMS no puede encontrar include/config.php o " -"este archivo tiene permisos\n" -"\t\t\tno válidos y el servidor HTTP no puede leerlo. Por favor, lea la " -"documentación para solucionar este problema." - -#: ../../include/functions_ui.php:3643 -msgid "" -"For security reasons, normal operation is not possible until you delete " -"installer file.\n" -"\t\t\tPlease delete the ./install.php file before running Pandora FMS " -"Console." -msgstr "" -"Por razones de seguridad no podrá operar con normalidad gasta que elimine el " -"archivo de instalación\n" -"\t\t\tPor favor, elimine el archivo ./install.php antes de ejecutar " -"la consola de Pandora FMS." - -#: ../../include/functions_ui.php:3648 -msgid "" -"For security reasons, config.php must have restrictive permissions, " -"and \"other\" users\n" -"\t\t\tshould not read it or write to it. It should be written only for " -"owner\n" -"\t\t\t(usually www-data or http daemon user), normal operation is not " -"possible until you change\n" -"\t\t\tpermissions for include/config.php file. Please do it, it is " -"for your security." -msgstr "" -"Por razones de seguridad, config.php debe tener permisos " -"restringidos, y los usuarios \"otros\"\n" -"\t\t\tno deberían tener permisos de lectura o escritura sobre el. Solo " -"debería poder escribir el creador\n" -"\t\t\t(habitualmente www-data o http daemon usuario), la operación normal no " -"es posible hasta que cambie\n" -"\t\t\tlos permisos para el fichero include/config.php . Por favor " -"hágalo, es por su seguridad." - -#: ../../include/functions_config.php:94 -msgid "Failed updated: User did not login." -msgstr "Fallo de actualización: el usuario no se dio de alta" - -#: ../../include/functions_config.php:102 -msgid "Failed updated: User is not admin." -msgstr "Fallo de actualización:el usuario no es administrador" - -#: ../../include/functions_config.php:140 -msgid "SSL cert path" -msgstr "Ruta del certificado SSL" - -#: ../../include/functions_config.php:144 -msgid "Use cert." -msgstr "Usar certificado" - -#: ../../include/functions_config.php:154 -msgid "Enable Integria incidents in Pandora Console" -msgstr "Habilitar incidentes de Integria en Pandora Console" - -#: ../../include/functions_config.php:156 -msgid "Integria inventory" -msgstr "Inventario Integria" - -#: ../../include/functions_config.php:158 -msgid "Integria API password" -msgstr "Contraseña de la API de Integria" - -#: ../../include/functions_config.php:160 -msgid "Integria URL" -msgstr "Integria URL" - -#: ../../include/functions_config.php:184 -msgid "License information" -msgstr "Información sobre la licencia" - -#: ../../include/functions_config.php:204 -msgid "Identification_reminder" -msgstr "Recordatorio de identificación" - -#: ../../include/functions_config.php:206 -msgid "Include_agents" -msgstr "Incluir agentes" - -#: ../../include/functions_config.php:208 -msgid "Audit log directory" -msgstr "Directorio de log" - -#: ../../include/functions_config.php:213 -#: ../../enterprise/godmode/setup/setup.php:30 -msgid "Forward SNMP traps to agent (if exist)" -msgstr "Reenviar los Traps SNMP al agente (si existe)" - -#: ../../include/functions_config.php:215 -#: ../../enterprise/godmode/setup/setup.php:38 -msgid "Use Enterprise ACL System" -msgstr "Utilize el sistema ACL Enterprise" - -#: ../../include/functions_config.php:217 -#: ../../enterprise/meta/include/functions_meta.php:327 -msgid "Activate Metaconsole" -msgstr "Activar la metaconsola" - -#: ../../include/functions_config.php:219 -#: ../../enterprise/godmode/setup/setup.php:47 -msgid "Size of collection" -msgstr "Tamaño de la colección" - -#: ../../include/functions_config.php:221 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:384 -msgid "Events replication" -msgstr "Replicación de eventos" - -#: ../../include/functions_config.php:224 -#: ../../enterprise/godmode/setup/setup.php:63 -msgid "Replication interval" -msgstr "Intervalo de replicación" - -#: ../../include/functions_config.php:226 -#: ../../enterprise/godmode/setup/setup.php:70 -msgid "Replication limit" -msgstr "Límite de replicación" - -#: ../../include/functions_config.php:228 -#: ../../enterprise/godmode/setup/setup.php:89 -msgid "Replication mode" -msgstr "Modo de replicación" - -#: ../../include/functions_config.php:230 -#: ../../enterprise/godmode/setup/setup.php:138 -msgid "Show events list in local console (read only)" -msgstr "Mostrar lista de eventos en la consola local (solo lectura)" - -#: ../../include/functions_config.php:233 -msgid "Replication DB engine" -msgstr "Motor BD replicación" - -#: ../../include/functions_config.php:235 -msgid "Replication DB host" -msgstr "Host de la BD de réplica" - -#: ../../include/functions_config.php:237 -msgid "Replication DB database" -msgstr "Nombre de la BD de réplica" - -#: ../../include/functions_config.php:239 -msgid "Replication DB user" -msgstr "Usuario de la BD de réplica" - -#: ../../include/functions_config.php:241 -msgid "Replication DB password" -msgstr "Password de la BD de réplica" - -#: ../../include/functions_config.php:243 -msgid "Replication DB port" -msgstr "Puerto de la BD de réplica" - -#: ../../include/functions_config.php:245 -msgid "Metaconsole agent cache" -msgstr "Cache agente metaconsola" - -#: ../../include/functions_config.php:247 -#: ../../enterprise/godmode/setup/setup.php:203 -msgid "Activate Log Collector" -msgstr "Activar el Colector de Logs" - -#: ../../include/functions_config.php:251 -#: ../../enterprise/godmode/setup/setup.php:147 -msgid "Inventory changes blacklist" -msgstr "Lista negra ante cambios de inventario" - -#: ../../include/functions_config.php:254 -#: ../../enterprise/godmode/setup/setup.php:237 -#: ../../enterprise/meta/advanced/metasetup.mail.php:84 -msgid "From dir" -msgstr "Dirección origen" - -#: ../../include/functions_config.php:256 -#: ../../enterprise/godmode/setup/setup.php:240 -#: ../../enterprise/meta/advanced/metasetup.mail.php:87 -msgid "From name" -msgstr "Nombre origen" - -#: ../../include/functions_config.php:258 -#: ../../enterprise/godmode/setup/setup.php:243 -#: ../../enterprise/meta/advanced/metasetup.mail.php:90 -msgid "Server SMTP" -msgstr "Servidor SMTP" - -#: ../../include/functions_config.php:260 -#: ../../enterprise/godmode/setup/setup.php:246 -#: ../../enterprise/meta/advanced/metasetup.mail.php:93 -msgid "Port SMTP" -msgstr "Puerto SMTP" - -#: ../../include/functions_config.php:262 -#: ../../enterprise/godmode/setup/setup.php:249 -#: ../../enterprise/meta/advanced/metasetup.mail.php:96 -msgid "Email user" -msgstr "Email del usuario" - -#: ../../include/functions_config.php:264 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../enterprise/meta/advanced/metasetup.mail.php:99 -msgid "Email password" -msgstr "Contraseña del email" - -#: ../../include/functions_config.php:271 -#: ../../enterprise/godmode/setup/setup.php:277 -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/meta/include/functions_meta.php:489 -msgid "Enable password policy" -msgstr "Habilitar política de contraseñas" - -#: ../../include/functions_config.php:274 -#: ../../enterprise/godmode/setup/setup.php:282 -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/meta/include/functions_meta.php:499 -msgid "Min. size password" -msgstr "Contraseña con tamaño mínimo" - -#: ../../include/functions_config.php:276 -#: ../../enterprise/godmode/setup/setup.php:296 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/meta/include/functions_meta.php:529 -msgid "Password expiration" -msgstr "Expiración de contraseña" - -#: ../../include/functions_config.php:278 -#: ../../enterprise/godmode/setup/setup.php:300 -#: ../../enterprise/meta/advanced/metasetup.password.php:106 -#: ../../enterprise/meta/include/functions_meta.php:539 -msgid "Force change password on first login" -msgstr "Forzar cambio de contraseña en el primer inicio de sesión" - -#: ../../include/functions_config.php:280 -#: ../../enterprise/godmode/setup/setup.php:305 -#: ../../enterprise/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/meta/include/functions_meta.php:549 -msgid "User blocked if login fails" -msgstr "Usuario bloqueado si la identificación falla" - -#: ../../include/functions_config.php:282 -#: ../../enterprise/godmode/setup/setup.php:309 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/meta/include/functions_meta.php:559 -msgid "Number of failed login attempts" -msgstr "Número de intentos de identificación fallidos" - -#: ../../include/functions_config.php:284 -#: ../../enterprise/godmode/setup/setup.php:286 -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/meta/include/functions_meta.php:509 -msgid "Password must have numbers" -msgstr "La contraseña tiene que contener números" - -#: ../../include/functions_config.php:286 -#: ../../enterprise/godmode/setup/setup.php:291 -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/meta/include/functions_meta.php:519 -msgid "Password must have symbols" -msgstr "La contraseña tiene que contener símbolos" - -#: ../../include/functions_config.php:288 -#: ../../enterprise/godmode/setup/setup.php:314 -#: ../../enterprise/meta/advanced/metasetup.password.php:122 -#: ../../enterprise/meta/include/functions_meta.php:476 -msgid "Apply password policy to admin users" -msgstr "Aplicar la política de contraseñas a los usuarios administradores" - -#: ../../include/functions_config.php:290 -#: ../../enterprise/godmode/setup/setup.php:319 -#: ../../enterprise/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/meta/include/functions_meta.php:569 -msgid "Enable password history" -msgstr "Activar histórico de contraseñas" - -#: ../../include/functions_config.php:292 -#: ../../enterprise/godmode/setup/setup.php:324 -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/meta/include/functions_meta.php:579 -msgid "Compare previous password" -msgstr "Comparar la contraseña anterior" - -#: ../../include/functions_config.php:294 -#: ../../enterprise/godmode/setup/setup.php:329 -#: ../../enterprise/meta/advanced/metasetup.setup.php:251 -#: ../../enterprise/meta/include/functions_meta.php:449 -msgid "Activate reset password" -msgstr "Activar la recuperación de contraseña" - -#: ../../include/functions_config.php:304 -#: ../../enterprise/godmode/setup/setup_auth.php:52 -#: ../../enterprise/godmode/setup/setup_auth.php:369 -#: ../../enterprise/meta/include/functions_meta.php:622 -msgid "Autocreate profile" -msgstr "Creat automáticamente el perfil" - -#: ../../include/functions_config.php:306 -#: ../../enterprise/godmode/setup/setup_auth.php:58 -#: ../../enterprise/godmode/setup/setup_auth.php:375 -#: ../../enterprise/meta/include/functions_meta.php:632 -msgid "Autocreate profile group" -msgstr "Crear automáticamente perfil de grupo" - -#: ../../include/functions_config.php:308 -#: ../../enterprise/godmode/setup/setup_auth.php:65 -#: ../../enterprise/godmode/setup/setup_auth.php:382 -#: ../../enterprise/meta/include/functions_meta.php:642 -msgid "Autocreate profile tags" -msgstr "Autocreado de tags de perfiles" - -#: ../../include/functions_config.php:310 -#: ../../enterprise/godmode/setup/setup_auth.php:491 -#: ../../enterprise/meta/include/functions_meta.php:652 -msgid "Autocreate blacklist" -msgstr "Crear automáticamente una lista negra" - -#: ../../include/functions_config.php:313 -#: ../../enterprise/godmode/setup/setup_auth.php:499 -#: ../../enterprise/meta/include/functions_meta.php:684 -msgid "Active directory server" -msgstr "Servidor de Directorio Activo" - -#: ../../include/functions_config.php:315 -#: ../../enterprise/godmode/setup/setup_auth.php:505 -#: ../../enterprise/meta/include/functions_meta.php:694 -msgid "Active directory port" -msgstr "Puerto del Directorio Activo" - -#: ../../include/functions_config.php:319 -#: ../../enterprise/godmode/setup/setup_auth.php:354 -#: ../../enterprise/meta/include/functions_meta.php:714 -msgid "Advanced Config AD" -msgstr "Configuración avanzada" - -#: ../../include/functions_config.php:321 -#: ../../enterprise/godmode/setup/setup_auth.php:518 -#: ../../enterprise/meta/include/functions_meta.php:724 -msgid "Domain" -msgstr "Dominio" - -#: ../../include/functions_config.php:323 -#: ../../enterprise/godmode/setup/setup_auth.php:416 -#: ../../enterprise/meta/include/functions_meta.php:734 -msgid "Advanced Permisions AD" -msgstr "Permisos avanzados de AD" - -#: ../../include/functions_config.php:341 -#: ../../enterprise/godmode/setup/setup_auth.php:254 -msgid "MySQL host" -msgstr "Dirección de MYSQL" - -#: ../../include/functions_config.php:343 -#: ../../include/functions_config.php:354 -#: ../../include/functions_config.php:364 -#: ../../enterprise/godmode/setup/setup_auth.php:260 -#: ../../enterprise/godmode/setup/setup_auth.php:291 -#: ../../enterprise/godmode/setup/setup_auth.php:322 -#: ../../enterprise/meta/include/functions_meta.php:829 -#: ../../enterprise/meta/include/functions_meta.php:882 -#: ../../enterprise/meta/include/functions_meta.php:935 -msgid "MySQL port" -msgstr "Puerto de MySQL" - -#: ../../include/functions_config.php:345 -#: ../../include/functions_config.php:356 -#: ../../include/functions_config.php:366 -#: ../../include/functions_config.php:717 -#: ../../enterprise/godmode/setup/setup_auth.php:266 -#: ../../enterprise/godmode/setup/setup_auth.php:297 -#: ../../enterprise/godmode/setup/setup_auth.php:328 -#: ../../enterprise/godmode/setup/setup_history.php:59 -#: ../../enterprise/meta/include/functions_meta.php:839 -#: ../../enterprise/meta/include/functions_meta.php:892 -#: ../../enterprise/meta/include/functions_meta.php:945 -msgid "Database name" -msgstr "Nombre de la base de datos" - -#: ../../include/functions_config.php:352 -#: ../../enterprise/godmode/setup/setup_auth.php:285 -#: ../../enterprise/meta/include/functions_meta.php:872 -msgid "Babel Enterprise host" -msgstr "Servidor de Babel Enterprise" - -#: ../../include/functions_config.php:362 -#: ../../enterprise/godmode/setup/setup_auth.php:316 -#: ../../enterprise/meta/include/functions_meta.php:925 -msgid "Integria host" -msgstr "Servidor de Integria" - -#: ../../include/functions_config.php:372 -msgid "Saml path" -msgstr "Ruta de SAML" - -#: ../../include/functions_config.php:376 -#: ../../enterprise/meta/include/functions_meta.php:672 -msgid "Session timeout" -msgstr "Sesión expirada" - -#: ../../include/functions_config.php:402 -msgid "Max. days before autodisable deletion" -msgstr "Días máximos antes de eliminar los deshabilitados" - -#: ../../include/functions_config.php:404 -msgid "Item limit for realtime reports)" -msgstr "Límite de ítems para los informes de tiempo real" - -#: ../../include/functions_config.php:420 -msgid "Big Operatiopn Step to purge old data" -msgstr "Gran operación para la purga de datos antiguos" - -#: ../../include/functions_config.php:463 -#: ../../enterprise/meta/advanced/metasetup.visual.php:111 -#: ../../enterprise/meta/include/functions_meta.php:1038 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "Resolución de los gráficos (1 baja, 5 alta)" - -#: ../../include/functions_config.php:464 -#: ../../include/functions_config.php:1595 -#: ../../include/functions_netflow.php:1640 -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Bytes" -msgstr "Bytes" - -#: ../../include/functions_config.php:478 -msgid "Show QR code header" -msgstr "Mostrar código QR en la cabecera" - -#: ../../include/functions_config.php:491 -#: ../../enterprise/meta/include/functions_meta.php:1131 -msgid "Custom logo login" -msgstr "Logo personalizado en la pantalla de bienvenida" - -#: ../../include/functions_config.php:493 -#: ../../enterprise/meta/include/functions_meta.php:1141 -msgid "Custom splash login" -msgstr "Imagen personalizada de login" - -#: ../../include/functions_config.php:495 -#: ../../enterprise/meta/include/functions_meta.php:1151 -msgid "Custom title1 login" -msgstr "Título 1 personalizado de login" - -#: ../../include/functions_config.php:497 -#: ../../enterprise/meta/include/functions_meta.php:1161 -msgid "Custom title2 login" -msgstr "Título 2 personalizado en login" - -#: ../../include/functions_config.php:502 -msgid "Custom logo metaconsole" -msgstr "Logo personalizado de la metaconsola" - -#: ../../include/functions_config.php:504 -msgid "Custom logo login metaconsole" -msgstr "Logo del login personalizado de la metaconsola" - -#: ../../include/functions_config.php:506 -msgid "Custom splash login metaconsole" -msgstr "Imagen personalizada en el login de la metaconsola" - -#: ../../include/functions_config.php:508 -msgid "Custom title1 login metaconsole" -msgstr "Título 1 personalizado de la metaconsola" - -#: ../../include/functions_config.php:510 -msgid "Custom title2 login metaconsole" -msgstr "Título 2 personalizado de la metaconsola" - -#: ../../include/functions_config.php:512 -msgid "Login background metaconsole" -msgstr "Fondo de login de la metaconsola" - -#: ../../include/functions_config.php:533 -msgid "Show units in values report" -msgstr "Mostrar unidades en los valores del informe" - -#: ../../include/functions_config.php:539 -msgid "Fixed graph" -msgstr "Gráfico fijo" - -#: ../../include/functions_config.php:545 -msgid "Paginate module" -msgstr "Paginar vista de módulos" - -#: ../../include/functions_config.php:557 -msgid "Default type of module charts." -msgstr "Tipo de gráficas de módulos por defecto." - -#: ../../include/functions_config.php:559 -msgid "Default type of interface charts." -msgstr "Tipo predefinido para las gráficas de interfaz" - -#: ../../include/functions_config.php:561 -msgid "Default show only average or min and max" -msgstr "Por defecto mostrar solo la media o el máximo y el mínimo" - -#: ../../include/functions_config.php:566 -#: ../../include/functions_config.php:1655 -#: ../../include/functions_reporting_html.php:502 -#: ../../include/functions_reporting_html.php:581 -#: ../../enterprise/include/functions_reporting.php:1659 -#: ../../enterprise/include/functions_reporting.php:1695 -#: ../../enterprise/include/functions_reporting.php:2451 -#: ../../enterprise/include/functions_reporting.php:2487 -#: ../../enterprise/include/functions_reporting.php:3228 -#: ../../enterprise/include/functions_reporting.php:3264 -#: ../../enterprise/include/functions_reporting.php:4835 -#: ../../enterprise/include/functions_reporting.php:5169 -#: ../../enterprise/include/functions_reporting_csv.php:968 -#: ../../enterprise/include/functions_reporting_csv.php:1015 -#: ../../enterprise/include/functions_reporting_pdf.php:1328 -#: ../../enterprise/include/functions_reporting_pdf.php:1409 -#: ../../enterprise/include/functions_reporting_pdf.php:1629 -#: ../../enterprise/include/functions_reporting_pdf.php:1665 -#: ../../enterprise/include/functions_reporting_pdf.php:2068 -msgid "Fail" -msgstr "Fallo" - -#: ../../include/functions_config.php:570 -msgid "Display lateral menus with left click" -msgstr "Mostrar los menús laterales con el click izquierdo" - -#: ../../include/functions_config.php:576 -msgid "Service item padding size" -msgstr "Espacio entre los nodos del mapa de servicios" - -#: ../../include/functions_config.php:579 -msgid "Default percentil" -msgstr "Percentil por defecto" - -#: ../../include/functions_config.php:599 -msgid "Add the custom post process" -msgstr "Añadir la personalización al proceso posterior" - -#: ../../include/functions_config.php:606 -msgid "Delete the custom post process" -msgstr "Borrar la personalización al proceso posterior" - -#: ../../include/functions_config.php:655 -msgid "Custom report info" -msgstr "Información del informe personalizado" - -#: ../../include/functions_config.php:705 -#: ../../enterprise/godmode/setup/setup_log_collector.php:47 -msgid "Log max lifetime" -msgstr "Tiempo máximo para logarse" - -#: ../../include/functions_config.php:709 -#: ../../enterprise/godmode/setup/setup_history.php:45 -msgid "Enable history database" -msgstr "Activar base de datos de histórico" - -#: ../../include/functions_config.php:711 -msgid "Enable history event" -msgstr "Activar histórico de eventos" - -#: ../../include/functions_config.php:713 -#: ../../enterprise/godmode/setup/setup_history.php:53 -msgid "Host" -msgstr "Servidor" - -#: ../../include/functions_config.php:719 -#: ../../enterprise/godmode/setup/setup_history.php:62 -msgid "Database user" -msgstr "Usuario de la base de datos" - -#: ../../include/functions_config.php:721 -#: ../../enterprise/godmode/setup/setup_history.php:65 -msgid "Database password" -msgstr "Contraseña de la base de datos" - -#: ../../include/functions_config.php:725 -msgid "Event Days" -msgstr "Eventos en día" - -#: ../../include/functions_config.php:729 -#: ../../enterprise/godmode/setup/setup_history.php:74 -msgid "Delay" -msgstr "Retraso" - -#: ../../include/functions_config.php:735 -msgid "eHorus user" -msgstr "Usuario de eHorus" - -#: ../../include/functions_config.php:737 -msgid "eHorus password" -msgstr "Contraseña de eHorus" - -#: ../../include/functions_config.php:739 -msgid "eHorus API hostname" -msgstr "Propietario de la API de eHorus" - -#: ../../include/functions_config.php:741 -msgid "eHorus API port" -msgstr "Puerto de la API de eHorus" - -#: ../../include/functions_config.php:743 -msgid "eHorus request timeout" -msgstr "Tiempo de respuesta de eHorus" - -#: ../../include/functions_config.php:745 -msgid "eHorus id custom field" -msgstr "Id del campo personalizado de eHorus" - -#: ../../include/functions_config.php:757 -#, php-format -msgid "Failed updated: the next values cannot update: %s" -msgstr "" -"Actualización fracasada: los siguientes valores no pueden ser actualizados:%s" - -#: ../../include/functions_config.php:1168 -#: ../../enterprise/meta/general/login_page.php:142 -#: ../../enterprise/meta/include/process_reset_pass.php:108 -#: ../../enterprise/meta/include/reset_pass.php:97 -msgid "PANDORA FMS NEXT GENERATION" -msgstr "PANDORA FMS NEXT GENERATION" - -#: ../../include/functions_config.php:1172 -#: ../../enterprise/meta/general/login_page.php:150 -#: ../../enterprise/meta/include/process_reset_pass.php:116 -#: ../../enterprise/meta/include/reset_pass.php:105 -msgid "METACONSOLE" -msgstr "METACONSOLA" - -#: ../../include/functions_config.php:1801 -msgid "" -"Click here to start the " -"registration process" -msgstr "" -"Click here para empezar el proceso " -"de registro" - -#: ../../include/functions_config.php:1802 -msgid "This instance is not registered in the Update manager" -msgstr "" -"Esta instancia no está registrada en el Administrador de actualizaciones" - -#: ../../include/functions_config.php:1809 -msgid "" -"Click here to start the " -"newsletter subscription process" -msgstr "" -"Click here para empezar el " -"proceso de registro al boletín de noticias" - -#: ../../include/functions_config.php:1810 -msgid "Not subscribed to the newsletter" -msgstr "No suscrito al boletín de noticias" - -#: ../../include/functions_config.php:1821 -msgid "Default password for \"Admin\" user has not been changed." -msgstr "" -"La contraseña por defecto para el usuario \"Admin\" no ha sido cambiada." - -#: ../../include/functions_config.php:1822 -msgid "" -"Please change the default password because is a common vulnerability " -"reported." -msgstr "" -"Por favor cambie la contraseña por defecto ya que es una vulnerabilidad " -"comunmente reportada." - -#: ../../include/functions_config.php:1828 -msgid "You can not get updates until you renew the license." -msgstr "No puede obtener actualizaciones hasta que no renueve la licencia" - -#: ../../include/functions_config.php:1829 -msgid "This license has expired." -msgstr "Esta licencia ha expirado" - -#: ../../include/functions_config.php:1834 -msgid "" -"Please check that the web server has write rights on the " -"{HOMEDIR}/attachment directory" -msgstr "" -"Compruebe que el servidor web tiene permisos de escritura en el directorio " -"{HOMEDIR}/directorio_de_adjuntos" - -#: ../../include/functions_config.php:1847 -msgid "Remote configuration directory is not readble for the console" -msgstr "El directorio de configuración remota no es legible por la consola" - -#: ../../include/functions_config.php:1853 -#: ../../include/functions_config.php:1860 -msgid "Remote configuration directory is not writtable for the console" -msgstr "" -"El directorio de configuración remoto no es modificable por la consola" - -#: ../../include/functions_config.php:1871 -msgid "" -"There are too much files in attachment directory. This is not fatal, but you " -"should consider cleaning up your attachment directory manually" -msgstr "" -"Hay demasiados archivos en el directorio «attachment». Este no es un error " -"fatal, pero debería considerar limpiar el directorio manualmente." - -#: ../../include/functions_config.php:1871 -msgid "files" -msgstr "archivos" - -#: ../../include/functions_config.php:1872 -msgid "Too much files in your tempora/attachment directory" -msgstr "Demasiados archivos en el directorio /attachment" - -#: ../../include/functions_config.php:1889 -msgid "" -"Your database is not well maintained. Seems that it have more than 48hr " -"without a proper maintance. Please review Pandora FMS documentation about " -"how to execute this maintance process (pandora_db.pl) and enable it as soon " -"as possible" -msgstr "" -"Tu base de datos no está bien mantenida. Parece que han pasado más de 48hr " -"de un buen mantenimiento. Por favor revise la documentación de Pandora FMS " -"acerca de como ejecutar este proceso de mantenimiento (pandora_db.pl) y " -"habilítelo lo antes posible" - -#: ../../include/functions_config.php:1890 -msgid "Database maintance problem" -msgstr "Problema en el mantenimiento de la base de datos" - -#: ../../include/functions_config.php:1896 -msgid "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" -msgstr "" -"La fuente definida no existe o no ha sido definida. Por favor compruebe los " -"paremetros de la fuente en su configuración" - -#: ../../include/functions_config.php:1897 -msgid "Default font doesnt exist" -msgstr "La fuente por defecto no existe" - -#: ../../include/functions_config.php:1902 -msgid "You need to restart server after altering this configuration setting." -msgstr "" -"Es necesario reiniciar el servidor después de modificar esta configuración" - -#: ../../include/functions_config.php:1903 -msgid "" -"Event storm protection is activated. No events will be generated during this " -"mode." -msgstr "" -"La protección contra tormentas de eventos está activada. Los eventos no " -"serán generados durante este modo" - -#: ../../include/functions_config.php:1910 -msgid "" -"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " -"developer mode and should be disabled in a production system. This value is " -"written in the main index.php file" -msgstr "" -"Pandora FMS tiene el modo \"develop_bypass\" habilitado. Esto es un modo de " -"desarrollo y debe ser deshabilitado en un sistema de producción. Este valor " -"está escrito en el archivo principal index.php" - -#: ../../include/functions_config.php:1911 -msgid "Developer mode is enabled" -msgstr "El modo «desarrollador» está activado" - -#: ../../include/functions_config.php:1920 -msgid "Error first setup Open update" -msgstr "Error en la primera configuración de Open update" - -#: ../../include/functions_config.php:1926 -msgid "" -"There is a new update available. Please go to Administration:Setup:Update Manager for more details." -msgstr "" -"Existe una nueva actualización. Por favor ve a Administración:Configuración:Update Manager para más " -"detalles." - -#: ../../include/functions_config.php:1927 -msgid "New update of Pandora Console" -msgstr "Nueva actualización de la consola de Pandora" - -#: ../../include/functions_config.php:1941 -msgid "" -"To disable, change it on your PHP configuration file (php.ini) and put " -"safe_mode = Off (Dont forget restart apache process after changes)" -msgstr "" -"Para deshabilitar, hay que poner safe_mode = Off en el fichero de " -"configuración de PHP (php.ini). (Después de los cambios, hay que reiniciar " -"Apache)" - -#: ../../include/functions_config.php:1942 -msgid "PHP safe mode is enabled. Some features may not properly work." -msgstr "" -"El modo seguro de PHP está activado. Algunas funcionalidades pueden no " -"funcionar correctamente" - -#: ../../include/functions_config.php:1947 -#, php-format -msgid "Recommended value is %s" -msgstr "El valor recomendado es '%s'" - -#: ../../include/functions_config.php:1947 -#: ../../include/functions_config.php:1953 -msgid "Unlimited" -msgstr "Sin límite" - -#: ../../include/functions_config.php:1947 -#: ../../include/functions_config.php:1953 -#: ../../include/functions_config.php:1961 -#: ../../include/functions_config.php:1976 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Dont forget restart apache process after changes)" -msgstr "" -"Por favor, cambielo en su fichero de configuración de PHP (php.ini) o " -"contacte con un administrador (No olvide reiniciar el proceso apache tras " -"los cambios)" - -#: ../../include/functions_config.php:1948 -#: ../../include/functions_config.php:1954 -#: ../../include/functions_config.php:1962 -#: ../../include/functions_config.php:1970 -#, php-format -msgid "Not recommended '%s' value in PHP configuration" -msgstr "Valor '%s' no recomendado en la configuración de PHP" - -#: ../../include/functions_config.php:1953 -#: ../../include/functions_config.php:1961 -#: ../../include/functions_config.php:1969 -#, php-format -msgid "Recommended value is: %s" -msgstr "El valor recomendado es: %s" - -#: ../../include/functions_config.php:1961 -#: ../../include/functions_config.php:1969 -#, php-format -msgid "%s or greater" -msgstr "%s o mayor" - -#: ../../include/functions_config.php:1969 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator" -msgstr "" -"Por favor, cámbielo en su fichero de configuración de PHP (php.ini) o " -"contacte con un administrador" - -#: ../../include/functions_config.php:1975 -msgid "" -"Variable disable_functions containts functions system() or exec(), in PHP " -"configuration file (php.ini)" -msgstr "" -"La variable disable_functions contiene las funciones system() o exec() en el " -"fichero de configuración de php (php.ini)" - -#: ../../include/functions_config.php:1976 -msgid "Problems with disable functions in PHP.INI" -msgstr "Problemas para desactivar funciones en PHP.INI" - -#: ../../include/functions_update_manager.php:202 -msgid "There is a unknown error." -msgstr "Hay un error desconocido." - -#: ../../include/functions_update_manager.php:316 -#: ../../include/functions_update_manager.php:319 -#: ../../include/functions_update_manager.php:438 -#: ../../include/functions_update_manager.php:442 -#: ../../enterprise/include/functions_update_manager.php:141 -#: ../../enterprise/include/functions_update_manager.php:310 -msgid "Could not connect to internet" -msgstr "No se puede conectar con internet" - -#: ../../include/functions_update_manager.php:324 -#: ../../include/functions_update_manager.php:327 -#: ../../include/functions_update_manager.php:449 -#: ../../include/functions_update_manager.php:453 -#: ../../enterprise/include/functions_update_manager.php:144 -msgid "Server not found." -msgstr "Servidor no encontrado" - -#: ../../include/functions_update_manager.php:375 -msgid "Update to the last version" -msgstr "Actualizado a la ultima version" - -#: ../../include/functions_update_manager.php:378 -#: ../../enterprise/include/functions_update_manager.php:222 -msgid "There is no update available." -msgstr "No hay actualizaciones disponibles" - -#: ../../include/functions_update_manager.php:487 -#: ../../include/functions_update_manager.php:517 -msgid "Remote server error on newsletter request" -msgstr "Error de servidor remoto en la solicitud de boletín informativo" - -#: ../../include/functions_update_manager.php:495 -msgid "E-mail successfully subscribed to newsletter." -msgstr "E-mail suscrito correctamente al boletín informativo" - -#: ../../include/functions_update_manager.php:497 -msgid "E-mail has already subscribed to newsletter." -msgstr "El E-mail ya está suscrito al boletín informativo" - -#: ../../include/functions_update_manager.php:499 -#: ../../include/functions_update_manager.php:539 -msgid "Update manager returns error code: " -msgstr "El administrador de actualizaciones devolvió un error: " - -#: ../../include/functions_update_manager.php:534 -msgid "Pandora successfully subscribed with UID: " -msgstr "Pandora se suscribió correctamente con UID: " - -#: ../../include/functions_update_manager.php:536 -msgid "Unsuccessful subscription." -msgstr "No se pudo suscribir" - -#: ../../include/functions_update_manager.php:663 -msgid "Failed extracting the package to temp directory." -msgstr "Fallo al extraer el paquete al directorio temporal" - -#: ../../include/functions_update_manager.php:702 -msgid "Failed the copying of the files." -msgstr "Fallo copiando los ficheros" - -#: ../../include/functions_update_manager.php:718 -msgid "Package extracted successfully." -msgstr "Paquete extraído correctamente" - -#: ../../include/functions_db.php:75 -#, php-format -msgid "Error connecting to database %s at %s." -msgstr "Error conectando a la base de datos %s el %s" - -#: ../../include/functions_db.php:1515 -msgid "SQL sentence" -msgstr "Consulta SQL" - -#: ../../include/functions_db.php:1517 -msgid "Rows" -msgstr "Filas" - -#: ../../include/functions_db.php:1518 -msgid "Saved" -msgstr "Guardado" - -#: ../../include/functions_db.php:1519 -msgid "Time (ms)" -msgstr "Tiempo (ms)" - -#: ../../include/functions_users.php:377 -#, php-format -msgid "User %s login at %s" -msgstr "Usuario %s entró a las %s" - -#: ../../include/functions_users.php:438 -#, php-format -msgid "User %s was deleted in the DB at %s" -msgstr "El usuario %s fué borrado en la base de datos el %s" - -#: ../../include/functions_users.php:443 -#, php-format -msgid "User %s logout at %s" -msgstr "Usuario %s salió a las %s" - -#: ../../include/functions_events.php:880 -#: ../../operation/agentes/tactical.php:188 -msgid "Latest events" -msgstr "Últimos eventos" +#: ../../include/functions_alerts.php:392 +msgid "copy" +msgstr "copiar" + +#: ../../include/functions_alerts.php:558 +msgid "Regular expression" +msgstr "Expresión regular" + +#: ../../include/functions_alerts.php:559 +msgid "Max and min" +msgstr "Máx. y mín." + +#: ../../include/functions_alerts.php:562 +msgid "Equal to" +msgstr "Igual a" + +#: ../../include/functions_alerts.php:563 +msgid "Not equal to" +msgstr "Diferente a" + +#: ../../include/functions_alerts.php:566 +msgid "Unknown status" +msgstr "Estado desconocido" + +#: ../../include/functions_alerts.php:567 +msgid "On Change" +msgstr "en estado de cambio" + +#: ../../include/functions_alerts.php:568 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../godmode/alerts/alert_list.list.php:524 +msgid "Always" +msgstr "Siempre" + +#: ../../include/functions_alerts.php:1385 +msgid "No actions defined" +msgstr "No hay acciones definidas" + +#: ../../include/functions_events.php:34 +#: ../../include/functions_events.php:1581 +#: ../../godmode/events/custom_events.php:68 +#: ../../godmode/events/custom_events.php:152 +msgid "Event id" +msgstr "Identificación del evento" + +#: ../../include/functions_events.php:42 +#: ../../godmode/events/custom_events.php:92 +#: ../../godmode/events/custom_events.php:160 +msgid "Agent module" +msgstr "Módulo de agente" + +#: ../../include/functions_events.php:48 +#: ../../include/functions_events.php:2251 +#: ../../godmode/events/custom_events.php:110 +#: ../../godmode/events/custom_events.php:166 +msgid "Extra id" +msgstr "ID extra" + +#: ../../include/functions_events.php:52 +#: ../../godmode/events/custom_events.php:122 +#: ../../godmode/events/custom_events.php:170 +msgid "Server name" +msgstr "Nombre del servidor" #: ../../include/functions_events.php:895 -#: ../../include/functions_events.php:1505 -#: ../../include/functions_events.php:1719 -#: ../../include/functions_events.php:1725 -#: ../../include/functions_events.php:1729 -#: ../../include/functions_events.php:1734 -#: ../../include/functions_events.php:3151 -#: ../../include/functions_events.php:3159 -#: ../../include/functions_graph.php:3023 -#: ../../operation/snmpconsole/snmp_view.php:408 -#: ../../operation/snmpconsole/snmp_view.php:664 -#: ../../operation/snmpconsole/snmp_view.php:915 -msgid "Validated" -msgstr "Validado" - -#: ../../include/functions_events.php:895 -#: ../../enterprise/operation/agentes/policy_view.php:51 msgid "V." msgstr "V." @@ -23551,22 +14324,15 @@ msgstr "V." msgid "Events -by module-" msgstr "Eventos-por módulo-" -#: ../../include/functions_events.php:1025 -#: ../../operation/agentes/tactical.php:203 -#: ../../operation/events/event_statistics.php:37 -msgid "Event graph" -msgstr "Gráfica de eventos" - -#: ../../include/functions_events.php:1030 -#: ../../operation/agentes/tactical.php:209 -#: ../../operation/events/event_statistics.php:57 -msgid "Event graph by agent" -msgstr "Gráfica de eventos por agente" - #: ../../include/functions_events.php:1135 msgid "Going to unknown" msgstr "Cambiando a estado desconocido" +#: ../../include/functions_events.php:1138 +#: ../../include/functions_events.php:1407 ../../include/functions.php:1036 +msgid "Alert recovered" +msgstr "Alerta recuperada" + #: ../../include/functions_events.php:1141 msgid "Alert manually validated" msgstr "Alerta validada manualmente" @@ -23587,12 +14353,6 @@ msgstr "Subiendo a estado normal" msgid "Going down from normal to warning" msgstr "Cayendo de normal a advertencia" -#: ../../include/functions_events.php:1161 -#: ../../include/functions_graph.php:3148 -#: ../../include/functions_graph.php:3199 -msgid "SYSTEM" -msgstr "SISTEMA" - #: ../../include/functions_events.php:1164 msgid "Recon server detected a new host" msgstr "El servidor Recon detectó un equipo nuevo" @@ -23601,14 +14361,43 @@ msgstr "El servidor Recon detectó un equipo nuevo" msgid "New agent created" msgstr "Agente nuevo creado" +#: ../../include/functions_events.php:1170 +#: ../../include/functions_events.php:1425 ../../include/functions.php:1044 +msgid "Configuration change" +msgstr "Cambio de configuración" + +#: ../../include/functions_events.php:1173 +#: ../../include/functions_events.php:1410 ../../include/functions.php:1037 +msgid "Alert ceased" +msgstr "Alerta finalizada" + #: ../../include/functions_events.php:1180 msgid "Unknown type:" msgstr "Tipo desconocido:" +#: ../../include/functions_events.php:1395 ../../include/functions.php:1029 +msgid "Monitor Critical" +msgstr "Monitor en estado crítico" + +#: ../../include/functions_events.php:1398 ../../include/functions.php:1030 +msgid "Monitor Warning" +msgstr "Monitor en estado de aviso" + +#: ../../include/functions_events.php:1401 ../../include/functions.php:1031 +msgid "Monitor Normal" +msgstr "Monitor en estado normal" + +#: ../../include/functions_events.php:1413 ../../include/functions.php:1038 +msgid "Alert manual validation" +msgstr "Validación manual de alerta" + +#: ../../include/functions_events.php:1416 ../../include/functions.php:1041 +msgid "Recon host detected" +msgstr "Equipo de red detectado con Recon" + #: ../../include/functions_events.php:1496 #: ../../include/functions_events.php:1503 #: ../../include/functions_events.php:1523 -#: ../../enterprise/dashboard/widgets/events_list.php:47 msgid "All event" msgstr "Todos los eventos" @@ -23619,7 +14408,6 @@ msgstr "Solo nuevos" #: ../../include/functions_events.php:1498 #: ../../include/functions_events.php:1529 -#: ../../enterprise/dashboard/widgets/events_list.php:48 msgid "Only validated" msgstr "Solo validados" @@ -23635,7 +14423,6 @@ msgstr "Solo no validados" #: ../../include/functions_events.php:1504 #: ../../include/functions_events.php:1719 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 msgid "New" msgstr "Nuevo" @@ -23674,17 +14461,15 @@ msgstr "Cambiar estado" msgid "Add comment" msgstr "Añadir comentario" -#: ../../include/functions_events.php:1759 -#: ../../include/functions_events.php:1761 -#: ../../include/functions_events.php:4033 -#: ../../operation/events/events.build_table.php:687 -msgid "Delete event" -msgstr "Eliminar evento" - #: ../../include/functions_events.php:1771 msgid "Custom responses" msgstr "Respuesta personalizada" +#: ../../include/functions_events.php:1817 +#: ../../godmode/events/event_responses.editor.php:111 +msgid "Parameters" +msgstr "Parámetros" + #: ../../include/functions_events.php:1973 msgid "There was an error connecting to the node" msgstr "Hubo un error conectando al nodo" @@ -23693,12 +14478,6 @@ msgstr "Hubo un error conectando al nodo" msgid "Agent details" msgstr "Detalles del agente" -#: ../../include/functions_events.php:2043 -#: ../../operation/agentes/ver_agente.php:697 -#: ../../enterprise/operation/agentes/ver_agente.php:76 -msgid "Last remote contact" -msgstr "Último contacto remoto" - #: ../../include/functions_events.php:2049 msgid "View custom fields" msgstr "Ver campos personalizados" @@ -23711,6 +14490,12 @@ msgstr "Detalles del módulo" msgid "No assigned" msgstr "No asignado" +#: ../../include/functions_events.php:2140 +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +msgid "Alert details" +msgstr "Detalles de alerta" + #: ../../include/functions_events.php:2151 #: ../../include/functions_events.php:2155 msgid "Go to data overview" @@ -23721,13 +14506,6 @@ msgstr "Ir a la vista general de datos" msgid "Invalid custom data: %s" msgstr "Datos personalizados no válidos: %s" -#: ../../include/functions_events.php:2333 -#: ../../include/functions_events.php:3525 -#: ../../mobile/operation/events.php:469 -#: ../../operation/events/events.build_table.php:149 -msgid "Event ID" -msgstr "ID del evento" - #: ../../include/functions_events.php:2345 msgid "First event" msgstr "Primer evento" @@ -23736,11 +14514,6 @@ msgstr "Primer evento" msgid "Last event" msgstr "ültimo evento" -#: ../../include/functions_events.php:2421 -#: ../../mobile/operation/events.php:497 -msgid "Acknowledged by" -msgstr "Admitido por" - #: ../../include/functions_events.php:2459 msgid "ID extra" msgstr "ID extra" @@ -23750,789 +14523,6 @@ msgstr "ID extra" msgid "There are no comments" msgstr "No hay comentarios" -#: ../../include/functions_events.php:2709 -#: ../../include/functions_reporting_html.php:875 -msgid "Pandora System" -msgstr "Sistema de Pandora" - -#: ../../include/functions_events.php:3154 -#: ../../include/functions_events.php:3159 -#: ../../operation/snmpconsole/snmp_view.php:407 -#: ../../operation/snmpconsole/snmp_view.php:660 -#: ../../operation/snmpconsole/snmp_view.php:918 -msgid "Not validated" -msgstr "Sin validar" - -#: ../../include/functions_events.php:3530 -#: ../../mobile/operation/events.php:108 -#: ../../operation/events/events.build_table.php:155 -msgid "Event Name" -msgstr "Nombre del evento" - -#: ../../include/functions_events.php:3568 -#: ../../operation/events/events.build_table.php:198 -msgid "Agent Module" -msgstr "Módulo del agente" - -#: ../../include/functions_events.php:3599 -#: ../../operation/events/events.build_table.php:235 -msgid "Extra ID" -msgstr "ID Extra" - -#: ../../include/functions_events.php:4023 -#: ../../operation/events/events.build_table.php:677 -msgid "Validate event" -msgstr "Validar evento" - -#: ../../include/functions_events.php:4038 -#: ../../operation/events/events.build_table.php:692 -#: ../../operation/events/events.php:780 ../../operation/events/events.php:784 -#: ../../operation/events/events.php:954 ../../operation/events/events.php:958 -msgid "Is not allowed delete events in process" -msgstr "No puede borrar eventos en proceso" - -#: ../../include/functions_events.php:4046 -#: ../../operation/events/events.build_table.php:700 -#: ../../operation/snmpconsole/snmp_view.php:760 -msgid "Show more" -msgstr "Mostrar más" - -#: ../../include/functions_visual_map.php:1150 -msgid "Last value: " -msgstr "Ultimo valor: " - -#: ../../include/functions_visual_map.php:1725 -msgid "Agent successfully added to layout" -msgstr "Agente añadido correctamente a la distribución" - -#: ../../include/functions_visual_map.php:1872 -msgid "Modules successfully added to layout" -msgstr "Módulos añadidos correctamente a la distribución" - -#: ../../include/functions_visual_map.php:2069 -msgid "Agents successfully added to layout" -msgstr "Agentes añadidos con éxito a la plantilla" - -#: ../../include/functions_visual_map.php:2410 -msgid "Cannot load the visualmap" -msgstr "No se puede cargar el mapa visual" - -#: ../../include/functions_visual_map.php:2746 -msgid "Percentile bar" -msgstr "Barra de porcentaje" - -#: ../../include/functions_visual_map.php:2750 -msgid "Static graph" -msgstr "Imagen estática" - -#: ../../include/functions_visual_map_editor.php:57 -msgid "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." -msgstr "" -"Para usar el campo \"etiqueta\", debe escribir\n" -"\t\t\t\t\tun teto para reemplazar '(_VALUE_)' y el valor del módulo se " -"pintará al final." - -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "Color del borde" - -#: ../../include/functions_visual_map_editor.php:131 -msgid "Border width" -msgstr "Ancho del borde" - -#: ../../include/functions_visual_map_editor.php:140 -msgid "Fill color" -msgstr "Color de relleno" - -#: ../../include/functions_visual_map_editor.php:218 -msgid "Enable link" -msgstr "Activar enlace" - -#: ../../include/functions_visual_map_editor.php:239 -msgid "White" -msgstr "Blanco" - -#: ../../include/functions_visual_map_editor.php:240 -msgid "Black" -msgstr "Netro" - -#: ../../include/functions_visual_map_editor.php:241 -msgid "Transparent" -msgstr "Transparente" - -#: ../../include/functions_visual_map_editor.php:366 -msgid "Original Size" -msgstr "Tamaño original" - -#: ../../include/functions_visual_map_editor.php:373 -msgid "Aspect ratio" -msgstr "Relación de aspecto" - -#: ../../include/functions_visual_map_editor.php:374 -msgid "Width proportional" -msgstr "Ancho proporcional" - -#: ../../include/functions_visual_map_editor.php:380 -msgid "Height proportional" -msgstr "Altura proporcional" - -#: ../../include/functions_visual_map_editor.php:513 -msgid "For use the original image file size, set 0 width and 0 height." -msgstr "" -"Para usar el tamaño original de la imagen, coloque en 0 el ancho y en 0 el " -"alto." - -#: ../../include/functions_visual_map_editor.php:549 -msgid "Lines haven't advanced options" -msgstr "Las líneas no tienen opciones avanzadas" - -#: ../../include/functions_visual_map_editor.php:576 -msgid "Click start point
                of the line" -msgstr "Haga clic en el punto de inicio
                de la línea" - -#: ../../include/functions_visual_map_editor.php:581 -msgid "Click end point
                of the line" -msgstr "Haga clic en el punto final
                de la línea" - -#: ../../include/functions_visual_map_editor.php:672 -msgid "Show grid" -msgstr "Mostrar cuadrícula" - -#: ../../include/functions_visual_map_editor.php:674 -msgid "Delete item" -msgstr "Borrar elemento" - -#: ../../include/functions_visual_map_editor.php:675 -msgid "Copy item" -msgstr "Copiar elemento" - -#: ../../include/functions_visual_map_editor.php:703 -msgid "No image or name defined." -msgstr "No se ha definido ningun nombre o imagen" - -#: ../../include/functions_visual_map_editor.php:705 -msgid "No label defined." -msgstr "No se ha definido una etiqueta." - -#: ../../include/functions_visual_map_editor.php:707 -msgid "No image defined." -msgstr "No se ha definido ninguna imagen." - -#: ../../include/functions_visual_map_editor.php:709 -msgid "No process defined." -msgstr "No hay proceso definido." - -#: ../../include/functions_visual_map_editor.php:711 -msgid "No Max value defined." -msgstr "No hay valor máximo definido." - -#: ../../include/functions_visual_map_editor.php:713 -msgid "No width defined." -msgstr "No hay margen definido." - -#: ../../include/functions_visual_map_editor.php:715 -msgid "No period defined." -msgstr "No hay periodo definido." - -#: ../../include/functions_visual_map_editor.php:717 -msgid "No agent defined." -msgstr "No hay agente definido." - -#: ../../include/functions_visual_map_editor.php:719 -msgid "No module defined." -msgstr "No hay módulo definido." - -#: ../../include/functions_visual_map_editor.php:722 -msgid "Successfully save the changes." -msgstr "Cambios guardados con éxito" - -#: ../../include/functions_visual_map_editor.php:724 -msgid "Could not be save" -msgstr "No se puede guardar" - -#: ../../include/functions_filemanager.php:172 -#: ../../include/functions_filemanager.php:242 -#: ../../include/functions_filemanager.php:300 -#: ../../include/functions_filemanager.php:382 -msgid "Security error" -msgstr "Error de seguridad" - -#: ../../include/functions_filemanager.php:185 -msgid "Upload error" -msgstr "Error de subida" - -#: ../../include/functions_filemanager.php:193 -#: ../../include/functions_filemanager.php:261 -#: ../../include/functions_filemanager.php:326 -msgid "Upload correct" -msgstr "Subida correcta" - -#: ../../include/functions_filemanager.php:206 -msgid "" -"File size seems to be too large. Please check your php.ini configuration or " -"contact with the administrator" -msgstr "" -"El tamaño del archivo es demasiado grande. Por favor, compruebe su " -"configuración php.ini o contacte con el administrador" - -#: ../../include/functions_filemanager.php:254 -msgid "Error creating file" -msgstr "Error al crear fichero" - -#: ../../include/functions_filemanager.php:267 -#: ../../include/functions_filemanager.php:362 -msgid "Error creating file with empty name" -msgstr "Error al crear archivo con nombre en blanco" - -#: ../../include/functions_filemanager.php:312 -msgid "Attach error" -msgstr "Error en el adjunto" - -#: ../../include/functions_filemanager.php:348 -#: ../../enterprise/godmode/agentes/collections.editor.php:148 -#: ../../enterprise/godmode/agentes/collections.editor.php:311 -msgid "Security error." -msgstr "Error de seguridad." - -#: ../../include/functions_filemanager.php:357 -msgid "Directory created" -msgstr "Directorio creado" - -#: ../../include/functions_filemanager.php:385 -#: ../../include/functions_reporting_html.php:1238 -#: ../../enterprise/include/functions_inventory.php:517 -#: ../../enterprise/include/functions_inventory.php:582 -#: ../../enterprise/include/functions_reporting_pdf.php:511 -msgid "Deleted" -msgstr "Eliminado(s)" - -#: ../../include/functions_filemanager.php:550 -#, php-format -msgid "Directory %s doesn't exist!" -msgstr "El directorio %s no existe" - -#: ../../include/functions_filemanager.php:565 -msgid "Index of images" -msgstr "Índice de imágenes" - -#: ../../include/functions_filemanager.php:603 -msgid "Parent directory" -msgstr "Directorio padre" - -#: ../../include/functions_filemanager.php:632 -msgid "The zip upload in this dir, easy to upload multiple files." -msgstr "" -"Subir archivo zip a este directorio, útil para subir múltiples archivos." - -#: ../../include/functions_filemanager.php:636 -msgid "Decompress" -msgstr "Descomprimir" - -#: ../../include/functions_filemanager.php:638 -#: ../../enterprise/extensions/csv_import/main.php:88 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 -msgid "Go" -msgstr "Ir" - -#: ../../include/functions_filemanager.php:679 -msgid "Directory" -msgstr "Directorio" - -#: ../../include/functions_filemanager.php:685 -msgid "Compressed file" -msgstr "Archivo comprimido" - -#: ../../include/functions_filemanager.php:688 -#: ../../include/functions_filemanager.php:695 -msgid "Text file" -msgstr "Fichero de texto" - -#: ../../include/functions_filemanager.php:785 -msgid "Create directory" -msgstr "Crear directorio" - -#: ../../include/functions_filemanager.php:790 -msgid "Create text" -msgstr "Crear texto" - -#: ../../include/functions_filemanager.php:795 -msgid "Upload file/s" -msgstr "Subir archivo/s" - -#: ../../include/functions_filemanager.php:802 -msgid "The directory is read-only" -msgstr "Este directorio es de solo lectura" - -#: ../../include/get_file.php:46 -msgid "Security error. Please contact the administrator." -msgstr "Error de seguridad. Contacte con el administrador" - -#: ../../include/get_file.php:56 -msgid "File is missing in disk storage. Please contact the administrator." -msgstr "" -"El archivo no se encuentra en disco, por favor, contacte con el " -"administrador." - -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" -msgstr "jerarquía de agentes" - -#: ../../include/functions_graph.php:710 -#: ../../include/functions_graph.php:3938 -#: ../../include/functions_reports.php:564 -msgid "Avg. Value" -msgstr "Valor promedio" - -#: ../../include/functions_graph.php:712 -msgid "Units. Value" -msgstr "Valor de unidades" - -#: ../../include/functions_graph.php:787 -#: ../../include/functions_graph.php:1763 -#, php-format -msgid "Percentile %dº" -msgstr "Porcentaje %dº" - -#: ../../include/functions_graph.php:821 -#: ../../include/functions_graph.php:4024 -#: ../../enterprise/dashboard/full_dashboard.php:234 -#: ../../enterprise/dashboard/public_dashboard.php:256 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 -msgid "Previous" -msgstr "Anterior" - -#: ../../include/functions_graph.php:1259 -#, php-format -msgid "%s" -msgstr "%s" - -#: ../../include/functions_graph.php:1763 -msgid " of module " -msgstr " de módulo " - -#: ../../include/functions_graph.php:2111 -msgid "Not fired alerts" -msgstr "No se han lanzado alertas" - -#: ../../include/functions_graph.php:2280 -#: ../../include/functions_graph.php:2326 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -#: ../../enterprise/include/functions_reporting.php:1790 -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting_pdf.php:1769 -msgid "Out of limits" -msgstr "Fuera de límites" - -#: ../../include/functions_graph.php:2559 -msgid "Today" -msgstr "Hoy" - -#: ../../include/functions_graph.php:2560 -msgid "Week" -msgstr "Semana" - -#: ../../include/functions_graph.php:2561 ../../include/functions_html.php:869 -#: ../../enterprise/include/functions_reporting_csv.php:1160 -#: ../../enterprise/include/functions_reporting_csv.php:1372 -msgid "Month" -msgstr "Mes" - -#: ../../include/functions_graph.php:2562 -#: ../../include/functions_graph.php:2563 -msgid "Months" -msgstr "Meses" - -#: ../../include/functions_graph.php:2585 -msgid "History db" -msgstr "Base de datos histórico" - -#: ../../include/functions_graph.php:2772 -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -msgid "Informative" -msgstr "Informativo" - -#: ../../include/functions_graph.php:2773 -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -msgid "Low" -msgstr "Bajo" - -#: ../../include/functions_graph.php:2774 -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -msgid "Medium" -msgstr "Medio" - -#: ../../include/functions_graph.php:2775 -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -msgid "Serious" -msgstr "Grave" - -#: ../../include/functions_graph.php:2776 -#: ../../include/functions_incidents.php:33 -#: ../../include/functions_incidents.php:66 -msgid "Very serious" -msgstr "Muy grave" - -#: ../../include/functions_graph.php:2799 -#: ../../include/functions_graph.php:2811 -msgid "Open incident" -msgstr "Abrir incidente" - -#: ../../include/functions_graph.php:2800 -#: ../../include/functions_graph.php:2813 -msgid "Closed incident" -msgstr "Incidente cerrado" - -#: ../../include/functions_graph.php:2801 -#: ../../include/functions_graph.php:2815 -msgid "Outdated" -msgstr "Obsoleto" - -#: ../../include/functions_graph.php:2802 -#: ../../include/functions_graph.php:2817 -#: ../../enterprise/godmode/setup/setup_acl.php:368 -#: ../../enterprise/godmode/setup/setup_acl.php:381 -msgid "Invalid" -msgstr "No válido" - -#: ../../include/functions_graph.php:3939 -msgid "Units" -msgstr "Unidades" - -#: ../../include/functions_graph.php:4333 -#: ../../enterprise/dashboard/widgets/top_n.php:77 -msgid "Avg." -msgstr "Media" - -#: ../../include/functions_graph.php:5596 -msgid "Main node" -msgstr "Nodo principal" - -#: ../../include/functions_groups.php:63 -msgid "Alert Actions" -msgstr "Acciones de alerta" - -#: ../../include/functions_groups.php:78 -msgid "Alert Templates" -msgstr "Plantillas de alerta" - -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -#: ../../include/functions_reports.php:498 -#: ../../include/functions_reports.php:500 -#: ../../include/functions_reports.php:504 -#: ../../include/functions_reports.php:506 -#: ../../include/functions_reports.php:510 -#: ../../include/functions_reports.php:512 -#: ../../include/functions_reports.php:514 -#: ../../include/functions_reports.php:518 -#: ../../include/functions_reports.php:522 -#: ../../include/functions_reports.php:525 -#: ../../operation/agentes/ver_agente.php:1058 -#: ../../operation/search_results.php:104 -msgid "Graphs" -msgstr "Gráficas" - -#: ../../include/functions_groups.php:120 -#: ../../operation/search_results.php:114 -#: ../../enterprise/extensions/cron/functions.php:552 -#: ../../enterprise/meta/general/main_header.php:136 -#: ../../enterprise/meta/general/main_header.php:151 -#: ../../enterprise/mobile/include/functions_web.php:15 -msgid "Reports" -msgstr "Informes" - -#: ../../include/functions_groups.php:135 -msgid "Layout visual console" -msgstr "Diseño de la consola visual" - -#: ../../include/functions_groups.php:149 -msgid "Plannet down time" -msgstr "Tiempo de inactividad estipulado" - -#: ../../include/functions_groups.php:176 -msgid "GIS maps" -msgstr "Mapas GIS" - -#: ../../include/functions_groups.php:190 -msgid "GIS connections" -msgstr "Conexiones GIS" - -#: ../../include/functions_groups.php:204 -msgid "GIS map layers" -msgstr "Mapas GIS adicionales" - -#: ../../include/functions_groups.php:217 -msgid "Network maps" -msgstr "Mapas de red" - -#: ../../include/functions_groups.php:794 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_groups.php:798 -#: ../../include/functions_groups.php:799 -#: ../../include/functions_groups.php:800 -#: ../../include/functions_reporting_html.php:3426 -#: ../../mobile/operation/groups.php:137 -msgid "Agents unknown" -msgstr "agentes desconocidos" - -#: ../../include/functions_groups.php:848 -#: ../../include/functions_groups.php:850 -#: ../../include/functions_groups.php:852 -#: ../../include/functions_groups.php:853 -#: ../../include/functions_groups.php:854 -#: ../../include/functions_reporting_html.php:2930 -#: ../../include/functions_reporting_html.php:2939 -#: ../../mobile/operation/groups.php:161 -#: ../../operation/agentes/ver_agente.php:773 -#: ../../enterprise/operation/agentes/ver_agente.php:152 -msgid "Alerts fired" -msgstr "Alertas disparadas" - -#: ../../include/functions_groups.php:2149 -msgid "Show branch children" -msgstr "Mostrar los grupos dependientes" - -#: ../../include/functions_groups.php:2178 -msgid "" -"You can not delete the last group in Pandora. A common installation must has " -"almost one group." -msgstr "" -"No se puede borrar el último grupo en Pandora. Una instalación normal debe " -"tener al menos un grupo." - -#: ../../include/functions_html.php:737 -msgid "weeks" -msgstr "semana" - -#: ../../include/functions_html.php:868 -msgid "Month day" -msgstr "Día del mes" - -#: ../../include/functions_html.php:870 -msgid "Week day" -msgstr "Día de la semana" - -#: ../../include/functions_html.php:2176 -msgid "Type at least two characters to search the module." -msgstr "Escriba al menos dos caracteres para buscar el módulo" - -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Incidentes activos" - -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Incidentes activos, con comentarios" - -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Incidentes rechazados" - -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Incidentes caducados" - -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Incidentes cerrados" - -#: ../../include/functions_maps.php:34 -#: ../../include/functions_networkmap.php:1641 -#: ../../include/functions_networkmap.php:1720 -#: ../../enterprise/meta/general/logon_ok.php:62 -msgid "Topology" -msgstr "Topología" - -#: ../../include/functions_maps.php:37 -#: ../../include/functions_networkmap.php:1635 ../../operation/tree.php:80 -#: ../../enterprise/dashboard/widgets/tree_view.php:39 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../enterprise/meta/advanced/policymanager.apply.php:200 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -msgid "Policies" -msgstr "Políticas" - -#: ../../include/functions_menu.php:481 -msgid "Configure user" -msgstr "Configurar usuario" - -#: ../../include/functions_menu.php:482 -msgid "Configure profile" -msgstr "Configurar perfil" - -#: ../../include/functions_menu.php:486 -msgid "Module templates management" -msgstr "Gestión de plantillas de módulos" - -#: ../../include/functions_menu.php:487 -msgid "Inventory modules management" -msgstr "Gestión de módulos de inventario" - -#: ../../include/functions_menu.php:488 -#: ../../enterprise/meta/advanced/component_management.php:56 -msgid "Tags management" -msgstr "Gestión de etiquetas" - -#: ../../include/functions_menu.php:492 -msgid "View agent" -msgstr "Ver agente" - -#: ../../include/functions_menu.php:496 -msgid "Manage network map" -msgstr "Gestión de mapas de red" - -#: ../../include/functions_menu.php:498 -msgid "Builder visual console" -msgstr "Configurador de la consola visual" - -#: ../../include/functions_menu.php:500 -msgid "Administration events" -msgstr "Administrador de eventos" - -#: ../../include/functions_menu.php:502 -msgid "View reporting" -msgstr "Ver informes" - -#: ../../include/functions_menu.php:503 -msgid "Manage custom graphs" -msgstr "Gestionar graficas personalizadas" - -#: ../../include/functions_menu.php:504 -msgid "Copy dashboard" -msgstr "Copiar dashboard" - -#: ../../include/functions_menu.php:507 -msgid "Manage GIS Maps" -msgstr "Gestionar mapas GIS" - -#: ../../include/functions_menu.php:509 -msgid "Incidents statistics" -msgstr "Estadísticas incidentes" - -#: ../../include/functions_menu.php:510 -msgid "Manage messages" -msgstr "Gestionar mensajes" - -#: ../../include/functions_menu.php:512 -msgid "Manage groups" -msgstr "Gestionar grupos" - -#: ../../include/functions_menu.php:513 -msgid "Manage module groups" -msgstr "Gestionar grupos de módulos" - -#: ../../include/functions_menu.php:514 -msgid "Manage custom field" -msgstr "Gestionar campos personalizados" - -#: ../../include/functions_menu.php:516 -msgid "Manage alert actions" -msgstr "Gestionar acciones de alertas" - -#: ../../include/functions_menu.php:517 -msgid "Manage commands" -msgstr "Gestionar comandos" - -#: ../../include/functions_menu.php:518 -msgid "Manage event alerts" -msgstr "Gestionar eventos de alertas" - -#: ../../include/functions_menu.php:520 -msgid "Manage export targets" -msgstr "Gestionar objetivos de exportación" - -#: ../../include/functions_menu.php:522 -msgid "Manage services" -msgstr "Gestión de servicios" - -#: ../../include/functions_menu.php:524 ../../operation/menu.php:92 -msgid "SNMP filters" -msgstr "Filtros SNMP" - -#: ../../include/functions_menu.php:525 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/operation/menu.php:119 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -msgid "SNMP trap editor" -msgstr "Editor de Traps SNMP" - -#: ../../include/functions_menu.php:526 ../../operation/menu.php:93 -msgid "SNMP trap generator" -msgstr "Generador de traps SNMP" - -#: ../../include/functions_menu.php:528 ../../operation/menu.php:84 -msgid "SNMP console" -msgstr "Consola SNMP" - -#: ../../include/functions_menu.php:530 -msgid "Manage incident" -msgstr "Gestionar incidentes" - -#: ../../include/functions_menu.php:582 -msgid "Administration" -msgstr "Administración" - -#: ../../include/functions_modules.php:1871 -#: ../../mobile/operation/modules.php:451 -#: ../../mobile/operation/modules.php:504 -#: ../../operation/agentes/status_monitor.php:1143 -#: ../../operation/search_modules.php:104 -msgid "NOT INIT" -msgstr "No inicializado" - -#: ../../include/functions_modules.php:1890 -#: ../../include/functions_modules.php:1894 -#: ../../include/functions_modules.php:1898 -#: ../../mobile/operation/modules.php:471 -#: ../../mobile/operation/modules.php:476 -#: ../../mobile/operation/modules.php:481 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:529 -#: ../../mobile/operation/modules.php:534 -#: ../../operation/agentes/pandora_networkmap.view.php:301 -#: ../../operation/agentes/pandora_networkmap.view.php:306 -#: ../../operation/agentes/pandora_networkmap.view.php:311 -#: ../../operation/agentes/status_monitor.php:1182 -#: ../../operation/agentes/status_monitor.php:1187 -#: ../../operation/agentes/status_monitor.php:1194 -#: ../../operation/agentes/status_monitor.php:1199 -#: ../../operation/agentes/status_monitor.php:1206 -#: ../../operation/agentes/status_monitor.php:1211 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/transactional_map.php:152 -msgid "Last status" -msgstr "Último estado" - #: ../../include/functions_netflow.php:362 msgid "Total flows" msgstr "Fluctuaciones totales" @@ -24569,11 +14559,6 @@ msgstr "Gráfica de tarta y tabla resumen" msgid "Statistics table" msgstr "Tabla de estadísticas" -#: ../../include/functions_netflow.php:1034 -#: ../../operation/agentes/exportdata.php:330 -msgid "Data table" -msgstr "Tabla de datos" - #: ../../include/functions_netflow.php:1035 msgid "Circular mesh" msgstr "Malla circular" @@ -24598,29 +14583,33 @@ msgstr "15 minutos" msgid "30 mins" msgstr "30 minutos" -#: ../../include/functions_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 -#: ../../operation/gis_maps/render_view.php:143 -#: ../../enterprise/dashboard/widgets/top_n.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:177 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 -msgid "2 hours" -msgstr "2 horas" - #: ../../include/functions_netflow.php:1054 #: ../../include/functions_netflow.php:1087 -#: ../../enterprise/dashboard/widgets/top_n.php:63 msgid "5 hours" msgstr "5 horas" +#: ../../include/functions_netflow.php:1057 +#: ../../include/functions_netflow.php:1090 +#: ../../godmode/setup/performance.php:108 +msgid "2 days" +msgstr "2 días" + #: ../../include/functions_netflow.php:1058 #: ../../include/functions_netflow.php:1091 msgid "5 days" msgstr "5 días" +#: ../../include/functions_netflow.php:1060 +#: ../../godmode/setup/performance.php:110 +msgid "Last week" +msgstr "Última semana" + +#: ../../include/functions_netflow.php:1061 +#: ../../godmode/setup/performance.php:112 +msgid "Last month" +msgstr "Último mes" + #: ../../include/functions_netflow.php:1062 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 msgid "2 months" msgstr "2 meses" @@ -24697,32 +14686,2028 @@ msgstr "IP Orig" msgid "Src port" msgstr "Puerto Orig" -#: ../../include/functions_planned_downtimes.php:560 -msgid "Succesful stopped the Downtime" -msgstr "La parada planificada se ha detenido correctamente" +#: ../../include/functions_html.php:646 ../../include/functions_html.php:647 +#: ../../include/functions_html.php:770 ../../include/functions_html.php:771 +#: ../../godmode/massive/massive_edit_modules.php:486 +#: ../../godmode/agentes/module_manager_editor_network.php:87 +msgid "Custom" +msgstr "Personalizado" -#: ../../include/functions_planned_downtimes.php:561 -msgid "Unsuccesful stopped the Downtime" -msgstr "La parada planificada no ha podido ser detenida" +#: ../../include/functions_html.php:728 ../../include/functions.php:434 +#: ../../include/functions.php:568 ../../godmode/setup/setup_visuals.php:712 +msgid "minutes" +msgstr "minutos" -#: ../../include/functions_planned_downtimes.php:660 +#: ../../include/functions_html.php:729 ../../include/functions.php:435 +#: ../../include/functions.php:569 ../../godmode/setup/setup_visuals.php:713 +msgid "hours" +msgstr "horas" + +#: ../../include/functions_html.php:730 ../../include/functions.php:431 +#: ../../include/functions.php:565 ../../godmode/setup/setup_visuals.php:714 +#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88 +msgid "days" +msgstr "días" + +#: ../../include/functions_html.php:731 +msgid "weeks" +msgstr "semana" + +#: ../../include/functions_html.php:732 ../../include/functions.php:432 +#: ../../include/functions.php:566 ../../godmode/setup/setup_visuals.php:715 +msgid "months" +msgstr "meses" + +#: ../../include/functions_html.php:733 ../../include/functions.php:433 +#: ../../include/functions.php:567 ../../godmode/setup/setup_visuals.php:716 +msgid "years" +msgstr "años" + +#: ../../include/functions_html.php:847 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_special_days.php:243 +#: ../../godmode/alerts/alert_special_days.php:443 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../godmode/reporting/reporting_builder.item_editor.php:839 +msgid "Sunday" +msgstr "Domingo" + +#: ../../include/functions_html.php:848 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_special_days.php:237 +#: ../../godmode/alerts/alert_special_days.php:425 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../godmode/reporting/reporting_builder.item_editor.php:803 +msgid "Monday" +msgstr "Lunes" + +#: ../../include/functions_html.php:849 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_special_days.php:238 +#: ../../godmode/alerts/alert_special_days.php:428 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../godmode/reporting/reporting_builder.item_editor.php:809 +msgid "Tuesday" +msgstr "Martes" + +#: ../../include/functions_html.php:850 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_special_days.php:239 +#: ../../godmode/alerts/alert_special_days.php:431 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:815 +msgid "Wednesday" +msgstr "Miércoles" + +#: ../../include/functions_html.php:851 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_special_days.php:240 +#: ../../godmode/alerts/alert_special_days.php:434 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../godmode/reporting/reporting_builder.item_editor.php:821 +msgid "Thursday" +msgstr "Jueves" + +#: ../../include/functions_html.php:852 +#: ../../godmode/alerts/configure_alert_special_days.php:85 +#: ../../godmode/alerts/alert_special_days.php:241 +#: ../../godmode/alerts/alert_special_days.php:437 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:827 +msgid "Friday" +msgstr "Viernes" + +#: ../../include/functions_html.php:853 +#: ../../godmode/alerts/configure_alert_special_days.php:86 +#: ../../godmode/alerts/alert_special_days.php:242 +#: ../../godmode/alerts/alert_special_days.php:440 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../godmode/reporting/reporting_builder.item_editor.php:833 +msgid "Saturday" +msgstr "Sábado" + +#: ../../include/functions_html.php:862 +msgid "Month day" +msgstr "Día del mes" + +#: ../../include/functions_html.php:864 +msgid "Week day" +msgstr "Día de la semana" + +#: ../../include/functions_html.php:2167 +msgid "Type at least two characters to search the module." +msgstr "Escriba al menos dos caracteres para buscar el módulo" + +#: ../../include/functions_reporting.php:563 +#: ../../include/functions_reporting.php:5086 +msgid "There are no SLAs defined" +msgstr "No hay SLA definidos" + +#: ../../include/functions_reporting.php:630 +#: ../../include/functions_reporting.php:5137 +msgid "Inverse" +msgstr "Inverso" + +#: ../../include/functions_reporting.php:940 +msgid "Top N" +msgstr "Top N" + +#: ../../include/functions_reporting.php:1050 +msgid "Insuficient data" +msgstr "Datos insuficientes" + +#: ../../include/functions_reporting.php:1283 +msgid "Event Report Group" +msgstr "Evento Grupo del Informe" + +#: ../../include/functions_reporting.php:1460 +msgid "Event Report Module" +msgstr "Evento módulo del Informe" + +#: ../../include/functions_reporting.php:1522 +msgid "Inventory Changes" +msgstr "Cambios de Inventario" + +#: ../../include/functions_reporting.php:1564 +msgid "No changes found." +msgstr "No se han encontrado cambios." + +#: ../../include/functions_reporting.php:1626 +#: ../../godmode/reporting/reporting_builder.php:727 +msgid "No data found." +msgstr "No se encontraron datos." + +#: ../../include/functions_reporting.php:1651 +msgid "Agent/Modules" +msgstr "Agentes / módulos" + +#: ../../include/functions_reporting.php:1740 +msgid "Exception - Everything" +msgstr "Excepción - todo" + +#: ../../include/functions_reporting.php:1741 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "Everything" +msgstr "Todo" + +#: ../../include/functions_reporting.php:1745 #, php-format -msgid "Enabled %s elements from the downtime" -msgstr "Habilitar %s elementos desde la parada" +msgid "Exception - Modules over or equal to %s" +msgstr "Excepción - Módulos por encima o igual a %s" -#: ../../include/functions_planned_downtimes.php:785 -msgid "This planned downtime are executed now. Can't delete in this moment." +#: ../../include/functions_reporting.php:1747 +#, php-format +msgid "Modules over or equal to %s" +msgstr "Módulos de más de o igual a %s" + +#: ../../include/functions_reporting.php:1751 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "Excepción - Módulos por debajo o igual a %s" + +#: ../../include/functions_reporting.php:1753 +#, php-format +msgid "Modules under or equal to %s" +msgstr "Módulos bajo o igual a %s" + +#: ../../include/functions_reporting.php:1757 +#, php-format +msgid "Exception - Modules under %s" +msgstr "Excepción - Módulos por debajo de %s" + +#: ../../include/functions_reporting.php:1759 +#, php-format +msgid "Modules under %s" +msgstr "Módulos bajo %s" + +#: ../../include/functions_reporting.php:1763 +#, php-format +msgid "Exception - Modules over %s" +msgstr "Excepción - Módulos por encima %s" + +#: ../../include/functions_reporting.php:1765 +#, php-format +msgid "Modules over %s" +msgstr "Módulos de más de %s" + +#: ../../include/functions_reporting.php:1769 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Excepción - Igual a %s" + +#: ../../include/functions_reporting.php:1771 +#, php-format +msgid "Equal to %s" +msgstr "Igual a %s" + +#: ../../include/functions_reporting.php:1775 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Excepción - no igual a %s" + +#: ../../include/functions_reporting.php:1777 +#, php-format +msgid "Not equal to %s" +msgstr "No igual a %s" + +#: ../../include/functions_reporting.php:1781 +msgid "Exception - Modules at normal status" +msgstr "Excepción - Módulos en estado normal" + +#: ../../include/functions_reporting.php:1782 +msgid "Modules at normal status" +msgstr "Módulos en estado normal" + +#: ../../include/functions_reporting.php:1786 +msgid "Exception - Modules at critical or warning status" +msgstr "Excepción - Módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:1787 +msgid "Modules at critical or warning status" +msgstr "Módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:1976 +msgid "There are no Modules under those conditions." +msgstr "No hay módulos bajo esas condiciones" + +#: ../../include/functions_reporting.php:1979 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "No hay módulos mayores o iguales a %s" + +#: ../../include/functions_reporting.php:1982 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "No hay módulos menores o igual a %s" + +#: ../../include/functions_reporting.php:1985 +#, php-format +msgid "There are no Modules less %s." +msgstr "No hay módulos menores %s" + +#: ../../include/functions_reporting.php:1988 +#, php-format +msgid "There are no Modules over %s." +msgstr "No hay módulos mayores %s" + +#: ../../include/functions_reporting.php:1991 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "No hay módules iguales a %s" + +#: ../../include/functions_reporting.php:1994 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "No hay módulos no iguales a %s" + +#: ../../include/functions_reporting.php:1997 +msgid "There are no Modules normal status" +msgstr "No hay módulos en estado normal" + +#: ../../include/functions_reporting.php:2000 +msgid "There are no Modules at critial or warning status" +msgstr "No hay módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:2148 +msgid "Group Report" +msgstr "Informe del grupo" + +#: ../../include/functions_reporting.php:2202 +msgid "Event Report Agent" +msgstr "Informe de Eventos de Agentes" + +#: ../../include/functions_reporting.php:2341 +#: ../../godmode/massive/massive_edit_modules.php:557 +#: ../../godmode/modules/manage_network_components_form_common.php:161 +#: ../../godmode/agentes/module_manager_editor_common.php:334 +msgid "Historical data" +msgstr "Histórico de datos" + +#: ../../include/functions_reporting.php:2398 +msgid "Database Serialized" +msgstr "Base de datos serializada" + +#: ../../include/functions_reporting.php:2587 +msgid "Network interfaces report" +msgstr "Informe de las interfaces de red" + +#: ../../include/functions_reporting.php:2606 +msgid "" +"The group has no agents or none of the agents has any network interface" +msgstr "El grupo no tiene agentes o los agentes no tienen interfaz de red" + +#: ../../include/functions_reporting.php:2655 +#: ../../include/functions_reporting.php:2678 +msgid "bytes/s" +msgstr "bytes/s" + +#: ../../include/functions_reporting.php:2730 +msgid "Alert Report Group" +msgstr "Grupo de informe de alerta" + +#: ../../include/functions_reporting.php:2876 +msgid "Alert Report Agent" +msgstr "Agente informe de alerta" + +#: ../../include/functions_reporting.php:2993 +msgid "Alert Report Module" +msgstr "Módulo informe de alerta" + +#: ../../include/functions_reporting.php:3126 +msgid "SQL Graph Vertical Bars" +msgstr "Barras de gráficas verticales SQL" + +#: ../../include/functions_reporting.php:3129 +msgid "SQL Graph Horizontal Bars" +msgstr "Barras de gráficas horizontales SQL" + +#: ../../include/functions_reporting.php:3132 +msgid "SQL Graph Pie" +msgstr "Gráfica SQL circular" + +#: ../../include/functions_reporting.php:3179 +msgid "Monitor Report" +msgstr "Informe de monitores" + +#: ../../include/functions_reporting.php:3250 +msgid "Netflow Area" +msgstr "Área de netflow" + +#: ../../include/functions_reporting.php:3253 +msgid "Netflow Pie" +msgstr "Tarta Netflow" + +#: ../../include/functions_reporting.php:3256 +msgid "Netflow Data" +msgstr "Datos de netflow" + +#: ../../include/functions_reporting.php:3259 +msgid "Netflow Statistics" +msgstr "Estadísticas de netflow" + +#: ../../include/functions_reporting.php:3262 +msgid "Netflow Summary" +msgstr "Resumen de netflow" + +#: ../../include/functions_reporting.php:3386 +msgid "Prediction Date" +msgstr "Fecha de predicción." + +#: ../../include/functions_reporting.php:3436 +msgid "Projection Graph" +msgstr "Gráfico de proyección" + +#: ../../include/functions_reporting.php:3676 +msgid "AVG. Value" +msgstr "Valor AVG." + +#: ../../include/functions_reporting.php:3811 +#: ../../godmode/tag/edit_tag.php:185 +msgid "Url" +msgstr "Url" + +#: ../../include/functions_reporting.php:3866 +msgid "SQL" +msgstr "SQL" + +#: ../../include/functions_reporting.php:3937 +msgid "" +"Illegal query: Due security restrictions, there are some tokens or words you " +"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " +"update." msgstr "" -"Esta parada planificada se está ejecutando. No se puede borrar en este " -"momento." +"Consulta ilegal: Debido a restricciones de seguridad, hay algunos símbolos o " +"palabras que usted no puede utilizar: * , delete, drop, alter, modify, " +"union, password, pass, insert o update." -#: ../../include/functions_planned_downtimes.php:790 -msgid "Deleted this planned downtime successfully." -msgstr "Parada planificada borrada con éxito" +#: ../../include/functions_reporting.php:4928 +msgid "No Address" +msgstr "Sin dirección" -#: ../../include/functions_planned_downtimes.php:792 -msgid "Problems for deleted this planned downtime." -msgstr "Problemas al borrar la parada planificada" +#: ../../include/functions_reporting.php:5672 +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" +msgstr "Mínimo" + +#: ../../include/functions_reporting.php:5675 +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" +msgstr "Máximo" + +#: ../../include/functions_reporting.php:5679 +msgid "Rate" +msgstr "Tasa" + +#: ../../include/functions_reporting.php:6324 +msgid "Maximum of events shown" +msgstr "Máximo número de eventos mostrados" + +#: ../../include/functions_reporting.php:6964 +#: ../../include/functions_reporting.php:7001 +msgid "Server health" +msgstr "Salud del servidor" + +#: ../../include/functions_reporting.php:6964 +#, php-format +msgid "%d Downed servers" +msgstr "%d Servidores caidos" + +#: ../../include/functions_reporting.php:6972 +#: ../../include/functions_reporting.php:7004 +msgid "Monitor health" +msgstr "Estado de los monitores" + +#: ../../include/functions_reporting.php:6972 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Monitores fuera de la normalidad" + +#: ../../include/functions_reporting.php:6974 +#: ../../include/functions_reporting.php:7005 +msgid "of monitors up" +msgstr "de monitores funcionando" + +#: ../../include/functions_reporting.php:6980 +#: ../../include/functions_reporting.php:7007 +msgid "Module sanity" +msgstr "Estado de los módulos" + +#: ../../include/functions_reporting.php:6980 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d Monitores sin iniciar" + +#: ../../include/functions_reporting.php:6982 +#: ../../include/functions_reporting.php:7008 +msgid "of total modules inited" +msgstr "del total de módulos inic." + +#: ../../include/functions_reporting.php:6988 +#: ../../include/functions_reporting.php:8008 +#: ../../include/functions_reporting.php:8017 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Alertas lanzadas" + +#: ../../include/functions_reporting.php:6990 +#: ../../include/functions_reporting.php:7011 +msgid "of defined alerts not fired" +msgstr "de alertas definidas no disparadas" + +#: ../../include/functions_reporting.php:7048 +msgid "Defined alerts" +msgstr "Alertas definidas" + +#: ../../include/functions_reporting.php:7070 +msgid "Defined and fired alerts" +msgstr "Alertas definidas y lanzadas" + +#: ../../include/functions_reporting.php:7136 +msgid "Monitor normal" +msgstr "Monitor normal" + +#: ../../include/functions_reporting.php:7147 +msgid "Monitor not init" +msgstr "Monitor no iniciado" + +#: ../../include/functions_reporting.php:7171 +#: ../../include/functions_reporting.php:7182 +msgid "Monitors by status" +msgstr "Monitores por estatus" + +#: ../../include/functions_reporting.php:7270 +msgid "Defined users" +msgstr "Usuarios definidos" + +#: ../../include/functions_reporting.php:7908 +msgid "Agent without data" +msgstr "Agente sin datos" + +#: ../../include/functions_reporting.php:7995 +#: ../../include/functions_reporting.php:8003 +#, php-format +msgid "%d Total modules" +msgstr "%d Módulos totales" + +#: ../../include/functions_reporting.php:7996 +#, php-format +msgid "%d Modules in normal status" +msgstr "%d Módulos en estado normal" + +#: ../../include/functions_reporting.php:7997 +#, php-format +msgid "%d Modules in critical status" +msgstr "%d Módulos en estado crítico" + +#: ../../include/functions_reporting.php:7998 +#, php-format +msgid "%d Modules in warning status" +msgstr "%d Módulos en estado de alerta" + +#: ../../include/functions_reporting.php:7999 +#, php-format +msgid "%d Modules in unknown status" +msgstr "%d Módulos en estado desconocido" + +#: ../../include/functions_reporting.php:8000 +#, php-format +msgid "%d Modules in not init status" +msgstr "%d Módulos en estado no iniciado" + +#: ../../include/functions_reporting.php:8004 +#, php-format +msgid "%d Normal modules" +msgstr "%d Módulos normales" + +#: ../../include/functions_reporting.php:8005 +#, php-format +msgid "%d Critical modules" +msgstr "%d Módulos críticos" + +#: ../../include/functions_reporting.php:8006 +#, php-format +msgid "%d Warning modules" +msgstr "%d Módulos en estado de alerta" + +#: ../../include/functions_reporting.php:8007 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Módulos desconocidos" + +#: ../../include/functions_reporting.php:8011 +#, php-format +msgid "%d Total agents" +msgstr "%d del total de agentes" + +#: ../../include/functions_reporting.php:8012 +#, php-format +msgid "%d Normal agents" +msgstr "%d Agentes normales" + +#: ../../include/functions_reporting.php:8013 +#, php-format +msgid "%d Critical agents" +msgstr "%d Agentes en estado crítico" + +#: ../../include/functions_reporting.php:8014 +#, php-format +msgid "%d Warning agents" +msgstr "%d Agentes en estado de alerta" + +#: ../../include/functions_reporting.php:8015 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Agentes desconocidos" + +#: ../../include/functions_reporting.php:8016 +#, php-format +msgid "%d not init agents" +msgstr "%d agentes no iniciados" + +#: ../../include/functions_reporting.php:9718 +msgid "Total running modules" +msgstr "Total de módulos en ejecución" + +#: ../../include/functions_reporting.php:9721 +#: ../../include/functions_reporting.php:9737 +#: ../../include/functions_reporting.php:9753 +#: ../../include/functions_reporting.php:9776 +#: ../../include/functions_reporting.php:9795 +#: ../../include/functions_reporting.php:9807 +#: ../../include/functions_reporting.php:9819 +#: ../../include/functions_reporting.php:9835 +msgid "Ratio" +msgstr "Proporción" + +#: ../../include/functions_reporting.php:9721 +#: ../../include/functions_reporting.php:9737 +#: ../../include/functions_reporting.php:9753 +#: ../../include/functions_reporting.php:9776 +#: ../../include/functions_reporting.php:9795 +#: ../../include/functions_reporting.php:9807 +#: ../../include/functions_reporting.php:9819 +#: ../../include/functions_reporting.php:9835 +msgid "Modules by second" +msgstr "Módulos por segundo" + +#: ../../include/functions_reporting.php:9733 +msgid "Local modules" +msgstr "Módulos locales" + +#: ../../include/functions_reporting.php:9744 +msgid "Remote modules" +msgstr "Módulos remotos" + +#: ../../include/functions_reporting.php:9768 +msgid "Network modules" +msgstr "Módulos de red" + +#: ../../include/functions_reporting.php:9791 +msgid "Plugin modules" +msgstr "Módulos de plugin" + +#: ../../include/functions_reporting.php:9803 +msgid "Prediction modules" +msgstr "Módulos de predicciónd" + +#: ../../include/functions_reporting.php:9815 +msgid "WMI modules" +msgstr "Módulos WMI" + +#: ../../include/functions_reporting.php:9827 +msgid "Web modules" +msgstr "Módulos Web" + +#: ../../include/functions_reporting.php:9866 ../../godmode/db/db_main.php:105 +msgid "Total events" +msgstr "Total de eventos" + +#: ../../include/functions_reporting.php:9889 +msgid "Server performance" +msgstr "Rendimiento del servidor" + +#: ../../include/functions_reporting.php:9971 +msgid "Weekly:" +msgstr "Semanalmente" + +#: ../../include/functions_reporting.php:9974 ../../include/functions.php:913 +#: ../../godmode/alerts/alert_special_days.php:327 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +msgid "Mon" +msgstr "Lun" + +#: ../../include/functions_reporting.php:9978 ../../include/functions.php:915 +#: ../../godmode/alerts/alert_special_days.php:328 +#: ../../godmode/alerts/alert_view.php:209 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +msgid "Tue" +msgstr "Mar" + +#: ../../include/functions_reporting.php:9982 ../../include/functions.php:917 +#: ../../godmode/alerts/alert_special_days.php:329 +#: ../../godmode/alerts/alert_view.php:210 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +msgid "Wed" +msgstr "Mié" + +#: ../../include/functions_reporting.php:9986 ../../include/functions.php:919 +#: ../../godmode/alerts/alert_special_days.php:330 +#: ../../godmode/alerts/alert_view.php:211 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +msgid "Thu" +msgstr "Jue" + +#: ../../include/functions_reporting.php:9990 ../../include/functions.php:921 +#: ../../godmode/alerts/alert_special_days.php:331 +#: ../../godmode/alerts/alert_view.php:212 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +msgid "Fri" +msgstr "Vie" + +#: ../../include/functions_reporting.php:9994 ../../include/functions.php:923 +#: ../../godmode/alerts/alert_special_days.php:332 +#: ../../godmode/alerts/alert_view.php:213 +#: ../../godmode/alerts/configure_alert_template.php:531 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +msgid "Sat" +msgstr "Sáb" + +#: ../../include/functions_reporting.php:9998 ../../include/functions.php:925 +#: ../../godmode/alerts/alert_special_days.php:326 +#: ../../godmode/alerts/alert_view.php:214 +#: ../../godmode/alerts/configure_alert_template.php:533 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +msgid "Sun" +msgstr "Dom" + +#: ../../include/functions_reporting.php:10005 +msgid "Monthly:" +msgstr "Mensual" + +#: ../../include/functions_reporting.php:10006 +msgid "From day" +msgstr "Desde el día" + +#: ../../include/functions_reporting.php:10007 +msgid "To day" +msgstr "Hasta el día" + +#: ../../include/functions_config.php:94 +msgid "Failed updated: User did not login." +msgstr "Fallo de actualización: el usuario no se dio de alta" + +#: ../../include/functions_config.php:102 +msgid "Failed updated: User is not admin." +msgstr "Fallo de actualización:el usuario no es administrador" + +#: ../../include/functions_config.php:131 +#: ../../godmode/setup/setup_general.php:57 +msgid "Remote config directory" +msgstr "Directorio remoto de configuración" + +#: ../../include/functions_config.php:133 +#: ../../godmode/setup/setup_general.php:62 +msgid "Auto login (hash) password" +msgstr "Contraseña («hash») de Inicio de sesión automático" + +#: ../../include/functions_config.php:136 +#: ../../godmode/setup/setup_general.php:65 +msgid "Time source" +msgstr "Hora de referencia" + +#: ../../include/functions_config.php:138 +#: ../../godmode/setup/setup_general.php:70 +msgid "Automatic check for updates" +msgstr "Chequeo automático de actualizaciones" + +#: ../../include/functions_config.php:140 +msgid "SSL cert path" +msgstr "Ruta del certificado SSL" + +#: ../../include/functions_config.php:142 +#: ../../godmode/setup/setup_general.php:74 +msgid "Enforce https" +msgstr "Forzar https" + +#: ../../include/functions_config.php:144 +msgid "Use cert." +msgstr "Usar certificado" + +#: ../../include/functions_config.php:146 +#: ../../godmode/setup/setup_general.php:86 +msgid "Attachment store" +msgstr "Almacenamiento de adjuntos" + +#: ../../include/functions_config.php:148 +#: ../../godmode/setup/setup_general.php:89 +msgid "IP list with API access" +msgstr "Lista de IPs con acceso a la API" + +#: ../../include/functions_config.php:150 +#: ../../godmode/setup/setup_general.php:98 +msgid "API password" +msgstr "Password de la API" + +#: ../../include/functions_config.php:152 +#: ../../godmode/setup/setup_general.php:102 +msgid "Enable GIS features in Pandora Console" +msgstr "Activar funcionalidades GIS en Pandora FMS" + +#: ../../include/functions_config.php:154 +msgid "Enable Integria incidents in Pandora Console" +msgstr "Habilitar incidentes de Integria en Pandora Console" + +#: ../../include/functions_config.php:156 +msgid "Integria inventory" +msgstr "Inventario Integria" + +#: ../../include/functions_config.php:158 +msgid "Integria API password" +msgstr "Contraseña de la API de Integria" + +#: ../../include/functions_config.php:160 +msgid "Integria URL" +msgstr "Integria URL" + +#: ../../include/functions_config.php:162 +#: ../../godmode/setup/setup_general.php:106 +msgid "Enable Netflow" +msgstr "Activar Netflow" + +#: ../../include/functions_config.php:169 +#: ../../godmode/setup/setup_general.php:146 +msgid "Sound for Alert fired" +msgstr "Sonido para alertas" + +#: ../../include/functions_config.php:171 +#: ../../godmode/setup/setup_general.php:151 +msgid "Sound for Monitor critical" +msgstr "Sonido para monitores Críticos" + +#: ../../include/functions_config.php:173 +#: ../../godmode/setup/setup_general.php:156 +msgid "Sound for Monitor warning" +msgstr "Sonido para monitores Warning" + +#: ../../include/functions_config.php:184 +msgid "License information" +msgstr "Información sobre la licencia" + +#: ../../include/functions_config.php:188 +#: ../../godmode/setup/setup_general.php:161 +msgid "Public URL" +msgstr "URL pública" + +#: ../../include/functions_config.php:190 +#: ../../godmode/setup/setup_general.php:165 +msgid "Referer security" +msgstr "Seguridad de Referer" + +#: ../../include/functions_config.php:192 +#: ../../godmode/setup/setup_general.php:173 +msgid "Event storm protection" +msgstr "Protección de tormenta de eventos" + +#: ../../include/functions_config.php:194 +#: ../../godmode/setup/setup_general.php:182 +msgid "Command Snapshot" +msgstr "Salida de comandos como capturas" + +#: ../../include/functions_config.php:196 +#: ../../godmode/setup/setup_general.php:187 +msgid "Server logs directory" +msgstr "Directorio de logs del servidor" + +#: ../../include/functions_config.php:198 +#: ../../godmode/setup/setup_general.php:196 +msgid "Tutorial mode" +msgstr "Modo Tutorial" + +#: ../../include/functions_config.php:200 +#: ../../godmode/setup/setup_general.php:203 +msgid "Allow create planned downtimes in the past" +msgstr "" +"Permitir la creación de paradas planificadas con fecha anterior a la actual" + +#: ../../include/functions_config.php:202 +#: ../../godmode/setup/setup_general.php:208 +msgid "Limit parameters massive" +msgstr "Límites de los parámetros masivos" + +#: ../../include/functions_config.php:204 +msgid "Identification_reminder" +msgstr "Recordatorio de identificación" + +#: ../../include/functions_config.php:206 +msgid "Include_agents" +msgstr "Incluir agentes" + +#: ../../include/functions_config.php:208 +msgid "Audit log directory" +msgstr "Directorio de log" + +#: ../../include/functions_config.php:213 +msgid "Forward SNMP traps to agent (if exist)" +msgstr "Reenviar los Traps SNMP al agente (si existe)" + +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "Utilize el sistema ACL Enterprise" + +#: ../../include/functions_config.php:217 +msgid "Activate Metaconsole" +msgstr "Activar la metaconsola" + +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "Tamaño de la colección" + +#: ../../include/functions_config.php:221 +msgid "Events replication" +msgstr "Replicación de eventos" + +#: ../../include/functions_config.php:224 +msgid "Replication interval" +msgstr "Intervalo de replicación" + +#: ../../include/functions_config.php:226 +msgid "Replication limit" +msgstr "Límite de replicación" + +#: ../../include/functions_config.php:228 +msgid "Replication mode" +msgstr "Modo de replicación" + +#: ../../include/functions_config.php:230 +msgid "Show events list in local console (read only)" +msgstr "Mostrar lista de eventos en la consola local (solo lectura)" + +#: ../../include/functions_config.php:233 +msgid "Replication DB engine" +msgstr "Motor BD replicación" + +#: ../../include/functions_config.php:235 +msgid "Replication DB host" +msgstr "Host de la BD de réplica" + +#: ../../include/functions_config.php:237 +msgid "Replication DB database" +msgstr "Nombre de la BD de réplica" + +#: ../../include/functions_config.php:239 +msgid "Replication DB user" +msgstr "Usuario de la BD de réplica" + +#: ../../include/functions_config.php:241 +msgid "Replication DB password" +msgstr "Password de la BD de réplica" + +#: ../../include/functions_config.php:243 +msgid "Replication DB port" +msgstr "Puerto de la BD de réplica" + +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "Cache agente metaconsola" + +#: ../../include/functions_config.php:247 +msgid "Activate Log Collector" +msgstr "Activar el Colector de Logs" + +#: ../../include/functions_config.php:251 +msgid "Inventory changes blacklist" +msgstr "Lista negra ante cambios de inventario" + +#: ../../include/functions_config.php:258 +msgid "Enable password policy" +msgstr "Habilitar política de contraseñas" + +#: ../../include/functions_config.php:261 +msgid "Min. size password" +msgstr "Contraseña con tamaño mínimo" + +#: ../../include/functions_config.php:263 +msgid "Password expiration" +msgstr "Expiración de contraseña" + +#: ../../include/functions_config.php:265 +msgid "Force change password on first login" +msgstr "Forzar cambio de contraseña en el primer inicio de sesión" + +#: ../../include/functions_config.php:267 +msgid "User blocked if login fails" +msgstr "Usuario bloqueado si la identificación falla" + +#: ../../include/functions_config.php:269 +msgid "Number of failed login attempts" +msgstr "Número de intentos de identificación fallidos" + +#: ../../include/functions_config.php:271 +msgid "Password must have numbers" +msgstr "La contraseña tiene que contener números" + +#: ../../include/functions_config.php:273 +msgid "Password must have symbols" +msgstr "La contraseña tiene que contener símbolos" + +#: ../../include/functions_config.php:275 +msgid "Apply password policy to admin users" +msgstr "Aplicar la política de contraseñas a los usuarios administradores" + +#: ../../include/functions_config.php:277 +msgid "Enable password history" +msgstr "Activar histórico de contraseñas" + +#: ../../include/functions_config.php:279 +msgid "Compare previous password" +msgstr "Comparar la contraseña anterior" + +#: ../../include/functions_config.php:285 +#: ../../godmode/setup/setup_auth.php:183 +msgid "Authentication method" +msgstr "Método de autenticación" + +#: ../../include/functions_config.php:287 +#: ../../godmode/setup/setup_auth.php:57 +msgid "Autocreate remote users" +msgstr "Crear automáticamente los usuarios remotos" + +#: ../../include/functions_config.php:289 +msgid "Autocreate profile" +msgstr "Creat automáticamente el perfil" + +#: ../../include/functions_config.php:291 +msgid "Autocreate profile group" +msgstr "Crear automáticamente perfil de grupo" + +#: ../../include/functions_config.php:293 +msgid "Autocreate profile tags" +msgstr "Autocreado de tags de perfiles" + +#: ../../include/functions_config.php:295 +msgid "Autocreate blacklist" +msgstr "Crear automáticamente una lista negra" + +#: ../../include/functions_config.php:298 +msgid "Active directory server" +msgstr "Servidor de Directorio Activo" + +#: ../../include/functions_config.php:300 +msgid "Active directory port" +msgstr "Puerto del Directorio Activo" + +#: ../../include/functions_config.php:302 +#: ../../include/functions_config.php:317 +#: ../../godmode/setup/setup_auth.php:93 +msgid "Start TLS" +msgstr "Start TLS" + +#: ../../include/functions_config.php:304 +msgid "Advanced Config AD" +msgstr "Configuración avanzada" + +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "Dominio" + +#: ../../include/functions_config.php:308 +msgid "Advanced Permisions AD" +msgstr "Permisos avanzados de AD" + +#: ../../include/functions_config.php:311 +#: ../../godmode/setup/setup_auth.php:74 +msgid "LDAP server" +msgstr "Servidor LDAP" + +#: ../../include/functions_config.php:313 +#: ../../godmode/setup/setup_auth.php:80 +msgid "LDAP port" +msgstr "Puerto LDAP" + +#: ../../include/functions_config.php:315 +#: ../../godmode/setup/setup_auth.php:87 +msgid "LDAP version" +msgstr "Versión LDAP" + +#: ../../include/functions_config.php:319 +#: ../../godmode/setup/setup_auth.php:100 +msgid "Base DN" +msgstr "DN base" + +#: ../../include/functions_config.php:321 +#: ../../godmode/setup/setup_auth.php:106 +msgid "Login attribute" +msgstr "Atributo de acceso" + +#: ../../include/functions_config.php:323 +#: ../../godmode/setup/setup_auth.php:49 +msgid "Fallback to local authentication" +msgstr "Alternativa si falla autenticación" + +#: ../../include/functions_config.php:326 +msgid "MySQL host" +msgstr "Dirección de MYSQL" + +#: ../../include/functions_config.php:328 +#: ../../include/functions_config.php:339 +#: ../../include/functions_config.php:349 +msgid "MySQL port" +msgstr "Puerto de MySQL" + +#: ../../include/functions_config.php:330 +#: ../../include/functions_config.php:341 +#: ../../include/functions_config.php:351 +#: ../../include/functions_config.php:681 +msgid "Database name" +msgstr "Nombre de la base de datos" + +#: ../../include/functions_config.php:337 +msgid "Babel Enterprise host" +msgstr "Servidor de Babel Enterprise" + +#: ../../include/functions_config.php:347 +msgid "Integria host" +msgstr "Servidor de Integria" + +#: ../../include/functions_config.php:357 +msgid "Saml path" +msgstr "Ruta de SAML" + +#: ../../include/functions_config.php:361 +msgid "Session timeout" +msgstr "Sesión expirada" + +#: ../../include/functions_config.php:371 +#: ../../godmode/setup/performance.php:49 +msgid "Max. days before delete events" +msgstr "Nº max. de días antes de borrar eventos" + +#: ../../include/functions_config.php:373 +#: ../../godmode/setup/performance.php:52 +msgid "Max. days before delete traps" +msgstr "Nº max. de días antes de borrar traps SNMP" + +#: ../../include/functions_config.php:375 +#: ../../godmode/setup/performance.php:58 +msgid "Max. days before delete string data" +msgstr "Nº max. de días antes de borrar datos de tipo texto" + +#: ../../include/functions_config.php:377 +#: ../../godmode/setup/performance.php:55 +msgid "Max. days before delete audit events" +msgstr "Nº max. de días antes de borrar eventos de auditoría interna" + +#: ../../include/functions_config.php:379 +#: ../../godmode/setup/performance.php:61 +msgid "Max. days before delete GIS data" +msgstr "Nº max. de días antes de borrar información GIS" + +#: ../../include/functions_config.php:381 +#: ../../godmode/setup/performance.php:64 +msgid "Max. days before purge" +msgstr "Máx. días antes de eliminar datos" + +#: ../../include/functions_config.php:383 +#: ../../godmode/setup/performance.php:70 +msgid "Max. days before delete unknown modules" +msgstr "Máximo de días antes de borrar módulos desconocidos" + +#: ../../include/functions_config.php:385 +#: ../../godmode/setup/performance.php:67 +msgid "Max. days before compact data" +msgstr "Máx. días antes de comprimir datos" + +#: ../../include/functions_config.php:387 +msgid "Max. days before autodisable deletion" +msgstr "Días máximos antes de eliminar los deshabilitados" + +#: ../../include/functions_config.php:389 +msgid "Item limit for realtime reports)" +msgstr "Límite de ítems para los informes de tiempo real" + +#: ../../include/functions_config.php:391 +#: ../../godmode/setup/performance.php:100 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" + +#: ../../include/functions_config.php:393 +#: ../../godmode/setup/performance.php:114 +msgid "Default hours for event view" +msgstr "Núm. de horas predeterminado para la visión de eventos" + +#: ../../include/functions_config.php:395 +#: ../../godmode/setup/performance.php:117 +msgid "Use realtime statistics" +msgstr "Usar estadísticas en tiempo real" + +#: ../../include/functions_config.php:397 +#: ../../godmode/setup/performance.php:121 +msgid "Batch statistics period (secs)" +msgstr "Período de las estadísticas programadas (En segundos)" + +#: ../../include/functions_config.php:399 +#: ../../godmode/setup/performance.php:124 +msgid "Use agent access graph" +msgstr "Usar la gráfica de acceso del agente" + +#: ../../include/functions_config.php:401 +#: ../../godmode/setup/performance.php:128 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. número de archivos recomendado para el directorio attachment" + +#: ../../include/functions_config.php:403 +#: ../../godmode/setup/performance.php:131 +msgid "Delete not init modules" +msgstr "Borrar módulos no inicializados" + +#: ../../include/functions_config.php:405 +msgid "Big Operatiopn Step to purge old data" +msgstr "Gran operación para la purga de datos antiguos" + +#: ../../include/functions_config.php:407 +#: ../../godmode/setup/performance.php:138 +msgid "Small Operation Step to purge old data" +msgstr "Operación menor para la purga de datos antiguos" + +#: ../../include/functions_config.php:409 +#: ../../godmode/setup/performance.php:76 +msgid "Retention period of past special days" +msgstr "Período de retención de días especiales pasados" + +#: ../../include/functions_config.php:411 +#: ../../godmode/setup/performance.php:79 +msgid "Max. macro data fields" +msgstr "Campo de macro para el máximo" + +#: ../../include/functions_config.php:414 +#: ../../godmode/setup/performance.php:83 +msgid "Max. days before delete inventory data" +msgstr "Días máximos antes del borrado de datos de inventario" + +#: ../../include/functions_config.php:422 +#: ../../godmode/setup/setup_visuals.php:651 +msgid "Date format string" +msgstr "Formato de fecha a mostrar" + +#: ../../include/functions_config.php:424 +#: ../../godmode/setup/setup_visuals.php:664 +msgid "Timestamp or time comparation" +msgstr "Marca de tiempo o comparación de hora" + +#: ../../include/functions_config.php:426 +#: ../../godmode/setup/setup_visuals.php:391 +msgid "Graph color (min)" +msgstr "Color de la gráfica (mín.)" + +#: ../../include/functions_config.php:428 +#: ../../godmode/setup/setup_visuals.php:395 +msgid "Graph color (avg)" +msgstr "Color de la gráfica (med.)" + +#: ../../include/functions_config.php:430 +#: ../../godmode/setup/setup_visuals.php:399 +msgid "Graph color (max)" +msgstr "Color de la gráfica (máx.)" + +#: ../../include/functions_config.php:432 +#: ../../godmode/setup/setup_visuals.php:403 +msgid "Graph color #4" +msgstr "Color de la gráfica #4" + +#: ../../include/functions_config.php:434 +#: ../../godmode/setup/setup_visuals.php:407 +msgid "Graph color #5" +msgstr "Color de la gráfica #5" + +#: ../../include/functions_config.php:436 +#: ../../godmode/setup/setup_visuals.php:411 +msgid "Graph color #6" +msgstr "Color de la gráfica #6" + +#: ../../include/functions_config.php:438 +#: ../../godmode/setup/setup_visuals.php:415 +msgid "Graph color #7" +msgstr "Color de la gráfica #7" + +#: ../../include/functions_config.php:440 +#: ../../godmode/setup/setup_visuals.php:419 +msgid "Graph color #8" +msgstr "Color de la gráfica #8" + +#: ../../include/functions_config.php:442 +#: ../../godmode/setup/setup_visuals.php:423 +msgid "Graph color #9" +msgstr "Color de la gráfica #9" + +#: ../../include/functions_config.php:444 +#: ../../godmode/setup/setup_visuals.php:427 +msgid "Graph color #10" +msgstr "Color de la gráfica #10" + +#: ../../include/functions_config.php:446 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "Resolución de los gráficos (1 baja, 5 alta)" + +#: ../../include/functions_config.php:448 +#: ../../godmode/setup/setup_visuals.php:435 +msgid "Value to interface graphics" +msgstr "Valor para la interfaz gráfica" + +#: ../../include/functions_config.php:450 +#: ../../godmode/setup/setup_visuals.php:444 +msgid "Data precision for reports" +msgstr "Precisión de los datos en los informes" + +#: ../../include/functions_config.php:455 +#: ../../godmode/setup/setup_visuals.php:153 +msgid "Style template" +msgstr "Plantilla de estilo" + +#: ../../include/functions_config.php:459 +#: ../../godmode/setup/setup_visuals.php:454 +msgid "Use round corners" +msgstr "Usar bordes redondeados" + +#: ../../include/functions_config.php:461 +msgid "Show QR code header" +msgstr "Mostrar código QR en la cabecera" + +#: ../../include/functions_config.php:463 +#: ../../godmode/setup/setup_visuals.php:158 +msgid "Status icon set" +msgstr "Icono de estado en" + +#: ../../include/functions_config.php:465 +#: ../../godmode/setup/setup_visuals.php:311 +msgid "Font path" +msgstr "Ruta de la tipografía" + +#: ../../include/functions_config.php:467 +#: ../../godmode/setup/setup_visuals.php:318 +#: ../../godmode/reporting/visual_console_builder.wizard.php:178 +msgid "Font size" +msgstr "Tamaño de la tipografía" + +#: ../../include/functions_config.php:473 +#: ../../include/functions_config.php:633 +#: ../../godmode/setup/setup_visuals.php:574 +msgid "Custom logo" +msgstr "Logotipo personalizado" + +#: ../../include/functions_config.php:475 +msgid "Custom logo login" +msgstr "Logo personalizado en la pantalla de bienvenida" + +#: ../../include/functions_config.php:480 +#: ../../godmode/setup/setup_visuals.php:168 +msgid "Login background" +msgstr "Imagen de fondo de la pantalla de login" + +#: ../../include/functions_config.php:482 +#: ../../godmode/setup/setup_visuals.php:75 +msgid "Default interval for refresh on Visual Console" +msgstr "Intervalo de refresco en la consola visual por defecto" + +#: ../../include/functions_config.php:484 +#: ../../godmode/setup/setup_visuals.php:528 +msgid "Default line thickness for the Visual Console" +msgstr "Grosor de línea por defecto en las Consolas Visuales" + +#: ../../include/functions_config.php:486 +#: ../../include/functions_config.php:488 +#: ../../godmode/setup/setup_visuals.php:341 +msgid "Agent size text" +msgstr "Tamaño del texto del agente" + +#: ../../include/functions_config.php:490 +#: ../../godmode/setup/setup_visuals.php:349 +msgid "Module size text" +msgstr "Tamaño del nombre del modulo" + +#: ../../include/functions_config.php:492 +#: ../../include/functions_config.php:494 +#: ../../godmode/setup/setup_visuals.php:357 +msgid "Description size text" +msgstr "Tamaño del texto de la descripción" + +#: ../../include/functions_config.php:496 +#: ../../godmode/setup/setup_visuals.php:361 +msgid "Item title size text" +msgstr "Tamaño del texto de los títulos" + +#: ../../include/functions_config.php:498 +#: ../../godmode/setup/setup_visuals.php:274 +msgid "GIS Labels" +msgstr "Etiquetas GIS" + +#: ../../include/functions_config.php:500 +msgid "Show units in values report" +msgstr "Mostrar unidades en los valores del informe" + +#: ../../include/functions_config.php:502 +#: ../../godmode/setup/setup_visuals.php:286 +msgid "Default icon in GIS" +msgstr "Icono GIS por defecto" + +#: ../../include/functions_config.php:504 +#: ../../godmode/setup/setup_visuals.php:254 +msgid "Autohidden menu" +msgstr "Ocultar menú" + +#: ../../include/functions_config.php:506 +msgid "Fixed graph" +msgstr "Gráfico fijo" + +#: ../../include/functions_config.php:508 +#: ../../godmode/setup/setup_visuals.php:238 +msgid "Fixed header" +msgstr "Cabecera fija" + +#: ../../include/functions_config.php:510 +#: ../../godmode/setup/setup_visuals.php:246 +msgid "Fixed menu" +msgstr "Menú fijo" + +#: ../../include/functions_config.php:512 +msgid "Paginate module" +msgstr "Paginar vista de módulos" + +#: ../../include/functions_config.php:514 +#: ../../godmode/setup/setup_visuals.php:625 +msgid "Custom graphviz directory" +msgstr "Directorio personalizado graphviz" + +#: ../../include/functions_config.php:516 +#: ../../godmode/setup/setup_visuals.php:632 +msgid "Networkmap max width" +msgstr "Máximo ancho de Networkmap" + +#: ../../include/functions_config.php:518 +#: ../../godmode/setup/setup_visuals.php:469 +msgid "Shortened module graph data" +msgstr "Gráfica de modulo de datos acortados" + +#: ../../include/functions_config.php:520 +#: ../../godmode/setup/setup_visuals.php:641 +msgid "Show the group name instead the group icon." +msgstr "Mostrar el nombre del grupo en lugar de icono del grupo" + +#: ../../include/functions_config.php:522 +#: ../../godmode/setup/setup_visuals.php:449 +msgid "Default line thickness for the Custom Graph." +msgstr "Espesor de la línea predeterminada para el gráfico personalizado." + +#: ../../include/functions_config.php:524 +msgid "Default type of module charts." +msgstr "Tipo de gráficas de módulos por defecto." + +#: ../../include/functions_config.php:526 +msgid "Default type of interface charts." +msgstr "Tipo predefinido para las gráficas de interfaz" + +#: ../../include/functions_config.php:528 +msgid "Default show only average or min and max" +msgstr "Por defecto mostrar solo la media o el máximo y el mínimo" + +#: ../../include/functions_config.php:530 +#: ../../godmode/setup/setup_visuals.php:85 +msgid "Display data of proc modules in other format" +msgstr "Mostrar los datos de los módulos proc de otra forma" + +#: ../../include/functions_config.php:532 +#: ../../godmode/setup/setup_visuals.php:95 +msgid "Display text proc modules have state is ok" +msgstr "Texto a mostrar cuando el estado del módulo proc es OK" + +#: ../../include/functions_config.php:534 +#: ../../godmode/setup/setup_visuals.php:99 +msgid "Display text when proc modules have state critical" +msgstr "Texto a mostrar cuando el estado del módulo proc es Critico" + +#: ../../include/functions_config.php:537 +msgid "Display lateral menus with left click" +msgstr "Mostrar los menús laterales con el click izquierdo" + +#: ../../include/functions_config.php:541 +#: ../../godmode/setup/setup_visuals.php:117 +msgid "Service label font size" +msgstr "Tamaño de fuente para el mapa de servicios" + +#: ../../include/functions_config.php:543 +msgid "Service item padding size" +msgstr "Espacio entre los nodos del mapa de servicios" + +#: ../../include/functions_config.php:546 +msgid "Default percentil" +msgstr "Percentil por defecto" + +#: ../../include/functions_config.php:548 +#: ../../godmode/setup/setup_visuals.php:126 +msgid "Classic menu mode" +msgstr "Menú clásico" + +#: ../../include/functions_config.php:566 +msgid "Add the custom post process" +msgstr "Añadir la personalización al proceso posterior" + +#: ../../include/functions_config.php:573 +msgid "Delete the custom post process" +msgstr "Borrar la personalización al proceso posterior" + +#: ../../include/functions_config.php:618 +#: ../../godmode/setup/setup_visuals.php:723 +msgid "Delete interval" +msgstr "Borrar intervalo" + +#: ../../include/functions_config.php:622 +msgid "Custom report info" +msgstr "Información del informe personalizado" + +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:630 +#: ../../include/functions_config.php:633 +#: ../../include/functions_config.php:636 +#: ../../include/functions_config.php:639 +#: ../../include/functions_config.php:642 +#: ../../godmode/setup/setup_visuals.php:567 +#: ../../godmode/setup/setup_visuals.php:573 +#: ../../godmode/setup/setup_visuals.php:586 +#: ../../godmode/setup/setup_visuals.php:594 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:607 +msgid "Custom report front" +msgstr "Portada de informe personalizado" + +#: ../../include/functions_config.php:630 +#: ../../godmode/setup/setup_visuals.php:567 +msgid "Font family" +msgstr "Tipo de letra" + +#: ../../include/functions_config.php:636 +#: ../../godmode/setup/setup_visuals.php:594 +msgid "Header" +msgstr "Encabezado" + +#: ../../include/functions_config.php:639 +#: ../../godmode/setup/setup_visuals.php:599 +msgid "First page" +msgstr "Primera página" + +#: ../../include/functions_config.php:642 +#: ../../godmode/setup/setup_visuals.php:607 +msgid "Footer" +msgstr "Pie de página" + +#: ../../include/functions_config.php:647 +#: ../../godmode/setup/setup_netflow.php:41 +msgid "Data storage path" +msgstr "Ruta de almacenamiento de datos" + +#: ../../include/functions_config.php:649 +#: ../../godmode/setup/setup_netflow.php:45 +msgid "Daemon interval" +msgstr "Intervalo del demonio" + +#: ../../include/functions_config.php:651 +#: ../../godmode/setup/setup_netflow.php:49 +msgid "Daemon binary path" +msgstr "Ruta de demonio binario" + +#: ../../include/functions_config.php:653 +#: ../../godmode/setup/setup_netflow.php:52 +msgid "Nfdump binary path" +msgstr "Ruta binaria Nfdump" + +#: ../../include/functions_config.php:655 +#: ../../godmode/setup/setup_netflow.php:55 +msgid "Nfexpire binary path" +msgstr "Ruta binaria Nfexpire" + +#: ../../include/functions_config.php:657 +#: ../../godmode/setup/setup_netflow.php:58 +msgid "Maximum chart resolution" +msgstr "Máxima resolución de gráfica" + +#: ../../include/functions_config.php:659 +#: ../../godmode/setup/setup_netflow.php:61 +msgid "Disable custom live view filters" +msgstr "Desactive los filtros de vista activa personalizados" + +#: ../../include/functions_config.php:661 +#: ../../include/functions_config.php:667 +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Netflow max lifetime" +msgstr "Tiempo máximo del Netflow" + +#: ../../include/functions_config.php:663 +#: ../../godmode/setup/setup_netflow.php:68 +msgid "Name resolution for IP address" +msgstr "Resolver direcciones IP para obtener sus nombres de máquina" + +#: ../../include/functions_config.php:669 +msgid "Log max lifetime" +msgstr "Tiempo máximo para logarse" + +#: ../../include/functions_config.php:673 +msgid "Enable history database" +msgstr "Activar base de datos de histórico" + +#: ../../include/functions_config.php:675 +msgid "Enable history event" +msgstr "Activar histórico de eventos" + +#: ../../include/functions_config.php:677 +msgid "Host" +msgstr "Servidor" + +#: ../../include/functions_config.php:679 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342 +#: ../../godmode/agentes/module_manager_editor_network.php:106 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703 +msgid "Port" +msgstr "Puerto" + +#: ../../include/functions_config.php:683 +msgid "Database user" +msgstr "Usuario de la base de datos" + +#: ../../include/functions_config.php:685 +msgid "Database password" +msgstr "Contraseña de la base de datos" + +#: ../../include/functions_config.php:687 +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Days" +msgstr "Días" + +#: ../../include/functions_config.php:689 +msgid "Event Days" +msgstr "Eventos en día" + +#: ../../include/functions_config.php:691 +#: ../../godmode/alerts/configure_alert_template.php:147 +#: ../../godmode/alerts/configure_alert_template.php:152 +#: ../../godmode/alerts/configure_alert_template.php:167 +#: ../../godmode/alerts/configure_alert_template.php:172 +#: ../../godmode/alerts/configure_alert_template.php:187 +#: ../../godmode/alerts/configure_alert_template.php:192 +msgid "Step" +msgstr "Paso" + +#: ../../include/functions_config.php:693 +msgid "Delay" +msgstr "Retraso" + +#: ../../include/functions_config.php:697 +#: ../../godmode/setup/setup_ehorus.php:54 +msgid "Enable eHorus" +msgstr "Activar eHorus" + +#: ../../include/functions_config.php:699 +msgid "eHorus user" +msgstr "Usuario de eHorus" + +#: ../../include/functions_config.php:701 +msgid "eHorus password" +msgstr "Contraseña de eHorus" + +#: ../../include/functions_config.php:703 +msgid "eHorus API hostname" +msgstr "Propietario de la API de eHorus" + +#: ../../include/functions_config.php:705 +msgid "eHorus API port" +msgstr "Puerto de la API de eHorus" + +#: ../../include/functions_config.php:707 +msgid "eHorus request timeout" +msgstr "Tiempo de respuesta de eHorus" + +#: ../../include/functions_config.php:709 +msgid "eHorus id custom field" +msgstr "Id del campo personalizado de eHorus" + +#: ../../include/functions_config.php:721 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "" +"Actualización fracasada: los siguientes valores no pueden ser actualizados:%s" + +#: ../../include/functions_config.php:1696 +msgid "" +"Click here to start the " +"registration process" +msgstr "" +"Click here para empezar el proceso " +"de registro" + +#: ../../include/functions_config.php:1697 +msgid "This instance is not registered in the Update manager" +msgstr "" +"Esta instancia no está registrada en el Administrador de actualizaciones" + +#: ../../include/functions_config.php:1704 +msgid "" +"Click here to start the " +"newsletter subscription process" +msgstr "" +"Click here para empezar el " +"proceso de registro al boletín de noticias" + +#: ../../include/functions_config.php:1705 +msgid "Not subscribed to the newsletter" +msgstr "No suscrito al boletín de noticias" + +#: ../../include/functions_config.php:1716 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "" +"La contraseña por defecto para el usuario \"Admin\" no ha sido cambiada." + +#: ../../include/functions_config.php:1717 +msgid "" +"Please change the default password because is a common vulnerability " +"reported." +msgstr "" +"Por favor cambie la contraseña por defecto ya que es una vulnerabilidad " +"comunmente reportada." + +#: ../../include/functions_config.php:1723 +msgid "You can not get updates until you renew the license." +msgstr "No puede obtener actualizaciones hasta que no renueve la licencia" + +#: ../../include/functions_config.php:1724 +msgid "This license has expired." +msgstr "Esta licencia ha expirado" + +#: ../../include/functions_config.php:1729 +msgid "" +"Please check that the web server has write rights on the " +"{HOMEDIR}/attachment directory" +msgstr "" +"Compruebe que el servidor web tiene permisos de escritura en el directorio " +"{HOMEDIR}/directorio_de_adjuntos" + +#: ../../include/functions_config.php:1742 +msgid "Remote configuration directory is not readble for the console" +msgstr "El directorio de configuración remota no es legible por la consola" + +#: ../../include/functions_config.php:1748 +#: ../../include/functions_config.php:1755 +msgid "Remote configuration directory is not writtable for the console" +msgstr "" +"El directorio de configuración remoto no es modificable por la consola" + +#: ../../include/functions_config.php:1766 +msgid "" +"There are too much files in attachment directory. This is not fatal, but you " +"should consider cleaning up your attachment directory manually" +msgstr "" +"Hay demasiados archivos en el directorio «attachment». Este no es un error " +"fatal, pero debería considerar limpiar el directorio manualmente." + +#: ../../include/functions_config.php:1766 +msgid "files" +msgstr "archivos" + +#: ../../include/functions_config.php:1767 +msgid "Too much files in your tempora/attachment directory" +msgstr "Demasiados archivos en el directorio /attachment" + +#: ../../include/functions_config.php:1784 +msgid "" +"Your database is not well maintained. Seems that it have more than 48hr " +"without a proper maintance. Please review Pandora FMS documentation about " +"how to execute this maintance process (pandora_db.pl) and enable it as soon " +"as possible" +msgstr "" +"Tu base de datos no está bien mantenida. Parece que han pasado más de 48hr " +"de un buen mantenimiento. Por favor revise la documentación de Pandora FMS " +"acerca de como ejecutar este proceso de mantenimiento (pandora_db.pl) y " +"habilítelo lo antes posible" + +#: ../../include/functions_config.php:1785 +msgid "Database maintance problem" +msgstr "Problema en el mantenimiento de la base de datos" + +#: ../../include/functions_config.php:1791 +msgid "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" +msgstr "" +"La fuente definida no existe o no ha sido definida. Por favor compruebe los " +"paremetros de la fuente en su configuración" + +#: ../../include/functions_config.php:1792 +msgid "Default font doesnt exist" +msgstr "La fuente por defecto no existe" + +#: ../../include/functions_config.php:1797 +msgid "You need to restart server after altering this configuration setting." +msgstr "" +"Es necesario reiniciar el servidor después de modificar esta configuración" + +#: ../../include/functions_config.php:1798 +msgid "" +"Event storm protection is activated. No events will be generated during this " +"mode." +msgstr "" +"La protección contra tormentas de eventos está activada. Los eventos no " +"serán generados durante este modo" + +#: ../../include/functions_config.php:1805 +msgid "" +"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " +"developer mode and should be disabled in a production system. This value is " +"written in the main index.php file" +msgstr "" +"Pandora FMS tiene el modo \"develop_bypass\" habilitado. Esto es un modo de " +"desarrollo y debe ser deshabilitado en un sistema de producción. Este valor " +"está escrito en el archivo principal index.php" + +#: ../../include/functions_config.php:1806 +msgid "Developer mode is enabled" +msgstr "El modo «desarrollador» está activado" + +#: ../../include/functions_config.php:1815 +msgid "Error first setup Open update" +msgstr "Error en la primera configuración de Open update" + +#: ../../include/functions_config.php:1821 +msgid "" +"There is a new update available. Please go to Administration:Setup:Update Manager for more details." +msgstr "" +"Existe una nueva actualización. Por favor ve a Administración:Configuración:Update Manager para más " +"detalles." + +#: ../../include/functions_config.php:1822 +msgid "New update of Pandora Console" +msgstr "Nueva actualización de la consola de Pandora" + +#: ../../include/functions_config.php:1836 +msgid "" +"To disable, change it on your PHP configuration file (php.ini) and put " +"safe_mode = Off (Dont forget restart apache process after changes)" +msgstr "" +"Para deshabilitar, hay que poner safe_mode = Off en el fichero de " +"configuración de PHP (php.ini). (Después de los cambios, hay que reiniciar " +"Apache)" + +#: ../../include/functions_config.php:1837 +msgid "PHP safe mode is enabled. Some features may not properly work." +msgstr "" +"El modo seguro de PHP está activado. Algunas funcionalidades pueden no " +"funcionar correctamente" + +#: ../../include/functions_config.php:1842 +#, php-format +msgid "Recommended value is %s" +msgstr "El valor recomendado es '%s'" + +#: ../../include/functions_config.php:1842 +#: ../../include/functions_config.php:1848 +msgid "Unlimited" +msgstr "Sin límite" + +#: ../../include/functions_config.php:1842 +#: ../../include/functions_config.php:1848 +#: ../../include/functions_config.php:1856 +#: ../../include/functions_config.php:1871 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" +msgstr "" +"Por favor, cambielo en su fichero de configuración de PHP (php.ini) o " +"contacte con un administrador (No olvide reiniciar el proceso apache tras " +"los cambios)" + +#: ../../include/functions_config.php:1843 +#: ../../include/functions_config.php:1849 +#: ../../include/functions_config.php:1857 +#: ../../include/functions_config.php:1865 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Valor '%s' no recomendado en la configuración de PHP" + +#: ../../include/functions_config.php:1848 +#: ../../include/functions_config.php:1856 +#: ../../include/functions_config.php:1864 +#, php-format +msgid "Recommended value is: %s" +msgstr "El valor recomendado es: %s" + +#: ../../include/functions_config.php:1856 +#: ../../include/functions_config.php:1864 +#, php-format +msgid "%s or greater" +msgstr "%s o mayor" + +#: ../../include/functions_config.php:1864 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" +"Por favor, cámbielo en su fichero de configuración de PHP (php.ini) o " +"contacte con un administrador" + +#: ../../include/functions_config.php:1870 +msgid "" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" +msgstr "" +"La variable disable_functions contiene las funciones system() o exec() en el " +"fichero de configuración de php (php.ini)" + +#: ../../include/functions_config.php:1871 +msgid "Problems with disable functions in PHP.INI" +msgstr "Problemas para desactivar funciones en PHP.INI" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "jerarquía de agentes" + +#: ../../include/functions.php:215 +msgid "." +msgstr "." + +#: ../../include/functions.php:217 +msgid "," +msgstr "," + +#: ../../include/functions.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "s" + +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "d" + +#: ../../include/functions.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "M" + +#: ../../include/functions.php:442 ../../include/functions.php:576 +msgid "Y" +msgstr "Y" + +#: ../../include/functions.php:443 ../../include/functions.php:577 +msgid "m" +msgstr "m" + +#: ../../include/functions.php:444 ../../include/functions.php:578 +msgid "h" +msgstr "h" + +#: ../../include/functions.php:445 ../../include/functions.php:579 +msgid "N" +msgstr "N" + +#: ../../include/functions.php:1033 +msgid "Monitor Unknown" +msgstr "Monitor descon." + +#: ../../include/functions.php:1040 +msgid "Agent created" +msgstr "Agente creado" + +#: ../../include/functions.php:2015 +msgid "custom" +msgstr "personalizado" + +#: ../../include/functions.php:2020 ../../include/functions.php:2021 +#, php-format +msgid "%s minutes" +msgstr "%s minutos" + +#: ../../include/functions.php:2023 ../../include/functions.php:2024 +#, php-format +msgid "%s hours" +msgstr "%s horas" + +#: ../../include/functions.php:2029 ../../include/functions.php:2030 +#, php-format +msgid "%s months" +msgstr "%s meses" + +#: ../../include/functions.php:2032 ../../include/functions.php:2033 +#, php-format +msgid "%s years" +msgstr "%s años" + +#: ../../include/functions.php:2036 +#: ../../godmode/alerts/configure_alert_template.php:915 +#: ../../godmode/alerts/alert_list.builder.php:212 +#: ../../godmode/modules/manage_network_components_form_network.php:82 +#: ../../godmode/modules/manage_network_components_form_plugin.php:29 +#: ../../godmode/modules/manage_network_components_form_wmi.php:58 +msgid "Empty" +msgstr "Vacío" + +#: ../../include/functions.php:2036 +msgid "Default values will be used" +msgstr "Se usarán valores por defecto" + +#: ../../include/functions.php:2196 +msgid "The uploaded file was only partially uploaded" +msgstr "El fichero se ha subido parcialmente" + +#: ../../include/functions.php:2199 +msgid "No file was uploaded" +msgstr "No se subió ningún archivo" + +#: ../../include/functions.php:2202 +msgid "Missing a temporary folder" +msgstr "El directorio temporal no existe" + +#: ../../include/functions.php:2205 +msgid "Failed to write file to disk" +msgstr "No se pudo escribir el fichero a disco" + +#: ../../include/functions.php:2208 +msgid "File upload stopped by extension" +msgstr "Subida de fichero cancelada por la extensión" + +#: ../../include/functions.php:2212 +msgid "Unknown upload error" +msgstr "Error desconocido al subir el fichero" + +#: ../../include/functions.php:2297 +msgid "No data found to export" +msgstr "Datos no encontrados para exportar" + +#: ../../include/functions.php:2315 +msgid "Source ID" +msgstr "ID Fuente" + +#: ../../include/functions.php:2582 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463 +msgid "Disable" +msgstr "Desactivar" + +#: ../../include/functions.php:2585 +msgid "15 seconds" +msgstr "15 segundos" + +#: ../../include/functions.php:2590 +msgid "15 minutes" +msgstr "15 minutos" #: ../../include/functions_networkmap.php:1638 #: ../../include/functions_networkmap.php:1724 @@ -24745,11713 +16730,7158 @@ msgstr "Crear un nuevo mapa dinámico" msgid "Create a new radial dynamic map" msgstr "Crear un nuevo mapa dinámico radial" -#: ../../include/functions_reporting_html.php:93 -msgid "Label: " -msgstr "Etiqueta: " +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "Generador de Traps SNMP" -#: ../../include/functions_reporting_html.php:111 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -#: ../../enterprise/include/functions_reporting_csv.php:1506 -#: ../../enterprise/include/functions_reporting_csv.php:1510 -#: ../../enterprise/include/functions_reporting_pdf.php:2163 -msgid "Generated" -msgstr "Generado" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" +msgstr "Parámetros vacíos" -#: ../../include/functions_reporting_html.php:114 -#: ../../enterprise/include/functions_reporting_pdf.php:2166 -msgid "Report date" -msgstr "Fecha del informe" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" +msgstr "Generado satisfactoriamente" -#: ../../include/functions_reporting_html.php:119 -#: ../../operation/reporting/reporting_viewer.php:197 -#: ../../enterprise/include/functions_reporting_pdf.php:2171 -msgid "Items period before" -msgstr "Periodo de elementos antes de" - -#: ../../include/functions_reporting_html.php:398 -#: ../../enterprise/include/functions_reporting.php:1646 -#: ../../enterprise/include/functions_reporting.php:2438 -#: ../../enterprise/include/functions_reporting.php:3215 -#: ../../enterprise/include/functions_reporting_pdf.php:1266 -#: ../../enterprise/include/functions_reporting_pdf.php:1609 -msgid "Max/Min Values" -msgstr "Valores Max/Min" - -#: ../../include/functions_reporting_html.php:399 -#: ../../enterprise/include/functions_reporting.php:1647 -#: ../../enterprise/include/functions_reporting.php:2439 -#: ../../enterprise/include/functions_reporting.php:3216 -#: ../../enterprise/include/functions_reporting.php:4809 -#: ../../enterprise/include/functions_reporting.php:5110 -#: ../../enterprise/include/functions_reporting_csv.php:932 -#: ../../enterprise/include/functions_reporting_csv.php:979 -#: ../../enterprise/include/functions_reporting_csv.php:1051 -#: ../../enterprise/include/functions_reporting_csv.php:1167 -#: ../../enterprise/include/functions_reporting_csv.php:1379 -#: ../../enterprise/include/functions_reporting_pdf.php:1267 -#: ../../enterprise/include/functions_reporting_pdf.php:1610 -#: ../../enterprise/include/functions_reporting_pdf.php:2040 -msgid "SLA Limit" -msgstr "Límite del SLA" - -#: ../../include/functions_reporting_html.php:400 -#: ../../enterprise/include/functions_reporting.php:1647 -#: ../../enterprise/include/functions_reporting.php:1779 -#: ../../enterprise/include/functions_reporting.php:2439 -#: ../../enterprise/include/functions_reporting.php:3216 -#: ../../enterprise/include/functions_reporting.php:4810 -#: ../../enterprise/include/functions_reporting.php:5111 -#: ../../enterprise/include/functions_reporting_pdf.php:1268 -#: ../../enterprise/include/functions_reporting_pdf.php:1610 -#: ../../enterprise/include/functions_reporting_pdf.php:1759 -#: ../../enterprise/include/functions_reporting_pdf.php:2041 -msgid "SLA Compliance" -msgstr "Cumplimiento del SLA" - -#: ../../include/functions_reporting_html.php:425 -#: ../../enterprise/include/functions_reporting_pdf.php:1275 -msgid "Global Time" -msgstr "Tiempo global" - -#: ../../include/functions_reporting_html.php:426 -#: ../../enterprise/include/functions_reporting_csv.php:1310 -#: ../../enterprise/include/functions_reporting_pdf.php:1276 -msgid "Time Total" -msgstr "Tiempo total" - -#: ../../include/functions_reporting_html.php:427 -#: ../../enterprise/include/functions_reporting_pdf.php:1277 -#: ../../enterprise/include/functions_reporting_pdf.php:1850 -msgid "Time Failed" -msgstr "Tiempo en fallo" - -#: ../../include/functions_reporting_html.php:428 -#: ../../include/functions_reporting_html.php:2262 -#: ../../enterprise/include/functions_reporting_csv.php:1311 -#: ../../enterprise/include/functions_reporting_pdf.php:1278 -#: ../../enterprise/include/functions_reporting_pdf.php:1851 -msgid "Time OK" -msgstr "Tiempo OK" - -#: ../../include/functions_reporting_html.php:429 -#: ../../enterprise/include/functions_reporting_csv.php:1313 -#: ../../enterprise/include/functions_reporting_pdf.php:1279 -#: ../../enterprise/include/functions_reporting_pdf.php:1852 -msgid "Time Unknown" -msgstr "Tiempo Desconocido" - -#: ../../include/functions_reporting_html.php:430 -#: ../../enterprise/include/functions_reporting_csv.php:1314 -#: ../../enterprise/include/functions_reporting_pdf.php:1280 -msgid "Time Not Init" -msgstr "TIempo No Inicializado" - -#: ../../include/functions_reporting_html.php:431 -#: ../../enterprise/include/functions_reporting_pdf.php:1281 -msgid "Downtime" -msgstr "Parada planificada" - -#: ../../include/functions_reporting_html.php:456 -#: ../../enterprise/include/functions_reporting_pdf.php:1287 -msgid "Checks Time" -msgstr "Tiempo de comprobaciones" - -#: ../../include/functions_reporting_html.php:457 -#: ../../enterprise/include/functions_reporting_csv.php:1316 -#: ../../enterprise/include/functions_reporting_pdf.php:1288 -msgid "Checks Total" -msgstr "Comprobaciones totales" - -#: ../../include/functions_reporting_html.php:458 -#: ../../enterprise/include/functions_reporting_pdf.php:1289 -#: ../../enterprise/include/functions_reporting_pdf.php:1870 -msgid "Checks Failed" -msgstr "Comprobaciones fallidas" - -#: ../../include/functions_reporting_html.php:459 -#: ../../include/functions_reporting_html.php:2305 -#: ../../enterprise/include/functions_reporting_csv.php:1317 -#: ../../enterprise/include/functions_reporting_pdf.php:1290 -#: ../../enterprise/include/functions_reporting_pdf.php:1871 -msgid "Checks OK" -msgstr "Comprobaciones OK" - -#: ../../include/functions_reporting_html.php:460 -#: ../../enterprise/include/functions_reporting_csv.php:1319 -#: ../../enterprise/include/functions_reporting_pdf.php:1291 -#: ../../enterprise/include/functions_reporting_pdf.php:1872 -msgid "Checks Unknown" -msgstr "Comprobaciones Desconocidas" - -#: ../../include/functions_reporting_html.php:685 -#: ../../include/functions_reporting_html.php:2541 -#: ../../enterprise/include/functions_reporting.php:2652 -#: ../../enterprise/include/functions_reporting.php:3421 -#: ../../enterprise/include/functions_reporting_pdf.php:1506 -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "Desconocido" - -#: ../../include/functions_reporting_html.php:690 -#: ../../include/functions_reporting_html.php:2546 -#: ../../operation/agentes/group_view.php:170 -#: ../../enterprise/include/functions_reporting.php:1677 -#: ../../enterprise/include/functions_reporting.php:2469 -#: ../../enterprise/include/functions_reporting.php:2657 -#: ../../enterprise/include/functions_reporting.php:3246 -#: ../../enterprise/include/functions_reporting.php:3426 -#: ../../enterprise/include/functions_reporting.php:4147 -#: ../../enterprise/include/functions_reporting_pdf.php:1508 -#: ../../enterprise/include/functions_reporting_pdf.php:1647 -msgid "Not Init" -msgstr "No iniciado" - -#: ../../include/functions_reporting_html.php:695 -#: ../../include/functions_reporting_html.php:2551 -#: ../../enterprise/include/functions_reporting.php:2662 -#: ../../enterprise/include/functions_reporting.php:3431 -#: ../../enterprise/include/functions_reporting_pdf.php:1510 -msgid "Downtimes" -msgstr "Paradas planificadas" - -#: ../../include/functions_reporting_html.php:700 -#: ../../include/functions_reporting_html.php:2556 -#: ../../enterprise/include/functions_reporting.php:2667 -#: ../../enterprise/include/functions_reporting.php:3436 -#: ../../enterprise/include/functions_reporting_pdf.php:1512 -msgid "Ignore time" -msgstr "Tiempo ignorado" - -#: ../../include/functions_reporting_html.php:772 -#: ../../include/functions_reporting_html.php:1529 -#: ../../include/functions_reporting_html.php:2455 -#: ../../include/functions_reporting_html.php:2683 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:896 -#: ../../enterprise/include/functions_reporting_pdf.php:952 -msgid "Min Value" -msgstr "Valor mínimo" - -#: ../../include/functions_reporting_html.php:773 -#: ../../include/functions_reporting_html.php:1530 -#: ../../include/functions_reporting_html.php:2456 -#: ../../include/functions_reporting_html.php:2684 -#: ../../enterprise/include/functions_reporting_pdf.php:805 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../enterprise/include/functions_reporting_pdf.php:953 -#: ../../enterprise/include/functions_reporting_pdf.php:1993 -msgid "Average Value" -msgstr "Valor medio" - -#: ../../include/functions_reporting_html.php:774 -#: ../../include/functions_reporting_html.php:1531 -#: ../../include/functions_reporting_html.php:2453 -#: ../../include/functions_reporting_html.php:2686 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../enterprise/include/functions_reporting_pdf.php:954 -#: ../../enterprise/include/functions_reporting_pdf.php:1990 -msgid "Max Value" -msgstr "Valor máximo" - -#: ../../include/functions_reporting_html.php:807 -#: ../../include/functions_reporting_html.php:1025 -#: ../../include/functions_reporting_html.php:1644 -#: ../../operation/snmpconsole/snmp_view.php:610 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 -msgid "Count" -msgstr "Número" - -#: ../../include/functions_reporting_html.php:812 -#: ../../include/functions_reporting_html.php:821 -#: ../../include/functions_reporting_html.php:1649 -msgid "Val. by" -msgstr "Val. por" - -#: ../../include/functions_reporting_html.php:915 -#: ../../include/functions_reporting_html.php:1111 -msgid "Events by agent" -msgstr "Eventos por agente" - -#: ../../include/functions_reporting_html.php:934 -#: ../../include/functions_reporting_html.php:1130 -msgid "Events by user validator" -msgstr "Eventos por usuario validador" - -#: ../../include/functions_reporting_html.php:953 -#: ../../include/functions_reporting_html.php:1149 -msgid "Events by Severity" -msgstr "Eventos por gravedad" - -#: ../../include/functions_reporting_html.php:972 -#: ../../include/functions_reporting_html.php:1168 -msgid "Events validated vs unvalidated" -msgstr "Eventos validados vs no validados" - -#: ../../include/functions_reporting_html.php:1228 -#: ../../enterprise/include/functions_inventory.php:511 -#: ../../enterprise/include/functions_inventory.php:574 -#: ../../enterprise/include/functions_reporting_pdf.php:495 -msgid "Added" -msgstr "Añadido" - -#: ../../include/functions_reporting_html.php:1379 -#: ../../enterprise/dashboard/widgets/agent_module.php:309 -#: ../../enterprise/include/functions_reporting_pdf.php:618 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 #, php-format -msgid "%s in %s : NORMAL" -msgstr "%s en %s : NORMAL" +msgid "Could not be generated: %s" +msgstr "No se pudo generar: %s" -#: ../../include/functions_reporting_html.php:1388 -#: ../../enterprise/dashboard/widgets/agent_module.php:317 -#: ../../enterprise/include/functions_reporting_pdf.php:627 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "%s en %s : CRITICAL" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 +msgid "SNMP Type" +msgstr "Tipo de SNMP" -#: ../../include/functions_reporting_html.php:1397 -#: ../../enterprise/dashboard/widgets/agent_module.php:325 -#: ../../enterprise/include/functions_reporting_pdf.php:636 -#, php-format -msgid "%s in %s : WARNING" -msgstr "%s en %s : WARNING" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 +msgid "Generate trap" +msgstr "Generar trap" -#: ../../include/functions_reporting_html.php:1406 -#: ../../enterprise/dashboard/widgets/agent_module.php:333 -#: ../../enterprise/include/functions_reporting_pdf.php:645 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "%s en %s : DESCONOCIDO" +#: ../../godmode/snmpconsole/snmp_alert.php:78 +msgid "Update alert" +msgstr "Actualizar alerta" -#: ../../include/functions_reporting_html.php:1417 -#: ../../enterprise/dashboard/widgets/agent_module.php:350 -#: ../../enterprise/include/functions_reporting_pdf.php:663 -#, php-format -msgid "%s in %s : ALERTS FIRED" -msgstr "%s en %s : ALERTA ENVIADA" +#: ../../godmode/snmpconsole/snmp_alert.php:82 +msgid "Create alert" +msgstr "Crear alerta" -#: ../../include/functions_reporting_html.php:1426 -#: ../../enterprise/dashboard/widgets/agent_module.php:341 -#: ../../enterprise/include/functions_reporting_pdf.php:654 -#, php-format -msgid "%s in %s : Not initialize" -msgstr "%s en %s : No iniciado" +#: ../../godmode/snmpconsole/snmp_alert.php:86 +msgid "Alert overview" +msgstr "Vista general de alertas" -#: ../../include/functions_reporting_html.php:1450 -msgid "Cell turns grey when the module is in 'not initialize' status" -msgstr "" -"La celda se vuelve gris cuando el módulo está en estado \"no iniciado\"" +#: ../../godmode/snmpconsole/snmp_alert.php:243 +msgid "There was a problem creating the alert" +msgstr "Hubo un problema al crear la alerta" -#: ../../include/functions_reporting_html.php:1585 -#: ../../include/functions_reporting_html.php:3272 -msgid "Monitors" -msgstr "Monitores" +#: ../../godmode/snmpconsole/snmp_alert.php:314 +msgid "There was a problem updating the alert" +msgstr "Hubo un problema al actualizar la alerta" -#: ../../include/functions_reporting_html.php:1604 -#: ../../include/functions_reporting_html.php:1959 -#: ../../include/functions_reporting_html.php:1960 -#: ../../mobile/operation/alerts.php:38 -#: ../../operation/agentes/alerts_status.functions.php:74 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:923 -#: ../../enterprise/include/functions_reporting_pdf.php:734 -msgid "Fired" -msgstr "Lanzada" +#: ../../godmode/snmpconsole/snmp_alert.php:536 +msgid "There was a problem duplicating the alert" +msgstr "Hubo un problema al duplicar la alerta" -#: ../../include/functions_reporting_html.php:1617 -#: ../../enterprise/include/functions_reporting_pdf.php:749 -#, php-format -msgid "Last %s" -msgstr "Último %s" - -#: ../../include/functions_reporting_html.php:1737 -msgid "Events validated by user" -msgstr "Eventos validados por el usuario" - -#: ../../include/functions_reporting_html.php:1756 -#: ../../include/functions_reporting_html.php:3561 -msgid "Events by severity" -msgstr "Eventos por gravedad" - -#: ../../include/functions_reporting_html.php:1775 -#: ../../operation/events/event_statistics.php:61 -msgid "Amount events validated" -msgstr "Cantidad de eventos validados" - -#: ../../include/functions_reporting_html.php:1905 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "Interfaz '%s' gráfico de rendimiento" - -#: ../../include/functions_reporting_html.php:1908 -msgid "Mac" -msgstr "Mac" - -#: ../../include/functions_reporting_html.php:1909 -msgid "Actual status" -msgstr "Estado actual" - -#: ../../include/functions_reporting_html.php:2105 -msgid "Empty modules" -msgstr "Módulos vacíos" - -#: ../../include/functions_reporting_html.php:2112 -msgid "Warning
                Critical" -msgstr "Warning
                Critical" - -#: ../../include/functions_reporting_html.php:2260 -msgid "Total time" -msgstr "Tiempo total" - -#: ../../include/functions_reporting_html.php:2261 -msgid "Time failed" -msgstr "Tiempo en fallo" - -#: ../../include/functions_reporting_html.php:2263 -msgid "Time Uknown" -msgstr "Tiempo en desconocido" - -#: ../../include/functions_reporting_html.php:2264 -msgid "Time Not Init Module" -msgstr "Tiempo en módulo no inicializado" - -#: ../../include/functions_reporting_html.php:2265 -#: ../../enterprise/include/functions_reporting_csv.php:1315 -msgid "Time Downtime" -msgstr "Tiempo de parada planificada" - -#: ../../include/functions_reporting_html.php:2266 -#: ../../enterprise/include/functions_reporting_pdf.php:1855 -msgid "% Ok" -msgstr "% Ok" - -#: ../../include/functions_reporting_html.php:2303 -msgid "Total checks" -msgstr "Comprobaciones totales" - -#: ../../include/functions_reporting_html.php:2304 -msgid "Checks failed" -msgstr "Comprobaciones fallidas" - -#: ../../include/functions_reporting_html.php:2306 -msgid "Checks Uknown" -msgstr "Comprobaciones en desconocido" - -#: ../../include/functions_reporting_html.php:2452 -#: ../../enterprise/include/functions_reporting_pdf.php:1989 -msgid "Agent max value" -msgstr "Valor máximo del agente" - -#: ../../include/functions_reporting_html.php:2454 -msgid "Agent min value" -msgstr "Valor mínimo de agente" - -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2789 -#: ../../enterprise/dashboard/widgets/tactical.php:44 -msgid "Summary" -msgstr "Lista de agentes" - -#: ../../include/functions_reporting_html.php:2761 -#: ../../operation/tree.php:163 -msgid "Module status" -msgstr "Estado del módulo" - -#: ../../include/functions_reporting_html.php:2881 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1224 -msgid "Alert description" -msgstr "Descripción de la alerta" - -#: ../../include/functions_reporting_html.php:2931 -msgid "Alerts not fired" -msgstr "Alertas no disparadas" - -#: ../../include/functions_reporting_html.php:2940 -msgid "Total alerts monitored" -msgstr "Alertas totales monitorizadas" - -#: ../../include/functions_reporting_html.php:2991 -msgid "Total monitors" -msgstr "Total de monitores" - -#: ../../include/functions_reporting_html.php:2992 -msgid "Monitors down on period" -msgstr "Monitores inactivos en un periodo" - -#: ../../include/functions_reporting_html.php:3008 -msgid "Monitors OK" -msgstr "Monitores en buen estado" - -#: ../../include/functions_reporting_html.php:3009 -msgid "Monitors BAD" -msgstr "Monitores en mal estado" - -#: ../../include/functions_reporting_html.php:3035 -#: ../../include/functions_reporting_html.php:3175 -#: ../../mobile/include/functions_web.php:23 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -msgid "Monitor" -msgstr "Monitor" - -#: ../../include/functions_reporting_html.php:3083 -#, php-format -msgid "Agents in group: %s" -msgstr "Agentes en el grupo: %s" - -#: ../../include/functions_reporting_html.php:3176 -msgid "Last failure" -msgstr "Último fallo" - -#: ../../include/functions_reporting_html.php:3240 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:3414 -#: ../../mobile/operation/groups.php:133 -msgid "Agents critical" -msgstr "Agentes críticos" - -#: ../../include/functions_reporting_html.php:3417 -msgid "Agents warning" -msgstr "Agentes warning" - -#: ../../include/functions_reporting_html.php:3423 -msgid "Agents ok" -msgstr "Agentes ok" - -#: ../../include/functions_reporting_html.php:3432 -#: ../../mobile/operation/groups.php:129 -msgid "Agents not init" -msgstr "Agentes no inicializados" - -#: ../../include/functions_reporting_html.php:3443 -#: ../../include/functions_reporting_html.php:3452 -msgid "Agents by status" -msgstr "Agentes por estado" - -#: ../../include/functions_reporting_html.php:3489 -#: ../../operation/agentes/pandora_networkmap.php:403 -msgid "Nodes" -msgstr "Nodos" - -#: ../../include/functions_reporting_html.php:3496 -#: ../../include/functions_reporting_html.php:3505 -msgid "Node overview" -msgstr "Resumen de nodos" - -#: ../../include/functions_reporting_html.php:3523 -#: ../../include/functions_reporting_html.php:3540 -msgid "Critical events" -msgstr "Eventos en estado \"crítico\"" - -#: ../../include/functions_reporting_html.php:3527 -#: ../../include/functions_reporting_html.php:3544 -msgid "Warning events" -msgstr "Eventos en advertencia" - -#: ../../include/functions_reporting_html.php:3531 -#: ../../include/functions_reporting_html.php:3548 -msgid "OK events" -msgstr "Eventos OK" - -#: ../../include/functions_reporting_html.php:3535 -#: ../../include/functions_reporting_html.php:3552 -msgid "Unknown events" -msgstr "Eventos desconocidos" - -#: ../../include/functions_reporting_html.php:3575 -msgid "Important Events by Criticity" -msgstr "Eventos importantes por criticidad" - -#: ../../include/functions_reporting_html.php:3601 -msgid "Last activity in Pandora FMS console" -msgstr "Última actividad en la consola de Pandora FMS" - -#: ../../include/functions_reporting_html.php:3677 -msgid "Events info (1hr.)" -msgstr "Información de Eventos (1hr.)" - -#: ../../include/functions_reporting_html.php:3817 -#: ../../enterprise/include/functions_reporting.php:4939 -#: ../../enterprise/include/functions_reporting_pdf.php:2418 -msgid "This SLA has been affected by the following planned downtimes" -msgstr "Las siguientes paradas planificadas han modificado este SLA" - -#: ../../include/functions_reporting_html.php:3822 -#: ../../enterprise/include/functions_reporting.php:4944 -#: ../../enterprise/include/functions_reporting_pdf.php:2423 -msgid "Dates" -msgstr "Fechas" - -#: ../../include/functions_reporting_html.php:3863 -#: ../../enterprise/include/functions_reporting.php:5038 -#: ../../enterprise/include/functions_reporting_pdf.php:2462 -msgid "This item is affected by a malformed planned downtime" -msgstr "A este elemento le afecta una parada planificada mal formada" - -#: ../../include/functions_reporting_html.php:3864 -#: ../../enterprise/include/functions_reporting.php:5039 -#: ../../enterprise/include/functions_reporting_pdf.php:2463 -msgid "Go to the planned downtimes section to solve this" -msgstr "" -"Ir a la sección de paradas planificadas para solucionar este problema" - -#: ../../include/functions_reports.php:511 -msgid "SQL vertical bar graph" -msgstr "Gráfica de barra vertical SQL" - -#: ../../include/functions_reports.php:513 -msgid "SQL pie graph" -msgstr "Gráfico circular de SQL" - -#: ../../include/functions_reports.php:515 -msgid "SQL horizonal bar graph" -msgstr "Gráfico de barra horizontal SQL" - -#: ../../include/functions_reports.php:519 -msgid "Automatic combined Graph" -msgstr "Grafica automática combinada" - -#: ../../include/functions_reports.php:523 -msgid "Availability graph" -msgstr "Gráfica de disponibilidad" - -#: ../../include/functions_reports.php:526 -msgid "Module Histogram graph" -msgstr "Gráfica de histórico de módulo" - -#: ../../include/functions_reports.php:528 -#: ../../include/functions_reports.php:530 -#: ../../include/functions_reports.php:532 -#: ../../include/functions_reports.php:534 -msgid "ITIL" -msgstr "I.T.I.L" - -#: ../../include/functions_reports.php:539 -#: ../../include/functions_reports.php:542 -#: ../../include/functions_reports.php:544 -#: ../../include/functions_reports.php:546 -#: ../../include/functions_reports.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:1321 -#: ../../enterprise/operation/services/services.list.php:343 -#: ../../enterprise/operation/services/services.service.php:141 -msgid "SLA" -msgstr "S.L.A." - -#: ../../include/functions_reports.php:543 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113 -#: ../../enterprise/include/functions_reporting.php:1996 -msgid "Monthly S.L.A." -msgstr "S.L.A mensual" - -#: ../../include/functions_reports.php:545 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114 -#: ../../enterprise/include/functions_reporting.php:2721 -msgid "Weekly S.L.A." -msgstr "S.L.A. Semanal" - -#: ../../include/functions_reports.php:547 -#: ../../enterprise/include/functions_reporting.php:3503 -msgid "Hourly S.L.A." -msgstr "S.L.A. Horario" - -#: ../../include/functions_reports.php:551 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:119 -#: ../../enterprise/include/functions_reporting.php:4399 -#: ../../enterprise/include/functions_reporting.php:4863 -msgid "Services S.L.A." -msgstr "S.L.A. de Servicios" - -#: ../../include/functions_reports.php:556 -#: ../../include/functions_reports.php:558 -msgid "Forecasting" -msgstr "Predicción" - -#: ../../include/functions_reports.php:557 -#: ../../enterprise/include/functions_reporting_csv.php:317 -msgid "Prediction date" -msgstr "Fecha de predicción" - -#: ../../include/functions_reports.php:559 -msgid "Projection graph" -msgstr "Gráfica de proyección" - -#: ../../include/functions_reports.php:570 -msgid "Monitor report" -msgstr "Informe de monitores" - -#: ../../include/functions_reports.php:572 -msgid "Serialize data" -msgstr "Serializar datos" - -#: ../../include/functions_reports.php:576 -msgid "Historical Data" -msgstr "Datos historicos" - -#: ../../include/functions_reports.php:580 -#: ../../include/functions_reports.php:582 -#: ../../include/functions_reports.php:584 -#: ../../include/functions_reports.php:587 -#: ../../include/functions_reports.php:591 -#: ../../include/functions_reports.php:594 -#: ../../include/functions_reports.php:596 -#: ../../include/functions_reports.php:598 -msgid "Grouped" -msgstr "Agrupado" - -#: ../../include/functions_reports.php:583 -#: ../../enterprise/include/functions_reporting_csv.php:470 -msgid "Group report" -msgstr "Grupo de informes" - -#: ../../include/functions_reports.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 -msgid "Top n" -msgstr "Top n" - -#: ../../include/functions_reports.php:597 -msgid "Network interfaces" -msgstr "Interfaces de red" - -#: ../../include/functions_reports.php:602 -#: ../../include/functions_reports.php:604 -msgid "Text/HTML " -msgstr "Texto/HTML " - -#: ../../include/functions_reports.php:605 -msgid "Import text from URL" -msgstr "Importar texto de una URL" - -#: ../../include/functions_reports.php:610 -msgid "Alert report module" -msgstr "Informe de alertas de un módulo" - -#: ../../include/functions_reports.php:612 -msgid "Alert report agent" -msgstr "Informe de alertas de un agente" - -#: ../../include/functions_reports.php:615 -msgid "Alert report group" -msgstr "Informe de alertas para grupos" - -#: ../../include/functions_reports.php:621 -msgid "Event report agent" -msgstr "Informe de los eventos de un agente" - -#: ../../include/functions_reports.php:623 -msgid "Event report module" -msgstr "Informe de los eventos de un módulo" - -#: ../../include/functions_reports.php:625 -msgid "Event report group" -msgstr "Informe de los eventos de un grupo" - -#: ../../include/functions_reports.php:632 -msgid "Inventory changes" -msgstr "Inventario de cambios" - -#: ../../include/functions_reports.php:642 -msgid "Netflow area chart" -msgstr "Gráfica de area de Netflow" - -#: ../../include/functions_reports.php:644 -msgid "Netflow pie chart" -msgstr "Gráfica de tarta de Netflow" - -#: ../../include/functions_reports.php:646 -msgid "Netflow data table" -msgstr "Tabla de datos de Netflow" - -#: ../../include/functions_reports.php:648 -msgid "Netflow statistics table" -msgstr "Tabla de estadísticas Netflow" - -#: ../../include/functions_reports.php:650 -msgid "Netflow summary table" -msgstr "Tabla de resumen Netflow" - -#: ../../include/functions_reports.php:654 -#: ../../enterprise/include/functions_reporting.php:1829 -msgid "Log" -msgstr "Log" - -#: ../../include/functions_reports.php:655 -#: ../../enterprise/include/functions_reporting.php:1820 -msgid "Log report" -msgstr "Informe de log" - -#: ../../include/functions_servers.php:363 -msgid "Data server" -msgstr "Servidor de datos" - -#: ../../include/functions_servers.php:368 -msgid "Network server" -msgstr "Servidor de red" - -#: ../../include/functions_servers.php:373 -msgid "SNMP Trap server" -msgstr "Servidor de traps SNMP" - -#: ../../include/functions_servers.php:383 -msgid "Plugin server" -msgstr "Servidor de complementos" - -#: ../../include/functions_servers.php:388 -msgid "Prediction server" -msgstr "Servidor de predicción" - -#: ../../include/functions_servers.php:393 -msgid "WMI server" -msgstr "Servidor WMI" - -#: ../../include/functions_servers.php:398 -#: ../../enterprise/godmode/servers/manage_export_form.php:71 -msgid "Export server" -msgstr "Servidor de exportación" - -#: ../../include/functions_servers.php:403 -msgid "Inventory server" -msgstr "Servidor de inventario" - -#: ../../include/functions_servers.php:408 -msgid "Web server" -msgstr "Servidor web" - -#: ../../include/functions_servers.php:413 -msgid "Event server" -msgstr "Servidor de eventos" - -#: ../../include/functions_servers.php:418 -msgid "Enterprise ICMP server" -msgstr "Servidor ICMP Enterprise" - -#: ../../include/functions_servers.php:423 -msgid "Enterprise SNMP server" -msgstr "Servidor SNMP Enterprise" - -#: ../../include/functions_servers.php:428 -msgid "Enterprise Satellite server" -msgstr "Servidor enterprise satelite" - -#: ../../include/functions_servers.php:433 -msgid "Enterprise Transactional server" -msgstr "Servidor Transaccional Enterprise" - -#: ../../include/functions_servers.php:438 -msgid "Mainframe server" -msgstr "Servidor mainframe" - -#: ../../include/functions_servers.php:443 -msgid "Sync server" -msgstr "Servidor sync" - -#: ../../include/functions_snmp.php:67 -msgid "Load Average (Last minute)" -msgstr "Carga media (Última hora)" - -#: ../../include/functions_snmp.php:71 -msgid "Load Average (Last 5 minutes)" -msgstr "Carga media (últimos 5 minutos)" - -#: ../../include/functions_snmp.php:75 -msgid "Load Average (Last 15 minutes)" -msgstr "Carga media (últimos 15 minutos)" - -#: ../../include/functions_snmp.php:79 -msgid "Total Swap Size configured for the host" -msgstr "Tamaño de intercambio total configurado para el host" - -#: ../../include/functions_snmp.php:83 -msgid "Available Swap Space on the host" -msgstr "Espacio de intercambio disponible en el host" - -#: ../../include/functions_snmp.php:87 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Tamaño de memoria real/física en el servidor" - -#: ../../include/functions_snmp.php:91 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Memoria real/física disponible en el servidor" - -#: ../../include/functions_snmp.php:95 -msgid "Total Available Memory on the host" -msgstr "Memoria total disponible" - -#: ../../include/functions_snmp.php:99 -msgid "Total Cached Memory" -msgstr "Memoria caché total" - -#: ../../include/functions_snmp.php:103 -msgid "Total Buffered Memory" -msgstr "Memoria total de búfer" - -#: ../../include/functions_snmp.php:107 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "La cantidad de memoria intercambiada desde el disco (kB / s)" - -#: ../../include/functions_snmp.php:111 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "La cantidad de memoria intercambiada con el disco (kB / s)" - -#: ../../include/functions_snmp.php:115 -msgid "Number of blocks sent to a block device" -msgstr "Número de bloques enviado al dispositivo de bloques" - -#: ../../include/functions_snmp.php:119 -msgid "Number of blocks received from a block device" -msgstr "Número de bloques recibidos del dispositivo de bloques" - -#: ../../include/functions_snmp.php:123 -msgid "Number of interrupts processed" -msgstr "Número de interrupciones procesadas" - -#: ../../include/functions_snmp.php:127 -msgid "Number of context switches" -msgstr "Número de cambios de contexto" - -#: ../../include/functions_snmp.php:131 -msgid "user CPU time" -msgstr "tiempo de CPU de usuario" - -#: ../../include/functions_snmp.php:135 -msgid "system CPU time" -msgstr "tiempo de CPU del sistema" - -#: ../../include/functions_snmp.php:139 -msgid "idle CPU time" -msgstr "tiempo de inactividad de la CPU" - -#: ../../include/functions_snmp.php:143 -msgid "system Up time" -msgstr "Tiempo de actividad del sistema" - -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "Ip Target no puede dejarse en blanco" - -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "OID numérico" - -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "Sintáxis" - -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "Activar hint" - -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "Acceso máximo" - -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "Información OID" - -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "Iniciar OID" - -#: ../../include/functions_snmp_browser.php:521 -msgid "Browse" -msgstr "Examinar" - -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "Primera correspondencia" - -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "Coincidencia anterior" - -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "Siguiente coincidencia" - -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "Última coincidencia" - -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "Expandir el árbol (puede ser lento)" - -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "Contraer el árbol" - -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "Opciones SNMP v3" - -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "Opciones de búsqueda" - -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" -msgstr "Ocurrió un error exportando los datos" - -#: ../../include/graphs/export_data.php:76 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106 -msgid "Selected" -msgstr "Seleccionado" - -#: ../../include/graphs/functions_flot.php:258 -#: ../../include/graphs/functions_flot.php:288 -msgid "Cancel zoom" -msgstr "Cancelar el zoom" - -#: ../../include/graphs/functions_flot.php:260 -msgid "Warning and Critical thresholds" -msgstr "Umbrales de alerta y critico" - -#: ../../include/graphs/functions_flot.php:263 -msgid "Overview graph" -msgstr "Grafica de vista general" - -#: ../../include/graphs/functions_pchart.php:195 -#: ../../include/graphs/functions_pchart.php:1149 -msgid "Actual" -msgstr "Actual" - -#: ../../include/help/clippy/agent_out_of_limits.php:39 -msgid "Agent contact date passed it's ETA!." -msgstr "¡La fecha de contacto del agente pasó su plazo estimado!" - -#: ../../include/help/clippy/agent_out_of_limits.php:44 -msgid "" -"This happen when your agent stopped reporting or the server have any problem " -"(too load or just down). Check also connectivity between the agent and the " -"server." -msgstr "" -"Esto sucede cuando tu agente dejado de informar o el servidor tiene algún " -"problema (demasiado carga o simplemente se ha caido). Comprueba también la " -"conectividad entre el agente y el servidor." - -#: ../../include/help/clippy/data_configuration_module.php:39 -msgid "Data Configuration Module." -msgstr "Módulos de datos de configuración" - -#: ../../include/help/clippy/data_configuration_module.php:44 -msgid "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." -msgstr "" -"Por favor, tenga en cuenta que la información aquí proporcionada afecta la " -"forma de cómo el agente recoge la información y genera el XML de datos. " -"Cualquier dato / configuración enviado por el agente, a diferencia de los " -"enviados desde datos o descripción que son descartados, y la configuración " -"mostrada en la consola prevalece sobre cualquier configuración procedente " -"del agente, esto se aplica por ejemplo para umbrales críticos / advertencia " -", intervalo , grupo módulo, valor mínimo / máximo, etiquetas , etc." - -#: ../../include/help/clippy/data_configuration_module.php:50 -msgid "" -"Information imported FIRST time from the XML will fill the information you " -"can see in the console, but after the first import, system will ignore any " -"update coming from the XML/Agent." -msgstr "" -"Información importada la PRIMERA vez desde el XML llenará la información " -"que se puede ver en la consola, pero después de la primera importación , el " -"sistema ignorará cualquier actualización que viene del XML / Agente ." - -#: ../../include/help/clippy/extension_cron_send_email.php:39 -msgid "" -"The configuration of email for the task email is in the enterprise setup:" -msgstr "" -"La configuración del email para las tareas del mismo está en la " -"configuración enterprise:" - -#: ../../include/help/clippy/extension_cron_send_email.php:40 -msgid "Please check if the email configuration is correct." -msgstr "Por favor, confirmar que la configuración de correo-e es correcta." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 -msgid "Now you must go to Modules. Don't worry I'll lead you." -msgstr "" -"Ahora debes ir a los módulos. Pero no te preocupes, te guiare paso a paso." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 -msgid "Click in this tab.." -msgstr "Haz click en esta pestaña." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 -msgid "Now you must create the module. Don't worry, i'll teach you." -msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 -msgid "Choose the network server module." -msgstr "Elige el módulo de servidor de red." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 -msgid "And click the button." -msgstr "Y pica el botón." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 -msgid "Now you must create the module. Don't worry, i'll teach you ." -msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 -msgid "Now we are going to fill the form." -msgstr "Ahora nosotros vamos a rellenar el formulario." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 -msgid "Please choose Network Management." -msgstr "Por favor, selecciona \"Network Management\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 -msgid "Choose the component named \"Host alive\"." -msgstr "Selecciona el componente llamado \"Host alive\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 -msgid "You can change the name if you want." -msgstr "Puedes cambiar el nombre si quieres." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 -msgid "Check if the IP showed is the IP of your machine." -msgstr "Prueba si la IP mostrado es la IP de tu maquina." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 -msgid "And only to finish it is clicking this button." -msgstr "Y ya solamente para terminar pulsa en este botón." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 -msgid "" -"Congrats! Your module has been created.
                and the status color is " -"blue.
                That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"¡Felicidades! Has creado tu módulo.
                y el color de estado es " -"azul.
                Ese color significa que el módulo no se ha ejecutado. En " -"los próximos segundos, si no hay problema, el color de estado pasara a " -"rojo o verde." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -#: ../../operation/servers/recon_view.php:137 -msgid "Done" -msgstr "Hecho" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Haz click en la pestaña de alertas para rellenar el formulario con la alerta " -"a añadir." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 -msgid "Select the critical module." -msgstr "Elige el módulo critico." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "In template select \"Critical Condition\"." -msgstr "En las plantillas selecciona \"Critical Condition\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 -msgid "Now, select the action created before." -msgstr "Ahora, elige la acción creada antes." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 -msgid "Click on Add Alert button to create the alert." -msgstr "Haz click en el botón añadir alerta para crear la alerta." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"Para probar la alerta que acabas de crear, ve a la vista principal, haz clic " -"en la pestaña con el icono del ojo." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 -msgid "I'm going to show you how to monitor a server." -msgstr "Te voy a mostrar cómo monitorizar un servidor." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 -msgid "Please, type an agent to save the modules for monitoring a server." -msgstr "" -"Por favor, escribe el nombre de un agente para guardar los módulos para " -"monitorizar un servidor." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 -msgid "If you have typed the name correctly you will see the agent." -msgstr "Si ha introducido el nombre correctamente, verá el agente." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 -msgid "Now, please choose the agent you searched." -msgstr "Ahora, por favor elige el agente que buscaste." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 -msgid "Choose the agent and click on the name." -msgstr "Elige el agente y haz click en el nombre" - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 -msgid "" -"Let me show you how to create an email action: Click on Create button and " -"fill the form showed in the following screen." -msgstr "" -"Te voy a enseñar cómo crear una acción de correo electrónico: Haz click en " -"el botón Crear y rellena el formulario que aparecerá en la siguiente " -"pantalla." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 -msgid "" -"Now, you have to go to the monitors list and look for a critical module to " -"apply the alert." -msgstr "" -"Ahora, tienes que ir a la lista de monitores y busca un módulo en estado " -"crítico para enlazarle la alerta." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 -msgid "" -"Click on the arrow to drop down the Monitoring submenu and select Monitor " -"Detail." -msgstr "" -"Haga click en la flecha para desplegar el submenú Monitorización y " -"seleccione Detalle Monitor." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 -msgid "Fill the name of your action." -msgstr "Rellena con el nombre de la acción." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 -msgid "" -"Select the group in the drop-down list and filter for ACL (the user in this " -"group can use your action to create an alert)." -msgstr "" -"Seleccione el grupo en la lista desplegable y este es un filtro para las ACL " -"(el usuario en este grupo puede utilizar la acción de crear una alerta)." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 -msgid "In the command field select \"email\"." -msgstr "En este campo de comando elige \"email\"." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 -msgid "" -"In the threshold field enter the seconds. The help icon show more " -"information." -msgstr "" -"En el campo de umbral se rellena con un número de segundos. El icono de " -"ayuda te mostrará mas ayuda." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 -msgid "" -"In the first field enter the email address/addresses where you want to " -"receive the email alerts separated with comas ( , ) or white spaces." -msgstr "" -"En el primer campo introduce la dirección/es de email separados por comas " -"(,) o espacios en blanco, en las que deseas recibir las alertas de email." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 -msgid "" -"In the \"Subject\" field you can use the macros _agent_ or _module_ for " -"each name." -msgstr "" -"El campo \"Subject\" puedes usar macros _agent_ o _module_ para el asunto " -"del email." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 -msgid "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." -msgstr "" -"En el campo de texto, también puede utilizar las macros. Hay mas información " -"acerca de las macros, haz click en el icono de ayuda." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 -msgid "Click on Create button to create the action." -msgstr "Haz click en el botón de crear, para crear la acción." - -#: ../../include/help/clippy/homepage.php:59 -msgid "Hi, can I help you?" -msgstr "Buenas. ¿Te puedo ayudar?" - -#: ../../include/help/clippy/homepage.php:60 -msgid "" -"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " -"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " -"close me and never see me again." -msgstr "" -"Permiteme presentarme a mi mismo: Yo soy Pandorin, el molesto asistente de " -"Pandora FMS. Puedes seguir mis pasos para hacer tareas básicas en Pandora " -"FMS o puedes cerrarme y nunca volverme a ver." - -#: ../../include/help/clippy/homepage.php:67 -msgid "Close this wizard and don't open it again." -msgstr "Cierra el asistente y no vuelva a aparecer otra vez." - -#: ../../include/help/clippy/homepage.php:81 -msgid "Which task would you like to do first?" -msgstr "¿Qué tarea le gustaría hacer primero?" - -#: ../../include/help/clippy/homepage.php:85 -msgid "Ping to a Linux or Windows server with a Pandora FMS agent" -msgstr "" -"Hacer un ping a un servidor Linux o Windows con un agente de Pandora FMS" - -#: ../../include/help/clippy/homepage.php:90 -msgid "Create a alert by email in a critical module." -msgstr "Crear una alerta que avise por email para un módulo crítico." - -#: ../../include/help/clippy/homepage.php:209 -msgid "" -"The first thing you have to do is to setup the config email in the Pandora " -"FMS Server." -msgstr "" -"La primera cosa que tienes que hacer es configurar el email en el servidor " -"de Pandora FMS." - -#: ../../include/help/clippy/homepage.php:213 -msgid "If you have it already configured you can go to the next step." -msgstr "Si ya lo tienes ya configurado, puedes ir al siguiente paso." - -#: ../../include/help/clippy/homepage.php:218 -msgid "Now, pull down the Manage alerts menu and click on Actions. " -msgstr "Ahora, abra el menú Administrar alertas y haga click en Acciones. " - -#: ../../include/help/clippy/interval_agent_min.php:39 -msgid "Interval Agent." -msgstr "Intervalo de agente" - -#: ../../include/help/clippy/interval_agent_min.php:44 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"Por favor, tenga en cuenta que no se recomienda que tengan los agentes con " -"un intervalo de monitorización por debajo de 300 segundos. Esto tendrá un " -"impacto serio en el rendimiento del servidor. Por ejemplo, tener 200 agentes " -"con un intervalo de un minuto, es lo mismo que tener 1.000 agentes con un " -"intervalo de 5 minutos. La probabilidad de obtener módulos desconocidos es " -"más alto, y el impacto en el servidor es mayor, ya que requiere un tiempo de " -"respuesta más corto." - -#: ../../include/help/clippy/module_unknow.php:39 -msgid "You have unknown modules in this agent." -msgstr "Tienes módulos en estado desconocido en este agente." - -#: ../../include/help/clippy/module_unknow.php:44 -msgid "" -"Unknown modules are modules which receive data normally at least in one " -"occassion, but at this time are not receving data. Please check our " -"troubleshoot help page to help you determine why you have unknown modules." -msgstr "" -"Los módulos desconocidos son módulos que reciben datos normalmente al menos " -"en una ocasión, pero en este momento no se reciben datos. Por favor, " -"consulta la página de ayuda para solucionar los problemas sobre los módulos " -"desconocidos." - -#: ../../include/help/clippy/modules_not_init.php:39 -msgid "You have non initialized modules" -msgstr "Tienes módulos sin inicializar." - -#: ../../include/help/clippy/modules_not_init.php:44 -msgid "" -"This happen when you have just created a module and it's not executed at " -"first time. Usually in a few seconds should be initialized and you will be " -"able to see in main view. If you keep non-init modules for more than 24hr " -"(due a problem in it's execution or configuration) they will be " -"automatically deleted by the system. Non-init are not visible in the “main " -"view”, you can see/edit them in the module administration section, in the " -"agent administrator." -msgstr "" -"Esto sucede cuando se acaba de crear un módulo y no está ejecutado. Por lo " -"general, en unos pocos segundos debe ser inicializado y seras capaz de verlo " -"en la vista principal. Si se mantienen módulos no iniciados durante más de " -"24 horas (puede ser un problema en la ejecución o configuración) serán " -"eliminados automáticamente por el sistema. Los no iniciados no son visibles " -"en la vista principal, se puede ver / editar en la sección de administración " -"del módulo, en el administrador de agente." - -#: ../../include/help/clippy/modules_not_learning_mode.php:40 -msgid "" -"Please note that you have your agent setup to do not add new modules coming " -"from the data XML." -msgstr "" -"Por favor, tenga en cuenta que si no tiene activado el modo aprendizaje no " -"se añadirán nuevos módulos que vengan en el XML." - -#: ../../include/help/clippy/modules_not_learning_mode.php:41 -msgid "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." -msgstr "" -"Esto quiere decir que si se tiene un plugin local o se añaden manualmente " -"nuevos módulos al fichero de configuración, no se tendrá en" - -#: ../../include/help/clippy/modules_not_learning_mode.php:42 -msgid "" -"You should use the \"normal\" mode (non learn) only when you don't intend to " -"add more modules to the agent." -msgstr "" -"Debería usar el modo \"normal\" (no aprendizaje) solo cuando no tenga " -"intención de añadir más módulos al agente." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 -msgid "" -"Now, you have to go to the monitors list and look for a \"critical\" module " -"to apply the alert." -msgstr "" -"Ahora, tienes que ir a la lista de monitores y buscar un módulo en estado " -"\"critico\" para enlazarle una alerta." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 -msgid "" -"If you know the name of the agent or the name of the module in critical " -"status, type it in this field to make the module list shorter. You can write " -"the entire name or just a part of it." -msgstr "" -"Si conoces el nombre del agente o el nombre del módulo en estado crítico, " -"escríbelo en este campo para hacer la lista de módulos más cortos. Puedes " -"escribir el nombre completo o sólo una parte de ella." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 -msgid "Click on Show button to get the modules list filtered." -msgstr "Haz click en botón Mostrar para obtener la lista filtrada." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 -msgid "" -"Now, to edit the module, click on the wrench that appears in the type column." -msgstr "" -"Ahora, para editar el módulo, haz click en la llave fija que aparece en la " -"columna del tipo." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 -msgid "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your email." -msgstr "" -"El último paso es comprobar la alerta ha sido creada. Haz click en el icono " -"redondo para forzar la ejecución de la acción y después de unos minutos " -"recibirás la alerta en tu correo electrónico." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 -msgid "" -"And restart your pandora server to read again general configuration tokens." -msgstr "" -"Y reinicia tu servidor de Pandora para leer otra vez lo tokens generales de " -"configuración." - -#: ../../include/help/clippy/server_queued_modules.php:39 -msgid "Excesive Queued." -msgstr "Encolamiento excesivo" - -#: ../../include/help/clippy/server_queued_modules.php:44 -msgid "" -"You have too much items in the processing queue. This can happen if your " -"server is too loaded and/or not properly configured. This could be something " -"temporal, or a bottleneck. One possible solution is increase number of " -"server threads, but you should consider getting support about this." -msgstr "" -"Tiene demasiados ítems en cola. Esto puede pasar si su servidor está " -"demasiado cargado y/ o no está bien configurado. Puede ser algo temporal, o " -"un cuello de botella. Una posible solución es aumentar el número de hilos " -"del servidor, pero debería considerar la obtención de soporte sobre esto." - -#: ../../include/help/clippy/servers_down.php:39 -msgid "All servers down" -msgstr "Todo los servidores están caídos" - -#: ../../include/help/clippy/servers_down.php:44 -msgid "" -"Can you up all servers. You go to terminal in linux and execute the next " -"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " -"introduce root pass." -msgstr "" -"Usted puede activar todos los servidores. Tiene que ir al terminal de linux " -"y ejecutar el siguiente comando: \"sudo /etc/init.d/pandora_server " -"restart\". Es posible que necesite introducir la contraseña de root." - -#: ../../include/help/clippy/topology_group.php:39 -msgid "Topology Group" -msgstr "Tipología de grupo" - -#: ../../include/help/clippy/topology_group.php:44 -msgid "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " -msgstr "" -"Tenga en cuenta que el grupo mapas de topología no muestran la relación " -"padre entre los nodos , sólo muestra el grupo padre y el agente de " -"distribución dentro de ellos " - -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 -#: ../../enterprise/meta/general/footer.php:26 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Revisión %s" - -#: ../../mobile/include/functions_web.php:82 -#: ../../mobile/include/ui.class.php:258 -#: ../../enterprise/extensions/cron/functions.php:458 -#: ../../enterprise/extensions/cron/functions.php:558 -msgid "Generated at" -msgstr "Generado el" - -#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 -msgid "Pandora FMS mobile" -msgstr "Pandora FMS móvil" - -#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:128 -msgid "Home" -msgstr "Inicio" - -#: ../../mobile/include/ui.class.php:630 -msgid "Not found header." -msgstr "Encabezado no encontrado" - -#: ../../mobile/include/ui.class.php:633 -msgid "Not found content." -msgstr "Contenido no encontrado" - -#: ../../mobile/include/ui.class.php:636 -msgid "Not found footer." -msgstr "Pie de página no encontrado" - -#: ../../mobile/include/ui.class.php:639 -msgid "Incorrect form." -msgstr "Forma incorrecta" - -#: ../../mobile/include/ui.class.php:642 -msgid "Incorrect grid." -msgstr "Matriz incorrecta" - -#: ../../mobile/include/ui.class.php:645 -msgid "Incorrect collapsible." -msgstr "Plegable incorrecto" - -#: ../../mobile/include/user.class.php:152 -#: ../../mobile/include/user.class.php:170 -#: ../../mobile/include/user.class.php:177 -msgid "Double authentication failed" -msgstr "Fallo en la doble autenticación" - -#: ../../mobile/include/user.class.php:153 -msgid "Secret code not found" -msgstr "Código secreto no encontrado" - -#: ../../mobile/include/user.class.php:154 -msgid "Please contact the administrator to reset your double authentication" -msgstr "" -"Por favor contacte el administrador para restablecer la doble autenticación" - -#: ../../mobile/include/user.class.php:178 -msgid "There was an error checking the code" -msgstr "Hubo un error verificando el código" - -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" -msgstr "Indentificación fallida" - -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." -msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" - -#: ../../mobile/include/user.class.php:220 -msgid "Login out" -msgstr "Cerrar sesión" - -#: ../../mobile/include/user.class.php:244 -msgid "user" -msgstr "Usuario" - -#: ../../mobile/include/user.class.php:251 -msgid "password" -msgstr "contraseña" - -#: ../../mobile/include/user.class.php:301 -#: ../../mobile/include/user.class.php:302 -msgid "Authenticator code" -msgstr "Código de autenticación" - -#: ../../mobile/index.php:241 ../../mobile/operation/agent.php:67 -#: ../../mobile/operation/agents.php:146 ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/events.php:431 ../../mobile/operation/groups.php:54 -#: ../../mobile/operation/module_graph.php:271 -#: ../../mobile/operation/modules.php:174 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/tactical.php:72 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/visualmaps.php:84 -msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

                Please know that all " -"attempts to access this page are recorded in security logs of Pandora System " -"Database" -msgstr "" -"El acceso a esta página está restringido a usuarios autorizados, contacte " -"con el administrador del sistema si necesita asistencia.

                Todos los " -"intentos de acceso a esta página son grabados en los registros de seguridad " -"de Pandora FMS." - -#: ../../mobile/operation/agent.php:108 ../../mobile/operation/agents.php:162 -#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/events.php:568 -#: ../../mobile/operation/groups.php:69 -#: ../../mobile/operation/module_graph.php:368 -#: ../../mobile/operation/module_graph.php:377 -#: ../../mobile/operation/modules.php:190 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/tactical.php:88 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 -#: ../../enterprise/mobile/operation/dashboard.php:91 -#: ../../enterprise/mobile/operation/dashboard.php:225 -msgid "Back" -msgstr "Atrás" - -#: ../../mobile/operation/agent.php:112 -msgid "PandoraFMS: Agents" -msgstr "PandoraFMS: Agentes" - -#: ../../mobile/operation/agent.php:118 -msgid "No agent found" -msgstr "No se han encontrado agentes" - -#: ../../mobile/operation/agent.php:200 -msgid "Modules by status" -msgstr "Módulos por estado" - -#: ../../mobile/operation/agent.php:269 -#, php-format -msgid "Last %s Events" -msgstr "Últimos %s Eventos" - -#: ../../mobile/operation/agents.php:166 -#, php-format -msgid "Filter Agents by %s" -msgstr "Filtros de agentes por %s" - -#: ../../mobile/operation/agents.php:201 ../../mobile/operation/alerts.php:213 -#: ../../mobile/operation/events.php:659 -#: ../../mobile/operation/modules.php:261 -#: ../../mobile/operation/networkmaps.php:150 -msgid "Apply Filter" -msgstr "Aplicar el filtro" - -#: ../../mobile/operation/agents.php:370 -msgid "No agents" -msgstr "Sin agentes" - -#: ../../mobile/operation/agents.php:460 ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/events.php:1070 -#: ../../mobile/operation/modules.php:786 -#: ../../mobile/operation/networkmaps.php:216 -msgid "(Default)" -msgstr "Por defecto" - -#: ../../mobile/operation/agents.php:466 ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/events.php:1096 -#: ../../mobile/operation/modules.php:793 -#: ../../mobile/operation/networkmaps.php:222 -#, php-format -msgid "Group: %s" -msgstr "Grupo: %s" - -#: ../../mobile/operation/agents.php:470 ../../mobile/operation/alerts.php:320 -#: ../../mobile/operation/events.php:1112 -#: ../../mobile/operation/modules.php:805 -#, php-format -msgid "Status: %s" -msgstr "Estado: %s" - -#: ../../mobile/operation/agents.php:474 ../../mobile/operation/alerts.php:324 -#: ../../mobile/operation/modules.php:809 -#, php-format -msgid "Free Search: %s" -msgstr "Búsqueda libre: %s" - -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -msgstr "Todos (Habilitados)" - -#: ../../mobile/operation/alerts.php:39 -#: ../../operation/agentes/alerts_status.functions.php:75 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:926 -msgid "Not fired" -msgstr "No disparado" - -#: ../../mobile/operation/alerts.php:162 -#, php-format -msgid "Filter Alerts by %s" -msgstr "Filtros de alertas por %s" - -#: ../../mobile/operation/alerts.php:272 -msgid "Last Fired" -msgstr "Último/a lanzado/a" - -#: ../../mobile/operation/alerts.php:282 -msgid "No alerts" -msgstr "Sin alertas" - -#: ../../mobile/operation/alerts.php:312 -#, php-format -msgid "Standby: %s" -msgstr "Standby: %s" - -#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 -#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 -msgid "Preset Filters" -msgstr "Fijar los filtros" - -#: ../../mobile/operation/events.php:443 -msgid "ERROR: Event detail" -msgstr "ERROR: Detalles del evento" - -#: ../../mobile/operation/events.php:445 -msgid "Error connecting to DB pandora." -msgstr "Error al conectar a la base de datos de Pandora" - -#: ../../mobile/operation/events.php:458 -msgid "Event detail" -msgstr "Detalles del evento" - -#: ../../mobile/operation/events.php:541 -msgid "Sucessful validate" -msgstr "Validación correcta" - -#: ../../mobile/operation/events.php:543 -msgid "Fail validate" -msgstr "Validación fallida" - -#: ../../mobile/operation/events.php:575 -#, php-format -msgid "Filter Events by %s" -msgstr "Filtrar eventos por %s" - -#: ../../mobile/operation/events.php:1076 -#, php-format -msgid "Filter: %s" -msgstr "Filtro: %s" - -#: ../../mobile/operation/events.php:1089 -#, php-format -msgid "Severity: %s" -msgstr "Severidad: %s" - -#: ../../mobile/operation/events.php:1108 -#: ../../mobile/operation/networkmaps.php:229 -#, php-format -msgid "Type: %s" -msgstr "Tipo: %s" - -#: ../../mobile/operation/events.php:1116 -#, php-format -msgid "Free search: %s" -msgstr "Búsqueda libre: %s" - -#: ../../mobile/operation/events.php:1120 -#, php-format -msgid "Hours: %s" -msgstr "Horas: %s" - -#: ../../mobile/operation/groups.php:141 ../../operation/tree.php:292 -#: ../../enterprise/dashboard/widgets/tree_view.php:216 -#: ../../enterprise/include/functions_reporting_csv.php:463 -msgid "Unknown modules" -msgstr "Módulos desconocidos" - -#: ../../mobile/operation/groups.php:145 ../../operation/tree.php:297 -#: ../../enterprise/dashboard/widgets/tree_view.php:221 -#: ../../enterprise/include/functions_reporting_csv.php:464 -msgid "Not init modules" -msgstr "Módulos no inicializados" - -#: ../../mobile/operation/groups.php:149 ../../operation/tree.php:302 -#: ../../enterprise/dashboard/widgets/tree_view.php:226 -#: ../../enterprise/include/functions_reporting_csv.php:460 -msgid "Normal modules" -msgstr "Módulos Normales" - -#: ../../mobile/operation/groups.php:153 ../../operation/tree.php:287 -#: ../../enterprise/dashboard/widgets/tree_view.php:211 -#: ../../enterprise/include/functions_reporting_csv.php:462 -msgid "Warning modules" -msgstr "Módulos de advertencia" - -#: ../../mobile/operation/groups.php:157 ../../operation/tree.php:282 -#: ../../enterprise/dashboard/widgets/tree_view.php:206 -#: ../../enterprise/include/functions_reporting_csv.php:461 -msgid "Critical modules" -msgstr "Módulos críticos" - -#: ../../mobile/operation/home.php:135 ../../operation/search_results.php:64 -msgid "Global search" -msgstr "Búsqueda global" - -#: ../../mobile/operation/module_graph.php:364 -#: ../../mobile/operation/module_graph.php:373 -#, php-format -msgid "PandoraFMS: %s" -msgstr "PandoraFMS: %s" - -#: ../../mobile/operation/module_graph.php:387 -#, php-format -msgid "Options for %s : %s" -msgstr "Opciones para %s: %s" - -#: ../../mobile/operation/module_graph.php:394 -msgid "Show Alerts" -msgstr "Mostrar alertas" - -#: ../../mobile/operation/module_graph.php:402 -msgid "Show Events" -msgstr "Mostrar eventos" - -#: ../../mobile/operation/module_graph.php:410 -#: ../../operation/agentes/stat_win.php:389 -msgid "Time compare (Separated)" -msgstr "Comparación de tiempo (por separado)" - -#: ../../mobile/operation/module_graph.php:426 -#: ../../operation/agentes/stat_win.php:395 -msgid "Show unknown graph" -msgstr "Mostrar gráficas desconocidas" - -#: ../../mobile/operation/module_graph.php:434 -msgid "Avg Only" -msgstr "Solo promedio" - -#: ../../mobile/operation/module_graph.php:439 -msgid "Time range (hours)" -msgstr "Rango de tiempo (horas)" - -#: ../../mobile/operation/module_graph.php:452 -#: ../../operation/agentes/exportdata.php:310 -#: ../../operation/agentes/graphs.php:132 -#: ../../operation/agentes/interface_traffic_graph_win.php:235 -#: ../../operation/agentes/stat_win.php:314 -msgid "Begin date" -msgstr "Fecha de inicio" - -#: ../../mobile/operation/module_graph.php:459 -msgid "Update graph" -msgstr "Actualizar gráfica" - -#: ../../mobile/operation/module_graph.php:468 -msgid "Error get the graph" -msgstr "Error al obtener gráfica" - -#: ../../mobile/operation/modules.php:194 -#, php-format -msgid "Filter Modules by %s" -msgstr "Filtrar Módulos por %s" - -#: ../../mobile/operation/modules.php:543 -msgid "Interval." -msgstr "Intervalo" - -#: ../../mobile/operation/modules.php:549 -msgid "Last update." -msgstr "Última actualización" - -#: ../../mobile/operation/modules.php:801 -#, php-format -msgid "Module group: %s" -msgstr "Grupos de módulos: %s" - -#: ../../mobile/operation/modules.php:814 -#, php-format -msgid "Tag: %s" -msgstr "Etiqueta: %s" - -#: ../../mobile/operation/networkmap.php:164 -#: ../../mobile/operation/networkmaps.php:202 -msgid "No networkmaps" -msgstr "No hay mapas de red" - -#: ../../mobile/operation/networkmap.php:222 -#: ../../mobile/operation/networkmap.php:234 -#: ../../enterprise/extensions/vmware/vmware_view.php:1362 -#: ../../enterprise/extensions/vmware/vmware_view.php:1394 -#: ../../enterprise/extensions/vmware/vmware_view.php:1410 -#: ../../enterprise/operation/policies/networkmap.policies.php:70 -#: ../../enterprise/operation/policies/networkmap.policies.php:119 -#: ../../enterprise/operation/policies/networkmap.policies.php:133 -msgid "Map could not be generated" -msgstr "El mapa no pudo ser generado" - -#: ../../mobile/operation/networkmaps.php:112 -msgid "Networkmaps" -msgstr "Mapas de red" - -#: ../../mobile/operation/networkmaps.php:120 -#, php-format -msgid "Filter Networkmaps by %s" -msgstr "Filtrar mapas de red por %s" - -#: ../../mobile/operation/tactical.php:193 -msgid "Last activity" -msgstr "Última actividad" - -#: ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -msgstr "Consola visual" - -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "No hay mapas definidos" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:539 -msgid "Agent custom fields" -msgstr "Campos personalizados de agente" - -#: ../../operation/agentes/agent_fields.php:48 -#: ../../operation/agentes/custom_fields.php:87 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -msgid "empty" -msgstr "vacío" - -#: ../../operation/agentes/alerts_status.functions.php:32 -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Alert(s) validated" -msgstr "Alerta(s) validada(s)" - -#: ../../operation/agentes/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "Error al procesar la(s) alerta(s)" - -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:341 -#: ../../operation/agentes/status_monitor.php:344 -msgid "Only it is show tags in use." -msgstr "Mostrar sólo etiquetas en uso" - -#: ../../operation/agentes/alerts_status.functions.php:91 -#: ../../operation/agentes/status_monitor.php:349 -msgid "No tags" -msgstr "Sin etiquetas" - -#: ../../operation/agentes/alerts_status.functions.php:97 -#: ../../operation/agentes/datos_agente.php:202 -msgid "Free text for search" -msgstr "Búsqueda de texto libre" - -#: ../../operation/agentes/alerts_status.functions.php:99 -msgid "Filter by agent name, module name, template name or action name" -msgstr "" -"Filtrar por nombre de agente, nombre de módulo, nombre de plantilla o de " -"acción" - -#: ../../operation/agentes/alerts_status.functions.php:109 -msgid "No actions" -msgstr "Sin Acciones" - -#: ../../operation/agentes/alerts_status.php:108 -msgid "Full list of alerts" -msgstr "Lista completa de alertas" - -#: ../../operation/agentes/alerts_status.php:135 -#: ../../enterprise/meta/general/main_header.php:103 -msgid "Alerts view" -msgstr "Vista de alertas" - -#: ../../operation/agentes/alerts_status.php:144 -msgid "Insufficient permissions to validate alerts" -msgstr "Permisos insuficientes para validar alertas" - -#: ../../operation/agentes/alerts_status.php:599 -msgid "No alerts found" -msgstr "No se encontró ninguna alerta" - -#: ../../operation/agentes/custom_fields.php:52 -msgid "No fields defined" -msgstr "No se han definido campos" - -#: ../../operation/agentes/datos_agente.php:165 -msgid "Received data from" -msgstr "Datos recibidos de" - -#: ../../operation/agentes/datos_agente.php:172 -msgid "Main database" -msgstr "Base de datos principal" - -#: ../../operation/agentes/datos_agente.php:172 -#: ../../enterprise/godmode/menu.php:102 -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -msgid "History database" -msgstr "BBDD de histórico" - -#: ../../operation/agentes/datos_agente.php:173 -msgid "" -"Switch between the main database and the history database to retrieve module " -"data" -msgstr "" -"Cambiar entre base de datos principal y de histórico para recoger los datos " -"de los módulos" - -#: ../../operation/agentes/ehorus.php:30 -msgid "Missing agent id" -msgstr "Falta id de agente" - -#: ../../operation/agentes/ehorus.php:48 -msgid "Missing ehorus agent id" -msgstr "Falta id de agente de ehorus" - -#: ../../operation/agentes/ehorus.php:80 -msgid "There was an error retrieving an authorization token" -msgstr "Ha habido un error en la recepción del token de autorización" - -#: ../../operation/agentes/ehorus.php:93 -#: ../../operation/agentes/ehorus.php:129 -msgid "There was an error processing the response" -msgstr "Ha habido un error en el procesamiento de la respuesta" - -#: ../../operation/agentes/ehorus.php:116 -msgid "There was an error retrieving the agent data" -msgstr "Ha habido un error en la obtención de los datos del agente" - -#: ../../operation/agentes/ehorus.php:134 -msgid "Remote management of this agent with eHorus" -msgstr "Control remoto de este agente con eHorus" - -#: ../../operation/agentes/ehorus.php:136 -msgid "Launch" -msgstr "Iniciar" - -#: ../../operation/agentes/ehorus.php:142 -msgid "The connection was lost and the authorization token was expired" -msgstr "La conexión se perdió y el token de autorización ha expirado" - -#: ../../operation/agentes/ehorus.php:144 -msgid "Reload the page to request a new authorization token" -msgstr "Refresque la página para conseguir otro token de autorización" - -#: ../../operation/agentes/estado_agente.php:156 -msgid "Sucessfully deleted agent" -msgstr "Agente borrado correctamente" - -#: ../../operation/agentes/estado_agente.php:158 -msgid "There was an error message deleting the agent" -msgstr "Hubo errores al intentar borrar el agente" - -#: ../../operation/agentes/estado_agente.php:594 -msgid "Remote config" -msgstr "Configuración remota" - -#: ../../operation/agentes/estado_generalagente.php:42 -msgid "The agent has not assigned server. Maybe agent does not run fine." -msgstr "" -"El agente no ha sido asignado a ningún servidor. Quizá el agente no se esté " -"ejecutando correctamente." - -#: ../../operation/agentes/estado_generalagente.php:119 -msgid "" -"Agent statuses are re-calculated by the server, they are not shown in real " -"time." -msgstr "" -"Los estados de los agentes se calculan por el servidor, no se muestran en " -"tiempo real." - -#: ../../operation/agentes/estado_generalagente.php:196 -msgid "Agent contact" -msgstr "Contacto de agente" - -#: ../../operation/agentes/estado_generalagente.php:218 -msgid "Next contact" -msgstr "Siguiente contacto" - -#: ../../operation/agentes/estado_generalagente.php:241 -msgid "Agent info" -msgstr "Información del agente" - -#: ../../operation/agentes/estado_generalagente.php:313 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -msgid "There is no GIS data." -msgstr "No hay datos GIS" - -#: ../../operation/agentes/estado_generalagente.php:388 -msgid "Active incident on this agent" -msgstr "Activar incidencia a este agente" - -#: ../../operation/agentes/estado_generalagente.php:397 -#: ../../enterprise/dashboard/widget.php:63 -#: ../../enterprise/include/functions_reporting_csv.php:1034 -#: ../../enterprise/include/functions_reporting_csv.php:1147 -#: ../../enterprise/include/functions_reporting_csv.php:1294 -#: ../../enterprise/include/functions_reporting_csv.php:1359 -msgid "Title" -msgstr "Título" - -#: ../../operation/agentes/estado_generalagente.php:539 -msgid "Events info (24hr.)" -msgstr "Información de eventos (24hr.)" - -#: ../../operation/agentes/estado_generalagente.php:553 -#: ../../operation/agentes/pandora_networkmap.view.php:373 -msgid "Last contact: " -msgstr "Último contacto: " - -#: ../../operation/agentes/estado_generalagente.php:621 -msgid "Refresh data" -msgstr "Refrescar datos" - -#: ../../operation/agentes/estado_generalagente.php:623 -msgid "Force remote checks" -msgstr "Forzar chequeo remoto" - -#: ../../operation/agentes/estado_monitores.php:35 -msgid "Tag's information" -msgstr "Información de etiquetas" - -#: ../../operation/agentes/estado_monitores.php:81 -msgid "Relationship information" -msgstr "Información de relaciones" - -#: ../../operation/agentes/estado_monitores.php:128 -msgid "" -"To see the list of modules paginated, enable this option in the Styles " -"Configuration." -msgstr "" -"Para ver la lista de módulos con paginación, habilita esta opción en la " -"configuración de estilos." - -#: ../../operation/agentes/estado_monitores.php:129 -msgid "Full list of monitors" -msgstr "Lista completa de monitores" - -#: ../../operation/agentes/estado_monitores.php:154 -msgid "List of modules" -msgstr "Lista de módulos" - -#: ../../operation/agentes/estado_monitores.php:367 -#: ../../operation/agentes/status_monitor.php:1530 -#: ../../operation/tree.php:357 -#: ../../enterprise/dashboard/widgets/tree_view.php:283 -msgid "Module: " -msgstr "Módulo: " - -#: ../../operation/agentes/estado_monitores.php:445 -msgid "Status:" -msgstr "Estado:" - -#: ../../operation/agentes/estado_monitores.php:451 -msgid "Not Normal" -msgstr "No normal" - -#: ../../operation/agentes/estado_monitores.php:459 -msgid "Free text for search (*):" -msgstr "Texto libre de búsqueda (*)" - -#: ../../operation/agentes/estado_monitores.php:460 -msgid "Search by module name, list matches." -msgstr "Búsqueda por nombre del módulo, lista las coincidencias." - -#: ../../operation/agentes/estado_monitores.php:475 -msgid "Reset" -msgstr "Reiniciar" - -#: ../../operation/agentes/exportdata.csv.php:68 -#: ../../operation/agentes/exportdata.excel.php:67 -#: ../../operation/agentes/exportdata.php:82 -msgid "Invalid time specified" -msgstr "Hora especificada no válida" - -#: ../../operation/agentes/exportdata.csv.php:182 -#: ../../operation/agentes/exportdata.excel.php:165 -#: ../../operation/agentes/exportdata.php:218 -msgid "No modules specified" -msgstr "No se especificó ningún módulo" - -#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:399 -msgid "Export data" -msgstr "Exportar datos" - -#: ../../operation/agentes/exportdata.php:276 -msgid "No modules of type string. You can not calculate their average" -msgstr "No hay módulos de tipo cadena. No puede calcular su media." - -#: ../../operation/agentes/exportdata.php:319 -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../enterprise/operation/log/log_viewer.php:223 -msgid "End date" -msgstr "Fecha final" - -#: ../../operation/agentes/exportdata.php:327 -msgid "Export type" -msgstr "Tipo de exportación" - -#: ../../operation/agentes/exportdata.php:332 -msgid "MS Excel" -msgstr "MS Excel" - -#: ../../operation/agentes/exportdata.php:333 -msgid "Average per hour/day" -msgstr "Media por hora/día" - -#: ../../operation/agentes/gis_view.php:91 -msgid "Last position in " -msgstr "última posición en " - -#: ../../operation/agentes/gis_view.php:98 -msgid "Period to show data as path" -msgstr "periodo para mostrar datos como ruta" - -#: ../../operation/agentes/gis_view.php:102 -msgid "Refresh path" -msgstr "refrescar ruta" - -#: ../../operation/agentes/gis_view.php:105 -msgid "Positional data from the last" -msgstr "Datos de posición desde el último" - -#: ../../operation/agentes/gis_view.php:144 -msgid "This agent doesn't have any GIS data." -msgstr "Este agente no tiene ningún dato GIS." - -#: ../../operation/agentes/gis_view.php:172 -#, php-format -msgid "%s Km" -msgstr "%s Km" - -#: ../../operation/agentes/gis_view.php:184 -msgid "Distance" -msgstr "Distancia" - -#: ../../operation/agentes/gis_view.php:185 -msgid "# of Packages" -msgstr "# de paquetes" - -#: ../../operation/agentes/gis_view.php:186 -#: ../../operation/gis_maps/ajax.php:222 -msgid "Manual placement" -msgstr "Colocación manual" - -#: ../../operation/agentes/gis_view.php:189 -msgid "positional data" -msgstr "datos de posición" - -#: ../../operation/agentes/graphs.php:86 -msgid "Other modules" -msgstr "Otros módulos" - -#: ../../operation/agentes/graphs.php:91 -msgid "Modules network no proc" -msgstr "Módulos de red sin proc" - -#: ../../operation/agentes/graphs.php:136 -#: ../../operation/agentes/interface_traffic_graph_win.php:248 -#: ../../operation/agentes/stat_win.php:338 -#: ../../operation/reporting/graph_viewer.php:217 -msgid "Time range" -msgstr "Rango de tiempo" - -#: ../../operation/agentes/graphs.php:140 -#: ../../operation/agentes/stat_win.php:345 -msgid "Show events" -msgstr "Mostrar eventos" - -#: ../../operation/agentes/graphs.php:142 -#: ../../operation/agentes/stat_win.php:362 -msgid "Show alerts" -msgstr "Mostrar alertas" - -#: ../../operation/agentes/graphs.php:143 -msgid "the combined graph does not show the alerts into this graph" -msgstr "Las gráficas combinadas no muestran las alertas" - -#: ../../operation/agentes/graphs.php:145 -msgid "Show as one combined graph" -msgstr "Mostrar como una gráfica combinada" - -#: ../../operation/agentes/graphs.php:147 -msgid "one combined graph" -msgstr "gráfica combinada" - -#: ../../operation/agentes/graphs.php:150 -msgid "several graphs for each module" -msgstr "varias gráficas por cada módulo" - -#: ../../operation/agentes/graphs.php:157 -msgid "Save as custom graph" -msgstr "Guardar como gráfica personalizada" - -#: ../../operation/agentes/graphs.php:163 -msgid "Filter graphs" -msgstr "Filtrar gráficas" - -#: ../../operation/agentes/graphs.php:210 -msgid "There was an error loading the graph" -msgstr "Sucedió un error al cargar la gráfica" - -#: ../../operation/agentes/graphs.php:218 -#: ../../operation/agentes/graphs.php:221 -msgid "Name custom graph" -msgstr "Nombre de gráfica personalizada" - -#: ../../operation/agentes/graphs.php:243 -msgid "Save custom graph" -msgstr "Guardar gráfica personalizada" - -#: ../../operation/agentes/graphs.php:264 -msgid "Custom graph create from the tab graphs in the agent." -msgstr "Creada gráfica personalizada desde la sección de gráficas del agente" - -#: ../../operation/agentes/group_view.php:117 -msgid "Summary of the status groups" -msgstr "Resumen de los grupos por estatus" - -#: ../../operation/agentes/interface_traffic_graph_win.php:48 -#: ../../operation/agentes/stat_win.php:44 -msgid "There was a problem connecting with the node" -msgstr "Hubo un problema conectando con el nodo" - -#: ../../operation/agentes/interface_traffic_graph_win.php:66 -msgid "In" -msgstr "En" - -#: ../../operation/agentes/interface_traffic_graph_win.php:67 -msgid "Out" -msgstr "Fuera" - -#: ../../operation/agentes/interface_traffic_graph_win.php:210 -#: ../../operation/agentes/stat_win.php:268 -msgid "Pandora FMS Graph configuration menu" -msgstr "Menú de configuración de gráficos" - -#: ../../operation/agentes/interface_traffic_graph_win.php:212 -#: ../../operation/agentes/stat_win.php:270 -msgid "Please, make your changes and apply with the Reload button" -msgstr "Haga sus cambios y aplíquelos con el botón Actualizar." - -#: ../../operation/agentes/interface_traffic_graph_win.php:229 -#: ../../operation/agentes/stat_win.php:297 -msgid "Refresh time" -msgstr "Tiempo de actualización" - -#: ../../operation/agentes/interface_traffic_graph_win.php:242 -#: ../../operation/agentes/stat_win.php:320 -msgid "Begin time" -msgstr "Comenzar el tiempo" - -#: ../../operation/agentes/interface_traffic_graph_win.php:254 -#: ../../operation/agentes/stat_win.php:377 -msgid "Show percentil" -msgstr "Mostrar el percentil" - -#: ../../operation/agentes/interface_traffic_graph_win.php:260 -#: ../../operation/agentes/stat_win.php:326 -msgid "Zoom factor" -msgstr "Factor de ampliación" - -#: ../../operation/agentes/interface_traffic_graph_win.php:287 -#: ../../operation/agentes/stat_win.php:421 -msgid "Reload" -msgstr "Actualizar" - -#: ../../operation/agentes/pandora_networkmap.editor.php:133 -#: ../../operation/agentes/pandora_networkmap.php:369 -#: ../../operation/agentes/pandora_networkmap.view.php:701 -msgid "Networkmap" -msgstr "Mapa de red" - -#: ../../operation/agentes/pandora_networkmap.editor.php:162 -#: ../../operation/agentes/pandora_networkmap.view.php:703 -msgid "Not found networkmap." -msgstr "No se encontró ningún networkmap." - -#: ../../operation/agentes/pandora_networkmap.editor.php:187 -msgid "Node radius" -msgstr "Radio de los nodos" - -#: ../../operation/agentes/pandora_networkmap.editor.php:198 -msgid "CIDR IP mask" -msgstr "Máscara CIDR" - -#: ../../operation/agentes/pandora_networkmap.editor.php:200 -msgid "Source from recon task" -msgstr "Origen de tarea recon" - -#: ../../operation/agentes/pandora_networkmap.editor.php:202 -msgid "" -"It is setted any recon task, the nodes get from the recontask IP mask " -"instead from the group." -msgstr "" -"Si está seleccionada alguna tarea recon, los nodos se obtendrán de la " -"máscara IP de la recontask en lugar del grupo" - -#: ../../operation/agentes/pandora_networkmap.editor.php:206 -msgid "Show only the task with the recon script \"SNMP L2 Recon\"." -msgstr "Mostrar solo las tareas recon con el script \"SNMP L2 Recon\"" - -#: ../../operation/agentes/pandora_networkmap.editor.php:208 -msgid "Source from CIDR IP mask" -msgstr "Origen de máscara CIDR" - -#: ../../operation/agentes/pandora_networkmap.editor.php:212 -msgid "Don't show subgroups:" -msgstr "No mostrar subgrupos" - -#: ../../operation/agentes/pandora_networkmap.editor.php:225 -msgid "Method generation networkmap" -msgstr "Método de generación de mapas de red" - -#: ../../operation/agentes/pandora_networkmap.editor.php:237 -msgid "Save networkmap" -msgstr "Guardar mapa de red" - -#: ../../operation/agentes/pandora_networkmap.editor.php:243 -msgid "Update networkmap" -msgstr "Actualizar mapa de red" - -#: ../../operation/agentes/pandora_networkmap.php:153 -msgid "Succesfully created" -msgstr "Creado correctamente" - -#: ../../operation/agentes/pandora_networkmap.php:247 -msgid "Succesfully updated" -msgstr "Actualizado correctamente" - -#: ../../operation/agentes/pandora_networkmap.php:264 -msgid "Succesfully duplicate" -msgstr "Duplicado correctamente" - -#: ../../operation/agentes/pandora_networkmap.php:264 -#: ../../enterprise/godmode/policies/policy_modules.php:1173 -msgid "Could not be duplicated" -msgstr "No se puede duplicar" - -#: ../../operation/agentes/pandora_networkmap.php:273 -msgid "Succesfully deleted" -msgstr "Eliminado correctamente" - -#: ../../operation/agentes/pandora_networkmap.php:470 -msgid "Pending to generate" -msgstr "Pendiente de generar" - -#: ../../operation/agentes/pandora_networkmap.php:490 -#: ../../enterprise/operation/services/services.list.php:458 -msgid "Config" -msgstr "Config" - -#: ../../operation/agentes/pandora_networkmap.php:506 -msgid "There are no maps defined." -msgstr "No hay mapas definidos." - -#: ../../operation/agentes/pandora_networkmap.php:513 -msgid "Create networkmap" -msgstr "Crear mapa de red" - -#: ../../operation/agentes/pandora_networkmap.view.php:111 -msgid "Success be updated." -msgstr "Actualizado correctamente" - -#: ../../operation/agentes/pandora_networkmap.view.php:114 -#: ../../enterprise/extensions/ipam/ipam_action.php:190 -msgid "Could not be updated." -msgstr "No se puede actualizar" - -#: ../../operation/agentes/pandora_networkmap.view.php:227 -msgid "Name: " -msgstr "Nombre: " - -#: ../../operation/agentes/pandora_networkmap.view.php:258 -#: ../../operation/agentes/status_monitor.php:1035 -msgid "(Adopt) " -msgstr "Adoptar " - -#: ../../operation/agentes/pandora_networkmap.view.php:268 -#: ../../operation/agentes/status_monitor.php:1045 -msgid "(Unlinked) (Adopt) " -msgstr "(Sin enlazar) (Adoptar) " - -#: ../../operation/agentes/pandora_networkmap.view.php:272 -#: ../../operation/agentes/status_monitor.php:1049 -msgid "(Unlinked) " -msgstr "(Sin enlazar) " - -#: ../../operation/agentes/pandora_networkmap.view.php:277 -msgid "Policy: " -msgstr "Política: " - -#: ../../operation/agentes/pandora_networkmap.view.php:326 -#: ../../enterprise/extensions/vmware/vmware_manager.php:202 -msgid "Status: " -msgstr "Estado: " - -#: ../../operation/agentes/pandora_networkmap.view.php:370 -msgid "Data: " -msgstr "Datos: " - -#: ../../operation/agentes/pandora_networkmap.view.php:731 -#: ../../operation/snmpconsole/snmp_browser.php:86 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_view.php:78 -msgid "Normal screen" -msgstr "Pantalla normal" - -#: ../../operation/agentes/pandora_networkmap.view.php:747 -msgid "List of networkmap" -msgstr "Lista de mapas de red" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "Datos actuales a" - -#: ../../operation/agentes/stat_win.php:115 -msgid "There was a problem locating the source of the graph" -msgstr "Hubo un problema al localizar la fuente del gráfico" - -#: ../../operation/agentes/stat_win.php:305 -msgid "Avg. Only" -msgstr "Solo la media" - -#: ../../operation/agentes/stat_win.php:356 -msgid "" -"Show events is disabled because this Pandora node is set the event " -"replication." -msgstr "" -"Los eventos no se muestran porque este nodo de Pandora tiene la replicación " -"de eventos activada." - -#: ../../operation/agentes/stat_win.php:368 -msgid "Show event graph" -msgstr "Mostrar gráfica de eventos" - -#: ../../operation/agentes/status_events.php:31 -#: ../../operation/agentes/status_events.php:32 -msgid "Latest events for this agent" -msgstr "Últimos eventos para este agente" - -#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:59 -msgid "Monitor detail" -msgstr "Detalle de monitores" - -#: ../../operation/agentes/status_monitor.php:45 -msgid "Monitor view" -msgstr "Vista del monitor" - -#: ../../operation/agentes/status_monitor.php:306 -msgid "Monitor status" -msgstr "Estado del monitor" - -#: ../../operation/agentes/status_monitor.php:327 -#: ../../operation/incidents/incident.php:238 -#: ../../enterprise/extensions/vmware/vmware_view.php:1247 -msgid "Show" -msgstr "Mostrar" - -#: ../../operation/agentes/status_monitor.php:390 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:38 -msgid "Web server module" -msgstr "Módulo del servidor web" - -#: ../../operation/agentes/status_monitor.php:394 -#: ../../operation/agentes/status_monitor.php:962 -msgid "Server type" -msgstr "Tipo de servidor" - -#: ../../operation/agentes/status_monitor.php:400 -msgid "Show monitors..." -msgstr "Mostrar módulos..." - -#: ../../operation/agentes/status_monitor.php:410 -msgid "Data type" -msgstr "Tipo de dato" - -#: ../../operation/agentes/status_monitor.php:529 -msgid "Advanced Options" -msgstr "Opciones Avanzadas" - -#: ../../operation/agentes/status_monitor.php:952 -msgid "Data Type" -msgstr "Tipo de Dato" - -#: ../../operation/agentes/status_monitor.php:1443 -msgid "This group doesn't have any monitor" -msgstr "Este grupo no tiene ningún monitor definido" - -#: ../../operation/agentes/tactical.php:135 -msgid "Report of State" -msgstr "Informe de Estado" - -#: ../../operation/agentes/ver_agente.php:686 -#: ../../enterprise/operation/agentes/ver_agente.php:70 -msgid "Main IP" -msgstr "IP principal" - -#: ../../operation/agentes/ver_agente.php:737 -#: ../../enterprise/operation/agentes/ver_agente.php:113 -msgid "Monitors down" -msgstr "Monitores caídos" - -#: ../../operation/agentes/ver_agente.php:822 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -msgid "Address" -msgstr "Dirección" - -#: ../../operation/agentes/ver_agente.php:863 -msgid "Sons" -msgstr "Hijos" - -#: ../../operation/agentes/ver_agente.php:947 -#: ../../operation/search_agents.php:111 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "Gestionar" - -#: ../../operation/agentes/ver_agente.php:1076 -msgid "Log Viewer" -msgstr "Visor de sucesos" - -#: ../../operation/agentes/ver_agente.php:1096 -msgid "Terminal" -msgstr "Terminal" - -#: ../../operation/agentes/ver_agente.php:1116 -#: ../../enterprise/godmode/agentes/collections.agents.php:53 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:216 -#: ../../enterprise/godmode/agentes/collections.data.php:256 -#: ../../enterprise/godmode/agentes/collections.editor.php:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:350 -#: ../../enterprise/godmode/agentes/collections.editor.php:375 -#: ../../enterprise/include/functions_collection.php:129 -msgid "Files" -msgstr "Archivos" - -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/menu.php:278 ../../operation/menu.php:365 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/snmpconsole/snmp_view.php:72 -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -msgid "Statistics" -msgstr "Estadísticas" - -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "Gráfica de eventos por usuario" - -#: ../../operation/events/events.build_table.php:37 -msgid "More detail" -msgstr "Más detalles" - -#: ../../operation/events/events.build_table.php:85 -#: ../../operation/events/events.build_table.php:89 -msgid "The Agent: " -msgstr "El agente: " - -#: ../../operation/events/events.build_table.php:86 -#: ../../operation/events/events.build_table.php:90 -msgid " has " -msgstr " tiene " - -#: ../../operation/events/events.build_table.php:87 -#: ../../operation/events/events.build_table.php:91 -msgid " events." -msgstr " eventos." - -#: ../../operation/events/events.build_table.php:754 -msgid "Validate selected" -msgstr "Validar selección" - -#: ../../operation/events/events.php:71 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -msgid "Event" -msgstr "Evento" - -#: ../../operation/events/events.php:195 -msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" -msgstr "" -"El visor de eventos está desactivado debido a la replicación de eventos. Por " -"favor, contacte con el administrador para obtener más información." - -#: ../../operation/events/events.php:339 -msgid "History event list" -msgstr "Lista histórica de eventos" - -#: ../../operation/events/events.php:344 -msgid "RSS Events" -msgstr "Eventos RSS" - -#: ../../operation/events/events.php:349 -msgid "Marquee display" -msgstr "Marquesina deslizante" - -#: ../../operation/events/events.php:354 -msgid "Export to CSV file" -msgstr "Exportar a un archivo CSV" - -#: ../../operation/events/events.php:358 ../../operation/events/events.php:397 -msgid "Sound events" -msgstr "Eventos sonoros" - -#: ../../operation/events/events.php:401 -msgid "History" -msgstr "Historial" - -#: ../../operation/events/events.php:439 ../../operation/menu.php:319 -msgid "Sound Alerts" -msgstr "Alertas sonoras" - -#: ../../operation/events/events.php:472 -msgid "Event viewer" -msgstr "Visor de eventos" - -#: ../../operation/events/events.php:492 -msgid "No events selected" -msgstr "No se han seleccionado eventos" - -#: ../../operation/events/events.php:518 -msgid "Successfully validated" -msgstr "Validado correctamente" - -#: ../../operation/events/events.php:519 ../../operation/events/events.php:843 -#: ../../operation/events/events.php:995 -msgid "Could not be validated" -msgstr "No se pudo validar" - -#: ../../operation/events/events.php:523 -msgid "Successfully set in process" -msgstr "Correctamente establecido en modo \"en proceso\"" - -#: ../../operation/events/events.php:524 -msgid "Could not be set in process" -msgstr "No se ha podido establecer en modo \"en proceso\"" - -#: ../../operation/events/events.php:875 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:226 -msgid "Successfully delete" -msgstr "Borrado satisfactoriamente" - -#: ../../operation/events/events.php:878 -msgid "Error deleting event" -msgstr "Error al eliminar evento" - -#: ../../operation/events/events_list.php:256 -#: ../../operation/events/events_list.php:704 -msgid "No filter loaded" -msgstr "No se ha cargado el filtro" - -#: ../../operation/events/events_list.php:258 -#: ../../operation/events/events_list.php:705 -msgid "Filter loaded" -msgstr "Filtro cargado" - -#: ../../operation/events/events_list.php:260 -#: ../../operation/events/events_list.php:323 -#: ../../operation/events/events_list.php:671 -msgid "Save filter" -msgstr "Guardar filtro" - -#: ../../operation/events/events_list.php:262 -#: ../../operation/events/events_list.php:346 -#: ../../operation/events/events_list.php:348 -#: ../../operation/events/events_list.php:675 -#: ../../operation/netflow/nf_live_view.php:329 -msgid "Load filter" -msgstr "Cargar filtro" - -#: ../../operation/events/events_list.php:283 -msgid "New filter" -msgstr "Nuevo filtro" - -#: ../../operation/events/events_list.php:293 -msgid "Save in Group" -msgstr "Guardar en el grupo" - -#: ../../operation/events/events_list.php:310 -msgid "Overwrite filter" -msgstr "Sobrescribir filtro" - -#: ../../operation/events/events_list.php:647 -msgid "Group agents" -msgstr "Grupos de agente" - -#: ../../operation/events/events_list.php:677 -msgid "Show events graph" -msgstr "Mostrar gráfica de eventos" - -#: ../../operation/events/events_list.php:711 -#: ../../operation/events/events_list.php:713 -msgid "Event control filter" -msgstr "Filtro de control de eventos" - -#: ../../operation/events/events_list.php:720 -msgid "Error creating filter." -msgstr "Error creando filtro." - -#: ../../operation/events/events_list.php:721 -msgid "Error creating filter is duplicated." -msgstr "Error creando filtro al estar duplicado." - -#: ../../operation/events/events_list.php:722 -msgid "Filter created." -msgstr "Filtro creado." - -#: ../../operation/events/events_list.php:724 -msgid "Filter updated." -msgstr "Filtro actualizado." - -#: ../../operation/events/events_list.php:725 -msgid "Error updating filter." -msgstr "Error actualizando filtro." - -#: ../../operation/events/events_list.php:1192 -msgid "Filter name cannot be left blank" -msgstr "El nombre del filtro no se puede dejar en blanco" - -#: ../../operation/events/events_list.php:1669 -msgid "Events generated -by agent-" -msgstr "Eventos generados -por agente-" - -#: ../../operation/events/events_rss.php:32 -msgid "Your IP is not into the IP list with API access." -msgstr "Su IP no se encuentra en el listado de IPs con acceso a la API." - -#: ../../operation/events/events_rss.php:46 -msgid "The URL of your feed has bad hash." -msgstr "La URL de tu feed tiene mal el hash." - -#: ../../operation/events/events_rss.php:185 ../../operation/menu.php:98 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/events/sound_events.php:51 ../../operation/menu.php:307 -msgid "Sound Events" -msgstr "Eventos sonoros" - -#: ../../operation/events/sound_events.php:68 -msgid "Sound console" -msgstr "Consola sonora" - -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "Posición (Lat, Long, Alt)" - -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "Inicio de contacto" - -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "Informes numéricos" - -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "Posición por defecto del mapa" - -#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:185 -msgid "GIS Maps" -msgstr "Mapas GIS" - -#: ../../operation/gis_maps/gis_map.php:175 -msgid "No maps found" -msgstr "No se encontraron mapas" - -#: ../../operation/gis_maps/gis_map.php:194 -msgid "Caution: Do you want delete the map?" -msgstr "Atención: Desea borrar el mapa?" - -#: ../../operation/gis_maps/gis_map.php:201 -msgid "Do you want to set default the map?" -msgstr "Desea configurar por defecto el mapa?" - -#: ../../operation/gis_maps/gis_map.php:209 -msgid "There was error on setup the default map." -msgstr "Hubo un error en la configuracion del mapa por defecto." - -#: ../../operation/gis_maps/render_view.php:145 -msgid "Refresh: " -msgstr "Refrescar " - -#: ../../operation/gis_maps/render_view.php:154 -msgid "Show agents by state: " -msgstr "Mostrar agentes por estado " - -#: ../../operation/gis_maps/render_view.php:157 -#: ../../enterprise/dashboard/widgets/network_map.php:38 -#: ../../enterprise/extensions/vmware/vmware_view.php:1104 -#: ../../enterprise/extensions/vmware/vmware_view.php:1124 -msgid "Map" -msgstr "Mapa" - -#: ../../operation/incidents/incident.php:33 -msgid "Incident management" -msgstr "Gestión de incidentes" - -#: ../../operation/incidents/incident.php:72 -msgid "Successfully reclaimed ownership" -msgstr "La propiedad se reclamó correctamente" - -#: ../../operation/incidents/incident.php:73 -msgid "Could not reclame ownership" -msgstr "No se pudo reclamar la propiedad" - -#: ../../operation/incidents/incident.php:143 -msgid "Error creating incident" -msgstr "Error al crear el incidente" - -#: ../../operation/incidents/incident.php:146 -msgid "Incident created" -msgstr "Incidente creado" - -#: ../../operation/incidents/incident.php:233 -msgid "Incidents:" -msgstr "Incidentes:" - -#: ../../operation/incidents/incident.php:234 -msgid "All incidents" -msgstr "Todos los incidentes" - -#: ../../operation/incidents/incident.php:256 -msgid "Priorities:" -msgstr "Prioridades:" - -#: ../../operation/incidents/incident.php:257 -msgid "All priorities" -msgstr "Todas las prioridades" - -#: ../../operation/incidents/incident.php:261 -msgid "Users:" -msgstr "Usuarios:" - -#: ../../operation/incidents/incident.php:262 -#: ../../enterprise/extensions/ipam/ipam_editor.php:60 -msgid "All users" -msgstr "Todos los usuarios" - -#: ../../operation/incidents/incident.php:277 -msgid "Agents:" -msgstr "Agentes:" - -#: ../../operation/incidents/incident.php:284 -msgid "Groups:" -msgstr "Grupos:" - -#: ../../operation/incidents/incident.php:290 -msgid "Free text:" -msgstr "Texto libre:" - -#: ../../operation/incidents/incident.php:291 -msgid "Search by incident name or description, list matches." -msgstr "" -"Búsqueda por nombre de incidencia o descripción. Lista las concidencias" - -#: ../../operation/incidents/incident.php:399 -msgid "Delete incidents" -msgstr "Borrar incidentes" - -#: ../../operation/incidents/incident.php:403 -msgid "Become owner" -msgstr "Hacerse propietario" - -#: ../../operation/incidents/incident.php:411 -#: ../../operation/incidents/incident_detail.php:238 -msgid "Create incident" -msgstr "Crear incidente" - -#: ../../operation/incidents/incident_detail.php:120 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:489 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 -msgid "No description available" -msgstr "Sin descripción disponible" - -#: ../../operation/incidents/incident_detail.php:160 -msgid "File could not be saved due to database error" -msgstr "El archivo no se pudo guardar debido a un error en la base de datos" - -#: ../../operation/incidents/incident_detail.php:173 -msgid "File uploaded" -msgstr "Archivo subido" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "No se pudo subir el archivo" - -#: ../../operation/incidents/incident_detail.php:233 -msgid "Incident details" -msgstr "Detalles del incidente" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "Abierto el" - -#: ../../operation/incidents/incident_detail.php:261 -#: ../../operation/servers/recon_view.php:107 -#: ../../enterprise/operation/agentes/transactional_map.php:154 -msgid "Updated at" -msgstr "Actualizado el" - -#: ../../operation/incidents/incident_detail.php:327 -msgid "Creator" -msgstr "Creador" - -#: ../../operation/incidents/incident_detail.php:376 -msgid "Update incident" -msgstr "Actualizar incidente" - -#: ../../operation/incidents/incident_detail.php:382 -msgid "Submit" -msgstr "Enviar" - -#: ../../operation/incidents/incident_detail.php:396 -#: ../../operation/incidents/incident_detail.php:400 -msgid "Add note" -msgstr "Insertar nota" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "Notas asociadas al incidente" - -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:505 -msgid "Filename" -msgstr "Nombre del archivo" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "Archivos adjuntos" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:503 -msgid "Add attachment" -msgstr "Añadir adjunto" - -#: ../../operation/incidents/incident_statistics.php:33 -msgid "Incidents by status" -msgstr "Incidentes por estado" - -#: ../../operation/incidents/incident_statistics.php:36 -msgid "Incidents by priority" -msgstr "Incidentes por prioridad" - -#: ../../operation/incidents/incident_statistics.php:39 -msgid "Incidents by group" -msgstr "Incidentes por grupo" - -#: ../../operation/incidents/incident_statistics.php:42 -msgid "Incidents by user" -msgstr "Incidentes por usuario" - -#: ../../operation/incidents/incident_statistics.php:45 -msgid "Incidents by source" -msgstr "Incidentes por origen" - -#: ../../operation/menu.php:31 ../../operation/menu.php:106 -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/meta/general/main_header.php:82 -#: ../../enterprise/operation/services/services.list.php:60 -#: ../../enterprise/operation/services/services.list.php:64 -#: ../../enterprise/operation/services/services.table_services.php:46 -#: ../../enterprise/operation/services/services.table_services.php:50 -msgid "Monitoring" -msgstr "Monitorización" - -#: ../../operation/menu.php:37 -msgid "Views" -msgstr "Vistas" - -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -#: ../../enterprise/meta/general/main_header.php:88 -msgid "Tree view" -msgstr "Vista de árbol" - -#: ../../operation/menu.php:70 -msgid "Netflow Live View" -msgstr "Netflow en tiempo real" - -#: ../../operation/menu.php:85 -msgid "SNMP browser" -msgstr "Navegador SNMP" - -#: ../../operation/menu.php:89 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 -msgid "MIB uploader" -msgstr "Cargador MIB" - -#: ../../operation/menu.php:117 -#: ../../enterprise/dashboard/widgets/network_map.php:26 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -msgid "Network map" -msgstr "Mapa de red" - -#: ../../operation/menu.php:190 -msgid "List of Gis maps" -msgstr "Lista de mapas Gis" - -#: ../../operation/menu.php:224 -msgid "Topology maps" -msgstr "Mapas topológicos" - -#: ../../operation/menu.php:288 -msgid "RSS" -msgstr "RSS" - -#: ../../operation/menu.php:293 -msgid "Marquee" -msgstr "Marquesina" - -#: ../../operation/menu.php:299 -msgid "CSV File" -msgstr "Archivo CSV" - -#: ../../operation/menu.php:329 -msgid "Workspace" -msgstr "Área de trabajo" - -#: ../../operation/menu.php:342 -msgid "WebChat" -msgstr "Chat de la Web" - -#: ../../operation/menu.php:364 -msgid "List of Incidents" -msgstr "Lista de incidentes" - -#: ../../operation/menu.php:379 -msgid "Messages List" -msgstr "Lista de mensajes" - -#: ../../operation/menu.php:380 -msgid "New message" -msgstr "Mensaje nuevo" - -#: ../../operation/menu.php:405 -msgid "Scheduled downtime" -msgstr "Desconexión programada" - -#: ../../operation/menu.php:410 -msgid "Recon view" -msgstr "Vista Recon" - -#: ../../operation/menu.php:485 -msgid "Tools" -msgstr "Herramientas" - -#: ../../operation/messages/message_edit.php:35 -#: ../../operation/messages/message_list.php:32 -msgid "Received messages" -msgstr "Mensajes recibidos" - -#: ../../operation/messages/message_edit.php:39 -#: ../../operation/messages/message_list.php:36 -msgid "Sent messages" -msgstr "Mensajes enviados" - -#: ../../operation/messages/message_edit.php:43 -#: ../../operation/messages/message_list.php:40 -#: ../../operation/messages/message_list.php:226 -msgid "Create message" -msgstr "Crear mensaje" - -#: ../../operation/messages/message_edit.php:60 -msgid "This message does not exist in the system" -msgstr "Este mensaje no existe en el sistema" - -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -#: ../../operation/messages/message_list.php:125 -msgid "Sender" -msgstr "Remitente" - -#: ../../operation/messages/message_edit.php:80 -msgid "at" -msgstr "el" - -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -#: ../../operation/messages/message_list.php:123 -msgid "Destination" -msgstr "Destino" - -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -#: ../../operation/users/webchat.php:86 -#: ../../enterprise/dashboard/widgets/example.php:25 -msgid "Message" -msgstr "Mensaje" - -#: ../../operation/messages/message_edit.php:104 -msgid "wrote" -msgstr "escribió" - -#: ../../operation/messages/message_edit.php:119 -msgid "Reply" -msgstr "Responder" - -#: ../../operation/messages/message_edit.php:136 -#, php-format -msgid "Message successfully sent to user %s" -msgstr "Mensaje enviado correctamente al usuario %s" - -#: ../../operation/messages/message_edit.php:137 -#, php-format -msgid "Error sending message to user %s" -msgstr "Error al enviar el mensaje al usuario %s" - -#: ../../operation/messages/message_edit.php:145 -msgid "Message successfully sent" -msgstr "Mensaje enviado correctamente" - -#: ../../operation/messages/message_edit.php:146 -#, php-format -msgid "Error sending message to group %s" -msgstr "Error al enviar el mensaje al grupo %s" - -#: ../../operation/messages/message_edit.php:203 -msgid "Select user" -msgstr "Seleccionar usuario" - -#: ../../operation/messages/message_edit.php:204 -msgid "OR" -msgstr "O" - -#: ../../operation/messages/message_edit.php:205 -msgid "Select group" -msgstr "Seleccionar grupo" - -#: ../../operation/messages/message_edit.php:217 -#: ../../operation/users/webchat.php:90 -msgid "Send message" -msgstr "Enviar mensaje" - -#: ../../operation/messages/message_list.php:74 -msgid "Not deleted. Error deleting messages" -msgstr "No borrada. Error al suprimir mensajes" - -#: ../../operation/messages/message_list.php:80 -#: ../../operation/messages/message_list.php:88 -msgid "You have" -msgstr "Tiene" - -#: ../../operation/messages/message_list.php:81 -msgid "sent message(s)" -msgstr "Mensaje(s) enviado(s)" - -#: ../../operation/messages/message_list.php:89 -msgid "unread message(s)" -msgstr "mensaje(s) sin leer" - -#: ../../operation/messages/message_list.php:97 -msgid "There are no messages." -msgstr "No hay mensajes." - -#: ../../operation/messages/message_list.php:136 -msgid "Click to read" -msgstr "Hacer click para leer" - -#: ../../operation/messages/message_list.php:141 -msgid "Mark as unread" -msgstr "Marcar como no leído" - -#: ../../operation/messages/message_list.php:148 -#: ../../operation/messages/message_list.php:153 -msgid "Message unread - click to read" -msgstr "Mensaje sin leer; pulse para leerlo" - -#: ../../operation/messages/message_list.php:180 -msgid "No Subject" -msgstr "Sin asunto" - -#: ../../operation/netflow/nf_live_view.php:108 -#: ../../operation/netflow/nf_live_view.php:133 -#: ../../operation/netflow/nf_live_view.php:137 -msgid "Netflow live view" -msgstr "Netflow en tiempo real" - -#: ../../operation/netflow/nf_live_view.php:122 -#, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump binary (%s) no encontrada" - -#: ../../operation/netflow/nf_live_view.php:127 -msgid "Make sure nfdump version 1.6.8 or newer is installed!" -msgstr "" -"Asegúrese de que tiene instalada la versión 1.6.8 nfdump o alguna posterior" - -#: ../../operation/netflow/nf_live_view.php:149 -msgid "Error creating filter" -msgstr "Error al crear filtro" - -#: ../../operation/netflow/nf_live_view.php:152 -msgid "Filter created successfully" -msgstr "Filtro creado correctamente" - -#: ../../operation/netflow/nf_live_view.php:167 -msgid "Filter updated successfully" -msgstr "Filtro actualizado correctamente" - -#: ../../operation/netflow/nf_live_view.php:168 -msgid "Error updating filter" -msgstr "Error al actualizar el filtro" - -#: ../../operation/netflow/nf_live_view.php:193 -msgid "Draw live filter" -msgstr "Extrae filtro en directo" - -#: ../../operation/netflow/nf_live_view.php:224 -msgid "Connection" -msgstr "Conexión" - -#: ../../operation/netflow/nf_live_view.php:248 -msgid "The interval will be divided in chunks the length of the resolution." -msgstr "El intervalo dividirá en partes la extensión del resultado" - -#: ../../operation/netflow/nf_live_view.php:283 -msgid "IP address resolution" -msgstr "Resolución de dirección IP" - -#: ../../operation/netflow/nf_live_view.php:335 -msgid "Select a filter" -msgstr "Selecciona un filtro" - -#: ../../operation/netflow/nf_live_view.php:402 -msgid "Router ip" -msgstr "Ip del router" - -#: ../../operation/netflow/nf_live_view.php:406 -msgid "Bytes per second" -msgstr "Bytes por segundo" - -#: ../../operation/netflow/nf_live_view.php:417 -msgid "Draw" -msgstr "Dibujar" - -#: ../../operation/netflow/nf_live_view.php:421 -msgid "Save as new filter" -msgstr "Guardar nuevo filtro" - -#: ../../operation/netflow/nf_live_view.php:422 -msgid "Update current filter" -msgstr "Actualizar filtro actual" - -#: ../../operation/netflow/nf_live_view.php:436 -msgid "No filter selected" -msgstr "No se ha seleccionado ningún filtro" - -#: ../../operation/reporting/custom_reporting.php:32 -#: ../../operation/reporting/graph_viewer.php:354 -msgid "There are no defined reportings" -msgstr "No hay informes definidos" - -#: ../../operation/reporting/graph_viewer.php:194 -msgid "No data." -msgstr "Sin datos." - -#: ../../operation/reporting/graph_viewer.php:226 -#: ../../operation/reporting/graph_viewer.php:249 -msgid "Graph defined" -msgstr "Gráfico definido" - -#: ../../operation/reporting/graph_viewer.php:233 -#: ../../enterprise/dashboard/widgets/custom_graph.php:45 -msgid "Horizontal Bars" -msgstr "Barras horizontales" - -#: ../../operation/reporting/graph_viewer.php:234 -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -msgid "Vertical Bars" -msgstr "Barras verticales" - -#: ../../operation/reporting/graph_viewer.php:250 -msgid "Zoom x1" -msgstr "Ampliación x1" - -#: ../../operation/reporting/graph_viewer.php:251 -msgid "Zoom x2" -msgstr "Ampliación x2" - -#: ../../operation/reporting/graph_viewer.php:252 -msgid "Zoom x3" -msgstr "Ampliación x3" - -#: ../../operation/reporting/graph_viewer.php:320 -#: ../../operation/reporting/reporting_viewer.php:314 -msgid "Invalid date selected" -msgstr "Fecha seleccionada inválida" - -#: ../../operation/reporting/graph_viewer.php:327 -msgid "Custom graph viewer" -msgstr "Visor de imágenes personalizadas" - -#: ../../operation/reporting/reporting_viewer.php:147 -msgid "View Report" -msgstr "Ver Informe" - -#: ../../operation/reporting/reporting_viewer.php:186 -msgid "Set initial date" -msgstr "Fijar fecha de inicio" - -#: ../../operation/reporting/reporting_viewer.php:212 -msgid "Invalid date selected. Initial date must be before end date." -msgstr "" -"Fecha seleccionada no válida. La fecha inicial debe ser anterior a la fecha " -"de finalización." - -#: ../../operation/search_agents.php:33 ../../operation/search_alerts.php:27 -#: ../../operation/search_graphs.php:24 ../../operation/search_maps.php:22 -#: ../../operation/search_modules.php:26 ../../operation/search_reports.php:29 -#: ../../operation/search_users.php:26 -msgid "Zero results found" -msgstr "No se encontró ningún resultado" - -#: ../../operation/search_helps.php:22 -msgid "Zero results found." -msgstr "Cero resultados" - -#: ../../operation/search_helps.php:23 -#, php-format -msgid "" -"You can find more help in the Pandora's wiki" -msgstr "" -"Puedes encontrar mas ayuda en el wiki de Pandora" - -#: ../../operation/search_helps.php:37 -msgid "Matches" -msgstr "Coincidencias" - -#: ../../operation/search_main.php:52 -msgid "Agents found" -msgstr "Agentes encontrados" - -#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 -#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 -#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 -#: ../../operation/search_main.php:80 -#, php-format -msgid "%s Found" -msgstr "%s encontrados" - -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "Módulos encontrados" - -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "Usuarios encontrados" - -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "Gráficas encontradas" - -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "Informes encontrados" - -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "Mapas encontrados" - -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "Ayudas encontradas" - -#: ../../operation/search_main.php:88 -#, php-format -msgid "Show %s of %s. View all matches" -msgstr "Mostrar %s de %s. Ver todas las coincidencias" - -#: ../../operation/search_maps.php:33 -#: ../../enterprise/godmode/services/services.elements.php:136 -msgid "Elements" -msgstr "Elementos" - -#: ../../operation/search_results.php:124 -#: ../../enterprise/dashboard/widgets/maps_status.php:29 -msgid "Maps" -msgstr "Mapas" - -#: ../../operation/search_results.php:144 -msgid "Helps" -msgstr "Ayudas" - -#: ../../operation/search_users.php:50 -msgid "Profile" -msgstr "Perfil" - -#: ../../operation/servers/recon_view.php:36 -#: ../../operation/servers/recon_view.php:51 -msgid "Recon View" -msgstr "Vista Recon" - -#: ../../operation/servers/recon_view.php:104 -#: ../../operation/servers/recon_view.php:158 -#: ../../enterprise/extensions/ipam/ipam_network.php:151 -#: ../../enterprise/extensions/ipam/ipam_network.php:167 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 -#: ../../enterprise/godmode/policies/policy_queue.php:377 -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -msgid "Progress" -msgstr "Progreso" - -#: ../../operation/servers/recon_view.php:140 -msgid "Pending" -msgstr "Pendiente" - -#: ../../operation/servers/recon_view.php:173 -msgid "has no recon tasks assigned" -msgstr "No tiene tarea de descubrimiento asignado" - -#: ../../operation/snmpconsole/snmp_browser.php:92 -msgid "SNMP Browser" -msgstr "Navegador SNMP" - -#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 -msgid "" -"MIB files will be installed on the system. Please note that a MIB may depend " -"on other MIB. To customize trap definitions use the SNMP trap editor." -msgstr "" -"Ficheros MIB se instalarán en el sistema. Por favor, tenga en cuenta que un " -"MIB puede depender de otro MIB. Para personalizar definiciones de trap, se " -"debe usar el editor de trap SNMP." - -#: ../../operation/snmpconsole/snmp_statistics.php:116 -#: ../../operation/snmpconsole/snmp_view.php:468 -msgid "There are no SNMP traps in database" -msgstr "No hay definido ningún agente SNMP" - -#: ../../operation/snmpconsole/snmp_statistics.php:127 -msgid "Traps received by source" -msgstr "Traps recibidos por el origen" - -#: ../../operation/snmpconsole/snmp_statistics.php:141 -#: ../../operation/snmpconsole/snmp_statistics.php:199 -msgid "Number" -msgstr "Número" - -#: ../../operation/snmpconsole/snmp_statistics.php:156 -#: ../../operation/snmpconsole/snmp_view.php:680 -msgid "View agent details" -msgstr "Ver detalles del agente" - -#: ../../operation/snmpconsole/snmp_statistics.php:185 -msgid "Traps received by Enterprise String" -msgstr "Traps recibidos por cadena Enterprise" - -#: ../../operation/snmpconsole/snmp_statistics.php:198 -msgid "Trap Enterprise String" -msgstr "Traps Enterprise de cadena" - -#: ../../operation/snmpconsole/snmp_view.php:414 -msgid "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" -msgstr "" -"Búsqueda según campos alfanuméricos en el trap.\n" -"\t \t RECUERDE las fuentes de trap tienen que buscarse según dirección IP" - -#: ../../operation/snmpconsole/snmp_view.php:421 -msgid "Search by trap type" -msgstr "Búsqueda por tipo de trap" - -#: ../../operation/snmpconsole/snmp_view.php:435 -msgid "Group by Enterprise String/IP" -msgstr "Agrupado por cadena Enterprise/IP" - -#: ../../operation/snmpconsole/snmp_view.php:495 -#: ../../enterprise/dashboard/full_dashboard.php:147 -msgid "Exit fullscreen" -msgstr "Salir de pantalla completa" - -#: ../../operation/snmpconsole/snmp_view.php:521 -#: ../../enterprise/dashboard/full_dashboard.php:250 -#: ../../enterprise/dashboard/public_dashboard.php:276 -msgid "Refresh every" -msgstr "Refrescar cada" - -#: ../../operation/snmpconsole/snmp_view.php:533 -msgid "SNMP Traps" -msgstr "SNMP Traps" - -#: ../../operation/snmpconsole/snmp_view.php:615 -msgid "Trap subtype" -msgstr "Subtipo trap" - -#: ../../operation/snmpconsole/snmp_view.php:772 -msgid "Variable bindings:" -msgstr "Enlaces variables" - -#: ../../operation/snmpconsole/snmp_view.php:785 -msgid "See more details" -msgstr "Ver más detalles" - -#: ../../operation/snmpconsole/snmp_view.php:798 -msgid "Enterprise String:" -msgstr "Cadena Enterprise" - -#: ../../operation/snmpconsole/snmp_view.php:804 -#: ../../enterprise/godmode/agentes/collections.data.php:379 -msgid "Description:" -msgstr "Descripción:" - -#: ../../operation/snmpconsole/snmp_view.php:836 -msgid "Trap type:" -msgstr "Tipo trap:" - -#: ../../operation/snmpconsole/snmp_view.php:864 -msgid "Count:" -msgstr "Contar" - -#: ../../operation/snmpconsole/snmp_view.php:868 -msgid "First trap:" -msgstr "Primer trap:" - -#: ../../operation/snmpconsole/snmp_view.php:872 -msgid "Last trap:" -msgstr "Ultimo trap:" - -#: ../../operation/snmpconsole/snmp_view.php:892 -msgid "No matching traps found" -msgstr "No se encontraron traps coincidentes" - -#: ../../operation/snmpconsole/snmp_view.php:960 -#: ../../enterprise/dashboard/full_dashboard.php:361 -#: ../../enterprise/dashboard/public_dashboard.php:387 -msgid "Until next" -msgstr "Hasta el próximo" - -#: ../../operation/tree.php:88 -#, php-format -msgid "Sort the agents by %s" -msgstr "Ordenar los agentes por %s" - -#: ../../operation/tree.php:91 -msgid "tags" -msgstr "Etiquetas" - -#: ../../operation/tree.php:97 -msgid "groups" -msgstr "Grupos" - -#: ../../operation/tree.php:100 -msgid "module groups" -msgstr "Grupos de módulos" - -#: ../../operation/tree.php:107 -msgid "policies" -msgstr "Políticas" - -#: ../../operation/tree.php:138 -msgid "Agent status" -msgstr "Estado de agente" - -#: ../../operation/tree.php:140 -msgid "Search agent" -msgstr "Buscar agente" - -#: ../../operation/tree.php:165 -msgid "Search module" -msgstr "Buscar módulo" - -#: ../../operation/tree.php:189 -msgid "Tree search" -msgstr "Búsqueda de árbol" - -#: ../../operation/tree.php:272 -#: ../../enterprise/dashboard/widgets/tree_view.php:196 -#: ../../enterprise/include/functions_reporting_csv.php:459 -msgid "Total modules" -msgstr "Módulos totales" - -#: ../../operation/tree.php:281 -#: ../../enterprise/dashboard/widgets/tree_view.php:205 -msgid "Critical agents" -msgstr "Agentes Críticos" - -#: ../../operation/tree.php:286 -#: ../../enterprise/dashboard/widgets/tree_view.php:210 -msgid "Warning agents" -msgstr "Agentes en advertencia" - -#: ../../operation/tree.php:291 -#: ../../enterprise/dashboard/widgets/tree_view.php:215 -msgid "Unknown agents" -msgstr "Agentes en desconocido" - -#: ../../operation/tree.php:296 -#: ../../enterprise/dashboard/widgets/tree_view.php:220 -msgid "Not init agents" -msgstr "Agentes no inicializados" - -#: ../../operation/tree.php:301 -#: ../../enterprise/dashboard/widgets/tree_view.php:225 -msgid "Normal agents" -msgstr "Agentes en normal" - -#: ../../operation/users/user_edit.php:130 -#: ../../operation/users/user_edit.php:137 -msgid "Password successfully updated" -msgstr "Contraseña actualizada correctamente" - -#: ../../operation/users/user_edit.php:131 -#: ../../operation/users/user_edit.php:138 -#, php-format -msgid "Error updating passwords: %s" -msgstr "Error al actualizar las contraseñas: %s" - -#: ../../operation/users/user_edit.php:143 -msgid "" -"Passwords didn't match or other problem encountered while updating passwords" -msgstr "" -"Las contraseñas no coincidían o se encontró otro problema al actualizar las " -"contraseñas" - -#: ../../operation/users/user_edit.php:155 -#: ../../operation/users/user_edit.php:165 -msgid "Error updating user info" -msgstr "Error al actualizar la información del usuario" - -#: ../../operation/users/user_edit.php:175 -msgid "Edit my User" -msgstr "Editar mi Usuario" - -#: ../../operation/users/user_edit.php:219 -#: ../../enterprise/include/process_reset_pass.php:99 -#: ../../enterprise/meta/include/process_reset_pass.php:76 -msgid "New Password" -msgstr "Contraseña nueva" - -#: ../../operation/users/user_edit.php:229 -msgid "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"No puede cambiar su contraseña desde Pandora FMS bajo el actual esquema de " -"autenticación" - -#: ../../operation/users/user_edit.php:238 -msgid "If checkbox is clicked then block size global configuration is used" -msgstr "" -"Si se marca el checkbox entonces el tamaño de bloque de la configuración " -"global será usado" - -#: ../../operation/users/user_edit.php:340 -msgid "Show information" -msgstr "Mostrar información" - -#: ../../operation/users/user_edit.php:346 -msgid "Event filter" -msgstr "Filtro de eventos" - -#: ../../operation/users/user_edit.php:351 -msgid "Newsletter Subscribed" -msgstr "Suscrito al boletín informativo" - -#: ../../operation/users/user_edit.php:353 -msgid "Already subscribed to Pandora FMS newsletter" -msgstr "Ya está suscrito al boletín informativo de Pandora FMS" - -#: ../../operation/users/user_edit.php:359 -msgid "Newsletter Reminder" -msgstr "Recordatorio del boletín informativo" - -#: ../../operation/users/user_edit.php:415 -msgid "Autorefresh" -msgstr "Autorefresco" - -#: ../../operation/users/user_edit.php:415 -msgid "This will activate autorefresh in selected pages" -msgstr "Esto activará el auto refresco en las páginas seleccionadas" - -#: ../../operation/users/user_edit.php:422 -msgid "Full list of pages" -msgstr "Lista entera de páginas" - -#: ../../operation/users/user_edit.php:424 -msgid "List of pages with autorefresh" -msgstr "Lista de páginas con auto refresco" - -#: ../../operation/users/user_edit.php:430 -msgid "Push selected pages into autorefresh list" -msgstr "Añadir las páginas seleccionadas a la lista de auto refresco" - -#: ../../operation/users/user_edit.php:434 -msgid "Pop selected pages out of autorefresh list" -msgstr "Quitar las páginas seleccionadas de la lista de auto refresco" - -#: ../../operation/users/user_edit.php:470 -msgid "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"No puede cambiar su información de usuario desde Pandora FMS bajo el actual " -"esquema de autenticación" - -#: ../../operation/users/user_edit.php:542 -msgid "This user doesn't have any assigned profile/group." -msgstr "Esté usuario no tiene asignado ningún perfil/grupo" - -#: ../../operation/users/user_edit.php:711 -msgid "Double autentication information" -msgstr "Información sobre la doble autenticación" - -#: ../../operation/users/user_edit.php:774 -#: ../../operation/users/user_edit.php:850 -msgid "Double autentication activation" -msgstr "Activación de la doble autenticación" - -#: ../../operation/users/user_edit.php:800 -msgid "The double authentication will be deactivated" -msgstr "La doble autenticación se desactivará" - -#: ../../operation/users/user_edit.php:801 -msgid "Deactivate" -msgstr "Desactivado" - -#: ../../operation/users/user_edit.php:833 -msgid "The double autentication was deactivated successfully" -msgstr "La doble autenticación fue desactivada con éxito" - -#: ../../operation/users/user_edit.php:836 -#: ../../operation/users/user_edit.php:840 -msgid "There was an error deactivating the double autentication" -msgstr "Ha habido un error al desactivar la doble autenticación" - -#: ../../operation/users/webchat.php:71 -msgid "Webchat" -msgstr "Chat de la Web" - -#: ../../operation/users/webchat.php:82 -msgid "Users Online" -msgstr "Usuarios en linea" - -#: ../../operation/users/webchat.php:157 -msgid "Connection established...get last 24h messages..." -msgstr "Conexión establecida. Obtener mensajes de las últimas 24 horas" - -#: ../../operation/users/webchat.php:168 -msgid "Error in connection." -msgstr "Error en la conexión" - -#: ../../operation/users/webchat.php:249 -msgid "Error sendding message." -msgstr "Error al enviar mensaje" - -#: ../../operation/users/webchat.php:277 -msgid "Error login." -msgstr "Error al acceder al sistema" - -#: ../../enterprise/dashboard/dashboards.php:33 -#: ../../enterprise/mobile/operation/home.php:35 -msgid "Dashboards" -msgstr "Paneles" - -#: ../../enterprise/dashboard/dashboards.php:60 -msgid "Successfully duplicate" +#: ../../godmode/snmpconsole/snmp_alert.php:540 +msgid "Successfully Duplicate" msgstr "Duplicado con éxito" -#: ../../enterprise/dashboard/dashboards.php:61 -msgid "Could not be duplicate" -msgstr "No se pudo duplicar" +#: ../../godmode/snmpconsole/snmp_alert.php:556 +msgid "There was a problem deleting the alert" +msgstr "Hubo un problema al borrar la alerta" -#: ../../enterprise/dashboard/dashboards.php:85 -#: ../../enterprise/dashboard/main_dashboard.php:289 -#: ../../enterprise/dashboard/main_dashboard.php:298 -msgid "Cells" -msgstr "Celdas" - -#: ../../enterprise/dashboard/dashboards.php:112 -msgid "There are no dashboards defined." -msgstr "No hay paneles definidos" - -#: ../../enterprise/dashboard/dashboards.php:126 +#: ../../godmode/snmpconsole/snmp_alert.php:585 #, php-format -msgid "Private for (%s)" -msgstr "Privado por (%s)" +msgid "Successfully deleted alerts (%s / %s)" +msgstr "Alertas eliminadas correctamente (%s / %s)" -#: ../../enterprise/dashboard/dashboards.php:157 -msgid "New dashboard" -msgstr "Nuevo dashboard" - -#: ../../enterprise/dashboard/full_dashboard.php:47 -#: ../../enterprise/dashboard/public_dashboard.php:70 -msgid "No slides selected" -msgstr "No se han seleccionado diapositivas" - -#: ../../enterprise/dashboard/full_dashboard.php:201 -#: ../../enterprise/dashboard/public_dashboard.php:217 -msgid "Change every" -msgstr "Cambiar cada" - -#: ../../enterprise/dashboard/full_dashboard.php:222 -#: ../../enterprise/dashboard/public_dashboard.php:244 -#: ../../enterprise/operation/agentes/transactional_map.php:307 -msgid "Stop" -msgstr "Parar" - -#: ../../enterprise/dashboard/full_dashboard.php:228 -#: ../../enterprise/dashboard/public_dashboard.php:250 -msgid "Pause" -msgstr "Pausar" - -#: ../../enterprise/dashboard/full_dashboard.php:258 -#: ../../enterprise/dashboard/main_dashboard.php:189 -#: ../../enterprise/dashboard/public_dashboard.php:284 -msgid "Slides mode" -msgstr "Modo diapositivas" - -#: ../../enterprise/dashboard/full_dashboard.php:349 -#: ../../enterprise/dashboard/main_dashboard.php:504 -#: ../../enterprise/dashboard/public_dashboard.php:375 -msgid "Slides" -msgstr "Presentaciones" - -#: ../../enterprise/dashboard/main_dashboard.php:151 -msgid "Show link to public dashboard" -msgstr "Mostrar el link al dashboard publico" - -#: ../../enterprise/dashboard/main_dashboard.php:168 -msgid "Back to dashboards list" -msgstr "Volver a la lista de dashboards" - -#: ../../enterprise/dashboard/main_dashboard.php:174 -msgid "Save the actual layout design" -msgstr "Guardar el diseño actual" - -#: ../../enterprise/dashboard/main_dashboard.php:344 -msgid "Private dashboard" -msgstr "Dashboard privado" - -#: ../../enterprise/dashboard/main_dashboard.php:364 -msgid "Error: there are cells not empty." -msgstr "Error: las celdas no pueden star vacias" - -#: ../../enterprise/dashboard/main_dashboard.php:369 -msgid "Error save conf dashboard" -msgstr "Error al guardar la configuración del dashboard" - -#: ../../enterprise/dashboard/main_dashboard.php:435 -msgid "Add widget" -msgstr "Agregar widget" - -#: ../../enterprise/dashboard/main_dashboard.php:442 -msgid "Add new widget" -msgstr "Añadir nuevo widget" - -#: ../../enterprise/dashboard/main_dashboard.php:444 -msgid "" -"Error, you are trying to add a widget in a empty cell. Please save the " -"layout before to add any widget in this cell." -msgstr "" -"Error, que están tratando de añadir un widget en una celda vacía. Por favor, " -"guarde el diseño antes de añadir cualquier control en esta celda." - -#: ../../enterprise/dashboard/main_dashboard.php:448 -msgid "There are unsaved changes" -msgstr "Hay cambios sin guardar" - -#: ../../enterprise/dashboard/widget.php:68 -msgid "Empty for a transparent background color or CSS compatible value" -msgstr "Vacío para color de fondo transparente o valor compatible con CSS" - -#: ../../enterprise/dashboard/widget.php:316 -msgid "Configure widget" -msgstr "Configurar widget" - -#: ../../enterprise/dashboard/widget.php:324 -msgid "Delete widget" -msgstr "Eliminar widget" - -#: ../../enterprise/dashboard/widget.php:378 -msgid "Config widget" -msgstr "Configurar el widget" - -#: ../../enterprise/dashboard/widget.php:388 -msgid "Please configure this widget before usage" -msgstr "Por favor, configure este widget antes de su uso" - -#: ../../enterprise/dashboard/widget.php:391 -msgid "Widget cannot be loaded" -msgstr "El widget no se puede cargar" - -#: ../../enterprise/dashboard/widget.php:392 -msgid "Please, configure the widget again to recover it" -msgstr "Por favor, configure el widget otra vez para recuperarlo" - -#: ../../enterprise/dashboard/widget.php:491 -msgid "" -"If propagate acl is activated, this group will include its child groups" -msgstr "" -"Si la propagación de acl está activada, este grupo incluirá los grupos hijos" - -#: ../../enterprise/dashboard/widgets/agent_module.php:30 -#: ../../enterprise/dashboard/widgets/agent_module.php:32 -msgid "Show Agent/Module View" -msgstr "Mostrar la vista Agentes/Modulos" - -#: ../../enterprise/dashboard/widgets/agent_module.php:375 -#: ../../enterprise/dashboard/widgets/custom_graph.php:72 -#: ../../enterprise/dashboard/widgets/events_list.php:80 -#: ../../enterprise/dashboard/widgets/events_list.php:86 -#: ../../enterprise/dashboard/widgets/events_list.php:94 -#: ../../enterprise/dashboard/widgets/groups_status.php:53 -#: ../../enterprise/dashboard/widgets/groups_status.php:59 -#: ../../enterprise/dashboard/widgets/module_icon.php:116 -#: ../../enterprise/dashboard/widgets/module_icon.php:123 -#: ../../enterprise/dashboard/widgets/module_status.php:111 -#: ../../enterprise/dashboard/widgets/module_status.php:118 -#: ../../enterprise/dashboard/widgets/module_table_value.php:102 -#: ../../enterprise/dashboard/widgets/module_table_value.php:110 -#: ../../enterprise/dashboard/widgets/module_value.php:99 -#: ../../enterprise/dashboard/widgets/module_value.php:106 -#: ../../enterprise/dashboard/widgets/single_graph.php:94 -#: ../../enterprise/dashboard/widgets/single_graph.php:101 -#: ../../enterprise/dashboard/widgets/sla_percent.php:96 -#: ../../enterprise/dashboard/widgets/sla_percent.php:103 -msgid "You don't have access" -msgstr "No tiene acceso" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "Alertas disparadas" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -msgstr "Informe de alertas lanzadas" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:27 -msgid "Show a defined custom graph" -msgstr "Mostrar una gráfica personalizada definida" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "Apilado" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:175 -msgid "" -"Could not draw pie with labels contained inside canvas. Resize widget to " -"500px width minimum" -msgstr "" -"No se puede pintar la gráfica de porciones dentro del canvas. Redimensione " -"el elemento a un mínimo de 500px de ancho" - -#: ../../enterprise/dashboard/widgets/events_list.php:28 -msgid "Latest events list" -msgstr "Última lista de eventos" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "Límite" - -#: ../../enterprise/dashboard/widgets/events_list.php:49 -msgid "Only pending" -msgstr "Solo pendientes" - -#: ../../enterprise/dashboard/widgets/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Mensaje de bienvenida de Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:26 -#: ../../enterprise/extensions/vmware/vmware_view.php:1099 -msgid "Welcome" -msgstr "Bienvenido/a" - -#: ../../enterprise/dashboard/widgets/example.php:40 -msgid "" -"This is an example of a dashboard widget. A widget may contain elements" -msgstr "" -"Éste es un ejemplo de un widget del dashboard. Un widget puede contener " -"elementos." - -#: ../../enterprise/dashboard/widgets/example.php:41 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." -msgstr "" -"Para añadir más elementos, haga clic en \"Add widgets\" en la parte " -"superior de esta página." - -#: ../../enterprise/dashboard/widgets/example.php:42 -#: ../../enterprise/dashboard/widgets/example.php:44 -msgid "" -"To delete this message, click on the delete button on top right corner of " -"this element." -msgstr "" -"Para eliminar este mensaje, haga clic sobre el botón de la esquina derecha " -"de este elemento." - -#: ../../enterprise/dashboard/widgets/example.php:43 -msgid "" -"To do so, just click on the title and drag and drop it to the desired place." -msgstr "" -"Para hacer eso, haga clic en el título, arrastre y suelte el elemento en el " -"lugar que desee." - -#: ../../enterprise/dashboard/widgets/example.php:45 -msgid "Thanks for using Pandora FMS" -msgstr "Gracias por usar Pandora FMS" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:30 -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:32 -msgid "Graph Module Histogram" -msgstr "Gráfica de histórico de módulo" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:66 -#: ../../enterprise/dashboard/widgets/sla_percent.php:63 -msgid "2 Hours" -msgstr "2 Horas" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:67 -#: ../../enterprise/dashboard/widgets/sla_percent.php:64 -msgid "12 Hours" -msgstr "12 Horas" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:68 -#: ../../enterprise/dashboard/widgets/sla_percent.php:65 -msgid "24 Hours" -msgstr "24 Horas" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:69 -#: ../../enterprise/dashboard/widgets/sla_percent.php:66 -msgid "48 Hours" -msgstr "48 Horas" - -#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:74 -#: ../../enterprise/dashboard/widgets/module_icon.php:89 -#: ../../enterprise/dashboard/widgets/module_status.php:86 -#: ../../enterprise/dashboard/widgets/module_value.php:77 -#: ../../enterprise/dashboard/widgets/sla_percent.php:74 -msgid "Text size of label in px" -msgstr "Tamaño de texto de la etiqueta en pixels" - -#: ../../enterprise/dashboard/widgets/url.php:23 -msgid "Show the URL content" -msgstr "Mostrar el contenido URL" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "Mi URL" - -#: ../../enterprise/dashboard/widgets/url.php:49 -#: ../../enterprise/dashboard/widgets/post.php:36 -#: ../../enterprise/dashboard/widgets/tactical.php:63 -#: ../../enterprise/dashboard/widgets/tactical.php:71 -msgid "Please, configure this widget before use" -msgstr "Por favor, configure este widget antes de usarlo" - -#: ../../enterprise/dashboard/widgets/groups_status.php:24 -msgid "Groups status" -msgstr "Estado de los grupos" - -#: ../../enterprise/dashboard/widgets/groups_status.php:26 -msgid "General and quick group status report" -msgstr "Informe general y rápido del estado de los grupos" - -#: ../../enterprise/dashboard/widgets/groups_status.php:89 -#: ../../enterprise/dashboard/widgets/groups_status.php:161 -msgid "Total nº:" -msgstr "Total:" - -#: ../../enterprise/dashboard/widgets/groups_status.php:219 -msgid "Not agents in this group" -msgstr "No hay agentes en este grupo" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 -msgid "Map made by user" -msgstr "Mapa hecho por el usuario" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:29 -msgid "Show a map made by user" -msgstr "Mostrar un mapa hecho por el usuario" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -msgid "WARNING: " -msgstr "ADVERTENCIA: " - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -msgid "" -"If your visual console is bigger than widget size, it will not fit in the " -"widget, instead, both vertical and horizonal scroll bars will be drawn. If " -"you want to \"fit\" a visual console into a widget, create it with the real " -"size you want to be fitter inside the widget." -msgstr "" -"Si tu consola visual es más grande que el tamaño del widget, no encajará en " -"el widget, en su lugar si dibujarán barras de desplazamiento vertical y " -"horizontal. Si desea encajar la consola visual dentro del widget, debe " -"crearlo con el tamaño real que quiera que encaje en el widget." - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:35 -msgid "Layout" -msgstr "Diseño" - -#: ../../enterprise/dashboard/widgets/maps_status.php:25 -msgid "Maps status" -msgstr "Estado de los mapas" - -#: ../../enterprise/dashboard/widgets/maps_status.php:27 -msgid "General and quick visual maps report" -msgstr "Informe rápido y general de los mapas visuales" - -#: ../../enterprise/dashboard/widgets/module_icon.php:28 -msgid "Module with icon" -msgstr "Modulo con icono" - -#: ../../enterprise/dashboard/widgets/module_icon.php:30 -msgid "Show a value of module and icon" -msgstr "Muestra el valor de un modulo e icono" - -#: ../../enterprise/dashboard/widgets/module_icon.php:86 -#: ../../enterprise/dashboard/widgets/module_table_value.php:71 -#: ../../enterprise/dashboard/widgets/module_value.php:74 -#: ../../enterprise/dashboard/widgets/sla_percent.php:71 -msgid "Text size of value in px" -msgstr "Tamaño de texto del valor en pixels" - -#: ../../enterprise/dashboard/widgets/module_icon.php:92 -#: ../../enterprise/dashboard/widgets/module_status.php:89 -msgid "Size of icon" -msgstr "Tamaño del icono" - -#: ../../enterprise/dashboard/widgets/module_status.php:28 -msgid "Status of module" -msgstr "Estado del módulo" - -#: ../../enterprise/dashboard/widgets/module_status.php:30 -msgid "Show status of a module" -msgstr "Mostrar el estado de un módulo" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:28 -msgid "Show module value in a table" -msgstr "Mostrar el valor del módulo en una tabla" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:30 -msgid "Show a value of module in a table" -msgstr "Mostrar un valor de módulo en la tabla" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:74 -msgid "Separator of data" -msgstr "Separador" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:76 -msgid "Carriage Return" -msgstr "Retorno de carro" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:77 -msgid "Vertical Bar" -msgstr "Barra vertical" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:78 -msgid "Semicolon" -msgstr "Punto y coma" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:79 -msgid "Colon" -msgstr "Dos puntos" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:80 -msgid "Commas" -msgstr "Comas" - -#: ../../enterprise/dashboard/widgets/module_table_value.php:81 -msgid "Blank" -msgstr "Blanco" - -#: ../../enterprise/dashboard/widgets/module_value.php:28 -msgid "Show module value" -msgstr "Mostrar el valor del módulo" - -#: ../../enterprise/dashboard/widgets/module_value.php:30 -msgid "Show a value of module" -msgstr "Mostrar el valor de un módulo" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:21 -msgid "Global health" -msgstr "Salud global" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:23 -msgid "Show a list of global monitor health" -msgstr "Mostrar una lista global de la salud de los monitores" - -#: ../../enterprise/dashboard/widgets/network_map.php:30 -msgid "Show a map of the monitored network" -msgstr "Mostrar un mapa de la red monitorizada" - -#: ../../enterprise/dashboard/widgets/network_map.php:42 -msgid "X offset" -msgstr "Desplazamiento en X" - -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "Introduce x-axis data. Right=positive Left=negative" -msgstr "Introducir dato del eje x. Derecha=positivo Izquierda=negativo" - -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "Y offset" -msgstr "Desplazamiento en Y" - -#: ../../enterprise/dashboard/widgets/network_map.php:50 -msgid "Introduce Y-axis data. Top=positive Bottom=negative" -msgstr "Introducir el dato del eje y. Arriba=positivo Abajo=negativo" - -#: ../../enterprise/dashboard/widgets/network_map.php:53 -msgid "Zoom level" -msgstr "Nivel de zoom" - -#: ../../enterprise/dashboard/widgets/network_map.php:56 -msgid "" -"Introduce zoom level. 1 = Highest resolution. Figures may include decimals" -msgstr "" -"Introducir nivel de zoom. 1 = Máxima resolución. Puede incluir decimales" - -#: ../../enterprise/dashboard/widgets/post.php:23 -msgid "Panel with a message" -msgstr "panel con un mensaje" - -#: ../../enterprise/dashboard/widgets/post.php:26 -msgid "My Post" -msgstr "Mi página" - -#: ../../enterprise/dashboard/widgets/reports.php:29 -msgid "Show a report made by user" -msgstr "Mostrar un informe hecho por el usuario" - -#: ../../enterprise/dashboard/widgets/service_map.php:22 -#: ../../enterprise/operation/services/services.service.php:92 -#: ../../enterprise/operation/services/services.service_map.php:102 -msgid "Service Map" -msgstr "Mapa de servicio" - -#: ../../enterprise/dashboard/widgets/service_map.php:24 -msgid "Show a service map" -msgstr "Mostrar mapa de servicios" - -#: ../../enterprise/dashboard/widgets/service_map.php:57 -msgid "The user doesn't have permission to read agents" -msgstr "El usuario no tiene permiso de lectura para agentes" - -#: ../../enterprise/dashboard/widgets/service_map.php:62 -msgid "Missing id" -msgstr "Identificador perdido" - -#: ../../enterprise/dashboard/widgets/single_graph.php:29 -msgid "Single graph" -msgstr "Gráfico simple" - -#: ../../enterprise/dashboard/widgets/single_graph.php:31 -msgid "Show a graph of an agent module" -msgstr "Mostrar una gráfica de un módulo de agente" - -#: ../../enterprise/dashboard/widgets/sla_percent.php:29 -#: ../../enterprise/dashboard/widgets/sla_percent.php:31 -msgid "Show SLA percent" -msgstr "Mostrar porcentaje de SLA" - -#: ../../enterprise/dashboard/widgets/top_n.php:34 -msgid "Show a top n of agents modules." -msgstr "Mostrar el top N de módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:108 -msgid "" -"Please could you fill the widget data previous to filling the list items." -msgstr "Por favor, rellene el Widget de datos antes de la lista de items." - -#: ../../enterprise/dashboard/widgets/top_n.php:114 -#: ../../enterprise/dashboard/widgets/top_n.php:297 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 -msgid "avg" -msgstr "media" - -#: ../../enterprise/dashboard/widgets/top_n.php:272 -msgid "Selection module one by one" -msgstr "Selección de módulos uno en uno" - -#: ../../enterprise/dashboard/widgets/top_n.php:283 -msgid "Selection several modules" -msgstr "Selección múltiple de módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:311 -msgid "Regex for to filter modules" -msgstr "Expresión regular para filtrar módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:320 -#: ../../enterprise/dashboard/widgets/tree_view.php:73 -msgid "Filter modules" -msgstr "Filtrar módulos" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 -msgid "Top N Events by agent." -msgstr "Top N de eventos por agente" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 -msgid "Top N events by agent." -msgstr "Top N de eventos por agente" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 -msgid "Amount to show" -msgstr "Cantidad a mostrar" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 -msgid "Legend Position" -msgstr "Posición de la leyenda" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 -msgid "No legend" -msgstr "Sin leyenda" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 -msgid "Please select one or more groups." -msgstr "Por favor, seleccione uno o más grupos" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 -msgid "There is not data to show." -msgstr "No hay datos que mostrar" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." -msgstr "Top N de eventos por módulo" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." -msgstr "Top N de eventos por módulo" - -#: ../../enterprise/dashboard/widgets/tree_view.php:22 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 -msgid "Tree View" -msgstr "Vista de árbol" - -#: ../../enterprise/dashboard/widgets/tree_view.php:24 -msgid "Show the tree view" -msgstr "Mostrar la vista de árbol" - -#: ../../enterprise/dashboard/widgets/tree_view.php:41 -msgid "Tab" -msgstr "Pestaña" - -#: ../../enterprise/dashboard/widgets/tree_view.php:47 -msgid "Open all nodes" -msgstr "Abrir todos los nodos" - -#: ../../enterprise/dashboard/widgets/tree_view.php:58 -msgid "Agents status" -msgstr "Estado de agente" - -#: ../../enterprise/dashboard/widgets/tree_view.php:60 -msgid "Filter agents" -msgstr "Filtrar agentes" - -#: ../../enterprise/dashboard/widgets/tree_view.php:71 -msgid "Modules status" -msgstr "Estado de modulos" - -#: ../../enterprise/dashboard/widgets/tree_view.php:82 -msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." -msgstr "" -"El usuario no tiene permiso para leer los agentes. Por favor contacte con su " -"administrador de Pandora" - -#: ../../enterprise/dashboard/widgets/tree_view.php:89 -msgid "This widget only working in desktop version." -msgstr "El widget solo funciona en la versión de escritorio" - -#: ../../enterprise/dashboard/widgets/ux_transaction.php:26 -#: ../../enterprise/dashboard/widgets/ux_transaction.php:79 -msgid "Ux transaction" -msgstr "Transacción UX" - -#: ../../enterprise/dashboard/widgets/ux_transaction.php:30 -msgid "Show an agent ux transaction" -msgstr "Mostrar transacción UX del agente" - -#: ../../enterprise/extensions/backup/main.php:63 -msgid "Pandora database backup utility" -msgstr "Utilidad de la copia de seguridad de BD de Pandora FMS" - -#: ../../enterprise/extensions/backup/main.php:70 -msgid "Filter backups" -msgstr "Filtro de copias de seguridad" - -#: ../../enterprise/extensions/backup/main.php:82 -msgid "Path backups" -msgstr "Ruta de copias de seguridad" - -#: ../../enterprise/extensions/backup/main.php:102 -#: ../../enterprise/extensions/cron/main.php:268 -#: ../../enterprise/extensions/cron/main.php:282 -msgid "Path" -msgstr "Ruta" - -#: ../../enterprise/extensions/backup/main.php:168 -msgid "Lost" -msgstr "Perdido" - -#: ../../enterprise/extensions/backup/main.php:198 -msgid "Backups list" -msgstr "Lista de copias de seguridad" - -#: ../../enterprise/extensions/backup/main.php:203 -msgid "Create backup" -msgstr "Crear copia de seguridad" - -#: ../../enterprise/extensions/backup/main.php:217 -msgid "Path to save backup" -msgstr "Ruta para guardar la copia de seguridad" - -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "Copia de seguridad" - -#: ../../enterprise/extensions/cron/functions.php:17 -#: ../../enterprise/extensions/cron/functions.php:52 -#: ../../enterprise/extensions/cron/functions.php:73 -#: ../../enterprise/extensions/cron/functions.php:104 -#: ../../enterprise/extensions/cron/functions.php:134 -#: ../../enterprise/extensions/cron/functions.php:175 -msgid "Report to build" -msgstr "Informe a construir" - -#: ../../enterprise/extensions/cron/functions.php:23 -#: ../../enterprise/extensions/cron/functions.php:48 -msgid "Send to emails (separated by comma)" -msgstr "Enviar a emails (separados por comas)" - -#: ../../enterprise/extensions/cron/functions.php:27 -#: ../../enterprise/extensions/cron/functions.php:119 -msgid "Template to build" -msgstr "Plantilla" - -#: ../../enterprise/extensions/cron/functions.php:46 -#: ../../enterprise/extensions/cron/main.php:249 -msgid "Report per agent" -msgstr "Informe por agente" - -#: ../../enterprise/extensions/cron/functions.php:58 -#: ../../enterprise/extensions/cron/functions.php:63 -#: ../../enterprise/extensions/cron/functions.php:79 -#: ../../enterprise/extensions/cron/functions.php:135 -#: ../../enterprise/extensions/cron/functions.php:176 -msgid "Save to disk into path" -msgstr "Guardar disco en la ruta" - -#: ../../enterprise/extensions/cron/functions.php:105 -#: ../../enterprise/extensions/cron/functions.php:120 -msgid "Send to email" -msgstr "Enviar a correo-e" - -#: ../../enterprise/extensions/cron/functions.php:106 -msgid "Send custom report by email" -msgstr "Enviar un informe personalizado por correo" - -#: ../../enterprise/extensions/cron/functions.php:121 -msgid "Send custom report (from template) by email" -msgstr "Enviar informe personalizado (desde plantilla) por email" - -#: ../../enterprise/extensions/cron/functions.php:136 -#: ../../enterprise/extensions/cron/functions.php:177 -msgid "Save custom report to disk" -msgstr "Guardar el informe personalizado en el disco" - -#: ../../enterprise/extensions/cron/functions.php:149 -#: ../../enterprise/extensions/cron/functions.php:162 -msgid "Backup Pandora database" -msgstr "Copia de seguridad de la BD de Pandora FMS" - -#: ../../enterprise/extensions/cron/functions.php:192 -msgid "Not scheduled" -msgstr "No programada" - -#: ../../enterprise/extensions/cron/functions.php:193 -#: ../../enterprise/extensions/vmware/functions.php:25 -msgid "Hourly" -msgstr "Cada hora" - -#: ../../enterprise/extensions/cron/functions.php:197 -#: ../../enterprise/extensions/vmware/functions.php:29 -msgid "Yearly" -msgstr "Anualmente" - -#: ../../enterprise/extensions/cron/functions.php:454 -#: ../../enterprise/extensions/cron/functions.php:554 -msgid "Greetings" -msgstr "Saludos" - -#: ../../enterprise/extensions/cron/functions.php:456 -#: ../../enterprise/extensions/cron/functions.php:556 -msgid "Attached to this email there's a PDF file of the" -msgstr "Adjunto a este email hay un archivo del" - -#: ../../enterprise/extensions/cron/functions.php:456 -#: ../../enterprise/extensions/cron/functions.php:556 -msgid "report" -msgstr "informe" - -#: ../../enterprise/extensions/cron/functions.php:460 -#: ../../enterprise/extensions/cron/functions.php:560 -msgid "Thanks for your time." -msgstr "Gracias por su tiempo." - -#: ../../enterprise/extensions/cron/functions.php:462 -#: ../../enterprise/extensions/cron/functions.php:562 -msgid "Best regards, Pandora FMS" -msgstr "Saludos cordiales, Pandora FMS" - -#: ../../enterprise/extensions/cron/functions.php:464 -#: ../../enterprise/extensions/cron/functions.php:564 -msgid "" -"This is an automatically generated email from Pandora FMS, please do not " -"reply." -msgstr "" -"Este es un email generado automáticamente por Pandora FMS, por favor no " -"responda a este email." - -#: ../../enterprise/extensions/cron/main.php:39 -#: ../../enterprise/extensions/cron.php:117 -#: ../../enterprise/extensions/cron.php:123 -msgid "Cron jobs" -msgstr "Tareas programadas" - -#: ../../enterprise/extensions/cron/main.php:45 -msgid "Add new job" -msgstr "Añadir nueva tarea" - -#: ../../enterprise/extensions/cron/main.php:83 -#: ../../enterprise/extensions/cron/main.php:142 -msgid "Path doesn't exists or is not writable" -msgstr "La ruta no existe o no se puede escribir en ella" - -#: ../../enterprise/extensions/cron/main.php:117 -#: ../../enterprise/extensions/cron/main.php:135 -msgid "Edit job" -msgstr "Editar tarea" - -#: ../../enterprise/extensions/cron/main.php:161 -msgid "Cron extension is not running" -msgstr "La extensión de tareas programadas (cron) no está ejecutándose" - -#: ../../enterprise/extensions/cron/main.php:162 -msgid "Cron extension has never run or it's not configured well" -msgstr "" -"La extensión de tareas programadas (cron) no se ha ejecutado nunca o no está " -"configurada correctamente" - -#: ../../enterprise/extensions/cron/main.php:164 -msgid "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service" -msgstr "" -"Esta extensión se basa en una correcta configuración de cron, el servicio de " -"planificación basado en el tiempo" - -#: ../../enterprise/extensions/cron/main.php:166 -msgid "Please, add the following line to your crontab file" -msgstr "Añada la siguiente linea a su archivo crontab" - -#: ../../enterprise/extensions/cron/main.php:172 -msgid "Last execution" -msgstr "Última ejecución" - -#: ../../enterprise/extensions/cron/main.php:179 -msgid "Cron extension is running" -msgstr "La extensión Cron se está ejecutando" - -#: ../../enterprise/extensions/cron/main.php:188 -msgid "Scheduled jobs" -msgstr "Tareas programadas" - -#: ../../enterprise/extensions/cron/main.php:197 -#: ../../enterprise/extensions/cron/main.php:318 -msgid "Task" -msgstr "Tarea" - -#: ../../enterprise/extensions/cron/main.php:198 -#: ../../enterprise/extensions/cron/main.php:327 -#: ../../enterprise/extensions/vmware/main.php:275 -msgid "Scheduled" -msgstr "Programado" - -#: ../../enterprise/extensions/cron/main.php:199 -#: ../../enterprise/extensions/cron/main.php:330 -msgid "Next execution" -msgstr "Siguiente ejecución" - -#: ../../enterprise/extensions/cron/main.php:200 -msgid "Last run" -msgstr "Última ejecución" - -#: ../../enterprise/extensions/cron/main.php:209 -msgid "Force run" -msgstr "Forzar ejecución" - -#: ../../enterprise/extensions/csv_import/main.php:40 +#: ../../godmode/snmpconsole/snmp_alert.php:589 #, php-format -msgid "Created agent %s" -msgstr "Agente creado %s" - -#: ../../enterprise/extensions/csv_import/main.php:41 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 -#, php-format -msgid "Could not create agent %s" -msgstr "No se pudieron crear agentes %s" - -#: ../../enterprise/extensions/csv_import/main.php:46 -#: ../../enterprise/extensions/csv_import_group/main.php:46 -msgid "File processed" -msgstr "Archivo procesado" - -#: ../../enterprise/extensions/csv_import/main.php:56 -#: ../../enterprise/extensions/csv_import_group/main.php:56 -msgid "CSV format" -msgstr "Formato CVS" - -#: ../../enterprise/extensions/csv_import/main.php:57 -#: ../../enterprise/extensions/csv_import_group/main.php:57 -msgid "The CSV file must have the fields in the following order" -msgstr "El archivo CSV tiene que tener los campos en el siguiente orden" - -#: ../../enterprise/extensions/csv_import/main.php:72 -#: ../../enterprise/extensions/csv_import_group/main.php:72 -msgid "Upload file" -msgstr "Subir archivo" - -#: ../../enterprise/extensions/csv_import/main.php:79 -#: ../../enterprise/extensions/csv_import_group/main.php:75 -msgid "Separator" -msgstr "Separador" - -#: ../../enterprise/extensions/csv_import/main.php:83 -#: ../../enterprise/extensions/csv_import_group/main.php:79 -msgid "Upload CSV file" -msgstr "Subir archivo CSV" - -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "Importar CSV" - -#: ../../enterprise/extensions/csv_import_group/main.php:40 -#, php-format -msgid "Created group %s" -msgstr "Grupo creado %s" - -#: ../../enterprise/extensions/csv_import_group/main.php:41 -#, php-format -msgid "Could not create group %s" -msgstr "No se pudo crear el grupo %s" - -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "Importar grupos de CSV" - -#: ../../enterprise/extensions/disabled/check_acls.php:16 -msgid "ACL users for this agent" -msgstr "Usuarios ACL para este agente" - -#: ../../enterprise/extensions/disabled/check_acls.php:100 -msgid "There are no defined users" -msgstr "No hay usuarios definidos" - -#: ../../enterprise/extensions/disabled/check_acls.php:188 -msgid "ACL module tags for the modules in this agent" -msgstr "Etiquetas del módulo de ACL para los módulos de este agente" - -#: ../../enterprise/extensions/disabled/check_acls.php:198 -msgid "Only admin users can see this section." -msgstr "Solo los usuarios administradores pueden ver esta sección." - -#: ../../enterprise/extensions/disabled/check_acls.php:202 -msgid "Check ACL" -msgstr "Comprobar ACL" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 -msgid "Export to Excel" -msgstr "Exportar a Excel" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 -msgid "Assign next free IP" -msgstr "Asignar la siguiente IP libre" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 -msgid "Next available IP" -msgstr "Siguiente IP disponible" - -#: ../../enterprise/extensions/ipam/ipam_action.php:79 -#: ../../enterprise/extensions/ipam/ipam_action.php:115 -msgid "Incorrect format in Subnet field" -msgstr "Formato incorrecto en el campo Subred" - -#: ../../enterprise/extensions/ipam/ipam_action.php:83 -#: ../../enterprise/extensions/ipam/ipam_action.php:120 -msgid "The location is not filled, please add a location." -msgstr "La ubicación no está rellena, por favor, añadir una ubicación." - -#: ../../enterprise/extensions/ipam/ipam_action.php:194 -msgid "Successfully updated." -msgstr "Actualizado con éxito." - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." -msgstr "No hay una IP disponible" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" -msgstr "La siguiente IP disponible es:" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" -msgstr "Reservar esta IP ahora" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" -msgstr "Gestionar esta IP ahora" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -#: ../../enterprise/extensions/ipam/ipam_network.php:536 -msgid "Hostname" -msgstr "Nombre de máquina" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 -msgid "Operating system" -msgstr "Sistema operativo" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 -msgid "This agent has other IPs" -msgstr "Este agente tiene otras IPs" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" -msgstr "Generar eventos" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 -#: ../../enterprise/extensions/ipam/ipam_massive.php:77 -#: ../../enterprise/extensions/ipam/ipam_network.php:231 -#: ../../enterprise/extensions/ipam/ipam_network.php:540 -msgid "Managed" -msgstr "Gestionado" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 -#: ../../enterprise/extensions/ipam/ipam_massive.php:78 -#: ../../enterprise/extensions/ipam/ipam_network.php:237 -#: ../../enterprise/extensions/ipam/ipam_network.php:306 -#: ../../enterprise/extensions/ipam/ipam_network.php:541 -msgid "Reserved" -msgstr "Reservado" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 -msgid "Edited" -msgstr "Modificado" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 -msgid "Tracking" -msgstr "Seguimiento" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 -msgid "Ping" -msgstr "Ping" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 -msgid "Ping to host" -msgstr "Ping a una máquina" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:43 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:44 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:52 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:53 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:54 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:55 -msgid "Example:" -msgstr "Ejemplo:" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Bit mask" -msgstr "Bit de máscara" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Net mask" -msgstr "Máscara de red" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 -msgid "Mask format" -msgstr "Formato de máscara" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 -msgid "Mask" -msgstr "Máscara" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 -msgid "Calculate" -msgstr "Calcular" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 -msgid "Address field is empty" -msgstr "El campo Dirección está vacío" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 -msgid "Mask field is empty" -msgstr "El campo Máscara está vacío" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 -msgid "Incorrect address format" -msgstr "Formato de dirección incorrecto" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:98 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:102 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:113 -msgid "Incorrect mask format" -msgstr "Formato de máscara incorrecto" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 -msgid "Network mask" -msgstr "Máscara de red" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 -msgid "Network wildcard" -msgstr "Red wildcard" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 -msgid "Network address" -msgstr "Dirección de red" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 -msgid "Broadcast address" -msgstr "Dirección de difusión" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 -msgid "First valid IP" -msgstr "Primera IP válida" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 -msgid "Last valid IP" -msgstr "Última IP válida" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 -msgid "Hosts/Net" -msgstr "Hosts/Red" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:35 -msgid "Network not found" -msgstr "Red no encontrada" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -msgid "Format: IP/Mask" -msgstr "Formato: IP/Máscara" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:71 -msgid "Examples" -msgstr "Ejemplos" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:89 -msgid "For example: Central Data Center" -msgstr "Por ejemplo: Central General de Datos" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:93 -msgid "Scan interval" -msgstr "Comprobar intervalo" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:93 -msgid "0 for manually scan" -msgstr "0 para comprobación manual" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:98 -msgid "Operator users" -msgstr "Usuarios del operador" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:98 -msgid "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." -msgstr "" -"Los usuarios de la lista pueden gestionar las redes en IPAM. Solo los " -"usuarios administradores pueden gestionar y modificar las redes." - -#: ../../enterprise/extensions/ipam/ipam_excel.php:116 -#: ../../enterprise/extensions/ipam/ipam_network.php:225 -#: ../../enterprise/extensions/ipam/ipam_network.php:550 -msgid "Alive" -msgstr "Activo" - -#: ../../enterprise/extensions/ipam/ipam_list.php:133 -msgid "No networks found" -msgstr "No se ha encontrado ninguna red" - -#: ../../enterprise/extensions/ipam/ipam_list.php:175 -msgid "IPs" -msgstr "IPs" - -#: ../../enterprise/extensions/ipam/ipam_list.php:230 -#: ../../enterprise/extensions/ipam.php:189 -msgid "Manage addresses" -msgstr "Administrar direcciones" - -#: ../../enterprise/extensions/ipam/ipam_list.php:233 -#: ../../enterprise/extensions/ipam.php:205 -msgid "Addresses view" -msgstr "Vista de direcciones" - -#: ../../enterprise/extensions/ipam/ipam_list.php:239 -msgid "Edit network" -msgstr "Modificar red" - -#: ../../enterprise/extensions/ipam/ipam_list.php:243 -msgid "Delete network" -msgstr "Eliminar red" - -#: ../../enterprise/extensions/ipam/ipam_massive.php:68 -msgid "Addresses" -msgstr "Direcciones" - -#: ../../enterprise/extensions/ipam/ipam_network.php:104 -msgid "No addresses found on this network" -msgstr "No se han encontrado direcciones en esta red" - -#: ../../enterprise/extensions/ipam/ipam_network.php:121 -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:324 -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:53 -msgid "Subnet" -msgstr "Subred" - -#: ../../enterprise/extensions/ipam/ipam_network.php:219 -msgid "Total IPs" -msgstr "IPs totales" - -#: ../../enterprise/extensions/ipam/ipam_network.php:227 -#: ../../enterprise/extensions/ipam/ipam_network.php:553 -msgid "Not alive" -msgstr "Inactivo" - -#: ../../enterprise/extensions/ipam/ipam_network.php:233 -msgid "Not managed" -msgstr "No gestionado" - -#: ../../enterprise/extensions/ipam/ipam_network.php:239 -msgid "Not Reserved" -msgstr "No reservado" - -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -msgid "DESC" -msgstr "DESC" - -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -msgid "ASC" -msgstr "ASC" - -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -msgid "A -> Z" -msgstr "A -> Z" - -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -msgid "Z -> A" -msgstr "Z -> A" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Last check" -msgstr "Ultima comprobación" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -msgid "Newer -> Older" -msgstr "Actual -> Antiguo" - -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Older -> Newer" -msgstr "Antiguo -> Actual" - -#: ../../enterprise/extensions/ipam/ipam_network.php:284 -msgid "Exact address match" -msgstr "Coincide la dirección exacta" - -#: ../../enterprise/extensions/ipam/ipam_network.php:288 -msgid "Big" -msgstr "Grande" - -#: ../../enterprise/extensions/ipam/ipam_network.php:289 -msgid "Tiny" -msgstr "Pequeño" - -#: ../../enterprise/extensions/ipam/ipam_network.php:290 -msgid "Icons style" -msgstr "Estilo de iconos" - -#: ../../enterprise/extensions/ipam/ipam_network.php:297 -msgid "Show not alive hosts" -msgstr "Mostrar máquinas inactivas" - -#: ../../enterprise/extensions/ipam/ipam_network.php:300 -msgid "Show only managed addresses" -msgstr "Mostrar solo direcciones administradas" - -#: ../../enterprise/extensions/ipam/ipam_network.php:303 -msgid "Reserved addresses" -msgstr "Direcciones reservadas" - -#: ../../enterprise/extensions/ipam/ipam_network.php:307 -msgid "Unreserved" -msgstr "No reservado" - -#: ../../enterprise/extensions/ipam/ipam_network.php:332 -msgid "Filter options" -msgstr "Opciones de filtro" - -#: ../../enterprise/extensions/ipam/ipam_network.php:472 -msgid "Edit address" -msgstr "Modificar dirección" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "Disabled address" -msgstr "Deshabilitar direción" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "This address will not be updated by the server" -msgstr "Esta direción no se actualizará por el servidor" - -#: ../../enterprise/extensions/ipam/ipam_network.php:574 -#: ../../enterprise/extensions/ipam/ipam_network.php:609 -#: ../../enterprise/extensions/ipam/ipam_network.php:632 -msgid "Change to automatic mode" -msgstr "Cambiar a modo automático" - -#: ../../enterprise/extensions/ipam/ipam_network.php:575 -#: ../../enterprise/extensions/ipam/ipam_network.php:610 -#: ../../enterprise/extensions/ipam/ipam_network.php:633 -msgid "Change to manual mode" -msgstr "Cambiar a modo manual" - -#: ../../enterprise/extensions/ipam/ipam_network.php:649 -msgid "Add comments" -msgstr "Añadir comentarios" - -#: ../../enterprise/extensions/ipam/ipam_network.php:666 -msgid "Update agent address" -msgstr "Actualizar direción de agente" - -#: ../../enterprise/extensions/ipam/ipam_network.php:783 -msgid "Please, uncheck auto option to set manual agent." -msgstr "Desmarcar la opción auto para establecer agente manual" - -#: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:284 -msgid "Subnetworks calculator" -msgstr "Calculadora de subredes" - -#: ../../enterprise/extensions/ipam.php:240 -#: ../../enterprise/extensions/ipam.php:308 -#: ../../enterprise/extensions/ipam.php:330 -#: ../../enterprise/extensions/ipam.php:331 -msgid "IPAM" -msgstr "IPAM" - -#: ../../enterprise/extensions/resource_exportation/functions.php:19 -msgid "Export agents" -msgstr "Exportar agentes" - -#: ../../enterprise/extensions/resource_registration/functions.php:37 -#, php-format -msgid "Error create '%s' policy, the name exist and there aren't free name." -msgstr "" -"Error al crear política '%s', el nombre ya existe. Ese nombre no está libre." - -#: ../../enterprise/extensions/resource_registration/functions.php:44 -#, php-format -msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." -msgstr "" -"Política de advertencia creada '%s', el nombre existe, la política tiene un " -"nombre %s." - -#: ../../enterprise/extensions/resource_registration/functions.php:51 -msgid "Error the policy haven't name." -msgstr "Error la política no tiene nombre." - -#: ../../enterprise/extensions/resource_registration/functions.php:65 -#, php-format -msgid "Success create '%s' policy." -msgstr "Política '%s' creada correctamente" - -#: ../../enterprise/extensions/resource_registration/functions.php:66 -#, php-format -msgid "Error create '%s' policy." -msgstr "Error al crear la política '%s'." - -#: ../../enterprise/extensions/resource_registration/functions.php:104 -#, php-format -msgid "Error add '%s' agent. The agent does not exist in pandora" -msgstr "Error al añadir el agente '%s'. El agente no existe en pandora" - -#: ../../enterprise/extensions/resource_registration/functions.php:108 -#, php-format -msgid "Success add '%s' agent." -msgstr "Agente '%s' añadido correctamente" - -#: ../../enterprise/extensions/resource_registration/functions.php:109 -#, php-format -msgid "Error add '%s' agent." -msgstr "Error al añadir agente '%s'." - -#: ../../enterprise/extensions/resource_registration/functions.php:128 -msgid "The collection does not exist in pandora" -msgstr "La colección no existe en pandora" - -#: ../../enterprise/extensions/resource_registration/functions.php:132 -#, php-format -msgid "Success add '%s' collection." -msgstr "Colección '%s' añadida correctamente" - -#: ../../enterprise/extensions/resource_registration/functions.php:133 -#, php-format -msgid "Error add '%s' collection." -msgstr "Error al añadir colección '%s'." - -#: ../../enterprise/extensions/resource_registration/functions.php:149 -#, php-format -msgid "Success add '%s' agent plugin." -msgstr "Añadido el plugin de agente '%s' con éxito." - -#: ../../enterprise/extensions/resource_registration/functions.php:150 -#, php-format -msgid "Error add '%s' agent plugin." -msgstr "Error al añadir el plugin de agente '%s'." - -#: ../../enterprise/extensions/resource_registration/functions.php:161 -msgid "Error add the module, haven't type." -msgstr "Error al añadir el módulo. No tiene tipo" - -#: ../../enterprise/extensions/resource_registration/functions.php:269 -#: ../../enterprise/extensions/resource_registration/functions.php:299 -#: ../../enterprise/extensions/resource_registration/functions.php:356 -#: ../../enterprise/extensions/resource_registration/functions.php:402 -msgid "Error add the module, error in tag component." -msgstr "Error al añadir el módulo, error en el componente tag." - -#: ../../enterprise/extensions/resource_registration/functions.php:443 -msgid "Error add the module plugin importation, plugin is not registered" -msgstr "Error al importar el modulo plugin, el plugin no está registrado" - -#: ../../enterprise/extensions/resource_registration/functions.php:454 -#, php-format -msgid "Success add '%s' module." -msgstr "Módulo '%s' añadido correctamente" - -#: ../../enterprise/extensions/resource_registration/functions.php:455 -#, php-format -msgid "Error add '%s' module." -msgstr "Error al añadir el módulo '%s'" - -#: ../../enterprise/extensions/resource_registration/functions.php:465 -#, php-format -msgid "Error add the alert, the template '%s' don't exist." -msgstr "Error al añadir la alerta, la plantilla '%s' no existe" - -#: ../../enterprise/extensions/resource_registration/functions.php:473 -#, php-format -msgid "Error add the alert, the module '%s' don't exist." -msgstr "Error al añadir la alerta, el módulo '%s' no existe" - -#: ../../enterprise/extensions/resource_registration/functions.php:486 -#, php-format -msgid "Success add '%s' alert." -msgstr "Alerta '%s' añadida correctamente" - -#: ../../enterprise/extensions/resource_registration/functions.php:487 -#, php-format -msgid "Error add '%s' alert." -msgstr "Error al añadir alerta '%s'." - -#: ../../enterprise/extensions/resource_registration/functions.php:503 -#, php-format -msgid "Error add the alert, the action '%s' don't exist." -msgstr "Error al añadir alerta, la acción '%s' no existe." - -#: ../../enterprise/extensions/resource_registration/functions.php:515 -#, php-format -msgid "Success add '%s' action." -msgstr "Acción añadida correctamente '%s'." - -#: ../../enterprise/extensions/translate_string.php:165 -#: ../../enterprise/extensions/translate_string.php:326 -msgid "Translate string" -msgstr "Traducir cadena" - -#: ../../enterprise/extensions/translate_string.php:271 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 -msgid "Please search for anything text." -msgstr "Por favor haga una búsqueda de cualquier cadena de texto" - -#: ../../enterprise/extensions/translate_string.php:280 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 -msgid "Original string" -msgstr "Cadena original" - -#: ../../enterprise/extensions/translate_string.php:281 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 -msgid "Translation in selected language" -msgstr "Traducción en el idioma seleccionado" - -#: ../../enterprise/extensions/translate_string.php:282 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 -msgid "Customize translation" -msgstr "Personalizar traducción" - -#: ../../enterprise/extensions/vmware/vmware_view.php:638 -#: ../../enterprise/extensions/vmware/vmware_view.php:1040 -msgid "Top 5 VMs CPU Usage" -msgstr "Top 5 VMs del uso de CPU" - -#: ../../enterprise/extensions/vmware/vmware_view.php:645 -#: ../../enterprise/extensions/vmware/vmware_view.php:1047 -msgid "Top 5 VMs Memory Usage" -msgstr "Top 5 VMs del uso de memoria" - -#: ../../enterprise/extensions/vmware/vmware_view.php:654 -#: ../../enterprise/extensions/vmware/vmware_view.php:1056 -msgid "Top 5 VMs Disk Usage" -msgstr "Top 5 VMs del uso de disco" - -#: ../../enterprise/extensions/vmware/vmware_view.php:661 -#: ../../enterprise/extensions/vmware/vmware_view.php:1063 -msgid "Top 5 VMs Network Usage" -msgstr "Top 5 VMs del uso de la red" - -#: ../../enterprise/extensions/vmware/vmware_view.php:718 -msgid "Host ESX" -msgstr "Host ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:953 -msgid "CPU Usage" -msgstr "Uso de CPU" - -#: ../../enterprise/extensions/vmware/vmware_view.php:963 -msgid "Memory Usage" -msgstr "Uso de memoria" - -#: ../../enterprise/extensions/vmware/vmware_view.php:973 -msgid "Disk I/O Rate" -msgstr "Ratio lectura/escritura de disco" - -#: ../../enterprise/extensions/vmware/vmware_view.php:983 -msgid "Network Usage" -msgstr "Uso de red" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1115 -msgid "ESX Detail" -msgstr "Detalle de ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1132 -msgid "ESX details" -msgstr "Detalles de ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1143 -msgid "VMware View" -msgstr "Vista VMware" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1231 -msgid "" -"Some ESX Hosts are not up to date, please check vmware plugin configuration." -msgstr "" -"Algunos anfitriones ESX no están al día, por favor compruebe la " -"configuración del plugin vmware." - -#: ../../enterprise/extensions/vmware/vmware_view.php:1234 -msgid "VMWare plugin is working." -msgstr "El plugin VMWare está trabajando" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1243 -msgid "View VMWare map" -msgstr "Mapa VMWare" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1244 -msgid "View VMWare dashboard" -msgstr "Dashboard VMWare" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1245 -msgid "View ESX Host statistics from" -msgstr "Ver las estadísticas del anfitrión ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1253 -msgid "this link" -msgstr "este enlace" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1253 -msgid "administration page" -msgstr "pagina de administración" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1323 -msgid "Show Datastores" -msgstr "Mostrar datastores" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1326 -msgid "Show ESX" -msgstr "Mostrar ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1329 -msgid "Show VM" -msgstr "Mostrar VM" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1347 -msgid "Zoom" -msgstr "Ampliación" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1357 -msgid "View options" -msgstr "Ver opciones" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1404 -msgid "VMware map" -msgstr "Mapa VMware" - -#: ../../enterprise/extensions/vmware/main.php:30 -msgid "WMware Plugin Settings" -msgstr "Opciones del plugin VMware" - -#: ../../enterprise/extensions/vmware/main.php:79 -msgid "VMWare configuration updated." -msgstr "Configuración de VMWare actualizada." - -#: ../../enterprise/extensions/vmware/main.php:142 -msgid "VMWare scheduled execution disabled." -msgstr "Tarea de ejecución VMWare deshabilitada." - -#: ../../enterprise/extensions/vmware/main.php:165 -msgid "There was an error updating the execution data of the plugin" -msgstr "Ha habido un error al actualizar los datos de ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:168 -#: ../../enterprise/extensions/vmware/main.php:178 -msgid "VMWare scheduled execution updated." -msgstr "Tarea de ejecución VMWare actualizada." - -#: ../../enterprise/extensions/vmware/main.php:174 -msgid "There was an error activating the execution of the plugin" -msgstr "Ha habido un error al activar los datos de ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:194 -msgid "Config Path" -msgstr "Ruta de configuración" - -#: ../../enterprise/extensions/vmware/main.php:201 -msgid "Plugin Path" -msgstr "Ruta del plugin" - -#: ../../enterprise/extensions/vmware/main.php:226 -msgid "Config parameters" -msgstr "Parámetros de configuración" - -#: ../../enterprise/extensions/vmware/main.php:233 -msgid "V-Center IP" -msgstr "V-Center IP" - -#: ../../enterprise/extensions/vmware/main.php:238 -msgid "Datacenter Name" -msgstr "Nombre del centro de datos" - -#: ../../enterprise/extensions/vmware/main.php:265 -msgid "Plugin execution" -msgstr "Ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:266 -msgid "" -"To enable the plugin execution, this extension needs the Cron jobs extension " -"installed.\n" -"\tKeep in mind that the Cron jobs execution period will be the less real " -"execution period, so if you want to run the plugin every\n" -"\t5 minutes, for example, the Cron jobs script should be configured in the " -"cron to run every 5 minutes or less" -msgstr "" -"Para activar la ejecución del plugin, esta extensión necesita que la " -"extensión de tareas programadas esté instalada.\n" -"\tKeep in mind that the Cron jobs execution period will be the less real " -"execution period, so if you want to run the plugin every\n" -"\t5 minutes, for example, the Cron jobs script should be configured in the " -"cron to run every 5 minutes or less" - -#: ../../enterprise/extensions/vmware/main.php:298 -#: ../../enterprise/godmode/agentes/collections.php:269 -msgid "Apply changes" -msgstr "Aplicar Cambios" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:160 -msgid "Power Status: " -msgstr "Estado: " - -#: ../../enterprise/extensions/vmware/vmware_manager.php:206 -msgid "Change Status" -msgstr "Cambiar estado:" - -#: ../../enterprise/extensions/vmware/functions.php:161 -#: ../../enterprise/extensions/vmware/functions.php:189 -msgid "The file does not exists" -msgstr "El archivo seleccionado no existe" - -#: ../../enterprise/extensions/vmware/functions.php:165 -msgid "The file is not readable by HTTP Server" -msgstr "El fichero no puede ser leído por el servidor HTTP" - -#: ../../enterprise/extensions/vmware/functions.php:166 -#: ../../enterprise/extensions/vmware/functions.php:171 -msgid "Please check that the web server has write rights on the file" -msgstr "" -"Por favor, compruebe que el servidor web tenga permisos de escritura sobre " -"este fichero" - -#: ../../enterprise/extensions/vmware/functions.php:170 -msgid "The file is not writable by HTTP Server" -msgstr "El fichero no puede ser escrito por el servidor HTTP" - -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "VMware" - -#: ../../enterprise/godmode/admin_access_logs.php:42 -msgid "Show extended info" -msgstr "Mostrar más info" - -#: ../../enterprise/godmode/admin_access_logs.php:61 -msgid "" -"Maybe delete the extended data or the audit data is previous to table " -"tsession_extended." -msgstr "" -"Puede que se haya borrado información exntendida, o que la información de " -"auditoría sea previa a la instalación enterprise." - -#: ../../enterprise/godmode/admin_access_logs.php:71 -msgid "Security check is ok." -msgstr "La comprobación de seguridad está ok" - -#: ../../enterprise/godmode/admin_access_logs.php:78 -msgid "Security check is fail." -msgstr "La comprobación de seguridad ha fallado" - -#: ../../enterprise/godmode/admin_access_logs.php:115 -msgid "Extended info:" -msgstr "Información extendida" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:107 -msgid "Error: The conf file of agent is not readble." -msgstr "Error: El archivo de configuración no se puede leer" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:112 -msgid "Error: The conf file of agent is not writable." -msgstr "Error: En el archivo de configuración no se puede escribir" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:150 -#: ../../enterprise/godmode/policies/policy_modules.php:326 -msgid "Add module" -msgstr "Añadir módulo" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:176 -msgid "No module was found" -msgstr "No se encontraron módulos" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:204 -msgid "Delete remote conf agent files in Pandora" -msgstr "" -"Eliminar los archivos de configuración remota de agentes en Pandora FMS" - -#: ../../enterprise/godmode/agentes/collection_manager.php:37 -#: ../../enterprise/operation/agentes/collection_view.php:47 -msgid "This agent have not a remote configuration, please set it." -msgstr "Este agente no se ha configurado remotamente, por favor, configúrelo" - -#: ../../enterprise/godmode/agentes/collection_manager.php:76 -msgid "Succesful add the collection" -msgstr "Añadido a la colección correctamente" - -#: ../../enterprise/godmode/agentes/collection_manager.php:77 -msgid "Unsuccesful add the collection" -msgstr "No se ha podido añadir a la colección" - -#: ../../enterprise/godmode/agentes/collection_manager.php:91 -#: ../../enterprise/godmode/agentes/collections.php:128 -#: ../../enterprise/godmode/agentes/collections.php:143 -msgid "Successful create collection package." -msgstr "Paquete de la colección creado correctamente" - -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -#: ../../enterprise/godmode/agentes/collections.php:144 -msgid "Can not create collection package." -msgstr "No se puede crear paquete de la colección" - -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/agentes/collections.php:231 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "Nombre Corto" - -#: ../../enterprise/godmode/agentes/collection_manager.php:121 -#: ../../enterprise/godmode/agentes/collection_manager.php:204 -#: ../../enterprise/operation/agentes/collection_view.php:91 -#: ../../enterprise/operation/agentes/policy_view.php:154 -msgid "Show files" -msgstr "Mostrar archivos" - -#: ../../enterprise/godmode/agentes/collection_manager.php:138 -#: ../../enterprise/godmode/agentes/collection_manager.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:223 -#: ../../enterprise/godmode/agentes/collection_manager.php:224 -#: ../../enterprise/godmode/agentes/collections.data.php:341 -#: ../../enterprise/godmode/agentes/collections.data.php:342 -msgid "Need to regenerate" -msgstr "Necesita volver a regenerarse" - -#: ../../enterprise/godmode/agentes/collection_manager.php:144 -#: ../../enterprise/godmode/agentes/collection_manager.php:145 -#: ../../enterprise/godmode/agentes/collection_manager.php:229 -#: ../../enterprise/godmode/agentes/collection_manager.php:230 -#: ../../enterprise/godmode/agentes/collections.data.php:346 -#: ../../enterprise/godmode/agentes/collections.data.php:347 -#: ../../enterprise/godmode/agentes/collections.php:274 -#: ../../enterprise/godmode/agentes/collections.php:275 -#: ../../enterprise/operation/agentes/collection_view.php:106 -#: ../../enterprise/operation/agentes/collection_view.php:107 -msgid "The collection directory does not exist." -msgstr "El directorio donde se guardan las colecciones no existe." - -#: ../../enterprise/godmode/agentes/collection_manager.php:164 -#: ../../enterprise/operation/agentes/collection_view.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:132 -msgid "Dir" -msgstr "Dir" - -#: ../../enterprise/godmode/agentes/collections.agents.php:38 -msgid "Show Agent >" -msgstr "Mostrar agente >" - -#: ../../enterprise/godmode/agentes/collections.agents.php:113 -msgid "This collection has not been added to any agents" -msgstr "Esta colección no se ha añadido a ningún agente" - -#: ../../enterprise/godmode/agentes/collections.data.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:125 -#: ../../enterprise/godmode/agentes/collections.data.php:144 -#: ../../enterprise/godmode/agentes/collections.data.php:159 -#: ../../enterprise/godmode/agentes/collections.data.php:181 -#: ../../enterprise/godmode/agentes/collections.data.php:223 -msgid "Manager configuration > New" -msgstr "Gestionar la configuración > New" - -#: ../../enterprise/godmode/agentes/collections.data.php:94 -#: ../../enterprise/godmode/agentes/collections.data.php:200 -#: ../../enterprise/godmode/agentes/collections.data.php:269 -#: ../../enterprise/godmode/agentes/collections.data.php:283 -#: ../../enterprise/godmode/agentes/collections.data.php:289 -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -msgid "Manager configuration > Edit " -msgstr "Gestionar la configuración > Edit " - -#: ../../enterprise/godmode/agentes/collections.data.php:132 -msgid "" -"Unable to create the collection. Another collection with the same short name." -msgstr "" -"No se ha podido crear la colección. Hay otra colección con el mismo nombre " -"corto." - -#: ../../enterprise/godmode/agentes/collections.data.php:150 -#: ../../enterprise/godmode/agentes/collections.data.php:165 -msgid "Unable to create the collection" -msgstr "Imposible crear la colección" - -#: ../../enterprise/godmode/agentes/collections.data.php:150 -msgid "Invalid characters in short name" -msgstr "Caracteres inválidos en el nombre" - -#: ../../enterprise/godmode/agentes/collections.data.php:165 -#: ../../enterprise/include/functions_local_components.php:138 -msgid "Empty name" -msgstr "Nombre vacío" - -#: ../../enterprise/godmode/agentes/collections.data.php:187 -#: ../../enterprise/godmode/agentes/collections.data.php:231 -msgid "Unable to create the collection." -msgstr "Imposible crear la colección" - -#: ../../enterprise/godmode/agentes/collections.data.php:208 -#: ../../enterprise/godmode/agentes/collections.data.php:295 -msgid "Correct create collection" -msgstr "Creado con éxito colección de ficheros." - -#: ../../enterprise/godmode/agentes/collections.data.php:273 -msgid "Unable to edit the collection, empty name." -msgstr "Imposible crear colección. Nombre vacío." - -#: ../../enterprise/godmode/agentes/collections.data.php:286 -msgid "Unable to edit the collection." -msgstr "Imposible editar colección" - -#: ../../enterprise/godmode/agentes/collections.data.php:308 -msgid "Error: The collection directory does not exist." -msgstr "Error: El directorio donde se almacenan las colecciones no existe." - -#: ../../enterprise/godmode/agentes/collections.data.php:325 -msgid "Recreate file" -msgstr "Volver a crear archivo" - -#: ../../enterprise/godmode/agentes/collections.data.php:369 -msgid "Short name:" -msgstr "Nombre corto:" - -#: ../../enterprise/godmode/agentes/collections.data.php:375 -msgid "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." -msgstr "" -"El nombre corto de la colección es el nombre del directorio en el directorio " -"attachment y la colección de paquetes." - -#: ../../enterprise/godmode/agentes/collections.data.php:375 -msgid "Short name must contain only alphanumeric characters, - or _ ." -msgstr "" -"Los nombres cortos deben contener sólo caracteres alfanuméricos, - o _." - -#: ../../enterprise/godmode/agentes/collections.data.php:375 -msgid "Empty for default short name fc_X where X is the collection id." -msgstr "" -"Déjelo vacío para el nombre corto por defecto (fc_X) donde X es el ID de la " -"colección." - -#: ../../enterprise/godmode/agentes/collections.editor.php:63 -msgid "Files in " -msgstr "Archivos en " - -#: ../../enterprise/godmode/agentes/collections.editor.php:112 -#: ../../enterprise/godmode/agentes/collections.editor.php:173 -msgid "Back to file explorer" -msgstr "Volver al explorador de archivos" - -#: ../../enterprise/godmode/agentes/collections.editor.php:236 -msgid "Correct update file." -msgstr "Actualización correcta del archivo" - -#: ../../enterprise/godmode/agentes/collections.editor.php:237 -msgid "Incorrect update file." -msgstr "Archivo NO actualizado correctamente" - -#: ../../enterprise/godmode/agentes/collections.editor.php:376 -msgid "Please, first save a new collection before to upload files." -msgstr "Por favor, antes de subir archivos, guarde una nueva colección" - -#: ../../enterprise/godmode/agentes/collections.php:48 -msgid "Success: recreate file" -msgstr "Éxito: al volver a crear el archivo" - -#: ../../enterprise/godmode/agentes/collections.php:51 -msgid "Error: recreate file " -msgstr "Error: volver a crear archivo " - -#: ../../enterprise/godmode/agentes/collections.php:64 -#: ../../enterprise/godmode/agentes/collections.php:86 -#: ../../enterprise/godmode/agentes/collections.php:157 -msgid "Collections Management" -msgstr "Gestión de colecciones" - -#: ../../enterprise/godmode/agentes/collections.php:120 -msgid "Manager collection" -msgstr "Gestor de colecciones" - -#: ../../enterprise/godmode/agentes/collections.php:164 -msgid "Error: The main directory of collections does not exist." -msgstr "Error: El directorio principal de las colecciones no existe." - -#: ../../enterprise/godmode/agentes/collections.php:254 -msgid "Are you sure to delete?" -msgstr "¿Está seguro de que quiere eliminarlo?" - -#: ../../enterprise/godmode/agentes/collections.php:255 -msgid "Delete collection" -msgstr "Eliminar colección" - -#: ../../enterprise/godmode/agentes/collections.php:261 -msgid "Are you sure to re-apply?" -msgstr "Seguro de que deseas re aplicar?" - -#: ../../enterprise/godmode/agentes/collections.php:262 -msgid "Re-Apply changes" -msgstr "Volver a aplicar los cambios" - -#: ../../enterprise/godmode/agentes/collections.php:268 -msgid "Are you sure to apply?" -msgstr "Seguro de que desea aplicar?" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:57 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 -msgid "Successfully added inventory module" -msgstr "Módulo añadido al inventario con éxito" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:60 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 -msgid "Error adding inventory module" -msgstr "Error al añadir el módulo al inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -msgid "Successfully deleted inventory module" -msgstr "Módulo del inventario eliminado correctamente" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -msgid "Error deleting inventory module" -msgstr "Erro al eliminar el módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:80 -msgid "Successfully forced inventory module" -msgstr "Módulo del inventario forzado correctamente" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:83 -msgid "Error forcing inventory module" -msgstr "Error al forzar un módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "Módulo del inventario actualizado correctamente" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "Error al actualizar el módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 -msgid "Inventory module error" -msgstr "Error del módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 -#: ../../enterprise/meta/advanced/synchronizing.user.php:532 -msgid "Target" -msgstr "Target" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 -msgid "7 days" -msgstr "7 días" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:195 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 -msgid "Update all" -msgstr "Actualizar todo" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 -msgid "Data Copy" -msgstr "Copia de datos" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 -msgid "No selected agents to copy" -msgstr "No se han seleccionado agentes destino para la copia" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 -msgid "No source agent selected" -msgstr "No ha seleccionado ningún agente de origen" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -msgid "Making copy of configuration file for" -msgstr "Creando una copia del archivo de configuración de" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -msgid "Error copying md5 file " -msgstr "Error al copiar fichero MD5 " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -msgid " md5 file" -msgstr " fichero MD5" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid "Copied " -msgstr "Copiado " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -msgid "Error copying " -msgstr "Error al copiar " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid " config file" -msgstr " fichero de configuración" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 -msgid "Remote configuration management" -msgstr "Gestión de configuración remota" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 -msgid "Source group" -msgstr "Grupo origen" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 -msgid "To agent(s):" -msgstr "Agente(s) destino:" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -msgid "Replicate configuration" -msgstr "Replicar configuración" - -#: ../../enterprise/godmode/agentes/module_manager.php:16 -msgid "Create a new web Server module" -msgstr "Crear un nuevo módulo de servidor web" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 -msgid "The changes on this field are linked with the configuration data." -msgstr "Los cambios en este campo están unidos con la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 -msgid "Using local component" -msgstr "Usando componente local" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 -msgid "Show configuration data" -msgstr "Mostrar datos de configuración" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 -msgid "Hide configuration data" -msgstr "Ocultar datos de configuración" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 -msgid "Data configuration" -msgstr "Configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:82 -#: ../../enterprise/godmode/modules/configure_local_component.php:315 -#: ../../enterprise/meta/include/functions_wizard_meta.php:552 -msgid "Load basic" -msgstr "cargar básicos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:317 -msgid "Load a basic structure on data configuration" -msgstr "Cargar una estructura básica en la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:86 -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../enterprise/include/functions_metaconsole.php:1330 -#: ../../enterprise/include/functions_metaconsole.php:1353 -#: ../../enterprise/include/functions_metaconsole.php:1376 -#: ../../enterprise/include/functions_metaconsole.php:1399 -#: ../../enterprise/include/functions_metaconsole.php:1422 -#: ../../enterprise/include/functions_metaconsole.php:1445 -#: ../../enterprise/meta/include/functions_wizard_meta.php:175 -#: ../../enterprise/meta/include/functions_wizard_meta.php:556 -msgid "Check" -msgstr "Comprobar" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -msgid "Check the correct structure of the data configuration" -msgstr "Comprobar la estructura correcta de la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -#: ../../enterprise/godmode/modules/configure_local_component.php:327 -msgid "First line must be \"module_begin\"" -msgstr "La primera línea tiene que ser \"module_begin\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -#: ../../enterprise/godmode/modules/configure_local_component.php:328 -msgid "Data configuration is empty" -msgstr "La configuración de datos está vacía" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -#: ../../enterprise/godmode/modules/configure_local_component.php:329 -#: ../../enterprise/godmode/modules/configure_local_component.php:333 -msgid "Last line must be \"module_end\"" -msgstr "La última línea tiene que ser \"module_end\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -msgid "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" -msgstr "" -"Falta el nombre. Por favor, introduzca una línea con \"module_name " -"yourmodulename\" a la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -#: ../../enterprise/godmode/modules/configure_local_component.php:331 -msgid "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" -msgstr "" -"Falta el tipo. Por favor, introduzca una línea con \"module_type " -"yourmoduletype\" a la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:332 -msgid "Type is wrong. Please set a correct type" -msgstr "El tipo es incorrecto. Por favor, introduzca un tipo correcto" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:136 -#: ../../enterprise/godmode/modules/configure_local_component.php:334 -#: ../../enterprise/meta/include/functions_wizard_meta.php:569 -msgid "There is a line with a unknown token 'token_fail'." -msgstr "Hay una línea con un token desconocido \"token_fail\"." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -#: ../../enterprise/godmode/modules/configure_local_component.php:335 -msgid "Error in the syntax, please check the data configuration." -msgstr "" -"Error en la sintaxis, compruebe la configuración de datos, por favor." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -msgid "Data configuration are built correctly" -msgstr "La configuración de datos se ha construido correctamente" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:25 -msgid "Synthetic arithmetic" -msgstr "Aritmética sintética" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:28 -msgid "Synthetic average" -msgstr "Media sintética" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107 -msgid "Fixed value" -msgstr "Valor fijo" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:112 -msgid "Add module to operation as add" -msgstr "Añadir módulo a la operación como suma" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113 -msgid "Add module to operations as deduct" -msgstr "Añadir módulo a la operacion como resta" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114 -msgid "Add module to operations as multiplicate " -msgstr "Añadir módulo a la operacion como multiplicador " - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:115 -msgid "Add module to operations as divide" -msgstr "Añadir módulo a la operacion como divisor" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116 -msgid "Remove selected modules" -msgstr "Eliminar los módulos seleccionados" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 -msgid "Add module to average operation" -msgstr "Añadir módulo al promedio de la operación" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:122 -msgid "Remove selected modules from operations stack" -msgstr "Eliminar los módulos de las operaciones" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:137 -msgid "Move down selected modules" -msgstr "Mover hacia abajo los módulos seleccionados" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:138 -msgid "Move up selected modules" -msgstr "Mover hacia arriba los módulos seleccionados" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:166 -msgid "Select Service" -msgstr "Seleccionar servicio" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:177 -msgid "Netflow filter" -msgstr "Filtro de netflow" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:186 -msgid "Select filter" -msgstr "Seleccionar filtro" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:60 -#: ../../enterprise/include/functions_enterprise.php:295 -#: ../../enterprise/meta/include/functions_wizard_meta.php:493 -#: ../../enterprise/meta/include/functions_wizard_meta.php:544 -msgid "Web checks" -msgstr "Comprobaciones web" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:84 -#: ../../enterprise/meta/include/functions_wizard_meta.php:554 -msgid "Load a basic structure on Web Checks" -msgstr "Cargar una estructura básica en las comprobaciones web" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 -#: ../../enterprise/meta/include/functions_wizard_meta.php:558 -msgid "Check the correct structure of the WebCheck" -msgstr "Cargar la estructura correcta de las comprobaciones web" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:94 -msgid "Requests" -msgstr "Peticiones" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:97 -msgid "Agent browser id" -msgstr "ID del navegador (Agent Browser)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:104 -#: ../../enterprise/meta/include/functions_wizard_meta.php:950 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1455 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:111 -msgid "HTTP auth (login)" -msgstr "HTTP aut. (login)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:115 -msgid "HTTP auth (pass)" -msgstr "HTTP aut. (contraseña)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:122 -msgid "HTTP auth (server)" -msgstr "HTTP aut. (servidor)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 -msgid "HTTP auth (realm)" -msgstr "HTTP aut. (campo)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132 -#: ../../enterprise/meta/include/functions_wizard_meta.php:565 -msgid "First line must be \"task_begin\"" -msgstr "La primera línea tiene que ser \"task_begin\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:566 -msgid "Webchecks configuration is empty" -msgstr "La configuración de chequeos web está vacía" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:134 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:135 -#: ../../enterprise/meta/include/functions_wizard_meta.php:567 -#: ../../enterprise/meta/include/functions_wizard_meta.php:568 -msgid "Last line must be \"task_end\"" -msgstr "La última línea tiene que ser \"task_end\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:137 -msgid "There isn't get or post" -msgstr "No puede obtener o publicar" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:138 -#: ../../enterprise/meta/include/functions_wizard_meta.php:570 -msgid "Web checks are built correctly" -msgstr "Los chequeos webs se han construido correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:67 -msgid "Plug-in updated succesfully" -msgstr "Plug-in actualizado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:67 -msgid "Plug-in cannot be updated" -msgstr "El plug-in no se pudo actualizar" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:74 -msgid "Plug-in deleted succesfully" -msgstr "Plugin eliminado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:74 -msgid "Plug-in cannot be deleted" -msgstr "El plugin no se puede eliminar" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:83 -#: ../../enterprise/godmode/policies/policy_plugins.php:55 -msgid "Plug-in added succesfully" -msgstr "Plugin añadido correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:83 -#: ../../enterprise/godmode/policies/policy_plugins.php:56 -msgid "Plug-in cannot be added" -msgstr "El plugin no se puede añadir" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:98 -msgid "Plug-in disabled succesfully" -msgstr "Plugin inhabilitado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:98 -msgid "Plug-in cannot be disabled" -msgstr "El plugin no puede ser inhabilitado" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:113 -msgid "Plug-in enabled succesfully" -msgstr "Plugin habilitado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:113 -msgid "Plug-in cannot be enabled" -msgstr "El plugin no puede ser habilitado" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:124 -#: ../../enterprise/godmode/policies/policy_plugins.php:66 -msgid "New plug-in" -msgstr "Nuevo plugin" - -#: ../../enterprise/godmode/alerts/alert_events.php:45 -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -msgid "List event alerts" -msgstr "Lista de alertas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events.php:50 -#: ../../enterprise/godmode/alerts/alert_events_list.php:59 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 -msgid "Builder event alert" -msgstr "Creador de alertas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -msgid "List event rules" -msgstr "Lista de reglas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events.php:71 -msgid "Configure event alert" -msgstr "Configurar alerta de eventos" - -#: ../../enterprise/godmode/alerts/alert_events.php:347 -msgid "Could not be created, please fill alert name" -msgstr "No se pudo crear, por favor, introduzca un nombre de alerta" - -#: ../../enterprise/godmode/alerts/alert_events.php:463 -msgid "Rule evaluation mode" -msgstr "Modo de evaluación de reglas" - -#: ../../enterprise/godmode/alerts/alert_events.php:467 -msgid "Group by" -msgstr "Agrupar por" - -#: ../../enterprise/godmode/alerts/alert_events.php:523 -msgid "Please Read" -msgstr "Por favor, lea" - -#: ../../enterprise/godmode/alerts/alert_events.php:524 -msgid "" -"Since the alert can have multiple actions. You can edit them from the alert " -"list of events." -msgstr "" -"Debido a que la alerta puede tener múltiples acciones, debe editarlas desde " -"la lista de alertas de eventos." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/menu.php:134 -#: ../../enterprise/meta/general/main_header.php:263 -msgid "Event alerts" -msgstr "Alertas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Error processing action" -msgstr "Error al procesar la acción" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Error validating alert(s)" -msgstr "Error al validar la alerta" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -msgid "Ac." -msgstr "Ac." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -msgid "Val." -msgstr "Val." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:486 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 -msgid "Move up" -msgstr "Subir" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:498 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 -msgid "Move down" -msgstr "Bajar" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:536 -msgid "No associated actions" -msgstr "No hay acciones asociadas" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:640 -msgid "View associated rules" -msgstr "Ver reglas asociadas" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:657 -msgid "There are no defined events alerts" -msgstr "No hay definidas alerta de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -msgid "Event rules" -msgstr "Reglas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 -msgid "Error creating rule" -msgstr "Error al crear regla" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 -msgid "Successfully created rule" -msgstr "Regla creada correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 -msgid "Error updating rule" -msgstr "Error al actualizar la regla" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 -msgid "Successfully updating rule" -msgstr "Regla actualizada correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 -msgid "Error updating rule operators" -msgstr "Error al actualizar los operadores de reglas" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 -msgid "Successfully update rule operators" -msgstr "Operadores actualizados correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -msgid "(Agent)" -msgstr "(Agente)" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 -msgid "Operator" -msgstr "Operador" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 -msgid "Logic expression for these rules:" -msgstr "Expresión lógica para estas reglas" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 -msgid "Update operators" -msgstr "Actualizar operadores" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 -msgid "There are no defined alert event rules" -msgstr "No hay definidas reglas para alerta de eventos" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -msgid "Configure event rule" -msgstr "Configurar regla de evento" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -msgid "User comment" -msgstr "Comentario de usuario" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "This field will be processed with regexp" -msgstr "Este campo será procesado con regexp" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 -msgid "Window" -msgstr "ventana" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Success: create the alerts." -msgstr "Alertas creadas exitosamente" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Failed: create the alerts for this modules, please check." -msgstr "" -"Falló: Creación de alertas para estos modulos, compruebe el problema." - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 -msgid "Modules agents in policy" -msgstr "Modulos de agentes en la política" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Success: remove the alerts." -msgstr "Completado: borrado de alertas." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Failed: remove the alerts for this modules, please check." -msgstr "Falló: borrado de alertas para estos modulos." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 +msgid "Unsuccessfully deleted alerts (%s / %s)" +msgstr "Alertas que no han podido ser eliminadas correctamente (%s / %s)" + +#: ../../godmode/snmpconsole/snmp_alert.php:643 +msgid "Custom Value/OID" +msgstr "Valor/OID personalizado" + +#: ../../godmode/snmpconsole/snmp_alert.php:669 +msgid "Single value" +msgstr "Valor único" + +#: ../../godmode/snmpconsole/snmp_alert.php:676 +#: ../../godmode/snmpconsole/snmp_alert.php:686 +#: ../../godmode/snmpconsole/snmp_alert.php:696 +#: ../../godmode/snmpconsole/snmp_alert.php:708 +#: ../../godmode/snmpconsole/snmp_alert.php:720 +#: ../../godmode/snmpconsole/snmp_alert.php:732 +#: ../../godmode/snmpconsole/snmp_alert.php:744 +#: ../../godmode/snmpconsole/snmp_alert.php:754 +#: ../../godmode/snmpconsole/snmp_alert.php:764 +#: ../../godmode/snmpconsole/snmp_alert.php:774 +#: ../../godmode/snmpconsole/snmp_alert.php:784 +#: ../../godmode/snmpconsole/snmp_alert.php:793 +#: ../../godmode/snmpconsole/snmp_alert.php:802 +#: ../../godmode/snmpconsole/snmp_alert.php:811 +#: ../../godmode/snmpconsole/snmp_alert.php:820 +#: ../../godmode/snmpconsole/snmp_alert.php:829 +#: ../../godmode/snmpconsole/snmp_alert.php:838 +#: ../../godmode/snmpconsole/snmp_alert.php:846 +#: ../../godmode/snmpconsole/snmp_alert.php:854 +#: ../../godmode/snmpconsole/snmp_alert.php:862 +msgid "Variable bindings/Data" +msgstr "Variables enlaces/ Datos" + +#: ../../godmode/snmpconsole/snmp_alert.php:911 +#: ../../godmode/alerts/configure_alert_template.php:553 +msgid "Min. number of alerts" +msgstr "Número mínimo de alertas" + +#: ../../godmode/snmpconsole/snmp_alert.php:914 +#: ../../godmode/alerts/configure_alert_template.php:560 +msgid "Max. number of alerts" +msgstr "Número máximo de alertas" + +#: ../../godmode/snmpconsole/snmp_alert.php:919 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/configure_alert_template.php:549 +#: ../../godmode/alerts/alert_templates.php:89 +msgid "Time threshold" +msgstr "Umbral de tiempo" + +#: ../../godmode/snmpconsole/snmp_alert.php:933 +msgid "Other value" +msgstr "Otros valores" + +#: ../../godmode/snmpconsole/snmp_alert.php:946 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +msgid "Alert action" +msgstr "Acción de alerta" + +#: ../../godmode/snmpconsole/snmp_alert.php:1000 msgid "" "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Custom OIDs/Datas." +"Single value, each Variable bindings/Datas." msgstr "" -"Búsqueda por descripción de los campos, OIS, Valores personalizados, Agentes " -"(IP) SNMP, Valor único, cada OIDs/Datas personalizado." +"Búsqueda por estos campos de descripción , OID , Valor personalizado , " +"Agente SNMP (IP ) , el valor individual , cada uno de enlaces Variables / " +"Datos ." -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 -msgid "SNMP Alerts to be deleted" -msgstr "Alertas SNMP para añadir" +#: ../../godmode/snmpconsole/snmp_alert.php:1019 +msgid "Alert SNMP control filter" +msgstr "Filtro de control de alerta SNMP" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -#: ../../enterprise/godmode/policies/policy_agents.php:268 -#: ../../enterprise/godmode/policies/policy_agents.php:276 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:165 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:445 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -msgid "Filter agent" -msgstr "Filtrar agente" +#: ../../godmode/snmpconsole/snmp_alert.php:1112 +msgid "There are no SNMP alerts" +msgstr "No hay definida ninguna alerta SNMP" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 -msgid "Filter module" -msgstr "Filtro de módulo" +#: ../../godmode/snmpconsole/snmp_alert.php:1160 +msgid "Custom Value/Enterprise String" +msgstr "Valor personalizado / Cadena Enterprise" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 -msgid "Updated modules on database" -msgstr "Módulos actualizados en la base de datos" +#: ../../godmode/snmpconsole/snmp_alert.php:1165 +msgid "TF." +msgstr "TF." -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 -msgid "Agent configuration files updated" -msgstr "Actualizado fichero de configuración del agente" +#: ../../godmode/snmpconsole/snmp_alert.php:1226 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:613 +#: ../../godmode/agentes/module_manager.php:761 +msgid "Duplicate" +msgstr "Duplicar" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -#: ../../enterprise/godmode/policies/policy_queue.php:378 -#: ../../enterprise/meta/advanced/policymanager.queue.php:260 -msgid "Finished" -msgstr "Terminado" +#: ../../godmode/snmpconsole/snmp_alert.php:1234 +#: ../../godmode/alerts/alert_list.list.php:703 +#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:841 +msgid "Add action" +msgstr "Añadir acción" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 -msgid "Successful update the tags" -msgstr "Actualización de etiquetas con éxito" +#: ../../godmode/snmpconsole/snmp_alert.php:1256 +msgid "ID Alert SNMP" +msgstr "ID alerta SNMP" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 -msgid "Unsuccessful update the tags" -msgstr "Actualización de etiquetas sin éxito" +#: ../../godmode/snmpconsole/snmp_alert.php:1487 +msgid "Add action " +msgstr "Añadir acción " -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 -msgid "Tags unused" -msgstr "Etiquetas sin usar" +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/events/event_filter.php:175 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/netflow/nf_edit.php:167 +msgid "Create filter" +msgstr "Crear Filtro" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 -msgid "Tags used" -msgstr "Etiquetas usadas" +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "Filter overview" +msgstr "Revisión del filtro" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 +#: ../../godmode/snmpconsole/snmp_filters.php:51 +msgid "There was a problem updating the filter" +msgstr "Ha habido un problema al actualizar el filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:63 +msgid "There was a problem creating the filter" +msgstr "Ha habido un problema al crear el filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:73 +msgid "There was a problem deleting the filter" +msgstr "Ha habido un problema al borrar el filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:98 +msgid "" +"This field contains a substring, could be part of a IP address, a numeric " +"OID, or a plain substring" +msgstr "" +"Este campo contiene una subcadena, que podría ser parte de una dirección IP " +", un OID numérico o una subcadena simple" + +#: ../../godmode/alerts/configure_alert_special_days.php:55 +msgid "Configure special day" +msgstr "Configurar dia especial" + +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_special_days.php:235 +msgid "Same day of the week" +msgstr "Mismo día de la semana" + +#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164 +#: ../../godmode/menu.php:165 +msgid "Special days list" +msgstr "Lista de días especiales" + +#: ../../godmode/alerts/alert_special_days.php:86 +msgid "Skipped dates: " +msgstr "Fechas omitidas: " + +#: ../../godmode/alerts/alert_special_days.php:106 +msgid "Success to upload iCalendar" +msgstr "Éxito al cargar iCalendar" + +#: ../../godmode/alerts/alert_special_days.php:106 +msgid "Fail to upload iCalendar" +msgstr "Error al cargar iCalendar" + +#: ../../godmode/alerts/alert_special_days.php:232 +msgid "iCalendar(.ics) file" +msgstr "Fichero iCalendar (.ics)" + +#: ../../godmode/alerts/alert_special_days.php:254 +msgid "Overwrite" +msgstr "Sobrescribir" + +#: ../../godmode/alerts/alert_special_days.php:255 +msgid "Check this box, if you want to overwrite existing same days." +msgstr "Marque esta casilla, si desea sobrescribir los días existentes." + +#: ../../godmode/alerts/alert_special_days.php:273 +msgid "Display range: " +msgstr "Mostrar rango " + +#: ../../godmode/alerts/alert_special_days.php:347 +msgid "January" +msgstr "Enero" + +#: ../../godmode/alerts/alert_special_days.php:350 +msgid "February" +msgstr "Febrero" + +#: ../../godmode/alerts/alert_special_days.php:353 +msgid "March" +msgstr "Marzo" + +#: ../../godmode/alerts/alert_special_days.php:356 +msgid "April" +msgstr "Abril" + +#: ../../godmode/alerts/alert_special_days.php:359 +msgid "May" +msgstr "Mayo" + +#: ../../godmode/alerts/alert_special_days.php:362 +msgid "June" +msgstr "Junio" + +#: ../../godmode/alerts/alert_special_days.php:365 +msgid "July" +msgstr "Julio" + +#: ../../godmode/alerts/alert_special_days.php:368 +msgid "August" +msgstr "Agosto" + +#: ../../godmode/alerts/alert_special_days.php:371 +msgid "September" +msgstr "Septiembre" + +#: ../../godmode/alerts/alert_special_days.php:374 +msgid "October" +msgstr "Octubre" + +#: ../../godmode/alerts/alert_special_days.php:377 +msgid "November" +msgstr "Noviembre" + +#: ../../godmode/alerts/alert_special_days.php:380 +msgid "December" +msgstr "Diciembre" + +#: ../../godmode/alerts/alert_special_days.php:422 +msgid "Same as " +msgstr "Mismo que " + +#: ../../godmode/alerts/alert_view.php:61 +#: ../../godmode/alerts/alert_view.php:62 +#: ../../godmode/alerts/alert_view.php:63 +#: ../../godmode/alerts/alert_list.php:313 +msgid "List alerts" +msgstr "Lista de alertas" + +#: ../../godmode/alerts/alert_view.php:170 +#: ../../godmode/alerts/configure_alert_template.php:850 +msgid "The alert would fire when the value is below " +msgstr "" +"La alerta se lanzará cuando el valor sea inferior a " + +#: ../../godmode/alerts/alert_view.php:174 +#: ../../godmode/alerts/configure_alert_template.php:851 +msgid "The alert would fire when the value is above " +msgstr "" +"La alerta se lanzará cuando el valor esté por encima de " + +#: ../../godmode/alerts/alert_view.php:179 +#: ../../godmode/alerts/configure_alert_template.php:854 +msgid "The alert would fire when the module value changes" +msgstr "La alerta se iniciara cuando los valores de los módulos cambien" + +#: ../../godmode/alerts/alert_view.php:182 +#: ../../godmode/alerts/configure_alert_template.php:855 +msgid "The alert would fire when the module value does not change" +msgstr "La alerta de iniciara cuando los valores de los módulos no cambien" + +#: ../../godmode/alerts/alert_view.php:192 +#: ../../godmode/alerts/configure_alert_template.php:856 +msgid "The alert would fire when the module is in unknown status" +msgstr "La alerta se lanzará cuando el módulo esté en estado desconocido" + +#: ../../godmode/alerts/alert_view.php:298 +#: ../../godmode/alerts/configure_alert_template.php:536 +msgid "Use special days list" +msgstr "Utilizar lista de días especiales" + +#: ../../godmode/alerts/alert_view.php:310 +msgid "Number of alerts" +msgstr "Número de alertas" + +#: ../../godmode/alerts/alert_view.php:325 +msgid "Firing conditions" +msgstr "Condiciones de disparo" + +#: ../../godmode/alerts/alert_view.php:348 +#: ../../godmode/alerts/alert_view.php:370 +msgid "Every time that the alert is fired" +msgstr "Cada vez que la alerta es disparada" + +#: ../../godmode/alerts/alert_view.php:356 +#: ../../godmode/alerts/alert_list.list.php:505 +msgid "" +"The default actions will be executed every time that the alert is fired and " +"no other action is executed" +msgstr "" +"Las acciones por defecto se ejecutarán cada vez que la alerta se dispare y " +"ninguna otra acción sea ejecutada" + +#: ../../godmode/alerts/alert_view.php:414 +msgid "" +"Select the desired action and mode to see the Firing/Recovery fields for " +"this action" +msgstr "" +"Seleccione la acción deseada y el modo para ver los campos de " +"Disparado/Recuperación para dicha acción" + +#: ../../godmode/alerts/alert_view.php:417 +msgid "Select the action" +msgstr "Seleccione la acción" + +#: ../../godmode/alerts/alert_view.php:420 +#: ../../godmode/alerts/configure_alert_action.php:148 +msgid "Firing" +msgstr "Disparado" + +#: ../../godmode/alerts/alert_view.php:421 +msgid "Recovering" +msgstr "Recuperado" + +#: ../../godmode/alerts/alert_view.php:423 +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/servers/manage_recontask_form.php:237 +#: ../../godmode/servers/manage_recontask.php:291 +msgid "Mode" +msgstr "Modo" + +#: ../../godmode/alerts/alert_view.php:438 +#: ../../godmode/alerts/alert_view.php:532 +#: ../../godmode/alerts/configure_alert_template.php:670 +msgid "Firing fields" +msgstr "Campos de disparado" + +#: ../../godmode/alerts/alert_view.php:439 +msgid "" +"Fields passed to the command executed by this action when the alert is fired" +msgstr "" +"Campos pasados al comando ejecutado por esta acción cuando la alerta es " +"disparada" + +#: ../../godmode/alerts/alert_view.php:442 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Fields configured on the command associated to the action" +msgstr "Campos configurados en el comando asociado a la acción" + +#: ../../godmode/alerts/alert_view.php:443 +msgid "Template fields" +msgstr "Campos de la plantilla" + +#: ../../godmode/alerts/alert_view.php:444 +msgid "Triggering fields configured in template" +msgstr "Campos de disparado configurados en la plantilla" + +#: ../../godmode/alerts/alert_view.php:445 +msgid "Action fields" +msgstr "Campos de la acción" + +#: ../../godmode/alerts/alert_view.php:446 +msgid "Triggering fields configured in action" +msgstr "Campos de disparado configurados en la acción" + +#: ../../godmode/alerts/alert_view.php:448 +msgid "Executed on firing" +msgstr "Ejecutado en disparado" + +#: ../../godmode/alerts/alert_view.php:449 +#: ../../godmode/alerts/alert_view.php:532 +msgid "Fields used on execution when the alert is fired" +msgstr "Campos usados en la ejecución cuando la alerta es disparada" + +#: ../../godmode/alerts/alert_view.php:471 +#: ../../godmode/alerts/alert_view.php:548 +#: ../../godmode/alerts/alert_commands.php:105 +#: ../../godmode/alerts/alert_commands.php:109 +#: ../../godmode/alerts/alert_commands.php:127 +#: ../../godmode/alerts/alert_commands.php:135 +#: ../../godmode/alerts/configure_alert_template.php:684 #, php-format -msgid "Successfully updated alerts (%s / %s)" -msgstr "Alertas actualizadas correctamente (%s / %s)" +msgid "Field %s" +msgstr "Campo %s" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/alerts/configure_alert_action.php:153 +#: ../../godmode/servers/plugin.php:381 +msgid "Command preview" +msgstr "Vista previa del comando" + +#: ../../godmode/alerts/alert_view.php:516 +msgid "The alert recovering is disabled on this template." +msgstr "La recuperación de la alerta está desactivada en esta plantilla" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "Recovering fields" +msgstr "Campos de recuperación" + +#: ../../godmode/alerts/alert_view.php:529 +msgid "" +"Fields passed to the command executed by this action when the alert is " +"recovered" +msgstr "" +"Campos pasados al comando ejecutado por esta acción cuando la alerta es " +"recuperada" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Template recovery fields" +msgstr "Campos de recuperación de la plantilla" + +#: ../../godmode/alerts/alert_view.php:533 +msgid "Recovery fields configured in alert template" +msgstr "Campos de recuperación configurados en la plantilla de la alerta" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Action recovery fields" +msgstr "Acción en campos de recuperación" + +#: ../../godmode/alerts/alert_view.php:534 +msgid "Recovery fields configured in alert action" +msgstr "Campos de recuperación configurados en una acción de alerta" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Executed on recovery" +msgstr "Ejecutado en recuperación" + +#: ../../godmode/alerts/alert_view.php:535 +msgid "Fields used on execution when the alert is recovered" +msgstr "Campos usados en la ejecución cuando la alerta es recuperada" + +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +msgid "Alert actions" +msgstr "Acciones de alerta" + +#: ../../godmode/alerts/alert_actions.php:141 +msgid "Could not be copied" +msgstr "No se ha podido copiar" + +#: ../../godmode/alerts/alert_actions.php:398 +msgid "No alert actions configured" +msgstr "Sin acciones de alertas configuradas" + +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:689 +#: ../../godmode/alerts/configure_alert_template.php:703 +#: ../../godmode/alerts/configure_alert_template.php:775 +#: ../../godmode/users/configure_user.php:532 +#: ../../godmode/modules/manage_network_components_form_common.php:59 +msgid "Basic" +msgstr "Básico" + +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" +msgstr "Comandos de alerta" + +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" +msgstr "Comandos de alertas no configurados" + +#: ../../godmode/alerts/configure_alert_command.php:42 +msgid "Configure alert command" +msgstr "Configurar comando de alerta" + +#: ../../godmode/alerts/configure_alert_command.php:127 +msgid "Update Command" +msgstr "Actualizar comando" + +#: ../../godmode/alerts/configure_alert_command.php:130 +#: ../../godmode/alerts/configure_alert_action.php:136 +msgid "Create Command" +msgstr "Crear comando" + +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +msgid "Command" +msgstr "Comando" + +#: ../../godmode/alerts/configure_alert_command.php:160 #, php-format -msgid "Unsuccessfully updated alerts (%s / %s)" -msgstr "No se han podido actualizar las alertas (%s / %s)" +msgid "Field %s description" +msgstr "Campo de descripción %s" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 -msgid "SNMP Alerts to be edit" -msgstr "Alertas SNMP para editar" - -#: ../../enterprise/godmode/massive/massive_operations.php:27 -#: ../../enterprise/godmode/menu.php:47 -msgid "Satellite operations" -msgstr "Operaciones satélite" - -#: ../../enterprise/godmode/massive/massive_operations.php:47 -#: ../../enterprise/godmode/menu.php:35 -msgid "SNMP operations" -msgstr "Operaciones SNMP" - -#: ../../enterprise/godmode/massive/massive_operations.php:67 -#: ../../enterprise/godmode/menu.php:24 -msgid "Policies operations" -msgstr "Operaciones de las políticas" - -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" -msgstr "Añadir políticas de alertas masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:79 -msgid "Bulk alerts policy delete" -msgstr "Eliminar políticas de alertas masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:80 -msgid "Bulk tags module policy edit" -msgstr "Editar políticas de módulos de etiquetas masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:81 -msgid "Bulk modules policy tags edit" -msgstr "Editar etiquetas de políticas de módulos masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:89 -msgid "Bulk alert SNMP delete" -msgstr "Eliminar alertas SNMP masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:90 -msgid "Bulk alert SNMP edit" -msgstr "Editar alertas SNMP masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:98 -msgid "Bulk Satellite modules edit" -msgstr "Editar módulos satélite masivamente" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 -msgid "Modules unused" -msgstr "Módulos sin usar" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 -msgid "Modules used" -msgstr "Módulos usados" - -#: ../../enterprise/godmode/menu.php:16 -msgid "Manage Satellite Server" -msgstr "Usar Satellite Server" - -#: ../../enterprise/godmode/menu.php:58 ../../enterprise/godmode/menu.php:149 -msgid "Duplicate config" -msgstr "Duplicar configuración" - -#: ../../enterprise/godmode/menu.php:66 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 -#: ../../enterprise/include/functions_policies.php:3251 -msgid "Inventory modules" -msgstr "Módulos de inventario" - -#: ../../enterprise/godmode/menu.php:75 -#: ../../enterprise/meta/include/functions_components_meta.php:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -msgid "Local components" -msgstr "Componentes locales" - -#: ../../enterprise/godmode/menu.php:83 -msgid "Manage policies" -msgstr "Gestionar políticas" - -#: ../../enterprise/godmode/menu.php:109 -msgid "Enterprise ACL Setup" -msgstr "Configuración ACL Enterprise" - -#: ../../enterprise/godmode/menu.php:116 -msgid "Skins" -msgstr "Skins" - -#: ../../enterprise/godmode/menu.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:41 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -msgid "Export targets" -msgstr "Servidores de exportación" - -#: ../../enterprise/godmode/menu.php:143 -msgid "Log Collector" -msgstr "Colector de Logs" - -#: ../../enterprise/godmode/menu.php:156 -msgid "Password policy" -msgstr "Política de contraseñas" - -#: ../../enterprise/godmode/modules/configure_local_component.php:135 -msgid "Update Local Component" -msgstr "Actualizar Componente Local" - -#: ../../enterprise/godmode/modules/configure_local_component.php:138 -msgid "Create Local Component" -msgstr "Crear Componente Local" - -#: ../../enterprise/godmode/modules/configure_local_component.php:176 -msgid "Throw unknown events" -msgstr "Generar eventos desconocidos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:410 -msgid "Macros" -msgstr "Macros" - -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "Gestión de componentes locales" - -#: ../../enterprise/godmode/modules/local_components.php:441 -msgid "Search by name, description or data, list matches." -msgstr "Búsqueda por nombre, descripción o datos, lista las concidencias." - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 -msgid "Successfully created inventory module" -msgstr "Inventario de módulo creado correctamente" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 -msgid "Error creating inventory module" -msgstr "Error al crear módulo del inventario" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 -msgid "Interpreter" -msgstr "Intérprete" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 -msgid "No inventory modules defined" -msgstr "No hay módulos de inventario definidos" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 -msgid "Local module" -msgstr "Módulo local" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 -msgid "Remote/Local" -msgstr "Remoto/Local" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Dejar en blanco para los módulos de inventario LOCALES" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 -msgid "Block Mode" -msgstr "Modo bloqueo" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 -msgid "separate fields with " -msgstr "Separar campos con " - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Aquí se coloca el script para los módulos de inventario REMOTOS. Los módulos " -"de inventario locales no usan este campo." - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "Añadir política" - -#: ../../enterprise/godmode/policies/policies.php:114 -msgid "Policy name already exists" -msgstr "El nombre de la política ya existe." - -#: ../../enterprise/godmode/policies/policies.php:170 -msgid "Policies Management" -msgstr "Gestión de políticas" - -#: ../../enterprise/godmode/policies/policies.php:186 -msgid "All policy agents added to delete queue" -msgstr "Todos los agentes de las políticas añadidos a la cola de eliminación" - -#: ../../enterprise/godmode/policies/policies.php:187 -msgid "Policy agents cannot be added to the delete queue" -msgstr "" -"Los agentes de las políticas no se pudieron añadir a la cola de eliminación" - -#: ../../enterprise/godmode/policies/policies.php:237 -msgid "a" -msgstr "a" - -#: ../../enterprise/godmode/policies/policies.php:360 -msgid "Policy updated" -msgstr "Política actualizada" - -#: ../../enterprise/godmode/policies/policies.php:364 -msgid "Pending update policy only database" -msgstr "" -"Pendiente de actualizar política, sólo para cambios en base de datos." - -#: ../../enterprise/godmode/policies/policies.php:368 -msgid "Pending update policy" -msgstr "Pendiente actualizar política" - -#: ../../enterprise/godmode/policies/policies.php:381 -#: ../../enterprise/godmode/policies/policy_linking.php:122 -#: ../../enterprise/include/functions_policies.php:3280 -msgid "Linking" -msgstr "Enlazando" - -#: ../../enterprise/godmode/policies/policies.php:393 -msgid "Agent Wizard" -msgstr "Asistente de agente" - -#: ../../enterprise/godmode/policies/policies.php:401 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -#: ../../enterprise/include/functions_policies.php:3270 -msgid "External alerts" -msgstr "Alertas externas" - -#: ../../enterprise/godmode/policies/policies.php:405 -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/include/functions_policies.php:3298 -msgid "Queue" -msgstr "Cola" - -#: ../../enterprise/godmode/policies/policies.php:449 -msgid "A policy with agents cannot be deleted. Purge it first" -msgstr "Una política con agentes no se puede eliminar. Púrguela primero." - -#: ../../enterprise/godmode/policies/policies.php:455 -msgid "Deleting all policy agents" -msgstr "Eliminando todas los agentes de las políticas" - -#: ../../enterprise/godmode/policies/policies.php:458 -msgid "All the policy agents will be deleted" -msgstr "Todos los agentes de las políticas serán eliminados" - -#: ../../enterprise/godmode/policies/policies.php:462 -msgid "Delete all agents" -msgstr "Eliminar todos los agentes" - -#: ../../enterprise/godmode/policies/policy.php:114 -#: ../../enterprise/godmode/policies/policy.php:137 -#: ../../enterprise/meta/advanced/policymanager.apply.php:142 -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -msgid "Operation successfully added to the queue" -msgstr "Operación añadida correctamente a la cola" - -#: ../../enterprise/godmode/policies/policy.php:117 -#: ../../enterprise/godmode/policies/policy.php:138 -#: ../../enterprise/meta/advanced/policymanager.apply.php:150 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -#: ../../enterprise/meta/advanced/policymanager.apply.php:158 -msgid "Operation cannot be added to the queue" -msgstr "La operación no se puede añadir a la cola" - -#: ../../enterprise/godmode/policies/policy.php:120 -#: ../../enterprise/godmode/policies/policy.php:141 -#: ../../enterprise/meta/advanced/policymanager.apply.php:135 -msgid "Duplicated or incompatible operation in the queue" -msgstr "Operación duplicada o incompatible en la cola" - -#: ../../enterprise/godmode/policies/policy_agents.php:90 -msgid "" -"Successfully added to delete pending agents. Will be deleted in the next " -"policy application." -msgstr "" -"Añadido correctamente a los agentes pendientes de eliminación. Será " -"eliminado en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_agents.php:95 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_collections.php:73 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_modules.php:1101 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -msgid "Successfully reverted deletion" -msgstr "Eliminación revertida correctamente" - -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_collections.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_modules.php:1102 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -msgid "Could not be reverted" -msgstr "No pudo ser revertido" - -#: ../../enterprise/godmode/policies/policy_agents.php:121 -msgid "Successfully added to delete queue" -msgstr "Correctamente añadido a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:122 -msgid "Could not be added to delete queue" -msgstr "No se pudo añadir a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:157 -msgid "Successfully deleted from delete pending agents" -msgstr "Eliminado correctamente de los agentes pendientes de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:158 -msgid "Could not be deleted from delete pending agents" -msgstr "No se pudo eliminar de los agentes pendientes de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:285 -msgid "Agents in Policy" -msgstr "Agentes en la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:322 -msgid "Add agents to policy" -msgstr "Añadir agentes a la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:328 -msgid "Delete agents from policy" -msgstr "Eliminar agentes de la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:368 -msgid "Applied" -msgstr "Aplicado" - -#: ../../enterprise/godmode/policies/policy_agents.php:369 -msgid "Not applied" -msgstr "No aplicado" - -#: ../../enterprise/godmode/policies/policy_agents.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "R." -msgstr "R." - -#: ../../enterprise/godmode/policies/policy_agents.php:380 -msgid "Unlinked modules" -msgstr "Módulos sin enlazar" - -#: ../../enterprise/godmode/policies/policy_agents.php:380 -msgid "U." -msgstr "U." - -#: ../../enterprise/godmode/policies/policy_agents.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:50 -msgid "Last application" -msgstr "Última aplicación" - -#: ../../enterprise/godmode/policies/policy_agents.php:383 -msgid "Add to delete queue" -msgstr "Añadir a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:433 -msgid "This agent can not be remotely configured" -msgstr "Este agente no puede ser configurado remotamente" - -#: ../../enterprise/godmode/policies/policy_agents.php:457 -#: ../../enterprise/godmode/policies/policy_queue.php:176 -msgid "Add to apply queue" -msgstr "Añadir para aplicar cola" - -#: ../../enterprise/godmode/policies/policy_agents.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_modules.php:1264 -msgid "Undo deletion" -msgstr "Deshacer eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:488 -#: ../../enterprise/operation/agentes/policy_view.php:62 -msgid "Policy applied" -msgstr "Política aplicada" - -#: ../../enterprise/godmode/policies/policy_agents.php:492 -msgid "Need apply" -msgstr "Necesita aplicar" - -#: ../../enterprise/godmode/policies/policy_agents.php:500 -msgid "Applying policy" -msgstr "Aplicando política" - -#: ../../enterprise/godmode/policies/policy_agents.php:506 -msgid "Deleting from policy" -msgstr "Eliminando de la política" - -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 -msgid "Created successfuly" -msgstr "Creado correctamente" - -#: ../../enterprise/godmode/policies/policy_alerts.php:164 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 -msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next " -"policy application." -msgstr "" -"Correctamente añadido a las alertas pendientes de eliminación. Será " -"eliminado en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 -msgid "Added action successfuly" -msgstr "Acción añadida correctamente" - -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 -msgid "Deleted action successfuly" -msgstr "Acción eliminada correctamente" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "Módulo de la política" - -#: ../../enterprise/godmode/policies/policy_collections.php:68 -msgid "" -"Successfully added to delete the collection. Will be deleted in the next " -"policy application." -msgstr "" -"Añadido correctamente a la colección. Se eliminará en la próxima aplicación " -"de política." - -#: ../../enterprise/godmode/policies/policy_collections.php:161 -#: ../../enterprise/godmode/policies/policy_collections.php:213 -#: ../../enterprise/operation/agentes/collection_view.php:102 -#: ../../enterprise/operation/agentes/policy_view.php:164 -msgid "Outdate" -msgstr "Obsoleto" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -msgid "Duplicated alert" -msgstr "Alerta duplicada" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 -msgid "Modules in policy agents" -msgstr "Modulos en agentes de política" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 -msgid "Alert Template" -msgstr "Plantilla de alerta" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 -msgid "Module is not selected" -msgstr "No ha seleccionado ningún módulo" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 -#: ../../enterprise/godmode/policies/policy_modules.php:1082 -#: ../../enterprise/godmode/policies/policy_modules.php:1096 -msgid "" -"Successfully added to delete pending modules. Will be deleted in the next " -"policy application." -msgstr "" -"Añadido correctamente a la cola de módulos pendientes de eliminación, Será " -"eliminado en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 -msgid "Select inventory module" -msgstr "Seleccionar módulo de inventario" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 -msgid "There are no defined inventory modules" -msgstr "No hay definidos módulos de inventario" - -#: ../../enterprise/godmode/policies/policy_linking.php:26 -msgid "Linking modules" -msgstr "Modulos enlazados" - -#: ../../enterprise/godmode/policies/policy_linking.php:53 -msgid "Error: Update linking modules to policy" -msgstr "Error: Actualizando modulos enlazados a la política" - -#: ../../enterprise/godmode/policies/policy_linking.php:56 -msgid "Success: Update linking modules to policy" -msgstr "Completado: Actualizando modulos enlazados a la política" - -#: ../../enterprise/godmode/policies/policy_linking.php:66 -msgid "Free text for filter (*)" -msgstr "Texto libre para filtro (*)" - -#: ../../enterprise/godmode/policies/policy_linking.php:67 -msgid "Free text for filter" -msgstr "Texto libre para filtro" - -#: ../../enterprise/godmode/policies/policy_linking.php:110 -msgid "List of modules unlinked" -msgstr "Lista de módulos sin enlazar" - -#: ../../enterprise/godmode/policies/policy_linking.php:143 -msgid "There are no defined modules unlinked" -msgstr "No hay módulos definidos desvinculados" - -#: ../../enterprise/godmode/policies/policy_modules.php:262 -msgid "" -"If you change this description, you must change into the text of Data " -"configuration." -msgstr "" -"Si cambia esta descripción, tiene que cambiarla en el texto de la " -"configuración de datos." - -#: ../../enterprise/godmode/policies/policy_modules.php:320 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -msgid "Edit module" -msgstr "Editar módulo" - -#: ../../enterprise/godmode/policies/policy_modules.php:351 -msgid "Module macros" -msgstr "Macros de módulos" - -#: ../../enterprise/godmode/policies/policy_modules.php:448 -msgid "Could not be added module(s). You must select a policy" -msgstr "El módulo no se pudo añadir. Debe seleccionar una política." - -#: ../../enterprise/godmode/policies/policy_modules.php:476 +#: ../../godmode/alerts/configure_alert_command.php:175 #, php-format -msgid "Successfully added module(s) (%s/%s) to policy %s" -msgstr "Módulo añadido correctamente (%s/%s) a la política %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:478 -#, php-format -msgid "Could not be added module(s) (%s/%s) to policy %s" -msgstr "El módulo no se pudo añadir (%s/%s) a la política %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:768 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1908 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2002 -msgid "Successfully added module." -msgstr "Módulo añadido correctamente" - -#: ../../enterprise/godmode/policies/policy_modules.php:769 -msgid "Could not be added module." -msgstr "El módulo no se pudo añadir" - -#: ../../enterprise/godmode/policies/policy_modules.php:1052 -msgid "" -"The module type in Data configuration is empty, take from combo box of form." -msgstr "" -"El tipo de datos en la configuración está vacío, elija uno del combo del " -"formulario." - -#: ../../enterprise/godmode/policies/policy_modules.php:1055 -msgid "" -"The module name in Data configuration is empty, take from text field of form." -msgstr "" -"El nombre del módulo en la configuración está vacío, elija uno del combo del " -"formulario." - -#: ../../enterprise/godmode/policies/policy_modules.php:1086 -msgid "Could not be added to deleted all modules." -msgstr "No podría ser añadido a eliminar todos los módulos." - -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -msgid "Successfully duplicate the module." -msgstr "Módulo duplicado con éxito" - -#: ../../enterprise/godmode/policies/policy_modules.php:1232 -msgid "Local component" -msgstr "Componente local" - -#: ../../enterprise/godmode/policies/policy_modules.php:1298 -msgid "There are no defined modules" -msgstr "No hay módulos definidos" - -#: ../../enterprise/godmode/policies/policy_modules.php:1316 -msgid "Copy selected modules to policy: " -msgstr "Copiar módulos seleccionados a la política: " - -#: ../../enterprise/godmode/policies/policy_modules.php:1494 -msgid "Are you sure to copy modules into policy?\\n" -msgstr "¿Está seguro de que quiere copiar los módulos en la política?\\n" - -#: ../../enterprise/godmode/policies/policy_modules.php:1514 -msgid "Please select any module to copy" -msgstr "Por favor, seleccione algún modulo para copiar" - -#: ../../enterprise/godmode/policies/policy_plugins.php:33 -msgid "" -"Successfully added to delete pending plugins. Will be deleted in the next " -"policy application." -msgstr "" -"Correctamente añadido a los plugins pendientes de eliminar. Será eliminado " -"en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_plugins.php:34 -msgid "Cannot be added to delete pending plugins." -msgstr "No se puede añadir a los plugins pendientes de eliminar" - -#: ../../enterprise/godmode/policies/policy_plugins.php:116 -msgid "There are no defined plugins" -msgstr "No hay plugins definidos" - -#: ../../enterprise/godmode/policies/policy_queue.php:59 -#: ../../enterprise/meta/advanced/policymanager.queue.php:60 -msgid "Operation successfully deleted from the queue" -msgstr "Operación eliminada correctamente de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:60 -#: ../../enterprise/meta/advanced/policymanager.queue.php:61 -msgid "Operation cannot be deleted from the queue" -msgstr "La operación no puede ser eliminada de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:101 -msgid "Operations successfully deleted from the queue" -msgstr "Operaciones eliminadas correctamente de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:102 -msgid "Operations cannot be deleted from the queue" -msgstr "Las operaciones no pueden ser eliminadas de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:160 -msgid "Update pending" -msgstr "Actualización pendiente" - -#: ../../enterprise/godmode/policies/policy_queue.php:162 -msgid "Update pending agents" -msgstr "Actualizar agentes pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:180 -msgid "Add to apply queue only for database" -msgstr "Añadir a la cola de aplicación, sólo de cambios de base de datos" - -#: ../../enterprise/godmode/policies/policy_queue.php:186 -msgid "Link pending modules" -msgstr "Enlazar módulos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:192 -msgid "Will be linked in the next policy application" -msgstr "Se enlazará en la siguiente aplicación de políticas" - -#: ../../enterprise/godmode/policies/policy_queue.php:195 -msgid "Unlink pending modules" -msgstr "Desenlazar módulos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:201 -msgid "Will be unlinked in the next policy application" -msgstr "Será desenlazado en la siguiente aplicación de políticas" - -#: ../../enterprise/godmode/policies/policy_queue.php:206 -msgid "Delete pending" -msgstr "Eliminación pendiente" - -#: ../../enterprise/godmode/policies/policy_queue.php:208 -msgid "Delete pending agents" -msgstr "Eliminar agentes pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:214 -#: ../../enterprise/godmode/policies/policy_queue.php:223 -#: ../../enterprise/godmode/policies/policy_queue.php:232 -#: ../../enterprise/godmode/policies/policy_queue.php:241 -#: ../../enterprise/godmode/policies/policy_queue.php:250 -#: ../../enterprise/godmode/policies/policy_queue.php:259 -#: ../../enterprise/godmode/policies/policy_queue.php:268 -msgid "Will be deleted in the next policy application" -msgstr "Se eliminará en la siguiente aplicación de políticas" - -#: ../../enterprise/godmode/policies/policy_queue.php:217 -msgid "Delete pending modules" -msgstr "Eliminar módulos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:226 -msgid "Delete pending inventory modules" -msgstr "Eliminar módulos de inventario pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:235 -msgid "Delete pending alerts" -msgstr "Eliminar alertas pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:244 -msgid "Delete pending external alerts" -msgstr "Eliminar alertas externas pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:253 -msgid "Delete pending file collections" -msgstr "Eliminar colecciones de archivos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:262 -msgid "Delete pending plugins" -msgstr "Eliminar plugins pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:274 -msgid "Advices" -msgstr "Consejos" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -msgid "Queue summary" -msgstr "Resumen de cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -msgid "Apply (database and files)" -msgstr "Aplicar (base de datos y archivos)" - -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:418 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:309 -msgid "Apply (only database)" -msgstr "Aplicar (sólo en la base de datos)" - -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -msgid "Complete" -msgstr "Completo" - -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -msgid "Incomplete" -msgstr "Incompleto" - -#: ../../enterprise/godmode/policies/policy_queue.php:364 -msgid "Queue filter" -msgstr "Filtros de cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:446 -#: ../../enterprise/meta/advanced/policymanager.queue.php:334 -msgid "Delete from queue" -msgstr "Eliminar de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:459 -msgid "Empty queue" -msgstr "Vaciar cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:476 -msgid "This operation could take a long time" -msgstr "Esta operación podría tardar bastante tiempo" - -#: ../../enterprise/godmode/policies/policy_queue.php:487 -msgid "Apply all" -msgstr "Aplicar a todo" - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "Eliminar todo" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -msgid "Graph template editor" -msgstr "Editor de plantillas gráficas" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 -msgid "Template updated successfully" -msgstr "Plantilla actualizada con éxito" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 -msgid "Error updating template" -msgstr "Error al actualizar la plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 -msgid "3 hours" -msgstr "3 horas" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 -msgid "4 days" -msgstr "días" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1948 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2012 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2105 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2179 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2450 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2548 -msgid "Exact match" -msgstr "Coincidencia exacta" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 -msgid "Decrease Weight" -msgstr "Reducir el peso" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 -msgid "Increase Weight" -msgstr "Incrementar el peso" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:73 -msgid "Graph template management" -msgstr "Gestión de plantillas gráficas" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:166 -msgid "There are no defined graph templates" -msgstr "No hay plantillas gráficas definidas" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:389 -msgid "Create template" -msgstr "Crear plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 -msgid "Cleanup sucessfully" -msgstr "Limpieza correcta" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 -msgid "Cleanup error" -msgstr "Error al borrar contenido" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:100 -msgid "Wizard template" -msgstr "Plantilla de Wizard" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:145 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 -msgid "Clean up template" -msgstr "Vaciar la plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:176 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -msgid "Agents available" -msgstr "Agentes disponibles" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:176 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:464 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:467 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -msgid "Select all" -msgstr "Seleccionar todo" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -msgid "Agents to apply" -msgstr "Agentes para aplicar" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:207 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 -msgid "Add agents to template" -msgstr "Añadir agentes a la plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:211 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 -msgid "Undo agents to template" -msgstr "Deshacer añadir agentes a la plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:230 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430 -msgid "Apply template" -msgstr "Aplicar plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:392 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:424 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:786 -msgid "Please set template distinct than " -msgstr "Por favor, introduzca una plantilla distinta a " - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:419 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -msgid "" -"This will be delete all reports created in previous template applications. " -"Do you want to continue?" -msgstr "" -"Esta acción eliminará todos los informes creados en aplicaciones anteriores " -"de plantillas. ¿Quiere continuar?" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:28 -#: ../../enterprise/godmode/reporting/mysql_builder.php:122 -msgid "Custom Mysql template builder" -msgstr "Creador de plantillas personailizadas para MySQL" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:59 -msgid "Create custom SQL" -msgstr "Crear SQL personalizado" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:70 -msgid ": Create new custom" -msgstr ": Crear nueva consulta personalizada" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:90 -msgid "Create new custom" -msgstr "Crear personalizada nueva" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Successfully operation" -msgstr "Operación realizada con éxito" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Could not be operation" -msgstr "La operación no puedo completarse" - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "Informes Avanzados" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 -#: ../../enterprise/include/functions_reporting.php:39 -msgid "Global" -msgstr "Global" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:161 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:206 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:169 -msgid "Elements to apply" -msgstr "Elementos para aplicar" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 -msgid "Sum" -msgstr "Suma" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1620 -msgid ">=" -msgstr ">=" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1622 -msgid "<" -msgstr "<" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1653 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom" -msgstr "" -"Mostrar una tabla resumen con el máximo, el mínimo y la media de los módulos " -"totales al final del informe" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 -msgid "Edit template" -msgstr "Editar plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 -msgid "List templates" -msgstr "Lista de plantillas" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 -#: ../../enterprise/operation/reporting/custom_reporting.php:17 -msgid "PDF" -msgstr "PDF" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 -#: ../../enterprise/operation/reporting/custom_reporting.php:19 -msgid "JSON" -msgstr "JSON" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346 -#: ../../enterprise/operation/reporting/custom_reporting.php:50 -msgid "Export to PDF" -msgstr "Exportar a PDF" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 -#: ../../enterprise/operation/reporting/custom_reporting.php:54 -msgid "Export to JSON" -msgstr "Exportar a JSON" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:384 -msgid "You haven't created templates yet." -msgstr "No tienen creado plantillas aun." - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:397 -msgid "Generate a dynamic report\"" -msgstr "Generar un informe dinámico" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:475 -msgid "Add agents" -msgstr "Añadir agentes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:478 -msgid "Undo agents" -msgstr "Anular agentes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:486 -msgid "Generate" -msgstr "Generar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:769 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 -msgid "Please set agent distinct than " -msgstr "Por favor escoga un agente distinto a " - -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 -msgid "Advance Options" -msgstr "Opciones avanzadas" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1464 -msgid "" -"Case insensitive regular expression for agent name. For example: Network.* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " -"agente. Por ejemplo: Network.* coincidiría con los siguientes nombres de " -"agentes: network_agent1, NetworK CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1478 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2058 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2229 -msgid "" -"Case insensitive regular expression or string for module name. For example: " -"if you use this field with \"Module exact match\" enabled then this field " -"has to be fulfilled with the literally string of the module name, if not you " -"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " -"usage in matchine 1." -msgstr "" -"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " -"módulo. Por ejemplo: si usa este campo con \"Coincidencia exacta de modulo\" " -"activado, entonces este campo tiene que rellenarse con la cadena literal del " -"nombre del modulo, sino, usará una expresion regular, p.e: .*usage.* " -"coincidiría con : cpu_usage, vram usage in machine 1." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1489 -msgid "Module exact match" -msgstr "Coincidencia exacta de modulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1489 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1995 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2158 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 -msgid "Check it if you want to match module name literally" -msgstr "" -"Actívela si desea que haya una coincidencia exacta y literal en el nombre " -"del módulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1529 -msgid "Query SQL" -msgstr "Consulta SQL" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 -msgid "SQL preview" -msgstr "Previsualización del SQL" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1606 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:374 -msgid "" -"If this option was checked, only adding in elements that type of modules " -"support this option." -msgstr "" -"Si esta casilla está activa, solo la adición de este tipo de módulos " -"soportan esta opción" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1772 -msgid "Modules to match" -msgstr "Módulos a comparar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1774 -msgid "Select the modules to match when create a report for agents" -msgstr "" -"Seleccione los módulos a comparar cuando cree el informe para cada agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1855 -msgid "Modules to match (Free text)" -msgstr "Modulos a comparar (Texto libre)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1857 -msgid "Free text to filter the modules of agents when apply this template." -msgstr "" -"Texto libre para filtrar los módulos de los agentes cuando se use esta " -"plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1871 -msgid "Create a graph for each agent" -msgstr "Crear una gráfica por cada agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1873 -msgid "" -"If it is checked, the regexp or name of modules match only each to each to " -"agent, instead create a big graph with all modules from all agents." -msgstr "" -"Si se activa, la expresión regular o el nombre de modulo hará coincidencia " -"en cada módulo de cada agente, y creará una gráfica que contenga módulos de " -"todos los agentes." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1960 -msgid "Please save the SLA template for start to add items in this list." -msgstr "" -"Por favor, guarde la plantilla SLA para empezar a añadir elementos a la lista" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2009 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2176 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2453 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2551 -msgid "Not literally" -msgstr "No literal" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2053 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2223 -msgid "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Expresión regular no sensible a mayúsculas. Por ejemplo: Network* hará " -"coincidencia con los siguientes nombres de módulos: network_agent1, NetworK " -"CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2120 -msgid "Please save the template to start adding items into the list." -msgstr "" -"Por favor, guarde la plantilla para empezar a añadir elementos a la lista" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2472 -msgid "Name and SLA limit should not be empty" -msgstr "Nombre y límite SLA no deberían estar vacíos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "Sucessfully applied" -msgstr "Aplicado correctamente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "reports" -msgstr "Informes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "items" -msgstr "elementos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 -msgid "Could not be applied" -msgstr "No se pudo aplicar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 -msgid "Create template report wizard" -msgstr "Asistente de creación de plantillas de informes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 -msgid "Create report per agent" -msgstr "Crear informe por agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 -msgid "" -"Left in blank if you want to use default name: Template name - agents (num " -"agents) - Date" -msgstr "" -"Dejar en blanco si quieres usar el nombre por defecto: Nombre plantilla - " -"agentes (num agentes) - Fecha" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 -msgid "Target group" -msgstr "Grupo objetivo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 -msgid "Filter by" -msgstr "Filtrar por" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 -msgid "Filter tag" -msgstr "Filtro por tag" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:244 -msgid "Order:" -msgstr "Orden:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:264 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom:" -msgstr "" -"Muestra una tabla de resumen con el max, min y media del total de módulos en " -"la parte inferior del informe:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:279 -msgid "Show address instead module name" -msgstr "Mostrar la dirección en lugar del nombre del módulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89 -#: ../../enterprise/include/functions_reporting.php:36 -msgid "Wizard SLA" -msgstr "Wizard SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:115 -msgid "hourly S.L.A." -msgstr "S.L.A. por horas" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:116 -msgid "Availability Graph S.L.A." -msgstr "Gráfica de disponibilidad S.L.A." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 -msgid "SLA min value" -msgstr "Valor mínimo de SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204 -msgid "SLA min Value" -msgstr "Valor mínimo de SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 -msgid "SLA max value" -msgstr "Valor máximo SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208 -msgid "SLA max Value" -msgstr "Valor máximo SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -msgid "SLA Limit %" -msgstr "Límite % SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212 -msgid "SLA Limit Value" -msgstr "Valor límite SLA" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104 -msgid "Available" -msgstr "Disponible" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113 -msgid "Push the selected services into the list" -msgstr "Añade los servicios seleccionados a la lista" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118 -msgid "Remove the services from the list" -msgstr "Elimina los servicios de la lista" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172 -msgid "Icon preview" -msgstr "Pre visualización del icono" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238 -msgid "The services list is empty" -msgstr "La lista de servicios esta vacía" - -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:30 -msgid "Credential Boxes List" -msgstr "Lista de cajas de crecenciales" - -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:33 -msgid "Credential Boxes" -msgstr "Cajas de credenciales" - -#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:374 -#: ../../enterprise/godmode/servers/list_satellite.php:69 -msgid "No Data" -msgstr "No hay datos" - -#: ../../enterprise/godmode/servers/list_satellite.php:26 -msgid "Satellite Server" -msgstr "Servidor satélite" - -#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20 -msgid "Add Credential Box" -msgstr "Añadir caja de credenciales" - -#: ../../enterprise/godmode/servers/manage_export.php:61 -msgid "Error updating export target" -msgstr "Error al actualizar el servidor de exportación" - -#: ../../enterprise/godmode/servers/manage_export.php:64 -msgid "Successfully updated export target" -msgstr "Servidor de exportación actualizado correctamente" - -#: ../../enterprise/godmode/servers/manage_export.php:73 -msgid "Error deleting export target" -msgstr "Error al borrar el servidor de exportación" - -#: ../../enterprise/godmode/servers/manage_export.php:76 -msgid "Successfully deleted export target" -msgstr "Servidor de exportación borrado correctamente" - -#: ../../enterprise/godmode/servers/manage_export.php:98 -msgid "" -"Can't be created export target: User and password must be filled with FTP " -"mode" -msgstr "" -"No puede crearse target de exportación: El usuario y la contraseña deben ser " -"completadas con el modo de FTP" - -#: ../../enterprise/godmode/servers/manage_export.php:121 -msgid "There are no defined export targets" -msgstr "No hay objetivos a exportar definidos" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:76 -msgid "Preffix" -msgstr "Prefijo" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -msgid "Transfer mode" -msgstr "Modo de transferencia" - -#: ../../enterprise/godmode/servers/manage_export_form.php:109 -msgid "Target directory" -msgstr "Directorio objetivo" - -#: ../../enterprise/godmode/servers/manage_export_form.php:113 -msgid "Extra options" -msgstr "Opciones adicionales" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:130 -msgid "Error: The conf file of server is not readble." -msgstr "Error: El fichero de configuración del servidor no se puede leer" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:135 -msgid "Error: The conf file of server is not writable." -msgstr "" -"Error: En el fichero de configuración del servidor no se puede escribir" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:160 -msgid "Delete remote conf server files in Pandora" -msgstr "Borrar los servidores de configuración remota en Pandora" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:164 -msgid "" -"Delete this conf file implies that Pandora will send back local config to " -"console" -msgstr "" -"Borrar este fichero de configuración implicará que Pandora enviará la " -"configuración local a la consola" - -#: ../../enterprise/godmode/services/services.elements.php:70 -#: ../../enterprise/godmode/services/services.service.php:266 -msgid "" -"This values are by default because the service is auto calculate mode." -msgstr "" -"Estos valores están por defecto porque el servicio está en modo auto-cálculo" - -#: ../../enterprise/godmode/services/services.elements.php:82 -msgid "Invalid service" -msgstr "Servicio inválido" - -#: ../../enterprise/godmode/services/services.elements.php:96 -#: ../../enterprise/godmode/services/services.service.php:171 -#: ../../enterprise/operation/services/services.service.php:55 -#: ../../enterprise/operation/services/services.service_map.php:63 -#: ../../enterprise/operation/services/services.table_services.php:39 -msgid "Services list" -msgstr "Lista de servicios" - -#: ../../enterprise/godmode/services/services.elements.php:102 -#: ../../enterprise/godmode/services/services.service.php:177 -#: ../../enterprise/operation/services/services.service.php:61 -#: ../../enterprise/operation/services/services.service_map.php:69 -msgid "Services table view" -msgstr "Vista de tabla de servicios" - -#: ../../enterprise/godmode/services/services.elements.php:109 -#: ../../enterprise/godmode/services/services.service.php:182 -#: ../../enterprise/operation/services/services.service.php:66 -#: ../../enterprise/operation/services/services.service_map.php:75 -msgid "Config Service" -msgstr "Configurar Servicios" - -#: ../../enterprise/godmode/services/services.elements.php:115 -#: ../../enterprise/godmode/services/services.service.php:187 -#: ../../enterprise/operation/services/services.service.php:71 -#: ../../enterprise/operation/services/services.service_map.php:81 -msgid "Config Elements" -msgstr "Configurar Elementos" - -#: ../../enterprise/godmode/services/services.elements.php:123 -#: ../../enterprise/godmode/services/services.service.php:194 -#: ../../enterprise/operation/services/services.service.php:79 -#: ../../enterprise/operation/services/services.service_map.php:89 -msgid "View Service" -msgstr "Ver Servicio" - -#: ../../enterprise/godmode/services/services.elements.php:130 -#: ../../enterprise/godmode/services/services.service.php:200 -#: ../../enterprise/operation/services/services.service.php:85 -#: ../../enterprise/operation/services/services.service_map.php:95 -msgid "Service map" -msgstr "Mapa del Servicio" - -#: ../../enterprise/godmode/services/services.elements.php:142 -#: ../../enterprise/include/functions_services.php:1647 -msgid "Edit service elements" -msgstr "Editar elementos del servicio" - -#: ../../enterprise/godmode/services/services.elements.php:156 -msgid "Error empty module" -msgstr "Error al vaciar los módulos" - -#: ../../enterprise/godmode/services/services.elements.php:165 -msgid "Error empty agent" -msgstr "Error al vaciar el agente" - -#: ../../enterprise/godmode/services/services.elements.php:174 -msgid "Error empty service" -msgstr "Error al vaciar el servicio" - -#: ../../enterprise/godmode/services/services.elements.php:196 -msgid "Service element created successfully" -msgstr "Elemento del servicio creado correctamente" - -#: ../../enterprise/godmode/services/services.elements.php:197 -msgid "Error creating service element" -msgstr "Error al crear elemento de servicio" - -#: ../../enterprise/godmode/services/services.elements.php:271 -msgid "Service element updated successfully" -msgstr "Elemento de servicio actualizado correctamente" - -#: ../../enterprise/godmode/services/services.elements.php:272 -msgid "Error updating service element" -msgstr "Error al actualizar el elemento de sevicio" - -#: ../../enterprise/godmode/services/services.elements.php:279 -msgid "Service element deleted successfully" -msgstr "Elemento de servicio eliminado correctamente" - -#: ../../enterprise/godmode/services/services.elements.php:280 -msgid "Error deleting service element" -msgstr "Error al eliminar el elemento de servicio" - -#: ../../enterprise/godmode/services/services.elements.php:318 -msgid "Edit element service" -msgstr "Editar elemento de servicio" - -#: ../../enterprise/godmode/services/services.elements.php:321 -msgid "Create element service" -msgstr "Crear elemento de sevicio" - -#: ../../enterprise/godmode/services/services.elements.php:371 -msgid "First select an agent" -msgstr "Primero, seleccione un agente" - -#: ../../enterprise/godmode/services/services.elements.php:389 -msgid "Critical weight" -msgstr "Peso crítico" - -#: ../../enterprise/godmode/services/services.elements.php:394 -msgid "Warning weight" -msgstr "Advertencia de peso" - -#: ../../enterprise/godmode/services/services.elements.php:399 -msgid "Unknown weight" -msgstr "Peso desconocido" - -#: ../../enterprise/godmode/services/services.elements.php:404 -msgid "Ok weight" -msgstr "Peso correcto" - -#: ../../enterprise/godmode/services/services.elements.php:412 -msgid "" -"Only the critical elements are relevant to calculate the service status" -msgstr "" -"Solo los elementos críticos son relevantes para calcular el estado del " -"servicio" - -#: ../../enterprise/godmode/services/services.service.php:54 -#: ../../enterprise/operation/services/services.list.php:507 -#: ../../enterprise/operation/services/services.table_services.php:375 -msgid "Create Service" -msgstr "Crear Servicio" - -#: ../../enterprise/godmode/services/services.service.php:62 -msgid "Service created successfully" -msgstr "Servicio creado correctamente" - -#: ../../enterprise/godmode/services/services.service.php:63 -msgid "Error creating service" -msgstr "Error al crear servicio" - -#: ../../enterprise/godmode/services/services.service.php:85 -msgid "No name and description specified for the service" -msgstr "Ningún nombre y descripción especificados para el servicio" - -#: ../../enterprise/godmode/services/services.service.php:90 -msgid "No name specified for the service" -msgstr "Ningún nombre especificado para el servicio" - -#: ../../enterprise/godmode/services/services.service.php:95 -msgid "No description specified for the service" -msgstr "Ninguna descripción especificada para el servicio" - -#: ../../enterprise/godmode/services/services.service.php:109 -msgid "Error updating service" -msgstr "Error al actualizar el sevicio" - -#: ../../enterprise/godmode/services/services.service.php:113 -msgid "Service updated successfully" -msgstr "Servicio actualizado correctamente" - -#: ../../enterprise/godmode/services/services.service.php:126 -#: ../../enterprise/godmode/services/services.service.php:153 -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../enterprise/operation/services/services.service_map.php:44 -msgid "Not found" -msgstr "No encontrado" - -#: ../../enterprise/godmode/services/services.service.php:130 -msgid "New Service" -msgstr "Nuevo servicio" - -#: ../../enterprise/godmode/services/services.service.php:229 -msgid "No Services or concrete action" -msgstr "Sin Servicios o acción concreta" - -#: ../../enterprise/godmode/services/services.service.php:240 -msgid "General Data" -msgstr "Datos Generales" - -#: ../../enterprise/godmode/services/services.service.php:256 -msgid "You should set the weights manually" -msgstr "Debe establecer los pesos de forma manual" - -#: ../../enterprise/godmode/services/services.service.php:259 -msgid "The weights have default values" -msgstr "Los pesos tienen valores por defecto" - -#: ../../enterprise/godmode/services/services.service.php:261 -#: ../../enterprise/operation/services/services.list.php:191 -#: ../../enterprise/operation/services/services.table_services.php:160 -msgid "Simple" -msgstr "Simple" - -#: ../../enterprise/godmode/services/services.service.php:262 -msgid "" -"Only the elements configured as 'critical element' are used to calculate the " -"service status" -msgstr "" -"Sólo los elementos configurados como \"elemento crítico\" se utilizan para " -"calcular el estado del servicio" - -#: ../../enterprise/godmode/services/services.service.php:282 -msgid "Agent to store data" -msgstr "Agentes para almacenar datos" - -#: ../../enterprise/godmode/services/services.service.php:305 -msgid "S.L.A. interval" -msgstr "Intervalo SLA" - -#: ../../enterprise/godmode/services/services.service.php:310 -msgid "S.L.A. limit" -msgstr "Límite SLA" - -#: ../../enterprise/godmode/services/services.service.php:312 -msgid "Please set limit between 0 to 100." -msgstr "Por favor, introduzca un límite de 0 a 100" - -#: ../../enterprise/godmode/services/services.service.php:320 -msgid "" -"Here are described the alert templates, which will use their default " -"actions.\n" -"\t\tYou can modify the default behaviour editing alerts in the agent who " -"stores data and alert definitions about the service and the SLA status." -msgstr "" -"Aquí se describen las plantillas de alertas, que utilizarán sus acciones por " -"defecto.\n" -"\t\tPuedes modificar el comportambiento de las alertas de edición de " -"comportamiento por defecto en el agente que almacena definiciones de datos y " -"alerta sobre el servicio y el estado de SLA." - -#: ../../enterprise/godmode/services/services.service.php:334 -msgid "Warning Service alert" -msgstr "Alerta de advertencia del servicio" - -#: ../../enterprise/godmode/services/services.service.php:345 -msgid "Critical Service alert" -msgstr "Alerta crítica del servicio" - -#: ../../enterprise/godmode/services/services.service.php:363 -msgid "SLA critical service alert" -msgstr "Alerta crítica de servicio SLA." - -#: ../../enterprise/godmode/setup/edit_skin.php:42 -#: ../../enterprise/godmode/setup/setup_skins.php:36 -msgid "Skins configuration" -msgstr "Configuración skins" - -#: ../../enterprise/godmode/setup/edit_skin.php:45 -msgid "Successfully updated skin" -msgstr "Skin actualizada correctamente" - -#: ../../enterprise/godmode/setup/edit_skin.php:48 -#: ../../enterprise/godmode/setup/edit_skin.php:60 -msgid "Error updating skin" -msgstr "Error al actualizar skin" - -#: ../../enterprise/godmode/setup/edit_skin.php:171 -msgid "Error creating skin" -msgstr "Error al crear skin" - -#: ../../enterprise/godmode/setup/edit_skin.php:176 -msgid "Successfully created skin" -msgstr "Skin creado correctamente" - -#: ../../enterprise/godmode/setup/edit_skin.php:216 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Ruta relativa" - -#: ../../enterprise/godmode/setup/edit_skin.php:217 -msgid "" -"Zip file with skin subdirectory. The name of the zip file only can have " -"alphanumeric characters." -msgstr "" -"Archivo zip con subdirectorio skin. El nombre del archivo zip solo puede " -"tener caracteres alfanuméricos." - -#: ../../enterprise/godmode/setup/edit_skin.php:239 -msgid "Group/s" -msgstr "Grupo/s" - -#: ../../enterprise/godmode/setup/setup.php:38 -msgid "" -"Before activating this option check your ACL Setup. You may lose access to " -"the console." -msgstr "" -"Antes de activar esta opción compruebe su configuración ACL. Puede que " -"pierda el acceso a la consola." - -#: ../../enterprise/godmode/setup/setup.php:48 -msgid " Bytes" -msgstr " Bytes" - -#: ../../enterprise/godmode/setup/setup.php:64 -msgid "Seconds" -msgstr "Segundos" - -#: ../../enterprise/godmode/setup/setup.php:72 -msgid "" -"Limit the number of events that are replicated metaconsole each specified " -"range." -msgstr "" -"Limitar el número de eventos que se replican en la metaconsola a un " -"intervalo especificado." - -#: ../../enterprise/godmode/setup/setup.php:78 -msgid "Last replication at" -msgstr "Última replicación a" - -#: ../../enterprise/godmode/setup/setup.php:80 -msgid "No replication yet" -msgstr "Sin replicación todavía" - -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "Only validated events" -msgstr "Sólo eventos validados" - -#: ../../enterprise/godmode/setup/setup.php:96 -msgid "Metaconsole DB engine" -msgstr "Motor BD de la metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:97 -msgid "MySQL" -msgstr "MySQL" - -#: ../../enterprise/godmode/setup/setup.php:97 -msgid "Oracle" -msgstr "Oracle" - -#: ../../enterprise/godmode/setup/setup.php:103 -msgid "Metaconsole DB host" -msgstr "Host BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:110 -msgid "Metaconsole DB name" -msgstr "Nombre BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:117 -msgid "Metaconsole DB user" -msgstr "Usuario BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:124 -msgid "Metaconsole DB password" -msgstr "Password BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:131 -msgid "Metaconsole DB port" -msgstr "Puerto BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:147 -msgid "" -"The inventory modules included in the changes blacklist will not generate " -"events when change." -msgstr "" -"Los módulos de inventario incluidos en la lista negra de cambios no " -"generarán eventos cuando cambien." - -#: ../../enterprise/godmode/setup/setup.php:178 -msgid "Out of black list" -msgstr "Fuera de la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:180 -msgid "In black list" -msgstr "En la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:186 -msgid "Push selected modules into blacklist" -msgstr "Mover los módulos seleccionados a la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:190 -msgid "Pop selected modules out of blacklist" -msgstr "Sacar los módulos seleccionados de la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:216 -msgid "Enterprise options" -msgstr "Opciones Enterprise" - -#: ../../enterprise/godmode/setup/setup.php:229 -#: ../../enterprise/meta/advanced/metasetup.mail.php:79 -msgid "Mail configuration" -msgstr "Configuración de Mail" - -#: ../../enterprise/godmode/setup/setup.php:283 -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -msgid " Caracters" -msgstr " Caracteres" - -#: ../../enterprise/godmode/setup/setup.php:296 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -msgid "Set 0 if never expire." -msgstr "Introduzca 0 para que nunca expire" - -#: ../../enterprise/godmode/setup/setup.php:297 -#: ../../enterprise/meta/advanced/metasetup.password.php:102 -msgid " Days" -msgstr " Días" - -#: ../../enterprise/godmode/setup/setup.php:306 -#: ../../enterprise/meta/advanced/metasetup.password.php:113 -msgid " Minutes" -msgstr " Minutos" - -#: ../../enterprise/godmode/setup/setup.php:310 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -msgid "Two attempts minimum" -msgstr "2 intentos mínimo" - -#: ../../enterprise/godmode/setup/setup.php:311 -#: ../../enterprise/meta/advanced/metasetup.password.php:118 -msgid " Attempts" -msgstr " Intentos" - -#: ../../enterprise/godmode/setup/setup.php:351 -msgid "Enterprise password policy" -msgstr "Política de contraseña Enterprise" - -#: ../../enterprise/godmode/setup/setup.php:352 -msgid "" -"Rules applied to the management of passwords. This policy applies to all " -"users except the administrator." -msgstr "" -"Reglas aplicadas a la gestión de contraseñas. Esta política se aplica a " -"todos los usuarios excepto al administrador" - -#: ../../enterprise/godmode/setup/setup_acl.php:40 -msgid "Enterprise ACL setup" -msgstr "Configuración ACL Enterprise" - -#: ../../enterprise/godmode/setup/setup_acl.php:147 -#: ../../enterprise/godmode/setup/setup_acl.php:179 -msgid "Add new ACL element to profile" -msgstr "Añadir nuevo elemento ACL al perfil" - -#: ../../enterprise/godmode/setup/setup_acl.php:152 -#: ../../enterprise/godmode/setup/setup_acl.php:224 -msgid "Section" -msgstr "Sección" - -#: ../../enterprise/godmode/setup/setup_acl.php:157 -#: ../../enterprise/godmode/setup/setup_acl.php:313 -msgid "Mobile" -msgstr "Móvil" - -#: ../../enterprise/godmode/setup/setup_acl.php:161 -#: ../../enterprise/godmode/setup/setup_acl.php:225 -msgid "Section 2" -msgstr "Sección 2" - -#: ../../enterprise/godmode/setup/setup_acl.php:166 -#: ../../enterprise/godmode/setup/setup_acl.php:226 -msgid "Section 3" -msgstr "Sección 3" - -#: ../../enterprise/godmode/setup/setup_acl.php:178 -msgid "Hidden" -msgstr "Oculto" - -#: ../../enterprise/godmode/setup/setup_acl.php:184 -msgid "Page" -msgstr "Página" - -#: ../../enterprise/godmode/setup/setup_acl.php:203 -msgid "Filter by profile" -msgstr "Filtrar por perfil" - -#: ../../enterprise/godmode/setup/setup_auth.php:31 -msgid "Active directory" -msgstr "Directorio activo" - -#: ../../enterprise/godmode/setup/setup_auth.php:32 -msgid "Remote Pandora FMS" -msgstr "Pandora FMS remota" - -#: ../../enterprise/godmode/setup/setup_auth.php:33 -msgid "Remote Babel Enterprise" -msgstr "Babel Enterprise remoto" - -#: ../../enterprise/godmode/setup/setup_auth.php:34 -msgid "Remote Integria" -msgstr "Integria IMs remoto" - -#: ../../enterprise/godmode/setup/setup_auth.php:35 -msgid "SAML" -msgstr "SAML" - -#: ../../enterprise/godmode/setup/setup_auth.php:154 -msgid "You must select a profile from the list of profiles." -msgstr "Debe seleccionar un perfil de la lista de perfiles" - -#: ../../enterprise/godmode/setup/setup_auth.php:346 -msgid "SimpleSAML path" -msgstr "Ruta de SimpleSAML" - -#: ../../enterprise/godmode/setup/setup_auth.php:346 -msgid "" -"Select the path where SimpleSAML has been installed (by default '/opt/')" -msgstr "" -"Seleccione la ruta donde haya sido instalado SimpleSAML (por defecto " -"\"/opt/\")" - -#: ../../enterprise/godmode/setup/setup_auth.php:355 -msgid "" -"Enable this option to assign profiles, groups and tags to users from " -"specific AD groups (updated at the next login)" -msgstr "" -"Al habilitar esta opción podrá asignar perfiles, grupos y etiquetas a " -"usuarios que provengan de ciertos grupos del AD (se actualiza en el " -"siguiente login)" - -#: ../../enterprise/godmode/setup/setup_auth.php:389 -#: ../../enterprise/meta/include/functions_meta.php:744 -msgid "Auto enable node access" -msgstr "Auto habilitar acceso a nodo" - -#: ../../enterprise/godmode/setup/setup_auth.php:390 -msgid "New users will be able to log in to the nodes." -msgstr "Los nuevos usuarios serán capaces de hacer login en los nodos" - -#: ../../enterprise/godmode/setup/setup_auth.php:427 -#: ../../enterprise/godmode/setup/setup_auth.php:468 -msgid "AD Groups" -msgstr "Grupos AD" - -#: ../../enterprise/godmode/setup/setup_auth.php:470 -msgid "Select profile" -msgstr "Seleccionar perfil" - -#: ../../enterprise/godmode/setup/setup_auth.php:479 -msgid "Add new permissions" -msgstr "Agregar nuevos permisos" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -msgid "Enable event history" -msgstr "Activar histórico de eventos" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -msgid "" -"Event history is ONLY used for event reports, is not used in graphs or event " -"viewer." -msgstr "" -"El histórico de eventos SOLO será usado para los informes de eventos, no así " -"para gráficas o visor de eventos." - -#: ../../enterprise/godmode/setup/setup_history.php:68 -msgid "Number of days before data is transfered to history database." -msgstr "" -"Número de días antes de que los datos se transfieran a la base de datos " -"histórica." - -#: ../../enterprise/godmode/setup/setup_history.php:71 -msgid "" -"Data size of mechanism used to transfer data (similar to a data buffer.)" -msgstr "Tamaño del sistema de transferencia de datos (similar al un buffer)" - -#: ../../enterprise/godmode/setup/setup_history.php:74 -msgid "Time interval between data transfer." -msgstr "Intervalo de tiempo entre transferencias de datos" - -#: ../../enterprise/godmode/setup/setup_history.php:77 -msgid "Event days" -msgstr "Días de eventos" - -#: ../../enterprise/godmode/setup/setup_history.php:77 -msgid "Number of days before events is transfered to history database." -msgstr "" -"Número de días antes de transferir los eventos a la base de datos de " -"histórico" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:44 -msgid "Log storage directory" -msgstr "Directorio de almacenamiento de logs" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:45 -msgid "Directory where log data will be stored." -msgstr "Directorio donde los datos de log se almacenarán" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:48 -msgid "Sets the maximum lifetime for log data in days." -msgstr "Establece la duración máxima de los datos de registro en días" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "Configuración de la Metaconsola" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:138 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/meta/advanced/metasetup.setup.php:85 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -msgid "Successfully update" -msgstr "Actualizado correctamente" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:139 -msgid "Could not be update" -msgstr "No se pudo actualizar" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 -msgid "Pandora FMS Metaconsole item edition" -msgstr "Edición de elementos de la metaconsola de Pandora FMS" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:310 -msgid "Auth token" -msgstr "Aut. token" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:312 -msgid "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." -msgstr "" -"Token configurado anteriormente en la consola de destino de Pandora FMS con " -"el fin de utilizar autentificación delegada." - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:315 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:389 -msgid "Console URL" -msgstr "Consola URL" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:321 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:390 -msgid "DB Host" -msgstr "Host DB" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:324 -msgid "DB Name" -msgstr "Nombre BD" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:327 -msgid "DB User" -msgstr "Usuario de base de datos" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -msgid "DB Password" -msgstr "Contraseña BD" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 -msgid "Console User" -msgstr "Usuario de la consola" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 -msgid "Console Password" -msgstr "Contraseña de la consola" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:381 -msgid "DB" -msgstr "BD" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:382 -msgid "API" -msgstr "API" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 -msgid "Compatibility" -msgstr "Compatibilidad" - -#: ../../enterprise/godmode/setup/setup_skins.php:71 -msgid "Error deleting skin" -msgstr "Error al borrar skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:74 -msgid "Successfully deleted skin" -msgstr "Skin eliminado correctamente" - -#: ../../enterprise/godmode/setup/setup_skins.php:117 -msgid "Skin name" -msgstr "Nombre del skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:143 -msgid "There are no defined skins" -msgstr "No hay skins definidas" - -#: ../../enterprise/godmode/setup/setup_skins.php:148 -msgid "Create skin" -msgstr "Crear skin" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187 -msgid "Successfully added trap custom values" -msgstr "Añadidos correctamente a los valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:177 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:190 -msgid "Error adding trap custom values" -msgstr "Error al añadir los valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:194 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:256 -msgid "This custom OID is preexistent." -msgstr "El OID personalizado ya existe" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:225 -msgid "No change in data" -msgstr "No hay cambios en los datos" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:228 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:249 -msgid "Successfully updated trap custom values" -msgstr "Los valores personalizados trap se han añadido correctamente" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:252 -msgid "Error updating trap custom values" -msgstr "Error al actualizar los valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:268 -msgid "Successfully deleted trap custom values" -msgstr "Valores personalizados trap eliminados correctamente" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:272 -msgid "Error deleting trap custom values" -msgstr "Error al eliminar valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:279 -#, php-format -msgid "Uploaded %s/%s traps" -msgstr "Actualizados %s/%s traps" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:283 -msgid "Fail uploaded file" -msgstr "Fallo al subir el archivo" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 -msgid "" -"MIB files will be loaded and searched for SNMP trap definitions. They will " -"not be installed on the system! You can use the MIB uploader for that " -"purpose." -msgstr "" -"Los ficheros MIB se cargarán y buscaron las definiciones de SNMP trap. ¡No " -"van a ser instalados en el sistema! Puede usar el cargador de MIB para ese " -"propósito." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:296 -msgid "Load MIB" -msgstr "Cargar MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:298 -msgid "Upload MIB" -msgstr "Actualizar MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:319 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -msgid "Custom OID" -msgstr "OID personalizado" - -#: ../../enterprise/include/ajax/dashboard.ajax.php:297 -msgid "Only one service map widget is supported at this moment" -msgstr "Solo un widget de mapa de servicios es soportado actualmente" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:251 -msgid "Error accesing to API, auth error." -msgstr "Error al acceder a la API. Error de autenticación." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:255 -msgid "Error accesing to API." -msgstr "Error al acceder a la API" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:259 -msgid "Error could not resolve the host." -msgstr "Error no pudo resolver el host." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:270 -msgid "Database credentials not found" -msgstr "Los credenciales de la base de datos no se han encontrado" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:274 -msgid "Error connecting to the specified host" -msgstr "Error al conectar con el host especificado" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:278 -msgid "Connected to the host, but cannot found the specified database" -msgstr "" -"Conectado al host, pero no se puede encontrar la base de datos especificada" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:289 -#: ../../enterprise/include/ajax/metaconsole.ajax.php:313 -msgid "Server connection failed" -msgstr "Falló la conexión con el servidor" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:293 -msgid "" -"\"Translate string\" extension is missed in the server. This extension is " -"mandatory to be configured on metaconsole." -msgstr "" -"En el servidor, falta la extensión \"Translate string\". Esta extensión es " -"imprescindible para configurar la metaconsola." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:297 -msgid "" -"Server name doesnt match. Check the node server name and configure the same " -"one on metasetup" -msgstr "" -"El nombre del servidor no coincide. Compruebe el nombre del servidor del " -"nodo y configure el mismo nombre en el metasetup" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:308 -msgid "Last event replication" -msgstr "Replicación del último evento" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:322 -msgid "Agent cache activated" -msgstr "Cache de agente activado" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:326 -msgid "Agent cache failed" -msgstr "Cache de agente falló" - -#: ../../enterprise/include/ajax/transactional.ajax.php:178 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:151 -msgid "The phase does not have a defined script" -msgstr "La fase no tiene un script definido" - -#: ../../enterprise/include/ajax/transactional.ajax.php:217 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:201 -msgid "Edit Data" -msgstr "Editar datos" - -#: ../../enterprise/include/reset_pass.php:99 -#: ../../enterprise/meta/include/reset_pass.php:76 -msgid "User to reset password" -msgstr "Nombre de usuario" - -#: ../../enterprise/include/reset_pass.php:102 -#: ../../enterprise/meta/include/reset_pass.php:79 -#: ../../enterprise/meta/index.php:536 ../../index.php:650 -msgid "Reset password" -msgstr "Restablecer la contraseña" - -#: ../../enterprise/include/reset_pass.php:109 -#: ../../enterprise/include/process_reset_pass.php:120 -#: ../../enterprise/meta/general/noaccess.php:17 -#: ../../enterprise/meta/include/process_reset_pass.php:97 -#: ../../enterprise/meta/include/reset_pass.php:86 -msgid "Back to login" -msgstr "Volver a identificarse" - -#: ../../enterprise/include/reset_pass.php:163 -#: ../../enterprise/include/reset_pass.php:166 -#: ../../enterprise/meta/include/reset_pass.php:122 -#: ../../enterprise/meta/include/reset_pass.php:125 -msgid "Reset password failed" -msgstr "Restablecimiento de contraseña fallido" - -#: ../../enterprise/include/functions_alert_event.php:925 -msgid "Module alert" -msgstr "Alerta de módulos" - -#: ../../enterprise/include/functions_backup.php:135 -msgid "No description" -msgstr "Sin descripción" - -#: ../../enterprise/include/functions_backup.php:242 -#: ../../enterprise/include/functions_backup.php:324 -msgid "Restoring a backup" -msgstr "Restaurar una copia de seguridad" - -#: ../../enterprise/include/functions_backup.php:244 -#: ../../enterprise/include/functions_backup.php:326 -msgid "Restoring a Pandora database backup must be done manually" -msgstr "" -"Debe restaurar la copia de seguridad de la base de datos de Pandora FMS " -"manualmente." - -#: ../../enterprise/include/functions_backup.php:245 -#: ../../enterprise/include/functions_backup.php:327 -msgid "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loosing" -msgstr "" -"Esta operación es compleja y necesita intervención humana para evitar fallos " -"en el sistema y pérdida de datos" - -#: ../../enterprise/include/functions_backup.php:246 -#: ../../enterprise/include/functions_backup.php:328 -msgid "To restore the selected backup, please follow these steps" -msgstr "" -"Para restaurar la copia de seguridad seleccionada, por favor, siga los " -"siguientes pasos" - -#: ../../enterprise/include/functions_backup.php:252 -#: ../../enterprise/include/functions_backup.php:334 -msgid "Open a root shell in your system located at " -msgstr "Abra un root shell en su sistema localizado en " - -#: ../../enterprise/include/functions_backup.php:256 -msgid "Connect to MySQL database using the following command" -msgstr "Use el siguiente comando para conectar con la base de datos de MySQL" - -#: ../../enterprise/include/functions_backup.php:263 -msgid "Create a new database" -msgstr "Crear una nueva base de datos" - -#: ../../enterprise/include/functions_backup.php:276 -msgid "Restore the backup" -msgstr "Restaurar la copia de seguridad" - -#: ../../enterprise/include/functions_backup.php:284 -#: ../../enterprise/include/functions_backup.php:349 -msgid "Modify console configuration to use this new database" -msgstr "" -"Modifique la configuración de la consola para usar esta nueva base de datos" - -#: ../../enterprise/include/functions_backup.php:285 -#: ../../enterprise/include/functions_backup.php:350 -msgid "Open configuration file" -msgstr "Abrir el archivo de configuración" - -#: ../../enterprise/include/functions_backup.php:289 -#: ../../enterprise/include/functions_backup.php:301 -#: ../../enterprise/include/functions_backup.php:354 -#: ../../enterprise/include/functions_backup.php:366 -msgid "Find" -msgstr "Encontrar" - -#: ../../enterprise/include/functions_backup.php:291 -#: ../../enterprise/include/functions_backup.php:304 -#: ../../enterprise/include/functions_backup.php:356 -#: ../../enterprise/include/functions_backup.php:369 -msgid "and replace with" -msgstr "y reemplazar con" - -#: ../../enterprise/include/functions_backup.php:298 -#: ../../enterprise/include/functions_backup.php:363 -msgid "Modify servers configuration to use this new database" -msgstr "" -"Modifique la configuración de los servidores para usar esta nueva base de " -"datos" - -#: ../../enterprise/include/functions_backup.php:299 -#: ../../enterprise/include/functions_backup.php:364 -msgid "Find servers configuration file and replace the following lines" -msgstr "" -"Acceda al archivo de configuración de los servidores y reemplácelo por las " -"siguientes líneas" - -#: ../../enterprise/include/functions_backup.php:311 -#: ../../enterprise/include/functions_backup.php:376 -msgid "Restart the servers and login again into the console" -msgstr "Reinicie los servidores y vuelva a identificarse en la consola" - -#: ../../enterprise/include/functions_backup.php:341 -msgid "Run import command using the following command" -msgstr "Ejecute el comando de importación mediante el siguiente comando" - -#: ../../enterprise/include/functions_backup.php:345 -msgid "Into your destination database." -msgstr "En su base de datos de destino" - -#: ../../enterprise/include/functions_collection.php:42 -#, php-format -msgid "Fail create the directory: %s" -msgstr "Fallo al crear el directorio: %s" - -#: ../../enterprise/include/functions_collection.php:69 -msgid "No files in collection" -msgstr "No hay archivos en la colección" - -#: ../../enterprise/include/functions_collection.php:77 -msgid "File of collection is bigger than the limit (" -msgstr "El archivo de la colección es mayor que el límite" - -#: ../../enterprise/include/functions_dashboard.php:408 -#, php-format -msgid "Copy of %s" -msgstr "Copia de %s" - -#: ../../enterprise/include/functions_enterprise.php:298 -msgid "Tree view by tags" -msgstr "Vista de árbol por tags" - -#: ../../enterprise/include/functions_enterprise.php:321 -msgid "" -"If event purge is less than events days pass to history db, you will have a " -"problems and you lost data. Recommended that event days purge will more " -"taller than event days to history DB" -msgstr "" -"Si la fecha de purga de eventos es menor que la fecha para que los eventos " -"pasen a histórico, los datos se perderán. Recomendamos que la fecha de purga " -"sean mayor a la de traspaso a histórico." - -#: ../../enterprise/include/functions_enterprise.php:323 -msgid "" -"Problems with event days purge and event days that pass data to history DB." -msgstr "" -"Problemas con la fecha de purga de eventos y la fecha de traspaso de " -"información a histórico." - -#: ../../enterprise/include/functions_enterprise.php:331 -msgid "" -"If days purge is less than history days pass to history db, you will have a " -"problems and you lost data. Recommended that days purge will more taller " -"than days to history DB" -msgstr "" -"Si la fecha de purga es menor a la fecha de traspaso a histórico, los datos " -"se perderán. Recomendamos poner una fecha de purga mayor a la del traspaso " -"de datos a histórico." - -#: ../../enterprise/include/functions_enterprise.php:333 -msgid "Problems with days purge and days that pass data to history DB" -msgstr "" -"Problemas con la fecha de purga y la fecha de traspaso de información a " -"histórico" - -#: ../../enterprise/include/functions_events.php:164 -#: ../../enterprise/include/functions_reporting_csv.php:1450 -msgid "Hours" -msgstr "Horas" - -#: ../../enterprise/include/functions_events.php:177 -#: ../../enterprise/include/functions_events.php:194 -msgid "More than 5 tags" -msgstr "Más de 5 tags" - -#: ../../enterprise/include/functions_events.php:212 -msgid "Active filter" -msgstr "Filtro activo" - -#: ../../enterprise/include/functions_events.php:213 -msgid "Active filters" -msgstr "Filtros activos" - -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "Metaconsola" - -#: ../../enterprise/include/functions_inventory.php:54 -#: ../../enterprise/include/functions_inventory.php:494 -msgid "No changes found" -msgstr "No se han encontrado cambios" - -#: ../../enterprise/include/functions_inventory.php:64 -msgid "Agent alias" -msgstr "Alias de agente" - -#: ../../enterprise/include/functions_inventory.php:80 -msgid "Get CSV file" -msgstr "Obtener archivo CSV" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Client" -msgstr "Cliente" - -#: ../../enterprise/include/functions_license.php:49 -msgid "Trial" -msgstr "Prueba" - -#: ../../enterprise/include/functions_local_components.php:142 -msgid "Empty configuration" -msgstr "Configuración vacía" - -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "SO vacío" - -#: ../../enterprise/include/functions_log.php:349 -msgid "Lines" -msgstr "Líneas" - -#: ../../enterprise/include/functions_login.php:22 -msgid "You must change password:" -msgstr "Debe cambiar la contraseña" - -#: ../../enterprise/include/functions_login.php:38 -msgid "Password must be different from the 3 previous changes." -msgstr "La contraseña debe ser diferente de los tres cambios previos." - -#: ../../enterprise/include/functions_login.php:48 -msgid "Old pass: " -msgstr "Contraseña antigua: " - -#: ../../enterprise/include/functions_login.php:51 -msgid "New pass: " -msgstr "Nueva contraseña: " - -#: ../../enterprise/include/functions_login.php:55 -msgid "Confirm: " -msgstr "Confirmar: " - -#: ../../enterprise/include/functions_login.php:61 -msgid "Change" -msgstr "Cambiar" - -#: ../../enterprise/include/functions_login.php:92 -msgid "Login blocked" -msgstr "Login bloqueado" - -#: ../../enterprise/include/functions_login.php:100 -msgid "User has been blocked. Try again in " -msgstr "Su usuario ha sido bloqueado. Vuelva a intentarlo en " - -#: ../../enterprise/include/functions_login.php:100 -msgid " minutes" -msgstr " minutos" - -#: ../../enterprise/include/functions_login.php:129 -msgid "Login successfully" -msgstr "Login correcto" - -#: ../../enterprise/include/functions_login.php:136 -msgid "Successfully" -msgstr "Éxito" - -#: ../../enterprise/include/functions_login.php:137 -msgid "User pass successfully updated" -msgstr "La contraseña se ha actualizado correctamente" - -#: ../../enterprise/include/functions_login.php:238 -msgid "Password must be different from the " -msgstr "La contraseña debe ser diferente de " - -#: ../../enterprise/include/functions_login.php:238 -msgid " previous changes." -msgstr " Cambios anteriores" - -#: ../../enterprise/include/functions_login.php:252 -msgid "Password must be different" -msgstr "La contraseña tiene que ser diferente" - -#: ../../enterprise/include/functions_login.php:262 -msgid "Password too short" -msgstr "La contraseña es demasiado corta" - -#: ../../enterprise/include/functions_login.php:273 -msgid "Password must contain numbers" -msgstr "La contraseña tiene que contener números" - -#: ../../enterprise/include/functions_login.php:285 -msgid "Password must contain symbols" -msgstr "La contraseña tiene que contener símbolos" - -#: ../../enterprise/include/functions_login.php:305 -msgid "Invalid old password" -msgstr "Password antigua inválida." - -#: ../../enterprise/include/functions_login.php:340 -msgid "Password confirm does not match" -msgstr "Las contraseñas no coinciden" - -#: ../../enterprise/include/functions_login.php:348 -msgid "Password empty" -msgstr "La contraseña está vacía" - -#: ../../enterprise/include/functions_metaconsole.php:842 -msgid "Group does not exist. Agent " -msgstr "El grupo no existe. Agente " - -#: ../../enterprise/include/functions_metaconsole.php:848 -msgid "Created group in destination DB" -msgstr "Creado el grupo en la base de datos destino" - -#: ../../enterprise/include/functions_metaconsole.php:852 -msgid "Error creating group. Agent " -msgstr "Error creando grupo. Agente " - -#: ../../enterprise/include/functions_metaconsole.php:858 -msgid "Group already exists in destination DB" -msgstr "El grupo ya existe en la base de datos destino" - -#: ../../enterprise/include/functions_netflow_pdf.php:45 -#: ../../enterprise/include/functions_reporting_pdf.php:51 -msgid "Automated Pandora FMS report for user defined report" -msgstr "Informe automatizado de Pandora FMS para informes personalizados." - -#: ../../enterprise/include/functions_netflow_pdf.php:56 -#: ../../enterprise/include/functions_reporting_pdf.php:2190 -msgid "Contents" -msgstr "Contenido" - -#: ../../enterprise/include/functions_netflow_pdf.php:160 -#: ../../enterprise/operation/log/log_viewer.php:215 -msgid "Start date" -msgstr "Fecha de inicio" - -#: ../../enterprise/include/functions_policies.php:3035 -msgid "Policy linkation" -msgstr "Vinculación de políticas" - -#: ../../enterprise/include/functions_policies.php:3040 -msgid "Module linked" -msgstr "Módulo enlazado" - -#: ../../enterprise/include/functions_policies.php:3042 -#: ../../enterprise/include/functions_policies.php:3052 -msgid "Unlink from policy" -msgstr "Módulo desenlazado de la política" - -#: ../../enterprise/include/functions_policies.php:3045 -msgid "Module unlinked" -msgstr "Módulo desenlazado" - -#: ../../enterprise/include/functions_policies.php:3047 -#: ../../enterprise/include/functions_policies.php:3057 -msgid "Relink to policy" -msgstr "Volver a unir a la política" - -#: ../../enterprise/include/functions_policies.php:3050 -msgid "Module pending to link" -msgstr "Módulo pendiente para enlazar" - -#: ../../enterprise/include/functions_policies.php:3055 -msgid "Module pending to unlink" -msgstr "Módulo pendiente para desenlazar" - -#: ../../enterprise/include/functions_policies.php:3781 -msgid "Create a new policy map" -msgstr "Crear un nuevo mapa de políticas" - -#: ../../enterprise/include/functions_policies.php:4100 -#, php-format -msgid "" -"This extension makes registration of policies enterprise.
                You can get " -"more policies in our Public Resource Library" -msgstr "" -"Esta extensión hace registra las politicas enterprise.
                Puedes conseguir " -"más politicas en nuestra Librería de recursos publica" - -#: ../../enterprise/include/functions_reporting.php:42 -msgid "Advance options" -msgstr "Opciones avanzadas" - -#: ../../enterprise/include/functions_reporting.php:60 -msgid "Templates list" -msgstr "Lista de Plantillas" - -#: ../../enterprise/include/functions_reporting.php:66 -#: ../../enterprise/meta/general/main_header.php:165 -msgid "Templates wizard" -msgstr "Asistente de plantillas" - -#: ../../enterprise/include/functions_reporting.php:86 -msgid "Templates Wizard" -msgstr "Asistente de plantillas" - -#: ../../enterprise/include/functions_reporting.php:1016 -msgid "Availability item created from wizard." -msgstr "Elemento disponible creado desde el asistente." - -#: ../../enterprise/include/functions_reporting.php:1683 -#: ../../enterprise/include/functions_reporting.php:2475 -#: ../../enterprise/include/functions_reporting.php:3252 -#: ../../enterprise/include/functions_reporting_pdf.php:1653 -msgid "Planned Downtimes" -msgstr "Paradas Planificadas" - -#: ../../enterprise/include/functions_reporting.php:1689 -#: ../../enterprise/include/functions_reporting.php:2481 -#: ../../enterprise/include/functions_reporting.php:3258 -#: ../../enterprise/include/functions_reporting_pdf.php:1659 -msgid "Ignore Time" -msgstr "Ignorar tiempo" - -#: ../../enterprise/include/functions_reporting.php:1709 -#: ../../enterprise/include/functions_reporting_pdf.php:1674 -msgid "SLA Compliance per days" -msgstr "Cumplimiento de SLA por días" - -#: ../../enterprise/include/functions_reporting.php:1776 -#: ../../enterprise/include/functions_reporting_pdf.php:1753 -msgid "Summary of SLA Failures" -msgstr "Resumen de los Fallos de SLA" - -#: ../../enterprise/include/functions_reporting.php:1778 -#: ../../enterprise/include/functions_reporting_csv.php:1086 -#: ../../enterprise/include/functions_reporting_pdf.php:1757 -msgid "Day" -msgstr "Día" - -#: ../../enterprise/include/functions_reporting.php:2518 -msgid "T. Total" -msgstr "Tiempo total" - -#: ../../enterprise/include/functions_reporting.php:2519 -#: ../../enterprise/include/functions_reporting.php:3282 -msgid "T. OK" -msgstr "Tiempo OK" - -#: ../../enterprise/include/functions_reporting.php:2520 -#: ../../enterprise/include/functions_reporting.php:3283 -msgid "T. Error" -msgstr "Tiempo error" - -#: ../../enterprise/include/functions_reporting.php:2521 -#: ../../enterprise/include/functions_reporting.php:3284 -msgid "T. Unknown" -msgstr "Tiempo desconocido" - -#: ../../enterprise/include/functions_reporting.php:2522 -#: ../../enterprise/include/functions_reporting.php:3285 -msgid "T. Not_init" -msgstr "Tiempo no iniciado" - -#: ../../enterprise/include/functions_reporting.php:2523 -#: ../../enterprise/include/functions_reporting.php:3286 -msgid "T. Downtime" -msgstr "Tiempo en parada planificada" - -#: ../../enterprise/include/functions_reporting.php:2524 -#: ../../enterprise/include/functions_reporting.php:3287 -msgid "SLA %" -msgstr "SLA %" - -#: ../../enterprise/include/functions_reporting.php:3911 -msgid "Module Histogram Graph" -msgstr "Gráfica de histórico de módulos" - -#: ../../enterprise/include/functions_reporting.php:4421 -msgid "There are no SLAs defined." -msgstr "No hay SLAs definidos." - -#: ../../enterprise/include/functions_reporting.php:4535 -#: ../../enterprise/include/functions_reporting.php:5154 -#: ../../enterprise/include/functions_services.php:1216 -#: ../../enterprise/include/functions_services.php:1218 -#: ../../enterprise/include/functions_services.php:1239 -#: ../../enterprise/include/functions_services.php:1240 -#: ../../enterprise/include/functions_services.php:1242 -#: ../../enterprise/include/functions_services.php:1276 -#: ../../enterprise/include/functions_services.php:1278 -msgid "Nonexistent" -msgstr "No existe" - -#: ../../enterprise/include/functions_reporting.php:5691 -#: ../../enterprise/include/functions_reporting.php:6177 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "Gráficas de agentes (%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:6125 -#, php-format -msgid "Graph agent(%s) - %s" -msgstr "Gráfica de agente(%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:6436 -msgid "There is not data for setted conditions" -msgstr "No hay datos para las condiciones establecidas" - -#: ../../enterprise/include/functions_reporting.php:6586 -#: ../../enterprise/include/functions_reporting.php:6636 -msgid "Template editor" -msgstr "Editor de Plantillas" - -#: ../../enterprise/include/functions_reporting.php:6650 -msgid "Get PDF file" -msgstr "Obtener archivo PDF" - -#: ../../enterprise/include/functions_reporting_csv.php:364 -msgid "Serialized data " -msgstr "Datos serializados " - -#: ../../enterprise/include/functions_reporting_csv.php:456 -#: ../../enterprise/include/functions_reporting_csv.php:524 -#: ../../enterprise/include/functions_reporting_csv.php:559 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_csv.php:632 -#: ../../enterprise/include/functions_reporting_csv.php:700 -#: ../../enterprise/include/functions_reporting_csv.php:736 -#: ../../enterprise/include/functions_reporting_csv.php:772 -#: ../../enterprise/include/functions_reporting_csv.php:808 -#: ../../enterprise/include/functions_reporting_csv.php:844 -msgid "Report type" -msgstr "Tipo de informe" - -#: ../../enterprise/include/functions_reporting_csv.php:458 -msgid "Uknown agents" -msgstr "Agentes desconocidos" - -#: ../../enterprise/include/functions_reporting_csv.php:467 -msgid "Last 8 hours events" -msgstr "Eventos en las últimas 8 horas" - -#: ../../enterprise/include/functions_reporting_csv.php:669 -msgid "Illegal query or any other error" -msgstr "consulta ilegal o cualquier otro error" - -#: ../../enterprise/include/functions_reporting_csv.php:844 -msgid "% OK" -msgstr "% OK" - -#: ../../enterprise/include/functions_reporting_csv.php:844 -msgid "% Wrong" -msgstr "% Mal" - -#: ../../enterprise/include/functions_reporting_csv.php:868 -msgid "Simple Graph" -msgstr "Gráfica simple" - -#: ../../enterprise/include/functions_reporting_csv.php:930 -#: ../../enterprise/include/functions_reporting_csv.php:977 -#: ../../enterprise/include/functions_reporting_csv.php:1049 -#: ../../enterprise/include/functions_reporting_csv.php:1165 -#: ../../enterprise/include/functions_reporting_csv.php:1377 -msgid "SLA Max" -msgstr "SLA Máximo" - -#: ../../enterprise/include/functions_reporting_csv.php:931 -#: ../../enterprise/include/functions_reporting_csv.php:978 -#: ../../enterprise/include/functions_reporting_csv.php:1050 -#: ../../enterprise/include/functions_reporting_csv.php:1166 -#: ../../enterprise/include/functions_reporting_csv.php:1378 -msgid "SLA Min" -msgstr "SLA Mínimo" - -#: ../../enterprise/include/functions_reporting_csv.php:933 -#: ../../enterprise/include/functions_reporting_csv.php:980 -msgid "Time Total " -msgstr "Tiempo total " - -#: ../../enterprise/include/functions_reporting_csv.php:934 -#: ../../enterprise/include/functions_reporting_csv.php:981 -msgid "Time OK " -msgstr "Tiempo OK " - -#: ../../enterprise/include/functions_reporting_csv.php:935 -#: ../../enterprise/include/functions_reporting_csv.php:982 -msgid "Time Error " -msgstr "Tiempo de error " - -#: ../../enterprise/include/functions_reporting_csv.php:936 -#: ../../enterprise/include/functions_reporting_csv.php:983 -msgid "Time Unknown " -msgstr "Tiempo en desconocido " - -#: ../../enterprise/include/functions_reporting_csv.php:937 -#: ../../enterprise/include/functions_reporting_csv.php:984 -msgid "Time Not Init " -msgstr "Tiempo no inicializado " - -#: ../../enterprise/include/functions_reporting_csv.php:938 -#: ../../enterprise/include/functions_reporting_csv.php:985 -msgid "Time Downtime " -msgstr "Tiempo en parada planificada " - -#: ../../enterprise/include/functions_reporting_csv.php:939 -#: ../../enterprise/include/functions_reporting_csv.php:986 -msgid "Checks Total " -msgstr "Comprobaciones totales " - -#: ../../enterprise/include/functions_reporting_csv.php:940 -#: ../../enterprise/include/functions_reporting_csv.php:987 -msgid "Checks OK " -msgstr "Comprobaciones OK " - -#: ../../enterprise/include/functions_reporting_csv.php:941 -#: ../../enterprise/include/functions_reporting_csv.php:988 -msgid "Checks Error " -msgstr "Comprobaciones en error " - -#: ../../enterprise/include/functions_reporting_csv.php:942 -#: ../../enterprise/include/functions_reporting_csv.php:989 -msgid "Checks Unknown " -msgstr "Comprobaciones en desconocido " - -#: ../../enterprise/include/functions_reporting_csv.php:943 -#: ../../enterprise/include/functions_reporting_csv.php:990 -msgid "Checks Not Init " -msgstr "Comprobaciones en no inicializado " - -#: ../../enterprise/include/functions_reporting_csv.php:944 -#: ../../enterprise/include/functions_reporting_csv.php:991 -msgid "SLA " -msgstr "SLA " - -#: ../../enterprise/include/functions_reporting_csv.php:945 -#: ../../enterprise/include/functions_reporting_csv.php:992 -msgid "Status " -msgstr "Estado " - -#: ../../enterprise/include/functions_reporting_csv.php:1037 -#: ../../enterprise/include/functions_reporting_csv.php:1150 -#: ../../enterprise/include/functions_reporting_csv.php:1297 -#: ../../enterprise/include/functions_reporting_csv.php:1362 -msgid "Subtitle" -msgstr "Subtítulo" - -#: ../../enterprise/include/functions_reporting_csv.php:1052 -#: ../../enterprise/include/functions_reporting_csv.php:1181 -#: ../../enterprise/include/functions_reporting_csv.php:1393 -msgid "Time Total Month" -msgstr "Tiempo total del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1053 -#: ../../enterprise/include/functions_reporting_csv.php:1182 -#: ../../enterprise/include/functions_reporting_csv.php:1394 -msgid "Time OK Month" -msgstr "Tiempo OK del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1054 -#: ../../enterprise/include/functions_reporting_csv.php:1183 -#: ../../enterprise/include/functions_reporting_csv.php:1395 -msgid "Time Error Month" -msgstr "Tiempo en error del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1055 -#: ../../enterprise/include/functions_reporting_csv.php:1184 -#: ../../enterprise/include/functions_reporting_csv.php:1396 -msgid "Time Unknown Month" -msgstr "Tiempo en desconocido del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1056 -#: ../../enterprise/include/functions_reporting_csv.php:1185 -#: ../../enterprise/include/functions_reporting_csv.php:1397 -msgid "Time Downtime Month" -msgstr "Tiempo en parada planificada del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1057 -#: ../../enterprise/include/functions_reporting_csv.php:1186 -#: ../../enterprise/include/functions_reporting_csv.php:1398 -msgid "Time Not Init Month" -msgstr "Tiempo en no inicializado del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1058 -#: ../../enterprise/include/functions_reporting_csv.php:1187 -#: ../../enterprise/include/functions_reporting_csv.php:1399 -msgid "Checks Total Month" -msgstr "Comprobaciones totales del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1059 -#: ../../enterprise/include/functions_reporting_csv.php:1188 -#: ../../enterprise/include/functions_reporting_csv.php:1400 -msgid "Checks OK Month" -msgstr "Comprobaciones OK del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1060 -#: ../../enterprise/include/functions_reporting_csv.php:1189 -#: ../../enterprise/include/functions_reporting_csv.php:1401 -msgid "Checks Error Month" -msgstr "Comprobaciones en error del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1061 -#: ../../enterprise/include/functions_reporting_csv.php:1190 -#: ../../enterprise/include/functions_reporting_csv.php:1402 -msgid "Checks Unknown Month" -msgstr "Comprobaciones en desconocido del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1062 -#: ../../enterprise/include/functions_reporting_csv.php:1191 -#: ../../enterprise/include/functions_reporting_csv.php:1403 -msgid "Checks Not Init Month" -msgstr "Comprobaciones en no inicializado del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1063 -#: ../../enterprise/include/functions_reporting_csv.php:1192 -#: ../../enterprise/include/functions_reporting_csv.php:1404 -msgid "SLA Month" -msgstr "SLA Mensual" - -#: ../../enterprise/include/functions_reporting_csv.php:1064 -#: ../../enterprise/include/functions_reporting_csv.php:1193 -#: ../../enterprise/include/functions_reporting_csv.php:1405 -msgid "Status Month" -msgstr "Estado del mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1087 -#: ../../enterprise/include/functions_reporting_csv.php:1239 -msgid "Time Total Day" -msgstr "Tiempo total del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1088 -#: ../../enterprise/include/functions_reporting_csv.php:1240 -msgid "Time OK Day" -msgstr "Tiempo en OK del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1089 -#: ../../enterprise/include/functions_reporting_csv.php:1241 -msgid "Time Error Day" -msgstr "Tiempo en error del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1090 -#: ../../enterprise/include/functions_reporting_csv.php:1242 -msgid "Time Unknown Day" -msgstr "Tiempo en desconocido del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1091 -#: ../../enterprise/include/functions_reporting_csv.php:1243 -msgid "Time Not Init Day" -msgstr "Tiempo en no inicializado del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1092 -#: ../../enterprise/include/functions_reporting_csv.php:1244 -msgid "Time Downtime Day" -msgstr "Tiempo en parada planificada del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1093 -#: ../../enterprise/include/functions_reporting_csv.php:1245 -msgid "Time Out Day" -msgstr "Tiempo fuera del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1094 -#: ../../enterprise/include/functions_reporting_csv.php:1246 -msgid "Checks Total Day" -msgstr "Comprobaciones totales del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1095 -#: ../../enterprise/include/functions_reporting_csv.php:1247 -msgid "Checks OK Day" -msgstr "Comprobaciones en OK del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1096 -#: ../../enterprise/include/functions_reporting_csv.php:1248 -msgid "Checks Error Day" -msgstr "Comprobaciones en error del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1097 -#: ../../enterprise/include/functions_reporting_csv.php:1249 -msgid "Checks Unknown Day" -msgstr "Comprobaciones en desconocido del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1098 -#: ../../enterprise/include/functions_reporting_csv.php:1250 -msgid "Checks Not Init Day" -msgstr "Comprobaciones en no inicializado del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1099 -#: ../../enterprise/include/functions_reporting_csv.php:1251 -msgid "SLA Day" -msgstr "SLA Diario" - -#: ../../enterprise/include/functions_reporting_csv.php:1100 -#: ../../enterprise/include/functions_reporting_csv.php:1252 -msgid "SLA Fixed Day" -msgstr "SLA de Día Fijo" - -#: ../../enterprise/include/functions_reporting_csv.php:1101 -#: ../../enterprise/include/functions_reporting_csv.php:1253 -msgid "Date From Day" -msgstr "Fecha desde día" - -#: ../../enterprise/include/functions_reporting_csv.php:1102 -#: ../../enterprise/include/functions_reporting_csv.php:1254 -msgid "Date To Day" -msgstr "Decha hasta día" - -#: ../../enterprise/include/functions_reporting_csv.php:1103 -#: ../../enterprise/include/functions_reporting_csv.php:1255 -msgid "Status Day" -msgstr "Estado del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1161 -#: ../../enterprise/include/functions_reporting_csv.php:1373 -msgid "Month Number" -msgstr "Número de mes" - -#: ../../enterprise/include/functions_reporting_csv.php:1162 -#: ../../enterprise/include/functions_reporting_csv.php:1374 -msgid "Year" -msgstr "Año" - -#: ../../enterprise/include/functions_reporting_csv.php:1212 -msgid "Time Total week" -msgstr "Tiempo total de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1213 -msgid "Time OK week" -msgstr "Tiempo en OK de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1214 -msgid "Time Error week" -msgstr "Tiempo en error de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1215 -msgid "Time Unknown week" -msgstr "Tiempo en desconocido de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1216 -msgid "Time Downtime week" -msgstr "Tiempo en parada planificada de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1217 -msgid "Time Not Init week" -msgstr "Tiempo en no inicializado de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1218 -msgid "Checks Total week" -msgstr "Comprobaciones totales de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1219 -msgid "Checks OK week" -msgstr "Comprobaciones en OK de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1220 -msgid "Checks Error week" -msgstr "Comprobaciones en error de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1221 -msgid "Checks Unknown week" -msgstr "Comprobaciones en desconocido de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1222 -msgid "Status week" -msgstr "Estado de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1238 -msgid "Day Week" -msgstr "Día de la semana" - -#: ../../enterprise/include/functions_reporting_csv.php:1307 -msgid "SLA max" -msgstr "SLA Máximo" - -#: ../../enterprise/include/functions_reporting_csv.php:1308 -msgid "SLA min" -msgstr "SLA Mínimo" - -#: ../../enterprise/include/functions_reporting_csv.php:1309 -msgid "SLA limit" -msgstr "Límite de SLA" - -#: ../../enterprise/include/functions_reporting_csv.php:1312 -msgid "Time Error" -msgstr "Tiempo de error" - -#: ../../enterprise/include/functions_reporting_csv.php:1318 -msgid "Checks Error" -msgstr "Comprobaciones en error" - -#: ../../enterprise/include/functions_reporting_csv.php:1320 -msgid "Checks Not Init" -msgstr "Comprobaciones en no inicializado" - -#: ../../enterprise/include/functions_reporting_csv.php:1322 -msgid "SLA Fixed" -msgstr "SLA FIjo" - -#: ../../enterprise/include/functions_reporting_csv.php:1424 -msgid "Time Total day" -msgstr "Tiempo total del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1425 -msgid "Time OK day" -msgstr "Tiempo en OK del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1426 -msgid "Time Error day" -msgstr "Tiempo en error del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1427 -msgid "Time Unknown day" -msgstr "Tiempo en desconocido del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1428 -msgid "Time Downtime day" -msgstr "Tiempo en parada planificada del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1429 -msgid "Time Not Init day" -msgstr "Tiempo en no inicializado del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1430 -msgid "Checks Total day" -msgstr "Comprobaciones totales del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1431 -msgid "Checks OK day" -msgstr "Comprobaciones en OK del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1432 -msgid "Checks Error day" -msgstr "Comprobaciones en error del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1433 -msgid "Checks Unknown day" -msgstr "Comprobaciones en desconocido del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1434 -msgid "Status day" -msgstr "Estado del día" - -#: ../../enterprise/include/functions_reporting_csv.php:1451 -msgid "Time Total hours" -msgstr "TIempo total en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1452 -msgid "Time OK hours" -msgstr "Tiempo en OK en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1453 -msgid "Time Error hours" -msgstr "Tiempo en error en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1454 -msgid "Time Unknown hours" -msgstr "Tiempo en desconocido en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1455 -msgid "Time Not Init hours" -msgstr "Tiempo en no inicializado en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1456 -msgid "Time Downtime hours" -msgstr "Tiempo en parada planificada en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1457 -msgid "Time Out hours" -msgstr "Tiempo fuera de horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1458 -msgid "Checks Total hours" -msgstr "Comprobaciones totales en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1459 -msgid "Checks OK hours" -msgstr "Comprobaciones en OK en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1460 -msgid "Checks Error hours" -msgstr "Comprobaciones en error en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1461 -msgid "Checks Unknown hours" -msgstr "Comprobaciones en desconocido en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1462 -msgid "Checks Not Init hours" -msgstr "Comprobaciones en no inicializado en horas" - -#: ../../enterprise/include/functions_reporting_csv.php:1463 -msgid "SLA hours" -msgstr "SLA Horario" - -#: ../../enterprise/include/functions_reporting_csv.php:1464 -msgid "SLA Fixed hours" -msgstr "SLA fijo horario" - -#: ../../enterprise/include/functions_reporting_csv.php:1465 -msgid "Date From hours" -msgstr "Desde" - -#: ../../enterprise/include/functions_reporting_csv.php:1466 -msgid "Date To hours" +msgid "Field %s values" +msgstr "Campos %s valores" + +#: ../../godmode/alerts/configure_alert_action.php:57 +#: ../../godmode/alerts/configure_alert_action.php:66 +msgid "Configure alert action" +msgstr "Configurar acción de alerta" + +#: ../../godmode/alerts/configure_alert_action.php:98 +msgid "Update Action" +msgstr "Actualizar Acción" + +#: ../../godmode/alerts/configure_alert_action.php:101 +#: ../../godmode/alerts/alert_list.builder.php:109 +msgid "Create Action" +msgstr "Crear Acción" + +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" +msgstr "Recuperación" + +#: ../../godmode/alerts/alert_list.list.php:58 +msgid "Template name" +msgstr "Nombre de la plantilla" + +#: ../../godmode/alerts/alert_list.list.php:124 +msgid "Field content" +msgstr "Contenido del campo" + +#: ../../godmode/alerts/alert_list.list.php:133 +msgid "Enabled / Disabled" +msgstr "Habilitado / Deshabilitado" + +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:793 +#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466 +msgid "Enable" +msgstr "Activar" + +#: ../../godmode/alerts/alert_list.list.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +msgid "Operations" +msgstr "Operaciones" + +#: ../../godmode/alerts/alert_list.list.php:526 +msgid "On" +msgstr "Activado" + +#: ../../godmode/alerts/alert_list.list.php:530 +msgid "Until" msgstr "Hasta" -#: ../../enterprise/include/functions_reporting_csv.php:1467 -msgid "Status hours" -msgstr "Status horario" +#: ../../godmode/alerts/alert_list.list.php:552 +msgid "Delete action" +msgstr "Eliminar acción" -#: ../../enterprise/include/functions_reporting_pdf.php:1498 -msgid "Legend Graph" -msgstr "Leyenda de la gráfica" +#: ../../godmode/alerts/alert_list.list.php:559 +#: ../../godmode/alerts/alert_list.list.php:871 +msgid "Update action" +msgstr "Actualizar acción" -#: ../../enterprise/include/functions_reporting_pdf.php:1849 -msgid "Total Time" -msgstr "Tiempo total" +#: ../../godmode/alerts/alert_list.list.php:718 +msgid "View alert advanced details" +msgstr "Ver detalles avanzados de la alerta" -#: ../../enterprise/include/functions_reporting_pdf.php:1853 -msgid "Time Not init" -msgstr "Tiempo no inicializado" +#: ../../godmode/alerts/alert_list.list.php:729 +msgid "No alerts defined" +msgstr "No hay alertas definidas" -#: ../../enterprise/include/functions_reporting_pdf.php:1854 -msgid "Time Downtimes" -msgstr "TIempo en paradas planificadas" +#: ../../godmode/alerts/alert_list.list.php:802 +msgid "Set off standby" +msgstr "Desactivar standby" -#: ../../enterprise/include/functions_reporting_pdf.php:1869 -msgid "Total Checks" -msgstr "Comprobaciones totales" +#: ../../godmode/alerts/alert_list.list.php:811 +msgid "Set standby" +msgstr "Activar modo standby" -#: ../../enterprise/include/functions_reporting_pdf.php:1991 -msgid "Agent min" -msgstr "Minimo agente" - -#: ../../enterprise/include/functions_reporting_pdf.php:1992 -msgid "Agent min Value" -msgstr "Valor mínimo del agente" - -#: ../../enterprise/include/functions_reporting_pdf.php:2316 -msgid "SO" -msgstr "SO" - -#: ../../enterprise/include/functions_reporting_pdf.php:2357 -msgid "There are no modules." -msgstr "No hay módulos" - -#: ../../enterprise/include/functions_services.php:23 -msgid "Service does not exist." -msgstr "El servicio no existe" - -#: ../../enterprise/include/functions_services.php:30 -msgid "Module store the service does not exist." -msgstr "El módulo que almacena los servicios no existe" - -#: ../../enterprise/include/functions_services.php:35 -msgid "Module store SLA service does not exist." -msgstr "El módulo que almacena el servicio SLA no existe" - -#: ../../enterprise/include/functions_services.php:41 -msgid "Agent store the service does not exist." -msgstr "El agente que almacena el servicio no existe" - -#: ../../enterprise/include/functions_services.php:47 -msgid "Agent store SLA service does not exist." -msgstr "El agente que almacena el sevicio de SLA no existe" - -#: ../../enterprise/include/functions_services.php:57 -msgid "Alert critical SLA service does not exist." -msgstr "El servicio de alerta crítica de SLA no existe" - -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "El servicio de alerta de advertencia no existe" - -#: ../../enterprise/include/functions_services.php:79 -msgid "Alert critical service does not exist." -msgstr "El servicio de alertas críticas no existe" - -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "El servicio de alertas desconocidas no existe" - -#: ../../enterprise/include/functions_services.php:328 +#: ../../godmode/alerts/configure_alert_template.php:118 +#: ../../godmode/modules/manage_network_components.php:160 #, php-format -msgid "Module automatic create for the service %s" -msgstr "Módulo automático creado para el servicio %s" +msgid "Successfully created from %s" +msgstr "Creado correctamente desde %s" -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "Crítica (Alerta)" +#: ../../godmode/alerts/configure_alert_template.php:168 +#: ../../godmode/alerts/configure_alert_template.php:173 +msgid "Conditions" +msgstr "Condiciones" -#: ../../enterprise/include/functions_services.php:1391 -msgid "There are no service elements defined" -msgstr "No hay servicios de elementos definidos" +#: ../../godmode/alerts/configure_alert_template.php:188 +#: ../../godmode/alerts/configure_alert_template.php:193 +msgid "Advanced fields" +msgstr "Campos avanzados" -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "Peso crítico" +#: ../../godmode/alerts/configure_alert_template.php:499 +#: ../../godmode/alerts/alert_list.builder.php:131 +msgid "Create Template" +msgstr "Crear Plantilla" -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "Peso de advertencia" +#: ../../godmode/alerts/configure_alert_template.php:520 +msgid "Days of week" +msgstr "Días de la semana" -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "Peso desconocido" +#: ../../godmode/alerts/configure_alert_template.php:539 +#: ../../godmode/reporting/reporting_builder.item_editor.php:847 +msgid "Time from" +msgstr "Hora desde" -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "Peso Ok" +#: ../../godmode/alerts/configure_alert_template.php:543 +#: ../../godmode/reporting/reporting_builder.item_editor.php:856 +msgid "Time to" +msgstr "Hora hasta" -#: ../../enterprise/include/functions_services.php:1446 -#: ../../enterprise/include/functions_services.php:1461 -#: ../../enterprise/include/functions_services.php:1496 -msgid "Nonexistent. This element should be deleted" -msgstr "Inexistente. Este elemento debería eliminarse" +#: ../../godmode/alerts/configure_alert_template.php:557 +msgid "Reset counter for non-sustained alerts" +msgstr "Reiniciar el contador para las alertas no sostenidas" -#: ../../enterprise/include/functions_services.php:1661 -msgid "Delete service element" -msgstr "Eliminar elemento de servicio" +#: ../../godmode/alerts/configure_alert_template.php:557 +msgid "" +"Enable this option if you want the counter to be reset when the alert is not " +"being fired consecutively, even if it's within the time threshold" +msgstr "" +"Activa esta opción si quieres que el contador se reinicie cuando la alerta " +"no se inicie de forma consecutiva, incluso si está dentro del umbral" -#: ../../enterprise/include/functions_services.php:1703 -msgid "FAIL" -msgstr "FALLO" +#: ../../godmode/alerts/configure_alert_template.php:564 +#: ../../godmode/alerts/alert_list.builder.php:94 +msgid "Default action" +msgstr "Acción predeterminada" -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" -msgstr "Colector de logs" +#: ../../godmode/alerts/configure_alert_template.php:588 +msgid "" +"Unless they're left blank, the fields from the action will override those " +"set on the template." +msgstr "" +"A menos que estén en blanco, los campos de la acción sobrescribirán los de " +"la plantilla" -#: ../../enterprise/include/functions_setup.php:80 -msgid "Auto provisioning into Metaconsole" -msgstr "Auto provisionamiendo en Metaconsola" +#: ../../godmode/alerts/configure_alert_template.php:590 +msgid "Condition type" +msgstr "Tipo de condición" -#: ../../enterprise/include/functions_setup.php:90 -msgid "URL Metaconsole Api" -msgstr "URL de la API de la Metaconsola" +#: ../../godmode/alerts/configure_alert_template.php:597 +msgid "Trigger when matches the value" +msgstr "Disparar cuando coincida con el valor" -#: ../../enterprise/include/functions_setup.php:95 -msgid "Api pass" -msgstr "Contraseña de API" +#: ../../godmode/alerts/configure_alert_template.php:609 +msgid "The regular expression is valid" +msgstr "La expresión regular es válida" -#: ../../enterprise/include/functions_setup.php:99 -msgid "Meta user" -msgstr "Usuario de la meta" +#: ../../godmode/alerts/configure_alert_template.php:614 +msgid "The regular expression is not valid" +msgstr "La expresión regular no es válida" -#: ../../enterprise/include/functions_setup.php:103 -msgid "Meta pass" -msgstr "Contraseña de la meta" +#: ../../godmode/alerts/configure_alert_template.php:662 +msgid "Alert recovery" +msgstr "Recuperación de alerta" -#: ../../enterprise/include/functions_setup.php:107 -msgid "Metaconsole APi Online" -msgstr "API de la metaconsola" +#: ../../godmode/alerts/configure_alert_template.php:671 +msgid "Recovery fields" +msgstr "Campos de recuperación" -#: ../../enterprise/include/functions_setup.php:109 -#: ../../enterprise/include/functions_setup.php:139 -msgid "Please click in the dot to re-check" -msgstr "Por favor, pincha en el círculo para volver a comprobar" +#: ../../godmode/alerts/configure_alert_template.php:772 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +msgid "Wizard level" +msgstr "Nivel Wizard" -#: ../../enterprise/include/functions_setup.php:115 -msgid "Pandora user" -msgstr "Usuario de pandora" +#: ../../godmode/alerts/configure_alert_template.php:774 +msgid "No wizard" +msgstr "No hay Wizard" -#: ../../enterprise/include/functions_setup.php:116 -msgid "Normally the admin user" -msgstr "Normalmente el usuario administrador" +#: ../../godmode/alerts/configure_alert_template.php:821 +#: ../../godmode/alerts/configure_alert_template.php:825 +msgid "Next" +msgstr "Siguiente" -#: ../../enterprise/include/functions_setup.php:120 -msgid "Pandora pass" -msgstr "Contraseña de pandora" - -#: ../../enterprise/include/functions_setup.php:124 -msgid "Public url console" -msgstr "Url de la consola pública" - -#: ../../enterprise/include/functions_setup.php:125 -msgid "Without the index.php such as http://domain/pandora_url" -msgstr "Sin el index.php como http://dominio/url_pandora" - -#: ../../enterprise/include/functions_setup.php:131 -msgid "Register your node in metaconsole" -msgstr "Registrar tu nodo en metaconsola" - -#: ../../enterprise/include/functions_setup.php:133 -msgid "Register the node" -msgstr "Registrar el nodo" - -#: ../../enterprise/include/functions_setup.php:138 -msgid "Status your node in metaconsole" -msgstr "Establece tu nodo en metaconsola" - -#: ../../enterprise/include/functions_transactional.php:496 -msgid "Error in dependencies field" -msgstr "Error en el campo de dependencias" - -#: ../../enterprise/include/functions_transactional.php:505 -msgid "Error in enables field" -msgstr "Error en el campo de habilitados" - -#: ../../enterprise/include/functions_update_manager.php:147 -#: ../../enterprise/include/functions_update_manager.php:320 +#: ../../godmode/alerts/configure_alert_template.php:845 #, php-format -msgid "There is a error: %s" -msgstr "Hay un error: %s" +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "La alerta se lanzará cuando el valor no coincida %s" -#: ../../enterprise/include/functions_update_manager.php:161 -#, php-format -msgid "There are %s updates, and the first to update is:" -msgstr "Hay %s actualizaciones y la primera actualización es:" - -#: ../../enterprise/include/functions_update_manager.php:169 -msgid "Version number:" -msgstr "Número de versión:" - -#: ../../enterprise/include/functions_update_manager.php:170 -msgid "Show details" -msgstr "Ver detalles" - -#: ../../enterprise/include/functions_update_manager.php:207 -msgid "Update to the next version" -msgstr "Actualizar a la siguiente versión" - -#: ../../enterprise/include/functions_visual_map.php:182 -#: ../../enterprise/include/functions_visual_map.php:235 -msgid "Crit:" -msgstr "Crit." - -#: ../../enterprise/include/functions_visual_map.php:184 -#: ../../enterprise/include/functions_visual_map.php:237 -msgid "Warn:" -msgstr "Advert." - -#: ../../enterprise/include/functions_visual_map.php:186 -#: ../../enterprise/include/functions_visual_map.php:239 -msgid "Ok:" -msgstr "Ok:" - -#: ../../enterprise/include/functions_visual_map.php:188 -#: ../../enterprise/include/functions_visual_map.php:241 -msgid "Value:" -msgstr "Valor:" - -#: ../../enterprise/include/functions_visual_map.php:615 -msgid "None of the services was added" -msgstr "Ninguno de los servicios se añadió" - -#: ../../enterprise/include/functions_visual_map.php:618 -#, php-format -msgid "%d services couldn't be added" -msgstr "%d servicios no se han podido añadir" - -#: ../../enterprise/include/functions_visual_map.php:626 -msgid "There was an error retrieving the visual map information" -msgstr "Se ha producido un error al recuperar la información del mapa visual" - -#: ../../enterprise/include/functions_visual_map.php:630 -msgid "No services selected" -msgstr "Ningún servicio seleccionado" - -#: ../../enterprise/include/process_reset_pass.php:106 -#: ../../enterprise/meta/include/process_reset_pass.php:83 -msgid "Repeat password" -msgstr "Repetir contraseña" - -#: ../../enterprise/include/process_reset_pass.php:109 -#: ../../enterprise/meta/include/process_reset_pass.php:86 -msgid "Change password" -msgstr "Cambiar contraseña" - -#: ../../enterprise/include/process_reset_pass.php:112 -#: ../../enterprise/meta/include/process_reset_pass.php:89 -#: ../../enterprise/meta/index.php:459 ../../index.php:573 -msgid "Passwords must be the same" -msgstr "La contraseña debe ser la misma" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Invalid licence." -msgstr "Licencia inválida" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Please contact your system administrator." -msgstr "Por favor contacte con el administrador de su sistema." - -#: ../../enterprise/load_enterprise.php:1 -msgid "Please contact Artica at info@artica.es for a valid licence." -msgstr "" -"Por favor contacte con Ártica en info@artica.es para una licencia válida." - -#: ../../enterprise/load_enterprise.php:1 -msgid "Or disable Pandora FMS enterprise" -msgstr "O desactive Pandora FMS Enterprise" - -#: ../../enterprise/load_enterprise.php:1 -msgid "Request new licence" -msgstr "Solicitar una nueva licencia" - -#: ../../enterprise/load_enterprise.php:1 +#: ../../godmode/alerts/configure_alert_template.php:849 msgid "" -"Metaconsole unreached

                " -"This node has a metaconsole license and cannot contact with the metaconsole." +"The alert would fire when the value is not between and " msgstr "" -"Metaconsola no alcanzada " -"

                Este nodo tiene una licencia de metaconsola y no puede contactar con " -"la metaconsola." +"La alerta se disparará cuando no esté entre and " +"" -#: ../../enterprise/load_enterprise.php:1 -#, php-format +#: ../../godmode/alerts/configure_alert_template.php:857 msgid "" -"License out of limits

                " -"This node has a metaconsole license and it allows %d agents and you have %d " -"agents cached." +"The alert template cannot have the same value for min and max thresholds." msgstr "" -"Licencia fuera de límites " -"

                Este nodo tiene una licencia de metaconsola que permite %d agentes, " -"y actualmente tiene %d agentes." +"La plantilla de alerta no puede tener el mismo valor para los umbrales max y " +"min." -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"License out of limits

                " -"This license allows %d agents and you have %d agents configured." -msgstr "" -"License out of limits " -"

                Esta licencia es para %d agentes y tiene %d agentes configurados." +#: ../../godmode/alerts/alert_list.php:80 +msgid "Already added" +msgstr "Ya añadido" -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"License out of limits

                " -"This license allows %d modules and you have %d modules configured." -msgstr "" -" Licencia fuera de límites
                " -"Esta licencia permite %d módulos y tiene módulos %d configurados." +#: ../../godmode/alerts/alert_list.php:264 +#: ../../godmode/massive/massive_standby_alerts.php:96 +msgid "Successfully set standby" +msgstr "Modo standby activado" -#: ../../enterprise/load_enterprise.php:1 -msgid "" -"This license has expired. " -"

                You can not get updates until you renew the license." -msgstr "" -"This license has expired. " -"

                No podrá actualizar Pandora FMS hasta que no renueve la licencia." +#: ../../godmode/alerts/alert_list.php:264 +#: ../../godmode/massive/massive_standby_alerts.php:96 +msgid "Could not be set standby" +msgstr "No se pudo establecer el modo standby" -#: ../../enterprise/load_enterprise.php:1 -msgid "" -"To continue using Pandora FMS, please disable enterprise by renaming the " -"Enterprise directory in the console.

                Or contact Artica at " -"info@artica.es for a valid license:" -msgstr "" -"Para continuar usando Pandora FMS, por favor, desactive Pandora FMS " -"Enterprise cambiando el nombre de la Enteprise en el directorio de la " -"consola.

                o contacte con Ártica ST para obtener una licencia válida " -"(info@artica.es)" +#: ../../godmode/alerts/alert_list.php:281 +#: ../../godmode/massive/massive_standby_alerts.php:78 +msgid "Successfully set off standby" +msgstr "Se ha desactivado el modo standby" -#: ../../enterprise/load_enterprise.php:1 -msgid "Please contact Artica at info@artica.es to renew the license." -msgstr "" -"Por favor, contacte con Ártica ST (info@artica.es) para renovar la licencia." +#: ../../godmode/alerts/alert_list.php:281 +#: ../../godmode/massive/massive_standby_alerts.php:78 +msgid "Could not be set off standby" +msgstr "No se pudo desactivar el modo standby" -#: ../../enterprise/load_enterprise.php:1 -msgid "Renew" -msgstr "Renovar" +#: ../../godmode/alerts/alert_list.php:317 +msgid "Builder alert" +msgstr "Creador de alerta" -#: ../../enterprise/load_enterprise.php:1 -msgid "Activate license" -msgstr "Activar licencia" +#: ../../godmode/alerts/alert_list.php:326 +#: ../../godmode/alerts/alert_list.php:329 +#: ../../godmode/users/configure_profile.php:268 +msgid "Manage alerts" +msgstr "Gestionar alertas" -#: ../../enterprise/load_enterprise.php:1 -msgid "Your request key is:" -msgstr "Su clave es:" +#: ../../godmode/alerts/alert_list.builder.php:78 +msgid "Latest value" +msgstr "Último valor" -#: ../../enterprise/load_enterprise.php:1 -#, php-format -msgid "" -"You can activate it manually here or " -"automatically filling the form below:" -msgstr "" -"Lo puede activar manualmente aqui o " -"automáticamente rellenando el siguiente formulario:" +#: ../../godmode/alerts/alert_list.builder.php:144 +msgid "Add alert" +msgstr "Añadir alerta" -#: ../../enterprise/load_enterprise.php:1 -msgid "Auth Key:" -msgstr "Clave de autenticación" +#: ../../godmode/alerts/alert_templates.php:62 +msgid "Everyday" +msgstr "Cada día" -#: ../../enterprise/load_enterprise.php:1 -msgid "Online validation" -msgstr "Validación en línea" +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Every" +msgstr "Cada" -#: ../../enterprise/load_enterprise.php:1 -msgid "ERROR:" -msgstr "ERROR:" +#: ../../godmode/alerts/alert_templates.php:83 +msgid "and" +msgstr "y" -#: ../../enterprise/load_enterprise.php:1 -msgid "When connecting to Artica server." -msgstr "Cuando se conecta al servidor de Ártica." +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "No hay plantillas de alerta definidas" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "redirected ip server in conf into source DB" -msgstr "Servidor IP redirigido en la configuración a la BD de origen" +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "Gestionar agentes" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "created agent in destination DB" -msgstr "Agente creado en la BD de destino" +#: ../../godmode/menu.php:39 +msgid "Component groups" +msgstr "Grupos de componentes" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 -msgid "created agent modules in destination DB" -msgstr "Módulos de agente creados en la BD de destino" +#: ../../godmode/menu.php:42 +msgid "Module categories" +msgstr "Categorias de modulos" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 -msgid "created agent alerts in destination DB" -msgstr "Alertas de agentes creadas en la BD de destino" +#: ../../godmode/menu.php:46 +msgid "Module types" +msgstr "Tipos de módulos" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 -msgid "created alerts actions in destination DB" -msgstr "Acciones de alertas en la BD de destino" +#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit_form.php:66 +#: ../../godmode/netflow/nf_edit_form.php:71 +#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 +msgid "Netflow filters" +msgstr "Filtros Netflow" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 -msgid "disabled agent in source DB" -msgstr "Agente desactivado en la BD de origen" +#: ../../godmode/menu.php:62 +msgid "Resources" +msgstr "Recursos" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 -msgid "" -"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " -"Console." -msgstr "" -"Si no establece la IP de la metaconsola en \"Lista de IP's con acceso a la " -"API\", no se podrá conectar" +#: ../../godmode/menu.php:70 +msgid "Manage agents groups" +msgstr "Configuración de grupos de agentes" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Successfully moved" -msgstr "Movido satisfactoriamente" +#: ../../godmode/menu.php:76 +msgid "Module tags" +msgstr "Etiquetas de modulos" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Could not be moved" -msgstr "No se puede mover" +#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312 +msgid "Users management" +msgstr "Gestión de usuarios" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 -msgid "Move Agents" -msgstr "Mover Agentes" +#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/profile_list.php:49 +#: ../../godmode/users/user_list.php:117 +msgid "Profile management" +msgstr "Gestionar perfiles" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 -msgid "Source Server" -msgstr "Servidor de origen" +#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302 +msgid "Profiles" +msgstr "Perfiles" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 -msgid "Destination Server" -msgstr "Servidor de destino" +#: ../../godmode/menu.php:98 +msgid "Network components" +msgstr "Componentes de red" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -msgid "Group filter" -msgstr "Filtro de grupo" +#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:322 +msgid "Module templates" +msgstr "Plantillas de módulos" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -msgid "" -"Destination group is the same than in the original server, if there is not " -"any group with that name, will be created if check box is selected. " -"Destination group filter is just used to check agents in that group" -msgstr "" -"El grupo de destino es el mismo que en el servidor original. Si no hay otro " -"grupo con el mismo nombre, será creado si la casilla está seleccionada. El " -"grupo de destino del filtro es utilizado para comprobrar los agentes de ese " -"grupo." +#: ../../godmode/menu.php:111 +msgid "Bulk operations" +msgstr "Operaciones masivas" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Create group if doesn’t exist in destination" -msgstr "Crear grupo si no existe en destino" +#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:165 +msgid "Agents operations" +msgstr "Operaciones sobre agentes" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Based on name" -msgstr "Basado en el nombre" +#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:170 +msgid "Modules operations" +msgstr "Operaciones sobre módulos" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 -msgid "Add agents to destination server" -msgstr "Añadir agentes al servidor de destino" +#: ../../godmode/menu.php:118 ../../godmode/massive/massive_operations.php:175 +msgid "Plugins operations" +msgstr "Operaciones de plugins" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 -msgid "Remove agents to doesn't move to destination server" -msgstr "Eliminar los agentes no se desplace al servidor de destino" +#: ../../godmode/menu.php:120 ../../godmode/massive/massive_operations.php:160 +msgid "Users operations" +msgstr "Operaciones sobre usuarios" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 -msgid "Move" -msgstr "Mover" +#: ../../godmode/menu.php:122 ../../godmode/massive/massive_operations.php:155 +msgid "Alerts operations" +msgstr "Operaciones sobre alertas" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 -msgid "Please choose other server." -msgstr "Por favor elija otro servidor." +#: ../../godmode/menu.php:145 +msgid "List of Alerts" +msgstr "Lista de alertas" -#: ../../enterprise/meta/advanced/agents_setup.php:37 -msgid "Propagation" -msgstr "Propagación" +#: ../../godmode/menu.php:151 ../../godmode/agentes/configurar_agente.php:542 +msgid "Templates" +msgstr "Plantillas" -#: ../../enterprise/meta/advanced/component_management.php:60 -msgid "Module groups Management" -msgstr "Gestor de grupos de modulo" +#: ../../godmode/menu.php:160 +msgid "Commands" +msgstr "Comandos" -#: ../../enterprise/meta/advanced/component_management.php:64 -msgid "OS Management" -msgstr "Administración de SO" +#: ../../godmode/menu.php:180 +msgid "Event filters" +msgstr "Filtro de eventos" -#: ../../enterprise/meta/advanced/license_meta.php:40 -msgid "Metaconsole and all nodes license updated" -msgstr "Licencias de metaconsola y de todos los nodos actualizada" +#: ../../godmode/menu.php:185 +msgid "Custom events" +msgstr "Eventos personalizados" -#: ../../enterprise/meta/advanced/license_meta.php:43 -#, php-format -msgid "Metaconsole license updated but %d of %d node synchronization failed" -msgstr "" -"Licencia de la metaconsola actualizada pero la sincronización de nodos %d a " -"%d ha fallado." +#: ../../godmode/menu.php:187 ../../godmode/events/events.php:48 +msgid "Event responses" +msgstr "Respuestas de evento" -#: ../../enterprise/meta/advanced/license_meta.php:72 -msgid "Licence" +#: ../../godmode/menu.php:207 +msgid "Manage servers" +msgstr "Gestionar servidores" + +#: ../../godmode/menu.php:215 +msgid "Plugins" +msgstr "Plugins" + +#: ../../godmode/menu.php:218 +#: ../../godmode/servers/manage_recontask_form.php:274 +msgid "Recon script" +msgstr "Recon script" + +#: ../../godmode/menu.php:244 +msgid "General Setup" +msgstr "Configuracion general" + +#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82 +#: ../../godmode/setup/setup.php:116 +msgid "Authentication" +msgstr "Autentificación" + +#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86 +#: ../../godmode/setup/setup.php:120 +msgid "Performance" +msgstr "Rendimiento" + +#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90 +#: ../../godmode/setup/setup.php:125 +msgid "Visual styles" +msgstr "Estilos visuales" + +#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32 +msgid "Map conections GIS" +msgstr "Conexión de mapa GIS" + +#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143 +msgid "Edit OS" +msgstr "Editar SO" + +#: ../../godmode/menu.php:279 +msgid "License" msgstr "Licencia" -#: ../../enterprise/meta/advanced/license_meta.php:113 -msgid "Validate and sync" -msgstr "Validado y sincronizado" +#: ../../godmode/menu.php:288 +msgid "Admin tools" +msgstr "Herramientas administrativas" -#: ../../enterprise/meta/advanced/metasetup.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#, php-format -msgid "Could not be update: Error in %s" -msgstr "No se puede actualizar: error en %s" +#: ../../godmode/menu.php:296 +msgid "System audit log" +msgstr "Auditoría del sistema" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:87 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:155 -msgid "Could not be create, duplicated server name." -msgstr "No puede ser creado, el nombre del servidor está duplicado" +#: ../../godmode/menu.php:300 +msgid "Diagnostic info" +msgstr "Información de diagnostico" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:128 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:206 -msgid "Node synchronization process failed" -msgstr "Proceso de sincronización del nodo fallido" +#: ../../godmode/menu.php:302 +msgid "Site news" +msgstr "Noticias del sistema" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:227 -msgid "Could not be delete" -msgstr "No se puede eliminar" +#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30 +msgid "File manager" +msgstr "Gestor de archivos" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:316 +#: ../../godmode/menu.php:309 +msgid "DB maintenance" +msgstr "Gestión BBDD" + +#: ../../godmode/menu.php:315 +msgid "DB information" +msgstr "Información BBDD" + +#: ../../godmode/menu.php:316 ../../godmode/db/db_purge.php:38 +msgid "Database purge" +msgstr "Purgar BBDD" + +#: ../../godmode/menu.php:318 +msgid "Database audit" +msgstr "Auditoría BBDD" + +#: ../../godmode/menu.php:319 +msgid "Database event" +msgstr "Evento de la base de datos" + +#: ../../godmode/menu.php:401 +msgid "Extension manager view" +msgstr "Vista del gestor de extensiones" + +#: ../../godmode/menu.php:405 +msgid "Extension manager" +msgstr "Gerente de extensión" + +#: ../../godmode/menu.php:433 +msgid "Update manager" +msgstr "Update manager" + +#: ../../godmode/menu.php:439 +msgid "Update Manager offline" +msgstr "Update Manager sin conexión" + +#: ../../godmode/menu.php:442 +msgid "Update Manager online" +msgstr "Update Manager con conexión" + +#: ../../godmode/menu.php:444 +msgid "Update Manager options" +msgstr "Opciones de Update Manager" + +#: ../../godmode/extensions.php:27 +msgid "Extensions" +msgstr "Extensiones" + +#: ../../godmode/extensions.php:27 +msgid "Defined extensions" +msgstr "Extensiones definidas" + +#: ../../godmode/extensions.php:32 +msgid "There are no extensions defined" +msgstr "No hay extensiones definidas" + +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../godmode/extensions.php:146 +msgid "Godmode Function" +msgstr "Función Administrador" + +#: ../../godmode/extensions.php:147 +msgid "Godmode Menu" +msgstr "Menú Administrador" + +#: ../../godmode/extensions.php:148 +msgid "Operation Menu" +msgstr "Menú Operación" + +#: ../../godmode/extensions.php:149 +msgid "Operation Function" +msgstr "Función Operación" + +#: ../../godmode/extensions.php:150 +msgid "Login Function" +msgstr "Función Login" + +#: ../../godmode/extensions.php:151 +msgid "Agent operation tab" +msgstr "Pestaña operaciones de agente" + +#: ../../godmode/extensions.php:152 +msgid "Agent godmode tab" +msgstr "Pestaña administración de agente" + +#: ../../godmode/setup/performance.php:49 msgid "" -"Complete path to Pandora console without last \"/\" character. Example " +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" msgstr "" -"Completar ruta a la consola de Pandora FMS sin el último \"/\" carácter. " -"Ejemplo " +"Si la compactación o purgado de datos es más frecuente que el borrado de " +"eventos, pueden aparecer anomalías en las gráficas de módulo" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 -msgid "DB port" -msgstr "Puerto de la DB" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:385 -msgid "Agent cache" -msgstr "Caché de agente" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:386 -#: ../../enterprise/meta/advanced/policymanager.sync.php:311 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 -#: ../../enterprise/meta/advanced/synchronizing.os.php:92 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.user.php:587 -msgid "Sync" -msgstr "Sincr." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:472 -msgid "There aren't server added to metaconsole" -msgstr "No hay servidores añadidos a la metaconsola" - -#: ../../enterprise/meta/advanced/metasetup.password.php:73 -msgid "Passwords" -msgstr "Contraseñas" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:82 -#: ../../enterprise/meta/include/functions_meta.php:1281 -msgid "Active events history" -msgstr "Historial de eventos activo" - -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" -msgstr "Configuración de consolas" - -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:121 -msgid "General setup" -msgstr "Configuración general" - -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:124 -msgid "Passwords setup" -msgstr "Configuración de contraseñas" - -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:130 -msgid "Visual setup" -msgstr "Configuración visual" - -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:133 -msgid "Performance setup" -msgstr "Configuración del rendimiento" - -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:139 -msgid "Strings translation" -msgstr "Traducción de cadenas" - -#: ../../enterprise/meta/advanced/metasetup.php:95 -#: ../../enterprise/meta/advanced/metasetup.php:142 -msgid "Mail" -msgstr "Mail" - -#: ../../enterprise/meta/advanced/metasetup.php:100 -msgid "Options Update Manager" -msgstr "Opciones del gestor de actualizaciones" - -#: ../../enterprise/meta/advanced/metasetup.php:105 -#: ../../enterprise/meta/advanced/metasetup.php:148 -msgid "Offline Update Manager" -msgstr "Gestionar actualización offline" - -#: ../../enterprise/meta/advanced/metasetup.php:110 -#: ../../enterprise/meta/advanced/metasetup.php:151 -msgid "Online Update Manager" -msgstr "Gestor de actualizaciones online" - -#: ../../enterprise/meta/advanced/metasetup.php:117 -msgid "Consoles setup" -msgstr "Configuración de las consolas" - -#: ../../enterprise/meta/advanced/metasetup.php:145 -msgid "Online Update Options" -msgstr "Opciones del gestor de actualizaciones online" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:192 -msgid "Customize sections" -msgstr "Personalizar secciones" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:214 -msgid "Disabled sections" -msgstr "Secciones desactivadas" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:216 -msgid "Enabled sections" -msgstr "Activar secciones" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:222 -msgid "Push selected sections to enable it" -msgstr "Apriete las secciones elegidas para activarlo" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:226 -msgid "Pop selected sections to disable it" -msgstr "Desapriete la secciones seleccionadas para desactivarlo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:76 -msgid "Visual" -msgstr "visual" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -msgid "Precision must be a integer number between 0 and 5" -msgstr "La precisión debe ser un numero entero entre 0 y 5" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:136 -#: ../../enterprise/meta/include/functions_meta.php:1101 -msgid "Metaconsole elements" -msgstr "Elementos de la Metaconsola" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:136 -msgid "The number of elements retrieved for each instance in some views." +#: ../../godmode/setup/performance.php:64 +msgid "" +"Configure a purge period more frequent than a compact data period has no " +"sense" msgstr "" -"El número de elementos recuperados para cada instancia en algunas vistas." +"Configurar un periodo de purgado con más frecuencia que el periodo de " +"compactación de datos no tiene sentido" -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -msgid "Only database" -msgstr "Sólo bases de datos" +#: ../../godmode/setup/performance.php:73 +msgid "Max. days before delete autodisabled agents" +msgstr "Días máximos antes de la eliminación de los agentes deshabilitados" -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" -msgstr "Aplicar politicas" +#: ../../godmode/setup/performance.php:76 +msgid "This number is days to keep past special days. 0 means never remove." +msgstr "" +"Este número son los días para mantener los días especiales pasados. 0 " +"significa que no se borren nunca." -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" -msgstr "Gestor de políticas" +#: ../../godmode/setup/performance.php:79 +msgid "Number of macro fields in alerts and templates between 1 and 15" +msgstr "" +"Número de campos de macro en alertas y plantillas, debe ser entre 1 y 15" -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" -msgstr "Aplicar políticas" +#: ../../godmode/setup/performance.php:96 +msgid "Item limit for realtime reports" +msgstr "Límite del elemento para informes en tiempo real" -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" -msgstr "Cola de políticas" +#: ../../godmode/setup/performance.php:96 +msgid "" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." +msgstr "" +"Establecer un valor demasiado alto causa una des aceleración en la consola y " +"una penalización de rendimiento en el sistema." -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" -msgstr "Aplicar políticas" +#: ../../godmode/setup/performance.php:100 +msgid "Data will be compacted in intervals of the specified length." +msgstr "Los datos se compactarán en intervalos de la longitud especificada." -#: ../../enterprise/meta/advanced/policymanager.queue.php:352 -msgid "Empty queue." -msgstr "Cola vacia" +#: ../../godmode/setup/performance.php:107 +msgid "Last day" +msgstr "Último día" -#: ../../enterprise/meta/advanced/policymanager.sync.php:235 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:498 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/include/functions_meta.php:195 -#: ../../enterprise/meta/include/functions_meta.php:285 +#: ../../godmode/setup/performance.php:109 +msgid "10 days" +msgstr "10 días" + +#: ../../godmode/setup/performance.php:111 +msgid "2 weeks" +msgstr "semana" + +#: ../../godmode/setup/performance.php:121 +msgid "" +"If realtime statistics are disabled, statistics interval resfresh will be " +"set here." +msgstr "" +"Si las estadísticas en tiempo real son deshabilitadas, el intervalo de " +"refresco de las estadísticas será definido aquí." + +#: ../../godmode/setup/performance.php:128 +msgid "" +"This number is the maximum number of files in attachment directory. If this " +"number is reached then a warning message will appear in the header " +"notification space." +msgstr "" +"Número máximo de archivos en el directorio attachment. Si se alcanza el " +"número se mostrará un mensaje en el área de notificaciones de la cabecera." + +#: ../../godmode/setup/performance.php:135 +msgid "Big Operation Step to purge old data" +msgstr "Gran operación para la purga de datos antiguos" + +#: ../../godmode/setup/performance.php:135 +msgid "" +"The number of blocks that a time interval is split into. A bigger value " +"means bigger blocks, which is faster but heavier on the database. Default is " +"100." +msgstr "" +"El número de bloques en los que se divide un intervalo de tiempo. Un valor " +"mayor significa bloques más grandes, será más rápido pero más pesado en base " +"de datos. El valor predeterminado es 100." + +#: ../../godmode/setup/performance.php:138 +msgid "" +"The number of rows that are processed in a single query in deletion. Default " +"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " +"systems with locks." +msgstr "" +"El número de filas que se procesan en una sola consulta en supresión. El " +"valor predeterminado es 1000. Aumente a 3000-5000 en sistemas rápidos. " +"Disminuir a 500 o 250 en sistemas con cerraduras." + +#: ../../godmode/setup/performance.php:143 +msgid "Database maintenance options" +msgstr "Opciones de mantenimiento de la base de datos" + +#: ../../godmode/setup/news.php:28 +msgid "Site news management" +msgstr "Gestionar noticias" + +#: ../../godmode/setup/news.php:88 +#: ../../godmode/events/event_edit_filter.php:174 +#: ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/modules/manage_nc_groups.php:99 +msgid "Not updated. Error updating data" +msgstr "No se ha podido actualizar. Error al actualizar los datos." + +#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 +msgid "Name error" +msgstr "Error de nombre" + +#: ../../godmode/setup/news.php:167 +msgid "Modal screen" +msgstr "Pantalla modal" + +#: ../../godmode/setup/news.php:170 +msgid "Expire" +msgstr "Caduca" + +#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../godmode/setup/news.php:215 +msgid "There are no defined news" +msgstr "No hay noticias definidas" + +#: ../../godmode/setup/news.php:242 +msgid "Modal" +msgstr "Modal" + +#: ../../godmode/setup/news.php:245 +msgid "Board" +msgstr "Tablero" + +#: ../../godmode/setup/news.php:256 +msgid "Expired" +msgstr "Caducado" + +#: ../../godmode/setup/snmp_wizard.php:30 +#: ../../godmode/agentes/configurar_agente.php:392 +#: ../../godmode/agentes/configurar_agente.php:558 +msgid "SNMP Wizard" +msgstr "Wizard SNMP" + +#: ../../godmode/setup/snmp_wizard.php:42 +#: ../../godmode/massive/massive_edit_modules.php:475 +#: ../../godmode/modules/manage_network_components_form_network.php:80 +#: ../../godmode/modules/manage_network_components_form_plugin.php:27 +#: ../../godmode/modules/manage_network_components_form_wmi.php:56 +#: ../../godmode/agentes/module_manager_editor_common.php:412 +msgid "Post process" +msgstr "Posprocesado" + +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "OP" +msgstr "OP" + +#: ../../godmode/setup/snmp_wizard.php:166 +msgid "Unsucessful update the snmp translation" +msgstr "No se pudo actualizar la traducción snmp" + +#: ../../godmode/setup/snmp_wizard.php:173 +msgid "Unsucessful update the snmp translation." +msgstr "No se pudo actualizar la traducción SNMP" + +#: ../../godmode/setup/snmp_wizard.php:221 +msgid "Unsucessful delete the snmp translation" +msgstr "No se pudo borrar la traducción de SNMP" + +#: ../../godmode/setup/snmp_wizard.php:228 +msgid "Unsucessful delete the snmp translation." +msgstr "No se pudo borrar la traducción de SNMP" + +#: ../../godmode/setup/snmp_wizard.php:289 +msgid "Unsucessful save the snmp translation" +msgstr "No se pudo guardar la traducción de SNMP" + +#: ../../godmode/setup/snmp_wizard.php:298 +msgid "Unsucessful save the snmp translation." +msgstr "No se pudo guardar la traducción de SNMP" + +#: ../../godmode/setup/gis.php:62 +msgid "Map connection name" +msgstr "Nombre de la conexión" + +#: ../../godmode/setup/gis.php:83 +msgid "Do you wan delete this connection?" +msgstr "Desea borrar esta conexión?" + +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "Error al crear SO" + +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "Éxito al crear SO" + +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "Éxito al actualizar SO" + +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "Error al actualizar SO" + +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "Existen agentes con este Sistema Operativo." + +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "Éxito al borrar" + +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" +msgstr "Error al borrar" + +#: ../../godmode/setup/os.php:133 +msgid "List OS" +msgstr "Listar SS. OO." + +#: ../../godmode/setup/os.php:137 +msgid "Builder OS" +msgstr "Creador de registros de sistema operativo." + +#: ../../godmode/setup/setup_ehorus.php:85 +msgid "API Hostname" +msgstr "Nombre del propietario de la API" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Hostname of the eHorus API" +msgstr "Nombre del propietario de la API de eHorus" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Without protocol and port" +msgstr "Sin protocolo y puerto" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "e.g., portal.ehorus.com" +msgstr "e.g., portal.ehorus.com" + +#: ../../godmode/setup/setup_ehorus.php:92 +msgid "API Port" +msgstr "Puerto de la API" + +#: ../../godmode/setup/setup_ehorus.php:94 +msgid "e.g., 18080" +msgstr "e.g., 18080" + +#: ../../godmode/setup/setup_ehorus.php:99 +msgid "Request timeout" +msgstr "Tiempo de espera excedido para la solicitud" + +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "" +"Time in seconds to set the maximum time of the requests to the eHorus API" +msgstr "" +"Tiempo en segundos para establecer el tiempo máximo de respuesta para la API " +"de eHorus" + +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "0 to disable" +msgstr "0 para deshabilitar" + +#: ../../godmode/setup/setup_ehorus.php:106 +msgid "Test" +msgstr "Probar" + +#: ../../godmode/setup/setup_ehorus.php:107 +msgid "Start" +msgstr "Inicio" + +#: ../../godmode/setup/setup_ehorus.php:122 +msgid "Remote Management System" +msgstr "Sistema de gestión remota" + +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Custom field eHorusID created" +msgstr "Campo personalizado eHorusID creado" + +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Error creating custom field" +msgstr "Error al crear campo personalizado" + +#: ../../godmode/setup/setup_ehorus.php:133 +msgid "eHorus has his own agent identifiers" +msgstr "eHorus tiene sus propios identificadores de agente" + +#: ../../godmode/setup/setup_ehorus.php:134 +msgid "To store them, it will be necessary to use an agent custom field" +msgstr "" +"Para guardarlo, será necesario usar un campo personalizado del agente" + +#: ../../godmode/setup/setup_ehorus.php:135 +msgid "" +"Possibly the eHorus id will have to be filled in by hand for every agent" +msgstr "" +"Posiblemente el id de eHorus tendrá que ser rellenado a mano por cada agente" + +#: ../../godmode/setup/setup_ehorus.php:140 +msgid "The custom field does not exists already" +msgstr "El campo personalizado no existe aún" + +#: ../../godmode/setup/setup_ehorus.php:154 +msgid "eHorus API" +msgstr "eHorus API" + +#: ../../godmode/setup/setup_ehorus.php:186 +msgid "Connection timeout" +msgstr "La conexión ha expirado" + +#: ../../godmode/setup/setup_ehorus.php:187 +msgid "Empty user or password" +msgstr "Usuario o contraseña vacío" + +#: ../../godmode/setup/setup_ehorus.php:188 +msgid "User not found" +msgstr "Usuario no encontrado" + +#: ../../godmode/setup/setup_ehorus.php:189 +msgid "Invalid password" +msgstr "Contraseña incorrecta" + +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "Gestión de licencias" + +#: ../../godmode/setup/license.php:37 +msgid "License updated" +msgstr "Licencia actualizada" + +#: ../../godmode/setup/license.php:64 +msgid "Customer key" +msgstr "Clave del cliente" + +#: ../../godmode/setup/license.php:67 +msgid "Expires" +msgstr "Expira" + +#: ../../godmode/setup/license.php:70 +msgid "Platform Limit" +msgstr "Límite de la plataforma" + +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "agents" +msgstr "Agentes" + +#: ../../godmode/setup/license.php:73 +msgid "Current Platform Count" +msgstr "Cómputo de la plataforma actual" + +#: ../../godmode/setup/license.php:76 +msgid "Current Platform Count (enabled: items)" +msgstr "Cuenta de la plataforma actual (activado: elementos)" + +#: ../../godmode/setup/license.php:79 +msgid "Current Platform Count (disabled: items)" +msgstr "Cuenta de la plataforma actual (desactivado: elementos)" + +#: ../../godmode/setup/license.php:82 +msgid "License Mode" +msgstr "Modalidad de licencia" + +#: ../../godmode/setup/license.php:85 +msgid "NMS" +msgstr "NMS" + +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "enabled" +msgstr "Habilitado" + +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "disabled" +msgstr "desactivado" + +#: ../../godmode/setup/license.php:88 +msgid "Satellite" +msgstr "Satélite" + +#: ../../godmode/setup/license.php:91 +msgid "Licensed to" +msgstr "Con licencia para" + +#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 +msgid "Request new license" +msgstr "Solicitar nueva licencia" + +#: ../../godmode/setup/license.php:108 +msgid "To get your Pandora FMS Enterprise License:" +msgstr "Para obtener su Licencia de Pandora FMS Enteprise" + +#: ../../godmode/setup/license.php:111 #, php-format -msgid "Error connecting to %s" -msgstr "Error al conectar con %s" +msgid "Go to %s" +msgstr "Ir a %s" -#: ../../enterprise/meta/advanced/policymanager.sync.php:244 -#, php-format -msgid "Error creating %s policies" -msgstr "Error al crear políticas %s" +#: ../../godmode/setup/license.php:114 +msgid "Enter the auth key and the following request key:" +msgstr "Introduce la auth key y la siguiente request key:" -#: ../../enterprise/meta/advanced/policymanager.sync.php:247 -#, php-format -msgid "Created %s policies" -msgstr "Políticas %s creadas" +#: ../../godmode/setup/license.php:120 +msgid "Enter your name (or a company name) and a contact email address." +msgstr "Introduzca su nombre (o empresa) y un email de contacto." -#: ../../enterprise/meta/advanced/policymanager.sync.php:252 -#, php-format -msgid "Error creating/updating %s/%s policy modules" -msgstr "Error al crear/actualizar %s/%s módulos de políticas" +#: ../../godmode/setup/license.php:123 +msgid "Click on Generate." +msgstr "Haga click en Generar" -#: ../../enterprise/meta/advanced/policymanager.sync.php:255 -#, php-format -msgid "Created/Updated %s/%s policy modules" -msgstr "Creadas/actualizadas %s/%s módulos de políticas" +#: ../../godmode/setup/license.php:126 +msgid "" +"Click here, enter " +"the generated license key and click on Validate." +msgstr "" +"Haga click aquí, e " +"introduzca la licence key generada y pulse en Validar." -#: ../../enterprise/meta/advanced/policymanager.sync.php:260 -#, php-format -msgid "Error deleting %s policy modules" -msgstr "Error al eliminar %s módulos de políticas" +#: ../../godmode/setup/links.php:27 +msgid "Link management" +msgstr "Gestionar enlaces" -#: ../../enterprise/meta/advanced/policymanager.sync.php:263 -#, php-format -msgid "Deleted %s policy modules" -msgstr "Eliminadas %s módulos de políticas" +#: ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" +msgstr "Ha habido un problema al crear el enlace" -#: ../../enterprise/meta/advanced/policymanager.sync.php:268 -#, php-format -msgid "Error creating %s policy alerts" -msgstr "Error al crear %s alertas de políticas" +#: ../../godmode/setup/links.php:56 +msgid "There was a problem modifying link" +msgstr "Ha habido un problema al modificar el enlace" -#: ../../enterprise/meta/advanced/policymanager.sync.php:271 -#, php-format -msgid "Created %s policy alerts" -msgstr "Creadas %s alertas de políticas" +#: ../../godmode/setup/links.php:67 +msgid "There was a problem deleting link" +msgstr "Ha habido un problema al borrar el enlace" -#: ../../enterprise/meta/advanced/policymanager.sync.php:276 -#, php-format -msgid "Error deleting %s policy alerts" -msgstr "Error al eliminar %s alertas de políticas" +#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 +msgid "Link name" +msgstr "Nombre enlace" -#: ../../enterprise/meta/advanced/policymanager.sync.php:279 -#, php-format -msgid "Deleted %s policy alerts" -msgstr "Eliminadas %s alertas de políticas" +#: ../../godmode/setup/links.php:109 +msgid "Link" +msgstr "Enlace" -#: ../../enterprise/meta/advanced/policymanager.sync.php:292 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:76 -#: ../../enterprise/meta/advanced/synchronizing.os.php:76 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.user.php:518 -msgid "This metaconsole" -msgstr "Esta metaconsola" +#: ../../godmode/setup/links.php:132 +msgid "There isn't links" +msgstr "No existen enlaces" -#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 -#, php-format -msgid "Error creating/updating %s/%s comamnds" -msgstr "Error al crear/actualizar %s/%s comandos" +#: ../../godmode/setup/setup_general.php:58 +msgid "Directory where agent remote configuration is stored." +msgstr "Directorio en el que se almacena la configuración remota del agente." -#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 -#, php-format -msgid "Created/Updated %s/%s commands" -msgstr "Creados/actualizados %s/%s comandos" +#: ../../godmode/setup/setup_general.php:67 +msgid "Database" +msgstr "Base de datos" -#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 -#, php-format -msgid "Error creating/updating %s/%s actions" -msgstr "Error al crear/actualizar %s/%s acciones" +#: ../../godmode/setup/setup_general.php:75 +msgid "" +"If SSL is not properly configured you will lose access to Pandora FMS " +"Console. Do you want to continue?" +msgstr "" +"Si no se ha configurado SSL correctamente, puede perder el acceso a la " +"consola de Pandora FMS. ¿Desea continuar?" -#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 -#, php-format -msgid "Created/Updated %s/%s actions" -msgstr "Creados/actualizados %s/%s acciones" +#: ../../godmode/setup/setup_general.php:78 +msgid "Use cert of SSL" +msgstr "Usar el certificado SSL" -#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 -#, php-format -msgid "Error creating/updating %s/%s templates" -msgstr "Error al crear/actualizar %s/%s plantillas" +#: ../../godmode/setup/setup_general.php:83 +msgid "Path of SSL Cert." +msgstr "Ruta del certificado SSL" -#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 -#, php-format -msgid "Created/Updated %s/%s templates" -msgstr "Creadas/actualizadas %s/%s plantillas" +#: ../../godmode/setup/setup_general.php:83 +msgid "" +"Path where you put your cert and name of this cert. Remember your cert only " +"in .pem extension." +msgstr "" +"Ruta donde se ubica su certificado y el nombre del mismo. Recuerde que su " +"certificado debe ir únicamente con la extensión .pem" -#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 -msgid "Synchronizing Alerts" -msgstr "Sincronizar alertas" +#: ../../godmode/setup/setup_general.php:86 +msgid "Directory where temporary data is stored." +msgstr "Directorio donde los datos temporales son almacenados." -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " -msgstr "Error al crear %s grupos de componentes " +#: ../../godmode/setup/setup_general.php:99 +msgid "Please be careful if you put a password put https access." +msgstr "" +"Por favor, tenga cuidado. Si tiene que introducir una contraseña ponga " +"acceso https." -#: ../../enterprise/meta/advanced/synchronizing.component.php:266 -#, php-format -msgid "Created %s component groups" -msgstr "Creados %s componentes de grupos" +#: ../../godmode/setup/setup_general.php:140 +msgid "Change timezone" +msgstr "Cambiar zona horaria" -#: ../../enterprise/meta/advanced/synchronizing.component.php:271 -#, php-format -msgid "Error creating/updating %s/%s local components " -msgstr "Error al crear/actualizar %s/%s componentes locales " +#: ../../godmode/setup/setup_general.php:148 +#: ../../godmode/setup/setup_general.php:153 +#: ../../godmode/setup/setup_general.php:158 +msgid "Play sound" +msgstr "Reproducir sonido" -#: ../../enterprise/meta/advanced/synchronizing.component.php:274 -#, php-format -msgid "Created/Updated %s/%s local components" -msgstr "Creados/actualizados %s/%s componentes locales" +#: ../../godmode/setup/setup_general.php:162 +msgid "" +"Set this value when your PandoraFMS across inverse proxy or for example with " +"mod_proxy of Apache." +msgstr "" +"Fije este valor cuando su Pandora llegue al proxy inverso o por ejemplo con " +"mod_proxy de Apache." -#: ../../enterprise/meta/advanced/synchronizing.component.php:279 -#, php-format -msgid "Error creating/updating %s/%s network components " -msgstr "Error al crear/actualizar %s/%s componentes de red " +#: ../../godmode/setup/setup_general.php:166 +msgid "" +"When it is set as \"yes\" in some important sections check if the user have " +"gone from url Pandora." +msgstr "" +"Al estar activada, se comprobará si el usuario proviene de la URL de la " +"consola de Pandora" -#: ../../enterprise/meta/advanced/synchronizing.component.php:282 -#, php-format -msgid "Created/Updated %s/%s network components" -msgstr "Creados/actualizados %s/%s componentes de red" +#: ../../godmode/setup/setup_general.php:174 +msgid "" +"If set to yes no events or alerts will be generated, but agents will " +"continue receiving data." +msgstr "" +"Si se configura afirmativo ningún evento o alerta se generará, pero los " +"agentes continuarán recibiendo datos." -#: ../../enterprise/meta/advanced/synchronizing.component.php:303 -msgid "Synchronizing Components" -msgstr "Sincronizar componentes" +#: ../../godmode/setup/setup_general.php:183 +msgid "The string modules with several lines show as command output" +msgstr "" +"Los módulos de tipo cadena de texto con varias líneas se mostrarán como una " +"salida de comando" -#: ../../enterprise/meta/advanced/synchronizing.group.php:74 -#: ../../enterprise/meta/advanced/synchronizing.group.php:75 -#: ../../enterprise/meta/advanced/synchronizing.group.php:87 -#: ../../enterprise/meta/advanced/synchronizing.group.php:88 -msgid "Open for more details" -msgstr "Abrir para obtener más detalles" +#: ../../godmode/setup/setup_general.php:187 +msgid "Directory where the server logs are stored." +msgstr "Directorio donde se guardan los logs del servidor" -#: ../../enterprise/meta/advanced/synchronizing.group.php:78 -#, php-format -msgid "Error creating %s groups" -msgstr "Error creando %s grupos" +#: ../../godmode/setup/setup_general.php:192 +msgid "Full mode" +msgstr "Modo total" -#: ../../enterprise/meta/advanced/synchronizing.group.php:91 -#, php-format -msgid "Error updating %s groups" -msgstr "Error actualizando %s grupos" +#: ../../godmode/setup/setup_general.php:193 +msgid "On demand" +msgstr "Por demanda" -#: ../../enterprise/meta/advanced/synchronizing.group.php:100 -#: ../../enterprise/meta/advanced/synchronizing.group.php:101 -msgid "Open for more details in creation" -msgstr "Abrir para obtener más detalles de creación" +#: ../../godmode/setup/setup_general.php:194 +msgid "Expert" +msgstr "Experta/o" -#: ../../enterprise/meta/advanced/synchronizing.group.php:106 -#: ../../enterprise/meta/advanced/synchronizing.group.php:107 -msgid "Open for more details in update" -msgstr "Abrir para obtener más detalles de actualización" +#: ../../godmode/setup/setup_general.php:197 +msgid "" +"Configuration of our clippy, 'full mode' show the icon in the header and the " +"contextual helps and it is noise, 'on demand' it is equal to full but it is " +"not noise and 'expert' the icons in the header and the context is not." +msgstr "" +"La configuración del asistente, 'modo total' muestra el icono en la cabecera " +"y en las ayudas contextual ademas sera proactivo, 'bajo demanda' es igual " +"que el modo total pero no sera proactivo, y 'experto' no se mostrara los " +"iconos ni en la cabecera ni como ayuda contextual." -#: ../../enterprise/meta/advanced/synchronizing.group.php:110 -#, php-format -msgid "Error creating/updating %s/%s groups" -msgstr "Error al crear/actualizar grupos %s/%s" +#: ../../godmode/setup/setup_general.php:204 +msgid "The planned downtimes created in the past will affect the SLA reports" +msgstr "" +"Las paradas planificadas creadas con fecha anterior a la actual afectarán a " +"los informes SLA" -#: ../../enterprise/meta/advanced/synchronizing.group.php:122 -#, php-format -msgid "Created/Updated %s/%s groups" -msgstr "Creados/actualizados grupos %s/%s" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:129 -msgid "None update or create group" -msgstr "Ninguna actualización o creación de grupo" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:140 -msgid "Synchronizing Groups" -msgstr "Sincronizar grupos" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:53 -#, php-format -msgid "Error creating/updating %s/%s module groups" -msgstr "Error al crear/actualizar %s/%s los grupos de modulo" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:56 -#, php-format -msgid "Created/Updated %s/%s module groups" -msgstr "Creados/Actualizados %s/%s los grupos de modulos" - -#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:68 -msgid "Synchronizing Module Groups" -msgstr "Sincronizando grupos de modulos" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:53 -#, php-format -msgid "Error creating/updating %s/%s OS" -msgstr "Error al crear/actualizar %s/%s SO" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:56 -#, php-format -msgid "Created/Updated %s/%s OS" -msgstr "Creado/Actualizado %s/%s SO" - -#: ../../enterprise/meta/advanced/synchronizing.os.php:68 -msgid "Synchronizing OS" -msgstr "Sincronizando SO" - -#: ../../enterprise/meta/advanced/synchronizing.php:35 -#: ../../enterprise/meta/general/main_header.php:238 -msgid "Synchronizing" -msgstr "Sincronizando" - -#: ../../enterprise/meta/advanced/synchronizing.php:60 -#: ../../enterprise/meta/advanced/synchronizing.php:91 -msgid "Users synchronization" -msgstr "Sincronización de usuarios" - -#: ../../enterprise/meta/advanced/synchronizing.php:64 -#: ../../enterprise/meta/advanced/synchronizing.php:94 -msgid "Groups synchronization" -msgstr "Sincronización de grupos" - -#: ../../enterprise/meta/advanced/synchronizing.php:68 -#: ../../enterprise/meta/advanced/synchronizing.php:97 -msgid "Alerts synchronization" -msgstr "Sincronización de alertas" - -#: ../../enterprise/meta/advanced/synchronizing.php:72 -#: ../../enterprise/meta/advanced/synchronizing.php:100 -msgid "Components synchronization" -msgstr "Sincronización de componentes" - -#: ../../enterprise/meta/advanced/synchronizing.php:76 -#: ../../enterprise/meta/advanced/synchronizing.php:103 -msgid "Tags synchronization" -msgstr "Sincronización de tags" - -#: ../../enterprise/meta/advanced/synchronizing.php:80 -#: ../../enterprise/meta/advanced/synchronizing.php:106 -msgid "OS synchronization" -msgstr "Sincronización de SO" - -#: ../../enterprise/meta/advanced/synchronizing.php:84 -#: ../../enterprise/meta/advanced/synchronizing.php:109 -msgid "Module Groups synchronization" -msgstr "Sincronización de grupos de modulo" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 -#, php-format -msgid "Error creating/updating %s/%s tags" -msgstr "Error al crear/actualizar %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 -#, php-format -msgid "Created/Updated %s/%s tags" -msgstr "Creados/actualizados %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 -msgid "Synchronizing Tags" -msgstr "Sincronizar tags" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:273 -#, php-format -msgid "Error updating user %s" -msgstr "Error al actualizar usuario %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:277 -#, php-format -msgid "Updated user %s" -msgstr "Usuario actualizado %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:288 -#, php-format -msgid "Error creating user %s" -msgstr "Error al crear usuario %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:292 -#, php-format -msgid "Created user %s" -msgstr "Usuario creado %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:487 +#: ../../godmode/setup/setup_general.php:209 #, php-format msgid "" -"Error creating/updating the followings elements groups/profiles/user " -"profiles (%d/%d/%d)" +"Your PHP environment is setted with %d max_input_vars. Maybe you must not " +"set this value with upper values." msgstr "" -"Error al crear/actualizar los siguientes elementos grupos/perfiles/usuarios " -"(%d/%d/%d)" +"Su entorno PHP fue establecido con %d max_input_vars. Tal vez no deba " +"establecer valores superiores en este parámetro." -#: ../../enterprise/meta/advanced/synchronizing.user.php:492 +#: ../../godmode/setup/setup_general.php:213 +msgid "Include agents manually disabled" +msgstr "Incluir agentes deshabilitados manualmente" + +#: ../../godmode/setup/setup_general.php:217 +msgid "audit log directory" +msgstr "Directorio de log" + +#: ../../godmode/setup/setup_general.php:218 +msgid "Directory where audit log is stored." +msgstr "Directorio donde se guarda el log." + +#: ../../godmode/setup/setup_general.php:224 +msgid "General options" +msgstr "Opciones generales" + +#: ../../godmode/setup/setup_general.php:283 +msgid "" +"If Enterprise ACL System is enabled without rules you will lose access to " +"Pandora FMS Console (even admin). Do you want to continue?" +msgstr "" +"Si el sistema ACL Enterprise es activado sin reglas, perderá el acceso a la " +"consola de Pandora FMS (incluso siendo administrador). ¿Desea continuar?" + +#: ../../godmode/setup/setup_netflow.php:42 +msgid "Directory where netflow data will be stored." +msgstr "Directorio donde los datos netflow se almacenarán" + +#: ../../godmode/setup/setup_netflow.php:46 +msgid "Specifies the time interval in seconds to rotate netflow data files." +msgstr "" +"Especifica el intervalo de tiempo en segundos para rotar los archivos de " +"datos de Netflow" + +#: ../../godmode/setup/setup_netflow.php:58 +msgid "" +"Maximum number of points that a netflow area chart will display. The higher " +"the resolution the performance. Values between 50 and 100 are recommended." +msgstr "" +"Máximo número de puntos que una tabla de area netflow puede mostrar. Cuanto " +"más alta la resolución mejor la ejecución. Se recomiendan los valores entre " +"50 y 100" + +#: ../../godmode/setup/setup_netflow.php:62 +msgid "" +"Disable the definition of custom filters in the live view. Only existing " +"filters can be used." +msgstr "" +"Desactive la definición de filtros personalizados en la vista activa. Sólo " +"los filtros existentes pueden usarse." + +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Sets the maximum lifetime for netflow data in days." +msgstr "Fijar el tiempo máximo para los datos netflow en dias" + +#: ../../godmode/setup/gis_step_2.php:39 +msgid "Create new map connection" +msgstr "Crear nueva conexión de mapas" + +#: ../../godmode/setup/gis_step_2.php:58 +msgid "Edit map connection" +msgstr "Editar la conexión de mapas" + +#: ../../godmode/setup/gis_step_2.php:150 +msgid "Connection Name" +msgstr "Nombre de conexión" + +#: ../../godmode/setup/gis_step_2.php:150 +msgid "Descriptive name for the connection" +msgstr "Descripción para la conexión" + +#: ../../godmode/setup/gis_step_2.php:153 +msgid "Group that owns the connection" +msgstr "Grupo asignado a la conexión" + +#: ../../godmode/setup/gis_step_2.php:156 +msgid "Number of zoom levels" +msgstr "Número de niveles de Zoom" + +#: ../../godmode/setup/gis_step_2.php:160 +msgid "Default zoom level" +msgstr "Nivel de zoom por defecto" + +#: ../../godmode/setup/gis_step_2.php:160 +msgid "Zoom level used when the map is opened" +msgstr "Nivel de zoom por defecto cuando se abre el mapa" + +#: ../../godmode/setup/gis_step_2.php:163 +msgid "Basic configuration" +msgstr "Configuración básica" + +#: ../../godmode/setup/gis_step_2.php:168 +msgid "Open Street Maps" +msgstr "Open Street Maps" + +#: ../../godmode/setup/gis_step_2.php:169 +msgid "Google Maps" +msgstr "Google Maps" + +#: ../../godmode/setup/gis_step_2.php:170 +msgid "Static Image" +msgstr "Imagen estática" + +#: ../../godmode/setup/gis_step_2.php:172 +msgid "Please select the connection type" +msgstr "Tipo de conexión" + +#: ../../godmode/setup/gis_step_2.php:174 +msgid "Map connection type" +msgstr "Tipo de conexión de mapa" + +#: ../../godmode/setup/gis_step_2.php:210 +msgid "Tile Server URL" +msgstr "URL del servidor de «tiles»" + +#: ../../godmode/setup/gis_step_2.php:216 +msgid "Google Physical" +msgstr "Google Physical" + +#: ../../godmode/setup/gis_step_2.php:217 +msgid "Google Hybrid" +msgstr "Google Hybrid" + +#: ../../godmode/setup/gis_step_2.php:218 +msgid "Google Satelite" +msgstr "Google Satelite" + +#: ../../godmode/setup/gis_step_2.php:222 +msgid "Google Map Type" +msgstr "Tipo de mapa de Google" + +#: ../../godmode/setup/gis_step_2.php:226 +msgid "Google Maps Key" +msgstr "Key de google maps" + +#: ../../godmode/setup/gis_step_2.php:235 +msgid "Image URL" +msgstr "URL de Imagen" + +#: ../../godmode/setup/gis_step_2.php:239 +msgid "Corners of the area of the image" +msgstr "Esquinas del área de la imagen" + +#: ../../godmode/setup/gis_step_2.php:242 +msgid "Left" +msgstr "Izquierda" + +#: ../../godmode/setup/gis_step_2.php:244 +msgid "Bottom" +msgstr "Inferior" + +#: ../../godmode/setup/gis_step_2.php:248 +msgid "Right" +msgstr "Derecha" + +#: ../../godmode/setup/gis_step_2.php:250 +msgid "Top" +msgstr "Superior" + +#: ../../godmode/setup/gis_step_2.php:254 +msgid "Image Size" +msgstr "Tamaño de imagen" + +#: ../../godmode/setup/gis_step_2.php:259 +#: ../../godmode/events/event_responses.editor.php:106 +#: ../../godmode/reporting/visual_console_builder.wizard.php:137 +#: ../../godmode/reporting/graph_builder.main.php:141 +msgid "Height" +msgstr "Altura" + +#: ../../godmode/setup/gis_step_2.php:279 +msgid "" +"Preview to select the center of the map and the default position of an agent " +"without gis data" +msgstr "" +"Previsualización para elegir el centro del mapa, y la posición por defecto " +"de un agente sin información GIS" + +#: ../../godmode/setup/gis_step_2.php:280 +msgid "Load preview map" +msgstr "Previsualizar mapa" + +#: ../../godmode/setup/gis_step_2.php:289 +msgid "Map Center" +msgstr "Centro del mapa" + +#: ../../godmode/setup/gis_step_2.php:289 +msgid "Position to center the map when the map is opened" +msgstr "Posición para centrar el mapa cuando este es abierto" + +#: ../../godmode/setup/gis_step_2.php:290 +msgid "Default position for agents without GIS data" +msgstr "Posición por defecto para agentes sin información GIS" + +#: ../../godmode/setup/gis_step_2.php:292 +msgid "Change in the map" +msgstr "Cambiar en el mapa" + +#: ../../godmode/setup/gis_step_2.php:292 +msgid "This selects what to change by clicking on the map" +msgstr "Seleccionar qué cambiar pinchando en el mapa" + +#: ../../godmode/setup/gis_step_2.php:353 +#: ../../godmode/setup/gis_step_2.php:446 +msgid "Center" +msgstr "Centro" + +#: ../../godmode/setup/gis_step_2.php:413 +msgid "Refresh preview map" +msgstr "Refrescar previsualización" + +#: ../../godmode/setup/setup_visuals.php:76 +msgid "This interval will affect to Visual Console pages" +msgstr "Este intervalo afectará a todas las páginas de la consola visual" + +#: ../../godmode/setup/setup_visuals.php:80 +msgid "Paginated module view" +msgstr "Vista del módulo paginada" + +#: ../../godmode/setup/setup_visuals.php:104 +msgid "Click to display lateral menus" +msgstr "Haz clic para mostrar el menú lateral" + +#: ../../godmode/setup/setup_visuals.php:105 +msgid "" +"When enabled, the lateral menus are shown when left clicking them, instead " +"of hovering over them" +msgstr "" +"Cuando está activo, el menú lateral se mostrará al hacer clic, en lugar de " +"mostrarse de forma automática al pasar por encima" + +#: ../../godmode/setup/setup_visuals.php:121 +msgid "Space between items in Service maps" +msgstr "Espacio entre nodos para el mapa de servicios" + +#: ../../godmode/setup/setup_visuals.php:127 +msgid "Text menu options always visible, don't hide" +msgstr "Menú siempre visible" + +#: ../../godmode/setup/setup_visuals.php:138 +msgid "Behaviour configuration" +msgstr "Configuración del comportamiento" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Colors" +msgstr "Colores" + +#: ../../godmode/setup/setup_visuals.php:160 +msgid "Faces" +msgstr "Caras" + +#: ../../godmode/setup/setup_visuals.php:161 +msgid "Colors and text" +msgstr "Colores y texto" + +#: ../../godmode/setup/setup_visuals.php:169 +msgid "You can place your custom images into the folder images/backgrounds/" +msgstr "" +"Puedes poner tus propias imágenes en el directorio images/backgrounds/" + +#: ../../godmode/setup/setup_visuals.php:188 +msgid "Custom logo (header)" +msgstr "Logo personalizado (cabecera)" + +#: ../../godmode/setup/setup_visuals.php:207 +msgid "Custom logo (login)" +msgstr "Logo personalizado (login)" + +#: ../../godmode/setup/setup_visuals.php:224 +msgid "Disable logo in graphs" +msgstr "Deshabilitar el logo en las gráficas" + +#: ../../godmode/setup/setup_visuals.php:259 +msgid "Style configuration" +msgstr "Configuración de estilo" + +#: ../../godmode/setup/setup_visuals.php:275 +msgid "" +"This enabling this, you get a label with agent name in GIS maps. If you have " +"lots of agents in the map, will be unreadable. Disabled by default." +msgstr "" +"Habilitando esto obtinen una etiqueta con el nombre del agente en los mapas " +"GIS. Si tiene muchos agentes en el mapa puede ser ilegible. Deshabilitado " +"por defecto." + +#: ../../godmode/setup/setup_visuals.php:287 +msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" +msgstr "" +"Icono de agente para mapas GIS. Si el valor es \"none\", se usará el icono " +"del grupo" + +#: ../../godmode/setup/setup_visuals.php:296 +msgid "GIS configuration" +msgstr "Configuración GIS" + +#: ../../godmode/setup/setup_visuals.php:342 +msgid "" +"When the agent name have a lot of characters, in some places in Pandora " +"Console it is necesary truncate to N characters." +msgstr "" +"Cuando el nombre del agente tenga muchos caracteres, en algunos lugares de " +"la consola, será necesario truncar su longitud a N caracteres." + +#: ../../godmode/setup/setup_visuals.php:343 +#: ../../godmode/setup/setup_visuals.php:351 +msgid "Small:" +msgstr "Pequeño:" + +#: ../../godmode/setup/setup_visuals.php:345 +#: ../../godmode/setup/setup_visuals.php:353 +msgid "Normal:" +msgstr "Normal:" + +#: ../../godmode/setup/setup_visuals.php:350 +msgid "" +"When the module name have a lot of characters, in some places in Pandora " +"Console it is necesary truncate to N characters." +msgstr "" +"Cuando el nombre del modulo sea muy largo, en algunos lugares de la consola, " +"será necesario truncar su longitud a N caracteres." + +#: ../../godmode/setup/setup_visuals.php:357 +msgid "" +"When the description name have a lot of characters, in some places in " +"Pandora Console it is necesary truncate to N characters." +msgstr "" +"Cuando el texto de la descripción tiene muchos caracteres, en algunos " +"lugares de la consola, será necesario truncar su longitud a N caracteres." + +#: ../../godmode/setup/setup_visuals.php:362 +msgid "" +"When the item title name have a lot of characters, in some places in Pandora " +"Console it is necesary truncate to N characters." +msgstr "" +"Cuando el texto de un título tenga muchos caracteres, en algunos lugares de " +"la consola, será necesario truncar su longitud a N caracteres." + +#: ../../godmode/setup/setup_visuals.php:367 +msgid "Show unit along with value in reports" +msgstr "Mostrar la unidad junto con el valor en los informes" + +#: ../../godmode/setup/setup_visuals.php:368 +msgid "This enabling this, max, min and avg values will be shown with units." +msgstr "" +"Si activas esta opción, el máximo, mínimo y la media aparecerá con unidades" + +#: ../../godmode/setup/setup_visuals.php:376 +msgid "Font and Text configuration" +msgstr "Configuración Fuente y Texto" + +#: ../../godmode/setup/setup_visuals.php:431 +msgid "Graph resolution (1-low, 5-high)" +msgstr "Resolución gráfica (1-baja, 5-alta)" + +#: ../../godmode/setup/setup_visuals.php:445 +msgid "" +"Number of decimals shown in reports. It must be a number between 0 and 5" +msgstr "" +"Número de decimales a mostrar en los informes. Debe ser un entero entre 0 y 5" + +#: ../../godmode/setup/setup_visuals.php:470 +msgid "The data number of the module graphs will be rounded and shortened" +msgstr "" +"El número de datos de los gráficos del módulo se redondeará y acortará" + +#: ../../godmode/setup/setup_visuals.php:480 +msgid "Type of module charts" +msgstr "Tipo de gráficas de módulos" + +#: ../../godmode/setup/setup_visuals.php:489 +msgid "Type of interface charts" +msgstr "Tipo de las gráficas de interfaces" + +#: ../../godmode/setup/setup_visuals.php:498 +msgid "Show only average" +msgstr "Mostrar solo la media" + +#: ../../godmode/setup/setup_visuals.php:499 +msgid "Hide Max and Min values in graphs" +msgstr "Ocultar el máximo y el mínimo en las gráficas" + +#: ../../godmode/setup/setup_visuals.php:506 +#: ../../godmode/reporting/visual_console_builder.wizard.php:218 +msgid "Percentile" +msgstr "Percentil" + +#: ../../godmode/setup/setup_visuals.php:507 +msgid "Show percentile 95 in graphs" +msgstr "Mostrar el percentil 95 en las gráficas" + +#: ../../godmode/setup/setup_visuals.php:512 +msgid "Charts configuration" +msgstr "Configuración de gráficas" + +#: ../../godmode/setup/setup_visuals.php:528 +msgid "" +"This interval will affect to the lines between elements on the Visual Console" +msgstr "" +"Este intervalo afectará a las líneas entre elementos en la Consola Visual" + +#: ../../godmode/setup/setup_visuals.php:533 +msgid "Show report info with description" +msgstr "Mostrar la información del informe con la descripción" + +#: ../../godmode/setup/setup_visuals.php:535 +msgid "" +"Custom report description info. It will be applied to all reports and " +"templates by default." +msgstr "" +"Descripción del informe personalizado. Será aplicado a todas las plantillas " +"e informes por defecto." + +#: ../../godmode/setup/setup_visuals.php:543 +msgid "Custom report front page" +msgstr "Portada de informe personalizado" + +#: ../../godmode/setup/setup_visuals.php:545 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" +"Portada de informe personalizado. Será aplicada por defecto a todos los " +"informes y plantillas" + +#: ../../godmode/setup/setup_visuals.php:576 +msgid "" +"The dir of custom logos is in your www Pandora Console in " +"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool " +"in console." +msgstr "" +"El directorio de logotipos personalizados está en tu www Pandora consola en " +"\"images / custom_logo\". Puede cargar más archivos (sólo JPEG) en la " +"herramienta de carga de la consola." + +#: ../../godmode/setup/setup_visuals.php:614 +msgid "Show QR Code icon in the header" +msgstr "Mostrar icono código QR en la cabecera" + +#: ../../godmode/setup/setup_visuals.php:626 +msgid "Custom directory where the graphviz binaries are stored." +msgstr "" +"Directorio personalizado donde se almacenan los ficheros binarios de graphviz" + +#: ../../godmode/setup/setup_visuals.php:639 +msgid "Show only the group name" +msgstr "Mostrar solo el nombre del grupo" + +#: ../../godmode/setup/setup_visuals.php:652 +msgid "Example" +msgstr "Ejemplo" + +#: ../../godmode/setup/setup_visuals.php:665 +msgid "Comparation in rollover" +msgstr "Fecha en comparación" + +#: ../../godmode/setup/setup_visuals.php:667 +msgid "Timestamp in rollover" +msgstr "Fecha literal" + +#: ../../godmode/setup/setup_visuals.php:675 +msgid "Custom values post process" +msgstr "Valores personalizados para postprocesado" + +#: ../../godmode/setup/setup_visuals.php:689 +msgid "Delete custom values" +msgstr "Eliminar valores personalizados" + +#: ../../godmode/setup/setup_visuals.php:709 +msgid "Interval values" +msgstr "Valores del intervalo" + +#: ../../godmode/setup/setup_visuals.php:717 +msgid "Add new custom value to intervals" +msgstr "Añadir nuevo valor personalizado para intervalos" + +#: ../../godmode/setup/setup_visuals.php:734 +msgid "Other configuration" +msgstr "Otra configuración" + +#: ../../godmode/setup/setup_visuals.php:922 +#: ../../godmode/setup/setup_visuals.php:962 +msgid "Logo preview" +msgstr "Logo de previsualización" + +#: ../../godmode/setup/setup_visuals.php:1002 +msgid "Background preview" +msgstr "Vista previa del fondo" + +#: ../../godmode/setup/setup_visuals.php:1046 +msgid "Gis icons preview" +msgstr "Vista previa de los iconos GIS" + +#: ../../godmode/setup/setup_visuals.php:1101 +msgid "Status set preview" +msgstr "Fijar el estado de la vista previa." + +#: ../../godmode/setup/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "No hay sistemas operativos definidos" + +#: ../../godmode/setup/os.list.php:81 +msgid "Create OS" +msgstr "Crear SO" + +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" +msgstr "Actualización correcta de las opciones de configuración" + +#: ../../godmode/setup/setup_auth.php:50 +msgid "" +"Enable this option if you want to fallback to local authentication when " +"remote (ldap etc...) authentication failed." +msgstr "" +"Activa esta opción si quieres autenticación local si falla la autenticación " +"remota (ldap, etc)" + +#: ../../godmode/setup/setup_auth.php:129 +msgid "" +"If this option is enabled, the users can use double authentication with " +"their accounts" +msgstr "" +"Si esta opción está activada, los usuarios pueden usar la doble " +"autenticación con sus cuentas." + +#: ../../godmode/setup/setup_auth.php:141 +msgid "Session timeout (mins)" +msgstr "Fin de la sesión" + +#: ../../godmode/setup/setup_auth.php:142 +#: ../../godmode/users/configure_user.php:548 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting -" +"1 in this field." +msgstr "" +"Esto está definido en minutos, si desea una sesión permanente ponga -1 en " +"este campo." + +#: ../../godmode/setup/setup_auth.php:177 +msgid "Local Pandora FMS" +msgstr "Pandora FMS local" + +#: ../../godmode/setup/setup_auth.php:177 +msgid "ldap" +msgstr "LDAP" + +#: ../../godmode/setup/os.builder.php:34 +#: ../../godmode/reporting/visual_console_builder.data.php:102 +msgid "Name:" +msgstr "Nombre:" + +#: ../../godmode/events/event_filter.php:167 +#: ../../godmode/netflow/nf_edit.php:162 +msgid "There are no defined filters" +msgstr "No hay filtros definidos" + +#: ../../godmode/events/custom_events.php:131 +msgid "Show event fields" +msgstr "Mostrar campos de eventos" + +#: ../../godmode/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "Cargar campos de evento por defecto" + +#: ../../godmode/events/custom_events.php:133 +msgid "Default event fields will be loaded. Do you want to continue?" +msgstr "Se cargarán campos de evento por defecto. ¿Desea continuar?" + +#: ../../godmode/events/custom_events.php:181 +msgid "Fields available" +msgstr "Campos disponibles" + +#: ../../godmode/events/custom_events.php:185 +msgid "Add fields to select" +msgstr "Añadir campos para seleccionar" + +#: ../../godmode/events/custom_events.php:189 +msgid "Delete fields to select" +msgstr "Eliminar campos para seleccionar" + +#: ../../godmode/events/custom_events.php:193 +msgid "Fields selected" +msgstr "Campos seleccionados" + +#: ../../godmode/events/event_edit_filter.php:166 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/modules/manage_nc_groups.php:83 +msgid "Not updated. Blank name" +msgstr "No actualizado. Nombre en blanco" + +#: ../../godmode/events/event_edit_filter.php:203 +msgid "Update Filter" +msgstr "Actualizar Filtro" + +#: ../../godmode/events/event_edit_filter.php:206 +msgid "Create Filter" +msgstr "Crear filtro" + +#: ../../godmode/events/event_edit_filter.php:219 +msgid "Save in group" +msgstr "Guardar en grupo" + +#: ../../godmode/events/event_edit_filter.php:220 +msgid "" +"This group will be use to restrict the visibility of this filter with ACLs" +msgstr "" +"Este grupo se usará para restringir la visibilidad de este filtro con ACLs" + +#: ../../godmode/events/event_edit_filter.php:286 +msgid "Choose between the users who have validated an event. " +msgstr "Escoja entre los usuarios que tienen validado un evento " + +#: ../../godmode/events/event_responses.editor.php:63 +msgid "Edit event responses" +msgstr "Editar respuestas de eventos" + +#: ../../godmode/events/event_responses.editor.php:93 +msgid "For Command type Modal Window mode is enforced" +msgstr "Para tipo comando , se aplica el modo Modal Window" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "Modal window" +msgstr "Modal window" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "New window" +msgstr "Nueva ventana" + +#: ../../godmode/events/events.php:42 +#: ../../godmode/netflow/nf_edit_form.php:55 +msgid "Filter list" +msgstr "Lista de filtros" + +#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:179 +msgid "Filters" +msgstr "Filtros" + +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "No se encontraron respuestas" + +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "Crear respuesta" + +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "Respuesta añadida con éxito" + +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "La respuesta no se puede añadir" + +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "Repuesta actualizada con éxito" + +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "La respuesta no se puede actualizar" + +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "Respuesta eliminada con éxito" + +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "La respuesta no se puede eliminar" + +#: ../../godmode/massive/massive_add_action_alerts.php:96 +msgid "No alerts selected" +msgstr "No se seleccionó ninguna alerta" + +#: ../../godmode/massive/massive_add_action_alerts.php:120 +msgid "No actions selected" +msgstr "No hay acciones seleccionadas" + +#: ../../godmode/massive/massive_add_action_alerts.php:154 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_edit_agents.php:210 +#: ../../godmode/massive/massive_delete_action_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:138 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_standby_alerts.php:139 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_copy_modules.php:74 +#: ../../godmode/massive/massive_copy_modules.php:185 +#: ../../godmode/massive/massive_edit_modules.php:285 +#: ../../godmode/massive/massive_delete_alerts.php:215 +msgid "Group recursion" +msgstr "Recursión de grupos" + +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_delete_action_alerts.php:158 +msgid "Agents with templates" +msgstr "Agentes con plantillas" + +#: ../../godmode/massive/massive_add_action_alerts.php:168 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_action_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_edit_modules.php:346 +#: ../../godmode/massive/massive_delete_alerts.php:227 +msgid "When select agents" +msgstr "Al seleccionar agentes" + +#: ../../godmode/massive/massive_add_action_alerts.php:172 +#: ../../godmode/massive/massive_delete_action_alerts.php:173 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:350 +msgid "Show unknown and not init modules" +msgstr "Mostrar módulos desconocidos y no inicializados" + +#: ../../godmode/massive/massive_add_action_alerts.php:228 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_edit_agents.php:553 +#: ../../godmode/massive/massive_delete_agents.php:163 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_copy_modules.php:424 +#: ../../godmode/massive/massive_edit_modules.php:653 +#: ../../godmode/massive/massive_delete_alerts.php:266 +msgid "" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." +msgstr "" +"El envio de datos no ha tenido éxito, por favor contacte con su " +"administrador o hágalo con menos elementos" + +#: ../../godmode/massive/massive_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "No se seleccionó ninguna alerta" + +#: ../../godmode/massive/massive_edit_agents.php:97 +msgid "No values changed" +msgstr "No se han cambiado valores" + +#: ../../godmode/massive/massive_edit_agents.php:126 +msgid "Configuration files deleted successfully" +msgstr "Los archivos de configuracion se borraron satisfactoriamente" + +#: ../../godmode/massive/massive_edit_agents.php:127 +msgid "Configuration files cannot be deleted" +msgstr "Los archivos de configuración no se pudieron borrar" + +#: ../../godmode/massive/massive_edit_agents.php:185 +msgid "Agents updated successfully" +msgstr "Los agentes se actualizaron correctamente" + +#: ../../godmode/massive/massive_edit_agents.php:186 +msgid "Agents cannot be updated" +msgstr "Los agentes no se pudieron actualizar" + +#: ../../godmode/massive/massive_edit_agents.php:225 +#: ../../godmode/massive/massive_delete_agents.php:123 +msgid "Show agents" +msgstr "Mostrar agentes" + +#: ../../godmode/massive/massive_edit_agents.php:291 +#: ../../godmode/agentes/agent_manager.php:266 +msgid "Cascade protection" +msgstr "Protección en cascada" + +#: ../../godmode/massive/massive_edit_agents.php:294 +#: ../../godmode/massive/massive_edit_agents.php:299 +#: ../../godmode/massive/massive_edit_agents.php:303 +#: ../../godmode/massive/massive_edit_agents.php:307 +#: ../../godmode/massive/massive_edit_agents.php:318 +#: ../../godmode/massive/massive_edit_agents.php:357 +#: ../../godmode/massive/massive_edit_agents.php:363 +#: ../../godmode/massive/massive_edit_agents.php:402 +#: ../../godmode/massive/massive_edit_agents.php:411 +#: ../../godmode/massive/massive_edit_agents.php:418 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:451 +#: ../../godmode/massive/massive_edit_modules.php:466 +#: ../../godmode/massive/massive_edit_modules.php:470 +#: ../../godmode/massive/massive_edit_modules.php:490 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:504 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/massive/massive_edit_modules.php:511 +#: ../../godmode/massive/massive_edit_modules.php:524 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:566 +#: ../../godmode/massive/massive_edit_modules.php:572 +#: ../../godmode/massive/massive_edit_modules.php:584 +#: ../../godmode/massive/massive_edit_modules.php:603 +msgid "No change" +msgstr "Sin cambios" + +#: ../../godmode/massive/massive_edit_agents.php:352 +#: ../../godmode/groups/configure_group.php:178 +#: ../../godmode/agentes/module_manager_editor_common.php:361 +#: ../../godmode/agentes/agent_manager.php:323 +msgid "Custom ID" +msgstr "ID Personalizado" + +#: ../../godmode/massive/massive_edit_agents.php:356 +#: ../../godmode/agentes/agent_manager.php:327 +msgid "Module definition" +msgstr "Definición de módulos" + +#: ../../godmode/massive/massive_edit_agents.php:358 +#: ../../godmode/agentes/agent_manager.php:329 +msgid "Learning mode" +msgstr "Modo de aprendizaje" + +#: ../../godmode/massive/massive_edit_agents.php:359 +#: ../../godmode/agentes/agent_manager.php:332 +msgid "Normal mode" +msgstr "Modo normal" + +#: ../../godmode/massive/massive_edit_agents.php:365 +#: ../../godmode/agentes/agent_manager.php:343 +msgid "Active" +msgstr "Activo" + +#: ../../godmode/massive/massive_edit_agents.php:371 +msgid "Delete available remote configurations" +msgstr "Borrar las configuraciones remotas disponibles" + +#: ../../godmode/massive/massive_edit_agents.php:375 +#: ../../godmode/agentes/agent_manager.php:350 +#: ../../godmode/agentes/agent_manager.php:372 +msgid "Not available" +msgstr "No disponible" + +#: ../../godmode/massive/massive_edit_agents.php:401 +#: ../../godmode/agentes/agent_manager.php:381 +msgid "Agent icon" +msgstr "Icono de agente" + +#: ../../godmode/massive/massive_edit_agents.php:403 +msgid "Without status" +msgstr "Sin estatus" + +#: ../../godmode/massive/massive_edit_agents.php:406 +msgid "Bad" +msgstr "Mal" + +#: ../../godmode/massive/massive_edit_agents.php:410 +#: ../../godmode/agentes/agent_conf_gis.php:78 +#: ../../godmode/agentes/agent_manager.php:410 +msgid "Ignore new GIS data:" +msgstr "Ignorar nuevos datos GIS" + +#: ../../godmode/massive/massive_edit_agents.php:417 +#: ../../godmode/agentes/agent_manager.php:425 +msgid "The agent still runs but the alerts and events will be stop" +msgstr "" +"El agente seguirá ejecutándose, pero las alertas y eventos se detendrán" + +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/agentes/agent_manager.php:448 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "" +"Este campo permite la inserción de URL mediante la etiqueta URL de BBCode" + +#: ../../godmode/massive/massive_edit_agents.php:448 +#: ../../godmode/agentes/agent_manager.php:450 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "El formato es: [url='url para navegar']'texto para mostrar'[/url]" + +#: ../../godmode/massive/massive_edit_agents.php:450 +#: ../../godmode/agentes/agent_manager.php:452 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "e.g.: [url=pandorafms.org]Comunidad de Pandora FMS[/url]" + +#: ../../godmode/massive/massive_delete_action_alerts.php:56 +msgid "Could not be deleted. No agents selected" +msgstr "No se puede borrar. Ningún agente seleccionado" + +#: ../../godmode/massive/massive_delete_action_alerts.php:81 +msgid "Could not be deleted. No alerts selected" +msgstr "No se puede borrar. No hay alertas seleccionadas" + +#: ../../godmode/massive/massive_delete_action_alerts.php:124 +msgid "Could not be deleted. No action selected" +msgstr "No se puede eliminar. No hay acciones seleccionadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "Alertas activadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Format" +msgstr "Formato" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "Desactivar alertas seleccionadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "Activar alertas seleccionadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "Deshabilitar alertas" + +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "Añadir alerta masiva" + +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "Eliminar alerta masiva" + +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "Añadir acciones de alerta masiva" + +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "Eliminar acciones de alerta masiva" + +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "Habilitar/Deshabilitar alerta masiva" + +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "Configuración de espera de alertas masiva" + +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "Edición agentes masiva" + +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "Eliminar agentes masivamente" + +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "Añadir perfiles masivamente" + +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "Eliminar perfiles masivamente" + +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "Eliminar módulos masivamente" + +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "Editar módulos masivamente" + +#: ../../godmode/massive/massive_operations.php:59 +msgid "Bulk module copy" +msgstr "Copiar módulos masivamente" + +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk plugin edit" +msgstr "Editar plugin masivamente" + +#: ../../godmode/massive/massive_operations.php:215 +msgid "Massive operations" +msgstr "Operaciones masivas" + +#: ../../godmode/massive/massive_operations.php:223 +msgid "" +"In order to perform massive operations, PHP needs a correct configuration in " +"timeout parameters. Please, open your PHP configuration file (php.ini) for " +"example: sudo vi /etc/php5/apache2/php.ini;
                And set your timeout " +"parameters to a correct value:
                max_execution_time = 0 and " +"max_input_time = -1" +msgstr "" +"Para poder realizar operaciones masivas, PHP necesita una correcta " +"configuración de los parámetros de timeout. Por favor, abra su archivo de " +"configuración PHP (php.ini) por ejemplo: sudo vi " +"/etc/php5/apache2/php.ini;
                Y fije sus parámetros de timeout en un " +"valor correcto:
                max_execution_time = 0 y max_input_time = -" +"1" + +#: ../../godmode/massive/massive_operations.php:239 +msgid "Please wait..." +msgstr "Por favor, espere..." + +#: ../../godmode/massive/massive_operations.php:276 +msgid "The blank fields will not be updated" +msgstr "Los campos en blanco no se actualizarán" + +#: ../../godmode/massive/massive_edit_plugins.php:151 +msgid "Error retrieving the plugin macros" +msgstr "Error al recuperar las macros de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:158 +msgid "Error retrieving the modified macros" +msgstr "Error al recuperar las macros modificadas" + +#: ../../godmode/massive/massive_edit_plugins.php:172 +msgid "Error retrieving the module plugin macros" +msgstr "Error al recuperar las macros del módulo de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:190 +msgid "Error retrieving the module plugin macros data" +msgstr "Error al recuperar los datos de las macros del módulo de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:224 +msgid "Error building the new macros" +msgstr "Error al construir las nuevas macros" + +#: ../../godmode/massive/massive_edit_plugins.php:253 +#, php-format +msgid "%d modules updated" +msgstr "%d módulos actualizados" + +#: ../../godmode/massive/massive_edit_plugins.php:272 +msgid "There are not registered plugins" +msgstr "No hay plugins registrados" + +#: ../../godmode/massive/massive_edit_plugins.php:421 +msgid "Invalid plugin data" +msgstr "Dato de plugin inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:528 +msgid "Clear" +msgstr "Vaciar" + +#: ../../godmode/massive/massive_edit_plugins.php:556 +msgid "Invalid macros array" +msgstr "Array de macros inválida" + +#: ../../godmode/massive/massive_edit_plugins.php:581 +msgid "Multiple values" +msgstr "Valores múltiples" + +#: ../../godmode/massive/massive_edit_plugins.php:613 +#: ../../godmode/massive/massive_edit_plugins.php:750 +#: ../../godmode/massive/massive_edit_plugins.php:766 +msgid "Invalid agents array" +msgstr "Array de agentes inválida" + +#: ../../godmode/massive/massive_edit_plugins.php:629 +msgid "Invalid agent element" +msgstr "Elemento de agente inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:640 +msgid "Invalid modules array" +msgstr "Array de módulos inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:668 +msgid "Invalid module element" +msgstr "Elemento de módulo inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:876 +msgid "There are no modules using this plugin" +msgstr "No hay módulos usando este plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:955 +msgid "There was a problem loading the module plugin macros data" +msgstr "" +"Hubo un problema al cargar los datos de las macros del módulo de plugin" + +#: ../../godmode/massive/massive_delete_agents.php:57 #, php-format msgid "" -"The followings elements groups/profiles/user profiles were created/updated " -"sucessfully (%d/%d/%d)" +"There was an error deleting the agent, the operation has been cancelled " +"Could not delete agent %s" msgstr "" -"Los perfiles de los siguientes elementos grupos/perfiles/usuarios han sido " -"actualizados correctamente (%d/%d/%d)" +"Se produjo un error al eliminar el agente. La operación ha sido cancelada. " +"No se pudo eliminar el agente %s" -#: ../../enterprise/meta/advanced/synchronizing.user.php:510 -msgid "Synchronizing Users" -msgstr "Sincronizar usuarios" +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "Borrado correctamente (%s)" -#: ../../enterprise/meta/advanced/synchronizing.user.php:542 -msgid "Profile mode" -msgstr "Modo de perfil" +#: ../../godmode/massive/massive_standby_alerts.php:154 +msgid "Not standby alerts" +msgstr "Alertas sin standby" -#: ../../enterprise/meta/advanced/synchronizing.user.php:542 -msgid "Profile synchronization mode." -msgstr "Modo de perfil de sincronización" +#: ../../godmode/massive/massive_standby_alerts.php:165 +#: ../../godmode/massive/massive_standby_alerts.php:169 +msgid "Set standby selected alerts" +msgstr "Poner en standby las alertas seleccionadas" -#: ../../enterprise/meta/advanced/synchronizing.user.php:543 -msgid "New profile" -msgstr "Nuevo perfil" +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Standby alerts" +msgstr "Alertas en standby" -#: ../../enterprise/meta/advanced/synchronizing.user.php:545 +#: ../../godmode/massive/massive_delete_modules.php:56 +msgid "No module selected" +msgstr "No se seleccionó ningún módulo" + +#: ../../godmode/massive/massive_delete_modules.php:230 msgid "" -"The selected user profile will be added to the selected users into the target" +"There was an error deleting the modules, the operation has been cancelled" +msgstr "Hubo un error al borrar los módulos, se canceló la operación" + +#: ../../godmode/massive/massive_delete_modules.php:396 +#: ../../godmode/massive/massive_edit_modules.php:239 +msgid "Selection mode" +msgstr "Modo de seleccion" + +#: ../../godmode/massive/massive_delete_modules.php:397 +#: ../../godmode/massive/massive_edit_modules.php:240 +msgid "Select modules first " +msgstr "Seleccionar primero los módulos " + +#: ../../godmode/massive/massive_delete_modules.php:399 +#: ../../godmode/massive/massive_edit_modules.php:242 +msgid "Select agents first " +msgstr "Seleccionar primero los agentes " + +#: ../../godmode/massive/massive_delete_modules.php:405 +#: ../../godmode/massive/massive_edit_modules.php:249 +msgid "Module type" +msgstr "Tipo módulo" + +#: ../../godmode/massive/massive_delete_modules.php:414 +#: ../../godmode/massive/massive_edit_modules.php:258 +msgid "Select all modules of this type" +msgstr "Seleccionar todos los módulos de este tipo" + +#: ../../godmode/massive/massive_delete_modules.php:435 +#: ../../godmode/massive/massive_edit_modules.php:279 +msgid "Agent group" +msgstr "Grupo de agentes" + +#: ../../godmode/massive/massive_delete_modules.php:443 +#: ../../godmode/massive/massive_edit_modules.php:287 +msgid "Select all modules of this group" +msgstr "Seleccionar todos los modulos de este grupo" + +#: ../../godmode/massive/massive_delete_modules.php:464 +#: ../../godmode/massive/massive_edit_modules.php:293 +msgid "Module Status" +msgstr "Estado de módulo" + +#: ../../godmode/massive/massive_delete_modules.php:483 +#: ../../godmode/massive/massive_edit_modules.php:311 +msgid "When select modules" +msgstr "Cuando se seleccionan módulos" + +#: ../../godmode/massive/massive_delete_modules.php:486 +#: ../../godmode/massive/massive_edit_modules.php:314 +msgid "Show common agents" +msgstr "Mostrar agentes comunes" + +#: ../../godmode/massive/massive_delete_modules.php:487 +#: ../../godmode/massive/massive_edit_modules.php:315 +msgid "Show all agents" +msgstr "Mostrar todos los agentes" + +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "Copiar módulos" + +#: ../../godmode/massive/massive_copy_modules.php:141 +msgid "Copy alerts" +msgstr "Copiar alertas" + +#: ../../godmode/massive/massive_copy_modules.php:150 +msgid "No modules for this agent" +msgstr "No existen módulos para este agente" + +#: ../../godmode/massive/massive_copy_modules.php:159 +msgid "No alerts for this agent" +msgstr "Ninguna alerta para este agente" + +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "Destinos" + +#: ../../godmode/massive/massive_copy_modules.php:217 +msgid "To agent(s)" +msgstr "A los agentes" + +#: ../../godmode/massive/massive_copy_modules.php:442 +msgid "No operation selected" +msgstr "No se seleccionó ninguna operación" + +#: ../../godmode/massive/massive_delete_profiles.php:61 +msgid "Not deleted. You must select an existing user" +msgstr "No borrado. Debe seleccionar un usuario existente" + +#: ../../godmode/massive/massive_delete_profiles.php:87 +msgid "Profiles deleted successfully" +msgstr "Perfiles borrados satisfactoriamente" + +#: ../../godmode/massive/massive_delete_profiles.php:88 +msgid "Profiles cannot be deleted" +msgstr "No se pudieron borrar los perfiles" + +#: ../../godmode/massive/massive_edit_modules.php:324 +msgid "Agent Status" +msgstr "Estado de agente" + +#: ../../godmode/massive/massive_edit_modules.php:357 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +msgid "Dynamic Interval" +msgstr "Intervalo dinámico" + +#: ../../godmode/massive/massive_edit_modules.php:359 +msgid "Dynamic Min." +msgstr "Mínimo dinámico" + +#: ../../godmode/massive/massive_edit_modules.php:362 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +msgid "Dynamic Max." +msgstr "Dinámico máximo." + +#: ../../godmode/massive/massive_edit_modules.php:365 +#: ../../godmode/modules/manage_network_components_form_common.php:115 +msgid "Dynamic Two Tailed: " +msgstr "El segundo rango dínámico falla: " + +#: ../../godmode/massive/massive_edit_modules.php:400 +#: ../../godmode/massive/massive_edit_modules.php:446 +#: ../../godmode/modules/manage_network_components_form_common.php:128 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +#: ../../godmode/agentes/module_manager_editor_common.php:292 +#: ../../godmode/agentes/module_manager_editor_common.php:314 +msgid "Inverse interval" +msgstr "Intervalo inverso" + +#: ../../godmode/massive/massive_edit_modules.php:479 +msgid "SMNP community" +msgstr "Comunidad SMNP" + +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/agentes/module_manager_editor_network.php:86 +msgid "Force primary key" +msgstr "Forzar clave primaria" + +#: ../../godmode/massive/massive_edit_modules.php:494 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356 +#: ../../godmode/agentes/module_manager_editor_network.php:132 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717 +msgid "SNMP version" +msgstr "Versión SNMP" + +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/massive/massive_edit_modules.php:505 +#: ../../godmode/agentes/module_manager_editor_network.php:219 +#: ../../godmode/agentes/module_manager_editor_network.php:229 +msgid "The pass length must be eight character minimum." +msgstr "La longitud de la password debe ser mínimo de ocho caracteres" + +#: ../../godmode/massive/massive_edit_modules.php:526 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +msgid "Username" +msgstr "Usuario" + +#: ../../godmode/massive/massive_edit_modules.php:532 +#: ../../godmode/agentes/module_manager_editor_common.php:427 +msgid "Export target" +msgstr "Servidor de exportación" + +#: ../../godmode/massive/massive_edit_modules.php:543 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +#: ../../godmode/agentes/module_manager_editor_common.php:318 +msgid "FF threshold" +msgstr "Umbral Flip-Flop" + +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/massive/massive_edit_modules.php:547 +#: ../../godmode/modules/manage_network_components_form_common.php:153 +#: ../../godmode/agentes/module_manager_editor_common.php:324 +msgid "Each state changing" +msgstr "Cada cambio de estado" + +#: ../../godmode/massive/massive_edit_modules.php:545 +#: ../../godmode/massive/massive_edit_modules.php:546 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +#: ../../godmode/agentes/module_manager_editor_common.php:321 +msgid "All state changing" +msgstr "Todo cambio de estado" + +#: ../../godmode/massive/massive_edit_modules.php:548 +#: ../../godmode/modules/manage_network_components_form_common.php:154 +#: ../../godmode/agentes/module_manager_editor_common.php:325 +msgid "To normal" +msgstr "A normal" + +#: ../../godmode/massive/massive_edit_modules.php:549 +#: ../../godmode/modules/manage_network_components_form_common.php:156 +#: ../../godmode/agentes/module_manager_editor_common.php:328 +msgid "To warning" +msgstr "A advertencia" + +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/modules/manage_network_components_form_common.php:158 +#: ../../godmode/agentes/module_manager_editor_common.php:331 +msgid "To critical" +msgstr "A crítico" + +#: ../../godmode/massive/massive_edit_modules.php:552 +#: ../../godmode/agentes/module_manager_editor_common.php:456 +msgid "FF interval" +msgstr "Intervalo FF" + +#: ../../godmode/massive/massive_edit_modules.php:553 +#: ../../godmode/agentes/module_manager_editor_common.php:459 +msgid "Module execution flip flop time interval (in secs)." msgstr "" -"El perfil de usuario seleccionado se añadirá a los usuarios seleccionados en " -"el objetivo" +"Tiempo del intervalo de FlipFlip de ejecución del modulo (en segundos)" -#: ../../enterprise/meta/advanced/synchronizing.user.php:546 -msgid "Copy profile" -msgstr "Copiar perfil" +#: ../../godmode/massive/massive_edit_modules.php:554 +#: ../../godmode/agentes/module_manager_editor_common.php:462 +msgid "FF timeout" +msgstr "FF tiempo de espera" -#: ../../enterprise/meta/advanced/synchronizing.user.php:548 +#: ../../godmode/massive/massive_edit_modules.php:555 +#: ../../godmode/agentes/module_manager_editor_common.php:468 msgid "" -"The target user profiles will be replaced with the source user profiles" +"Timeout in secs from start of flip flop counting. If this value is exceeded, " +"FF counter is reset. Set to 0 for no timeout." msgstr "" -"Los perfiles de usuario de destino se reemplazarán con los perfiles de " -"usuario de origen" +"Tiempo de espera en segundos desde el comiendo del contador flip flop. Si se " +"excede este valor, el contador FF será reiniciado. Poner 0 para no tener " +"tiempo de espera" -#: ../../enterprise/meta/agentsearch.php:80 -msgid "Search results for" -msgstr "Buscar resultados para" +#: ../../godmode/massive/massive_edit_modules.php:565 +#: ../../godmode/modules/manage_network_components_form_common.php:190 +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "Category" +msgstr "Categoría" -#: ../../enterprise/meta/agentsearch.php:205 -msgid "There are no agents included in this group" -msgstr "No hay ningún agente incluido en este grupo" +#: ../../godmode/massive/massive_edit_modules.php:571 +msgid "Policy linking status" +msgstr "Estado de enlaces de la política" -#: ../../enterprise/meta/event/custom_events.php:89 -msgid "The user is not in neither group with EW profile" -msgstr "El usuario no se encuentra en ninguno de los grupos con el perfil EW" +#: ../../godmode/massive/massive_edit_modules.php:571 +msgid "This field only has sense in modules adopted by a policy." +msgstr "" +"Este campo sólo tiene sentido en los módulos aprobados por una política." -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" -msgstr "Actualizado correctamente" +#: ../../godmode/massive/massive_edit_modules.php:572 +msgid "Linked" +msgstr "Enlazado" -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "Actualización fallida" +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:171 +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "Discard unknown events" +msgstr "Descartar eventos desconocidos" -#: ../../enterprise/meta/event/custom_events.php:154 -msgid "Fields" -msgstr "Campos" +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +#: ../../godmode/agentes/module_manager_editor_common.php:572 +msgid "Critical instructions" +msgstr "Intrucciónes de crítico" -#: ../../enterprise/meta/general/login_page.php:43 -#: ../../enterprise/meta/include/process_reset_pass.php:41 -#: ../../enterprise/meta/include/reset_pass.php:41 -msgid "Go to pandorafms.com" -msgstr "Ir a pandorafms.com" +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +#: ../../godmode/agentes/module_manager_editor_common.php:573 +msgid "Instructions when the status is critical" +msgstr "Instrucciones en caso de que esté en estado crítico" -#: ../../enterprise/meta/general/login_page.php:48 -#: ../../enterprise/meta/include/process_reset_pass.php:46 -#: ../../enterprise/meta/include/reset_pass.php:46 -msgid "Go to Pandora FMS Wiki" -msgstr "Ir a Wiki Pandora FMS" +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +#: ../../godmode/agentes/module_manager_editor_common.php:578 +msgid "Warning instructions" +msgstr "Instrucciones de advertencia" -#: ../../enterprise/meta/general/logon_ok.php:32 -msgid "Network traffic" -msgstr "Tráfico de la red" +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +msgid "Instructions when the status is warning" +msgstr "Instrucciones en caso de que el estado sea de advertencia" -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/general/main_header.php:180 -#: ../../enterprise/meta/screens/screens.php:35 -msgid "Screens" -msgstr "Pantallas" +#: ../../godmode/massive/massive_edit_modules.php:597 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Unknown instructions" +msgstr "Instrucciones de desconocido" -#: ../../enterprise/meta/general/main_header.php:98 -msgid "Groups view" -msgstr "Vista de grupos" +#: ../../godmode/massive/massive_edit_modules.php:597 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Instructions when the status is unknown" +msgstr "Instrucciones en caso de que el estado sea desconocido" -#: ../../enterprise/meta/general/main_header.php:108 -msgid "Monitors view" -msgstr "Vista de monitores" +#: ../../godmode/massive/massive_edit_modules.php:602 +msgid "The module still store data but the alerts and events will be stop" +msgstr "" +"El módulo todavía almacena datos pero las alertas y los eventos se detendrán" -#: ../../enterprise/meta/general/main_header.php:144 -msgid "Create new report" -msgstr "Crear un nuevo informe" +#: ../../godmode/massive/massive_edit_modules.php:606 +#: ../../godmode/agentes/module_manager_editor_common.php:621 +msgid "Timeout" +msgstr "Tiempo de expiración" -#: ../../enterprise/meta/general/main_header.php:157 -msgid "Report templates" -msgstr "Plantillas de informes" +#: ../../godmode/massive/massive_edit_modules.php:610 +#: ../../godmode/agentes/module_manager_editor_common.php:622 +msgid "Seconds that agent will wait for the execution of the module." +msgstr "" +"Segundos que el agente tendrá que esperar para la ejecución del módulo" -#: ../../enterprise/meta/general/main_header.php:205 -msgid "Live view" -msgstr "Vista en vivo" +#: ../../godmode/massive/massive_delete_tags.php:107 +msgid "No tag selected" +msgstr "Ninguna etiqueta seleccionada" -#: ../../enterprise/meta/general/main_header.php:248 -msgid "Agent management" -msgstr "Gestión de agentes" +#: ../../godmode/massive/massive_add_tags.php:43 +msgid "No tags selected" +msgstr "Ninguna etiqueta seleccionada" -#: ../../enterprise/meta/general/main_header.php:258 -msgid "Alert management" +#: ../../godmode/massive/massive_add_profiles.php:72 +msgid "Profiles added successfully" +msgstr "Perfiles agregados con éxito" + +#: ../../godmode/massive/massive_add_profiles.php:73 +msgid "Profiles cannot be added" +msgstr "Los perfiles no se han podido agregar" + +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/profile_list.php:45 +#: ../../godmode/users/profile_list.php:53 +#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 +msgid "User management" +msgstr "Gestión de usuarios" + +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/profile_list.php:53 +msgid "Profiles defined in Pandora" +msgstr "Perfiles definidos en Pandora" + +#: ../../godmode/users/configure_profile.php:113 +msgid "Create profile" +msgstr "Crear perfil" + +#: ../../godmode/users/configure_profile.php:119 +msgid "There was a problem loading profile" +msgstr "Hubo un problema al cargar el perfil" + +#: ../../godmode/users/configure_profile.php:219 +msgid "Update profile" +msgstr "Actualizar perfil" + +#: ../../godmode/users/configure_profile.php:229 +msgid "Update Profile" +msgstr "Actualizar Perfil" + +#: ../../godmode/users/configure_profile.php:231 +msgid "Create Profile" +msgstr "Crear Perfil" + +#: ../../godmode/users/configure_profile.php:249 +msgid "View agents" +msgstr "Ver agentes" + +#: ../../godmode/users/configure_profile.php:253 +msgid "Disable agents" +msgstr "Desactivar agentes" + +#: ../../godmode/users/configure_profile.php:257 +msgid "Edit agents" +msgstr "Editar agentes" + +#: ../../godmode/users/configure_profile.php:264 +msgid "Edit alerts" +msgstr "Editar alertas" + +#: ../../godmode/users/configure_profile.php:279 +msgid "Edit events" +msgstr "Editar eventos" + +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "Ver informes" + +#: ../../godmode/users/configure_profile.php:294 +msgid "Edit reports" +msgstr "Editar informes" + +#: ../../godmode/users/configure_profile.php:298 +msgid "Manage reports" +msgstr "Gestionar informes" + +#: ../../godmode/users/configure_profile.php:305 +msgid "View network maps" +msgstr "Ver mapas de red" + +#: ../../godmode/users/configure_profile.php:309 +msgid "Edit network maps" +msgstr "Editar mapas de red" + +#: ../../godmode/users/configure_profile.php:313 +msgid "Manage network maps" +msgstr "Gestionar mapas de red" + +#: ../../godmode/users/configure_profile.php:324 +msgid "Edit visual console" +msgstr "Editar consola visual" + +#: ../../godmode/users/configure_profile.php:335 +msgid "View incidents" +msgstr "Ver incidentes" + +#: ../../godmode/users/configure_profile.php:339 +msgid "Edit incidents" +msgstr "Editar incidentes" + +#: ../../godmode/users/configure_profile.php:343 +msgid "Manage incidents" +msgstr "Gestionar incidentes" + +#: ../../godmode/users/configure_profile.php:350 +msgid "Manage users" +msgstr "Gestionar usuarios" + +#: ../../godmode/users/configure_profile.php:357 +msgid "Manage database" +msgstr "Gestión de la base de datos" + +#: ../../godmode/users/configure_profile.php:364 +msgid "Pandora management" +msgstr "Gestionar Pandora FMS" + +#: ../../godmode/users/configure_user.php:145 +#: ../../godmode/users/user_list.php:492 +msgid "" +"The current authentication scheme doesn't support creating users from " +"Pandora FMS" +msgstr "" +"El esquema actual de autenticación no soporta la creación de usuarios desde " +"Pandora FMS." + +#: ../../godmode/users/configure_user.php:182 +msgid "User ID cannot be empty" +msgstr "El ID de usuario no puede estar vacío." + +#: ../../godmode/users/configure_user.php:189 +msgid "Passwords cannot be empty" +msgstr "Las contraseñas no pueden estar vacías" + +#: ../../godmode/users/configure_user.php:196 +msgid "Passwords didn't match" +msgstr "Las contraseñas no coinciden" + +#: ../../godmode/users/configure_user.php:245 +msgid "" +"Strict ACL is not recommended for admin users because performance could be " +"affected." +msgstr "" +"ACL Estricto no está recomendado para usuarios admin porque el rendimiento " +"podría verse afectado." + +#: ../../godmode/users/configure_user.php:304 +#: ../../godmode/users/configure_user.php:314 +#: ../../godmode/users/configure_user.php:342 +#: ../../godmode/users/configure_user.php:348 +#: ../../godmode/users/configure_user.php:376 +msgid "Error updating user info (no change?)" +msgstr "Error al actualizar la información del usuario (¿no hubo cambios?)" + +#: ../../godmode/users/configure_user.php:318 +msgid "Passwords does not match" +msgstr "Las contraseñas no coinciden" + +#: ../../godmode/users/configure_user.php:366 +msgid "" +"Strict ACL is not recommended for this user. Performance could be affected." +msgstr "" +"ACL Estricto no está recomendado para este usuario. El rendimiento podría " +"verse afectado" + +#: ../../godmode/users/configure_user.php:398 +msgid "Profile added successfully" +msgstr "Perfil añadído con éxito" + +#: ../../godmode/users/configure_user.php:399 +msgid "Profile cannot be added" +msgstr "El perfil no se puede añadir" + +#: ../../godmode/users/configure_user.php:425 +msgid "Update User" +msgstr "Actualizar Usuario" + +#: ../../godmode/users/configure_user.php:428 +msgid "Create User" +msgstr "Crear Usuario" + +#: ../../godmode/users/configure_user.php:464 +msgid "Global Profile" +msgstr "Perfil global" + +#: ../../godmode/users/configure_user.php:469 +msgid "" +"This user has permissions to manage all. An admin user should not requiere " +"additional group permissions, except for using Enterprise ACL." +msgstr "" +"Este usuario tiene permisos para configurar todo. Un usuario administrador " +"no debería requerir permisos adicionales de grupo, excepto para usar ACL " +"Enterprise." + +#: ../../godmode/users/configure_user.php:474 +msgid "" +"This user has separated permissions to view data in his group agents, create " +"incidents belong to his groups, add notes in another incidents, create " +"personal assignments or reviews and other tasks, on different profiles" +msgstr "" +"Este usuario tiene permisos diferentes para ver los datos en el grupo de " +"agentes, crear incidentes en el grupo, añadir notas en otros incidentes, " +"crear asignaciones personales o revisarlas y otras tareas en perfiles " +"diferentes." + +#: ../../godmode/users/configure_user.php:516 +msgid "Use global conf" +msgstr "Usar configuración global" + +#: ../../godmode/users/configure_user.php:531 +msgid "Metaconsole access" +msgstr "Acceso a la metaconsola" + +#: ../../godmode/users/configure_user.php:539 +msgid "Not Login" +msgstr "No se logea" + +#: ../../godmode/users/configure_user.php:540 +msgid "The user with not login set only can access to API." +msgstr "El usuario sin permiso de acceso solo puede tener acceso al API" + +#: ../../godmode/users/configure_user.php:543 +msgid "Strict ACL" +msgstr "ACL Estricto" + +#: ../../godmode/users/configure_user.php:544 +msgid "" +"With this option enabled, the user will can access to accurate information. " +"It is not recommended for admin users because performance could be affected" +msgstr "" +"Con esta opción activada , el usuario puede tener acceso a información " +"precisa . No se recomienda para los usuarios administradores porque el " +"rendimiento podría verse afectado" + +#: ../../godmode/users/configure_user.php:547 +msgid "Session Time" +msgstr "TIempo de sesión" + +#: ../../godmode/users/configure_user.php:554 +msgid "Enable agents managment" +msgstr "Habilitar gestión de agentes" + +#: ../../godmode/users/configure_user.php:561 +msgid "Assigned node" +msgstr "Nodo asignado" + +#: ../../godmode/users/configure_user.php:561 +msgid "Server where the agents created of this user will be placed" +msgstr "Servidor donde se ubicarán los agentes creados por este usuario" + +#: ../../godmode/users/configure_user.php:573 +msgid "Enable node access" +msgstr "Habilitar el acceso al nodo" + +#: ../../godmode/users/configure_user.php:573 +msgid "With this option enabled, the user will can access to nodes console" +msgstr "" +"Con esta opción habilitada, el usuario podrá tener acceso a los nodos de la " +"consola" + +#: ../../godmode/users/profile_list.php:80 +msgid "" +"Unsucessful delete profile. Because the profile is used by some admin users." +msgstr "" +"La eliminación del perfil no ha tenido éxito. Porque el perfil está siendo " +"usado por algunos usuarios administradores." + +#: ../../godmode/users/profile_list.php:88 +#: ../../godmode/users/user_list.php:189 +msgid "There was a problem deleting the profile" +msgstr "Hubo un problema al borrar el perfil" + +#: ../../godmode/users/profile_list.php:226 +msgid "There was a problem updating this profile" +msgstr "Hubo un problema al borrar el perfil" + +#: ../../godmode/users/profile_list.php:230 +msgid "Profile name cannot be empty" +msgstr "El nombre de perfil no puede estar vacío" + +#: ../../godmode/users/profile_list.php:282 +#: ../../godmode/users/profile_list.php:286 +msgid "There was a problem creating this profile" +msgstr "Hubo un problema al crear el perfil" + +#: ../../godmode/users/profile_list.php:304 +msgid "System incidents reading" +msgstr "Lectura de incidentes del sistema" + +#: ../../godmode/users/profile_list.php:305 +msgid "System incidents writing" +msgstr "Escritura de incidentes del sistema" + +#: ../../godmode/users/profile_list.php:306 +msgid "System incidents management" +msgstr "Gestión de incidentes del sistema" + +#: ../../godmode/users/profile_list.php:307 +msgid "Agents reading" +msgstr "Lectura de agentes" + +#: ../../godmode/users/profile_list.php:309 +msgid "Agents disable" +msgstr "Deshabilitar agentes" + +#: ../../godmode/users/profile_list.php:310 +msgid "Alerts editing" +msgstr "Edición de alertas" + +#: ../../godmode/users/profile_list.php:311 +msgid "Alerts management" msgstr "Gestión de alertas" -#: ../../enterprise/meta/general/main_header.php:268 -msgid "Component management" -msgstr "Gestor de componentes" +#: ../../godmode/users/profile_list.php:313 +msgid "Database management" +msgstr "Gestión de la BB. DD." -#: ../../enterprise/meta/general/main_header.php:273 -msgid "Policy management" -msgstr "Gestión de políticas" +#: ../../godmode/users/profile_list.php:314 +msgid "Events reading" +msgstr "Lectura de eventos" -#: ../../enterprise/meta/general/main_header.php:278 -msgid "Category management" -msgstr "Gestión de categorías" +#: ../../godmode/users/profile_list.php:315 +msgid "Events writing" +msgstr "Escritura de eventos" -#: ../../enterprise/meta/general/main_header.php:283 -msgid "Server management" -msgstr "Administración de servidores" +#: ../../godmode/users/profile_list.php:316 +msgid "Events management" +msgstr "Gestión de eventos" -#: ../../enterprise/meta/general/main_header.php:293 -msgid "Metasetup" -msgstr "Metasetup" +#: ../../godmode/users/profile_list.php:317 +msgid "Reports reading" +msgstr "Lectura de informes" -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 +#: ../../godmode/users/profile_list.php:318 +msgid "Reports writing" +msgstr "Escritura de informes" + +#: ../../godmode/users/profile_list.php:319 +msgid "Reports management" +msgstr "Gestión de informes" + +#: ../../godmode/users/profile_list.php:320 +msgid "Network maps reading" +msgstr "Lectura de mapas de red" + +#: ../../godmode/users/profile_list.php:321 +msgid "Network maps writing" +msgstr "Escritura de mapas de red" + +#: ../../godmode/users/profile_list.php:322 +msgid "Network maps management" +msgstr "Gestión de mapas de red" + +#: ../../godmode/users/profile_list.php:323 +msgid "Visual console reading" +msgstr "Lectura de consola visual" + +#: ../../godmode/users/profile_list.php:324 +msgid "Visual console writing" +msgstr "Escritura de consola visual" + +#: ../../godmode/users/profile_list.php:325 +msgid "Visual console management" +msgstr "Gestión de consola visual" + +#: ../../godmode/users/profile_list.php:326 +msgid "Systems management" +msgstr "Gestión de sistemas" + +#: ../../godmode/users/profile_list.php:398 +msgid "There are no defined profiles" +msgstr "No hay perfiles definidos" + +#: ../../godmode/users/user_list.php:121 +msgid "Users defined in Pandora" +msgstr "Usuarios definidos en Pandora" + +#: ../../godmode/users/user_list.php:143 +#, php-format +msgid "Deleted user %s" +msgstr "Usuario eliminado %s" + +#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 +msgid "There was a problem deleting the user" +msgstr "Hubo un problema al borrar el usuario" + +#: ../../godmode/users/user_list.php:163 +#, php-format +msgid "Deleted user %s from metaconsole" +msgstr "Usuario eliminado %s de la metaconsola" + +#: ../../godmode/users/user_list.php:172 +#, php-format +msgid "Deleted user %s from %s" +msgstr "Uuario eliminado %s de %s" + +#: ../../godmode/users/user_list.php:175 +#, php-format +msgid "Successfully deleted from %s" +msgstr "Eliminado correctamente de %s" + +#: ../../godmode/users/user_list.php:176 +#, php-format +msgid "There was a problem deleting the user from %s" +msgstr "Se produjo un problema al eliminar al usuario de %s" + +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" +msgstr "Hubo un problema al deshabilitar el usuario" + +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" +msgstr "Hubo un problema al habilitar el usuario" + +#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 +msgid "Search by username, fullname or email" +msgstr "Buscar por nombre de usuario, nombre completo o email" + +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" +msgstr "Filtro de usuarios" + +#: ../../godmode/users/user_list.php:276 +msgid "Profile / Group" +msgstr "Perfil / Grupo" + +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" +msgstr "Teléfono" + +#: ../../godmode/users/user_list.php:470 +msgid "Deleting User" +msgstr "Borrando usuario." + +#: ../../godmode/users/user_list.php:472 +msgid "Delete from all consoles" +msgstr "Eliminar de todas las consolas" + +#: ../../godmode/users/user_list.php:472 +#, php-format +msgid "Deleting User %s from all consoles" +msgstr "Eliminando usuario %s de todas las consolas" + +#: ../../godmode/users/user_list.php:488 +msgid "Create user" +msgstr "Crear usuario" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:87 +#: ../../godmode/reporting/graph_builder.graph_editor.php:156 +msgid "Weight" +msgstr "Peso" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:185 +msgid "Please, select a module" +msgstr "Por favor, seleccione un módulo" + +#: ../../godmode/reporting/reporting_builder.main.php:85 +msgid "Only the group can view the report" +msgstr "Sólo el grupo puede ver el informe" + +#: ../../godmode/reporting/reporting_builder.main.php:86 +msgid "The next group can edit the report" +msgstr "El siguiente grupo puede editar el informe" + +#: ../../godmode/reporting/reporting_builder.main.php:87 +msgid "Only the user and admin user can edit the report" +msgstr "Sólo el usuario y el usuario administrador pueden editar el informe" + +#: ../../godmode/reporting/reporting_builder.main.php:89 +msgid "Write Access" +msgstr "Permisos de escritura" + +#: ../../godmode/reporting/reporting_builder.main.php:90 msgid "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
                " +"For example, you want a report that the people of \"All\" groups can see but " +"you want to edit only for you or your group." msgstr "" -"La metaconsola necesita una activación previa desde una consola regular, por " -"favor, contacte con su administrador de sistemas si necesita asistencia.
                " +"Por ejemplo, si usted quiere un informe donde la gente de \"Todos\" los " +"grupos puedan ver, pero quiere editarlo solo para usted o para su grupo" -#: ../../enterprise/meta/general/noaccess.php:33 +#: ../../godmode/reporting/reporting_builder.main.php:110 +msgid "Non interactive report" +msgstr "Informe no interactivo" + +#: ../../godmode/reporting/graph_builder.php:224 +msgid "Graph builder" +msgstr "Constructor de gráficos" + +#: ../../godmode/reporting/graph_builder.php:244 +msgid "Graph stored successfully" +msgstr "Gráfica almacenada correctamente" + +#: ../../godmode/reporting/graph_builder.php:244 +msgid "There was a problem storing Graph" +msgstr "Hubo un problema al almacenar la gráfica" + +#: ../../godmode/reporting/graph_builder.php:247 +#: ../../godmode/agentes/configurar_agente.php:1393 +msgid "Module added successfully" +msgstr "Módulo añadido correctamente" + +#: ../../godmode/reporting/graph_builder.php:247 +msgid "There was a problem adding Module" +msgstr "Ha habido un problema al añadir el módulo" + +#: ../../godmode/reporting/graph_builder.php:250 +msgid "Update the graph" +msgstr "Actualizar la gráfica" + +#: ../../godmode/reporting/graph_builder.php:250 +msgid "Bad update the graph" +msgstr "No se pudo actualizar la gráfica" + +#: ../../godmode/reporting/graph_builder.php:253 +msgid "Graph deleted successfully" +msgstr "Gráfico borrado correctamente" + +#: ../../godmode/reporting/graph_builder.php:253 +msgid "There was a problem deleting Graph" +msgstr "Ha habido un problema al borrar el gráfico" + +#: ../../godmode/reporting/map_builder.php:187 +#: ../../godmode/reporting/map_builder.php:197 +msgid "Not copied. Error copying data" +msgstr "Se ha producido un error la copiar los datos" + +#: ../../godmode/reporting/map_builder.php:207 +msgid "Map name" +msgstr "Nombre de mapa" + +#: ../../godmode/reporting/map_builder.php:209 +msgid "Items" +msgstr "Elementos" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" +msgstr "Rango entre elementos (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" +msgstr "Tamaño (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:170 +msgid "Font" +msgstr "Fuente" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:204 +msgid "Width (px)" +msgstr "Ancho (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:223 +msgid "Bubble" +msgstr "Burbuja" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:232 +msgid "Percent" +msgstr "Porcentaje" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:267 +msgid "One item per agent" +msgstr "Un elemento por agente" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:301 +#: ../../godmode/reporting/visual_console_builder.wizard.php:604 +msgid "Agent - Module" +msgstr "Agente-Modulo" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:310 +msgid "Enable link agent" +msgstr "Habilitar el link del agente" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:322 +msgid "Set Parent" +msgstr "Establecer padre" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:324 +msgid "Item created in the visualmap" +msgstr "Elemento creado en visualmap" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:325 +msgid "Use the agents relationship (from selected agents)" +msgstr "Usar la relación entre agentes (de los agentes seleccionados)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:328 +msgid "Item in the map" +msgstr "Elemento en el mapa" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:331 +msgid "The parent relationships in Pandora will be drawn in the map." +msgstr "Las relaciones de jerarquía en Pandora serán dibujadas en el mapa" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:344 +#: ../../godmode/reporting/visual_console_builder.wizard.php:349 +msgid "Are you sure to add many elements\\nin visual map?" +msgstr "Está seguro de añadir tantos elementos en la consola visual ?" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +msgid "Please select any module or modules." +msgstr "Por favor, seleccione cualquier módulo o módulos" + +#: ../../godmode/reporting/visual_console_builder.elements.php:79 +msgid "Width x Height
                Max value" +msgstr "Ancho x Alto
                Valor máximo" + +#: ../../godmode/reporting/visual_console_builder.elements.php:143 +msgid "Percentile Bar" +msgstr "Barra de progreso" + +#: ../../godmode/reporting/visual_console_builder.elements.php:148 +msgid "Percentile Bubble" +msgstr "Burbuja Porcentaje" + +#: ../../godmode/reporting/visual_console_builder.elements.php:163 +msgid "Simple Value (Process Max)" +msgstr "Valor simple (Maximo)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:168 +msgid "Simple Value (Process Min)" +msgstr "Valor simple (Minimo)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:173 +msgid "Simple Value (Process Avg)" +msgstr "Valor simple (Media)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:619 +msgid "Edit label" +msgstr "Editar etiqueta" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "Solo tabla" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "Tabla y Gráfico" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "Solo gráfico" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:41 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 +msgid "Ascending" +msgstr "Ascendente" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:42 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1260 +msgid "Descending" +msgstr "Descendente" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:611 +msgid "Item Editor" +msgstr "Editor de ítem" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:639 +msgid "Not valid" +msgstr "No válida" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:644 msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance. \n" -"\t\t\t\t\t
                Please know that all attempts to access this page are recorded " -"in security logs of Pandora System Database" +"This type of report brings a lot of data loading, it is recommended to use " +"it for scheduled reports and not for real-time view." msgstr "" -"El acceso a esta página está restringido a usuarios autorizados solamente, " -"por favor póngase en contacto con el administrador del sistema si necesita " -"ayuda.\n" -"\t \t \t \t \t
                Por favor, sepan que todos los intentos de acceso a esta " -"página son registrados en los registros de seguridad de la base de datos del " -"Sistema de Pandora" +"Este tipo de informes tienen muchos datos que cargar, recomendamos su uso " +"para informes programados y no para informes de tiempo real." -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 -msgid "Go to agent detail" -msgstr "Ir al detalle del agente" +#: ../../godmode/reporting/reporting_builder.item_editor.php:705 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +msgid "Time lapse" +msgstr "Intervalo de tiempo" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 -msgid "Create new module" -msgstr "Crear nuevo módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 -msgid "Group name" -msgstr "Nombre del grupo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 -msgid "Go to module detail" -msgstr "Ir al detalle del módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 -msgid "Create new alert" -msgstr "Crear nueva alerta" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 -msgid "There was a problem loading alert" -msgstr "Ha habido un error al cargar la configuración de la alerta" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 -msgid "Stand By" -msgstr "En espera" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 -msgid "Go to Alert detail" -msgstr "Ir a los detalles de la alerta" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 -msgid "Delete alert" -msgstr "Eliminar alerta" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 -msgid "There was a problem loading tag" -msgstr "Se produjo un problema al cargar tags" - -#: ../../enterprise/meta/include/functions_agents_meta.php:1204 -#: ../../enterprise/meta/include/functions_agents_meta.php:1215 -msgid "Agents movement" -msgstr "Movimiento de agentes" - -#: ../../enterprise/meta/include/functions_agents_meta.php:1209 -#: ../../enterprise/meta/include/functions_agents_meta.php:1218 -msgid "Group management" -msgstr "Gestionar grupos" - -#: ../../enterprise/meta/include/functions_components_meta.php:60 -#: ../../enterprise/meta/include/functions_components_meta.php:75 -msgid "Plugin management" -msgstr "Gestión de plugins" - -#: ../../enterprise/meta/include/functions_components_meta.php:81 -msgid "Create plugin" -msgstr "Crear plugin" - -#: ../../enterprise/meta/include/functions_components_meta.php:84 -msgid "Edit plugin" -msgstr "Editar plugin" - -#: ../../enterprise/meta/include/functions_groups_meta.php:77 -#, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "(Error ID Duplicado (%d) ) " - -#: ../../enterprise/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "Diferente padre" - -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "Diferente nombre" - -#: ../../enterprise/meta/include/functions_meta.php:311 -msgid "No admin user" -msgstr "No hay usuario administrador" - -#: ../../enterprise/meta/include/functions_meta.php:407 -msgid "Netflow disable custom live view filters" -msgstr "Desactivar filtros personalizados en la vista en vivo de netflow" - -#: ../../enterprise/meta/include/functions_meta.php:466 -msgid "Customizable section" -msgstr "Sección personalizable" - -#: ../../enterprise/meta/include/functions_meta.php:819 -msgid "Pandora FMS host" -msgstr "Servidor de Pandora FMS" - -#: ../../enterprise/meta/include/functions_meta.php:1091 -msgid "Type of charts" -msgstr "Tipo de gráficos" - -#: ../../enterprise/meta/include/functions_meta.php:1171 -msgid "Custom background login" -msgstr "Fondo personalizado del login" - -#: ../../enterprise/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "Sincronización de usuarios" - -#: ../../enterprise/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "Sincronización de grupos" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" -msgstr "Modulos de agentes" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" -msgstr "Añadir los módulos seleccionados al agente" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" -msgstr "Deshacer los cambios" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:473 -msgid "Latency" -msgstr "Latencia" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:474 -msgid "Response" -msgstr "Respuesta" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:476 -msgid "Check type" -msgstr "Compruebe el tipo" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:525 -msgid "String to check" -msgstr "Cadena a comprobar" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:530 -msgid "Add check" -msgstr "Añadir comprobación" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:538 -msgid "Delete check" -msgstr "Eliminar comprobación" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:818 -#: ../../enterprise/meta/include/functions_wizard_meta.php:910 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1120 -msgid "Various" -msgstr "Varios" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:858 -#: ../../enterprise/meta/include/functions_wizard_meta.php:944 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1161 -msgid "Thresholds" -msgstr "Thresholds" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:955 -msgid "Web configuration" -msgstr "Configuración web" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1147 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1153 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1560 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1567 -msgid "Str: " -msgstr "Cadena " - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1155 -msgid " Inverse interval " -msgstr " Intervalo inverso " - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1216 -msgid "Alerts in module" -msgstr "Alertas en el módulo" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1379 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1469 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1589 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1660 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 -msgid "Preview" -msgstr "Vista previa" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -msgid "Checks" -msgstr "Comprobaciones" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1654 -msgid "Deleted modules" -msgstr "Módulos eliminados" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1866 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1963 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2438 -#, php-format -msgid "Error adding module %s" -msgstr "Error al añadir módulo %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1876 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1973 +#: ../../godmode/reporting/reporting_builder.item_editor.php:706 msgid "" -"There was an error creating the alerts, the operation has been cancelled" +"This is the range, or period of time over which the report renders the " +"information for this report type. For example, a week means data from a week " +"ago from now. " msgstr "" -"Se produjo un error al crear las alertas, la operación ha sido cancelada" +"Este es el lapso de tiempo que refleja el informe. Si es una semana, por " +"ejemplo, el informe mostrará los datos desde hace una semana hasta ahora. " -#: ../../enterprise/meta/include/functions_wizard_meta.php:2040 -msgid "Agent successfully added" -msgstr "Agentes añadidos correctamente" +#: ../../godmode/reporting/reporting_builder.item_editor.php:720 +msgid "Last value" +msgstr "Último valor" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2056 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2138 -#, php-format -msgid "%s Modules created" -msgstr "%s Módulos creados" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 -#, php-format -msgid "Could not update agent %s" -msgstr "No se pudo actualizar el agente %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2098 -msgid "Agent successfully updated" -msgstr "Agente actualizado correctamente" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2144 -#, php-format -msgid "%s Modules deleted" -msgstr "%s Módulos eliminados" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2449 +#: ../../godmode/reporting/reporting_builder.item_editor.php:721 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3198 msgid "" -"There was an error creating the alerts, the operation has been cancelled ." +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" msgstr "" -"Ha habido un error creando las alertas, la operación ha sido cancelada." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2480 -msgid "Module successfully added." -msgstr "Módulo añadido con éxito." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2552 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2641 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2852 -#, php-format -msgid "Error updating module %s" -msgstr "Erro al actualizar el módulo %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2575 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2664 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2875 -msgid "" -"There was an error updating the alerts, the operation has been cancelled" -msgstr "" -"Se produjo un error al actualizar las alertas, la operación ha sido cancelada" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2597 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2686 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2897 -msgid "Successfully updated module." -msgstr "Módulo actualizado correctamente" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:3250 -msgid "Manage agent modules" -msgstr "Gestionar módulos de agentes" - -#: ../../enterprise/meta/index.php:250 ../../index.php:264 -msgid "The code shouldn't be empty" -msgstr "El código no debería estar vacío" - -#: ../../enterprise/meta/index.php:262 ../../index.php:276 -msgid "Expired login" -msgstr "Inicio de sesión caducado" - -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:284 ../../index.php:290 -msgid "Login error" -msgstr "Error de conexión" - -#: ../../enterprise/meta/index.php:452 ../../index.php:566 -msgid "Password changed successfully" -msgstr "La contraseña se ha cambiado con éxito." - -#: ../../enterprise/meta/index.php:455 ../../index.php:569 -msgid "Failed to change password" -msgstr "Fallo en el cambio de contraseña" - -#: ../../enterprise/meta/index.php:474 ../../index.php:588 -msgid "Too much time since password change request" -msgstr "Tiempo de espera para el cambio de contraseña sobrepasado" - -#: ../../enterprise/meta/index.php:484 ../../index.php:598 -msgid "This user has not requested a password change" -msgstr "Este usuario no tiene ninguna petición de cambio de contraseña" - -#: ../../enterprise/meta/index.php:502 ../../index.php:616 -msgid "Id user cannot be empty" -msgstr "El id de usuario no puede estar vacía" - -#: ../../enterprise/meta/index.php:510 ../../index.php:624 -msgid "User doesn't exist in database" -msgstr "El usuario no existe en la base de datos" - -#: ../../enterprise/meta/index.php:518 ../../index.php:632 -msgid "This user doesn't have a valid email address" -msgstr "El usuario no tiene una dirección de correo válida" - -#: ../../enterprise/meta/index.php:537 ../../index.php:651 -msgid "This is an automatically sent message for user " -msgstr "Este es un mensaje automático para el usuario " - -#: ../../enterprise/meta/index.php:540 ../../index.php:654 -msgid "Please click the link below to reset your password" -msgstr "Por favor, haga click en el enlace para restablecer su contraseña" - -#: ../../enterprise/meta/index.php:542 ../../index.php:656 -msgid "Reset your password" -msgstr "Restablecer su contraseña" - -#: ../../enterprise/meta/index.php:546 ../../index.php:660 -msgid "Please do not reply to this email." -msgstr "Por favor no responda a este email" - -#: ../../enterprise/meta/index.php:552 ../../index.php:666 -msgid "Error at sending the email" -msgstr "Error al enviar el email" - -#: ../../enterprise/meta/index.php:656 ../../enterprise/meta/index.php:667 -#: ../../index.php:946 -msgid "Sorry! I can't find the page!" -msgstr "No se puede encontrar la página." - -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "Vista de grupo" - -#: ../../enterprise/meta/monitoring/group_view.php:95 -msgid "Summary by status" -msgstr "Resumen por estados" - -#: ../../enterprise/meta/monitoring/group_view.php:103 -msgid "% Agents Unknown" -msgstr "% Monitores en desconocido" - -#: ../../enterprise/meta/monitoring/group_view.php:104 -#: ../../enterprise/meta/monitoring/group_view.php:105 -msgid "% Agents not init" -msgstr "% Agentes no iniciados" - -#: ../../enterprise/meta/monitoring/group_view.php:108 -msgid "% Monitors Critical" -msgstr "% Monitores en critico" - -#: ../../enterprise/meta/monitoring/group_view.php:109 -msgid "% Monitors Warning" -msgstr "% Monitores en alarma" - -#: ../../enterprise/meta/monitoring/group_view.php:110 -msgid "% Monitors OK" -msgstr "% Monitores en ok" - -#: ../../enterprise/meta/monitoring/group_view.php:111 -msgid "% Monitors Unknown" -msgstr "% Módulos desconocidos" - -#: ../../enterprise/meta/monitoring/group_view.php:112 -msgid "% Monitors Not init" -msgstr "% Módulos no iniciados" - -#: ../../enterprise/meta/monitoring/group_view.php:136 -#: ../../enterprise/meta/monitoring/group_view.php:137 -msgid "This data doesn't show in realtime" -msgstr "Estos datos no se muestran en tiempo real" - -#: ../../enterprise/meta/monitoring/group_view.php:144 -msgid "Group or Tag" -msgstr "Grupo o Etiqueta" - -#: ../../enterprise/meta/monitoring/group_view.php:148 -msgid "critical" -msgstr "crítico" - -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" -msgstr "Vista táctica" - -#: ../../enterprise/meta/monitoring/tactical.php:291 -msgid "Report of state" -msgstr "Informe de estado" - -#: ../../enterprise/meta/monitoring/tactical.php:320 -msgid "Report of events" -msgstr "Informe de eventos" - -#: ../../enterprise/meta/monitoring/tactical.php:325 -msgid "Info of state in events" -msgstr "Información de estado en eventos" - -#: ../../enterprise/meta/monitoring/tactical.php:341 -msgid "More events" -msgstr "Más eventos" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" -msgstr "Editar agente" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 -msgid "Please, set a valid IP/Name address" -msgstr "Por favor, introduzca una IP/Nombre de dirección válido" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 -msgid "Create module" -msgstr "Crear módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 -msgid "Can't connect to Pandora FMS instance" -msgstr "No se puede conectar a la instancia de Pandora FMS" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 -msgid "Web check" -msgstr "Comprobación web" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" -msgstr "Descripción del módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 -msgid "Step by step wizard" -msgstr "Wizard paso a paso" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 -msgid "Click Create to continue" -msgstr "haga clic en Crear para continuar" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 -msgid "Select the agent to be edited or deleted" -msgstr "Seleccionar el agente que quiera editar o eliminar" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 -msgid "Manage modules" -msgstr "Gestionar módulos" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 -msgid "Select the agent where the module will be created" -msgstr "Seleccione el agente donde crear el modulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 -msgid "Create Module" -msgstr "Crear módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 -msgid "Select the module to be edited or deleted" -msgstr "Seleccione el módulo para editar o borrar" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 -msgid "Select the module where the alert will be created" -msgstr "Seleccione el módulo donde se creará la alerta" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 -msgid "Select the alert to be edited or deleted" -msgstr "Seleccione la alerta que quiere editar o eliminar" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -msgid "Advanced configuration" -msgstr "Configuración avanzada" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:231 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 -msgid "Invalid characters founded in module name" -msgstr "Se han encontrado caracteres inválidos en el nombre del módulo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 -msgid "Please, set a name" -msgstr "Por favor, introduzca un nombre" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 -msgid "Please, set an interval" -msgstr "Por favor, introduzca un intervalo" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 -msgid "The alert you are trying to add is already in the list of alerts" -msgstr "La alerta que está intentando añadir está ya en la lista de alertas" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 -msgid "Please, select an alert" -msgstr "Por favor, seleccione una alerta" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 -msgid "Please, select an agent" -msgstr "Por favor, seleccione un agente" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 -msgid "String" -msgstr "Cadena" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 -msgid "No agent name specified" -msgstr "No se especificó el nombre del agente" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 -msgid "Another agent already exists with the same name" -msgstr "Ya hay otro agente con ese nombre" - -#: ../../enterprise/meta/screens/screens.visualmap.php:60 -msgid "Create visualmap" -msgstr "Crear mapa visual" - -#: ../../enterprise/mobile/operation/dashboard.php:59 -msgid "Visual console are not shown due screen size limitations" -msgstr "" -"No se muestra la consola visual debido a las limitaciones de tamaño de la " -"pantalla" - -#: ../../enterprise/mobile/operation/dashboard.php:87 -msgid "Dashboards list" -msgstr "Lista de paneles" - -#: ../../enterprise/mobile/operation/dashboard.php:107 -msgid "No Dashboards" -msgstr "No hay paneles" - -#: ../../enterprise/mobile/operation/dashboard.php:140 -msgid "Dashboard name" -msgstr "Nombre del panel" - -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 -msgid "Unsucessful get module inventory data." -msgstr "No se han podido obtener datos del módulo de inventario" - -#: ../../enterprise/operation/agentes/agent_inventory.php:56 -msgid "This agent has not modules inventory" -msgstr "Este agente no tiene módulos de inventario" - -#: ../../enterprise/operation/agentes/agent_inventory.php:160 -#: ../../enterprise/operation/agentes/agent_inventory.php:161 -msgid "Diff view" -msgstr "Vista de diferencia" - -#: ../../enterprise/operation/agentes/collection_view.php:54 -msgid "No collection assigned to this agent" -msgstr "No se ha asignado ninguna colección a este agente" - -#: ../../enterprise/operation/agentes/manage_transmap.php:27 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:82 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:257 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:319 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:33 -msgid "Transactions List" -msgstr "Lista de transacciones" - -#: ../../enterprise/operation/agentes/manage_transmap.php:50 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:89 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:326 -msgid "Edit main data" -msgstr "Editar datos principales" - -#: ../../enterprise/operation/agentes/manage_transmap.php:57 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:96 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:333 -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:39 -msgid "Edit Transaction" -msgstr "Editar transacción" - -#: ../../enterprise/operation/agentes/manage_transmap.php:65 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:104 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:341 -msgid "View Transaction" -msgstr "Ver transacción" - -#: ../../enterprise/operation/agentes/manage_transmap.php:98 -msgid "Return to windowed mode" -msgstr "Volver al modo ventana" - -#: ../../enterprise/operation/agentes/manage_transmap.php:102 -msgid "Transactional Map - " -msgstr "Mapa transaccional - " - -#: ../../enterprise/operation/agentes/manage_transmap.php:106 -msgid "Transaction not found" -msgstr "Transacción no encontrada" - -#: ../../enterprise/operation/agentes/manage_transmap.php:110 -msgid "Master lock file not found (No data to show)" -msgstr "Fichero lock no encontrado (No hay datos para mostrar)" - -#: ../../enterprise/operation/agentes/manage_transmap.php:114 -msgid "Transaction is stopped" -msgstr "La transacción se ha parado" - -#: ../../enterprise/operation/agentes/manage_transmap.php:118 -msgid "Error, please check the transaction phases" -msgstr "Error, por favor comprueba las fases de la transacción" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:36 -msgid "Please, reset the transaction" -msgstr "Por favor, reinicie la transacción" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:71 -msgid "Successfully data updated" -msgstr "Actualización de los datos con éxito" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:72 -msgid "Could not be data updated" -msgstr "No se pudieron actualizar los datos" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:107 -msgid "Transactional Map - Create Phase - " -msgstr "Mapa transaccional - Crear fase - " - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:117 -msgid "Index" -msgstr "Índice" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:120 -msgid "Dependencies" -msgstr "Dependencias" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:121 -msgid "Enables" -msgstr "Activaciones" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:181 -msgid "Not valid dependencies field" -msgstr "Campo de dependencias no válido" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:187 -msgid "Not valid enables field" -msgstr "Campo de activaciones no valido" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:260 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:345 -msgid "Transactional Map - Create Transaction" -msgstr "Mapa transaccional - Crear transacción" - -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:272 -#: ../../enterprise/operation/agentes/manage_transmap_creation.php:361 -msgid "Loop interval" -msgstr "Intervalo de loop" - -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:45 -msgid "Go back to phases list" -msgstr "Volver a la lista de fases" - -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:49 -msgid "Transactional Map - Phase - " -msgstr "Mapa transaccional - Fase - " - -#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:62 -msgid "Launch script" -msgstr "Script a lanzar" - -#: ../../enterprise/operation/agentes/policy_view.php:37 -msgid "This agent has no policy assigned" -msgstr "Este agente no tiene ninguna política asignada" - -#: ../../enterprise/operation/agentes/policy_view.php:65 -msgid "Policy outdate" -msgstr "Política obsoleta" - -#: ../../enterprise/operation/agentes/policy_view.php:130 -#: ../../enterprise/operation/agentes/policy_view.php:137 -msgid "Toggle the collection table" -msgstr "Cambiar la tabla de la colección" - -#: ../../enterprise/operation/agentes/policy_view.php:133 -msgid "Descripttion" -msgstr "Descripción" - -#: ../../enterprise/operation/agentes/policy_view.php:138 -msgid "Show Collection" -msgstr "Mostrar colecciones" - -#: ../../enterprise/operation/agentes/policy_view.php:192 -#: ../../enterprise/operation/agentes/policy_view.php:201 -msgid "Toggle the alert table" -msgstr "Cambie a la tabla de alertas" - -#: ../../enterprise/operation/agentes/policy_view.php:202 -msgid "Show Alert" -msgstr "Mostrar alertas" - -#: ../../enterprise/operation/agentes/policy_view.php:303 -#: ../../enterprise/operation/agentes/policy_view.php:312 -msgid "Toggle the module table" -msgstr "Cambiar a la tabla de alertas" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "Relationship" -msgstr "Relación" - -#: ../../enterprise/operation/agentes/policy_view.php:313 -msgid "Show Modules" +"Advertencia: período 0 los informes no pueden ser usados para enseñar la " +"información devuelta en tiempo. La información contenida en este tipo de " +"informes va a mostrar siempre la información más reciente." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:766 +msgid "Projection period" +msgstr "Periodo de proyección" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:776 +msgid "Data range" +msgstr "Rango de datos" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:787 +msgid "Only display wrong SLAs" +msgstr "Mostrar solo aquellas SLA que no cumplen." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:796 +msgid "Working time" +msgstr "Tiempo de trabajo" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1011 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1714 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1875 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1903 +msgid "Select an Agent first" +msgstr "Debe seleccionar primero un agente" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1042 +msgid "Show modules" msgstr "Mostrar módulos" -#: ../../enterprise/operation/agentes/policy_view.php:333 -msgid "(Un-adopted)" -msgstr "(Des-adoptados)" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1175 +msgid "Target server" +msgstr "Servidor Target" -#: ../../enterprise/operation/agentes/policy_view.php:337 -msgid "(Adopted)" -msgstr "(Adoptados)" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1203 +msgid "Custom SQL template" +msgstr "Plantilla SQL personalizada" -#: ../../enterprise/operation/agentes/policy_view.php:343 -msgid "(Un-adopted) (Unlinked)" -msgstr "(Des-adoptados)(Desvinculados)" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1224 +msgid "Select server" +msgstr "Seleccionar servidor" -#: ../../enterprise/operation/agentes/policy_view.php:347 -msgid "(Adopted) (Unlinked)" -msgstr "(Adoptados)(Desvinculados)" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +msgid "Serialized header" +msgstr "Cabedera serializada" -#: ../../enterprise/operation/agentes/transactional_map.php:31 -msgid "Transactions list" -msgstr "Lista de transacciones" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +msgid "The separator character is |" +msgstr "El carácter separador es |" -#: ../../enterprise/operation/agentes/transactional_map.php:100 -msgid "Name can't be empty" -msgstr "El nombre no se puede quedar en blanco" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +msgid "Field separator" +msgstr "Separador de campo" -#: ../../enterprise/operation/agentes/transactional_map.php:148 -msgid "Transaction name" -msgstr "Nombre de la transacción" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 +msgid "Separator for different fields in the serialized text chain" +msgstr "Separador para diferentes campos en la cadena de texto serializada" -#: ../../enterprise/operation/agentes/transactional_map.php:151 -msgid "Running status" -msgstr "En proceso" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 +msgid "Line separator" +msgstr "Separador de línea" -#: ../../enterprise/operation/agentes/transactional_map.php:153 -msgid "Time spent" -msgstr "Tiempo dedicado" - -#: ../../enterprise/operation/agentes/transactional_map.php:183 -msgid "Stopped" -msgstr "Parado" - -#: ../../enterprise/operation/agentes/transactional_map.php:189 -msgid "Starting" -msgstr "Iniciando" - -#: ../../enterprise/operation/agentes/transactional_map.php:192 -msgid "Stopping" -msgstr "Parando" - -#: ../../enterprise/operation/agentes/transactional_map.php:260 -#: ../../enterprise/operation/agentes/ux_console_view.php:202 -#: ../../enterprise/operation/agentes/ux_console_view.php:322 -msgid "Failed" -msgstr "Fallido" - -#: ../../enterprise/operation/agentes/transactional_map.php:314 -msgid "Edit phases" -msgstr "Editar fases" - -#: ../../enterprise/operation/agentes/transactional_map.php:323 -msgid "Error in phases section" -msgstr "Error en la sección de fases" - -#: ../../enterprise/operation/agentes/transactional_map.php:342 -msgid "Create Transaction" -msgstr "Crear transacción" - -#: ../../enterprise/operation/agentes/ux_console_view.php:43 -msgid "No ux transaction selected." -msgstr "No hay ninguna transacción UX seleccionada" - -#: ../../enterprise/operation/agentes/ux_console_view.php:122 -msgid "No ux transactions found." -msgstr "No se encontraron transacciones UX" - -#: ../../enterprise/operation/agentes/ux_console_view.php:132 -msgid "Transaction" -msgstr "Transacción" - -#: ../../enterprise/operation/agentes/ux_console_view.php:141 -msgid "Show transaction" -msgstr "Mostrar transacción" - -#: ../../enterprise/operation/agentes/ux_console_view.php:167 -msgid "Execution results for transaction " -msgstr "Resultados de la ejecución para la transacción " - -#: ../../enterprise/operation/agentes/ux_console_view.php:241 -msgid "Global results" -msgstr "Resultados globales" - -#: ../../enterprise/operation/agentes/ux_console_view.php:302 -msgid "Transaction history" -msgstr "Histórico de la transacción" - -#: ../../enterprise/operation/agentes/ver_agente.php:225 -msgid "UX Console" -msgstr "Consola UX" - -#: ../../enterprise/operation/inventory/inventory.php:266 -msgid "Export this list to CSV" -msgstr "Exportar esta lista a CSV" - -#: ../../enterprise/operation/log/log_viewer.php:150 -#: ../../enterprise/operation/menu.php:128 -msgid "Log viewer" -msgstr "Visor de logs" - -#: ../../enterprise/operation/log/log_viewer.php:350 -msgid "The start date cannot be greater than the end date" -msgstr "La fecha de inicio no puede ser después que la fecha de finalización" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:36 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:74 -msgid "List of networkmaps" -msgstr "Lista de mapas de red" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:42 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:80 -msgid "Edit networkmap" -msgstr "Editar mapa de red" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:48 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:86 -msgid "Deleted list" -msgstr "Lista de eliminados" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:54 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:92 -msgid "View networkmap" -msgstr "Ver mapa de red" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:61 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:66 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:95 -msgid "List deleted items" -msgstr "Lista de elementos eliminados" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:108 -msgid "Successfully restore the item" -msgstr "Elemento restaurado con éxito" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:109 -msgid "Could not be restore the item" -msgstr "No se pudo restaurar el elemento" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:130 -msgid "Successfully restore the items" -msgstr "Elementos restaurados con éxito" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:132 -msgid "Could not be restore the " -msgstr "No se pudo restaurar el " - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:136 -msgid "Not found networkmap" -msgstr "Mapa de red no encontrado" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:140 -msgid "The items restored will be appear in the holding area." -msgstr "Los elementos restaurados aparecerán en el área de espera" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:160 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:227 -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:256 -msgid "Restore" -msgstr "Recuperar" - -#: ../../enterprise/operation/maps/networkmap_list_deleted.php:170 -msgid "There are not nodes in the networkmap." -msgstr "No hay nodos en el mapa de red" - -#: ../../enterprise/operation/menu.php:100 -msgid "Transactional map" -msgstr "Mapa transaccional" - -#: ../../enterprise/operation/menu.php:111 -msgid "Custom SQL" -msgstr "SQL personalizado" - -#: ../../enterprise/operation/reporting/custom_reporting.php:22 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 msgid "" -"All the items are not available in CSV, only the previous versions ones." +"Separator in different lines (composed by fields) of the serialized text " +"chain" msgstr "" -"Todos los ítems no están disponibles en CSV, solo en la versión previa" +"Separador en diferentes líneas (compuestas por campos) de la cadena de texto " +"serializada" -#: ../../enterprise/operation/reporting/custom_reporting.php:62 -#: ../../enterprise/operation/reporting/custom_reporting.php:85 -msgid "Send by email" -msgstr "Enviar por correo-e" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1250 +msgid "Group by agent" +msgstr "Agrupar por agente" -#: ../../enterprise/operation/reporting/custom_reporting.php:70 -msgid "ID Report" -msgstr "ID Informe" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1468 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "Orden" -#: ../../enterprise/operation/reporting/custom_reporting.php:109 -msgid "Send by email " -msgstr "Enviar por correo-e " +#: ../../godmode/reporting/reporting_builder.item_editor.php:1263 +msgid "By agent name" +msgstr "Por nombre de agente" -#: ../../enterprise/operation/services/services.list.php:44 -#: ../../enterprise/operation/services/services.list.php:52 -msgid "Service table view" -msgstr "Vista de tabla de servicios" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1271 +msgid "Quantity (n)" +msgstr "Cantidad (n)" -#: ../../enterprise/operation/services/services.list.php:73 -msgid "Service deleted successfully" -msgstr "Servicio eliminado correctamente" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1304 +msgid "Only average" +msgstr "Solo media" -#: ../../enterprise/operation/services/services.list.php:74 -msgid "Error deleting service" -msgstr "Error al eliminar el servicio" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 +#: ../../godmode/reporting/graph_builder.main.php:177 +msgid "Percentil" +msgstr "Percentil" -#: ../../enterprise/operation/services/services.list.php:79 -msgid "Service forced successfully" -msgstr "Forzado servicio con éxito" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1321 +msgid "Condition" +msgstr "Condición" -#: ../../enterprise/operation/services/services.list.php:80 -msgid "Error service forced" -msgstr "Error forzando servicio" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1327 +msgid "Greater or equal (>=)" +msgstr "Mayor o igual (>=)" -#: ../../enterprise/operation/services/services.list.php:288 -#: ../../enterprise/operation/services/services.list.php:295 -#: ../../enterprise/operation/services/services.table_services.php:256 -#: ../../enterprise/operation/services/services.table_services.php:263 -msgid "No services defined." -msgstr "No hay servicios definidos" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1328 +msgid "Less or equal (<=)" +msgstr "Menor o igual (<=)" -#: ../../enterprise/operation/services/services.list.php:436 -#: ../../enterprise/operation/services/services.service.php:206 -msgid "SLA graph" -msgstr "Gráfica SLA" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1329 +msgid "Less (<)" +msgstr "Menor de (<)" -#: ../../enterprise/operation/services/services.service.php:102 -msgid "No Services" -msgstr "Sin servicios" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1330 +msgid "Greater (>)" +msgstr "Mayor de (>)" -#: ../../enterprise/operation/services/services.service.php:216 -msgid "List of elements" -msgstr "Lista de elementos" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1331 +msgid "Equal (=)" +msgstr "Igual a" -#: ../../index.php:694 -msgid "User doesn\\'t exist." -msgstr "El usuario no existe" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1332 +msgid "Not equal (!=)" +msgstr "No igual a" -#: ../../index.php:710 -msgid "User only can use the API." -msgstr "El usuario solo puede usar la API" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 +msgid "Show graph" +msgstr "Mostrar gráfico" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1364 +msgid "Show address instead module name." +msgstr "Mostrar la dirección en vez del nombre del módulo" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1365 +msgid "Show the main address of agent." +msgstr "Muestra la dirección principal del agente." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "Show resume" +msgstr "Mostrar resumen" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 +msgid "" +"Show a summary chart with max, min and average number of total modules at " +"the end of the report and Checks." +msgstr "" +"Mostrar una gráfica de sumario con el máximo, mínimo y la media del total de " +"módulos al final del informe y las comprobaciones." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +msgid "Show Summary group" +msgstr "Mostrar el sumario del grupo" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1420 +msgid "Event Status" +msgstr "Estado del evento" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1432 +msgid "Event graphs" +msgstr "Gráficas de eventos" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1436 +msgid "By agent" +msgstr "Por agente" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1442 +msgid "By user validator" +msgstr "Por usuario que validó" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1448 +msgid "By criticity" +msgstr "Por criticidad" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1454 +msgid "Validated vs unvalidated" +msgstr "Validados vs sin validar" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1462 +msgid "Show in two columns" +msgstr "Mostrar en dos columnas" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1468 +msgid "SLA items sorted by fulfillment value" +msgstr "Objetos de SLA ordenados por valor rellenado" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1473 +msgid "Show in landscape" +msgstr "Mostrar en landscape" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1484 +msgid "Hide not init agents" +msgstr "Ocultar agentes no inicializados" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1509 +#: ../../godmode/netflow/nf_item_list.php:260 +msgid "Create item" +msgstr "Crear item" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1542 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" +msgstr "Servicio" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1543 +msgid "SLA Min. (value)" +msgstr "Valor mínimo para el SLA" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1544 +msgid "SLA Max. (value)" +msgstr "Valor máximo para el SLA" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1545 +msgid "SLA Limit (%)" +msgstr "Límite (%) para el SLA" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1554 +msgid "Please save the SLA for start to add items in this list." +msgstr "" +"Por favor guarde primero el SLA antes de intentar añadir elementos a la " +"misma." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1726 +msgid "rate" +msgstr "tasa" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1727 +msgid "max" +msgstr "máx" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1728 +msgid "min" +msgstr "mín" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1729 +msgid "sum" +msgstr "suma" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1749 +msgid "" +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." +msgstr "" +"Por favor, tenga cuidado, cuando el modulo tiene diferentes intervalos a lo " +"largo de su historia, el sumatorio puede conseguir malos resultados" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1763 +msgid "Please save the report to start adding items into the list." +msgstr "" +"Por favor guarde el informe para empezar a añadir objetos en la lista." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2072 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2092 +msgid "Please select Agent" +msgstr "Pro favor seleccione el agente" + +#: ../../godmode/reporting/visual_console_builder.data.php:91 +msgid "Create visual console" +msgstr "Crear consola visual" + +#: ../../godmode/reporting/visual_console_builder.data.php:103 +msgid "" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" +msgstr "" +"Use [ o ( como primer carácter. Por ejemplo '[*] Nombre de mapa', para " +"renderizar este nombre de mapa en el menú principal" + +#: ../../godmode/reporting/visual_console_builder.data.php:122 +msgid "Group:" +msgstr "Grupo:" + +#: ../../godmode/reporting/visual_console_builder.data.php:142 +msgid "Background image" +msgstr "Imagen de fondo" + +#: ../../godmode/reporting/visual_console_builder.data.php:164 +msgid "Layout size" +msgstr "Tamaño del diseño" + +#: ../../godmode/reporting/visual_console_builder.data.php:168 +msgid "Set custom size" +msgstr "Especificar tamaño personalizado" + +#: ../../godmode/reporting/visual_console_builder.data.php:177 +msgid "Get default image size" +msgstr "Establecer el tamaño de imagen por defecto" + +#: ../../godmode/reporting/visual_console_builder.editor.php:134 +msgid "Min allowed size is 1024x768" +msgstr "El tamaño mínimo permitido es 1024x768" + +#: ../../godmode/reporting/visual_console_builder.editor.php:138 +#: ../../godmode/reporting/visual_console_builder.editor.php:143 +#: ../../godmode/reporting/visual_console_builder.editor.php:148 +msgid "Action in progress" +msgstr "Acción en curso" + +#: ../../godmode/reporting/visual_console_builder.editor.php:139 +msgid "Loading in progress" +msgstr "Carga en curso" + +#: ../../godmode/reporting/visual_console_builder.editor.php:144 +msgid "Saving in progress" +msgstr "Guardando en curso" + +#: ../../godmode/reporting/visual_console_builder.editor.php:149 +msgid "Deletion in progress" +msgstr "Eliminando en curso" + +#: ../../godmode/reporting/reporting_builder.php:80 +msgid "" +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" +msgstr "" +"El informe ha sido planificado y el sistema enviará un email con el informe " +"en PDF" + +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" +msgstr "Ha ocurrido un error" + +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1902 +#: ../../godmode/reporting/reporting_builder.php:1954 +msgid "Reports list" +msgstr "Lista de informes" + +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " +msgstr "Texto libre de búsqueda " + +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." +msgstr "Búsqueda por nombre del informe o descripción, lista los resultados." + +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" +msgstr "Mostrar Opciones" + +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "Privado" + +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" +msgstr "" +"Este informe excede el tiempo límite para las operaciones de tiempo real" + +#: ../../godmode/reporting/reporting_builder.php:615 +msgid "HTML view" +msgstr "Vista HTML" + +#: ../../godmode/reporting/reporting_builder.php:616 +msgid "Export to XML" +msgstr "Exportar a XML" + +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" +msgstr "Crear informe" + +#: ../../godmode/reporting/reporting_builder.php:2020 +msgid "Successfull action" +msgstr "Acción completada" + +#: ../../godmode/reporting/reporting_builder.php:2020 +msgid "Unsuccessfull action

                " +msgstr "Acciones fallidas" + +#: ../../godmode/reporting/reporting_builder.list_items.php:288 +#: ../../godmode/reporting/reporting_builder.list_items.php:293 +#: ../../godmode/reporting/reporting_builder.list_items.php:299 +msgid "Ascendent" +msgstr "Ascencente" + +#: ../../godmode/reporting/reporting_builder.list_items.php:289 +#: ../../godmode/reporting/reporting_builder.list_items.php:294 +#: ../../godmode/reporting/reporting_builder.list_items.php:300 +msgid "Descent" +msgstr "Descendente" + +#: ../../godmode/reporting/reporting_builder.list_items.php:307 +#: ../../godmode/reporting/reporting_builder.list_items.php:507 +msgid "Sort" +msgstr "Ordenar" + +#: ../../godmode/reporting/reporting_builder.list_items.php:493 +#: ../../godmode/reporting/reporting_builder.list_items.php:498 +msgid "Sort items" +msgstr "Ordenar elementos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:500 +msgid "Sort selected items from position: " +msgstr "Ordenar elementos desde posición: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:502 +msgid "Move before to" +msgstr "Mover antes de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:502 +msgid "Move after to" +msgstr "Mover despues de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:524 +#: ../../godmode/reporting/reporting_builder.list_items.php:529 +msgid "Delete items" +msgstr "Borrar elementos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:531 +msgid "Delete selected items from position: " +msgstr "Borrar los elementos seleccionados desde la posición: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:533 +msgid "Delete above to" +msgstr "Borrar lo que está encima de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:533 +msgid "Delete below to" +msgstr "Borrar lo que está debajo de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:561 +msgid "" +"Are you sure to sort the items into the report?\\nThis action change the " +"sorting of items into data base." +msgstr "" +"Esta seguro de ordenar los items en el informe?\\n Esta acción cambiará el " +"orden the los items en la base de datos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:582 +msgid "Please select any item to order" +msgstr "Por favor, seleccione cualquier item para ordenar" + +#: ../../godmode/reporting/reporting_builder.list_items.php:612 +msgid "Are you sure to delete the items into the report?\\n" +msgstr "¿Está seguro de borrar los items en el informe \\n" + +#: ../../godmode/reporting/reporting_builder.list_items.php:634 +msgid "Please select any item to delete" +msgstr "Por favor, seleccione cualquier item para borrar" + +#: ../../godmode/reporting/graph_builder.main.php:163 +msgid "Horizontal bars" +msgstr "Barras horizontales" + +#: ../../godmode/reporting/graph_builder.main.php:164 +msgid "Vertical bars" +msgstr "Barras verticales" + +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" +msgstr "Número de Gráficos" + +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" +msgstr "Crear gráfica" + +#: ../../godmode/reporting/visual_console_builder.php:159 +msgid "This file isn't image" +msgstr "El fichero no es una imagen" + +#: ../../godmode/reporting/visual_console_builder.php:160 +msgid "This file isn't image." +msgstr "El archivo no es una imagen." + +#: ../../godmode/reporting/visual_console_builder.php:164 +#: ../../godmode/reporting/visual_console_builder.php:165 +msgid "File already are exists." +msgstr "El archivo ya existe." + +#: ../../godmode/reporting/visual_console_builder.php:171 +#: ../../godmode/reporting/visual_console_builder.php:172 +msgid "The file have not image extension." +msgstr "El archivo no tiene una extensión válida." + +#: ../../godmode/reporting/visual_console_builder.php:183 +#: ../../godmode/reporting/visual_console_builder.php:184 +#: ../../godmode/reporting/visual_console_builder.php:191 +#: ../../godmode/reporting/visual_console_builder.php:194 +msgid "Problems with move file to target." +msgstr "Problemas al mover el fichero al objetivo" + +#: ../../godmode/reporting/visual_console_builder.php:223 +msgid "Successfully update." +msgstr "Actualizado correctamente." + +#: ../../godmode/reporting/visual_console_builder.php:235 +msgid "Could not be update." +msgstr "No se puede actualizar" + +#: ../../godmode/reporting/visual_console_builder.php:250 +msgid "Successfully created." +msgstr "Creado correctamente." + +#: ../../godmode/reporting/visual_console_builder.php:263 +msgid "Could not be created." +msgstr "No se puede crear" + +#: ../../godmode/reporting/visual_console_builder.php:304 +msgid "Successfully multiple delete." +msgstr "Múltiple eliminación realizada con éxito" + +#: ../../godmode/reporting/visual_console_builder.php:305 +msgid "Unsuccessfull multiple delete." +msgstr "La eliminación múltiple no ha tenido éxito" + +#: ../../godmode/reporting/visual_console_builder.php:387 +msgid "Successfully delete." +msgstr "Borrado satisfactoriamente" + +#: ../../godmode/reporting/visual_console_builder.php:693 +msgid "New visual console" +msgstr "Nueva consola visual" + +#: ../../godmode/netflow/nf_item_list.php:44 +#: ../../godmode/netflow/nf_item_list.php:54 +msgid "Report items" +msgstr "Elementos de informe" + +#: ../../godmode/netflow/nf_item_list.php:49 +msgid "Edit report" +msgstr "Editar informe" + +#: ../../godmode/netflow/nf_item_list.php:58 +msgid "Netflow reports" +msgstr "Informes Netflow" + +#: ../../godmode/netflow/nf_item_list.php:59 +msgid "Item list" +msgstr "Lista de items" + +#: ../../godmode/netflow/nf_item_list.php:151 +msgid "Chart type" +msgstr "Tipo de gráfico" + +#: ../../godmode/netflow/nf_item_list.php:203 +#: ../../godmode/netflow/nf_item_list.php:210 +msgid "Move to down" +msgstr "Bajar" + +#: ../../godmode/netflow/nf_item_list.php:206 +#: ../../godmode/netflow/nf_item_list.php:209 +msgid "Move to up" +msgstr "Subir" + +#: ../../godmode/netflow/nf_item_list.php:255 +msgid "There are no defined items" +msgstr "No hay items definidos" + +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" +msgstr "Añadir filtro" + +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "Filtro Netflow" + +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "Filtrar:" + +#: ../../godmode/netflow/nf_edit.php:39 +msgid "Manage Netflow Filter" +msgstr "Filtro de gestión Netflow" + +#: ../../godmode/gis_maps/configure_gis_map.php:111 +msgid "Map successfully created" +msgstr "Mapa creado exitosamente" + +#: ../../godmode/gis_maps/configure_gis_map.php:112 +msgid "Map could not be created" +msgstr "El mapa no puso ser creado" + +#: ../../godmode/gis_maps/configure_gis_map.php:201 +msgid "Map successfully update" +msgstr "Mapa exitosamente actualizado" + +#: ../../godmode/gis_maps/configure_gis_map.php:202 +msgid "Map could not be updated" +msgstr "El mapa no ha podido ser actualizado" + +#: ../../godmode/gis_maps/configure_gis_map.php:219 +msgid "View GIS" +msgstr "Ver GIS" + +#: ../../godmode/gis_maps/configure_gis_map.php:222 +msgid "GIS Maps builder" +msgstr "Mapas GIS" + +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Map Name" +msgstr "Nombre del mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Descriptive name for the map" +msgstr "nombre descriptivo para el mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "Add Map connection" +msgstr "Añadir conexión a mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "" +"At least one map connection must be defined, it will be possible to change " +"between the connections in the map" +msgstr "" +"Como mínimo una conexion de mapa debe definirse. Será posible intercambiar " +"las conexiones del mapa." + +#: ../../godmode/gis_maps/configure_gis_map.php:366 +msgid "Group that owns the map" +msgstr "Grupo dueño del mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom" +msgstr "Zoom por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom level when opening the map" +msgstr "Nivel de zoom por defecto al abrir el mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:372 +msgid "Center Latitude" +msgstr "Latitud central" + +#: ../../godmode/gis_maps/configure_gis_map.php:375 +msgid "Center Longitude" +msgstr "Longitud central" + +#: ../../godmode/gis_maps/configure_gis_map.php:378 +msgid "Center Altitude" +msgstr "Altitud central" + +#: ../../godmode/gis_maps/configure_gis_map.php:381 +msgid "Default Latitude" +msgstr "Latitud por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:384 +msgid "Default Longitude" +msgstr "Longitud por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:387 +msgid "Default Altitude" +msgstr "Altitud por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "Layers" +msgstr "Capas" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "" +"Each layer can show agents from one group or the agents added to that layer " +"or both." +msgstr "" +"Cada capa puede mostrar agentes de un grupo o los agentes añadidos a esa " +"capa o ambas cosas" + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "List of layers" +msgstr "Lista de capas" + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "It is possible to edit, delete and reorder the layers." +msgstr "Es posible editar, borrar y reordenar las capas" + +#: ../../godmode/gis_maps/configure_gis_map.php:399 +msgid "New layer" +msgstr "Nueva capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:407 +msgid "Layer name" +msgstr "Nombre capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:409 +msgid "Visible" +msgstr "Visible" + +#: ../../godmode/gis_maps/configure_gis_map.php:413 +msgid "Show agents from group" +msgstr "Mostrar agentes del grupo" + +#: ../../godmode/gis_maps/configure_gis_map.php:425 +msgid "Add agent" +msgstr "Añadir agente" + +#: ../../godmode/gis_maps/configure_gis_map.php:441 +msgid "List of Agents to be shown in the layer" +msgstr "lista de los agentes que se mostrarán en la capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:448 +#: ../../godmode/gis_maps/configure_gis_map.php:624 +#: ../../godmode/gis_maps/configure_gis_map.php:635 +msgid "Save Layer" +msgstr "Guardar capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +msgid "Save map" +msgstr "Guardar mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:467 +msgid "Update map" +msgstr "Actualizar mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:668 +#: ../../godmode/gis_maps/configure_gis_map.php:724 +msgid "Update Layer" +msgstr "Actualizar capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:790 +msgid "Do you want to use the default data from the connection?" +msgstr "¿Quiere usar los datos que vienen por defecto de la conexión ?" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "The connection" +msgstr "La conexión" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "just added previously." +msgstr "Ya añadido previamente" + +#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_info.php:32 +#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 +#: ../../godmode/db/db_refine.php:33 +msgid "Database maintenance" +msgstr "Mantenimiento de la base de datos" + +#: ../../godmode/db/db_purge.php:43 +msgid "Get data from agent" +msgstr "Obtener datos de un agente" + +#: ../../godmode/db/db_purge.php:75 +#, php-format +msgid "Purge task launched for agent %s :: Data older than %s" +msgstr "" +"Tarea de purga lanzada por el agente% s :: Información anterior a % s" + +#: ../../godmode/db/db_purge.php:78 +msgid "" +"Please be patient. This operation can take a long time depending on the " +"amount of modules." +msgstr "" +"Por favor sea paciente, esta operación puede tardar varios minutos (5-10 " +"minutos)" + +#: ../../godmode/db/db_purge.php:92 +#, php-format +msgid "Deleting records for module %s" +msgstr "Eliminación de registros para el módulo% s" + +#: ../../godmode/db/db_purge.php:140 +#, php-format +msgid "Total errors: %s" +msgstr "Errores Totales: %s" + +#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 +#, php-format +msgid "Total records deleted: %s" +msgstr "Total de registros eliminados: %s" + +#: ../../godmode/db/db_purge.php:149 +msgid "Deleting records for all agents" +msgstr "Borrando registros para el módulo" + +#: ../../godmode/db/db_purge.php:166 +msgid "Choose agent" +msgstr "Escoja agente" + +#: ../../godmode/db/db_purge.php:172 +msgid "Select the agent you want information about" +msgstr "Seleccione el agente del que quiera obtener información" + +#: ../../godmode/db/db_purge.php:174 +msgid "Get data" +msgstr "Obtener datos" + +#: ../../godmode/db/db_purge.php:175 +msgid "Click here to get the data from the agent specified in the select box" +msgstr "" +"Pulse aquí para obtener los datos del agente especificado en la caja de " +"selección" + +#: ../../godmode/db/db_purge.php:179 +#, php-format +msgid "Information on agent %s in the database" +msgstr "Información acerca del agente %s en la base de datos" + +#: ../../godmode/db/db_purge.php:182 +msgid "Information on all agents in the database" +msgstr "Información acerca de todos los agentes en la base de datos" + +#: ../../godmode/db/db_purge.php:317 +msgid "Packets less than three months old" +msgstr "Paquetes con menos de tres meses" + +#: ../../godmode/db/db_purge.php:319 +msgid "Packets less than one month old" +msgstr "Paquetes con menos de un mes" + +#: ../../godmode/db/db_purge.php:321 +msgid "Packets less than two weeks old" +msgstr "Paquetes con menos de dos semanas" + +#: ../../godmode/db/db_purge.php:323 +msgid "Packets less than one week old" +msgstr "Paquetes con menos de una semana" + +#: ../../godmode/db/db_purge.php:325 +msgid "Packets less than three days old" +msgstr "Paquetes con menos de tres días" + +#: ../../godmode/db/db_purge.php:327 +msgid "Packets less than one day old" +msgstr "Paquetes con menos de 24 horas" + +#: ../../godmode/db/db_purge.php:329 +msgid "Total number of packets" +msgstr "Número máximo de paquetes" + +#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_audit.php:92 +#: ../../godmode/db/db_event.php:73 +msgid "Purge data" +msgstr "Purgar datos" + +#: ../../godmode/db/db_purge.php:340 +msgid "Purge data over 3 months" +msgstr "Purgar los datos con más de 3 meses" + +#: ../../godmode/db/db_purge.php:341 +msgid "Purge data over 1 month" +msgstr "Purgar los datos con más de 1 mes" + +#: ../../godmode/db/db_purge.php:342 +msgid "Purge data over 2 weeks" +msgstr "Purgar los datos con mas de 2 semanas" + +#: ../../godmode/db/db_purge.php:343 +msgid "Purge data over 1 week" +msgstr "Purgar los datos con más de 1 semana" + +#: ../../godmode/db/db_purge.php:344 +msgid "Purge data over 3 days" +msgstr "Purgar los datos con más de 3 días" + +#: ../../godmode/db/db_purge.php:345 +msgid "Purge data over 1 day" +msgstr "Purgar los datos con más de 1 día" + +#: ../../godmode/db/db_purge.php:346 +msgid "All data until now" +msgstr "Todos los datos hasta ahora" + +#: ../../godmode/db/db_purge.php:350 +msgid "Purge" +msgstr "Purgar" + +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "Configuración actual del mantenimiento de la BB. DD." + +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "Configuración de la base de datos" + +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "Máx. días antes de comprimir datos" + +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "Máx. días antes de eliminar datos" + +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "Tamaño de estadísticas de la base de datos" + +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "Total de items de datos (tagente_datos)" + +#: ../../godmode/db/db_main.php:123 +msgid "Total log4x items (tagente_datos_log4x)" +msgstr "Total elementos Log4x (tagente_datos_log4x)" + +#: ../../godmode/db/db_main.php:135 +msgid "Total data string items (tagente_datos_string)" +msgstr "total campos datos en cadena (tagente_datos_string)" + +#: ../../godmode/db/db_main.php:141 +msgid "Total modules configured" +msgstr "Módulos totales configurados" + +#: ../../godmode/db/db_main.php:149 +msgid "Total agent access records" +msgstr "total de registros de acceso del agente" + +#: ../../godmode/db/db_main.php:160 +msgid "Database sanity" +msgstr "Estado de la BBDD" + +#: ../../godmode/db/db_main.php:164 +msgid "Total uknown agents" +msgstr "total de agentes desconocidos" + +#: ../../godmode/db/db_main.php:170 +msgid "Total non-init modules" +msgstr "total de módulos no iniciados" + +#: ../../godmode/db/db_main.php:179 +msgid "Last time on DB maintance" +msgstr "Ultima vez en mantenimiento de base de datos" + +#: ../../godmode/db/db_main.php:200 +msgid "" +"Please check your Pandora Server setup and be sure that database maintenance " +"daemon is running. It's very important to keep up-to-date database to get " +"the best performance and results in Pandora" +msgstr "" +"Por favor, asegúrese de que la gestión de la Base de Datos es correcta y de " +"que el sistema automático de gestión de Base de Datos de Pandora está " +"correctamente instalado y funcionando. Es muy importante para el correcto " +"funcionamiento y rendimiento de Pandora." + +#: ../../godmode/db/db_info.php:32 +msgid "Database information" +msgstr "Información de la base de datos" + +#: ../../godmode/db/db_info.php:34 +msgid "Module data received" +msgstr "Datos de módulo recibidos" + +#: ../../godmode/db/db_audit.php:19 +msgid "Database audit purge" +msgstr "Depuración de la base de datos de auditoría" + +#: ../../godmode/db/db_audit.php:70 +msgid "Success data deleted" +msgstr "Dato borrado correctamente" + +#: ../../godmode/db/db_audit.php:72 +msgid "Error deleting data" +msgstr "Error borrando datos" + +#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 +msgid "Records" +msgstr "Registros" + +#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 +msgid "First date" +msgstr "Primera fecha" + +#: ../../godmode/db/db_audit.php:88 +msgid "Latest date" +msgstr "Última fecha" + +#: ../../godmode/db/db_audit.php:97 +msgid "Purge audit data over 90 days" +msgstr "Borrar los datos de auditoría excepto el último trimestre" + +#: ../../godmode/db/db_audit.php:98 +msgid "Purge audit data over 30 days" +msgstr "Borrar los datos de auditoría excepto los últimos 30 días" + +#: ../../godmode/db/db_audit.php:99 +msgid "Purge audit data over 14 days" +msgstr "Borrar los datos de auditoría excepto las últimas dos semanas" + +#: ../../godmode/db/db_audit.php:100 +msgid "Purge audit data over 7 days" +msgstr "Borrar los datos de auditoría excepto la última semana" + +#: ../../godmode/db/db_audit.php:101 +msgid "Purge audit data over 3 days" +msgstr "Borrar los datos de auditoría excepto los últimos tres días" + +#: ../../godmode/db/db_audit.php:102 +msgid "Purge audit data over 1 day" +msgstr "Borrar los datos de auditoría excepto el ultimo día" + +#: ../../godmode/db/db_audit.php:103 +msgid "Purge all audit data" +msgstr "Borrar todos los datos de auditoría" + +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +msgid "Do it!" +msgstr "¡Hazlo!" + +#: ../../godmode/db/db_event.php:22 +msgid "Event database cleanup" +msgstr "Limpieza de la base de datos de eventos" + +#: ../../godmode/db/db_event.php:40 +msgid "Successfully deleted old events" +msgstr "Eventos antiguos borrados correctamente" + +#: ../../godmode/db/db_event.php:43 +msgid "Error deleting old events" +msgstr "Error al borrar los eventos antiguos" + +#: ../../godmode/db/db_event.php:67 +msgid "Latest data" +msgstr "Últimos datos" + +#: ../../godmode/db/db_event.php:81 +msgid "Purge event data over 90 days" +msgstr "Borrar los datos de eventos excepto el último trimestre" + +#: ../../godmode/db/db_event.php:82 +msgid "Purge event data over 30 days" +msgstr "Borrar los datos de eventos excepto los últimos 30 días" + +#: ../../godmode/db/db_event.php:83 +msgid "Purge event data over 14 days" +msgstr "Borrar los datos de eventos excepto las últimas dos semanas" + +#: ../../godmode/db/db_event.php:84 +msgid "Purge event data over 7 days" +msgstr "Borrar los datos de eventos excepto la última semana" + +#: ../../godmode/db/db_event.php:85 +msgid "Purge event data over 3 days" +msgstr "Borrar los datos de eventos excepto los últimos tres días" + +#: ../../godmode/db/db_event.php:86 +msgid "Purge event data over 1 day" +msgstr "Borrar todos los datos de eventos, excepto las últimas 24 horas" + +#: ../../godmode/db/db_event.php:87 +msgid "Purge all event data" +msgstr "Borrar todos los datos de eventos" + +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" +msgstr "El máximo es igual al mínimo" + +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" +msgstr "Filtrando módulo de datos" + +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" +msgstr "Filtrado completado" + +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" +msgstr "No hay ningún agente seleccionado" + +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" +msgstr "Obtener info." + +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" +msgstr "Purgar los datos fuera de esos límites" + +#: ../../godmode/servers/manage_recontask_form.php:189 +msgid "" +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" +msgstr "" +"Por defecto, en Windows, Pandora FMS sólo soporta Standard Network Sweep, no " +"scripts personalizados" + +#: ../../godmode/servers/manage_recontask_form.php:224 +msgid "" +"You must select a Recon Server for the Task, otherwise the Recon Task will " +"never run" +msgstr "" +"Debe seleccionar un Servidor Recon para la tarea, de otra forma la tarea " +"Recon nunca se ejecutará" + +#: ../../godmode/servers/manage_recontask_form.php:232 +msgid "Network sweep" +msgstr "Barrido de red" + +#: ../../godmode/servers/manage_recontask_form.php:234 +msgid "Custom script" +msgstr "Script personalizado" + +#: ../../godmode/servers/manage_recontask_form.php:253 +msgid "Manual interval means that it will be executed only On-demand" +msgstr "Intervalo manual significa que será ejecutado solo bajo demanda" + +#: ../../godmode/servers/manage_recontask_form.php:255 +#: ../../godmode/servers/manage_recontask.php:346 +msgid "Manual" +msgstr "Manual" + +#: ../../godmode/servers/manage_recontask_form.php:260 +msgid "The minimum recomended interval for Recon Task is 5 minutes" +msgstr "El intervalo mínimo recomendado para Recon Task es de 5 minutos" + +#: ../../godmode/servers/manage_recontask_form.php:265 +msgid "Module template" +msgstr "Plantilla de módulos" + +#: ../../godmode/servers/manage_recontask_form.php:299 +#: ../../godmode/servers/manage_recontask.php:291 +msgid "Ports" +msgstr "Puertos" + +#: ../../godmode/servers/manage_recontask_form.php:302 +msgid "" +"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line " +"format). If dont want to do a sweep using portscan, left it in blank" +msgstr "" +"Puertos definidos como: 80 o 80443512 o incluso 0-1024 (igual que en la " +"línea de comandos de Nmap). Si no es necesario hacer una deteccion en " +"funcion de puertos TCP, dejarlo en blanco." + +#: ../../godmode/servers/manage_recontask_form.php:313 +msgid "Choose if the discovery of a new system creates an incident or not." +msgstr "" +"Elegir si al encontrar un nuevo sistema se crea una incidencia o por el " +"contrario, no se crea" + +#: ../../godmode/servers/manage_recontask_form.php:316 +msgid "SNMP Default community" +msgstr "Comunidad SNMP por defecto" + +#: ../../godmode/servers/manage_recontask_form.php:322 +msgid "Explanation" +msgstr "Explicacion" + +#: ../../godmode/servers/manage_recontask_form.php:363 +msgid "OS detection" +msgstr "Detección de SO" + +#: ../../godmode/servers/manage_recontask_form.php:367 +msgid "Name resolution" +msgstr "Resolución de nombres" + +#: ../../godmode/servers/manage_recontask_form.php:371 +msgid "Parent detection" +msgstr "Detección de padres" + +#: ../../godmode/servers/manage_recontask_form.php:375 +msgid "Parent recursion" +msgstr "Recursión del padre" + +#: ../../godmode/servers/manage_recontask_form.php:376 +msgid "" +"Maximum number of parent hosts that will be created if parent detection is " +"enabled." +msgstr "" +"Máximo número de agentes padre que se podrán crear (si la activación del " +"padre está activada)" + +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" +msgstr "Tarea recon borrada correctamente" + +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" +msgstr "Error al borrar tarea recon" + +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:179 +msgid "Successfully updated recon task" +msgstr "Tarea de reconocimiento actualizada correctamente" + +#: ../../godmode/servers/manage_recontask.php:75 +#: ../../godmode/servers/manage_recontask.php:182 +msgid "Error updating recon task" +msgstr "Error al actualizar la tarea recon" + +#: ../../godmode/servers/manage_recontask.php:163 +#: ../../godmode/servers/manage_recontask.php:234 +msgid "Wrong format in Subnet field" +msgstr "Formato incorrecto en el campo subnet" + +#: ../../godmode/servers/manage_recontask.php:230 +msgid "Recon-task name already exists and incorrect format in Subnet field" +msgstr "" +"Nombre de tarea recon ya existe y formato incorrecto en el campo de subred" + +#: ../../godmode/servers/manage_recontask.php:238 +#: ../../godmode/servers/manage_recontask.php:247 +msgid "Recon-task name already exists" +msgstr "El nombre de la tarea de recon ya existe" + +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Successfully created recon task" +msgstr "Tarea de reconocimiento creada correctamente" + +#: ../../godmode/servers/manage_recontask.php:264 +msgid "Error creating recon task" +msgstr "Error al crear la tarea de reconocimiento" + +#: ../../godmode/servers/manage_recontask.php:387 +msgid "There are no recon task configured" +msgstr "No hay ninguna tarea de reconocimiento configurada" + +#: ../../godmode/servers/recon_script.php:73 +msgid "Recon script creation" +msgstr "Creación del Recon script" + +#: ../../godmode/servers/recon_script.php:75 +msgid "Recon script update" +msgstr "Actualizar el Recon Script" + +#: ../../godmode/servers/recon_script.php:101 +msgid "Script fullpath" +msgstr "Ruta completa del script" + +#: ../../godmode/servers/recon_script.php:161 +#: ../../godmode/servers/plugin.php:451 +msgid "Default value" +msgstr "Valor por defecto" + +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +msgid "Hide value" +msgstr "Ocultar valor" + +#: ../../godmode/servers/recon_script.php:174 +#: ../../godmode/servers/plugin.php:464 +msgid "This field will show up as dots like a password" +msgstr "En este campo aparecerán puntos como en un campo de tipo contraseña" + +#: ../../godmode/servers/recon_script.php:199 +#: ../../godmode/servers/plugin.php:491 +msgid "Add macro" +msgstr "Añadir macro" + +#: ../../godmode/servers/recon_script.php:206 +#: ../../godmode/servers/plugin.php:506 +msgid "Delete macro" +msgstr "Eliminar macro" + +#: ../../godmode/servers/recon_script.php:228 +msgid "Recon scripts registered in Pandora FMS" +msgstr "Recon scripts registrados en Pandora FMS" + +#: ../../godmode/servers/recon_script.php:271 +msgid "Problem updating" +msgstr "Problema actualizando" + +#: ../../godmode/servers/recon_script.php:274 +#: ../../godmode/modules/manage_network_components.php:352 +msgid "Updated successfully" +msgstr "Actualizado correctamente" + +#: ../../godmode/servers/recon_script.php:317 +msgid "Problem creating" +msgstr "Problema creando" + +#: ../../godmode/servers/recon_script.php:320 +#: ../../godmode/modules/manage_network_components.php:261 +msgid "Created successfully" +msgstr "Creado correctamente" + +#: ../../godmode/servers/recon_script.php:331 +msgid "Problem deleting reconscript" +msgstr "Problemas al borrar el Recon script" + +#: ../../godmode/servers/recon_script.php:334 +msgid "reconscript deleted successfully" +msgstr "El Recon Script ha sido eliminado con exito" + +#: ../../godmode/servers/recon_script.php:378 +msgid "There are no recon scripts in the system" +msgstr "No existen Recon scripts en el sistema" + +#: ../../godmode/servers/servers.build_table.php:38 +msgid "There are no servers configured into the database" +msgstr "No hay ningún servidor configurado en la base de datos" + +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Lag" +msgstr "Retraso" + +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Avg. Delay(sec)/Modules delayed" +msgstr "Media borra (sec)/ Modulos retrasado" + +#: ../../godmode/servers/servers.build_table.php:70 +msgid "T/Q" +msgstr "H/C" + +#: ../../godmode/servers/servers.build_table.php:70 +msgid "Threads / Queued modules currently" +msgstr "Hilos / Cola actual de módulos" + +#: ../../godmode/servers/servers.build_table.php:97 +msgid "This is a master server" +msgstr "Este es un servidor maestro" + +#: ../../godmode/servers/servers.build_table.php:110 +#: ../../godmode/servers/servers.build_table.php:115 +msgid "of" +msgstr "de" + +#: ../../godmode/servers/servers.build_table.php:142 +msgid "Reset module status and fired alert counts" +msgstr "" +"Reiniciar estado de los módulos y el conteo de las alertas disparadas" + +#: ../../godmode/servers/servers.build_table.php:148 +msgid "Claim back SNMP modules" +msgstr "Re-ejecutar modulos SNMP" + +#: ../../godmode/servers/servers.build_table.php:168 +msgid "" +"Modules run by this server will stop working. Do you want to continue?" +msgstr "" +"Los módulos ejecutados por este servidor pueden dejar de funcionar. ¿ Quiere " +"continuar ?" + +#: ../../godmode/servers/servers.build_table.php:189 +msgid "Tactical server information" +msgstr "Vista táctica del servidor" + +#: ../../godmode/servers/modificar_server.php:35 +msgid "Update Server" +msgstr "Actualizar servidor" + +#: ../../godmode/servers/modificar_server.php:61 +msgid "Remote Configuration" +msgstr "Configuración remota" + +#: ../../godmode/servers/modificar_server.php:66 +msgid "Pandora servers" +msgstr "Servidores" + +#: ../../godmode/servers/modificar_server.php:73 +#: ../../godmode/servers/modificar_server.php:85 +msgid "Unsuccessfull action" +msgstr "No se pudo completar la acción" + +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "Acción procesada satisfactoriamente" + +#: ../../godmode/servers/modificar_server.php:98 +msgid "Server deleted successfully" +msgstr "Servidor eliminado correctamente" + +#: ../../godmode/servers/modificar_server.php:101 +msgid "There was a problem deleting the server" +msgstr "Hubo un problema al eliminar el servidor" + +#: ../../godmode/servers/modificar_server.php:112 +msgid "Server updated successfully" +msgstr "Servidor actualizado correctamente" + +#: ../../godmode/servers/modificar_server.php:115 +msgid "There was a problem updating the server" +msgstr "Hubo un problema al actualizar el servidor" + +#: ../../godmode/servers/modificar_server.php:134 +#: ../../godmode/agentes/configurar_agente.php:610 +msgid "Conf file deleted successfully" +msgstr "Archivo conf borrado con éxito" + +#: ../../godmode/servers/modificar_server.php:135 +#: ../../godmode/agentes/configurar_agente.php:611 +msgid "Could not delete conf file" +msgstr "No se puede borrar el archivo conf" + +#: ../../godmode/servers/plugin.php:53 +msgid "Network Components" +msgstr "Componentes de red" + +#: ../../godmode/servers/plugin.php:170 +msgid "Compatibility mode" +msgstr "Modo de compatibilidad" + +#: ../../godmode/servers/plugin.php:266 +msgid "Plugin creation" +msgstr "Creación de complementos" + +#: ../../godmode/servers/plugin.php:269 +msgid "Plugin update" +msgstr "Actualización de complemento" + +#: ../../godmode/servers/plugin.php:299 +msgid "Plugin type" +msgstr "Tipo de complemento" + +#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 +msgid "Standard" +msgstr "Estándar" + +#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 +msgid "Nagios" +msgstr "Nagios" + +#: ../../godmode/servers/plugin.php:306 +msgid "Max. timeout" +msgstr "Máx. tiempo de expiración" + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"This value only will be applied if is minor than the server general " +"configuration plugin timeout" +msgstr "" +"Este valor sólo se aplicará si es menor que el timeout del plugin de la " +"configuración general del servidor" + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"If you set a 0 seconds timeout, the server plugin timeout will be used" +msgstr "" +"Si fija en 0 segundos el timeout, se utilizará el timeout del plugin del " +"servidor" + +#: ../../godmode/servers/plugin.php:362 +msgid "Plugin command" +msgstr "Comando del complemento" + +#: ../../godmode/servers/plugin.php:373 +msgid "Plug-in parameters" +msgstr "Parámetros del plugin" + +#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 +msgid "Parameters macros" +msgstr "Macros de los parámetros" + +#: ../../godmode/servers/plugin.php:564 +msgid "Plugins registered in Pandora FMS" +msgstr "Plugins registrados en Pandora FMS" + +#: ../../godmode/servers/plugin.php:569 +msgid "You need to create your own plugins with Windows compatibility" +msgstr "Necesitas crear tus propios plugins compatibles con Windows" + +#: ../../godmode/servers/plugin.php:629 +msgid "Problem updating plugin" +msgstr "Problema actualizando plugin" + +#: ../../godmode/servers/plugin.php:632 +msgid "Plugin updated successfully" +msgstr "Plugin actualizado correctamente" + +#: ../../godmode/servers/plugin.php:687 +msgid "Problem creating plugin" +msgstr "Problema al crear plugin" + +#: ../../godmode/servers/plugin.php:690 +msgid "Plugin created successfully" +msgstr "Plugin creado correctamente" + +#: ../../godmode/servers/plugin.php:700 +msgid "Problem deleting plugin" +msgstr "Error al borrar plugin" + +#: ../../godmode/servers/plugin.php:703 +msgid "Plugin deleted successfully" +msgstr "Plugin borrado correctamente" + +#: ../../godmode/servers/plugin.php:782 +msgid "All the modules that are using this plugin will be deleted" +msgstr "Todos los módulos que estén utilizando este plugin se borrarán" + +#: ../../godmode/servers/plugin.php:789 +msgid "There are no plugins in the system" +msgstr "No hay plugins en el sistema" + +#: ../../godmode/servers/plugin.php:801 +#, php-format +msgid "List of modules and components created by \"%s\" " +msgstr "Lista de los módulos y componentes creados por \"%s\" " + +#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 +msgid "Some modules or components are using the plugin" +msgstr "Algunos módulos o componentes están usando el plugin" + +#: ../../godmode/servers/plugin.php:910 +msgid "" +"The modules or components should be updated manually or using the bulk " +"operations for plugins after this change" +msgstr "" +"Los módulos o componentes deberían ser actualizados manualmente o usando las " +"operaciones masivas para los plugins después de este cambio" + +#: ../../godmode/servers/plugin.php:912 +msgid "Are you sure you want to perform this action?" +msgstr "¿Está seguro de querer realizar esta acción?" + +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" +msgstr "¿Está seguro de querer desbloquear este elemento?" + +#: ../../godmode/servers/plugin.php:946 +msgid "" +"The plugin command cannot be updated because some modules or components are " +"using the plugin." +msgstr "" +"No se puede actualizar el comando. Este plugin está siendo utilizado por " +"módulos o componentes." + +#: ../../godmode/servers/plugin.php:952 +msgid "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" +msgstr "" +"Las macros del plugin no pueden ser actualizadas porque algunos módulos o " +"componentes están usando el plugin" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Pandora audit" +msgstr "Auditoría de Pandora FMS" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Review Logs" +msgstr "Revisar logs" + +#: ../../godmode/admin_access_logs.php:65 +#: ../../godmode/admin_access_logs.php:66 +msgid "Free text for search (*)" +msgstr "Búsqueda libre de texto" + +#: ../../godmode/admin_access_logs.php:303 +msgid "Export to CSV " +msgstr "Exportar a CSV " + +#: ../../godmode/update_manager/update_manager.online.php:48 +#, php-format +msgid "" +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" +msgstr "" +"Tu PHP tiene configurado set memory limit a %s. Para evitar problemas con " +"actualizaciones de gran tamaño, por favor configuralo a 500M" + +#: ../../godmode/update_manager/update_manager.online.php:55 +#, php-format +msgid "" +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" +msgstr "" +"Tu PHP ha establecido el parámetro límite del tamaño máximo en% s . Para " +"evitar problemas en caso de grandes cambios por favor corrija a 100M" + +#: ../../godmode/update_manager/update_manager.online.php:62 +#, php-format +msgid "" +"Your PHP has set maximum allowed size for uploaded files limit in %s. For " +"avoid problems with big updates please set to 100M" +msgstr "" +"Tu PHP ha establecido el límite del tamaño máximo permitido para la súbida " +"de documentos en %s. Para evitar problemas en caso de grandes cambios por " +"favor corrija a 100 M" + +#: ../../godmode/update_manager/update_manager.online.php:85 +msgid "The last version of package installed is:" +msgstr "La última versión de paquete instalada es:" + +#: ../../godmode/update_manager/update_manager.online.php:89 +msgid "Checking for the newest package." +msgstr "Comprobando el paquete más reciente" + +#: ../../godmode/update_manager/update_manager.online.php:93 +msgid "Downloading for the newest package." +msgstr "Descargando nuevos paquetes" + +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" +msgstr "Arrastre el paquete hasta aquí o" + +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" +msgstr "Navegue hasta él" + +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." +msgstr "Se ha subido correctamente el paquete." + +#: ../../godmode/update_manager/update_manager.offline.php:40 +msgid "" +"Remember that this package will override the actual Pandora FMS files and it " +"is recommended to do a backup before continue with the update." +msgstr "" +"Recuerda que este paquete sobreescribirá los ficheros actuales de Pandora " +"FMS. Se recomienda hacer un backup antes de continuar el proceso" + +#: ../../godmode/update_manager/update_manager.offline.php:41 +msgid "Click on the file below to begin." +msgstr "Click en el fichero de abajo para comenzar" + +#: ../../godmode/update_manager/update_manager.offline.php:42 +msgid "Updating" +msgstr "Actualizando" + +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." +msgstr "Paquete actualizado correctamente." + +#: ../../godmode/update_manager/update_manager.offline.php:44 +msgid "" +"If there are any database change, it will be applied on the next login." +msgstr "" +"Si hubiera algún cambio en la base de datos, será aplicado en próximo login " +"del usuario" + +#: ../../godmode/update_manager/update_manager.offline.php:45 +msgid "Package not updated." +msgstr "Paquete no actualizado." + +#: ../../godmode/update_manager/update_manager.offline.php:46 +msgid "Error in MR file" +msgstr "Error en el fichero MR" + +#: ../../godmode/update_manager/update_manager.offline.php:47 +msgid "MR not accepted" +msgstr "Minor Release no aceptada" + +#: ../../godmode/update_manager/update_manager.php:39 +msgid "Offline update manager" +msgstr "Gestor de actualizaciones offline" + +#: ../../godmode/update_manager/update_manager.php:43 +msgid "Online update manager" +msgstr "Gestor de actualizaciones online" + +#: ../../godmode/update_manager/update_manager.php:50 +msgid "Update manager messages" +msgstr "Mensajes del administrador de actualizaciones" + +#: ../../godmode/update_manager/update_manager.php:55 +msgid "Update manager » Setup" +msgstr "Configuración gestor de actualizaciones" + +#: ../../godmode/update_manager/update_manager.php:58 +msgid "Update manager » Offline" +msgstr "Gestor de actualizaciones offline" + +#: ../../godmode/update_manager/update_manager.php:61 +msgid "Update manager » Online" +msgstr "Gestor de actualizaciones online" + +#: ../../godmode/update_manager/update_manager.php:64 +msgid "Update manager » Messages" +msgstr "Administrador de actualizaciones » Mensajes" + +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +msgid "Mark as not read" +msgstr "Marcar como no leído" + +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +msgid "Mark as read" +msgstr "Marcar como leído" + +#: ../../godmode/update_manager/update_manager.messages.php:186 +msgid "There is not any update manager messages." +msgstr "No hay ningún mensaje del administrador de actualizaciones." + +#: ../../godmode/update_manager/update_manager.setup.php:58 +#: ../../godmode/update_manager/update_manager.setup.php:87 +msgid "Succesful Update the url config vars." +msgstr "Actualizadas con éxito las variables de configuración de la url" + +#: ../../godmode/update_manager/update_manager.setup.php:59 +#: ../../godmode/update_manager/update_manager.setup.php:88 +msgid "Unsuccesful Update the url config vars." +msgstr "Error al actualizar las variables de configuración de la url" + +#: ../../godmode/update_manager/update_manager.setup.php:100 +msgid "URL update manager:" +msgstr "URL gestor de actualizaciones" + +#: ../../godmode/update_manager/update_manager.setup.php:102 +msgid "URL update manager" +msgstr "URL update manager" + +#: ../../godmode/update_manager/update_manager.setup.php:104 +msgid "Proxy server:" +msgstr "Servidor Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:106 +msgid "Proxy server" +msgstr "Servidor proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:108 +msgid "Proxy port:" +msgstr "Puerto Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:110 +msgid "Proxy port" +msgstr "Puerto del proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:112 +msgid "Proxy user:" +msgstr "Usuario del Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:114 +msgid "Proxy user" +msgstr "Usuario del proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:116 +msgid "Proxy password:" +msgstr "Contraseña del Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:118 +msgid "Proxy password" +msgstr "Contraseña del proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:122 +msgid "Pandora FMS community reminder" +msgstr "Recordatorio de la comunidad de Pandora FMS" + +#: ../../godmode/update_manager/update_manager.setup.php:123 +msgid "" +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" +msgstr "" +"Cada 8 días, un mensaje será mostrado al administrador para que recuerde " +"registrar esta instancia de Pandora" + +#: ../../godmode/category/category.php:44 +#: ../../godmode/category/category.php:51 +#: ../../godmode/category/edit_category.php:43 +#: ../../godmode/category/edit_category.php:50 +msgid "List categories" +msgstr "Lista de categorías" + +#: ../../godmode/category/category.php:58 +#: ../../godmode/category/category.php:61 +#: ../../godmode/category/edit_category.php:57 +#: ../../godmode/category/edit_category.php:60 +msgid "Categories configuration" +msgstr "Configuración de categorías" + +#: ../../godmode/category/category.php:72 +msgid "Error deleting category" +msgstr "Error al eliminar categoría" + +#: ../../godmode/category/category.php:76 +msgid "Successfully deleted category" +msgstr "Categoría eliminada con éxito" + +#: ../../godmode/category/category.php:110 +msgid "Category name" +msgstr "Nombre de la categoría" + +#: ../../godmode/category/category.php:141 +msgid "No categories found" +msgstr "Ninguna categoría encontrada" + +#: ../../godmode/category/category.php:150 +#: ../../godmode/category/edit_category.php:146 +msgid "Create category" +msgstr "Crear categoría" + +#: ../../godmode/category/edit_category.php:57 +msgid "Editor" +msgstr "Editor" + +#: ../../godmode/category/edit_category.php:76 +msgid "Error updating category" +msgstr "Error al actualizar categoría" + +#: ../../godmode/category/edit_category.php:80 +msgid "Successfully updated category" +msgstr "Categoría actualizada con éxito" + +#: ../../godmode/category/edit_category.php:99 +msgid "Error creating category" +msgstr "Error al crear categoría" + +#: ../../godmode/category/edit_category.php:105 +msgid "Successfully created category" +msgstr "Categoría creada con éxito" + +#: ../../godmode/category/edit_category.php:137 +msgid "Update category" +msgstr "Actualizar categoría" + +#: ../../godmode/groups/configure_modu_group.php:32 +msgid "Module group management" +msgstr "gestión del grupo de módulos" + +#: ../../godmode/groups/configure_modu_group.php:51 +#: ../../godmode/groups/configure_group.php:70 +msgid "There was a problem loading group" +msgstr "Hubo un error al cargar la configuración del grupo" + +#: ../../godmode/groups/group_list.php:158 +msgid "Edit or delete groups can cause problems with synchronization" +msgstr "Editar o borrar grupos puede causar problemas con la sincronización" + +#: ../../godmode/groups/group_list.php:164 +msgid "Groups defined in Pandora" +msgstr "Grupos definidos en Pandora FMS" + +#: ../../godmode/groups/group_list.php:210 +#: ../../godmode/groups/modu_group_list.php:75 +msgid "Group successfully created" +msgstr "Grupo creado correctamente" + +#: ../../godmode/groups/group_list.php:213 +#: ../../godmode/groups/modu_group_list.php:78 +msgid "There was a problem creating group" +msgstr "Ha habido un problema al crear el grupo" + +#: ../../godmode/groups/group_list.php:217 +msgid "Each group must have a different name" +msgstr "Cada grupo debe tener un nombre diferente" + +#: ../../godmode/groups/group_list.php:222 +msgid "Group must have a name" +msgstr "El grupo debe tener un nombre" + +#: ../../godmode/groups/group_list.php:266 +#: ../../godmode/groups/modu_group_list.php:106 +msgid "Group successfully updated" +msgstr "Grupo actualizado correctamente" + +#: ../../godmode/groups/group_list.php:269 +#: ../../godmode/groups/modu_group_list.php:109 +msgid "There was a problem modifying group" +msgstr "Ha habido un problema al modificar el grupo" + +#: ../../godmode/groups/group_list.php:294 +#, php-format +msgid "The group is not empty. It is use in %s." +msgstr "El grupo no está vacío. Está en uso en %s." + +#: ../../godmode/groups/group_list.php:298 +#: ../../godmode/groups/modu_group_list.php:138 +msgid "Group successfully deleted" +msgstr "Grupo eliminado correctamente" + +#: ../../godmode/groups/group_list.php:301 +#: ../../godmode/groups/modu_group_list.php:136 +msgid "There was a problem deleting group" +msgstr "Ha habido un problema al borrar el grupo" + +#: ../../godmode/groups/group_list.php:390 +msgid "There are no defined groups" +msgstr "No hay grupos definidos" + +#: ../../godmode/groups/group_list.php:396 +#: ../../godmode/groups/configure_group.php:94 +msgid "Create group" +msgstr "Crear grupo" + +#: ../../godmode/groups/configure_group.php:92 +msgid "Update group" +msgstr "Actualizar grupo" + +#: ../../godmode/groups/configure_group.php:106 +msgid "Update Group" +msgstr "Actualizar Grupo" + +#: ../../godmode/groups/configure_group.php:108 +msgid "Create Group" +msgstr "Crear Grupo" + +#: ../../godmode/groups/configure_group.php:144 +msgid "You have not access to the parent." +msgstr "No tiene acceso al padre" + +#: ../../godmode/groups/configure_group.php:166 +msgid "Group Password" +msgstr "Contraseña del grupo" + +#: ../../godmode/groups/configure_group.php:174 +msgid "Propagate ACL" +msgstr "Propagar ACL" + +#: ../../godmode/groups/configure_group.php:174 +msgid "Propagate the same ACL security into the child subgroups." +msgstr "" +"Propaga la misma seguridad ACL del padre a todos los grupos hijos que " +"dependen de él" + +#: ../../godmode/groups/configure_group.php:186 +msgid "Contact" +msgstr "Contacto" + +#: ../../godmode/groups/configure_group.php:186 +msgid "Contact information accessible through the _groupcontact_ macro" +msgstr "Información de contacto accesible a través de _groupcontact_ macro" + +#: ../../godmode/groups/configure_group.php:190 +msgid "Information accessible through the _group_other_ macro" +msgstr "Información accesible a través de _group_other_ macro" + +#: ../../godmode/groups/configure_group.php:238 +msgid "" +"WARNING: You\\'re trying to create a group in a node member of a " +"metaconsole.\\n\\nThis group and all of this contents will not be visible in " +"the metaconsole.\\n\\nIf you want to create a visible group, you must do it " +"from the metaconsole and propagate to the node. " +msgstr "" +"ADVERTENCIA: Estás intentando crear un grupo en un nodo que es perteneciente " +"a una Metaconsola.\\n\\nEste grupo y todo su contenido no será visible en la " +"Metaconsola.\\n\\nSi quieres crear un grupo visible, debes de realizarlo en " +"la Metaconsola y propagarlo al nodo. " + +#: ../../godmode/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "Grupos de módulos definidos en Pandora" + +#: ../../godmode/groups/modu_group_list.php:82 +#: ../../godmode/groups/modu_group_list.php:113 +msgid "Each module group must have a different name" +msgstr "Cada grupo de módulos debe tener un nombre diferente" + +#: ../../godmode/groups/modu_group_list.php:86 +#: ../../godmode/groups/modu_group_list.php:117 +msgid "Module group must have a name" +msgstr "El grupo de módulos debe tener un nombre" + +#: ../../godmode/groups/modu_group_list.php:208 +msgid "There are no defined module groups" +msgstr "No hay grupos de módulos definidos" + +#: ../../godmode/groups/modu_group_list.php:213 +msgid "Create module group" +msgstr "crear grupo de módulos" + +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_nc_groups.php:40 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module management" +msgstr "Gestión de módulos" + +#: ../../godmode/modules/module_list.php:28 +msgid "Defined modules" +msgstr "Módulos definidos" + +#: ../../godmode/modules/module_list.php:50 +msgid "Problem modifying module" +msgstr "Problema al modificar los módulos" + +#: ../../godmode/modules/module_list.php:52 +msgid "Module updated successfully" +msgstr "Actualización de módulos correcta" + +#: ../../godmode/modules/manage_network_components_form_network.php:47 +msgid "SNMP Enterprise String" +msgstr "Cadena SNMP Enterprise" + +#: ../../godmode/modules/manage_network_components_form_network.php:50 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353 +#: ../../godmode/agentes/module_manager_editor_network.php:119 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714 +msgid "SNMP community" +msgstr "Comunidad SNMP" + +#: ../../godmode/modules/manage_network_components_form_network.php:90 +#: ../../godmode/agentes/module_manager_editor_network.php:171 +msgid "TCP send" +msgstr "Enviar TCP" + +#: ../../godmode/modules/manage_network_components_form_network.php:97 +#: ../../godmode/agentes/module_manager_editor_network.php:177 +msgid "TCP receive" +msgstr "Recibir TCP" + +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" +msgstr "Gestión de grupos de componentes de red" + +#: ../../godmode/modules/manage_nc_groups.php:58 +msgid "Could not be created. Blank name" +msgstr "No pudo ser creado. Nombre en blanco" + +#: ../../godmode/modules/manage_nc_groups.php:154 +#: ../../godmode/modules/manage_network_components.php:399 +#: ../../godmode/modules/manage_network_templates.php:85 +msgid "Successfully multiple deleted" +msgstr "Borrado múltiple satisfactorio" + +#: ../../godmode/modules/manage_nc_groups.php:155 +#: ../../godmode/modules/manage_network_components.php:400 +#: ../../godmode/modules/manage_network_templates.php:86 +msgid "Not deleted. Error deleting multiple data" +msgstr "No borrado. Error al borrar múltiples datos" + +#: ../../godmode/modules/manage_nc_groups.php:238 +msgid "There are no defined component groups" +msgstr "No hay grupos de componentes definidos" + +#: ../../godmode/modules/manage_nc_groups_form.php:54 +msgid "Update Group Component" +msgstr "Actualización de los componentes del grupo" + +#: ../../godmode/modules/manage_nc_groups_form.php:57 +msgid "Create Group Component" +msgstr "Crear componentes de grupo" + +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" +msgstr "Gestión de los componentes de red" + +#: ../../godmode/modules/manage_network_components.php:516 +msgid "Free Search" +msgstr "Búsqueda libre" + +#: ../../godmode/modules/manage_network_components.php:517 +msgid "Search by name, description, tcp send or tcp rcv, list matches." +msgstr "" +"Búsqueda por nombre, descripción, envío tcp o tcp rcv. Lista las concidencias" + +#: ../../godmode/modules/manage_network_components.php:569 +msgid "Max/Min" +msgstr "Máx/Mín" + +#: ../../godmode/modules/manage_network_components.php:595 +msgid "Network module" +msgstr "Módulo de la red" + +#: ../../godmode/modules/manage_network_components.php:599 +msgid "WMI module" +msgstr "Módulo WMI" + +#: ../../godmode/modules/manage_network_components.php:603 +msgid "Plug-in module" +msgstr "Módulo de plugin" + +#: ../../godmode/modules/manage_network_components.php:634 +msgid "There are no defined network components" +msgstr "No hay componentes de red definidos" + +#: ../../godmode/modules/manage_network_components.php:641 +msgid "Create a new network component" +msgstr "Crear un componente de red nuevo" + +#: ../../godmode/modules/manage_network_components.php:642 +msgid "Create a new plugin component" +msgstr "Crear un componente de complemento nuevo" + +#: ../../godmode/modules/manage_network_components.php:643 +msgid "Create a new WMI component" +msgstr "Crear un componente WMI nuevo" + +#: ../../godmode/modules/manage_network_components_form.php:253 +msgid "Update Network Component" +msgstr "Actualización de componente de red" + +#: ../../godmode/modules/manage_network_components_form.php:256 +msgid "Create Network Component" +msgstr "Crear componente de red" + +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" +msgstr "Gestión de plantillas de módulos" + +#: ../../godmode/modules/manage_network_templates_form.php:54 +msgid "Successfully deleted module from profile" +msgstr "Módulo borrado del perfil correctamente" + +#: ../../godmode/modules/manage_network_templates_form.php:55 +msgid "Error deleting module from profile" +msgstr "Error al borrar el módulo del perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:70 +msgid "Successfully added module to profile" +msgstr "Módulo añadido correctamente al perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:71 +msgid "Error adding module to profile" +msgstr "Error al añadir el módulo al perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:94 +msgid "Successfully updated network profile" +msgstr "Perfil de red actualizado correctamente" + +#: ../../godmode/modules/manage_network_templates_form.php:95 +msgid "Error updating network profile" +msgstr "Error al actualizar el perfil de red" + +#: ../../godmode/modules/manage_network_templates_form.php:110 +msgid "Successfully added network profile" +msgstr "Perfil de red añadido correctamente" + +#: ../../godmode/modules/manage_network_templates_form.php:111 +msgid "Error adding network profile" +msgstr "Error al añadir el perfil de red" + +#: ../../godmode/modules/manage_network_templates_form.php:116 +msgid "Cannot create a template without name" +msgstr "No se puede crear una plantilla sin nombre" + +#: ../../godmode/modules/manage_network_templates_form.php:184 +msgid "No modules for this profile" +msgstr "No existen módulos para este perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:224 +msgid "Add modules" +msgstr "Añadir módulos" + +#: ../../godmode/modules/manage_network_templates_form.php:302 +msgid "Components" +msgstr "Componentes" + +#: ../../godmode/modules/manage_network_components_form_common.php:109 +#: ../../godmode/agentes/module_manager_editor_common.php:258 +msgid "Advanced options Dynamic Threshold" +msgstr "Opciones avanzadas Rango Dinámico" + +#: ../../godmode/modules/manage_network_components_form_common.php:111 +msgid "Dynamic Min. " +msgstr "Dinámico mínimo. " + +#: ../../godmode/modules/manage_network_components_form_common.php:165 +msgid "Any value below this number is discarted" +msgstr "Cualquier valor por debajo de este número está descartado" + +#: ../../godmode/modules/manage_network_components_form_common.php:167 +msgid "Any value over this number is discarted" +msgstr "Cualquier valor por encima de este número está descartado" + +#: ../../godmode/modules/manage_network_components_form_common.php:212 +#: ../../godmode/agentes/module_manager_editor_common.php:478 +msgid "Tags available" +msgstr "Etiquetas disponibles" + +#: ../../godmode/modules/manage_network_components_form_common.php:219 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Add tags to module" +msgstr "Añadir etiquetas al módulo" + +#: ../../godmode/modules/manage_network_components_form_common.php:220 +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "Delete tags to module" +msgstr "Eliminar etiquetas del módulo" + +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/agentes/module_manager_editor_common.php:543 +msgid "Tags selected" +msgstr "Etiquetas seleccionadas" + +#: ../../godmode/modules/manage_network_components_form_common.php:379 +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +msgid "Normal Status" +msgstr "Estado normal" + +#: ../../godmode/modules/manage_network_components_form_common.php:380 +#: ../../godmode/agentes/module_manager_editor_common.php:1249 +msgid "Warning Status" +msgstr "Estado de aviso" + +#: ../../godmode/modules/manage_network_components_form_common.php:381 +#: ../../godmode/agentes/module_manager_editor_common.php:1250 +msgid "Critical Status" +msgstr "Estado crítico" + +#: ../../godmode/modules/manage_network_components_form_common.php:602 +#: ../../godmode/agentes/module_manager_editor_common.php:1471 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" +"Por favor introduzca un máximo de alerta mayor que el mínimo de alerta" + +#: ../../godmode/modules/manage_network_components_form_common.php:603 +#: ../../godmode/agentes/module_manager_editor_common.php:1472 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" +"Por favor introduzca un máximo de crítico mayor que el mínimo de crítico" + +#: ../../godmode/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" +msgstr "Plantilla borrada correctamente" + +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" +msgstr "Error al borrar la plantilla" + +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" +msgstr "Esta plantilla no existe" + +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" +msgstr "No hay ningún perfil de red definido" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:32 +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +msgid "WMI query" +msgstr "Consulta WMI" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +msgid "Key string" +msgstr "Texto clave" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +msgid "Field number" +msgstr "Campo número" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +msgid "Namespace" +msgstr "Espacio de nombres" + +#: ../../godmode/agentes/configurar_agente.php:187 +#: ../../godmode/agentes/configurar_agente.php:733 +msgid "No agent alias specified" +msgstr "No se ha especificado el alias del agente" + +#: ../../godmode/agentes/configurar_agente.php:268 +msgid "Could not be created, because name already exists" +msgstr "No se pudo crear, el nombre ya existe" + +#: ../../godmode/agentes/configurar_agente.php:385 +msgid "Agent wizard" +msgstr "Wizard de agente" + +#: ../../godmode/agentes/configurar_agente.php:397 +#: ../../godmode/agentes/configurar_agente.php:561 +msgid "SNMP Interfaces wizard" +msgstr "Wizard de interfaces SNMP" + +#: ../../godmode/agentes/configurar_agente.php:402 +#: ../../godmode/agentes/configurar_agente.php:564 +msgid "WMI Wizard" +msgstr "Wizard WMI" + +#: ../../godmode/agentes/configurar_agente.php:523 +msgid "Collection" +msgstr "Colección" + +#: ../../godmode/agentes/configurar_agente.php:531 +msgid "Agent plugins" +msgstr "Plugins del agente" + +#: ../../godmode/agentes/configurar_agente.php:546 +msgid "Gis" +msgstr "Gis" + +#: ../../godmode/agentes/configurar_agente.php:572 +msgid "SNMP explorer" +msgstr "Explorador SNMP" + +#: ../../godmode/agentes/configurar_agente.php:587 +msgid "Agent manager" +msgstr "Administrador de agente" + +#: ../../godmode/agentes/configurar_agente.php:647 +#: ../../godmode/agentes/configurar_agente.php:652 +msgid "No data to normalize" +msgstr "No hay datos para normalizar" + +#: ../../godmode/agentes/configurar_agente.php:656 +#, php-format +msgid "Deleted data above %f" +msgstr "Eliminar datos por encima de %f" + +#: ../../godmode/agentes/configurar_agente.php:657 +#, php-format +msgid "Error normalizing module %s" +msgstr "Error al normalizar el módulo %s" + +#: ../../godmode/agentes/configurar_agente.php:782 +msgid "There was a problem updating the agent" +msgstr "Hubo un problema al actualizar el agente" + +#: ../../godmode/agentes/configurar_agente.php:826 +msgid "There was a problem loading the agent" +msgstr "Hubo un problema al cargar el agente" + +#: ../../godmode/agentes/configurar_agente.php:1227 +msgid "" +"There was a problem updating module. Another module already exists with the " +"same name." +msgstr "" +"Hubo un problema al actualizar el módulo. Existe ya otro módulo con el mismo " +"nombre." + +#: ../../godmode/agentes/configurar_agente.php:1230 +msgid "" +"There was a problem updating module. Some required fields are missed: (name)" +msgstr "" +"Hubo un problema actualizando el módulo. Faltan algunos campos " +"requeridos:(nombre)" + +#: ../../godmode/agentes/configurar_agente.php:1233 +msgid "There was a problem updating module. \"No change\"" +msgstr "Hubo un problema al actualizar el módulo. \"Sin cambio\"" + +#: ../../godmode/agentes/configurar_agente.php:1238 +msgid "There was a problem updating module. Processing error" +msgstr "hubo un problema al actualizar el módulo. Error de procesamiento" + +#: ../../godmode/agentes/configurar_agente.php:1258 +msgid "Module successfully updated" +msgstr "Módulo actualizado correctamente" + +#: ../../godmode/agentes/configurar_agente.php:1367 +msgid "" +"There was a problem adding module. Another module already exists with the " +"same name." +msgstr "" +"Hubo un problema al añadir el módulo. Existe ya otro módulo con el mismo " +"nombre." + +#: ../../godmode/agentes/configurar_agente.php:1370 +msgid "" +"There was a problem adding module. Some required fields are missed : (name)" +msgstr "" +"Hubo un problema al añadir el módulo.Algunos campos requeridos faltan " +":(nombre)" + +#: ../../godmode/agentes/configurar_agente.php:1375 +msgid "There was a problem adding module. Processing error" +msgstr "Hubo un problema al añadir el módulo.Error de procesamiento" + +#: ../../godmode/agentes/configurar_agente.php:1511 +msgid "There was a problem deleting the module" +msgstr "Hubo un problema al borrar el módulo" + +#: ../../godmode/agentes/configurar_agente.php:1514 +msgid "Module deleted succesfully" +msgstr "Módulo borrado correctamente" + +#: ../../godmode/agentes/configurar_agente.php:1528 +#, php-format +msgid "copy of %s" +msgstr "copia de %s" + +#: ../../godmode/agentes/configurar_agente.php:1538 +#, php-format +msgid "copy of %s (%d)" +msgstr "copia de %s (%d)" + +#: ../../godmode/agentes/configurar_agente.php:1696 +#: ../../godmode/agentes/configurar_agente.php:1706 +msgid "Invalid tab specified" +msgstr "La solapa no es válida" + +#: ../../godmode/agentes/module_manager_editor.php:390 +msgid "This policy is applying and cannot be modified" +msgstr "Esta política se está aplicando y no puede ser modificada" + +#: ../../godmode/agentes/module_manager_editor.php:394 +msgid "Module will be linked in the next application" +msgstr "El módulo será enlazado en la próxima aplicación" + +#: ../../godmode/agentes/module_manager_editor.php:402 +msgid "Module will be unlinked in the next application" +msgstr "El módulo será desenlazado en la próxima aplicación" + +#: ../../godmode/agentes/module_manager_editor.php:490 +#, php-format +msgid "DEBUG: Invalid module type specified in %s:%s" +msgstr "DEBUG: tipo de módulo inválido especificado en %s:%s" + +#: ../../godmode/agentes/module_manager_editor.php:491 +msgid "" +"Most likely you have recently upgraded from an earlier version of Pandora " +"and either
                \n" +"\t\t\t\t1) forgot to use the database converter
                \n" +"\t\t\t\t2) used a bad version of the database converter (see Bugreport " +"#2124706 for the solution)
                \n" +"\t\t\t\t3) found a new bug - please report a way to duplicate this error" +msgstr "" +"Lo más probable es que haya actualizado recientemente una versión anterior " +"de Pandora FMS y, o bien
                \n" +"\n" +"\t \t \t \t 1) Se olvidó de utilizar el convertidor de la base de datos
                \n" +"\t \t \t \t 2) Ha usado una versión mala del convertidor de base de datos " +"(vea el informe de error # 2124706 para solucionarlo)
                \n" +"\t \t \t \t 3) Ha encontrado un nuevo error - por favor, indique una manera " +"de duplicar este error" + +#: ../../godmode/agentes/module_manager_editor.php:517 +#: ../../godmode/agentes/module_manager_editor_common.php:667 +msgid "Custom macros" +msgstr "Macros personalizadas" + +#: ../../godmode/agentes/module_manager_editor.php:519 +msgid "Module relations" +msgstr "Relaciones entre módulos" + +#: ../../godmode/agentes/module_manager_editor.php:565 +msgid "No module name provided" +msgstr "No se proporcionó ningún nombre de módulo" + +#: ../../godmode/agentes/module_manager_editor.php:566 +msgid "No target IP provided" +msgstr "No se proporcionó ninguna IP de destino" + +#: ../../godmode/agentes/module_manager_editor.php:567 +msgid "No SNMP OID provided" +msgstr "No se proporcionó ningún OID de SMTP" + +#: ../../godmode/agentes/module_manager_editor.php:568 +msgid "No module to predict" +msgstr "No existe ningún módulo para predecir" + +#: ../../godmode/agentes/module_manager_editor.php:569 +msgid "No plug-in provided" +msgstr "Complemento no proporcionado" + +#: ../../godmode/agentes/module_manager_editor.php:592 +msgid "" +"Error, The field name and name in module_name in data configuration are " +"different." +msgstr "" +"Error, el nombre del campo y el nombre de module_name en los datos de " +"configuración son diferentes." + +#: ../../godmode/agentes/planned_downtime.export_csv.php:199 +#: ../../godmode/agentes/planned_downtime.list.php:358 +msgid "No planned downtime" +msgstr "No hay ninguna parada planificada" + +#: ../../godmode/agentes/module_manager_editor_common.php:70 +msgid "Using module component" +msgstr "Utilizar módulo de librería" + +#: ../../godmode/agentes/module_manager_editor_common.php:76 +#: ../../godmode/agentes/module_manager_editor_common.php:85 +msgid "Manual setup" +msgstr "Configuración manual" + +#: ../../godmode/agentes/module_manager_editor_common.php:81 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 +msgid "No component was found" +msgstr "No se encontró ningún componente" + +#: ../../godmode/agentes/module_manager_editor_common.php:161 +msgid "Delete module" +msgstr "Eliminar Módulo" + +#: ../../godmode/agentes/module_manager_editor_common.php:180 +msgid "Module parent" +msgstr "Padre del módulo" + +#: ../../godmode/agentes/module_manager_editor_common.php:256 +msgid "Dynamic Threshold Interval" +msgstr "Intervalo de rango dinámico" + +#: ../../godmode/agentes/module_manager_editor_common.php:268 +msgid "Dynamic Threshold Min. " +msgstr "Rango dinámico mínimo " + +#: ../../godmode/agentes/module_manager_editor_common.php:271 +msgid "Dynamic Threshold Max. " +msgstr "Rango dinámico máximo " + +#: ../../godmode/agentes/module_manager_editor_common.php:274 +msgid "Dynamic Threshold Two Tailed: " +msgstr "Rango dinámico dos fallido " + +#: ../../godmode/agentes/module_manager_editor_common.php:280 +#: ../../godmode/agentes/module_manager_editor_common.php:301 +msgid "Min. " +msgstr "Min. " + +#: ../../godmode/agentes/module_manager_editor_common.php:385 +#: ../../godmode/agentes/module_manager_editor_common.php:388 +#, php-format +msgid "Agent interval x %s" +msgstr "Intervalo del agente x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:398 +#: ../../godmode/agentes/module_manager.php:733 +msgid "" +"The policy modules of data type will only update their intervals when policy " +"is applied." +msgstr "" +"Los módulos de política de tipo data solo actualizarán sus intervalos cuando " +"la política sea aplicada" + +#: ../../godmode/agentes/module_manager_editor_common.php:422 +msgid "Any value below this number is discarted." +msgstr "Cualquier valor por debajo de este número queda descartado" + +#: ../../godmode/agentes/module_manager_editor_common.php:424 +msgid "Any value over this number is discarted." +msgstr "Cualquier valor por encima de este número es descartado" + +#: ../../godmode/agentes/module_manager_editor_common.php:433 +msgid "Not needed" +msgstr "No necesario" + +#: ../../godmode/agentes/module_manager_editor_common.php:437 +msgid "" +"In case you use an Export server you can link this module and export data to " +"one these." +msgstr "" +"En caso de que use un Export server, puede enlazar este modulo y exportar " +"los datos con el export server." + +#: ../../godmode/agentes/module_manager_editor_common.php:471 +msgid "This value can be set only in the async modules." +msgstr "Solo debe establecerse este valor en los módulos asíncronos" + +#: ../../godmode/agentes/module_manager_editor_common.php:554 +msgid "Tags from policy" +msgstr "Etiquetas desde política" + +#: ../../godmode/agentes/module_manager_editor_common.php:567 +msgid "The module still stores data but the alerts and events will be stop" +msgstr "" +"El módulo todavía almacena datos, pero las alertas y eventos se detendrán" + +#: ../../godmode/agentes/module_manager_editor_common.php:590 +#: ../../godmode/agentes/module_manager_editor_common.php:600 +#: ../../godmode/agentes/module_manager_editor_common.php:611 +msgid "Cron from" +msgstr "Formulario de cron" + +#: ../../godmode/agentes/module_manager_editor_common.php:591 +#: ../../godmode/agentes/module_manager_editor_common.php:601 +#: ../../godmode/agentes/module_manager_editor_common.php:612 +msgid "" +"If cron is set the module interval is ignored and the module runs on the " +"specified date and time" +msgstr "" +"Si el cron está instalado el intervalo del módulo es ignorado y el módulo " +"corre con la fecha indicada" + +#: ../../godmode/agentes/module_manager_editor_common.php:595 +#: ../../godmode/agentes/module_manager_editor_common.php:605 +#: ../../godmode/agentes/module_manager_editor_common.php:616 +msgid "Cron to" +msgstr "Cron desde" + +#: ../../godmode/agentes/module_manager_editor_common.php:624 +msgid "Retries" +msgstr "Reintentos" + +#: ../../godmode/agentes/module_manager_editor_common.php:625 +msgid "Number of retries that the module will attempt to run." +msgstr "Número de intentos que el módulo intentara activar" + +#: ../../godmode/agentes/module_manager_editor_common.php:701 +msgid "Add relationship" +msgstr "Añadir relación" + +#: ../../godmode/agentes/module_manager_editor_common.php:719 +msgid "Changes" +msgstr "Cambios" + +#: ../../godmode/agentes/module_manager_editor_common.php:719 +msgid "Activate this to prevent the relation from being updated or deleted" +msgstr "Activar esta opción para evitar que sea actualizado o borrado" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298 +msgid "No agent selected or the agent does not exist" +msgstr "No se ha seleccionado un agente o ese agente no existe." + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286 +msgid "Successfully modules created" +msgstr "Módulos creados con éxito." + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296 +msgid "Another module already exists with the same name" +msgstr "Ya existe otro módulo con el mismo nombre" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 +msgid "Some required fields are missed" +msgstr "Faltan campos necesarios por rellenar" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299 +msgid "name" +msgstr "nombre" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304 +msgid "Processing error" +msgstr "Error de procesamiento" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706 +msgid "Use agent ip" +msgstr "Usar ip del agente" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739 +msgid "privacy pass" +msgstr "pase privado" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759 +msgid "SNMP Walk" +msgstr "Exploración SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401 +msgid "Unable to do SNMP walk" +msgstr "No se pudo realizar el SNMP walk" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435 +msgid "Interfaces" +msgstr "Interfaces" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875 +msgid "Create modules" +msgstr "Crear módulos" + +#: ../../godmode/agentes/module_manager_editor_network.php:152 +msgid "SNMP OID" +msgstr "SNMP OID" + +#: ../../godmode/agentes/agent_conf_gis.php:53 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"Cuando se cambia la posición de agente, el agente activa automáticamente la " +"opción 'Ignorar nuevos datos GIS '" + +#: ../../godmode/agentes/agent_conf_gis.php:60 +msgid "Agent position" +msgstr "Posición del agente" + +#: ../../godmode/agentes/agent_conf_gis.php:66 +msgid "Latitude: " +msgstr "Latitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:70 +msgid "Longitude: " +msgstr "Longitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:74 +msgid "Altitude: " +msgstr "Altitud: " + +#: ../../godmode/agentes/configure_field.php:36 +msgid "Update agent custom field" +msgstr "Actualizar campo personalizado" + +#: ../../godmode/agentes/configure_field.php:39 +msgid "Create agent custom field" +msgstr "Crear campo personalizado" + +#: ../../godmode/agentes/planned_downtime.editor.php:115 +#: ../../godmode/agentes/planned_downtime.editor.php:187 +#: ../../godmode/agentes/planned_downtime.editor.php:942 +msgid "This elements cannot be modified while the downtime is being executed" +msgstr "" +"Estos elementos no se pueden modificar mientras se está ejecutando el tiempo " +"de inactividad" + +#: ../../godmode/agentes/planned_downtime.editor.php:318 +msgid "Cannot be modified while the downtime is being executed" +msgstr "No pueden ser modificado mientras se está ejecutando la parada" + +#: ../../godmode/agentes/planned_downtime.editor.php:485 +msgid "Quiet: Modules will not generate events or fire alerts." +msgstr "Tranquilo: Módulos no generarán eventos o lanzar alertas." + +#: ../../godmode/agentes/planned_downtime.editor.php:486 +msgid "Disable Agents: Disables the selected agents." +msgstr "Deshabilitar agentes: Deshabilita los agentes seleccionados" + +#: ../../godmode/agentes/planned_downtime.editor.php:487 +msgid "Disable Alerts: Disable alerts for the selected agents." +msgstr "" +"Deshabilitar alertas: Deshabilita las alertas de los agentes seleccionados" + +#: ../../godmode/agentes/planned_downtime.editor.php:489 +#: ../../godmode/agentes/planned_downtime.list.php:428 +msgid "Disabled Agents" +msgstr "Agentes desactivados" + +#: ../../godmode/agentes/planned_downtime.editor.php:490 +#: ../../godmode/agentes/planned_downtime.list.php:429 +msgid "Disabled only Alerts" +msgstr "Deshabilitar sólo alertas" + +#: ../../godmode/agentes/planned_downtime.editor.php:494 +#: ../../godmode/agentes/planned_downtime.list.php:153 +msgid "Once" +msgstr "Una vez" + +#: ../../godmode/agentes/planned_downtime.editor.php:495 +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.list.php:434 +msgid "Periodically" +msgstr "Periodicamente" + +#: ../../godmode/agentes/planned_downtime.editor.php:500 +msgid "Configure the time" +msgstr "Configurar el tiempo" + +#: ../../godmode/agentes/planned_downtime.editor.php:531 +msgid "Type Periodicity:" +msgstr "Periodicidad del tipo" + +#: ../../godmode/agentes/planned_downtime.editor.php:533 +#: ../../godmode/agentes/module_manager_editor_prediction.php:152 +msgid "Weekly" +msgstr "Semanalmente" + +#: ../../godmode/agentes/planned_downtime.editor.php:534 +#: ../../godmode/agentes/module_manager_editor_prediction.php:153 +msgid "Monthly" +msgstr "Mensualmente" + +#: ../../godmode/agentes/planned_downtime.editor.php:569 +msgid "From day:" +msgstr "Desde el día:" + +#: ../../godmode/agentes/planned_downtime.editor.php:575 +msgid "To day:" +msgstr "Hasta el día:" + +#: ../../godmode/agentes/planned_downtime.editor.php:586 +msgid "From hour:" +msgstr "Desde la hora:" + +#: ../../godmode/agentes/planned_downtime.editor.php:594 +msgid "To hour:" +msgstr "Hasta la hora:" + +#: ../../godmode/agentes/planned_downtime.editor.php:637 +msgid "Available agents" +msgstr "Agentes disponibles" + +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +msgid "Filter by group" +msgstr "Filtrar por grupo" + +#: ../../godmode/agentes/planned_downtime.editor.php:714 +msgid "Available modules:" +msgstr "Módulos disponibles:" + +#: ../../godmode/agentes/planned_downtime.editor.php:715 +msgid "Only for type Quiet for downtimes." +msgstr "Sólo para tipo Quiet para paradas" + +#: ../../godmode/agentes/planned_downtime.editor.php:729 +msgid "Agents planned for this downtime" +msgstr "Agentes planificados para esta parada" + +#: ../../godmode/agentes/planned_downtime.editor.php:744 +msgid "There are no agents" +msgstr "No hay agentes" + +#: ../../godmode/agentes/planned_downtime.editor.php:780 +msgid "All alerts" +msgstr "Todas las alertas" + +#: ../../godmode/agentes/planned_downtime.editor.php:783 +msgid "Entire agent" +msgstr "Agente completo" + +#: ../../godmode/agentes/planned_downtime.editor.php:787 +#: ../../godmode/agentes/planned_downtime.editor.php:892 +msgid "All modules" +msgstr "Todos los módulos" + +#: ../../godmode/agentes/planned_downtime.editor.php:790 +#: ../../godmode/agentes/planned_downtime.editor.php:884 +#: ../../godmode/agentes/planned_downtime.editor.php:888 +msgid "Some modules" +msgstr "Algunos módulos" + +#: ../../godmode/agentes/planned_downtime.editor.php:856 +msgid "Add Module:" +msgstr "Añadir módulo:" + +#: ../../godmode/agentes/planned_downtime.editor.php:1072 +msgid "Please select a module." +msgstr "Por favor, seleccione un módulo" + +#: ../../godmode/agentes/planned_downtime.editor.php:1204 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" +"ADVERTENCIA: Si se modifica esta parada planificada, los datos de los " +"futuros informes SLA pueden ser alterados" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" +msgstr "Espacio libre en %s" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" +msgstr "%s modulos de servicio creados correctamente" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" +msgstr "Error creando %s modulos de servicio" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" +msgstr "%s módulos de proceso creados correctamente" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" +msgstr "Error al crear %s módulos de proceso" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, php-format +msgid "%s disk space modules created succesfully" +msgstr "%s módulos de espacio en disco creados correctamente" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 +#, php-format +msgid "Error creating %s disk space modules" +msgstr "Error creando %s modulos de espacio en disco" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 +#, php-format +msgid "%s modules created from components succesfully" +msgstr "%s módulos creados correctamente desde los componentes" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 +#, php-format +msgid "Error creating %s modules from components" +msgstr "Error al crear %s módulos desde los componentes" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676 +#, php-format +msgid "%s modules already exist" +msgstr "%s módulos ya existen" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" +msgstr "Explorador WMI" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "Imposible lanzar el Explorador WMI" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794 +msgid "Free space on disk" +msgstr "Espacio libre en disco" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "Componentes WMI" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798 +msgid "Wizard mode" +msgstr "Modo wizard" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 +msgid "Add to modules list" +msgstr "Añadir a lista de módulos" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865 +msgid "Remove from modules list" +msgstr "Eliminar de la lista de módulos" + +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027 +msgid "Modules list is empty" +msgstr "La lista de módulos está vacía." + +#: ../../godmode/agentes/agent_manager.php:156 +msgid "The agent's name must be the same as the one defined at the console" +msgstr "El nombre del agente debe ser el mismo que el definido en la consola" + +#: ../../godmode/agentes/agent_manager.php:159 +msgid "QR Code Agent view" +msgstr "Código QR de la vista de agente" + +#: ../../godmode/agentes/agent_manager.php:193 +msgid "This agent can be remotely configured" +msgstr "Este agente puede ser configurado remotamente" + +#: ../../godmode/agentes/agent_manager.php:196 +msgid "You can remotely edit this agent configuration" +msgstr "Puede editar remotamente la configuración de este agente" + +#: ../../godmode/agentes/agent_manager.php:203 +msgid "Delete agent" +msgstr "Borrar agente" + +#: ../../godmode/agentes/agent_manager.php:205 +msgid "Alias" +msgstr "Alias" + +#: ../../godmode/agentes/agent_manager.php:208 +msgid "Use alias as name" +msgstr "Usar el alias como nombre" + +#: ../../godmode/agentes/agent_manager.php:238 +msgid "Only it is show when
                the agent is saved." +msgstr "Solo muestra cuando
                el agente es guardado." + +#: ../../godmode/agentes/agent_manager.php:335 +msgid "Autodisable mode" +msgstr "Modo auto deshabilitado" + +#: ../../godmode/agentes/agent_manager.php:363 +msgid "Delete remote configuration file" +msgstr "Borrar el archivo de configuración remota." + +#: ../../godmode/agentes/agent_manager.php:366 +msgid "" +"Delete this conf file implies that for restore you must reactive remote " +"config in the local agent." +msgstr "" +"Borrar el archivo .conf implica que para restaurarlo, debe reactivar la " +"configuración remota en el agente local." + +#: ../../godmode/agentes/agent_manager.php:381 +msgid "Agent icon for GIS Maps." +msgstr "Icono de agente para mapas GIS." + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 +msgid "The SNMP remote plugin doesnt seem to be installed" +msgstr "El plugin remoto SNMP no parece estar instalado" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 +msgid "It is necessary to use some features" +msgstr "Necesita usar algunas características" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65 +msgid "" +"Please, install the SNMP remote plugin (The name of the plugin must be " +"snmp_remote.pl)" +msgstr "" +"Por favor, instale el plugin remoto de SNMP (El nombre del plugin debe ser " +"snmp_remote.pl)" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253 +msgid "Remote system doesnt support host SNMP information" +msgstr "Sistema remoto no soporta información del host SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338 +msgid "The number of bytes read from this device since boot" +msgstr "El número de bytes leídos desde este dispositivo desde el arranque" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340 +msgid "The number of bytes written to this device since boot" +msgstr "El número de bytes escritos en este dispositivo desde el arranque" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342 +msgid "The number of read accesses from this device since boot" +msgstr "" +"El número de lectura accesible desde este dispositivo desde el arranque" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344 +msgid "The number of write accesses from this device since boot" +msgstr "" +"El número de escritura accesible desde este dispositivo desde el arranque" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "Compruebe si el proceso %s se está ejecutando correctamente" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590 +msgid "Disk use information" +msgstr "Información del disco en uso" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661 +#, php-format +msgid "%s modules created succesfully" +msgstr "%s módulos creados correctamente" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671 +#, php-format +msgid "Error creating %s modules" +msgstr "Error al crear %s módulos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 +msgid "Modules created succesfully" +msgstr "Módulos creados con éxito" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763 +msgid "" +"If the device is a network device, try with the SNMP Interfaces wizard" +msgstr "" +"Si el dispositivo es un dispositivo de red, pruebe con el Wizard de interfaz " +"SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +msgid "Devices" +msgstr "Dispositivos" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795 +msgid "Temperature sensors" +msgstr "Sensores de temperatura" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796 +msgid "Other SNMP data" +msgstr "Otros datos SNMP" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "Se necesita el plugin remoto SNMP para esta funcionalidad" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932 +msgid "Device" +msgstr "Dispositivo" + +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980 +msgid "Temperature" +msgstr "Temperatura" + +#: ../../godmode/agentes/modificar_agente.php:62 +msgid "Agents defined in Pandora" +msgstr "Agentes definidos en Pandora" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Success deleted agent." +msgstr "Agente eliminado correctamente" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Could not be deleted." +msgstr "No pudo ser borrado." + +#: ../../godmode/agentes/modificar_agente.php:94 +msgid "Maybe the files conf or md5 could not be deleted" +msgstr "Los ficheros conf o md5 han podido no ser borrados" + +#: ../../godmode/agentes/modificar_agente.php:154 +msgid "Show Agents" +msgstr "Mostrar Agentes" + +#: ../../godmode/agentes/modificar_agente.php:156 +msgid "Everyone" +msgstr "Todos" + +#: ../../godmode/agentes/modificar_agente.php:481 +msgid "Remote agent configuration" +msgstr "Configuración remota del agente" + +#: ../../godmode/agentes/modificar_agente.php:481 +msgid "R" +msgstr "R" + +#: ../../godmode/agentes/modificar_agente.php:597 +msgid "Edit remote config" +msgstr "Editar configuración remota" + +#: ../../godmode/agentes/modificar_agente.php:624 +msgid "Enable agent" +msgstr "Habilitar agente" + +#: ../../godmode/agentes/modificar_agente.php:629 +msgid "Disable agent" +msgstr "Deshabilitar agente" + +#: ../../godmode/agentes/fields_manager.php:31 +msgid "Agents custom fields manager" +msgstr "Gestor de campos personalizados del agente." + +#: ../../godmode/agentes/fields_manager.php:44 +msgid "The name must not be empty" +msgstr "El nombre no puede estar vacío" + +#: ../../godmode/agentes/fields_manager.php:47 +msgid "The name must be unique" +msgstr "El nombre debe ser único" + +#: ../../godmode/agentes/fields_manager.php:52 +msgid "Field successfully created" +msgstr "Se ha creado el campo" + +#: ../../godmode/agentes/fields_manager.php:69 +msgid "Field successfully updated" +msgstr "Se ha actualizado el campo" + +#: ../../godmode/agentes/fields_manager.php:72 +msgid "There was a problem modifying field" +msgstr "Ha habido un problema al modificar el campo" + +#: ../../godmode/agentes/fields_manager.php:82 +msgid "There was a problem deleting field" +msgstr "Ha habido un problema al borrar el campo" + +#: ../../godmode/agentes/fields_manager.php:84 +msgid "Field successfully deleted" +msgstr "El campo se ha borrado correctamente" + +#: ../../godmode/agentes/fields_manager.php:138 +msgid "Create field" +msgstr "Crear campo" + +#: ../../godmode/agentes/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "No hay incidentes asociados a este agente" + +#: ../../godmode/agentes/module_manager.php:78 +msgid "Create a new data server module" +msgstr "Crear un nuevo módulo de servidor de datos" + +#: ../../godmode/agentes/module_manager.php:80 +msgid "Create a new network server module" +msgstr "Crear un nuevo módulo de servidor de red" + +#: ../../godmode/agentes/module_manager.php:82 +msgid "Create a new plugin server module" +msgstr "Crear un nuevo módulo de servidor de complementos" + +#: ../../godmode/agentes/module_manager.php:84 +msgid "Create a new WMI server module" +msgstr "Crear un nuevo módulo de servidor WMI" + +#: ../../godmode/agentes/module_manager.php:86 +msgid "Create a new prediction server module" +msgstr "Crear un nuevo módulo de servidor de predicción" + +#: ../../godmode/agentes/module_manager.php:148 +msgid "Get more modules in Pandora FMS Library" +msgstr "Más módulos en la librería de Pandora FMS" + +#: ../../godmode/agentes/module_manager.php:175 +msgid "Nice try buddy" +msgstr "Buen intento amigo" + +#: ../../godmode/agentes/module_manager.php:272 +#, php-format +msgid "There was a problem deleting %s modules, none deleted." +msgstr "Ha habido un problema borrando %s módulos. No se ha borrado ninguno." + +#: ../../godmode/agentes/module_manager.php:277 +msgid "All Modules deleted succesfully" +msgstr "Todos los módulos han sido borrados correctamente." + +#: ../../godmode/agentes/module_manager.php:281 +#, php-format +msgid "There was a problem only deleted %s modules of %s total." +msgstr "Ha habido un problema borrando %s módulo(s) de %s" + +#: ../../godmode/agentes/module_manager.php:569 +msgid "D." +msgstr "D." + +#: ../../godmode/agentes/module_manager.php:716 +msgid "Non initialized module" +msgstr "Módulo no inicializado" + +#: ../../godmode/agentes/module_manager.php:749 +msgid "Enable module" +msgstr "Habilitar el módulo" + +#: ../../godmode/agentes/module_manager.php:754 +msgid "Disable module" +msgstr "Deshabilitar el módulo" + +#: ../../godmode/agentes/module_manager.php:769 +msgid "Normalize" +msgstr "Normalizar" + +#: ../../godmode/agentes/module_manager.php:775 +msgid "Normalize (Disabled)" +msgstr "Normalizar (deshabilitado)" + +#: ../../godmode/agentes/module_manager.php:789 +msgid "Create network component (Disabled)" +msgstr "Crear componentes de red (desactivado)" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:91 +msgid "Source module" +msgstr "Módulo origen" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:119 +#: ../../godmode/agentes/module_manager_editor_prediction.php:144 +msgid "Select Module" +msgstr "Seleccionar módulo" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:154 +msgid "Daily" +msgstr "Diariamente" + +#: ../../godmode/agentes/planned_downtime.list.php:46 +msgid "An error occurred while migrating the malformed planned downtimes" +msgstr "" +"Ha ocurrido un error mientras se migraban paradas planificadas mal formadas" + +#: ../../godmode/agentes/planned_downtime.list.php:47 +msgid "Please run the migration again or contact with the administrator" +msgstr "" +"Por favor, ejecute el script de migración de nuevo o contacte con el " +"administrador" + +#: ../../godmode/agentes/planned_downtime.list.php:79 +msgid "An error occurred stopping the planned downtime" +msgstr "Se produjo un error deteniendo la parada planificada" + +#: ../../godmode/agentes/planned_downtime.list.php:101 +msgid "This planned downtime is running" +msgstr "Esta parada planificada se está ejecutando" + +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Execution type" +msgstr "Tipo de ejecución" + +#: ../../godmode/agentes/planned_downtime.list.php:156 +msgid "Show past downtimes" +msgstr "Mostrar paradas antiguas" + +#: ../../godmode/agentes/planned_downtime.list.php:391 +msgid "Name #Ag." +msgstr "Nombre (núm. ag.)" + +#: ../../godmode/agentes/planned_downtime.list.php:397 +#: ../../godmode/agentes/planned_downtime.list.php:446 +msgid "Running" +msgstr "Ejecutándose" + +#: ../../godmode/agentes/planned_downtime.list.php:400 +#: ../../godmode/agentes/planned_downtime.list.php:456 +msgid "Stop downtime" +msgstr "Detener parada planificada" + +#: ../../godmode/agentes/planned_downtime.list.php:433 +msgid "once" +msgstr "Una vez" + +#: ../../godmode/agentes/planned_downtime.list.php:442 +msgid "Not running" +msgstr "No está en ejecución" + +#: ../../godmode/agentes/planned_downtime.list.php:535 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" +"ADVERTENCIA: Si se borra esta parada planificada, no se tendrá en cuenta en " +"futuros informes SLA" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "WARNING: There are malformed planned downtimes" +msgstr "ADVERTENCIA: Hay paradas planificadas mal formadas" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "Do you want to migrate automatically the malformed items?" +msgstr "¿Quiere migrar automáticamente los elementos mal formados?" + +#: ../../godmode/agentes/agent_template.php:69 +msgid "Created by template " +msgstr "Creado mediante la plantilla " + +#: ../../godmode/agentes/agent_template.php:157 +msgid "Error adding modules" +msgstr "Error añadiendo módulos" + +#: ../../godmode/agentes/agent_template.php:159 +msgid "Error adding modules. The following errors already exists: " +msgstr "Error añadiendo módulos. Ocurrieron los siguientes errores: " + +#: ../../godmode/agentes/agent_template.php:162 +msgid "Modules successfully added" +msgstr "Módulos añadidos correctamente" + +#: ../../godmode/agentes/agent_template.php:189 +msgid "Assign" +msgstr "Asignar" + +#: ../../godmode/tag/tag.php:80 +msgid "Number of modules" +msgstr "Número de módulos" + +#: ../../godmode/tag/tag.php:82 +msgid "Number of policy modules" +msgstr "Número de módulos de política" + +#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53 +#: ../../godmode/tag/edit_tag.php:64 +msgid "List tags" +msgstr "Listar etiquetas" + +#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68 +msgid "Tags configuration" +msgstr "Configuración de etiquetas" + +#: ../../godmode/tag/tag.php:121 +msgid "Error deleting tag" +msgstr "Error eliminando la etiqueta" + +#: ../../godmode/tag/tag.php:125 +msgid "Successfully deleted tag" +msgstr "Etiqueta eliminada satisfactoriamente" + +#: ../../godmode/tag/tag.php:199 +msgid "Tag name" +msgstr "Nombre de etiqueta" + +#: ../../godmode/tag/tag.php:201 +msgid "Detail information" +msgstr "Información de los detalles" + +#: ../../godmode/tag/tag.php:202 +msgid "Number of modules affected" +msgstr "Número de módulos afectados" + +#: ../../godmode/tag/tag.php:222 +msgid "Tag details" +msgstr "Detalles de tag" + +#: ../../godmode/tag/tag.php:249 +#, php-format +msgid "Emails for the tag: %s" +msgstr "Correos para el tag: %s" + +#: ../../godmode/tag/tag.php:264 +#, php-format +msgid "Phones for the tag: %s" +msgstr "Teléfonos par el taf: %s" + +#: ../../godmode/tag/tag.php:282 +msgid "No tags defined" +msgstr "Tags no definidos" + +#: ../../godmode/tag/tag.php:298 +msgid "Create tag" +msgstr "Crear etiqueta" + +#: ../../godmode/tag/edit_tag.php:92 +msgid "Error updating tag" +msgstr "Error actualizando etiqueta" + +#: ../../godmode/tag/edit_tag.php:96 +msgid "Successfully updated tag" +msgstr "Etiqueta actualizada satisfactoriamente" + +#: ../../godmode/tag/edit_tag.php:122 +msgid "Error creating tag" +msgstr "Error creando etiqueta" + +#: ../../godmode/tag/edit_tag.php:128 +msgid "Successfully created tag" +msgstr "Etiqueta creada satisfactoriamente" + +#: ../../godmode/tag/edit_tag.php:161 +msgid "Update Tag" +msgstr "Actualizar Etiqueta" + +#: ../../godmode/tag/edit_tag.php:164 +msgid "Create Tag" +msgstr "Crear etiqueta" + +#: ../../godmode/tag/edit_tag.php:187 +msgid "Hyperlink to help information that has to exist previously." +msgstr "Hiperenlace a la información de ayuda que debe existir previamente." + +#: ../../godmode/tag/edit_tag.php:197 +msgid "Associated Email direction to use later in alerts associated to Tags." +msgstr "" +"Direccion de email asociada para utilizarla después en alertas asociadas a " +"Tags" + +#: ../../godmode/tag/edit_tag.php:207 +msgid "Associated phone number to use later in alerts associated to Tags." +msgstr "" +"Número de teléfono asociado para usar posteriormente en alertas asociadas a " +"Tags" + +#~ msgid "Global health" +#~ msgstr "Salud global" + +#~ msgid "Stacked" +#~ msgstr "Apilado" + +#~ msgid "You don't have access" +#~ msgstr "No tiene acceso" + +#~ msgid "Layout" +#~ msgstr "Diseño" + +#~ msgid "Simple" +#~ msgstr "Simple" #~ msgid "Updated at realtime" #~ msgstr "actualizado en tiempo real" +#~ msgid "Operator" +#~ msgstr "Operador" + #~ msgid "Criticity" #~ msgstr "Criticidad" -#~ msgid "Main event view" -#~ msgstr "Vista principal de eventos" +#~ msgid ">=" +#~ msgstr ">=" + +#~ msgid "<" +#~ msgstr "<" + +#~ msgid "" +#~ "Show a resume table with max, min, average of total modules on the report " +#~ "bottom" +#~ msgstr "" +#~ "Mostrar una tabla resumen con el máximo, el mínimo y la media de los módulos " +#~ "totales al final del informe" + +#~ msgid "Task" +#~ msgstr "Tarea" + +#~ msgid "Zoom" +#~ msgstr "Ampliación" #~ msgid "Search by any alphanumeric field in the trap" #~ msgstr "Buscar por cualquier campo alfanumérico en el trap" @@ -36483,6 +23913,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Policies view" #~ msgstr "Vista de política" +#~ msgid "Groups view" +#~ msgstr "Vista de grupos" + #~ msgid "Topology view" #~ msgstr "Vista de la topología" @@ -36513,6 +23946,12 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Map options" #~ msgstr "Opciones del mapa" +#~ msgid "INFO" +#~ msgstr "INFO" + +#~ msgid "ERROR" +#~ msgstr "ERROR" + #~ msgid "Assigned user" #~ msgstr "Usuario asignado" @@ -36534,6 +23973,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "said" #~ msgstr "dijo" +#~ msgid "Hours" +#~ msgstr "Horas" + #~ msgid "Not closed" #~ msgstr "No cerrado" @@ -36555,6 +23997,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "New Incident" #~ msgstr "Nuevo Incidente" +#~ msgid "Tracking" +#~ msgstr "Seguimiento" + #~ msgid "Generic upload error" #~ msgstr "Error de subida genérico" @@ -36575,6 +24020,18 @@ msgstr "El usuario solo puede usar la API" #~ "arriba, esos valores reemplazarán a los campos con el mismo nombre asociados " #~ "a las Acciones aplicadas a la plantilla." +#~ msgid "Decrease Weight" +#~ msgstr "Reducir el peso" + +#~ msgid "Increase Weight" +#~ msgstr "Incrementar el peso" + +#~ msgid "Query SQL" +#~ msgstr "Consulta SQL" + +#~ msgid "SQL preview" +#~ msgstr "Previsualización del SQL" + #~ msgid "Items filter" #~ msgstr "Filtro de items" @@ -36608,9 +24065,39 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Not executed" #~ msgstr "No ejecutado/a" +#~ msgid "No agent name specified" +#~ msgstr "No se especificó el nombre del agente" + #~ msgid "There is already an agent in the database with this name" #~ msgstr "Ya existe un agente con ese nombre en la base de datos" +#~ msgid "Data Copy" +#~ msgstr "Copia de datos" + +#~ msgid "No selected agents to copy" +#~ msgstr "No se han seleccionado agentes destino para la copia" + +#~ msgid "Making copy of configuration file for" +#~ msgstr "Creando una copia del archivo de configuración de" + +#~ msgid "Remote configuration management" +#~ msgstr "Gestión de configuración remota" + +#~ msgid "Source group" +#~ msgstr "Grupo origen" + +#~ msgid "To agent(s):" +#~ msgstr "Agente(s) destino:" + +#~ msgid "Replicate configuration" +#~ msgstr "Replicar configuración" + +#~ msgid "Duplicate config" +#~ msgstr "Duplicar configuración" + +#~ msgid "Manage modules" +#~ msgstr "Gestionar módulos" + #~ msgid "No action selected" #~ msgstr "No se ha seleccionado ninguna acción" @@ -36676,6 +24163,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Ping to " #~ msgstr "Ping a " +#~ msgid "Server connection failed" +#~ msgstr "Falló la conexión con el servidor" + #~ msgid "Inside limits" #~ msgstr "Dentro de los límites" @@ -36685,6 +24175,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Empty graph" #~ msgstr "Gráfica vacía" +#~ msgid "Go to agent detail" +#~ msgstr "Ir al detalle del agente" + #~ msgid "License Info" #~ msgstr "Información sobre la licencia" @@ -36834,6 +24327,15 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Error updating user. Id_user doesn't exists." #~ msgstr "Error actualizando ususario. Id_user no existe." +#~ msgid " md5 file" +#~ msgstr " fichero MD5" + +#~ msgid " config file" +#~ msgstr " fichero de configuración" + +#~ msgid "Copied " +#~ msgstr "Copiado " + #, php-format #~ msgid "projection for %s" #~ msgstr "proyección para %s" @@ -36859,6 +24361,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "No Validated" #~ msgstr "No validado" +#~ msgid "Incorrect format in Subnet field" +#~ msgstr "Formato incorrecto en el campo Subred" + #~ msgid "Events by criticity" #~ msgstr "Eventos por criticidad" @@ -36872,6 +24377,12 @@ msgstr "El usuario solo puede usar la API" #~ msgid "There are no scheduled downtimes" #~ msgstr "No hay paradas planificadas" +#~ msgid "Module macros" +#~ msgstr "Macros de módulos" + +#~ msgid "Throw unknown events" +#~ msgstr "Generar eventos desconocidos" + #~ msgid "Cron" #~ msgstr "Cron" @@ -36881,6 +24392,13 @@ msgstr "El usuario solo puede usar la API" #~ msgid "No special days configured" #~ msgstr "No hay días especiales configurados" +#~ msgid "" +#~ "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +#~ "Single value, each Custom OIDs/Datas." +#~ msgstr "" +#~ "Búsqueda por descripción de los campos, OIS, Valores personalizados, Agentes " +#~ "(IP) SNMP, Valor único, cada OIDs/Datas personalizado." + #~ msgid "Paginate module view" #~ msgstr "Paginar vista de módulos" @@ -36898,14 +24416,99 @@ msgstr "El usuario solo puede usar la API" #~ "elimine la dirección del servidor remoto del setup del plugin del Update " #~ "Manager." -#~ msgid "" -#~ "If there are any database change, it will be applied on the next login." -#~ msgstr "" -#~ "Si hubiera algún cambio en la base de datos, será aplicado en próximo login " -#~ "del usuario" +#~ msgid "Policies operations" +#~ msgstr "Operaciones de las políticas" -#~ msgid "Package not updated." -#~ msgstr "Paquete no actualizado." +#~ msgid "SNMP operations" +#~ msgstr "Operaciones SNMP" + +#~ msgid "Satellite operations" +#~ msgstr "Operaciones satélite" + +#~ msgid "Inventory modules" +#~ msgstr "Módulos de inventario" + +#~ msgid "Local components" +#~ msgstr "Componentes locales" + +#~ msgid "Manage policies" +#~ msgstr "Gestionar políticas" + +#~ msgid "Skins" +#~ msgstr "Skins" + +#~ msgid "Export targets" +#~ msgstr "Servidores de exportación" + +#~ msgid "Event alerts" +#~ msgstr "Alertas de eventos" + +#~ msgid "Log Collector" +#~ msgstr "Colector de Logs" + +#~ msgid "Error updating export target" +#~ msgstr "Error al actualizar el servidor de exportación" + +#~ msgid "Successfully updated export target" +#~ msgstr "Servidor de exportación actualizado correctamente" + +#~ msgid "Error deleting export target" +#~ msgstr "Error al borrar el servidor de exportación" + +#~ msgid "Successfully deleted export target" +#~ msgstr "Servidor de exportación borrado correctamente" + +#~ msgid "" +#~ "Can't be created export target: User and password must be filled with FTP " +#~ "mode" +#~ msgstr "" +#~ "No puede crearse target de exportación: El usuario y la contraseña deben ser " +#~ "completadas con el modo de FTP" + +#~ msgid "Preffix" +#~ msgstr "Prefijo" + +#~ msgid "Transfer mode" +#~ msgstr "Modo de transferencia" + +#~ msgid "Target directory" +#~ msgstr "Directorio objetivo" + +#~ msgid "Extra options" +#~ msgstr "Opciones adicionales" + +#~ msgid "Create Service" +#~ msgstr "Crear Servicio" + +#~ msgid "Service created successfully" +#~ msgstr "Servicio creado correctamente" + +#~ msgid "Error creating service" +#~ msgstr "Error al crear servicio" + +#~ msgid "Service updated successfully" +#~ msgstr "Servicio actualizado correctamente" + +#~ msgid "Error updating service" +#~ msgstr "Error al actualizar el sevicio" + +#~ msgid "Not found" +#~ msgstr "No encontrado" + +#~ msgid "New Service" +#~ msgstr "Nuevo servicio" + +#~ msgid "Config Service" +#~ msgstr "Configurar Servicios" + +#~ msgid "Config Elements" +#~ msgstr "Configurar Elementos" + +#~ msgid "View Service" +#~ msgstr "Ver Servicio" + +#~ msgid "Service map" +#~ msgstr "Mapa del Servicio" #~ msgid "" #~ "In manual mode you should set the weights manually. In auto mode the weights " @@ -36918,15 +24521,1214 @@ msgstr "El usuario solo puede usar la API" #~ "En modo simple, sólo se utilizarán los elementos configurados como " #~ "'elementos críticos' para calcular el estado del servicio." +#~ msgid "" +#~ "This values are by default because the service is auto calculate mode." +#~ msgstr "" +#~ "Estos valores están por defecto porque el servicio está en modo auto-cálculo" + +#~ msgid "Agent to store data" +#~ msgstr "Agentes para almacenar datos" + +#~ msgid "S.L.A. interval" +#~ msgstr "Intervalo SLA" + +#~ msgid "S.L.A. limit" +#~ msgstr "Límite SLA" + +#~ msgid "Please set limit between 0 to 100." +#~ msgstr "Por favor, introduzca un límite de 0 a 100" + +#~ msgid "" +#~ "Here are described the alert templates, which will use their default " +#~ "actions.\n" +#~ "\t\tYou can modify the default behaviour editing alerts in the agent who " +#~ "stores data and alert definitions about the service and the SLA status." +#~ msgstr "" +#~ "Aquí se describen las plantillas de alertas, que utilizarán sus acciones por " +#~ "defecto.\n" +#~ "\t\tPuedes modificar el comportambiento de las alertas de edición de " +#~ "comportamiento por defecto en el agente que almacena definiciones de datos y " +#~ "alerta sobre el servicio y el estado de SLA." + +#~ msgid "Warning Service alert" +#~ msgstr "Alerta de advertencia del servicio" + +#~ msgid "Critical Service alert" +#~ msgstr "Alerta crítica del servicio" + +#~ msgid "SLA critical service alert" +#~ msgstr "Alerta crítica de servicio SLA." + +#~ msgid "Edit service elements" +#~ msgstr "Editar elementos del servicio" + +#~ msgid "Error empty module" +#~ msgstr "Error al vaciar los módulos" + +#~ msgid "Error empty agent" +#~ msgstr "Error al vaciar el agente" + +#~ msgid "Error empty service" +#~ msgstr "Error al vaciar el servicio" + +#~ msgid "Service element created successfully" +#~ msgstr "Elemento del servicio creado correctamente" + +#~ msgid "Error creating service element" +#~ msgstr "Error al crear elemento de servicio" + +#~ msgid "Service element updated successfully" +#~ msgstr "Elemento de servicio actualizado correctamente" + +#~ msgid "Error updating service element" +#~ msgstr "Error al actualizar el elemento de sevicio" + +#~ msgid "Service element deleted successfully" +#~ msgstr "Elemento de servicio eliminado correctamente" + +#~ msgid "Error deleting service element" +#~ msgstr "Error al eliminar el elemento de servicio" + +#~ msgid "Edit element service" +#~ msgstr "Editar elemento de servicio" + +#~ msgid "Create element service" +#~ msgstr "Crear elemento de sevicio" + +#~ msgid "First select an agent" +#~ msgstr "Primero, seleccione un agente" + +#~ msgid "Critical weight" +#~ msgstr "Peso crítico" + +#~ msgid "Warning weight" +#~ msgstr "Advertencia de peso" + +#~ msgid "Unknown weight" +#~ msgstr "Peso desconocido" + +#~ msgid "Ok weight" +#~ msgstr "Peso correcto" + +#~ msgid "" +#~ "Only the critical elements are relevant to calculate the service status" +#~ msgstr "" +#~ "Solo los elementos críticos son relevantes para calcular el estado del " +#~ "servicio" + +#~ msgid "Show extended info" +#~ msgstr "Mostrar más info" + +#~ msgid "" +#~ "Maybe delete the extended data or the audit data is previous to table " +#~ "tsession_extended." +#~ msgstr "" +#~ "Puede que se haya borrado información exntendida, o que la información de " +#~ "auditoría sea previa a la instalación enterprise." + +#~ msgid "Security check is ok." +#~ msgstr "La comprobación de seguridad está ok" + +#~ msgid "Security check is fail." +#~ msgstr "La comprobación de seguridad ha fallado" + +#~ msgid "Extended info:" +#~ msgstr "Información extendida" + +#~ msgid "The changes on this field are linked with the configuration data." +#~ msgstr "Los cambios en este campo están unidos con la configuración de datos" + +#~ msgid "Using local component" +#~ msgstr "Usando componente local" + +#~ msgid "Show configuration data" +#~ msgstr "Mostrar datos de configuración" + +#~ msgid "Hide configuration data" +#~ msgstr "Ocultar datos de configuración" + +#~ msgid "Data configuration" +#~ msgstr "Configuración de datos" + +#~ msgid "Load basic" +#~ msgstr "cargar básicos" + +#~ msgid "Load a basic structure on data configuration" +#~ msgstr "Cargar una estructura básica en la configuración de datos" + +#~ msgid "Check" +#~ msgstr "Comprobar" + +#~ msgid "Check the correct structure of the data configuration" +#~ msgstr "Comprobar la estructura correcta de la configuración de datos" + +#~ msgid "First line must be \"module_begin\"" +#~ msgstr "La primera línea tiene que ser \"module_begin\"" + +#~ msgid "Data configuration is empty" +#~ msgstr "La configuración de datos está vacía" + +#~ msgid "Last line must be \"module_end\"" +#~ msgstr "La última línea tiene que ser \"module_end\"" + +#~ msgid "" +#~ "Name is missed. Please add a line with \"module_name yourmodulename\" to " +#~ "data configuration" +#~ msgstr "" +#~ "Falta el nombre. Por favor, introduzca una línea con \"module_name " +#~ "yourmodulename\" a la configuración de datos" + +#~ msgid "" +#~ "Type is missed. Please add a line with \"module_type yourmoduletype\" to " +#~ "data configuration" +#~ msgstr "" +#~ "Falta el tipo. Por favor, introduzca una línea con \"module_type " +#~ "yourmoduletype\" a la configuración de datos" + +#~ msgid "Type is wrong. Please set a correct type" +#~ msgstr "El tipo es incorrecto. Por favor, introduzca un tipo correcto" + +#~ msgid "There is a line with a unknown token 'token_fail'." +#~ msgstr "Hay una línea con un token desconocido \"token_fail\"." + +#~ msgid "Error in the syntax, please check the data configuration." +#~ msgstr "" +#~ "Error en la sintaxis, compruebe la configuración de datos, por favor." + +#~ msgid "Data configuration are built correctly" +#~ msgstr "La configuración de datos se ha construido correctamente" + +#~ msgid "Plug-in deleted succesfully" +#~ msgstr "Plugin eliminado correctamente" + +#~ msgid "Plug-in cannot be deleted" +#~ msgstr "El plugin no se puede eliminar" + +#~ msgid "Plug-in added succesfully" +#~ msgstr "Plugin añadido correctamente" + +#~ msgid "Plug-in cannot be added" +#~ msgstr "El plugin no se puede añadir" + +#~ msgid "Plug-in disabled succesfully" +#~ msgstr "Plugin inhabilitado correctamente" + +#~ msgid "Plug-in cannot be disabled" +#~ msgstr "El plugin no puede ser inhabilitado" + +#~ msgid "Plug-in enabled succesfully" +#~ msgstr "Plugin habilitado correctamente" + +#~ msgid "Plug-in cannot be enabled" +#~ msgstr "El plugin no puede ser habilitado" + +#~ msgid "New plug-in" +#~ msgstr "Nuevo plugin" + +#~ msgid "Successfully added inventory module" +#~ msgstr "Módulo añadido al inventario con éxito" + +#~ msgid "Error adding inventory module" +#~ msgstr "Error al añadir el módulo al inventario" + +#~ msgid "Successfully deleted inventory module" +#~ msgstr "Módulo del inventario eliminado correctamente" + +#~ msgid "Error deleting inventory module" +#~ msgstr "Erro al eliminar el módulo del inventario" + +#~ msgid "Successfully forced inventory module" +#~ msgstr "Módulo del inventario forzado correctamente" + +#~ msgid "Error forcing inventory module" +#~ msgstr "Error al forzar un módulo del inventario" + +#~ msgid "Successfully updated inventory module" +#~ msgstr "Módulo del inventario actualizado correctamente" + +#~ msgid "Error updating inventory module" +#~ msgstr "Error al actualizar el módulo del inventario" + +#~ msgid "Inventory module error" +#~ msgstr "Error del módulo del inventario" + +#~ msgid "Target" +#~ msgstr "Target" + +#~ msgid "7 days" +#~ msgstr "7 días" + +#~ msgid "Update all" +#~ msgstr "Actualizar todo" + +#~ msgid "Manager configuration > New" +#~ msgstr "Gestionar la configuración > New" + +#~ msgid "Manager configuration > Edit " +#~ msgstr "Gestionar la configuración > Edit " + +#~ msgid "Unable to create the collection" +#~ msgstr "Imposible crear la colección" + +#~ msgid "Invalid characters in short name" +#~ msgstr "Caracteres inválidos en el nombre" + +#~ msgid "Empty name" +#~ msgstr "Nombre vacío" + +#~ msgid "Unable to create the collection." +#~ msgstr "Imposible crear la colección" + +#~ msgid "Correct create collection" +#~ msgstr "Creado con éxito colección de ficheros." + +#~ msgid "Unable to edit the collection, empty name." +#~ msgstr "Imposible crear colección. Nombre vacío." + +#~ msgid "Unable to edit the collection." +#~ msgstr "Imposible editar colección" + +#~ msgid "Error: The collection directory does not exist." +#~ msgstr "Error: El directorio donde se almacenan las colecciones no existe." + +#~ msgid "Recreate file" +#~ msgstr "Volver a crear archivo" + +#~ msgid "The collection directory does not exist." +#~ msgstr "El directorio donde se guardan las colecciones no existe." + +#~ msgid "Short name:" +#~ msgstr "Nombre corto:" + +#~ msgid "" +#~ "The collection's short name is the name of dir in attachment dir and the " +#~ "package collection." +#~ msgstr "" +#~ "El nombre corto de la colección es el nombre del directorio en el directorio " +#~ "attachment y la colección de paquetes." + +#~ msgid "Short name must contain only alphanumeric characters, - or _ ." +#~ msgstr "" +#~ "Los nombres cortos deben contener sólo caracteres alfanuméricos, - o _." + +#~ msgid "Empty for default short name fc_X where X is the collection id." +#~ msgstr "" +#~ "Déjelo vacío para el nombre corto por defecto (fc_X) donde X es el ID de la " +#~ "colección." + +#~ msgid "Synthetic arithmetic" +#~ msgstr "Aritmética sintética" + +#~ msgid "Synthetic average" +#~ msgstr "Media sintética" + +#~ msgid "Group filter" +#~ msgstr "Filtro de grupo" + +#~ msgid "Fixed value" +#~ msgstr "Valor fijo" + +#~ msgid "Add module to operation as add" +#~ msgstr "Añadir módulo a la operación como suma" + +#~ msgid "Add module to operations as deduct" +#~ msgstr "Añadir módulo a la operacion como resta" + +#~ msgid "Add module to operations as multiplicate " +#~ msgstr "Añadir módulo a la operacion como multiplicador " + +#~ msgid "Add module to operations as divide" +#~ msgstr "Añadir módulo a la operacion como divisor" + +#~ msgid "Remove selected modules" +#~ msgstr "Eliminar los módulos seleccionados" + +#~ msgid "Add module to average operation" +#~ msgstr "Añadir módulo al promedio de la operación" + +#~ msgid "Remove selected modules from operations stack" +#~ msgstr "Eliminar los módulos de las operaciones" + +#~ msgid "Move down selected modules" +#~ msgstr "Mover hacia abajo los módulos seleccionados" + +#~ msgid "Move up selected modules" +#~ msgstr "Mover hacia arriba los módulos seleccionados" + +#~ msgid "Select Service" +#~ msgstr "Seleccionar servicio" + +#~ msgid "Netflow filter" +#~ msgstr "Filtro de netflow" + +#~ msgid "Select filter" +#~ msgstr "Seleccionar filtro" + +#~ msgid "Error: The conf file of agent is not readble." +#~ msgstr "Error: El archivo de configuración no se puede leer" + +#~ msgid "Error: The conf file of agent is not writable." +#~ msgstr "Error: En el archivo de configuración no se puede escribir" + +#~ msgid "Add module" +#~ msgstr "Añadir módulo" + +#~ msgid "No module was found" +#~ msgstr "No se encontraron módulos" + +#~ msgid "Delete remote conf agent files in Pandora" +#~ msgstr "" +#~ "Eliminar los archivos de configuración remota de agentes en Pandora FMS" + +#~ msgid "This agent have not a remote configuration, please set it." +#~ msgstr "Este agente no se ha configurado remotamente, por favor, configúrelo" + +#~ msgid "Succesful add the collection" +#~ msgstr "Añadido a la colección correctamente" + +#~ msgid "Unsuccesful add the collection" +#~ msgstr "No se ha podido añadir a la colección" + +#~ msgid "Successful create collection package." +#~ msgstr "Paquete de la colección creado correctamente" + +#~ msgid "Can not create collection package." +#~ msgstr "No se puede crear paquete de la colección" + +#~ msgid "Short Name" +#~ msgstr "Nombre Corto" + +#~ msgid "Show files" +#~ msgstr "Mostrar archivos" + +#~ msgid "Dir" +#~ msgstr "Dir" + +#~ msgid "Create a new web Server module" +#~ msgstr "Crear un nuevo módulo de servidor web" + +#~ msgid "Files in " +#~ msgstr "Archivos en " + +#~ msgid "Back to file explorer" +#~ msgstr "Volver al explorador de archivos" + +#~ msgid "Correct update file." +#~ msgstr "Actualización correcta del archivo" + +#~ msgid "Incorrect update file." +#~ msgstr "Archivo NO actualizado correctamente" + +#~ msgid "Please, first save a new collection before to upload files." +#~ msgstr "Por favor, antes de subir archivos, guarde una nueva colección" + +#~ msgid "No source agent selected" +#~ msgstr "No ha seleccionado ningún agente de origen" + +#~ msgid "Error copying md5 file " +#~ msgstr "Error al copiar fichero MD5 " + +#~ msgid "Error copying " +#~ msgstr "Error al copiar " + +#~ msgid "Web checks" +#~ msgstr "Comprobaciones web" + +#~ msgid "Load a basic structure on Web Checks" +#~ msgstr "Cargar una estructura básica en las comprobaciones web" + +#~ msgid "Check the correct structure of the WebCheck" +#~ msgstr "Cargar la estructura correcta de las comprobaciones web" + +#~ msgid "Requests" +#~ msgstr "Peticiones" + +#~ msgid "Agent browser id" +#~ msgstr "ID del navegador (Agent Browser)" + +#~ msgid "Proxy URL" +#~ msgstr "Proxy URL" + +#~ msgid "HTTP auth (login)" +#~ msgstr "HTTP aut. (login)" + +#~ msgid "HTTP auth (pass)" +#~ msgstr "HTTP aut. (contraseña)" + +#~ msgid "HTTP auth (server)" +#~ msgstr "HTTP aut. (servidor)" + +#~ msgid "HTTP auth (realm)" +#~ msgstr "HTTP aut. (campo)" + +#~ msgid "First line must be \"task_begin\"" +#~ msgstr "La primera línea tiene que ser \"task_begin\"" + +#~ msgid "Webchecks configuration is empty" +#~ msgstr "La configuración de chequeos web está vacía" + +#~ msgid "Last line must be \"task_end\"" +#~ msgstr "La última línea tiene que ser \"task_end\"" + +#~ msgid "Web checks are built correctly" +#~ msgstr "Los chequeos webs se han construido correctamente" + +#~ msgid "Success: recreate file" +#~ msgstr "Éxito: al volver a crear el archivo" + +#~ msgid "Error: recreate file " +#~ msgstr "Error: volver a crear archivo " + +#~ msgid "Collections Management" +#~ msgstr "Gestión de colecciones" + +#~ msgid "Manager collection" +#~ msgstr "Gestor de colecciones" + +#~ msgid "Error: The main directory of collections does not exist." +#~ msgstr "Error: El directorio principal de las colecciones no existe." + +#~ msgid "Are you sure to delete?" +#~ msgstr "¿Está seguro de que quiere eliminarlo?" + +#~ msgid "Delete collection" +#~ msgstr "Eliminar colección" + +#~ msgid "Re-Apply changes" +#~ msgstr "Volver a aplicar los cambios" + +#~ msgid "Apply changes" +#~ msgstr "Aplicar Cambios" + +#~ msgid "Edit template" +#~ msgstr "Editar plantilla" + +#~ msgid "Create template" +#~ msgstr "Crear plantilla" + +#~ msgid "List templates" +#~ msgstr "Lista de plantillas" + +#~ msgid "Graph template editor" +#~ msgstr "Editor de plantillas gráficas" + +#~ msgid "Exact match" +#~ msgstr "Coincidencia exacta" + +#~ msgid "Elements to apply" +#~ msgstr "Elementos para aplicar" + +#~ msgid "SLA min value" +#~ msgstr "Valor mínimo de SLA" + +#~ msgid "SLA min Value" +#~ msgstr "Valor mínimo de SLA" + +#~ msgid "SLA max value" +#~ msgstr "Valor máximo SLA" + +#~ msgid "SLA max Value" +#~ msgstr "Valor máximo SLA" + +#~ msgid "SLA Limit %" +#~ msgstr "Límite % SLA" + +#~ msgid "SLA Limit Value" +#~ msgstr "Valor límite SLA" + +#~ msgid "Sum" +#~ msgstr "Suma" + +#~ msgid "Graph template management" +#~ msgstr "Gestión de plantillas gráficas" + +#~ msgid "There are no defined graph templates" +#~ msgstr "No hay plantillas gráficas definidas" + +#~ msgid "Cleanup sucessfully" +#~ msgstr "Limpieza correcta" + +#~ msgid "Cleanup error" +#~ msgstr "Error al borrar contenido" + +#~ msgid "Wizard template" +#~ msgstr "Plantilla de Wizard" + +#~ msgid "Clean up template" +#~ msgstr "Vaciar la plantilla" + +#~ msgid "Filter agent" +#~ msgstr "Filtrar agente" + +#~ msgid "Agents available" +#~ msgstr "Agentes disponibles" + +#~ msgid "Select all" +#~ msgstr "Seleccionar todo" + +#~ msgid "Agents to apply" +#~ msgstr "Agentes para aplicar" + +#~ msgid "Add agents to template" +#~ msgstr "Añadir agentes a la plantilla" + +#~ msgid "Undo agents to template" +#~ msgstr "Deshacer añadir agentes a la plantilla" + +#~ msgid "Apply template" +#~ msgstr "Aplicar plantilla" + +#~ msgid "Please set template distinct than " +#~ msgstr "Por favor, introduzca una plantilla distinta a " + +#~ msgid "" +#~ "This will be delete all reports created in previous template applications. " +#~ "Do you want to continue?" +#~ msgstr "" +#~ "Esta acción eliminará todos los informes creados en aplicaciones anteriores " +#~ "de plantillas. ¿Quiere continuar?" + +#~ msgid "Custom Mysql template builder" +#~ msgstr "Creador de plantillas personailizadas para MySQL" + +#~ msgid "Create custom SQL" +#~ msgstr "Crear SQL personalizado" + +#~ msgid ": Create new custom" +#~ msgstr ": Crear nueva consulta personalizada" + #~ msgid ": Edit: " #~ msgstr ": Editar: " +#~ msgid "Successfully operation" +#~ msgstr "Operación realizada con éxito" + +#~ msgid "Could not be operation" +#~ msgstr "La operación no puedo completarse" + +#~ msgid "Available" +#~ msgstr "Disponible" + +#~ msgid "Push the selected services into the list" +#~ msgstr "Añade los servicios seleccionados a la lista" + +#~ msgid "Remove the services from the list" +#~ msgstr "Elimina los servicios de la lista" + +#~ msgid "Icon preview" +#~ msgstr "Pre visualización del icono" + #~ msgid "Are you sure? All the visual map services will be recreated" #~ msgstr "Está seguro? Todos los mapas visuales serán creados." +#~ msgid "The services list is empty" +#~ msgstr "La lista de servicios esta vacía" + +#~ msgid "Sucessfully applied" +#~ msgstr "Aplicado correctamente" + +#~ msgid "reports" +#~ msgstr "Informes" + +#~ msgid "items" +#~ msgstr "elementos" + +#~ msgid "Could not be applied" +#~ msgstr "No se pudo aplicar" + +#~ msgid "Create report per agent" +#~ msgstr "Crear informe por agente" + +#~ msgid "" +#~ "Left in blank if you want to use default name: Template name - agents (num " +#~ "agents) - Date" +#~ msgstr "" +#~ "Dejar en blanco si quieres usar el nombre por defecto: Nombre plantilla - " +#~ "agentes (num agentes) - Fecha" + +#~ msgid "" +#~ "Case insensitive regular expression for agent name. For example: Network.* " +#~ "will match with the following agent names: network_agent1, NetworK CHECKS" +#~ msgstr "" +#~ "Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " +#~ "agente. Por ejemplo: Network.* coincidiría con los siguientes nombres de " +#~ "agentes: network_agent1, NetworK CHECKS" + +#~ msgid "" +#~ "Case insensitive regular expression or string for module name. For example: " +#~ "if you use this field with \"Module exact match\" enabled then this field " +#~ "has to be fulfilled with the literally string of the module name, if not you " +#~ "can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " +#~ "usage in matchine 1." +#~ msgstr "" +#~ "Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " +#~ "módulo. Por ejemplo: si usa este campo con \"Coincidencia exacta de modulo\" " +#~ "activado, entonces este campo tiene que rellenarse con la cadena literal del " +#~ "nombre del modulo, sino, usará una expresion regular, p.e: .*usage.* " +#~ "coincidiría con : cpu_usage, vram usage in machine 1." + +#~ msgid "Module exact match" +#~ msgstr "Coincidencia exacta de modulo" + +#~ msgid "Check it if you want to match module name literally" +#~ msgstr "" +#~ "Actívela si desea que haya una coincidencia exacta y literal en el nombre " +#~ "del módulo" + +#~ msgid "Modules to match" +#~ msgstr "Módulos a comparar" + +#~ msgid "Select the modules to match when create a report for agents" +#~ msgstr "" +#~ "Seleccione los módulos a comparar cuando cree el informe para cada agente" + +#~ msgid "Modules to match (Free text)" +#~ msgstr "Modulos a comparar (Texto libre)" + +#~ msgid "Free text to filter the modules of agents when apply this template." +#~ msgstr "" +#~ "Texto libre para filtrar los módulos de los agentes cuando se use esta " +#~ "plantilla" + +#~ msgid "Create a graph for each agent" +#~ msgstr "Crear una gráfica por cada agente" + +#~ msgid "" +#~ "If it is checked, the regexp or name of modules match only each to each to " +#~ "agent, instead create a big graph with all modules from all agents." +#~ msgstr "" +#~ "Si se activa, la expresión regular o el nombre de modulo hará coincidencia " +#~ "en cada módulo de cada agente, y creará una gráfica que contenga módulos de " +#~ "todos los agentes." + +#~ msgid "Please save the SLA template for start to add items in this list." +#~ msgstr "" +#~ "Por favor, guarde la plantilla SLA para empezar a añadir elementos a la lista" + +#~ msgid "Not literally" +#~ msgstr "No literal" + +#~ msgid "" +#~ "Case insensitive regular expression for agent name. For example: Network* " +#~ "will match with the following agent names: network_agent1, NetworK CHECKS" +#~ msgstr "" +#~ "Expresión regular no sensible a mayúsculas. Por ejemplo: Network* hará " +#~ "coincidencia con los siguientes nombres de módulos: network_agent1, NetworK " +#~ "CHECKS" + +#~ msgid "Please save the template to start adding items into the list." +#~ msgstr "" +#~ "Por favor, guarde la plantilla para empezar a añadir elementos a la lista" + +#~ msgid "Template updated successfully" +#~ msgstr "Plantilla actualizada con éxito" + +#~ msgid "Error updating template" +#~ msgstr "Error al actualizar la plantilla" + +#~ msgid "3 hours" +#~ msgstr "3 horas" + +#~ msgid "4 days" +#~ msgstr "días" + +#~ msgid "Policies Management" +#~ msgstr "Gestión de políticas" + +#~ msgid "All policy agents added to delete queue" +#~ msgstr "Todos los agentes de las políticas añadidos a la cola de eliminación" + +#~ msgid "Policy agents cannot be added to the delete queue" +#~ msgstr "" +#~ "Los agentes de las políticas no se pudieron añadir a la cola de eliminación" + +#~ msgid "a" +#~ msgstr "a" + +#~ msgid "Policy updated" +#~ msgstr "Política actualizada" + +#~ msgid "Pending update policy only database" +#~ msgstr "" +#~ "Pendiente de actualizar política, sólo para cambios en base de datos." + +#~ msgid "Pending update policy" +#~ msgstr "Pendiente actualizar política" + +#~ msgid "Linking" +#~ msgstr "Enlazando" + +#~ msgid "External alerts" +#~ msgstr "Alertas externas" + +#~ msgid "Queue" +#~ msgstr "Cola" + +#~ msgid "A policy with agents cannot be deleted. Purge it first" +#~ msgstr "Una política con agentes no se puede eliminar. Púrguela primero." + +#~ msgid "Deleting all policy agents" +#~ msgstr "Eliminando todas los agentes de las políticas" + +#~ msgid "All the policy agents will be deleted" +#~ msgstr "Todos los agentes de las políticas serán eliminados" + +#~ msgid "Delete all agents" +#~ msgstr "Eliminar todos los agentes" + +#~ msgid "" +#~ "If you change this description, you must change into the text of Data " +#~ "configuration." +#~ msgstr "" +#~ "Si cambia esta descripción, tiene que cambiarla en el texto de la " +#~ "configuración de datos." + +#~ msgid "Could not be added module(s). You must select a policy" +#~ msgstr "El módulo no se pudo añadir. Debe seleccionar una política." + +#, php-format +#~ msgid "Successfully added module(s) (%s/%s) to policy %s" +#~ msgstr "Módulo añadido correctamente (%s/%s) a la política %s" + +#, php-format +#~ msgid "Could not be added module(s) (%s/%s) to policy %s" +#~ msgstr "El módulo no se pudo añadir (%s/%s) a la política %s" + +#~ msgid "Successfully added module." +#~ msgstr "Módulo añadido correctamente" + +#~ msgid "Could not be added module." +#~ msgstr "El módulo no se pudo añadir" + +#~ msgid "" +#~ "The module type in Data configuration is empty, take from combo box of form." +#~ msgstr "" +#~ "El tipo de datos en la configuración está vacío, elija uno del combo del " +#~ "formulario." + +#~ msgid "" +#~ "The module name in Data configuration is empty, take from text field of form." +#~ msgstr "" +#~ "El nombre del módulo en la configuración está vacío, elija uno del combo del " +#~ "formulario." + +#~ msgid "" +#~ "Successfully added to delete pending modules. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Añadido correctamente a la cola de módulos pendientes de eliminación, Será " +#~ "eliminado en la próxima aplicación de políticas." + +#~ msgid "Successfully reverted deletion" +#~ msgstr "Eliminación revertida correctamente" + +#~ msgid "Could not be reverted" +#~ msgstr "No pudo ser revertido" + +#~ msgid "Successfully duplicate the module." +#~ msgstr "Módulo duplicado con éxito" + +#~ msgid "Local component" +#~ msgstr "Componente local" + +#~ msgid "Undo deletion" +#~ msgstr "Deshacer eliminación" + +#~ msgid "Copy selected modules to policy: " +#~ msgstr "Copiar módulos seleccionados a la política: " + #~ msgid "Variable" #~ msgstr "Variable" +#~ msgid "Are you sure to copy modules into policy?\\n" +#~ msgstr "¿Está seguro de que quiere copiar los módulos en la política?\\n" + +#~ msgid "Please select any module to copy" +#~ msgstr "Por favor, seleccione algún modulo para copiar" + +#~ msgid "" +#~ "Successfully added to delete pending agents. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Añadido correctamente a los agentes pendientes de eliminación. Será " +#~ "eliminado en la próxima aplicación de políticas." + +#~ msgid "Successfully added to delete queue" +#~ msgstr "Correctamente añadido a la lista de eliminación" + +#~ msgid "Could not be added to delete queue" +#~ msgstr "No se pudo añadir a la lista de eliminación" + +#~ msgid "Successfully deleted from delete pending agents" +#~ msgstr "Eliminado correctamente de los agentes pendientes de eliminación" + +#~ msgid "Could not be deleted from delete pending agents" +#~ msgstr "No se pudo eliminar de los agentes pendientes de eliminación" + +#~ msgid "Agents in Policy" +#~ msgstr "Agentes en la política" + +#~ msgid "Add agents to policy" +#~ msgstr "Añadir agentes a la política" + +#~ msgid "Delete agents from policy" +#~ msgstr "Eliminar agentes de la política" + +#~ msgid "Applied" +#~ msgstr "Aplicado" + +#~ msgid "Not applied" +#~ msgstr "No aplicado" + +#~ msgid "R." +#~ msgstr "R." + +#~ msgid "Unlinked modules" +#~ msgstr "Módulos sin enlazar" + +#~ msgid "U." +#~ msgstr "U." + +#~ msgid "Last application" +#~ msgstr "Última aplicación" + +#~ msgid "Add to delete queue" +#~ msgstr "Añadir a la lista de eliminación" + +#~ msgid "This agent can not be remotely configured" +#~ msgstr "Este agente no puede ser configurado remotamente" + +#~ msgid "Add to apply queue" +#~ msgstr "Añadir para aplicar cola" + +#~ msgid "Policy applied" +#~ msgstr "Política aplicada" + +#~ msgid "Need apply" +#~ msgstr "Necesita aplicar" + +#~ msgid "Applying policy" +#~ msgstr "Aplicando política" + +#~ msgid "Deleting from policy" +#~ msgstr "Eliminando de la política" + +#~ msgid "" +#~ "Successfully added to delete the collection. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Añadido correctamente a la colección. Se eliminará en la próxima aplicación " +#~ "de política." + +#~ msgid "Outdate" +#~ msgstr "Obsoleto" + +#~ msgid "Created successfuly" +#~ msgstr "Creado correctamente" + +#~ msgid "" +#~ "Successfully added to delete pending alerts. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Correctamente añadido a las alertas pendientes de eliminación. Será " +#~ "eliminado en la próxima aplicación de políticas." + +#~ msgid "Added action successfuly" +#~ msgstr "Acción añadida correctamente" + +#~ msgid "Deleted action successfuly" +#~ msgstr "Acción eliminada correctamente" + +#~ msgid "Policy module" +#~ msgstr "Módulo de la política" + +#~ msgid "Module is not selected" +#~ msgstr "No ha seleccionado ningún módulo" + +#~ msgid "Select inventory module" +#~ msgstr "Seleccionar módulo de inventario" + +#~ msgid "Linking modules" +#~ msgstr "Modulos enlazados" + +#~ msgid "Error: Update linking modules to policy" +#~ msgstr "Error: Actualizando modulos enlazados a la política" + +#~ msgid "Success: Update linking modules to policy" +#~ msgstr "Completado: Actualizando modulos enlazados a la política" + +#~ msgid "Free text for filter (*)" +#~ msgstr "Texto libre para filtro (*)" + +#~ msgid "Free text for filter" +#~ msgstr "Texto libre para filtro" + +#~ msgid "List of modules unlinked" +#~ msgstr "Lista de módulos sin enlazar" + +#~ msgid "Add policy" +#~ msgstr "Añadir política" + +#~ msgid "Operation successfully deleted from the queue" +#~ msgstr "Operación eliminada correctamente de la cola" + +#~ msgid "Operation cannot be deleted from the queue" +#~ msgstr "La operación no puede ser eliminada de la cola" + +#~ msgid "Operations successfully deleted from the queue" +#~ msgstr "Operaciones eliminadas correctamente de la cola" + +#~ msgid "Operations cannot be deleted from the queue" +#~ msgstr "Las operaciones no pueden ser eliminadas de la cola" + +#~ msgid "Update pending" +#~ msgstr "Actualización pendiente" + +#~ msgid "Update pending agents" +#~ msgstr "Actualizar agentes pendientes" + +#~ msgid "Add to apply queue only for database" +#~ msgstr "Añadir a la cola de aplicación, sólo de cambios de base de datos" + +#~ msgid "Link pending modules" +#~ msgstr "Enlazar módulos pendientes" + +#~ msgid "Will be linked in the next policy application" +#~ msgstr "Se enlazará en la siguiente aplicación de políticas" + +#~ msgid "Unlink pending modules" +#~ msgstr "Desenlazar módulos pendientes" + +#~ msgid "Will be unlinked in the next policy application" +#~ msgstr "Será desenlazado en la siguiente aplicación de políticas" + +#~ msgid "Delete pending" +#~ msgstr "Eliminación pendiente" + +#~ msgid "Delete pending agents" +#~ msgstr "Eliminar agentes pendientes" + +#~ msgid "Will be deleted in the next policy application" +#~ msgstr "Se eliminará en la siguiente aplicación de políticas" + +#~ msgid "Delete pending modules" +#~ msgstr "Eliminar módulos pendientes" + +#~ msgid "Delete pending inventory modules" +#~ msgstr "Eliminar módulos de inventario pendientes" + +#~ msgid "Delete pending alerts" +#~ msgstr "Eliminar alertas pendientes" + +#~ msgid "Delete pending external alerts" +#~ msgstr "Eliminar alertas externas pendientes" + +#~ msgid "Delete pending file collections" +#~ msgstr "Eliminar colecciones de archivos pendientes" + +#~ msgid "Delete pending plugins" +#~ msgstr "Eliminar plugins pendientes" + +#~ msgid "Advices" +#~ msgstr "Consejos" + +#~ msgid "Queue summary" +#~ msgstr "Resumen de cola" + +#~ msgid "This operation could take a long time" +#~ msgstr "Esta operación podría tardar bastante tiempo" + +#~ msgid "Apply (database and files)" +#~ msgstr "Aplicar (base de datos y archivos)" + +#~ msgid "Apply (only database)" +#~ msgstr "Aplicar (sólo en la base de datos)" + +#~ msgid "Complete" +#~ msgstr "Completo" + +#~ msgid "Incomplete" +#~ msgstr "Incompleto" + +#~ msgid "Queue filter" +#~ msgstr "Filtros de cola" + +#~ msgid "Finished" +#~ msgstr "Terminado" + +#~ msgid "Delete from queue" +#~ msgstr "Eliminar de la cola" + +#~ msgid "Empty queue" +#~ msgstr "Vaciar cola" + +#~ msgid "Delete all" +#~ msgstr "Eliminar todo" + +#~ msgid "Operation successfully added to the queue" +#~ msgstr "Operación añadida correctamente a la cola" + +#~ msgid "Operation cannot be added to the queue" +#~ msgstr "La operación no se puede añadir a la cola" + +#~ msgid "Duplicated or incompatible operation in the queue" +#~ msgstr "Operación duplicada o incompatible en la cola" + +#~ msgid "" +#~ "Successfully added to delete pending plugins. Will be deleted in the next " +#~ "policy application." +#~ msgstr "" +#~ "Correctamente añadido a los plugins pendientes de eliminar. Será eliminado " +#~ "en la próxima aplicación de políticas." + +#~ msgid "Cannot be added to delete pending plugins." +#~ msgstr "No se puede añadir a los plugins pendientes de eliminar" + +#~ msgid "Duplicated alert" +#~ msgstr "Alerta duplicada" + +#~ msgid "Modules in policy agents" +#~ msgstr "Modulos en agentes de política" + +#~ msgid "Alert Template" +#~ msgstr "Plantilla de alerta" + +#~ msgid "List event alerts" +#~ msgstr "Lista de alertas de eventos" + +#~ msgid "Builder event alert" +#~ msgstr "Creador de alertas de eventos" + +#~ msgid "Error processing action" +#~ msgstr "Error al procesar la acción" + +#~ msgid "Error validating alert(s)" +#~ msgstr "Error al validar la alerta" + +#~ msgid "Ac." +#~ msgstr "Ac." + +#~ msgid "Val." +#~ msgstr "Val." + +#~ msgid "Move up" +#~ msgstr "Subir" + +#~ msgid "Move down" +#~ msgstr "Bajar" + +#~ msgid "No associated actions" +#~ msgstr "No hay acciones asociadas" + +#~ msgid "View associated rules" +#~ msgstr "Ver reglas asociadas" + +#~ msgid "List event rules" +#~ msgstr "Lista de reglas de eventos" + +#~ msgid "Configure event rule" +#~ msgstr "Configurar regla de evento" + +#~ msgid "User comment" +#~ msgstr "Comentario de usuario" + +#~ msgid "This field will be processed with regexp" +#~ msgstr "Este campo será procesado con regexp" + +#~ msgid "Window" +#~ msgstr "ventana" + +#~ msgid "Configure event alert" +#~ msgstr "Configurar alerta de eventos" + +#~ msgid "Could not be created, please fill alert name" +#~ msgstr "No se pudo crear, por favor, introduzca un nombre de alerta" + +#~ msgid "Rule evaluation mode" +#~ msgstr "Modo de evaluación de reglas" + +#~ msgid "Group by" +#~ msgstr "Agrupar por" + +#~ msgid "Please Read" +#~ msgstr "Por favor, lea" + +#~ msgid "" +#~ "Since the alert can have multiple actions. You can edit them from the alert " +#~ "list of events." +#~ msgstr "" +#~ "Debido a que la alerta puede tener múltiples acciones, debe editarlas desde " +#~ "la lista de alertas de eventos." + +#~ msgid "Event rules" +#~ msgstr "Reglas de eventos" + +#~ msgid "Error creating rule" +#~ msgstr "Error al crear regla" + +#~ msgid "Successfully created rule" +#~ msgstr "Regla creada correctamente" + +#~ msgid "Error updating rule" +#~ msgstr "Error al actualizar la regla" + +#~ msgid "Successfully updating rule" +#~ msgstr "Regla actualizada correctamente" + +#~ msgid "Error updating rule operators" +#~ msgstr "Error al actualizar los operadores de reglas" + +#~ msgid "Successfully update rule operators" +#~ msgstr "Operadores actualizados correctamente" + +#~ msgid "(Agent)" +#~ msgstr "(Agente)" + +#~ msgid "Logic expression for these rules:" +#~ msgstr "Expresión lógica para estas reglas" + +#~ msgid "Update operators" +#~ msgstr "Actualizar operadores" + +#~ msgid "Success: create the alerts." +#~ msgstr "Alertas creadas exitosamente" + +#~ msgid "Failed: create the alerts for this modules, please check." +#~ msgstr "" +#~ "Falló: Creación de alertas para estos modulos, compruebe el problema." + +#~ msgid "Modules agents in policy" +#~ msgstr "Modulos de agentes en la política" + +#~ msgid "SNMP Alerts to be deleted" +#~ msgstr "Alertas SNMP para añadir" + +#~ msgid "Success: remove the alerts." +#~ msgstr "Completado: borrado de alertas." + +#~ msgid "Failed: remove the alerts for this modules, please check." +#~ msgstr "Falló: borrado de alertas para estos modulos." + +#, php-format +#~ msgid "Successfully updated alerts (%s / %s)" +#~ msgstr "Alertas actualizadas correctamente (%s / %s)" + +#, php-format +#~ msgid "Unsuccessfully updated alerts (%s / %s)" +#~ msgstr "No se han podido actualizar las alertas (%s / %s)" + +#~ msgid "SNMP Alerts to be edit" +#~ msgstr "Alertas SNMP para editar" + +#~ msgid "Filter module" +#~ msgstr "Filtro de módulo" + +#~ msgid "Updated modules on database" +#~ msgstr "Módulos actualizados en la base de datos" + +#~ msgid "Agent configuration files updated" +#~ msgstr "Actualizado fichero de configuración del agente" + #~ msgid "Massive alerts policy addition" #~ msgstr "Adición masiva de alertas a políticas" @@ -36942,25 +25744,439 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Massive Satellite modules edition" #~ msgstr "Edición masiva de módulos satélite" +#~ msgid "Custom OID" +#~ msgstr "OID personalizado" + #~ msgid "Error parsing MIB" #~ msgstr "Error al analizar MIB" +#~ msgid "Successfully added trap custom values" +#~ msgstr "Añadidos correctamente a los valores personalizados trap" + +#~ msgid "Error adding trap custom values" +#~ msgstr "Error al añadir los valores personalizados trap" + +#~ msgid "No change in data" +#~ msgstr "No hay cambios en los datos" + +#~ msgid "Successfully updated trap custom values" +#~ msgstr "Los valores personalizados trap se han añadido correctamente" + +#~ msgid "Error updating trap custom values" +#~ msgstr "Error al actualizar los valores personalizados trap" + +#~ msgid "Successfully deleted trap custom values" +#~ msgstr "Valores personalizados trap eliminados correctamente" + +#~ msgid "Error deleting trap custom values" +#~ msgstr "Error al eliminar valores personalizados trap" + +#, php-format +#~ msgid "Uploaded %s/%s traps" +#~ msgstr "Actualizados %s/%s traps" + #, php-format #~ msgid "Fail uploaded %s/%s traps" #~ msgstr "Fallo al actualizar %s/%s traps" +#~ msgid "Fail uploaded file" +#~ msgstr "Fallo al subir el archivo" + +#~ msgid "" +#~ "MIB files will be loaded and searched for SNMP trap definitions. They will " +#~ "not be installed on the system! You can use the MIB uploader for that " +#~ "purpose." +#~ msgstr "" +#~ "Los ficheros MIB se cargarán y buscaron las definiciones de SNMP trap. ¡No " +#~ "van a ser instalados en el sistema! Puede usar el cargador de MIB para ese " +#~ "propósito." + +#~ msgid "Load MIB" +#~ msgstr "Cargar MIB" + +#~ msgid "Upload MIB" +#~ msgstr "Actualizar MIB" + +#~ msgid "Log storage directory" +#~ msgstr "Directorio de almacenamiento de logs" + +#~ msgid "Directory where log data will be stored." +#~ msgstr "Directorio donde los datos de log se almacenarán" + +#~ msgid "Sets the maximum lifetime for log data in days." +#~ msgstr "Establece la duración máxima de los datos de registro en días" + +#~ msgid "Enterprise ACL setup" +#~ msgstr "Configuración ACL Enterprise" + +#~ msgid "Add new ACL element to profile" +#~ msgstr "Añadir nuevo elemento ACL al perfil" + +#~ msgid "Section" +#~ msgstr "Sección" + +#~ msgid "Page" +#~ msgstr "Página" + +#~ msgid "Filter by profile" +#~ msgstr "Filtrar por perfil" + +#~ msgid "Skins configuration" +#~ msgstr "Configuración skins" + +#~ msgid "Error deleting skin" +#~ msgstr "Error al borrar skin" + +#~ msgid "Successfully deleted skin" +#~ msgstr "Skin eliminado correctamente" + +#~ msgid "Create skin" +#~ msgstr "Crear skin" + +#~ msgid "Skin name" +#~ msgstr "Nombre del skin" + +#~ msgid "Relative path" +#~ msgstr "Ruta relativa" + +#~ msgid "Successfully updated skin" +#~ msgstr "Skin actualizada correctamente" + +#~ msgid "Error updating skin" +#~ msgstr "Error al actualizar skin" + +#~ msgid "Error creating skin" +#~ msgstr "Error al crear skin" + +#~ msgid "Successfully created skin" +#~ msgstr "Skin creado correctamente" + +#~ msgid "" +#~ "Zip file with skin subdirectory. The name of the zip file only can have " +#~ "alphanumeric characters." +#~ msgstr "" +#~ "Archivo zip con subdirectorio skin. El nombre del archivo zip solo puede " +#~ "tener caracteres alfanuméricos." + +#~ msgid "Group/s" +#~ msgstr "Grupo/s" + +#~ msgid "Metaconsole setup" +#~ msgstr "Configuración de la Metaconsola" + +#~ msgid "Successfully update" +#~ msgstr "Actualizado correctamente" + +#~ msgid "Could not be update" +#~ msgstr "No se pudo actualizar" + +#~ msgid "Pandora FMS Metaconsole item edition" +#~ msgstr "Edición de elementos de la metaconsola de Pandora FMS" + +#~ msgid "Auth token" +#~ msgstr "Aut. token" + +#~ msgid "" +#~ "Token previously configured on the destination Pandora console in order to " +#~ "use delegated authentification." +#~ msgstr "" +#~ "Token configurado anteriormente en la consola de destino de Pandora FMS con " +#~ "el fin de utilizar autentificación delegada." + +#~ msgid "Console URL" +#~ msgstr "Consola URL" + +#~ msgid "DB Host" +#~ msgstr "Host DB" + +#~ msgid "DB Name" +#~ msgstr "Nombre BD" + +#~ msgid "DB User" +#~ msgstr "Usuario de base de datos" + +#~ msgid "DB Password" +#~ msgstr "Contraseña BD" + +#~ msgid "Console User" +#~ msgstr "Usuario de la consola" + +#~ msgid "Console Password" +#~ msgstr "Contraseña de la consola" + +#~ msgid "DB" +#~ msgstr "BD" + +#~ msgid "API" +#~ msgstr "API" + +#~ msgid "Compatibility" +#~ msgstr "Compatibilidad" + +#~ msgid "Number of days before data is transfered to history database." +#~ msgstr "" +#~ "Número de días antes de que los datos se transfieran a la base de datos " +#~ "histórica." + +#~ msgid "" +#~ "Data size of mechanism used to transfer data (similar to a data buffer.)" +#~ msgstr "Tamaño del sistema de transferencia de datos (similar al un buffer)" + +#~ msgid "Time interval between data transfer." +#~ msgstr "Intervalo de tiempo entre transferencias de datos" + +#~ msgid "" +#~ "Before activating this option check your ACL Setup. You may lose access to " +#~ "the console." +#~ msgstr "" +#~ "Antes de activar esta opción compruebe su configuración ACL. Puede que " +#~ "pierda el acceso a la consola." + +#~ msgid " Bytes" +#~ msgstr " Bytes" + +#~ msgid "Seconds" +#~ msgstr "Segundos" + +#~ msgid "Only validated events" +#~ msgstr "Sólo eventos validados" + +#~ msgid "" +#~ "The inventory modules included in the changes blacklist will not generate " +#~ "events when change." +#~ msgstr "" +#~ "Los módulos de inventario incluidos en la lista negra de cambios no " +#~ "generarán eventos cuando cambien." + +#~ msgid "Out of black list" +#~ msgstr "Fuera de la lista negra" + +#~ msgid "In black list" +#~ msgstr "En la lista negra" + +#~ msgid "Push selected modules into blacklist" +#~ msgstr "Mover los módulos seleccionados a la lista negra" + +#~ msgid "Pop selected modules out of blacklist" +#~ msgstr "Sacar los módulos seleccionados de la lista negra" + +#~ msgid "Enterprise options" +#~ msgstr "Opciones Enterprise" + +#~ msgid " Caracters" +#~ msgstr " Caracteres" + +#~ msgid "Set 0 if never expire." +#~ msgstr "Introduzca 0 para que nunca expire" + +#~ msgid " Days" +#~ msgstr " Días" + +#~ msgid " Minutes" +#~ msgstr " Minutos" + +#~ msgid "Two attempts minimum" +#~ msgstr "2 intentos mínimo" + +#~ msgid " Attempts" +#~ msgstr " Intentos" + +#~ msgid "Enterprise password policy" +#~ msgstr "Política de contraseña Enterprise" + +#~ msgid "" +#~ "Rules applied to the management of passwords. This policy applies to all " +#~ "users except the administrator." +#~ msgstr "" +#~ "Reglas aplicadas a la gestión de contraseñas. Esta política se aplica a " +#~ "todos los usuarios excepto al administrador" + +#~ msgid "Active directory" +#~ msgstr "Directorio activo" + +#~ msgid "Remote Pandora FMS" +#~ msgstr "Pandora FMS remota" + +#~ msgid "Remote Babel Enterprise" +#~ msgstr "Babel Enterprise remoto" + +#~ msgid "Remote Integria" +#~ msgstr "Integria IMs remoto" + +#~ msgid "Pandora FMS host" +#~ msgstr "Servidor de Pandora FMS" + +#~ msgid "Macros" +#~ msgstr "Macros" + +#~ msgid "Local component management" +#~ msgstr "Gestión de componentes locales" + +#~ msgid "Successfully created inventory module" +#~ msgstr "Inventario de módulo creado correctamente" + +#~ msgid "Error creating inventory module" +#~ msgstr "Error al crear módulo del inventario" + +#~ msgid "Interpreter" +#~ msgstr "Intérprete" + +#~ msgid "Local module" +#~ msgstr "Módulo local" + +#~ msgid "Remote/Local" +#~ msgstr "Remoto/Local" + +#~ msgid "Block Mode" +#~ msgstr "Modo bloqueo" + +#~ msgid "separate fields with " +#~ msgstr "Separar campos con " + +#~ msgid "Or disable Pandora FMS enterprise" +#~ msgstr "O desactive Pandora FMS Enterprise" + +#, php-format +#~ msgid "" +#~ "License out of limits

                " +#~ "This license allows %d agents and you have %d agents configured." +#~ msgstr "" +#~ "License out of limits " +#~ "

                Esta licencia es para %d agentes y tiene %d agentes configurados." + +#~ msgid "" +#~ "This license has expired. " +#~ "

                You can not get updates until you renew the license." +#~ msgstr "" +#~ "This license has expired. " +#~ "

                No podrá actualizar Pandora FMS hasta que no renueve la licencia." + +#~ msgid "" +#~ "To continue using Pandora FMS, please disable enterprise by renaming the " +#~ "Enterprise directory in the console.

                Or contact Artica at " +#~ "info@artica.es for a valid license:" +#~ msgstr "" +#~ "Para continuar usando Pandora FMS, por favor, desactive Pandora FMS " +#~ "Enterprise cambiando el nombre de la Enteprise en el directorio de la " +#~ "consola.

                o contacte con Ártica ST para obtener una licencia válida " +#~ "(info@artica.es)" + +#~ msgid "Please contact Artica at info@artica.es to renew the license." +#~ msgstr "" +#~ "Por favor, contacte con Ártica ST (info@artica.es) para renovar la licencia." + +#~ msgid "Renew" +#~ msgstr "Renovar" + +#~ msgid "Top N Events by agent." +#~ msgstr "Top N de eventos por agente" + +#~ msgid "Top N events by agent." +#~ msgstr "Top N de eventos por agente" + +#~ msgid "Amount to show" +#~ msgstr "Cantidad a mostrar" + +#~ msgid "Please select one or more groups." +#~ msgstr "Por favor, seleccione uno o más grupos" + +#~ msgid "There is not data to show." +#~ msgstr "No hay datos que mostrar" + +#~ msgid "Please, configure this widget before use" +#~ msgstr "Por favor, configure este widget antes de usarlo" + +#~ msgid "Latest events list" +#~ msgstr "Última lista de eventos" + +#~ msgid "Limit" +#~ msgstr "Límite" + +#~ msgid "Only pending" +#~ msgstr "Solo pendientes" + +#~ msgid "Map made by user" +#~ msgstr "Mapa hecho por el usuario" + +#~ msgid "Show a map made by user" +#~ msgstr "Mostrar un mapa hecho por el usuario" + +#~ msgid "Alerts Fired" +#~ msgstr "Alertas disparadas" + +#~ msgid "Alerts Fired report" +#~ msgstr "Informe de alertas lanzadas" + +#~ msgid "Show a report made by user" +#~ msgstr "Mostrar un informe hecho por el usuario" + +#~ msgid "Single graph" +#~ msgstr "Gráfico simple" + +#~ msgid "Show a graph of an agent module" +#~ msgstr "Mostrar una gráfica de un módulo de agente" + +#~ msgid "Show a top n of agents modules." +#~ msgstr "Mostrar el top N de módulos" + +#~ msgid "avg" +#~ msgstr "media" + +#~ msgid "Selection module one by one" +#~ msgstr "Selección de módulos uno en uno" + +#~ msgid "Selection several modules" +#~ msgstr "Selección múltiple de módulos" + +#~ msgid "Regex for to filter modules" +#~ msgstr "Expresión regular para filtrar módulos" + +#~ msgid "Filter modules" +#~ msgstr "Filtrar módulos" + #~ msgid "Successful added modules" #~ msgstr "Módulos añadidos con éxito" #~ msgid "Unsuccessful added modules" #~ msgstr "Error añadiendo módulos" +#~ msgid "Show the URL content" +#~ msgstr "Mostrar el contenido URL" + #~ msgid "Height in px (zero for auto)" #~ msgstr "Altura en px (cero para auto)" +#~ msgid "My URL" +#~ msgstr "Mi URL" + #~ msgid "Invalid URL" #~ msgstr "URL no válida" +#~ msgid "Welcome message to Pandora FMS" +#~ msgstr "Mensaje de bienvenida de Pandora FMS" + +#~ msgid "Welcome" +#~ msgstr "Bienvenido/a" + +#~ msgid "" +#~ "To delete this message, click on the delete button on top right corner of " +#~ "this element." +#~ msgstr "" +#~ "Para eliminar este mensaje, haga clic sobre el botón de la esquina derecha " +#~ "de este elemento." + +#~ msgid "" +#~ "To do so, just click on the title and drag and drop it to the desired place." +#~ msgstr "" +#~ "Para hacer eso, haga clic en el título, arrastre y suelte el elemento en el " +#~ "lugar que desee." + +#~ msgid "Thanks for using Pandora FMS" +#~ msgstr "Gracias por usar Pandora FMS" + +#~ msgid "Show a map of the monitored network" +#~ msgstr "Mostrar un mapa de la red monitorizada" + #~ msgid "No overlap" #~ msgstr "No solapar" @@ -36979,6 +26195,36 @@ msgstr "El usuario solo puede usar la API" #~ msgid "12" #~ msgstr "12" +#~ msgid "Maps status" +#~ msgstr "Estado de los mapas" + +#~ msgid "General and quick visual maps report" +#~ msgstr "Informe rápido y general de los mapas visuales" + +#~ msgid "Panel with a message" +#~ msgstr "panel con un mensaje" + +#~ msgid "My Post" +#~ msgstr "Mi página" + +#~ msgid "Show a defined custom graph" +#~ msgstr "Mostrar una gráfica personalizada definida" + +#~ msgid "Groups status" +#~ msgstr "Estado de los grupos" + +#~ msgid "General and quick group status report" +#~ msgstr "Informe general y rápido del estado de los grupos" + +#~ msgid "Show a list of global monitor health" +#~ msgstr "Mostrar una lista global de la salud de los monitores" + +#~ msgid "Top N Events by module." +#~ msgstr "Top N de eventos por módulo" + +#~ msgid "Top N events by module." +#~ msgstr "Top N de eventos por módulo" + #~ msgid "Dashboard replicate" #~ msgstr "Réplica del dashboard" @@ -37004,6 +26250,18 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Replicate Dashboard" #~ msgstr "Replicar dashboards" +#~ msgid "Configure widget" +#~ msgstr "Configurar widget" + +#~ msgid "Delete widget" +#~ msgstr "Eliminar widget" + +#~ msgid "Widget cannot be loaded" +#~ msgstr "El widget no se puede cargar" + +#~ msgid "Please, configure the widget again to recover it" +#~ msgstr "Por favor, configure el widget otra vez para recuperarlo" + #~ msgid "Dashboard successfuly updated" #~ msgstr "El dashboard se ha actualizado correctamente" @@ -37016,6 +26274,9 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Dashboard successfuly created" #~ msgstr "Dashboard creado correctamente" +#~ msgid "Slides mode" +#~ msgstr "Modo diapositivas" + #~ msgid "Next Dashboard" #~ msgstr "Siguiente dashboard" @@ -37025,12 +26286,18 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Previous Dashboard" #~ msgstr "Dashboard anterior" +#~ msgid "Pause" +#~ msgstr "Pausar" + #~ msgid "Next slide in" #~ msgstr "Siguiente diapositiva" #~ msgid "Add dashboard" #~ msgstr "Añadir dashboard" +#~ msgid "Add widget" +#~ msgstr "Agregar widget" + #~ msgid "Update dashboard" #~ msgstr "Actualizar dashboard" @@ -37040,18 +26307,469 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Dashboard options" #~ msgstr "Opciones del dashboard" +#~ msgid "Private dashboard" +#~ msgstr "Dashboard privado" + #~ msgid "Add new dashboard view" #~ msgstr "Añadir nueva vista del dashboard" +#~ msgid "Add new widget" +#~ msgstr "Añadir nuevo widget" + +#~ msgid "Search results for" +#~ msgstr "Buscar resultados para" + +#~ msgid "There are no agents included in this group" +#~ msgstr "No hay ningún agente incluido en este grupo" + +#~ msgid "Screens" +#~ msgstr "Pantallas" + +#~ msgid "Create visualmap" +#~ msgstr "Crear mapa visual" + #~ msgid "Visualmap" #~ msgstr "Mapa visual" +#~ msgid "The user is not in neither group with EW profile" +#~ msgstr "El usuario no se encuentra en ninguno de los grupos con el perfil EW" + +#~ msgid "Succesful updated" +#~ msgstr "Actualizado correctamente" + +#~ msgid "Unsucessful updated" +#~ msgstr "Actualización fallida" + +#~ msgid "Fields" +#~ msgstr "Campos" + +#~ msgid "Tactical View" +#~ msgstr "Vista táctica" + +#~ msgid "More events" +#~ msgstr "Más eventos" + +#~ msgid "Create module" +#~ msgstr "Crear módulo" + +#~ msgid "Can't connect to Pandora FMS instance" +#~ msgstr "No se puede conectar a la instancia de Pandora FMS" + +#~ msgid "Web check" +#~ msgstr "Comprobación web" + +#~ msgid "Module description" +#~ msgstr "Descripción del módulo" + +#~ msgid "Step by step wizard" +#~ msgstr "Wizard paso a paso" + +#~ msgid "Click Create to continue" +#~ msgstr "haga clic en Crear para continuar" + +#~ msgid "Edit module" +#~ msgstr "Editar módulo" + +#~ msgid "The alert you are trying to add is already in the list of alerts" +#~ msgstr "La alerta que está intentando añadir está ya en la lista de alertas" + +#~ msgid "Please, select an alert" +#~ msgstr "Por favor, seleccione una alerta" + +#~ msgid "Please, select an agent" +#~ msgstr "Por favor, seleccione un agente" + +#~ msgid "String" +#~ msgstr "Cadena" + +#~ msgid "Another agent already exists with the same name" +#~ msgstr "Ya hay otro agente con ese nombre" + +#~ msgid "Preview" +#~ msgstr "Vista previa" + +#~ msgid "Edit agent" +#~ msgstr "Editar agente" + #~ msgid "Please, set a valid IP address" #~ msgstr "Por favor, introduzca una dirección IP válida" +#~ msgid "Advanced configuration" +#~ msgstr "Configuración avanzada" + +#~ msgid "Invalid characters founded in module name" +#~ msgstr "Se han encontrado caracteres inválidos en el nombre del módulo" + +#~ msgid "Please, set a name" +#~ msgstr "Por favor, introduzca un nombre" + +#~ msgid "Please, set an interval" +#~ msgstr "Por favor, introduzca un intervalo" + +#~ msgid "Select the agent to be edited or deleted" +#~ msgstr "Seleccionar el agente que quiera editar o eliminar" + +#~ msgid "Select the agent where the module will be created" +#~ msgstr "Seleccione el agente donde crear el modulo" + +#~ msgid "Create Module" +#~ msgstr "Crear módulo" + +#~ msgid "Select the module to be edited or deleted" +#~ msgstr "Seleccione el módulo para editar o borrar" + +#~ msgid "Select the module where the alert will be created" +#~ msgstr "Seleccione el módulo donde se creará la alerta" + +#~ msgid "Select the alert to be edited or deleted" +#~ msgstr "Seleccione la alerta que quiere editar o eliminar" + +#~ msgid "Group View" +#~ msgstr "Vista de grupo" + +#~ msgid "Synchronizing" +#~ msgstr "Sincronizando" + +#~ msgid "Users synchronization" +#~ msgstr "Sincronización de usuarios" + +#~ msgid "Groups synchronization" +#~ msgstr "Sincronización de grupos" + +#~ msgid "Alerts synchronization" +#~ msgstr "Sincronización de alertas" + +#~ msgid "Components synchronization" +#~ msgstr "Sincronización de componentes" + +#~ msgid "Tags synchronization" +#~ msgstr "Sincronización de tags" + +#, php-format +#~ msgid "Could not be update: Error in %s" +#~ msgstr "No se puede actualizar: error en %s" + +#~ msgid "Customize sections" +#~ msgstr "Personalizar secciones" + +#~ msgid "Disabled sections" +#~ msgstr "Secciones desactivadas" + +#~ msgid "Enabled sections" +#~ msgstr "Activar secciones" + +#~ msgid "Push selected sections to enable it" +#~ msgstr "Apriete las secciones elegidas para activarlo" + +#~ msgid "Pop selected sections to disable it" +#~ msgstr "Desapriete la secciones seleccionadas para desactivarlo" + +#~ msgid "Passwords" +#~ msgstr "Contraseñas" + +#, php-format +#~ msgid "Error updating user %s" +#~ msgstr "Error al actualizar usuario %s" + +#, php-format +#~ msgid "Updated user %s" +#~ msgstr "Usuario actualizado %s" + +#, php-format +#~ msgid "Error creating user %s" +#~ msgstr "Error al crear usuario %s" + +#, php-format +#~ msgid "Created user %s" +#~ msgstr "Usuario creado %s" + +#, php-format +#~ msgid "" +#~ "Error creating/updating the followings elements groups/profiles/user " +#~ "profiles (%d/%d/%d)" +#~ msgstr "" +#~ "Error al crear/actualizar los siguientes elementos grupos/perfiles/usuarios " +#~ "(%d/%d/%d)" + +#, php-format +#~ msgid "" +#~ "The followings elements groups/profiles/user profiles were created/updated " +#~ "sucessfully (%d/%d/%d)" +#~ msgstr "" +#~ "Los perfiles de los siguientes elementos grupos/perfiles/usuarios han sido " +#~ "actualizados correctamente (%d/%d/%d)" + +#, php-format +#~ msgid "Error connecting to %s" +#~ msgstr "Error al conectar con %s" + +#~ msgid "This metaconsole" +#~ msgstr "Esta metaconsola" + +#~ msgid "Profile mode" +#~ msgstr "Modo de perfil" + +#~ msgid "Profile synchronization mode." +#~ msgstr "Modo de perfil de sincronización" + +#~ msgid "New profile" +#~ msgstr "Nuevo perfil" + +#~ msgid "Copy profile" +#~ msgstr "Copiar perfil" + #~ msgid "Check this to copy user original profiles" #~ msgstr "Comprobar esto para copiar los perfiles originales de los usuarios" +#~ msgid "Sync" +#~ msgstr "Sincr." + +#, php-format +#~ msgid "Error creating %s components groups " +#~ msgstr "Error al crear %s grupos de componentes " + +#, php-format +#~ msgid "Created %s component groups" +#~ msgstr "Creados %s componentes de grupos" + +#, php-format +#~ msgid "Error creating/updating %s/%s local components " +#~ msgstr "Error al crear/actualizar %s/%s componentes locales " + +#, php-format +#~ msgid "Created/Updated %s/%s local components" +#~ msgstr "Creados/actualizados %s/%s componentes locales" + +#, php-format +#~ msgid "Error creating/updating %s/%s network components " +#~ msgstr "Error al crear/actualizar %s/%s componentes de red " + +#, php-format +#~ msgid "Created/Updated %s/%s network components" +#~ msgstr "Creados/actualizados %s/%s componentes de red" + +#~ msgid "Metaconsole elements" +#~ msgstr "Elementos de la Metaconsola" + +#~ msgid "The number of elements retrieved for each instance in some views." +#~ msgstr "" +#~ "El número de elementos recuperados para cada instancia en algunas vistas." + +#~ msgid "Visual" +#~ msgstr "visual" + +#~ msgid "Could not be delete" +#~ msgstr "No se puede eliminar" + +#~ msgid "" +#~ "Complete path to Pandora console without last \"/\" character. Example " +#~ msgstr "" +#~ "Completar ruta a la consola de Pandora FMS sin el último \"/\" carácter. " +#~ "Ejemplo " + +#~ msgid "There aren't server added to metaconsole" +#~ msgstr "No hay servidores añadidos a la metaconsola" + +#, php-format +#~ msgid "Error creating/updating %s/%s comamnds" +#~ msgstr "Error al crear/actualizar %s/%s comandos" + +#, php-format +#~ msgid "Created/Updated %s/%s commands" +#~ msgstr "Creados/actualizados %s/%s comandos" + +#, php-format +#~ msgid "Error creating/updating %s/%s actions" +#~ msgstr "Error al crear/actualizar %s/%s acciones" + +#, php-format +#~ msgid "Created/Updated %s/%s actions" +#~ msgstr "Creados/actualizados %s/%s acciones" + +#, php-format +#~ msgid "Error creating/updating %s/%s templates" +#~ msgstr "Error al crear/actualizar %s/%s plantillas" + +#, php-format +#~ msgid "Created/Updated %s/%s templates" +#~ msgstr "Creadas/actualizadas %s/%s plantillas" + +#~ msgid "Propagation" +#~ msgstr "Propagación" + +#~ msgid "Only database" +#~ msgstr "Sólo bases de datos" + +#, php-format +#~ msgid "Error creating/updating %s/%s tags" +#~ msgstr "Error al crear/actualizar %s/%s tags" + +#, php-format +#~ msgid "Created/Updated %s/%s tags" +#~ msgstr "Creados/actualizados %s/%s tags" + +#~ msgid "Active events history" +#~ msgstr "Historial de eventos activo" + +#~ msgid "Please search for anything text." +#~ msgstr "Por favor haga una búsqueda de cualquier cadena de texto" + +#~ msgid "Original string" +#~ msgstr "Cadena original" + +#~ msgid "Translation in selected language" +#~ msgstr "Traducción en el idioma seleccionado" + +#~ msgid "Customize translation" +#~ msgstr "Personalizar traducción" + +#~ msgid "Consoles Setup" +#~ msgstr "Configuración de consolas" + +#~ msgid "General setup" +#~ msgstr "Configuración general" + +#~ msgid "Passwords setup" +#~ msgstr "Configuración de contraseñas" + +#~ msgid "Visual setup" +#~ msgstr "Configuración visual" + +#~ msgid "Performance setup" +#~ msgstr "Configuración del rendimiento" + +#~ msgid "Strings translation" +#~ msgstr "Traducción de cadenas" + +#~ msgid "Consoles setup" +#~ msgstr "Configuración de las consolas" + +#, php-format +#~ msgid "Error creating/updating %s/%s groups" +#~ msgstr "Error al crear/actualizar grupos %s/%s" + +#, php-format +#~ msgid "Created/Updated %s/%s groups" +#~ msgstr "Creados/actualizados grupos %s/%s" + +#~ msgid "redirected ip server in conf into source DB" +#~ msgstr "Servidor IP redirigido en la configuración a la BD de origen" + +#~ msgid "created agent in destination DB" +#~ msgstr "Agente creado en la BD de destino" + +#~ msgid "created agent modules in destination DB" +#~ msgstr "Módulos de agente creados en la BD de destino" + +#~ msgid "created agent alerts in destination DB" +#~ msgstr "Alertas de agentes creadas en la BD de destino" + +#~ msgid "created alerts actions in destination DB" +#~ msgstr "Acciones de alertas en la BD de destino" + +#~ msgid "disabled agent in source DB" +#~ msgstr "Agente desactivado en la BD de origen" + +#~ msgid "" +#~ "Not set metaconsole IP in the \"IP list with API access\" guess Pandora " +#~ "Console." +#~ msgstr "" +#~ "Si no establece la IP de la metaconsola en \"Lista de IP's con acceso a la " +#~ "API\", no se podrá conectar" + +#~ msgid "Successfully moved" +#~ msgstr "Movido satisfactoriamente" + +#~ msgid "Could not be moved" +#~ msgstr "No se puede mover" + +#~ msgid "Source Server" +#~ msgstr "Servidor de origen" + +#~ msgid "Destination Server" +#~ msgstr "Servidor de destino" + +#~ msgid "" +#~ "Destination group is the same than in the original server, if there is not " +#~ "any group with that name, will be created if check box is selected. " +#~ "Destination group filter is just used to check agents in that group" +#~ msgstr "" +#~ "El grupo de destino es el mismo que en el servidor original. Si no hay otro " +#~ "grupo con el mismo nombre, será creado si la casilla está seleccionada. El " +#~ "grupo de destino del filtro es utilizado para comprobrar los agentes de ese " +#~ "grupo." + +#~ msgid "Based on name" +#~ msgstr "Basado en el nombre" + +#~ msgid "Add agents to destination server" +#~ msgstr "Añadir agentes al servidor de destino" + +#~ msgid "Move" +#~ msgstr "Mover" + +#~ msgid "Policy Manager" +#~ msgstr "Gestor de políticas" + +#~ msgid "Apply policies" +#~ msgstr "Aplicar políticas" + +#~ msgid "Policies queue" +#~ msgstr "Cola de políticas" + +#~ msgid "Policies apply" +#~ msgstr "Aplicar políticas" + +#, php-format +#~ msgid "Error creating %s policies" +#~ msgstr "Error al crear políticas %s" + +#, php-format +#~ msgid "Created %s policies" +#~ msgstr "Políticas %s creadas" + +#, php-format +#~ msgid "Error creating/updating %s/%s policy modules" +#~ msgstr "Error al crear/actualizar %s/%s módulos de políticas" + +#, php-format +#~ msgid "Created/Updated %s/%s policy modules" +#~ msgstr "Creadas/actualizadas %s/%s módulos de políticas" + +#, php-format +#~ msgid "Error deleting %s policy modules" +#~ msgstr "Error al eliminar %s módulos de políticas" + +#, php-format +#~ msgid "Deleted %s policy modules" +#~ msgstr "Eliminadas %s módulos de políticas" + +#, php-format +#~ msgid "Error creating %s policy alerts" +#~ msgstr "Error al crear %s alertas de políticas" + +#, php-format +#~ msgid "Created %s policy alerts" +#~ msgstr "Creadas %s alertas de políticas" + +#, php-format +#~ msgid "Error deleting %s policy alerts" +#~ msgstr "Error al eliminar %s alertas de políticas" + +#, php-format +#~ msgid "Deleted %s policy alerts" +#~ msgstr "Eliminadas %s alertas de políticas" + +#~ msgid "" +#~ "Metaconsole needs previous activation from regular console, please contact " +#~ "system administrator if you need assistance.
                " +#~ msgstr "" +#~ "La metaconsola necesita una activación previa desde una consola regular, por " +#~ "favor, contacte con su administrador de sistemas si necesita asistencia.
                " + +#~ msgid "Network traffic" +#~ msgstr "Tráfico de la red" + #~ msgid "" #~ "In order to have the best user experience with Pandora FMS, we strongly " #~ "recommend to use" @@ -37066,9 +26784,42 @@ msgstr "El usuario solo puede usar la API" #~ "Mozilla Firefox o Google Chrome browsers." +#~ msgid "Create new report" +#~ msgstr "Crear un nuevo informe" + +#~ msgid "Report templates" +#~ msgstr "Plantillas de informes" + +#~ msgid "Live view" +#~ msgstr "Vista en vivo" + +#~ msgid "Agent management" +#~ msgstr "Gestión de agentes" + +#~ msgid "Alert management" +#~ msgstr "Gestión de alertas" + #~ msgid "Tag management" #~ msgstr "Gestión de Tags" +#~ msgid "Policy management" +#~ msgstr "Gestión de políticas" + +#~ msgid "Category management" +#~ msgstr "Gestión de categorías" + +#~ msgid "Metasetup" +#~ msgstr "Metasetup" + +#~ msgid "Back to login" +#~ msgstr "Volver a identificarse" + +#~ msgid "Agents movement" +#~ msgstr "Movimiento de agentes" + +#~ msgid "Group management" +#~ msgstr "Gestionar grupos" + #~ msgid "Not networkmap defined." #~ msgstr "No hay mapa de red definido." @@ -37094,12 +26845,196 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Cannot connect to %s Pandora to generate networkmap." #~ msgstr "No se puede conectar a %s Pandora FMS para generar networkmap." +#~ msgid "Agent modules" +#~ msgstr "Modulos de agentes" + +#~ msgid "Add selected modules to agent" +#~ msgstr "Añadir los módulos seleccionados al agente" + +#~ msgid "Undo changes" +#~ msgstr "Deshacer los cambios" + +#~ msgid "Latency" +#~ msgstr "Latencia" + +#~ msgid "Response" +#~ msgstr "Respuesta" + +#~ msgid "Check type" +#~ msgstr "Compruebe el tipo" + +#~ msgid "String to check" +#~ msgstr "Cadena a comprobar" + +#~ msgid "Add check" +#~ msgstr "Añadir comprobación" + +#~ msgid "Delete check" +#~ msgstr "Eliminar comprobación" + +#~ msgid "Various" +#~ msgstr "Varios" + +#~ msgid "Thresholds" +#~ msgstr "Thresholds" + +#~ msgid "Web configuration" +#~ msgstr "Configuración web" + +#~ msgid "Str: " +#~ msgstr "Cadena " + +#~ msgid " Inverse interval " +#~ msgstr " Intervalo inverso " + +#~ msgid "Alerts in module" +#~ msgstr "Alertas en el módulo" + +#~ msgid "Checks" +#~ msgstr "Comprobaciones" + +#~ msgid "Deleted modules" +#~ msgstr "Módulos eliminados" + +#, php-format +#~ msgid "Error adding module %s" +#~ msgstr "Error al añadir módulo %s" + +#~ msgid "" +#~ "There was an error creating the alerts, the operation has been cancelled" +#~ msgstr "" +#~ "Se produjo un error al crear las alertas, la operación ha sido cancelada" + +#, php-format +#~ msgid "Could not create agent %s" +#~ msgstr "No se pudieron crear agentes %s" + +#~ msgid "Agent successfully added" +#~ msgstr "Agentes añadidos correctamente" + +#, php-format +#~ msgid "%s Modules created" +#~ msgstr "%s Módulos creados" + +#, php-format +#~ msgid "Could not update agent %s" +#~ msgstr "No se pudo actualizar el agente %s" + +#~ msgid "Agent successfully updated" +#~ msgstr "Agente actualizado correctamente" + +#, php-format +#~ msgid "%s Modules deleted" +#~ msgstr "%s Módulos eliminados" + +#, php-format +#~ msgid "Error updating module %s" +#~ msgstr "Erro al actualizar el módulo %s" + +#~ msgid "" +#~ "There was an error updating the alerts, the operation has been cancelled" +#~ msgstr "" +#~ "Se produjo un error al actualizar las alertas, la operación ha sido cancelada" + +#~ msgid "Successfully updated module." +#~ msgstr "Módulo actualizado correctamente" + +#~ msgid "Manage agent modules" +#~ msgstr "Gestionar módulos de agentes" + +#~ msgid "No admin user" +#~ msgstr "No hay usuario administrador" + +#~ msgid "Netflow disable custom live view filters" +#~ msgstr "Desactivar filtros personalizados en la vista en vivo de netflow" + +#~ msgid "Customizable section" +#~ msgstr "Sección personalizable" + +#~ msgid "User synchronization" +#~ msgstr "Sincronización de usuarios" + +#~ msgid "Group synchronization" +#~ msgstr "Sincronización de grupos" + +#~ msgid "Create new module" +#~ msgstr "Crear nuevo módulo" + +#~ msgid "Tree View" +#~ msgstr "Vista de árbol" + +#~ msgid "Group name" +#~ msgstr "Nombre del grupo" + +#~ msgid "Go to module detail" +#~ msgstr "Ir al detalle del módulo" + +#~ msgid "Create new alert" +#~ msgstr "Crear nueva alerta" + +#~ msgid "There was a problem loading alert" +#~ msgstr "Ha habido un error al cargar la configuración de la alerta" + +#~ msgid "Stand By" +#~ msgstr "En espera" + +#~ msgid "Go to Alert detail" +#~ msgstr "Ir a los detalles de la alerta" + +#~ msgid "Delete alert" +#~ msgstr "Eliminar alerta" + +#~ msgid "There was a problem loading tag" +#~ msgstr "Se produjo un problema al cargar tags" + +#~ msgid "Plugin management" +#~ msgstr "Gestión de plugins" + +#~ msgid "Create plugin" +#~ msgstr "Crear plugin" + +#~ msgid "Edit plugin" +#~ msgstr "Editar plugin" + +#~ msgid "Log viewer" +#~ msgstr "Visor de logs" + +#~ msgid "Start date" +#~ msgstr "Fecha de inicio" + #~ msgid "Copy Dashboard" #~ msgstr "Copiar Dashboard" #~ msgid "Network console" #~ msgstr "Consola de red" +#~ msgid "Custom SQL" +#~ msgstr "SQL personalizado" + +#~ msgid "Export this list to CSV" +#~ msgstr "Exportar esta lista a CSV" + +#~ msgid "SLA graph" +#~ msgstr "Gráfica SLA" + +#~ msgid "List of elements" +#~ msgstr "Lista de elementos" + +#~ msgid "Service Map" +#~ msgstr "Mapa de servicio" + +#~ msgid "Service deleted successfully" +#~ msgstr "Servicio eliminado correctamente" + +#~ msgid "Error deleting service" +#~ msgstr "Error al eliminar el servicio" + +#~ msgid "Service forced successfully" +#~ msgstr "Forzado servicio con éxito" + +#~ msgid "Error service forced" +#~ msgstr "Error forzando servicio" + #~ msgid "Networkmap enterprise" #~ msgstr "Networkmap enterprise" @@ -37107,6 +27042,12 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Networkmap enterprise - %s" #~ msgstr "Networmap Enterprise - %s" +#~ msgid "Unsucessful get module inventory data." +#~ msgstr "No se han podido obtener datos del módulo de inventario" + +#~ msgid "No collection assigned to this agent" +#~ msgstr "No se ha asignado ninguna colección a este agente" + #~ msgid "Source data" #~ msgstr "Datos de origen" @@ -37137,9 +27078,191 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Error process map" #~ msgstr "Error al procesar mapa" +#~ msgid "Diff view" +#~ msgstr "Vista de diferencia" + #~ msgid "Details of node:" #~ msgstr "Detalles del nodo" +#~ msgid "This agent has no policy assigned" +#~ msgstr "Este agente no tiene ninguna política asignada" + +#~ msgid "Policy outdate" +#~ msgstr "Política obsoleta" + +#~ msgid "Toggle the collection table" +#~ msgstr "Cambiar la tabla de la colección" + +#~ msgid "Descripttion" +#~ msgstr "Descripción" + +#~ msgid "Show Collection" +#~ msgstr "Mostrar colecciones" + +#~ msgid "Toggle the alert table" +#~ msgstr "Cambie a la tabla de alertas" + +#~ msgid "Show Alert" +#~ msgstr "Mostrar alertas" + +#~ msgid "Toggle the module table" +#~ msgstr "Cambiar a la tabla de alertas" + +#~ msgid "Relationship" +#~ msgstr "Relación" + +#~ msgid "Show Modules" +#~ msgstr "Mostrar módulos" + +#~ msgid "(Un-adopted)" +#~ msgstr "(Des-adoptados)" + +#~ msgid "(Adopted)" +#~ msgstr "(Adoptados)" + +#~ msgid "(Un-adopted) (Unlinked)" +#~ msgstr "(Des-adoptados)(Desvinculados)" + +#~ msgid "(Adopted) (Unlinked)" +#~ msgstr "(Adoptados)(Desvinculados)" + +#~ msgid "PDF" +#~ msgstr "PDF" + +#~ msgid "Export to PDF" +#~ msgstr "Exportar a PDF" + +#~ msgid "Send by email" +#~ msgstr "Enviar por correo-e" + +#~ msgid "ID Report" +#~ msgstr "ID Informe" + +#~ msgid "Send by email " +#~ msgstr "Enviar por correo-e " + +#~ msgid "Backup" +#~ msgstr "Copia de seguridad" + +#~ msgid "Pandora database backup utility" +#~ msgstr "Utilidad de la copia de seguridad de BD de Pandora FMS" + +#~ msgid "Lost" +#~ msgstr "Perdido" + +#~ msgid "Backups list" +#~ msgstr "Lista de copias de seguridad" + +#~ msgid "Create backup" +#~ msgstr "Crear copia de seguridad" + +#, php-format +#~ msgid "Error create '%s' policy, the name exist and there aren't free name." +#~ msgstr "" +#~ "Error al crear política '%s', el nombre ya existe. Ese nombre no está libre." + +#, php-format +#~ msgid "" +#~ "Warning create '%s' policy, the name exist, the policy have a name %s." +#~ msgstr "" +#~ "Política de advertencia creada '%s', el nombre existe, la política tiene un " +#~ "nombre %s." + +#~ msgid "Error the policy haven't name." +#~ msgstr "Error la política no tiene nombre." + +#, php-format +#~ msgid "Success create '%s' policy." +#~ msgstr "Política '%s' creada correctamente" + +#, php-format +#~ msgid "Error create '%s' policy." +#~ msgstr "Error al crear la política '%s'." + +#, php-format +#~ msgid "Success add '%s' agent." +#~ msgstr "Agente '%s' añadido correctamente" + +#, php-format +#~ msgid "Error add '%s' agent." +#~ msgstr "Error al añadir agente '%s'." + +#, php-format +#~ msgid "Success add '%s' collection." +#~ msgstr "Colección '%s' añadida correctamente" + +#, php-format +#~ msgid "Error add '%s' collection." +#~ msgstr "Error al añadir colección '%s'." + +#~ msgid "Error add the module, haven't type." +#~ msgstr "Error al añadir el módulo. No tiene tipo" + +#~ msgid "Error add the module, error in tag component." +#~ msgstr "Error al añadir el módulo, error en el componente tag." + +#, php-format +#~ msgid "Success add '%s' module." +#~ msgstr "Módulo '%s' añadido correctamente" + +#, php-format +#~ msgid "Error add '%s' module." +#~ msgstr "Error al añadir el módulo '%s'" + +#, php-format +#~ msgid "Error add the alert, the template '%s' don't exist." +#~ msgstr "Error al añadir la alerta, la plantilla '%s' no existe" + +#, php-format +#~ msgid "Error add the alert, the module '%s' don't exist." +#~ msgstr "Error al añadir la alerta, el módulo '%s' no existe" + +#, php-format +#~ msgid "Success add '%s' alert." +#~ msgstr "Alerta '%s' añadida correctamente" + +#, php-format +#~ msgid "Error add '%s' alert." +#~ msgstr "Error al añadir alerta '%s'." + +#, php-format +#~ msgid "Error add the alert, the action '%s' don't exist." +#~ msgstr "Error al añadir alerta, la acción '%s' no existe." + +#, php-format +#~ msgid "Success add '%s' action." +#~ msgstr "Acción añadida correctamente '%s'." + +#~ msgid "Report to build" +#~ msgstr "Informe a construir" + +#~ msgid "Send to emails (separated by comma)" +#~ msgstr "Enviar a emails (separados por comas)" + +#~ msgid "Save to disk into path" +#~ msgstr "Guardar disco en la ruta" + +#~ msgid "Send to email" +#~ msgstr "Enviar a correo-e" + +#~ msgid "Send custom report by email" +#~ msgstr "Enviar un informe personalizado por correo" + +#~ msgid "Save custom report to disk" +#~ msgstr "Guardar el informe personalizado en el disco" + +#~ msgid "Backup Pandora database" +#~ msgstr "Copia de seguridad de la BD de Pandora FMS" + +#~ msgid "Not scheduled" +#~ msgstr "No programada" + +#~ msgid "Hourly" +#~ msgstr "Cada hora" + +#~ msgid "Yearly" +#~ msgstr "Anualmente" + #~ msgid "This is the automatic generated report" #~ msgstr "Éste es el informe generado automáticamente" @@ -37149,6 +27272,48 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Please do not answer or reply to this email" #~ msgstr "No responda a este correo-e" +#~ msgid "Cron jobs" +#~ msgstr "Tareas programadas" + +#~ msgid "Add new job" +#~ msgstr "Añadir nueva tarea" + +#~ msgid "Path doesn't exists or is not writable" +#~ msgstr "La ruta no existe o no se puede escribir en ella" + +#~ msgid "Edit job" +#~ msgstr "Editar tarea" + +#~ msgid "Cron extension is not running" +#~ msgstr "La extensión de tareas programadas (cron) no está ejecutándose" + +#~ msgid "Cron extension has never run or it's not configured well" +#~ msgstr "" +#~ "La extensión de tareas programadas (cron) no se ha ejecutado nunca o no está " +#~ "configurada correctamente" + +#~ msgid "" +#~ "This extension relies on a proper setup of cron, the time-based scheduling " +#~ "service" +#~ msgstr "" +#~ "Esta extensión se basa en una correcta configuración de cron, el servicio de " +#~ "planificación basado en el tiempo" + +#~ msgid "Please, add the following line to your crontab file" +#~ msgstr "Añada la siguiente linea a su archivo crontab" + +#~ msgid "Last execution" +#~ msgstr "Última ejecución" + +#~ msgid "Cron extension is running" +#~ msgstr "La extensión Cron se está ejecutando" + +#~ msgid "Scheduled jobs" +#~ msgstr "Tareas programadas" + +#~ msgid "Scheduled" +#~ msgstr "Programado" + #~ msgid "First_execution" #~ msgstr "First_execution" @@ -37159,12 +27324,355 @@ msgstr "El usuario solo puede usar la API" #~ "Quizá la primera ejecución no es exactamente igual a este valor porque la " #~ "configuración de cron es diferente." +#~ msgid "Last run" +#~ msgstr "Última ejecución" + +#~ msgid "Force run" +#~ msgstr "Forzar ejecución" + +#~ msgid "Path" +#~ msgstr "Ruta" + #~ msgid "First execution" #~ msgstr "Primera ejecución" +#~ msgid "Translate string" +#~ msgstr "Traducir cadena" + +#~ msgid "Example:" +#~ msgstr "Ejemplo:" + +#~ msgid "Bit mask" +#~ msgstr "Bit de máscara" + +#~ msgid "Net mask" +#~ msgstr "Máscara de red" + +#~ msgid "Mask format" +#~ msgstr "Formato de máscara" + +#~ msgid "Mask" +#~ msgstr "Máscara" + +#~ msgid "Calculate" +#~ msgstr "Calcular" + +#~ msgid "Address field is empty" +#~ msgstr "El campo Dirección está vacío" + +#~ msgid "Mask field is empty" +#~ msgstr "El campo Máscara está vacío" + +#~ msgid "Incorrect address format" +#~ msgstr "Formato de dirección incorrecto" + +#~ msgid "Incorrect mask format" +#~ msgstr "Formato de máscara incorrecto" + +#~ msgid "Network mask" +#~ msgstr "Máscara de red" + +#~ msgid "Network wildcard" +#~ msgstr "Red wildcard" + +#~ msgid "Network address" +#~ msgstr "Dirección de red" + +#~ msgid "Broadcast address" +#~ msgstr "Dirección de difusión" + +#~ msgid "First valid IP" +#~ msgstr "Primera IP válida" + +#~ msgid "Last valid IP" +#~ msgstr "Última IP válida" + +#~ msgid "Hosts/Net" +#~ msgstr "Hosts/Red" + +#~ msgid "There is not an available IP." +#~ msgstr "No hay una IP disponible" + +#~ msgid "Next available IP Address is:" +#~ msgstr "La siguiente IP disponible es:" + +#~ msgid "Reserve this IP now" +#~ msgstr "Reservar esta IP ahora" + +#~ msgid "Manage this IP now" +#~ msgstr "Gestionar esta IP ahora" + +#~ msgid "Hostname" +#~ msgstr "Nombre de máquina" + +#~ msgid "Operating system" +#~ msgstr "Sistema operativo" + +#~ msgid "This agent has other IPs" +#~ msgstr "Este agente tiene otras IPs" + +#~ msgid "Generate events" +#~ msgstr "Generar eventos" + +#~ msgid "Managed" +#~ msgstr "Gestionado" + +#~ msgid "Reserved" +#~ msgstr "Reservado" + +#~ msgid "Edited" +#~ msgstr "Modificado" + +#~ msgid "Ping" +#~ msgstr "Ping" + +#~ msgid "Ping to host" +#~ msgstr "Ping a una máquina" + +#~ msgid "Network not found" +#~ msgstr "Red no encontrada" + +#~ msgid "Format: IP/Mask" +#~ msgstr "Formato: IP/Máscara" + +#~ msgid "Examples" +#~ msgstr "Ejemplos" + +#~ msgid "For example: Central Data Center" +#~ msgstr "Por ejemplo: Central General de Datos" + +#~ msgid "Scan interval" +#~ msgstr "Comprobar intervalo" + +#~ msgid "0 for manually scan" +#~ msgstr "0 para comprobación manual" + +#~ msgid "Operator users" +#~ msgstr "Usuarios del operador" + +#~ msgid "" +#~ "The list of users can manage the networks in the IPAM. Only the admin users " +#~ "can manage networks and edit the networks." +#~ msgstr "" +#~ "Los usuarios de la lista pueden gestionar las redes en IPAM. Solo los " +#~ "usuarios administradores pueden gestionar y modificar las redes." + +#~ msgid "Successfully updated." +#~ msgstr "Actualizado con éxito." + +#~ msgid "Addresses" +#~ msgstr "Direcciones" + +#~ msgid "Alive" +#~ msgstr "Activo" + +#~ msgid "No networks found" +#~ msgstr "No se ha encontrado ninguna red" + +#~ msgid "IPs" +#~ msgstr "IPs" + +#~ msgid "Manage addresses" +#~ msgstr "Administrar direcciones" + +#~ msgid "Addresses view" +#~ msgstr "Vista de direcciones" + +#~ msgid "Edit network" +#~ msgstr "Modificar red" + +#~ msgid "Delete network" +#~ msgstr "Eliminar red" + +#~ msgid "Export to Excel" +#~ msgstr "Exportar a Excel" + +#~ msgid "Assign next free IP" +#~ msgstr "Asignar la siguiente IP libre" + +#~ msgid "Next available IP" +#~ msgstr "Siguiente IP disponible" + +#~ msgid "No addresses found on this network" +#~ msgstr "No se han encontrado direcciones en esta red" + +#~ msgid "Subnet" +#~ msgstr "Subred" + +#~ msgid "Total IPs" +#~ msgstr "IPs totales" + +#~ msgid "Not alive" +#~ msgstr "Inactivo" + +#~ msgid "Not managed" +#~ msgstr "No gestionado" + +#~ msgid "Not Reserved" +#~ msgstr "No reservado" + +#~ msgid "DESC" +#~ msgstr "DESC" + +#~ msgid "ASC" +#~ msgstr "ASC" + +#~ msgid "A -> Z" +#~ msgstr "A -> Z" + +#~ msgid "Z -> A" +#~ msgstr "Z -> A" + +#~ msgid "Last check" +#~ msgstr "Ultima comprobación" + +#~ msgid "Newer -> Older" +#~ msgstr "Actual -> Antiguo" + +#~ msgid "Older -> Newer" +#~ msgstr "Antiguo -> Actual" + +#~ msgid "Exact address match" +#~ msgstr "Coincide la dirección exacta" + +#~ msgid "Big" +#~ msgstr "Grande" + +#~ msgid "Tiny" +#~ msgstr "Pequeño" + +#~ msgid "Icons style" +#~ msgstr "Estilo de iconos" + +#~ msgid "Show not alive hosts" +#~ msgstr "Mostrar máquinas inactivas" + +#~ msgid "Show only managed addresses" +#~ msgstr "Mostrar solo direcciones administradas" + +#~ msgid "Reserved addresses" +#~ msgstr "Direcciones reservadas" + +#~ msgid "Unreserved" +#~ msgstr "No reservado" + +#~ msgid "Filter options" +#~ msgstr "Opciones de filtro" + +#~ msgid "Edit address" +#~ msgstr "Modificar dirección" + +#~ msgid "Disabled address" +#~ msgstr "Deshabilitar direción" + +#~ msgid "This address will not be updated by the server" +#~ msgstr "Esta direción no se actualizará por el servidor" + +#~ msgid "Change to automatic mode" +#~ msgstr "Cambiar a modo automático" + +#~ msgid "Change to manual mode" +#~ msgstr "Cambiar a modo manual" + +#~ msgid "Add comments" +#~ msgstr "Añadir comentarios" + +#~ msgid "Update agent address" +#~ msgstr "Actualizar direción de agente" + +#~ msgid "Please, uncheck auto option to set manual agent." +#~ msgstr "Desmarcar la opción auto para establecer agente manual" + +#~ msgid "CSV import" +#~ msgstr "Importar CSV" + +#~ msgid "Subnetworks calculator" +#~ msgstr "Calculadora de subredes" + +#~ msgid "IPAM" +#~ msgstr "IPAM" + +#, php-format +#~ msgid "Created agent %s" +#~ msgstr "Agente creado %s" + +#~ msgid "File processed" +#~ msgstr "Archivo procesado" + +#~ msgid "CSV format" +#~ msgstr "Formato CVS" + +#~ msgid "The CSV file must have the fields in the following order" +#~ msgstr "El archivo CSV tiene que tener los campos en el siguiente orden" + +#~ msgid "Upload file" +#~ msgstr "Subir archivo" + +#~ msgid "Separator" +#~ msgstr "Separador" + +#~ msgid "Upload CSV file" +#~ msgstr "Subir archivo CSV" + +#~ msgid "Wizard SLA" +#~ msgstr "Wizard SLA" + +#~ msgid "Global" +#~ msgstr "Global" + +#~ msgid "Advance options" +#~ msgstr "Opciones avanzadas" + +#~ msgid "Templates list" +#~ msgstr "Lista de Plantillas" + +#~ msgid "Day" +#~ msgstr "Día" + #~ msgid "Summary of SLA Fails" #~ msgstr "Resumen de fallos de SLA" +#~ msgid "SLA Compliance per days" +#~ msgstr "Cumplimiento de SLA por días" + +#, php-format +#~ msgid "Graph agents(%s) - %s" +#~ msgstr "Gráficas de agentes (%s) - %s" + +#~ msgid "Template editor" +#~ msgstr "Editor de Plantillas" + +#~ msgid "Get PDF file" +#~ msgstr "Obtener archivo PDF" + +#~ msgid "Crit:" +#~ msgstr "Crit." + +#~ msgid "Warn:" +#~ msgstr "Advert." + +#~ msgid "Ok:" +#~ msgstr "Ok:" + +#~ msgid "Value:" +#~ msgstr "Valor:" + +#~ msgid "None of the services was added" +#~ msgstr "Ninguno de los servicios se añadió" + +#, php-format +#~ msgid "%d services couldn't be added" +#~ msgstr "%d servicios no se han podido añadir" + +#~ msgid "There was an error retrieving the visual map information" +#~ msgstr "Se ha producido un error al recuperar la información del mapa visual" + +#~ msgid "No services selected" +#~ msgstr "Ningún servicio seleccionado" + +#~ msgid "Show details" +#~ msgstr "Ver detalles" + #~ msgid "Radius" #~ msgstr "Radio" @@ -37177,6 +27685,42 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Show modules:" #~ msgstr "Mostrar módulos:" +#~ msgid "Module alert" +#~ msgstr "Alerta de módulos" + +#~ msgid "Empty configuration" +#~ msgstr "Configuración vacía" + +#~ msgid "Empty OS" +#~ msgstr "SO vacío" + +#~ msgid "Client" +#~ msgstr "Cliente" + +#~ msgid "Trial" +#~ msgstr "Prueba" + +#~ msgid "Lines" +#~ msgstr "Líneas" + +#~ msgid "Metaconsole" +#~ msgstr "Metaconsola" + +#~ msgid "Group does not exist. Agent " +#~ msgstr "El grupo no existe. Agente " + +#~ msgid "Created group in destination DB" +#~ msgstr "Creado el grupo en la base de datos destino" + +#~ msgid "Error creating group. Agent " +#~ msgstr "Error creando grupo. Agente " + +#~ msgid "Group already exists in destination DB" +#~ msgstr "El grupo ya existe en la base de datos destino" + +#~ msgid "Automated Pandora FMS report for user defined report" +#~ msgstr "Informe automatizado de Pandora FMS para informes personalizados." + #~ msgid "Generated: " #~ msgstr "Generado: " @@ -37189,6 +27733,221 @@ msgstr "El usuario solo puede usar la API" #~ msgid "CONTENTS" #~ msgstr "CONTENIDOS" +#~ msgid "SO" +#~ msgstr "SO" + +#~ msgid "There are no modules." +#~ msgstr "No hay módulos" + +#~ msgid "No description" +#~ msgstr "Sin descripción" + +#~ msgid "Restoring a backup" +#~ msgstr "Restaurar una copia de seguridad" + +#~ msgid "Restoring a Pandora database backup must be done manually" +#~ msgstr "" +#~ "Debe restaurar la copia de seguridad de la base de datos de Pandora FMS " +#~ "manualmente." + +#~ msgid "" +#~ "It's a complex operation that needs human intervation to avoid system " +#~ "failures and data loosing" +#~ msgstr "" +#~ "Esta operación es compleja y necesita intervención humana para evitar fallos " +#~ "en el sistema y pérdida de datos" + +#~ msgid "To restore the selected backup, please follow these steps" +#~ msgstr "" +#~ "Para restaurar la copia de seguridad seleccionada, por favor, siga los " +#~ "siguientes pasos" + +#~ msgid "Open a root shell in your system located at " +#~ msgstr "Abra un root shell en su sistema localizado en " + +#~ msgid "Connect to MySQL database using the following command" +#~ msgstr "Use el siguiente comando para conectar con la base de datos de MySQL" + +#~ msgid "Create a new database" +#~ msgstr "Crear una nueva base de datos" + +#~ msgid "Restore the backup" +#~ msgstr "Restaurar la copia de seguridad" + +#~ msgid "Modify console configuration to use this new database" +#~ msgstr "" +#~ "Modifique la configuración de la consola para usar esta nueva base de datos" + +#~ msgid "Open configuration file" +#~ msgstr "Abrir el archivo de configuración" + +#~ msgid "Find" +#~ msgstr "Encontrar" + +#~ msgid "and replace with" +#~ msgstr "y reemplazar con" + +#~ msgid "Modify servers configuration to use this new database" +#~ msgstr "" +#~ "Modifique la configuración de los servidores para usar esta nueva base de " +#~ "datos" + +#~ msgid "Find servers configuration file and replace the following lines" +#~ msgstr "" +#~ "Acceda al archivo de configuración de los servidores y reemplácelo por las " +#~ "siguientes líneas" + +#~ msgid "Restart the servers and login again into the console" +#~ msgstr "Reinicie los servidores y vuelva a identificarse en la consola" + +#~ msgid "Run import command using the following command" +#~ msgstr "Ejecute el comando de importación mediante el siguiente comando" + +#~ msgid "Into your destination database." +#~ msgstr "En su base de datos de destino" + +#, php-format +#~ msgid "Fail create the directory: %s" +#~ msgstr "Fallo al crear el directorio: %s" + +#~ msgid "No files in collection" +#~ msgstr "No hay archivos en la colección" + +#~ msgid "File of collection is bigger than the limit (" +#~ msgstr "El archivo de la colección es mayor que el límite" + +#~ msgid "Log collector" +#~ msgstr "Colector de logs" + +#, php-format +#~ msgid "There is a error: %s" +#~ msgstr "Hay un error: %s" + +#, php-format +#~ msgid "There are %s updates, and the first to update is:" +#~ msgstr "Hay %s actualizaciones y la primera actualización es:" + +#~ msgid "Version number:" +#~ msgstr "Número de versión:" + +#~ msgid "Update to the last version" +#~ msgstr "Actualizado a la ultima version" + +#~ msgid "Database credentials not found" +#~ msgstr "Los credenciales de la base de datos no se han encontrado" + +#~ msgid "Error connecting to the specified host" +#~ msgstr "Error al conectar con el host especificado" + +#~ msgid "Connected to the host, but cannot found the specified database" +#~ msgstr "" +#~ "Conectado al host, pero no se puede encontrar la base de datos especificada" + +#~ msgid "" +#~ "\"Translate string\" extension is missed in the server. This extension is " +#~ "mandatory to be configured on metaconsole." +#~ msgstr "" +#~ "En el servidor, falta la extensión \"Translate string\". Esta extensión es " +#~ "imprescindible para configurar la metaconsola." + +#~ msgid "" +#~ "Server name doesnt match. Check the node server name and configure the same " +#~ "one on metasetup" +#~ msgstr "" +#~ "El nombre del servidor no coincide. Compruebe el nombre del servidor del " +#~ "nodo y configure el mismo nombre en el metasetup" + +#~ msgid "Last event replication" +#~ msgstr "Replicación del último evento" + +#~ msgid "Tree view by tags" +#~ msgstr "Vista de árbol por tags" + +#~ msgid "No changes found" +#~ msgstr "No se han encontrado cambios" + +#~ msgid "Get CSV file" +#~ msgstr "Obtener archivo CSV" + +#~ msgid "Service does not exist." +#~ msgstr "El servicio no existe" + +#~ msgid "Module store the service does not exist." +#~ msgstr "El módulo que almacena los servicios no existe" + +#~ msgid "Module store SLA service does not exist." +#~ msgstr "El módulo que almacena el servicio SLA no existe" + +#~ msgid "Agent store the service does not exist." +#~ msgstr "El agente que almacena el servicio no existe" + +#~ msgid "Agent store SLA service does not exist." +#~ msgstr "El agente que almacena el sevicio de SLA no existe" + +#~ msgid "Alert critical SLA service does not exist." +#~ msgstr "El servicio de alerta crítica de SLA no existe" + +#~ msgid "Alert warning service does not exist." +#~ msgstr "El servicio de alerta de advertencia no existe" + +#~ msgid "Alert critical service does not exist." +#~ msgstr "El servicio de alertas críticas no existe" + +#~ msgid "Alert unknown service does not exist." +#~ msgstr "El servicio de alertas desconocidas no existe" + +#, php-format +#~ msgid "Module automatic create for the service %s" +#~ msgstr "Módulo automático creado para el servicio %s" + +#~ msgid "Critical (Alert)" +#~ msgstr "Crítica (Alerta)" + +#~ msgid "There are no service elements defined" +#~ msgstr "No hay servicios de elementos definidos" + +#~ msgid "Weight Critical" +#~ msgstr "Peso crítico" + +#~ msgid "Weight Warning" +#~ msgstr "Peso de advertencia" + +#~ msgid "Weight Unknown" +#~ msgstr "Peso desconocido" + +#~ msgid "Weight Ok" +#~ msgstr "Peso Ok" + +#~ msgid "Delete service element" +#~ msgstr "Eliminar elemento de servicio" + +#~ msgid "FAIL" +#~ msgstr "FALLO" + +#~ msgid "Policy linkation" +#~ msgstr "Vinculación de políticas" + +#~ msgid "Module linked" +#~ msgstr "Módulo enlazado" + +#~ msgid "Unlink from policy" +#~ msgstr "Módulo desenlazado de la política" + +#~ msgid "Module unlinked" +#~ msgstr "Módulo desenlazado" + +#~ msgid "Relink to policy" +#~ msgstr "Volver a unir a la política" + +#~ msgid "Module pending to link" +#~ msgstr "Módulo pendiente para enlazar" + +#~ msgid "Module pending to unlink" +#~ msgstr "Módulo pendiente para desenlazar" + +#~ msgid "Create a new policy map" +#~ msgstr "Crear un nuevo mapa de políticas" + #~ msgid "You must change password" #~ msgstr "Tiene que cambiar la contraseña" @@ -37198,42 +27957,48 @@ msgstr "El usuario solo puede usar la API" #~ msgid "CONFIRM: " #~ msgstr "CONFIRMAR: " +#~ msgid "Change" +#~ msgstr "Cambiar" + +#~ msgid "User has been blocked. Try again in " +#~ msgstr "Su usuario ha sido bloqueado. Vuelva a intentarlo en " + +#~ msgid " minutes" +#~ msgstr " minutos" + +#~ msgid "Password must be different from the " +#~ msgstr "La contraseña debe ser diferente de " + +#~ msgid " previous changes." +#~ msgstr " Cambios anteriores" + +#~ msgid "Password must be different" +#~ msgstr "La contraseña tiene que ser diferente" + +#~ msgid "Password too short" +#~ msgstr "La contraseña es demasiado corta" + +#~ msgid "Password must contain numbers" +#~ msgstr "La contraseña tiene que contener números" + +#~ msgid "Password must contain symbols" +#~ msgstr "La contraseña tiene que contener símbolos" + +#~ msgid "User pass successfully updated" +#~ msgstr "La contraseña se ha actualizado correctamente" + #~ msgid "Error updating user pass (no change?)" #~ msgstr "Error al actualizar la contraseña (¿no ha cambiado?)" +#~ msgid "Password confirm does not match" +#~ msgstr "Las contraseñas no coinciden" + +#~ msgid "Password empty" +#~ msgstr "La contraseña está vacía" + #~ msgid "Welcome to Pandora FMS Web Console" #~ msgstr "Bienvenido/a a la consola web de Pandora FMS" -#~ msgid "" -#~ "Pandora FMS frontend is built on advanced, modern technologies and does not " -#~ "support old browsers." -#~ msgstr "" -#~ "El interfaz Pandora FMS se basa en tecnologías avanzadas y modernas, y no " -#~ "soporta los navegadores antiguos." - -#~ msgid "" -#~ "It is highly recommended that you choose and install a modern browser. It is " -#~ "free of charge and only takes a couple of minutes." -#~ msgstr "" -#~ "Le recomendamos que elija e instale un navegador moderno. Sólo tardará unos " -#~ "minutos." - -#~ msgid "Why is it recommended to upgrade the web browser?" -#~ msgstr "¿Por qué le recomendamos que actualice su navegador?" - -#~ msgid "" -#~ "New browsers usually come with support for new technologies, increasing web " -#~ "page speed, better privacy settings and so on. They also resolve security " -#~ "and functional issues." -#~ msgstr "" -#~ "Los nuevos navegadores normalmente vienen con soporte para nuevas " -#~ "tecnologías, aumentando la velocidad de las páginas web, mejores " -#~ "herramientas de privacidad, etc. También resuelven temas de seguridad y " -#~ "funcionalidad." - -#~ msgid "Continue despite this warning" -#~ msgstr "Continúe a pesar de esta advertencia" - #~ msgid "Press here to activate shortcut bar" #~ msgstr "Haga click aquí para activar la barra de acesso directo" @@ -37338,11 +28103,6 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Agent '%s'" #~ msgstr "Agente '%s'" -#~ msgid "The configuration of email for the task email is in the file:" -#~ msgstr "" -#~ "La configuración de correo-e para el envío de la tarea se encuentra en el " -#~ "fichero:" - #~ msgid "Error in creation SNMP module. Agent name doesn't exists." #~ msgstr "" #~ "Error en la creación del módulo SNMP. El nombre del agente no existe." @@ -37409,9 +28169,18 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Time unavailable" #~ msgstr "Tiempo indisponible" +#~ msgid "Invalid licence." +#~ msgstr "Licencia inválida" + +#~ msgid "Nonexistent" +#~ msgstr "No existe" + #~ msgid "Contact:" #~ msgstr "Contacto:" +#~ msgid "ERROR:" +#~ msgstr "ERROR:" + #~ msgid "E-mail:" #~ msgstr "E-mail:" @@ -37421,9 +28190,80 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Display proc modules in binary format (OK/FAIL)" #~ msgstr "Visualizar los módulos proc en formato binario (OK/FALLO)" +#~ msgid "Availability item created from wizard." +#~ msgstr "Elemento disponible creado desde el asistente." + +#, php-format +#~ msgid "Error creating %s groups" +#~ msgstr "Error creando %s grupos" + +#, php-format +#~ msgid "(Error Duplicate ID (%d) ) " +#~ msgstr "(Error ID Duplicado (%d) ) " + +#~ msgid "Invalid old password" +#~ msgstr "Password antigua inválida." + #~ msgid "OLD PASS: " #~ msgstr "Password antigua: " +#~ msgid "" +#~ "Unable to create the collection. Another collection with the same short name." +#~ msgstr "" +#~ "No se ha podido crear la colección. Hay otra colección con el mismo nombre " +#~ "corto." + +#~ msgid "Show the tree view" +#~ msgstr "Mostrar la vista de árbol" + +#~ msgid "Please choose other server." +#~ msgstr "Por favor elija otro servidor." + +#, php-format +#~ msgid "Error updating %s groups" +#~ msgstr "Error actualizando %s grupos" + +#~ msgid "Could not be added to deleted all modules." +#~ msgstr "No podría ser añadido a eliminar todos los módulos." + +#~ msgid "Hidden" +#~ msgstr "Oculto" + +#~ msgid "Mobile" +#~ msgstr "Móvil" + +#~ msgid "Left blank for the LOCAL inventory modules" +#~ msgstr "Dejar en blanco para los módulos de inventario LOCALES" + +#~ msgid "Order:" +#~ msgstr "Orden:" + +#~ msgid "" +#~ "Here is placed the script for the REMOTE inventory modules Local inventory " +#~ "modules don't use this field" +#~ msgstr "" +#~ "Aquí se coloca el script para los módulos de inventario REMOTOS. Los módulos " +#~ "de inventario locales no usan este campo." + +#~ msgid "Show address instead module name" +#~ msgstr "Mostrar la dirección en lugar del nombre del módulo" + +#~ msgid "" +#~ "Show a resume table with max, min, average of total modules on the report " +#~ "bottom:" +#~ msgstr "" +#~ "Muestra una tabla de resumen con el max, min y media del total de módulos en " +#~ "la parte inferior del informe:" + +#~ msgid "ACL users for this agent" +#~ msgstr "Usuarios ACL para este agente" + +#~ msgid "There are no defined users" +#~ msgstr "No hay usuarios definidos" + +#~ msgid "Check ACL" +#~ msgstr "Comprobar ACL" + #~ msgid "This is defined in minutes" #~ msgstr "Esto se define en minutos" @@ -37439,18 +28279,91 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Store group" #~ msgstr "Grupo de almacenamiento" +#~ msgid "Need to regenerate" +#~ msgstr "Necesita volver a regenerarse" + +#~ msgid "Open for more details in update" +#~ msgstr "Abrir para obtener más detalles de actualización" + +#~ msgid "Open for more details in creation" +#~ msgstr "Abrir para obtener más detalles de creación" + +#~ msgid "Open for more details" +#~ msgstr "Abrir para obtener más detalles" + +#~ msgid "Error accesing to API." +#~ msgstr "Error al acceder a la API" + +#~ msgid "Error accesing to API, auth error." +#~ msgstr "Error al acceder a la API. Error de autenticación." + #~ msgid "This element should be deleted" #~ msgstr "Este elemento debería ser borrado" +#~ msgid "Templates Wizard" +#~ msgstr "Asistente de plantillas" + +#~ msgid "Templates wizard" +#~ msgstr "Asistente de plantillas" + +#~ msgid "Monitors view" +#~ msgstr "Vista de monitores" + +#~ msgid "Please contact Artica at info@artica.es for a valid licence." +#~ msgstr "" +#~ "Por favor contacte con Ártica en info@artica.es para una licencia válida." + #~ msgid "Successful update the networkmap." #~ msgstr "Mapa de red actualizado correctamente" #~ msgid "Unsuccessful update the networkmap." #~ msgstr "El mapa de red no se ha podido actualizar" +#~ msgid "This agent has not modules inventory" +#~ msgstr "Este agente no tiene módulos de inventario" + +#~ msgid "Module successfully added." +#~ msgstr "Módulo añadido con éxito." + +#~ msgid "Only admin users can see this section." +#~ msgstr "Solo los usuarios administradores pueden ver esta sección." + +#~ msgid "Request new licence" +#~ msgstr "Solicitar una nueva licencia" + +#~ msgid "Last replication at" +#~ msgstr "Última replicación a" + +#~ msgid "Could not be create, duplicated server name." +#~ msgstr "No puede ser creado, el nombre del servidor está duplicado" + +#~ msgid "Online validation" +#~ msgstr "Validación en línea" + +#~ msgid "Auth Key:" +#~ msgstr "Clave de autenticación" + #~ msgid "Activate licence" #~ msgstr "Activar la licencia" +#~ msgid "Your request key is:" +#~ msgstr "Su clave es:" + +#~ msgid "ACL module tags for the modules in this agent" +#~ msgstr "Etiquetas del módulo de ACL para los módulos de este agente" + +#~ msgid "" +#~ "There was an error creating the alerts, the operation has been cancelled ." +#~ msgstr "" +#~ "Ha habido un error creando las alertas, la operación ha sido cancelada." + +#~ msgid "" +#~ "The user doesn't have permission to read agents. Please contact with your " +#~ "pandora administrator." +#~ msgstr "" +#~ "El usuario no tiene permiso para leer los agentes. Por favor contacte con su " +#~ "administrador de Pandora" + #~ msgid "List of visual console" #~ msgstr "Lista de la consola visual" @@ -37462,33 +28375,179 @@ msgstr "El usuario solo puede usar la API" #~ "formato incorrecto. Ir a la sección de los tiempos de parada planificada " #~ "para resolver esto." +#~ msgid "Create template report wizard" +#~ msgstr "Asistente de creación de plantillas de informes" + +#~ msgid "General Data" +#~ msgstr "Datos Generales" + +#~ msgid "Report of state" +#~ msgstr "Informe de estado" + +#~ msgid "Report of events" +#~ msgstr "Informe de eventos" + +#~ msgid "Info of state in events" +#~ msgstr "Información de estado en eventos" + +#~ msgid "Summary by status" +#~ msgstr "Resumen por estados" + +#~ msgid "Group or Tag" +#~ msgstr "Grupo o Etiqueta" + #~ msgid "Networkmap list" #~ msgstr "Lista de mapas de red" +#~ msgid "Filter tag" +#~ msgstr "Filtro por tag" + +#~ msgid "Filter by" +#~ msgstr "Filtrar por" + +#~ msgid "Target group" +#~ msgstr "Grupo objetivo" + +#~ msgid "Advance Options" +#~ msgstr "Opciones avanzadas" + #~ msgid "No colections for this agent" #~ msgstr "El agente no tiene colecciones" +#~ msgid "No Services" +#~ msgstr "Sin servicios" + +#~ msgid "JSON" +#~ msgstr "JSON" + +#~ msgid "Export to JSON" +#~ msgstr "Exportar a JSON" + #~ msgid "List of Services" #~ msgstr "Lista de servicios" +#~ msgid "% Monitors Critical" +#~ msgstr "% Monitores en critico" + +#~ msgid "% Monitors OK" +#~ msgstr "% Monitores en ok" + +#~ msgid "% Monitors Warning" +#~ msgstr "% Monitores en alarma" + +#~ msgid "% Agents Unknown" +#~ msgstr "% Monitores en desconocido" + +#~ msgid "Synchronizing Tags" +#~ msgstr "Sincronizar tags" + #~ msgid "Filter by tag" #~ msgstr "Filtrar por tag" +#~ msgid "Synchronizing Alerts" +#~ msgstr "Sincronizar alertas" + +#~ msgid "Synchronizing Groups" +#~ msgstr "Sincronizar grupos" + +#~ msgid "Apply Policies" +#~ msgstr "Aplicar politicas" + +#~ msgid "Synchronizing Components" +#~ msgstr "Sincronizar componentes" + +#~ msgid "Synchronizing Users" +#~ msgstr "Sincronizar usuarios" + +#~ msgid "Contents" +#~ msgstr "Contenido" + +#~ msgid "When connecting to Artica server." +#~ msgstr "Cuando se conecta al servidor de Ártica." + +#, php-format +#~ msgid "" +#~ "You can activate it manually here or " +#~ "automatically filling the form below:" +#~ msgstr "" +#~ "Lo puede activar manualmente aqui o " +#~ "automáticamente rellenando el siguiente formulario:" + +#~ msgid "None update or create group" +#~ msgstr "Ninguna actualización o creación de grupo" + +#~ msgid "Advance Reporting" +#~ msgstr "Informes Avanzados" + +#~ msgid "No Services or concrete action" +#~ msgstr "Sin Servicios o acción concreta" + +#~ msgid "Modules used" +#~ msgstr "Módulos usados" + +#~ msgid "Tags unused" +#~ msgstr "Etiquetas sin usar" + +#~ msgid "Tags used" +#~ msgstr "Etiquetas usadas" + +#~ msgid "Modules unused" +#~ msgstr "Módulos sin usar" + #~ msgid "Masive tags module policy edition" #~ msgstr "Edición masiva de etiquetas de módulo de política" #~ msgid "Masive modules policy tags edition" #~ msgstr "Edición masiva de módulos de política por etiquetas" +#~ msgid "Successful update the tags" +#~ msgstr "Actualización de etiquetas con éxito" + +#~ msgid "Unsuccessful update the tags" +#~ msgstr "Actualización de etiquetas sin éxito" + +#~ msgid "Update Local Component" +#~ msgstr "Actualizar Componente Local" + +#~ msgid "Create Local Component" +#~ msgstr "Crear Componente Local" + +#~ msgid "Enterprise ACL Setup" +#~ msgstr "Configuración ACL Enterprise" + +#~ msgid "Password policy" +#~ msgstr "Política de contraseñas" + #~ msgid "Main dashboard" #~ msgstr "Cuadro de mando principal" +#~ msgid "The start date cannot be greater than the end date" +#~ msgstr "La fecha de inicio no puede ser después que la fecha de finalización" + +#~ msgid "Metaconsole DB port" +#~ msgstr "Puerto BD Metaconsola" + +#~ msgid "Metaconsole DB user" +#~ msgstr "Usuario BD Metaconsola" + +#~ msgid "Metaconsole DB name" +#~ msgstr "Nombre BD Metaconsola" + +#~ msgid "Metaconsole DB host" +#~ msgstr "Host BD Metaconsola" + #~ msgid "Another collection with the same short name" #~ msgstr "Otra colección con el mismo nombre corto" #~ msgid "No colections" #~ msgstr "Sin colecciones" +#~ msgid "Metaconsole DB password" +#~ msgstr "Password BD Metaconsola" + +#~ msgid "There are no SLAs defined." +#~ msgstr "No hay SLAs definidos." + #~ msgid "List of networkmap Enterprise" #~ msgstr "Lista de mapas de red Enterprise" @@ -37496,6 +28555,15 @@ msgstr "El usuario solo puede usar la API" #~ msgid "® Ártica soluciones Pandora FMS %s - Build %s" #~ msgstr "® Ártica soluciones Pandora FMS %s - Build %s" +#~ msgid "Summary of SLA Failures" +#~ msgstr "Resumen de los Fallos de SLA" + +#~ msgid "Move Agents" +#~ msgstr "Mover Agentes" + +#~ msgid "Create group if doesn’t exist in destination" +#~ msgstr "Crear grupo si no existe en destino" + #~ msgid "" #~ "A service is a way to group your IT resources based on their " #~ "functionalities. \n" @@ -37524,15 +28592,116 @@ msgstr "El usuario solo puede usar la API" #~ "\t\t\t\t\t\tSu empresa consiste en tres grandes departamentos: dirección, " #~ "tienda online y soporte." +#~ msgid "" +#~ "To add more elements, click on \"Add widgets\" on the top of this " +#~ "page." +#~ msgstr "" +#~ "Para añadir más elementos, haga clic en \"Add widgets\" en la parte " +#~ "superior de esta página." + +#~ msgid "" +#~ "Please could you fill the widget data previous to filling the list items." +#~ msgstr "Por favor, rellene el Widget de datos antes de la lista de items." + +#~ msgid "" +#~ "This is an example of a dashboard widget. A widget may contain elements" +#~ msgstr "" +#~ "Éste es un ejemplo de un widget del dashboard. Un widget puede contener " +#~ "elementos." + #~ msgid "Display proc modules in binary format (OK/FAIL)." #~ msgstr "Mostrar los módulos proc en formato binario (OK/FALLO)" +#~ msgid "Create new custom" +#~ msgstr "Crear personalizada nueva" + #~ msgid "Generate a dinamic report" #~ msgstr "Generar un informe dinámico" +#~ msgid "Add agents" +#~ msgstr "Añadir agentes" + +#~ msgid "Bulk modules policy tags edit" +#~ msgstr "Editar etiquetas de políticas de módulos masivamente" + +#~ msgid "Bulk tags module policy edit" +#~ msgstr "Editar políticas de módulos de etiquetas masivamente" + +#~ msgid "Bulk alert SNMP edit" +#~ msgstr "Editar alertas SNMP masivamente" + +#~ msgid "Bulk alert SNMP delete" +#~ msgstr "Eliminar alertas SNMP masivamente" + +#~ msgid "Generate" +#~ msgstr "Generar" + +#~ msgid "Undo agents" +#~ msgstr "Anular agentes" + +#~ msgid "Bulk alerts policy delete" +#~ msgstr "Eliminar políticas de alertas masivamente" + +#~ msgid "No inventory modules defined" +#~ msgstr "No hay módulos de inventario definidos" + +#~ msgid "Bulk Satellite modules edit" +#~ msgstr "Editar módulos satélite masivamente" + +#~ msgid "Bulk alerts policy add" +#~ msgstr "Añadir políticas de alertas masivamente" + +#~ msgid "There are no defined inventory modules" +#~ msgstr "No hay definidos módulos de inventario" + +#~ msgid "There are no defined modules unlinked" +#~ msgstr "No hay módulos definidos desvinculados" + +#~ msgid "There are no defined export targets" +#~ msgstr "No hay objetivos a exportar definidos" + +#~ msgid "There are no defined skins" +#~ msgstr "No hay skins definidas" + +#~ msgid "No replication yet" +#~ msgstr "Sin replicación todavía" + +#~ msgid "Metaconsole DB engine" +#~ msgstr "Motor BD de la metaconsola" + +#~ msgid "MySQL" +#~ msgstr "MySQL" + +#~ msgid "Oracle" +#~ msgstr "Oracle" + +#~ msgid "There are no defined events alerts" +#~ msgstr "No hay definidas alerta de eventos" + +#~ msgid "There are no defined alert event rules" +#~ msgstr "No hay definidas reglas para alerta de eventos" + +#~ msgid "Nonexistent. This element should be deleted" +#~ msgstr "Inexistente. Este elemento debería eliminarse" + #~ msgid "Monitor all your systems with a single tool" #~ msgstr "Controlar todos tus sistemas con una sola herramienta" +#~ msgid "Activate license" +#~ msgstr "Activar licencia" + +#~ msgid "There are no defined plugins" +#~ msgstr "No hay plugins definidos" + +#~ msgid "There are no defined modules" +#~ msgstr "No hay módulos definidos" + +#~ msgid "Offline Update Manager" +#~ msgstr "Gestionar actualización offline" + +#~ msgid "Error could not resolve the host." +#~ msgstr "Error no pudo resolver el host." + #~ msgid "Error enable/disable user. The user doesn't exists." #~ msgstr "Error habilitar/deshabilitar usuario. El usuario no existe." @@ -37559,15 +28728,148 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Error in creation synthetic module. Agent name doesn't exists." #~ msgstr "Error al crear un módulo sintético. El nombre del agente no existe." +#~ msgid "Agent min" +#~ msgstr "Minimo agente" + +#~ msgid "Save the actual layout design" +#~ msgstr "Guardar el diseño actual" + +#~ msgid "Error: there are cells not empty." +#~ msgstr "Error: las celdas no pueden star vacias" + +#~ msgid "" +#~ "Error, you are trying to add a widget in a empty cell. Please save the " +#~ "layout before to add any widget in this cell." +#~ msgstr "" +#~ "Error, que están tratando de añadir un widget en una celda vacía. Por favor, " +#~ "guarde el diseño antes de añadir cualquier control en esta celda." + +#~ msgid "Config widget" +#~ msgstr "Configurar el widget" + +#~ msgid "Please configure this widget before usage" +#~ msgstr "Por favor, configure este widget antes de su uso" + +#~ msgid "Legend Position" +#~ msgstr "Posición de la leyenda" + +#~ msgid "No legend" +#~ msgstr "Sin leyenda" + +#~ msgid "Different parent" +#~ msgstr "Diferente padre" + +#~ msgid "Different name" +#~ msgstr "Diferente nombre" + +#~ msgid "Empty queue." +#~ msgstr "Cola vacia" + +#~ msgid "Licence" +#~ msgstr "Licencia" + +#~ msgid "Agent cache" +#~ msgstr "Caché de agente" + +#~ msgid "" +#~ "The selected user profile will be added to the selected users into the target" +#~ msgstr "" +#~ "El perfil de usuario seleccionado se añadirá a los usuarios seleccionados en " +#~ "el objetivo" + +#~ msgid "" +#~ "The target user profiles will be replaced with the source user profiles" +#~ msgstr "" +#~ "Los perfiles de usuario de destino se reemplazarán con los perfiles de " +#~ "usuario de origen" + +#~ msgid "Remove agents to doesn't move to destination server" +#~ msgstr "Eliminar los agentes no se desplace al servidor de destino" + +#~ msgid "" +#~ "Access to this page is restricted to authorized users only, please contact " +#~ "system administrator if you need assistance. \n" +#~ "\t\t\t\t\t
                Please know that all attempts to access this page are recorded " +#~ "in security logs of Pandora System Database" +#~ msgstr "" +#~ "El acceso a esta página está restringido a usuarios autorizados solamente, " +#~ "por favor póngase en contacto con el administrador del sistema si necesita " +#~ "ayuda.\n" +#~ "\t \t \t \t \t
                Por favor, sepan que todos los intentos de acceso a esta " +#~ "página son registrados en los registros de seguridad de la base de datos del " +#~ "Sistema de Pandora" + +#~ msgid "Server management" +#~ msgstr "Administración de servidores" + +#~ msgid "Go to pandorafms.com" +#~ msgstr "Ir a pandorafms.com" + #~ msgid "Pandora Help" #~ msgstr "Ayuda de pandora" +#~ msgid "Go to Pandora FMS Wiki" +#~ msgstr "Ir a Wiki Pandora FMS" + #~ msgid "Pandora Support" #~ msgstr "Soporte de Pandora" #~ msgid "Login off" #~ msgstr "Desconectar" +#~ msgid "% Agents not init" +#~ msgstr "% Agentes no iniciados" + +#~ msgid "% Monitors Unknown" +#~ msgstr "% Módulos desconocidos" + +#~ msgid "% Monitors Not init" +#~ msgstr "% Módulos no iniciados" + +#, php-format +#~ msgid "Created group %s" +#~ msgstr "Grupo creado %s" + +#, php-format +#~ msgid "Could not create group %s" +#~ msgstr "No se pudo crear el grupo %s" + +#~ msgid "The location is not filled, please add a location." +#~ msgstr "La ubicación no está rellena, por favor, añadir una ubicación." + +#~ msgid "Serialized data " +#~ msgstr "Datos serializados " + +#~ msgid "Report type" +#~ msgstr "Tipo de informe" + +#~ msgid "Uknown agents" +#~ msgstr "Agentes desconocidos" + +#~ msgid "Last 8 hours events" +#~ msgstr "Eventos en las últimas 8 horas" + +#~ msgid "Illegal query or any other error" +#~ msgstr "consulta ilegal o cualquier otro error" + +#~ msgid "% OK" +#~ msgstr "% OK" + +#~ msgid "% Wrong" +#~ msgstr "% Mal" + +#~ msgid "Simple Graph" +#~ msgstr "Gráfica simple" + +#~ msgid "Agent cache activated" +#~ msgstr "Cache de agente activado" + +#~ msgid "Agent cache failed" +#~ msgstr "Cache de agente falló" + +#~ msgid "No services defined." +#~ msgstr "No hay servicios definidos" + #~ msgid "Generate networkmap with parents relationships" #~ msgstr "Generar mapa de red con relaciones entre padres" @@ -37581,6 +28883,66 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Refresh network map state" #~ msgstr "Refrescar el estado del mapa de red" +#~ msgid "" +#~ "All the items are not available in CSV, only the previous versions ones." +#~ msgstr "" +#~ "Todos los ítems no están disponibles en CSV, solo en la versión previa" + +#~ msgid "Invalid service" +#~ msgstr "Servicio inválido" + +#~ msgid "No name and description specified for the service" +#~ msgstr "Ningún nombre y descripción especificados para el servicio" + +#~ msgid "No name specified for the service" +#~ msgstr "Ningún nombre especificado para el servicio" + +#~ msgid "No description specified for the service" +#~ msgstr "Ninguna descripción especificada para el servicio" + +#~ msgid "You should set the weights manually" +#~ msgstr "Debe establecer los pesos de forma manual" + +#~ msgid "The weights have default values" +#~ msgstr "Los pesos tienen valores por defecto" + +#~ msgid "" +#~ "Only the elements configured as 'critical element' are used to calculate the " +#~ "service status" +#~ msgstr "" +#~ "Sólo los elementos configurados como \"elemento crítico\" se utilizan para " +#~ "calcular el estado del servicio" + +#~ msgid "Error: The conf file of server is not readble." +#~ msgstr "Error: El fichero de configuración del servidor no se puede leer" + +#~ msgid "Error: The conf file of server is not writable." +#~ msgstr "" +#~ "Error: En el fichero de configuración del servidor no se puede escribir" + +#~ msgid "Delete remote conf server files in Pandora" +#~ msgstr "Borrar los servidores de configuración remota en Pandora" + +#~ msgid "" +#~ "Delete this conf file implies that Pandora will send back local config to " +#~ "console" +#~ msgstr "" +#~ "Borrar este fichero de configuración implicará que Pandora enviará la " +#~ "configuración local a la consola" + +#~ msgid "Section 2" +#~ msgstr "Sección 2" + +#~ msgid "Section 3" +#~ msgstr "Sección 3" + +#~ msgid "" +#~ "Limit the number of events that are replicated metaconsole each specified " +#~ "range." +#~ msgstr "" +#~ "Limitar el número de eventos que se replican en la metaconsola a un " +#~ "intervalo especificado." + #~ msgid "" #~ "Enable this option will be synchronice the groups and tags each new user " #~ "when he/she will login." @@ -37588,6 +28950,29 @@ msgstr "El usuario solo puede usar la API" #~ "Activar esta opción sincronizará grupos y etiquetas cuando el usuario vuelva " #~ "a iniciar sesión" +#~ msgid "Search by name, description or data, list matches." +#~ msgstr "Búsqueda por nombre, descripción o datos, lista las concidencias." + +#~ msgid "You haven't created templates yet." +#~ msgstr "No tienen creado plantillas aun." + +#~ msgid "Generate a dynamic report\"" +#~ msgstr "Generar un informe dinámico" + +#~ msgid "Policy name already exists" +#~ msgstr "El nombre de la política ya existe." + +#, php-format +#~ msgid "" +#~ "License out of limits

                " +#~ "This license allows %d modules and you have %d modules configured." +#~ msgstr "" +#~ " Licencia fuera de límites
                " +#~ "Esta licencia permite %d módulos y tiene módulos %d configurados." + +#~ msgid "e.g., switch.ehorus.com" +#~ msgstr "e.g., switch.ehorus.com" + #~ msgid "" #~ "If you check this option, the lateral menus display with left click. " #~ "Otherwise it will show by placing the mouse over" @@ -37599,33 +28984,879 @@ msgstr "El usuario solo puede usar la API" #~ msgid "Display lateral menus with click" #~ msgstr "Mostrar menús laterales al hacer click" -#~ msgid "This OID is preexistent." -#~ msgstr "Este OID es pre existente." +#~ msgid "SAML" +#~ msgstr "SAML" -#~ msgid "New networkmap" -#~ msgstr "Nuevo mapa de red" +#~ msgid "Apply all" +#~ msgstr "Aplicar a todo" + +#, php-format +#~ msgid "Error creating/updating %s/%s module groups" +#~ msgstr "Error al crear/actualizar %s/%s los grupos de modulo" + +#, php-format +#~ msgid "Created/Updated %s/%s module groups" +#~ msgstr "Creados/Actualizados %s/%s los grupos de modulos" + +#, php-format +#~ msgid "Graph agent(%s) - %s" +#~ msgstr "Gráfica de agente(%s) - %s" + +#~ msgid "Only one service map widget is supported at this moment" +#~ msgstr "Solo un widget de mapa de servicios es soportado actualmente" + +#~ msgid "There isn't get or post" +#~ msgstr "No puede obtener o publicar" + +#, php-format +#~ msgid "" +#~ "This extension makes registration of policies enterprise.
                You can get " +#~ "more policies in our Public Resource Library" +#~ msgstr "" +#~ "Esta extensión hace registra las politicas enterprise.
                Puedes conseguir " +#~ "más politicas en nuestra Librería de recursos publica" + +#, php-format +#~ msgid "Created/Updated %s/%s OS" +#~ msgstr "Creado/Actualizado %s/%s SO" + +#, php-format +#~ msgid "Error creating/updating %s/%s OS" +#~ msgstr "Error al crear/actualizar %s/%s SO" + +#~ msgid "Module Groups synchronization" +#~ msgstr "Sincronización de grupos de modulo" + +#~ msgid "DB port" +#~ msgstr "Puerto de la DB" + +#~ msgid "Module groups Management" +#~ msgstr "Gestor de grupos de modulo" + +#~ msgid "Synchronizing OS" +#~ msgstr "Sincronizando SO" + +#~ msgid "Synchronizing Module Groups" +#~ msgstr "Sincronizando grupos de modulos" + +#~ msgid "OS synchronization" +#~ msgstr "Sincronización de SO" + +#~ msgid "OS Management" +#~ msgstr "Administración de SO" + +#~ msgid "Please, set a valid IP/Name address" +#~ msgstr "Por favor, introduzca una IP/Nombre de dirección válido" + +#~ msgid "This data doesn't show in realtime" +#~ msgstr "Estos datos no se muestran en tiempo real" + +#~ msgid "Refresh every" +#~ msgstr "Refrescar cada" + +#~ msgid "Slides" +#~ msgstr "Presentaciones" + +#~ msgid "Change every" +#~ msgstr "Cambiar cada" + +#~ msgid "Stop" +#~ msgstr "Parar" + +#~ msgid "No slides selected" +#~ msgstr "No se han seleccionado diapositivas" + +#~ msgid "Exit fullscreen" +#~ msgstr "Salir de pantalla completa" + +#~ msgid "Component management" +#~ msgstr "Gestor de componentes" + +#~ msgid "Missing id" +#~ msgstr "Identificador perdido" + +#~ msgid "The user doesn't have permission to read agents" +#~ msgstr "El usuario no tiene permiso de lectura para agentes" + +#~ msgid "Agents status" +#~ msgstr "Estado de agente" + +#~ msgid "Tab" +#~ msgstr "Pestaña" + +#~ msgid "Modules status" +#~ msgstr "Estado de modulos" + +#~ msgid "Filter agents" +#~ msgstr "Filtrar agentes" + +#~ msgid "Dashboards" +#~ msgstr "Paneles" + +#~ msgid "Until next" +#~ msgstr "Hasta el próximo" + +#~ msgid "Show a service map" +#~ msgstr "Mostrar mapa de servicios" + +#~ msgid "There are unsaved changes" +#~ msgstr "Hay cambios sin guardar" + +#~ msgid "Cells" +#~ msgstr "Celdas" + +#, php-format +#~ msgid "Private for (%s)" +#~ msgstr "Privado por (%s)" + +#~ msgid "There are no dashboards defined." +#~ msgstr "No hay paneles definidos" + +#~ msgid "Empty for a transparent background color or CSS compatible value" +#~ msgstr "Vacío para color de fondo transparente o valor compatible con CSS" + +#~ msgid "" +#~ "If propagate acl is activated, this group will include its child groups" +#~ msgstr "" +#~ "Si la propagación de acl está activada, este grupo incluirá los grupos hijos" + +#~ msgid "Successfully duplicate" +#~ msgstr "Duplicado con éxito" + +#~ msgid "Could not be duplicate" +#~ msgstr "No se pudo duplicar" + +#, php-format +#~ msgid "Error add '%s' agent plugin." +#~ msgstr "Error al añadir el plugin de agente '%s'." + +#, php-format +#~ msgid "Success add '%s' agent plugin." +#~ msgstr "Añadido el plugin de agente '%s' con éxito." + +#~ msgid "critical" +#~ msgstr "crítico" + +#~ msgid "Show module value" +#~ msgstr "Mostrar el valor del módulo" + +#~ msgid "Show a value of module" +#~ msgstr "Mostrar el valor de un módulo" + +#~ msgid "Status of module" +#~ msgstr "Estado del módulo" + +#~ msgid "Show status of a module" +#~ msgstr "Mostrar el estado de un módulo" + +#~ msgid "Text size of label in px" +#~ msgstr "Tamaño de texto de la etiqueta en pixels" + +#~ msgid "Size of icon" +#~ msgstr "Tamaño del icono" + +#~ msgid "Text size of value in px" +#~ msgstr "Tamaño de texto del valor en pixels" + +#~ msgid "Show a value of module and icon" +#~ msgstr "Muestra el valor de un modulo e icono" + +#~ msgid "Module with icon" +#~ msgstr "Modulo con icono" + +#~ msgid "Error add the module plugin importation, plugin is not registered" +#~ msgstr "Error al importar el modulo plugin, el plugin no está registrado" + +#~ msgid "Show module value in a table" +#~ msgstr "Mostrar el valor del módulo en una tabla" + +#~ msgid "Show a value of module in a table" +#~ msgstr "Mostrar un valor de módulo en la tabla" + +#~ msgid "Separator of data" +#~ msgstr "Separador" + +#~ msgid "Carriage Return" +#~ msgstr "Retorno de carro" + +#~ msgid "Commas" +#~ msgstr "Comas" + +#~ msgid "Colon" +#~ msgstr "Dos puntos" + +#~ msgid "Semicolon" +#~ msgstr "Punto y coma" + +#~ msgid "Vertical Bar" +#~ msgstr "Barra vertical" + +#~ msgid "Open all nodes" +#~ msgstr "Abrir todos los nodos" + +#~ msgid "Blank" +#~ msgstr "Blanco" + +#~ msgid "AD Groups" +#~ msgstr "Grupos AD" + +#~ msgid "Select profile" +#~ msgstr "Seleccionar perfil" + +#~ msgid "You must select a profile from the list of profiles." +#~ msgstr "Debe seleccionar un perfil de la lista de perfiles" + +#~ msgid "Add new permissions" +#~ msgstr "Agregar nuevos permisos" + +#~ msgid "SimpleSAML path" +#~ msgstr "Ruta de SimpleSAML" + +#~ msgid "Dashboards list" +#~ msgstr "Lista de paneles" + +#~ msgid "This widget only working in desktop version." +#~ msgstr "El widget solo funciona en la versión de escritorio" + +#~ msgid "Dashboard name" +#~ msgstr "Nombre del panel" + +#~ msgid "No Dashboards" +#~ msgstr "No hay paneles" + +#~ msgid "" +#~ "Select the path where SimpleSAML has been installed (by default '/opt/')" +#~ msgstr "" +#~ "Seleccione la ruta donde haya sido instalado SimpleSAML (por defecto " +#~ "\"/opt/\")" #~ msgid "Percentil 95" #~ msgstr "Porcentaje 95" -#~ msgid "Disable Pandora FMS on graphs" -#~ msgstr "Desactivar Pandora FMS en gráficas" +#~ msgid "" +#~ "If this option was checked, only adding in elements that type of modules " +#~ "support this option." +#~ msgstr "" +#~ "Si esta casilla está activa, solo la adición de este tipo de módulos " +#~ "soportan esta opción" #~ msgid "Custom logo in login" #~ msgstr "Logo personalizado en la pantalla de bienvenida" -#~ msgid "The last version of package installed is:" -#~ msgstr "La última versión de paquete instalada es:" +#~ msgid "Agent min Value" +#~ msgstr "Valor mínimo del agente" + +#~ msgid "CSV import group" +#~ msgstr "Importar grupos de CSV" + +#~ msgid "Show link to public dashboard" +#~ msgstr "Mostrar el link al dashboard publico" + +#~ msgid "Type of charts" +#~ msgstr "Tipo de gráficos" + +#~ msgid "Precision must be a integer number between 0 and 5" +#~ msgstr "La precisión debe ser un numero entero entre 0 y 5" + +#~ msgid "T. OK" +#~ msgstr "Tiempo OK" + +#~ msgid "T. Total" +#~ msgstr "Tiempo total" + +#~ msgid "T. Unknown" +#~ msgstr "Tiempo desconocido" + +#~ msgid "T. Error" +#~ msgstr "Tiempo error" + +#~ msgid "T. Downtime" +#~ msgstr "Tiempo en parada planificada" + +#~ msgid "T. Not_init" +#~ msgstr "Tiempo no iniciado" + +#~ msgid "Planned Downtimes" +#~ msgstr "Paradas Planificadas" + +#~ msgid "Ignore Time" +#~ msgstr "Ignorar tiempo" + +#~ msgid "SLA %" +#~ msgstr "SLA %" + +#~ msgid "Legend Graph" +#~ msgstr "Leyenda de la gráfica" + +#~ msgid "Time Not init" +#~ msgstr "Tiempo no inicializado" + +#~ msgid "Total Time" +#~ msgstr "Tiempo total" + +#~ msgid "Total Checks" +#~ msgstr "Comprobaciones totales" + +#~ msgid "Time Downtimes" +#~ msgstr "TIempo en paradas planificadas" + +#~ msgid "" +#~ "If days purge is less than history days pass to history db, you will have a " +#~ "problems and you lost data. Recommended that days purge will more taller " +#~ "than days to history DB" +#~ msgstr "" +#~ "Si la fecha de purga es menor a la fecha de traspaso a histórico, los datos " +#~ "se perderán. Recomendamos poner una fecha de purga mayor a la del traspaso " +#~ "de datos a histórico." + +#~ msgid "Problems with days purge and days that pass data to history DB" +#~ msgstr "" +#~ "Problemas con la fecha de purga y la fecha de traspaso de información a " +#~ "histórico" + +#~ msgid "" +#~ "If event purge is less than events days pass to history db, you will have a " +#~ "problems and you lost data. Recommended that event days purge will more " +#~ "taller than event days to history DB" +#~ msgstr "" +#~ "Si la fecha de purga de eventos es menor que la fecha para que los eventos " +#~ "pasen a histórico, los datos se perderán. Recomendamos que la fecha de purga " +#~ "sean mayor a la de traspaso a histórico." + +#~ msgid "" +#~ "Problems with event days purge and event days that pass data to history DB." +#~ msgstr "" +#~ "Problemas con la fecha de purga de eventos y la fecha de traspaso de " +#~ "información a histórico." + +#~ msgid "SLA Max" +#~ msgstr "SLA Máximo" + +#~ msgid "SLA Min" +#~ msgstr "SLA Mínimo" + +#~ msgid "Time Error " +#~ msgstr "Tiempo de error " + +#~ msgid "Time Unknown " +#~ msgstr "Tiempo en desconocido " + +#~ msgid "Time Total " +#~ msgstr "Tiempo total " + +#~ msgid "Time OK " +#~ msgstr "Tiempo OK " + +#~ msgid "Checks OK " +#~ msgstr "Comprobaciones OK " + +#~ msgid "Checks Unknown " +#~ msgstr "Comprobaciones en desconocido " + +#~ msgid "Checks Error " +#~ msgstr "Comprobaciones en error " + +#~ msgid "Time Downtime " +#~ msgstr "Tiempo en parada planificada " + +#~ msgid "Time Not Init " +#~ msgstr "Tiempo no inicializado " + +#~ msgid "Checks Total " +#~ msgstr "Comprobaciones totales " + +#~ msgid "Time Not Init Month" +#~ msgstr "Tiempo en no inicializado del mes" + +#~ msgid "Time Downtime Month" +#~ msgstr "Tiempo en parada planificada del mes" + +#~ msgid "Time Total Month" +#~ msgstr "Tiempo total del mes" + +#~ msgid "Time OK Month" +#~ msgstr "Tiempo OK del mes" + +#~ msgid "Time Error Month" +#~ msgstr "Tiempo en error del mes" + +#~ msgid "Time Unknown Month" +#~ msgstr "Tiempo en desconocido del mes" + +#~ msgid "Subtitle" +#~ msgstr "Subtítulo" + +#~ msgid "Status " +#~ msgstr "Estado " + +#~ msgid "SLA " +#~ msgstr "SLA " + +#~ msgid "Checks Not Init " +#~ msgstr "Comprobaciones en no inicializado " + +#~ msgid "Checks Total Month" +#~ msgstr "Comprobaciones totales del mes" + +#~ msgid "Checks OK Month" +#~ msgstr "Comprobaciones OK del mes" + +#~ msgid "Checks Error Month" +#~ msgstr "Comprobaciones en error del mes" + +#~ msgid "Checks Unknown Month" +#~ msgstr "Comprobaciones en desconocido del mes" + +#~ msgid "Time Error Day" +#~ msgstr "Tiempo en error del día" + +#~ msgid "Time OK Day" +#~ msgstr "Tiempo en OK del día" + +#~ msgid "Time Total Day" +#~ msgstr "Tiempo total del día" + +#~ msgid "Status Month" +#~ msgstr "Estado del mes" + +#~ msgid "SLA Month" +#~ msgstr "SLA Mensual" + +#~ msgid "Checks Not Init Month" +#~ msgstr "Comprobaciones en no inicializado del mes" + +#~ msgid "SLA Day" +#~ msgstr "SLA Diario" + +#~ msgid "Checks Not Init Day" +#~ msgstr "Comprobaciones en no inicializado del día" + +#~ msgid "Time Not Init Day" +#~ msgstr "Tiempo en no inicializado del día" + +#~ msgid "Time Unknown Day" +#~ msgstr "Tiempo en desconocido del día" + +#~ msgid "Checks OK Day" +#~ msgstr "Comprobaciones en OK del día" + +#~ msgid "Checks Total Day" +#~ msgstr "Comprobaciones totales del día" + +#~ msgid "Checks Unknown Day" +#~ msgstr "Comprobaciones en desconocido del día" + +#~ msgid "Checks Error Day" +#~ msgstr "Comprobaciones en error del día" + +#~ msgid "Time Out Day" +#~ msgstr "Tiempo fuera del día" + +#~ msgid "Time Downtime Day" +#~ msgstr "Tiempo en parada planificada del día" + +#~ msgid "Time OK week" +#~ msgstr "Tiempo en OK de la semana" + +#~ msgid "Time Total week" +#~ msgstr "Tiempo total de la semana" + +#~ msgid "Month Number" +#~ msgstr "Número de mes" + +#~ msgid "Year" +#~ msgstr "Año" + +#~ msgid "Time Error week" +#~ msgstr "Tiempo en error de la semana" + +#~ msgid "Time Unknown week" +#~ msgstr "Tiempo en desconocido de la semana" + +#~ msgid "Date From Day" +#~ msgstr "Fecha desde día" + +#~ msgid "SLA Fixed Day" +#~ msgstr "SLA de Día Fijo" + +#~ msgid "Status Day" +#~ msgstr "Estado del día" + +#~ msgid "Date To Day" +#~ msgstr "Decha hasta día" + +#~ msgid "Time Downtime week" +#~ msgstr "Tiempo en parada planificada de la semana" + +#~ msgid "Time Not Init week" +#~ msgstr "Tiempo en no inicializado de la semana" + +#~ msgid "Checks Total week" +#~ msgstr "Comprobaciones totales de la semana" + +#~ msgid "Checks OK week" +#~ msgstr "Comprobaciones en OK de la semana" + +#~ msgid "Day Week" +#~ msgstr "Día de la semana" + +#~ msgid "Status week" +#~ msgstr "Estado de la semana" + +#~ msgid "Checks Unknown week" +#~ msgstr "Comprobaciones en desconocido de la semana" + +#~ msgid "Checks Error week" +#~ msgstr "Comprobaciones en error de la semana" + +#~ msgid "SLA min" +#~ msgstr "SLA Mínimo" + +#~ msgid "SLA max" +#~ msgstr "SLA Máximo" + +#~ msgid "Time Unknown day" +#~ msgstr "Tiempo en desconocido del día" + +#~ msgid "Checks Not Init" +#~ msgstr "Comprobaciones en no inicializado" + +#~ msgid "SLA Fixed" +#~ msgstr "SLA FIjo" + +#~ msgid "Time Total day" +#~ msgstr "Tiempo total del día" + +#~ msgid "Time OK day" +#~ msgstr "Tiempo en OK del día" + +#~ msgid "Time Error day" +#~ msgstr "Tiempo en error del día" + +#~ msgid "Checks Error" +#~ msgstr "Comprobaciones en error" + +#~ msgid "Time Error" +#~ msgstr "Tiempo de error" + +#~ msgid "SLA limit" +#~ msgstr "Límite de SLA" + +#~ msgid "Checks Unknown day" +#~ msgstr "Comprobaciones en desconocido del día" + +#~ msgid "Checks Error day" +#~ msgstr "Comprobaciones en error del día" + +#~ msgid "Time Total hours" +#~ msgstr "TIempo total en horas" + +#~ msgid "Status day" +#~ msgstr "Estado del día" + +#~ msgid "Time Error hours" +#~ msgstr "Tiempo en error en horas" + +#~ msgid "Time OK hours" +#~ msgstr "Tiempo en OK en horas" + +#~ msgid "Checks Total day" +#~ msgstr "Comprobaciones totales del día" + +#~ msgid "Checks OK day" +#~ msgstr "Comprobaciones en OK del día" + +#~ msgid "Time Downtime day" +#~ msgstr "Tiempo en parada planificada del día" + +#~ msgid "Time Not Init day" +#~ msgstr "Tiempo en no inicializado del día" + +#~ msgid "Time Not Init hours" +#~ msgstr "Tiempo en no inicializado en horas" + +#~ msgid "Time Unknown hours" +#~ msgstr "Tiempo en desconocido en horas" + +#~ msgid "Time Out hours" +#~ msgstr "Tiempo fuera de horas" + +#~ msgid "Time Downtime hours" +#~ msgstr "Tiempo en parada planificada en horas" + +#~ msgid "SLA hours" +#~ msgstr "SLA Horario" + +#~ msgid "Checks Error hours" +#~ msgstr "Comprobaciones en error en horas" + +#~ msgid "Checks Unknown hours" +#~ msgstr "Comprobaciones en desconocido en horas" + +#~ msgid "Checks Total hours" +#~ msgstr "Comprobaciones totales en horas" + +#~ msgid "Checks OK hours" +#~ msgstr "Comprobaciones en OK en horas" + +#~ msgid "Checks Not Init hours" +#~ msgstr "Comprobaciones en no inicializado en horas" + +#~ msgid "Are you sure to apply?" +#~ msgstr "Seguro de que desea aplicar?" + +#~ msgid "Are you sure to re-apply?" +#~ msgstr "Seguro de que deseas re aplicar?" + +#~ msgid "Date To hours" +#~ msgstr "Hasta" + +#~ msgid "Status hours" +#~ msgstr "Status horario" + +#~ msgid "SLA Fixed hours" +#~ msgstr "SLA fijo horario" + +#~ msgid "Date From hours" +#~ msgstr "Desde" + +#~ msgid "" +#~ "Event history is ONLY used for event reports, is not used in graphs or event " +#~ "viewer." +#~ msgstr "" +#~ "El histórico de eventos SOLO será usado para los informes de eventos, no así " +#~ "para gráficas o visor de eventos." + +#~ msgid "Number of days before events is transfered to history database." +#~ msgstr "" +#~ "Número de días antes de transferir los eventos a la base de datos de " +#~ "histórico" + +#~ msgid "Enable event history" +#~ msgstr "Activar histórico de eventos" + +#~ msgid "Event days" +#~ msgstr "Días de eventos" #~ msgid "Allows only show the average in graphs" #~ msgstr "Permite mostrar sólo la media en las gráficas" -#~ msgid "We recommend launch a " -#~ msgstr "Recomendamos lanzar una " +#~ msgid "hourly S.L.A." +#~ msgstr "S.L.A. por horas" + +#~ msgid "Availability Graph S.L.A." +#~ msgstr "Gráfica de disponibilidad S.L.A." + +#~ msgid "2 Hours" +#~ msgstr "2 Horas" + +#~ msgid "12 Hours" +#~ msgstr "12 Horas" + +#~ msgid "24 Hours" +#~ msgstr "24 Horas" + +#~ msgid "New dashboard" +#~ msgstr "Nuevo dashboard" + +#~ msgid "Show Agent/Module View" +#~ msgstr "Mostrar la vista Agentes/Modulos" + +#~ msgid "48 Hours" +#~ msgstr "48 Horas" + +#~ msgid "Next execution" +#~ msgstr "Siguiente ejecución" + +#~ msgid "Show SLA percent" +#~ msgstr "Mostrar porcentaje de SLA" + +#~ msgid "Template to build" +#~ msgstr "Plantilla" + +#~ msgid "Report per agent" +#~ msgstr "Informe por agente" + +#~ msgid "Send custom report (from template) by email" +#~ msgstr "Enviar informe personalizado (desde plantilla) por email" + +#~ msgid "Please check that the web server has write rights on the file" +#~ msgstr "" +#~ "Por favor, compruebe que el servidor web tenga permisos de escritura sobre " +#~ "este fichero" + +#~ msgid "The file is not readable by HTTP Server" +#~ msgstr "El fichero no puede ser leído por el servidor HTTP" + +#~ msgid "The file does not exists" +#~ msgstr "El archivo seleccionado no existe" + +#~ msgid "VMware" +#~ msgstr "VMware" + +#~ msgid "WMware Plugin Settings" +#~ msgstr "Opciones del plugin VMware" + +#~ msgid "The file is not writable by HTTP Server" +#~ msgstr "El fichero no puede ser escrito por el servidor HTTP" + +#~ msgid "Config Path" +#~ msgstr "Ruta de configuración" + +#~ msgid "Plugin Path" +#~ msgstr "Ruta del plugin" + +#~ msgid "There was an error updating the execution data of the plugin" +#~ msgstr "Ha habido un error al actualizar los datos de ejecución del plugin" + +#~ msgid "There was an error activating the execution of the plugin" +#~ msgstr "Ha habido un error al activar los datos de ejecución del plugin" + +#~ msgid "Top 5 VMs CPU Usage" +#~ msgstr "Top 5 VMs del uso de CPU" + +#~ msgid "Change Status" +#~ msgstr "Cambiar estado:" + +#~ msgid "Top 5 VMs Memory Usage" +#~ msgstr "Top 5 VMs del uso de memoria" + +#~ msgid "Top 5 VMs Disk Usage" +#~ msgstr "Top 5 VMs del uso de disco" + +#~ msgid "Power Status: " +#~ msgstr "Estado: " + +#~ msgid "Datacenter Name" +#~ msgstr "Nombre del centro de datos" + +#~ msgid "Plugin execution" +#~ msgstr "Ejecución del plugin" + +#~ msgid "Config parameters" +#~ msgstr "Parámetros de configuración" + +#~ msgid "V-Center IP" +#~ msgstr "V-Center IP" + +#~ msgid "Host ESX" +#~ msgstr "Host ESX" + +#~ msgid "Top 5 VMs Network Usage" +#~ msgstr "Top 5 VMs del uso de la red" + +#~ msgid "Memory Usage" +#~ msgstr "Uso de memoria" + +#~ msgid "CPU Usage" +#~ msgstr "Uso de CPU" + +#~ msgid "Network Usage" +#~ msgstr "Uso de red" + +#~ msgid "Disk I/O Rate" +#~ msgstr "Ratio lectura/escritura de disco" + +#~ msgid "ESX Detail" +#~ msgstr "Detalle de ESX" + +#~ msgid "ESX details" +#~ msgstr "Detalles de ESX" + +#~ msgid "Show Datastores" +#~ msgstr "Mostrar datastores" + +#~ msgid "Plug-in cannot be updated" +#~ msgstr "El plug-in no se pudo actualizar" + +#~ msgid "Plug-in updated succesfully" +#~ msgstr "Plug-in actualizado correctamente" + +#~ msgid "Show ESX" +#~ msgstr "Mostrar ESX" + +#~ msgid "Show VM" +#~ msgstr "Mostrar VM" + +#~ msgid "View options" +#~ msgstr "Ver opciones" + +#~ msgid "VMware map" +#~ msgstr "Mapa VMware" + +#~ msgid "Name and SLA limit should not be empty" +#~ msgstr "Nombre y límite SLA no deberían estar vacíos" + +#~ msgid "Services list" +#~ msgstr "Lista de servicios" + +#~ msgid "Please set agent distinct than " +#~ msgstr "Por favor escoga un agente distinto a " + +#~ msgid "This custom OID is preexistent." +#~ msgstr "El OID personalizado ya existe" + +#~ msgid "Visual console are not shown due screen size limitations" +#~ msgstr "" +#~ "No se muestra la consola visual debido a las limitaciones de tamaño de la " +#~ "pantalla" + +#~ msgid "UX Console" +#~ msgstr "Consola UX" + +#~ msgid "Service table view" +#~ msgstr "Vista de tabla de servicios" #~ msgid "" -#~ "There are a new database changes available to apply. Do you want to start " -#~ "the DB update process?" +#~ "You can specify several values, separated by commas, for example: " +#~ "public,mysecret,1234" #~ msgstr "" -#~ "Existen cambios en la base de datos disponibles para aplicar. ¿Desea " -#~ "comenzar el proceso de actualizado de la base de datos?" +#~ "Puede especificar varios valores, separados por coma, por ejemplo: " +#~ "public,mysecret,1234" + +#~ msgid "" +#~ "You can specify several networks, separated by commas, for example: " +#~ "192.168.50.0/24,192.168.60.0/24" +#~ msgstr "" +#~ "Puede especificar varias redes, separadas por coma, por ejemplo: " +#~ "192.168.50.0/24,192.168.60.0/24" + +#~ msgid "" +#~ "To enable the plugin execution, this extension needs the Cron jobs extension " +#~ "installed.\n" +#~ "\tKeep in mind that the Cron jobs execution period will be the less real " +#~ "execution period, so if you want to run the plugin every\n" +#~ "\t5 minutes, for example, the Cron jobs script should be configured in the " +#~ "cron to run every 5 minutes or less" +#~ msgstr "" +#~ "Para activar la ejecución del plugin, esta extensión necesita que la " +#~ "extensión de tareas programadas esté instalada.\n" +#~ "\tKeep in mind that the Cron jobs execution period will be the less real " +#~ "execution period, so if you want to run the plugin every\n" +#~ "\t5 minutes, for example, the Cron jobs script should be configured in the " +#~ "cron to run every 5 minutes or less" + +#~ msgid "" +#~ "This is an automatically generated email from Pandora FMS, please do not " +#~ "reply." +#~ msgstr "" +#~ "Este es un email generado automáticamente por Pandora FMS, por favor no " +#~ "responda a este email." + +#~ msgid "Best regards, Pandora FMS" +#~ msgstr "Saludos cordiales, Pandora FMS" + +#~ msgid "Thanks for your time." +#~ msgstr "Gracias por su tiempo." + +#~ msgid "report" +#~ msgstr "informe" + +#~ msgid "Greetings" +#~ msgstr "Saludos" + +#~ msgid "Attached to this email there's a PDF file of the" +#~ msgstr "Adjunto a este email hay un archivo del" + +#~ msgid "Please contact your system administrator." +#~ msgstr "Por favor contacte con el administrador de su sistema." diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index fcf084085b..beb53d61d7 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -769,6 +769,12 @@ input.graph_min { input.graph_min[disabled] { background: #fefefe url(../../images/chart_curve.disabled.png) no-repeat center !important; } +input.bars_graph_min { + background: #fefefe url(../../images/icono-barras-arriba.png) no-repeat center !important; +} +input.bars_graph_min[disabled] { + background: #fefefe url(../../images/icono-barras-arriba.disabled.png) no-repeat center !important; +} input.percentile_min { background: #fefefe url(../../images/chart_bar.png) no-repeat center !important; } @@ -787,6 +793,12 @@ input.auto_sla_graph_min { input.auto_sla_graph_min[disabled] { background: #fefefe url(../../images/auto_sla_graph.disabled.png) no-repeat center !important; } +input.donut_graph_min { + background: #fefefe url(../../images/icono-quesito.png) no-repeat center !important; +} +input.donut_graph_min[disabled] { + background: #fefefe url(../../images/icono-quesito.disabled.png) no-repeat center !important; +} input.binary_min { background: #fefefe url(../../images/binary.png) no-repeat center !important; } @@ -2399,29 +2411,61 @@ span#plugin_description { font-size: 14pt !important; line-height: 14pt; } +.visual_font_size_18pt, .visual_font_size_18pt > em , .visual_font_size_18pt > strong, .visual_font_size_18pt > strong > span, .visual_font_size_18pt > span, .visual_font_size_18pt > strong > em, .visual_font_size_18pt > em > strong, .visual_font_size_18pt em span, .visual_font_size_18pt span em { + font-size: 18pt !important; + line-height: 18pt; +} + .visual_font_size_24pt, .visual_font_size_24pt > em, .visual_font_size_24pt > strong, .visual_font_size_24pt > strong > span , .visual_font_size_24pt > span, .visual_font_size_24pt > strong > em, .visual_font_size_24pt > em > strong, .visual_font_size_24pt em span, .visual_font_size_24pt span em { font-size: 24pt !important; line-height: 24pt; } +.visual_font_size_28pt, .visual_font_size_28pt > em, .visual_font_size_28pt > strong, .visual_font_size_28pt > strong > span , .visual_font_size_28pt > span, .visual_font_size_28pt > strong > em, .visual_font_size_28pt > em > strong, .visual_font_size_28pt em span, .visual_font_size_28pt span em { + font-size: 28pt !important; + line-height: 28pt; +} .visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong, .visual_font_size_36pt > strong > span, .visual_font_size_36pt > span, .visual_font_size_36pt > strong > em, .visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { font-size: 36pt !important; line-height: 36pt; } +.visual_font_size_48pt, .visual_font_size_48pt > em, .visual_font_size_48pt > strong, .visual_font_size_48pt > strong > span, .visual_font_size_48pt > span, .visual_font_size_48pt > strong > em, .visual_font_size_48pt > em > strong, .visual_font_size_48pt em span, .visual_font_size_48pt span em { + font-size: 48pt !important; + line-height: 48pt; +} +.visual_font_size_60pt, .visual_font_size_60pt > em, .visual_font_size_60pt > strong, .visual_font_size_60pt > strong > span, .visual_font_size_60pt > span, .visual_font_size_60pt > strong > em, .visual_font_size_60pt > em > strong, .visual_font_size_60pt em span, .visual_font_size_60pt span em { + font-size: 60pt !important; + line-height: 60pt; +} .visual_font_size_72pt, .visual_font_size_72pt > em, .visual_font_size_72pt > strong, .visual_font_size_72pt > strong > span, .visual_font_size_72pt > span, .visual_font_size_72pt > strong > em, .visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { font-size: 72pt !important; line-height: 72pt; } +.visual_font_size_84pt, .visual_font_size_84pt > em, .visual_font_size_84pt > strong, .visual_font_size_84pt > strong > span, .visual_font_size_84pt > span, .visual_font_size_84pt > strong > em, .visual_font_size_84pt > em > strong, .visual_font_size_84pt em span, .visual_font_size_84pt span em { + font-size: 84pt !important; + line-height: 84pt; +} + .visual_font_size_96pt, .visual_font_size_96pt > em, .visual_font_size_96pt > strong, .visual_font_size_96pt > strong > span, .visual_font_size_96pt > span, .visual_font_size_96pt > strong > em, .visual_font_size_96pt > em > strong, .visual_font_size_96pt em span, .visual_font_size_96pt span em { font-size: 96pt !important; line-height: 96pt; } +.visual_font_size_116pt, .visual_font_size_116pt > em, .visual_font_size_116pt > strong, .visual_font_size_116pt > strong > span, .visual_font_size_116pt > span, .visual_font_size_116pt > strong > em, .visual_font_size_116pt > em > strong, .visual_font_size_116pt em span, .visual_font_size_116pt span em { + font-size: 116pt !important; + line-height: 116pt; +} + .visual_font_size_128pt, .visual_font_size_128pt > em, .visual_font_size_128pt > strong, .visual_font_size_128pt > strong > span, .visual_font_size_128pt > span, .visual_font_size_128pt > strong > em, .visual_font_size_128pt > em > strong, .visual_font_size_128pt em span, .visual_font_size_128pt span em { font-size: 128pt !important; line-height: 128pt; } +.visual_font_size_140pt, .visual_font_size_140pt > em, .visual_font_size_140pt > strong, .visual_font_size_140pt > strong > span, .visual_font_size_140pt > span, .visual_font_size_140pt > strong > em, .visual_font_size_140pt > em > strong, .visual_font_size_140pt em span, .visual_font_size_140pt span em { + font-size: 140pt !important; + line-height: 140pt; +} + .visual_font_size_154pt, .visual_font_size_154pt > em, .visual_font_size_154pt > strong, .visual_font_size_154pt > strong > span, .visual_font_size_154pt > span, .visual_font_size_154pt > strong > em, .visual_font_size_154pt > em > strong, .visual_font_size_154pt em span, .visual_font_size_154pt span em { font-size: 154pt !important; line-height: 154pt; diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 3dca8bdbf9..b7e4cec6ca 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -541,7 +541,7 @@ a:focus, input:focus, button:focus { outline: 0; } -DIV.login_links { +/*DIV.login_links { margin: 10px 0px 0px; color: #FFF; text-align: center; @@ -651,7 +651,7 @@ input.login { } input.login_user { - /* Browser without multibackground support */ + color: #373737 !important; padding-left: 8px; width: 179px; @@ -660,12 +660,14 @@ input.login_user { } input.login_password { - /* Browser without multibackground support */ + padding-left: 8px; width: 179px; color: #222; height: 20px; } +*/ + .databox_error { width: 657px !important; height: 400px; @@ -2318,7 +2320,7 @@ ul.operation li a:hover { -o-transition-property: background-color; -o-transition-duration: 0.5s; -o-transition-timing-function: ease-out; - background-color: #585858 !important; + background-color: #b1b1b1 !important; } .submenu_not_selected:hover{ transition-property: background-color; @@ -2333,11 +2335,11 @@ ul.operation li a:hover { -o-transition-property: background-color; -o-transition-duration: 0.5s; -o-transition-timing-function: ease-out; - background-color: #585858 !important; + background-color: #b1b1b1 !important; } .submenu_selected:hover{ - background-color: #585858 !important; + background-color: #b1b1b1 !important; } .sub_subMenu{ @@ -2365,7 +2367,7 @@ ul.operation li a:hover { -moz-transition-timing-function: ease-out; -o-transition-property: background-color; -o-transition-duration: 0.5s; - background-color: #585858 !important; + background-color: #b1b1b1 !important; } .submenu_text { @@ -2373,7 +2375,7 @@ ul.operation li a:hover { } .menu li.selected { - box-shadow: inset 4px 0 #82b92e; + box-shadow: inset 4px 0 #b1b1b1; } li.links a:hover { @@ -2393,7 +2395,7 @@ li.links a:hover { } .operation .selected { - background-color: #585858 !important; + background-color: #b1b1b1 !important; } .menu li, .menu .li.not_selected { @@ -2455,29 +2457,59 @@ span#plugin_description { font-size: 14pt !important; line-height: 14pt; } +.visual_font_size_18pt, .visual_font_size_18pt > em , .visual_font_size_18pt > strong, .visual_font_size_18pt > strong > span, .visual_font_size_18pt > span, .visual_font_size_18pt > strong > em, .visual_font_size_18pt > em > strong, .visual_font_size_18pt em span, .visual_font_size_18pt span em { + font-size: 18pt !important; + line-height: 18pt; +} .visual_font_size_24pt, .visual_font_size_24pt > em, .visual_font_size_24pt > strong, .visual_font_size_24pt > strong > span , .visual_font_size_24pt > span, .visual_font_size_24pt > strong > em, .visual_font_size_24pt > em > strong, .visual_font_size_24pt em span, .visual_font_size_24pt span em { font-size: 24pt !important; line-height: 24pt; } +.visual_font_size_28pt, .visual_font_size_28pt > em, .visual_font_size_28pt > strong, .visual_font_size_28pt > strong > span , .visual_font_size_28pt > span, .visual_font_size_28pt > strong > em, .visual_font_size_28pt > em > strong, .visual_font_size_28pt em span, .visual_font_size_28pt span em { + font-size: 28pt !important; + line-height: 28pt; +} .visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong, .visual_font_size_36pt > strong > span, .visual_font_size_36pt > span, .visual_font_size_36pt > strong > em, .visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { font-size: 36pt !important; line-height: 36pt; } +.visual_font_size_48pt, .visual_font_size_48pt > em, .visual_font_size_48pt > strong, .visual_font_size_48pt > strong > span, .visual_font_size_48pt > span, .visual_font_size_48pt > strong > em, .visual_font_size_48pt > em > strong, .visual_font_size_48pt em span, .visual_font_size_48pt span em { + font-size: 48pt !important; + line-height: 48pt; +} +.visual_font_size_60pt, .visual_font_size_60pt > em, .visual_font_size_60pt > strong, .visual_font_size_60pt > strong > span, .visual_font_size_60pt > span, .visual_font_size_60pt > strong > em, .visual_font_size_60pt > em > strong, .visual_font_size_60pt em span, .visual_font_size_60pt span em { + font-size: 60pt !important; + line-height: 60pt; +} .visual_font_size_72pt, .visual_font_size_72pt > em, .visual_font_size_72pt > strong, .visual_font_size_72pt > strong > span, .visual_font_size_72pt > span, .visual_font_size_72pt > strong > em, .visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { font-size: 72pt !important; line-height: 72pt; } +.visual_font_size_84pt, .visual_font_size_84pt > em, .visual_font_size_84pt > strong, .visual_font_size_84pt > strong > span, .visual_font_size_84pt > span, .visual_font_size_84pt > strong > em, .visual_font_size_84pt > em > strong, .visual_font_size_84pt em span, .visual_font_size_84pt span em { + font-size: 84pt !important; + line-height: 84pt; +} .visual_font_size_96pt, .visual_font_size_96pt > em, .visual_font_size_96pt > strong, .visual_font_size_96pt > strong > span, .visual_font_size_96pt > span, .visual_font_size_96pt > strong > em, .visual_font_size_96pt > em > strong, .visual_font_size_96pt em span, .visual_font_size_96pt span em { font-size: 96pt !important; line-height: 96pt; } +.visual_font_size_116pt, .visual_font_size_116pt > em, .visual_font_size_116pt > strong, .visual_font_size_116pt > strong > span, .visual_font_size_116pt > span, .visual_font_size_116pt > strong > em, .visual_font_size_116pt > em > strong, .visual_font_size_116pt em span, .visual_font_size_116pt span em { + font-size: 116pt !important; + line-height: 116pt; +} + .visual_font_size_128pt, .visual_font_size_128pt > em, .visual_font_size_128pt > strong, .visual_font_size_128pt > strong > span, .visual_font_size_128pt > span, .visual_font_size_128pt > strong > em, .visual_font_size_128pt > em > strong, .visual_font_size_128pt em span, .visual_font_size_128pt span em { font-size: 128pt !important; line-height: 128pt; } +.visual_font_size_140pt, .visual_font_size_140pt > em, .visual_font_size_140pt > strong, .visual_font_size_140pt > strong > span, .visual_font_size_140pt > span, .visual_font_size_140pt > strong > em, .visual_font_size_140pt > em > strong, .visual_font_size_140pt em span, .visual_font_size_140pt span em { + font-size: 140pt !important; + line-height: 140pt; +} + .visual_font_size_154pt, .visual_font_size_154pt > em, .visual_font_size_154pt > strong, .visual_font_size_154pt > strong > span, .visual_font_size_154pt > span, .visual_font_size_154pt > strong > em, .visual_font_size_154pt > em > strong, .visual_font_size_154pt em span, .visual_font_size_154pt span em { font-size: 154pt !important; line-height: 154pt; @@ -2485,7 +2517,7 @@ span#plugin_description { .visual_font_size_196pt, .visual_font_size_196pt > em, .visual_font_size_196pt > strong, .visual_font_size_196pt > strong > span, .visual_font_size_196pt > span, .visual_font_size_196pt > strong > em, .visual_font_size_196pt > em > strong, .visual_font_size_196pt em span, .visual_font_size_196pt span em { font-size: 196pt !important; - line-height: 196pt; + line-height: 196pt; } @@ -3439,11 +3471,386 @@ color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px; } .rowPair:hover, .rowOdd:hover{ - background-color: #eee; + background-color: #6E6E6E; } .databox.data > tbody > tr:hover{ - background-color: #eee; + background-color: #6E6E6E; } .checkselected{ background-color: #eee; -} \ No newline at end of file +} + +#login_help_dialog *{ + color: #222222; +} + +.introjs-tooltip *{ + color: #222222; +} + +.dd_widget_content *{ + color: #222222; +} + +#dialog_add_new_widget *{ + color: #222222; +} + +.widget_configuration_form table tbody tr td:first-child{ + color: #222222; +} + +.widget_configuration_form .container *{ + color: #222222; +} +.widget_configuration_form b{ + color: #222222; +} + +form[action='index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list'] *{ + color: #222222; +} + +form[action='index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list'] input{ + color: white; +} + +form[action='index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list'] select{ + color: white; +} +.notify { + color: black; +} +.notify *{ + color: black; +} +#login_logout *{ + color: #222222; +} + +/*modal windows login*/ +div.content_alert{ + width: 98%; + margin-top: 20px; +} + +div.icon_message_alert{ + float: left; + width: 25%; + text-align: center; + +} + +div.icon_message_alert img{ + width: 85px; +} + +div.content_message_alert{ + width: 75%; + float: right; +} + +div.content_message_alert *{ + color: black; +} + +div.text_message_alert{ + width: 100%; + margin-top: 10px; +} + +div.text_message_alert h1{ + margin: 0px; +} + +div.text_message_alert p{ + margin: 0px; + font-size: 10.3pt; + line-height: 14pt; +} + +div.button_message_alert{ + width: 100%; +} + +div.button_message_alert input{ + float: right; + width: 87px; + height: 33px; + color: #82b92e; + border: 1px solid #82b92e; + font-weight: bold; + margin-right: 20px; + margin-top: 20px; + font-size: 10pt; +} + +div.form_message_alert{ + width: 90%; + clear: both; + padding-top: 20px; + padding-left: 40px; +} + +div.form_message_alert ul li{ + display: inline-block; + padding: 10px; +} + +div.form_message_alert ul li input{ + border: none; + background-color: #dadada !important; + border-radius: 0px; + height: 17px; + width: 145px; + padding-left: 5px; +} + +div.form_message_alert ul li label{ + font-size: 10pt; + padding-right: 20px; +} + +div.form_message_alert h4{ + margin: 0px; + margin-bottom: 10px; +} + +div.button_message_alert_form input{ + float: right; + width: 87px; + height: 33px; + color: #82b92e; + border: 1px solid #82b92e; + font-weight: bold; + font-size: 10pt; + margin-right: 25px; +} + +.ui-dialog .ui-dialog-titlebar { + background-color: #82b92e !important; +} + +/* + styles header login +*/ +div#header_login{ + width: 100%; + height: 65px; + background-color: rgba(255, 255, 255, 0.06); +} + +div#icon_custom_pandora{ + float: left; + margin-top: 5px; + margin-left: 4%; +} + +div#list_icon_docs_support{ + float: right; + margin-top: 8px; + margin-right: 4%; +} + +div#list_icon_docs_support ul{ + margin-top: 5px; +} + +div#list_icon_docs_support ul li{ + display: inline-block; + color:white; + vertical-align: middle; + margin-right: 5px; + font-size: 10pt; +} + +li#li_margin_left{ + margin-left: 30px; +} + +/* + styles login form +*/ + +div.container_login{ + margin-top: 10%; + margin-left: 5%; + margin-right: 5%; + +} + +div.login_page { + width: 35%; + min-height: 600px; + float:left; +} + +div.login_page form { + border-right:1px solid #868686; + padding-top: 30px; + padding-bottom: 50px; + min-width: 400px; + max-height: 600px; +} + +div.login_logo_icon { + margin-bottom: 40px; + text-align: center; +} + +div.login_logo_icon img{ + margin: 0 auto; + width: 150px; +} +div.login_double_auth_code, +div.login_nick, +div.login_pass { + margin: 0 auto; + width: 70%; + height: 40px; + background-color: rgba(255, 255, 255, 0.20) !important; + margin-bottom: 25px; + min-width: 260px; +} + +div.login_nick img, +div.login_pass img{ + vertical-align: middle; + margin: 3px; +} + + +div.login_nick input, +div.login_pass input{ + background-color: rgba(255, 255, 255, 0.00) !important; + border:0px !important; + color:white !important; + border-radius: 0px; + width: 89%; + height: 40px; + font-size: 9pt; + padding: 0px !important; +} + + +div.login_nick input:focus, +div.login_pass input:focus{ + outline: none; +} + +div.login_nick input:-webkit-autofill, +div.login_nick input:-webkit-autofill:hover, +div.login_nick input:-webkit-autofill:focus, +div.login_nick input:-webkit-autofill:active, +div.login_pass input:-webkit-autofill, +div.login_pass input:-webkit-autofill:hover, +div.login_pass input:-webkit-autofill:focus, +div.login_pass input:-webkit-autofill:active { + transition: background-color 10000s ease-in-out 0s; + -webkit-box-shadow: 0 0 0px 0px transparent inset !important; + -webkit-text-fill-color: white !important; + border:0px; + width: 89%; +} + +div.login_nick input::-webkit-input-placeholder, +div.login_pass input::-webkit-input-placeholder { + color:white; +} + +div.login_pass img, +div.login_nick img{ + width: 30px; +} + +div.login_pass div, +div.login_nick div{ + float: left; + width: 11%; +} + +div.login_button{ + margin: 0 auto; + width: 70%; + height: 40px; + background-color: rgb(25, 25, 25); + border: 1px solid white; + min-width: 260px; +} + +div.login_button input { + width: 100%; + background-color: rgb(25, 25, 25) !important; + text-align: center; + border:0px; + border-radius: 0px; + height: 40px; + padding: 0px; + font-size: 9pt; + color: white; +} + +div.login_data { + width: 65%; + min-height: 600px; + float:left; +} + +div.text_banner_login{ + width: 100%; + margin-bottom: 60px; + color: white; + text-align: center; +} + +div.text_banner_login span{ + width: 100%; +} + +span.span1{ + font-size: 3vw; + font-family: 'lato-thin'; + color: white; +} + +span.span2{ + font-size: 3vw; + font-family: 'lato-bolder'; + color: white; +} + +div.img_banner_login{ + width: 100%; + text-align: center; +} + +div.img_banner_login img{ + max-width: 70%; + min-width: 70%; + max-height: 50%; + min-height: 50%; +} + +@media all and (max-width: 1200px) { + span.span1{ + font-size: 30pt; + } + span.span2{ + font-size: 30pt; + } +} + +.new_task p, .new_task h3, .new_task h2, .new_task a, .new_task strong{ + color: #222222; +} +.item p { + color: #222222; +} + +.item span { + color: #222222; +} + +.widget_config_advice, .widget_config_advice *{ + color: black; +} diff --git a/pandora_console/include/styles/pandora_green_old.css b/pandora_console/include/styles/pandora_green_old.css index e983e6047d..a99a9a275d 100644 --- a/pandora_console/include/styles/pandora_green_old.css +++ b/pandora_console/include/styles/pandora_green_old.css @@ -2435,53 +2435,97 @@ span#plugin_description { #tinymce { text-align: left; } + .visual_font_size_4pt, .visual_font_size_4pt > em, .visual_font_size_4pt > strong, .visual_font_size_4pt > strong > span, .visual_font_size_4pt > span, .visual_font_size_4pt > strong > em, .visual_font_size_4pt > em > strong, .visual_font_size_4pt em span, .visual_font_size_4pt span em { font-size: 4pt !important; line-height: 4pt; } + .visual_font_size_6pt, .visual_font_size_6pt > em, .visual_font_size_6pt > strong, .visual_font_size_6pt > strong > span, .visual_font_size_6pt > span, .visual_font_size_6pt > strong > em, .visual_font_size_6pt > em > strong, .visual_font_size_6pt em span, .visual_font_size_6pt span em { font-size: 6pt !important; line-height: 6pt; } + .visual_font_size_8pt, .visual_font_size_8pt > em, .visual_font_size_8pt > strong, .visual_font_size_8pt > strong > span , .visual_font_size_8pt > span, .visual_font_size_8pt > strong > em, .visual_font_size_8pt > em > strong, .visual_font_size_8pt em span, .visual_font_size_8pt span em { font-size: 8pt !important; line-height: 8pt; } + .visual_font_size_10pt, .visual_font_size_10pt > em , .visual_font_size_10pt > strong, .visual_font_size_10pt > strong > em, .visual_font_size_10pt > em > strong, .visual_font_size_10pt em span, .visual_font_size_10pt span em { font-size: 10pt !important; line-height: 10pt; } + .visual_font_size_12pt, .visual_font_size_12pt > em , .visual_font_size_12pt > strong, .visual_font_size_12pt > strong > em, .visual_font_size_12pt > em > strong, .visual_font_size_12pt em span, .visual_font_size_12pt span em { font-size: 12pt !important; line-height: 12pt; } + .visual_font_size_14pt, .visual_font_size_14pt > em , .visual_font_size_14pt > strong, .visual_font_size_14pt > strong > span, .visual_font_size_14pt > span, .visual_font_size_14pt > strong > em, .visual_font_size_14pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { font-size: 14pt !important; line-height: 14pt; } + +.visual_font_size_18pt, .visual_font_size_18pt > em , .visual_font_size_18pt > strong, .visual_font_size_18pt > strong > span, .visual_font_size_18pt > span, .visual_font_size_18pt > strong > em, .visual_font_size_18pt > em > strong, .visual_font_size_18pt em span, .visual_font_size_18pt span em { + font-size: 18pt !important; + line-height: 18pt; +} + .visual_font_size_24pt, .visual_font_size_24pt > em, .visual_font_size_24pt > strong, .visual_font_size_24pt > strong > span , .visual_font_size_24pt > span, .visual_font_size_24pt > strong > em, .visual_font_size_24pt > em > strong, .visual_font_size_24pt em span, .visual_font_size_24pt span em { font-size: 24pt !important; line-height: 24pt; } + +.visual_font_size_28pt, .visual_font_size_28pt > em, .visual_font_size_28pt > strong, .visual_font_size_28pt > strong > span , .visual_font_size_28pt > span, .visual_font_size_28pt > strong > em, .visual_font_size_28pt > em > strong, .visual_font_size_28pt em span, .visual_font_size_28pt span em { + font-size: 28pt !important; + line-height: 28pt; +} + .visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong, .visual_font_size_36pt > strong > span, .visual_font_size_36pt > span, .visual_font_size_36pt > strong > em, .visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { font-size: 36pt !important; line-height: 36pt; } + +.visual_font_size_48pt, .visual_font_size_48pt > em, .visual_font_size_48pt > strong, .visual_font_size_48pt > strong > span, .visual_font_size_48pt > span, .visual_font_size_48pt > strong > em, .visual_font_size_48pt > em > strong, .visual_font_size_48pt em span, .visual_font_size_48pt span em { + font-size: 48pt !important; + line-height: 48pt; +} + +.visual_font_size_60pt, .visual_font_size_60pt > em, .visual_font_size_60pt > strong, .visual_font_size_60pt > strong > span, .visual_font_size_60pt > span, .visual_font_size_60pt > strong > em, .visual_font_size_60pt > em > strong, .visual_font_size_60pt em span, .visual_font_size_60pt span em { + font-size: 60pt !important; + line-height: 60pt; +} + .visual_font_size_72pt, .visual_font_size_72pt > em, .visual_font_size_72pt > strong, .visual_font_size_72pt > strong > span, .visual_font_size_72pt > span, .visual_font_size_72pt > strong > em, .visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { font-size: 72pt !important; line-height: 72pt; } +.visual_font_size_84pt, .visual_font_size_84pt > em, .visual_font_size_84pt > strong, .visual_font_size_84pt > strong > span, .visual_font_size_84pt > span, .visual_font_size_84pt > strong > em, .visual_font_size_84pt > em > strong, .visual_font_size_84pt em span, .visual_font_size_84pt span em { + font-size: 84pt !important; + line-height: 84pt; +} + .visual_font_size_96pt, .visual_font_size_96pt > em, .visual_font_size_96pt > strong, .visual_font_size_96pt > strong > span, .visual_font_size_96pt > span, .visual_font_size_96pt > strong > em, .visual_font_size_96pt > em > strong, .visual_font_size_96pt em span, .visual_font_size_96pt span em { font-size: 96pt !important; line-height: 96pt; } +.visual_font_size_116pt, .visual_font_size_116pt > em, .visual_font_size_116pt > strong, .visual_font_size_116pt > strong > span, .visual_font_size_116pt > span, .visual_font_size_116pt > strong > em, .visual_font_size_116pt > em > strong, .visual_font_size_116pt em span, .visual_font_size_116pt span em { + font-size: 116pt !important; + line-height: 116pt; +} + .visual_font_size_128pt, .visual_font_size_128pt > em, .visual_font_size_128pt > strong, .visual_font_size_128pt > strong > span, .visual_font_size_128pt > span, .visual_font_size_128pt > strong > em, .visual_font_size_128pt > em > strong, .visual_font_size_128pt em span, .visual_font_size_128pt span em { font-size: 128pt !important; line-height: 128pt; } +.visual_font_size_140pt, .visual_font_size_140pt > em, .visual_font_size_140pt > strong, .visual_font_size_140pt > strong > span, .visual_font_size_140pt > span, .visual_font_size_140pt > strong > em, .visual_font_size_140pt > em > strong, .visual_font_size_140pt em span, .visual_font_size_140pt span em { + font-size: 140pt !important; + line-height: 140pt; +} + .visual_font_size_154pt, .visual_font_size_154pt > em, .visual_font_size_154pt > strong, .visual_font_size_154pt > strong > span, .visual_font_size_154pt > span, .visual_font_size_154pt > strong > em, .visual_font_size_154pt > em > strong, .visual_font_size_154pt em span, .visual_font_size_154pt span em { font-size: 154pt !important; line-height: 154pt; diff --git a/pandora_console/install.php b/pandora_console/install.php index aabc482067..6f44556e63 100755 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -70,8 +70,8 @@
                '; $data[0] .= ''; - if ($agent['quiet']) { - $data[0] .= html_print_image("images/dot_green.disabled.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")) . " "; - } $data[0] .= ' '.$agent["alias"].''; $data[0] .= ''; + + if ($agent['quiet']) { + $data[0] .= " "; + $data[0] .= html_print_image("images/dot_green.disabled.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); + } + + if ($in_planned_downtime) { + $data[0] .= ui_print_help_tip (__('Agent in planned downtime'), true, 'images/minireloj-16.png'); + $data[0] .= ""; + } + $data[0] .= '
                '; $data[1] = ui_print_truncate_text($agent["description"], 'description', false, true, true, '[…]', 'font-size: 6.5pt'); diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 80a891b38e..ae7bcef432 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -74,7 +74,12 @@ $table_agent->data = array(); $data = array(); $agent_name = ui_print_agent_name($agent["id_agente"], true, 500, "font-size: medium;font-weight:bold", true); -$in_planned_downtime = db_get_value_filter('id', 'tplanned_downtime_agents', array('id_agent' => $agent["id_agente"])); +$in_planned_downtime = db_get_sql('SELECT executed FROM tplanned_downtime + INNER JOIN tplanned_downtime_agents + ON tplanned_downtime.id = tplanned_downtime_agents.id_downtime + WHERE tplanned_downtime_agents.id_agent = '. $agent["id_agente"] . + ' AND tplanned_downtime.executed = 1'); + if ($agent['disabled']) { if ($in_planned_downtime) { @@ -620,7 +625,7 @@ $data[0][0] .= __('Events (24h)') . '' . '
                ' . - graph_graphic_agentevents ($id_agente, 450, 15, SECONDS_1DAY, '', true, true) . + graph_graphic_agentevents ($id_agente, 450, 40, SECONDS_1DAY, '', true, true) . '
                ' . ''; diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index ff1d7bf9e3..e33d499fe8 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -38,8 +38,8 @@ $start_date = get_parameter ("start_date", date("Y-m-d")); $draw_events = get_parameter ("draw_events", 0); $modules = get_parameter('modules', array()); $filter = get_parameter('filter', 0); -$combined = (bool)get_parameter('combined', 1); - +$combined = get_parameter('combined', 1); +$option_type = get_parameter('option_type', 0); //---------------------------------------------------------------------- // Get modules of agent sorted as: @@ -159,7 +159,6 @@ $table->data[0][1] = html_print_select($list_modules, 'modules[]', $table->rowspan[2][0] = 7; $table->data[2][0] = ""; - $table->data[2][1] = __('Begin date'); $table->data[2][2] = html_print_input_text ("start_date", substr ($start_date, 0, 10),'', 10, 40, true); $table->data[2][2] .= html_print_image ("images/calendar_view_day.png", true, array ("onclick" => "scwShow(scwID('text-start_date'),this);")); @@ -174,12 +173,17 @@ $table->data[5][2] = __('Show alerts') . ui_print_help_tip(__('the combined graph does not show the alerts into this graph'), true); $table->data[5][3] = html_print_checkbox ("draw_alerts", 1, (bool) $draw_alerts, true); $table->data[6][2] = __('Show as one combined graph'); -$table->data[6][3] = - html_print_radio_button('combined', 1, __('one combined graph'), - $combined, true); -$table->data[6][3] .= - html_print_radio_button('combined', 0, __('several graphs for each module'), - $combined, true); +$graph_option_one_or_several = array(0 => __('several graphs for each module'), 1 => __('One combined graph')); +$table->data[6][3] = html_print_select($graph_option_one_or_several, 'combined', $combined, '', '', 1, true); + +$table->data[7][2] = __('Chart type'); +if ($combined == 1) { + $graph_option_type = array(0 => __('Area'), 1 => __('Area stack'), 2 => __('Line'), 3 => __('Line stack')); +} +else { + $graph_option_type = array(0 => __('Area'), 2 => __('Line')); +} +$table->data[7][3] = html_print_select($graph_option_type, 'option_type', $option_type, '', '', 1, true); $htmlForm = '
                '; $htmlForm .= html_print_table($table, true); @@ -321,6 +325,39 @@ echo "
    "; // Load graphs $(document).ready(function() { + $('#combined').change(function () { + if ($('#combined').val() == 1) { + $('#option_type').empty(); + $('#option_type').append($('